lsync API
    Preparing search index...

    Function visibleUpdateForAuth

    • Parameters

      • update: {
            clientId?: string;
            collection: string;
            createdAt: number;
            id: string;
            key: string | number;
            path?: string;
            previousValue?: unknown;
            type: "insert" | "update" | "delete";
            value?: unknown;
        }
      • collections: CollectionConfigs | undefined
      • auth: AccessAuth
      • store: AccessStore

      Returns
          | {
              clientId?: string;
              collection: string;
              createdAt: number;
              id: string;
              key: string
              | number;
              path?: string;
              previousValue?: unknown;
              type: "insert" | "update" | "delete";
              value?: unknown;
          }
          | undefined