@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
|
@@ -37,6 +37,7 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
37
37
|
contractId: string;
|
|
38
38
|
offset: number;
|
|
39
39
|
templateId: string;
|
|
40
|
+
packageName: string;
|
|
40
41
|
contractKey: string | null;
|
|
41
42
|
createdEventBlob: string;
|
|
42
43
|
nodeId: number;
|
|
@@ -46,12 +47,12 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
46
47
|
signatories: string[];
|
|
47
48
|
observers: string[];
|
|
48
49
|
createdAt: string;
|
|
49
|
-
packageName: string;
|
|
50
50
|
implementedInterfaces?: string[] | undefined;
|
|
51
51
|
}, {
|
|
52
52
|
contractId: string;
|
|
53
53
|
offset: number;
|
|
54
54
|
templateId: string;
|
|
55
|
+
packageName: string;
|
|
55
56
|
contractKey: string | null;
|
|
56
57
|
createdEventBlob: string;
|
|
57
58
|
nodeId: number;
|
|
@@ -61,7 +62,6 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
61
62
|
signatories: string[];
|
|
62
63
|
observers: string[];
|
|
63
64
|
createdAt: string;
|
|
64
|
-
packageName: string;
|
|
65
65
|
implementedInterfaces?: string[] | undefined;
|
|
66
66
|
}>;
|
|
67
67
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -69,6 +69,7 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
69
69
|
contractId: string;
|
|
70
70
|
offset: number;
|
|
71
71
|
templateId: string;
|
|
72
|
+
packageName: string;
|
|
72
73
|
contractKey: string | null;
|
|
73
74
|
createdEventBlob: string;
|
|
74
75
|
nodeId: number;
|
|
@@ -78,7 +79,6 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
78
79
|
signatories: string[];
|
|
79
80
|
observers: string[];
|
|
80
81
|
createdAt: string;
|
|
81
|
-
packageName: string;
|
|
82
82
|
implementedInterfaces?: string[] | undefined;
|
|
83
83
|
};
|
|
84
84
|
}, {
|
|
@@ -86,6 +86,7 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
86
86
|
contractId: string;
|
|
87
87
|
offset: number;
|
|
88
88
|
templateId: string;
|
|
89
|
+
packageName: string;
|
|
89
90
|
contractKey: string | null;
|
|
90
91
|
createdEventBlob: string;
|
|
91
92
|
nodeId: number;
|
|
@@ -95,7 +96,6 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
95
96
|
signatories: string[];
|
|
96
97
|
observers: string[];
|
|
97
98
|
createdAt: string;
|
|
98
|
-
packageName: string;
|
|
99
99
|
implementedInterfaces?: string[] | undefined;
|
|
100
100
|
};
|
|
101
101
|
}>;
|
|
@@ -105,6 +105,7 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
105
105
|
contractId: string;
|
|
106
106
|
offset: number;
|
|
107
107
|
templateId: string;
|
|
108
|
+
packageName: string;
|
|
108
109
|
contractKey: string | null;
|
|
109
110
|
createdEventBlob: string;
|
|
110
111
|
nodeId: number;
|
|
@@ -114,7 +115,6 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
114
115
|
signatories: string[];
|
|
115
116
|
observers: string[];
|
|
116
117
|
createdAt: string;
|
|
117
|
-
packageName: string;
|
|
118
118
|
implementedInterfaces?: string[] | undefined;
|
|
119
119
|
};
|
|
120
120
|
};
|
|
@@ -124,6 +124,7 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
124
124
|
contractId: string;
|
|
125
125
|
offset: number;
|
|
126
126
|
templateId: string;
|
|
127
|
+
packageName: string;
|
|
127
128
|
contractKey: string | null;
|
|
128
129
|
createdEventBlob: string;
|
|
129
130
|
nodeId: number;
|
|
@@ -133,7 +134,6 @@ export declare const CreatedTreeEventSchema: z.ZodObject<{
|
|
|
133
134
|
signatories: string[];
|
|
134
135
|
observers: string[];
|
|
135
136
|
createdAt: string;
|
|
136
|
-
packageName: string;
|
|
137
137
|
implementedInterfaces?: string[] | undefined;
|
|
138
138
|
};
|
|
139
139
|
};
|
|
@@ -175,13 +175,13 @@ export declare const ExercisedTreeEventSchema: z.ZodObject<{
|
|
|
175
175
|
}, "strict", z.ZodTypeAny, {
|
|
176
176
|
contractId: string;
|
|
177
177
|
offset: number;
|
|
178
|
+
interfaceId: string | null;
|
|
178
179
|
templateId: string;
|
|
180
|
+
packageName: string;
|
|
179
181
|
choice: string;
|
|
180
182
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
181
183
|
nodeId: number;
|
|
182
184
|
witnessParties: string[];
|
|
183
|
-
packageName: string;
|
|
184
|
-
interfaceId: string | null;
|
|
185
185
|
actingParties: string[];
|
|
186
186
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
187
187
|
consuming: boolean;
|
|
@@ -190,13 +190,13 @@ export declare const ExercisedTreeEventSchema: z.ZodObject<{
|
|
|
190
190
|
}, {
|
|
191
191
|
contractId: string;
|
|
192
192
|
offset: number;
|
|
193
|
+
interfaceId: string | null;
|
|
193
194
|
templateId: string;
|
|
195
|
+
packageName: string;
|
|
194
196
|
choice: string;
|
|
195
197
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
196
198
|
nodeId: number;
|
|
197
199
|
witnessParties: string[];
|
|
198
|
-
packageName: string;
|
|
199
|
-
interfaceId: string | null;
|
|
200
200
|
actingParties: string[];
|
|
201
201
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
202
202
|
consuming: boolean;
|
|
@@ -207,13 +207,13 @@ export declare const ExercisedTreeEventSchema: z.ZodObject<{
|
|
|
207
207
|
value: {
|
|
208
208
|
contractId: string;
|
|
209
209
|
offset: number;
|
|
210
|
+
interfaceId: string | null;
|
|
210
211
|
templateId: string;
|
|
212
|
+
packageName: string;
|
|
211
213
|
choice: string;
|
|
212
214
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
213
215
|
nodeId: number;
|
|
214
216
|
witnessParties: string[];
|
|
215
|
-
packageName: string;
|
|
216
|
-
interfaceId: string | null;
|
|
217
217
|
actingParties: string[];
|
|
218
218
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
219
219
|
consuming: boolean;
|
|
@@ -224,13 +224,13 @@ export declare const ExercisedTreeEventSchema: z.ZodObject<{
|
|
|
224
224
|
value: {
|
|
225
225
|
contractId: string;
|
|
226
226
|
offset: number;
|
|
227
|
+
interfaceId: string | null;
|
|
227
228
|
templateId: string;
|
|
229
|
+
packageName: string;
|
|
228
230
|
choice: string;
|
|
229
231
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
230
232
|
nodeId: number;
|
|
231
233
|
witnessParties: string[];
|
|
232
|
-
packageName: string;
|
|
233
|
-
interfaceId: string | null;
|
|
234
234
|
actingParties: string[];
|
|
235
235
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
236
236
|
consuming: boolean;
|
|
@@ -243,13 +243,13 @@ export declare const ExercisedTreeEventSchema: z.ZodObject<{
|
|
|
243
243
|
value: {
|
|
244
244
|
contractId: string;
|
|
245
245
|
offset: number;
|
|
246
|
+
interfaceId: string | null;
|
|
246
247
|
templateId: string;
|
|
248
|
+
packageName: string;
|
|
247
249
|
choice: string;
|
|
248
250
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
249
251
|
nodeId: number;
|
|
250
252
|
witnessParties: string[];
|
|
251
|
-
packageName: string;
|
|
252
|
-
interfaceId: string | null;
|
|
253
253
|
actingParties: string[];
|
|
254
254
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
255
255
|
consuming: boolean;
|
|
@@ -262,13 +262,13 @@ export declare const ExercisedTreeEventSchema: z.ZodObject<{
|
|
|
262
262
|
value: {
|
|
263
263
|
contractId: string;
|
|
264
264
|
offset: number;
|
|
265
|
+
interfaceId: string | null;
|
|
265
266
|
templateId: string;
|
|
267
|
+
packageName: string;
|
|
266
268
|
choice: string;
|
|
267
269
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
268
270
|
nodeId: number;
|
|
269
271
|
witnessParties: string[];
|
|
270
|
-
packageName: string;
|
|
271
|
-
interfaceId: string | null;
|
|
272
272
|
actingParties: string[];
|
|
273
273
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
274
274
|
consuming: boolean;
|
|
@@ -301,17 +301,17 @@ export declare const ArchivedTreeEventSchema: z.ZodObject<{
|
|
|
301
301
|
contractId: string;
|
|
302
302
|
offset: number;
|
|
303
303
|
templateId: string;
|
|
304
|
+
packageName: string;
|
|
304
305
|
nodeId: number;
|
|
305
306
|
witnessParties: string[];
|
|
306
|
-
packageName: string;
|
|
307
307
|
implementedInterfaces?: string[] | undefined;
|
|
308
308
|
}, {
|
|
309
309
|
contractId: string;
|
|
310
310
|
offset: number;
|
|
311
311
|
templateId: string;
|
|
312
|
+
packageName: string;
|
|
312
313
|
nodeId: number;
|
|
313
314
|
witnessParties: string[];
|
|
314
|
-
packageName: string;
|
|
315
315
|
implementedInterfaces?: string[] | undefined;
|
|
316
316
|
}>;
|
|
317
317
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -319,9 +319,9 @@ export declare const ArchivedTreeEventSchema: z.ZodObject<{
|
|
|
319
319
|
contractId: string;
|
|
320
320
|
offset: number;
|
|
321
321
|
templateId: string;
|
|
322
|
+
packageName: string;
|
|
322
323
|
nodeId: number;
|
|
323
324
|
witnessParties: string[];
|
|
324
|
-
packageName: string;
|
|
325
325
|
implementedInterfaces?: string[] | undefined;
|
|
326
326
|
};
|
|
327
327
|
}, {
|
|
@@ -329,9 +329,9 @@ export declare const ArchivedTreeEventSchema: z.ZodObject<{
|
|
|
329
329
|
contractId: string;
|
|
330
330
|
offset: number;
|
|
331
331
|
templateId: string;
|
|
332
|
+
packageName: string;
|
|
332
333
|
nodeId: number;
|
|
333
334
|
witnessParties: string[];
|
|
334
|
-
packageName: string;
|
|
335
335
|
implementedInterfaces?: string[] | undefined;
|
|
336
336
|
};
|
|
337
337
|
}>;
|
|
@@ -341,9 +341,9 @@ export declare const ArchivedTreeEventSchema: z.ZodObject<{
|
|
|
341
341
|
contractId: string;
|
|
342
342
|
offset: number;
|
|
343
343
|
templateId: string;
|
|
344
|
+
packageName: string;
|
|
344
345
|
nodeId: number;
|
|
345
346
|
witnessParties: string[];
|
|
346
|
-
packageName: string;
|
|
347
347
|
implementedInterfaces?: string[] | undefined;
|
|
348
348
|
};
|
|
349
349
|
};
|
|
@@ -353,9 +353,9 @@ export declare const ArchivedTreeEventSchema: z.ZodObject<{
|
|
|
353
353
|
contractId: string;
|
|
354
354
|
offset: number;
|
|
355
355
|
templateId: string;
|
|
356
|
+
packageName: string;
|
|
356
357
|
nodeId: number;
|
|
357
358
|
witnessParties: string[];
|
|
358
|
-
packageName: string;
|
|
359
359
|
implementedInterfaces?: string[] | undefined;
|
|
360
360
|
};
|
|
361
361
|
};
|
|
@@ -398,6 +398,7 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
398
398
|
contractId: string;
|
|
399
399
|
offset: number;
|
|
400
400
|
templateId: string;
|
|
401
|
+
packageName: string;
|
|
401
402
|
contractKey: string | null;
|
|
402
403
|
createdEventBlob: string;
|
|
403
404
|
nodeId: number;
|
|
@@ -407,12 +408,12 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
407
408
|
signatories: string[];
|
|
408
409
|
observers: string[];
|
|
409
410
|
createdAt: string;
|
|
410
|
-
packageName: string;
|
|
411
411
|
implementedInterfaces?: string[] | undefined;
|
|
412
412
|
}, {
|
|
413
413
|
contractId: string;
|
|
414
414
|
offset: number;
|
|
415
415
|
templateId: string;
|
|
416
|
+
packageName: string;
|
|
416
417
|
contractKey: string | null;
|
|
417
418
|
createdEventBlob: string;
|
|
418
419
|
nodeId: number;
|
|
@@ -422,7 +423,6 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
422
423
|
signatories: string[];
|
|
423
424
|
observers: string[];
|
|
424
425
|
createdAt: string;
|
|
425
|
-
packageName: string;
|
|
426
426
|
implementedInterfaces?: string[] | undefined;
|
|
427
427
|
}>;
|
|
428
428
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -430,6 +430,7 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
430
430
|
contractId: string;
|
|
431
431
|
offset: number;
|
|
432
432
|
templateId: string;
|
|
433
|
+
packageName: string;
|
|
433
434
|
contractKey: string | null;
|
|
434
435
|
createdEventBlob: string;
|
|
435
436
|
nodeId: number;
|
|
@@ -439,7 +440,6 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
439
440
|
signatories: string[];
|
|
440
441
|
observers: string[];
|
|
441
442
|
createdAt: string;
|
|
442
|
-
packageName: string;
|
|
443
443
|
implementedInterfaces?: string[] | undefined;
|
|
444
444
|
};
|
|
445
445
|
}, {
|
|
@@ -447,6 +447,7 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
447
447
|
contractId: string;
|
|
448
448
|
offset: number;
|
|
449
449
|
templateId: string;
|
|
450
|
+
packageName: string;
|
|
450
451
|
contractKey: string | null;
|
|
451
452
|
createdEventBlob: string;
|
|
452
453
|
nodeId: number;
|
|
@@ -456,7 +457,6 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
456
457
|
signatories: string[];
|
|
457
458
|
observers: string[];
|
|
458
459
|
createdAt: string;
|
|
459
|
-
packageName: string;
|
|
460
460
|
implementedInterfaces?: string[] | undefined;
|
|
461
461
|
};
|
|
462
462
|
}>;
|
|
@@ -466,6 +466,7 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
466
466
|
contractId: string;
|
|
467
467
|
offset: number;
|
|
468
468
|
templateId: string;
|
|
469
|
+
packageName: string;
|
|
469
470
|
contractKey: string | null;
|
|
470
471
|
createdEventBlob: string;
|
|
471
472
|
nodeId: number;
|
|
@@ -475,7 +476,6 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
475
476
|
signatories: string[];
|
|
476
477
|
observers: string[];
|
|
477
478
|
createdAt: string;
|
|
478
|
-
packageName: string;
|
|
479
479
|
implementedInterfaces?: string[] | undefined;
|
|
480
480
|
};
|
|
481
481
|
};
|
|
@@ -485,6 +485,7 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
485
485
|
contractId: string;
|
|
486
486
|
offset: number;
|
|
487
487
|
templateId: string;
|
|
488
|
+
packageName: string;
|
|
488
489
|
contractKey: string | null;
|
|
489
490
|
createdEventBlob: string;
|
|
490
491
|
nodeId: number;
|
|
@@ -494,7 +495,6 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
494
495
|
signatories: string[];
|
|
495
496
|
observers: string[];
|
|
496
497
|
createdAt: string;
|
|
497
|
-
packageName: string;
|
|
498
498
|
implementedInterfaces?: string[] | undefined;
|
|
499
499
|
};
|
|
500
500
|
};
|
|
@@ -535,13 +535,13 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
535
535
|
}, "strict", z.ZodTypeAny, {
|
|
536
536
|
contractId: string;
|
|
537
537
|
offset: number;
|
|
538
|
+
interfaceId: string | null;
|
|
538
539
|
templateId: string;
|
|
540
|
+
packageName: string;
|
|
539
541
|
choice: string;
|
|
540
542
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
541
543
|
nodeId: number;
|
|
542
544
|
witnessParties: string[];
|
|
543
|
-
packageName: string;
|
|
544
|
-
interfaceId: string | null;
|
|
545
545
|
actingParties: string[];
|
|
546
546
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
547
547
|
consuming: boolean;
|
|
@@ -550,13 +550,13 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
550
550
|
}, {
|
|
551
551
|
contractId: string;
|
|
552
552
|
offset: number;
|
|
553
|
+
interfaceId: string | null;
|
|
553
554
|
templateId: string;
|
|
555
|
+
packageName: string;
|
|
554
556
|
choice: string;
|
|
555
557
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
556
558
|
nodeId: number;
|
|
557
559
|
witnessParties: string[];
|
|
558
|
-
packageName: string;
|
|
559
|
-
interfaceId: string | null;
|
|
560
560
|
actingParties: string[];
|
|
561
561
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
562
562
|
consuming: boolean;
|
|
@@ -567,13 +567,13 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
567
567
|
value: {
|
|
568
568
|
contractId: string;
|
|
569
569
|
offset: number;
|
|
570
|
+
interfaceId: string | null;
|
|
570
571
|
templateId: string;
|
|
572
|
+
packageName: string;
|
|
571
573
|
choice: string;
|
|
572
574
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
573
575
|
nodeId: number;
|
|
574
576
|
witnessParties: string[];
|
|
575
|
-
packageName: string;
|
|
576
|
-
interfaceId: string | null;
|
|
577
577
|
actingParties: string[];
|
|
578
578
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
579
579
|
consuming: boolean;
|
|
@@ -584,13 +584,13 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
584
584
|
value: {
|
|
585
585
|
contractId: string;
|
|
586
586
|
offset: number;
|
|
587
|
+
interfaceId: string | null;
|
|
587
588
|
templateId: string;
|
|
589
|
+
packageName: string;
|
|
588
590
|
choice: string;
|
|
589
591
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
590
592
|
nodeId: number;
|
|
591
593
|
witnessParties: string[];
|
|
592
|
-
packageName: string;
|
|
593
|
-
interfaceId: string | null;
|
|
594
594
|
actingParties: string[];
|
|
595
595
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
596
596
|
consuming: boolean;
|
|
@@ -603,13 +603,13 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
603
603
|
value: {
|
|
604
604
|
contractId: string;
|
|
605
605
|
offset: number;
|
|
606
|
+
interfaceId: string | null;
|
|
606
607
|
templateId: string;
|
|
608
|
+
packageName: string;
|
|
607
609
|
choice: string;
|
|
608
610
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
609
611
|
nodeId: number;
|
|
610
612
|
witnessParties: string[];
|
|
611
|
-
packageName: string;
|
|
612
|
-
interfaceId: string | null;
|
|
613
613
|
actingParties: string[];
|
|
614
614
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
615
615
|
consuming: boolean;
|
|
@@ -622,13 +622,13 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
622
622
|
value: {
|
|
623
623
|
contractId: string;
|
|
624
624
|
offset: number;
|
|
625
|
+
interfaceId: string | null;
|
|
625
626
|
templateId: string;
|
|
627
|
+
packageName: string;
|
|
626
628
|
choice: string;
|
|
627
629
|
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
628
630
|
nodeId: number;
|
|
629
631
|
witnessParties: string[];
|
|
630
|
-
packageName: string;
|
|
631
|
-
interfaceId: string | null;
|
|
632
632
|
actingParties: string[];
|
|
633
633
|
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
634
634
|
consuming: boolean;
|
|
@@ -660,17 +660,17 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
660
660
|
contractId: string;
|
|
661
661
|
offset: number;
|
|
662
662
|
templateId: string;
|
|
663
|
+
packageName: string;
|
|
663
664
|
nodeId: number;
|
|
664
665
|
witnessParties: string[];
|
|
665
|
-
packageName: string;
|
|
666
666
|
implementedInterfaces?: string[] | undefined;
|
|
667
667
|
}, {
|
|
668
668
|
contractId: string;
|
|
669
669
|
offset: number;
|
|
670
670
|
templateId: string;
|
|
671
|
+
packageName: string;
|
|
671
672
|
nodeId: number;
|
|
672
673
|
witnessParties: string[];
|
|
673
|
-
packageName: string;
|
|
674
674
|
implementedInterfaces?: string[] | undefined;
|
|
675
675
|
}>;
|
|
676
676
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -678,9 +678,9 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
678
678
|
contractId: string;
|
|
679
679
|
offset: number;
|
|
680
680
|
templateId: string;
|
|
681
|
+
packageName: string;
|
|
681
682
|
nodeId: number;
|
|
682
683
|
witnessParties: string[];
|
|
683
|
-
packageName: string;
|
|
684
684
|
implementedInterfaces?: string[] | undefined;
|
|
685
685
|
};
|
|
686
686
|
}, {
|
|
@@ -688,9 +688,9 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
688
688
|
contractId: string;
|
|
689
689
|
offset: number;
|
|
690
690
|
templateId: string;
|
|
691
|
+
packageName: string;
|
|
691
692
|
nodeId: number;
|
|
692
693
|
witnessParties: string[];
|
|
693
|
-
packageName: string;
|
|
694
694
|
implementedInterfaces?: string[] | undefined;
|
|
695
695
|
};
|
|
696
696
|
}>;
|
|
@@ -700,9 +700,9 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
700
700
|
contractId: string;
|
|
701
701
|
offset: number;
|
|
702
702
|
templateId: string;
|
|
703
|
+
packageName: string;
|
|
703
704
|
nodeId: number;
|
|
704
705
|
witnessParties: string[];
|
|
705
|
-
packageName: string;
|
|
706
706
|
implementedInterfaces?: string[] | undefined;
|
|
707
707
|
};
|
|
708
708
|
};
|
|
@@ -712,9 +712,9 @@ export declare const TreeEventSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
712
712
|
contractId: string;
|
|
713
713
|
offset: number;
|
|
714
714
|
templateId: string;
|
|
715
|
+
packageName: string;
|
|
715
716
|
nodeId: number;
|
|
716
717
|
witnessParties: string[];
|
|
717
|
-
packageName: string;
|
|
718
718
|
implementedInterfaces?: string[] | undefined;
|
|
719
719
|
};
|
|
720
720
|
};
|
|
@@ -861,6 +861,7 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
861
861
|
contractId: string;
|
|
862
862
|
offset: number;
|
|
863
863
|
templateId: string;
|
|
864
|
+
packageName: string;
|
|
864
865
|
contractKey: string | null;
|
|
865
866
|
createdEventBlob: string;
|
|
866
867
|
nodeId: number;
|
|
@@ -870,11 +871,11 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
870
871
|
signatories: string[];
|
|
871
872
|
observers: string[];
|
|
872
873
|
createdAt: string;
|
|
873
|
-
packageName: string;
|
|
874
874
|
}, {
|
|
875
875
|
contractId: string;
|
|
876
876
|
offset: number;
|
|
877
877
|
templateId: string;
|
|
878
|
+
packageName: string;
|
|
878
879
|
contractKey: string | null;
|
|
879
880
|
createdEventBlob: string;
|
|
880
881
|
nodeId: number;
|
|
@@ -884,7 +885,6 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
884
885
|
signatories: string[];
|
|
885
886
|
observers: string[];
|
|
886
887
|
createdAt: string;
|
|
887
|
-
packageName: string;
|
|
888
888
|
}>;
|
|
889
889
|
/** Synchronizer ID for the event. */
|
|
890
890
|
synchronizerId: z.ZodString;
|
|
@@ -894,6 +894,7 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
894
894
|
contractId: string;
|
|
895
895
|
offset: number;
|
|
896
896
|
templateId: string;
|
|
897
|
+
packageName: string;
|
|
897
898
|
contractKey: string | null;
|
|
898
899
|
createdEventBlob: string;
|
|
899
900
|
nodeId: number;
|
|
@@ -903,7 +904,6 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
903
904
|
signatories: string[];
|
|
904
905
|
observers: string[];
|
|
905
906
|
createdAt: string;
|
|
906
|
-
packageName: string;
|
|
907
907
|
};
|
|
908
908
|
}, {
|
|
909
909
|
synchronizerId: string;
|
|
@@ -911,6 +911,7 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
911
911
|
contractId: string;
|
|
912
912
|
offset: number;
|
|
913
913
|
templateId: string;
|
|
914
|
+
packageName: string;
|
|
914
915
|
contractKey: string | null;
|
|
915
916
|
createdEventBlob: string;
|
|
916
917
|
nodeId: number;
|
|
@@ -920,7 +921,6 @@ export declare const CreatedEventSchema: z.ZodObject<{
|
|
|
920
921
|
signatories: string[];
|
|
921
922
|
observers: string[];
|
|
922
923
|
createdAt: string;
|
|
923
|
-
packageName: string;
|
|
924
924
|
};
|
|
925
925
|
}>;
|
|
926
926
|
export declare const ArchivedEventSchema: z.ZodObject<{
|
|
@@ -946,17 +946,17 @@ export declare const ArchivedEventSchema: z.ZodObject<{
|
|
|
946
946
|
contractId: string;
|
|
947
947
|
offset: number;
|
|
948
948
|
templateId: string;
|
|
949
|
+
packageName: string;
|
|
949
950
|
nodeId: number;
|
|
950
951
|
witnessParties: string[];
|
|
951
|
-
packageName: string;
|
|
952
952
|
implementedInterfaces: string[];
|
|
953
953
|
}, {
|
|
954
954
|
contractId: string;
|
|
955
955
|
offset: number;
|
|
956
956
|
templateId: string;
|
|
957
|
+
packageName: string;
|
|
957
958
|
nodeId: number;
|
|
958
959
|
witnessParties: string[];
|
|
959
|
-
packageName: string;
|
|
960
960
|
implementedInterfaces: string[];
|
|
961
961
|
}>;
|
|
962
962
|
/** Synchronizer ID for the event. */
|
|
@@ -967,9 +967,9 @@ export declare const ArchivedEventSchema: z.ZodObject<{
|
|
|
967
967
|
contractId: string;
|
|
968
968
|
offset: number;
|
|
969
969
|
templateId: string;
|
|
970
|
+
packageName: string;
|
|
970
971
|
nodeId: number;
|
|
971
972
|
witnessParties: string[];
|
|
972
|
-
packageName: string;
|
|
973
973
|
implementedInterfaces: string[];
|
|
974
974
|
};
|
|
975
975
|
}, {
|
|
@@ -978,9 +978,9 @@ export declare const ArchivedEventSchema: z.ZodObject<{
|
|
|
978
978
|
contractId: string;
|
|
979
979
|
offset: number;
|
|
980
980
|
templateId: string;
|
|
981
|
+
packageName: string;
|
|
981
982
|
nodeId: number;
|
|
982
983
|
witnessParties: string[];
|
|
983
|
-
packageName: string;
|
|
984
984
|
implementedInterfaces: string[];
|
|
985
985
|
};
|
|
986
986
|
}>;
|
|
@@ -1021,6 +1021,7 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1021
1021
|
contractId: string;
|
|
1022
1022
|
offset: number;
|
|
1023
1023
|
templateId: string;
|
|
1024
|
+
packageName: string;
|
|
1024
1025
|
contractKey: string | null;
|
|
1025
1026
|
createdEventBlob: string;
|
|
1026
1027
|
nodeId: number;
|
|
@@ -1030,11 +1031,11 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1030
1031
|
signatories: string[];
|
|
1031
1032
|
observers: string[];
|
|
1032
1033
|
createdAt: string;
|
|
1033
|
-
packageName: string;
|
|
1034
1034
|
}, {
|
|
1035
1035
|
contractId: string;
|
|
1036
1036
|
offset: number;
|
|
1037
1037
|
templateId: string;
|
|
1038
|
+
packageName: string;
|
|
1038
1039
|
contractKey: string | null;
|
|
1039
1040
|
createdEventBlob: string;
|
|
1040
1041
|
nodeId: number;
|
|
@@ -1044,7 +1045,6 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1044
1045
|
signatories: string[];
|
|
1045
1046
|
observers: string[];
|
|
1046
1047
|
createdAt: string;
|
|
1047
|
-
packageName: string;
|
|
1048
1048
|
}>;
|
|
1049
1049
|
/** Synchronizer ID for the event. */
|
|
1050
1050
|
synchronizerId: z.ZodString;
|
|
@@ -1054,6 +1054,7 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1054
1054
|
contractId: string;
|
|
1055
1055
|
offset: number;
|
|
1056
1056
|
templateId: string;
|
|
1057
|
+
packageName: string;
|
|
1057
1058
|
contractKey: string | null;
|
|
1058
1059
|
createdEventBlob: string;
|
|
1059
1060
|
nodeId: number;
|
|
@@ -1063,7 +1064,6 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1063
1064
|
signatories: string[];
|
|
1064
1065
|
observers: string[];
|
|
1065
1066
|
createdAt: string;
|
|
1066
|
-
packageName: string;
|
|
1067
1067
|
};
|
|
1068
1068
|
}, {
|
|
1069
1069
|
synchronizerId: string;
|
|
@@ -1071,6 +1071,7 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1071
1071
|
contractId: string;
|
|
1072
1072
|
offset: number;
|
|
1073
1073
|
templateId: string;
|
|
1074
|
+
packageName: string;
|
|
1074
1075
|
contractKey: string | null;
|
|
1075
1076
|
createdEventBlob: string;
|
|
1076
1077
|
nodeId: number;
|
|
@@ -1080,7 +1081,6 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1080
1081
|
signatories: string[];
|
|
1081
1082
|
observers: string[];
|
|
1082
1083
|
createdAt: string;
|
|
1083
|
-
packageName: string;
|
|
1084
1084
|
};
|
|
1085
1085
|
}>>;
|
|
1086
1086
|
/** Archived event, if the contract is archived. */
|
|
@@ -1107,17 +1107,17 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1107
1107
|
contractId: string;
|
|
1108
1108
|
offset: number;
|
|
1109
1109
|
templateId: string;
|
|
1110
|
+
packageName: string;
|
|
1110
1111
|
nodeId: number;
|
|
1111
1112
|
witnessParties: string[];
|
|
1112
|
-
packageName: string;
|
|
1113
1113
|
implementedInterfaces: string[];
|
|
1114
1114
|
}, {
|
|
1115
1115
|
contractId: string;
|
|
1116
1116
|
offset: number;
|
|
1117
1117
|
templateId: string;
|
|
1118
|
+
packageName: string;
|
|
1118
1119
|
nodeId: number;
|
|
1119
1120
|
witnessParties: string[];
|
|
1120
|
-
packageName: string;
|
|
1121
1121
|
implementedInterfaces: string[];
|
|
1122
1122
|
}>;
|
|
1123
1123
|
/** Synchronizer ID for the event. */
|
|
@@ -1128,9 +1128,9 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1128
1128
|
contractId: string;
|
|
1129
1129
|
offset: number;
|
|
1130
1130
|
templateId: string;
|
|
1131
|
+
packageName: string;
|
|
1131
1132
|
nodeId: number;
|
|
1132
1133
|
witnessParties: string[];
|
|
1133
|
-
packageName: string;
|
|
1134
1134
|
implementedInterfaces: string[];
|
|
1135
1135
|
};
|
|
1136
1136
|
}, {
|
|
@@ -1139,9 +1139,9 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1139
1139
|
contractId: string;
|
|
1140
1140
|
offset: number;
|
|
1141
1141
|
templateId: string;
|
|
1142
|
+
packageName: string;
|
|
1142
1143
|
nodeId: number;
|
|
1143
1144
|
witnessParties: string[];
|
|
1144
|
-
packageName: string;
|
|
1145
1145
|
implementedInterfaces: string[];
|
|
1146
1146
|
};
|
|
1147
1147
|
}>>;
|
|
@@ -1152,6 +1152,7 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1152
1152
|
contractId: string;
|
|
1153
1153
|
offset: number;
|
|
1154
1154
|
templateId: string;
|
|
1155
|
+
packageName: string;
|
|
1155
1156
|
contractKey: string | null;
|
|
1156
1157
|
createdEventBlob: string;
|
|
1157
1158
|
nodeId: number;
|
|
@@ -1161,7 +1162,6 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1161
1162
|
signatories: string[];
|
|
1162
1163
|
observers: string[];
|
|
1163
1164
|
createdAt: string;
|
|
1164
|
-
packageName: string;
|
|
1165
1165
|
};
|
|
1166
1166
|
} | undefined;
|
|
1167
1167
|
archived?: {
|
|
@@ -1170,9 +1170,9 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1170
1170
|
contractId: string;
|
|
1171
1171
|
offset: number;
|
|
1172
1172
|
templateId: string;
|
|
1173
|
+
packageName: string;
|
|
1173
1174
|
nodeId: number;
|
|
1174
1175
|
witnessParties: string[];
|
|
1175
|
-
packageName: string;
|
|
1176
1176
|
implementedInterfaces: string[];
|
|
1177
1177
|
};
|
|
1178
1178
|
} | undefined;
|
|
@@ -1183,6 +1183,7 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1183
1183
|
contractId: string;
|
|
1184
1184
|
offset: number;
|
|
1185
1185
|
templateId: string;
|
|
1186
|
+
packageName: string;
|
|
1186
1187
|
contractKey: string | null;
|
|
1187
1188
|
createdEventBlob: string;
|
|
1188
1189
|
nodeId: number;
|
|
@@ -1192,7 +1193,6 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1192
1193
|
signatories: string[];
|
|
1193
1194
|
observers: string[];
|
|
1194
1195
|
createdAt: string;
|
|
1195
|
-
packageName: string;
|
|
1196
1196
|
};
|
|
1197
1197
|
} | undefined;
|
|
1198
1198
|
archived?: {
|
|
@@ -1201,9 +1201,9 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1201
1201
|
contractId: string;
|
|
1202
1202
|
offset: number;
|
|
1203
1203
|
templateId: string;
|
|
1204
|
+
packageName: string;
|
|
1204
1205
|
nodeId: number;
|
|
1205
1206
|
witnessParties: string[];
|
|
1206
|
-
packageName: string;
|
|
1207
1207
|
implementedInterfaces: string[];
|
|
1208
1208
|
};
|
|
1209
1209
|
} | undefined;
|
|
@@ -1214,6 +1214,7 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1214
1214
|
contractId: string;
|
|
1215
1215
|
offset: number;
|
|
1216
1216
|
templateId: string;
|
|
1217
|
+
packageName: string;
|
|
1217
1218
|
contractKey: string | null;
|
|
1218
1219
|
createdEventBlob: string;
|
|
1219
1220
|
nodeId: number;
|
|
@@ -1223,7 +1224,6 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1223
1224
|
signatories: string[];
|
|
1224
1225
|
observers: string[];
|
|
1225
1226
|
createdAt: string;
|
|
1226
|
-
packageName: string;
|
|
1227
1227
|
};
|
|
1228
1228
|
} | undefined;
|
|
1229
1229
|
archived?: {
|
|
@@ -1232,9 +1232,9 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1232
1232
|
contractId: string;
|
|
1233
1233
|
offset: number;
|
|
1234
1234
|
templateId: string;
|
|
1235
|
+
packageName: string;
|
|
1235
1236
|
nodeId: number;
|
|
1236
1237
|
witnessParties: string[];
|
|
1237
|
-
packageName: string;
|
|
1238
1238
|
implementedInterfaces: string[];
|
|
1239
1239
|
};
|
|
1240
1240
|
} | undefined;
|
|
@@ -1245,6 +1245,7 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1245
1245
|
contractId: string;
|
|
1246
1246
|
offset: number;
|
|
1247
1247
|
templateId: string;
|
|
1248
|
+
packageName: string;
|
|
1248
1249
|
contractKey: string | null;
|
|
1249
1250
|
createdEventBlob: string;
|
|
1250
1251
|
nodeId: number;
|
|
@@ -1254,7 +1255,6 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1254
1255
|
signatories: string[];
|
|
1255
1256
|
observers: string[];
|
|
1256
1257
|
createdAt: string;
|
|
1257
|
-
packageName: string;
|
|
1258
1258
|
};
|
|
1259
1259
|
} | undefined;
|
|
1260
1260
|
archived?: {
|
|
@@ -1263,9 +1263,9 @@ export declare const EventsByContractIdResponseSchema: z.ZodEffects<z.ZodObject<
|
|
|
1263
1263
|
contractId: string;
|
|
1264
1264
|
offset: number;
|
|
1265
1265
|
templateId: string;
|
|
1266
|
+
packageName: string;
|
|
1266
1267
|
nodeId: number;
|
|
1267
1268
|
witnessParties: string[];
|
|
1268
|
-
packageName: string;
|
|
1269
1269
|
implementedInterfaces: string[];
|
|
1270
1270
|
};
|
|
1271
1271
|
} | undefined;
|