@bitgo/public-types 4.18.0 → 4.18.1

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.
@@ -3410,9 +3410,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3410
3410
  }, unknown>, t.UndefinedC]>;
3411
3411
  }>]>, t.TypeC<{
3412
3412
  hotkey: t.StringC;
3413
- netuid: t.NumberC;
3413
+ netuid: t.StringC;
3414
3414
  }>]>, t.TypeC<{
3415
- amountStaked: t.NumberC;
3415
+ amountStaked: t.StringC;
3416
3416
  }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
3417
3417
  intentType: t.KeyofC<{
3418
3418
  payment: t.LiteralC<"payment">;
@@ -3511,9 +3511,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3511
3511
  }, unknown>, t.UndefinedC]>;
3512
3512
  }>]>, t.TypeC<{
3513
3513
  hotkey: t.StringC;
3514
- netuid: t.NumberC;
3514
+ netuid: t.StringC;
3515
3515
  }>]>, t.TypeC<{
3516
- amountUnstaked: t.NumberC;
3516
+ amountUnstaked: t.StringC;
3517
3517
  }>]>, t.IntersectionC<[t.PartialC<{
3518
3518
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
3519
3519
  }>, t.TypeC<{
@@ -97,8 +97,8 @@ export declare const TaoStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Interse
97
97
  }, unknown>, t.UndefinedC]>;
98
98
  }>]>, t.TypeC<{
99
99
  hotkey: t.StringC;
100
- netuid: t.NumberC;
100
+ netuid: t.StringC;
101
101
  }>]>, t.TypeC<{
102
- amountStaked: t.NumberC;
102
+ amountStaked: t.StringC;
103
103
  }>]>;
104
104
  export type TaoStakeIntent = t.TypeOf<typeof TaoStakeIntent>;
@@ -31,7 +31,7 @@ exports.TaoStakeIntent = t.intersection([
31
31
  stakeIntent_1.StakeIntent,
32
32
  taoStakingBaseIntent_1.TaoStakingBaseIntent,
33
33
  t.type({
34
- amountStaked: t.number,
34
+ amountStaked: t.string,
35
35
  }),
36
36
  ]);
37
37
  //# sourceMappingURL=taoStakeIntent.js.map
@@ -56,6 +56,6 @@ export declare const TaoStakingBaseIntent: t.IntersectionC<[t.IntersectionC<[t.I
56
56
  }, unknown>, t.UndefinedC]>;
57
57
  }>]>, t.TypeC<{
58
58
  hotkey: t.StringC;
59
- netuid: t.NumberC;
59
+ netuid: t.StringC;
60
60
  }>]>;
61
61
  export type TaoStakingBaseIntent = t.TypeOf<typeof TaoStakingBaseIntent>;
@@ -32,7 +32,7 @@ exports.TaoStakingBaseIntent = t.intersection([
32
32
  substrateAccountBaseBuildOptions_1.SubstrateAccountBaseBuildOptions,
33
33
  t.type({
34
34
  hotkey: t.string,
35
- netuid: t.number,
35
+ netuid: t.string,
36
36
  }),
37
37
  ]);
38
38
  //# sourceMappingURL=taoStakingBaseIntent.js.map
@@ -97,8 +97,8 @@ export declare const TaoUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
97
97
  }, unknown>, t.UndefinedC]>;
98
98
  }>]>, t.TypeC<{
99
99
  hotkey: t.StringC;
100
- netuid: t.NumberC;
100
+ netuid: t.StringC;
101
101
  }>]>, t.TypeC<{
102
- amountUnstaked: t.NumberC;
102
+ amountUnstaked: t.StringC;
103
103
  }>]>;
104
104
  export type TaoUnstakeIntent = t.TypeOf<typeof TaoUnstakeIntent>;
@@ -31,7 +31,7 @@ exports.TaoUnstakeIntent = t.intersection([
31
31
  unstakeIntent_1.UnstakeIntent,
32
32
  taoStakingBaseIntent_1.TaoStakingBaseIntent,
33
33
  t.type({
34
- amountUnstaked: t.number,
34
+ amountUnstaked: t.string,
35
35
  }),
36
36
  ]);
37
37
  //# sourceMappingURL=taoUnstakeIntent.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/public-types",
3
- "version": "4.18.0",
3
+ "version": "4.18.1",
4
4
  "description": "Collection of types exposed externally as part of the BitGo public API",
5
5
  "license": "UNLICENSED",
6
6
  "author": "",
@@ -9,7 +9,7 @@ export const TaoStakeIntent = t.intersection([
9
9
  StakeIntent,
10
10
  TaoStakingBaseIntent,
11
11
  t.type({
12
- amountStaked: t.number,
12
+ amountStaked: t.string,
13
13
  }),
14
14
  ]);
15
15
 
@@ -10,7 +10,7 @@ export const TaoStakingBaseIntent = t.intersection([
10
10
  SubstrateAccountBaseBuildOptions,
11
11
  t.type({
12
12
  hotkey: t.string,
13
- netuid: t.number,
13
+ netuid: t.string,
14
14
  }),
15
15
  ]);
16
16
 
@@ -9,7 +9,7 @@ export const TaoUnstakeIntent = t.intersection([
9
9
  UnstakeIntent,
10
10
  TaoStakingBaseIntent,
11
11
  t.type({
12
- amountUnstaked: t.number,
12
+ amountUnstaked: t.string,
13
13
  }),
14
14
  ]);
15
15