@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
@@ -212,9 +212,11 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
212
212
  symbol: z.ZodOptional<z.ZodString>;
213
213
  image: z.ZodOptional<z.ZodString>;
214
214
  metadata: z.ZodOptional<z.ZodString>;
215
+ updatedAt: z.ZodNumber;
215
216
  }, "strip", z.ZodTypeAny, {
216
217
  type: "Nft";
217
218
  id: string;
219
+ updatedAt: number;
218
220
  name?: string | undefined;
219
221
  symbol?: string | undefined;
220
222
  image?: string | undefined;
@@ -222,6 +224,7 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
222
224
  }, {
223
225
  type: "Nft";
224
226
  id: string;
227
+ updatedAt: number;
225
228
  name?: string | undefined;
226
229
  symbol?: string | undefined;
227
230
  image?: string | undefined;
@@ -233,9 +236,11 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
233
236
  metadata: string | undefined;
234
237
  type: "Nft";
235
238
  id: string;
239
+ updatedAt: number;
236
240
  }, {
237
241
  type: "Nft";
238
242
  id: string;
243
+ updatedAt: number;
239
244
  name?: string | undefined;
240
245
  symbol?: string | undefined;
241
246
  image?: string | undefined;
@@ -280,6 +285,7 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
280
285
  metadata: string | undefined;
281
286
  type: "Nft";
282
287
  id: string;
288
+ updatedAt: number;
283
289
  };
284
290
  amount: {
285
291
  value: bigint;
@@ -321,6 +327,7 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
321
327
  } | {
322
328
  type: "Nft";
323
329
  id: string;
330
+ updatedAt: number;
324
331
  name?: string | undefined;
325
332
  symbol?: string | undefined;
326
333
  image?: string | undefined;
@@ -381,6 +388,7 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
381
388
  metadata: string | undefined;
382
389
  type: "Nft";
383
390
  id: string;
391
+ updatedAt: number;
384
392
  };
385
393
  amount: {
386
394
  value: bigint;
@@ -411,6 +419,7 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
411
419
  } | {
412
420
  type: "Nft";
413
421
  id: string;
422
+ updatedAt: number;
414
423
  name?: string | undefined;
415
424
  symbol?: string | undefined;
416
425
  image?: string | undefined;
@@ -477,6 +486,7 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
477
486
  metadata: string | undefined;
478
487
  type: "Nft";
479
488
  id: string;
489
+ updatedAt: number;
480
490
  };
481
491
  amount: {
482
492
  value: bigint;
@@ -522,6 +532,7 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
522
532
  } | {
523
533
  type: "Nft";
524
534
  id: string;
535
+ updatedAt: number;
525
536
  name?: string | undefined;
526
537
  symbol?: string | undefined;
527
538
  image?: string | undefined;
@@ -606,6 +617,7 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
606
617
  metadata: string | undefined;
607
618
  type: "Nft";
608
619
  id: string;
620
+ updatedAt: number;
609
621
  };
610
622
  amount: {
611
623
  value: bigint;
@@ -642,6 +654,7 @@ export declare const normalActionIncomeSchema: z.ZodEffects<z.ZodObject<{
642
654
  } | {
643
655
  type: "Nft";
644
656
  id: string;
657
+ updatedAt: number;
645
658
  name?: string | undefined;
646
659
  symbol?: string | undefined;
647
660
  image?: string | undefined;
@@ -889,9 +902,11 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
889
902
  symbol: z.ZodOptional<z.ZodString>;
890
903
  image: z.ZodOptional<z.ZodString>;
891
904
  metadata: z.ZodOptional<z.ZodString>;
905
+ updatedAt: z.ZodNumber;
892
906
  }, "strip", z.ZodTypeAny, {
893
907
  type: "Nft";
894
908
  id: string;
909
+ updatedAt: number;
895
910
  name?: string | undefined;
896
911
  symbol?: string | undefined;
897
912
  image?: string | undefined;
@@ -899,6 +914,7 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
899
914
  }, {
900
915
  type: "Nft";
901
916
  id: string;
917
+ updatedAt: number;
902
918
  name?: string | undefined;
903
919
  symbol?: string | undefined;
904
920
  image?: string | undefined;
@@ -910,9 +926,11 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
910
926
  metadata: string | undefined;
911
927
  type: "Nft";
912
928
  id: string;
929
+ updatedAt: number;
913
930
  }, {
914
931
  type: "Nft";
915
932
  id: string;
933
+ updatedAt: number;
916
934
  name?: string | undefined;
917
935
  symbol?: string | undefined;
918
936
  image?: string | undefined;
@@ -957,6 +975,7 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
957
975
  metadata: string | undefined;
958
976
  type: "Nft";
959
977
  id: string;
978
+ updatedAt: number;
960
979
  };
961
980
  amount: {
962
981
  value: bigint;
@@ -998,6 +1017,7 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
998
1017
  } | {
999
1018
  type: "Nft";
1000
1019
  id: string;
1020
+ updatedAt: number;
1001
1021
  name?: string | undefined;
1002
1022
  symbol?: string | undefined;
1003
1023
  image?: string | undefined;
@@ -1058,6 +1078,7 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1058
1078
  metadata: string | undefined;
1059
1079
  type: "Nft";
1060
1080
  id: string;
1081
+ updatedAt: number;
1061
1082
  };
1062
1083
  amount: {
1063
1084
  value: bigint;
@@ -1088,6 +1109,7 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1088
1109
  } | {
1089
1110
  type: "Nft";
1090
1111
  id: string;
1112
+ updatedAt: number;
1091
1113
  name?: string | undefined;
1092
1114
  symbol?: string | undefined;
1093
1115
  image?: string | undefined;
@@ -1156,6 +1178,7 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1156
1178
  metadata: string | undefined;
1157
1179
  type: "Nft";
1158
1180
  id: string;
1181
+ updatedAt: number;
1159
1182
  };
1160
1183
  amount: {
1161
1184
  value: bigint;
@@ -1203,6 +1226,7 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1203
1226
  } | {
1204
1227
  type: "Nft";
1205
1228
  id: string;
1229
+ updatedAt: number;
1206
1230
  name?: string | undefined;
1207
1231
  symbol?: string | undefined;
1208
1232
  image?: string | undefined;
@@ -1289,6 +1313,7 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1289
1313
  metadata: string | undefined;
1290
1314
  type: "Nft";
1291
1315
  id: string;
1316
+ updatedAt: number;
1292
1317
  };
1293
1318
  amount: {
1294
1319
  value: bigint;
@@ -1327,6 +1352,7 @@ export declare const accountActionIncomeSchema: z.ZodEffects<z.ZodObject<{
1327
1352
  } | {
1328
1353
  type: "Nft";
1329
1354
  id: string;
1355
+ updatedAt: number;
1330
1356
  name?: string | undefined;
1331
1357
  symbol?: string | undefined;
1332
1358
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"income.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/income/income.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAA;AAEL,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASjC,CAAA"}
1
+ {"version":3,"file":"income.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/income/income.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAA;AAEL,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASjC,CAAA"}
@@ -369,9 +369,11 @@ export declare const accountActionSwapIncomeSchema: 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 accountActionSwapIncomeSchema: 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 accountActionSwapIncomeSchema: 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 accountActionSwapIncomeSchema: 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 accountActionSwapIncomeSchema: 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 accountActionSwapIncomeSchema: 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 accountActionSwapIncomeSchema: 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;
@@ -557,6 +566,7 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
557
566
  metadata: string | undefined;
558
567
  type: "Nft";
559
568
  id: string;
569
+ updatedAt: number;
560
570
  };
561
571
  amount: {
562
572
  value: bigint;
@@ -616,6 +626,7 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
616
626
  asset: {
617
627
  type: "Nft";
618
628
  id: string;
629
+ updatedAt: number;
619
630
  name?: string | undefined;
620
631
  symbol?: string | undefined;
621
632
  image?: string | undefined;
@@ -714,6 +725,7 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
714
725
  metadata: string | undefined;
715
726
  type: "Nft";
716
727
  id: string;
728
+ updatedAt: number;
717
729
  };
718
730
  amount: {
719
731
  value: bigint;
@@ -764,6 +776,7 @@ export declare const accountActionSwapIncomeSchema: z.ZodEffects<z.ZodObject<{
764
776
  asset: {
765
777
  type: "Nft";
766
778
  id: string;
779
+ updatedAt: number;
767
780
  name?: string | undefined;
768
781
  symbol?: string | undefined;
769
782
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"swapIncome.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/income/swapIncome.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWrC,CAAA"}
1
+ {"version":3,"file":"swapIncome.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/income/swapIncome.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWrC,CAAA"}
@@ -369,9 +369,11 @@ export declare const accountActionReduceSchema: 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 accountActionReduceSchema: 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 accountActionReduceSchema: 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 accountActionReduceSchema: 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 accountActionReduceSchema: 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 accountActionReduceSchema: 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 accountActionReduceSchema: 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;
@@ -557,6 +566,7 @@ export declare const accountActionReduceSchema: z.ZodEffects<z.ZodObject<{
557
566
  metadata: string | undefined;
558
567
  type: "Nft";
559
568
  id: string;
569
+ updatedAt: number;
560
570
  };
561
571
  amount: {
562
572
  value: bigint;
@@ -616,6 +626,7 @@ export declare const accountActionReduceSchema: z.ZodEffects<z.ZodObject<{
616
626
  asset: {
617
627
  type: "Nft";
618
628
  id: string;
629
+ updatedAt: number;
619
630
  name?: string | undefined;
620
631
  symbol?: string | undefined;
621
632
  image?: string | undefined;
@@ -714,6 +725,7 @@ export declare const accountActionReduceSchema: z.ZodEffects<z.ZodObject<{
714
725
  metadata: string | undefined;
715
726
  type: "Nft";
716
727
  id: string;
728
+ updatedAt: number;
717
729
  };
718
730
  amount: {
719
731
  value: bigint;
@@ -764,6 +776,7 @@ export declare const accountActionReduceSchema: z.ZodEffects<z.ZodObject<{
764
776
  asset: {
765
777
  type: "Nft";
766
778
  id: string;
779
+ updatedAt: number;
767
780
  name?: string | undefined;
768
781
  symbol?: string | undefined;
769
782
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"reduce.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/reduce/reduce.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWjC,CAAA"}
1
+ {"version":3,"file":"reduce.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/reduce/reduce.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWjC,CAAA"}
@@ -368,9 +368,11 @@ export declare const normalActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
368
368
  symbol: z.ZodOptional<z.ZodString>;
369
369
  image: z.ZodOptional<z.ZodString>;
370
370
  metadata: z.ZodOptional<z.ZodString>;
371
+ updatedAt: z.ZodNumber;
371
372
  }, "strip", z.ZodTypeAny, {
372
373
  type: "Nft";
373
374
  id: string;
375
+ updatedAt: number;
374
376
  name?: string | undefined;
375
377
  symbol?: string | undefined;
376
378
  image?: string | undefined;
@@ -378,6 +380,7 @@ export declare const normalActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
378
380
  }, {
379
381
  type: "Nft";
380
382
  id: string;
383
+ updatedAt: number;
381
384
  name?: string | undefined;
382
385
  symbol?: string | undefined;
383
386
  image?: string | undefined;
@@ -389,9 +392,11 @@ export declare const normalActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
389
392
  metadata: string | undefined;
390
393
  type: "Nft";
391
394
  id: string;
395
+ updatedAt: number;
392
396
  }, {
393
397
  type: "Nft";
394
398
  id: string;
399
+ updatedAt: number;
395
400
  name?: string | undefined;
396
401
  symbol?: string | undefined;
397
402
  image?: string | undefined;
@@ -405,6 +410,7 @@ export declare const normalActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
405
410
  metadata: string | undefined;
406
411
  type: "Nft";
407
412
  id: string;
413
+ updatedAt: number;
408
414
  };
409
415
  amount: {
410
416
  value: bigint;
@@ -426,6 +432,7 @@ export declare const normalActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
426
432
  asset: {
427
433
  type: "Nft";
428
434
  id: string;
435
+ updatedAt: number;
429
436
  name?: string | undefined;
430
437
  symbol?: string | undefined;
431
438
  image?: string | undefined;
@@ -466,6 +473,7 @@ export declare const normalActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
466
473
  metadata: string | undefined;
467
474
  type: "Nft";
468
475
  id: string;
476
+ updatedAt: number;
469
477
  };
470
478
  amount: {
471
479
  value: bigint;
@@ -476,6 +484,7 @@ export declare const normalActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
476
484
  asset: {
477
485
  type: "Nft";
478
486
  id: string;
487
+ updatedAt: number;
479
488
  name?: string | undefined;
480
489
  symbol?: string | undefined;
481
490
  image?: string | undefined;
@@ -554,6 +563,7 @@ export declare const normalActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
554
563
  metadata: string | undefined;
555
564
  type: "Nft";
556
565
  id: string;
566
+ updatedAt: number;
557
567
  };
558
568
  amount: {
559
569
  value: bigint;
@@ -612,6 +622,7 @@ export declare const normalActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
612
622
  asset: {
613
623
  type: "Nft";
614
624
  id: string;
625
+ updatedAt: number;
615
626
  name?: string | undefined;
616
627
  symbol?: string | undefined;
617
628
  image?: string | undefined;
@@ -709,6 +720,7 @@ export declare const normalActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
709
720
  metadata: string | undefined;
710
721
  type: "Nft";
711
722
  id: string;
723
+ updatedAt: number;
712
724
  };
713
725
  amount: {
714
726
  value: bigint;
@@ -758,6 +770,7 @@ export declare const normalActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
758
770
  asset: {
759
771
  type: "Nft";
760
772
  id: string;
773
+ updatedAt: number;
761
774
  name?: string | undefined;
762
775
  symbol?: string | undefined;
763
776
  image?: string | undefined;
@@ -1162,9 +1175,11 @@ export declare const accountActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
1162
1175
  symbol: z.ZodOptional<z.ZodString>;
1163
1176
  image: z.ZodOptional<z.ZodString>;
1164
1177
  metadata: z.ZodOptional<z.ZodString>;
1178
+ updatedAt: z.ZodNumber;
1165
1179
  }, "strip", z.ZodTypeAny, {
1166
1180
  type: "Nft";
1167
1181
  id: string;
1182
+ updatedAt: number;
1168
1183
  name?: string | undefined;
1169
1184
  symbol?: string | undefined;
1170
1185
  image?: string | undefined;
@@ -1172,6 +1187,7 @@ export declare const accountActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
1172
1187
  }, {
1173
1188
  type: "Nft";
1174
1189
  id: string;
1190
+ updatedAt: number;
1175
1191
  name?: string | undefined;
1176
1192
  symbol?: string | undefined;
1177
1193
  image?: string | undefined;
@@ -1183,9 +1199,11 @@ export declare const accountActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
1183
1199
  metadata: string | undefined;
1184
1200
  type: "Nft";
1185
1201
  id: string;
1202
+ updatedAt: number;
1186
1203
  }, {
1187
1204
  type: "Nft";
1188
1205
  id: string;
1206
+ updatedAt: number;
1189
1207
  name?: string | undefined;
1190
1208
  symbol?: string | undefined;
1191
1209
  image?: string | undefined;
@@ -1199,6 +1217,7 @@ export declare const accountActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
1199
1217
  metadata: string | undefined;
1200
1218
  type: "Nft";
1201
1219
  id: string;
1220
+ updatedAt: number;
1202
1221
  };
1203
1222
  amount: {
1204
1223
  value: bigint;
@@ -1220,6 +1239,7 @@ export declare const accountActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
1220
1239
  asset: {
1221
1240
  type: "Nft";
1222
1241
  id: string;
1242
+ updatedAt: number;
1223
1243
  name?: string | undefined;
1224
1244
  symbol?: string | undefined;
1225
1245
  image?: string | undefined;
@@ -1260,6 +1280,7 @@ export declare const accountActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
1260
1280
  metadata: string | undefined;
1261
1281
  type: "Nft";
1262
1282
  id: string;
1283
+ updatedAt: number;
1263
1284
  };
1264
1285
  amount: {
1265
1286
  value: bigint;
@@ -1270,6 +1291,7 @@ export declare const accountActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
1270
1291
  asset: {
1271
1292
  type: "Nft";
1272
1293
  id: string;
1294
+ updatedAt: number;
1273
1295
  name?: string | undefined;
1274
1296
  symbol?: string | undefined;
1275
1297
  image?: string | undefined;
@@ -1350,6 +1372,7 @@ export declare const accountActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
1350
1372
  metadata: string | undefined;
1351
1373
  type: "Nft";
1352
1374
  id: string;
1375
+ updatedAt: number;
1353
1376
  };
1354
1377
  amount: {
1355
1378
  value: bigint;
@@ -1410,6 +1433,7 @@ export declare const accountActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
1410
1433
  asset: {
1411
1434
  type: "Nft";
1412
1435
  id: string;
1436
+ updatedAt: number;
1413
1437
  name?: string | undefined;
1414
1438
  symbol?: string | undefined;
1415
1439
  image?: string | undefined;
@@ -1509,6 +1533,7 @@ export declare const accountActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
1509
1533
  metadata: string | undefined;
1510
1534
  type: "Nft";
1511
1535
  id: string;
1536
+ updatedAt: number;
1512
1537
  };
1513
1538
  amount: {
1514
1539
  value: bigint;
@@ -1560,6 +1585,7 @@ export declare const accountActionRepaymentSchema: z.ZodEffects<z.ZodObject<{
1560
1585
  asset: {
1561
1586
  type: "Nft";
1562
1587
  id: string;
1588
+ updatedAt: number;
1563
1589
  name?: string | undefined;
1564
1590
  symbol?: string | undefined;
1565
1591
  image?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"repayment.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/repayment/repayment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWnC,CAAA;AAEL,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWpC,CAAA"}
1
+ {"version":3,"file":"repayment.d.ts","sourceRoot":"","sources":["../../../../actions/schemas/repayment/repayment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAQvB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWnC,CAAA;AAEL,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWpC,CAAA"}