@bitgo/public-types 2.43.0 → 3.1.0

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 (87) hide show
  1. package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +1 -0
  2. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
  3. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
  4. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
  5. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
  6. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
  7. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +1 -0
  8. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -0
  9. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
  10. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
  11. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
  12. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
  13. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
  14. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
  15. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
  16. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
  17. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
  18. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
  19. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
  20. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
  21. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
  22. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
  23. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
  24. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
  25. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
  26. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
  27. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
  28. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
  29. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
  30. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
  31. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
  32. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
  33. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
  34. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
  35. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
  36. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
  37. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
  38. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
  39. package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -0
  40. package/dist/src/schema/transactionRequest/intents/index.js +1 -0
  41. package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
  42. package/dist/src/schema/transactionRequest/intents/intent.d.ts +96 -0
  43. package/dist/src/schema/transactionRequest/intents/intent.js +2 -0
  44. package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
  45. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  46. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  47. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  48. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +1 -0
  49. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  50. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  51. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  52. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  53. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  54. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  55. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  56. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  57. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  58. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +47 -0
  59. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.js +40 -0
  60. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.js.map +1 -0
  61. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  62. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  63. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  64. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  65. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +1 -0
  66. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  73. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  74. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  76. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  79. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  81. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  82. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  83. package/package.json +2 -2
  84. package/src/schema/transactionRequest/intents/index.ts +1 -0
  85. package/src/schema/transactionRequest/intents/intent.ts +2 -0
  86. package/src/schema/transactionRequest/intents/intentType.ts +1 -0
  87. package/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.ts +21 -0
@@ -67,6 +67,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
67
67
  contractCall: t.LiteralC<"contractCall">;
68
68
  deactivate: t.LiteralC<"deactivate">;
69
69
  customTx: t.LiteralC<"customTx">;
70
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
70
71
  }>;
71
72
  }>, t.PartialC<{
72
73
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -122,6 +123,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
122
123
  contractCall: t.LiteralC<"contractCall">;
123
124
  deactivate: t.LiteralC<"deactivate">;
124
125
  customTx: t.LiteralC<"customTx">;
126
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
125
127
  }>;
126
128
  }>, t.PartialC<{
127
129
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -165,6 +167,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
165
167
  contractCall: t.LiteralC<"contractCall">;
166
168
  deactivate: t.LiteralC<"deactivate">;
167
169
  customTx: t.LiteralC<"customTx">;
170
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
168
171
  }>;
169
172
  }>, t.PartialC<{
170
173
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -214,6 +217,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
214
217
  contractCall: t.LiteralC<"contractCall">;
215
218
  deactivate: t.LiteralC<"deactivate">;
216
219
  customTx: t.LiteralC<"customTx">;
220
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
217
221
  }>;
218
222
  }>, t.PartialC<{
219
223
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -263,6 +267,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
263
267
  contractCall: t.LiteralC<"contractCall">;
264
268
  deactivate: t.LiteralC<"deactivate">;
265
269
  customTx: t.LiteralC<"customTx">;
270
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
266
271
  }>;
267
272
  }>, t.PartialC<{
268
273
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -318,6 +323,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
318
323
  contractCall: t.LiteralC<"contractCall">;
319
324
  deactivate: t.LiteralC<"deactivate">;
320
325
  customTx: t.LiteralC<"customTx">;
326
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
321
327
  }>;
322
328
  }>, t.PartialC<{
323
329
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -391,6 +397,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
391
397
  contractCall: t.LiteralC<"contractCall">;
392
398
  deactivate: t.LiteralC<"deactivate">;
393
399
  customTx: t.LiteralC<"customTx">;
400
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
394
401
  }>;
395
402
  }>, t.PartialC<{
396
403
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -464,6 +471,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
464
471
  contractCall: t.LiteralC<"contractCall">;
465
472
  deactivate: t.LiteralC<"deactivate">;
466
473
  customTx: t.LiteralC<"customTx">;
474
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
467
475
  }>;
468
476
  }>, t.PartialC<{
469
477
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -517,6 +525,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
517
525
  contractCall: t.LiteralC<"contractCall">;
518
526
  deactivate: t.LiteralC<"deactivate">;
519
527
  customTx: t.LiteralC<"customTx">;
528
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
520
529
  }>;
521
530
  }>, t.PartialC<{
522
531
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -564,6 +573,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
564
573
  contractCall: t.LiteralC<"contractCall">;
565
574
  deactivate: t.LiteralC<"deactivate">;
566
575
  customTx: t.LiteralC<"customTx">;
576
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
567
577
  }>;
568
578
  }>, t.PartialC<{
569
579
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -610,6 +620,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
610
620
  contractCall: t.LiteralC<"contractCall">;
611
621
  deactivate: t.LiteralC<"deactivate">;
612
622
  customTx: t.LiteralC<"customTx">;
623
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
613
624
  }>;
614
625
  }>, t.PartialC<{
615
626
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -660,6 +671,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
660
671
  contractCall: t.LiteralC<"contractCall">;
661
672
  deactivate: t.LiteralC<"deactivate">;
662
673
  customTx: t.LiteralC<"customTx">;
674
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
663
675
  }>;
664
676
  }>, t.PartialC<{
665
677
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -715,6 +727,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
715
727
  contractCall: t.LiteralC<"contractCall">;
716
728
  deactivate: t.LiteralC<"deactivate">;
717
729
  customTx: t.LiteralC<"customTx">;
730
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
718
731
  }>;
719
732
  }>, t.PartialC<{
720
733
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -787,6 +800,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
787
800
  contractCall: t.LiteralC<"contractCall">;
788
801
  deactivate: t.LiteralC<"deactivate">;
789
802
  customTx: t.LiteralC<"customTx">;
803
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
790
804
  }>;
791
805
  }>, t.PartialC<{
792
806
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -832,6 +846,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
832
846
  contractCall: t.LiteralC<"contractCall">;
833
847
  deactivate: t.LiteralC<"deactivate">;
834
848
  customTx: t.LiteralC<"customTx">;
849
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
835
850
  }>;
836
851
  }>, t.PartialC<{
837
852
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -904,6 +919,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
904
919
  contractCall: t.LiteralC<"contractCall">;
905
920
  deactivate: t.LiteralC<"deactivate">;
906
921
  customTx: t.LiteralC<"customTx">;
922
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
907
923
  }>;
908
924
  }>, t.PartialC<{
909
925
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -989,6 +1005,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
989
1005
  contractCall: t.LiteralC<"contractCall">;
990
1006
  deactivate: t.LiteralC<"deactivate">;
991
1007
  customTx: t.LiteralC<"customTx">;
1008
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
992
1009
  }>;
993
1010
  }>, t.PartialC<{
994
1011
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1078,6 +1095,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1078
1095
  contractCall: t.LiteralC<"contractCall">;
1079
1096
  deactivate: t.LiteralC<"deactivate">;
1080
1097
  customTx: t.LiteralC<"customTx">;
1098
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1081
1099
  }>;
1082
1100
  }>, t.PartialC<{
1083
1101
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1155,6 +1173,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1155
1173
  contractCall: t.LiteralC<"contractCall">;
1156
1174
  deactivate: t.LiteralC<"deactivate">;
1157
1175
  customTx: t.LiteralC<"customTx">;
1176
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1158
1177
  }>;
1159
1178
  }>, t.PartialC<{
1160
1179
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1219,6 +1238,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1219
1238
  contractCall: t.LiteralC<"contractCall">;
1220
1239
  deactivate: t.LiteralC<"deactivate">;
1221
1240
  customTx: t.LiteralC<"customTx">;
1241
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1222
1242
  }>;
1223
1243
  }>, t.PartialC<{
1224
1244
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1282,6 +1302,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1282
1302
  contractCall: t.LiteralC<"contractCall">;
1283
1303
  deactivate: t.LiteralC<"deactivate">;
1284
1304
  customTx: t.LiteralC<"customTx">;
1305
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1285
1306
  }>;
1286
1307
  }>, t.PartialC<{
1287
1308
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1345,6 +1366,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1345
1366
  contractCall: t.LiteralC<"contractCall">;
1346
1367
  deactivate: t.LiteralC<"deactivate">;
1347
1368
  customTx: t.LiteralC<"customTx">;
1369
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1348
1370
  }>;
1349
1371
  }>, t.PartialC<{
1350
1372
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1480,6 +1502,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1480
1502
  contractCall: t.LiteralC<"contractCall">;
1481
1503
  deactivate: t.LiteralC<"deactivate">;
1482
1504
  customTx: t.LiteralC<"customTx">;
1505
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1483
1506
  }>;
1484
1507
  }>, t.PartialC<{
1485
1508
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1582,6 +1605,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1582
1605
  contractCall: t.LiteralC<"contractCall">;
1583
1606
  deactivate: t.LiteralC<"deactivate">;
1584
1607
  customTx: t.LiteralC<"customTx">;
1608
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1585
1609
  }>;
1586
1610
  }>, t.PartialC<{
1587
1611
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1643,6 +1667,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1643
1667
  contractCall: t.LiteralC<"contractCall">;
1644
1668
  deactivate: t.LiteralC<"deactivate">;
1645
1669
  customTx: t.LiteralC<"customTx">;
1670
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1646
1671
  }>;
1647
1672
  }>, t.PartialC<{
1648
1673
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1733,6 +1758,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1733
1758
  contractCall: t.LiteralC<"contractCall">;
1734
1759
  deactivate: t.LiteralC<"deactivate">;
1735
1760
  customTx: t.LiteralC<"customTx">;
1761
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1736
1762
  }>;
1737
1763
  }>, t.PartialC<{
1738
1764
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1812,6 +1838,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1812
1838
  contractCall: t.LiteralC<"contractCall">;
1813
1839
  deactivate: t.LiteralC<"deactivate">;
1814
1840
  customTx: t.LiteralC<"customTx">;
1841
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1815
1842
  }>;
1816
1843
  }>, t.PartialC<{
1817
1844
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1912,6 +1939,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1912
1939
  contractCall: t.LiteralC<"contractCall">;
1913
1940
  deactivate: t.LiteralC<"deactivate">;
1914
1941
  customTx: t.LiteralC<"customTx">;
1942
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1915
1943
  }>;
1916
1944
  }>, t.PartialC<{
1917
1945
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1958,6 +1986,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1958
1986
  contractCall: t.LiteralC<"contractCall">;
1959
1987
  deactivate: t.LiteralC<"deactivate">;
1960
1988
  customTx: t.LiteralC<"customTx">;
1989
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1961
1990
  }>;
1962
1991
  }>, t.PartialC<{
1963
1992
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1999,6 +2028,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1999
2028
  contractCall: t.LiteralC<"contractCall">;
2000
2029
  deactivate: t.LiteralC<"deactivate">;
2001
2030
  customTx: t.LiteralC<"customTx">;
2031
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2002
2032
  }>;
2003
2033
  }>, t.PartialC<{
2004
2034
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2054,6 +2084,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2054
2084
  contractCall: t.LiteralC<"contractCall">;
2055
2085
  deactivate: t.LiteralC<"deactivate">;
2056
2086
  customTx: t.LiteralC<"customTx">;
2087
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2057
2088
  }>;
2058
2089
  }>, t.PartialC<{
2059
2090
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2110,6 +2141,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2110
2141
  contractCall: t.LiteralC<"contractCall">;
2111
2142
  deactivate: t.LiteralC<"deactivate">;
2112
2143
  customTx: t.LiteralC<"customTx">;
2144
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2113
2145
  }>;
2114
2146
  }>, t.PartialC<{
2115
2147
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2166,6 +2198,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2166
2198
  contractCall: t.LiteralC<"contractCall">;
2167
2199
  deactivate: t.LiteralC<"deactivate">;
2168
2200
  customTx: t.LiteralC<"customTx">;
2201
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2169
2202
  }>;
2170
2203
  }>, t.PartialC<{
2171
2204
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2230,6 +2263,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2230
2263
  contractCall: t.LiteralC<"contractCall">;
2231
2264
  deactivate: t.LiteralC<"deactivate">;
2232
2265
  customTx: t.LiteralC<"customTx">;
2266
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2233
2267
  }>;
2234
2268
  }>, t.PartialC<{
2235
2269
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2279,6 +2313,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2279
2313
  contractCall: t.LiteralC<"contractCall">;
2280
2314
  deactivate: t.LiteralC<"deactivate">;
2281
2315
  customTx: t.LiteralC<"customTx">;
2316
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2282
2317
  }>;
2283
2318
  }>, t.PartialC<{
2284
2319
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2306,6 +2341,50 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2306
2341
  value: t.StringC;
2307
2342
  symbol: t.StringC;
2308
2343
  }>;
2344
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2345
+ intentType: t.KeyofC<{
2346
+ payment: t.LiteralC<"payment">;
2347
+ transferToken: t.LiteralC<"transferToken">;
2348
+ consolidate: t.LiteralC<"consolidate">;
2349
+ consolidateToken: t.LiteralC<"consolidateToken">;
2350
+ fanout: t.LiteralC<"fanout">;
2351
+ stake: t.LiteralC<"stake">;
2352
+ unstake: t.LiteralC<"unstake">;
2353
+ delegate: t.LiteralC<"delegate">;
2354
+ undelegate: t.LiteralC<"undelegate">;
2355
+ switchValidator: t.LiteralC<"switchValidator">;
2356
+ claim: t.LiteralC<"claim">;
2357
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2358
+ pledge: t.LiteralC<"pledge">;
2359
+ vote: t.LiteralC<"vote">;
2360
+ createAccount: t.LiteralC<"createAccount">;
2361
+ updateAccount: t.LiteralC<"updateAccount">;
2362
+ addTrustLine: t.LiteralC<"addTrustLine">;
2363
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2364
+ signMessage: t.LiteralC<"signMessage">;
2365
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2366
+ enableToken: t.LiteralC<"enableToken">;
2367
+ authorize: t.LiteralC<"authorize">;
2368
+ acceleration: t.LiteralC<"acceleration">;
2369
+ fillNonce: t.LiteralC<"fillNonce">;
2370
+ walletRecovery: t.LiteralC<"walletRecovery">;
2371
+ contractCall: t.LiteralC<"contractCall">;
2372
+ deactivate: t.LiteralC<"deactivate">;
2373
+ customTx: t.LiteralC<"customTx">;
2374
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2375
+ }>;
2376
+ }>, t.PartialC<{
2377
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2378
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2379
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2380
+ }>]>, t.IntersectionC<[t.PartialC<{
2381
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2382
+ }>, t.TypeC<{
2383
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2384
+ }>]>, t.TypeC<{
2385
+ intentType: t.LiteralC<"closeAssociatedTokenAccount">;
2386
+ accountAddress: t.StringC;
2387
+ destinationAddress: t.StringC;
2309
2388
  }>]>, t.IntersectionC<[t.PartialC<{
2310
2389
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2311
2390
  }>, t.TypeC<{
@@ -2372,6 +2451,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2372
2451
  contractCall: t.LiteralC<"contractCall">;
2373
2452
  deactivate: t.LiteralC<"deactivate">;
2374
2453
  customTx: t.LiteralC<"customTx">;
2454
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2375
2455
  }>;
2376
2456
  }>, t.PartialC<{
2377
2457
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2418,6 +2498,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2418
2498
  contractCall: t.LiteralC<"contractCall">;
2419
2499
  deactivate: t.LiteralC<"deactivate">;
2420
2500
  customTx: t.LiteralC<"customTx">;
2501
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2421
2502
  }>;
2422
2503
  }>, t.PartialC<{
2423
2504
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2461,6 +2542,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2461
2542
  contractCall: t.LiteralC<"contractCall">;
2462
2543
  deactivate: t.LiteralC<"deactivate">;
2463
2544
  customTx: t.LiteralC<"customTx">;
2545
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2464
2546
  }>;
2465
2547
  }>, t.PartialC<{
2466
2548
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2505,6 +2587,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2505
2587
  contractCall: t.LiteralC<"contractCall">;
2506
2588
  deactivate: t.LiteralC<"deactivate">;
2507
2589
  customTx: t.LiteralC<"customTx">;
2590
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2508
2591
  }>;
2509
2592
  }>, t.PartialC<{
2510
2593
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2554,6 +2637,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2554
2637
  contractCall: t.LiteralC<"contractCall">;
2555
2638
  deactivate: t.LiteralC<"deactivate">;
2556
2639
  customTx: t.LiteralC<"customTx">;
2640
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2557
2641
  }>;
