@bitgo/public-types 5.82.0 → 5.84.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 (170) hide show
  1. package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +3 -0
  2. package/dist/src/schema/transactionRequest/intents/accelerationIntent.js +2 -0
  3. package/dist/src/schema/transactionRequest/intents/accelerationIntent.js.map +1 -1
  4. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +2 -0
  5. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +2 -0
  6. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +2 -0
  7. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +2 -0
  8. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +2 -0
  9. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +2 -0
  10. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +2 -0
  11. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +2 -0
  12. package/dist/src/schema/transactionRequest/intents/aptCustomTxIntent.d.ts +2 -0
  13. package/dist/src/schema/transactionRequest/intents/aptStakeIntent.d.ts +2 -0
  14. package/dist/src/schema/transactionRequest/intents/aptUnstakeIntent.d.ts +2 -0
  15. package/dist/src/schema/transactionRequest/intents/aptWithdrawStakeIntent.d.ts +2 -0
  16. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +2 -0
  17. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +2 -0
  18. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +2 -0
  19. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +2 -0
  20. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +2 -0
  21. package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +2 -0
  22. package/dist/src/schema/transactionRequest/intents/baseBridgeFundsIntent.d.ts +2 -0
  23. package/dist/src/schema/transactionRequest/intents/baseGoStakeIntent.d.ts +2 -0
  24. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +4 -0
  25. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +2 -0
  26. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +2 -0
  27. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +2 -0
  28. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +2 -0
  29. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +2 -0
  30. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +2 -0
  31. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +2 -0
  32. package/dist/src/schema/transactionRequest/intents/cantonTransferAcceptIntent.d.ts +2 -0
  33. package/dist/src/schema/transactionRequest/intents/cantonTransferAcknowledgeIntent.d.ts +2 -0
  34. package/dist/src/schema/transactionRequest/intents/cantonTransferOfferWithdrawnIntent.d.ts +2 -0
  35. package/dist/src/schema/transactionRequest/intents/cantonTransferRejectIntent.d.ts +2 -0
  36. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +2 -0
  37. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +2 -0
  38. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +2 -0
  39. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +2 -0
  40. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +2 -0
  41. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +2 -0
  42. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +2 -0
  43. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +2 -0
  44. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +2 -0
  45. package/dist/src/schema/transactionRequest/intents/defiDepositIntent.d.ts +65 -0
  46. package/dist/src/schema/transactionRequest/intents/defiDepositIntent.js +38 -0
  47. package/dist/src/schema/transactionRequest/intents/defiDepositIntent.js.map +1 -0
  48. package/dist/src/schema/transactionRequest/intents/defiRedeemIntent.d.ts +65 -0
  49. package/dist/src/schema/transactionRequest/intents/defiRedeemIntent.js +38 -0
  50. package/dist/src/schema/transactionRequest/intents/defiRedeemIntent.js.map +1 -0
  51. package/dist/src/schema/transactionRequest/intents/delegateIntent.d.ts +2 -0
  52. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +2 -0
  53. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +2 -0
  54. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +2 -0
  55. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +2 -0
  56. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +2 -0
  57. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +2 -0
  58. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +2 -0
  59. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +3 -0
  60. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +2 -0
  61. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +3 -0
  62. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +4 -0
  63. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +2 -0
  64. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +2 -0
  65. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +2 -0
  66. package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +2 -0
  67. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +3 -0
  68. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.js +2 -0
  69. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.js.map +1 -1
  70. package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.d.ts +2 -0
  71. package/dist/src/schema/transactionRequest/intents/hypeevmBridgeFundsIntent.d.ts +2 -0
  72. package/dist/src/schema/transactionRequest/intents/hypeevmSpotTransferIntent.d.ts +2 -0
  73. package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +2 -0
  74. package/dist/src/schema/transactionRequest/intents/index.d.ts +2 -0
  75. package/dist/src/schema/transactionRequest/intents/index.js +2 -0
  76. package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
  77. package/dist/src/schema/transactionRequest/intents/intent.d.ts +360 -0
  78. package/dist/src/schema/transactionRequest/intents/intent.js +4 -0
  79. package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
  80. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +4 -0
  81. package/dist/src/schema/transactionRequest/intents/intentType.js +2 -0
  82. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  83. package/dist/src/schema/transactionRequest/intents/iotaBuildOptions.d.ts +2 -0
  84. package/dist/src/schema/transactionRequest/intents/iotaConsolidateIntent.d.ts +2 -0
  85. package/dist/src/schema/transactionRequest/intents/iotaPaymentIntent.d.ts +4 -0
  86. package/dist/src/schema/transactionRequest/intents/irysPledgeIntent.d.ts +2 -0
  87. package/dist/src/schema/transactionRequest/intents/irysStakeIntent.d.ts +2 -0
  88. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +4 -0
  89. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +2 -0
  90. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +2 -0
  91. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +2 -0
  92. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +2 -0
  93. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +2 -0
  94. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +2 -0
  95. package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +2 -0
  96. package/dist/src/schema/transactionRequest/intents/polyxCreateAccountIntent.d.ts +2 -0
  97. package/dist/src/schema/transactionRequest/intents/polyxPreApproveAssetIntent.d.ts +2 -0
  98. package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +2 -0
  99. package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +2 -0
  100. package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +2 -0
  101. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +2 -0
  102. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +2 -0
  103. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +2 -0
  104. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +2 -0
  105. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +2 -0
  106. package/dist/src/schema/transactionRequest/intents/solCustomTxIntent.d.ts +2 -0
  107. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +2 -0
  108. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +2 -0
  109. package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.d.ts +2 -0
  110. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +2 -0
  111. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +4 -0
  112. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +4 -0
  113. package/dist/src/schema/transactionRequest/intents/solVersionedCustomTxIntent.d.ts +2 -0
  114. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +2 -0
  115. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +2 -0
  116. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +2 -0
  117. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +2 -0
  118. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +2 -0
  119. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +2 -0
  120. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +2 -0
  121. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +4 -0
  122. package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.d.ts +4 -0
  123. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +4 -0
  124. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +2 -0
  125. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +2 -0
  126. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +4 -0
  127. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +2 -0
  128. package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +2 -0
  129. package/dist/src/schema/transactionRequest/intents/taoTransferStakeIntent.d.ts +2 -0
  130. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +4 -0
  131. package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +2 -0
  132. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +2 -0
  133. package/dist/src/schema/transactionRequest/intents/tonMultiNominatorDelegateIntent.d.ts +2 -0
  134. package/dist/src/schema/transactionRequest/intents/tonMultiNominatorUndelegateIntent.d.ts +2 -0
  135. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +2 -0
  136. package/dist/src/schema/transactionRequest/intents/tonSingleNominatorDelegateIntent.d.ts +2 -0
  137. package/dist/src/schema/transactionRequest/intents/tonSingleNominatorUndelegateIntent.d.ts +2 -0
  138. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +2 -0
  139. package/dist/src/schema/transactionRequest/intents/tonWhalesDelegateIntent.d.ts +2 -0
  140. package/dist/src/schema/transactionRequest/intents/tonWhalesUndelegateIntent.d.ts +2 -0
  141. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +2 -0
  142. package/dist/src/schema/transactionRequest/intents/undelegateIntent.d.ts +2 -0
  143. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +2 -0
  144. package/dist/src/schema/transactionRequest/intents/validatorRegistrationIntent.d.ts +2 -0
  145. package/dist/src/schema/transactionRequest/intents/vetDecreaseStakeIntent.d.ts +2 -0
  146. package/dist/src/schema/transactionRequest/intents/vetDelegateIntent.d.ts +2 -0
  147. package/dist/src/schema/transactionRequest/intents/vetIncreaseStakeIntent.d.ts +2 -0
  148. package/dist/src/schema/transactionRequest/intents/vetSignalExitIntent.d.ts +2 -0
  149. package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +2 -0
  150. package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +2 -0
  151. package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +4 -0
  152. package/dist/src/schema/transactionRequest/intents/vetValidatorRegistrationIntent.d.ts +2 -0
  153. package/dist/src/schema/transactionRequest/intents/vetWithdrawStakeIntent.d.ts +2 -0
  154. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +2 -0
  155. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +2 -0
  156. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +2 -0
  157. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +2 -0
  158. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +2 -0
  159. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +2 -0
  160. package/dist/src/schema/transactionRequest/intents/xdcStakingIntent.d.ts +4 -0
  161. package/dist/src/schema/transactionRequest/intents/xdcUnstakingIntent.d.ts +4 -0
  162. package/dist/src/schema/transactionRequest/transactionRequest.d.ts +720 -0
  163. package/package.json +1 -1
  164. package/src/schema/transactionRequest/intents/accelerationIntent.ts +2 -0
  165. package/src/schema/transactionRequest/intents/defiDepositIntent.ts +15 -0
  166. package/src/schema/transactionRequest/intents/defiRedeemIntent.ts +15 -0
  167. package/src/schema/transactionRequest/intents/fillNonceIntent.ts +2 -0
  168. package/src/schema/transactionRequest/intents/index.ts +2 -0
  169. package/src/schema/transactionRequest/intents/intent.ts +4 -0
  170. package/src/schema/transactionRequest/intents/intentType.ts +8 -0
