@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.
@@ -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
  }>]>;
@@ -32,6 +32,7 @@ exports.CantonPaymentIntent = t.intersection([
32
32
  t.partial({
33
33
  memo: utils_1.optionalString,
34
34
  isConsolidate: t.boolean,
35
+ numberOfSplits: t.number,
35
36
  }),
36
37
  t.type({
37
38
  unspents: utils_1.optionalStringArray,
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/public-types",
3
- "version": "6.10.0",
3
+ "version": "6.11.0",
4
4
  "description": "Collection of types exposed externally as part of the BitGo public API",
5
5
  "license": "UNLICENSED",
6
6
  "author": "",
@@ -10,6 +10,7 @@ export const CantonPaymentIntent = t.intersection([
10
10
  t.partial({
11
11
  memo: optionalString,
12
12
  isConsolidate: t.boolean,
13
+ numberOfSplits: t.number,
13
14
  }),
14
15
  t.type({
15
16
  unspents: optionalStringArray,