@fairmint/canton-node-sdk 0.0.38 → 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.
Files changed (29) hide show
  1. package/build/src/clients/ledger-json-api/operations/v2/authenticated-user/get.d.ts +1 -1
  2. package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-reassignment.d.ts +5 -5
  3. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/allocate-party.d.ts +1 -1
  4. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/create-user.d.ts +2 -2
  5. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-package-version.d.ts +1 -1
  6. package/build/src/clients/ledger-json-api/operations/v2/interactive-submission/get-preferred-packages.d.ts +1 -1
  7. package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts +4 -4
  8. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts +7 -4
  9. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts.map +1 -1
  10. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.js +12 -1
  11. package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.js.map +1 -1
  12. package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts +16 -16
  13. package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.d.ts +8 -8
  14. package/build/src/clients/ledger-json-api/schemas/api/completions.d.ts +24 -24
  15. package/build/src/clients/ledger-json-api/schemas/api/event-details.d.ts +12 -12
  16. package/build/src/clients/ledger-json-api/schemas/api/events.d.ts +72 -72
  17. package/build/src/clients/ledger-json-api/schemas/api/interactive-submission.d.ts +10 -10
  18. package/build/src/clients/ledger-json-api/schemas/api/packages.d.ts +16 -16
  19. package/build/src/clients/ledger-json-api/schemas/api/reassignment.d.ts +114 -114
  20. package/build/src/clients/ledger-json-api/schemas/api/state.d.ts +160 -160
  21. package/build/src/clients/ledger-json-api/schemas/api/transactions.d.ts +152 -152
  22. package/build/src/clients/ledger-json-api/schemas/api/updates.d.ts +1044 -1044
  23. package/build/src/clients/ledger-json-api/schemas/api/users.d.ts +66 -66
  24. package/build/src/clients/ledger-json-api/schemas/common.d.ts +2 -2
  25. package/build/src/clients/ledger-json-api/schemas/operations/interactive-submission.d.ts +6 -6
  26. package/build/src/clients/ledger-json-api/schemas/operations/parties.d.ts +13 -13
  27. package/build/src/clients/ledger-json-api/schemas/operations/updates.d.ts +298 -298
  28. package/build/src/clients/ledger-json-api/schemas/operations/users.d.ts +17 -17
  29. package/package.json +1 -1
