@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
@@ -15,11 +15,11 @@ export declare const GetAuthenticatedUser: {
15
15
  id: string;
16
16
  isDeactivated: boolean;
17
17
  identityProviderId?: string | undefined;
18
+ primaryParty?: string | undefined;
18
19
  metadata?: {
19
20
  resourceVersion: string;
20
21
  annotations: Record<string, string>;
21
22
  } | undefined;
22
- primaryParty?: string | undefined;
23
23
  };
24
24
  }>;
25
25
  client: import("../../../../../core").BaseClient;
@@ -32,15 +32,16 @@ export declare const SubmitAndWaitForReassignment: {
32
32
  recordTime: string;
33
33
  events: ({
34
34
  JsAssignmentEvent: {
35
+ submitter: string;
35
36
  reassignmentId: string;
36
37
  source: string;
37
38
  target: string;
38
- submitter: string;
39
39
  reassignmentCounter: number;
40
40
  createdEvent: {
41
41
  contractId: string;
42
42
  offset: number;
43
43
  templateId: string;
44
+ packageName: string;
44
45
  contractKey: string | null;
45
46
  createdEventBlob: string;
46
47
  nodeId: number;
@@ -50,7 +51,6 @@ export declare const SubmitAndWaitForReassignment: {
50
51
  signatories: string[];
51
52
  observers: string[];
52
53
  createdAt: string;
53
- packageName: string;
54
54
  implementedInterfaces?: string[] | undefined;
55
55
  };
56
56
  };
@@ -60,12 +60,12 @@ export declare const SubmitAndWaitForReassignment: {
60
60
  contractId: string;
61
61
  offset: number;
62
62
  templateId: string;
63
+ packageName: string;
64
+ submitter: string;
63
65
  reassignmentId: string;
64
66
  source: string;
65
67
  target: string;
66
- submitter: string;
67
68
  nodeId: number;
68
- packageName: string;
69
69
  reassignmentCounter: number;
70
70
  };
71
71
  };
@@ -73,10 +73,10 @@ export declare const SubmitAndWaitForReassignment: {
73
73
  commandId?: string | undefined;
74
74
  workflowId?: string | undefined;
75
75
  traceContext?: {
76
+ metadata?: Record<string, string> | undefined;
76
77
  traceId?: string | undefined;
77
78
  spanId?: string | undefined;
78
79
  parentSpanId?: string | undefined;
79
- metadata?: Record<string, string> | undefined;
80
80
  } | undefined;
81
81
  };
82
82
  }>;
@@ -13,8 +13,8 @@
13
13
  export declare const InteractiveSubmissionAllocateParty: {
14
14
  new (client: import("../../../../../core").BaseClient): {
15
15
  execute(params: {
16
- isLocal?: boolean | undefined;
17
16
  partyIdHint?: string | undefined;
17
+ isLocal?: boolean | undefined;
18
18
  displayName?: string | undefined;
19
19
  }): Promise<{
20
20
  party: {
@@ -23,11 +23,11 @@ export declare const InteractiveSubmissionCreateUser: {
23
23
  id: string;
24
24
  isDeactivated: boolean;
25
25
  identityProviderId?: string | undefined;
26
+ primaryParty?: string | undefined;
26
27
  metadata?: {
27
28
  resourceVersion: string;
28
29
  annotations: Record<string, string>;
29
30
  } | undefined;
30
- primaryParty?: string | undefined;
31
31
  };
32
32
  rights?: {
33
33
  kind: {
@@ -53,11 +53,11 @@ export declare const InteractiveSubmissionCreateUser: {
53
53
  id: string;
54
54
  isDeactivated: boolean;
55
55
  identityProviderId?: string | undefined;
56
+ primaryParty?: string | undefined;
56
57
  metadata?: {
57
58
  resourceVersion: string;
58
59
  annotations: Record<string, string>;
59
60
  } | undefined;
60
- primaryParty?: string | undefined;
61
61
  };
62
62
  }>;
63
63
  client: import("../../../../../core").BaseClient;
@@ -21,8 +21,8 @@ export declare const InteractiveSubmissionGetPreferredPackageVersion: {
21
21
  packagePreference?: {
22
22
  synchronizerId: string;
23
23
  packageReference: {
24
- packageName: string;
25
24
  packageId: string;
25
+ packageName: string;
26
26
  packageVersion: string;
27
27
  };
28
28
  } | undefined;
@@ -26,8 +26,8 @@ export declare const InteractiveSubmissionGetPreferredPackages: {
26
26
  }): Promise<{
27
27
  synchronizerId: string;
28
28
  packageReferences: {
29
- packageName: string;
30
29
  packageId: string;
30
+ packageName: string;
31
31
  packageVersion: string;
32
32
  }[];
33
33
  }>;
@@ -17,15 +17,15 @@ export declare const AllocatePartyParamsSchema: z.ZodObject<{
17
17
  annotations?: Record<string, string> | undefined;
18
18
  }>>;
19
19
  }, "strip", z.ZodTypeAny, {
20
- identityProviderId: string;
21
20
  partyIdHint: string;
21
+ identityProviderId: string;
22
22
  localMetadata?: {
23
23
  resourceVersion?: string | undefined;
24
24
  annotations?: Record<string, string> | undefined;
25
25
  } | undefined;
26
26
  }, {
27
- identityProviderId: string;
28
27
  partyIdHint: string;
28
+ identityProviderId: string;
29
29
  localMetadata?: {
30
30
  resourceVersion?: string | undefined;
31
31
  annotations?: Record<string, string> | undefined;
@@ -46,8 +46,8 @@ export type AllocatePartyParams = z.infer<typeof AllocatePartyParamsSchema>;
46
46
  export declare const AllocateParty: {
47
47
  new (client: BaseClient): {
48
48
  execute(params: {
49
- identityProviderId: string;
50
49
  partyIdHint: string;
50
+ identityProviderId: string;
51
51
  localMetadata?: {
52
52
  resourceVersion?: string | undefined;
53
53
  annotations?: Record<string, string> | undefined;
@@ -56,11 +56,11 @@ export declare const AllocateParty: {
56
56
  partyDetails: {
57
57
  party: string;
58
58
  isLocal: boolean;
59
- identityProviderId?: string | undefined;
60
59
  localMetadata?: {
61
60
  resourceVersion: string;
62
61
  annotations: Record<string, string>;
63
62
  } | undefined;
63
+ identityProviderId?: string | undefined;
64
64
  };
65
65
  }>;
66
66
  client: BaseClient;
@@ -1,15 +1,18 @@
1
1
  import { z } from 'zod';
2
2
  import type { paths } from '../../../../../generated/openapi-types';
3
+ import { GetActiveContractsParamsSchema } from '../../../schemas/operations';
3
4
  declare const endpoint: "/v2/state/active-contracts";
4
5
  export type GetActiveContractsParams = paths[typeof endpoint]['post']['requestBody']['content']['application/json'];
5
6
  export type GetActiveContractsResponse = paths[typeof endpoint]['post']['responses']['200']['content']['application/json'];
7
+ export type GetActiveContractsCustomParams = z.infer<typeof GetActiveContractsParamsSchema>;
6
8
  export declare const GetActiveContracts: {
7
9
  new (client: import("../../../../../core").BaseClient): {
8
10
  execute(params: {
9
- filter?: import("../../../../../generated/openapi-types").components["schemas"]["TransactionFilter"];
10
- verbose: boolean;
11
- activeAtOffset: number;
12
- eventFormat?: import("../../../../../generated/openapi-types").components["schemas"]["EventFormat"];
11
+ parties?: string[] | undefined;
12
+ limit?: number | undefined;
13
+ streamIdleTimeoutMs?: number | undefined;
14
+ verbose?: boolean | undefined;
15
+ activeAtOffset?: number | undefined;
13
16
  }): Promise<{
14
17
  workflowId: string;
15
18
  contractEntry: import("../../../../../generated/openapi-types").components["schemas"]["JsContractEntry"];
@@ -1 +1 @@
1
- {"version":3,"file":"get-active-contracts.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/state/get-active-contracts.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAEpE,QAAA,MAAM,QAAQ,EAAG,4BAAqC,CAAC;AAEvD,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AACpH,MAAM,MAAM,0BAA0B,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAE3H,eAAO,MAAM,kBAAkB;;;qBAK2jyD,sEAAsB;;;0BAA+iD,sEAAsB;;;2BAA4vhC,sEAAsB;;;;;;;;;;;;;CAAr82F,CAAC"}
1
+ {"version":3,"file":"get-active-contracts.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/state/get-active-contracts.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAEpE,OAAO,EAAE,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AAE7E,QAAA,MAAM,QAAQ,EAAG,4BAAqC,CAAC;AAEvD,MAAM,MAAM,wBAAwB,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AACpH,MAAM,MAAM,0BAA0B,GAAG,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAC;AAG3H,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AAE5F,eAAO,MAAM,kBAAkB;;;;;;;;;;2BAgBov1F,sEAAsB;;;;;;;;;;;;;CAAvy1F,CAAC"}
@@ -8,6 +8,17 @@ exports.GetActiveContracts = (0, core_1.createApiOperation)({
8
8
  paramsSchema: zod_1.z.any(),
9
9
  method: 'POST',
10
10
  buildUrl: (_params, apiUrl) => `${apiUrl}${endpoint}`,
11
- buildRequestData: (params) => params,
11
+ buildRequestData: async (params, client) => {
12
+ // If activeAtOffset is not specified, default to ledger end offset
13
+ if (params.activeAtOffset === undefined) {
14
+ const ledgerClient = client;
15
+ const ledgerEnd = await ledgerClient.getLedgerEnd(undefined);
16
+ return {
17
+ ...params,
18
+ activeAtOffset: ledgerEnd.offset,
19
+ };
20
+ }
21
+ return params;
22
+ },
12
23
  });
13
24
  //# sourceMappingURL=get-active-contracts.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-active-contracts.js","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/state/get-active-contracts.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AACzD,6BAAwB;AAGxB,MAAM,QAAQ,GAAG,4BAAqC,CAAC;AAK1C,QAAA,kBAAkB,GAAG,IAAA,yBAAkB,EAAuD;IACzG,YAAY,EAAE,OAAC,CAAC,GAAG,EAAE;IACrB,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,CAAC,GAAG,MAAM,GAAG,QAAQ,EAAE;IACrD,gBAAgB,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM;CACrC,CAAC,CAAC"}
1
+ {"version":3,"file":"get-active-contracts.js","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/state/get-active-contracts.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AACzD,6BAAwB;AAKxB,MAAM,QAAQ,GAAG,4BAAqC,CAAC;AAQ1C,QAAA,kBAAkB,GAAG,IAAA,yBAAkB,EAA6D;IAC/G,YAAY,EAAE,OAAC,CAAC,GAAG,EAAE;IACrB,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,CAAC,GAAG,MAAM,GAAG,QAAQ,EAAE;IACrD,gBAAgB,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE;QACzC,mEAAmE;QACnE,IAAI,MAAM,CAAC,cAAc,KAAK,SAAS,EAAE,CAAC;YACxC,MAAM,YAAY,GAAG,MAA6B,CAAC;YACnD,MAAM,SAAS,GAAG,MAAM,YAAY,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;YAC7D,OAAO;gBACL,GAAG,MAAM;gBACT,cAAc,EAAE,SAAS,CAAC,MAAM;aACjC,CAAC;QACJ,CAAC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;CACF,CAAC,CAAC"}
@@ -40,8 +40,8 @@ export declare const GetUpdates: {
40
40
  } | {
41
41
  InterfaceFilter: {
42
42
  interfaceId: string;
43
- includeCreatedEventBlob?: boolean | undefined;
44
43
  includeInterfaceView?: boolean | undefined;
44
+ includeCreatedEventBlob?: boolean | undefined;
45
45
  };
46
46
  } | {
47
47
  TemplateFilter: {
@@ -63,8 +63,8 @@ export declare const GetUpdates: {
63
63
  } | {
64
64
  InterfaceFilter: {
65
65
  interfaceId: string;
66
- includeCreatedEventBlob?: boolean | undefined;
67
66
  includeInterfaceView?: boolean | undefined;
67
+ includeCreatedEventBlob?: boolean | undefined;
68
68
  };
69
69
  } | {
70
70
  TemplateFilter: {
@@ -89,8 +89,8 @@ export declare const GetUpdates: {
89
89
  } | {
90
90
  InterfaceFilter: {
91
91
  interfaceId: string;
92
- includeCreatedEventBlob?: boolean | undefined;
93
92
  includeInterfaceView?: boolean | undefined;
93
+ includeCreatedEventBlob?: boolean | undefined;
94
94
  };
95
95
  } | {
96
96
  TemplateFilter: {
@@ -112,8 +112,8 @@ export declare const GetUpdates: {
112
112
  } | {
113
113
  InterfaceFilter: {
114
114
  interfaceId: string;
115
- includeCreatedEventBlob?: boolean | undefined;
116
115
  includeInterfaceView?: boolean | undefined;
116
+ includeCreatedEventBlob?: boolean | undefined;
117
117
  };
118
118
  } | {
119
119
  TemplateFilter: {
@@ -145,12 +145,12 @@ export declare const GetUpdates: {
145
145
  recordTime: string;
146
146
  events: {
147
147
  synchronizerId: string;
148
- reassignmentCounter: number;
149
148
  kind: {
150
149
  JsCreated: {
151
150
  contractId: string;
152
151
  offset: number;
153
152
  templateId: string;
153
+ packageName: string;
154
154
  contractKey: string | null;
155
155
  createdEventBlob: string;
156
156
  nodeId: number;
@@ -160,7 +160,6 @@ export declare const GetUpdates: {
160
160
  signatories: string[];
161
161
  observers: string[];
162
162
  createdAt: string;
163
- packageName: string;
164
163
  implementedInterfaces?: string[] | undefined;
165
164
  };
166
165
  } | {
@@ -168,9 +167,9 @@ export declare const GetUpdates: {
168
167
  contractId: string;
169
168
  offset: number;
170
169
  templateId: string;
170
+ packageName: string;
171
171
  nodeId: number;
172
172
  witnessParties: string[];
173
- packageName: string;
174
173
  implementedInterfaces?: string[] | undefined;
175
174
  };
176
175
  } | {
@@ -178,12 +177,12 @@ export declare const GetUpdates: {
178
177
  contractId: string;
179
178
  offset: number;
180
179
  templateId: string;
180
+ packageName: string;
181
+ submitter: string;
181
182
  reassignmentId: string;
182
183
  source: string;
183
184
  target: string;
184
- submitter: string;
185
185
  nodeId: number;
186
- packageName: string;
187
186
  reassignmentCounter: number;
188
187
  };
189
188
  } | {
@@ -191,24 +190,25 @@ export declare const GetUpdates: {
191
190
  contractId: string;
192
191
  offset: number;
193
192
  templateId: string;
193
+ packageName: string;
194
+ submitter: string;
194
195
  reassignmentId: string;
195
196
  source: string;
196
197
  target: string;
197
- submitter: string;
198
198
  nodeId: number;
199
- packageName: string;
200
199
  reassignmentCounter: number;
201
200
  };
202
201
  };
202
+ reassignmentCounter: number;
203
203
  }[];
204
204
  effectiveAt: string;
205
205
  commandId?: string | undefined;
206
206
  workflowId?: string | undefined;
207
207
  traceContext?: {
208
+ metadata?: Record<string, string> | undefined;
208
209
  traceId?: string | undefined;
209
210
  spanId?: string | undefined;
210
211
  parentSpanId?: string | undefined;
211
- metadata?: Record<string, string> | undefined;
212
212
  } | undefined;
213
213
  };
214
214
  } | {
@@ -223,6 +223,7 @@ export declare const GetUpdates: {
223
223
  contractId: string;
224
224
  offset: number;
225
225
  templateId: string;
226
+ packageName: string;
226
227
  contractKey: string | null;
227
228
  createdEventBlob: string;
228
229
  nodeId: number;
@@ -232,7 +233,6 @@ export declare const GetUpdates: {
232
233
  signatories: string[];
233
234
  observers: string[];
234
235
  createdAt: string;
235
- packageName: string;
236
236
  implementedInterfaces?: string[] | undefined;
237
237
  };
238
238
  };
@@ -241,13 +241,13 @@ export declare const GetUpdates: {
241
241
  value: {
242
242
  contractId: string;
243
243
  offset: number;
244
+ interfaceId: string | null;
244
245
  templateId: string;
246
+ packageName: string;
245
247
  choice: string;
246
248
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
247
249
  nodeId: number;
248
250
  witnessParties: string[];
249
- packageName: string;
250
- interfaceId: string | null;
251
251
  actingParties: string[];
252
252
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
253
253
  consuming: boolean;
@@ -261,9 +261,9 @@ export declare const GetUpdates: {
261
261
  contractId: string;
262
262
  offset: number;
263
263
  templateId: string;
264
+ packageName: string;
264
265
  nodeId: number;
265
266
  witnessParties: string[];
266
- packageName: string;
267
267
  implementedInterfaces?: string[] | undefined;
268
268
  };
269
269
  };
@@ -40,8 +40,8 @@ export declare const GetUpdateTrees: {
40
40
  } | {
41
41
  InterfaceFilter: {
42
42
  interfaceId: string;
43
- includeCreatedEventBlob?: boolean | undefined;
44
43
  includeInterfaceView?: boolean | undefined;
44
+ includeCreatedEventBlob?: boolean | undefined;
45
45
  };
46
46
  } | {
47
47
  TemplateFilter: {
@@ -63,8 +63,8 @@ export declare const GetUpdateTrees: {
63
63
  } | {
64
64
  InterfaceFilter: {
65
65
  interfaceId: string;
66
- includeCreatedEventBlob?: boolean | undefined;
67
66
  includeInterfaceView?: boolean | undefined;
67
+ includeCreatedEventBlob?: boolean | undefined;
68
68
  };
69
69
  } | {
70
70
  TemplateFilter: {
@@ -89,8 +89,8 @@ export declare const GetUpdateTrees: {
89
89
  } | {
90
90
  InterfaceFilter: {
91
91
  interfaceId: string;
92
- includeCreatedEventBlob?: boolean | undefined;
93
92
  includeInterfaceView?: boolean | undefined;
93
+ includeCreatedEventBlob?: boolean | undefined;
94
94
  };
95
95
  } | {
96
96
  TemplateFilter: {
@@ -112,8 +112,8 @@ export declare const GetUpdateTrees: {
112
112
  } | {
113
113
  InterfaceFilter: {
114
114
  interfaceId: string;
115
- includeCreatedEventBlob?: boolean | undefined;
116
115
  includeInterfaceView?: boolean | undefined;
116
+ includeCreatedEventBlob?: boolean | undefined;
117
117
  };
118
118
  } | {
119
119
  TemplateFilter: {
@@ -150,6 +150,7 @@ export declare const GetUpdateTrees: {
150
150
  contractId: string;
151
151
  offset: number;
152
152
  templateId: string;
153
+ packageName: string;
153
154
  contractKey: string | null;
154
155
  createdEventBlob: string;
155
156
  nodeId: number;
@@ -159,7 +160,6 @@ export declare const GetUpdateTrees: {
159
160
  signatories: string[];
160
161
  observers: string[];
161
162
  createdAt: string;
162
- packageName: string;
163
163
  implementedInterfaces?: string[] | undefined;
164
164
  };
165
165
  };
@@ -168,13 +168,13 @@ export declare const GetUpdateTrees: {
168
168
  value: {
169
169
  contractId: string;
170
170
  offset: number;
171
+ interfaceId: string | null;
171
172
  templateId: string;
173
+ packageName: string;
172
174
  choice: string;
173
175
  choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
174
176
  nodeId: number;
175
177
  witnessParties: string[];
176
- packageName: string;
177
- interfaceId: string | null;
178
178
  actingParties: string[];
179
179
  exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
180
180
  consuming: boolean;
@@ -188,9 +188,9 @@ export declare const GetUpdateTrees: {
188
188
  contractId: string;
189
189
  offset: number;
190
190
  templateId: string;
191
+ packageName: string;
191
192
  nodeId: number;
192
193
  witnessParties: string[];
193
- packageName: string;
194
194
  implementedInterfaces?: string[] | undefined;
195
195
  };
196
196
  };