schemos 0.0.1 → 0.1.1

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 (94) hide show
  1. package/LICENSE +21 -0
  2. package/dist/client.d.ts +8 -0
  3. package/dist/client.d.ts.map +1 -0
  4. package/dist/client.js +2 -0
  5. package/dist/client.js.map +1 -0
  6. package/dist/client.test-d.d.ts +2 -0
  7. package/dist/client.test-d.d.ts.map +1 -0
  8. package/dist/client.test-d.js +50 -0
  9. package/dist/client.test-d.js.map +1 -0
  10. package/dist/contract.bench-d.d.ts +2 -0
  11. package/dist/contract.bench-d.d.ts.map +1 -0
  12. package/dist/contract.bench-d.js +67 -0
  13. package/dist/contract.bench-d.js.map +1 -0
  14. package/dist/contract.d.ts +27 -0
  15. package/dist/contract.d.ts.map +1 -0
  16. package/dist/contract.js +30 -0
  17. package/dist/contract.js.map +1 -0
  18. package/dist/contract.test-d.d.ts +2 -0
  19. package/dist/contract.test-d.d.ts.map +1 -0
  20. package/dist/contract.test-d.js +147 -0
  21. package/dist/contract.test-d.js.map +1 -0
  22. package/dist/contract.test.d.ts +2 -0
  23. package/dist/contract.test.d.ts.map +1 -0
  24. package/dist/contract.test.js +77 -0
  25. package/dist/contract.test.js.map +1 -0
  26. package/dist/index.d.ts +5 -0
  27. package/dist/index.d.ts.map +1 -0
  28. package/dist/index.js +2 -0
  29. package/dist/index.js.map +1 -0
  30. package/dist/schemas/cw20/execute.d.ts +367 -0
  31. package/dist/schemas/cw20/execute.d.ts.map +1 -0
  32. package/dist/schemas/cw20/execute.js +398 -0
  33. package/dist/schemas/cw20/execute.js.map +1 -0
  34. package/dist/schemas/cw20/index.d.ts +905 -0
  35. package/dist/schemas/cw20/index.d.ts.map +1 -0
  36. package/dist/schemas/cw20/index.js +10 -0
  37. package/dist/schemas/cw20/index.js.map +1 -0
  38. package/dist/schemas/cw20/query.d.ts +160 -0
  39. package/dist/schemas/cw20/query.d.ts.map +1 -0
  40. package/dist/schemas/cw20/query.js +170 -0
  41. package/dist/schemas/cw20/query.js.map +1 -0
  42. package/dist/schemas/cw20/responses.d.ts +386 -0
  43. package/dist/schemas/cw20/responses.d.ts.map +1 -0
  44. package/dist/schemas/cw20/responses.js +416 -0
  45. package/dist/schemas/cw20/responses.js.map +1 -0
  46. package/dist/schemas/cw721/execute.d.ts +543 -0
  47. package/dist/schemas/cw721/execute.d.ts.map +1 -0
  48. package/dist/schemas/cw721/execute.js +597 -0
  49. package/dist/schemas/cw721/execute.js.map +1 -0
  50. package/dist/schemas/cw721/index.d.ts +2507 -0
  51. package/dist/schemas/cw721/index.d.ts.map +1 -0
  52. package/dist/schemas/cw721/index.js +10 -0
  53. package/dist/schemas/cw721/index.js.map +1 -0
  54. package/dist/schemas/cw721/query.d.ts +487 -0
  55. package/dist/schemas/cw721/query.d.ts.map +1 -0
  56. package/dist/schemas/cw721/query.js +526 -0
  57. package/dist/schemas/cw721/query.js.map +1 -0
  58. package/dist/schemas/cw721/responses.d.ts +1485 -0
  59. package/dist/schemas/cw721/responses.d.ts.map +1 -0
  60. package/dist/schemas/cw721/responses.js +1675 -0
  61. package/dist/schemas/cw721/responses.js.map +1 -0
  62. package/dist/schemas/index.d.ts +3 -0
  63. package/dist/schemas/index.d.ts.map +1 -0
  64. package/dist/schemas/index.js +3 -0
  65. package/dist/schemas/index.js.map +1 -0
  66. package/dist/schemas/schemas.test-d.d.ts +2 -0
  67. package/dist/schemas/schemas.test-d.d.ts.map +1 -0
  68. package/dist/schemas/schemas.test-d.js +92 -0
  69. package/dist/schemas/schemas.test-d.js.map +1 -0
  70. package/dist/schemas/schemas.test.d.ts +2 -0
  71. package/dist/schemas/schemas.test.d.ts.map +1 -0
  72. package/dist/schemas/schemas.test.js +150 -0
  73. package/dist/schemas/schemas.test.js.map +1 -0
  74. package/dist/telescope.d.ts +140 -0
  75. package/dist/telescope.d.ts.map +1 -0
  76. package/dist/telescope.js +119 -0
  77. package/dist/telescope.js.map +1 -0
  78. package/dist/telescope.test.d.ts +2 -0
  79. package/dist/telescope.test.d.ts.map +1 -0
  80. package/dist/telescope.test.js +91 -0
  81. package/dist/telescope.test.js.map +1 -0
  82. package/dist/types.d.ts +9 -0
  83. package/dist/types.d.ts.map +1 -0
  84. package/dist/types.js +2 -0
  85. package/dist/types.js.map +1 -0
  86. package/dist/types.test-d.d.ts +2 -0
  87. package/dist/types.test-d.d.ts.map +1 -0
  88. package/dist/types.test-d.js +28 -0
  89. package/dist/types.test-d.js.map +1 -0
  90. package/dist/wallet-compat.test-d.d.ts +13 -0
  91. package/dist/wallet-compat.test-d.d.ts.map +1 -0
  92. package/dist/wallet-compat.test-d.js +74 -0
  93. package/dist/wallet-compat.test-d.js.map +1 -0
  94. package/package.json +65 -7