@@ -32,6 +32,7 @@ export declare const TransactionTreeSchema: z.ZodObject<{
32
32
  contractId: string;
33
33
  offset: number;
34
34
  templateId: string;
35
+ packageName: string;
35
36
  contractKey: string | null;
36
37
  createdEventBlob: string;
37
38
  nodeId: number;
@@ -41,12 +42,12 @@ export declare const TransactionTreeSchema: z.ZodObject<{
41
42
  signatories: string[];
42
43
  observers: string[];
43
44
  createdAt: string;
44
- packageName: string;
45
45
  implementedInterfaces?: string[] | undefined;
46
46
  }, {
47
47
  contractId: string;
48
48
  offset: number;
49
49
  templateId: string;
50
+ packageName: string;
50
51
  contractKey: string | null;
51
52
  createdEventBlob: string;
52
53
  nodeId: number;
@@ -56,7 +57,6 @@ export declare const TransactionTreeSchema: z.ZodObject<{
56
57
  signatories: string[];
57
58
  observers: string[];
58
59
  createdAt: string;
59
- packageName: string;
60
60
  implementedInterfaces?: string[] | undefined;
61
61
  }>;
62
62
  }, "strict", z.ZodTypeAny, {
@@ -64,6 +64,7 @@ export declare const TransactionTreeSchema: z.ZodObject<{
64
64
  contractId: string;
65
65
  offset: number;
66
66
  templateId: string;
67
+ packageName: string;
67
68
  contractKey: string | null;
68
69
  createdEventBlob: string;
69
70
  nodeId: number;
@@ -73,7 +74,6 @@ export declare const TransactionTreeSchema: z.ZodObject<{
73
74
  signatories: string[];
74
75
  observers: string[];
75
76
  createdAt: string;
76
- packageName: string;
77
77
  implementedInterfaces?: string[] | undefined;
78
78
  };
79
79
  }, {
@@ -81,6 +81,7 @@ export declare const TransactionTreeSchema: z.ZodObject<{
81
81
  contractId: string;
82
82
  offset: number;
83
83
  templateId: string;
84
+ packageName: string;
84
85
  contractKey: string | null;
85
86
  createdEventBlob: string;
86
87
  nodeId: number;
@@ -90,7 +91,6 @@ export declare const TransactionTreeSchema: z.ZodObject<{
90
91
  signatories: string[];
91
92
  observers: string[];
92
93
  createdAt: string;
93
- packageName: string;
94
94
  implementedInterfaces?: string[] | undefined;
95
95
  };
96
96
  }>;
@@ -100,6 +100,7 @@ export declare const TransactionTreeSchema: z.ZodObject<{
100
100
  contractId: string;
101
101
  offset: number;
102
102
  templateId: string;
103
+ packageName: string;
103
104
  contractKey: string | null;
104
105
  createdEventBlob: string;
105
106
  nodeId: number;
@@ -109,7 +110,6 @@ export declare const TransactionTreeSchema: z.ZodObject<{
109
110
  signatories: string[];
110
111
  observers: string[];
111
112
  createdAt: string;
112
- packageName: string;
113
113
  implementedInterfaces?: string[] | undefined;
114
114
  };
115
115
  };
@@ -119,6 +119,7 @@ export declare const TransactionTreeSchema: z.ZodObject<{
119
119
  contractId: string;
120
120
  offset: number;
121
121
  templateId: string;
122
+ packageName: string;
122
123
  contractKey: string | null;
123
124
  createdEventBlob: string;
124
125
  nodeId: number;
@@ -128,7 +129,6 @@ export declare const TransactionTreeSchema: z.ZodObject<{
128
129
  signatories: string[];
129
130
  observers: string[];
130
131
  createdAt: string;
131
- packageName: string;
132
132
  implementedInterfaces?: string[] | undefined;
133
133
  };
134
134
  };
@@ -152,13 +152,13 @@ export declare const TransactionTreeSchema: z.ZodObject<{
152
152
  }, "strict", z.ZodTypeAny, {
153
153
  contractId: string;
154
154
  offset: number;
155
+ interfaceId: string | null;
155
156
  templateId: string;
157
+ packageName: string;
156
158
  choice: string;
157
159
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
158
160
  nodeId: number;
159
161
  witnessParties: string[];
160
- packageName: string;
161
- interfaceId: string | null;
162
162
  actingParties: string[];
163
163
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
164
164
  consuming: boolean;
@@ -167,13 +167,13 @@ export declare const TransactionTreeSchema: z.ZodObject<{
167
167
  }, {
168
168
  contractId: string;
169
169
  offset: number;
170
+ interfaceId: string | null;
170
171
  templateId: string;
172
+ packageName: string;
171
173
  choice: string;
172
174
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
173
175
  nodeId: number;
174
176
  witnessParties: string[];
175
- packageName: string;
176
- interfaceId: string | null;
177
177
  actingParties: string[];
178
178
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
179
179
  consuming: boolean;
@@ -184,13 +184,13 @@ export declare const TransactionTreeSchema: z.ZodObject<{
184
184
  value: {
185
185
  contractId: string;
186
186
  offset: number;
187
+ interfaceId: string | null;
187
188
  templateId: string;
189
+ packageName: string;
188
190
  choice: string;
189
191
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
190
192
  nodeId: number;
191
193
  witnessParties: string[];
192
- packageName: string;
193
- interfaceId: string | null;
194
194
  actingParties: string[];
195
195
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
196
196
  consuming: boolean;
@@ -201,13 +201,13 @@ export declare const TransactionTreeSchema: z.ZodObject<{
201
201
  value: {
202
202
  contractId: string;
203
203
  offset: number;
204
+ interfaceId: string | null;
204
205
  templateId: string;
206
+ packageName: string;
205
207
  choice: string;
206
208
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
207
209
  nodeId: number;
208
210
  witnessParties: string[];
209
- packageName: string;
210
- interfaceId: string | null;
211
211
  actingParties: string[];
212
212
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
213
213
  consuming: boolean;
@@ -220,13 +220,13 @@ export declare const TransactionTreeSchema: z.ZodObject<{
220
220
  value: {
221
221
  contractId: string;
222
222
  offset: number;
223
+ interfaceId: string | null;
223
224
  templateId: string;
225
+ packageName: string;
224
226
  choice: string;
225
227
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
226
228
  nodeId: number;
227
229
  witnessParties: string[];
228
- packageName: string;
229
- interfaceId: string | null;
230
230
  actingParties: string[];
231
231
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
232
232
  consuming: boolean;
@@ -239,13 +239,13 @@ export declare const TransactionTreeSchema: z.ZodObject<{
239
239
  value: {
240
240
  contractId: string;
241
241
  offset: number;
242
+ interfaceId: string | null;
242
243
  templateId: string;
244
+ packageName: string;
243
245
  choice: string;
244
246
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
245
247
  nodeId: number;
246
248
  witnessParties: string[];
247
- packageName: string;
248
- interfaceId: string | null;
249
249
  actingParties: string[];
250
250
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
251
251
  consuming: boolean;
@@ -267,17 +267,17 @@ export declare const TransactionTreeSchema: z.ZodObject<{
267
267
  contractId: string;
268
268
  offset: number;
269
269
  templateId: string;
270
+ packageName: string;
270
271
  nodeId: number;
271
272
  witnessParties: string[];
272
- packageName: string;
273
273
  implementedInterfaces?: string[] | undefined;
274
274
  }, {
275
275
  contractId: string;
276
276
  offset: number;
277
277
  templateId: string;
278
+ packageName: string;
278
279
  nodeId: number;
279
280
  witnessParties: string[];
280
- packageName: string;
281
281
  implementedInterfaces?: string[] | undefined;
282
282
  }>;
283
283
  }, "strict", z.ZodTypeAny, {
@@ -285,9 +285,9 @@ export declare const TransactionTreeSchema: z.ZodObject<{
285
285
  contractId: string;
286
286
  offset: number;
287
287
  templateId: string;
288
+ packageName: string;
288
289
  nodeId: number;
289
290
  witnessParties: string[];
290
- packageName: string;
291
291
  implementedInterfaces?: string[] | undefined;
292
292
  };
293
293
  }, {
@@ -295,9 +295,9 @@ export declare const TransactionTreeSchema: z.ZodObject<{
295
295
  contractId: string;
296
296
  offset: number;
297
297
  templateId: string;
298
+ packageName: string;
298
299
  nodeId: number;
299
300
  witnessParties: string[];
300
- packageName: string;
301
301
  implementedInterfaces?: string[] | undefined;
302
302
  };
303
303
  }>;
@@ -307,9 +307,9 @@ export declare const TransactionTreeSchema: z.ZodObject<{
307
307
  contractId: string;
308
308
  offset: number;
309
309
  templateId: string;
310
+ packageName: string;
310
311
  nodeId: number;
311
312
  witnessParties: string[];
312
- packageName: string;
313
313
  implementedInterfaces?: string[] | undefined;
314
314
  };
315
315
  };
@@ -319,9 +319,9 @@ export declare const TransactionTreeSchema: 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
  };
@@ -355,6 +355,7 @@ export declare const TransactionTreeSchema: z.ZodObject<{
355
355
  contractId: string;
356
356
  offset: number;
357
357
  templateId: string;
358
+ packageName: string;
358
359
  contractKey: string | null;
359
360
  createdEventBlob: string;
360
361
  nodeId: number;
@@ -364,7 +365,6 @@ export declare const TransactionTreeSchema: z.ZodObject<{
364
365
  signatories: string[];
365
366
  observers: string[];
366
367
  createdAt: string;
367
- packageName: string;
368
368
  implementedInterfaces?: string[] | undefined;
369
369
  };
370
370
  };
@@ -373,13 +373,13 @@ export declare const TransactionTreeSchema: z.ZodObject<{
373
373
  value: {
374
374
  contractId: string;
375
375
  offset: number;
376
+ interfaceId: string | null;
376
377
  templateId: string;
378
+ packageName: string;
377
379
  choice: string;
378
380
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
379
381
  nodeId: number;
380
382
  witnessParties: string[];
381
- packageName: string;
382
- interfaceId: string | null;
383
383
  actingParties: string[];
384
384
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
385
385
  consuming: boolean;
@@ -393,9 +393,9 @@ export declare const TransactionTreeSchema: z.ZodObject<{
393
393
  contractId: string;
394
394
  offset: number;
395
395
  templateId: string;
396
+ packageName: string;
396
397
  nodeId: number;
397
398
  witnessParties: string[];
398
- packageName: string;
399
399
  implementedInterfaces?: string[] | undefined;
400
400
  };
401
401
  };
@@ -418,6 +418,7 @@ export declare const TransactionTreeSchema: z.ZodObject<{
418
418
  contractId: string;
419
419
  offset: number;
420
420
  templateId: string;
421
+ packageName: string;
421
422
  contractKey: string | null;
422
423
  createdEventBlob: string;
423
424
  nodeId: number;
@@ -427,7 +428,6 @@ export declare const TransactionTreeSchema: z.ZodObject<{
427
428
  signatories: string[];
428
429
  observers: string[];
429
430
  createdAt: string;
430
- packageName: string;
431
431
  implementedInterfaces?: string[] | undefined;
432
432
  };
433
433
  };
@@ -436,13 +436,13 @@ export declare const TransactionTreeSchema: z.ZodObject<{
436
436
  value: {
437
437
  contractId: string;
438
438
  offset: number;
439
+ interfaceId: string | null;
439
440
  templateId: string;
441
+ packageName: string;
440
442
  choice: string;
441
443
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
442
444
  nodeId: number;
443
445
  witnessParties: string[];
444
- packageName: string;
445
- interfaceId: string | null;
446
446
  actingParties: string[];
447
447
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
448
448
  consuming: boolean;
@@ -456,9 +456,9 @@ export declare const TransactionTreeSchema: z.ZodObject<{
456
456
  contractId: string;
457
457
  offset: number;
458
458
  templateId: string;
459
+ packageName: string;
459
460
  nodeId: number;
460
461
  witnessParties: string[];
461
- packageName: string;
462
462
  implementedInterfaces?: string[] | undefined;
463
463
  };
464
464
  };
@@ -505,6 +505,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
505
505
  contractId: string;
506
506
  offset: number;
507
507
  templateId: string;
508
+ packageName: string;
508
509
  contractKey: string | null;
509
510
  createdEventBlob: string;
510
511
  nodeId: number;
@@ -514,12 +515,12 @@ export declare const CommandResponseSchema: z.ZodObject<{
514
515
  signatories: string[];
515
516
  observers: string[];
516
517
  createdAt: string;
517
- packageName: string;
518
518
  implementedInterfaces?: string[] | undefined;
519
519
  }, {
520
520
  contractId: string;
521
521
  offset: number;
522
522
  templateId: string;
523
+ packageName: string;
523
524
  contractKey: string | null;
524
525
  createdEventBlob: string;
525
526
  nodeId: number;
@@ -529,7 +530,6 @@ export declare const CommandResponseSchema: z.ZodObject<{
529
530
  signatories: string[];
530
531
  observers: string[];
531
532
  createdAt: string;
532
- packageName: string;
533
533
  implementedInterfaces?: string[] | undefined;
534
534
  }>;
535
535
  }, "strict", z.ZodTypeAny, {
@@ -537,6 +537,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
537
537
  contractId: string;
538
538
  offset: number;
539
539
  templateId: string;
540
+ packageName: string;
540
541
  contractKey: string | null;
541
542
  createdEventBlob: string;
542
543
  nodeId: number;
@@ -546,7 +547,6 @@ export declare const CommandResponseSchema: z.ZodObject<{
546
547
  signatories: string[];
547
548
  observers: string[];
548
549
  createdAt: string;
549
- packageName: string;
550
550
  implementedInterfaces?: string[] | undefined;
551
551
  };
552
552
  }, {
@@ -554,6 +554,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
554
554
  contractId: string;
555
555
  offset: number;
556
556
  templateId: string;
557
+ packageName: string;
557
558
  contractKey: string | null;
558
559
  createdEventBlob: string;
559
560
  nodeId: number;
@@ -563,7 +564,6 @@ export declare const CommandResponseSchema: z.ZodObject<{
563
564
  signatories: string[];
564
565
  observers: string[];
565
566
  createdAt: string;
566
- packageName: string;
567
567
  implementedInterfaces?: string[] | undefined;
568
568
  };
569
569
  }>;
@@ -573,6 +573,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
573
573
  contractId: string;
574
574
  offset: number;
575
575
  templateId: string;
576
+ packageName: string;
576
577
  contractKey: string | null;
577
578
  createdEventBlob: string;
578
579
  nodeId: number;
@@ -582,7 +583,6 @@ export declare const CommandResponseSchema: z.ZodObject<{
582
583
  signatories: string[];
583
584
  observers: string[];
584
585
  createdAt: string;
585
- packageName: string;
586
586
  implementedInterfaces?: string[] | undefined;
587
587
  };
588
588
  };
@@ -592,6 +592,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
592
592
  contractId: string;
593
593
  offset: number;
594
594
  templateId: string;
595
+ packageName: string;
595
596
  contractKey: string | null;
596
597
  createdEventBlob: string;
597
598
  nodeId: number;
@@ -601,7 +602,6 @@ export declare const CommandResponseSchema: z.ZodObject<{
601
602
  signatories: string[];
602
603
  observers: string[];
603
604
  createdAt: string;
604
- packageName: string;
605
605
  implementedInterfaces?: string[] | undefined;
606
606
  };
607
607
  };
@@ -625,13 +625,13 @@ export declare const CommandResponseSchema: z.ZodObject<{
625
625
  }, "strict", z.ZodTypeAny, {
626
626
  contractId: string;
627
627
  offset: number;
628
+ interfaceId: string | null;
628
629
  templateId: string;
630
+ packageName: string;
629
631
  choice: string;
630
632
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
631
633
  nodeId: number;
632
634
  witnessParties: string[];
633
- packageName: string;
634
- interfaceId: string | null;
635
635
  actingParties: string[];
636
636
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
637
637
  consuming: boolean;
@@ -640,13 +640,13 @@ export declare const CommandResponseSchema: z.ZodObject<{
640
640
  }, {
641
641
  contractId: string;
642
642
  offset: number;
643
+ interfaceId: string | null;
643
644
  templateId: string;
645
+ packageName: string;
644
646
  choice: string;
645
647
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
646
648
  nodeId: number;
647
649
  witnessParties: string[];
648
- packageName: string;
649
- interfaceId: string | null;
650
650
  actingParties: string[];
651
651
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
652
652
  consuming: boolean;
@@ -657,13 +657,13 @@ export declare const CommandResponseSchema: z.ZodObject<{
657
657
  value: {
658
658
  contractId: string;
659
659
  offset: number;
660
+ interfaceId: string | null;
660
661
  templateId: string;
662
+ packageName: string;
661
663
  choice: string;
662
664
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
663
665
  nodeId: number;
664
666
  witnessParties: string[];
665
- packageName: string;
666
- interfaceId: string | null;
667
667
  actingParties: string[];
668
668
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
669
669
  consuming: boolean;
@@ -674,13 +674,13 @@ export declare const CommandResponseSchema: z.ZodObject<{
674
674
  value: {
675
675
  contractId: string;
676
676
  offset: number;
677
+ interfaceId: string | null;
677
678
  templateId: string;
679
+ packageName: string;
678
680
  choice: string;
679
681
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
680
682
  nodeId: number;
681
683
  witnessParties: string[];
682
- packageName: string;
683
- interfaceId: string | null;
684
684
  actingParties: string[];
685
685
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
686
686
  consuming: boolean;
@@ -693,13 +693,13 @@ export declare const CommandResponseSchema: z.ZodObject<{
693
693
  value: {
694
694
  contractId: string;
695
695
  offset: number;
696
+ interfaceId: string | null;
696
697
  templateId: string;
698
+ packageName: string;
697
699
  choice: string;
698
700
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
699
701
  nodeId: number;
700
702
  witnessParties: string[];
701
- packageName: string;
702
- interfaceId: string | null;
703
703
  actingParties: string[];
704
704
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
705
705
  consuming: boolean;
@@ -712,13 +712,13 @@ export declare const CommandResponseSchema: z.ZodObject<{
712
712
  value: {
713
713
  contractId: string;
714
714
  offset: number;
715
+ interfaceId: string | null;
715
716
  templateId: string;
717
+ packageName: string;
716
718
  choice: string;
717
719
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
718
720
  nodeId: number;
719
721
  witnessParties: string[];
720
- packageName: string;
721
- interfaceId: string | null;
722
722
  actingParties: string[];
723
723
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
724
724
  consuming: boolean;
@@ -740,17 +740,17 @@ export declare const CommandResponseSchema: z.ZodObject<{
740
740
  contractId: string;
741
741
  offset: number;
742
742
  templateId: string;
743
+ packageName: string;
743
744
  nodeId: number;
744
745
  witnessParties: string[];
745
- packageName: string;
746
746
  implementedInterfaces?: string[] | undefined;
747
747
  }, {
748
748
  contractId: string;
749
749
  offset: number;
750
750
  templateId: string;
751
+ packageName: string;
751
752
  nodeId: number;
752
753
  witnessParties: string[];
753
- packageName: string;
754
754
  implementedInterfaces?: string[] | undefined;
755
755
  }>;
756
756
  }, "strict", z.ZodTypeAny, {
@@ -758,9 +758,9 @@ export declare const CommandResponseSchema: z.ZodObject<{
758
758
  contractId: string;
759
759
  offset: number;
760
760
  templateId: string;
761
+ packageName: string;
761
762
  nodeId: number;
762
763
  witnessParties: string[];
763
- packageName: string;
764
764
  implementedInterfaces?: string[] | undefined;
765
765
  };
766
766
  }, {
@@ -768,9 +768,9 @@ export declare const CommandResponseSchema: z.ZodObject<{
768
768
  contractId: string;
769
769
  offset: number;
770
770
  templateId: string;
771
+ packageName: string;
771
772
  nodeId: number;
772
773
  witnessParties: string[];
773
- packageName: string;
774
774
  implementedInterfaces?: string[] | undefined;
775
775
  };
776
776
  }>;
@@ -780,9 +780,9 @@ export declare const CommandResponseSchema: z.ZodObject<{
780
780
  contractId: string;
781
781
  offset: number;
782
782
  templateId: string;
783
+ packageName: string;
783
784
  nodeId: number;
784
785
  witnessParties: string[];
785
- packageName: string;
786
786
  implementedInterfaces?: string[] | undefined;
787
787
  };
788
788
  };
@@ -792,9 +792,9 @@ export declare const CommandResponseSchema: z.ZodObject<{
792
792
  contractId: string;
793
793
  offset: number;
794
794
  templateId: string;
795
+ packageName: string;
795
796
  nodeId: number;
796
797
  witnessParties: string[];
797
- packageName: string;
798
798
  implementedInterfaces?: string[] | undefined;
799
799
  };
800
800
  };
@@ -828,6 +828,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
828
828
  contractId: string;
829
829
  offset: number;
830
830
  templateId: string;
831
+ packageName: string;
831
832
  contractKey: string | null;
832
833
  createdEventBlob: string;
833
834
  nodeId: number;
@@ -837,7 +838,6 @@ export declare const CommandResponseSchema: z.ZodObject<{
837
838
  signatories: string[];
838
839
  observers: string[];
839
840
  createdAt: string;
840
- packageName: string;
841
841
  implementedInterfaces?: string[] | undefined;
842
842
  };
843
843
  };
@@ -846,13 +846,13 @@ export declare const CommandResponseSchema: z.ZodObject<{
846
846
  value: {
847
847
  contractId: string;
848
848
  offset: number;
849
+ interfaceId: string | null;
849
850
  templateId: string;
851
+ packageName: string;
850
852
  choice: string;
851
853
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
852
854
  nodeId: number;
853
855
  witnessParties: string[];
854
- packageName: string;
855
- interfaceId: string | null;
856
856
  actingParties: string[];
857
857
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
858
858
  consuming: boolean;
@@ -866,9 +866,9 @@ export declare const CommandResponseSchema: z.ZodObject<{
866
866
  contractId: string;
867
867
  offset: number;
868
868
  templateId: string;
869
+ packageName: string;
869
870
  nodeId: number;
870
871
  witnessParties: string[];
871
- packageName: string;
872
872
  implementedInterfaces?: string[] | undefined;
873
873
  };
874
874
  };
@@ -891,6 +891,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
891
891
  contractId: string;
892
892
  offset: number;
893
893
  templateId: string;
894
+ packageName: string;
894
895
  contractKey: string | null;
895
896
  createdEventBlob: string;
896
897
  nodeId: number;
@@ -900,7 +901,6 @@ export declare const CommandResponseSchema: z.ZodObject<{
900
901
  signatories: string[];
901
902
  observers: string[];
902
903
  createdAt: string;
903
- packageName: string;
904
904
  implementedInterfaces?: string[] | undefined;
905
905
  };
906
906
  };
@@ -909,13 +909,13 @@ export declare const CommandResponseSchema: z.ZodObject<{
909
909
  value: {
910
910
  contractId: string;
911
911
  offset: number;
912
+ interfaceId: string | null;
912
913
  templateId: string;
914
+ packageName: string;
913
915
  choice: string;
914
916
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
915
917
  nodeId: number;
916
918
  witnessParties: string[];
917
- packageName: string;
918
- interfaceId: string | null;
919
919
  actingParties: string[];
920
920
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
921
921
  consuming: boolean;
@@ -929,9 +929,9 @@ export declare const CommandResponseSchema: z.ZodObject<{
929
929
  contractId: string;
930
930
  offset: number;
931
931
  templateId: string;
932
+ packageName: string;
932
933
  nodeId: number;
933
934
  witnessParties: string[];
934
- packageName: string;
935
935
  implementedInterfaces?: string[] | undefined;
936
936
  };
937
937
  };
@@ -956,6 +956,7 @@ export declare const CommandResponseSchema: z.ZodObject<{
956
956
  contractId: string;
957
957
  offset: number;
958
958
  templateId: string;
959
+ packageName: string;
959
960
  contractKey: string | null;
960
961
  createdEventBlob: string;
961
962
  nodeId: number;
@@ -965,7 +966,6 @@ export declare const CommandResponseSchema: z.ZodObject<{
965
966
  signatories: string[];
966
967
  observers: string[];
967
968
  createdAt: string;
968
- packageName: string;
969
969
  implementedInterfaces?: string[] | undefined;
970
970
  };
971
971
  };
@@ -974,13 +974,13 @@ export declare const CommandResponseSchema: z.ZodObject<{
974
974
  value: {
975
975
  contractId: string;
976
976
  offset: number;
977
+ interfaceId: string | null;
977
978
  templateId: string;
979
+ packageName: string;
978
980
  choice: string;
979
981
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
980
982
  nodeId: number;
981
983
  witnessParties: string[];
982
- packageName: string;
983
- interfaceId: string | null;
984
984
  actingParties: string[];
985
985
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
986
986
  consuming: boolean;
@@ -994,9 +994,9 @@ export declare const CommandResponseSchema: z.ZodObject<{
994
994
  contractId: string;
995
995
  offset: number;
996
996
  templateId: string;
997
+ packageName: string;
997
998
  nodeId: number;
998
999
  witnessParties: string[];
999
- packageName: string;
1000
1000
  implementedInterfaces?: string[] | undefined;
1001
1001
  };
1002
1002
  };
@@ -1021,6 +1021,7 @@ export declare const CommandResponseSchema: 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,7 +1031,6 @@ export declare const CommandResponseSchema: z.ZodObject<{
1030
1031
  signatories: string[];
1031
1032
  observers: string[];
1032
1033
  createdAt: string;
1033
- packageName: string;
1034
1034
  implementedInterfaces?: string[] | undefined;
1035
1035
  };
1036
1036
  };
@@ -1039,13 +1039,13 @@ export declare const CommandResponseSchema: z.ZodObject<{
1039
1039
  value: {
1040
1040
  contractId: string;
1041
1041
  offset: number;
1042
+ interfaceId: string | null;
1042
1043
  templateId: string;
1044
+ packageName: string;
1043
1045
  choice: string;
1044
1046
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1045
1047
  nodeId: number;
1046
1048
  witnessParties: string[];
1047
- packageName: string;
1048
- interfaceId: string | null;
1049
1049
  actingParties: string[];
1050
1050
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1051
1051
  consuming: boolean;
@@ -1059,9 +1059,9 @@ export declare const CommandResponseSchema: z.ZodObject<{
1059
1059
  contractId: string;
1060
1060
  offset: number;
1061
1061
  templateId: string;
1062
+ packageName: string;
1062
1063
  nodeId: number;
1063
1064
  witnessParties: string[];
1064
- packageName: string;
1065
1065
  implementedInterfaces?: string[] | undefined;
1066
1066
  };
1067
1067
  };
@@ -1141,6 +1141,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1141
1141
  contractId: string;
1142
1142
  offset: number;
1143
1143
  templateId: string;
1144
+ packageName: string;
1144
1145
  contractKey: string | null;
1145
1146
  createdEventBlob: string;
1146
1147
  nodeId: number;
@@ -1150,12 +1151,12 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1150
1151
  signatories: string[];
1151
1152
  observers: string[];
1152
1153
  createdAt: string;
1153
- packageName: string;
1154
1154
  implementedInterfaces?: string[] | undefined;
1155
1155
  }, {
1156
1156
  contractId: string;
1157
1157
  offset: number;
1158
1158
  templateId: string;
1159
+ packageName: string;
1159
1160
  contractKey: string | null;
1160
1161
  createdEventBlob: string;
1161
1162
  nodeId: number;
@@ -1165,7 +1166,6 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1165
1166
  signatories: string[];
1166
1167
  observers: string[];
1167
1168
  createdAt: string;
1168
- packageName: string;
1169
1169
  implementedInterfaces?: string[] | undefined;
1170
1170
  }>;
1171
1171
  }, "strict", z.ZodTypeAny, {
@@ -1173,6 +1173,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1173
1173
  contractId: string;
1174
1174
  offset: number;
1175
1175
  templateId: string;
1176
+ packageName: string;
1176
1177
  contractKey: string | null;
1177
1178
  createdEventBlob: string;
1178
1179
  nodeId: number;
@@ -1182,7 +1183,6 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1182
1183
  signatories: string[];
1183
1184
  observers: string[];
1184
1185
  createdAt: string;
1185
- packageName: string;
1186
1186
  implementedInterfaces?: string[] | undefined;
1187
1187
  };
1188
1188
  }, {
@@ -1190,6 +1190,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1190
1190
  contractId: string;
1191
1191
  offset: number;
1192
1192
  templateId: string;
1193
+ packageName: string;
1193
1194
  contractKey: string | null;
1194
1195
  createdEventBlob: string;
1195
1196
  nodeId: number;
@@ -1199,7 +1200,6 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1199
1200
  signatories: string[];
1200
1201
  observers: string[];
1201
1202
  createdAt: string;
1202
- packageName: string;
1203
1203
  implementedInterfaces?: string[] | undefined;
1204
1204
  };
1205
1205
  }>;
@@ -1209,6 +1209,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1209
1209
  contractId: string;
1210
1210
  offset: number;
1211
1211
  templateId: string;
1212
+ packageName: string;
1212
1213
  contractKey: string | null;
1213
1214
  createdEventBlob: string;
1214
1215
  nodeId: number;
@@ -1218,7 +1219,6 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1218
1219
  signatories: string[];
1219
1220
  observers: string[];
1220
1221
  createdAt: string;
1221
- packageName: string;
1222
1222
  implementedInterfaces?: string[] | undefined;
1223
1223
  };
1224
1224
  };
@@ -1228,6 +1228,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1228
1228
  contractId: string;
1229
1229
  offset: number;
1230
1230
  templateId: string;
1231
+ packageName: string;
1231
1232
  contractKey: string | null;
1232
1233
  createdEventBlob: string;
1233
1234
  nodeId: number;
@@ -1237,7 +1238,6 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1237
1238
  signatories: string[];
1238
1239
  observers: string[];
1239
1240
  createdAt: string;
1240
- packageName: string;
1241
1241
  implementedInterfaces?: string[] | undefined;
1242
1242
  };
1243
1243
  };
@@ -1261,13 +1261,13 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1261
1261
  }, "strict", z.ZodTypeAny, {
1262
1262
  contractId: string;
1263
1263
  offset: number;
1264
+ interfaceId: string | null;
1264
1265
  templateId: string;
1266
+ packageName: string;
1265
1267
  choice: string;
1266
1268
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1267
1269
  nodeId: number;
1268
1270
  witnessParties: string[];
1269
- packageName: string;
1270
- interfaceId: string | null;
1271
1271
  actingParties: string[];
1272
1272
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1273
1273
  consuming: boolean;
@@ -1276,13 +1276,13 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1276
1276
  }, {
1277
1277
  contractId: string;
1278
1278
  offset: number;
1279
+ interfaceId: string | null;
1279
1280
  templateId: string;
1281
+ packageName: string;
1280
1282
  choice: string;
1281
1283
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1282
1284
  nodeId: number;
1283
1285
  witnessParties: string[];
1284
- packageName: string;
1285
- interfaceId: string | null;
1286
1286
  actingParties: string[];
1287
1287
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1288
1288
  consuming: boolean;
@@ -1293,13 +1293,13 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1293
1293
  value: {
1294
1294
  contractId: string;
1295
1295
  offset: number;
1296
+ interfaceId: string | null;
1296
1297
  templateId: string;
1298
+ packageName: string;
1297
1299
  choice: string;
1298
1300
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1299
1301
  nodeId: number;
1300
1302
  witnessParties: string[];
1301
- packageName: string;
1302
- interfaceId: string | null;
1303
1303
  actingParties: string[];
1304
1304
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1305
1305
  consuming: boolean;
@@ -1310,13 +1310,13 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1310
1310
  value: {
1311
1311
  contractId: string;
1312
1312
  offset: number;
1313
+ interfaceId: string | null;
1313
1314
  templateId: string;
1315
+ packageName: string;
1314
1316
  choice: string;
1315
1317
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1316
1318
  nodeId: number;
1317
1319
  witnessParties: string[];
1318
- packageName: string;
1319
- interfaceId: string | null;
1320
1320
  actingParties: string[];
1321
1321
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1322
1322
  consuming: boolean;
@@ -1329,13 +1329,13 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1329
1329
  value: {
1330
1330
  contractId: string;
1331
1331
  offset: number;
1332
+ interfaceId: string | null;
1332
1333
  templateId: string;
1334
+ packageName: string;
1333
1335
  choice: string;
1334
1336
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1335
1337
  nodeId: number;
1336
1338
  witnessParties: string[];
1337
- packageName: string;
1338
- interfaceId: string | null;
1339
1339
  actingParties: string[];
1340
1340
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1341
1341
  consuming: boolean;
@@ -1348,13 +1348,13 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1348
1348
  value: {
1349
1349
  contractId: string;
1350
1350
  offset: number;
1351
+ interfaceId: string | null;
1351
1352
  templateId: string;
1353
+ packageName: string;
1352
1354
  choice: string;
1353
1355
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1354
1356
  nodeId: number;
1355
1357
  witnessParties: string[];
1356
- packageName: string;
1357
- interfaceId: string | null;
1358
1358
  actingParties: string[];
1359
1359
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1360
1360
  consuming: boolean;
@@ -1376,17 +1376,17 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1376
1376
  contractId: string;
1377
1377
  offset: number;
1378
1378
  templateId: string;
1379
+ packageName: string;
1379
1380
  nodeId: number;
1380
1381
  witnessParties: string[];
1381
- packageName: string;
1382
1382
  implementedInterfaces?: string[] | undefined;
1383
1383
  }, {
1384
1384
  contractId: string;
1385
1385
  offset: number;
1386
1386
  templateId: string;
1387
+ packageName: string;
1387
1388
  nodeId: number;
1388
1389
  witnessParties: string[];
1389
- packageName: string;
1390
1390
  implementedInterfaces?: string[] | undefined;
1391
1391
  }>;
1392
1392
  }, "strict", z.ZodTypeAny, {
@@ -1394,9 +1394,9 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1394
1394
  contractId: string;
1395
1395
  offset: number;
1396
1396
  templateId: string;
1397
+ packageName: string;
1397
1398
  nodeId: number;
1398
1399
  witnessParties: string[];
1399
- packageName: string;
1400
1400
  implementedInterfaces?: string[] | undefined;
1401
1401
  };
1402
1402
  }, {
@@ -1404,9 +1404,9 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1404
1404
  contractId: string;
1405
1405
  offset: number;
1406
1406
  templateId: string;
1407
+ packageName: string;
1407
1408
  nodeId: number;
1408
1409
  witnessParties: string[];
1409
- packageName: string;
1410
1410
  implementedInterfaces?: string[] | undefined;
1411
1411
  };
1412
1412
  }>;
@@ -1416,9 +1416,9 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1416
1416
  contractId: string;
1417
1417
  offset: number;
1418
1418
  templateId: string;
1419
+ packageName: string;
1419
1420
  nodeId: number;
1420
1421
  witnessParties: string[];
1421
- packageName: string;
1422
1422
  implementedInterfaces?: string[] | undefined;
1423
1423
  };
1424
1424
  };
@@ -1428,9 +1428,9 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1428
1428
  contractId: string;
1429
1429
  offset: number;
1430
1430
  templateId: string;
1431
+ packageName: string;
1431
1432
  nodeId: number;
1432
1433
  witnessParties: string[];
1433
- packageName: string;
1434
1434
  implementedInterfaces?: string[] | undefined;
1435
1435
  };
1436
1436
  };
@@ -1464,6 +1464,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1464
1464
  contractId: string;
1465
1465
  offset: number;
1466
1466
  templateId: string;
1467
+ packageName: string;
1467
1468
  contractKey: string | null;
1468
1469
  createdEventBlob: string;
1469
1470
  nodeId: number;
@@ -1473,7 +1474,6 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1473
1474
  signatories: string[];
1474
1475
  observers: string[];
1475
1476
  createdAt: string;
1476
- packageName: string;
1477
1477
  implementedInterfaces?: string[] | undefined;
1478
1478
  };
1479
1479
  };
@@ -1482,13 +1482,13 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1482
1482
  value: {
1483
1483
  contractId: string;
1484
1484
  offset: number;
1485
+ interfaceId: string | null;
1485
1486
  templateId: string;
1487
+ packageName: string;
1486
1488
  choice: string;
1487
1489
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1488
1490
  nodeId: number;
1489
1491
  witnessParties: string[];
1490
- packageName: string;
1491
- interfaceId: string | null;
1492
1492
  actingParties: string[];
1493
1493
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1494
1494
  consuming: boolean;
@@ -1502,9 +1502,9 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1502
1502
  contractId: string;
1503
1503
  offset: number;
1504
1504
  templateId: string;
1505
+ packageName: string;
1505
1506
  nodeId: number;
1506
1507
  witnessParties: string[];
1507
- packageName: string;
1508
1508
  implementedInterfaces?: string[] | undefined;
1509
1509
  };
1510
1510
  };
@@ -1527,6 +1527,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1527
1527
  contractId: string;
1528
1528
  offset: number;
1529
1529
  templateId: string;
1530
+ packageName: string;
1530
1531
  contractKey: string | null;
1531
1532
  createdEventBlob: string;
1532
1533
  nodeId: number;
@@ -1536,7 +1537,6 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1536
1537
  signatories: string[];
1537
1538
  observers: string[];
1538
1539
  createdAt: string;
1539
- packageName: string;
1540
1540
  implementedInterfaces?: string[] | undefined;
1541
1541
  };
1542
1542
  };
@@ -1545,13 +1545,13 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1545
1545
  value: {
1546
1546
  contractId: string;
1547
1547
  offset: number;
1548
+ interfaceId: string | null;
1548
1549
  templateId: string;
1550
+ packageName: string;
1549
1551
  choice: string;
1550
1552
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1551
1553
  nodeId: number;
1552
1554
  witnessParties: string[];
1553
- packageName: string;
1554
- interfaceId: string | null;
1555
1555
  actingParties: string[];
1556
1556
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1557
1557
  consuming: boolean;
@@ -1565,9 +1565,9 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1565
1565
  contractId: string;
1566
1566
  offset: number;
1567
1567
  templateId: string;
1568
+ packageName: string;
1568
1569
  nodeId: number;
1569
1570
  witnessParties: string[];
1570
- packageName: string;
1571
1571
  implementedInterfaces?: string[] | undefined;
1572
1572
  };
1573
1573
  };
