@fairmint/canton-node-sdk 0.0.108 → 0.0.110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.generated.d.ts +2 -8
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.generated.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.generated.js +2 -8
- package/build/src/clients/ledger-json-api/LedgerJsonApiClient.generated.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/completions.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction-tree.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/submit-and-wait-for-transaction.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/subscribe-to-completions.d.ts +2 -2
- package/build/src/clients/ledger-json-api/operations/v2/commands/subscribe-to-completions.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/commands/subscribe-to-completions.js +0 -4
- package/build/src/clients/ledger-json-api/operations/v2/commands/subscribe-to-completions.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/events/get-events-by-contract-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get-party-details.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/get.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts +8 -3
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.js +12 -5
- package/build/src/clients/ledger-json-api/operations/v2/parties/post.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/parties/update-party-details.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.d.ts +2 -2
- 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 +17 -28
- package/build/src/clients/ledger-json-api/operations/v2/state/get-active-contracts.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/state/get-connected-synchronizers.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-by-offset.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-transaction-tree-by-offset.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-id.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-update-by-offset.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/index.d.ts +1 -2
- package/build/src/clients/ledger-json-api/operations/v2/updates/index.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/index.js +1 -2
- package/build/src/clients/ledger-json-api/operations/v2/updates/index.js.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-updates.d.ts +29 -0
- package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-updates.d.ts.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-updates.js +127 -0
- package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-updates.js.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/users/create-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/get-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/grant-user-rights.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-user-rights.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/list-users.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/revoke-user-rights.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/users/update-user.d.ts.map +1 -1
- package/build/src/clients/ledger-json-api/operations/v2/utils/event-format-builder.d.ts +35 -0
- package/build/src/clients/ledger-json-api/operations/v2/utils/event-format-builder.d.ts.map +1 -0
- package/build/src/clients/ledger-json-api/operations/v2/utils/event-format-builder.js +37 -0
- package/build/src/clients/ledger-json-api/operations/v2/utils/event-format-builder.js.map +1 -0
- package/build/src/clients/validator-api/operations/v0/ans/create-entry.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/ans/get-rules.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/ans/list-entries-proxy.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/ans/lookup-by-name.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/ans/lookup-by-party.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/lookup-featured-app-right.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocation-instruction/v1/get-allocation-factory.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-cancel-context.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-transfer-context.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/allocations/v1/get-allocation-withdraw-context.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-instrument.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/get-registry-info.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/metadata/v1/list-instruments.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-factory.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-accept-context.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-reject-context.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/scan-proxy/registry/transfer-instruction/v1/get-transfer-instruction-withdraw-context.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/create.d.ts.map +1 -1
- package/build/src/clients/validator-api/operations/v0/wallet/token-standard/transfers/list.d.ts.map +1 -1
- package/build/src/core/http/HttpClient.d.ts +5 -0
- package/build/src/core/http/HttpClient.d.ts.map +1 -1
- package/build/src/core/http/HttpClient.js +16 -2
- package/build/src/core/http/HttpClient.js.map +1 -1
- package/build/src/generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi.d.ts +1979 -622
- package/build/src/generated/canton/community/ledger/ledger-json-api/src/test/resources/json-api-docs/openapi.d.ts.map +1 -1
- package/build/src/generated/token-standard/splice-api-token-allocation-instruction-v1/openapi/allocation-instruction-v1.d.ts +22 -17
- package/build/src/generated/token-standard/splice-api-token-allocation-instruction-v1/openapi/allocation-instruction-v1.d.ts.map +1 -1
- package/build/src/generated/token-standard/splice-api-token-allocation-v1/openapi/allocation-v1.d.ts +22 -21
- package/build/src/generated/token-standard/splice-api-token-allocation-v1/openapi/allocation-v1.d.ts.map +1 -1
- package/build/src/generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1.d.ts +6 -5
- package/build/src/generated/token-standard/splice-api-token-metadata-v1/openapi/token-metadata-v1.d.ts.map +1 -1
- package/build/src/generated/token-standard/splice-api-token-transfer-instruction-v1/openapi/transfer-instruction-v1.d.ts +29 -28
- package/build/src/generated/token-standard/splice-api-token-transfer-instruction-v1/openapi/transfer-instruction-v1.d.ts.map +1 -1
- package/package.json +10 -10
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts +0 -310
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.d.ts.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.js +0 -61
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-flats.js.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.d.ts +0 -227
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.d.ts.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.js +0 -61
- package/build/src/clients/ledger-json-api/operations/v2/updates/get-trees.js.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-flats.d.ts +0 -282
- package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-flats.d.ts.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-flats.js +0 -34
- package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-flats.js.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-trees.d.ts +0 -284
- package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-trees.d.ts.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-trees.js +0 -22
- package/build/src/clients/ledger-json-api/operations/v2/updates/subscribe-to-trees.js.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/utils/format-normalizers.d.ts +0 -7
- package/build/src/clients/ledger-json-api/operations/v2/updates/utils/format-normalizers.d.ts.map +0 -1
- package/build/src/clients/ledger-json-api/operations/v2/updates/utils/format-normalizers.js +0 -83
- package/build/src/clients/ledger-json-api/operations/v2/updates/utils/format-normalizers.js.map +0 -1
|
@@ -1,310 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Query flat transactions update list (blocking call)
|
|
3
|
-
*
|
|
4
|
-
* @example
|
|
5
|
-
* ```typescript
|
|
6
|
-
* const updates = await client.getUpdates({
|
|
7
|
-
* beginExclusive: 1000,
|
|
8
|
-
* endInclusive: 2000,
|
|
9
|
-
* limit: 100,
|
|
10
|
-
* streamIdleTimeoutMs: 5000,
|
|
11
|
-
* updateFormat: {
|
|
12
|
-
* includeTransactions: {
|
|
13
|
-
* eventFormat: {
|
|
14
|
-
* filtersByParty: {
|
|
15
|
-
* 'party1': { cumulative: [] }
|
|
16
|
-
* },
|
|
17
|
-
* verbose: true
|
|
18
|
-
* },
|
|
19
|
-
* transactionShape: 'TRANSACTION_SHAPE_ACS_DELTA'
|
|
20
|
-
* }
|
|
21
|
-
* }
|
|
22
|
-
* });
|
|
23
|
-
* ```;
|
|
24
|
-
*
|
|
25
|
-
* @param beginExclusive - Beginning of the requested ledger section (non-negative integer)
|
|
26
|
-
* @param endInclusive - End of the requested ledger section (optional)
|
|
27
|
-
* @param limit - Maximum number of elements to return (optional)
|
|
28
|
-
* @param streamIdleTimeoutMs - Timeout to complete and send result if no new elements are received (optional)
|
|
29
|
-
* @param updateFormat - Update format for the request
|
|
30
|
-
*/
|
|
31
|
-
export declare const GetUpdates: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<{
|
|
32
|
-
beginExclusive: number;
|
|
33
|
-
updateFormat: {
|
|
34
|
-
includeTransactions?: {
|
|
35
|
-
eventFormat: {
|
|
36
|
-
filtersByParty: Record<string, {
|
|
37
|
-
cumulative: {
|
|
38
|
-
identifierFilter: {
|
|
39
|
-
Empty: Record<string, never>;
|
|
40
|
-
} | {
|
|
41
|
-
InterfaceFilter: {
|
|
42
|
-
value: {
|
|
43
|
-
interfaceId: string;
|
|
44
|
-
includeInterfaceView: boolean;
|
|
45
|
-
includeCreatedEventBlob: boolean;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
} | {
|
|
49
|
-
TemplateFilter: {
|
|
50
|
-
value: {
|
|
51
|
-
templateId: string;
|
|
52
|
-
includeCreatedEventBlob: boolean;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
} | {
|
|
56
|
-
WildcardFilter: {
|
|
57
|
-
value: {
|
|
58
|
-
includeCreatedEventBlob: boolean;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
}[];
|
|
63
|
-
}>;
|
|
64
|
-
filtersForAnyParty?: {
|
|
65
|
-
cumulative: {
|
|
66
|
-
identifierFilter: {
|
|
67
|
-
Empty: Record<string, never>;
|
|
68
|
-
} | {
|
|
69
|
-
InterfaceFilter: {
|
|
70
|
-
value: {
|
|
71
|
-
interfaceId: string;
|
|
72
|
-
includeInterfaceView: boolean;
|
|
73
|
-
includeCreatedEventBlob: boolean;
|
|
74
|
-
};
|
|
75
|
-
};
|
|
76
|
-
} | {
|
|
77
|
-
TemplateFilter: {
|
|
78
|
-
value: {
|
|
79
|
-
templateId: string;
|
|
80
|
-
includeCreatedEventBlob: boolean;
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
|
-
} | {
|
|
84
|
-
WildcardFilter: {
|
|
85
|
-
value: {
|
|
86
|
-
includeCreatedEventBlob: boolean;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
}[];
|
|
91
|
-
} | undefined;
|
|
92
|
-
verbose?: boolean | undefined;
|
|
93
|
-
};
|
|
94
|
-
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
95
|
-
} | undefined;
|
|
96
|
-
includeReassignments?: {
|
|
97
|
-
filtersByParty: Record<string, {
|
|
98
|
-
cumulative: {
|
|
99
|
-
identifierFilter: {
|
|
100
|
-
Empty: Record<string, never>;
|
|
101
|
-
} | {
|
|
102
|
-
InterfaceFilter: {
|
|
103
|
-
value: {
|
|
104
|
-
interfaceId: string;
|
|
105
|
-
includeInterfaceView: boolean;
|
|
106
|
-
includeCreatedEventBlob: boolean;
|
|
107
|
-
};
|
|
108
|
-
};
|
|
109
|
-
} | {
|
|
110
|
-
TemplateFilter: {
|
|
111
|
-
value: {
|
|
112
|
-
templateId: string;
|
|
113
|
-
includeCreatedEventBlob: boolean;
|
|
114
|
-
};
|
|
115
|
-
};
|
|
116
|
-
} | {
|
|
117
|
-
WildcardFilter: {
|
|
118
|
-
value: {
|
|
119
|
-
includeCreatedEventBlob: boolean;
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
}[];
|
|
124
|
-
}>;
|
|
125
|
-
filtersForAnyParty?: {
|
|
126
|
-
cumulative: {
|
|
127
|
-
identifierFilter: {
|
|
128
|
-
Empty: Record<string, never>;
|
|
129
|
-
} | {
|
|
130
|
-
InterfaceFilter: {
|
|
131
|
-
value: {
|
|
132
|
-
interfaceId: string;
|
|
133
|
-
includeInterfaceView: boolean;
|
|
134
|
-
includeCreatedEventBlob: boolean;
|
|
135
|
-
};
|
|
136
|
-
};
|
|
137
|
-
} | {
|
|
138
|
-
TemplateFilter: {
|
|
139
|
-
value: {
|
|
140
|
-
templateId: string;
|
|
141
|
-
includeCreatedEventBlob: boolean;
|
|
142
|
-
};
|
|
143
|
-
};
|
|
144
|
-
} | {
|
|
145
|
-
WildcardFilter: {
|
|
146
|
-
value: {
|
|
147
|
-
includeCreatedEventBlob: boolean;
|
|
148
|
-
};
|
|
149
|
-
};
|
|
150
|
-
};
|
|
151
|
-
}[];
|
|
152
|
-
} | undefined;
|
|
153
|
-
verbose?: boolean | undefined;
|
|
154
|
-
} | undefined;
|
|
155
|
-
includeTopologyEvents?: {
|
|
156
|
-
includeParticipantAuthorizationEvents?: {
|
|
157
|
-
parties?: string[] | undefined;
|
|
158
|
-
} | undefined;
|
|
159
|
-
} | undefined;
|
|
160
|
-
};
|
|
161
|
-
endInclusive?: number | undefined;
|
|
162
|
-
limit?: number | undefined;
|
|
163
|
-
streamIdleTimeoutMs?: number | undefined;
|
|
164
|
-
}, {
|
|
165
|
-
update: {
|
|
166
|
-
JsTransaction: {
|
|
167
|
-
updateId: string;
|
|
168
|
-
effectiveAt: string;
|
|
169
|
-
offset: number;
|
|
170
|
-
events: {
|
|
171
|
-
kind: {
|
|
172
|
-
JsCreated: {
|
|
173
|
-
offset: number;
|
|
174
|
-
nodeId: number;
|
|
175
|
-
contractId: string;
|
|
176
|
-
templateId: string;
|
|
177
|
-
contractKey: string | null;
|
|
178
|
-
createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
179
|
-
createdEventBlob: string;
|
|
180
|
-
interfaceViews: string[];
|
|
181
|
-
witnessParties: string[];
|
|
182
|
-
signatories: string[];
|
|
183
|
-
observers: string[];
|
|
184
|
-
createdAt: string;
|
|
185
|
-
packageName: string;
|
|
186
|
-
implementedInterfaces?: string[] | undefined;
|
|
187
|
-
};
|
|
188
|
-
} | {
|
|
189
|
-
JsArchived: {
|
|
190
|
-
offset: number;
|
|
191
|
-
nodeId: number;
|
|
192
|
-
contractId: string;
|
|
193
|
-
templateId: string;
|
|
194
|
-
witnessParties: string[];
|
|
195
|
-
packageName: string;
|
|
196
|
-
implementedInterfaces?: string[] | undefined;
|
|
197
|
-
};
|
|
198
|
-
} | {
|
|
199
|
-
JsAssigned: {
|
|
200
|
-
offset: number;
|
|
201
|
-
nodeId: number;
|
|
202
|
-
contractId: string;
|
|
203
|
-
templateId: string;
|
|
204
|
-
source: string;
|
|
205
|
-
target: string;
|
|
206
|
-
reassignmentId: string;
|
|
207
|
-
submitter: string;
|
|
208
|
-
reassignmentCounter: number;
|
|
209
|
-
packageName: string;
|
|
210
|
-
};
|
|
211
|
-
} | {
|
|
212
|
-
JsUnassigned: {
|
|
213
|
-
offset: number;
|
|
214
|
-
nodeId: number;
|
|
215
|
-
contractId: string;
|
|
216
|
-
templateId: string;
|
|
217
|
-
source: string;
|
|
218
|
-
target: string;
|
|
219
|
-
reassignmentId: string;
|
|
220
|
-
submitter: string;
|
|
221
|
-
reassignmentCounter: number;
|
|
222
|
-
packageName: string;
|
|
223
|
-
};
|
|
224
|
-
};
|
|
225
|
-
synchronizerId: string;
|
|
226
|
-
reassignmentCounter: number;
|
|
227
|
-
}[];
|
|
228
|
-
recordTime: string;
|
|
229
|
-
commandId?: string | undefined;
|
|
230
|
-
workflowId?: string | undefined;
|
|
231
|
-
traceContext?: {
|
|
232
|
-
traceId?: string | undefined;
|
|
233
|
-
spanId?: string | undefined;
|
|
234
|
-
parentSpanId?: string | undefined;
|
|
235
|
-
metadata?: Record<string, string> | undefined;
|
|
236
|
-
} | undefined;
|
|
237
|
-
};
|
|
238
|
-
} | {
|
|
239
|
-
JsTransactionTree: {
|
|
240
|
-
updateId: string;
|
|
241
|
-
effectiveAt: string;
|
|
242
|
-
offset: number;
|
|
243
|
-
eventsById: Record<string, {
|
|
244
|
-
CreatedTreeEvent: {
|
|
245
|
-
value: {
|
|
246
|
-
offset: number;
|
|
247
|
-
nodeId: number;
|
|
248
|
-
contractId: string;
|
|
249
|
-
templateId: string;
|
|
250
|
-
contractKey: string | null;
|
|
251
|
-
createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
252
|
-
createdEventBlob: string;
|
|
253
|
-
interfaceViews: string[];
|
|
254
|
-
witnessParties: string[];
|
|
255
|
-
signatories: string[];
|
|
256
|
-
observers: string[];
|
|
257
|
-
createdAt: string;
|
|
258
|
-
packageName: string;
|
|
259
|
-
implementedInterfaces?: string[] | undefined;
|
|
260
|
-
};
|
|
261
|
-
};
|
|
262
|
-
} | {
|
|
263
|
-
ExercisedTreeEvent: {
|
|
264
|
-
value: {
|
|
265
|
-
offset: number;
|
|
266
|
-
nodeId: number;
|
|
267
|
-
contractId: string;
|
|
268
|
-
templateId: string;
|
|
269
|
-
interfaceId: string | null;
|
|
270
|
-
choice: string;
|
|
271
|
-
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
272
|
-
actingParties: string[];
|
|
273
|
-
witnessParties: string[];
|
|
274
|
-
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
275
|
-
packageName: string;
|
|
276
|
-
consuming: boolean;
|
|
277
|
-
lastDescendantNodeId?: number | undefined;
|
|
278
|
-
implementedInterfaces?: string[] | undefined;
|
|
279
|
-
};
|
|
280
|
-
};
|
|
281
|
-
} | {
|
|
282
|
-
ArchivedTreeEvent: {
|
|
283
|
-
value: {
|
|
284
|
-
offset: number;
|
|
285
|
-
nodeId: number;
|
|
286
|
-
contractId: string;
|
|
287
|
-
templateId: string;
|
|
288
|
-
witnessParties: string[];
|
|
289
|
-
packageName: string;
|
|
290
|
-
implementedInterfaces?: string[] | undefined;
|
|
291
|
-
};
|
|
292
|
-
};
|
|
293
|
-
}>;
|
|
294
|
-
recordTime: string;
|
|
295
|
-
commandId?: string | undefined;
|
|
296
|
-
workflowId?: string | undefined;
|
|
297
|
-
};
|
|
298
|
-
} | {
|
|
299
|
-
OffsetCheckpoint: {
|
|
300
|
-
value: {
|
|
301
|
-
offset: number;
|
|
302
|
-
synchronizerTimes: {
|
|
303
|
-
synchronizerId: string;
|
|
304
|
-
recordTime: string;
|
|
305
|
-
}[];
|
|
306
|
-
};
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
}[]>;
|
|
310
|
-
//# sourceMappingURL=get-flats.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-flats.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-flats.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2BrB,CAAC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetUpdates = void 0;
|
|
4
|
-
const core_1 = require("../../../../../core");
|
|
5
|
-
const operations_1 = require("../../../schemas/operations");
|
|
6
|
-
/**
|
|
7
|
-
* Query flat transactions update list (blocking call)
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
* ```typescript
|
|
11
|
-
* const updates = await client.getUpdates({
|
|
12
|
-
* beginExclusive: 1000,
|
|
13
|
-
* endInclusive: 2000,
|
|
14
|
-
* limit: 100,
|
|
15
|
-
* streamIdleTimeoutMs: 5000,
|
|
16
|
-
* updateFormat: {
|
|
17
|
-
* includeTransactions: {
|
|
18
|
-
* eventFormat: {
|
|
19
|
-
* filtersByParty: {
|
|
20
|
-
* 'party1': { cumulative: [] }
|
|
21
|
-
* },
|
|
22
|
-
* verbose: true
|
|
23
|
-
* },
|
|
24
|
-
* transactionShape: 'TRANSACTION_SHAPE_ACS_DELTA'
|
|
25
|
-
* }
|
|
26
|
-
* }
|
|
27
|
-
* });
|
|
28
|
-
* ```;
|
|
29
|
-
*
|
|
30
|
-
* @param beginExclusive - Beginning of the requested ledger section (non-negative integer)
|
|
31
|
-
* @param endInclusive - End of the requested ledger section (optional)
|
|
32
|
-
* @param limit - Maximum number of elements to return (optional)
|
|
33
|
-
* @param streamIdleTimeoutMs - Timeout to complete and send result if no new elements are received (optional)
|
|
34
|
-
* @param updateFormat - Update format for the request
|
|
35
|
-
*/
|
|
36
|
-
exports.GetUpdates = (0, core_1.createApiOperation)({
|
|
37
|
-
paramsSchema: operations_1.GetUpdatesParamsSchema,
|
|
38
|
-
method: 'POST',
|
|
39
|
-
buildUrl: (params, apiUrl) => {
|
|
40
|
-
const baseUrl = `${apiUrl}/v2/updates/flats`;
|
|
41
|
-
const queryParams = new URLSearchParams();
|
|
42
|
-
if (params.limit !== undefined) {
|
|
43
|
-
queryParams.append('limit', params.limit.toString());
|
|
44
|
-
}
|
|
45
|
-
if (params.streamIdleTimeoutMs !== undefined) {
|
|
46
|
-
queryParams.append('stream_idle_timeout_ms', params.streamIdleTimeoutMs.toString());
|
|
47
|
-
}
|
|
48
|
-
const queryString = queryParams.toString();
|
|
49
|
-
return queryString ? `${baseUrl}?${queryString}` : baseUrl;
|
|
50
|
-
},
|
|
51
|
-
buildRequestData: (params) => {
|
|
52
|
-
// Build request body
|
|
53
|
-
const request = {
|
|
54
|
-
beginExclusive: params.beginExclusive,
|
|
55
|
-
endInclusive: params.endInclusive,
|
|
56
|
-
updateFormat: params.updateFormat,
|
|
57
|
-
};
|
|
58
|
-
return request;
|
|
59
|
-
},
|
|
60
|
-
});
|
|
61
|
-
//# sourceMappingURL=get-flats.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-flats.js","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-flats.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AAEzD,4DAA4F;AAE5F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACU,QAAA,UAAU,GAAG,IAAA,yBAAkB,EAAuC;IACjF,YAAY,EAAE,mCAAsB;IACpC,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,MAAwB,EAAE,MAAc,EAAE,EAAE;QACrD,MAAM,OAAO,GAAG,GAAG,MAAM,mBAAmB,CAAC;QAC7C,MAAM,WAAW,GAAG,IAAI,eAAe,EAAE,CAAC;QAE1C,IAAI,MAAM,CAAC,KAAK,KAAK,SAAS,EAAE,CAAC;YAC/B,WAAW,CAAC,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,IAAI,MAAM,CAAC,mBAAmB,KAAK,SAAS,EAAE,CAAC;YAC7C,WAAW,CAAC,MAAM,CAAC,wBAAwB,EAAE,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,CAAC,CAAC;QACtF,CAAC;QAED,MAAM,WAAW,GAAG,WAAW,CAAC,QAAQ,EAAE,CAAC;QAC3C,OAAO,WAAW,CAAC,CAAC,CAAC,GAAG,OAAO,IAAI,WAAW,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC;IAC7D,CAAC;IACD,gBAAgB,EAAE,CAAC,MAAwB,EAAE,EAAE;QAC7C,qBAAqB;QACrB,MAAM,OAAO,GAAG;YACd,cAAc,EAAE,MAAM,CAAC,cAAc;YACrC,YAAY,EAAE,MAAM,CAAC,YAAY;YACjC,YAAY,EAAE,MAAM,CAAC,YAAY;SAClC,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;CACF,CAAC,CAAC"}
|
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Query update transactions tree list (blocking call)
|
|
3
|
-
*
|
|
4
|
-
* @example
|
|
5
|
-
* ```typescript
|
|
6
|
-
* const updateTrees = await client.getUpdateTrees({
|
|
7
|
-
* beginExclusive: 1000,
|
|
8
|
-
* endInclusive: 2000,
|
|
9
|
-
* limit: 100,
|
|
10
|
-
* streamIdleTimeoutMs: 5000,
|
|
11
|
-
* updateFormat: {
|
|
12
|
-
* includeTransactions: {
|
|
13
|
-
* eventFormat: {
|
|
14
|
-
* filtersByParty: {
|
|
15
|
-
* 'party1': { cumulative: [] }
|
|
16
|
-
* },
|
|
17
|
-
* verbose: true
|
|
18
|
-
* },
|
|
19
|
-
* transactionShape: 'TRANSACTION_SHAPE_ACS_DELTA'
|
|
20
|
-
* }
|
|
21
|
-
* }
|
|
22
|
-
* });
|
|
23
|
-
* ```;
|
|
24
|
-
*
|
|
25
|
-
* @param beginExclusive - Beginning of the requested ledger section (non-negative integer)
|
|
26
|
-
* @param endInclusive - End of the requested ledger section (optional)
|
|
27
|
-
* @param limit - Maximum number of elements to return (optional)
|
|
28
|
-
* @param streamIdleTimeoutMs - Timeout to complete and send result if no new elements are received (optional)
|
|
29
|
-
* @param updateFormat - Update format for the request
|
|
30
|
-
*/
|
|
31
|
-
export declare const GetUpdateTrees: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<{
|
|
32
|
-
beginExclusive: number;
|
|
33
|
-
updateFormat: {
|
|
34
|
-
includeTransactions?: {
|
|
35
|
-
eventFormat: {
|
|
36
|
-
filtersByParty: Record<string, {
|
|
37
|
-
cumulative: {
|
|
38
|
-
identifierFilter: {
|
|
39
|
-
Empty: Record<string, never>;
|
|
40
|
-
} | {
|
|
41
|
-
InterfaceFilter: {
|
|
42
|
-
value: {
|
|
43
|
-
interfaceId: string;
|
|
44
|
-
includeInterfaceView: boolean;
|
|
45
|
-
includeCreatedEventBlob: boolean;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
} | {
|
|
49
|
-
TemplateFilter: {
|
|
50
|
-
value: {
|
|
51
|
-
templateId: string;
|
|
52
|
-
includeCreatedEventBlob: boolean;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
} | {
|
|
56
|
-
WildcardFilter: {
|
|
57
|
-
value: {
|
|
58
|
-
includeCreatedEventBlob: boolean;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
}[];
|
|
63
|
-
}>;
|
|
64
|
-
filtersForAnyParty?: {
|
|
65
|
-
cumulative: {
|
|
66
|
-
identifierFilter: {
|
|
67
|
-
Empty: Record<string, never>;
|
|
68
|
-
} | {
|
|
69
|
-
InterfaceFilter: {
|
|
70
|
-
value: {
|
|
71
|
-
interfaceId: string;
|
|
72
|
-
includeInterfaceView: boolean;
|
|
73
|
-
includeCreatedEventBlob: boolean;
|
|
74
|
-
};
|
|
75
|
-
};
|
|
76
|
-
} | {
|
|
77
|
-
TemplateFilter: {
|
|
78
|
-
value: {
|
|
79
|
-
templateId: string;
|
|
80
|
-
includeCreatedEventBlob: boolean;
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
|
-
} | {
|
|
84
|
-
WildcardFilter: {
|
|
85
|
-
value: {
|
|
86
|
-
includeCreatedEventBlob: boolean;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
}[];
|
|
91
|
-
} | undefined;
|
|
92
|
-
verbose?: boolean | undefined;
|
|
93
|
-
};
|
|
94
|
-
transactionShape: "TRANSACTION_SHAPE_ACS_DELTA" | "TRANSACTION_SHAPE_LEDGER_EFFECTS";
|
|
95
|
-
} | undefined;
|
|
96
|
-
includeReassignments?: {
|
|
97
|
-
filtersByParty: Record<string, {
|
|
98
|
-
cumulative: {
|
|
99
|
-
identifierFilter: {
|
|
100
|
-
Empty: Record<string, never>;
|
|
101
|
-
} | {
|
|
102
|
-
InterfaceFilter: {
|
|
103
|
-
value: {
|
|
104
|
-
interfaceId: string;
|
|
105
|
-
includeInterfaceView: boolean;
|
|
106
|
-
includeCreatedEventBlob: boolean;
|
|
107
|
-
};
|
|
108
|
-
};
|
|
109
|
-
} | {
|
|
110
|
-
TemplateFilter: {
|
|
111
|
-
value: {
|
|
112
|
-
templateId: string;
|
|
113
|
-
includeCreatedEventBlob: boolean;
|
|
114
|
-
};
|
|
115
|
-
};
|
|
116
|
-
} | {
|
|
117
|
-
WildcardFilter: {
|
|
118
|
-
value: {
|
|
119
|
-
includeCreatedEventBlob: boolean;
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
}[];
|
|
124
|
-
}>;
|
|
125
|
-
filtersForAnyParty?: {
|
|
126
|
-
cumulative: {
|
|
127
|
-
identifierFilter: {
|
|
128
|
-
Empty: Record<string, never>;
|
|
129
|
-
} | {
|
|
130
|
-
InterfaceFilter: {
|
|
131
|
-
value: {
|
|
132
|
-
interfaceId: string;
|
|
133
|
-
includeInterfaceView: boolean;
|
|
134
|
-
includeCreatedEventBlob: boolean;
|
|
135
|
-
};
|
|
136
|
-
};
|
|
137
|
-
} | {
|
|
138
|
-
TemplateFilter: {
|
|
139
|
-
value: {
|
|
140
|
-
templateId: string;
|
|
141
|
-
includeCreatedEventBlob: boolean;
|
|
142
|
-
};
|
|
143
|
-
};
|
|
144
|
-
} | {
|
|
145
|
-
WildcardFilter: {
|
|
146
|
-
value: {
|
|
147
|
-
includeCreatedEventBlob: boolean;
|
|
148
|
-
};
|
|
149
|
-
};
|
|
150
|
-
};
|
|
151
|
-
}[];
|
|
152
|
-
} | undefined;
|
|
153
|
-
verbose?: boolean | undefined;
|
|
154
|
-
} | undefined;
|
|
155
|
-
includeTopologyEvents?: {
|
|
156
|
-
includeParticipantAuthorizationEvents?: {
|
|
157
|
-
parties?: string[] | undefined;
|
|
158
|
-
} | undefined;
|
|
159
|
-
} | undefined;
|
|
160
|
-
};
|
|
161
|
-
endInclusive?: number | undefined;
|
|
162
|
-
limit?: number | undefined;
|
|
163
|
-
streamIdleTimeoutMs?: number | undefined;
|
|
164
|
-
}, {
|
|
165
|
-
update: {
|
|
166
|
-
JsTransactionTree: {
|
|
167
|
-
updateId: string;
|
|
168
|
-
effectiveAt: string;
|
|
169
|
-
offset: number;
|
|
170
|
-
eventsById: Record<string, {
|
|
171
|
-
CreatedTreeEvent: {
|
|
172
|
-
value: {
|
|
173
|
-
offset: number;
|
|
174
|
-
nodeId: number;
|
|
175
|
-
contractId: string;
|
|
176
|
-
templateId: string;
|
|
177
|
-
contractKey: string | null;
|
|
178
|
-
createArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
179
|
-
createdEventBlob: string;
|
|
180
|
-
interfaceViews: string[];
|
|
181
|
-
witnessParties: string[];
|
|
182
|
-
signatories: string[];
|
|
183
|
-
observers: string[];
|
|
184
|
-
createdAt: string;
|
|
185
|
-
packageName: string;
|
|
186
|
-
implementedInterfaces?: string[] | undefined;
|
|
187
|
-
};
|
|
188
|
-
};
|
|
189
|
-
} | {
|
|
190
|
-
ExercisedTreeEvent: {
|
|
191
|
-
value: {
|
|
192
|
-
offset: number;
|
|
193
|
-
nodeId: number;
|
|
194
|
-
contractId: string;
|
|
195
|
-
templateId: string;
|
|
196
|
-
interfaceId: string | null;
|
|
197
|
-
choice: string;
|
|
198
|
-
choiceArgument: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
199
|
-
actingParties: string[];
|
|
200
|
-
witnessParties: string[];
|
|
201
|
-
exerciseResult: Record<string, string | number | boolean | any[] | Record<string, any> | null>;
|
|
202
|
-
packageName: string;
|
|
203
|
-
consuming: boolean;
|
|
204
|
-
lastDescendantNodeId?: number | undefined;
|
|
205
|
-
implementedInterfaces?: string[] | undefined;
|
|
206
|
-
};
|
|
207
|
-
};
|
|
208
|
-
} | {
|
|
209
|
-
ArchivedTreeEvent: {
|
|
210
|
-
value: {
|
|
211
|
-
offset: number;
|
|
212
|
-
nodeId: number;
|
|
213
|
-
contractId: string;
|
|
214
|
-
templateId: string;
|
|
215
|
-
witnessParties: string[];
|
|
216
|
-
packageName: string;
|
|
217
|
-
implementedInterfaces?: string[] | undefined;
|
|
218
|
-
};
|
|
219
|
-
};
|
|
220
|
-
}>;
|
|
221
|
-
recordTime: string;
|
|
222
|
-
commandId?: string | undefined;
|
|
223
|
-
workflowId?: string | undefined;
|
|
224
|
-
};
|
|
225
|
-
};
|
|
226
|
-
}[]>;
|
|
227
|
-
//# sourceMappingURL=get-trees.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-trees.d.ts","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-trees.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2BzB,CAAC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetUpdateTrees = void 0;
|
|
4
|
-
const core_1 = require("../../../../../core");
|
|
5
|
-
const operations_1 = require("../../../schemas/operations");
|
|
6
|
-
/**
|
|
7
|
-
* Query update transactions tree list (blocking call)
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
* ```typescript
|
|
11
|
-
* const updateTrees = await client.getUpdateTrees({
|
|
12
|
-
* beginExclusive: 1000,
|
|
13
|
-
* endInclusive: 2000,
|
|
14
|
-
* limit: 100,
|
|
15
|
-
* streamIdleTimeoutMs: 5000,
|
|
16
|
-
* updateFormat: {
|
|
17
|
-
* includeTransactions: {
|
|
18
|
-
* eventFormat: {
|
|
19
|
-
* filtersByParty: {
|
|
20
|
-
* 'party1': { cumulative: [] }
|
|
21
|
-
* },
|
|
22
|
-
* verbose: true
|
|
23
|
-
* },
|
|
24
|
-
* transactionShape: 'TRANSACTION_SHAPE_ACS_DELTA'
|
|
25
|
-
* }
|
|
26
|
-
* }
|
|
27
|
-
* });
|
|
28
|
-
* ```;
|
|
29
|
-
*
|
|
30
|
-
* @param beginExclusive - Beginning of the requested ledger section (non-negative integer)
|
|
31
|
-
* @param endInclusive - End of the requested ledger section (optional)
|
|
32
|
-
* @param limit - Maximum number of elements to return (optional)
|
|
33
|
-
* @param streamIdleTimeoutMs - Timeout to complete and send result if no new elements are received (optional)
|
|
34
|
-
* @param updateFormat - Update format for the request
|
|
35
|
-
*/
|
|
36
|
-
exports.GetUpdateTrees = (0, core_1.createApiOperation)({
|
|
37
|
-
paramsSchema: operations_1.GetUpdateTreesParamsSchema,
|
|
38
|
-
method: 'POST',
|
|
39
|
-
buildUrl: (params, apiUrl) => {
|
|
40
|
-
const baseUrl = `${apiUrl}/v2/updates/trees`;
|
|
41
|
-
const queryParams = new URLSearchParams();
|
|
42
|
-
if (params.limit !== undefined) {
|
|
43
|
-
queryParams.append('limit', params.limit.toString());
|
|
44
|
-
}
|
|
45
|
-
if (params.streamIdleTimeoutMs !== undefined) {
|
|
46
|
-
queryParams.append('stream_idle_timeout_ms', params.streamIdleTimeoutMs.toString());
|
|
47
|
-
}
|
|
48
|
-
const queryString = queryParams.toString();
|
|
49
|
-
return queryString ? `${baseUrl}?${queryString}` : baseUrl;
|
|
50
|
-
},
|
|
51
|
-
buildRequestData: (params) => {
|
|
52
|
-
// Build request body
|
|
53
|
-
const request = {
|
|
54
|
-
beginExclusive: params.beginExclusive,
|
|
55
|
-
endInclusive: params.endInclusive,
|
|
56
|
-
updateFormat: params.updateFormat,
|
|
57
|
-
};
|
|
58
|
-
return request;
|
|
59
|
-
},
|
|
60
|
-
});
|
|
61
|
-
//# sourceMappingURL=get-trees.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-trees.js","sourceRoot":"","sources":["../../../../../../../src/clients/ledger-json-api/operations/v2/updates/get-trees.ts"],"names":[],"mappings":";;;AAAA,8CAAyD;AAEzD,4DAAoG;AAEpG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACU,QAAA,cAAc,GAAG,IAAA,yBAAkB,EAA+C;IAC7F,YAAY,EAAE,uCAA0B;IACxC,MAAM,EAAE,MAAM;IACd,QAAQ,EAAE,CAAC,MAA4B,EAAE,MAAc,EAAE,EAAE;QACzD,MAAM,OAAO,GAAG,GAAG,MAAM,mBAAmB,CAAC;QAC7C,MAAM,WAAW,GAAG,IAAI,eAAe,EAAE,CAAC;QAE1C,IAAI,MAAM,CAAC,KAAK,KAAK,SAAS,EAAE,CAAC;YAC/B,WAAW,CAAC,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,IAAI,MAAM,CAAC,mBAAmB,KAAK,SAAS,EAAE,CAAC;YAC7C,WAAW,CAAC,MAAM,CAAC,wBAAwB,EAAE,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,CAAC,CAAC;QACtF,CAAC;QAED,MAAM,WAAW,GAAG,WAAW,CAAC,QAAQ,EAAE,CAAC;QAC3C,OAAO,WAAW,CAAC,CAAC,CAAC,GAAG,OAAO,IAAI,WAAW,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC;IAC7D,CAAC;IACD,gBAAgB,EAAE,CAAC,MAA4B,EAAE,EAAE;QACjD,qBAAqB;QACrB,MAAM,OAAO,GAAG;YACd,cAAc,EAAE,MAAM,CAAC,cAAc;YACrC,YAAY,EAAE,MAAM,CAAC,YAAY;YACjC,YAAY,EAAE,MAAM,CAAC,YAAY;SAClC,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;CACF,CAAC,CAAC"}
|