@bitgo/public-types
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -21,3 +21,4 @@ import * as t from "io-ts"; | ||
"accessToken" = "accessToken", | ||
"policyBalanceChange" = "policyBalanceChange" | ||
"policyBalanceChange" = "policyBalanceChange", | ||
"transaction_finality_on_l1" = "transaction_finality_on_l1" | ||
} | ||
@@ -38,3 +39,4 @@ export declare const WebhookType: t.KeyofC<typeof WebhookTypeEnum>; | ||
"lowFee" = "lowFee", | ||
"circuitBreaker" = "circuitBreaker" | ||
"circuitBreaker" = "circuitBreaker", | ||
"transaction_finality_on_l1" = "transaction_finality_on_l1" | ||
} | ||
@@ -41,0 +43,0 @@ export declare const WalletWebhookType: t.KeyofC<typeof WalletWebhookTypeEnum>; |
@@ -49,2 +49,3 @@ "use strict"; | ||
WebhookTypeEnum["policyBalanceChange"] = "policyBalanceChange"; | ||
WebhookTypeEnum["transaction_finality_on_l1"] = "transaction_finality_on_l1"; | ||
})(WebhookTypeEnum || (exports.WebhookTypeEnum = WebhookTypeEnum = {})); | ||
@@ -66,2 +67,3 @@ exports.WebhookType = t.keyof(WebhookTypeEnum, "WebhookType"); | ||
WalletWebhookTypeEnum["circuitBreaker"] = "circuitBreaker"; | ||
WalletWebhookTypeEnum["transaction_finality_on_l1"] = "transaction_finality_on_l1"; | ||
})(WalletWebhookTypeEnum || (exports.WalletWebhookTypeEnum = WalletWebhookTypeEnum = {})); | ||
@@ -68,0 +70,0 @@ exports.WalletWebhookType = t.keyof(WalletWebhookTypeEnum, "WalletWebhookType"); |
{ | ||
"name": "@bitgo/public-types", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "Collection of types exposed externally as part of the BitGo public API", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
@@ -30,2 +30,4 @@ import * as t from "io-ts"; | ||
"policyBalanceChange" = "policyBalanceChange", | ||
// Webhook for l2 transaction finality on l1 | ||
"transaction_finality_on_l1" = "transaction_finality_on_l1", | ||
} | ||
@@ -49,2 +51,3 @@ | ||
"circuitBreaker" = "circuitBreaker", | ||
"transaction_finality_on_l1" = "transaction_finality_on_l1", | ||
} | ||
@@ -51,0 +54,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
961328
20287