@@ -1592,6 +1592,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1592
1592
  contractId: string;
1593
1593
  offset: number;
1594
1594
  templateId: string;
1595
+ packageName: string;
1595
1596
  contractKey: string | null;
1596
1597
  createdEventBlob: string;
1597
1598
  nodeId: number;
@@ -1601,7 +1602,6 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1601
1602
  signatories: string[];
1602
1603
  observers: string[];
1603
1604
  createdAt: string;
1604
- packageName: string;
1605
1605
  implementedInterfaces?: string[] | undefined;
1606
1606
  };
1607
1607
  };
@@ -1610,13 +1610,13 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1610
1610
  value: {
1611
1611
  contractId: string;
1612
1612
  offset: number;
1613
+ interfaceId: string | null;
1613
1614
  templateId: string;
1615
+ packageName: string;
1614
1616
  choice: string;
1615
1617
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1616
1618
  nodeId: number;
1617
1619
  witnessParties: string[];
1618
- packageName: string;
1619
- interfaceId: string | null;
1620
1620
  actingParties: string[];
1621
1621
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1622
1622
  consuming: boolean;
@@ -1630,9 +1630,9 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1630
1630
  contractId: string;
1631
1631
  offset: number;
1632
1632
  templateId: string;
1633
+ packageName: string;
1633
1634
  nodeId: number;
1634
1635
  witnessParties: string[];
1635
- packageName: string;
1636
1636
  implementedInterfaces?: string[] | undefined;
1637
1637
  };
