@bitgo/public-types 3.0.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 +1 -1
  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
@@ -29,6 +29,7 @@ export declare const AccelerationIntent: 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 AccountBaseCreateAccountIntent: t.IntersectionC<[t.Intersec
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 AccountBaseUpdateAccountIntent: t.IntersectionC<[t.Intersec
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 AdaPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
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 AdaPledgeIntent: 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 AdaStakeClaimRewardsIntent: t.IntersectionC<[t.Intersection
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 AdaStakeIntent: 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]>;
@@ -29,6 +29,7 @@ export declare const AdaUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
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 AtomPaymentIntent: 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 AtomStakeIntent: 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 AtomUnstakeIntent: 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 AtomWithdrawIntent: 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 BaseIntent: 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]>;
@@ -66,6 +67,7 @@ export declare const BaseIntentWithoutNonce: t.IntersectionC<[t.TypeC<{
66
67
  contractCall: t.LiteralC<"contractCall">;
67
68
  deactivate: t.LiteralC<"deactivate">;
68
69
  customTx: t.LiteralC<"customTx">;
70
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
69
71
  }>;
70
72
  }>, t.PartialC<{
71
73
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -29,6 +29,7 @@ export declare const BaseStakeIntent: 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 BscDelegateIntent: 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 BscStakeClaimRewardsIntent: t.IntersectionC<[t.Intersection
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 BscUnDelegateIntent: t.IntersectionC<[t.IntersectionC<[t.In
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 BscWithdrawUndelegateIntent: t.IntersectionC<[t.Intersectio
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 ConsolidateTokenIntent: 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 CosmosPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.In
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 CosmosStakeIntent: 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 CosmosSwitchValidatorIntent: t.IntersectionC<[t.Intersectio
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 CosmosUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.In
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 CosmosWithdrawIntent: 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 DotBaseIntent: 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 DotCreateAccountIntent: 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 DotPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
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 DotStakingIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
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 DotUnstakingIntent: 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 DotWithdrawStakeIntent: 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 EnableTokenIntent: 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 EthAccelerationIntent: 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 EthConsolidateTokenIntent: 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 EthFillNonceIntent: 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 EthPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
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 EthStakingIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
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 EthTransferTokenIntent: 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 FillNonceIntent: 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]>;
@@ -68,6 +68,7 @@ export * from "./signMessageIntent";
68
68
  export * from "./solAuthorizeIntent";
69
69
  export * from "./solBuildOptions";
70
70
  export * from "./solClaimIntent";
71
+ export * from "./solCloseAssociatedTokenAccountIntent";
71
72
  export * from "./solConsolidateIntent";
72
73
  export * from "./solCreateAssociatedTokenAccountIntent";
73
74
  export * from "./solDeactivateIntent";
@@ -84,6 +84,7 @@ __exportStar(require("./signMessageIntent"), exports);
84
84
  __exportStar(require("./solAuthorizeIntent"), exports);
85
85
  __exportStar(require("./solBuildOptions"), exports);
86
86
  __exportStar(require("./solClaimIntent"), exports);
87
+ __exportStar(require("./solCloseAssociatedTokenAccountIntent"), exports);
87
88
  __exportStar(require("./solConsolidateIntent"), exports);
88
89
  __exportStar(require("./solCreateAssociatedTokenAccountIntent"), exports);
89
90
  __exportStar(require("./solDeactivateIntent"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,4DAA0C;AAC1C,iEAA+C;AAC/C,mEAAiD;AACjD,mEAAiD;AACjD,yDAAuC;AACvC,qDAAmC;AACnC,oDAAkC;AAClC,+DAA6C;AAC7C,mDAAiC;AACjC,qDAAmC;AACnC,4CAA0B;AAC1B,2CAAyB;AACzB,sDAAoC;AACpC,oDAAkC;AAClC,sDAAoC;AACpC,uDAAqC;AACrC,+CAA6B;AAC7B,oDAAkC;AAClC,sDAAoC;AACpC,+DAA6C;AAC7C,wDAAsC;AACtC,gEAA8C;AAC9C,2DAAyC;AACzC,wDAAsC;AACtC,sDAAoC;AACpC,gEAA8C;AAC9C,wDAAsC;AACtC,yDAAuC;AACvC,+DAA6C;AAC7C,kDAAgC;AAChC,yDAAuC;AACvC,2DAAyC;AACzC,wDAAsC;AACtC,kDAAgC;AAChC,qDAAmC;AACnC,6CAA2B;AAC3B,qDAAmC;AACnC,uDAAqC;AACrC,2DAAyC;AACzC,sDAAoC;AACpC,sDAAoC;AACpC,0DAAwC;AACxC,oDAAkC;AAClC,yDAAuC;AACvC,8DAA4C;AAC5C,uDAAqC;AACrC,qDAAmC;AACnC,qDAAmC;AACnC,2DAAyC;AACzC,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,kDAAgC;AAChC,oDAAkC;AAClC,8CAA4B;AAC5B,2CAAyB;AACzB,+CAA6B;AAC7B,2DAAyC;AACzC,yDAAuC;AACvC,6DAA2C;AAC3C,oDAAkC;AAClC,sDAAoC;AACpC,uDAAqC;AACrC,kDAAgC;AAChC,mDAAiC;AACjC,sDAAoC;AACpC,uDAAqC;AACrC,oDAAkC;AAClC,mDAAiC;AACjC,yDAAuC;AACvC,0EAAwD;AACxD,wDAAsC;AACtC,sDAAoC;AACpC,qDAAmC;AACnC,mDAAiC;AACjC,qDAAmC;AACnC,4DAA0C;AAC1C,gDAA8B;AAC9B,+DAA6C;AAC7C,oDAAkC;AAClC,yDAAuC;AACvC,sDAAoC;AACpC,kDAAgC;AAChC,qDAAmC;AACnC,qDAAmC;AACnC,uDAAqC;AACrC,qEAAmD;AACnD,8CAA4B;AAC5B,oDAAkC;AAClC,wDAAsC;AACtC,4DAA0C;AAC1C,yDAAuC;AACvC,sDAAoC;AACpC,qDAAmC;AACnC,wDAAsC;AACtC,wDAAsC;AACtC,kDAAgC;AAChC,uEAAqD;AACrD,yDAAuC;AACvC,mDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,4DAA0C;AAC1C,iEAA+C;AAC/C,mEAAiD;AACjD,mEAAiD;AACjD,yDAAuC;AACvC,qDAAmC;AACnC,oDAAkC;AAClC,+DAA6C;AAC7C,mDAAiC;AACjC,qDAAmC;AACnC,4CAA0B;AAC1B,2CAAyB;AACzB,sDAAoC;AACpC,oDAAkC;AAClC,sDAAoC;AACpC,uDAAqC;AACrC,+CAA6B;AAC7B,oDAAkC;AAClC,sDAAoC;AACpC,+DAA6C;AAC7C,wDAAsC;AACtC,gEAA8C;AAC9C,2DAAyC;AACzC,wDAAsC;AACtC,sDAAoC;AACpC,gEAA8C;AAC9C,wDAAsC;AACtC,yDAAuC;AACvC,+DAA6C;AAC7C,kDAAgC;AAChC,yDAAuC;AACvC,2DAAyC;AACzC,wDAAsC;AACtC,kDAAgC;AAChC,qDAAmC;AACnC,6CAA2B;AAC3B,qDAAmC;AACnC,uDAAqC;AACrC,2DAAyC;AACzC,sDAAoC;AACpC,sDAAoC;AACpC,0DAAwC;AACxC,oDAAkC;AAClC,yDAAuC;AACvC,8DAA4C;AAC5C,uDAAqC;AACrC,qDAAmC;AACnC,qDAAmC;AACnC,2DAAyC;AACzC,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,kDAAgC;AAChC,oDAAkC;AAClC,8CAA4B;AAC5B,2CAAyB;AACzB,+CAA6B;AAC7B,2DAAyC;AACzC,yDAAuC;AACvC,6DAA2C;AAC3C,oDAAkC;AAClC,sDAAoC;AACpC,uDAAqC;AACrC,kDAAgC;AAChC,mDAAiC;AACjC,sDAAoC;AACpC,uDAAqC;AACrC,oDAAkC;AAClC,mDAAiC;AACjC,yEAAuD;AACvD,yDAAuC;AACvC,0EAAwD;AACxD,wDAAsC;AACtC,sDAAoC;AACpC,qDAAmC;AACnC,mDAAiC;AACjC,qDAAmC;AACnC,4DAA0C;AAC1C,gDAA8B;AAC9B,+DAA6C;AAC7C,oDAAkC;AAClC,yDAAuC;AACvC,sDAAoC;AACpC,kDAAgC;AAChC,qDAAmC;AACnC,qDAAmC;AACnC,uDAAqC;AACrC,qEAAmD;AACnD,8CAA4B;AAC5B,oDAAkC;AAClC,wDAAsC;AACtC,4DAA0C;AAC1C,yDAAuC;AACvC,sDAAoC;AACpC,qDAAmC;AACnC,wDAAsC;AACtC,wDAAsC;AACtC,kDAAgC;AAChC,uEAAqD;AACrD,yDAAuC;AACvC,mDAAiC"}