@0xtorch/core 0.0.27 → 0.0.28

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 (92) hide show
  1. package/_cjs/assets/schemas/nft.js +1 -0
  2. package/_cjs/assets/schemas/nft.js.map +1 -1
  3. package/_esm/assets/schemas/nft.js +1 -0
  4. package/_esm/assets/schemas/nft.js.map +1 -1
  5. package/_types/actions/schemas/action.d.ts +1219 -0
  6. package/_types/actions/schemas/action.d.ts.map +1 -1
  7. package/_types/actions/schemas/borrow/borrow.d.ts +26 -0
  8. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -1
  9. package/_types/actions/schemas/crossActionBundle.d.ts +90 -0
  10. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -1
  11. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +26 -0
  12. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -1
  13. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +26 -0
  14. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -1
  15. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +52 -0
  16. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -1
  17. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +52 -0
  18. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -1
  19. package/_types/actions/schemas/default/accountAction.d.ts +99 -0
  20. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -1
  21. package/_types/actions/schemas/default/normalAction.d.ts +99 -0
  22. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -1
  23. package/_types/actions/schemas/default/transfer.d.ts +88 -0
  24. package/_types/actions/schemas/default/transfer.d.ts.map +1 -1
  25. package/_types/actions/schemas/deposit/addLiquidity.d.ts +52 -0
  26. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -1
  27. package/_types/actions/schemas/deposit/deposit.d.ts +26 -0
  28. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -1
  29. package/_types/actions/schemas/deposit/depositWithBond.d.ts +52 -0
  30. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -1
  31. package/_types/actions/schemas/deposit/stake.d.ts +26 -0
  32. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -1
  33. package/_types/actions/schemas/ignore/ignore.d.ts +39 -0
  34. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -1
  35. package/_types/actions/schemas/ignore/move.d.ts +39 -0
  36. package/_types/actions/schemas/ignore/move.d.ts.map +1 -1
  37. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +26 -0
  38. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -1
  39. package/_types/actions/schemas/ignore/sendToCex.d.ts +26 -0
  40. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -1
  41. package/_types/actions/schemas/ignore/spam.d.ts +52 -0
  42. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -1
  43. package/_types/actions/schemas/income/freeMintNft.d.ts +26 -0
  44. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -1
  45. package/_types/actions/schemas/income/income.d.ts +26 -0
  46. package/_types/actions/schemas/income/income.d.ts.map +1 -1
  47. package/_types/actions/schemas/income/swapIncome.d.ts +13 -0
  48. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -1
  49. package/_types/actions/schemas/reduce/reduce.d.ts +13 -0
  50. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -1
  51. package/_types/actions/schemas/repayment/repayment.d.ts +26 -0
  52. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -1
  53. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +52 -0
  54. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -1
  55. package/_types/actions/schemas/replace/replace.d.ts +52 -0
  56. package/_types/actions/schemas/replace/replace.d.ts.map +1 -1
  57. package/_types/actions/schemas/replace/swapNft.d.ts +52 -0
  58. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -1
  59. package/_types/actions/schemas/trade/buyNft.d.ts +26 -0
  60. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -1
  61. package/_types/actions/schemas/trade/mintNft.d.ts +26 -0
  62. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -1
  63. package/_types/actions/schemas/trade/sellNft.d.ts +26 -0
  64. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -1
  65. package/_types/actions/schemas/trade/trade.d.ts +52 -0
  66. package/_types/actions/schemas/trade/trade.d.ts.map +1 -1
  67. package/_types/actions/schemas/transfer/swapTransfer.d.ts +13 -0
  68. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -1
  69. package/_types/actions/schemas/transfer/transfer.d.ts +52 -0
  70. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -1
  71. package/_types/actions/schemas/valuedown/valuedown.d.ts +44 -0
  72. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -1
  73. package/_types/actions/schemas/valueup/valueup.d.ts +44 -0
  74. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -1
  75. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +52 -0
  76. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -1
  77. package/_types/actions/schemas/withdraw/unstake.d.ts +26 -0
  78. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -1
  79. package/_types/actions/schemas/withdraw/withdraw.d.ts +26 -0
  80. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -1
  81. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +52 -0
  82. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -1
  83. package/_types/actions/utils.d.ts +3 -0
  84. package/_types/actions/utils.d.ts.map +1 -1
  85. package/_types/assets/schemas/asset.d.ts +5 -0
  86. package/_types/assets/schemas/asset.d.ts.map +1 -1
  87. package/_types/assets/schemas/nft.d.ts +5 -0
  88. package/_types/assets/schemas/nft.d.ts.map +1 -1
  89. package/_types/setAccountActionPrices.d.ts +51 -0
  90. package/_types/setAccountActionPrices.d.ts.map +1 -1
  91. package/assets/schemas/nft.ts +1 -0
  92. package/package.json +1 -1
