@bitgo/public-types 6.35.0 → 6.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/schema/webhook/webhookNotification.d.ts +1 -0
- package/dist/src/schema/webhook/webhookNotification.js +1 -0
- package/dist/src/schema/webhook/webhookNotification.js.map +1 -1
- package/dist/src/schema/webhook/webhookScope.d.ts +2 -1
- package/dist/src/schema/webhook/webhookScope.js +1 -0
- package/dist/src/schema/webhook/webhookScope.js.map +1 -1
- package/package.json +1 -1
- package/src/schema/webhook/webhookNotification.ts +4 -0
- package/src/schema/webhook/webhookScope.ts +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhookNotification.js","sourceRoot":"","sources":["../../../../src/schema/webhook/webhookNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAAgD;AAChD,+CAA4C;AAE/B,QAAA,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC;IAC9C,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACxB,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;IAChB,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IACpB,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACtB,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;CACpB,CAAC,CAAC;AAMU,QAAA,mBAAmB,GAAG,CAAC,CAAC,YAAY,CAAC;IAChD,CAAC,CAAC,IAAI,CAAC;QAKL,EAAE,EAAE,CAAC,CAAC,MAAM;KACb,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QAIR,IAAI,EAAE,yBAAW;QAIjB,MAAM,EAAE,CAAC,CAAC,MAAM;
|
|
1
|
+
{"version":3,"file":"webhookNotification.js","sourceRoot":"","sources":["../../../../src/schema/webhook/webhookNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAAgD;AAChD,+CAA4C;AAE/B,QAAA,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC;IAC9C,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACxB,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;IAChB,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IACpB,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACtB,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;CACpB,CAAC,CAAC;AAMU,QAAA,mBAAmB,GAAG,CAAC,CAAC,YAAY,CAAC;IAChD,CAAC,CAAC,IAAI,CAAC;QAKL,EAAE,EAAE,CAAC,CAAC,MAAM;KACb,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QAIR,IAAI,EAAE,yBAAW;QAIjB,MAAM,EAAE,CAAC,CAAC,MAAM;QAIhB,OAAO,EAAE,CAAC,CAAC,MAAM;QACjB,GAAG,EAAE,CAAC,CAAC,MAAM;QACb,IAAI,EAAE,CAAC,CAAC,MAAM;QAKd,IAAI,EAAE,CAAC,CAAC,MAAM;QACd,SAAS,EAAE,CAAC,CAAC,MAAM;QAInB,QAAQ,EAAE,CAAC,CAAC,MAAM;QAKlB,KAAK,EAAE,gCAAwB;QAC/B,UAAU,EAAE,CAAC,CAAC,OAAO;QACrB,OAAO,EAAE,CAAC,CAAC,MAAM;QACjB,OAAO,EAAE,CAAC,CAAC,MAAM;QAIjB,SAAS,EAAE,+BAAiB;QAI5B,WAAW,EAAE,+BAAiB;QAI9B,OAAO,EAAE,CAAC,CAAC,MAAM;QACjB,iBAAiB,EAAE,CAAC,CAAC,OAAO;QAC5B,eAAe,EAAE,CAAC,CAAC,MAAM;QACzB,OAAO,EAAE,CAAC,CAAC,MAAM;QACjB,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC;YAClB,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;YACnC,IAAI,EAAE,CAAC,CAAC,MAAM;YACd,IAAI,EAAE,CAAC,CAAC,MAAM;YACd,KAAK,EAAE,CAAC,CAAC,MAAM;SAChB,CAAC;KACH,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -2,7 +2,8 @@ import * as t from "io-ts";
|
|
|
2
2
|
export declare enum WebhookScopeEnum {
|
|
3
3
|
"wallet" = "wallet",
|
|
4
4
|
"enterprise" = "enterprise",
|
|
5
|
-
"organization" = "organization"
|
|
5
|
+
"organization" = "organization",
|
|
6
|
+
"vault" = "vault"
|
|
6
7
|
}
|
|
7
8
|
export declare const WebhookScope: t.KeyofC<typeof WebhookScopeEnum>;
|
|
8
9
|
export type WebhookScope = t.TypeOf<typeof WebhookScope>;
|
|
@@ -30,6 +30,7 @@ var WebhookScopeEnum;
|
|
|
30
30
|
WebhookScopeEnum["wallet"] = "wallet";
|
|
31
31
|
WebhookScopeEnum["enterprise"] = "enterprise";
|
|
32
32
|
WebhookScopeEnum["organization"] = "organization";
|
|
33
|
+
WebhookScopeEnum["vault"] = "vault";
|
|
33
34
|
})(WebhookScopeEnum || (exports.WebhookScopeEnum = WebhookScopeEnum = {}));
|
|
34
35
|
exports.WebhookScope = t.keyof(WebhookScopeEnum, "WebhookScope");
|
|
35
36
|
//# sourceMappingURL=webhookScope.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhookScope.js","sourceRoot":"","sources":["../../../../src/schema/webhook/webhookScope.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAE3B,IAAY,
|
|
1
|
+
{"version":3,"file":"webhookScope.js","sourceRoot":"","sources":["../../../../src/schema/webhook/webhookScope.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAE3B,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,qCAAmB,CAAA;IACnB,6CAA2B,CAAA;IAC3B,iDAA+B,CAAA;IAC/B,mCAAiB,CAAA;AACnB,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B;AAEY,QAAA,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,gBAAgB,EAAE,cAAc,CAAC,CAAC"}
|
package/package.json
CHANGED