lsync API
    Preparing search index...

    Function authorizeWriteBatch

    • Parameters

      • batch: {
            updates: {
                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 void