@0xtorch/core 0.0.21 → 0.0.23

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 (104) hide show
  1. package/_cjs/actions/parsers/default.js +1 -0
  2. package/_cjs/actions/parsers/default.js.map +1 -1
  3. package/_cjs/assets/schemas/nft.js +14 -2
  4. package/_cjs/assets/schemas/nft.js.map +1 -1
  5. package/_cjs/utils/rest.js +2 -0
  6. package/_cjs/utils/rest.js.map +1 -1
  7. package/_esm/actions/parsers/default.js +1 -0
  8. package/_esm/actions/parsers/default.js.map +1 -1
  9. package/_esm/assets/schemas/nft.js +14 -2
  10. package/_esm/assets/schemas/nft.js.map +1 -1
  11. package/_esm/utils/rest.js +2 -0
  12. package/_esm/utils/rest.js.map +1 -1
  13. package/_types/actions/parsers/default.d.ts.map +1 -1
  14. package/_types/actions/schemas/action.d.ts +5541 -95
  15. package/_types/actions/schemas/action.d.ts.map +1 -1
  16. package/_types/actions/schemas/borrow/borrow.d.ts +118 -2
  17. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  18. package/_types/actions/schemas/crossActionBundle.d.ts +402 -6
  19. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  20. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +118 -2
  21. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  22. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +118 -2
  23. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  24. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +236 -4
  25. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  26. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +236 -4
  27. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  28. package/_types/actions/schemas/default/accountAction.d.ts +459 -9
  29. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  30. package/_types/actions/schemas/default/normalAction.d.ts +459 -9
  31. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  32. package/_types/actions/schemas/default/transfer.d.ts +422 -10
  33. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  34. package/_types/actions/schemas/deposit/addLiquidity.d.ts +236 -4
  35. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  36. package/_types/actions/schemas/deposit/deposit.d.ts +118 -2
  37. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  38. package/_types/actions/schemas/deposit/depositWithBond.d.ts +236 -4
  39. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  40. package/_types/actions/schemas/deposit/stake.d.ts +118 -2
  41. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  42. package/_types/actions/schemas/ignore/ignore.d.ts +177 -3
  43. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  44. package/_types/actions/schemas/ignore/move.d.ts +177 -3
  45. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  46. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +118 -2
  47. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  48. package/_types/actions/schemas/ignore/sendToCex.d.ts +118 -2
  49. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  50. package/_types/actions/schemas/ignore/spam.d.ts +236 -4
  51. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  52. package/_types/actions/schemas/income/freeMintNft.d.ts +118 -2
  53. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  54. package/_types/actions/schemas/income/income.d.ts +118 -2
  55. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  56. package/_types/actions/schemas/income/swapIncome.d.ts +59 -1
  57. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  58. package/_types/actions/schemas/reduce/reduce.d.ts +59 -1
  59. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  60. package/_types/actions/schemas/repayment/repayment.d.ts +118 -2
  61. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  62. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +236 -4
  63. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  64. package/_types/actions/schemas/replace/replace.d.ts +236 -4
  65. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  66. package/_types/actions/schemas/replace/swapNft.d.ts +236 -4
  67. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  68. package/_types/actions/schemas/trade/buyNft.d.ts +118 -2
  69. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  70. package/_types/actions/schemas/trade/mintNft.d.ts +118 -2
  71. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  72. package/_types/actions/schemas/trade/sellNft.d.ts +118 -2
  73. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  74. package/_types/actions/schemas/trade/trade.d.ts +236 -4
  75. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  76. package/_types/actions/schemas/transfer/swapTransfer.d.ts +59 -1
  77. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  78. package/_types/actions/schemas/transfer/transfer.d.ts +236 -4
  79. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  80. package/_types/actions/schemas/valuedown/valuedown.d.ts +204 -4
  81. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  82. package/_types/actions/schemas/valueup/valueup.d.ts +204 -4
  83. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  84. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +236 -4
  85. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  86. package/_types/actions/schemas/withdraw/unstake.d.ts +118 -2
  87. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  88. package/_types/actions/schemas/withdraw/withdraw.d.ts +118 -2
  89. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  90. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +236 -4
  91. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  92. package/_types/actions/utils.d.ts +12 -0
  93. package/_types/actions/utils.d.ts.map +1 -1
  94. package/_types/assets/schemas/asset.d.ts +27 -1
  95. package/_types/assets/schemas/asset.d.ts.map +1 -1
  96. package/_types/assets/schemas/nft.d.ts +27 -1
  97. package/_types/assets/schemas/nft.d.ts.map +1 -1
  98. package/_types/setAccountActionPrices.d.ts +204 -0
  99. package/_types/setAccountActionPrices.d.ts.map +1 -1
  100. package/_types/utils/rest.d.ts.map +1 -1
  101. package/actions/parsers/default.ts +1 -0
  102. package/assets/schemas/nft.ts +16 -4
  103. package/package.json +1 -1
  104. package/utils/rest.ts +2 -0
