@bitgo/public-types
Advanced tools
Comparing version 2.33.4 to 2.33.5
@@ -26,3 +26,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BitgoToOVC1Round3Response = exports.PlatformRound3Payload = exports.OVC1ToBitgoRound3Payload = exports.OVC2ToOVC1Round3Payload = exports.OVC1ToOVC2Round3Payload = exports.BitgoToOVC1Round2Response = exports.PlatformRound2Payload = exports.OVC2ToBitgoRound2Payload = exports.OVC1ToOVC2Round2Payload = exports.BitgoToOVC1Round1Response = exports.PlatformRound1Payload = exports.OVC2ToBitgoRound1Payload = exports.OVC1ToOVC2Round1Payload = exports.OVCIndexEnum = void 0; | ||
exports.OVC2ToBitgoRound4Payload = exports.BitgoToOVC1Round3Response = exports.PlatformRound3Payload = exports.OVC1ToBitgoRound3Payload = exports.OVC2ToOVC1Round3Payload = exports.OVC1ToOVC2Round3Payload = exports.BitgoToOVC1Round2Response = exports.PlatformRound2Payload = exports.OVC2ToBitgoRound2Payload = exports.OVC1ToOVC2Round2Payload = exports.BitgoToOVC1Round1Response = exports.PlatformRound1Payload = exports.OVC2ToBitgoRound1Payload = exports.OVC1ToOVC2Round1Payload = exports.OVCIndexEnum = void 0; | ||
const t = __importStar(require("io-ts")); | ||
@@ -230,2 +230,6 @@ const io_ts_types_1 = require("io-ts-types"); | ||
]); | ||
exports.OVC2ToBitgoRound4Payload = t.type({ | ||
commonKeychain: io_ts_types_1.NonEmptyString, | ||
bitgoKeyId: io_ts_types_1.NonEmptyString, | ||
}); | ||
//# sourceMappingURL=keygenRound.js.map |
@@ -16,3 +16,2 @@ import * as t from "io-ts"; | ||
"wallet_confirmation" = "wallet_confirmation", | ||
"wireWithdrawal" = "wireWithdrawal", | ||
"bankAccount" = "bankAccount", | ||
@@ -38,4 +37,3 @@ "userKycState" = "userKycState", | ||
"lowFee" = "lowFee", | ||
"circuitBreaker" = "circuitBreaker", | ||
"wireWithdrawal" = "wireWithdrawal" | ||
"circuitBreaker" = "circuitBreaker" | ||
} | ||
@@ -42,0 +40,0 @@ export declare const WalletWebhookType: t.KeyofC<typeof WalletWebhookTypeEnum>; |
@@ -43,3 +43,2 @@ "use strict"; | ||
WebhookTypeEnum["wallet_confirmation"] = "wallet_confirmation"; | ||
WebhookTypeEnum["wireWithdrawal"] = "wireWithdrawal"; | ||
WebhookTypeEnum["bankAccount"] = "bankAccount"; | ||
@@ -66,3 +65,2 @@ WebhookTypeEnum["userKycState"] = "userKycState"; | ||
WalletWebhookTypeEnum["circuitBreaker"] = "circuitBreaker"; | ||
WalletWebhookTypeEnum["wireWithdrawal"] = "wireWithdrawal"; | ||
})(WalletWebhookTypeEnum || (exports.WalletWebhookTypeEnum = WalletWebhookTypeEnum = {})); | ||
@@ -69,0 +67,0 @@ exports.WalletWebhookType = t.keyof(WalletWebhookTypeEnum, "WalletWebhookType"); |
{ | ||
"name": "@bitgo/public-types", | ||
"version": "2.33.4", | ||
"version": "2.33.5", | ||
"description": "Collection of types exposed externally as part of the BitGo public API", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
@@ -258,1 +258,10 @@ import * as t from "io-ts"; | ||
>; | ||
export const OVC2ToBitgoRound4Payload = t.type({ | ||
commonKeychain: NonEmptyString, | ||
bitgoKeyId: NonEmptyString, | ||
}); | ||
export type OVC2ToBitgoRound4Payload = t.TypeOf< | ||
typeof OVC2ToBitgoRound4Payload | ||
>; |
@@ -22,3 +22,2 @@ import * as t from "io-ts"; | ||
"wireWithdrawal" = "wireWithdrawal", | ||
"bankAccount" = "bankAccount", | ||
@@ -48,3 +47,2 @@ "userKycState" = "userKycState", | ||
"circuitBreaker" = "circuitBreaker", | ||
"wireWithdrawal" = "wireWithdrawal", | ||
} | ||
@@ -51,0 +49,0 @@ |
Sorry, the diff of this file is too big to display
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
327118
6290