Socket
Socket
Sign inDemoInstall

@bitgo/public-types

Package Overview
Dependencies
Maintainers
15
Versions
76
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.20.0 to 2.21.0

src/index.ts

1

dist/src/index.d.ts
export * from "./schema";
export * from "./utils";
//# sourceMappingURL=index.d.ts.map

@@ -7,2 +7,1 @@ export * from "./transactions";

export * from "./wallet";
//# sourceMappingURL=index.d.ts.map
export * from "./keyGenState";
export * from "./keyGenType";
//# sourceMappingURL=index.d.ts.map

@@ -14,2 +14,1 @@ import * as t from "io-ts";

export type KeyGenState = t.TypeOf<typeof KeyGenState>;
//# sourceMappingURL=keyGenState.d.ts.map

@@ -7,2 +7,1 @@ import * as t from "io-ts";

export type KeyGenType = t.TypeOf<typeof KeyGenType>;
//# sourceMappingURL=keyGenType.d.ts.map
export * from "./mpcv2BroadcastMessage";
export * from "./mpcv2P2PMessage";
export * from "./mpcv2PartyFromStringOrNumber";
//# sourceMappingURL=index.d.ts.map

@@ -16,2 +16,1 @@ import * as t from "io-ts";

export type MPCv2BroadcastMessageWithSignatureR = t.TypeOf<typeof MPCv2BroadcastMessageWithSignatureR>;
//# sourceMappingURL=mpcv2BroadcastMessage.d.ts.map

@@ -9,2 +9,1 @@ import * as t from "io-ts";

export type MPCv2P2PMessage = t.TypeOf<typeof MPCv2P2PMessage>;
//# sourceMappingURL=mpcv2P2PMessage.d.ts.map
import * as t from "io-ts";
export declare const MPCv2PartyFromStringOrNumber: t.UnionC<[t.UnionC<[t.LiteralC<0>, t.LiteralC<1>, t.LiteralC<2>]>, t.Type<0 | 2 | 1, string, unknown>]>;
export type MPCv2PartyFromStringOrNumber = t.TypeOf<typeof MPCv2PartyFromStringOrNumber>;
//# sourceMappingURL=mpcv2PartyFromStringOrNumber.d.ts.map
export * from "./common";
export * from "./keyGen";
export * from "./signing";
//# sourceMappingURL=index.d.ts.map
export * from "./keygenRound";
export * from "./mpcv2KeyGenState";
//# sourceMappingURL=index.d.ts.map

@@ -109,2 +109,1 @@ import * as t from "io-ts";

export type MPCv2KeyGenRound3Response = t.TypeOf<typeof MPCv2KeyGenRound3Response>;
//# sourceMappingURL=keygenRound.d.ts.map

@@ -9,2 +9,1 @@ import * as t from "io-ts";

export type MPCv2KeyGenState = t.TypeOf<typeof MPCv2KeyGenState>;
//# sourceMappingURL=mpcv2KeyGenState.d.ts.map
export * from "./mpcv2SigningState";
export * from "./signingRound";
//# sourceMappingURL=index.d.ts.map
import * as t from "io-ts";
export declare const MPCv2SigningState: t.UnionC<[t.LiteralC<"round1Input">, t.LiteralC<"round1Output">, t.LiteralC<"round2Input">, t.LiteralC<"round2Output">, t.LiteralC<"round3Input">]>;
export type MPCv2SigningState = t.TypeOf<typeof MPCv2SigningState>;
//# sourceMappingURL=mpcv2SigningState.d.ts.map

@@ -86,2 +86,1 @@ import * as t from "io-ts";

export type MPCv2SignatureShareRound3Input = t.TypeOf<typeof MPCv2SignatureShareRound3Input>;
//# sourceMappingURL=signingRound.d.ts.map
export * from "./transactionState";
export * from "./transactionRequestState";
//# sourceMappingURL=index.d.ts.map

@@ -18,2 +18,1 @@ import * as t from "io-ts";

export type TransactionRequestState = t.TypeOf<typeof TransactionRequestState>;
//# sourceMappingURL=transactionRequestState.d.ts.map

@@ -19,2 +19,1 @@ import * as t from "io-ts";

export type TransactionState = t.TypeOf<typeof TransactionState>;
//# sourceMappingURL=transactionState.d.ts.map

@@ -40,2 +40,1 @@ import * as t from "io-ts";

};
//# sourceMappingURL=coinSpecific.d.ts.map
export * from "./sendTransactions";
//# sourceMappingURL=index.d.ts.map

@@ -536,2 +536,1 @@ import * as t from "io-ts";

export {};
//# sourceMappingURL=sendTransactions.d.ts.map
export * from "./wallet";
//# sourceMappingURL=index.d.ts.map

@@ -7,2 +7,1 @@ import * as t from "io-ts";

export type WalletUser = t.TypeOf<typeof WalletUser>;
//# sourceMappingURL=wallet.d.ts.map

@@ -23,2 +23,1 @@ import * as t from "io-ts";

export type AddWalletWebhookRequestBody = t.TypeOf<typeof AddWalletWebhookRequestBodyC>;
//# sourceMappingURL=addWalletWebhookRequest.d.ts.map

@@ -82,2 +82,1 @@ import * as t from "io-ts";

export type ListEnterpriseWebhooksResponse = t.TypeOf<typeof ListEnterpriseWebhooksResponse>;
//# sourceMappingURL=enterpriseWebhooks.d.ts.map

@@ -8,2 +8,1 @@ export * from "./enterpriseWebhooks";

export * from "./webhookType";
//# sourceMappingURL=index.d.ts.map

@@ -55,2 +55,1 @@ import * as t from "io-ts";

}>]>;
//# sourceMappingURL=webhook.d.ts.map

@@ -29,2 +29,1 @@ import * as t from "io-ts";

}>]>;
//# sourceMappingURL=webhookNotification.d.ts.map

@@ -9,2 +9,1 @@ import * as t from "io-ts";

export type WebhookScope = t.TypeOf<typeof WebhookScope>;
//# sourceMappingURL=webhookScope.d.ts.map

@@ -8,2 +8,1 @@ import * as t from "io-ts";

export type WebhookState = t.TypeOf<typeof WebhookState>;
//# sourceMappingURL=webhookState.d.ts.map

@@ -41,2 +41,1 @@ import * as t from "io-ts";

export type EnterpriseWebhookType = t.TypeOf<typeof EnterpriseWebhookType>;
//# sourceMappingURL=webhookType.d.ts.map
import * as t from "io-ts";
export declare function arrayFromSingle<C extends t.Mixed>(codec: C, name?: string): t.Type<t.TypeOf<C>[], t.TypeOf<C>[], unknown>;
//# sourceMappingURL=arrayFromSingle.d.ts.map

@@ -5,2 +5,1 @@ export * from "./optional";

export * from "./minMaxArray";
//# sourceMappingURL=index.d.ts.map

@@ -9,2 +9,1 @@ import * as t from "io-ts";

}) => t.BrandC<t.ArrayC<C>, IMinMaxArray<C>>;
//# sourceMappingURL=minMaxArray.d.ts.map
import * as t from "io-ts";
export declare function Optional<T>(type: t.Type<T>): t.UnionC<[t.Type<T, T, unknown>, t.UndefinedC]>;
//# sourceMappingURL=optional.d.ts.map

@@ -8,2 +8,1 @@ import * as t from "io-ts";

export declare const optionalUnknown: t.UnionC<[t.Type<{}, {}, unknown>, t.UndefinedC]>;
//# sourceMappingURL=primitives.d.ts.map
{
"name": "@bitgo/public-types",
"version": "2.20.0",
"version": "2.21.0",
"description": "Collection of types exposed externally as part of the BitGo public API",

@@ -12,5 +12,6 @@ "license": "UNLICENSED",

"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"types": "src/index.ts",
"files": [
"dist/src/"
"dist/src/",
"src"
],

@@ -17,0 +18,0 @@ "scripts": {

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