@bitgo/public-types 4.3.0 → 4.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ export declare enum WebhookTypeEnum {
19
19
  "identityStatus" = "identityStatus",
20
20
  "accessToken" = "accessToken",
21
21
  "accountCreated" = "accountCreated",
22
- "contractAgreed" = "contractAgreed",
22
+ "contractSigned" = "contractSigned",
23
23
  "fundsDeposited" = "fundsDeposited",
24
24
  "kycResult" = "kycResult",
25
25
  "policyBalanceChange" = "policyBalanceChange",
@@ -46,7 +46,7 @@ var WebhookTypeEnum;
46
46
  WebhookTypeEnum["identityStatus"] = "identityStatus";
47
47
  WebhookTypeEnum["accessToken"] = "accessToken";
48
48
  WebhookTypeEnum["accountCreated"] = "accountCreated";
49
- WebhookTypeEnum["contractAgreed"] = "contractAgreed";
49
+ WebhookTypeEnum["contractSigned"] = "contractSigned";
50
50
  WebhookTypeEnum["fundsDeposited"] = "fundsDeposited";
51
51
  WebhookTypeEnum["kycResult"] = "kycResult";
52
52
  WebhookTypeEnum["policyBalanceChange"] = "policyBalanceChange";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/public-types",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Collection of types exposed externally as part of the BitGo public API",
5
5
  "license": "UNLICENSED",
6
6
  "author": "",
@@ -26,7 +26,7 @@ export enum WebhookTypeEnum {
26
26
 
27
27
  "accessToken" = "accessToken",
28
28
  "accountCreated" = "accountCreated",
29
- "contractAgreed" = "contractAgreed",
29
+ "contractSigned" = "contractSigned",
30
30
  "fundsDeposited" = "fundsDeposited",
31
31
  "kycResult" = "kycResult",
32
32