@monarkmarkets/api-client 1.3.36 → 1.3.38

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 CHANGED
@@ -2153,7 +2153,9 @@ export declare class CreateQuestionnaireAnswer implements ICreateQuestionnaireAn
2153
2153
  /** Unique ID of the Questionnaire being answered. */
2154
2154
  questionnaireId: string;
2155
2155
  /** The linked InvestorId. */
2156
- investorId: string;
2156
+ investorId?: string | undefined;
2157
+ /** The linked FinancialAdvisorId. */
2158
+ financialAdvisorId?: string | undefined;
2157
2159
  /** Pairing of all the Questions and Investor-provided responses associated with the Questionnaire. */
2158
2160
  createQuestionAnswers: CreateQuestionnaireQuestionAnswer[];
2159
2161
  constructor(data?: ICreateQuestionnaireAnswer);
@@ -2166,7 +2168,9 @@ export interface ICreateQuestionnaireAnswer {
2166
2168
  /** Unique ID of the Questionnaire being answered. */
2167
2169
  questionnaireId: string;
2168
2170
  /** The linked InvestorId. */
2169
- investorId: string;
2171
+ investorId?: string | undefined;
2172
+ /** The linked FinancialAdvisorId. */
2173
+ financialAdvisorId?: string | undefined;
2170
2174
  /** Pairing of all the Questions and Investor-provided responses associated with the Questionnaire. */
2171
2175
  createQuestionAnswers: CreateQuestionnaireQuestionAnswer[];
2172
2176
  }
@@ -5183,30 +5187,18 @@ See https://github.com/country-regions/country-region-data/blob/master/data.json
5183
5187
  zipCode?: string | undefined;
5184
5188
  /** Country code of the Partner. */
5185
5189
  countryCode?: string | undefined;
5186
- /** Website of the Partner. */
5187
- website?: string | undefined;
5188
5190
  /** The primary contact first name of the Partner. */
5189
5191
  primaryContactFirstName?: string | undefined;
5190
5192
  /** The primary contact last name of the Partner. */
5191
5193
  primaryContactLastName?: string | undefined;
5192
5194
  /** The primary email address of the Partner. */
5193
5195
  primaryEmail?: string | undefined;
5194
- /** Executive Team of the partner. */
5195
- executiveTeam?: string[] | undefined;
5196
5196
  /** DBA name for the Partner. */
5197
5197
  dbaName?: string | undefined;
5198
5198
  /** The linked AIP Identification number */
5199
5199
  aipFirmNumber?: string | undefined;
5200
- /** Link to representative logo for management firm. */
5201
- logoUrl?: string | undefined;
5202
- /** Year when management firm was first established. */
5203
- foundingDate?: Date | undefined;
5204
- /** Total AUM of manager. */
5205
- aum?: number | undefined;
5206
5200
  /** Brief description of focus, history, and experience of management firm. */
5207
5201
  description?: string | undefined;
5208
- /** Additional locations in which the Manager firm has representation. */
5209
- secondaryLocation?: string | undefined;
5210
5202
  /** Registration or exemption. */
5211
5203
  registration?: PartnerRegistration | undefined;
5212
5204
  /** CRD number if manager firm is registered. If the Manager firm operated multiple registered / reporting entities,
@@ -5244,30 +5236,18 @@ See https://github.com/country-regions/country-region-data/blob/master/data.json
5244
5236
  zipCode?: string | undefined;
5245
5237
  /** Country code of the Partner. */
5246
5238
  countryCode?: string | undefined;
5247
- /** Website of the Partner. */
5248
- website?: string | undefined;
5249
5239
  /** The primary contact first name of the Partner. */
5250
5240
  primaryContactFirstName?: string | undefined;
5251
5241
  /** The primary contact last name of the Partner. */
5252
5242
  primaryContactLastName?: string | undefined;
5253
5243
  /** The primary email address of the Partner. */
5254
5244
  primaryEmail?: string | undefined;
5255
- /** Executive Team of the partner. */
5256
- executiveTeam?: string[] | undefined;
5257
5245
  /** DBA name for the Partner. */
5258
5246
  dbaName?: string | undefined;
5259
5247
  /** The linked AIP Identification number */
5260
5248
  aipFirmNumber?: string | undefined;
5261
- /** Link to representative logo for management firm. */
5262
- logoUrl?: string | undefined;
5263
- /** Year when management firm was first established. */
5264
- foundingDate?: Date | undefined;
5265
- /** Total AUM of manager. */
5266
- aum?: number | undefined;
5267
5249
  /** Brief description of focus, history, and experience of management firm. */