@@ -0,0 +1,65 @@
1
+ import * as t from "io-ts";
2
+ export declare const DefiRedeemIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
3
+ intentType: t.KeyofC<{
4
+ payment: t.LiteralC<"payment">;
5
+ transferToken: t.LiteralC<"transferToken">;
6
+ consolidate: t.LiteralC<"consolidate">;
7
+ consolidateToken: t.LiteralC<"consolidateToken">;
8
+ fanout: t.LiteralC<"fanout">;
9
+ stake: t.LiteralC<"stake">;
10
+ unstake: t.LiteralC<"unstake">;
11
+ delegate: t.LiteralC<"delegate">;
12
+ undelegate: t.LiteralC<"undelegate">;
13
+ switchValidator: t.LiteralC<"switchValidator">;
14
+ claim: t.LiteralC<"claim">;
15
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
16
+ pledge: t.LiteralC<"pledge">;
17
+ voteDelegation: t.LiteralC<"voteDelegation">;
18
+ vote: t.LiteralC<"vote">;
19
+ createAccount: t.LiteralC<"createAccount">;
20
+ updateAccount: t.LiteralC<"updateAccount">;
21
+ addTrustLine: t.LiteralC<"addTrustLine">;
22
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
23
+ signMessage: t.LiteralC<"signMessage">;
24
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
25
+ enableToken: t.LiteralC<"enableToken">;
26
+ authorize: t.LiteralC<"authorize">;
27
+ acceleration: t.LiteralC<"acceleration">;
28
+ fillNonce: t.LiteralC<"fillNonce">;
29
+ walletRecovery: t.LiteralC<"walletRecovery">;
30
+ contractCall: t.LiteralC<"contractCall">;
31
+ deactivate: t.LiteralC<"deactivate">;
32
+ customTx: t.LiteralC<"customTx">;
33
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
34
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
35
+ unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
36
+ switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
37
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
38
+ tokenApproval: t.LiteralC<"tokenApproval">;
39
+ transferStake: t.LiteralC<"transferStake">;
40
+ validatorRegistration: t.LiteralC<"validatorRegistration">;
41
+ increaseStake: t.LiteralC<"increaseStake">;
42
+ decreaseStake: t.LiteralC<"decreaseStake">;
43
+ signalExit: t.LiteralC<"signalExit">;
44
+ withdrawStake: t.LiteralC<"withdrawStake">;
45
+ spotTransfer: t.LiteralC<"spotTransfer">;
46
+ bridgeFunds: t.LiteralC<"bridgeFunds">;
47
+ goUnstake: t.LiteralC<"goUnstake">;
48
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
49
+ transferAccept: t.LiteralC<"transferAccept">;
50
+ transferReject: t.LiteralC<"transferReject">;
51
+ transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
+ transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
55
+ }>;
56
+ }>, t.PartialC<{
57
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
58
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
59
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
+ }>]>, t.TypeC<{
61
+ intentType: t.LiteralC<"defi-redeem">;
62
+ protocol: t.StringC;
63
+ amount: t.StringC;
64
+ }>]>;
65
+ export type DefiRedeemIntent = t.TypeOf<typeof DefiRedeemIntent>;
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.DefiRedeemIntent = void 0;
27
+ const t = __importStar(require("io-ts"));
28
+ const baseIntent_1 = require("./baseIntent");
29
+ const intentType_1 = require("./intentType");
30
+ exports.DefiRedeemIntent = t.intersection([
31
+ baseIntent_1.BaseIntent,
32
+ t.type({
33
+ intentType: intentType_1.intentTypes["defi-redeem"],
34
+ protocol: t.string,
35
+ amount: t.string,
36
+ }),
37
+ ]);
38
+ //# sourceMappingURL=defiRedeemIntent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defiRedeemIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/defiRedeemIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,6CAA2C;AAE9B,QAAA,gBAAgB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC7C,uBAAU;IACV,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,aAAa,CAAC;QACtC,QAAQ,EAAE,CAAC,CAAC,MAAM;QAElB,MAAM,EAAE,CAAC,CAAC,MAAM;KACjB,CAAC;CACH,CAAC,CAAC"}
@@ -50,6 +50,8 @@ export declare const DelegateIntent: t.IntersectionC<[t.IntersectionC<[t.Interse
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const DotBaseIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const DotCreateAccountIntent: t.IntersectionC<[t.IntersectionC<[t
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const DotPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const DotStakingIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const DotUnstakingIntent: t.IntersectionC<[t.IntersectionC<[t.Int
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const DotWithdrawStakeIntent: t.IntersectionC<[t.IntersectionC<[t
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const EnableTokenIntent: t.IntersectionC<[t.IntersectionC<[t.Type
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const EthAccelerationIntent: t.IntersectionC<[t.IntersectionC<[t.
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -58,6 +60,7 @@ export declare const EthAccelerationIntent: t.IntersectionC<[t.IntersectionC<[t.
58
60
  }>]>, t.TypeC<{
59
61
  intentType: t.LiteralC<"acceleration">;
60
62
  txid: t.StringC;
63
+ senderAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
61
64
  }>]>, t.IntersectionC<[t.PartialC<{
62
65
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
63
66
  }>, t.PartialC<{
@@ -50,6 +50,8 @@ export declare const EthConsolidateTokenIntent: t.IntersectionC<[t.IntersectionC
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const EthFillNonceIntent: t.IntersectionC<[t.IntersectionC<[t.Int
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -57,6 +59,7 @@ export declare const EthFillNonceIntent: t.IntersectionC<[t.IntersectionC<[t.Int
57
59
  }>]>, t.TypeC<{
58
60
  intentType: t.LiteralC<"fillNonce">;
59
61
  nonce: t.UnionC<[t.StringC, t.NumberC]>;
62
+ senderAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
60
63
  }>]>, t.PartialC<{
61
64
  feeOptions: t.UnionC<[t.Type<{
62
65
  unit?: "baseUnit" | "cpu" | "ram" | undefined;
@@ -50,6 +50,8 @@ export declare const EthLikeStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Int
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -108,6 +110,8 @@ export declare const EthLikeStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Int
108
110
  transferReject: t.LiteralC<"transferReject">;
109
111
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
110
112
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
113
+ "defi-deposit": t.LiteralC<"defi-deposit">;
114
+ "defi-redeem": t.LiteralC<"defi-redeem">;
111
115
  }>;
112
116
  }>, t.PartialC<{
113
117
  recipients: t.UnionC<[t.Type<({
@@ -50,6 +50,8 @@ export declare const EthPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const EthStakingIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const EthTransferTokenIntent: t.IntersectionC<[t.IntersectionC<[t
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const FeeAddressTransferIntent: t.IntersectionC<[t.IntersectionC<
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const FillNonceIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -57,5 +59,6 @@ export declare const FillNonceIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<
57
59
  }>]>, t.TypeC<{
58
60
  intentType: t.LiteralC<"fillNonce">;
59
61
  nonce: t.UnionC<[t.StringC, t.NumberC]>;
62
+ senderAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
60
63
  }>]>;
61
64
  export type FillNonceIntent = t.TypeOf<typeof FillNonceIntent>;
@@ -27,11 +27,13 @@ exports.FillNonceIntent = void 0;
27
27
  const t = __importStar(require("io-ts"));
28
28
  const baseIntent_1 = require("./baseIntent");
29
29
  const intentType_1 = require("./intentType");
30
+ const utils_1 = require("../../../utils");
30
31
  exports.FillNonceIntent = t.intersection([
31
32
  baseIntent_1.BaseIntentWithoutNonce,
32
33
  t.type({
33
34
  intentType: intentType_1.intentTypes.fillNonce,
34
35
  nonce: t.union([t.string, t.number]),
36
+ senderAddress: utils_1.optionalString,
35
37
  }),
36
38
  ]);
37
39
  //# sourceMappingURL=fillNonceIntent.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"fillNonceIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/fillNonceIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAAsD;AACtD,6CAA2C;AAE9B,QAAA,eAAe,GAAG,CAAC,CAAC,YAAY,CAAC;IAC5C,mCAAsB;IACtB,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,SAAS;QACjC,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;KACrC,CAAC;CACH,CAAC,CAAC"}
1
+ {"version":3,"file":"fillNonceIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/fillNonceIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAAsD;AACtD,6CAA2C;AAC3C,0CAAgD;AAEnC,QAAA,eAAe,GAAG,CAAC,CAAC,YAAY,CAAC;IAC5C,mCAAsB;IACtB,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,SAAS;QACjC,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;QACpC,aAAa,EAAE,sBAAc;KAC9B,CAAC;CACH,CAAC,CAAC"}
@@ -50,6 +50,8 @@ export declare const GoUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inters
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const HypeevmBridgeFundsIntent: t.IntersectionC<[t.IntersectionC<
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const HypeevmSpotTransferIntent: t.IntersectionC<[t.IntersectionC
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -50,6 +50,8 @@ export declare const IcpPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
50
50
  transferReject: t.LiteralC<"transferReject">;
51
51
  transferAcknowledge: t.LiteralC<"transferAcknowledge">;
52
52
  transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
53
+ "defi-deposit": t.LiteralC<"defi-deposit">;
54
+ "defi-redeem": t.LiteralC<"defi-redeem">;
53
55
  }>;
54
56
  }>, t.PartialC<{
55
57
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -46,6 +46,8 @@ export * from "./cosmosStakeIntent";
46
46
  export * from "./cosmosSwitchValidatorIntent";
47
47
  export * from "./cosmosUnstakeIntent";
48
48
  export * from "./cosmosWithdrawIntent";
49
+ export * from "./defiDepositIntent";
50
+ export * from "./defiRedeemIntent";
49
51
  export * from "./dotAccountBaseBuildOptions";
50
52
  export * from "./dotBaseIntent";
51
53
  export * from "./dotConsolidateIntent";
@@ -62,6 +62,8 @@ __exportStar(require("./cosmosStakeIntent"), exports);
62
62
  __exportStar(require("./cosmosSwitchValidatorIntent"), exports);
63
63
  __exportStar(require("./cosmosUnstakeIntent"), exports);
64
64
  __exportStar(require("./cosmosWithdrawIntent"), exports);
65
+ __exportStar(require("./defiDepositIntent"), exports);
66
+ __exportStar(require("./defiRedeemIntent"), exports);
65
67
  __exportStar(require("./dotAccountBaseBuildOptions"), exports);
66
68
  __exportStar(require("./dotBaseIntent"), exports);
67
69
  __exportStar(require("./dotConsolidateIntent"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/index.ts"],"names":[],"mappings":"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"}