@@ -1 +1 @@
1
- {"version":3,"file":"crossActionBundle.d.ts","sourceRoot":"","sources":["../../../actions/schemas/crossActionBundle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUlC,CAAA"}
1
+ {"version":3,"file":"crossActionBundle.d.ts","sourceRoot":"","sources":["../../../actions/schemas/crossActionBundle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUlC,CAAA"}
@@ -362,18 +362,48 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
362
362
  decimals: number;
363
363
  }>;
364
364
  direction: z.ZodLiteral<"out">;
365
- asset: z.ZodObject<{
365
+ asset: z.ZodEffects<z.ZodObject<{
366
366
  type: z.ZodLiteral<"Nft">;
367
367
  id: z.ZodString;
368
+ name: z.ZodOptional<z.ZodString>;
369
+ symbol: z.ZodOptional<z.ZodString>;
370
+ image: z.ZodOptional<z.ZodString>;
371
+ metadata: z.ZodOptional<z.ZodString>;
368
372
  }, "strip", z.ZodTypeAny, {
369
373
  type: "Nft";
370
374
  id: string;
375
+ name?: string | undefined;
376
+ symbol?: string | undefined;
377
+ image?: string | undefined;
378
+ metadata?: string | undefined;
379
+ }, {
380
+ type: "Nft";
381
+ id: string;
382
+ name?: string | undefined;
383
+ symbol?: string | undefined;
384
+ image?: string | undefined;
385
+ metadata?: string | undefined;
386
+ }>, {
387
+ name: string | undefined;
388
+ symbol: string | undefined;
389
+ image: string | undefined;
390
+ metadata: string | undefined;
391
+ type: "Nft";
392
+ id: string;
371
393
  }, {
372
394
  type: "Nft";
373
395
  id: string;
396
+ name?: string | undefined;
397
+ symbol?: string | undefined;
398
+ image?: string | undefined;
399
+ metadata?: string | undefined;
374
400
  }>;
375
401
  }, "strip", z.ZodTypeAny, {
376
402
  asset: {
403
+ name: string | undefined;
404
+ symbol: string | undefined;
405
+ image: string | undefined;
406
+ metadata: string | undefined;
377
407
  type: "Nft";
378
408
  id: string;
379
409
  };
@@ -397,6 +427,10 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
397
427
  asset: {
398
428
  type: "Nft";
399
429
  id: string;
430
+ name?: string | undefined;
431
+ symbol?: string | undefined;
432
+ image?: string | undefined;
433
+ metadata?: string | undefined;
400
434
  };
401
435
  amount: {
402
436
  value: bigint;
@@ -427,6 +461,10 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
427
461
  timestamp: number;
428
462
  } | undefined;
429
463
  asset: {
464
+ name: string | undefined;
465
+ symbol: string | undefined;
466
+ image: string | undefined;
467
+ metadata: string | undefined;
430
468
  type: "Nft";
431
469
  id: string;
432
470
  };
@@ -439,6 +477,10 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
439
477
  asset: {
440
478
  type: "Nft";
441
479
  id: string;
480
+ name?: string | undefined;
481
+ symbol?: string | undefined;
482
+ image?: string | undefined;
483
+ metadata?: string | undefined;
442
484
  };
443
485
  amount: {
444
486
  value: bigint;
@@ -507,6 +549,10 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
507
549
  timestamp: number;
508
550
  } | undefined;
509
551
  asset: {
552
+ name: string | undefined;
553
+ symbol: string | undefined;
554
+ image: string | undefined;
555
+ metadata: string | undefined;
510
556
  type: "Nft";
511
557
  id: string;
512
558
  };
@@ -568,6 +614,10 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
568
614
  asset: {
569
615
  type: "Nft";
570
616
  id: string;
617
+ name?: string | undefined;
618
+ symbol?: string | undefined;
619
+ image?: string | undefined;
620
+ metadata?: string | undefined;
571
621
  };
572
622
  amount: {
573
623
  value: bigint;
@@ -656,6 +706,10 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
656
706
  timestamp: number;
657
707
  } | undefined;
658
708
  asset: {
709
+ name: string | undefined;
710
+ symbol: string | undefined;
711
+ image: string | undefined;
712
+ metadata: string | undefined;
659
713
  type: "Nft";
660
714
  id: string;
661
715
  };
@@ -708,6 +762,10 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
708
762
  asset: {
709
763
  type: "Nft";
710
764
  id: string;
765
+ name?: string | undefined;
766
+ symbol?: string | undefined;
767
+ image?: string | undefined;
768
+ metadata?: string | undefined;
711
769
  };
712
770
  amount: {
713
771
  value: bigint;
@@ -1103,18 +1161,48 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1103
1161
  decimals: number;
1104
1162
  }>;
1105
1163
  direction: z.ZodLiteral<"out">;
1106
- asset: z.ZodObject<{
1164
+ asset: z.ZodEffects<z.ZodObject<{
1107
1165
  type: z.ZodLiteral<"Nft">;
1108
1166
  id: z.ZodString;
1167
+ name: z.ZodOptional<z.ZodString>;
1168
+ symbol: z.ZodOptional<z.ZodString>;
1169
+ image: z.ZodOptional<z.ZodString>;
1170
+ metadata: z.ZodOptional<z.ZodString>;
1109
1171
  }, "strip", z.ZodTypeAny, {
1110
1172
  type: "Nft";
1111
1173
  id: string;
1174
+ name?: string | undefined;
1175
+ symbol?: string | undefined;
1176
+ image?: string | undefined;
1177
+ metadata?: string | undefined;
1178
+ }, {
1179
+ type: "Nft";
1180
+ id: string;
1181
+ name?: string | undefined;
1182
+ symbol?: string | undefined;
1183
+ image?: string | undefined;
1184
+ metadata?: string | undefined;
1185
+ }>, {
1186
+ name: string | undefined;
1187
+ symbol: string | undefined;
1188
+ image: string | undefined;
1189
+ metadata: string | undefined;
1190
+ type: "Nft";
1191
+ id: string;
1112
1192
  }, {
1113
1193
  type: "Nft";
1114
1194
  id: string;
1195
+ name?: string | undefined;
1196
+ symbol?: string | undefined;
1197
+ image?: string | undefined;
1198
+ metadata?: string | undefined;
1115
1199
  }>;
1116
1200
  }, "strip", z.ZodTypeAny, {
1117
1201
  asset: {
1202
+ name: string | undefined;
1203
+ symbol: string | undefined;
1204
+ image: string | undefined;
1205
+ metadata: string | undefined;
1118
1206
  type: "Nft";
1119
1207
  id: string;
1120
1208
  };
@@ -1138,6 +1226,10 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1138
1226
  asset: {
1139
1227
  type: "Nft";
1140
1228
  id: string;
1229
+ name?: string | undefined;
1230
+ symbol?: string | undefined;
1231
+ image?: string | undefined;
1232
+ metadata?: string | undefined;
1141
1233
  };
1142
1234
  amount: {
1143
1235
  value: bigint;
@@ -1168,6 +1260,10 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1168
1260
  timestamp: number;
1169
1261
  } | undefined;
1170
1262
  asset: {
1263
+ name: string | undefined;
1264
+ symbol: string | undefined;
1265
+ image: string | undefined;
1266
+ metadata: string | undefined;
1171
1267
  type: "Nft";
1172
1268
  id: string;
1173
1269
  };
@@ -1180,6 +1276,10 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1180
1276
  asset: {
1181
1277
  type: "Nft";
1182
1278
  id: string;
1279
+ name?: string | undefined;
1280
+ symbol?: string | undefined;
1281
+ image?: string | undefined;
1282
+ metadata?: string | undefined;
1183
1283
  };
1184
1284
  amount: {
1185
1285
  value: bigint;
@@ -1250,6 +1350,10 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1250
1350
  timestamp: number;
1251
1351
  } | undefined;
1252
1352
  asset: {
1353
+ name: string | undefined;
1354
+ symbol: string | undefined;
1355
+ image: string | undefined;
1356
+ metadata: string | undefined;
1253
1357
  type: "Nft";
1254
1358
  id: string;
1255
1359
  };
@@ -1313,6 +1417,10 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1313
1417
  asset: {
1314
1418
  type: "Nft";
1315
1419
  id: string;
1420
+ name?: string | undefined;
1421
+ symbol?: string | undefined;
1422
+ image?: string | undefined;
1423
+ metadata?: string | undefined;
1316
1424
  };
1317
1425
  amount: {
1318
1426
  value: bigint;
@@ -1403,6 +1511,10 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1403
1511
  timestamp: number;
1404
1512
  } | undefined;
1405
1513
  asset: {
1514
+ name: string | undefined;
1515
+ symbol: string | undefined;
1516
+ image: string | undefined;
1517
+ metadata: string | undefined;
1406
1518
  type: "Nft";
1407
1519
  id: string;
1408
1520
  };
@@ -1457,6 +1569,10 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1457
1569
  asset: {
1458
1570
  type: "Nft";
1459
1571
  id: string;
1572
+ name?: string | undefined;
1573
+ symbol?: string | undefined;
1574
+ image?: string | undefined;
1575
+ metadata?: string | undefined;
1460
1576
  };
1461
1577
  amount: {
1462
1578
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"bridgeFrom.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/crossReplace/bridgeFrom.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWpC,CAAA;AAEL,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWrC,CAAA"}
1
+ {"version":3,"file":"bridgeFrom.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/crossReplace/bridgeFrom.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWpC,CAAA;AAEL,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWrC,CAAA"}
@@ -362,18 +362,48 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
362
362
  decimals: number;
363
363
  }>;
364
364
  direction: z.ZodLiteral<"in">;
365
- asset: z.ZodObject<{
365
+ asset: z.ZodEffects<z.ZodObject<{
366
366
  type: z.ZodLiteral<"Nft">;
367
367
  id: z.ZodString;
368
+ name: z.ZodOptional<z.ZodString>;
369
+ symbol: z.ZodOptional<z.ZodString>;
370
+ image: z.ZodOptional<z.ZodString>;
371
+ metadata: z.ZodOptional<z.ZodString>;
368
372
  }, "strip", z.ZodTypeAny, {
369
373
  type: "Nft";
370
374
  id: string;
375
+ name?: string | undefined;
376
+ symbol?: string | undefined;
377
+ image?: string | undefined;
378
+ metadata?: string | undefined;
379
+ }, {
380
+ type: "Nft";
381
+ id: string;
382
+ name?: string | undefined;
383
+ symbol?: string | undefined;
384
+ image?: string | undefined;
385
+ metadata?: string | undefined;
386
+ }>, {
387
+ name: string | undefined;
388
+ symbol: string | undefined;
389
+ image: string | undefined;
390
+ metadata: string | undefined;
391
+ type: "Nft";
392
+ id: string;
371
393
  }, {
372
394
  type: "Nft";
373
395
  id: string;
396
+ name?: string | undefined;
397
+ symbol?: string | undefined;
398
+ image?: string | undefined;
399
+ metadata?: string | undefined;
374
400
  }>;
375
401
  }, "strip", z.ZodTypeAny, {
376
402
  asset: {
403
+ name: string | undefined;
404
+ symbol: string | undefined;
405
+ image: string | undefined;
406
+ metadata: string | undefined;
377
407
  type: "Nft";
378
408
  id: string;
379
409
  };
@@ -397,6 +427,10 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
397
427
  asset: {
398
428
  type: "Nft";
399
429
  id: string;
430
+ name?: string | undefined;
431
+ symbol?: string | undefined;
432
+ image?: string | undefined;
433
+ metadata?: string | undefined;
400
434
  };
401
435
  amount: {
402
436
  value: bigint;
@@ -427,6 +461,10 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
427
461
  timestamp: number;
428
462
  } | undefined;
429
463
  asset: {
464
+ name: string | undefined;
465
+ symbol: string | undefined;
466
+ image: string | undefined;
467
+ metadata: string | undefined;
430
468
  type: "Nft";
431
469
  id: string;
432
470
  };
@@ -439,6 +477,10 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
439
477
  asset: {
440
478
  type: "Nft";
441
479
  id: string;
480
+ name?: string | undefined;
481
+ symbol?: string | undefined;
482
+ image?: string | undefined;
483
+ metadata?: string | undefined;
442
484
  };
443
485
  amount: {
444
486
  value: bigint;
@@ -507,6 +549,10 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
507
549
  timestamp: number;
508
550
  } | undefined;
509
551
  asset: {
552
+ name: string | undefined;
553
+ symbol: string | undefined;
554
+ image: string | undefined;
555
+ metadata: string | undefined;
510
556
  type: "Nft";
511
557
  id: string;
512
558
  };
@@ -568,6 +614,10 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
568
614
  asset: {
569
615
  type: "Nft";
570
616
  id: string;
617
+ name?: string | undefined;
618
+ symbol?: string | undefined;
619
+ image?: string | undefined;
620
+ metadata?: string | undefined;
571
621
  };
572
622
  amount: {
573
623
  value: bigint;
@@ -656,6 +706,10 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
656
706
  timestamp: number;
657
707
  } | undefined;
658
708
  asset: {
709
+ name: string | undefined;
710
+ symbol: string | undefined;
711
+ image: string | undefined;
712
+ metadata: string | undefined;
659
713
  type: "Nft";
660
714
  id: string;
661
715
  };
@@ -708,6 +762,10 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
708
762
  asset: {
709
763
  type: "Nft";
710
764
  id: string;
765
+ name?: string | undefined;
766
+ symbol?: string | undefined;
767
+ image?: string | undefined;
768
+ metadata?: string | undefined;
711
769
  };
712
770
  amount: {
713
771
  value: bigint;
@@ -1103,18 +1161,48 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1103
1161
  decimals: number;
1104
1162
  }>;
1105
1163
  direction: z.ZodLiteral<"in">;
1106
- asset: z.ZodObject<{
1164
+ asset: z.ZodEffects<z.ZodObject<{
1107
1165
  type: z.ZodLiteral<"Nft">;
1108
1166
  id: z.ZodString;
1167
+ name: z.ZodOptional<z.ZodString>;
1168
+ symbol: z.ZodOptional<z.ZodString>;
1169
+ image: z.ZodOptional<z.ZodString>;
1170
+ metadata: z.ZodOptional<z.ZodString>;
1109
1171
  }, "strip", z.ZodTypeAny, {
1110
1172
  type: "Nft";
1111
1173
  id: string;
1174
+ name?: string | undefined;
1175
+ symbol?: string | undefined;
1176
+ image?: string | undefined;
1177
+ metadata?: string | undefined;
1178
+ }, {
1179
+ type: "Nft";
1180
+ id: string;
1181
+ name?: string | undefined;
1182
+ symbol?: string | undefined;
1183
+ image?: string | undefined;
1184
+ metadata?: string | undefined;
1185
+ }>, {
1186
+ name: string | undefined;
1187
+ symbol: string | undefined;
1188
+ image: string | undefined;
1189
+ metadata: string | undefined;
1190
+ type: "Nft";
1191
+ id: string;
1112
1192
  }, {
1113
1193
  type: "Nft";
1114
1194
  id: string;
1195
+ name?: string | undefined;
1196
+ symbol?: string | undefined;
1197
+ image?: string | undefined;
1198
+ metadata?: string | undefined;
1115
1199
  }>;
1116
1200
  }, "strip", z.ZodTypeAny, {
1117
1201
  asset: {
1202
+ name: string | undefined;
1203
+ symbol: string | undefined;
1204
+ image: string | undefined;
1205
+ metadata: string | undefined;
1118
1206
  type: "Nft";
1119
1207
  id: string;
1120
1208
  };
@@ -1138,6 +1226,10 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1138
1226
  asset: {
1139
1227
  type: "Nft";
1140
1228
  id: string;
1229
+ name?: string | undefined;
1230
+ symbol?: string | undefined;
1231
+ image?: string | undefined;
1232
+ metadata?: string | undefined;
1141
1233
  };
1142
1234
  amount: {
1143
1235
  value: bigint;
@@ -1168,6 +1260,10 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1168
1260
  timestamp: number;
1169
1261
  } | undefined;
1170
1262
  asset: {
1263
+ name: string | undefined;
1264
+ symbol: string | undefined;
1265
+ image: string | undefined;
1266
+ metadata: string | undefined;
1171
1267
  type: "Nft";
1172
1268
  id: string;
1173
1269
  };
@@ -1180,6 +1276,10 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1180
1276
  asset: {
1181
1277
  type: "Nft";
1182
1278
  id: string;
1279
+ name?: string | undefined;
1280
+ symbol?: string | undefined;
1281
+ image?: string | undefined;
1282
+ metadata?: string | undefined;
1183
1283
  };
1184
1284
  amount: {
1185
1285
  value: bigint;
@@ -1250,6 +1350,10 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1250
1350
  timestamp: number;
1251
1351
  } | undefined;
1252
1352
  asset: {
1353
+ name: string | undefined;
1354
+ symbol: string | undefined;
1355
+ image: string | undefined;
1356
+ metadata: string | undefined;
1253
1357
  type: "Nft";
1254
1358
  id: string;
1255
1359
  };
@@ -1313,6 +1417,10 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1313
1417
  asset: {
1314
1418
  type: "Nft";
1315
1419
  id: string;
1420
+ name?: string | undefined;
1421
+ symbol?: string | undefined;
1422
+ image?: string | undefined;
1423
+ metadata?: string | undefined;
1316
1424
  };
1317
1425
  amount: {
1318
1426
  value: bigint;
@@ -1403,6 +1511,10 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1403
1511
  timestamp: number;
1404
1512
  } | undefined;
1405
1513
  asset: {
1514
+ name: string | undefined;
1515
+ symbol: string | undefined;
1516
+ image: string | undefined;
1517
+ metadata: string | undefined;
1406
1518
  type: "Nft";
1407
1519
  id: string;
1408
1520
  };
@@ -1457,6 +1569,10 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1457
1569
  asset: {
1458
1570
  type: "Nft";
1459
1571
  id: string;
1572
+ name?: string | undefined;
1573
+ symbol?: string | undefined;
1574
+ image?: string | undefined;
1575
+ metadata?: string | undefined;
1460
1576
  };
1461
1577
  amount: {
1462
1578
  value: bigint;
@@ -1 +1 @@
1
- {"version":3,"file":"bridgeTo.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/crossReplace/bridgeTo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWlC,CAAA;AAEL,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWnC,CAAA"}
1
+ {"version":3,"file":"bridgeTo.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/crossReplace/bridgeTo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWlC,CAAA;AAEL,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWnC,CAAA"}