1638
1638
  };
@@ -1657,6 +1657,7 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1657
1657
  contractId: string;
1658
1658
  offset: number;
1659
1659
  templateId: string;
1660
+ packageName: string;
1660
1661
  contractKey: string | null;
1661
1662
  createdEventBlob: string;
1662
1663
  nodeId: number;
@@ -1666,7 +1667,6 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1666
1667
  signatories: string[];
1667
1668
  observers: string[];
1668
1669
  createdAt: string;
1669
- packageName: string;
1670
1670
  implementedInterfaces?: string[] | undefined;
1671
1671
  };
1672
1672
  };
@@ -1675,13 +1675,13 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1675
1675
  value: {
1676
1676
  contractId: string;
1677
1677
  offset: number;
1678
+ interfaceId: string | null;
1678
1679
  templateId: string;
1680
+ packageName: string;
1679
1681
  choice: string;
1680
1682
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1681
1683
  nodeId: number;
1682
1684
  witnessParties: string[];
1683
- packageName: string;
1684
- interfaceId: string | null;
1685
1685
  actingParties: string[];
1686
1686
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1687
1687
  consuming: boolean;
@@ -1695,9 +1695,9 @@ export declare const UpdateByIdResponseSchema: z.ZodObject<{
1695
1695
  contractId: string;
1696
1696
  offset: number;
1697
1697
  templateId: string;
1698
+ packageName: string;
1698
1699
  nodeId: number;
1699
1700
  witnessParties: string[];
1700
- packageName: string;
1701
1701
  implementedInterfaces?: string[] | undefined;
1702
1702
  };
1703
1703
  };
