@bitgo/public-types
Advanced tools
Comparing version 2.26.0 to 2.27.0
@@ -14,3 +14,3 @@ import * as t from "io-ts"; | ||
export declare const ListEnterpriseWebhooksRequestBody: { | ||
type: t.UnionC<[t.Type<"bankAccount", "bankAccount", unknown>, t.UndefinedC]>; | ||
type: t.UnionC<[t.Type<"bankAccount" | "accessToken", "bankAccount" | "accessToken", unknown>, t.UndefinedC]>; | ||
limit: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>; | ||
@@ -20,3 +20,3 @@ prevId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>; | ||
export declare const ListEnterpriseWebhooksRequestBodyC: t.TypeC<{ | ||
type: t.UnionC<[t.Type<"bankAccount", "bankAccount", unknown>, t.UndefinedC]>; | ||
type: t.UnionC<[t.Type<"bankAccount" | "accessToken", "bankAccount" | "accessToken", unknown>, t.UndefinedC]>; | ||
limit: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>; | ||
@@ -23,0 +23,0 @@ prevId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>; |
@@ -19,3 +19,4 @@ import * as t from "io-ts"; | ||
"enterpriseKycState" = "enterpriseKycState", | ||
"identityStatus" = "identityStatus" | ||
"identityStatus" = "identityStatus", | ||
"accessToken" = "accessToken" | ||
} | ||
@@ -41,5 +42,6 @@ export declare const WebhookType: t.KeyofC<typeof WebhookTypeEnum>; | ||
export declare enum EnterpriseWebhookTypeEnum { | ||
"bankAccount" = "bankAccount" | ||
"bankAccount" = "bankAccount", | ||
"accessToken" = "accessToken" | ||
} | ||
export declare const EnterpriseWebhookType: t.KeyofC<typeof EnterpriseWebhookTypeEnum>; | ||
export type EnterpriseWebhookType = t.TypeOf<typeof EnterpriseWebhookType>; |
@@ -47,2 +47,3 @@ "use strict"; | ||
WebhookTypeEnum["identityStatus"] = "identityStatus"; | ||
WebhookTypeEnum["accessToken"] = "accessToken"; | ||
})(WebhookTypeEnum || (exports.WebhookTypeEnum = WebhookTypeEnum = {})); | ||
@@ -69,4 +70,5 @@ exports.WebhookType = t.keyof(WebhookTypeEnum, "WebhookType"); | ||
EnterpriseWebhookTypeEnum["bankAccount"] = "bankAccount"; | ||
EnterpriseWebhookTypeEnum["accessToken"] = "accessToken"; | ||
})(EnterpriseWebhookTypeEnum || (exports.EnterpriseWebhookTypeEnum = EnterpriseWebhookTypeEnum = {})); | ||
exports.EnterpriseWebhookType = t.keyof(EnterpriseWebhookTypeEnum, "EnterpriseWebhookType"); | ||
//# sourceMappingURL=webhookType.js.map |
{ | ||
"name": "@bitgo/public-types", | ||
"version": "2.26.0", | ||
"version": "2.27.0", | ||
"description": "Collection of types exposed externally as part of the BitGo public API", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
@@ -26,2 +26,4 @@ import * as t from "io-ts"; | ||
"identityStatus" = "identityStatus", | ||
"accessToken" = "accessToken", | ||
} | ||
@@ -55,2 +57,3 @@ | ||
"bankAccount" = "bankAccount", | ||
"accessToken" = "accessToken", | ||
} | ||
@@ -57,0 +60,0 @@ export const EnterpriseWebhookType = t.keyof( |
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
184073
3702