@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
|
-
"
|
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["
|
49
|
+
WebhookTypeEnum["contractSigned"] = "contractSigned";
|
50
50
|
WebhookTypeEnum["fundsDeposited"] = "fundsDeposited";
|
51
51
|
WebhookTypeEnum["kycResult"] = "kycResult";
|
52
52
|
WebhookTypeEnum["policyBalanceChange"] = "policyBalanceChange";
|
package/package.json
CHANGED