@bitgo/public-types 5.88.0 → 5.90.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 (91) hide show
  1. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +2 -0
  2. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +2 -0
  3. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +2 -0
  4. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +2 -0
  5. package/dist/src/schema/transactionRequest/intents/aptStakeIntent.d.ts +2 -0
  6. package/dist/src/schema/transactionRequest/intents/aptUnstakeIntent.d.ts +2 -0
  7. package/dist/src/schema/transactionRequest/intents/aptWithdrawStakeIntent.d.ts +2 -0
  8. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +2 -0
  9. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +2 -0
  10. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +2 -0
  11. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +2 -0
  12. package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +2 -0
  13. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +2 -0
  14. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.js +4 -0
  15. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.js.map +1 -1
  16. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +2 -0
  17. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +2 -0
  18. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +2 -0
  19. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +2 -0
  20. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +2 -0
  21. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +2 -0
  22. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +2 -0
  23. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +2 -0
  24. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +2 -0
  25. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +2 -0
  26. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +2 -0
  27. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +2 -0
  28. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +2 -0
  29. package/dist/src/schema/transactionRequest/intents/delegateIntent.d.ts +2 -0
  30. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +2 -0
  31. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +2 -0
  32. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +2 -0
  33. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
  34. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +2 -0
  35. package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -0
  36. package/dist/src/schema/transactionRequest/intents/index.js +1 -0
  37. package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
  38. package/dist/src/schema/transactionRequest/intents/intent.d.ts +124 -0
  39. package/dist/src/schema/transactionRequest/intents/irysPledgeIntent.d.ts +2 -0
  40. package/dist/src/schema/transactionRequest/intents/irysStakeIntent.d.ts +2 -0
  41. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +2 -0
  42. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +2 -0
  43. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +2 -0
  44. package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +2 -0
  45. package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +2 -0
  46. package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +2 -0
  47. package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +2 -0
  48. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +2 -0
  49. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +4 -0
  50. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +4 -0
  51. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +2 -0
  52. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +2 -0
  53. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +2 -0
  54. package/dist/src/schema/transactionRequest/intents/stakingRequestSource.d.ts +8 -0
  55. package/dist/src/schema/transactionRequest/intents/stakingRequestSource.js +35 -0
  56. package/dist/src/schema/transactionRequest/intents/stakingRequestSource.js.map +1 -0
  57. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +2 -0
  58. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +2 -0
  59. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +4 -0
  60. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +2 -0
  61. package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +2 -0
  62. package/dist/src/schema/transactionRequest/intents/taoTransferStakeIntent.d.ts +2 -0
  63. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +4 -0
  64. package/dist/src/schema/transactionRequest/intents/undelegateIntent.d.ts +2 -0
  65. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +2 -0
  66. package/dist/src/schema/transactionRequest/intents/validatorRegistrationIntent.d.ts +2 -0
  67. package/dist/src/schema/transactionRequest/intents/vetDecreaseStakeIntent.d.ts +2 -0
  68. package/dist/src/schema/transactionRequest/intents/vetDelegateIntent.d.ts +2 -0
  69. package/dist/src/schema/transactionRequest/intents/vetIncreaseStakeIntent.d.ts +2 -0
  70. package/dist/src/schema/transactionRequest/intents/vetSignalExitIntent.d.ts +2 -0
  71. package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +2 -0
  72. package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +2 -0
  73. package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +4 -0
  74. package/dist/src/schema/transactionRequest/intents/vetValidatorRegistrationIntent.d.ts +2 -0
  75. package/dist/src/schema/transactionRequest/intents/vetWithdrawStakeIntent.d.ts +2 -0
  76. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +2 -0
  77. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +2 -0
  78. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +2 -0
  79. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +2 -0
  80. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +2 -0
  81. package/dist/src/schema/transactionRequest/intents/xdcStakingIntent.d.ts +4 -0
  82. package/dist/src/schema/transactionRequest/intents/xdcUnstakingIntent.d.ts +4 -0
  83. package/dist/src/schema/transactionRequest/transactionRequest.d.ts +248 -0
  84. package/dist/src/schema/webhook/webhookType.d.ts +4 -2
  85. package/dist/src/schema/webhook/webhookType.js +2 -0
  86. package/dist/src/schema/webhook/webhookType.js.map +1 -1
  87. package/package.json +1 -1
  88. package/src/schema/transactionRequest/intents/baseStakeIntent.ts +4 -0
  89. package/src/schema/transactionRequest/intents/index.ts +1 -0
  90. package/src/schema/transactionRequest/intents/stakingRequestSource.ts +15 -0
  91. package/src/schema/webhook/webhookType.ts +6 -0