@@ -369,9 +369,11 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
369
369
  symbol: z.ZodOptional<z.ZodString>;
370
370
  image: z.ZodOptional<z.ZodString>;
371
371
  metadata: z.ZodOptional<z.ZodString>;
372
+ updatedAt: z.ZodNumber;
372
373
  }, "strip", z.ZodTypeAny, {
373
374
  type: "Nft";
374
375
  id: string;
376
+ updatedAt: number;
375
377
  name?: string | undefined;
376
378
  symbol?: string | undefined;
377
379
  image?: string | undefined;
@@ -379,6 +381,7 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
379
381
  }, {
380
382
  type: "Nft";
381
383
  id: string;
384
+ updatedAt: number;
382
385
  name?: string | undefined;
383
386
  symbol?: string | undefined;
384
387
  image?: string | undefined;
@@ -390,9 +393,11 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
390
393
  metadata: string | undefined;
391
394
  type: "Nft";
392
395
  id: string;
396
+ updatedAt: number;
393
397
  }, {
394
398
  type: "Nft";
395
399
  id: string;
400
+ updatedAt: number;
396
401
  name?: string | undefined;
397
402
  symbol?: string | undefined;
398
403
  image?: string | undefined;
@@ -406,6 +411,7 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
406
411
  metadata: string | undefined;
407
412
  type: "Nft";
408
413
  id: string;
414
+ updatedAt: number;
409
415
  };