@@ -1745,6 +1745,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1745
1745
  contractId: string;
1746
1746
  offset: number;
1747
1747
  templateId: string;
1748
+ packageName: string;
1748
1749
  contractKey: string | null;
1749
1750
  createdEventBlob: string;
1750
1751
  nodeId: number;
@@ -1754,12 +1755,12 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1754
1755
  signatories: string[];
1755
1756
  observers: string[];
1756
1757
  createdAt: string;
1757
- packageName: string;
1758
1758
  implementedInterfaces?: string[] | undefined;
1759
1759
  }, {
1760
1760
  contractId: string;
1761
1761
  offset: number;
1762
1762
  templateId: string;
1763
+ packageName: string;
1763
1764
  contractKey: string | null;
1764
1765
  createdEventBlob: string;
1765
1766
  nodeId: number;
@@ -1769,7 +1770,6 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1769
1770
  signatories: string[];
1770
1771
  observers: string[];
1771
1772
  createdAt: string;
1772
- packageName: string;
1773
1773
  implementedInterfaces?: string[] | undefined;
1774
1774
  }>;
1775
1775
  }, "strict", z.ZodTypeAny, {
@@ -1777,6 +1777,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1777
1777
  contractId: string;
1778
1778
  offset: number;
1779
1779
  templateId: string;
1780
+ packageName: string;
1780
1781
  contractKey: string | null;
1781
1782
  createdEventBlob: string;
1782
1783
  nodeId: number;
@@ -1786,7 +1787,6 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1786
1787
  signatories: string[];
1787
1788
  observers: string[];
1788
1789
  createdAt: string;
1789
- packageName: string;
1790
1790
  implementedInterfaces?: string[] | undefined;
1791
1791
  };
1792
1792
  }, {
@@ -1794,6 +1794,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1794
1794
  contractId: string;
1795
1795
  offset: number;
1796
1796
  templateId: string;
1797
+ packageName: string;
1797
1798
  contractKey: string | null;
1798
1799
  createdEventBlob: string;
1799
1800
  nodeId: number;
@@ -1803,7 +1804,6 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1803
1804
  signatories: string[];
1804
1805
  observers: string[];
1805
1806
  createdAt: string;
1806
- packageName: string;
1807
1807
  implementedInterfaces?: string[] | undefined;
1808
1808
  };
1809
1809
  }>;
@@ -1813,6 +1813,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1813
1813
  contractId: string;
1814
1814
  offset: number;
1815
1815
  templateId: string;
1816
+ packageName: string;
1816
1817
  contractKey: string | null;
1817
1818
  createdEventBlob: string;
1818
1819
  nodeId: number;
@@ -1822,7 +1823,6 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1822
1823
  signatories: string[];
1823
1824
  observers: string[];
1824
1825
  createdAt: string;
1825
- packageName: string;
1826
1826
  implementedInterfaces?: string[] | undefined;
1827
1827
  };
1828
1828
  };
@@ -1832,6 +1832,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1832
1832
  contractId: string;
1833
1833
  offset: number;
1834
1834
  templateId: string;
1835
+ packageName: string;
1835
1836
  contractKey: string | null;
1836
1837
  createdEventBlob: string;
1837
1838
  nodeId: number;
@@ -1841,7 +1842,6 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1841
1842
  signatories: string[];
1842
1843
  observers: string[];
1843
1844
  createdAt: string;
1844
- packageName: string;
1845
1845
  implementedInterfaces?: string[] | undefined;
1846
1846
  };
1847
1847
  };
@@ -1865,13 +1865,13 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1865
1865
  }, "strict", z.ZodTypeAny, {
1866
1866
  contractId: string;
1867
1867
  offset: number;
1868
+ interfaceId: string | null;
1868
1869
  templateId: string;
1870
+ packageName: string;
1869
1871
  choice: string;
1870
1872
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1871
1873
  nodeId: number;
1872
1874
  witnessParties: string[];
1873
- packageName: string;
1874
- interfaceId: string | null;
1875
1875
  actingParties: string[];
1876
1876
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1877
1877
  consuming: boolean;
@@ -1880,13 +1880,13 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1880
1880
  }, {
1881
1881
  contractId: string;
1882
1882
  offset: number;
1883
+ interfaceId: string | null;
1883
1884
  templateId: string;
1885
+ packageName: string;
1884
1886
  choice: string;
1885
1887
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1886
1888
  nodeId: number;
1887
1889
  witnessParties: string[];
1888
- packageName: string;
1889
- interfaceId: string | null;
1890
1890
  actingParties: string[];
1891
1891
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1892
1892
  consuming: boolean;
@@ -1897,13 +1897,13 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1897
1897
  value: {
1898
1898
  contractId: string;
1899
1899
  offset: number;
1900
+ interfaceId: string | null;
1900
1901
  templateId: string;
1902
+ packageName: string;
1901
1903
  choice: string;
1902
1904
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1903
1905
  nodeId: number;
1904
1906
  witnessParties: string[];
1905
- packageName: string;
1906
- interfaceId: string | null;
1907
1907
  actingParties: string[];
1908
1908
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1909
1909
  consuming: boolean;
@@ -1914,13 +1914,13 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1914
1914
  value: {
1915
1915
  contractId: string;
1916
1916
  offset: number;
1917
+ interfaceId: string | null;
1917
1918
  templateId: string;
1919
+ packageName: string;
1918
1920
  choice: string;
1919
1921
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1920
1922
  nodeId: number;
1921
1923
  witnessParties: string[];
1922
- packageName: string;
1923
- interfaceId: string | null;
1924
1924
  actingParties: string[];
1925
1925
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1926
1926
  consuming: boolean;
@@ -1933,13 +1933,13 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1933
1933
  value: {
1934
1934
  contractId: string;
1935
1935
  offset: number;
1936
+ interfaceId: string | null;
1936
1937
  templateId: string;
1938
+ packageName: string;
1937
1939
  choice: string;
1938
1940
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1939
1941
  nodeId: number;
1940
1942
  witnessParties: string[];
1941
- packageName: string;
1942
- interfaceId: string | null;
1943
1943
  actingParties: string[];
1944
1944
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1945
1945
  consuming: boolean;
@@ -1952,13 +1952,13 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1952
1952
  value: {
1953
1953
  contractId: string;
1954
1954
  offset: number;
1955
+ interfaceId: string | null;
1955
1956
  templateId: string;
1957
+ packageName: string;
1956
1958
  choice: string;
1957
1959
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1958
1960
  nodeId: number;
1959
1961
  witnessParties: string[];
1960
- packageName: string;
1961
- interfaceId: string | null;
1962
1962
  actingParties: string[];
1963
1963
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
1964
1964
  consuming: boolean;
@@ -1980,17 +1980,17 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1980
1980
  contractId: string;
1981
1981
  offset: number;
1982
1982
  templateId: string;
1983
+ packageName: string;
1983
1984
  nodeId: number;
1984
1985
  witnessParties: string[];
1985
- packageName: string;
1986
1986
  implementedInterfaces?: string[] | undefined;
1987
1987
  }, {
1988
1988
  contractId: string;
1989
1989
  offset: number;
1990
1990
  templateId: string;
1991
+ packageName: string;
1991
1992
  nodeId: number;
1992
1993
  witnessParties: string[];
1993
- packageName: string;
1994
1994
  implementedInterfaces?: string[] | undefined;
1995
1995
  }>;
1996
1996
  }, "strict", z.ZodTypeAny, {
@@ -1998,9 +1998,9 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
1998
1998
  contractId: string;
1999
1999
  offset: number;
2000
2000
  templateId: string;
2001
+ packageName: string;
2001
2002
  nodeId: number;
2002
2003
  witnessParties: string[];
2003
- packageName: string;
2004
2004
  implementedInterfaces?: string[] | undefined;
2005
2005
  };
2006
2006
  }, {
@@ -2008,9 +2008,9 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2008
2008
  contractId: string;
2009
2009
  offset: number;
2010
2010
  templateId: string;
2011
+ packageName: string;
2011
2012
  nodeId: number;
2012
2013
  witnessParties: string[];
2013
- packageName: string;
2014
2014
  implementedInterfaces?: string[] | undefined;
2015
2015
  };
2016
2016
  }>;
@@ -2020,9 +2020,9 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2020
2020
  contractId: string;
2021
2021
  offset: number;
2022
2022
  templateId: string;
2023
+ packageName: string;
2023
2024
  nodeId: number;
2024
2025
  witnessParties: string[];
2025
- packageName: string;
2026
2026
  implementedInterfaces?: string[] | undefined;
2027
2027
  };
