@bitgo/public-types 5.23.0 → 5.23.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.
@@ -4758,7 +4758,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4758
4758
  destinationHotkey: t.StringC;
4759
4759
  originNetuid: t.StringC;
4760
4760
  destinationNetuid: t.StringC;
4761
- amount: t.StringC;
4761
+ alphaAmount: t.StringC;
4762
4762
  }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
4763
4763
  intentType: t.KeyofC<{
4764
4764
  payment: t.LiteralC<"payment">;
@@ -65,6 +65,6 @@ export declare const TaoSwitchValidatorIntent: t.IntersectionC<[t.IntersectionC<
65
65
  destinationHotkey: t.StringC;
66
66
  originNetuid: t.StringC;
67
67
  destinationNetuid: t.StringC;
68
- amount: t.StringC;
68
+ alphaAmount: t.StringC;
69
69
  }>]>;
70
70
  export type TaoSwitchValidatorIntent = t.TypeOf<typeof TaoSwitchValidatorIntent>;
@@ -37,7 +37,7 @@ exports.TaoSwitchValidatorIntent = t.intersection([
37
37
  destinationHotkey: t.string,
38
38
  originNetuid: t.string,
39
39
  destinationNetuid: t.string,
40
- amount: t.string,
40
+ alphaAmount: t.string,
41
41
  }),
42
42
  ]);
43
43
  //# sourceMappingURL=taoSwitchValidatorIntent.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"taoSwitchValidatorIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/taoSwitchValidatorIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,yFAAsF;AACtF,6CAA2C;AAK9B,QAAA,wBAAwB,GAAG,CAAC,CAAC,YAAY,CAAC;IACrD,iCAAe;IACf,mEAAgC;IAChC,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,eAAe;QACvC,YAAY,EAAE,CAAC,CAAC,MAAM;QACtB,iBAAiB,EAAE,CAAC,CAAC,MAAM;QAC3B,YAAY,EAAE,CAAC,CAAC,MAAM;QACtB,iBAAiB,EAAE,CAAC,CAAC,MAAM;QAC3B,MAAM,EAAE,CAAC,CAAC,MAAM;KACjB,CAAC;CACH,CAAC,CAAC"}
1
+ {"version":3,"file":"taoSwitchValidatorIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/taoSwitchValidatorIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,yFAAsF;AACtF,6CAA2C;AAK9B,QAAA,wBAAwB,GAAG,CAAC,CAAC,YAAY,CAAC;IACrD,iCAAe;IACf,mEAAgC;IAChC,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,eAAe;QACvC,YAAY,EAAE,CAAC,CAAC,MAAM;QACtB,iBAAiB,EAAE,CAAC,CAAC,MAAM;QAC3B,YAAY,EAAE,CAAC,CAAC,MAAM;QACtB,iBAAiB,EAAE,CAAC,CAAC,MAAM;QAC3B,WAAW,EAAE,CAAC,CAAC,MAAM;KACtB,CAAC;CACH,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/public-types",
3
- "version": "5.23.0",
3
+ "version": "5.23.1",
4
4
  "description": "Collection of types exposed externally as part of the BitGo public API",
5
5
  "license": "UNLICENSED",
6
6
  "author": "",
@@ -15,7 +15,7 @@ export const TaoSwitchValidatorIntent = t.intersection([
15
15
  destinationHotkey: t.string,
16
16
  originNetuid: t.string,
17
17
  destinationNetuid: t.string,
18
- amount: t.string,
18
+ alphaAmount: t.string,
19
19
  }),
20
20
  ]);
21
21