@bitgo/public-types 6.12.0 → 6.13.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.
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.js +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/transactionRequest.d.ts +2 -0
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/polyxStakeIntent.ts +1 -0
|
@@ -5746,6 +5746,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5746
5746
|
intentType: t.LiteralC<"stake">;
|
|
5747
5747
|
}>, t.PartialC<{
|
|
5748
5748
|
addToStake: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
|
5749
|
+
validators: t.ArrayC<t.StringC>;
|
|
5749
5750
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5750
5751
|
intentType: t.KeyofC<{
|
|
5751
5752
|
payment: t.LiteralC<"payment">;
|
|
@@ -106,5 +106,6 @@ export declare const PolyxStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
|
|
|
106
106
|
intentType: t.LiteralC<"stake">;
|
|
107
107
|
}>, t.PartialC<{
|
|
108
108
|
addToStake: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
|
109
|
+
validators: t.ArrayC<t.StringC>;
|
|
109
110
|
}>]>;
|
|
110
111
|
export type PolyxStakeIntent = t.TypeOf<typeof PolyxStakeIntent>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"polyxStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/polyxStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,6CAA2C;AAC3C,0CAAiD;AAKpC,QAAA,gBAAgB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC7C,iCAAe;IACf,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,KAAK;KAC9B,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,UAAU,EAAE,uBAAe;
|
|
1
|
+
{"version":3,"file":"polyxStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/polyxStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,6CAA2C;AAC3C,0CAAiD;AAKpC,QAAA,gBAAgB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC7C,iCAAe;IACf,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,KAAK;KAC9B,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,UAAU,EAAE,uBAAe;QAC3B,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC;KAC9B,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -5844,6 +5844,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5844
5844
|
intentType: t.LiteralC<"stake">;
|
|
5845
5845
|
}>, t.PartialC<{
|
|
5846
5846
|
addToStake: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
|
5847
|
+
validators: t.ArrayC<t.StringC>;
|
|
5847
5848
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5848
5849
|
intentType: t.KeyofC<{
|
|
5849
5850
|
payment: t.LiteralC<"payment">;
|
|
@@ -18365,6 +18366,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
18365
18366
|
intentType: t.LiteralC<"stake">;
|
|
18366
18367
|
}>, t.PartialC<{
|
|
18367
18368
|
addToStake: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
|
18369
|
+
validators: t.ArrayC<t.StringC>;
|
|
18368
18370
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
18369
18371
|
intentType: t.KeyofC<{
|
|
18370
18372
|
payment: t.LiteralC<"payment">;
|
package/package.json
CHANGED