@fairmint/canton-node-sdk 0.0.39 → 0.0.40
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/operations/v2/authenticated-user/get.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-reassignment.d.ts +5 -5
- 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/interactive-submission/get-preferred-package-version.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.d.ts +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts +4 -4
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts +7 -4
- 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.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts +16 -16
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.d.ts +8 -8
- package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts +24 -24
- package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts +12 -12
- package/build/src/clients/ledger-json-api/schemas/api/events.d.ts +72 -72
- 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 +114 -114
- package/build/src/clients/ledger-json-api/schemas/api/state.d.ts +160 -160
- package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts +152 -152
- package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts +1044 -1044
- 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 +2 -2
- package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts +6 -6
- package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts +13 -13
- package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts +298 -298
- package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts +17 -17
- package/package.json +1 -1
|
@@ -114,6 +114,7 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
114
114
|
contractId: string;
|
|
115
115
|
offset: number;
|
|
116
116
|
templateId: string;
|
|
117
|
+
packageName: string;
|
|
117
118
|
contractKey: string | null;
|
|
118
119
|
createdEventBlob: string;
|
|
119
120
|
nodeId: number;
|
|
@@ -123,12 +124,12 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
123
124
|
signatories: string[];
|
|
124
125
|
observers: string[];
|
|
125
126
|
createdAt: string;
|
|
126
|
-
packageName: string;
|
|
127
127
|
implementedInterfaces?: string[] | undefined;
|
|
128
128
|
}, {
|
|
129
129
|
contractId: string;
|
|
130
130
|
offset: number;
|
|
131
131
|
templateId: string;
|
|
132
|
+
packageName: string;
|
|
132
133
|
contractKey: string | null;
|
|
133
134
|
createdEventBlob: string;
|
|
134
135
|
nodeId: number;
|
|
@@ -138,7 +139,6 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
138
139
|
signatories: string[];
|
|
139
140
|
observers: string[];
|
|
140
141
|
createdAt: string;
|
|
141
|
-
packageName: string;
|
|
142
142
|
implementedInterfaces?: string[] | undefined;
|
|
143
143
|
}>;
|
|
144
144
|
/** Synchronizer ID. */
|
|
@@ -152,6 +152,7 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
152
152
|
contractId: string;
|
|
153
153
|
offset: number;
|
|
154
154
|
templateId: string;
|
|
155
|
+
packageName: string;
|
|
155
156
|
contractKey: string | null;
|
|
156
157
|
createdEventBlob: string;
|
|
157
158
|
nodeId: number;
|
|
@@ -161,7 +162,6 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
161
162
|
signatories: string[];
|
|
162
163
|
observers: string[];
|
|
163
164
|
createdAt: string;
|
|
164
|
-
packageName: string;
|
|
165
165
|
implementedInterfaces?: string[] | undefined;
|
|
166
166
|
};
|
|
167
167
|
}, {
|
|
@@ -171,6 +171,7 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
171
171
|
contractId: string;
|
|
172
172
|
offset: number;
|
|
173
173
|
templateId: string;
|
|
174
|
+
packageName: string;
|
|
174
175
|
contractKey: string | null;
|
|
175
176
|
createdEventBlob: string;
|
|
176
177
|
nodeId: number;
|
|
@@ -180,7 +181,6 @@ export declare const JsActiveContractSchema: z.ZodObject<{
|
|
|
180
181
|
signatories: string[];
|
|
181
182
|
observers: string[];
|
|
182
183
|
createdAt: string;
|
|
183
|
-
packageName: string;
|
|
184
184
|
implementedInterfaces?: string[] | undefined;
|
|
185
185
|
};
|
|
186
186
|
}>;
|
|
@@ -201,17 +201,17 @@ export declare const JsArchivedSchema: z.ZodObject<{
|
|
|
201
201
|
contractId: string;
|
|
202
202
|
offset: number;
|
|
203
203
|
templateId: string;
|
|
204
|
+
packageName: string;
|
|
204
205
|
nodeId: number;
|
|
205
206
|
witnessParties: string[];
|
|
206
|
-
packageName: string;
|
|
207
207
|
implementedInterfaces?: string[] | undefined;
|
|
208
208
|
}, {
|
|
209
209
|
contractId: string;
|
|
210
210
|
offset: number;
|
|
211
211
|
templateId: string;
|
|
212
|
+
packageName: string;
|
|
212
213
|
nodeId: number;
|
|
213
214
|
witnessParties: string[];
|
|
214
|
-
packageName: string;
|
|
215
215
|
implementedInterfaces?: string[] | undefined;
|
|
216
216
|
}>;
|
|
217
217
|
/** Synchronizer ID. */
|
|
@@ -222,9 +222,9 @@ export declare const JsArchivedSchema: z.ZodObject<{
|
|
|
222
222
|
contractId: string;
|
|
223
223
|
offset: number;
|
|
224
224
|
templateId: string;
|
|
225
|
+
packageName: string;
|
|
225
226
|
nodeId: number;
|
|
226
227
|
witnessParties: string[];
|
|
227
|
-
packageName: string;
|
|
228
228
|
implementedInterfaces?: string[] | undefined;
|
|
229
229
|
};
|
|
230
230
|
}, {
|
|
@@ -233,9 +233,9 @@ export declare const JsArchivedSchema: z.ZodObject<{
|
|
|
233
233
|
contractId: string;
|
|
234
234
|
offset: number;
|
|
235
235
|
templateId: string;
|
|
236
|
+
packageName: string;
|
|
236
237
|
nodeId: number;
|
|
237
238
|
witnessParties: string[];
|
|
238
|
-
packageName: string;
|
|
239
239
|
implementedInterfaces?: string[] | undefined;
|
|
240
240
|
};
|
|
241
241
|
}>;
|
|
@@ -259,23 +259,23 @@ export declare const JsIncompleteAssignedSchema: z.ZodObject<{
|
|
|
259
259
|
contractId: string;
|
|
260
260
|
offset: number;
|
|
261
261
|
templateId: string;
|
|
262
|
+
packageName: string;
|
|
263
|
+
submitter: string;
|
|
262
264
|
reassignmentId: string;
|
|
263
265
|
source: string;
|
|
264
266
|
target: string;
|
|
265
|
-
submitter: string;
|
|
266
267
|
nodeId: number;
|
|
267
|
-
packageName: string;
|
|
268
268
|
reassignmentCounter: number;
|
|
269
269
|
}, {
|
|
270
270
|
contractId: string;
|
|
271
271
|
offset: number;
|
|
272
272
|
templateId: string;
|
|
273
|
+
packageName: string;
|
|
274
|
+
submitter: string;
|
|
273
275
|
reassignmentId: string;
|
|
274
276
|
source: string;
|
|
275
277
|
target: string;
|
|
276
|
-
submitter: string;
|
|
277
278
|
nodeId: number;
|
|
278
|
-
packageName: string;
|
|
279
279
|
reassignmentCounter: number;
|
|
280
280
|
}>;
|
|
281
281
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -283,12 +283,12 @@ export declare const JsIncompleteAssignedSchema: z.ZodObject<{
|
|
|
283
283
|
contractId: string;
|
|
284
284
|
offset: number;
|
|
285
285
|
templateId: string;
|
|
286
|
+
packageName: string;
|
|
287
|
+
submitter: string;
|
|
286
288
|
reassignmentId: string;
|
|
287
289
|
source: string;
|
|
288
290
|
target: string;
|
|
289
|
-
submitter: string;
|
|
290
291
|
nodeId: number;
|
|
291
|
-
packageName: string;
|
|
292
292
|
reassignmentCounter: number;
|
|
293
293
|
};
|
|
294
294
|
}, {
|
|
@@ -296,12 +296,12 @@ export declare const JsIncompleteAssignedSchema: z.ZodObject<{
|
|
|
296
296
|
contractId: string;
|
|
297
297
|
offset: number;
|
|
298
298
|
templateId: string;
|
|
299
|
+
packageName: string;
|
|
300
|
+
submitter: string;
|
|
299
301
|
reassignmentId: string;
|
|
300
302
|
source: string;
|
|
301
303
|
target: string;
|
|
302
|
-
submitter: string;
|
|
303
304
|
nodeId: number;
|
|
304
|
-
packageName: string;
|
|
305
305
|
reassignmentCounter: number;
|
|
306
306
|
};
|
|
307
307
|
}>;
|
|
@@ -329,6 +329,7 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
329
329
|
contractId: string;
|
|
330
330
|
offset: number;
|
|
331
331
|
templateId: string;
|
|
332
|
+
packageName: string;
|
|
332
333
|
contractKey: string | null;
|
|
333
334
|
createdEventBlob: string;
|
|
334
335
|
nodeId: number;
|
|
@@ -338,12 +339,12 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
338
339
|
signatories: string[];
|
|
339
340
|
observers: string[];
|
|
340
341
|
createdAt: string;
|
|
341
|
-
packageName: string;
|
|
342
342
|
implementedInterfaces?: string[] | undefined;
|
|
343
343
|
}, {
|
|
344
344
|
contractId: string;
|
|
345
345
|
offset: number;
|
|
346
346
|
templateId: string;
|
|
347
|
+
packageName: string;
|
|
347
348
|
contractKey: string | null;
|
|
348
349
|
createdEventBlob: string;
|
|
349
350
|
nodeId: number;
|
|
@@ -353,7 +354,6 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
353
354
|
signatories: string[];
|
|
354
355
|
observers: string[];
|
|
355
356
|
createdAt: string;
|
|
356
|
-
packageName: string;
|
|
357
357
|
implementedInterfaces?: string[] | undefined;
|
|
358
358
|
}>;
|
|
359
359
|
/** Unassigned event details. */
|
|
@@ -372,23 +372,23 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
372
372
|
contractId: string;
|
|
373
373
|
offset: number;
|
|
374
374
|
templateId: string;
|
|
375
|
+
packageName: string;
|
|
376
|
+
submitter: string;
|
|
375
377
|
reassignmentId: string;
|
|
376
378
|
source: string;
|
|
377
379
|
target: string;
|
|
378
|
-
submitter: string;
|
|
379
380
|
nodeId: number;
|
|
380
|
-
packageName: string;
|
|
381
381
|
reassignmentCounter: number;
|
|
382
382
|
}, {
|
|
383
383
|
contractId: string;
|
|
384
384
|
offset: number;
|
|
385
385
|
templateId: string;
|
|
386
|
+
packageName: string;
|
|
387
|
+
submitter: string;
|
|
386
388
|
reassignmentId: string;
|
|
387
389
|
source: string;
|
|
388
390
|
target: string;
|
|
389
|
-
submitter: string;
|
|
390
391
|
nodeId: number;
|
|
391
|
-
packageName: string;
|
|
392
392
|
reassignmentCounter: number;
|
|
393
393
|
}>;
|
|
394
394
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -396,6 +396,7 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
396
396
|
contractId: string;
|
|
397
397
|
offset: number;
|
|
398
398
|
templateId: string;
|
|
399
|
+
packageName: string;
|
|
399
400
|
contractKey: string | null;
|
|
400
401
|
createdEventBlob: string;
|
|
401
402
|
nodeId: number;
|
|
@@ -405,19 +406,18 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
405
406
|
signatories: string[];
|
|
406
407
|
observers: string[];
|
|
407
408
|
createdAt: string;
|
|
408
|
-
packageName: string;
|
|
409
409
|
implementedInterfaces?: string[] | undefined;
|
|
410
410
|
};
|
|
411
411
|
unassignedEvent: {
|
|
412
412
|
contractId: string;
|
|
413
413
|
offset: number;
|
|
414
414
|
templateId: string;
|
|
415
|
+
packageName: string;
|
|
416
|
+
submitter: string;
|
|
415
417
|
reassignmentId: string;
|
|
416
418
|
source: string;
|
|
417
419
|
target: string;
|
|
418
|
-
submitter: string;
|
|
419
420
|
nodeId: number;
|
|
420
|
-
packageName: string;
|
|
421
421
|
reassignmentCounter: number;
|
|
422
422
|
};
|
|
423
423
|
}, {
|
|
@@ -425,6 +425,7 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
425
425
|
contractId: string;
|
|
426
426
|
offset: number;
|
|
427
427
|
templateId: string;
|
|
428
|
+
packageName: string;
|
|
428
429
|
contractKey: string | null;
|
|
429
430
|
createdEventBlob: string;
|
|
430
431
|
nodeId: number;
|
|
@@ -434,19 +435,18 @@ export declare const JsIncompleteUnassignedSchema: z.ZodObject<{
|
|
|
434
435
|
signatories: string[];
|
|
435
436
|
observers: string[];
|
|
436
437
|
createdAt: string;
|
|
437
|
-
packageName: string;
|
|
438
438
|
implementedInterfaces?: string[] | undefined;
|
|
439
439
|
};
|
|
440
440
|
unassignedEvent: {
|
|
441
441
|
contractId: string;
|
|
442
442
|
offset: number;
|
|
443
443
|
templateId: string;
|
|
444
|
+
packageName: string;
|
|
445
|
+
submitter: string;
|
|
444
446
|
reassignmentId: string;
|
|
445
447
|
source: string;
|
|
446
448
|
target: string;
|
|
447
|
-
submitter: string;
|
|
448
449
|
nodeId: number;
|
|
449
|
-
packageName: string;
|
|
450
450
|
reassignmentCounter: number;
|
|
451
451
|
};
|
|
452
452
|
}>;
|
|
@@ -479,6 +479,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
479
479
|
contractId: string;
|
|
480
480
|
offset: number;
|
|
481
481
|
templateId: string;
|
|
482
|
+
packageName: string;
|
|
482
483
|
contractKey: string | null;
|
|
483
484
|
createdEventBlob: string;
|
|
484
485
|
nodeId: number;
|
|
@@ -488,12 +489,12 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
488
489
|
signatories: string[];
|
|
489
490
|
observers: string[];
|
|
490
491
|
createdAt: string;
|
|
491
|
-
packageName: string;
|
|
492
492
|
implementedInterfaces?: string[] | undefined;
|
|
493
493
|
}, {
|
|
494
494
|
contractId: string;
|
|
495
495
|
offset: number;
|
|
496
496
|
templateId: string;
|
|
497
|
+
packageName: string;
|
|
497
498
|
contractKey: string | null;
|
|
498
499
|
createdEventBlob: string;
|
|
499
500
|
nodeId: number;
|
|
@@ -503,7 +504,6 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
503
504
|
signatories: string[];
|
|
504
505
|
observers: string[];
|
|
505
506
|
createdAt: string;
|
|
506
|
-
packageName: string;
|
|
507
507
|
implementedInterfaces?: string[] | undefined;
|
|
508
508
|
}>;
|
|
509
509
|
/** Synchronizer ID. */
|
|
@@ -517,6 +517,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
517
517
|
contractId: string;
|
|
518
518
|
offset: number;
|
|
519
519
|
templateId: string;
|
|
520
|
+
packageName: string;
|
|
520
521
|
contractKey: string | null;
|
|
521
522
|
createdEventBlob: string;
|
|
522
523
|
nodeId: number;
|
|
@@ -526,7 +527,6 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
526
527
|
signatories: string[];
|
|
527
528
|
observers: string[];
|
|
528
529
|
createdAt: string;
|
|
529
|
-
packageName: string;
|
|
530
530
|
implementedInterfaces?: string[] | undefined;
|
|
531
531
|
};
|
|
532
532
|
}, {
|
|
@@ -536,6 +536,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
536
536
|
contractId: string;
|
|
537
537
|
offset: number;
|
|
538
538
|
templateId: string;
|
|
539
|
+
packageName: string;
|
|
539
540
|
contractKey: string | null;
|
|
540
541
|
createdEventBlob: string;
|
|
541
542
|
nodeId: number;
|
|
@@ -545,7 +546,6 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
545
546
|
signatories: string[];
|
|
546
547
|
observers: string[];
|
|
547
548
|
createdAt: string;
|
|
548
|
-
packageName: string;
|
|
549
549
|
implementedInterfaces?: string[] | undefined;
|
|
550
550
|
};
|
|
551
551
|
}>;
|
|
@@ -557,6 +557,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
557
557
|
contractId: string;
|
|
558
558
|
offset: number;
|
|
559
559
|
templateId: string;
|
|
560
|
+
packageName: string;
|
|
560
561
|
contractKey: string | null;
|
|
561
562
|
createdEventBlob: string;
|
|
562
563
|
nodeId: number;
|
|
@@ -566,7 +567,6 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
566
567
|
signatories: string[];
|
|
567
568
|
observers: string[];
|
|
568
569
|
createdAt: string;
|
|
569
|
-
packageName: string;
|
|
570
570
|
implementedInterfaces?: string[] | undefined;
|
|
571
571
|
};
|
|
572
572
|
};
|
|
@@ -578,6 +578,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
578
578
|
contractId: string;
|
|
579
579
|
offset: number;
|
|
580
580
|
templateId: string;
|
|
581
|
+
packageName: string;
|
|
581
582
|
contractKey: string | null;
|
|
582
583
|
createdEventBlob: string;
|
|
583
584
|
nodeId: number;
|
|
@@ -587,7 +588,6 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
587
588
|
signatories: string[];
|
|
588
589
|
observers: string[];
|
|
589
590
|
createdAt: string;
|
|
590
|
-
packageName: string;
|
|
591
591
|
implementedInterfaces?: string[] | undefined;
|
|
592
592
|
};
|
|
593
593
|
};
|
|
@@ -615,23 +615,23 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
615
615
|
contractId: string;
|
|
616
616
|
offset: number;
|
|
617
617
|
templateId: string;
|
|
618
|
+
packageName: string;
|
|
619
|
+
submitter: string;
|
|
618
620
|
reassignmentId: string;
|
|
619
621
|
source: string;
|
|
620
622
|
target: string;
|
|
621
|
-
submitter: string;
|
|
622
623
|
nodeId: number;
|
|
623
|
-
packageName: string;
|
|
624
624
|
reassignmentCounter: number;
|
|
625
625
|
}, {
|
|
626
626
|
contractId: string;
|
|
627
627
|
offset: number;
|
|
628
628
|
templateId: string;
|
|
629
|
+
packageName: string;
|
|
630
|
+
submitter: string;
|
|
629
631
|
reassignmentId: string;
|
|
630
632
|
source: string;
|
|
631
633
|
target: string;
|
|
632
|
-
submitter: string;
|
|
633
634
|
nodeId: number;
|
|
634
|
-
packageName: string;
|
|
635
635
|
reassignmentCounter: number;
|
|
636
636
|
}>;
|
|
637
637
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -639,12 +639,12 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
639
639
|
contractId: string;
|
|
640
640
|
offset: number;
|
|
641
641
|
templateId: string;
|
|
642
|
+
packageName: string;
|
|
643
|
+
submitter: string;
|
|
642
644
|
reassignmentId: string;
|
|
643
645
|
source: string;
|
|
644
646
|
target: string;
|
|
645
|
-
submitter: string;
|
|
646
647
|
nodeId: number;
|
|
647
|
-
packageName: string;
|
|
648
648
|
reassignmentCounter: number;
|
|
649
649
|
};
|
|
650
650
|
}, {
|
|
@@ -652,12 +652,12 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
652
652
|
contractId: string;
|
|
653
653
|
offset: number;
|
|
654
654
|
templateId: string;
|
|
655
|
+
packageName: string;
|
|
656
|
+
submitter: string;
|
|
655
657
|
reassignmentId: string;
|
|
656
658
|
source: string;
|
|
657
659
|
target: string;
|
|
658
|
-
submitter: string;
|
|
659
660
|
nodeId: number;
|
|
660
|
-
packageName: string;
|
|
661
661
|
reassignmentCounter: number;
|
|
662
662
|
};
|
|
663
663
|
}>;
|
|
@@ -667,12 +667,12 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
667
667
|
contractId: string;
|
|
668
668
|
offset: number;
|
|
669
669
|
templateId: string;
|
|
670
|
+
packageName: string;
|
|
671
|
+
submitter: string;
|
|
670
672
|
reassignmentId: string;
|
|
671
673
|
source: string;
|
|
672
674
|
target: string;
|
|
673
|
-
submitter: string;
|
|
674
675
|
nodeId: number;
|
|
675
|
-
packageName: string;
|
|
676
676
|
reassignmentCounter: number;
|
|
677
677
|
};
|
|
678
678
|
};
|
|
@@ -682,12 +682,12 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
682
682
|
contractId: string;
|
|
683
683
|
offset: number;
|
|
684
684
|
templateId: string;
|
|
685
|
+
packageName: string;
|
|
686
|
+
submitter: string;
|
|
685
687
|
reassignmentId: string;
|
|
686
688
|
source: string;
|
|
687
689
|
target: string;
|
|
688
|
-
submitter: string;
|
|
689
690
|
nodeId: number;
|
|
690
|
-
packageName: string;
|
|
691
691
|
reassignmentCounter: number;
|
|
692
692
|
};
|
|
693
693
|
};
|
|
@@ -713,6 +713,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
713
713
|
contractId: string;
|
|
714
714
|
offset: number;
|
|
715
715
|
templateId: string;
|
|
716
|
+
packageName: string;
|
|
716
717
|
contractKey: string | null;
|
|
717
718
|
createdEventBlob: string;
|
|
718
719
|
nodeId: number;
|
|
@@ -722,12 +723,12 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
722
723
|
signatories: string[];
|
|
723
724
|
observers: string[];
|
|
724
725
|
createdAt: string;
|
|
725
|
-
packageName: string;
|
|
726
726
|
implementedInterfaces?: string[] | undefined;
|
|
727
727
|
}, {
|
|
728
728
|
contractId: string;
|
|
729
729
|
offset: number;
|
|
730
730
|
templateId: string;
|
|
731
|
+
packageName: string;
|
|
731
732
|
contractKey: string | null;
|
|
732
733
|
createdEventBlob: string;
|
|
733
734
|
nodeId: number;
|
|
@@ -737,7 +738,6 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
737
738
|
signatories: string[];
|
|
738
739
|
observers: string[];
|
|
739
740
|
createdAt: string;
|
|
740
|
-
packageName: string;
|
|
741
741
|
implementedInterfaces?: string[] | undefined;
|
|
742
742
|
}>;
|
|
743
743
|
/** Unassigned event details. */
|
|
@@ -756,23 +756,23 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
756
756
|
contractId: string;
|
|
757
757
|
offset: number;
|
|
758
758
|
templateId: string;
|
|
759
|
+
packageName: string;
|
|
760
|
+
submitter: string;
|
|
759
761
|
reassignmentId: string;
|
|
760
762
|
source: string;
|
|
761
763
|
target: string;
|
|
762
|
-
submitter: string;
|
|
763
764
|
nodeId: number;
|
|
764
|
-
packageName: string;
|
|
765
765
|
reassignmentCounter: number;
|
|
766
766
|
}, {
|
|
767
767
|
contractId: string;
|
|
768
768
|
offset: number;
|
|
769
769
|
templateId: string;
|
|
770
|
+
packageName: string;
|
|
771
|
+
submitter: string;
|
|
770
772
|
reassignmentId: string;
|
|
771
773
|
source: string;
|
|
772
774
|
target: string;
|
|
773
|
-
submitter: string;
|
|
774
775
|
nodeId: number;
|
|
775
|
-
packageName: string;
|
|
776
776
|
reassignmentCounter: number;
|
|
777
777
|
}>;
|
|
778
778
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -780,6 +780,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
780
780
|
contractId: string;
|
|
781
781
|
offset: number;
|
|
782
782
|
templateId: string;
|
|
783
|
+
packageName: string;
|
|
783
784
|
contractKey: string | null;
|
|
784
785
|
createdEventBlob: string;
|
|
785
786
|
nodeId: number;
|
|
@@ -789,19 +790,18 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
789
790
|
signatories: string[];
|
|
790
791
|
observers: string[];
|
|
791
792
|
createdAt: string;
|
|
792
|
-
packageName: string;
|
|
793
793
|
implementedInterfaces?: string[] | undefined;
|
|
794
794
|
};
|
|
795
795
|
unassignedEvent: {
|
|
796
796
|
contractId: string;
|
|
797
797
|
offset: number;
|
|
798
798
|
templateId: string;
|
|
799
|
+
packageName: string;
|
|
800
|
+
submitter: string;
|
|
799
801
|
reassignmentId: string;
|
|
800
802
|
source: string;
|
|
801
803
|
target: string;
|
|
802
|
-
submitter: string;
|
|
803
804
|
nodeId: number;
|
|
804
|
-
packageName: string;
|
|
805
805
|
reassignmentCounter: number;
|
|
806
806
|
};
|
|
807
807
|
}, {
|
|
@@ -809,6 +809,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
809
809
|
contractId: string;
|
|
810
810
|
offset: number;
|
|
811
811
|
templateId: string;
|
|
812
|
+
packageName: string;
|
|
812
813
|
contractKey: string | null;
|
|
813
814
|
createdEventBlob: string;
|
|
814
815
|
nodeId: number;
|
|
@@ -818,19 +819,18 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
818
819
|
signatories: string[];
|
|
819
820
|
observers: string[];
|
|
820
821
|
createdAt: string;
|
|
821
|
-
packageName: string;
|
|
822
822
|
implementedInterfaces?: string[] | undefined;
|
|
823
823
|
};
|
|
824
824
|
unassignedEvent: {
|
|
825
825
|
contractId: string;
|
|
826
826
|
offset: number;
|
|
827
827
|
templateId: string;
|
|
828
|
+
packageName: string;
|
|
829
|
+
submitter: string;
|
|
828
830
|
reassignmentId: string;
|
|
829
831
|
source: string;
|
|
830
832
|
target: string;
|
|
831
|
-
submitter: string;
|
|
832
833
|
nodeId: number;
|
|
833
|
-
packageName: string;
|
|
834
834
|
reassignmentCounter: number;
|
|
835
835
|
};
|
|
836
836
|
}>;
|
|
@@ -840,6 +840,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
840
840
|
contractId: string;
|
|
841
841
|
offset: number;
|
|
842
842
|
templateId: string;
|
|
843
|
+
packageName: string;
|
|
843
844
|
contractKey: string | null;
|
|
844
845
|
createdEventBlob: string;
|
|
845
846
|
nodeId: number;
|
|
@@ -849,19 +850,18 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
849
850
|
signatories: string[];
|
|
850
851
|
observers: string[];
|
|
851
852
|
createdAt: string;
|
|
852
|
-
packageName: string;
|
|
853
853
|
implementedInterfaces?: string[] | undefined;
|
|
854
854
|
};
|
|
855
855
|
unassignedEvent: {
|
|
856
856
|
contractId: string;
|
|
857
857
|
offset: number;
|
|
858
858
|
templateId: string;
|
|
859
|
+
packageName: string;
|
|
860
|
+
submitter: string;
|
|
859
861
|
reassignmentId: string;
|
|
860
862
|
source: string;
|
|
861
863
|
target: string;
|
|
862
|
-
submitter: string;
|
|
863
864
|
nodeId: number;
|
|
864
|
-
packageName: string;
|
|
865
865
|
reassignmentCounter: number;
|
|
866
866
|
};
|
|
867
867
|
};
|
|
@@ -871,6 +871,7 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
871
871
|
contractId: string;
|
|
872
872
|
offset: number;
|
|
873
873
|
templateId: string;
|
|
874
|
+
packageName: string;
|
|
874
875
|
contractKey: string | null;
|
|
875
876
|
createdEventBlob: string;
|
|
876
877
|
nodeId: number;
|
|
@@ -880,19 +881,18 @@ export declare const JsContractEntrySchema: z.ZodUnion<[z.ZodObject<{
|
|
|
880
881
|
signatories: string[];
|
|
881
882
|
observers: string[];
|
|
882
883
|
createdAt: string;
|
|
883
|
-
packageName: string;
|
|
884
884
|
implementedInterfaces?: string[] | undefined;
|
|
885
885
|
};
|
|
886
886
|
unassignedEvent: {
|
|
887
887
|
contractId: string;
|
|
888
888
|
offset: number;
|
|
889
889
|
templateId: string;
|
|
890
|
+
packageName: string;
|
|
891
|
+
submitter: string;
|
|
890
892
|
reassignmentId: string;
|
|
891
893
|
source: string;
|
|
892
894
|
target: string;
|
|
893
|
-
submitter: string;
|
|
894
895
|
nodeId: number;
|
|
895
|
-
packageName: string;
|
|
896
896
|
reassignmentCounter: number;
|
|
897
897
|
};
|
|
898
898
|
};
|
|
@@ -926,6 +926,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
926
926
|
contractId: string;
|
|
927
927
|
offset: number;
|
|
928
928
|
templateId: string;
|
|
929
|
+
packageName: string;
|
|
929
930
|
contractKey: string | null;
|
|
930
931
|
createdEventBlob: string;
|
|
931
932
|
nodeId: number;
|
|
@@ -935,12 +936,12 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
935
936
|
signatories: string[];
|
|
936
937
|
observers: string[];
|
|
937
938
|
createdAt: string;
|
|
938
|
-
packageName: string;
|
|
939
939
|
implementedInterfaces?: string[] | undefined;
|
|
940
940
|
}, {
|
|
941
941
|
contractId: string;
|
|
942
942
|
offset: number;
|
|
943
943
|
templateId: string;
|
|
944
|
+
packageName: string;
|
|
944
945
|
contractKey: string | null;
|
|
945
946
|
createdEventBlob: string;
|
|
946
947
|
nodeId: number;
|
|
@@ -950,7 +951,6 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
950
951
|
signatories: string[];
|
|
951
952
|
observers: string[];
|
|
952
953
|
createdAt: string;
|
|
953
|
-
packageName: string;
|
|
954
954
|
implementedInterfaces?: string[] | undefined;
|
|
955
955
|
}>;
|
|
956
956
|
/** Synchronizer ID. */
|
|
@@ -964,6 +964,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
964
964
|
contractId: string;
|
|
965
965
|
offset: number;
|
|
966
966
|
templateId: string;
|
|
967
|
+
packageName: string;
|
|
967
968
|
contractKey: string | null;
|
|
968
969
|
createdEventBlob: string;
|
|
969
970
|
nodeId: number;
|
|
@@ -973,7 +974,6 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
973
974
|
signatories: string[];
|
|
974
975
|
observers: string[];
|
|
975
976
|
createdAt: string;
|
|
976
|
-
packageName: string;
|
|
977
977
|
implementedInterfaces?: string[] | undefined;
|
|
978
978
|
};
|
|
979
979
|
}, {
|
|
@@ -983,6 +983,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
983
983
|
contractId: string;
|
|
984
984
|
offset: number;
|
|
985
985
|
templateId: string;
|
|
986
|
+
packageName: string;
|
|
986
987
|
contractKey: string | null;
|
|
987
988
|
createdEventBlob: string;
|
|
988
989
|
nodeId: number;
|
|
@@ -992,7 +993,6 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
992
993
|
signatories: string[];
|
|
993
994
|
observers: string[];
|
|
994
995
|
createdAt: string;
|
|
995
|
-
packageName: string;
|
|
996
996
|
implementedInterfaces?: string[] | undefined;
|
|
997
997
|
};
|
|
998
998
|
}>;
|
|
@@ -1004,6 +1004,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1004
1004
|
contractId: string;
|
|
1005
1005
|
offset: number;
|
|
1006
1006
|
templateId: string;
|
|
1007
|
+
packageName: string;
|
|
1007
1008
|
contractKey: string | null;
|
|
1008
1009
|
createdEventBlob: string;
|
|
1009
1010
|
nodeId: number;
|
|
@@ -1013,7 +1014,6 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1013
1014
|
signatories: string[];
|
|
1014
1015
|
observers: string[];
|
|
1015
1016
|
createdAt: string;
|
|
1016
|
-
packageName: string;
|
|
1017
1017
|
implementedInterfaces?: string[] | undefined;
|
|
1018
1018
|
};
|
|
1019
1019
|
};
|
|
@@ -1025,6 +1025,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1025
1025
|
contractId: string;
|
|
1026
1026
|
offset: number;
|
|
1027
1027
|
templateId: string;
|
|
1028
|
+
packageName: string;
|
|
1028
1029
|
contractKey: string | null;
|
|
1029
1030
|
createdEventBlob: string;
|
|
1030
1031
|
nodeId: number;
|
|
@@ -1034,7 +1035,6 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1034
1035
|
signatories: string[];
|
|
1035
1036
|
observers: string[];
|
|
1036
1037
|
createdAt: string;
|
|
1037
|
-
packageName: string;
|
|
1038
1038
|
implementedInterfaces?: string[] | undefined;
|
|
1039
1039
|
};
|
|
1040
1040
|
};
|
|
@@ -1062,23 +1062,23 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1062
1062
|
contractId: string;
|
|
1063
1063
|
offset: number;
|
|
1064
1064
|
templateId: string;
|
|
1065
|
+
packageName: string;
|
|
1066
|
+
submitter: string;
|
|
1065
1067
|
reassignmentId: string;
|
|
1066
1068
|
source: string;
|
|
1067
1069
|
target: string;
|
|
1068
|
-
submitter: string;
|
|
1069
1070
|
nodeId: number;
|
|
1070
|
-
packageName: string;
|
|
1071
1071
|
reassignmentCounter: number;
|
|
1072
1072
|
}, {
|
|
1073
1073
|
contractId: string;
|
|
1074
1074
|
offset: number;
|
|
1075
1075
|
templateId: string;
|
|
1076
|
+
packageName: string;
|
|
1077
|
+
submitter: string;
|
|
1076
1078
|
reassignmentId: string;
|
|
1077
1079
|
source: string;
|
|
1078
1080
|
target: string;
|
|
1079
|
-
submitter: string;
|
|
1080
1081
|
nodeId: number;
|
|
1081
|
-
packageName: string;
|
|
1082
1082
|
reassignmentCounter: number;
|
|
1083
1083
|
}>;
|
|
1084
1084
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1086,12 +1086,12 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1086
1086
|
contractId: string;
|
|
1087
1087
|
offset: number;
|
|
1088
1088
|
templateId: string;
|
|
1089
|
+
packageName: string;
|
|
1090
|
+
submitter: string;
|
|
1089
1091
|
reassignmentId: string;
|
|
1090
1092
|
source: string;
|
|
1091
1093
|
target: string;
|
|
1092
|
-
submitter: string;
|
|
1093
1094
|
nodeId: number;
|
|
1094
|
-
packageName: string;
|
|
1095
1095
|
reassignmentCounter: number;
|
|
1096
1096
|
};
|
|
1097
1097
|
}, {
|
|
@@ -1099,12 +1099,12 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1099
1099
|
contractId: string;
|
|
1100
1100
|
offset: number;
|
|
1101
1101
|
templateId: string;
|
|
1102
|
+
packageName: string;
|
|
1103
|
+
submitter: string;
|
|
1102
1104
|
reassignmentId: string;
|
|
1103
1105
|
source: string;
|
|
1104
1106
|
target: string;
|
|
1105
|
-
submitter: string;
|
|
1106
1107
|
nodeId: number;
|
|
1107
|
-
packageName: string;
|
|
1108
1108
|
reassignmentCounter: number;
|
|
1109
1109
|
};
|
|
1110
1110
|
}>;
|
|
@@ -1114,12 +1114,12 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1114
1114
|
contractId: string;
|
|
1115
1115
|
offset: number;
|
|
1116
1116
|
templateId: string;
|
|
1117
|
+
packageName: string;
|
|
1118
|
+
submitter: string;
|
|
1117
1119
|
reassignmentId: string;
|
|
1118
1120
|
source: string;
|
|
1119
1121
|
target: string;
|
|
1120
|
-
submitter: string;
|
|
1121
1122
|
nodeId: number;
|
|
1122
|
-
packageName: string;
|
|
1123
1123
|
reassignmentCounter: number;
|
|
1124
1124
|
};
|
|
1125
1125
|
};
|
|
@@ -1129,12 +1129,12 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1129
1129
|
contractId: string;
|
|
1130
1130
|
offset: number;
|
|
1131
1131
|
templateId: string;
|
|
1132
|
+
packageName: string;
|
|
1133
|
+
submitter: string;
|
|
1132
1134
|
reassignmentId: string;
|
|
1133
1135
|
source: string;
|
|
1134
1136
|
target: string;
|
|
1135
|
-
submitter: string;
|
|
1136
1137
|
nodeId: number;
|
|
1137
|
-
packageName: string;
|
|
1138
1138
|
reassignmentCounter: number;
|
|
1139
1139
|
};
|
|
1140
1140
|
};
|
|
@@ -1160,6 +1160,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1160
1160
|
contractId: string;
|
|
1161
1161
|
offset: number;
|
|
1162
1162
|
templateId: string;
|
|
1163
|
+
packageName: string;
|
|
1163
1164
|
contractKey: string | null;
|
|
1164
1165
|
createdEventBlob: string;
|
|
1165
1166
|
nodeId: number;
|
|
@@ -1169,12 +1170,12 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1169
1170
|
signatories: string[];
|
|
1170
1171
|
observers: string[];
|
|
1171
1172
|
createdAt: string;
|
|
1172
|
-
packageName: string;
|
|
1173
1173
|
implementedInterfaces?: string[] | undefined;
|
|
1174
1174
|
}, {
|
|
1175
1175
|
contractId: string;
|
|
1176
1176
|
offset: number;
|
|
1177
1177
|
templateId: string;
|
|
1178
|
+
packageName: string;
|
|
1178
1179
|
contractKey: string | null;
|
|
1179
1180
|
createdEventBlob: string;
|
|
1180
1181
|
nodeId: number;
|
|
@@ -1184,7 +1185,6 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1184
1185
|
signatories: string[];
|
|
1185
1186
|
observers: string[];
|
|
1186
1187
|
createdAt: string;
|
|
1187
|
-
packageName: string;
|
|
1188
1188
|
implementedInterfaces?: string[] | undefined;
|
|
1189
1189
|
}>;
|
|
1190
1190
|
/** Unassigned event details. */
|
|
@@ -1203,23 +1203,23 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1203
1203
|
contractId: string;
|
|
1204
1204
|
offset: number;
|
|
1205
1205
|
templateId: string;
|
|
1206
|
+
packageName: string;
|
|
1207
|
+
submitter: string;
|
|
1206
1208
|
reassignmentId: string;
|
|
1207
1209
|
source: string;
|
|
1208
1210
|
target: string;
|
|
1209
|
-
submitter: string;
|
|
1210
1211
|
nodeId: number;
|
|
1211
|
-
packageName: string;
|
|
1212
1212
|
reassignmentCounter: number;
|
|
1213
1213
|
}, {
|
|
1214
1214
|
contractId: string;
|
|
1215
1215
|
offset: number;
|
|
1216
1216
|
templateId: string;
|
|
1217
|
+
packageName: string;
|
|
1218
|
+
submitter: string;
|
|
1217
1219
|
reassignmentId: string;
|
|
1218
1220
|
source: string;
|
|
1219
1221
|
target: string;
|
|
1220
|
-
submitter: string;
|
|
1221
1222
|
nodeId: number;
|
|
1222
|
-
packageName: string;
|
|
1223
1223
|
reassignmentCounter: number;
|
|
1224
1224
|
}>;
|
|
1225
1225
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1227,6 +1227,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1227
1227
|
contractId: string;
|
|
1228
1228
|
offset: number;
|
|
1229
1229
|
templateId: string;
|
|
1230
|
+
packageName: string;
|
|
1230
1231
|
contractKey: string | null;
|
|
1231
1232
|
createdEventBlob: string;
|
|
1232
1233
|
nodeId: number;
|
|
@@ -1236,19 +1237,18 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1236
1237
|
signatories: string[];
|
|
1237
1238
|
observers: string[];
|
|
1238
1239
|
createdAt: string;
|
|
1239
|
-
packageName: string;
|
|
1240
1240
|
implementedInterfaces?: string[] | undefined;
|
|
1241
1241
|
};
|
|
1242
1242
|
unassignedEvent: {
|
|
1243
1243
|
contractId: string;
|
|
1244
1244
|
offset: number;
|
|
1245
1245
|
templateId: string;
|
|
1246
|
+
packageName: string;
|
|
1247
|
+
submitter: string;
|
|
1246
1248
|
reassignmentId: string;
|
|
1247
1249
|
source: string;
|
|
1248
1250
|
target: string;
|
|
1249
|
-
submitter: string;
|
|
1250
1251
|
nodeId: number;
|
|
1251
|
-
packageName: string;
|
|
1252
1252
|
reassignmentCounter: number;
|
|
1253
1253
|
};
|
|
1254
1254
|
}, {
|
|
@@ -1256,6 +1256,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1256
1256
|
contractId: string;
|
|
1257
1257
|
offset: number;
|
|
1258
1258
|
templateId: string;
|
|
1259
|
+
packageName: string;
|
|
1259
1260
|
contractKey: string | null;
|
|
1260
1261
|
createdEventBlob: string;
|
|
1261
1262
|
nodeId: number;
|
|
@@ -1265,19 +1266,18 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1265
1266
|
signatories: string[];
|
|
1266
1267
|
observers: string[];
|
|
1267
1268
|
createdAt: string;
|
|
1268
|
-
packageName: string;
|
|
1269
1269
|
implementedInterfaces?: string[] | undefined;
|
|
1270
1270
|
};
|
|
1271
1271
|
unassignedEvent: {
|
|
1272
1272
|
contractId: string;
|
|
1273
1273
|
offset: number;
|
|
1274
1274
|
templateId: string;
|
|
1275
|
+
packageName: string;
|
|
1276
|
+
submitter: string;
|
|
1275
1277
|
reassignmentId: string;
|
|
1276
1278
|
source: string;
|
|
1277
1279
|
target: string;
|
|
1278
|
-
submitter: string;
|
|
1279
1280
|
nodeId: number;
|
|
1280
|
-
packageName: string;
|
|
1281
1281
|
reassignmentCounter: number;
|
|
1282
1282
|
};
|
|
1283
1283
|
}>;
|
|
@@ -1287,6 +1287,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1287
1287
|
contractId: string;
|
|
1288
1288
|
offset: number;
|
|
1289
1289
|
templateId: string;
|
|
1290
|
+
packageName: string;
|
|
1290
1291
|
contractKey: string | null;
|
|
1291
1292
|
createdEventBlob: string;
|
|
1292
1293
|
nodeId: number;
|
|
@@ -1296,19 +1297,18 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1296
1297
|
signatories: string[];
|
|
1297
1298
|
observers: string[];
|
|
1298
1299
|
createdAt: string;
|
|
1299
|
-
packageName: string;
|
|
1300
1300
|
implementedInterfaces?: string[] | undefined;
|
|
1301
1301
|
};
|
|
1302
1302
|
unassignedEvent: {
|
|
1303
1303
|
contractId: string;
|
|
1304
1304
|
offset: number;
|
|
1305
1305
|
templateId: string;
|
|
1306
|
+
packageName: string;
|
|
1307
|
+
submitter: string;
|
|
1306
1308
|
reassignmentId: string;
|
|
1307
1309
|
source: string;
|
|
1308
1310
|
target: string;
|
|
1309
|
-
submitter: string;
|
|
1310
1311
|
nodeId: number;
|
|
1311
|
-
packageName: string;
|
|
1312
1312
|
reassignmentCounter: number;
|
|
1313
1313
|
};
|
|
1314
1314
|
};
|
|
@@ -1318,6 +1318,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1318
1318
|
contractId: string;
|
|
1319
1319
|
offset: number;
|
|
1320
1320
|
templateId: string;
|
|
1321
|
+
packageName: string;
|
|
1321
1322
|
contractKey: string | null;
|
|
1322
1323
|
createdEventBlob: string;
|
|
1323
1324
|
nodeId: number;
|
|
@@ -1327,19 +1328,18 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1327
1328
|
signatories: string[];
|
|
1328
1329
|
observers: string[];
|
|
1329
1330
|
createdAt: string;
|
|
1330
|
-
packageName: string;
|
|
1331
1331
|
implementedInterfaces?: string[] | undefined;
|
|
1332
1332
|
};
|
|
1333
1333
|
unassignedEvent: {
|
|
1334
1334
|
contractId: string;
|
|
1335
1335
|
offset: number;
|
|
1336
1336
|
templateId: string;
|
|
1337
|
+
packageName: string;
|
|
1338
|
+
submitter: string;
|
|
1337
1339
|
reassignmentId: string;
|
|
1338
1340
|
source: string;
|
|
1339
1341
|
target: string;
|
|
1340
|
-
submitter: string;
|
|
1341
1342
|
nodeId: number;
|
|
1342
|
-
packageName: string;
|
|
1343
1343
|
reassignmentCounter: number;
|
|
1344
1344
|
};
|
|
1345
1345
|
};
|
|
@@ -1353,6 +1353,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1353
1353
|
contractId: string;
|
|
1354
1354
|
offset: number;
|
|
1355
1355
|
templateId: string;
|
|
1356
|
+
packageName: string;
|
|
1356
1357
|
contractKey: string | null;
|
|
1357
1358
|
createdEventBlob: string;
|
|
1358
1359
|
nodeId: number;
|
|
@@ -1362,7 +1363,6 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1362
1363
|
signatories: string[];
|
|
1363
1364
|
observers: string[];
|
|
1364
1365
|
createdAt: string;
|
|
1365
|
-
packageName: string;
|
|
1366
1366
|
implementedInterfaces?: string[] | undefined;
|
|
1367
1367
|
};
|
|
1368
1368
|
};
|
|
@@ -1374,12 +1374,12 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1374
1374
|
contractId: string;
|
|
1375
1375
|
offset: number;
|
|
1376
1376
|
templateId: string;
|
|
1377
|
+
packageName: string;
|
|
1378
|
+
submitter: string;
|
|
1377
1379
|
reassignmentId: string;
|
|
1378
1380
|
source: string;
|
|
1379
1381
|
target: string;
|
|
1380
|
-
submitter: string;
|
|
1381
1382
|
nodeId: number;
|
|
1382
|
-
packageName: string;
|
|
1383
1383
|
reassignmentCounter: number;
|
|
1384
1384
|
};
|
|
1385
1385
|
};
|
|
@@ -1389,6 +1389,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1389
1389
|
contractId: string;
|
|
1390
1390
|
offset: number;
|
|
1391
1391
|
templateId: string;
|
|
1392
|
+
packageName: string;
|
|
1392
1393
|
contractKey: string | null;
|
|
1393
1394
|
createdEventBlob: string;
|
|
1394
1395
|
nodeId: number;
|
|
@@ -1398,19 +1399,18 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1398
1399
|
signatories: string[];
|
|
1399
1400
|
observers: string[];
|
|
1400
1401
|
createdAt: string;
|
|
1401
|
-
packageName: string;
|
|
1402
1402
|
implementedInterfaces?: string[] | undefined;
|
|
1403
1403
|
};
|
|
1404
1404
|
unassignedEvent: {
|
|
1405
1405
|
contractId: string;
|
|
1406
1406
|
offset: number;
|
|
1407
1407
|
templateId: string;
|
|
1408
|
+
packageName: string;
|
|
1409
|
+
submitter: string;
|
|
1408
1410
|
reassignmentId: string;
|
|
1409
1411
|
source: string;
|
|
1410
1412
|
target: string;
|
|
1411
|
-
submitter: string;
|
|
1412
1413
|
nodeId: number;
|
|
1413
|
-
packageName: string;
|
|
1414
1414
|
reassignmentCounter: number;
|
|
1415
1415
|
};
|
|
1416
1416
|
};
|
|
@@ -1425,6 +1425,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1425
1425
|
contractId: string;
|
|
1426
1426
|
offset: number;
|
|
1427
1427
|
templateId: string;
|
|
1428
|
+
packageName: string;
|
|
1428
1429
|
contractKey: string | null;
|
|
1429
1430
|
createdEventBlob: string;
|
|
1430
1431
|
nodeId: number;
|
|
@@ -1434,7 +1435,6 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1434
1435
|
signatories: string[];
|
|
1435
1436
|
observers: string[];
|
|
1436
1437
|
createdAt: string;
|
|
1437
|
-
packageName: string;
|
|
1438
1438
|
implementedInterfaces?: string[] | undefined;
|
|
1439
1439
|
};
|
|
1440
1440
|
};
|
|
@@ -1446,12 +1446,12 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1446
1446
|
contractId: string;
|
|
1447
1447
|
offset: number;
|
|
1448
1448
|
templateId: string;
|
|
1449
|
+
packageName: string;
|
|
1450
|
+
submitter: string;
|
|
1449
1451
|
reassignmentId: string;
|
|
1450
1452
|
source: string;
|
|
1451
1453
|
target: string;
|
|
1452
|
-
submitter: string;
|
|
1453
1454
|
nodeId: number;
|
|
1454
|
-
packageName: string;
|
|
1455
1455
|
reassignmentCounter: number;
|
|
1456
1456
|
};
|
|
1457
1457
|
};
|
|
@@ -1461,6 +1461,7 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1461
1461
|
contractId: string;
|
|
1462
1462
|
offset: number;
|
|
1463
1463
|
templateId: string;
|
|
1464
|
+
packageName: string;
|
|
1464
1465
|
contractKey: string | null;
|
|
1465
1466
|
createdEventBlob: string;
|
|
1466
1467
|
nodeId: number;
|
|
@@ -1470,19 +1471,18 @@ export declare const JsGetActiveContractsResponseItemSchema: z.ZodObject<{
|
|
|
1470
1471
|
signatories: string[];
|
|
1471
1472
|
observers: string[];
|
|
1472
1473
|
createdAt: string;
|
|
1473
|
-
packageName: string;
|
|
1474
1474
|
implementedInterfaces?: string[] | undefined;
|
|
1475
1475
|
};
|
|
1476
1476
|
unassignedEvent: {
|
|
1477
1477
|
contractId: string;
|
|
1478
1478
|
offset: number;
|
|
1479
1479
|
templateId: string;
|
|
1480
|
+
packageName: string;
|
|
1481
|
+
submitter: string;
|
|
1480
1482
|
reassignmentId: string;
|
|
1481
1483
|
source: string;
|
|
1482
1484
|
target: string;
|
|
1483
|
-
submitter: string;
|
|
1484
1485
|
nodeId: number;
|
|
1485
|
-
packageName: string;
|
|
1486
1486
|
reassignmentCounter: number;
|
|
1487
1487
|
};
|
|
1488
1488
|
};
|
|
@@ -1518,6 +1518,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1518
1518
|
contractId: string;
|
|
1519
1519
|
offset: number;
|
|
1520
1520
|
templateId: string;
|
|
1521
|
+
packageName: string;
|
|
1521
1522
|
contractKey: string | null;
|
|
1522
1523
|
createdEventBlob: string;
|
|
1523
1524
|
nodeId: number;
|
|
@@ -1527,12 +1528,12 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1527
1528
|
signatories: string[];
|
|
1528
1529
|
observers: string[];
|
|
1529
1530
|
createdAt: string;
|
|
1530
|
-
packageName: string;
|
|
1531
1531
|
implementedInterfaces?: string[] | undefined;
|
|
1532
1532
|
}, {
|
|
1533
1533
|
contractId: string;
|
|
1534
1534
|
offset: number;
|
|
1535
1535
|
templateId: string;
|
|
1536
|
+
packageName: string;
|
|
1536
1537
|
contractKey: string | null;
|
|
1537
1538
|
createdEventBlob: string;
|
|
1538
1539
|
nodeId: number;
|
|
@@ -1542,7 +1543,6 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1542
1543
|
signatories: string[];
|
|
1543
1544
|
observers: string[];
|
|
1544
1545
|
createdAt: string;
|
|
1545
|
-
packageName: string;
|
|
1546
1546
|
implementedInterfaces?: string[] | undefined;
|
|
1547
1547
|
}>;
|
|
1548
1548
|
/** Synchronizer ID. */
|
|
@@ -1556,6 +1556,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1556
1556
|
contractId: string;
|
|
1557
1557
|
offset: number;
|
|
1558
1558
|
templateId: string;
|
|
1559
|
+
packageName: string;
|
|
1559
1560
|
contractKey: string | null;
|
|
1560
1561
|
createdEventBlob: string;
|
|
1561
1562
|
nodeId: number;
|
|
@@ -1565,7 +1566,6 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1565
1566
|
signatories: string[];
|
|
1566
1567
|
observers: string[];
|
|
1567
1568
|
createdAt: string;
|
|
1568
|
-
packageName: string;
|
|
1569
1569
|
implementedInterfaces?: string[] | undefined;
|
|
1570
1570
|
};
|
|
1571
1571
|
}, {
|
|
@@ -1575,6 +1575,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1575
1575
|
contractId: string;
|
|
1576
1576
|
offset: number;
|
|
1577
1577
|
templateId: string;
|
|
1578
|
+
packageName: string;
|
|
1578
1579
|
contractKey: string | null;
|
|
1579
1580
|
createdEventBlob: string;
|
|
1580
1581
|
nodeId: number;
|
|
@@ -1584,7 +1585,6 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1584
1585
|
signatories: string[];
|
|
1585
1586
|
observers: string[];
|
|
1586
1587
|
createdAt: string;
|
|
1587
|
-
packageName: string;
|
|
1588
1588
|
implementedInterfaces?: string[] | undefined;
|
|
1589
1589
|
};
|
|
1590
1590
|
}>;
|
|
@@ -1596,6 +1596,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1596
1596
|
contractId: string;
|
|
1597
1597
|
offset: number;
|
|
1598
1598
|
templateId: string;
|
|
1599
|
+
packageName: string;
|
|
1599
1600
|
contractKey: string | null;
|
|
1600
1601
|
createdEventBlob: string;
|
|
1601
1602
|
nodeId: number;
|
|
@@ -1605,7 +1606,6 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1605
1606
|
signatories: string[];
|
|
1606
1607
|
observers: string[];
|
|
1607
1608
|
createdAt: string;
|
|
1608
|
-
packageName: string;
|
|
1609
1609
|
implementedInterfaces?: string[] | undefined;
|
|
1610
1610
|
};
|
|
1611
1611
|
};
|
|
@@ -1617,6 +1617,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1617
1617
|
contractId: string;
|
|
1618
1618
|
offset: number;
|
|
1619
1619
|
templateId: string;
|
|
1620
|
+
packageName: string;
|
|
1620
1621
|
contractKey: string | null;
|
|
1621
1622
|
createdEventBlob: string;
|
|
1622
1623
|
nodeId: number;
|
|
@@ -1626,7 +1627,6 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1626
1627
|
signatories: string[];
|
|
1627
1628
|
observers: string[];
|
|
1628
1629
|
createdAt: string;
|
|
1629
|
-
packageName: string;
|
|
1630
1630
|
implementedInterfaces?: string[] | undefined;
|
|
1631
1631
|
};
|
|
1632
1632
|
};
|
|
@@ -1654,23 +1654,23 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1654
1654
|
contractId: string;
|
|
1655
1655
|
offset: number;
|
|
1656
1656
|
templateId: string;
|
|
1657
|
+
packageName: string;
|
|
1658
|
+
submitter: string;
|
|
1657
1659
|
reassignmentId: string;
|
|
1658
1660
|
source: string;
|
|
1659
1661
|
target: string;
|
|
1660
|
-
submitter: string;
|
|
1661
1662
|
nodeId: number;
|
|
1662
|
-
packageName: string;
|
|
1663
1663
|
reassignmentCounter: number;
|
|
1664
1664
|
}, {
|
|
1665
1665
|
contractId: string;
|
|
1666
1666
|
offset: number;
|
|
1667
1667
|
templateId: string;
|
|
1668
|
+
packageName: string;
|
|
1669
|
+
submitter: string;
|
|
1668
1670
|
reassignmentId: string;
|
|
1669
1671
|
source: string;
|
|
1670
1672
|
target: string;
|
|
1671
|
-
submitter: string;
|
|
1672
1673
|
nodeId: number;
|
|
1673
|
-
packageName: string;
|
|
1674
1674
|
reassignmentCounter: number;
|
|
1675
1675
|
}>;
|
|
1676
1676
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1678,12 +1678,12 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1678
1678
|
contractId: string;
|
|
1679
1679
|
offset: number;
|
|
1680
1680
|
templateId: string;
|
|
1681
|
+
packageName: string;
|
|
1682
|
+
submitter: string;
|
|
1681
1683
|
reassignmentId: string;
|
|
1682
1684
|
source: string;
|
|
1683
1685
|
target: string;
|
|
1684
|
-
submitter: string;
|
|
1685
1686
|
nodeId: number;
|
|
1686
|
-
packageName: string;
|
|
1687
1687
|
reassignmentCounter: number;
|
|
1688
1688
|
};
|
|
1689
1689
|
}, {
|
|
@@ -1691,12 +1691,12 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1691
1691
|
contractId: string;
|
|
1692
1692
|
offset: number;
|
|
1693
1693
|
templateId: string;
|
|
1694
|
+
packageName: string;
|
|
1695
|
+
submitter: string;
|
|
1694
1696
|
reassignmentId: string;
|
|
1695
1697
|
source: string;
|
|
1696
1698
|
target: string;
|
|
1697
|
-
submitter: string;
|
|
1698
1699
|
nodeId: number;
|
|
1699
|
-
packageName: string;
|
|
1700
1700
|
reassignmentCounter: number;
|
|
1701
1701
|
};
|
|
1702
1702
|
}>;
|
|
@@ -1706,12 +1706,12 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1706
1706
|
contractId: string;
|
|
1707
1707
|
offset: number;
|
|
1708
1708
|
templateId: string;
|
|
1709
|
+
packageName: string;
|
|
1710
|
+
submitter: string;
|
|
1709
1711
|
reassignmentId: string;
|
|
1710
1712
|
source: string;
|
|
1711
1713
|
target: string;
|
|
1712
|
-
submitter: string;
|
|
1713
1714
|
nodeId: number;
|
|
1714
|
-
packageName: string;
|
|
1715
1715
|
reassignmentCounter: number;
|
|
1716
1716
|
};
|
|
1717
1717
|
};
|
|
@@ -1721,12 +1721,12 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1721
1721
|
contractId: string;
|
|
1722
1722
|
offset: number;
|
|
1723
1723
|
templateId: string;
|
|
1724
|
+
packageName: string;
|
|
1725
|
+
submitter: string;
|
|
1724
1726
|
reassignmentId: string;
|
|
1725
1727
|
source: string;
|
|
1726
1728
|
target: string;
|
|
1727
|
-
submitter: string;
|
|
1728
1729
|
nodeId: number;
|
|
1729
|
-
packageName: string;
|
|
1730
1730
|
reassignmentCounter: number;
|
|
1731
1731
|
};
|
|
1732
1732
|
};
|
|
@@ -1752,6 +1752,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1752
1752
|
contractId: string;
|
|
1753
1753
|
offset: number;
|
|
1754
1754
|
templateId: string;
|
|
1755
|
+
packageName: string;
|
|
1755
1756
|
contractKey: string | null;
|
|
1756
1757
|
createdEventBlob: string;
|
|
1757
1758
|
nodeId: number;
|
|
@@ -1761,12 +1762,12 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1761
1762
|
signatories: string[];
|
|
1762
1763
|
observers: string[];
|
|
1763
1764
|
createdAt: string;
|
|
1764
|
-
packageName: string;
|
|
1765
1765
|
implementedInterfaces?: string[] | undefined;
|
|
1766
1766
|
}, {
|
|
1767
1767
|
contractId: string;
|
|
1768
1768
|
offset: number;
|
|
1769
1769
|
templateId: string;
|
|
1770
|
+
packageName: string;
|
|
1770
1771
|
contractKey: string | null;
|
|
1771
1772
|
createdEventBlob: string;
|
|
1772
1773
|
nodeId: number;
|
|
@@ -1776,7 +1777,6 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1776
1777
|
signatories: string[];
|
|
1777
1778
|
observers: string[];
|
|
1778
1779
|
createdAt: string;
|
|
1779
|
-
packageName: string;
|
|
1780
1780
|
implementedInterfaces?: string[] | undefined;
|
|
1781
1781
|
}>;
|
|
1782
1782
|
/** Unassigned event details. */
|
|
@@ -1795,23 +1795,23 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1795
1795
|
contractId: string;
|
|
1796
1796
|
offset: number;
|
|
1797
1797
|
templateId: string;
|
|
1798
|
+
packageName: string;
|
|
1799
|
+
submitter: string;
|
|
1798
1800
|
reassignmentId: string;
|
|
1799
1801
|
source: string;
|
|
1800
1802
|
target: string;
|
|
1801
|
-
submitter: string;
|
|
1802
1803
|
nodeId: number;
|
|
1803
|
-
packageName: string;
|
|
1804
1804
|
reassignmentCounter: number;
|
|
1805
1805
|
}, {
|
|
1806
1806
|
contractId: string;
|
|
1807
1807
|
offset: number;
|
|
1808
1808
|
templateId: string;
|
|
1809
|
+
packageName: string;
|
|
1810
|
+
submitter: string;
|
|
1809
1811
|
reassignmentId: string;
|
|
1810
1812
|
source: string;
|
|
1811
1813
|
target: string;
|
|
1812
|
-
submitter: string;
|
|
1813
1814
|
nodeId: number;
|
|
1814
|
-
packageName: string;
|
|
1815
1815
|
reassignmentCounter: number;
|
|
1816
1816
|
}>;
|
|
1817
1817
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1819,6 +1819,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1819
1819
|
contractId: string;
|
|
1820
1820
|
offset: number;
|
|
1821
1821
|
templateId: string;
|
|
1822
|
+
packageName: string;
|
|
1822
1823
|
contractKey: string | null;
|
|
1823
1824
|
createdEventBlob: string;
|
|
1824
1825
|
nodeId: number;
|
|
@@ -1828,19 +1829,18 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1828
1829
|
signatories: string[];
|
|
1829
1830
|
observers: string[];
|
|
1830
1831
|
createdAt: string;
|
|
1831
|
-
packageName: string;
|
|
1832
1832
|
implementedInterfaces?: string[] | undefined;
|
|
1833
1833
|
};
|
|
1834
1834
|
unassignedEvent: {
|
|
1835
1835
|
contractId: string;
|
|
1836
1836
|
offset: number;
|
|
1837
1837
|
templateId: string;
|
|
1838
|
+
packageName: string;
|
|
1839
|
+
submitter: string;
|
|
1838
1840
|
reassignmentId: string;
|
|
1839
1841
|
source: string;
|
|
1840
1842
|
target: string;
|
|
1841
|
-
submitter: string;
|
|
1842
1843
|
nodeId: number;
|
|
1843
|
-
packageName: string;
|
|
1844
1844
|
reassignmentCounter: number;
|
|
1845
1845
|
};
|
|
1846
1846
|
}, {
|
|
@@ -1848,6 +1848,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1848
1848
|
contractId: string;
|
|
1849
1849
|
offset: number;
|
|
1850
1850
|
templateId: string;
|
|
1851
|
+
packageName: string;
|
|
1851
1852
|
contractKey: string | null;
|
|
1852
1853
|
createdEventBlob: string;
|
|
1853
1854
|
nodeId: number;
|
|
@@ -1857,19 +1858,18 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1857
1858
|
signatories: string[];
|
|
1858
1859
|
observers: string[];
|
|
1859
1860
|
createdAt: string;
|
|
1860
|
-
packageName: string;
|
|
1861
1861
|
implementedInterfaces?: string[] | undefined;
|
|
1862
1862
|
};
|
|
1863
1863
|
unassignedEvent: {
|
|
1864
1864
|
contractId: string;
|
|
1865
1865
|
offset: number;
|
|
1866
1866
|
templateId: string;
|
|
1867
|
+
packageName: string;
|
|
1868
|
+
submitter: string;
|
|
1867
1869
|
reassignmentId: string;
|
|
1868
1870
|
source: string;
|
|
1869
1871
|
target: string;
|
|
1870
|
-
submitter: string;
|
|
1871
1872
|
nodeId: number;
|
|
1872
|
-
packageName: string;
|
|
1873
1873
|
reassignmentCounter: number;
|
|
1874
1874
|
};
|
|
1875
1875
|
}>;
|
|
@@ -1879,6 +1879,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1879
1879
|
contractId: string;
|
|
1880
1880
|
offset: number;
|
|
1881
1881
|
templateId: string;
|
|
1882
|
+
packageName: string;
|
|
1882
1883
|
contractKey: string | null;
|
|
1883
1884
|
createdEventBlob: string;
|
|
1884
1885
|
nodeId: number;
|
|
@@ -1888,19 +1889,18 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1888
1889
|
signatories: string[];
|
|
1889
1890
|
observers: string[];
|
|
1890
1891
|
createdAt: string;
|
|
1891
|
-
packageName: string;
|
|
1892
1892
|
implementedInterfaces?: string[] | undefined;
|
|
1893
1893
|
};
|
|
1894
1894
|
unassignedEvent: {
|
|
1895
1895
|
contractId: string;
|
|
1896
1896
|
offset: number;
|
|
1897
1897
|
templateId: string;
|
|
1898
|
+
packageName: string;
|
|
1899
|
+
submitter: string;
|
|
1898
1900
|
reassignmentId: string;
|
|
1899
1901
|
source: string;
|
|
1900
1902
|
target: string;
|
|
1901
|
-
submitter: string;
|
|
1902
1903
|
nodeId: number;
|
|
1903
|
-
packageName: string;
|
|
1904
1904
|
reassignmentCounter: number;
|
|
1905
1905
|
};
|
|
1906
1906
|
};
|
|
@@ -1910,6 +1910,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1910
1910
|
contractId: string;
|
|
1911
1911
|
offset: number;
|
|
1912
1912
|
templateId: string;
|
|
1913
|
+
packageName: string;
|
|
1913
1914
|
contractKey: string | null;
|
|
1914
1915
|
createdEventBlob: string;
|
|
1915
1916
|
nodeId: number;
|
|
@@ -1919,19 +1920,18 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1919
1920
|
signatories: string[];
|
|
1920
1921
|
observers: string[];
|
|
1921
1922
|
createdAt: string;
|
|
1922
|
-
packageName: string;
|
|
1923
1923
|
implementedInterfaces?: string[] | undefined;
|
|
1924
1924
|
};
|
|
1925
1925
|
unassignedEvent: {
|
|
1926
1926
|
contractId: string;
|
|
1927
1927
|
offset: number;
|
|
1928
1928
|
templateId: string;
|
|
1929
|
+
packageName: string;
|
|
1930
|
+
submitter: string;
|
|
1929
1931
|
reassignmentId: string;
|
|
1930
1932
|
source: string;
|
|
1931
1933
|
target: string;
|
|
1932
|
-
submitter: string;
|
|
1933
1934
|
nodeId: number;
|
|
1934
|
-
packageName: string;
|
|
1935
1935
|
reassignmentCounter: number;
|
|
1936
1936
|
};
|
|
1937
1937
|
};
|
|
@@ -1945,6 +1945,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1945
1945
|
contractId: string;
|
|
1946
1946
|
offset: number;
|
|
1947
1947
|
templateId: string;
|
|
1948
|
+
packageName: string;
|
|
1948
1949
|
contractKey: string | null;
|
|
1949
1950
|
createdEventBlob: string;
|
|
1950
1951
|
nodeId: number;
|
|
@@ -1954,7 +1955,6 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1954
1955
|
signatories: string[];
|
|
1955
1956
|
observers: string[];
|
|
1956
1957
|
createdAt: string;
|
|
1957
|
-
packageName: string;
|
|
1958
1958
|
implementedInterfaces?: string[] | undefined;
|
|
1959
1959
|
};
|
|
1960
1960
|
};
|
|
@@ -1966,12 +1966,12 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1966
1966
|
contractId: string;
|
|
1967
1967
|
offset: number;
|
|
1968
1968
|
templateId: string;
|
|
1969
|
+
packageName: string;
|
|
1970
|
+
submitter: string;
|
|
1969
1971
|
reassignmentId: string;
|
|
1970
1972
|
source: string;
|
|
1971
1973
|
target: string;
|
|
1972
|
-
submitter: string;
|
|
1973
1974
|
nodeId: number;
|
|
1974
|
-
packageName: string;
|
|
1975
1975
|
reassignmentCounter: number;
|
|
1976
1976
|
};
|
|
1977
1977
|
};
|
|
@@ -1981,6 +1981,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1981
1981
|
contractId: string;
|
|
1982
1982
|
offset: number;
|
|
1983
1983
|
templateId: string;
|
|
1984
|
+
packageName: string;
|
|
1984
1985
|
contractKey: string | null;
|
|
1985
1986
|
createdEventBlob: string;
|
|
1986
1987
|
nodeId: number;
|
|
@@ -1990,19 +1991,18 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
1990
1991
|
signatories: string[];
|
|
1991
1992
|
observers: string[];
|
|
1992
1993
|
createdAt: string;
|
|
1993
|
-
packageName: string;
|
|
1994
1994
|
implementedInterfaces?: string[] | undefined;
|
|
1995
1995
|
};
|
|
1996
1996
|
unassignedEvent: {
|
|
1997
1997
|
contractId: string;
|
|
1998
1998
|
offset: number;
|
|
1999
1999
|
templateId: string;
|
|
2000
|
+
packageName: string;
|
|
2001
|
+
submitter: string;
|
|
2000
2002
|
reassignmentId: string;
|
|
2001
2003
|
source: string;
|
|
2002
2004
|
target: string;
|
|
2003
|
-
submitter: string;
|
|
2004
2005
|
nodeId: number;
|
|
2005
|
-
packageName: string;
|
|
2006
2006
|
reassignmentCounter: number;
|
|
2007
2007
|
};
|
|
2008
2008
|
};
|
|
@@ -2017,6 +2017,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
2017
2017
|
contractId: string;
|
|
2018
2018
|
offset: number;
|
|
2019
2019
|
templateId: string;
|
|
2020
|
+
packageName: string;
|
|
2020
2021
|
contractKey: string | null;
|
|
2021
2022
|
createdEventBlob: string;
|
|
2022
2023
|
nodeId: number;
|
|
@@ -2026,7 +2027,6 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
2026
2027
|
signatories: string[];
|
|
2027
2028
|
observers: string[];
|
|
2028
2029
|
createdAt: string;
|
|
2029
|
-
packageName: string;
|
|
2030
2030
|
implementedInterfaces?: string[] | undefined;
|
|
2031
2031
|
};
|
|
2032
2032
|
};
|
|
@@ -2038,12 +2038,12 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
2038
2038
|
contractId: string;
|
|
2039
2039
|
offset: number;
|
|
2040
2040
|
templateId: string;
|
|
2041
|
+
packageName: string;
|
|
2042
|
+
submitter: string;
|
|
2041
2043
|
reassignmentId: string;
|
|
2042
2044
|
source: string;
|
|
2043
2045
|
target: string;
|
|
2044
|
-
submitter: string;
|
|
2045
2046
|
nodeId: number;
|
|
2046
|
-
packageName: string;
|
|
2047
2047
|
reassignmentCounter: number;
|
|
2048
2048
|
};
|
|
2049
2049
|
};
|
|
@@ -2053,6 +2053,7 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
2053
2053
|
contractId: string;
|
|
2054
2054
|
offset: number;
|
|
2055
2055
|
templateId: string;
|
|
2056
|
+
packageName: string;
|
|
2056
2057
|
contractKey: string | null;
|
|
2057
2058
|
createdEventBlob: string;
|
|
2058
2059
|
nodeId: number;
|
|
@@ -2062,19 +2063,18 @@ export declare const JsGetActiveContractsResponseSchema: z.ZodArray<z.ZodObject<
|
|
|
2062
2063
|
signatories: string[];
|
|
2063
2064
|
observers: string[];
|
|
2064
2065
|
createdAt: string;
|
|
2065
|
-
packageName: string;
|
|
2066
2066
|
implementedInterfaces?: string[] | undefined;
|
|
2067
2067
|
};
|
|
2068
2068
|
unassignedEvent: {
|
|
2069
2069
|
contractId: string;
|
|
2070
2070
|
offset: number;
|
|
2071
2071
|
templateId: string;
|
|
2072
|
+
packageName: string;
|
|
2073
|
+
submitter: string;
|
|
2072
2074
|
reassignmentId: string;
|
|
2073
2075
|
source: string;
|
|
2074
2076
|
target: string;
|
|
2075
|
-
submitter: string;
|
|
2076
2077
|
nodeId: number;
|
|
2077
|
-
packageName: string;
|
|
2078
2078
|
reassignmentCounter: number;
|
|
2079
2079
|
};
|
|
2080
2080
|
};
|