@@ -0,0 +1,398 @@
1
+ /**
2
+ * CW20 ExecuteMsg schema.
3
+ * Generated from cw-plus v2.0.0 cw20-base cargo schema output.
4
+ */
5
+ export const cw20ExecuteSchema = {
6
+ oneOf: [
7
+ {
8
+ description: 'Transfer is a base message to move tokens to another account without triggering actions',
9
+ type: 'object',
10
+ required: ['transfer'],
11
+ properties: {
12
+ transfer: {
13
+ type: 'object',
14
+ required: ['amount', 'recipient'],
15
+ properties: {
16
+ amount: {
17
+ $ref: '#/definitions/Uint128',
18
+ },
19
+ recipient: {
20
+ type: 'string',
21
+ },
22
+ },
23
+ additionalProperties: false,
24
+ },
25
+ },
26
+ additionalProperties: false,
27
+ },
28
+ {
29
+ description: 'Burn is a base message to destroy tokens forever',
30
+ type: 'object',
31
+ required: ['burn'],
32
+ properties: {
33
+ burn: {
34
+ type: 'object',
35
+ required: ['amount'],
36
+ properties: {
37
+ amount: {
38
+ $ref: '#/definitions/Uint128',
39
+ },
40
+ },
41
+ additionalProperties: false,
42
+ },
43
+ },
44
+ additionalProperties: false,
45
+ },
46
+ {
47
+ description: 'Send is a base message to transfer tokens to a contract and trigger an action on the receiving contract.',
48
+ type: 'object',
49
+ required: ['send'],
50
+ properties: {
51
+ send: {
52
+ type: 'object',
53
+ required: ['amount', 'contract', 'msg'],
54
+ properties: {
55
+ amount: {
56
+ $ref: '#/definitions/Uint128',
57
+ },
58
+ contract: {
59
+ type: 'string',
60
+ },
61
+ msg: {
62
+ $ref: '#/definitions/Binary',
63
+ },
64
+ },
65
+ additionalProperties: false,
66
+ },
67
+ },
68
+ additionalProperties: false,
69
+ },
70
+ {
71
+ description: 'Only with "approval" extension. Allows spender to access an additional amount tokens from the owner\'s (env.sender) account. If expires is Some(), overwrites current allowance expiration with this one.',
72
+ type: 'object',
73
+ required: ['increase_allowance'],
74
+ properties: {
75
+ increase_allowance: {
76
+ type: 'object',
77
+ required: ['amount', 'spender'],
78
+ properties: {
79
+ amount: {
80
+ $ref: '#/definitions/Uint128',
81
+ },
82
+ expires: {
83
+ anyOf: [
84
+ {
85
+ $ref: '#/definitions/Expiration',
86
+ },
87
+ {
88
+ type: 'null',
89
+ },
90
+ ],
91
+ },
92
+ spender: {
93
+ type: 'string',
94
+ },
95
+ },
96
+ additionalProperties: false,
97
+ },
98
+ },
99
+ additionalProperties: false,
100
+ },
101
+ {
102
+ description: 'Only with "approval" extension. Lowers the spender\'s access of tokens from the owner\'s (env.sender) account by amount. If expires is Some(), overwrites current allowance expiration with this one.',
103
+ type: 'object',
104
+ required: ['decrease_allowance'],
105
+ properties: {
106
+ decrease_allowance: {
107
+ type: 'object',
108
+ required: ['amount', 'spender'],
109
+ properties: {
110
+ amount: {
111
+ $ref: '#/definitions/Uint128',
112
+ },
113
+ expires: {
114
+ anyOf: [
115
+ {
116
+ $ref: '#/definitions/Expiration',
117
+ },
118
+ {
119
+ type: 'null',
120
+ },
121
+ ],
122
+ },
123
+ spender: {
124
+ type: 'string',
125
+ },
126
+ },
127
+ additionalProperties: false,
128
+ },
129
+ },
130
+ additionalProperties: false,
131
+ },
132
+ {
133
+ description: 'Only with "approval" extension. Transfers amount tokens from owner -> recipient if `env.sender` has sufficient pre-approval.',
134
+ type: 'object',
135
+ required: ['transfer_from'],
136
+ properties: {
137
+ transfer_from: {
138
+ type: 'object',
139
+ required: ['amount', 'owner', 'recipient'],
140
+ properties: {
141
+ amount: {
142
+ $ref: '#/definitions/Uint128',
143
+ },
144
+ owner: {
145
+ type: 'string',
146
+ },
147
+ recipient: {
148
+ type: 'string',
149
+ },
150
+ },
151
+ additionalProperties: false,
152
+ },
153
+ },
154
+ additionalProperties: false,
155
+ },
156
+ {
157
+ description: 'Only with "approval" extension. Sends amount tokens from owner -> contract if `env.sender` has sufficient pre-approval.',
158
+ type: 'object',
159
+ required: ['send_from'],
160
+ properties: {
161
+ send_from: {
162
+ type: 'object',
163
+ required: ['amount', 'contract', 'msg', 'owner'],
164
+ properties: {
165
+ amount: {
166
+ $ref: '#/definitions/Uint128',
167
+ },
168
+ contract: {
169
+ type: 'string',
170
+ },
171
+ msg: {
172
+ $ref: '#/definitions/Binary',
173
+ },
174
+ owner: {
175
+ type: 'string',
176
+ },
177
+ },
178
+ additionalProperties: false,
179
+ },
180
+ },
181
+ additionalProperties: false,
182
+ },
183
+ {
184
+ description: 'Only with "approval" extension. Destroys tokens forever',
185
+ type: 'object',
186
+ required: ['burn_from'],
187
+ properties: {
188
+ burn_from: {
189
+ type: 'object',
190
+ required: ['amount', 'owner'],
191
+ properties: {
192
+ amount: {
193
+ $ref: '#/definitions/Uint128',
194
+ },
195
+ owner: {
196
+ type: 'string',
197
+ },
198
+ },
199
+ additionalProperties: false,
200
+ },
201
+ },
202
+ additionalProperties: false,
203
+ },
204
+ {
205
+ description: 'Only with the "mintable" extension. If authorized, creates amount new tokens and adds to the recipient balance.',
206
+ type: 'object',
207
+ required: ['mint'],
208
+ properties: {
209
+ mint: {
210
+ type: 'object',
211
+ required: ['amount', 'recipient'],
212
+ properties: {
213
+ amount: {
214
+ $ref: '#/definitions/Uint128',
215
+ },
216
+ recipient: {
217
+ type: 'string',
218
+ },
219
+ },
220
+ additionalProperties: false,
221
+ },
222
+ },
223
+ additionalProperties: false,
224
+ },
225
+ {
226
+ description: 'Only with the "mintable" extension. The current minter may set a new minter. Setting the minter to None will remove the token\'s minter forever.',
227
+ type: 'object',
228
+ required: ['update_minter'],
229
+ properties: {
230
+ update_minter: {
231
+ type: 'object',
232
+ properties: {
233
+ new_minter: {
234
+ type: ['string', 'null'],
235
+ },
236
+ },
237
+ additionalProperties: false,
238
+ },
239
+ },
240
+ additionalProperties: false,
241
+ },
242
+ {
243
+ description: 'Only with the "marketing" extension. If authorized, updates marketing metadata. Setting None/null for any of these will leave it unchanged. Setting Some("") will clear this field on the contract storage',
244
+ type: 'object',
245
+ required: ['update_marketing'],
246
+ properties: {
247
+ update_marketing: {
248
+ type: 'object',
249
+ properties: {
250
+ description: {
251
+ description: "A longer description of the token and it's utility. Designed for tooltips or such",
252
+ type: ['string', 'null'],
253
+ },
254
+ marketing: {
255
+ description: 'The address (if any) who can update this data structure',
256
+ type: ['string', 'null'],
257
+ },
258
+ project: {
259
+ description: 'A URL pointing to the project behind this token.',
260
+ type: ['string', 'null'],
261
+ },
262
+ },
263
+ additionalProperties: false,
264
+ },
265
+ },
266
+ additionalProperties: false,
267
+ },
268
+ {
269
+ description: 'If set as the "marketing" role on the contract, upload a new URL, SVG, or PNG for the token',
270
+ type: 'object',
271
+ required: ['upload_logo'],
272
+ properties: {
273
+ upload_logo: {
274
+ $ref: '#/definitions/Logo',
275
+ },
276
+ },
277
+ additionalProperties: false,
278
+ },
279
+ ],
280
+ definitions: {
281
+ Binary: {
282
+ description: 'Binary is a wrapper around Vec<u8> to add base64 de/serialization with serde. It also adds some helper methods to help encode inline.\n\nThis is only needed as serde-json-{core,wasm} has a horrible encoding for Vec<u8>. See also <https://github.com/CosmWasm/cosmwasm/blob/main/docs/MESSAGE_TYPES.md>.',
283
+ type: 'string',
284
+ },
285
+ EmbeddedLogo: {
286
+ description: 'This is used to store the logo on the blockchain in an accepted format. Enforce maximum size of 5KB on all variants.',
287
+ oneOf: [
288
+ {
289
+ description: 'Store the Logo as an SVG file. The content must conform to the spec at https://en.wikipedia.org/wiki/Scalable_Vector_Graphics (The contract should do some light-weight sanity-check validation)',
290
+ type: 'object',
291
+ required: ['svg'],
292
+ properties: {
293
+ svg: {
294
+ $ref: '#/definitions/Binary',
295
+ },
296
+ },
297
+ additionalProperties: false,
298
+ },
299
+ {
300
+ description: 'Store the Logo as a PNG file. This will likely only support up to 64x64 or so within the 5KB limit.',
301
+ type: 'object',
302
+ required: ['png'],
303
+ properties: {
304
+ png: {
305
+ $ref: '#/definitions/Binary',
306
+ },
307
+ },
308
+ additionalProperties: false,
309
+ },
310
+ ],
311
+ },
312
+ Expiration: {
313
+ description: 'Expiration represents a point in time when some event happens. It can compare with a BlockInfo and will return is_expired() == true once the condition is hit (and for every block in the future)',
314
+ oneOf: [
315
+ {
316
+ description: 'AtHeight will expire when `env.block.height` >= height',
317
+ type: 'object',
318
+ required: ['at_height'],
319
+ properties: {
320
+ at_height: {
321
+ type: 'integer',
322
+ format: 'uint64',
323
+ minimum: 0,
324
+ },
325
+ },
326
+ additionalProperties: false,
327
+ },
328
+ {
329
+ description: 'AtTime will expire when `env.block.time` >= time',
330
+ type: 'object',
331
+ required: ['at_time'],
332
+ properties: {
333
+ at_time: {
334
+ $ref: '#/definitions/Timestamp',
335
+ },
336
+ },
337
+ additionalProperties: false,
338
+ },
339
+ {
340
+ description: 'Never will never expire. Used to express the empty variant',
341
+ type: 'object',
342
+ required: ['never'],
343
+ properties: {
344
+ never: {
345
+ type: 'object',
346
+ additionalProperties: false,
347
+ },
348
+ },
349
+ additionalProperties: false,
350
+ },
351
+ ],
352
+ },
353
+ Logo: {
354
+ description: 'This is used for uploading logo data, or setting it in InstantiateData',
355
+ oneOf: [
356
+ {
357
+ description: 'A reference to an externally hosted logo. Must be a valid HTTP or HTTPS URL.',
358
+ type: 'object',
359
+ required: ['url'],
360
+ properties: {
361
+ url: {
362
+ type: 'string',
363
+ },
364
+ },
365
+ additionalProperties: false,
366
+ },
367
+ {
368
+ description: 'Logo content stored on the blockchain. Enforce maximum size of 5KB on all variants',
369
+ type: 'object',
370
+ required: ['embedded'],
371
+ properties: {
372
+ embedded: {
373
+ $ref: '#/definitions/EmbeddedLogo',
374
+ },
375
+ },
376
+ additionalProperties: false,
377
+ },
378
+ ],
379
+ },
380
+ Timestamp: {
381
+ description: 'A point in time in nanosecond precision.\n\nThis type can represent times from 1970-01-01T00:00:00Z to 2554-07-21T23:34:33Z.\n\n## Examples\n\n``` # use cosmwasm_std::Timestamp; let ts = Timestamp::from_nanos(1_000_000_202); assert_eq!(ts.nanos(), 1_000_000_202); assert_eq!(ts.seconds(), 1); assert_eq!(ts.subsec_nanos(), 202);\n\nlet ts = ts.plus_seconds(2); assert_eq!(ts.nanos(), 3_000_000_202); assert_eq!(ts.seconds(), 3); assert_eq!(ts.subsec_nanos(), 202); ```',
382
+ allOf: [
383
+ {
384
+ $ref: '#/definitions/Uint64',
385
+ },
386
+ ],
387
+ },
388
+ Uint128: {
389
+ description: 'A thin wrapper around u128 that is using strings for JSON encoding/decoding, such that the full u128 range can be used for clients that convert JSON numbers to floats, like JavaScript and jq.\n\n# Examples\n\nUse `from` to create instances of this and `u128` to get the value out:\n\n``` # use cosmwasm_std::Uint128; let a = Uint128::from(123u128); assert_eq!(a.u128(), 123);\n\nlet b = Uint128::from(42u64); assert_eq!(b.u128(), 42);\n\nlet c = Uint128::from(70u32); assert_eq!(c.u128(), 70); ```',
390
+ type: 'string',
391
+ },
392
+ Uint64: {
393
+ description: 'A thin wrapper around u64 that is using strings for JSON encoding/decoding, such that the full u64 range can be used for clients that convert JSON numbers to floats, like JavaScript and jq.\n\n# Examples\n\nUse `from` to create instances of this and `u64` to get the value out:\n\n``` # use cosmwasm_std::Uint64; let a = Uint64::from(42u64); assert_eq!(a.u64(), 42);\n\nlet b = Uint64::from(70u32); assert_eq!(b.u64(), 70); ```',
394
+ type: 'string',
395
+ },
396
+ },
397
+ };
398
+ //# sourceMappingURL=execute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.js","sourceRoot":"","sources":["../../../src/schemas/cw20/execute.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,KAAK,EAAE;QACL;YACE,WAAW,EACT,yFAAyF;YAC3F,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,UAAU,CAAC;YACtB,UAAU,EAAE;gBACV,QAAQ,EAAE;oBACR,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,QAAQ,EAAE,WAAW,CAAC;oBACjC,UAAU,EAAE;wBACV,MAAM,EAAE;4BACN,IAAI,EAAE,uBAAuB;yBAC9B;wBACD,SAAS,EAAE;4BACT,IAAI,EAAE,QAAQ;yBACf;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;YACD,oBAAoB,EAAE,KAAK;SAC5B;QACD;YACE,WAAW,EAAE,kDAAkD;YAC/D,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,MAAM,CAAC;YAClB,UAAU,EAAE;gBACV,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,QAAQ,CAAC;oBACpB,UAAU,EAAE;wBACV,MAAM,EAAE;4BACN,IAAI,EAAE,uBAAuB;yBAC9B;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;YACD,oBAAoB,EAAE,KAAK;SAC5B;QACD;YACE,WAAW,EACT,0GAA0G;YAC5G,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,MAAM,CAAC;YAClB,UAAU,EAAE;gBACV,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,QAAQ,EAAE,UAAU,EAAE,KAAK,CAAC;oBACvC,UAAU,EAAE;wBACV,MAAM,EAAE;4BACN,IAAI,EAAE,uBAAuB;yBAC9B;wBACD,QAAQ,EAAE;4BACR,IAAI,EAAE,QAAQ;yBACf;wBACD,GAAG,EAAE;4BACH,IAAI,EAAE,sBAAsB;yBAC7B;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;YACD,oBAAoB,EAAE,KAAK;SAC5B;QACD;YACE,WAAW,EACT,2MAA2M;YAC7M,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,oBAAoB,CAAC;YAChC,UAAU,EAAE;gBACV,kBAAkB,EAAE;oBAClB,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,CAAC;oBAC/B,UAAU,EAAE;wBACV,MAAM,EAAE;4BACN,IAAI,EAAE,uBAAuB;yBAC9B;wBACD,OAAO,EAAE;4BACP,KAAK,EAAE;gCACL;oCACE,IAAI,EAAE,0BAA0B;iCACjC;gCACD;oCACE,IAAI,EAAE,MAAM;iCACb;6BACF;yBACF;wBACD,OAAO,EAAE;4BACP,IAAI,EAAE,QAAQ;yBACf;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;YACD,oBAAoB,EAAE,KAAK;SAC5B;QACD;YACE,WAAW,EACT,uMAAuM;YACzM,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,oBAAoB,CAAC;YAChC,UAAU,EAAE;gBACV,kBAAkB,EAAE;oBAClB,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,CAAC;oBAC/B,UAAU,EAAE;wBACV,MAAM,EAAE;4BACN,IAAI,EAAE,uBAAuB;yBAC9B;wBACD,OAAO,EAAE;4BACP,KAAK,EAAE;gCACL;oCACE,IAAI,EAAE,0BAA0B;iCACjC;gCACD;oCACE,IAAI,EAAE,MAAM;iCACb;6BACF;yBACF;wBACD,OAAO,EAAE;4BACP,IAAI,EAAE,QAAQ;yBACf;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;YACD,oBAAoB,EAAE,KAAK;SAC5B;QACD;YACE,WAAW,EACT,8HAA8H;YAChI,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,eAAe,CAAC;YAC3B,UAAU,EAAE;gBACV,aAAa,EAAE;oBACb,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,WAAW,CAAC;oBAC1C,UAAU,EAAE;wBACV,MAAM,EAAE;4BACN,IAAI,EAAE,uBAAuB;yBAC9B;wBACD,KAAK,EAAE;4BACL,IAAI,EAAE,QAAQ;yBACf;wBACD,SAAS,EAAE;4BACT,IAAI,EAAE,QAAQ;yBACf;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;YACD,oBAAoB,EAAE,KAAK;SAC5B;QACD;YACE,WAAW,EACT,yHAAyH;YAC3H,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,WAAW,CAAC;YACvB,UAAU,EAAE;gBACV,SAAS,EAAE;oBACT,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,QAAQ,EAAE,UAAU,EAAE,KAAK,EAAE,OAAO,CAAC;oBAChD,UAAU,EAAE;wBACV,MAAM,EAAE;4BACN,IAAI,EAAE,uBAAuB;yBAC9B;wBACD,QAAQ,EAAE;4BACR,IAAI,EAAE,QAAQ;yBACf;wBACD,GAAG,EAAE;4BACH,IAAI,EAAE,sBAAsB;yBAC7B;wBACD,KAAK,EAAE;4BACL,IAAI,EAAE,QAAQ;yBACf;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;YACD,oBAAoB,EAAE,KAAK;SAC5B;QACD;YACE,WAAW,EAAE,yDAAyD;YACtE,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,WAAW,CAAC;YACvB,UAAU,EAAE;gBACV,SAAS,EAAE;oBACT,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,QAAQ,EAAE,OAAO,CAAC;oBAC7B,UAAU,EAAE;wBACV,MAAM,EAAE;4BACN,IAAI,EAAE,uBAAuB;yBAC9B;wBACD,KAAK,EAAE;4BACL,IAAI,EAAE,QAAQ;yBACf;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;YACD,oBAAoB,EAAE,KAAK;SAC5B;QACD;YACE,WAAW,EACT,iHAAiH;YACnH,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,MAAM,CAAC;YAClB,UAAU,EAAE;gBACV,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,QAAQ,EAAE,WAAW,CAAC;oBACjC,UAAU,EAAE;wBACV,MAAM,EAAE;4BACN,IAAI,EAAE,uBAAuB;yBAC9B;wBACD,SAAS,EAAE;4BACT,IAAI,EAAE,QAAQ;yBACf;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;YACD,oBAAoB,EAAE,KAAK;SAC5B;QACD;YACE,WAAW,EACT,kJAAkJ;YACpJ,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,eAAe,CAAC;YAC3B,UAAU,EAAE;gBACV,aAAa,EAAE;oBACb,IAAI,EAAE,QAAQ;oBACd,UAAU,EAAE;wBACV,UAAU,EAAE;4BACV,IAAI,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;yBACzB;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;YACD,oBAAoB,EAAE,KAAK;SAC5B;QACD;YACE,WAAW,EACT,4MAA4M;YAC9M,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,kBAAkB,CAAC;YAC9B,UAAU,EAAE;gBACV,gBAAgB,EAAE;oBAChB,IAAI,EAAE,QAAQ;oBACd,UAAU,EAAE;wBACV,WAAW,EAAE;4BACX,WAAW,EACT,mFAAmF;4BACrF,IAAI,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;yBACzB;wBACD,SAAS,EAAE;4BACT,WAAW,EACT,yDAAyD;4BAC3D,IAAI,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;yBACzB;wBACD,OAAO,EAAE;4BACP,WAAW,EAAE,kDAAkD;4BAC/D,IAAI,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC;yBACzB;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;YACD,oBAAoB,EAAE,KAAK;SAC5B;QACD;YACE,WAAW,EACT,6FAA6F;YAC/F,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,aAAa,CAAC;YACzB,UAAU,EAAE;gBACV,WAAW,EAAE;oBACX,IAAI,EAAE,oBAAoB;iBAC3B;aACF;YACD,oBAAoB,EAAE,KAAK;SAC5B;KACF;IACD,WAAW,EAAE;QACX,MAAM,EAAE;YACN,WAAW,EACT,8SAA8S;YAChT,IAAI,EAAE,QAAQ;SACf;QACD,YAAY,EAAE;YACZ,WAAW,EACT,sHAAsH;YACxH,KAAK,EAAE;gBACL;oBACE,WAAW,EACT,kMAAkM;oBACpM,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,KAAK,CAAC;oBACjB,UAAU,EAAE;wBACV,GAAG,EAAE;4BACH,IAAI,EAAE,sBAAsB;yBAC7B;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;gBACD;oBACE,WAAW,EACT,qGAAqG;oBACvG,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,KAAK,CAAC;oBACjB,UAAU,EAAE;wBACV,GAAG,EAAE;4BACH,IAAI,EAAE,sBAAsB;yBAC7B;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;SACF;QACD,UAAU,EAAE;YACV,WAAW,EACT,mMAAmM;YACrM,KAAK,EAAE;gBACL;oBACE,WAAW,EAAE,wDAAwD;oBACrE,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,WAAW,CAAC;oBACvB,UAAU,EAAE;wBACV,SAAS,EAAE;4BACT,IAAI,EAAE,SAAS;4BACf,MAAM,EAAE,QAAQ;4BAChB,OAAO,EAAE,CAAC;yBACX;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;gBACD;oBACE,WAAW,EAAE,kDAAkD;oBAC/D,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,SAAS,CAAC;oBACrB,UAAU,EAAE;wBACV,OAAO,EAAE;4BACP,IAAI,EAAE,yBAAyB;yBAChC;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;gBACD;oBACE,WAAW,EACT,4DAA4D;oBAC9D,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,OAAO,CAAC;oBACnB,UAAU,EAAE;wBACV,KAAK,EAAE;4BACL,IAAI,EAAE,QAAQ;4BACd,oBAAoB,EAAE,KAAK;yBAC5B;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;SACF;QACD,IAAI,EAAE;YACJ,WAAW,EACT,wEAAwE;YAC1E,KAAK,EAAE;gBACL;oBACE,WAAW,EACT,8EAA8E;oBAChF,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,KAAK,CAAC;oBACjB,UAAU,EAAE;wBACV,GAAG,EAAE;4BACH,IAAI,EAAE,QAAQ;yBACf;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;gBACD;oBACE,WAAW,EACT,oFAAoF;oBACtF,IAAI,EAAE,QAAQ;oBACd,QAAQ,EAAE,CAAC,UAAU,CAAC;oBACtB,UAAU,EAAE;wBACV,QAAQ,EAAE;4BACR,IAAI,EAAE,4BAA4B;yBACnC;qBACF;oBACD,oBAAoB,EAAE,KAAK;iBAC5B;aACF;SACF;QACD,SAAS,EAAE;YACT,WAAW,EACT,sdAAsd;YACxd,KAAK,EAAE;gBACL;oBACE,IAAI,EAAE,sBAAsB;iBAC7B;aACF;SACF;QACD,OAAO,EAAE;YACP,WAAW,EACT,mfAAmf;YACrf,IAAI,EAAE,QAAQ;SACf;QACD,MAAM,EAAE;YACN,WAAW,EACT,6aAA6a;YAC/a,IAAI,EAAE,QAAQ;SACf;KACF;CACO,CAAA"}