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.10.0 to 2.11.0

6

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

@@ -15,3 +15,4 @@ import * as t from "io-ts";

"wallet_confirmation" = "wallet_confirmation",
"wireWithdrawal" = "wireWithdrawal"
"wireWithdrawal" = "wireWithdrawal",
"bankAccount" = "bankAccount"
}

@@ -32,3 +33,4 @@ export declare const WebhookType: t.KeyofC<typeof WebhookTypeEnum>;

"lowFee" = "lowFee",
"wireWithdrawal" = "wireWithdrawal"
"wireWithdrawal" = "wireWithdrawal",
"bankAccount" = "bankAccount"
}

@@ -35,0 +37,0 @@ export declare const WalletWebhookType: t.KeyofC<typeof WalletWebhookTypeEnum>;

@@ -43,2 +43,3 @@ "use strict";

WebhookTypeEnum["wireWithdrawal"] = "wireWithdrawal";
WebhookTypeEnum["bankAccount"] = "bankAccount";
})(WebhookTypeEnum || (exports.WebhookTypeEnum = WebhookTypeEnum = {}));

@@ -60,4 +61,5 @@ exports.WebhookType = t.keyof(WebhookTypeEnum, "WebhookType");

WalletWebhookTypeEnum["wireWithdrawal"] = "wireWithdrawal";
WalletWebhookTypeEnum["bankAccount"] = "bankAccount";
})(WalletWebhookTypeEnum || (exports.WalletWebhookTypeEnum = WalletWebhookTypeEnum = {}));
exports.WalletWebhookType = t.keyof(WalletWebhookTypeEnum, "WalletWebhookType");
//# sourceMappingURL=webhookType.js.map
{
"name": "@bitgo/public-types",
"version": "2.10.0",
"version": "2.11.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

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