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

@bitgo/public-types

Package Overview
Dependencies
Maintainers
15
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.25.1 to 2.26.0

2

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

@@ -31,2 +31,3 @@ import * as t from "io-ts";

version: t.NumberC;
scope: t.KeyofC<typeof import("./webhookScope").WebhookScopeEnum>;
state: t.KeyofC<typeof import("./webhookState").WebhookStateEnum>;

@@ -40,3 +41,2 @@ successiveFailedAttempts: t.NumberC;

organizationId: t.StringC;
scope: t.KeyofC<typeof import("./webhookScope").WebhookScopeEnum>;
userId: t.StringC;

@@ -43,0 +43,0 @@ type: t.KeyofC<typeof import("./webhookType").WebhookTypeEnum>;

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

version: t.NumberC;
scope: t.KeyofC<typeof import("./webhookScope").WebhookScopeEnum>;
state: t.KeyofC<typeof import("./webhookState").WebhookStateEnum>;

@@ -17,3 +18,2 @@ successiveFailedAttempts: t.NumberC;

organizationId: t.StringC;
scope: t.KeyofC<typeof import("./webhookScope").WebhookScopeEnum>;
userId: t.StringC;

@@ -20,0 +20,0 @@ type: t.KeyofC<typeof import("./webhookType").WebhookTypeEnum>;

@@ -41,2 +41,3 @@ "use strict";

version: t.number,
scope: webhookScope_1.WebhookScope,
state: webhookState_1.WebhookState,

@@ -51,3 +52,2 @@ successiveFailedAttempts: t.number,

organizationId: t.string,
scope: webhookScope_1.WebhookScope,
userId: t.string,

@@ -54,0 +54,0 @@ type: webhookType_1.WebhookType,

{
"name": "@bitgo/public-types",
"version": "2.25.1",
"version": "2.26.0",
"description": "Collection of types exposed externally as part of the BitGo public API",

@@ -5,0 +5,0 @@ "license": "UNLICENSED",

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

version: t.number,
scope: WebhookScope,
state: WebhookState,

@@ -26,3 +27,2 @@ successiveFailedAttempts: t.number,

organizationId: t.string,
scope: WebhookScope,
userId: t.string,

@@ -29,0 +29,0 @@ type: WebhookType,

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