Socket
Socket
Sign inDemoInstall

@bitgo/public-types

Package Overview
Dependencies
Maintainers
15
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo/public-types - npm Package Compare versions

Comparing version 2.26.0 to 2.27.0

4

dist/src/schema/webhook/enterpriseWebhooks.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc