@monarkmarkets/api-client 1.3.45 → 1.3.47
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/Client.d.ts +2 -2
- package/dist/Client.js +2 -2
- package/package.json +1 -1
package/dist/Client.d.ts
CHANGED
|
@@ -8817,7 +8817,7 @@ export declare enum EventType {
|
|
|
8817
8817
|
Document = "Document",
|
|
8818
8818
|
InvestorSubscriptionAction = "InvestorSubscriptionAction",
|
|
8819
8819
|
SubscriptionStatus = "SubscriptionStatus",
|
|
8820
|
-
|
|
8820
|
+
RegisteredFundTransactionStatus = "RegisteredFundTransactionStatus",
|
|
8821
8821
|
PreIPOCompanySPVUpdate = "PreIPOCompanySPVUpdate",
|
|
8822
8822
|
PreIPOCompanySPVDocumentUpdate = "PreIPOCompanySPVDocumentUpdate",
|
|
8823
8823
|
PreIPOCompanySPVSubscriptionActionDefinitionUpdate = "PreIPOCompanySPVSubscriptionActionDefinitionUpdate"
|
|
@@ -10030,7 +10030,7 @@ export declare enum WebhookEventEventType {
|
|
|
10030
10030
|
Document = "Document",
|
|
10031
10031
|
InvestorSubscriptionAction = "InvestorSubscriptionAction",
|
|
10032
10032
|
SubscriptionStatus = "SubscriptionStatus",
|
|
10033
|
-
|
|
10033
|
+
RegisteredFundTransactionStatus = "RegisteredFundTransactionStatus",
|
|
10034
10034
|
PreIPOCompanySPVUpdate = "PreIPOCompanySPVUpdate",
|
|
10035
10035
|
PreIPOCompanySPVDocumentUpdate = "PreIPOCompanySPVDocumentUpdate",
|
|
10036
10036
|
PreIPOCompanySPVSubscriptionActionDefinitionUpdate = "PreIPOCompanySPVSubscriptionActionDefinitionUpdate"
|
package/dist/Client.js
CHANGED
|
@@ -17861,7 +17861,7 @@ export var EventType;
|
|
|
17861
17861
|
EventType["Document"] = "Document";
|
|
17862
17862
|
EventType["InvestorSubscriptionAction"] = "InvestorSubscriptionAction";
|
|
17863
17863
|
EventType["SubscriptionStatus"] = "SubscriptionStatus";
|
|
17864
|
-
EventType["
|
|
17864
|
+
EventType["RegisteredFundTransactionStatus"] = "RegisteredFundTransactionStatus";
|
|
17865
17865
|
EventType["PreIPOCompanySPVUpdate"] = "PreIPOCompanySPVUpdate";
|
|
17866
17866
|
EventType["PreIPOCompanySPVDocumentUpdate"] = "PreIPOCompanySPVDocumentUpdate";
|
|
17867
17867
|
EventType["PreIPOCompanySPVSubscriptionActionDefinitionUpdate"] = "PreIPOCompanySPVSubscriptionActionDefinitionUpdate";
|
|
@@ -19186,7 +19186,7 @@ export var WebhookEventEventType;
|
|
|
19186
19186
|
WebhookEventEventType["Document"] = "Document";
|
|
19187
19187
|
WebhookEventEventType["InvestorSubscriptionAction"] = "InvestorSubscriptionAction";
|
|
19188
19188
|
WebhookEventEventType["SubscriptionStatus"] = "SubscriptionStatus";
|
|
19189
|
-
WebhookEventEventType["
|
|
19189
|
+
WebhookEventEventType["RegisteredFundTransactionStatus"] = "RegisteredFundTransactionStatus";
|
|
19190
19190
|
WebhookEventEventType["PreIPOCompanySPVUpdate"] = "PreIPOCompanySPVUpdate";
|
|
19191
19191
|
WebhookEventEventType["PreIPOCompanySPVDocumentUpdate"] = "PreIPOCompanySPVDocumentUpdate";
|
|
19192
19192
|
WebhookEventEventType["PreIPOCompanySPVSubscriptionActionDefinitionUpdate"] = "PreIPOCompanySPVSubscriptionActionDefinitionUpdate";
|