@bitgo/public-types
Advanced tools
Comparing version 2.28.0 to 2.29.0
@@ -25,3 +25,3 @@ import * as t from "io-ts"; | ||
response: t.PartialC<{ | ||
code: t.UnknownC; | ||
code: t.UnionC<[t.NumberC, t.StringC]>; | ||
type: t.StringC; | ||
@@ -28,0 +28,0 @@ body: t.StringC; |
@@ -60,3 +60,3 @@ "use strict"; | ||
response: t.partial({ | ||
code: t.unknown, | ||
code: t.union([t.number, t.string]), | ||
type: t.string, | ||
@@ -63,0 +63,0 @@ body: t.string, |
{ | ||
"name": "@bitgo/public-types", | ||
"version": "2.28.0", | ||
"version": "2.29.0", | ||
"description": "Collection of types exposed externally as part of the BitGo public API", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
@@ -70,3 +70,3 @@ import * as t from "io-ts"; | ||
response: t.partial({ | ||
code: t.unknown, | ||
code: t.union([t.number, t.string]), | ||
type: t.string, | ||
@@ -73,0 +73,0 @@ body: t.string, |
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
187557