@powerhousedao/reactor-api 6.0.0-dev.4 → 6.0.0-dev.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/codegen.js +1 -1
- package/dist/codegen.js.map +1 -1
- package/dist/src/config.d.ts +1 -2
- package/dist/src/config.d.ts.map +1 -1
- package/dist/src/config.js +1 -5
- package/dist/src/config.js.map +1 -1
- package/dist/src/graphql/auth/subgraph.js +1 -1
- package/dist/src/graphql/auth/subgraph.js.map +1 -1
- package/dist/src/graphql/base-subgraph.d.ts +2 -2
- package/dist/src/graphql/base-subgraph.d.ts.map +1 -1
- package/dist/src/graphql/base-subgraph.js.map +1 -1
- package/dist/src/graphql/document-model-subgraph.d.ts +95 -43
- package/dist/src/graphql/document-model-subgraph.d.ts.map +1 -1
- package/dist/src/graphql/document-model-subgraph.js +570 -79
- package/dist/src/graphql/document-model-subgraph.js.map +1 -1
- package/dist/src/graphql/drive-subgraph.d.ts.map +1 -1
- package/dist/src/graphql/drive-subgraph.js +1 -0
- package/dist/src/graphql/drive-subgraph.js.map +1 -1
- package/dist/src/graphql/graphql-manager.d.ts +7 -2
- package/dist/src/graphql/graphql-manager.d.ts.map +1 -1
- package/dist/src/graphql/graphql-manager.js +128 -42
- package/dist/src/graphql/graphql-manager.js.map +1 -1
- package/dist/src/graphql/index.d.ts +1 -0
- package/dist/src/graphql/index.d.ts.map +1 -1
- package/dist/src/graphql/index.js +1 -0
- package/dist/src/graphql/index.js.map +1 -1
- package/dist/src/graphql/reactor/adapters.d.ts +10 -2
- package/dist/src/graphql/reactor/adapters.d.ts.map +1 -1
- package/dist/src/graphql/reactor/adapters.js +35 -1
- package/dist/src/graphql/reactor/adapters.js.map +1 -1
- package/dist/src/graphql/reactor/factory.d.ts +1 -1
- package/dist/src/graphql/reactor/factory.d.ts.map +1 -1
- package/dist/src/graphql/reactor/factory.js +1 -1
- package/dist/src/graphql/reactor/factory.js.map +1 -1
- package/dist/src/graphql/reactor/gen/graphql.d.ts +84 -24
- package/dist/src/graphql/reactor/gen/graphql.d.ts.map +1 -1
- package/dist/src/graphql/reactor/gen/graphql.js +33 -9
- package/dist/src/graphql/reactor/gen/graphql.js.map +1 -1
- package/dist/src/graphql/reactor/index.d.ts +1 -1
- package/dist/src/graphql/reactor/index.d.ts.map +1 -1
- package/dist/src/graphql/reactor/index.js +1 -1
- package/dist/src/graphql/reactor/index.js.map +1 -1
- package/dist/src/graphql/reactor/requester.with-zod.d.ts.map +1 -1
- package/dist/src/graphql/reactor/requester.with-zod.js +100 -38
- package/dist/src/graphql/reactor/requester.with-zod.js.map +1 -1
- package/dist/src/graphql/reactor/resolvers.d.ts +41 -21
- package/dist/src/graphql/reactor/resolvers.d.ts.map +1 -1
- package/dist/src/graphql/reactor/resolvers.js +118 -64
- package/dist/src/graphql/reactor/resolvers.js.map +1 -1
- package/dist/src/graphql/reactor/schema.graphql +51 -31
- package/dist/src/graphql/reactor/subgraph.d.ts.map +1 -1
- package/dist/src/graphql/reactor/subgraph.js +91 -108
- package/dist/src/graphql/reactor/subgraph.js.map +1 -1
- package/dist/src/graphql/reactor/validation.d.ts +24 -0
- package/dist/src/graphql/reactor/validation.d.ts.map +1 -1
- package/dist/src/graphql/reactor/validation.js +15 -0
- package/dist/src/graphql/reactor/validation.js.map +1 -1
- package/dist/src/graphql/system/index.d.ts +0 -1
- package/dist/src/graphql/system/index.d.ts.map +1 -1
- package/dist/src/graphql/system/index.js +0 -1
- package/dist/src/graphql/system/index.js.map +1 -1
- package/dist/src/graphql/types.d.ts +3 -3
- package/dist/src/graphql/types.d.ts.map +1 -1
- package/dist/src/graphql/utils.d.ts.map +1 -1
- package/dist/src/graphql/utils.js +7 -3
- package/dist/src/graphql/utils.js.map +1 -1
- package/dist/src/packages/import-loader.d.ts +5 -3
- package/dist/src/packages/import-loader.d.ts.map +1 -1
- package/dist/src/packages/import-loader.js +19 -10
- package/dist/src/packages/import-loader.js.map +1 -1
- package/dist/src/packages/package-manager.d.ts +2 -2
- package/dist/src/packages/package-manager.d.ts.map +1 -1
- package/dist/src/packages/package-manager.js.map +1 -1
- package/dist/src/packages/types.d.ts +8 -4
- package/dist/src/packages/types.d.ts.map +1 -1
- package/dist/src/packages/util.d.ts +3 -2
- package/dist/src/packages/util.d.ts.map +1 -1
- package/dist/src/packages/util.js +1 -1
- package/dist/src/packages/util.js.map +1 -1
- package/dist/src/packages/vite-loader.d.ts +7 -6
- package/dist/src/packages/vite-loader.d.ts.map +1 -1
- package/dist/src/packages/vite-loader.js +21 -8
- package/dist/src/packages/vite-loader.js.map +1 -1
- package/dist/src/server.d.ts +16 -7
- package/dist/src/server.d.ts.map +1 -1
- package/dist/src/server.js +117 -59
- package/dist/src/server.js.map +1 -1
- package/dist/src/services/auth.service.d.ts.map +1 -1
- package/dist/src/services/auth.service.js +11 -20
- package/dist/src/services/auth.service.js.map +1 -1
- package/dist/src/tracing.js +1 -1
- package/dist/src/tracing.js.map +1 -1
- package/dist/src/types.d.ts +5 -5
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/utils/create-schema.d.ts +21 -1
- package/dist/src/utils/create-schema.d.ts.map +1 -1
- package/dist/src/utils/create-schema.js +290 -16
- package/dist/src/utils/create-schema.js.map +1 -1
- package/dist/src/utils/drive-url.d.ts +2 -0
- package/dist/src/utils/drive-url.d.ts.map +1 -0
- package/dist/src/utils/drive-url.js +3 -0
- package/dist/src/utils/drive-url.js.map +1 -0
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/src/utils/index.d.ts.map +1 -1
- package/dist/src/utils/index.js +1 -0
- package/dist/src/utils/index.js.map +1 -1
- package/dist/test/document-drive-subgraph.test.d.ts +2 -0
- package/dist/test/document-drive-subgraph.test.d.ts.map +1 -0
- package/dist/test/document-drive-subgraph.test.js +186 -0
- package/dist/test/document-drive-subgraph.test.js.map +1 -0
- package/dist/test/document-model-subgraph-legacy-permissions.test.d.ts +2 -0
- package/dist/test/document-model-subgraph-legacy-permissions.test.d.ts.map +1 -0
- package/dist/test/document-model-subgraph-legacy-permissions.test.js +518 -0
- package/dist/test/document-model-subgraph-legacy-permissions.test.js.map +1 -0
- package/dist/test/document-model-subgraph-permissions.test.d.ts +2 -0
- package/dist/test/document-model-subgraph-permissions.test.d.ts.map +1 -0
- package/dist/test/document-model-subgraph-permissions.test.js +635 -0
- package/dist/test/document-model-subgraph-permissions.test.js.map +1 -0
- package/dist/test/document-model-subgraph.test.d.ts +2 -0
- package/dist/test/document-model-subgraph.test.d.ts.map +1 -0
- package/dist/test/document-model-subgraph.test.js +441 -0
- package/dist/test/document-model-subgraph.test.js.map +1 -0
- package/dist/test/permissions-integration.test.js +4 -4
- package/dist/test/permissions-integration.test.js.map +1 -1
- package/dist/test/reactor-client.test.js +4 -4
- package/dist/test/reactor-client.test.js.map +1 -1
- package/dist/test/reactor-resolvers.test.js +4 -8
- package/dist/test/reactor-resolvers.test.js.map +1 -1
- package/dist/test/reactor-subgraph-permissions.test.js +4 -7
- package/dist/test/reactor-subgraph-permissions.test.js.map +1 -1
- package/dist/test/subscriptions.test.js +2 -0
- package/dist/test/subscriptions.test.js.map +1 -1
- package/dist/test/two-reactor-gql-catchup-duplicate.test.d.ts +2 -0
- package/dist/test/two-reactor-gql-catchup-duplicate.test.d.ts.map +1 -0
- package/dist/test/two-reactor-gql-catchup-duplicate.test.js +264 -0
- package/dist/test/two-reactor-gql-catchup-duplicate.test.js.map +1 -0
- package/dist/test/two-reactor-gql-sync.test.js +86 -99
- package/dist/test/two-reactor-gql-sync.test.js.map +1 -1
- package/dist/test/utils/gql-resolver-bridge.d.ts.map +1 -1
- package/dist/test/utils/gql-resolver-bridge.js +4 -4
- package/dist/test/utils/gql-resolver-bridge.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +35 -25
- package/dist/src/graphql/system/system-subgraph.d.ts +0 -49
- package/dist/src/graphql/system/system-subgraph.d.ts.map +0 -1
- package/dist/src/graphql/system/system-subgraph.js +0 -130
- package/dist/src/graphql/system/system-subgraph.js.map +0 -1
- package/dist/test/system.test.d.ts +0 -2
- package/dist/test/system.test.d.ts.map +0 -1
- package/dist/test/system.test.js +0 -211
- package/dist/test/system.test.js.map +0 -1
- package/dist/test/three-reactor-gql-sync.test.d.ts +0 -2
- package/dist/test/three-reactor-gql-sync.test.d.ts.map +0 -1
- package/dist/test/three-reactor-gql-sync.test.js +0 -368
- package/dist/test/three-reactor-gql-sync.test.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { JobInfo as ClientJobInfo, DocumentChangeEvent, PagedResults } from "@powerhousedao/reactor";
|
|
2
|
-
import type { Action, DocumentModelModule, PHDocument } from "document-model";
|
|
3
|
-
import type { DocumentModelResultPage, DocumentChangeEvent as GqlDocumentChangeEvent, JobInfo as GqlJobInfo, PhDocument, PhDocumentResultPage } from "./gen/graphql.js";
|
|
2
|
+
import type { Action, DocumentModelModule, Operation, PHDocument } from "document-model";
|
|
3
|
+
import type { DocumentModelResultPage, DocumentChangeEvent as GqlDocumentChangeEvent, JobInfo as GqlJobInfo, PhDocument, PhDocumentResultPage, ReactorOperation, ReactorOperationResultPage } from "./gen/graphql.js";
|
|
4
4
|
/**
|
|
5
5
|
* Converts a PagedResults from ReactorClient to the GraphQL DocumentModelResultPage format
|
|
6
6
|
*/
|
|
@@ -41,6 +41,14 @@ export declare function validateDocumentModelAction(documentModelModule: Documen
|
|
|
41
41
|
* Validates a list of actions by converting them from JSON and checking structure
|
|
42
42
|
*/
|
|
43
43
|
export declare function validateActions(actions: readonly unknown[]): Action[];
|
|
44
|
+
/**
|
|
45
|
+
* Transforms an operation to serialize signatures from tuples to strings for GraphQL compatibility.
|
|
46
|
+
*/
|
|
47
|
+
export declare function serializeOperationForGraphQL(operation: Operation): ReactorOperation;
|
|
48
|
+
/**
|
|
49
|
+
* Converts a PagedResults of Operation to GraphQL ReactorOperationResultPage format
|
|
50
|
+
*/
|
|
51
|
+
export declare function toOperationResultPage(result: PagedResults<Operation>): ReactorOperationResultPage;
|
|
44
52
|
export declare function toGqlDocumentChangeEvent(event: DocumentChangeEvent): GqlDocumentChangeEvent;
|
|
45
53
|
export declare function matchesSearchFilter(event: DocumentChangeEvent, search: {
|
|
46
54
|
type?: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"adapters.d.ts","sourceRoot":"","sources":["../../../../src/graphql/reactor/adapters.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,IAAI,aAAa,EACxB,mBAAmB,EAEnB,YAAY,EACb,MAAM,wBAAwB,CAAC;AAEhC,OAAO,KAAK,EACV,MAAM,EACN,mBAAmB,
|
|
1
|
+
{"version":3,"file":"adapters.d.ts","sourceRoot":"","sources":["../../../../src/graphql/reactor/adapters.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,IAAI,aAAa,EACxB,mBAAmB,EAEnB,YAAY,EACb,MAAM,wBAAwB,CAAC;AAEhC,OAAO,KAAK,EACV,MAAM,EACN,mBAAmB,EAEnB,SAAS,EACT,UAAU,EACX,MAAM,gBAAgB,CAAC;AAExB,OAAO,KAAK,EACV,uBAAuB,EACvB,mBAAmB,IAAI,sBAAsB,EAE7C,OAAO,IAAI,UAAU,EACrB,UAAU,EACV,oBAAoB,EACpB,gBAAgB,EAChB,0BAA0B,EAC3B,MAAM,kBAAkB,CAAC;AAE1B;;GAEG;AACH,wBAAgB,yBAAyB,CACvC,MAAM,EAAE,YAAY,CAAC,mBAAmB,CAAC,GACxC,uBAAuB,CASzB;AA6BD;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,MAAM,EAAE,YAAY,CAAC,UAAU,CAAC,GAC/B,oBAAoB,CAQtB;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,UAAU,GAAG,UAAU,CAkB3D;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,aAAa,GAAG,UAAU,CAU3D;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,IAAI,GAAG,SAAS,GAAG,CAAC,GAAG,SAAS,CAE5E;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAC9B,GAAG,EAAE,SAAS,CAAC,EAAE,GAAG,SAAS,GAC5B,CAAC,EAAE,GAAG,SAAS,CAEjB;AA6BD;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,OAAO,GAAG,MAAM,CAQvD;AAED;;;GAGG;AACH,wBAAgB,2BAA2B,CACzC,mBAAmB,EAAE,mBAAmB,EACxC,MAAM,EAAE,MAAM,GACb;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,MAAM,EAAE,MAAM,EAAE,CAAA;CAAE,CAsExC;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,SAAS,OAAO,EAAE,GAAG,MAAM,EAAE,CAYrE;AAED;;GAEG;AACH,wBAAgB,4BAA4B,CAC1C,SAAS,EAAE,SAAS,GACnB,gBAAgB,CAqBlB;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,YAAY,CAAC,SAAS,CAAC,GAC9B,0BAA0B,CAQ5B;AAED,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,mBAAmB,GACzB,sBAAsB,CA0BxB;AAED,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,mBAAmB,EAC1B,MAAM,EAAE;IAAE,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,GACzD,OAAO,CAoBT;AAED,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,EAC1B,IAAI,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GACtB,OAAO,CAET"}
|
|
@@ -43,7 +43,7 @@ export function toPhDocumentResultPage(result) {
|
|
|
43
43
|
hasNextPage: !!result.nextCursor,
|
|
44
44
|
hasPreviousPage: !!result.options.cursor,
|
|
45
45
|
items: result.results.map(toGqlPhDocument),
|
|
46
|
-
totalCount: result.results.length,
|
|
46
|
+
totalCount: result.totalCount ?? result.results.length,
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
@@ -190,6 +190,40 @@ export function validateActions(actions) {
|
|
|
190
190
|
}
|
|
191
191
|
return convertedActions;
|
|
192
192
|
}
|
|
193
|
+
/**
|
|
194
|
+
* Transforms an operation to serialize signatures from tuples to strings for GraphQL compatibility.
|
|
195
|
+
*/
|
|
196
|
+
export function serializeOperationForGraphQL(operation) {
|
|
197
|
+
const signer = operation.action.context?.signer;
|
|
198
|
+
if (!signer?.signatures) {
|
|
199
|
+
return operation;
|
|
200
|
+
}
|
|
201
|
+
return {
|
|
202
|
+
...operation,
|
|
203
|
+
action: {
|
|
204
|
+
...operation.action,
|
|
205
|
+
context: {
|
|
206
|
+
...operation.action.context,
|
|
207
|
+
signer: {
|
|
208
|
+
...signer,
|
|
209
|
+
signatures: signer.signatures.map((sig) => Array.isArray(sig) ? sig.join(", ") : sig),
|
|
210
|
+
},
|
|
211
|
+
},
|
|
212
|
+
},
|
|
213
|
+
};
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* Converts a PagedResults of Operation to GraphQL ReactorOperationResultPage format
|
|
217
|
+
*/
|
|
218
|
+
export function toOperationResultPage(result) {
|
|
219
|
+
return {
|
|
220
|
+
cursor: result.nextCursor ?? null,
|
|
221
|
+
hasNextPage: !!result.nextCursor,
|
|
222
|
+
hasPreviousPage: !!result.options.cursor && result.options.cursor !== "0",
|
|
223
|
+
items: result.results.map(serializeOperationForGraphQL),
|
|
224
|
+
totalCount: result.results.length,
|
|
225
|
+
};
|
|
226
|
+
}
|
|
193
227
|
export function toGqlDocumentChangeEvent(event) {
|
|
194
228
|
const typeMap = {
|
|
195
229
|
created: "CREATED",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"adapters.js","sourceRoot":"","sources":["../../../../src/graphql/reactor/adapters.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAQxC,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"adapters.js","sourceRoot":"","sources":["../../../../src/graphql/reactor/adapters.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FetchLike } from "./requester.js";
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function createReactorGraphQLClient(url: string, fetchImpl?: FetchLike, headers?: Record<string, string>): {
|
|
3
3
|
GetDocumentModels(variables?: import("./gen/graphql.js").Exact<{
|
|
4
4
|
namespace?: import("./gen/graphql.js").InputMaybe<import("./gen/graphql.js").Scalars["String"]["input"]>;
|
|
5
5
|
paging?: import("./gen/graphql.js").InputMaybe<import("./gen/graphql.js").PagingInput>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../../../../src/graphql/reactor/factory.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAGhD,wBAAgB,
|
|
1
|
+
{"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../../../../src/graphql/reactor/factory.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAGhD,wBAAgB,0BAA0B,CACxC,GAAG,EAAE,MAAM,EACX,SAAS,GAAE,SAAiB,EAC5B,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;;0DAKskhB,4CAAiB;;;;oBAA6lB,4CAAkB;;;;0BAA+zB,4CAAkB;;;;;yBAAy4B,4CAAkB;;;;;;;;;;eAAkvD,4CAAkB;;;kBAAuc,gDAAsB;iEAA2C,4CAAiB;;;sBAA6lB,4CAAkB;iEAA2C,4CAAiB;;;4BAAwmB,4CAAkB;+BAAoC,gDAAqB;;;;4BAAyoB,4CAAkB;+BAAoC,gDAAqB;;;;4BAA0N,4CAAkB;cAAkB,4CAAkB;uDAAiC,4CAAiB;;;0BAAylB,4CAAkB;2CAAgD,4CAAiB;uDAAkC,4CAAiB;;;0BAAslB,4CAAkB;2CAAgD,4CAAiB;uDAAkC,4CAAiB;;;gCAAgmB,4CAAkB;gCAAoC,4CAAkB;2CAAgD,4CAAiB;uDAAkC,4CAAiB;;;oBAAmnC,4CAAkB;;;;mCAA2N,4CAAiB;;;;;;;;eAA8nC,4CAAkB;;EAD5z4B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getSdk } from "./gen/graphql.js";
|
|
2
2
|
import { createValidatingRequester } from "./requester.with-zod.js";
|
|
3
|
-
export function
|
|
3
|
+
export function createReactorGraphQLClient(url, fetchImpl = fetch, headers) {
|
|
4
4
|
const requester = createValidatingRequester(url, fetchImpl, headers);
|
|
5
5
|
return getSdk(requester);
|
|
6
6
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"factory.js","sourceRoot":"","sources":["../../../../src/graphql/reactor/factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,OAAO,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAEpE,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"factory.js","sourceRoot":"","sources":["../../../../src/graphql/reactor/factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,OAAO,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAEpE,MAAM,UAAU,0BAA0B,CACxC,GAAW,EACX,YAAuB,KAAK,EAC5B,OAAgC;IAEhC,MAAM,SAAS,GAAG,yBAAyB,CAAC,GAAG,EAAE,SAAS,EAAE,OAAO,CAAC,CAAC;IACrE,OAAO,MAAM,CAAC,SAAS,CAAC,CAAC;AAC3B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from "graphql";
|
|
2
2
|
import type { Context } from "../../types.js";
|
|
3
|
-
import
|
|
3
|
+
import * as z from "zod";
|
|
4
4
|
import type { DocumentNode } from "graphql";
|
|
5
5
|
export type Maybe<T> = T | null | undefined;
|
|
6
6
|
export type InputMaybe<T> = T | null | undefined;
|
|
@@ -101,12 +101,6 @@ export type ChannelMeta = {
|
|
|
101
101
|
export type ChannelMetaInput = {
|
|
102
102
|
readonly id: Scalars["String"]["input"];
|
|
103
103
|
};
|
|
104
|
-
export type CreateChannelInput = {
|
|
105
|
-
readonly collectionId: Scalars["String"]["input"];
|
|
106
|
-
readonly filter: RemoteFilterInput;
|
|
107
|
-
readonly id: Scalars["String"]["input"];
|
|
108
|
-
readonly name: Scalars["String"]["input"];
|
|
109
|
-
};
|
|
110
104
|
export type DocumentChangeContext = {
|
|
111
105
|
readonly childId?: Maybe<Scalars["String"]["output"]>;
|
|
112
106
|
readonly parentId?: Maybe<Scalars["String"]["output"]>;
|
|
@@ -139,6 +133,14 @@ export type DocumentModelResultPage = {
|
|
|
139
133
|
readonly items: ReadonlyArray<DocumentModelGlobalState>;
|
|
140
134
|
readonly totalCount: Scalars["Int"]["output"];
|
|
141
135
|
};
|
|
136
|
+
export type DocumentOperationsFilterInput = {
|
|
137
|
+
readonly actionTypes?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
138
|
+
readonly branch?: InputMaybe<Scalars["String"]["input"]>;
|
|
139
|
+
readonly scopes?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
140
|
+
readonly sinceRevision?: InputMaybe<Scalars["Int"]["input"]>;
|
|
141
|
+
readonly timestampFrom?: InputMaybe<Scalars["String"]["input"]>;
|
|
142
|
+
readonly timestampTo?: InputMaybe<Scalars["String"]["input"]>;
|
|
143
|
+
};
|
|
142
144
|
export type DocumentWithChildren = {
|
|
143
145
|
readonly childIds: ReadonlyArray<Scalars["String"]["output"]>;
|
|
144
146
|
readonly document: PhDocument;
|
|
@@ -163,7 +165,6 @@ export type MoveChildrenResult = {
|
|
|
163
165
|
};
|
|
164
166
|
export type Mutation = {
|
|
165
167
|
readonly addChildren: PhDocument;
|
|
166
|
-
readonly createChannel: Scalars["Boolean"]["output"];
|
|
167
168
|
readonly createDocument: PhDocument;
|
|
168
169
|
readonly createEmptyDocument: PhDocument;
|
|
169
170
|
readonly deleteDocument: Scalars["Boolean"]["output"];
|
|
@@ -171,18 +172,16 @@ export type Mutation = {
|
|
|
171
172
|
readonly moveChildren: MoveChildrenResult;
|
|
172
173
|
readonly mutateDocument: PhDocument;
|
|
173
174
|
readonly mutateDocumentAsync: Scalars["String"]["output"];
|
|
174
|
-
readonly
|
|
175
|
+
readonly pushSyncEnvelopes: Scalars["Boolean"]["output"];
|
|
175
176
|
readonly removeChildren: PhDocument;
|
|
176
177
|
readonly renameDocument: PhDocument;
|
|
178
|
+
readonly touchChannel: Scalars["Boolean"]["output"];
|
|
177
179
|
};
|
|
178
180
|
export type MutationAddChildrenArgs = {
|
|
179
181
|
branch?: InputMaybe<Scalars["String"]["input"]>;
|
|
180
182
|
documentIdentifiers: ReadonlyArray<Scalars["String"]["input"]>;
|
|
181
183
|
parentIdentifier: Scalars["String"]["input"];
|
|
182
184
|
};
|
|
183
|
-
export type MutationCreateChannelArgs = {
|
|
184
|
-
input: CreateChannelInput;
|
|
185
|
-
};
|
|
186
185
|
export type MutationCreateDocumentArgs = {
|
|
187
186
|
document: Scalars["JSONObject"]["input"];
|
|
188
187
|
parentIdentifier?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -215,8 +214,8 @@ export type MutationMutateDocumentAsyncArgs = {
|
|
|
215
214
|
documentIdentifier: Scalars["String"]["input"];
|
|
216
215
|
view?: InputMaybe<ViewFilterInput>;
|
|
217
216
|
};
|
|
218
|
-
export type
|
|
219
|
-
|
|
217
|
+
export type MutationPushSyncEnvelopesArgs = {
|
|
218
|
+
envelopes: ReadonlyArray<SyncEnvelopeInput>;
|
|
220
219
|
};
|
|
221
220
|
export type MutationRemoveChildrenArgs = {
|
|
222
221
|
branch?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -228,6 +227,9 @@ export type MutationRenameDocumentArgs = {
|
|
|
228
227
|
documentIdentifier: Scalars["String"]["input"];
|
|
229
228
|
name: Scalars["String"]["input"];
|
|
230
229
|
};
|
|
230
|
+
export type MutationTouchChannelArgs = {
|
|
231
|
+
input: TouchChannelInput;
|
|
232
|
+
};
|
|
231
233
|
export type OperationContext = {
|
|
232
234
|
readonly branch: Scalars["String"]["output"];
|
|
233
235
|
readonly documentId: Scalars["String"]["output"];
|
|
@@ -257,17 +259,31 @@ export type OperationWithContextInput = {
|
|
|
257
259
|
readonly context: OperationContextInput;
|
|
258
260
|
readonly operation: OperationInput;
|
|
259
261
|
};
|
|
262
|
+
export type OperationsFilterInput = {
|
|
263
|
+
readonly actionTypes?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
264
|
+
readonly branch?: InputMaybe<Scalars["String"]["input"]>;
|
|
265
|
+
readonly documentId: Scalars["String"]["input"];
|
|
266
|
+
readonly scopes?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
267
|
+
readonly sinceRevision?: InputMaybe<Scalars["Int"]["input"]>;
|
|
268
|
+
readonly timestampFrom?: InputMaybe<Scalars["String"]["input"]>;
|
|
269
|
+
readonly timestampTo?: InputMaybe<Scalars["String"]["input"]>;
|
|
270
|
+
};
|
|
260
271
|
export type PhDocument = {
|
|
261
272
|
readonly createdAtUtcIso: Scalars["DateTime"]["output"];
|
|
262
273
|
readonly documentType: Scalars["String"]["output"];
|
|
263
274
|
readonly id: Scalars["String"]["output"];
|
|
264
275
|
readonly lastModifiedAtUtcIso: Scalars["DateTime"]["output"];
|
|
265
276
|
readonly name: Scalars["String"]["output"];
|
|
277
|
+
readonly operations?: Maybe<ReactorOperationResultPage>;
|
|
266
278
|
readonly parentId?: Maybe<Scalars["String"]["output"]>;
|
|
267
279
|
readonly revisionsList: ReadonlyArray<Revision>;
|
|
268
280
|
readonly slug?: Maybe<Scalars["String"]["output"]>;
|
|
269
281
|
readonly state: Scalars["JSONObject"]["output"];
|
|
270
282
|
};
|
|
283
|
+
export type PhDocumentOperationsArgs = {
|
|
284
|
+
filter?: InputMaybe<DocumentOperationsFilterInput>;
|
|
285
|
+
paging?: InputMaybe<PagingInput>;
|
|
286
|
+
};
|
|
271
287
|
export type PhDocumentResultPage = {
|
|
272
288
|
readonly cursor?: Maybe<Scalars["String"]["output"]>;
|
|
273
289
|
readonly hasNextPage: Scalars["Boolean"]["output"];
|
|
@@ -288,6 +304,7 @@ export type Query = {
|
|
|
288
304
|
readonly document?: Maybe<DocumentWithChildren>;
|
|
289
305
|
readonly documentChildren: PhDocumentResultPage;
|
|
290
306
|
readonly documentModels: DocumentModelResultPage;
|
|
307
|
+
readonly documentOperations: ReactorOperationResultPage;
|
|
291
308
|
readonly documentParents: PhDocumentResultPage;
|
|
292
309
|
readonly findDocuments: PhDocumentResultPage;
|
|
293
310
|
readonly jobStatus?: Maybe<JobInfo>;
|
|
@@ -306,6 +323,10 @@ export type QueryDocumentModelsArgs = {
|
|
|
306
323
|
namespace?: InputMaybe<Scalars["String"]["input"]>;
|
|
307
324
|
paging?: InputMaybe<PagingInput>;
|
|
308
325
|
};
|
|
326
|
+
export type QueryDocumentOperationsArgs = {
|
|
327
|
+
filter: OperationsFilterInput;
|
|
328
|
+
paging?: InputMaybe<PagingInput>;
|
|
329
|
+
};
|
|
309
330
|
export type QueryDocumentParentsArgs = {
|
|
310
331
|
childIdentifier: Scalars["String"]["input"];
|
|
311
332
|
paging?: InputMaybe<PagingInput>;
|
|
@@ -332,6 +353,13 @@ export type ReactorOperation = {
|
|
|
332
353
|
readonly skip: Scalars["Int"]["output"];
|
|
333
354
|
readonly timestampUtcMs: Scalars["String"]["output"];
|
|
334
355
|
};
|
|
356
|
+
export type ReactorOperationResultPage = {
|
|
357
|
+
readonly cursor?: Maybe<Scalars["String"]["output"]>;
|
|
358
|
+
readonly hasNextPage: Scalars["Boolean"]["output"];
|
|
359
|
+
readonly hasPreviousPage: Scalars["Boolean"]["output"];
|
|
360
|
+
readonly items: ReadonlyArray<ReactorOperation>;
|
|
361
|
+
readonly totalCount: Scalars["Int"]["output"];
|
|
362
|
+
};
|
|
335
363
|
export type ReactorSigner = {
|
|
336
364
|
readonly app?: Maybe<ReactorSignerApp>;
|
|
337
365
|
readonly signatures: ReadonlyArray<Scalars["String"]["output"]>;
|
|
@@ -398,12 +426,16 @@ export type SubscriptionJobChangesArgs = {
|
|
|
398
426
|
export type SyncEnvelope = {
|
|
399
427
|
readonly channelMeta: ChannelMeta;
|
|
400
428
|
readonly cursor?: Maybe<RemoteCursor>;
|
|
429
|
+
readonly dependsOn?: Maybe<ReadonlyArray<Scalars["String"]["output"]>>;
|
|
430
|
+
readonly key?: Maybe<Scalars["String"]["output"]>;
|
|
401
431
|
readonly operations?: Maybe<ReadonlyArray<OperationWithContext>>;
|
|
402
432
|
readonly type: SyncEnvelopeType;
|
|
403
433
|
};
|
|
404
434
|
export type SyncEnvelopeInput = {
|
|
405
435
|
readonly channelMeta: ChannelMetaInput;
|
|
406
436
|
readonly cursor?: InputMaybe<RemoteCursorInput>;
|
|
437
|
+
readonly dependsOn?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
438
|
+
readonly key?: InputMaybe<Scalars["String"]["input"]>;
|
|
407
439
|
readonly operations?: InputMaybe<ReadonlyArray<OperationWithContextInput>>;
|
|
408
440
|
readonly type: SyncEnvelopeType;
|
|
409
441
|
};
|
|
@@ -411,6 +443,13 @@ export declare enum SyncEnvelopeType {
|
|
|
411
443
|
Ack = "ACK",
|
|
412
444
|
Operations = "OPERATIONS"
|
|
413
445
|
}
|
|
446
|
+
export type TouchChannelInput = {
|
|
447
|
+
readonly collectionId: Scalars["String"]["input"];
|
|
448
|
+
readonly filter: RemoteFilterInput;
|
|
449
|
+
readonly id: Scalars["String"]["input"];
|
|
450
|
+
readonly name: Scalars["String"]["input"];
|
|
451
|
+
readonly sinceTimestampUtcMs: Scalars["String"]["input"];
|
|
452
|
+
};
|
|
414
453
|
export type ViewFilterInput = {
|
|
415
454
|
readonly branch?: InputMaybe<Scalars["String"]["input"]>;
|
|
416
455
|
readonly scopes?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
@@ -826,13 +865,13 @@ export type ResolversTypes = ResolversObject<{
|
|
|
826
865
|
Boolean: ResolverTypeWrapper<Scalars["Boolean"]["output"]>;
|
|
827
866
|
ChannelMeta: ResolverTypeWrapper<ChannelMeta>;
|
|
828
867
|
ChannelMetaInput: ChannelMetaInput;
|
|
829
|
-
CreateChannelInput: CreateChannelInput;
|
|
830
868
|
DateTime: ResolverTypeWrapper<Scalars["DateTime"]["output"]>;
|
|
831
869
|
DocumentChangeContext: ResolverTypeWrapper<DocumentChangeContext>;
|
|
832
870
|
DocumentChangeEvent: ResolverTypeWrapper<DocumentChangeEvent>;
|
|
833
871
|
DocumentChangeType: DocumentChangeType;
|
|
834
872
|
DocumentModelGlobalState: ResolverTypeWrapper<DocumentModelGlobalState>;
|
|
835
873
|
DocumentModelResultPage: ResolverTypeWrapper<DocumentModelResultPage>;
|
|
874
|
+
DocumentOperationsFilterInput: DocumentOperationsFilterInput;
|
|
836
875
|
DocumentWithChildren: ResolverTypeWrapper<DocumentWithChildren>;
|
|
837
876
|
Int: ResolverTypeWrapper<Scalars["Int"]["output"]>;
|
|
838
877
|
JSONObject: ResolverTypeWrapper<Scalars["JSONObject"]["output"]>;
|
|
@@ -845,12 +884,14 @@ export type ResolversTypes = ResolversObject<{
|
|
|
845
884
|
OperationInput: OperationInput;
|
|
846
885
|
OperationWithContext: ResolverTypeWrapper<OperationWithContext>;
|
|
847
886
|
OperationWithContextInput: OperationWithContextInput;
|
|
887
|
+
OperationsFilterInput: OperationsFilterInput;
|
|
848
888
|
PHDocument: ResolverTypeWrapper<PhDocument>;
|
|
849
889
|
PHDocumentResultPage: ResolverTypeWrapper<PhDocumentResultPage>;
|
|
850
890
|
PagingInput: PagingInput;
|
|
851
891
|
PropagationMode: PropagationMode;
|
|
852
892
|
Query: ResolverTypeWrapper<{}>;
|
|
853
893
|
ReactorOperation: ResolverTypeWrapper<ReactorOperation>;
|
|
894
|
+
ReactorOperationResultPage: ResolverTypeWrapper<ReactorOperationResultPage>;
|
|
854
895
|
ReactorSigner: ResolverTypeWrapper<ReactorSigner>;
|
|
855
896
|
ReactorSignerApp: ResolverTypeWrapper<ReactorSignerApp>;
|
|
856
897
|
ReactorSignerAppInput: ReactorSignerAppInput;
|
|
@@ -867,6 +908,7 @@ export type ResolversTypes = ResolversObject<{
|
|
|
867
908
|
SyncEnvelope: ResolverTypeWrapper<SyncEnvelope>;
|
|
868
909
|
SyncEnvelopeInput: SyncEnvelopeInput;
|
|
869
910
|
SyncEnvelopeType: SyncEnvelopeType;
|
|
911
|
+
TouchChannelInput: TouchChannelInput;
|
|
870
912
|
ViewFilterInput: ViewFilterInput;
|
|
871
913
|
}>;
|
|
872
914
|
/** Mapping between all available schema types and the resolvers parents */
|
|
@@ -880,12 +922,12 @@ export type ResolversParentTypes = ResolversObject<{
|
|
|
880
922
|
Boolean: Scalars["Boolean"]["output"];
|
|
881
923
|
ChannelMeta: ChannelMeta;
|
|
882
924
|
ChannelMetaInput: ChannelMetaInput;
|
|
883
|
-
CreateChannelInput: CreateChannelInput;
|
|
884
925
|
DateTime: Scalars["DateTime"]["output"];
|
|
885
926
|
DocumentChangeContext: DocumentChangeContext;
|
|
886
927
|
DocumentChangeEvent: DocumentChangeEvent;
|
|
887
928
|
DocumentModelGlobalState: DocumentModelGlobalState;
|
|
888
929
|
DocumentModelResultPage: DocumentModelResultPage;
|
|
930
|
+
DocumentOperationsFilterInput: DocumentOperationsFilterInput;
|
|
889
931
|
DocumentWithChildren: DocumentWithChildren;
|
|
890
932
|
Int: Scalars["Int"]["output"];
|
|
891
933
|
JSONObject: Scalars["JSONObject"]["output"];
|
|
@@ -898,11 +940,13 @@ export type ResolversParentTypes = ResolversObject<{
|
|
|
898
940
|
OperationInput: OperationInput;
|
|
899
941
|
OperationWithContext: OperationWithContext;
|
|
900
942
|
OperationWithContextInput: OperationWithContextInput;
|
|
943
|
+
OperationsFilterInput: OperationsFilterInput;
|
|
901
944
|
PHDocument: PhDocument;
|
|
902
945
|
PHDocumentResultPage: PhDocumentResultPage;
|
|
903
946
|
PagingInput: PagingInput;
|
|
904
947
|
Query: {};
|
|
905
948
|
ReactorOperation: ReactorOperation;
|
|
949
|
+
ReactorOperationResultPage: ReactorOperationResultPage;
|
|
906
950
|
ReactorSigner: ReactorSigner;
|
|
907
951
|
ReactorSignerApp: ReactorSignerApp;
|
|
908
952
|
ReactorSignerAppInput: ReactorSignerAppInput;
|
|
@@ -918,6 +962,7 @@ export type ResolversParentTypes = ResolversObject<{
|
|
|
918
962
|
Subscription: {};
|
|
919
963
|
SyncEnvelope: SyncEnvelope;
|
|
920
964
|
SyncEnvelopeInput: SyncEnvelopeInput;
|
|
965
|
+
TouchChannelInput: TouchChannelInput;
|
|
921
966
|
ViewFilterInput: ViewFilterInput;
|
|
922
967
|
}>;
|
|
923
968
|
export type ActionResolvers<ContextType = Context, ParentType extends ResolversParentTypes["Action"] = ResolversParentTypes["Action"]> = ResolversObject<{
|
|
@@ -1007,7 +1052,6 @@ export type MoveChildrenResultResolvers<ContextType = Context, ParentType extend
|
|
|
1007
1052
|
}>;
|
|
1008
1053
|
export type MutationResolvers<ContextType = Context, ParentType extends ResolversParentTypes["Mutation"] = ResolversParentTypes["Mutation"]> = ResolversObject<{
|
|
1009
1054
|
addChildren?: Resolver<ResolversTypes["PHDocument"], ParentType, ContextType, RequireFields<MutationAddChildrenArgs, "documentIdentifiers" | "parentIdentifier">>;
|
|
1010
|
-
createChannel?: Resolver<ResolversTypes["Boolean"], ParentType, ContextType, RequireFields<MutationCreateChannelArgs, "input">>;
|
|
1011
1055
|
createDocument?: Resolver<ResolversTypes["PHDocument"], ParentType, ContextType, RequireFields<MutationCreateDocumentArgs, "document">>;
|
|
1012
1056
|
createEmptyDocument?: Resolver<ResolversTypes["PHDocument"], ParentType, ContextType, RequireFields<MutationCreateEmptyDocumentArgs, "documentType">>;
|
|
1013
1057
|
deleteDocument?: Resolver<ResolversTypes["Boolean"], ParentType, ContextType, RequireFields<MutationDeleteDocumentArgs, "identifier">>;
|
|
@@ -1015,9 +1059,10 @@ export type MutationResolvers<ContextType = Context, ParentType extends Resolver
|
|
|
1015
1059
|
moveChildren?: Resolver<ResolversTypes["MoveChildrenResult"], ParentType, ContextType, RequireFields<MutationMoveChildrenArgs, "documentIdentifiers" | "sourceParentIdentifier" | "targetParentIdentifier">>;
|
|
1016
1060
|
mutateDocument?: Resolver<ResolversTypes["PHDocument"], ParentType, ContextType, RequireFields<MutationMutateDocumentArgs, "actions" | "documentIdentifier">>;
|
|
1017
1061
|
mutateDocumentAsync?: Resolver<ResolversTypes["String"], ParentType, ContextType, RequireFields<MutationMutateDocumentAsyncArgs, "actions" | "documentIdentifier">>;
|
|
1018
|
-
|
|
1062
|
+
pushSyncEnvelopes?: Resolver<ResolversTypes["Boolean"], ParentType, ContextType, RequireFields<MutationPushSyncEnvelopesArgs, "envelopes">>;
|
|
1019
1063
|
removeChildren?: Resolver<ResolversTypes["PHDocument"], ParentType, ContextType, RequireFields<MutationRemoveChildrenArgs, "documentIdentifiers" | "parentIdentifier">>;
|
|
1020
1064
|
renameDocument?: Resolver<ResolversTypes["PHDocument"], ParentType, ContextType, RequireFields<MutationRenameDocumentArgs, "documentIdentifier" | "name">>;
|
|
1065
|
+
touchChannel?: Resolver<ResolversTypes["Boolean"], ParentType, ContextType, RequireFields<MutationTouchChannelArgs, "input">>;
|
|
1021
1066
|
}>;
|
|
1022
1067
|
export type OperationContextResolvers<ContextType = Context, ParentType extends ResolversParentTypes["OperationContext"] = ResolversParentTypes["OperationContext"]> = ResolversObject<{
|
|
1023
1068
|
branch?: Resolver<ResolversTypes["String"], ParentType, ContextType>;
|
|
@@ -1037,6 +1082,7 @@ export type PhDocumentResolvers<ContextType = Context, ParentType extends Resolv
|
|
|
1037
1082
|
id?: Resolver<ResolversTypes["String"], ParentType, ContextType>;
|
|
1038
1083
|
lastModifiedAtUtcIso?: Resolver<ResolversTypes["DateTime"], ParentType, ContextType>;
|
|
1039
1084
|
name?: Resolver<ResolversTypes["String"], ParentType, ContextType>;
|
|
1085
|
+
operations?: Resolver<Maybe<ResolversTypes["ReactorOperationResultPage"]>, ParentType, ContextType, Partial<PhDocumentOperationsArgs>>;
|
|
1040
1086
|
parentId?: Resolver<Maybe<ResolversTypes["String"]>, ParentType, ContextType>;
|
|
1041
1087
|
revisionsList?: Resolver<ReadonlyArray<ResolversTypes["Revision"]>, ParentType, ContextType>;
|
|
1042
1088
|
slug?: Resolver<Maybe<ResolversTypes["String"]>, ParentType, ContextType>;
|
|
@@ -1055,6 +1101,7 @@ export type QueryResolvers<ContextType = Context, ParentType extends ResolversPa
|
|
|
1055
1101
|
document?: Resolver<Maybe<ResolversTypes["DocumentWithChildren"]>, ParentType, ContextType, RequireFields<QueryDocumentArgs, "identifier">>;
|
|
1056
1102
|
documentChildren?: Resolver<ResolversTypes["PHDocumentResultPage"], ParentType, ContextType, RequireFields<QueryDocumentChildrenArgs, "parentIdentifier">>;
|
|
1057
1103
|
documentModels?: Resolver<ResolversTypes["DocumentModelResultPage"], ParentType, ContextType, Partial<QueryDocumentModelsArgs>>;
|
|
1104
|
+
documentOperations?: Resolver<ResolversTypes["ReactorOperationResultPage"], ParentType, ContextType, RequireFields<QueryDocumentOperationsArgs, "filter">>;
|
|
1058
1105
|
documentParents?: Resolver<ResolversTypes["PHDocumentResultPage"], ParentType, ContextType, RequireFields<QueryDocumentParentsArgs, "childIdentifier">>;
|
|
1059
1106
|
findDocuments?: Resolver<ResolversTypes["PHDocumentResultPage"], ParentType, ContextType, RequireFields<QueryFindDocumentsArgs, "search">>;
|
|
1060
1107
|
jobStatus?: Resolver<Maybe<ResolversTypes["JobInfo"]>, ParentType, ContextType, RequireFields<QueryJobStatusArgs, "jobId">>;
|
|
@@ -1070,6 +1117,14 @@ export type ReactorOperationResolvers<ContextType = Context, ParentType extends
|
|
|
1070
1117
|
timestampUtcMs?: Resolver<ResolversTypes["String"], ParentType, ContextType>;
|
|
1071
1118
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
|
1072
1119
|
}>;
|
|
1120
|
+
export type ReactorOperationResultPageResolvers<ContextType = Context, ParentType extends ResolversParentTypes["ReactorOperationResultPage"] = ResolversParentTypes["ReactorOperationResultPage"]> = ResolversObject<{
|
|
1121
|
+
cursor?: Resolver<Maybe<ResolversTypes["String"]>, ParentType, ContextType>;
|
|
1122
|
+
hasNextPage?: Resolver<ResolversTypes["Boolean"], ParentType, ContextType>;
|
|
1123
|
+
hasPreviousPage?: Resolver<ResolversTypes["Boolean"], ParentType, ContextType>;
|
|
1124
|
+
items?: Resolver<ReadonlyArray<ResolversTypes["ReactorOperation"]>, ParentType, ContextType>;
|
|
1125
|
+
totalCount?: Resolver<ResolversTypes["Int"], ParentType, ContextType>;
|
|
1126
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
|
1127
|
+
}>;
|
|
1073
1128
|
export type ReactorSignerResolvers<ContextType = Context, ParentType extends ResolversParentTypes["ReactorSigner"] = ResolversParentTypes["ReactorSigner"]> = ResolversObject<{
|
|
1074
1129
|
app?: Resolver<Maybe<ResolversTypes["ReactorSignerApp"]>, ParentType, ContextType>;
|
|
1075
1130
|
signatures?: Resolver<ReadonlyArray<ResolversTypes["String"]>, ParentType, ContextType>;
|
|
@@ -1105,6 +1160,8 @@ export type SubscriptionResolvers<ContextType = Context, ParentType extends Reso
|
|
|
1105
1160
|
export type SyncEnvelopeResolvers<ContextType = Context, ParentType extends ResolversParentTypes["SyncEnvelope"] = ResolversParentTypes["SyncEnvelope"]> = ResolversObject<{
|
|
1106
1161
|
channelMeta?: Resolver<ResolversTypes["ChannelMeta"], ParentType, ContextType>;
|
|
1107
1162
|
cursor?: Resolver<Maybe<ResolversTypes["RemoteCursor"]>, ParentType, ContextType>;
|
|
1163
|
+
dependsOn?: Resolver<Maybe<ReadonlyArray<ResolversTypes["String"]>>, ParentType, ContextType>;
|
|
1164
|
+
key?: Resolver<Maybe<ResolversTypes["String"]>, ParentType, ContextType>;
|
|
1108
1165
|
operations?: Resolver<Maybe<ReadonlyArray<ResolversTypes["OperationWithContext"]>>, ParentType, ContextType>;
|
|
1109
1166
|
type?: Resolver<ResolversTypes["SyncEnvelopeType"], ParentType, ContextType>;
|
|
1110
1167
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
|
@@ -1131,6 +1188,7 @@ export type Resolvers<ContextType = Context> = ResolversObject<{
|
|
|
1131
1188
|
PHDocumentResultPage?: PhDocumentResultPageResolvers<ContextType>;
|
|
1132
1189
|
Query?: QueryResolvers<ContextType>;
|
|
1133
1190
|
ReactorOperation?: ReactorOperationResolvers<ContextType>;
|
|
1191
|
+
ReactorOperationResultPage?: ReactorOperationResultPageResolvers<ContextType>;
|
|
1134
1192
|
ReactorSigner?: ReactorSignerResolvers<ContextType>;
|
|
1135
1193
|
ReactorSignerApp?: ReactorSignerAppResolvers<ContextType>;
|
|
1136
1194
|
ReactorSignerUser?: ReactorSignerUserResolvers<ContextType>;
|
|
@@ -1140,22 +1198,23 @@ export type Resolvers<ContextType = Context> = ResolversObject<{
|
|
|
1140
1198
|
SyncEnvelope?: SyncEnvelopeResolvers<ContextType>;
|
|
1141
1199
|
}>;
|
|
1142
1200
|
type Properties<T> = Required<{
|
|
1143
|
-
[K in keyof T]: z.ZodType<T[K]
|
|
1201
|
+
[K in keyof T]: z.ZodType<T[K]>;
|
|
1144
1202
|
}>;
|
|
1145
1203
|
type definedNonNullAny = {};
|
|
1146
1204
|
export declare const isDefinedNonNullAny: (v: any) => v is definedNonNullAny;
|
|
1147
|
-
export declare const definedNonNullAnySchema: z.
|
|
1148
|
-
export declare const DocumentChangeTypeSchema: z.
|
|
1149
|
-
export declare const PropagationModeSchema: z.
|
|
1150
|
-
export declare const SyncEnvelopeTypeSchema: z.
|
|
1205
|
+
export declare const definedNonNullAnySchema: z.ZodAny & z.ZodType<definedNonNullAny, any, z.core.$ZodTypeInternals<definedNonNullAny, any>>;
|
|
1206
|
+
export declare const DocumentChangeTypeSchema: z.ZodEnum<typeof DocumentChangeType>;
|
|
1207
|
+
export declare const PropagationModeSchema: z.ZodEnum<typeof PropagationMode>;
|
|
1208
|
+
export declare const SyncEnvelopeTypeSchema: z.ZodEnum<typeof SyncEnvelopeType>;
|
|
1151
1209
|
export declare function ActionContextInputSchema(): z.ZodObject<Properties<ActionContextInput>>;
|
|
1152
1210
|
export declare function ActionInputSchema(): z.ZodObject<Properties<ActionInput>>;
|
|
1153
1211
|
export declare function AttachmentInputSchema(): z.ZodObject<Properties<AttachmentInput>>;
|
|
1154
1212
|
export declare function ChannelMetaInputSchema(): z.ZodObject<Properties<ChannelMetaInput>>;
|
|
1155
|
-
export declare function
|
|
1213
|
+
export declare function DocumentOperationsFilterInputSchema(): z.ZodObject<Properties<DocumentOperationsFilterInput>>;
|
|
1156
1214
|
export declare function OperationContextInputSchema(): z.ZodObject<Properties<OperationContextInput>>;
|
|
1157
1215
|
export declare function OperationInputSchema(): z.ZodObject<Properties<OperationInput>>;
|
|
1158
1216
|
export declare function OperationWithContextInputSchema(): z.ZodObject<Properties<OperationWithContextInput>>;
|
|
1217
|
+
export declare function OperationsFilterInputSchema(): z.ZodObject<Properties<OperationsFilterInput>>;
|
|
1159
1218
|
export declare function PagingInputSchema(): z.ZodObject<Properties<PagingInput>>;
|
|
1160
1219
|
export declare function ReactorSignerAppInputSchema(): z.ZodObject<Properties<ReactorSignerAppInput>>;
|
|
1161
1220
|
export declare function ReactorSignerInputSchema(): z.ZodObject<Properties<ReactorSignerInput>>;
|
|
@@ -1164,6 +1223,7 @@ export declare function RemoteCursorInputSchema(): z.ZodObject<Properties<Remote
|
|
|
1164
1223
|
export declare function RemoteFilterInputSchema(): z.ZodObject<Properties<RemoteFilterInput>>;
|
|
1165
1224
|
export declare function SearchFilterInputSchema(): z.ZodObject<Properties<SearchFilterInput>>;
|
|
1166
1225
|
export declare function SyncEnvelopeInputSchema(): z.ZodObject<Properties<SyncEnvelopeInput>>;
|
|
1226
|
+
export declare function TouchChannelInputSchema(): z.ZodObject<Properties<TouchChannelInput>>;
|
|
1167
1227
|
export declare function ViewFilterInputSchema(): z.ZodObject<Properties<ViewFilterInput>>;
|
|
1168
1228
|
export declare const PhDocumentFieldsFragmentDoc: DocumentNode;
|
|
1169
1229
|
export declare const GetDocumentModelsDocument: DocumentNode;
|