@bitgo/public-types 6.3.0 → 6.4.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.
@@ -84,6 +84,7 @@ export declare const CantonPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.In
84
84
  isTestTransaction: t.BooleanC;
85
85
  }>]>]>, t.PartialC<{
86
86
  memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
87
+ isConsolidate: t.BooleanC;
87
88
  }>, t.TypeC<{
88
89
  unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
89
90
  }>]>;
@@ -31,6 +31,7 @@ exports.CantonPaymentIntent = t.intersection([
31
31
  paymentIntent_1.PaymentIntent,
32
32
  t.partial({
33
33
  memo: utils_1.optionalString,
34
+ isConsolidate: t.boolean,
34
35
  }),
35
36
  t.type({
36
37
  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;KACrB,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;KACzB,CAAC;IACF,CAAC,CAAC,IAAI,CAAC;QACL,QAAQ,EAAE,2BAAmB;KAC9B,CAAC;CACH,CAAC,CAAC"}
@@ -1343,6 +1343,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1343
1343
  isTestTransaction: t.BooleanC;
1344
1344
  }>]>]>, t.PartialC<{
1345
1345
  memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1346
+ isConsolidate: t.BooleanC;
1346
1347
  }>, t.TypeC<{
1347
1348
  unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
1348
1349
  }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
@@ -1441,6 +1441,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1441
1441
  isTestTransaction: t.BooleanC;
1442
1442
  }>]>]>, t.PartialC<{
1443
1443
  memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1444
+ isConsolidate: t.BooleanC;
1444
1445
  }>, t.TypeC<{
1445
1446
  unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
1446
1447
  }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
@@ -12686,6 +12687,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12686
12687
  isTestTransaction: t.BooleanC;
12687
12688
  }>]>]>, t.PartialC<{
12688
12689
  memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
12690
+ isConsolidate: t.BooleanC;
12689
12691
  }>, t.TypeC<{
12690
12692
  unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
12691
12693
  }>]>, 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.3.0",
3
+ "version": "6.4.0",
4
4
  "description": "Collection of types exposed externally as part of the BitGo public API",
5
5
  "license": "UNLICENSED",
6
6
  "author": "",
@@ -9,6 +9,7 @@ export const CantonPaymentIntent = t.intersection([
9
9
  PaymentIntent,
10
10
  t.partial({
11
11
  memo: optionalString,
12
+ isConsolidate: t.boolean,
12
13
  }),
13
14
  t.type({
14
15
  unspents: optionalStringArray,