@@ -59,6 +59,8 @@ export declare const AdaStakeClaimRewardsIntent: t.IntersectionC<[t.Intersection
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  amount: t.TypeC<{
64
66
  value: t.StringC;
@@ -59,6 +59,8 @@ export declare const AdaStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Interse
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"stake">;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const AdaUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"unstake">;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const AdaVoteDelegationIntent: t.IntersectionC<[t.IntersectionC<[
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"voteDelegation">;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const AptStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Interse
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"stake">;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const AptUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"unstake">;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const AptWithdrawStakeIntent: t.IntersectionC<[t.IntersectionC<[t
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"claim">;
64
66
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const AtomStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inters
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"stake">;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const AtomUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"unstake">;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const AtomWithdrawIntent: t.IntersectionC<[t.IntersectionC<[t.Int
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"claim">;
64
66
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const BabyCreateBtcDelegationIntent: t.IntersectionC<[t.Intersect
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"createBtcDelegation">;
64
66
  createBtcDelegationBytes: t.StringC;
@@ -59,6 +59,8 @@ export declare const BabyWithdrawRewardIntent: t.IntersectionC<[t.IntersectionC<
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"stakeClaimRewards">;
64
66
  type: t.StringC;
@@ -59,5 +59,7 @@ export declare const BaseStakeIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>;
63
65
  export type BaseStakeIntent = t.TypeOf<typeof BaseStakeIntent>;
@@ -26,10 +26,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.BaseStakeIntent = void 0;
27
27
  const t = __importStar(require("io-ts"));
28
28
  const baseIntent_1 = require("./baseIntent");
29
+ const stakingRequestSource_1 = require("./stakingRequestSource");
29
30
  exports.BaseStakeIntent = t.intersection([
30
31
  baseIntent_1.BaseIntent,
31
32
  t.type({
32
33
  stakingRequestId: t.string,
33
34
  }),
35
+ t.partial({
36
+ source: stakingRequestSource_1.StakingRequestSource,
37
+ }),
34
38
  ]);
35
39
  //# sourceMappingURL=baseStakeIntent.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"baseStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/baseStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAE7B,QAAA,eAAe,GAAG,CAAC,CAAC,YAAY,CAAC;IAC5C,uBAAU;IACV,CAAC,CAAC,IAAI,CAAC;QACL,gBAAgB,EAAE,CAAC,CAAC,MAAM;KAC3B,CAAC;CACH,CAAC,CAAC"}
1
+ {"version":3,"file":"baseStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/baseStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,iEAA8D;AAEjD,QAAA,eAAe,GAAG,CAAC,CAAC,YAAY,CAAC;IAC5C,uBAAU;IACV,CAAC,CAAC,IAAI,CAAC;QACL,gBAAgB,EAAE,CAAC,CAAC,MAAM;KAC3B,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,MAAM,EAAE,2CAAoB;KAC7B,CAAC;CACH,CAAC,CAAC"}
@@ -59,6 +59,8 @@ export declare const BaseStakeIntentWithCalldata: t.IntersectionC<[t.Intersectio
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  calldata: t.StringC;
64
66
  }>]>;
@@ -59,6 +59,8 @@ export declare const BeraDelegateIntent: t.IntersectionC<[t.IntersectionC<[t.Int
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"delegate">;
64
66
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const BscDelegateIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  amount: t.TypeC<{
64
66
  value: t.StringC;
@@ -59,6 +59,8 @@ export declare const BscStakeClaimRewardsIntent: t.IntersectionC<[t.Intersection
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  amount: t.TypeC<{
64
66
  value: t.StringC;
@@ -59,6 +59,8 @@ export declare const BscUnDelegateIntent: t.IntersectionC<[t.IntersectionC<[t.In
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  amount: t.TypeC<{
64
66
  value: t.StringC;
@@ -59,6 +59,8 @@ export declare const BscWithdrawUndelegateIntent: t.IntersectionC<[t.Intersectio
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"claim">;
64
66
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const CoreDaoClaimIntent: t.IntersectionC<[t.IntersectionC<[t.Int
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  calldata: t.StringC;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const CoreDaoDelegateIntent: t.IntersectionC<[t.IntersectionC<[t.
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  calldata: t.StringC;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const CoreDaoUndelegateIntent: t.IntersectionC<[t.IntersectionC<[
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  calldata: t.StringC;
64
66
  }>]>, t.TypeC<{
@@ -59,6 +59,8 @@ export declare const CosmosStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  amount: t.TypeC<{
64
66
  value: t.StringC;
@@ -59,6 +59,8 @@ export declare const CosmosSwitchValidatorIntent: t.IntersectionC<[t.Intersectio
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  amount: t.TypeC<{
64
66
  value: t.StringC;
@@ -59,6 +59,8 @@ export declare const CosmosUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.In
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  amount: t.TypeC<{
64
66
  value: t.StringC;
@@ -59,6 +59,8 @@ export declare const CosmosWithdrawIntent: t.IntersectionC<[t.IntersectionC<[t.I
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"claim">;
64
66
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const DelegateIntent: t.IntersectionC<[t.IntersectionC<[t.Interse
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"delegate">;
64
66
  }>]>;
@@ -59,6 +59,8 @@ export declare const DotStakingIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"stake">;
64
66
  }>]>, t.IntersectionC<[t.PartialC<{
@@ -59,6 +59,8 @@ export declare const DotUnstakingIntent: t.IntersectionC<[t.IntersectionC<[t.Int
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"unstake">;
64
66
  }>]>, t.IntersectionC<[t.PartialC<{
@@ -59,6 +59,8 @@ export declare const DotWithdrawStakeIntent: t.IntersectionC<[t.IntersectionC<[t
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"claim">;
64
66
  }>, t.PartialC<{
@@ -59,6 +59,8 @@ export declare const EthLikeStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Int
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.KeyofC<{
64
66
  payment: t.LiteralC<"payment">;
@@ -59,6 +59,8 @@ export declare const EthStakingIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
59
59
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
60
60
  }>]>, t.TypeC<{
61
61
  stakingRequestId: t.StringC;
62
+ }>, t.PartialC<{
63
+ source: t.KeyofC<typeof import("./stakingRequestSource").StakingRequestSourceEnum>;
62
64
  }>]>, t.TypeC<{
63
65
  intentType: t.LiteralC<"stake">;
64
66
  }>]>, t.IntersectionC<[t.PartialC<{
@@ -126,6 +126,7 @@ export * from "./solVersionedCustomTxIntent";
126
126
  export * from "./stakeClaimRewardsIntent";
127
127
  export * from "./stakeIntent";
128
128
  export * from "./stakeSwitchValidatorIntent";
129
+ export * from "./stakingRequestSource";
129
130
  export * from "./substrateAccountBaseBuildOptions";
130
131
  export * from "./substrateBaseIntent";
131
132
  export * from "./substrateConsolidateIntent";
@@ -142,6 +142,7 @@ __exportStar(require("./solVersionedCustomTxIntent"), exports);
142
142
  __exportStar(require("./stakeClaimRewardsIntent"), exports);
143
143
  __exportStar(require("./stakeIntent"), exports);
144
144
  __exportStar(require("./stakeSwitchValidatorIntent"), exports);
145
+ __exportStar(require("./stakingRequestSource"), exports);
145
146
  __exportStar(require("./substrateAccountBaseBuildOptions"), exports);
146
147
  __exportStar(require("./substrateBaseIntent"), exports);
147
148
  __exportStar(require("./substrateConsolidateIntent"), 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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"}