@bitgo/public-types
Advanced tools
Comparing version 2.29.0 to 2.30.0
@@ -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 = {})); |
{ | ||
"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
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
187875
3807