410
416
  amount: {
411
417
  value: bigint;
@@ -427,6 +433,7 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
427
433
  asset: {
428
434
  type: "Nft";
429
435
  id: string;
436
+ updatedAt: number;
430
437
  name?: string | undefined;
431
438
  symbol?: string | undefined;
432
439
  image?: string | undefined;
@@ -467,6 +474,7 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
467
474
  metadata: string | undefined;
468
475
  type: "Nft";
469
476
  id: string;
477
+ updatedAt: number;
470
478
  };
471
479
  amount: {
472
480
  value: bigint;
@@ -477,6 +485,7 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
477
485
  asset: {
478
486
  type: "Nft";
479
487
  id: string;
488
+ updatedAt: number;
480
489
  name?: string | undefined;
481
490
  symbol?: string | undefined;
482
491
  image?: string | undefined;
@@ -555,6 +564,7 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
555
564
  metadata: string | undefined;
556
565
  type: "Nft";
557
566
  id: string;
567
+ updatedAt: number;
558
568
  };
559
569
  amount: {
560
570
  value: bigint;
@@ -614,6 +624,7 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
614
624
  asset: {
615
625
  type: "Nft";
616
626
  id: string;
627
+ updatedAt: number;
617
628
  name?: string | undefined;
618
629
  symbol?: string | undefined;
619
630
  image?: string | undefined;
@@ -712,6 +723,7 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
712
723
  metadata: string | undefined;
713
724
  type: "Nft";
714
725
  id: string;
726
+ updatedAt: number;
715
727
  };
716
728
  amount: {
717
729
  value: bigint;
@@ -762,6 +774,7 @@ export declare const normalActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
762
774
  asset: {
763
775
  type: "Nft";
764
776
  id: string;
777
+ updatedAt: number;
765
778
  name?: string | undefined;
766
779
  symbol?: string | undefined;
767
780
  image?: string | undefined;
@@ -1168,9 +1181,11 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1168
1181
  symbol: z.ZodOptional<z.ZodString>;
1169
1182
  image: z.ZodOptional<z.ZodString>;
1170
1183
  metadata: z.ZodOptional<z.ZodString>;
1184
+ updatedAt: z.ZodNumber;
1171
1185
  }, "strip", z.ZodTypeAny, {
1172
1186
  type: "Nft";
1173
1187
  id: string;
1188
+ updatedAt: number;
1174
1189
  name?: string | undefined;
1175
1190
  symbol?: string | undefined;
1176
1191
  image?: string | undefined;
@@ -1178,6 +1193,7 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1178
1193
  }, {
1179
1194
  type: "Nft";
1180
1195
  id: string;
1196
+ updatedAt: number;
1181
1197
  name?: string | undefined;
1182
1198
  symbol?: string | undefined;
1183
1199
  image?: string | undefined;
@@ -1189,9 +1205,11 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1189
1205
  metadata: string | undefined;
1190
1206
  type: "Nft";
1191
1207
  id: string;
1208
+ updatedAt: number;
1192
1209
  }, {
1193
1210
  type: "Nft";
1194
1211
  id: string;
1212
+ updatedAt: number;
1195
1213
  name?: string | undefined;
1196
1214
  symbol?: string | undefined;
1197
1215
  image?: string | undefined;
@@ -1205,6 +1223,7 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1205
1223
  metadata: string | undefined;
1206
1224
  type: "Nft";
1207
1225
  id: string;
1226
+ updatedAt: number;
1208
1227
  };
1209
1228
  amount: {
1210
1229
  value: bigint;
@@ -1226,6 +1245,7 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1226
1245
  asset: {
1227
1246
  type: "Nft";
1228
1247
  id: string;
1248
+ updatedAt: number;
1229
1249
  name?: string | undefined;
1230
1250
  symbol?: string | undefined;
1231
1251
  image?: string | undefined;
@@ -1266,6 +1286,7 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1266
1286
  metadata: string | undefined;
1267
1287
  type: "Nft";
1268
1288
  id: string;
1289
+ updatedAt: number;
1269
1290
  };
1270
1291
  amount: {
1271
1292
  value: bigint;
@@ -1276,6 +1297,7 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1276
1297
  asset: {
1277
1298
  type: "Nft";
1278
1299
  id: string;
1300
+ updatedAt: number;
1279
1301
  name?: string | undefined;
1280
1302
  symbol?: string | undefined;
1281
1303
  image?: string | undefined;
@@ -1356,6 +1378,7 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1356
1378
  metadata: string | undefined;
1357
1379
  type: "Nft";
1358
1380
  id: string;
1381
+ updatedAt: number;
1359
1382
  };
1360
1383
  amount: {
1361
1384
  value: bigint;
@@ -1417,6 +1440,7 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1417
1440
  asset: {
1418
1441
  type: "Nft";
1419
1442
  id: string;
1443
+ updatedAt: number;
1420
1444
  name?: string | undefined;
1421
1445
  symbol?: string | undefined;
1422
1446
  image?: string | undefined;
@@ -1517,6 +1541,7 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1517
1541
  metadata: string | undefined;
1518
1542
  type: "Nft";
1519
1543
  id: string;
1544
+ updatedAt: number;
1520
1545
  };
1521
1546
  amount: {
1522
1547
  value: bigint;
@@ -1569,6 +1594,7 @@ export declare const accountActionBridgeFromSchema: z.ZodEffects<z.ZodObject<{
1569
1594
  asset: {
1570
1595
  type: "Nft";
1571
1596
  id: string;
1597
+ updatedAt: number;
1572
1598
  name?: string | undefined;
1573
1599
  symbol?: string | undefined;
1574
1600
  image?: string | undefined;
@@ -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"}
@@ -369,9 +369,11 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
369
369
  symbol: z.ZodOptional<z.ZodString>;
370
370
  image: z.ZodOptional<z.ZodString>;
371
371
  metadata: z.ZodOptional<z.ZodString>;
372
+ updatedAt: z.ZodNumber;
372
373
  }, "strip", z.ZodTypeAny, {
373
374
  type: "Nft";
374
375
  id: string;
376
+ updatedAt: number;
375
377
  name?: string | undefined;
376
378
  symbol?: string | undefined;
377
379
  image?: string | undefined;
@@ -379,6 +381,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
379
381
  }, {
380
382
  type: "Nft";
381
383
  id: string;
384
+ updatedAt: number;
382
385
  name?: string | undefined;
383
386
  symbol?: string | undefined;
384
387
  image?: string | undefined;
@@ -390,9 +393,11 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
390
393
  metadata: string | undefined;
391
394
  type: "Nft";
392
395
  id: string;
396
+ updatedAt: number;
393
397
  }, {
394
398
  type: "Nft";
395
399
  id: string;
400
+ updatedAt: number;
396
401
  name?: string | undefined;
397
402
  symbol?: string | undefined;
398
403
  image?: string | undefined;
@@ -406,6 +411,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
406
411
  metadata: string | undefined;
407
412
  type: "Nft";
408
413
  id: string;
414
+ updatedAt: number;
409
415
  };
410
416
  amount: {
411
417
  value: bigint;
@@ -427,6 +433,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
427
433
  asset: {
428
434
  type: "Nft";
429
435
  id: string;
436
+ updatedAt: number;
430
437
  name?: string | undefined;
431
438
  symbol?: string | undefined;
432
439
  image?: string | undefined;
@@ -467,6 +474,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
467
474
  metadata: string | undefined;
468
475
  type: "Nft";
469
476
  id: string;
477
+ updatedAt: number;
470
478
  };
471
479
  amount: {
472
480
  value: bigint;
@@ -477,6 +485,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
477
485
  asset: {
478
486
  type: "Nft";
479
487
  id: string;
488
+ updatedAt: number;
480
489
  name?: string | undefined;
481
490
  symbol?: string | undefined;
482
491
  image?: string | undefined;
@@ -555,6 +564,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
555
564
  metadata: string | undefined;
556
565
  type: "Nft";
557
566
  id: string;
567
+ updatedAt: number;
558
568
  };
559
569
  amount: {
560
570
  value: bigint;
@@ -614,6 +624,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
614
624
  asset: {
615
625
  type: "Nft";
616
626
  id: string;
627
+ updatedAt: number;
617
628
  name?: string | undefined;
618
629
  symbol?: string | undefined;
619
630
  image?: string | undefined;
@@ -712,6 +723,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
712
723
  metadata: string | undefined;
713
724
  type: "Nft";
714
725
  id: string;
726
+ updatedAt: number;
715
727
  };
716
728
  amount: {
717
729
  value: bigint;
@@ -762,6 +774,7 @@ export declare const normalActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
762
774
  asset: {
763
775
  type: "Nft";
764
776
  id: string;
777
+ updatedAt: number;
765
778
  name?: string | undefined;
766
779
  symbol?: string | undefined;
767
780
  image?: string | undefined;
@@ -1168,9 +1181,11 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1168
1181
  symbol: z.ZodOptional<z.ZodString>;
1169
1182
  image: z.ZodOptional<z.ZodString>;
1170
1183
  metadata: z.ZodOptional<z.ZodString>;
1184
+ updatedAt: z.ZodNumber;
1171
1185
  }, "strip", z.ZodTypeAny, {
1172
1186
  type: "Nft";
1173
1187
  id: string;
1188
+ updatedAt: number;
1174
1189
  name?: string | undefined;
1175
1190
  symbol?: string | undefined;
1176
1191
  image?: string | undefined;
@@ -1178,6 +1193,7 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1178
1193
  }, {
1179
1194
  type: "Nft";
1180
1195
  id: string;
1196
+ updatedAt: number;
1181
1197
  name?: string | undefined;
1182
1198
  symbol?: string | undefined;
1183
1199
  image?: string | undefined;
@@ -1189,9 +1205,11 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1189
1205
  metadata: string | undefined;
1190
1206
  type: "Nft";
1191
1207
  id: string;
1208
+ updatedAt: number;
1192
1209
  }, {
1193
1210
  type: "Nft";
1194
1211
  id: string;
1212
+ updatedAt: number;
1195
1213
  name?: string | undefined;
1196
1214
  symbol?: string | undefined;
1197
1215
  image?: string | undefined;
@@ -1205,6 +1223,7 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1205
1223
  metadata: string | undefined;
1206
1224
  type: "Nft";
1207
1225
  id: string;
1226
+ updatedAt: number;
1208
1227
  };
1209
1228
  amount: {
1210
1229
  value: bigint;
@@ -1226,6 +1245,7 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1226
1245
  asset: {
1227
1246
  type: "Nft";
1228
1247
  id: string;
1248
+ updatedAt: number;
1229
1249
  name?: string | undefined;
1230
1250
  symbol?: string | undefined;
1231
1251
  image?: string | undefined;
@@ -1266,6 +1286,7 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1266
1286
  metadata: string | undefined;
1267
1287
  type: "Nft";
1268
1288
  id: string;
1289
+ updatedAt: number;
1269
1290
  };
1270
1291
  amount: {
1271
1292
  value: bigint;
@@ -1276,6 +1297,7 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1276
1297
  asset: {
1277
1298
  type: "Nft";
1278
1299
  id: string;
1300
+ updatedAt: number;
1279
1301
  name?: string | undefined;
1280
1302
  symbol?: string | undefined;
1281
1303
  image?: string | undefined;
@@ -1356,6 +1378,7 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1356
1378
  metadata: string | undefined;
1357
1379
  type: "Nft";
1358
1380
  id: string;
1381
+ updatedAt: number;
1359
1382
  };
1360
1383
  amount: {
1361
1384
  value: bigint;
@@ -1417,6 +1440,7 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1417
1440
  asset: {
1418
1441
  type: "Nft";
1419
1442
  id: string;
1443
+ updatedAt: number;
1420
1444
  name?: string | undefined;
1421
1445
  symbol?: string | undefined;
1422
1446
  image?: string | undefined;
@@ -1517,6 +1541,7 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1517
1541
  metadata: string | undefined;
1518
1542
  type: "Nft";
1519
1543
  id: string;
1544
+ updatedAt: number;
1520
1545
  };
1521
1546
  amount: {
1522
1547
  value: bigint;
@@ -1569,6 +1594,7 @@ export declare const accountActionBridgeToSchema: z.ZodEffects<z.ZodObject<{
1569
1594
  asset: {
1570
1595
  type: "Nft";
1571
1596
  id: string;
1597
+ updatedAt: number;
1572
1598
  name?: string | undefined;
1573
1599
  symbol?: string | undefined;
1574
1600
  image?: string | undefined;
@@ -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"}