Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bitgo/public-types

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo/public-types - npm Package Compare versions

Comparing version 2.33.4 to 2.33.5

6

dist/src/schema/mpcv2/smc/keygenRound.js

@@ -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

4

dist/src/schema/webhook/webhookType.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc