@bitgo/public-types
Advanced tools
Comparing version 2.32.0 to 2.32.1
{ | ||
"name": "@bitgo/public-types", | ||
"version": "2.32.0", | ||
"version": "2.32.1", | ||
"description": "Collection of types exposed externally as part of the BitGo public API", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
@@ -9,2 +9,3 @@ import * as t from "io-ts"; | ||
export const AddWalletWebhookRequestBody = { | ||
/** Event type to listen to. */ | ||
type: WalletWebhookType, | ||
@@ -11,0 +12,0 @@ /** |
@@ -36,3 +36,2 @@ import * as t from "io-ts"; | ||
/** Subscribe to Transaction Request Transaction State Changes */ | ||
export const WalletWebhookType = t.keyof( | ||
@@ -39,0 +38,0 @@ { |
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
189255