2558
2642
  }>, t.PartialC<{
2559
2643
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2650,6 +2734,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2650
2734
  contractCall: t.LiteralC<"contractCall">;
2651
2735
  deactivate: t.LiteralC<"deactivate">;
2652
2736
  customTx: t.LiteralC<"customTx">;
2737
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2653
2738
  }>;
2654
2739
  }>, t.PartialC<{
2655
2740
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2690,6 +2775,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2690
2775
  contractCall: t.LiteralC<"contractCall">;
2691
2776
  deactivate: t.LiteralC<"deactivate">;
2692
2777
  customTx: t.LiteralC<"customTx">;
2778
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2693
2779
  }>;
2694
2780
  }>, t.PartialC<{
2695
2781
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2725,6 +2811,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2725
2811
  contractCall: t.LiteralC<"contractCall">;
2726
2812
  deactivate: t.LiteralC<"deactivate">;
2727
2813
  customTx: t.LiteralC<"customTx">;
2814
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2728
2815
  }>;
2729
2816
  }>, t.PartialC<{
2730
2817
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2768,6 +2855,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2768
2855
  contractCall: t.LiteralC<"contractCall">;
2769
2856
  deactivate: t.LiteralC<"deactivate">;
2770
2857
  customTx: t.LiteralC<"customTx">;
2858
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2771
2859
  }>;
2772
2860
  }>, t.PartialC<{
2773
2861
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2821,6 +2909,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2821
2909
  contractCall: t.LiteralC<"contractCall">;
2822
2910
  deactivate: t.LiteralC<"deactivate">;
2823
2911
  customTx: t.LiteralC<"customTx">;
2912
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2824
2913
  }>;
2825
2914
  }>, t.PartialC<{
2826
2915
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2861,6 +2950,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2861
2950
  contractCall: t.LiteralC<"contractCall">;
2862
2951
  deactivate: t.LiteralC<"deactivate">;
2863
2952
  customTx: t.LiteralC<"customTx">;
2953
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2864
2954
  }>;
2865
2955
  }>, t.PartialC<{
2866
2956
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2936,6 +3026,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2936
3026
  contractCall: t.LiteralC<"contractCall">;
2937
3027
  deactivate: t.LiteralC<"deactivate">;
2938
3028
  customTx: t.LiteralC<"customTx">;
3029
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2939
3030
  }>;
2940
3031
  }>, t.PartialC<{
2941
3032
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3029,6 +3120,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3029
3120
  contractCall: t.LiteralC<"contractCall">;
3030
3121
  deactivate: t.LiteralC<"deactivate">;
3031
3122
  customTx: t.LiteralC<"customTx">;
3123
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3032
3124
  }>;
3033
3125
  }>, t.PartialC<{
3034
3126
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3071,6 +3163,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3071
3163
  contractCall: t.LiteralC<"contractCall">;
3072
3164
  deactivate: t.LiteralC<"deactivate">;
3073
3165
  customTx: t.LiteralC<"customTx">;
3166
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3074
3167
  }>;
3075
3168
  }>, t.PartialC<{
3076
3169
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3126,6 +3219,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3126
3219
  contractCall: t.LiteralC<"contractCall">;
3127
3220
  deactivate: t.LiteralC<"deactivate">;
3128
3221
  customTx: t.LiteralC<"customTx">;
3222
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3129
3223
  }>;
3130
3224
  }>, t.PartialC<{
3131
3225
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3164,6 +3258,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3164
3258
  contractCall: t.LiteralC<"contractCall">;
3165
3259
  deactivate: t.LiteralC<"deactivate">;
3166
3260
  customTx: t.LiteralC<"customTx">;
3261
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3167
3262
  }>;
3168
3263
  }>, t.PartialC<{
3169
3264
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3201,6 +3296,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3201
3296
  contractCall: t.LiteralC<"contractCall">;
3202
3297
  deactivate: t.LiteralC<"deactivate">;
3203
3298
  customTx: t.LiteralC<"customTx">;
3299
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3204
3300
  }>;
3205
3301
  }>, t.PartialC<{
3206
3302
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -80,6 +80,7 @@ const ethConsolidateTokenIntent_1 = require("./ethConsolidateTokenIntent");
80
80
  const ethTransferTokenIntent_1 = require("./ethTransferTokenIntent");
81
81
  const baseIntent_1 = require("./baseIntent");
82
82
  const dotConsolidateIntent_1 = require("./dotConsolidateIntent");
83
+ const solCloseAssociatedTokenAccountIntent_1 = require("./solCloseAssociatedTokenAccountIntent");
83
84
  exports.TransactionIntent = t.union([
84
85
  adaConsolidateIntent_1.AdaConsolidateIntent,
85
86
  adaPaymentIntent_1.AdaPaymentIntent,
@@ -119,6 +120,7 @@ exports.TransactionIntent = t.union([
119
120
  nearWithdrawIntent_1.NearWithdrawIntent,
120
121
  solAuthorizeIntent_1.SolAuthorizeIntent,
121
122
  solClaimIntent_1.SolClaimIntent,
123
+ solCloseAssociatedTokenAccountIntent_1.SolCloseAssociatedTokenAccountIntent,
122
124
  solConsolidateIntent_1.SolConsolidateIntent,
123
125
  solCreateAssociatedTokenAccountIntent_1.SolCreateAssociatedTokenAccountIntent,
124
126
  solDeactivateIntent_1.SolDeactivateIntent,
@@ -1 +1 @@
1
- {"version":3,"file":"intent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,iEAA8D;AAC9D,yDAAsD;AACtD,qDAAkD;AAClD,2DAAwD;AACxD,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,2DAAwD;AACxD,+DAA4D;AAC5D,+EAA4E;AAC5E,+DAA4D;AAC5D,2DAAwD;AACxD,+EAA4E;AAC5E,+DAA4D;AAC5D,iEAA8D;AAC9D,qEAAkE;AAClE,yDAAsD;AACtD,yDAAsD;AACtD,6DAA0D;AAC1D,qEAAkE;AAClE,mEAAgE;AAChE,6DAA0D;AAC1D,yDAAsD;AACtD,yDAAsD;AACtD,qEAAkE;AAClE,iEAA8D;AAC9D,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,6DAA0D;AAC1D,qDAAkD;AAClD,mGAAgG;AAChG,+DAA4D;AAC5D,2DAAwD;AACxD,qDAAkD;AAClD,yDAAsD;AACtD,2DAAwD;AACxD,yDAAsD;AACtD,6DAA0D;AAC1D,2DAAwD;AACxD,yDAAsD;AACtD,+DAA4D;AAC5D,iEAA8D;AAC9D,iEAA8D;AAC9D,iEAA8D;AAC9D,6EAA0E;AAC1E,yDAAsD;AACtD,yDAAsD;AACtD,iEAA8D;AAC9D,yEAAsE;AACtE,iEAA8D;AAC9D,2EAAwE;AACxE,qEAAkE;AAClE,6CAA0C;AAC1C,iEAA8D;AAEjD,QAAA,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC;IACvC,2CAAoB;IACpB,mCAAgB;IAChB,uDAA0B;IAC1B,+BAAc;IACd,mCAAgB;IAChB,qCAAiB;IACjB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,qCAAiB;IACjB,yCAAmB;IACnB,yDAA2B;IAC3B,yCAAmB;IACnB,qCAAiB;IACjB,yDAA2B;IAC3B,yCAAmB;IACnB,2CAAoB;IACpB,2CAAoB;IACpB,+CAAsB;IACtB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,+CAAsB;IACtB,6CAAqB;IACrB,2CAAoB;IACpB,qDAAyB;IACzB,uCAAkB;IAClB,mCAAgB;IAChB,mCAAgB;IAChB,+CAAsB;IACtB,+CAAsB;IACtB,2CAAoB;IACpB,mDAAwB;IACxB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,uCAAkB;IAClB,+BAAc;IACd,2CAAoB;IACpB,6EAAqC;IACrC,yCAAmB;IACnB,qCAAiB;IACjB,+BAAc;IACd,mCAAgB;IAChB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,yCAAmB;IACnB,2CAAoB;IAIpB,uBAAU;CACX,CAAC,CAAC"}
1
+ {"version":3,"file":"intent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,iEAA8D;AAC9D,yDAAsD;AACtD,qDAAkD;AAClD,2DAAwD;AACxD,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,2DAAwD;AACxD,+DAA4D;AAC5D,+EAA4E;AAC5E,+DAA4D;AAC5D,2DAAwD;AACxD,+EAA4E;AAC5E,+DAA4D;AAC5D,iEAA8D;AAC9D,qEAAkE;AAClE,yDAAsD;AACtD,yDAAsD;AACtD,6DAA0D;AAC1D,qEAAkE;AAClE,mEAAgE;AAChE,6DAA0D;AAC1D,yDAAsD;AACtD,yDAAsD;AACtD,qEAAkE;AAClE,iEAA8D;AAC9D,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,6DAA0D;AAC1D,qDAAkD;AAClD,mGAAgG;AAChG,+DAA4D;AAC5D,2DAAwD;AACxD,qDAAkD;AAClD,yDAAsD;AACtD,2DAAwD;AACxD,yDAAsD;AACtD,6DAA0D;AAC1D,2DAAwD;AACxD,yDAAsD;AACtD,+DAA4D;AAC5D,iEAA8D;AAC9D,iEAA8D;AAC9D,iEAA8D;AAC9D,6EAA0E;AAC1E,yDAAsD;AACtD,yDAAsD;AACtD,iEAA8D;AAC9D,yEAAsE;AACtE,iEAA8D;AAC9D,2EAAwE;AACxE,qEAAkE;AAClE,6CAA0C;AAC1C,iEAA8D;AAC9D,iGAA8F;AAEjF,QAAA,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC;IACvC,2CAAoB;IACpB,mCAAgB;IAChB,uDAA0B;IAC1B,+BAAc;IACd,mCAAgB;IAChB,qCAAiB;IACjB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,qCAAiB;IACjB,yCAAmB;IACnB,yDAA2B;IAC3B,yCAAmB;IACnB,qCAAiB;IACjB,yDAA2B;IAC3B,yCAAmB;IACnB,2CAAoB;IACpB,2CAAoB;IACpB,+CAAsB;IACtB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,+CAAsB;IACtB,6CAAqB;IACrB,2CAAoB;IACpB,qDAAyB;IACzB,uCAAkB;IAClB,mCAAgB;IAChB,mCAAgB;IAChB,+CAAsB;IACtB,+CAAsB;IACtB,2CAAoB;IACpB,mDAAwB;IACxB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,uCAAkB;IAClB,+BAAc;IACd,2EAAoC;IACpC,2CAAoB;IACpB,6EAAqC;IACrC,yCAAmB;IACnB,qCAAiB;IACjB,+BAAc;IACd,mCAAgB;IAChB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,yCAAmB;IACnB,2CAAoB;IAIpB,uBAAU;CACX,CAAC,CAAC"}
@@ -28,6 +28,7 @@ export declare const intentTypes: {
28
28
  contractCall: t.LiteralC<"contractCall">;
29
29
  deactivate: t.LiteralC<"deactivate">;
30
30
  customTx: t.LiteralC<"customTx">;
31
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
31
32
  };
32
33
  export declare const IntentType: t.KeyofC<{
33
34
  payment: t.LiteralC<"payment">;
@@ -58,5 +59,6 @@ export declare const IntentType: t.KeyofC<{
58
59
  contractCall: t.LiteralC<"contractCall">;
59
60
  deactivate: t.LiteralC<"deactivate">;
60
61
  customTx: t.LiteralC<"customTx">;
62
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
61
63
  }>;
62
64
  export type IntentType = t.TypeOf<typeof IntentType>;
@@ -54,6 +54,7 @@ exports.intentTypes = {
54
54
  contractCall: t.literal("contractCall"),
55
55
  deactivate: t.literal("deactivate"),
56
56
  customTx: t.literal("customTx"),
57
+ closeAssociatedTokenAccount: t.literal("closeAssociatedTokenAccount"),
57
58
  };
58
59
  exports.IntentType = t.keyof(exports.intentTypes);
59
60
  //# sourceMappingURL=intentType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"intentType.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAEd,QAAA,WAAW,GAAG;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,gBAAgB,EAAE,CAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IAC/C,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAC;IACjD,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACvB,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC;IAC7D,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;CAChC,CAAC;AAEW,QAAA,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,mBAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"intentType.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAEd,QAAA,WAAW,GAAG;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,gBAAgB,EAAE,CAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IAC/C,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAC;IACjD,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACvB,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC;IAC7D,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC;CACtE,CAAC;AAEW,QAAA,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,mBAAW,CAAC,CAAC"}
@@ -29,6 +29,7 @@ export declare const LightningPaymentIntent: t.IntersectionC<[t.IntersectionC<[t
29
29
  contractCall: t.LiteralC<"contractCall">;
30
30
  deactivate: t.LiteralC<"deactivate">;
31
31
  customTx: t.LiteralC<"customTx">;
32
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
32
33
  }>;
33
34
  }>, t.PartialC<{
34
35
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -29,6 +29,7 @@ export declare const MmiSignMessageIntent: t.IntersectionC<[t.IntersectionC<[t.I
29
29
  contractCall: t.LiteralC<"contractCall">;
30
30
  deactivate: t.LiteralC<"deactivate">;
31
31
  customTx: t.LiteralC<"customTx">;
32
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
32
33
  }>;
33
34
  }>, t.PartialC<{
34
35
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -29,6 +29,7 @@ export declare const MmiSignTransactionIntent: t.IntersectionC<[t.IntersectionC<
29
29
  contractCall: t.LiteralC<"contractCall">;
30
30
  deactivate: t.LiteralC<"deactivate">;
31
31
  customTx: t.LiteralC<"customTx">;
32
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
32
33
  }>;
33
34
  }>, t.PartialC<{
34
35
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -29,6 +29,7 @@ export declare const NearStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inters
29
29
  contractCall: t.LiteralC<"contractCall">;
30
30
  deactivate: t.LiteralC<"deactivate">;
31
31
  customTx: t.LiteralC<"customTx">;
32
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
32
33
  }>;
33
34
  }>, t.PartialC<{
34
35
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -29,6 +29,7 @@ export declare const NearUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
29
29
  contractCall: t.LiteralC<"contractCall">;
30
30
  deactivate: t.LiteralC<"deactivate">;
31
31
  customTx: t.LiteralC<"customTx">;
32
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
32
33
  }>;
33
34
  }>, t.PartialC<{
34
35
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -29,6 +29,7 @@ export declare const NearWithdrawIntent: t.IntersectionC<[t.IntersectionC<[t.Int
29
29
  contractCall: t.LiteralC<"contractCall">;
30
30
  deactivate: t.LiteralC<"deactivate">;
31
31
  customTx: t.LiteralC<"customTx">;
32
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
32
33
  }>;
33
34
  }>, t.PartialC<{
34
35
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -29,6 +29,7 @@ export declare const PaymentIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
29
29
  contractCall: t.LiteralC<"contractCall">;
30
30
  deactivate: t.LiteralC<"deactivate">;
31
31
  customTx: t.LiteralC<"customTx">;
32
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
32
33
  }>;
33
34
  }>, t.PartialC<{
34
35
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -29,6 +29,7 @@ export declare const SignMessageIntent: t.IntersectionC<[t.IntersectionC<[t.Type
29
29
  contractCall: t.LiteralC<"contractCall">;
30
30
  deactivate: t.LiteralC<"deactivate">;
31
31
  customTx: t.LiteralC<"customTx">;
32
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
32
33
  }>;
33
34
  }>, t.PartialC<{
34
35
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -29,6 +29,7 @@ export declare const SolAuthorizeIntent: t.IntersectionC<[t.IntersectionC<[t.Typ
29
29
  contractCall: t.LiteralC<"contractCall">;
30
30
  deactivate: t.LiteralC<"deactivate">;
31
31
  customTx: t.LiteralC<"customTx">;
32
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
32
33
  }>;
33
34
  }>, t.PartialC<{
34
35
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -29,6 +29,7 @@ export declare const SolClaimIntent: t.IntersectionC<[t.IntersectionC<[t.Interse
29
29
  contractCall: t.LiteralC<"contractCall">;
30
30
  deactivate: t.LiteralC<"deactivate">;
31
31
  customTx: t.LiteralC<"customTx">;
32
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
32
33
  }>;
33
34
  }>, t.PartialC<{
34
35
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;