@bitgo/public-types 4.8.0 → 4.9.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.
@@ -3,6 +3,7 @@ export declare const TssWalletCreationSettings: t.PartialC<{
3
3
  multiSigTypeVersion: t.KeyofC<typeof import("../wallet").MultisigTypeVersionEnum>;
4
4
  custodialMultiSigTypeVersion: t.KeyofC<typeof import("../wallet").MultisigTypeVersionEnum>;
5
5
  coldMultiSigTypeVersion: t.KeyofC<typeof import("../wallet").MultisigTypeVersionEnum>;
6
+ defaultWalletVersion: t.NumberC;
6
7
  }>;
7
8
  export type TssWalletCreationSettings = t.TypeOf<typeof TssWalletCreationSettings>;
8
9
  export declare const TssCoinSetting: t.IntersectionC<[t.TypeC<{
@@ -10,6 +11,7 @@ export declare const TssCoinSetting: t.IntersectionC<[t.TypeC<{
10
11
  multiSigTypeVersion: t.KeyofC<typeof import("../wallet").MultisigTypeVersionEnum>;
11
12
  custodialMultiSigTypeVersion: t.KeyofC<typeof import("../wallet").MultisigTypeVersionEnum>;
12
13
  coldMultiSigTypeVersion: t.KeyofC<typeof import("../wallet").MultisigTypeVersionEnum>;
14
+ defaultWalletVersion: t.NumberC;
13
15
  }>;
14
16
  }>, t.PartialC<{
15
17
  canMigrateToMPCv2: t.BooleanC;
@@ -21,6 +23,7 @@ export declare const TssSettings: t.TypeC<{
21
23
  multiSigTypeVersion: t.KeyofC<typeof import("../wallet").MultisigTypeVersionEnum>;
22
24
  custodialMultiSigTypeVersion: t.KeyofC<typeof import("../wallet").MultisigTypeVersionEnum>;
23
25
  coldMultiSigTypeVersion: t.KeyofC<typeof import("../wallet").MultisigTypeVersionEnum>;
26
+ defaultWalletVersion: t.NumberC;
24
27
  }>;
25
28
  }>, t.PartialC<{
26
29
  canMigrateToMPCv2: t.BooleanC;
@@ -30,6 +30,7 @@ exports.TssWalletCreationSettings = t.partial({
30
30
  multiSigTypeVersion: wallet_1.MultisigTypeVersion,
31
31
  custodialMultiSigTypeVersion: wallet_1.MultisigTypeVersion,
32
32
  coldMultiSigTypeVersion: wallet_1.MultisigTypeVersion,
33
+ defaultWalletVersion: t.number,
33
34
  });
34
35
  exports.TssCoinSetting = t.intersection([
35
36
  t.type({ walletCreationSettings: exports.TssWalletCreationSettings }),
@@ -1 +1 @@
1
- {"version":3,"file":"tssSettings.js","sourceRoot":"","sources":["../../../../src/schema/tss/tssSettings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,sCAAgD;AAEnC,QAAA,yBAAyB,GAAG,CAAC,CAAC,OAAO,CAAC;IACjD,mBAAmB,EAAE,4BAAmB;IACxC,4BAA4B,EAAE,4BAAmB;IACjD,uBAAuB,EAAE,4BAAmB;CAC7C,CAAC,CAAC;AAMU,QAAA,cAAc,GAAG,CAAC,CAAC,YAAY,CAAC;IAC3C,CAAC,CAAC,IAAI,CAAC,EAAE,sBAAsB,EAAE,iCAAyB,EAAE,CAAC;IAC7D,CAAC,CAAC,OAAO,CAAC;QACR,iBAAiB,EAAE,CAAC,CAAC,OAAO;KAC7B,CAAC;CACH,CAAC,CAAC;AAIU,QAAA,WAAW,GAAG,CAAC,CAAC,IAAI,CAAC;IAChC,YAAY,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,sBAAc,CAAC;CACjD,CAAC,CAAC"}
1
+ {"version":3,"file":"tssSettings.js","sourceRoot":"","sources":["../../../../src/schema/tss/tssSettings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,sCAAgD;AAEnC,QAAA,yBAAyB,GAAG,CAAC,CAAC,OAAO,CAAC;IACjD,mBAAmB,EAAE,4BAAmB;IACxC,4BAA4B,EAAE,4BAAmB;IACjD,uBAAuB,EAAE,4BAAmB;IAC5C,oBAAoB,EAAE,CAAC,CAAC,MAAM;CAC/B,CAAC,CAAC;AAMU,QAAA,cAAc,GAAG,CAAC,CAAC,YAAY,CAAC;IAC3C,CAAC,CAAC,IAAI,CAAC,EAAE,sBAAsB,EAAE,iCAAyB,EAAE,CAAC;IAC7D,CAAC,CAAC,OAAO,CAAC;QACR,iBAAiB,EAAE,CAAC,CAAC,OAAO;KAC7B,CAAC;CACH,CAAC,CAAC;AAIU,QAAA,WAAW,GAAG,CAAC,CAAC,IAAI,CAAC;IAChC,YAAY,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,sBAAc,CAAC;CACjD,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/public-types",
3
- "version": "4.8.0",
3
+ "version": "4.9.0",
4
4
  "description": "Collection of types exposed externally as part of the BitGo public API",
5
5
  "license": "UNLICENSED",
6
6
  "author": "",
@@ -5,6 +5,7 @@ export const TssWalletCreationSettings = t.partial({
5
5
  multiSigTypeVersion: MultisigTypeVersion,
6
6
  custodialMultiSigTypeVersion: MultisigTypeVersion,
7
7
  coldMultiSigTypeVersion: MultisigTypeVersion,
8
+ defaultWalletVersion: t.number,
8
9
  });
9
10
 
10
11
  export type TssWalletCreationSettings = t.TypeOf<