@bitgo/public-types
Advanced tools
Comparing version 2.8.0 to 2.9.0
@@ -30,3 +30,4 @@ import * as t from "io-ts"; | ||
"address_confirmation" = "address_confirmation", | ||
"lowFee" = "lowFee" | ||
"lowFee" = "lowFee", | ||
"wireWithdrawal" = "wireWithdrawal" | ||
} | ||
@@ -33,0 +34,0 @@ export declare const WalletWebhookType: t.KeyofC<typeof WalletWebhookTypeEnum>; |
@@ -58,4 +58,5 @@ "use strict"; | ||
WalletWebhookTypeEnum["lowFee"] = "lowFee"; | ||
WalletWebhookTypeEnum["wireWithdrawal"] = "wireWithdrawal"; | ||
})(WalletWebhookTypeEnum || (exports.WalletWebhookTypeEnum = WalletWebhookTypeEnum = {})); | ||
exports.WalletWebhookType = t.keyof(WalletWebhookTypeEnum, "WalletWebhookType"); | ||
//# sourceMappingURL=webhookType.js.map |
{ | ||
"name": "@bitgo/public-types", | ||
"version": "2.8.0", | ||
"version": "2.9.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
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
139461
2280