@bitgo/public-types
Advanced tools
Comparing version 2.31.0 to 2.32.0
{ | ||
"name": "@bitgo/public-types", | ||
"version": "2.31.0", | ||
"version": "2.32.0", | ||
"description": "Collection of types exposed externally as part of the BitGo public API", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
import * as t from "io-ts"; | ||
/** | ||
* If supplied, only transaction request state changes from the provided list | ||
* will trigger notifications. If not provided, all transaction request state | ||
* changes will trigger notifications. | ||
*/ | ||
export const TransactionRequestState = t.keyof( | ||
@@ -4,0 +9,0 @@ { |
import * as t from "io-ts"; | ||
/** | ||
* If supplied, only transaction request transaction state changes from the provided | ||
* list will trigger notifications. If not provided, all transaction request | ||
* transaction state changes will trigger notifications. | ||
*/ | ||
export const TransactionState = t.keyof( | ||
@@ -4,0 +9,0 @@ { |
@@ -76,7 +76,10 @@ import * as t from "io-ts"; | ||
/** | ||
* If present, only transaction request state changes from the list will trigger notifications. If not present, all transaction request state changes will trigger notifications. | ||
* If present, only transaction request state changes from the list will trigger notifications. | ||
* If not present, all transaction request state changes will trigger notifications. | ||
*/ | ||
txRequestStates: t.array(TransactionRequestState), | ||
/** | ||
* If present, only transaction request transaction state changes from the list will trigger notifications. If not present, all transaction request transaction state changes will trigger notifications. | ||
* If present, only transaction request transaction state changes from the list will trigger | ||
* notifications. If not present, all transaction request transaction state changes will | ||
* trigger notifications. | ||
*/ | ||
@@ -83,0 +86,0 @@ txRequestTransactionStates: t.array(TransactionState), |
@@ -36,2 +36,3 @@ import * as t from "io-ts"; | ||
/** Subscribe to Transaction Request Transaction State Changes */ | ||
export const WalletWebhookType = t.keyof( | ||
@@ -38,0 +39,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
189287
3940