@monarkmarkets/api-client 1.1.116 → 1.1.118
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 +5 -1
- package/dist/Client.js +4 -0
- package/package.json +1 -1
package/dist/Client.d.ts
CHANGED
|
@@ -6369,7 +6369,11 @@ export declare enum MonarkStageTransitionStage {
|
|
|
6369
6369
|
}
|
|
6370
6370
|
export declare enum PartnerType {
|
|
6371
6371
|
BrokerageFirm = "BrokerageFirm",
|
|
6372
|
-
ThirdPartyManager = "ThirdPartyManager"
|
|
6372
|
+
ThirdPartyManager = "ThirdPartyManager",
|
|
6373
|
+
ClearingFirm = "ClearingFirm",
|
|
6374
|
+
RegisteredInvestmentAdvisor = "RegisteredInvestmentAdvisor",
|
|
6375
|
+
ExemptReportingAdvisor = "ExemptReportingAdvisor",
|
|
6376
|
+
ForeignFinancialInstitution = "ForeignFinancialInstitution"
|
|
6373
6377
|
}
|
|
6374
6378
|
export declare enum PartnerRegistration {
|
|
6375
6379
|
OTHER = "OTHER",
|
package/dist/Client.js
CHANGED
|
@@ -11920,6 +11920,10 @@ export var PartnerType;
|
|
|
11920
11920
|
(function (PartnerType) {
|
|
11921
11921
|
PartnerType["BrokerageFirm"] = "BrokerageFirm";
|
|
11922
11922
|
PartnerType["ThirdPartyManager"] = "ThirdPartyManager";
|
|
11923
|
+
PartnerType["ClearingFirm"] = "ClearingFirm";
|
|
11924
|
+
PartnerType["RegisteredInvestmentAdvisor"] = "RegisteredInvestmentAdvisor";
|
|
11925
|
+
PartnerType["ExemptReportingAdvisor"] = "ExemptReportingAdvisor";
|
|
11926
|
+
PartnerType["ForeignFinancialInstitution"] = "ForeignFinancialInstitution";
|
|
11923
11927
|
})(PartnerType || (PartnerType = {}));
|
|
11924
11928
|
export var PartnerRegistration;
|
|
11925
11929
|
(function (PartnerRegistration) {
|