Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bitgo/public-types

Package Overview
Dependencies
Maintainers
0
Versions
79
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.29.0 to 2.30.0

2

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

@@ -14,2 +14,3 @@ import * as t from "io-ts";

"lowFee" = "lowFee",
"circuitBreaker" = "circuitBreaker",
"wallet_confirmation" = "wallet_confirmation",

@@ -37,2 +38,3 @@ "wireWithdrawal" = "wireWithdrawal",

"lowFee" = "lowFee",
"circuitBreaker" = "circuitBreaker",
"wireWithdrawal" = "wireWithdrawal"

@@ -39,0 +41,0 @@ }

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

WebhookTypeEnum["lowFee"] = "lowFee";
WebhookTypeEnum["circuitBreaker"] = "circuitBreaker";
WebhookTypeEnum["wallet_confirmation"] = "wallet_confirmation";

@@ -64,2 +65,3 @@ WebhookTypeEnum["wireWithdrawal"] = "wireWithdrawal";

WalletWebhookTypeEnum["lowFee"] = "lowFee";
WalletWebhookTypeEnum["circuitBreaker"] = "circuitBreaker";
WalletWebhookTypeEnum["wireWithdrawal"] = "wireWithdrawal";

@@ -66,0 +68,0 @@ })(WalletWebhookTypeEnum || (exports.WalletWebhookTypeEnum = WalletWebhookTypeEnum = {}));

2

package.json
{
"name": "@bitgo/public-types",
"version": "2.29.0",
"version": "2.30.0",
"description": "Collection of types exposed externally as part of the BitGo public API",

@@ -5,0 +5,0 @@ "license": "UNLICENSED",

@@ -17,2 +17,3 @@ import * as t from "io-ts";

"lowFee" = "lowFee",
"circuitBreaker" = "circuitBreaker",

@@ -46,2 +47,3 @@ // Specific to User Webhooks

"lowFee" = "lowFee",
"circuitBreaker" = "circuitBreaker",
"wireWithdrawal" = "wireWithdrawal",

@@ -48,0 +50,0 @@ }

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