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 3.2.0 to 3.3.0

6

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

@@ -21,3 +21,4 @@ import * as t from "io-ts";

"accessToken" = "accessToken",
"policyBalanceChange" = "policyBalanceChange"
"policyBalanceChange" = "policyBalanceChange",
"transaction_finality_on_l1" = "transaction_finality_on_l1"
}

@@ -38,3 +39,4 @@ export declare const WebhookType: t.KeyofC<typeof WebhookTypeEnum>;

"lowFee" = "lowFee",
"circuitBreaker" = "circuitBreaker"
"circuitBreaker" = "circuitBreaker",
"transaction_finality_on_l1" = "transaction_finality_on_l1"
}

@@ -41,0 +43,0 @@ export declare const WalletWebhookType: t.KeyofC<typeof WalletWebhookTypeEnum>;

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

WebhookTypeEnum["policyBalanceChange"] = "policyBalanceChange";
WebhookTypeEnum["transaction_finality_on_l1"] = "transaction_finality_on_l1";
})(WebhookTypeEnum || (exports.WebhookTypeEnum = WebhookTypeEnum = {}));

@@ -66,2 +67,3 @@ exports.WebhookType = t.keyof(WebhookTypeEnum, "WebhookType");

WalletWebhookTypeEnum["circuitBreaker"] = "circuitBreaker";
WalletWebhookTypeEnum["transaction_finality_on_l1"] = "transaction_finality_on_l1";
})(WalletWebhookTypeEnum || (exports.WalletWebhookTypeEnum = WalletWebhookTypeEnum = {}));

@@ -68,0 +70,0 @@ exports.WalletWebhookType = t.keyof(WalletWebhookTypeEnum, "WalletWebhookType");

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

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

@@ -30,2 +30,4 @@ import * as t from "io-ts";

"policyBalanceChange" = "policyBalanceChange",
// Webhook for l2 transaction finality on l1
"transaction_finality_on_l1" = "transaction_finality_on_l1",
}

@@ -49,2 +51,3 @@

"circuitBreaker" = "circuitBreaker",
"transaction_finality_on_l1" = "transaction_finality_on_l1",
}

@@ -51,0 +54,0 @@

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