2028
2028
  };
@@ -2032,9 +2032,9 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2032
2032
  contractId: string;
2033
2033
  offset: number;
2034
2034
  templateId: string;
2035
+ packageName: string;
2035
2036
  nodeId: number;
2036
2037
  witnessParties: string[];
2037
- packageName: string;
2038
2038
  implementedInterfaces?: string[] | undefined;
2039
2039
  };
2040
2040
  };
@@ -2068,6 +2068,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2068
2068
  contractId: string;
2069
2069
  offset: number;
2070
2070
  templateId: string;
2071
+ packageName: string;
2071
2072
  contractKey: string | null;
2072
2073
  createdEventBlob: string;
2073
2074
  nodeId: number;
@@ -2077,7 +2078,6 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2077
2078
  signatories: string[];
2078
2079
  observers: string[];
2079
2080
  createdAt: string;
2080
- packageName: string;
2081
2081
  implementedInterfaces?: string[] | undefined;
2082
2082
  };
2083
2083
  };
@@ -2086,13 +2086,13 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2086
2086
  value: {
2087
2087
  contractId: string;
2088
2088
  offset: number;
2089
+ interfaceId: string | null;
2089
2090
  templateId: string;
2091
+ packageName: string;
2090
2092
  choice: string;
2091
2093
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
2092
2094
  nodeId: number;
2093
2095
  witnessParties: string[];
2094
- packageName: string;
2095
- interfaceId: string | null;
2096
2096
  actingParties: string[];
2097
2097
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
2098
2098
  consuming: boolean;
@@ -2106,9 +2106,9 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2106
2106
  contractId: string;
2107
2107
  offset: number;
2108
2108
  templateId: string;
2109
+ packageName: string;
2109
2110
  nodeId: number;
2110
2111
  witnessParties: string[];
2111
- packageName: string;
2112
2112
  implementedInterfaces?: string[] | undefined;
2113
2113
  };
2114
2114
  };
@@ -2131,6 +2131,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2131
2131
  contractId: string;
2132
2132
  offset: number;
2133
2133
  templateId: string;
2134
+ packageName: string;
2134
2135
  contractKey: string | null;
2135
2136
  createdEventBlob: string;
2136
2137
  nodeId: number;
@@ -2140,7 +2141,6 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2140
2141
  signatories: string[];
2141
2142
  observers: string[];
2142
2143
  createdAt: string;
2143
- packageName: string;
2144
2144
  implementedInterfaces?: string[] | undefined;
2145
2145
  };
2146
2146
  };
@@ -2149,13 +2149,13 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2149
2149
  value: {
2150
2150
  contractId: string;
2151
2151
  offset: number;
2152
+ interfaceId: string | null;
2152
2153
  templateId: string;
2154
+ packageName: string;
2153
2155
  choice: string;
2154
2156
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
2155
2157
  nodeId: number;
2156
2158
  witnessParties: string[];
2157
- packageName: string;
2158
- interfaceId: string | null;
2159
2159
  actingParties: string[];
2160
2160
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
2161
2161
  consuming: boolean;
@@ -2169,9 +2169,9 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2169
2169
  contractId: string;
2170
2170
  offset: number;
2171
2171
  templateId: string;
2172
+ packageName: string;
2172
2173
  nodeId: number;
2173
2174
  witnessParties: string[];
2174
- packageName: string;
2175
2175
  implementedInterfaces?: string[] | undefined;
2176
2176
  };
2177
2177
  };
@@ -2196,6 +2196,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2196
2196
  contractId: string;
2197
2197
  offset: number;
2198
2198
  templateId: string;
2199
+ packageName: string;
2199
2200
  contractKey: string | null;
2200
2201
  createdEventBlob: string;
2201
2202
  nodeId: number;
@@ -2205,7 +2206,6 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2205
2206
  signatories: string[];
2206
2207
  observers: string[];
2207
2208
  createdAt: string;
2208
- packageName: string;
2209
2209
  implementedInterfaces?: string[] | undefined;
2210
2210
  };
2211
2211
  };
@@ -2214,13 +2214,13 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2214
2214
  value: {
2215
2215
  contractId: string;
2216
2216
  offset: number;
2217
+ interfaceId: string | null;
2217
2218
  templateId: string;
2219
+ packageName: string;
2218
2220
  choice: string;
2219
2221
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
2220
2222
  nodeId: number;
2221
2223
  witnessParties: string[];
2222
- packageName: string;
2223
- interfaceId: string | null;
2224
2224
  actingParties: string[];
2225
2225
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
2226
2226
  consuming: boolean;
@@ -2234,9 +2234,9 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2234
2234
  contractId: string;
2235
2235
  offset: number;
2236
2236
  templateId: string;
2237
+ packageName: string;
2237
2238
  nodeId: number;
2238
2239
  witnessParties: string[];
2239
- packageName: string;
2240
2240
  implementedInterfaces?: string[] | undefined;
2241
2241
  };
2242
2242
  };
@@ -2261,6 +2261,7 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2261
2261
  contractId: string;
2262
2262
  offset: number;
2263
2263
  templateId: string;
2264
+ packageName: string;
2264
2265
  contractKey: string | null;
2265
2266
  createdEventBlob: string;
2266
2267
  nodeId: number;
@@ -2270,7 +2271,6 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2270
2271
  signatories: string[];
2271
2272
  observers: string[];
2272
2273
  createdAt: string;
2273
- packageName: string;
2274
2274
  implementedInterfaces?: string[] | undefined;
2275
2275
  };
2276
2276
  };
@@ -2279,13 +2279,13 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2279
2279
  value: {
2280
2280
  contractId: string;
2281
2281
  offset: number;
2282
+ interfaceId: string | null;
2282
2283
  templateId: string;
2284
+ packageName: string;
2283
2285
  choice: string;
2284
2286
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
2285
2287
  nodeId: number;
2286
2288
  witnessParties: string[];
2287
- packageName: string;
2288
- interfaceId: string | null;
2289
2289
  actingParties: string[];
2290
2290
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
2291
2291
  consuming: boolean;
@@ -2299,9 +2299,9 @@ export declare const TransactionTreeByOffsetResponseSchema: z.ZodObject<{
2299
2299
  contractId: string;
2300
2300
  offset: number;
2301
2301
  templateId: string;
2302
+ packageName: string;
2302
2303
  nodeId: number;
2303
2304
  witnessParties: string[];
2304
- packageName: string;
2305
2305
  implementedInterfaces?: string[] | undefined;
2306
2306
  };
2307
2307
  };