@monarkmarkets/api-client 1.1.94 → 1.1.95

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
@@ -408,6 +408,7 @@ export declare class Client {
408
408
  /**
409
409
  * Get all PreIPOCompanySPVs
410
410
  * @param monarkStage (optional) Optional param to filter returned spv's based on Monark Stage.
411
+ * @param exemptionsClaimed (optional) Optional param to filter returned spv's based on the exemptions claimed.
411
412
  * @param nameFilter (optional) Optional param to filter returned spv's based on the company name.
412
413
  * @param preIPOCompanyId (optional) Optional param to only return spv's for the preIPOCompany.
413
414
  * @param preIPOCompanyInvestmentId (optional) Optional param to only return spv's for the preIPOCompanyInvestment.
@@ -417,7 +418,7 @@ export declare class Client {
417
418
  * @param sortBy (optional)
418
419
  * @return OK
419
420
  */
420
- investorGET6(investorId: string, monarkStage: MonarkStage | undefined, nameFilter: string | undefined, preIPOCompanyId: string | undefined, preIPOCompanyInvestmentId: string | undefined, page: number | undefined, pageSize: number | undefined, sortOrder: SortOrder12 | undefined, sortBy: SortBy2 | undefined): Promise<PreIPOCompanySPVApiResponse>;
421
+ investorGET6(investorId: string, monarkStage: MonarkStage | undefined, exemptionsClaimed: ExemptionsClaimed[] | undefined, nameFilter: string | undefined, preIPOCompanyId: string | undefined, preIPOCompanyInvestmentId: string | undefined, page: number | undefined, pageSize: number | undefined, sortOrder: SortOrder12 | undefined, sortBy: SortBy2 | undefined): Promise<PreIPOCompanySPVApiResponse>;
421
422
  protected processInvestorGET6(response: Response): Promise<PreIPOCompanySPVApiResponse>;
422
423
  /**
423
424
  * Get a Questionnaire by Id
@@ -2724,7 +2725,7 @@ export declare class PreIPOCompanySPV implements IPreIPOCompanySPV {
2724
2725
  /** Funding deadline associated with the primary issuance of an SPV. Prefunded SPVs may not have a funding deadline. SPVs will no longer accept Subscriptions once the Funding Deadline has passed. */
2725
2726
  fundingDeadline?: Date | undefined;
2726
2727
  /** The exemptions claimed by a PreIPOCompanySPV. These align with the SEC's Form D Item 6: Federal Exemptions and Exclusions Claimed. */
2727
- exemptionsClaimed?: ExemptionsClaimed[] | undefined;
2728
+ exemptionsClaimed?: exemptionsClaimed[] | undefined;
2728
2729
  /** The stage that an SPV is in. Refer to the “SPV Status Transitions” page in our Guides for a detailed description of each stage. */
2729
2730
  monarkStage: PreIPOCompanySPVMonarkStage;
2730
2731
  /** CUSIP assigned to the SPV. Monark acquires and assigns the CUSIP after the first trade has been executed through our ATS. */
@@ -2805,7 +2806,7 @@ export interface IPreIPOCompanySPV {
2805
2806
  /** Funding deadline associated with the primary issuance of an SPV. Prefunded SPVs may not have a funding deadline. SPVs will no longer accept Subscriptions once the Funding Deadline has passed. */
2806
2807
  fundingDeadline?: Date | undefined;
2807
2808
  /** The exemptions claimed by a PreIPOCompanySPV. These align with the SEC's Form D Item 6: Federal Exemptions and Exclusions Claimed. */
2808
- exemptionsClaimed?: ExemptionsClaimed[] | undefined;
2809
+ exemptionsClaimed?: exemptionsClaimed[] | undefined;
2809
2810
  /** The stage that an SPV is in. Refer to the “SPV Status Transitions” page in our Guides for a detailed description of each stage. */
2810
2811
  monarkStage: PreIPOCompanySPVMonarkStage;
2811
2812
  /** CUSIP assigned to the SPV. Monark acquires and assigns the CUSIP after the first trade has been executed through our ATS. */
@@ -4120,6 +4121,29 @@ export declare enum MonarkStage {
4120
4121
  LIQUIDATION = "LIQUIDATION",
4121
4122
  DISSOLVED = "DISSOLVED"
4122
4123
  }
4124
+ export declare enum ExemptionsClaimed {
4125
+ RULE_504_B_1_not_i_ii_iii = "RULE_504_B_1_not_i_ii_iii",
4126
+ RULE_504_B_1_i = "RULE_504_B_1_i",
4127
+ RULE_504_B_1_ii = "RULE_504_B_1_ii",
4128
+ RULE_504_B_1_iii = "RULE_504_B_1_iii",
4129
+ RULE_506_b = "RULE_506_b",
4130
+ RULE_506_c = "RULE_506_c",
4131
+ SECURITIES_ACT_SECTION_4_a_5 = "SECURITIES_ACT_SECTION_4_a_5",
4132
+ SECURITIES_ACT_SECTION_3_c_1 = "SECURITIES_ACT_SECTION_3_c_1",
4133
+ SECURITIES_ACT_SECTION_3_c_2 = "SECURITIES_ACT_SECTION_3_c_2",
4134
+ SECURITIES_ACT_SECTION_3_c_3 = "SECURITIES_ACT_SECTION_3_c_3",
4135
+ SECURITIES_ACT_SECTION_3_c_4 = "SECURITIES_ACT_SECTION_3_c_4",
4136
+ SECURITIES_ACT_SECTION_3_c_5 = "SECURITIES_ACT_SECTION_3_c_5",
4137
+ SECURITIES_ACT_SECTION_3_c_6 = "SECURITIES_ACT_SECTION_3_c_6",
4138
+ SECURITIES_ACT_SECTION_3_c_7 = "SECURITIES_ACT_SECTION_3_c_7",
4139
+ SECURITIES_ACT_SECTION_3_c_9 = "SECURITIES_ACT_SECTION_3_c_9",
4140
+ SECURITIES_ACT_SECTION_3_c_10 = "SECURITIES_ACT_SECTION_3_c_10",
4141
+ SECURITIES_ACT_SECTION_3_c_11 = "SECURITIES_ACT_SECTION_3_c_11",
4142
+ SECURITIES_ACT_SECTION_3_c_12 = "SECURITIES_ACT_SECTION_3_c_12",
4143
+ SECURITIES_ACT_SECTION_3_c_13 = "SECURITIES_ACT_SECTION_3_c_13",
4144
+ SECURITIES_ACT_SECTION_3_c_14 = "SECURITIES_ACT_SECTION_3_c_14",
4145
+ Reg_S = "Reg_S"
4146
+ }
4123
4147
  export declare enum SortOrder12 {
4124
4148
  Ascending = "Ascending",
4125
4149
  Descending = "Descending"
@@ -4332,7 +4356,8 @@ export declare enum InvestorAccreditationStatus {
4332
4356
  SEC_OR_EXEMPT_ADVISOR = "SEC_OR_EXEMPT_ADVISOR",
4333
4357
  KNOWLEDGEABLE_EMPLOYEE = "KNOWLEDGEABLE_EMPLOYEE",
4334
4358
  KNOWLEDGEABLE_EXECUTIVE = "KNOWLEDGEABLE_EXECUTIVE",
4335
- FAMILY_OFFICE_GT_5M = "FAMILY_OFFICE_GT_5M"
4359
+ FAMILY_OFFICE_GT_5M = "FAMILY_OFFICE_GT_5M",
4360
+ NOT_APPLICABLE = "NOT_APPLICABLE"
4336
4361
  }
4337
4362
  export declare enum InvestorType {
4338
4363
  IndividualInvestor = "IndividualInvestor",
@@ -4430,7 +4455,7 @@ export declare enum PreIPOCompanyResearchRelation {
4430
4455
  SUBJECT = "SUBJECT",
4431
4456
  CONNECTED = "CONNECTED"
4432
4457
  }
4433
- export declare enum ExemptionsClaimed {
4458
+ export declare enum exemptionsClaimed {
4434
4459
  RULE_504_B_1_not_i_ii_iii = "RULE_504_B_1_not_i_ii_iii",
4435
4460
  RULE_504_B_1_i = "RULE_504_B_1_i",
4436
4461
  RULE_504_B_1_ii = "RULE_504_B_1_ii",
@@ -4450,7 +4475,8 @@ export declare enum ExemptionsClaimed {
4450
4475
  SECURITIES_ACT_SECTION_3_c_11 = "SECURITIES_ACT_SECTION_3_c_11",
4451
4476
  SECURITIES_ACT_SECTION_3_c_12 = "SECURITIES_ACT_SECTION_3_c_12",
4452
4477
  SECURITIES_ACT_SECTION_3_c_13 = "SECURITIES_ACT_SECTION_3_c_13",
4453
- SECURITIES_ACT_SECTION_3_c_14 = "SECURITIES_ACT_SECTION_3_c_14"
4478
+ SECURITIES_ACT_SECTION_3_c_14 = "SECURITIES_ACT_SECTION_3_c_14",
4479
+ Reg_S = "Reg_S"
4454
4480
  }
4455
4481
  export declare enum PreIPOCompanySPVMonarkStage {
4456
4482
  DRAFT = "DRAFT",
@@ -4580,7 +4606,8 @@ export declare enum UpdateInvestorAccreditationAccreditationStatus {
4580
4606
  SEC_OR_EXEMPT_ADVISOR = "SEC_OR_EXEMPT_ADVISOR",
4581
4607
  KNOWLEDGEABLE_EMPLOYEE = "KNOWLEDGEABLE_EMPLOYEE",
4582
4608
  KNOWLEDGEABLE_EXECUTIVE = "KNOWLEDGEABLE_EXECUTIVE",
4583
- FAMILY_OFFICE_GT_5M = "FAMILY_OFFICE_GT_5M"
4609
+ FAMILY_OFFICE_GT_5M = "FAMILY_OFFICE_GT_5M",
4610
+ NOT_APPLICABLE = "NOT_APPLICABLE"
4584
4611
  }
4585
4612
  export declare enum WebhookEventDeliveryStatus {
4586
4613
  Pending = "Pending",
package/dist/Client.js CHANGED
@@ -2897,6 +2897,7 @@ export class Client {
2897
2897
  /**
2898
2898
  * Get all PreIPOCompanySPVs
2899
2899
  * @param monarkStage (optional) Optional param to filter returned spv's based on Monark Stage.
2900
+ * @param exemptionsClaimed (optional) Optional param to filter returned spv's based on the exemptions claimed.
2900
2901
  * @param nameFilter (optional) Optional param to filter returned spv's based on the company name.
2901
2902
  * @param preIPOCompanyId (optional) Optional param to only return spv's for the preIPOCompany.
2902
2903
  * @param preIPOCompanyInvestmentId (optional) Optional param to only return spv's for the preIPOCompanyInvestment.
@@ -2906,7 +2907,7 @@ export class Client {
2906
2907
  * @param sortBy (optional)
2907
2908
  * @return OK
2908
2909
  */
2909
- investorGET6(investorId, monarkStage, nameFilter, preIPOCompanyId, preIPOCompanyInvestmentId, page, pageSize, sortOrder, sortBy) {
2910
+ investorGET6(investorId, monarkStage, exemptionsClaimed, nameFilter, preIPOCompanyId, preIPOCompanyInvestmentId, page, pageSize, sortOrder, sortBy) {
2910
2911
  let url_ = this.baseUrl + "/primary/v1/pre-ipo-company-spv/investor/{investorId}?";
2911
2912
  if (investorId === undefined || investorId === null)
2912
2913
  throw new Error("The parameter 'investorId' must be defined.");
@@ -2915,6 +2916,10 @@ export class Client {
2915
2916
  throw new Error("The parameter 'monarkStage' cannot be null.");
2916
2917
  else if (monarkStage !== undefined)
2917
2918
  url_ += "monarkStage=" + encodeURIComponent("" + monarkStage) + "&";
2919
+ if (exemptionsClaimed === null)
2920
+ throw new Error("The parameter 'exemptionsClaimed' cannot be null.");
2921
+ else if (exemptionsClaimed !== undefined)
2922
+ exemptionsClaimed && exemptionsClaimed.forEach(item => { url_ += "exemptionsClaimed=" + encodeURIComponent("" + item) + "&"; });
2918
2923
  if (nameFilter === null)
2919
2924
  throw new Error("The parameter 'nameFilter' cannot be null.");
2920
2925
  else if (nameFilter !== undefined)
@@ -7927,6 +7932,30 @@ export var MonarkStage;
7927
7932
  MonarkStage["LIQUIDATION"] = "LIQUIDATION";
7928
7933
  MonarkStage["DISSOLVED"] = "DISSOLVED";
7929
7934
  })(MonarkStage || (MonarkStage = {}));
7935
+ export var ExemptionsClaimed;
7936
+ (function (ExemptionsClaimed) {
7937
+ ExemptionsClaimed["RULE_504_B_1_not_i_ii_iii"] = "RULE_504_B_1_not_i_ii_iii";
7938
+ ExemptionsClaimed["RULE_504_B_1_i"] = "RULE_504_B_1_i";
7939
+ ExemptionsClaimed["RULE_504_B_1_ii"] = "RULE_504_B_1_ii";
7940
+ ExemptionsClaimed["RULE_504_B_1_iii"] = "RULE_504_B_1_iii";
7941
+ ExemptionsClaimed["RULE_506_b"] = "RULE_506_b";
7942
+ ExemptionsClaimed["RULE_506_c"] = "RULE_506_c";
7943
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_4_a_5"] = "SECURITIES_ACT_SECTION_4_a_5";
7944
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_1"] = "SECURITIES_ACT_SECTION_3_c_1";
7945
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_2"] = "SECURITIES_ACT_SECTION_3_c_2";
7946
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_3"] = "SECURITIES_ACT_SECTION_3_c_3";
7947
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_4"] = "SECURITIES_ACT_SECTION_3_c_4";
7948
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_5"] = "SECURITIES_ACT_SECTION_3_c_5";
7949
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_6"] = "SECURITIES_ACT_SECTION_3_c_6";
7950
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_7"] = "SECURITIES_ACT_SECTION_3_c_7";
7951
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_9"] = "SECURITIES_ACT_SECTION_3_c_9";
7952
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_10"] = "SECURITIES_ACT_SECTION_3_c_10";
7953
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_11"] = "SECURITIES_ACT_SECTION_3_c_11";
7954
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_12"] = "SECURITIES_ACT_SECTION_3_c_12";
7955
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_13"] = "SECURITIES_ACT_SECTION_3_c_13";
7956
+ ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_14"] = "SECURITIES_ACT_SECTION_3_c_14";
7957
+ ExemptionsClaimed["Reg_S"] = "Reg_S";
7958
+ })(ExemptionsClaimed || (ExemptionsClaimed = {}));
7930
7959
  export var SortOrder12;
7931
7960
  (function (SortOrder12) {
7932
7961
  SortOrder12["Ascending"] = "Ascending";
@@ -8166,6 +8195,7 @@ export var InvestorAccreditationStatus;
8166
8195
  InvestorAccreditationStatus["KNOWLEDGEABLE_EMPLOYEE"] = "KNOWLEDGEABLE_EMPLOYEE";
8167
8196
  InvestorAccreditationStatus["KNOWLEDGEABLE_EXECUTIVE"] = "KNOWLEDGEABLE_EXECUTIVE";
8168
8197
  InvestorAccreditationStatus["FAMILY_OFFICE_GT_5M"] = "FAMILY_OFFICE_GT_5M";
8198
+ InvestorAccreditationStatus["NOT_APPLICABLE"] = "NOT_APPLICABLE";
8169
8199
  })(InvestorAccreditationStatus || (InvestorAccreditationStatus = {}));
8170
8200
  export var InvestorType;
8171
8201
  (function (InvestorType) {
@@ -8277,29 +8307,30 @@ export var PreIPOCompanyResearchRelation;
8277
8307
  PreIPOCompanyResearchRelation["SUBJECT"] = "SUBJECT";
8278
8308
  PreIPOCompanyResearchRelation["CONNECTED"] = "CONNECTED";
8279
8309
  })(PreIPOCompanyResearchRelation || (PreIPOCompanyResearchRelation = {}));
8280
- export var ExemptionsClaimed;
8281
- (function (ExemptionsClaimed) {
8282
- ExemptionsClaimed["RULE_504_B_1_not_i_ii_iii"] = "RULE_504_B_1_not_i_ii_iii";
8283
- ExemptionsClaimed["RULE_504_B_1_i"] = "RULE_504_B_1_i";
8284
- ExemptionsClaimed["RULE_504_B_1_ii"] = "RULE_504_B_1_ii";
8285
- ExemptionsClaimed["RULE_504_B_1_iii"] = "RULE_504_B_1_iii";
8286
- ExemptionsClaimed["RULE_506_b"] = "RULE_506_b";
8287
- ExemptionsClaimed["RULE_506_c"] = "RULE_506_c";
8288
- ExemptionsClaimed["SECURITIES_ACT_SECTION_4_a_5"] = "SECURITIES_ACT_SECTION_4_a_5";
8289
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_1"] = "SECURITIES_ACT_SECTION_3_c_1";
8290
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_2"] = "SECURITIES_ACT_SECTION_3_c_2";
8291
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_3"] = "SECURITIES_ACT_SECTION_3_c_3";
8292
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_4"] = "SECURITIES_ACT_SECTION_3_c_4";
8293
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_5"] = "SECURITIES_ACT_SECTION_3_c_5";
8294
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_6"] = "SECURITIES_ACT_SECTION_3_c_6";
8295
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_7"] = "SECURITIES_ACT_SECTION_3_c_7";
8296
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_9"] = "SECURITIES_ACT_SECTION_3_c_9";
8297
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_10"] = "SECURITIES_ACT_SECTION_3_c_10";
8298
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_11"] = "SECURITIES_ACT_SECTION_3_c_11";
8299
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_12"] = "SECURITIES_ACT_SECTION_3_c_12";
8300
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_13"] = "SECURITIES_ACT_SECTION_3_c_13";
8301
- ExemptionsClaimed["SECURITIES_ACT_SECTION_3_c_14"] = "SECURITIES_ACT_SECTION_3_c_14";
8302
- })(ExemptionsClaimed || (ExemptionsClaimed = {}));
8310
+ export var exemptionsClaimed;
8311
+ (function (exemptionsClaimed) {
8312
+ exemptionsClaimed["RULE_504_B_1_not_i_ii_iii"] = "RULE_504_B_1_not_i_ii_iii";
8313
+ exemptionsClaimed["RULE_504_B_1_i"] = "RULE_504_B_1_i";
8314
+ exemptionsClaimed["RULE_504_B_1_ii"] = "RULE_504_B_1_ii";
8315
+ exemptionsClaimed["RULE_504_B_1_iii"] = "RULE_504_B_1_iii";
8316
+ exemptionsClaimed["RULE_506_b"] = "RULE_506_b";
8317
+ exemptionsClaimed["RULE_506_c"] = "RULE_506_c";
8318
+ exemptionsClaimed["SECURITIES_ACT_SECTION_4_a_5"] = "SECURITIES_ACT_SECTION_4_a_5";
8319
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_1"] = "SECURITIES_ACT_SECTION_3_c_1";
8320
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_2"] = "SECURITIES_ACT_SECTION_3_c_2";
8321
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_3"] = "SECURITIES_ACT_SECTION_3_c_3";
8322
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_4"] = "SECURITIES_ACT_SECTION_3_c_4";
8323
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_5"] = "SECURITIES_ACT_SECTION_3_c_5";
8324
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_6"] = "SECURITIES_ACT_SECTION_3_c_6";
8325
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_7"] = "SECURITIES_ACT_SECTION_3_c_7";
8326
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_9"] = "SECURITIES_ACT_SECTION_3_c_9";
8327
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_10"] = "SECURITIES_ACT_SECTION_3_c_10";
8328
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_11"] = "SECURITIES_ACT_SECTION_3_c_11";
8329
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_12"] = "SECURITIES_ACT_SECTION_3_c_12";
8330
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_13"] = "SECURITIES_ACT_SECTION_3_c_13";
8331
+ exemptionsClaimed["SECURITIES_ACT_SECTION_3_c_14"] = "SECURITIES_ACT_SECTION_3_c_14";
8332
+ exemptionsClaimed["Reg_S"] = "Reg_S";
8333
+ })(exemptionsClaimed || (exemptionsClaimed = {}));
8303
8334
  export var PreIPOCompanySPVMonarkStage;
8304
8335
  (function (PreIPOCompanySPVMonarkStage) {
8305
8336
  PreIPOCompanySPVMonarkStage["DRAFT"] = "DRAFT";
@@ -8445,6 +8476,7 @@ export var UpdateInvestorAccreditationAccreditationStatus;
8445
8476
  UpdateInvestorAccreditationAccreditationStatus["KNOWLEDGEABLE_EMPLOYEE"] = "KNOWLEDGEABLE_EMPLOYEE";
8446
8477
  UpdateInvestorAccreditationAccreditationStatus["KNOWLEDGEABLE_EXECUTIVE"] = "KNOWLEDGEABLE_EXECUTIVE";
8447
8478
  UpdateInvestorAccreditationAccreditationStatus["FAMILY_OFFICE_GT_5M"] = "FAMILY_OFFICE_GT_5M";
8479
+ UpdateInvestorAccreditationAccreditationStatus["NOT_APPLICABLE"] = "NOT_APPLICABLE";
8448
8480
  })(UpdateInvestorAccreditationAccreditationStatus || (UpdateInvestorAccreditationAccreditationStatus = {}));
8449
8481
  export var WebhookEventDeliveryStatus;
8450
8482
  (function (WebhookEventDeliveryStatus) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monarkmarkets/api-client",
3
- "version": "1.1.94",
3
+ "version": "1.1.95",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",