@fairmint/canton-node-sdk 0.0.30 → 0.0.32
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/build/src/clients/ledger-json-api/LedgerJsonApiClient.d.ts +80 -52
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.js +45 -86
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/authenticated-user/get.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts +17 -24
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.js +8 -18
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit-reassignment.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.d.ts +20 -41
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.js +5 -52
- package/build/src/clients/ledger-json-api/operations/v2/commands/async/submit.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts +29 -74
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.js +12 -22
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-reassignment.d.ts +8 -8
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.d.ts +20 -49
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.js +5 -52
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.d.ts +10 -115
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.js +5 -56
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.d.ts +21 -174
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.js +5 -52
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/allocate-party.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/create-user.d.ts +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/{packages → interactive-submission}/get-preferred-package-version.d.ts +8 -11
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.d.ts.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.js +36 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.js.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/{packages → interactive-submission}/get-preferred-packages.d.ts +11 -11
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.d.ts.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.js +32 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.js.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.d.ts +2 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.js +2 -0
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/index.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts +11 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.js +8 -3
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-package-status.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get.d.ts +2 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get.js +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/get.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/index.d.ts +0 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/index.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/index.js +0 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/index.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts +15 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/post.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/post.js +14 -4
- package/build/src/clients/ledger-json-api/operations/v2/packages/post.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.d.ts +8 -10
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.js +5 -11
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-participant-id.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts +7 -12
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.js +8 -5
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts +19 -19
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.js +12 -17
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/index.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/index.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/index.js +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/index.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts +43 -11
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.js +28 -4
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.d.ts +11 -44
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.js +7 -21
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts +13 -93
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.js +5 -61
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.d.ts +9 -19
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.js +5 -22
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.d.ts +8 -2
- package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.js +5 -3
- package/build/src/clients/ledger-json-api/operations/v2/state/get-latest-pruned-offsets.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.d.ts +8 -10
- package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.js +5 -11
- package/build/src/clients/ledger-json-api/operations/v2/state/get-ledger-end.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts +26 -26
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.d.ts +10 -143
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.js +5 -31
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.d.ts +10 -143
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.js +5 -30
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts +19 -73
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.js +13 -30
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts +23 -66
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.js +17 -8
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.d.ts +14 -14
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.d.ts +9 -148
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.js +5 -39
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.d.ts +9 -261
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.js +5 -33
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.d.ts +10 -58
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.js +5 -30
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts +15 -10
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.js +7 -11
- package/build/src/clients/ledger-json-api/operations/v2/users/delete-user.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts +18 -11
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.js +8 -3
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.d.ts +11 -58
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.js +4 -26
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts +19 -28
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.js +17 -12
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts +18 -19
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.js +9 -12
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.d.ts +11 -57
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.js +4 -25
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.d.ts +10 -18
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.js +4 -19
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user-identity-provider.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.d.ts +11 -48
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.js +4 -27
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/api/commands.d.ts +12 -12
- package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts +78 -78
- package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts +20 -20
- package/build/src/clients/ledger-json-api/schemas/api/events.d.ts +138 -138
- package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts +10 -10
- package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts +16 -16
- package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts +184 -184
- package/build/src/clients/ledger-json-api/schemas/api/state.d.ts +276 -276
- package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts +284 -284
- package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts +1716 -1716
- package/build/src/clients/ledger-json-api/schemas/api/users.d.ts +66 -66
- package/build/src/clients/ledger-json-api/schemas/common.d.ts +4 -4
- package/build/src/clients/ledger-json-api/schemas/operations/commands.d.ts +26 -26
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts +67 -6
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js +30 -1
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.js.map +1 -1
- package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts +12 -12
- package/build/src/clients/ledger-json-api/schemas/operations/state.d.ts +2 -2
- package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts +364 -364
- package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts +17 -17
- package/package.json +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-package-version.d.ts.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-package-version.js +0 -37
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-package-version.js.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-packages.d.ts.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-packages.js +0 -35
- package/build/src/clients/ledger-json-api/operations/v2/packages/get-preferred-packages.js.map +0 -1
|
@@ -154,15 +154,15 @@ export declare const CompletionSchema: z.ZodObject<{
|
|
|
154
154
|
parentSpanId: z.ZodOptional<z.ZodString>;
|
|
155
155
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
metadata?: Record<string, string> | undefined;
|
|
158
157
|
traceId?: string | undefined;
|
|
159
158
|
spanId?: string | undefined;
|
|
160
159
|
parentSpanId?: string | undefined;
|
|
161
|
-
}, {
|
|
162
160
|
metadata?: Record<string, string> | undefined;
|
|
161
|
+
}, {
|
|
163
162
|
traceId?: string | undefined;
|
|
164
163
|
spanId?: string | undefined;
|
|
165
164
|
parentSpanId?: string | undefined;
|
|
165
|
+
metadata?: Record<string, string> | undefined;
|
|
166
166
|
}>>;
|
|
167
167
|
/** Offset for resuming the stream. */
|
|
168
168
|
offset: z.ZodNumber;
|
|
@@ -180,7 +180,6 @@ export declare const CompletionSchema: z.ZodObject<{
|
|
|
180
180
|
recordTime: string;
|
|
181
181
|
}>;
|
|
182
182
|
}, "strip", z.ZodTypeAny, {
|
|
183
|
-
offset: number;
|
|
184
183
|
commandId: string;
|
|
185
184
|
deduplicationPeriod: {
|
|
186
185
|
DeduplicationDuration: {
|
|
@@ -193,6 +192,7 @@ export declare const CompletionSchema: z.ZodObject<{
|
|
|
193
192
|
} | {
|
|
194
193
|
Empty: {};
|
|
195
194
|
};
|
|
195
|
+
offset: number;
|
|
196
196
|
synchronizerTime: {
|
|
197
197
|
synchronizerId: string;
|
|
198
198
|
recordTime: string;
|
|
@@ -207,17 +207,16 @@ export declare const CompletionSchema: z.ZodObject<{
|
|
|
207
207
|
}[] | undefined;
|
|
208
208
|
} | undefined;
|
|
209
209
|
userId?: string | undefined;
|
|
210
|
-
updateId?: string | undefined;
|
|
211
|
-
submissionId?: string | undefined;
|
|
212
210
|
actAs?: string[] | undefined;
|
|
211
|
+
submissionId?: string | undefined;
|
|
212
|
+
updateId?: string | undefined;
|
|
213
213
|
traceContext?: {
|
|
214
|
-
metadata?: Record<string, string> | undefined;
|
|
215
214
|
traceId?: string | undefined;
|
|
216
215
|
spanId?: string | undefined;
|
|
217
216
|
parentSpanId?: string | undefined;
|
|
217
|
+
metadata?: Record<string, string> | undefined;
|
|
218
218
|
} | undefined;
|
|
219
219
|
}, {
|
|
220
|
-
offset: number;
|
|
221
220
|
commandId: string;
|
|
222
221
|
deduplicationPeriod: {
|
|
223
222
|
DeduplicationDuration: {
|
|
@@ -230,6 +229,7 @@ export declare const CompletionSchema: z.ZodObject<{
|
|
|
230
229
|
} | {
|
|
231
230
|
Empty: {};
|
|
232
231
|
};
|
|
232
|
+
offset: number;
|
|
233
233
|
synchronizerTime: {
|
|
234
234
|
synchronizerId: string;
|
|
235
235
|
recordTime: string;
|
|
@@ -244,19 +244,18 @@ export declare const CompletionSchema: z.ZodObject<{
|
|
|
244
244
|
}[] | undefined;
|
|
245
245
|
} | undefined;
|
|
246
246
|
userId?: string | undefined;
|
|
247
|
-
updateId?: string | undefined;
|
|
248
|
-
submissionId?: string | undefined;
|
|
249
247
|
actAs?: string[] | undefined;
|
|
248
|
+
submissionId?: string | undefined;
|
|
249
|
+
updateId?: string | undefined;
|
|
250
250
|
traceContext?: {
|
|
251
|
-
metadata?: Record<string, string> | undefined;
|
|
252
251
|
traceId?: string | undefined;
|
|
253
252
|
spanId?: string | undefined;
|
|
254
253
|
parentSpanId?: string | undefined;
|
|
254
|
+
metadata?: Record<string, string> | undefined;
|
|
255
255
|
} | undefined;
|
|
256
256
|
}>;
|
|
257
257
|
}, "strip", z.ZodTypeAny, {
|
|
258
258
|
value: {
|
|
259
|
-
offset: number;
|
|
260
259
|
commandId: string;
|
|
261
260
|
deduplicationPeriod: {
|
|
262
261
|
DeduplicationDuration: {
|
|
@@ -269,6 +268,7 @@ export declare const CompletionSchema: z.ZodObject<{
|
|
|
269
268
|
} | {
|
|
270
269
|
Empty: {};
|
|
271
270
|
};
|
|
271
|
+
offset: number;
|
|
272
272
|
synchronizerTime: {
|
|
273
273
|
synchronizerId: string;
|
|
274
274
|
recordTime: string;
|
|
@@ -283,19 +283,18 @@ export declare const CompletionSchema: z.ZodObject<{
|
|
|
283
283
|
}[] | undefined;
|
|
284
284
|
} | undefined;
|
|
285
285
|
userId?: string | undefined;
|
|
286
|
-
updateId?: string | undefined;
|
|
287
|
-
submissionId?: string | undefined;
|
|
288
286
|
actAs?: string[] | undefined;
|
|
287
|
+
submissionId?: string | undefined;
|
|
288
|
+
updateId?: string | undefined;
|
|
289
289
|
traceContext?: {
|
|
290
|
-
metadata?: Record<string, string> | undefined;
|
|
291
290
|
traceId?: string | undefined;
|
|
292
291
|
spanId?: string | undefined;
|
|
293
292
|
parentSpanId?: string | undefined;
|
|
293
|
+
metadata?: Record<string, string> | undefined;
|
|
294
294
|
} | undefined;
|
|
295
295
|
};
|
|
296
296
|
}, {
|
|
297
297
|
value: {
|
|
298
|
-
offset: number;
|
|
299
298
|
commandId: string;
|
|
300
299
|
deduplicationPeriod: {
|
|
301
300
|
DeduplicationDuration: {
|
|
@@ -308,6 +307,7 @@ export declare const CompletionSchema: z.ZodObject<{
|
|
|
308
307
|
} | {
|
|
309
308
|
Empty: {};
|
|
310
309
|
};
|
|
310
|
+
offset: number;
|
|
311
311
|
synchronizerTime: {
|
|
312
312
|
synchronizerId: string;
|
|
313
313
|
recordTime: string;
|
|
@@ -322,14 +322,14 @@ export declare const CompletionSchema: z.ZodObject<{
|
|
|
322
322
|
}[] | undefined;
|
|
323
323
|
} | undefined;
|
|
324
324
|
userId?: string | undefined;
|
|
325
|
-
updateId?: string | undefined;
|
|
326
|
-
submissionId?: string | undefined;
|
|
327
325
|
actAs?: string[] | undefined;
|
|
326
|
+
submissionId?: string | undefined;
|
|
327
|
+
updateId?: string | undefined;
|
|
328
328
|
traceContext?: {
|
|
329
|
-
metadata?: Record<string, string> | undefined;
|
|
330
329
|
traceId?: string | undefined;
|
|
331
330
|
spanId?: string | undefined;
|
|
332
331
|
parentSpanId?: string | undefined;
|
|
332
|
+
metadata?: Record<string, string> | undefined;
|
|
333
333
|
} | undefined;
|
|
334
334
|
};
|
|
335
335
|
}>;
|
|
@@ -485,15 +485,15 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
485
485
|
parentSpanId: z.ZodOptional<z.ZodString>;
|
|
486
486
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
487
487
|
}, "strip", z.ZodTypeAny, {
|
|
488
|
-
metadata?: Record<string, string> | undefined;
|
|
489
488
|
traceId?: string | undefined;
|
|
490
489
|
spanId?: string | undefined;
|
|
491
490
|
parentSpanId?: string | undefined;
|
|
492
|
-
}, {
|
|
493
491
|
metadata?: Record<string, string> | undefined;
|
|
492
|
+
}, {
|
|
494
493
|
traceId?: string | undefined;
|
|
495
494
|
spanId?: string | undefined;
|
|
496
495
|
parentSpanId?: string | undefined;
|
|
496
|
+
metadata?: Record<string, string> | undefined;
|
|
497
497
|
}>>;
|
|
498
498
|
/** Offset for resuming the stream. */
|
|
499
499
|
offset: z.ZodNumber;
|
|
@@ -511,7 +511,6 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
511
511
|
recordTime: string;
|
|
512
512
|
}>;
|
|
513
513
|
}, "strip", z.ZodTypeAny, {
|
|
514
|
-
offset: number;
|
|
515
514
|
commandId: string;
|
|
516
515
|
deduplicationPeriod: {
|
|
517
516
|
DeduplicationDuration: {
|
|
@@ -524,6 +523,7 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
524
523
|
} | {
|
|
525
524
|
Empty: {};
|
|
526
525
|
};
|
|
526
|
+
offset: number;
|
|
527
527
|
synchronizerTime: {
|
|
528
528
|
synchronizerId: string;
|
|
529
529
|
recordTime: string;
|
|
@@ -538,17 +538,16 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
538
538
|
}[] | undefined;
|
|
539
539
|
} | undefined;
|
|
540
540
|
userId?: string | undefined;
|
|
541
|
-
updateId?: string | undefined;
|
|
542
|
-
submissionId?: string | undefined;
|
|
543
541
|
actAs?: string[] | undefined;
|
|
542
|
+
submissionId?: string | undefined;
|
|
543
|
+
updateId?: string | undefined;
|
|
544
544
|
traceContext?: {
|
|
545
|
-
metadata?: Record<string, string> | undefined;
|
|
546
545
|
traceId?: string | undefined;
|
|
547
546
|
spanId?: string | undefined;
|
|
548
547
|
parentSpanId?: string | undefined;
|
|
548
|
+
metadata?: Record<string, string> | undefined;
|
|
549
549
|
} | undefined;
|
|
550
550
|
}, {
|
|
551
|
-
offset: number;
|
|
552
551
|
commandId: string;
|
|
553
552
|
deduplicationPeriod: {
|
|
554
553
|
DeduplicationDuration: {
|
|
@@ -561,6 +560,7 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
561
560
|
} | {
|
|
562
561
|
Empty: {};
|
|
563
562
|
};
|
|
563
|
+
offset: number;
|
|
564
564
|
synchronizerTime: {
|
|
565
565
|
synchronizerId: string;
|
|
566
566
|
recordTime: string;
|
|
@@ -575,19 +575,18 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
575
575
|
}[] | undefined;
|
|
576
576
|
} | undefined;
|
|
577
577
|
userId?: string | undefined;
|
|
578
|
-
updateId?: string | undefined;
|
|
579
|
-
submissionId?: string | undefined;
|
|
580
578
|
actAs?: string[] | undefined;
|
|
579
|
+
submissionId?: string | undefined;
|
|
580
|
+
updateId?: string | undefined;
|
|
581
581
|
traceContext?: {
|
|
582
|
-
metadata?: Record<string, string> | undefined;
|
|
583
582
|
traceId?: string | undefined;
|
|
584
583
|
spanId?: string | undefined;
|
|
585
584
|
parentSpanId?: string | undefined;
|
|
585
|
+
metadata?: Record<string, string> | undefined;
|
|
586
586
|
} | undefined;
|
|
587
587
|
}>;
|
|
588
588
|
}, "strip", z.ZodTypeAny, {
|
|
589
589
|
value: {
|
|
590
|
-
offset: number;
|
|
591
590
|
commandId: string;
|
|
592
591
|
deduplicationPeriod: {
|
|
593
592
|
DeduplicationDuration: {
|
|
@@ -600,6 +599,7 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
600
599
|
} | {
|
|
601
600
|
Empty: {};
|
|
602
601
|
};
|
|
602
|
+
offset: number;
|
|
603
603
|
synchronizerTime: {
|
|
604
604
|
synchronizerId: string;
|
|
605
605
|
recordTime: string;
|
|
@@ -614,19 +614,18 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
614
614
|
}[] | undefined;
|
|
615
615
|
} | undefined;
|
|
616
616
|
userId?: string | undefined;
|
|
617
|
-
updateId?: string | undefined;
|
|
618
|
-
submissionId?: string | undefined;
|
|
619
617
|
actAs?: string[] | undefined;
|
|
618
|
+
submissionId?: string | undefined;
|
|
619
|
+
updateId?: string | undefined;
|
|
620
620
|
traceContext?: {
|
|
621
|
-
metadata?: Record<string, string> | undefined;
|
|
622
621
|
traceId?: string | undefined;
|
|
623
622
|
spanId?: string | undefined;
|
|
624
623
|
parentSpanId?: string | undefined;
|
|
624
|
+
metadata?: Record<string, string> | undefined;
|
|
625
625
|
} | undefined;
|
|
626
626
|
};
|
|
627
627
|
}, {
|
|
628
628
|
value: {
|
|
629
|
-
offset: number;
|
|
630
629
|
commandId: string;
|
|
631
630
|
deduplicationPeriod: {
|
|
632
631
|
DeduplicationDuration: {
|
|
@@ -639,6 +638,7 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
639
638
|
} | {
|
|
640
639
|
Empty: {};
|
|
641
640
|
};
|
|
641
|
+
offset: number;
|
|
642
642
|
synchronizerTime: {
|
|
643
643
|
synchronizerId: string;
|
|
644
644
|
recordTime: string;
|
|
@@ -653,21 +653,20 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
653
653
|
}[] | undefined;
|
|
654
654
|
} | undefined;
|
|
655
655
|
userId?: string | undefined;
|
|
656
|
-
updateId?: string | undefined;
|
|
657
|
-
submissionId?: string | undefined;
|
|
658
656
|
actAs?: string[] | undefined;
|
|
657
|
+
submissionId?: string | undefined;
|
|
658
|
+
updateId?: string | undefined;
|
|
659
659
|
traceContext?: {
|
|
660
|
-
metadata?: Record<string, string> | undefined;
|
|
661
660
|
traceId?: string | undefined;
|
|
662
661
|
spanId?: string | undefined;
|
|
663
662
|
parentSpanId?: string | undefined;
|
|
663
|
+
metadata?: Record<string, string> | undefined;
|
|
664
664
|
} | undefined;
|
|
665
665
|
};
|
|
666
666
|
}>;
|
|
667
667
|
}, "strip", z.ZodTypeAny, {
|
|
668
668
|
Completion: {
|
|
669
669
|
value: {
|
|
670
|
-
offset: number;
|
|
671
670
|
commandId: string;
|
|
672
671
|
deduplicationPeriod: {
|
|
673
672
|
DeduplicationDuration: {
|
|
@@ -680,6 +679,7 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
680
679
|
} | {
|
|
681
680
|
Empty: {};
|
|
682
681
|
};
|
|
682
|
+
offset: number;
|
|
683
683
|
synchronizerTime: {
|
|
684
684
|
synchronizerId: string;
|
|
685
685
|
recordTime: string;
|
|
@@ -694,21 +694,20 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
694
694
|
}[] | undefined;
|
|
695
695
|
} | undefined;
|
|
696
696
|
userId?: string | undefined;
|
|
697
|
-
updateId?: string | undefined;
|
|
698
|
-
submissionId?: string | undefined;
|
|
699
697
|
actAs?: string[] | undefined;
|
|
698
|
+
submissionId?: string | undefined;
|
|
699
|
+
updateId?: string | undefined;
|
|
700
700
|
traceContext?: {
|
|
701
|
-
metadata?: Record<string, string> | undefined;
|
|
702
701
|
traceId?: string | undefined;
|
|
703
702
|
spanId?: string | undefined;
|
|
704
703
|
parentSpanId?: string | undefined;
|
|
704
|
+
metadata?: Record<string, string> | undefined;
|
|
705
705
|
} | undefined;
|
|
706
706
|
};
|
|
707
707
|
};
|
|
708
708
|
}, {
|
|
709
709
|
Completion: {
|
|
710
710
|
value: {
|
|
711
|
-
offset: number;
|
|
712
711
|
commandId: string;
|
|
713
712
|
deduplicationPeriod: {
|
|
714
713
|
DeduplicationDuration: {
|
|
@@ -721,6 +720,7 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
721
720
|
} | {
|
|
722
721
|
Empty: {};
|
|
723
722
|
};
|
|
723
|
+
offset: number;
|
|
724
724
|
synchronizerTime: {
|
|
725
725
|
synchronizerId: string;
|
|
726
726
|
recordTime: string;
|
|
@@ -735,14 +735,14 @@ export declare const CompletionResponseSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
735
735
|
}[] | undefined;
|
|
736
736
|
} | undefined;
|
|
737
737
|
userId?: string | undefined;
|
|
738
|
-
updateId?: string | undefined;
|
|
739
|
-
submissionId?: string | undefined;
|
|
740
738
|
actAs?: string[] | undefined;
|
|
739
|
+
submissionId?: string | undefined;
|
|
740
|
+
updateId?: string | undefined;
|
|
741
741
|
traceContext?: {
|
|
742
|
-
metadata?: Record<string, string> | undefined;
|
|
743
742
|
traceId?: string | undefined;
|
|
744
743
|
spanId?: string | undefined;
|
|
745
744
|
parentSpanId?: string | undefined;
|
|
745
|
+
metadata?: Record<string, string> | undefined;
|
|
746
746
|
} | undefined;
|
|
747
747
|
};
|
|
748
748
|
};
|
|
@@ -944,15 +944,15 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
944
944
|
parentSpanId: z.ZodOptional<z.ZodString>;
|
|
945
945
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
946
946
|
}, "strip", z.ZodTypeAny, {
|
|
947
|
-
metadata?: Record<string, string> | undefined;
|
|
948
947
|
traceId?: string | undefined;
|
|
949
948
|
spanId?: string | undefined;
|
|
950
949
|
parentSpanId?: string | undefined;
|
|
951
|
-
}, {
|
|
952
950
|
metadata?: Record<string, string> | undefined;
|
|
951
|
+
}, {
|
|
953
952
|
traceId?: string | undefined;
|
|
954
953
|
spanId?: string | undefined;
|
|
955
954
|
parentSpanId?: string | undefined;
|
|
955
|
+
metadata?: Record<string, string> | undefined;
|
|
956
956
|
}>>;
|
|
957
957
|
/** Offset for resuming the stream. */
|
|
958
958
|
offset: z.ZodNumber;
|
|
@@ -970,7 +970,6 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
970
970
|
recordTime: string;
|
|
971
971
|
}>;
|
|
972
972
|
}, "strip", z.ZodTypeAny, {
|
|
973
|
-
offset: number;
|
|
974
973
|
commandId: string;
|
|
975
974
|
deduplicationPeriod: {
|
|
976
975
|
DeduplicationDuration: {
|
|
@@ -983,6 +982,7 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
983
982
|
} | {
|
|
984
983
|
Empty: {};
|
|
985
984
|
};
|
|
985
|
+
offset: number;
|
|
986
986
|
synchronizerTime: {
|
|
987
987
|
synchronizerId: string;
|
|
988
988
|
recordTime: string;
|
|
@@ -997,17 +997,16 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
997
997
|
}[] | undefined;
|
|
998
998
|
} | undefined;
|
|
999
999
|
userId?: string | undefined;
|
|
1000
|
-
updateId?: string | undefined;
|
|
1001
|
-
submissionId?: string | undefined;
|
|
1002
1000
|
actAs?: string[] | undefined;
|
|
1001
|
+
submissionId?: string | undefined;
|
|
1002
|
+
updateId?: string | undefined;
|
|
1003
1003
|
traceContext?: {
|
|
1004
|
-
metadata?: Record<string, string> | undefined;
|
|
1005
1004
|
traceId?: string | undefined;
|
|
1006
1005
|
spanId?: string | undefined;
|
|
1007
1006
|
parentSpanId?: string | undefined;
|
|
1007
|
+
metadata?: Record<string, string> | undefined;
|
|
1008
1008
|
} | undefined;
|
|
1009
1009
|
}, {
|
|
1010
|
-
offset: number;
|
|
1011
1010
|
commandId: string;
|
|
1012
1011
|
deduplicationPeriod: {
|
|
1013
1012
|
DeduplicationDuration: {
|
|
@@ -1020,6 +1019,7 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1020
1019
|
} | {
|
|
1021
1020
|
Empty: {};
|
|
1022
1021
|
};
|
|
1022
|
+
offset: number;
|
|
1023
1023
|
synchronizerTime: {
|
|
1024
1024
|
synchronizerId: string;
|
|
1025
1025
|
recordTime: string;
|
|
@@ -1034,19 +1034,18 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1034
1034
|
}[] | undefined;
|
|
1035
1035
|
} | undefined;
|
|
1036
1036
|
userId?: string | undefined;
|
|
1037
|
-
updateId?: string | undefined;
|
|
1038
|
-
submissionId?: string | undefined;
|
|
1039
1037
|
actAs?: string[] | undefined;
|
|
1038
|
+
submissionId?: string | undefined;
|
|
1039
|
+
updateId?: string | undefined;
|
|
1040
1040
|
traceContext?: {
|
|
1041
|
-
metadata?: Record<string, string> | undefined;
|
|
1042
1041
|
traceId?: string | undefined;
|
|
1043
1042
|
spanId?: string | undefined;
|
|
1044
1043
|
parentSpanId?: string | undefined;
|
|
1044
|
+
metadata?: Record<string, string> | undefined;
|
|
1045
1045
|
} | undefined;
|
|
1046
1046
|
}>;
|
|
1047
1047
|
}, "strip", z.ZodTypeAny, {
|
|
1048
1048
|
value: {
|
|
1049
|
-
offset: number;
|
|
1050
1049
|
commandId: string;
|
|
1051
1050
|
deduplicationPeriod: {
|
|
1052
1051
|
DeduplicationDuration: {
|
|
@@ -1059,6 +1058,7 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1059
1058
|
} | {
|
|
1060
1059
|
Empty: {};
|
|
1061
1060
|
};
|
|
1061
|
+
offset: number;
|
|
1062
1062
|
synchronizerTime: {
|
|
1063
1063
|
synchronizerId: string;
|
|
1064
1064
|
recordTime: string;
|
|
@@ -1073,19 +1073,18 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1073
1073
|
}[] | undefined;
|
|
1074
1074
|
} | undefined;
|
|
1075
1075
|
userId?: string | undefined;
|
|
1076
|
-
updateId?: string | undefined;
|
|
1077
|
-
submissionId?: string | undefined;
|
|
1078
1076
|
actAs?: string[] | undefined;
|
|
1077
|
+
submissionId?: string | undefined;
|
|
1078
|
+
updateId?: string | undefined;
|
|
1079
1079
|
traceContext?: {
|
|
1080
|
-
metadata?: Record<string, string> | undefined;
|
|
1081
1080
|
traceId?: string | undefined;
|
|
1082
1081
|
spanId?: string | undefined;
|
|
1083
1082
|
parentSpanId?: string | undefined;
|
|
1083
|
+
metadata?: Record<string, string> | undefined;
|
|
1084
1084
|
} | undefined;
|
|
1085
1085
|
};
|
|
1086
1086
|
}, {
|
|
1087
1087
|
value: {
|
|
1088
|
-
offset: number;
|
|
1089
1088
|
commandId: string;
|
|
1090
1089
|
deduplicationPeriod: {
|
|
1091
1090
|
DeduplicationDuration: {
|
|
@@ -1098,6 +1097,7 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1098
1097
|
} | {
|
|
1099
1098
|
Empty: {};
|
|
1100
1099
|
};
|
|
1100
|
+
offset: number;
|
|
1101
1101
|
synchronizerTime: {
|
|
1102
1102
|
synchronizerId: string;
|
|
1103
1103
|
recordTime: string;
|
|
@@ -1112,21 +1112,20 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1112
1112
|
}[] | undefined;
|
|
1113
1113
|
} | undefined;
|
|
1114
1114
|
userId?: string | undefined;
|
|
1115
|
-
updateId?: string | undefined;
|
|
1116
|
-
submissionId?: string | undefined;
|
|
1117
1115
|
actAs?: string[] | undefined;
|
|
1116
|
+
submissionId?: string | undefined;
|
|
1117
|
+
updateId?: string | undefined;
|
|
1118
1118
|
traceContext?: {
|
|
1119
|
-
metadata?: Record<string, string> | undefined;
|
|
1120
1119
|
traceId?: string | undefined;
|
|
1121
1120
|
spanId?: string | undefined;
|
|
1122
1121
|
parentSpanId?: string | undefined;
|
|
1122
|
+
metadata?: Record<string, string> | undefined;
|
|
1123
1123
|
} | undefined;
|
|
1124
1124
|
};
|
|
1125
1125
|
}>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
1127
|
Completion: {
|
|
1128
1128
|
value: {
|
|
1129
|
-
offset: number;
|
|
1130
1129
|
commandId: string;
|
|
1131
1130
|
deduplicationPeriod: {
|
|
1132
1131
|
DeduplicationDuration: {
|
|
@@ -1139,6 +1138,7 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1139
1138
|
} | {
|
|
1140
1139
|
Empty: {};
|
|
1141
1140
|
};
|
|
1141
|
+
offset: number;
|
|
1142
1142
|
synchronizerTime: {
|
|
1143
1143
|
synchronizerId: string;
|
|
1144
1144
|
recordTime: string;
|
|
@@ -1153,21 +1153,20 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1153
1153
|
}[] | undefined;
|
|
1154
1154
|
} | undefined;
|
|
1155
1155
|
userId?: string | undefined;
|
|
1156
|
-
updateId?: string | undefined;
|
|
1157
|
-
submissionId?: string | undefined;
|
|
1158
1156
|
actAs?: string[] | undefined;
|
|
1157
|
+
submissionId?: string | undefined;
|
|
1158
|
+
updateId?: string | undefined;
|
|
1159
1159
|
traceContext?: {
|
|
1160
|
-
metadata?: Record<string, string> | undefined;
|
|
1161
1160
|
traceId?: string | undefined;
|
|
1162
1161
|
spanId?: string | undefined;
|
|
1163
1162
|
parentSpanId?: string | undefined;
|
|
1163
|
+
metadata?: Record<string, string> | undefined;
|
|
1164
1164
|
} | undefined;
|
|
1165
1165
|
};
|
|
1166
1166
|
};
|
|
1167
1167
|
}, {
|
|
1168
1168
|
Completion: {
|
|
1169
1169
|
value: {
|
|
1170
|
-
offset: number;
|
|
1171
1170
|
commandId: string;
|
|
1172
1171
|
deduplicationPeriod: {
|
|
1173
1172
|
DeduplicationDuration: {
|
|
@@ -1180,6 +1179,7 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1180
1179
|
} | {
|
|
1181
1180
|
Empty: {};
|
|
1182
1181
|
};
|
|
1182
|
+
offset: number;
|
|
1183
1183
|
synchronizerTime: {
|
|
1184
1184
|
synchronizerId: string;
|
|
1185
1185
|
recordTime: string;
|
|
@@ -1194,14 +1194,14 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1194
1194
|
}[] | undefined;
|
|
1195
1195
|
} | undefined;
|
|
1196
1196
|
userId?: string | undefined;
|
|
1197
|
-
updateId?: string | undefined;
|
|
1198
|
-
submissionId?: string | undefined;
|
|
1199
1197
|
actAs?: string[] | undefined;
|
|
1198
|
+
submissionId?: string | undefined;
|
|
1199
|
+
updateId?: string | undefined;
|
|
1200
1200
|
traceContext?: {
|
|
1201
|
-
metadata?: Record<string, string> | undefined;
|
|
1202
1201
|
traceId?: string | undefined;
|
|
1203
1202
|
spanId?: string | undefined;
|
|
1204
1203
|
parentSpanId?: string | undefined;
|
|
1204
|
+
metadata?: Record<string, string> | undefined;
|
|
1205
1205
|
} | undefined;
|
|
1206
1206
|
};
|
|
1207
1207
|
};
|
|
@@ -1285,7 +1285,6 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1285
1285
|
completionResponse: {
|
|
1286
1286
|
Completion: {
|
|
1287
1287
|
value: {
|
|
1288
|
-
offset: number;
|
|
1289
1288
|
commandId: string;
|
|
1290
1289
|
deduplicationPeriod: {
|
|
1291
1290
|
DeduplicationDuration: {
|
|
@@ -1298,6 +1297,7 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1298
1297
|
} | {
|
|
1299
1298
|
Empty: {};
|
|
1300
1299
|
};
|
|
1300
|
+
offset: number;
|
|
1301
1301
|
synchronizerTime: {
|
|
1302
1302
|
synchronizerId: string;
|
|
1303
1303
|
recordTime: string;
|
|
@@ -1312,14 +1312,14 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1312
1312
|
}[] | undefined;
|
|
1313
1313
|
} | undefined;
|
|
1314
1314
|
userId?: string | undefined;
|
|
1315
|
-
updateId?: string | undefined;
|
|
1316
|
-
submissionId?: string | undefined;
|
|
1317
1315
|
actAs?: string[] | undefined;
|
|
1316
|
+
submissionId?: string | undefined;
|
|
1317
|
+
updateId?: string | undefined;
|
|
1318
1318
|
traceContext?: {
|
|
1319
|
-
metadata?: Record<string, string> | undefined;
|
|
1320
1319
|
traceId?: string | undefined;
|
|
1321
1320
|
spanId?: string | undefined;
|
|
1322
1321
|
parentSpanId?: string | undefined;
|
|
1322
|
+
metadata?: Record<string, string> | undefined;
|
|
1323
1323
|
} | undefined;
|
|
1324
1324
|
};
|
|
1325
1325
|
};
|
|
@@ -1340,7 +1340,6 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1340
1340
|
completionResponse: {
|
|
1341
1341
|
Completion: {
|
|
1342
1342
|
value: {
|
|
1343
|
-
offset: number;
|
|
1344
1343
|
commandId: string;
|
|
1345
1344
|
deduplicationPeriod: {
|
|
1346
1345
|
DeduplicationDuration: {
|
|
@@ -1353,6 +1352,7 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1353
1352
|
} | {
|
|
1354
1353
|
Empty: {};
|
|
1355
1354
|
};
|
|
1355
|
+
offset: number;
|
|
1356
1356
|
synchronizerTime: {
|
|
1357
1357
|
synchronizerId: string;
|
|
1358
1358
|
recordTime: string;
|
|
@@ -1367,14 +1367,14 @@ export declare const CompletionStreamResponseSchema: z.ZodObject<{
|
|
|
1367
1367
|
}[] | undefined;
|
|
1368
1368
|
} | undefined;
|
|
1369
1369
|
userId?: string | undefined;
|
|
1370
|
-
updateId?: string | undefined;
|
|
1371
|
-
submissionId?: string | undefined;
|
|
1372
1370
|
actAs?: string[] | undefined;
|
|
1371
|
+
submissionId?: string | undefined;
|
|
1372
|
+
updateId?: string | undefined;
|
|
1373
1373
|
traceContext?: {
|
|
1374
|
-
metadata?: Record<string, string> | undefined;
|
|
1375
1374
|
traceId?: string | undefined;
|
|
1376
1375
|
spanId?: string | undefined;
|
|
1377
1376
|
parentSpanId?: string | undefined;
|
|
1377
|
+
metadata?: Record<string, string> | undefined;
|
|
1378
1378
|
} | undefined;
|
|
1379
1379
|
};
|
|
1380
1380
|
};
|