@bitgo/public-types 6.10.0 → 6.11.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/cantonPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonPaymentIntent.js +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonPaymentIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/transactionRequest.d.ts +2 -0
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/cantonPaymentIntent.ts +1 -0
|
@@ -90,6 +90,7 @@ export declare const CantonPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.In
|
|
|
90
90
|
}>]>]>, t.PartialC<{
|
|
91
91
|
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
92
92
|
isConsolidate: t.BooleanC;
|
|
93
|
+
numberOfSplits: t.NumberC;
|
|
93
94
|
}>, t.TypeC<{
|
|
94
95
|
unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
|
|
95
96
|
}>]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cantonPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cantonPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,mDAAgD;AAChD,0CAAqE;AAKxD,QAAA,mBAAmB,GAAG,CAAC,CAAC,YAAY,CAAC;IAChD,6BAAa;IACb,CAAC,CAAC,OAAO,CAAC;QACR,IAAI,EAAE,sBAAc;QACpB,aAAa,EAAE,CAAC,CAAC,OAAO;KACzB,CAAC;IACF,CAAC,CAAC,IAAI,CAAC;QACL,QAAQ,EAAE,2BAAmB;KAC9B,CAAC;CACH,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"cantonPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cantonPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,mDAAgD;AAChD,0CAAqE;AAKxD,QAAA,mBAAmB,GAAG,CAAC,CAAC,YAAY,CAAC;IAChD,6BAAa;IACb,CAAC,CAAC,OAAO,CAAC;QACR,IAAI,EAAE,sBAAc;QACpB,aAAa,EAAE,CAAC,CAAC,OAAO;QACxB,cAAc,EAAE,CAAC,CAAC,MAAM;KACzB,CAAC;IACF,CAAC,CAAC,IAAI,CAAC;QACL,QAAQ,EAAE,2BAAmB;KAC9B,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -1479,6 +1479,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1479
1479
|
}>]>]>, t.PartialC<{
|
|
1480
1480
|
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1481
1481
|
isConsolidate: t.BooleanC;
|
|
1482
|
+
numberOfSplits: t.NumberC;
|
|
1482
1483
|
}>, t.TypeC<{
|
|
1483
1484
|
unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
|
|
1484
1485
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
@@ -1577,6 +1577,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1577
1577
|
}>]>]>, t.PartialC<{
|
|
1578
1578
|
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
1579
1579
|
isConsolidate: t.BooleanC;
|
|
1580
|
+
numberOfSplits: t.NumberC;
|
|
1580
1581
|
}>, t.TypeC<{
|
|
1581
1582
|
unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
|
|
1582
1583
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
@@ -14097,6 +14098,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14097
14098
|
}>]>]>, t.PartialC<{
|
|
14098
14099
|
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
14099
14100
|
isConsolidate: t.BooleanC;
|
|
14101
|
+
numberOfSplits: t.NumberC;
|
|
14100
14102
|
}>, t.TypeC<{
|
|
14101
14103
|
unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
|
|
14102
14104
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
package/package.json
CHANGED