@bitgo/public-types
Advanced tools
Comparing version 2.25.1 to 2.26.0
@@ -31,2 +31,3 @@ import * as t from "io-ts"; | ||
version: t.NumberC; | ||
scope: t.KeyofC<typeof import("./webhookScope").WebhookScopeEnum>; | ||
state: t.KeyofC<typeof import("./webhookState").WebhookStateEnum>; | ||
@@ -40,3 +41,2 @@ successiveFailedAttempts: t.NumberC; | ||
organizationId: t.StringC; | ||
scope: t.KeyofC<typeof import("./webhookScope").WebhookScopeEnum>; | ||
userId: t.StringC; | ||
@@ -43,0 +43,0 @@ type: t.KeyofC<typeof import("./webhookType").WebhookTypeEnum>; |
@@ -8,2 +8,3 @@ import * as t from "io-ts"; | ||
version: t.NumberC; | ||
scope: t.KeyofC<typeof import("./webhookScope").WebhookScopeEnum>; | ||
state: t.KeyofC<typeof import("./webhookState").WebhookStateEnum>; | ||
@@ -17,3 +18,2 @@ successiveFailedAttempts: t.NumberC; | ||
organizationId: t.StringC; | ||
scope: t.KeyofC<typeof import("./webhookScope").WebhookScopeEnum>; | ||
userId: t.StringC; | ||
@@ -20,0 +20,0 @@ type: t.KeyofC<typeof import("./webhookType").WebhookTypeEnum>; |
@@ -41,2 +41,3 @@ "use strict"; | ||
version: t.number, | ||
scope: webhookScope_1.WebhookScope, | ||
state: webhookState_1.WebhookState, | ||
@@ -51,3 +52,2 @@ successiveFailedAttempts: t.number, | ||
organizationId: t.string, | ||
scope: webhookScope_1.WebhookScope, | ||
userId: t.string, | ||
@@ -54,0 +54,0 @@ type: webhookType_1.WebhookType, |
{ | ||
"name": "@bitgo/public-types", | ||
"version": "2.25.1", | ||
"version": "2.26.0", | ||
"description": "Collection of types exposed externally as part of the BitGo public API", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
@@ -16,2 +16,3 @@ import * as t from "io-ts"; | ||
version: t.number, | ||
scope: WebhookScope, | ||
state: WebhookState, | ||
@@ -26,3 +27,2 @@ successiveFailedAttempts: t.number, | ||
organizationId: t.string, | ||
scope: WebhookScope, | ||
userId: t.string, | ||
@@ -29,0 +29,0 @@ type: WebhookType, |
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