@algorandfoundation/algokit-utils 7.0.0-beta.1 → 7.0.0-beta.3
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/README.md +1 -1
- package/account/account.d.ts +7 -7
- package/account/account.js +7 -7
- package/account/account.mjs +7 -7
- package/account/get-account.d.ts +2 -2
- package/account/get-account.js +1 -1
- package/account/get-account.mjs +1 -1
- package/account/get-dispenser-account.d.ts +1 -1
- package/account/get-dispenser-account.js +1 -1
- package/account/get-dispenser-account.mjs +1 -1
- package/account/mnemonic-account.d.ts +1 -1
- package/account/mnemonic-account.js +1 -1
- package/account/mnemonic-account.mjs +1 -1
- package/app-deploy.d.ts +18 -1
- package/app-deploy.d.ts.map +1 -1
- package/app-deploy.js +142 -333
- package/app-deploy.js.map +1 -1
- package/app-deploy.mjs +145 -336
- package/app-deploy.mjs.map +1 -1
- package/app.d.ts +38 -1
- package/app.d.ts.map +1 -1
- package/app.js +113 -370
- package/app.js.map +1 -1
- package/app.mjs +114 -371
- package/app.mjs.map +1 -1
- package/asset.d.ts +5 -5
- package/asset.js +5 -5
- package/asset.mjs +5 -5
- package/debugging/debugging.js +2 -2
- package/debugging/debugging.js.map +1 -1
- package/debugging/debugging.mjs +2 -2
- package/debugging/debugging.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/index.js +12 -12
- package/index.mjs +1 -1
- package/localnet/get-kmd-wallet-account.d.ts +1 -1
- package/localnet/get-kmd-wallet-account.js +1 -1
- package/localnet/get-kmd-wallet-account.mjs +1 -1
- package/localnet/get-localnet-dispenser-account.d.ts +1 -1
- package/localnet/get-localnet-dispenser-account.js +1 -1
- package/localnet/get-localnet-dispenser-account.mjs +1 -1
- package/localnet/get-or-create-kmd-wallet-account.d.ts +1 -1
- package/localnet/get-or-create-kmd-wallet-account.js +1 -1
- package/localnet/get-or-create-kmd-wallet-account.mjs +1 -1
- package/localnet/is-localnet.d.ts +1 -1
- package/localnet/is-localnet.js +1 -1
- package/localnet/is-localnet.mjs +1 -1
- package/network-client.d.ts +2 -2
- package/network-client.d.ts.map +1 -1
- package/network-client.js +2 -2
- package/network-client.mjs +2 -2
- package/package.json +1 -1
- package/testing/fixtures/algorand-fixture.js +12 -12
- package/testing/fixtures/algorand-fixture.js.map +1 -1
- package/testing/fixtures/algorand-fixture.mjs +12 -12
- package/testing/fixtures/algorand-fixture.mjs.map +1 -1
- package/transaction/legacy-bridge.d.ts +31 -5
- package/transaction/legacy-bridge.d.ts.map +1 -1
- package/transaction/legacy-bridge.js +99 -5
- package/transaction/legacy-bridge.js.map +1 -1
- package/transaction/legacy-bridge.mjs +98 -7
- package/transaction/legacy-bridge.mjs.map +1 -1
- package/transfer/transfer-algos.d.ts +1 -1
- package/transfer/transfer-algos.js +1 -1
- package/transfer/transfer-algos.mjs +1 -1
- package/transfer/transfer.d.ts +1 -1
- package/transfer/transfer.js +1 -1
- package/transfer/transfer.mjs +1 -1
- package/types/account-manager.d.ts +1 -1
- package/types/account-manager.d.ts.map +1 -1
- package/types/algorand-client-transaction-creator.d.ts +450 -20
- package/types/algorand-client-transaction-creator.d.ts.map +1 -1
- package/types/algorand-client-transaction-creator.js +406 -22
- package/types/algorand-client-transaction-creator.js.map +1 -1
- package/types/algorand-client-transaction-creator.mjs +406 -22
- package/types/algorand-client-transaction-creator.mjs.map +1 -1
- package/types/algorand-client-transaction-sender.d.ts +750 -24
- package/types/algorand-client-transaction-sender.d.ts.map +1 -1
- package/types/algorand-client-transaction-sender.js +426 -12
- package/types/algorand-client-transaction-sender.js.map +1 -1
- package/types/algorand-client-transaction-sender.mjs +426 -12
- package/types/algorand-client-transaction-sender.mjs.map +1 -1
- package/types/algorand-client.d.ts +8 -0
- package/types/algorand-client.d.ts.map +1 -1
- package/types/algorand-client.js +14 -1
- package/types/algorand-client.js.map +1 -1
- package/types/algorand-client.mjs +14 -1
- package/types/algorand-client.mjs.map +1 -1
- package/types/app-client.d.ts +13 -1
- package/types/app-client.d.ts.map +1 -1
- package/types/app-client.js +8 -5
- package/types/app-client.js.map +1 -1
- package/types/app-client.mjs +9 -6
- package/types/app-client.mjs.map +1 -1
- package/types/app-deployer.d.ts +121 -0
- package/types/app-deployer.d.ts.map +1 -0
- package/types/app-deployer.js +354 -0
- package/types/app-deployer.js.map +1 -0
- package/types/app-deployer.mjs +352 -0
- package/types/app-deployer.mjs.map +1 -0
- package/types/app-manager.d.ts +235 -0
- package/types/app-manager.d.ts.map +1 -0
- package/types/app-manager.js +336 -0
- package/types/app-manager.js.map +1 -0
- package/types/app-manager.mjs +334 -0
- package/types/app-manager.mjs.map +1 -0
- package/types/app.d.ts +42 -7
- package/types/app.d.ts.map +1 -1
- package/types/app.js +1 -1
- package/types/app.js.map +1 -1
- package/types/app.mjs +1 -1
- package/types/app.mjs.map +1 -1
- package/types/client-manager.d.ts +2 -0
- package/types/client-manager.d.ts.map +1 -1
- package/types/client-manager.js +4 -0
- package/types/client-manager.js.map +1 -1
- package/types/client-manager.mjs +4 -0
- package/types/client-manager.mjs.map +1 -1
- package/types/composer.d.ts +150 -39
- package/types/composer.d.ts.map +1 -1
- package/types/composer.js +218 -62
- package/types/composer.js.map +1 -1
- package/types/composer.mjs +218 -62
- package/types/composer.mjs.map +1 -1
- package/types/expand.d.ts +8 -0
- package/types/expand.d.ts.map +1 -0
- package/types/expand.js +3 -0
- package/types/expand.js.map +1 -0
- package/types/expand.mjs +2 -0
- package/types/expand.mjs.map +1 -0
- package/types/transaction.d.ts +3 -0
- package/types/transaction.d.ts.map +1 -1
package/app.d.ts
CHANGED
|
@@ -8,6 +8,9 @@ import Algodv2 = algosdk.Algodv2;
|
|
|
8
8
|
import modelsv2 = algosdk.modelsv2;
|
|
9
9
|
import OnApplicationComplete = algosdk.OnApplicationComplete;
|
|
10
10
|
/**
|
|
11
|
+
* @deprecated Use `algorand.send.appCreate()` / `algorand.transactions.appCreate()` / `algorand.send.appCreateMethodCall()`
|
|
12
|
+
* / `algorand.transactions.appCreateMethodCall()` instead
|
|
13
|
+
*
|
|
11
14
|
* Creates a smart contract app, returns the details of the created app.
|
|
12
15
|
* @param create The parameters to create the app with
|
|
13
16
|
* @param algod An algod client
|
|
@@ -15,13 +18,19 @@ import OnApplicationComplete = algosdk.OnApplicationComplete;
|
|
|
15
18
|
*/
|
|
16
19
|
export declare function createApp(create: CreateAppParams, algod: Algodv2): Promise<Partial<AppCompilationResult> & AppCallTransactionResult & AppReference>;
|
|
17
20
|
/**
|
|
21
|
+
* @deprecated Use `algorand.send.appUpdate()` / `algorand.transactions.appUpdate()` / `algorand.send.appUpdateMethodCall()`
|
|
22
|
+
* / `algorand.transactions.appUpdateMethodCall()` instead
|
|
23
|
+
*
|
|
18
24
|
* Updates a smart contract app.
|
|
19
25
|
* @param update The parameters to update the app with
|
|
20
26
|
* @param algod An algod client
|
|
21
27
|
* @returns The transaction send result and the compilation result
|
|
22
28
|
*/
|
|
23
29
|
export declare function updateApp(update: UpdateAppParams, algod: Algodv2): Promise<Partial<AppCompilationResult> & AppCallTransactionResult>;
|
|
24
|
-
/**
|
|
30
|
+
/**
|
|
31
|
+
* @deprecated Use `algosdk.OnApplicationComplete` directly instead.
|
|
32
|
+
*
|
|
33
|
+
* Returns a `algosdk.OnApplicationComplete` for the given onCompleteAction.
|
|
25
34
|
*
|
|
26
35
|
* If given `undefined` will return `OnApplicationComplete.NoOpOC`.
|
|
27
36
|
*
|
|
@@ -32,6 +41,9 @@ export declare function updateApp(update: UpdateAppParams, algod: Algodv2): Prom
|
|
|
32
41
|
*/
|
|
33
42
|
export declare function getAppOnCompleteAction(onCompletionAction?: AppCallType | OnApplicationComplete): algosdk.OnApplicationComplete;
|
|
34
43
|
/**
|
|
44
|
+
* @deprecated Use `algorand.send.appUpdate()` / `algorand.transactions.appUpdate()` / `algorand.send.appUpdateMethodCall()`
|
|
45
|
+
* / `algorand.transactions.appUpdateMethodCall()` instead
|
|
46
|
+
*
|
|
35
47
|
* Issues a call to a given app.
|
|
36
48
|
* @param call The call details.
|
|
37
49
|
* @param algod An algod client
|
|
@@ -39,6 +51,8 @@ export declare function getAppOnCompleteAction(onCompletionAction?: AppCallType
|
|
|
39
51
|
*/
|
|
40
52
|
export declare function callApp(call: AppCallParams, algod: Algodv2): Promise<AppCallTransactionResult>;
|
|
41
53
|
/**
|
|
54
|
+
* @deprecated Use `AppManager.getABIReturn` instead.
|
|
55
|
+
*
|
|
42
56
|
* Returns any ABI return values for the given app call arguments and transaction confirmation.
|
|
43
57
|
* @param args The arguments that were used for the call
|
|
44
58
|
* @param confirmation The transaction confirmation from algod
|
|
@@ -46,6 +60,8 @@ export declare function callApp(call: AppCallParams, algod: Algodv2): Promise<Ap
|
|
|
46
60
|
*/
|
|
47
61
|
export declare function getABIReturn(args?: AppCallArgs, confirmation?: modelsv2.PendingTransactionResponse): ABIReturn | undefined;
|
|
48
62
|
/**
|
|
63
|
+
* @deprecated Use `(await appManager.getById(appId)).globalState` instead.
|
|
64
|
+
*
|
|
49
65
|
* Returns the current global state values for the given app ID
|
|
50
66
|
* @param appId The ID of the app return global state for
|
|
51
67
|
* @param algod An algod client instance
|
|
@@ -53,6 +69,8 @@ export declare function getABIReturn(args?: AppCallArgs, confirmation?: modelsv2
|
|
|
53
69
|
*/
|
|
54
70
|
export declare function getAppGlobalState(appId: number | bigint, algod: Algodv2): Promise<AppState>;
|
|
55
71
|
/**
|
|
72
|
+
* @deprecated Use `algorand.app.getLocalState` instead.
|
|
73
|
+
*
|
|
56
74
|
* Returns the current global state values for the given app ID and account
|
|
57
75
|
* @param appId The ID of the app return global state for
|
|
58
76
|
* @param account Either the string address of an account or an account object for the account to get local state for the given app
|
|
@@ -61,6 +79,7 @@ export declare function getAppGlobalState(appId: number | bigint, algod: Algodv2
|
|
|
61
79
|
*/
|
|
62
80
|
export declare function getAppLocalState(appId: number | bigint, account: string | SendTransactionFrom, algod: Algodv2): Promise<AppState>;
|
|
63
81
|
/**
|
|
82
|
+
* @deprecated Use `algorand.app.getBoxNames` instead.
|
|
64
83
|
* Returns the names of the boxes for the given app.
|
|
65
84
|
* @param appId The ID of the app return box names for
|
|
66
85
|
* @param algod An algod client instance
|
|
@@ -68,6 +87,7 @@ export declare function getAppLocalState(appId: number | bigint, account: string
|
|
|
68
87
|
*/
|
|
69
88
|
export declare function getAppBoxNames(appId: number | bigint, algod: Algodv2): Promise<BoxName[]>;
|
|
70
89
|
/**
|
|
90
|
+
* @deprecated Use `algorand.app.getBoxValue` instead.
|
|
71
91
|
* Returns the value of the given box name for the given app.
|
|
72
92
|
* @param appId The ID of the app return box names for
|
|
73
93
|
* @param boxName The name of the box to return either as a string, binary array or `BoxName`
|
|
@@ -76,6 +96,7 @@ export declare function getAppBoxNames(appId: number | bigint, algod: Algodv2):
|
|
|
76
96
|
*/
|
|
77
97
|
export declare function getAppBoxValue(appId: number | bigint, boxName: string | Uint8Array | BoxName, algod: Algodv2): Promise<Uint8Array>;
|
|
78
98
|
/**
|
|
99
|
+
* @deprecated Use `algorand.app.getBoxValues` instead.
|
|
79
100
|
* Returns the value of the given box names for the given app.
|
|
80
101
|
* @param appId The ID of the app return box names for
|
|
81
102
|
* @param boxNames The names of the boxes to return either as a string, binary array or `BoxName`
|
|
@@ -84,6 +105,7 @@ export declare function getAppBoxValue(appId: number | bigint, boxName: string |
|
|
|
84
105
|
*/
|
|
85
106
|
export declare function getAppBoxValues(appId: number, boxNames: (string | Uint8Array | BoxName)[], algod: Algodv2): Promise<Uint8Array[]>;
|
|
86
107
|
/**
|
|
108
|
+
* @deprecated Use `algorand.app.getBoxValueFromABIType` instead.
|
|
87
109
|
* Returns the value of the given box name for the given app decoded based on the given ABI type.
|
|
88
110
|
* @param request The parameters for the box value request
|
|
89
111
|
* @param algod An algod client instance
|
|
@@ -91,6 +113,7 @@ export declare function getAppBoxValues(appId: number, boxNames: (string | Uint8
|
|
|
91
113
|
*/
|
|
92
114
|
export declare function getAppBoxValueFromABIType(request: BoxValueRequestParams, algod: Algodv2): Promise<ABIValue>;
|
|
93
115
|
/**
|
|
116
|
+
* @deprecated Use `algorand.app.getBoxValuesFromABIType` instead.
|
|
94
117
|
* Returns the value of the given box names for the given app decoded based on the given ABI type.
|
|
95
118
|
* @param request The parameters for the box value request
|
|
96
119
|
* @param algod An algod client instance
|
|
@@ -98,6 +121,8 @@ export declare function getAppBoxValueFromABIType(request: BoxValueRequestParams
|
|
|
98
121
|
*/
|
|
99
122
|
export declare function getAppBoxValuesFromABIType(request: BoxValuesRequestParams, algod: Algodv2): Promise<ABIValue[]>;
|
|
100
123
|
/**
|
|
124
|
+
* @deprecated Use `AppManager.decodeAppState` instead.
|
|
125
|
+
*
|
|
101
126
|
* Converts an array of global/local state values from the algod api to a more friendly
|
|
102
127
|
* generic object keyed by the UTF-8 value of the key.
|
|
103
128
|
* @param state A `global-state`, `local-state`, `global-state-deltas` or `local-state-deltas`
|
|
@@ -108,6 +133,8 @@ export declare function decodeAppState(state: {
|
|
|
108
133
|
value: modelsv2.TealValue | modelsv2.EvalDelta;
|
|
109
134
|
}[]): AppState;
|
|
110
135
|
/**
|
|
136
|
+
* @deprecated Use `AlgoKitComposer` methods to construct transactions instead.
|
|
137
|
+
*
|
|
111
138
|
* Returns the app args ready to load onto an app `Transaction` object
|
|
112
139
|
* @param args The app call args
|
|
113
140
|
* @returns The args ready to load into a `Transaction`
|
|
@@ -121,6 +148,8 @@ export declare function getAppArgsForTransaction(args?: RawAppCallArgs): {
|
|
|
121
148
|
lease: Uint8Array | undefined;
|
|
122
149
|
} | undefined;
|
|
123
150
|
/**
|
|
151
|
+
* @deprecated Use `AlgoKitComposer` methods to construct transactions instead.
|
|
152
|
+
*
|
|
124
153
|
* Returns the app args ready to load onto an ABI method call in `AtomicTransactionComposer`
|
|
125
154
|
* @param args The ABI app call args
|
|
126
155
|
* @param from The transaction signer
|
|
@@ -139,12 +168,16 @@ export declare function getAppArgsForABICall(args: ABIAppCallArgs, from: SendTra
|
|
|
139
168
|
rekeyTo: string | undefined;
|
|
140
169
|
}>;
|
|
141
170
|
/**
|
|
171
|
+
* @deprecated Use `AppManager.getBoxReference()` instead.
|
|
172
|
+
*
|
|
142
173
|
* Returns a `algosdk.BoxReference` given a `BoxIdentifier` or `BoxReference`.
|
|
143
174
|
* @param box The box to return a reference for
|
|
144
175
|
* @returns The box reference ready to pass into a `Transaction`
|
|
145
176
|
*/
|
|
146
177
|
export declare function getBoxReference(box: BoxIdentifier | BoxReference | algosdk.BoxReference): algosdk.BoxReference;
|
|
147
178
|
/**
|
|
179
|
+
* @deprecated Use `algorand.app.getById` instead.
|
|
180
|
+
*
|
|
148
181
|
* Gets the current data for the given app from algod.
|
|
149
182
|
*
|
|
150
183
|
* @param appId The id of the app
|
|
@@ -153,6 +186,8 @@ export declare function getBoxReference(box: BoxIdentifier | BoxReference | algo
|
|
|
153
186
|
*/
|
|
154
187
|
export declare function getAppById(appId: number | bigint, algod: Algodv2): Promise<algosdk.modelsv2.Application>;
|
|
155
188
|
/**
|
|
189
|
+
* @deprecated Use `algorand.app.compileTeal` instead.
|
|
190
|
+
*
|
|
156
191
|
* Compiles the given TEAL using algod and returns the result, including source map.
|
|
157
192
|
*
|
|
158
193
|
* @param algod An algod client
|
|
@@ -161,6 +196,8 @@ export declare function getAppById(appId: number | bigint, algod: Algodv2): Prom
|
|
|
161
196
|
*/
|
|
162
197
|
export declare function compileTeal(tealCode: string, algod: Algodv2): Promise<CompiledTeal>;
|
|
163
198
|
/**
|
|
199
|
+
* @deprecated Use `abiMethod.getSignature()` or `new ABIMethod(abiMethodParams).getSignature()` instead.
|
|
200
|
+
*
|
|
164
201
|
* Returns the encoded ABI spec for a given ABI Method
|
|
165
202
|
* @param method The method to return a signature for
|
|
166
203
|
* @returns The encoded ABI method spec e.g. `method_name(uint64,string)string`
|
package/app.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,SAAS,CAAA;AAG7B,OAAO,EACL,cAAc,EACd,SAAS,EACT,WAAW,EACX,aAAa,EACb,wBAAwB,EACxB,WAAW,EACX,oBAAoB,EACpB,YAAY,EACZ,QAAQ,EACR,aAAa,EACb,OAAO,EACP,YAAY,EACZ,qBAAqB,EACrB,sBAAsB,EACtB,YAAY,EACZ,eAAe,EACf,cAAc,EACd,eAAe,EAChB,MAAM,aAAa,CAAA;AAEpB,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAEzD,OAAO,SAAS,GAAG,OAAO,CAAC,SAAS,CAAA;AACpC,OAAO,eAAe,GAAG,OAAO,CAAC,eAAe,CAAA;AAChD,OAAO,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAA;AAElC,OAAO,OAAO,GAAG,OAAO,CAAC,OAAO,CAAA;AAEhC,OAAO,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAA;AAClC,OAAO,qBAAqB,GAAG,OAAO,CAAC,qBAAqB,CAAA;AAG5D;;;;;;;;GAQG;AACH,wBAAsB,SAAS,CAC7B,MAAM,EAAE,eAAe,EACvB,KAAK,EAAE,OAAO,GACb,OAAO,CAAC,OAAO,CAAC,oBAAoB,CAAC,GAAG,wBAAwB,GAAG,YAAY,CAAC,CA0ClF;AAED;;;;;;;;GAQG;AACH,wBAAsB,SAAS,CAC7B,MAAM,EAAE,eAAe,EACvB,KAAK,EAAE,OAAO,GACb,OAAO,CAAC,OAAO,CAAC,oBAAoB,CAAC,GAAG,wBAAwB,CAAC,CAiCnE;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,sBAAsB,CAAC,kBAAkB,CAAC,EAAE,WAAW,GAAG,qBAAqB,iCAsB9F;AAED;;;;;;;;GAQG;AACH,wBAAsB,OAAO,CAAC,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,OAAO,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAkCpG;AAED;;;;;;;GAOG;AACH,wBAAgB,YAAY,CAAC,IAAI,CAAC,EAAE,WAAW,EAAE,YAAY,CAAC,EAAE,QAAQ,CAAC,0BAA0B,GAAG,SAAS,GAAG,SAAS,CAO1H;AAED;;;;;;;GAOG;AACH,wBAAsB,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,OAAO,qBAE7E;AAED;;;;;;;;GAQG;AACH,wBAAsB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,mBAAmB,EAAE,KAAK,EAAE,OAAO,qBAEnH;AAED;;;;;;GAMG;AACH,wBAAsB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,OAAO,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC,CAE/F;AAED;;;;;;;GAOG;AACH,wBAAsB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,UAAU,GAAG,OAAO,EAAE,KAAK,EAAE,OAAO,GAAG,OAAO,CAAC,UAAU,CAAC,CAExI;AAED;;;;;;;GAOG;AACH,wBAAsB,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,MAAM,GAAG,UAAU,GAAG,OAAO,CAAC,EAAE,EAAE,KAAK,EAAE,OAAO,GAAG,OAAO,CAAC,UAAU,EAAE,CAAC,CAKvI;AAED;;;;;;GAMG;AACH,wBAAsB,yBAAyB,CAAC,OAAO,EAAE,qBAAqB,EAAE,KAAK,EAAE,OAAO,GAAG,OAAO,CAAC,QAAQ,CAAC,CAMjH;AAED;;;;;;GAMG;AACH,wBAAsB,0BAA0B,CAAC,OAAO,EAAE,sBAAsB,EAAE,KAAK,EAAE,OAAO,GAAG,OAAO,CAAC,QAAQ,EAAE,CAAC,CAMrH;AAED;;;;;;;GAOG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,QAAQ,CAAC,SAAS,GAAG,QAAQ,CAAC,SAAS,CAAA;CAAE,EAAE,GAAG,QAAQ,CAEjH;AAED;;;;;;GAMG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,CAAC,EAAE,cAAc;;;;;;;cAY7D;AAED;;;;;;;GAOG;AACH,wBAAsB,oBAAoB,CAAC,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,mBAAmB;;;;;;;;;;;GAEzF;AAED;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,aAAa,GAAG,YAAY,GAAG,OAAO,CAAC,YAAY,GAAG,OAAO,CAAC,YAAY,CAE9G;AAMD;;;;;;;;GAQG;AACH,wBAAsB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,OAAO,yCAEtE;AAED;;;;;;;;GAQG;AACH,wBAAsB,WAAW,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,GAAG,OAAO,CAAC,YAAY,CAAC,CAEzF;AAED;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,WAAY,eAAe,GAAG,SAAS,WAExE,CAAA"}
|