5268
5250
  description?: string | undefined;
5269
- /** Additional locations in which the Manager firm has representation. */
5270
- secondaryLocation?: string | undefined;
5271
5251
  /** Registration or exemption. */
5272
5252
  registration?: PartnerRegistration | undefined;
5273
5253
  /** CRD number if manager firm is registered. If the Manager firm operated multiple registered / reporting entities,
@@ -6538,7 +6518,9 @@ export declare class QuestionnaireAnswer implements IQuestionnaireAnswer {
6538
6518
  /** Unique ID of the Questionnaire being answered. */
6539
6519
  questionnaireId: string;
6540
6520
  /** The linked InvestorId. */
6541
- investorId?: string;
6521
+ investorId?: string | undefined;
6522
+ /** The linked FinancialAdvisorId. */
6523
+ financialAdvisorId?: string | undefined;
6542
6524
  /** All the questions answered from the Questionnaire. */
6543
6525
  questionAnswers?: QuestionnaireQuestionAnswer[] | undefined;
6544
6526
  /** Created at the specified date. */
@@ -6556,7 +6538,9 @@ export interface IQuestionnaireAnswer {
6556
6538
  /** Unique ID of the Questionnaire being answered. */
6557
6539
  questionnaireId: string;
6558
6540
  /** The linked InvestorId. */
6559
- investorId?: string;
6541
+ investorId?: string | undefined;
6542
+ /** The linked FinancialAdvisorId. */
6543
+ financialAdvisorId?: string | undefined;
6560
6544
  /** All the questions answered from the Questionnaire. */
6561
6545
  questionAnswers?: QuestionnaireQuestionAnswer[] | undefined;
6562
6546
  /** Created at the specified date. */
@@ -8364,7 +8348,8 @@ export declare enum DocumentType {
8364
8348
  RegisteredFundSubscriptionAgreement_Monark = "RegisteredFundSubscriptionAgreement_Monark",
8365
8349
  RegisteredFundProspectus_Monark = "RegisteredFundProspectus_Monark",
8366
8350
  RegisteredFundFactCard_Monark = "RegisteredFundFactCard_Monark",
8367
- RegisteredFundQuiltChart_Monark = "RegisteredFundQuiltChart_Monark"
8351
+ RegisteredFundQuiltChart_Monark = "RegisteredFundQuiltChart_Monark",
8352
+ RegisteredFundMarketingDocument_Monark = "RegisteredFundMarketingDocument_Monark"
8368
8353
  }
8369
8354
  export declare enum SortOrder {
8370
8355
  Ascending = "Ascending",
@@ -8408,7 +8393,8 @@ export declare enum DocumentType2 {
8408
8393
  RegisteredFundSubscriptionAgreement_Monark = "RegisteredFundSubscriptionAgreement_Monark",
8409
8394
  RegisteredFundProspectus_Monark = "RegisteredFundProspectus_Monark",
8410
8395
  RegisteredFundFactCard_Monark = "RegisteredFundFactCard_Monark",
8411
- RegisteredFundQuiltChart_Monark = "RegisteredFundQuiltChart_Monark"
8396
+ RegisteredFundQuiltChart_Monark = "RegisteredFundQuiltChart_Monark",
8397
+ RegisteredFundMarketingDocument_Monark = "RegisteredFundMarketingDocument_Monark"
8412
8398
  }
8413
8399
  export declare enum SortOrder2 {
8414
8400
  Ascending = "Ascending",
@@ -8868,7 +8854,8 @@ export declare enum DocumentType3 {
8868
8854
  RegisteredFundSubscriptionAgreement_Monark = "RegisteredFundSubscriptionAgreement_Monark",
8869
8855
  RegisteredFundProspectus_Monark = "RegisteredFundProspectus_Monark",
8870
8856
  RegisteredFundFactCard_Monark = "RegisteredFundFactCard_Monark",
8871
- RegisteredFundQuiltChart_Monark = "RegisteredFundQuiltChart_Monark"
8857
+ RegisteredFundQuiltChart_Monark = "RegisteredFundQuiltChart_Monark",
8858
+ RegisteredFundMarketingDocument_Monark = "RegisteredFundMarketingDocument_Monark"
8872
8859
  }
8873
8860
  export declare enum DocumentV2Type {
8874
8861
  BUSINESS_FORMATION = "BUSINESS_FORMATION",
@@ -8908,7 +8895,8 @@ export declare enum DocumentV2Type {
8908
8895
  RegisteredFundSubscriptionAgreement_Monark = "RegisteredFundSubscriptionAgreement_Monark",
8909
8896
  RegisteredFundProspectus_Monark = "RegisteredFundProspectus_Monark",
8910
8897
  RegisteredFundFactCard_Monark = "RegisteredFundFactCard_Monark",
8911
- RegisteredFundQuiltChart_Monark = "RegisteredFundQuiltChart_Monark"
8898
+ RegisteredFundQuiltChart_Monark = "RegisteredFundQuiltChart_Monark",
8899
+ RegisteredFundMarketingDocument_Monark = "RegisteredFundMarketingDocument_Monark"
8912
8900
  }
8913
8901
  export declare enum EntityInvestorEntityType {
8914
8902
  SOLE_PROPRIETOR = "SOLE_PROPRIETOR",
package/dist/Client.js CHANGED
@@ -9841,6 +9841,7 @@ export class CreateQuestionnaireAnswer {
9841
9841
  if (_data) {
9842
9842
  this.questionnaireId = _data["questionnaireId"];
9843
9843
  this.investorId = _data["investorId"];
9844
+ this.financialAdvisorId = _data["financialAdvisorId"];
9844
9845
  if (Array.isArray(_data["createQuestionAnswers"])) {
9845
9846
  this.createQuestionAnswers = [];
9846
9847
  for (let item of _data["createQuestionAnswers"])
@@ -9858,6 +9859,7 @@ export class CreateQuestionnaireAnswer {
9858
9859
  data = typeof data === 'object' ? data : {};
9859
9860
  data["questionnaireId"] = this.questionnaireId;
9860
9861
  data["investorId"] = this.investorId;
9862
+ data["financialAdvisorId"] = this.financialAdvisorId;
9861
9863
  if (Array.isArray(this.createQuestionAnswers)) {
9862
9864
  data["createQuestionAnswers"] = [];
9863
9865
  for (let item of this.createQuestionAnswers)
@@ -13278,22 +13280,12 @@ export class Partner {
13278
13280
  this.state = _data["state"];
13279
13281
  this.zipCode = _data["zipCode"];
13280
13282
  this.countryCode = _data["countryCode"];
13281
- this.website = _data["website"];
13282
13283
  this.primaryContactFirstName = _data["primaryContactFirstName"];
13283
13284
  this.primaryContactLastName = _data["primaryContactLastName"];
13284
13285
  this.primaryEmail = _data["primaryEmail"];
13285
- if (Array.isArray(_data["executiveTeam"])) {
13286
- this.executiveTeam = [];
13287
- for (let item of _data["executiveTeam"])
13288
- this.executiveTeam.push(item);
13289
- }
13290
13286
  this.dbaName = _data["dbaName"];
13291
13287
  this.aipFirmNumber = _data["aipFirmNumber"];
13292
- this.logoUrl = _data["logoUrl"];
13293
- this.foundingDate = _data["foundingDate"] ? new Date(_data["foundingDate"].toString()) : undefined;
13294
- this.aum = _data["aum"];
13295
13288
  this.description = _data["description"];
13296
- this.secondaryLocation = _data["secondaryLocation"];
13297
13289
  this.registration = _data["registration"];
13298
13290
  if (Array.isArray(_data["managerCRD"])) {
13299
13291
  this.managerCRD = [];
@@ -13322,22 +13314,12 @@ export class Partner {
13322
13314
  data["state"] = this.state;
13323
13315
  data["zipCode"] = this.zipCode;
13324
13316
  data["countryCode"] = this.countryCode;
13325
- data["website"] = this.website;
13326
13317
  data["primaryContactFirstName"] = this.primaryContactFirstName;
13327
13318
  data["primaryContactLastName"] = this.primaryContactLastName;
13328
13319
  data["primaryEmail"] = this.primaryEmail;
13329
- if (Array.isArray(this.executiveTeam)) {
13330
- data["executiveTeam"] = [];
13331
- for (let item of this.executiveTeam)
13332
- data["executiveTeam"].push(item);
13333
- }
13334
13320
  data["dbaName"] = this.dbaName;
13335
13321
  data["aipFirmNumber"] = this.aipFirmNumber;
13336
- data["logoUrl"] = this.logoUrl;
13337
- data["foundingDate"] = this.foundingDate ? formatDate(this.foundingDate) : undefined;
13338
- data["aum"] = this.aum;
13339
13322
  data["description"] = this.description;
13340
- data["secondaryLocation"] = this.secondaryLocation;
13341
13323
  data["registration"] = this.registration;
13342
13324
  if (Array.isArray(this.managerCRD)) {
13343
13325
  data["managerCRD"] = [];
@@ -14803,6 +14785,7 @@ export class QuestionnaireAnswer {
14803
14785
  this.id = _data["id"];
14804
14786
  this.questionnaireId = _data["questionnaireId"];
14805
14787
  this.investorId = _data["investorId"];
14788
+ this.financialAdvisorId = _data["financialAdvisorId"];
14806
14789
  if (Array.isArray(_data["questionAnswers"])) {
14807
14790
  this.questionAnswers = [];
14808
14791
  for (let item of _data["questionAnswers"])
@@ -14823,6 +14806,7 @@ export class QuestionnaireAnswer {
14823
14806
  data["id"] = this.id;
14824
14807
  data["questionnaireId"] = this.questionnaireId;
14825
14808
  data["investorId"] = this.investorId;
14809
+ data["financialAdvisorId"] = this.financialAdvisorId;
14826
14810
  if (Array.isArray(this.questionAnswers)) {
14827
14811
  data["questionAnswers"] = [];
14828
14812
  for (let item of this.questionAnswers)
@@ -16950,6 +16934,7 @@ export var DocumentType;
16950
16934
  DocumentType["RegisteredFundProspectus_Monark"] = "RegisteredFundProspectus_Monark";
16951
16935
  DocumentType["RegisteredFundFactCard_Monark"] = "RegisteredFundFactCard_Monark";
16952
16936
  DocumentType["RegisteredFundQuiltChart_Monark"] = "RegisteredFundQuiltChart_Monark";
16937
+ DocumentType["RegisteredFundMarketingDocument_Monark"] = "RegisteredFundMarketingDocument_Monark";
16953
16938
  })(DocumentType || (DocumentType = {}));
16954
16939
  export var SortOrder;
16955
16940
  (function (SortOrder) {
@@ -16996,6 +16981,7 @@ export var DocumentType2;
16996
16981
  DocumentType2["RegisteredFundProspectus_Monark"] = "RegisteredFundProspectus_Monark";
16997
16982
  DocumentType2["RegisteredFundFactCard_Monark"] = "RegisteredFundFactCard_Monark";
16998
16983
  DocumentType2["RegisteredFundQuiltChart_Monark"] = "RegisteredFundQuiltChart_Monark";
16984
+ DocumentType2["RegisteredFundMarketingDocument_Monark"] = "RegisteredFundMarketingDocument_Monark";
16999
16985
  })(DocumentType2 || (DocumentType2 = {}));
17000
16986
  export var SortOrder2;
17001
16987
  (function (SortOrder2) {
@@ -17519,6 +17505,7 @@ export var DocumentType3;
17519
17505
  DocumentType3["RegisteredFundProspectus_Monark"] = "RegisteredFundProspectus_Monark";
17520
17506
  DocumentType3["RegisteredFundFactCard_Monark"] = "RegisteredFundFactCard_Monark";
17521
17507
  DocumentType3["RegisteredFundQuiltChart_Monark"] = "RegisteredFundQuiltChart_Monark";
17508
+ DocumentType3["RegisteredFundMarketingDocument_Monark"] = "RegisteredFundMarketingDocument_Monark";
17522
17509
  })(DocumentType3 || (DocumentType3 = {}));
17523
17510
  export var DocumentV2Type;
17524
17511
  (function (DocumentV2Type) {
@@ -17560,6 +17547,7 @@ export var DocumentV2Type;
17560
17547
  DocumentV2Type["RegisteredFundProspectus_Monark"] = "RegisteredFundProspectus_Monark";
17561
17548
  DocumentV2Type["RegisteredFundFactCard_Monark"] = "RegisteredFundFactCard_Monark";
17562
17549
  DocumentV2Type["RegisteredFundQuiltChart_Monark"] = "RegisteredFundQuiltChart_Monark";
17550
+ DocumentV2Type["RegisteredFundMarketingDocument_Monark"] = "RegisteredFundMarketingDocument_Monark";
17563
17551
  })(DocumentV2Type || (DocumentV2Type = {}));
17564
17552
  export var EntityInvestorEntityType;
17565
17553
  (function (EntityInvestorEntityType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monarkmarkets/api-client",
3
- "version": "1.3.36",
3
+ "version": "1.3.38",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",