@bitgo/public-types
Advanced tools
Comparing version 2.12.0 to 2.13.0
@@ -0,6 +1,8 @@ | ||
export * from "./addEnterpriseWebhookRequest"; | ||
export * from "./addWalletWebhookRequest"; | ||
export * from "./webhook"; | ||
export * from "./webhookNotification"; | ||
export * from "./webhookScope"; | ||
export * from "./webhookState"; | ||
export * from "./webhookType"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,7 +17,9 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./addEnterpriseWebhookRequest"), exports); | ||
__exportStar(require("./addWalletWebhookRequest"), exports); | ||
__exportStar(require("./webhook"), exports); | ||
__exportStar(require("./webhookNotification"), exports); | ||
__exportStar(require("./webhookScope"), exports); | ||
__exportStar(require("./webhookState"), exports); | ||
__exportStar(require("./webhookType"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -15,2 +15,4 @@ import * as t from "io-ts"; | ||
enterpriseId: t.StringC; | ||
organizationId: t.StringC; | ||
scope: t.KeyofC<typeof import("./webhookScope").WebhookScopeEnum>; | ||
userId: t.StringC; | ||
@@ -17,0 +19,0 @@ type: t.KeyofC<typeof import("./webhookType").WebhookTypeEnum>; |
@@ -33,2 +33,3 @@ "use strict"; | ||
const webhookType_1 = require("./webhookType"); | ||
const webhookScope_1 = require("./webhookScope"); | ||
exports.Webhook = t.intersection([ | ||
@@ -49,2 +50,4 @@ t.type({ | ||
enterpriseId: t.string, | ||
organizationId: t.string, | ||
scope: webhookScope_1.WebhookScope, | ||
userId: t.string, | ||
@@ -51,0 +54,0 @@ type: webhookType_1.WebhookType, |
{ | ||
"name": "@bitgo/public-types", | ||
"version": "2.12.0", | ||
"version": "2.13.0", | ||
"description": "Collection of types exposed externally as part of the BitGo public API", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
152268
138
2499