@bitgo/public-types
Advanced tools
Comparing version 2.25.0 to 2.25.1
@@ -261,2 +261,3 @@ import * as t from "io-ts"; | ||
rbfTxIds: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>; | ||
allowExternalChangeAddress: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>; | ||
}; | ||
@@ -452,2 +453,3 @@ export declare const TxSendBody: t.ExactC<t.IntersectionC<[t.PartialC<{ | ||
rbfTxIds: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>; | ||
allowExternalChangeAddress: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>; | ||
}>, t.PartialC<{ | ||
@@ -454,0 +456,0 @@ locktime: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>; |
@@ -179,2 +179,3 @@ "use strict"; | ||
rbfTxIds: (0, utils_1.Optional)(t.array(t.string)), | ||
allowExternalChangeAddress: utils_1.optionalBoolean, | ||
}; | ||
@@ -181,0 +182,0 @@ exports.TxSendBody = t.exact(t.intersection([ |
{ | ||
"name": "@bitgo/public-types", | ||
"version": "2.25.0", | ||
"version": "2.25.1", | ||
"description": "Collection of types exposed externally as part of the BitGo public API", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
@@ -182,2 +182,3 @@ import * as t from "io-ts"; | ||
rbfTxIds: Optional(t.array(t.string)), | ||
allowExternalChangeAddress: optionalBoolean, | ||
}; | ||
@@ -184,0 +185,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183722
3696