@monarkmarkets/api-client 1.2.12 → 1.2.13

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
@@ -29,13 +29,15 @@ export declare class Client {
29
29
  * @param registeredFundId (optional) RegisteredFundId to filter by.
30
30
  * @param registeredFundSubscriptionId (optional) RegisteredFundSubscriptionId to filter by.
31
31
  * @param documentType (optional) Type of document to filter by.
32
+ * @param page (optional) Number of the page to retrieve.
33
+ Defaults to 1 if not specified.
34
+ * @param pageSize (optional) Size of the page to retrieve.
35
+ Defaults to 25 if not specified.
32
36
  * @param exactMatch (optional) Only returns the items exactly matching the parameters given.
33
- * @param page (optional) Page number for pagination.
34
- * @param pageSize (optional) Number of items per page for pagination.
35
37
  * @param sortOrder (optional)
36
38
  * @return OK
37
39
  */
38
- document2(investorId: string | undefined, preIPOCompanyId: string | undefined, preIPOCompanySPVId: string | undefined, preIPOCompanyInvestmentId: string | undefined, investorSubscriptionId: string | undefined, registeredFundId: string | undefined, registeredFundSubscriptionId: string | undefined, documentType: DocumentType | undefined, exactMatch: boolean | undefined, page: number | undefined, pageSize: number | undefined, sortOrder: SortOrder | undefined): Promise<DocumentApiResponse>;
40
+ document2(investorId: string | undefined, preIPOCompanyId: string | undefined, preIPOCompanySPVId: string | undefined, preIPOCompanyInvestmentId: string | undefined, investorSubscriptionId: string | undefined, registeredFundId: string | undefined, registeredFundSubscriptionId: string | undefined, documentType: DocumentType | undefined, page: number | undefined, pageSize: number | undefined, exactMatch: boolean | undefined, sortOrder: SortOrder | undefined): Promise<DocumentApiResponse>;
39
41
  protected processDocument2(response: Response): Promise<DocumentApiResponse>;
40
42
  /**
41
43
  * Signs a document by a document ID.
@@ -68,8 +70,10 @@ export declare class Client {
68
70
  protected processFinancialAdvisorPUT(response: Response): Promise<FinancialAdvisor>;
69
71
  /**
70
72
  * Get all Financial Advisors for the authenticated partner's financial institutions.
71
- * @param page (optional) The page number for pagination.
72
- * @param pageSize (optional) The number of items per page.
73
+ * @param page (optional) Number of the page to retrieve.
74
+ Defaults to 1 if not specified.
75
+ * @param pageSize (optional) Size of the page to retrieve.
76
+ Defaults to 25 if not specified.
73
77
  * @param sortOrder (optional) The order in which to sort the financial advisors.
74
78
  * @param financialInstitutionId (optional) Optional filter by Financial Institution ID.
75
79
  * @return Returns the list of Financial Advisors.
@@ -92,13 +96,15 @@ export declare class Client {
92
96
  protected processFinancialInstitution(response: Response): Promise<FinancialInstitution>;
93
97
  /**
94
98
  * Get all Financial Institutions
99
+ * @param page (optional) Number of the page to retrieve.
100
+ Defaults to 1 if not specified.
101
+ * @param pageSize (optional) Size of the page to retrieve.
102
+ Defaults to 25 if not specified.
95
103
  * @param referenceId (optional) Optional reference Id to filter by.
96
- * @param page (optional)
97
- * @param pageSize (optional)
98
104
  * @param sortOrder (optional)
99
105
  * @return OK
100
106
  */
101
- financialInstitution2(referenceId: string | undefined, page: number | undefined, pageSize: number | undefined, sortOrder: SortOrder3 | undefined): Promise<FinancialInstitutionApiResponse>;
107
+ financialInstitution2(page: number | undefined, pageSize: number | undefined, referenceId: string | undefined, sortOrder: SortOrder3 | undefined): Promise<FinancialInstitutionApiResponse>;
102
108
  protected processFinancialInstitution2(response: Response): Promise<FinancialInstitutionApiResponse>;
103
109
  /**
104
110
  * Update an Financial Institution's Reference ID.
@@ -125,13 +131,15 @@ export declare class Client {
125
131
  * Get all IndicationOfInterests.
126
132
  * @param searchTerm (optional) Optional search term on the PreIPOCompany name.
127
133
  * @param investorId (optional) Filter the returned IndicationOfInterests by an InvestorId.
134
+ * @param page (optional) Number of the page to retrieve.
135
+ Defaults to 1 if not specified.
136
+ * @param pageSize (optional) Size of the page to retrieve.
137
+ Defaults to 25 if not specified.
128
138
  * @param sortProperty (optional) Which property to sort by.
129
139
  * @param sortOrder (optional) Which direction to sort by.
130
- * @param page (optional)
131
- * @param pageSize (optional)
132
140
  * @return Returns the list of IndicationOfInterest.
133
141
  */
134
- indicationOfInterestGET(searchTerm: string | undefined, investorId: string | undefined, sortProperty: SortProperty | undefined, sortOrder: SortOrder4 | undefined, page: number | undefined, pageSize: number | undefined): Promise<IndicationOfInterestApiResponse>;
142
+ indicationOfInterestGET(searchTerm: string | undefined, investorId: string | undefined, page: number | undefined, pageSize: number | undefined, sortProperty: SortProperty | undefined, sortOrder: SortOrder4 | undefined): Promise<IndicationOfInterestApiResponse>;
135
143
  protected processIndicationOfInterestGET(response: Response): Promise<IndicationOfInterestApiResponse>;
136
144
  /**
137
145
  * Delete an Indication of Interest by ID.
@@ -163,8 +171,10 @@ export declare class Client {
163
171
  protected processInvestorPUT(response: Response): Promise<Investor>;
164
172
  /**
165
173
  * Get all Investors.
166
- * @param page (optional) The page number to retrieve (default is 1).
167
- * @param pageSize (optional) The number of items per page (default is 25).
174
+ * @param page (optional) Number of the page to retrieve.
175
+ Defaults to 1 if not specified.
176
+ * @param pageSize (optional) Size of the page to retrieve.
177
+ Defaults to 25 if not specified.
168
178
  * @param sortOrder (optional) The sorting order, either ascending or descending (default is descending).
169
179
  * @param investorStatus (optional) Optional filter for the status of the investors.
170
180
  * @param financialInstitutionId (optional) Optional filter to get by the Financial Institution.
@@ -232,18 +242,20 @@ export declare class Client {
232
242
  /**
233
243
  * Get all InvestorSubscriptions.
234
244
  * @param preIpoCompanySpvId (optional) SPV to filter by.
245
+ * @param page (optional) Number of the page to retrieve.
246
+ Defaults to 1 if not specified.
247
+ * @param pageSize (optional) Size of the page to retrieve.
248
+ Defaults to 25 if not specified.
235
249
  * @param investorId (optional) Optional investorId to filter on.
236
250
  * @param status (optional) Optional subscription status to filter on.
237
251
  * @param preIPOCompanyName (optional) Optional Company Name to filter on.
238
252
  * @param preIPOCompanySPVName (optional) Optional SPV Name to filter on.
239
253
  * @param tradingSymbol (optional) Optional Trading Symbol to filter on.
240
254
  * @param orderReferenceId (optional)
241
- * @param page (optional)
242
- * @param pageSize (optional)
243
255
  * @param sortOrder (optional)
244
256
  * @return OK
245
257
  */
246
- investorSubscriptionGET(preIpoCompanySpvId: string | undefined, investorId: string | undefined, status: Status | undefined, preIPOCompanyName: string | undefined, preIPOCompanySPVName: string | undefined, tradingSymbol: string | undefined, orderReferenceId: string | undefined, page: number | undefined, pageSize: number | undefined, sortOrder: SortOrder6 | undefined): Promise<InvestorSubscriptionApiResponse>;
258
+ investorSubscriptionGET(preIpoCompanySpvId: string | undefined, page: number | undefined, pageSize: number | undefined, investorId: string | undefined, status: Status | undefined, preIPOCompanyName: string | undefined, preIPOCompanySPVName: string | undefined, tradingSymbol: string | undefined, orderReferenceId: string | undefined, sortOrder: SortOrder6 | undefined): Promise<InvestorSubscriptionApiResponse>;
247
259
  protected processInvestorSubscriptionGET(response: Response): Promise<InvestorSubscriptionApiResponse>;
248
260
  /**
249
261
  * Update an InvestorSubscription.
@@ -277,9 +289,10 @@ export declare class Client {
277
289
  /**
278
290
  * Signs an Existing Subscription.
279
291
  * @param id ID of subscription to sign.
292
+ * @param body (optional)
280
293
  * @return OK
281
294
  */
282
- sign2(id: string): Promise<InvestorSubscription>;
295
+ sign2(id: string, body: any | undefined): Promise<InvestorSubscription>;
283
296
  protected processSign2(response: Response): Promise<InvestorSubscription>;
284
297
  /**
285
298
  * Update an InvestorSubscription's Order Reference ID.
@@ -305,9 +318,10 @@ export declare class Client {
305
318
  /**
306
319
  * Complete an InvestorSubscriptionAction.
307
320
  * @param id The ID of the InvestorSubscriptionAction to complete.
321
+ * @param body (optional)
308
322
  * @return No Content
309
323
  */
310
- complete(id: string): Promise<void>;
324
+ complete(id: string, body: any | undefined): Promise<void>;
311
325
  protected processComplete(response: Response): Promise<void>;
312
326
  /**
313
327
  * Retrieves a 409A valuation by ID for a specific financial institution.
@@ -320,16 +334,18 @@ export declare class Client {
320
334
  /**
321
335
  * Retrieves all NPM 409A valuations for a specific financial institution.
322
336
  * @param financialInstitutionId The financial institution ID.
337
+ * @param page (optional) Number of the page to retrieve.
338
+ Defaults to 1 if not specified.
339
+ * @param pageSize (optional) Size of the page to retrieve.
340
+ Defaults to 25 if not specified.
323
341
  * @param preIPOCompanyId (optional) Optional filter by PreIPO Company ID.
324
342
  * @param npmTicker (optional) Optional filter by NPM ticker.
325
343
  * @param companyName (optional) Optional filter by company name.
326
344
  * @param observationDateFrom (optional) Optional filter by start date.
327
345
  * @param observationDateTo (optional) Optional filter by end date.
328
- * @param pageNumber (optional) Page number for pagination.
329
- * @param pageSize (optional) Page size for pagination.
330
346
  * @return Returns the list of Npm409AValuation.
331
347
  */
332
- getAllNpm409AValuations(financialInstitutionId: string, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, observationDateFrom: Date | undefined, observationDateTo: Date | undefined, pageNumber: number | undefined, pageSize: number | undefined): Promise<Npm409AValuationApiResponse>;
348
+ getAllNpm409AValuations(financialInstitutionId: string, page: number | undefined, pageSize: number | undefined, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, observationDateFrom: Date | undefined, observationDateTo: Date | undefined): Promise<Npm409AValuationApiResponse>;
333
349
  protected processGetAllNpm409AValuations(response: Response): Promise<Npm409AValuationApiResponse>;
334
350
  /**
335
351
  * Gets an NPM Bid and Offer Level record by ID for a specific financial institution.
@@ -342,17 +358,19 @@ export declare class Client {
342
358
  /**
343
359
  * Gets all NPM Bid and Offer Level records for a financial institution.
344
360
  * @param financialInstitutionId The financial institution ID.
361
+ * @param page (optional) Number of the page to retrieve.
362
+ Defaults to 1 if not specified.
363
+ * @param pageSize (optional) Size of the page to retrieve.
364
+ Defaults to 25 if not specified.
345
365
  * @param preIPOCompanyId (optional) Optional filter by PreIPO Company ID.
346
366
  * @param npmTicker (optional) Optional filter by NPM Ticker.
347
367
  * @param companyName (optional) Optional filter by company name.
348
368
  * @param orderType (optional) Optional filter by order type (Bid or Offer).
349
369
  * @param monthFrom (optional) Optional month from.
350
370
  * @param monthTo (optional) Optional month to.
351
- * @param pageNumber (optional) Pagination page number.
352
- * @param pageSize (optional) Pagination page size.
353
371
  * @return Returns the list of NpmBidAndOfferLevel.
354
372
  */
355
- getAllNpmBidAndOfferLevels(financialInstitutionId: string, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, orderType: string | undefined, monthFrom: Date | undefined, monthTo: Date | undefined, pageNumber: number | undefined, pageSize: number | undefined): Promise<NpmBidAndOfferLevelApiResponse>;
373
+ getAllNpmBidAndOfferLevels(financialInstitutionId: string, page: number | undefined, pageSize: number | undefined, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, orderType: string | undefined, monthFrom: Date | undefined, monthTo: Date | undefined): Promise<NpmBidAndOfferLevelApiResponse>;
356
374
  protected processGetAllNpmBidAndOfferLevels(response: Response): Promise<NpmBidAndOfferLevelApiResponse>;
357
375
  /**
358
376
  * Gets an NPM Closed Trade Level record by ID for a specific financial institution.
@@ -365,16 +383,18 @@ export declare class Client {
365
383
  /**
366
384
  * Gets all NPM Closed Trade Level records for a financial institution.
367
385
  * @param financialInstitutionId The financial institution ID.
386
+ * @param page (optional) Number of the page to retrieve.
387
+ Defaults to 1 if not specified.
388
+ * @param pageSize (optional) Size of the page to retrieve.
389
+ Defaults to 25 if not specified.
368
390
  * @param preIPOCompanyId (optional) Optional filter by PreIPO Company ID.
369
391
  * @param npmTicker (optional) Optional filter by NPM Ticker.
370
392
  * @param companyName (optional) Optional filter by company name.
371
393
  * @param monthFrom (optional) Optional month from.
372
394
  * @param monthTo (optional) Optional month to.
373
- * @param pageNumber (optional) Pagination page number.
374
- * @param pageSize (optional) Pagination page size.
375
395
  * @return Returns the list of NpmClosedTradeLevel.
376
396
  */
377
- getAllNpmClosedTradeLevels(financialInstitutionId: string, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, monthFrom: Date | undefined, monthTo: Date | undefined, pageNumber: number | undefined, pageSize: number | undefined): Promise<NpmClosedTradeLevelApiResponse>;
397
+ getAllNpmClosedTradeLevels(financialInstitutionId: string, page: number | undefined, pageSize: number | undefined, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, monthFrom: Date | undefined, monthTo: Date | undefined): Promise<NpmClosedTradeLevelApiResponse>;
378
398
  protected processGetAllNpmClosedTradeLevels(response: Response): Promise<NpmClosedTradeLevelApiResponse>;
379
399
  /**
380
400
  * Gets an NPM Funding Round record by ID for a specific financial institution.
@@ -387,16 +407,18 @@ export declare class Client {
387
407
  /**
388
408
  * Gets all NPM Funding Round records for a financial institution.
389
409
  * @param financialInstitutionId The financial institution ID.
410
+ * @param page (optional) Number of the page to retrieve.
411
+ Defaults to 1 if not specified.
412
+ * @param pageSize (optional) Size of the page to retrieve.
413
+ Defaults to 25 if not specified.
390
414
  * @param preIPOCompanyId (optional) Optional filter by PreIPO Company ID.
391
415
  * @param npmTicker (optional) Optional filter by NPM Ticker.
392
416
  * @param companyName (optional) Optional filter by company name.
393
417
  * @param lastRoundName (optional) Optional filter by Last Round Name.
394
418
  * @param lastRoundValuation (optional) Optional filter by Last Round Valuation.
395
- * @param pageNumber (optional) Pagination page number.
396
- * @param pageSize (optional) Pagination page size.
397
419
  * @return Returns the list of NpmFundingRound.
398
420
  */
399
- getAllNpmFundingRounds(financialInstitutionId: string, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, lastRoundName: string | undefined, lastRoundValuation: number | undefined, pageNumber: number | undefined, pageSize: number | undefined): Promise<NpmFundingRoundApiResponse>;
421
+ getAllNpmFundingRounds(financialInstitutionId: string, page: number | undefined, pageSize: number | undefined, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, lastRoundName: string | undefined, lastRoundValuation: number | undefined): Promise<NpmFundingRoundApiResponse>;
400
422
  protected processGetAllNpmFundingRounds(response: Response): Promise<NpmFundingRoundApiResponse>;
401
423
  /**
402
424
  * Gets an NPM mutual fund mark by ID for a specific financial institution.
@@ -409,16 +431,18 @@ export declare class Client {
409
431
  /**
410
432
  * Gets all NPM mutual fund marks for a specific financial institution.
411
433
  * @param financialInstitutionId The financial institution ID.
434
+ * @param page (optional) Number of the page to retrieve.
435
+ Defaults to 1 if not specified.
436
+ * @param pageSize (optional) Size of the page to retrieve.
437
+ Defaults to 25 if not specified.
412
438
  * @param preIPOCompanyId (optional) Optional filter by PreIPO Company ID.
413
439
  * @param npmTicker (optional) Optional filter by NPM ticker.
414
440
  * @param companyName (optional) Optional filter by company name.
415
441
  * @param filingDateFrom (optional) Optional filter by filing date from.
416
442
  * @param filingDateTo (optional) Optional filter by filing date to.
417
- * @param pageNumber (optional) Page number for pagination.
418
- * @param pageSize (optional) Page size for pagination.
419
443
  * @return Returns the list of NpmMutualFundMark.
420
444
  */
421
- getAllNpmMutualFundMarks(financialInstitutionId: string, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, filingDateFrom: Date | undefined, filingDateTo: Date | undefined, pageNumber: number | undefined, pageSize: number | undefined): Promise<NpmMutualFundMarkApiResponse>;
445
+ getAllNpmMutualFundMarks(financialInstitutionId: string, page: number | undefined, pageSize: number | undefined, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, filingDateFrom: Date | undefined, filingDateTo: Date | undefined): Promise<NpmMutualFundMarkApiResponse>;
422
446
  protected processGetAllNpmMutualFundMarks(response: Response): Promise<NpmMutualFundMarkApiResponse>;
423
447
  /**
424
448
  * Gets a NPM Tape D Basic record by ID for a financial institution.
@@ -431,6 +455,10 @@ export declare class Client {
431
455
  /**
432
456
  * Gets all NPM Tape D Basic records for a specific financial institution.
433
457
  * @param financialInstitutionId The financial institution ID.
458
+ * @param page (optional) Number of the page to retrieve.
459
+ Defaults to 1 if not specified.
460
+ * @param pageSize (optional) Size of the page to retrieve.
461
+ Defaults to 25 if not specified.
434
462
  * @param preIPOCompanyId (optional) Optional filter by PreIPO Company ID.
435
463
  * @param npmTicker (optional) Optional filter by NPM ticker.
436
464
  * @param companyName (optional) Optional filter by company name.
@@ -438,11 +466,9 @@ export declare class Client {
438
466
  * @param impliedValuationLowEstimateMax (optional) Optional maximum filter on low valuation.
439
467
  * @param dateFrom (optional) Optional start date filter.
440
468
  * @param dateTo (optional) Optional end date filter.
441
- * @param pageNumber (optional) Pagination page number.
442
- * @param pageSize (optional) Pagination page size.
443
469
  * @return Returns the list of NpmTapeDBasic.
444
470
  */
445
- getAllNpmTapeDBasic(financialInstitutionId: string, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, impliedValuationHighEstimateMin: number | undefined, impliedValuationLowEstimateMax: number | undefined, dateFrom: Date | undefined, dateTo: Date | undefined, pageNumber: number | undefined, pageSize: number | undefined): Promise<NpmTapeDBasicApiResponse>;
471
+ getAllNpmTapeDBasic(financialInstitutionId: string, page: number | undefined, pageSize: number | undefined, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, impliedValuationHighEstimateMin: number | undefined, impliedValuationLowEstimateMax: number | undefined, dateFrom: Date | undefined, dateTo: Date | undefined): Promise<NpmTapeDBasicApiResponse>;
446
472
  protected processGetAllNpmTapeDBasic(response: Response): Promise<NpmTapeDBasicApiResponse>;
447
473
  /**
448
474
  * Gets an NPM Tape D Prices Full History record by ID for a specific financial institution.
@@ -455,17 +481,19 @@ export declare class Client {
455
481
  /**
456
482
  * Gets all NPM Tape D Prices Full History records for a specific financial institution.
457
483
  * @param financialInstitutionId The financial institution ID.
484
+ * @param page (optional) Number of the page to retrieve.
485
+ Defaults to 1 if not specified.
486
+ * @param pageSize (optional) Size of the page to retrieve.
487
+ Defaults to 25 if not specified.
458
488
  * @param preIPOCompanyId (optional) Optional filter by PreIPO Company ID.
459
489
  * @param npmTicker (optional) Optional filter by NPM ticker.
460
490
  * @param companyName (optional) Optional filter by company name.
461
491
  * @param lastRoundValuation (optional) Optional valuation of Company at Last Round.
462
492
  * @param dateOfPricingFrom (optional) Optional filter by date of pricing from.
463
493
  * @param dateOfPricingTo (optional) Optional filter by date of pricing to.
464
- * @param pageNumber (optional) Page number for pagination.
465
- * @param pageSize (optional) Page size for pagination.
466
494
  * @return Returns the list of NpmTapeDPricesFullHistory.
467
495
  */
468
- getAllNpmTapeDPricesFullHistory(financialInstitutionId: string, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, lastRoundValuation: number | undefined, dateOfPricingFrom: Date | undefined, dateOfPricingTo: Date | undefined, pageNumber: number | undefined, pageSize: number | undefined): Promise<NpmTapeDPricesFullHistoryApiResponse>;
496
+ getAllNpmTapeDPricesFullHistory(financialInstitutionId: string, page: number | undefined, pageSize: number | undefined, preIPOCompanyId: string | undefined, npmTicker: string | undefined, companyName: string | undefined, lastRoundValuation: number | undefined, dateOfPricingFrom: Date | undefined, dateOfPricingTo: Date | undefined): Promise<NpmTapeDPricesFullHistoryApiResponse>;
469
497
  protected processGetAllNpmTapeDPricesFullHistory(response: Response): Promise<NpmTapeDPricesFullHistoryApiResponse>;
470
498
  /**
471
499
  * Get the Partner of the authenticated user.
@@ -494,17 +522,19 @@ export declare class Client {
494
522
  /**
495
523
  * Gets all PMI feed pricing records with optional filtering.
496
524
  * @param financialInstitutionId The financial institution ID.
525
+ * @param page (optional) Number of the page to retrieve.
526
+ Defaults to 1 if not specified.
527
+ * @param pageSize (optional) Size of the page to retrieve.
528
+ Defaults to 25 if not specified.
497
529
  * @param preIPOCompanyId (optional) Optional filter by PreIPO Company ID.
498
530
  * @param pmiId (optional) Optional filter by PMI Id.
499
531
  * @param displayName (optional) Optional filter by Display Name.
500
532
  * @param currency (optional) Optional filter by Currency (e.g., USD, EUR).
501
533
  * @param fromDate (optional) Optional filter by minimum date (YYYY-MM-DD).
502
534
  * @param toDate (optional) Optional filter by maximum date (YYYY-MM-DD).
503
- * @param pageNumber (optional) Pagination page number.
504
- * @param pageSize (optional) Pagination page size.
505
535
  * @return Returns the list of PmiFeedPricing.
506
536
  */
507
- getAllPmiFeedPricing(financialInstitutionId: string, preIPOCompanyId: string | undefined, pmiId: string | undefined, displayName: string | undefined, currency: string | undefined, fromDate: Date | undefined, toDate: Date | undefined, pageNumber: number | undefined, pageSize: number | undefined): Promise<PmiFeedPricingApiResponse>;
537
+ getAllPmiFeedPricing(financialInstitutionId: string, page: number | undefined, pageSize: number | undefined, preIPOCompanyId: string | undefined, pmiId: string | undefined, displayName: string | undefined, currency: string | undefined, fromDate: Date | undefined, toDate: Date | undefined): Promise<PmiFeedPricingApiResponse>;
508
538
  protected processGetAllPmiFeedPricing(response: Response): Promise<PmiFeedPricingApiResponse>;
509
539
  /**
510
540
  * Gets a PMI issuer record by ID.
@@ -517,14 +547,16 @@ export declare class Client {
517
547
  /**
518
548
  * Gets all PMI issuer records with optional filtering.
519
549
  * @param financialInstitutionId The financial institution ID.
550
+ * @param page (optional) Number of the page to retrieve.
551
+ Defaults to 1 if not specified.
552
+ * @param pageSize (optional) Size of the page to retrieve.
553
+ Defaults to 25 if not specified.
520
554
  * @param preIPOCompanyId (optional) Optional filter by PreIPO Company ID.
521
555
  * @param infoId (optional) Optional filter by PMI Id.
522
556
  * @param infoDisplayName (optional) Optional filter by Display Name.
523
- * @param pageNumber (optional) Pagination page number.
524
- * @param pageSize (optional) Pagination page size.
525
557
  * @return Returns the list of PmiIssuer.
526
558
  */
527
- getAllPmiIssuers(financialInstitutionId: string, preIPOCompanyId: string | undefined, infoId: string | undefined, infoDisplayName: string | undefined, pageNumber: number | undefined, pageSize: number | undefined): Promise<PmiIssuerApiResponse>;
559
+ getAllPmiIssuers(financialInstitutionId: string, page: number | undefined, pageSize: number | undefined, preIPOCompanyId: string | undefined, infoId: string | undefined, infoDisplayName: string | undefined): Promise<PmiIssuerApiResponse>;
528
560
  protected processGetAllPmiIssuers(response: Response): Promise<PmiIssuerApiResponse>;
529
561
  /**
530
562
  * Gets a PMI valuation record by ID.
@@ -537,16 +569,18 @@ export declare class Client {
537
569
  /**
538
570
  * Gets all PMI valuation records with optional filtering.
539
571
  * @param financialInstitutionId The financial institution ID.
572
+ * @param page (optional) Number of the page to retrieve.
573
+ Defaults to 1 if not specified.
574
+ * @param pageSize (optional) Size of the page to retrieve.
575
+ Defaults to 25 if not specified.
540
576
  * @param preIPOCompanyId (optional) Optional filter by PreIPO Company ID.
541
577
  * @param pmiId (optional) Optional filter by PMI Id.
542
578
  * @param displayName (optional) Optional filter by Display Name.
543
579
  * @param fromDate (optional) Optional filter by minimum date (YYYY-MM-DD).
544
580
  * @param toDate (optional) Optional filter by maximum date (YYYY-MM-DD).
545
- * @param pageNumber (optional) Pagination page number.
546
- * @param pageSize (optional) Pagination page size.
547
581
  * @return Returns the list of PmiValuation.
548
582
  */
549
- getAllPmiValuations(financialInstitutionId: string, preIPOCompanyId: string | undefined, pmiId: string | undefined, displayName: string | undefined, fromDate: Date | undefined, toDate: Date | undefined, pageNumber: number | undefined, pageSize: number | undefined): Promise<PmiValuationApiResponse>;
583
+ getAllPmiValuations(financialInstitutionId: string, page: number | undefined, pageSize: number | undefined, preIPOCompanyId: string | undefined, pmiId: string | undefined, displayName: string | undefined, fromDate: Date | undefined, toDate: Date | undefined): Promise<PmiValuationApiResponse>;
550
584
  protected processGetAllPmiValuations(response: Response): Promise<PmiValuationApiResponse>;
551
585
  /**
552
586
  * Get a PreIPOCompany by Id.
@@ -557,6 +591,10 @@ export declare class Client {
557
591
  protected processPreIpoCompany(response: Response): Promise<PreIPOCompany>;
558
592
  /**
559
593
  * Get all PreIPOCompanies.
594
+ * @param page (optional) Number of the page to retrieve.
595
+ Defaults to 1 if not specified.
596
+ * @param pageSize (optional) Size of the page to retrieve.
597
+ Defaults to 25 if not specified.
560
598
  * @param searchTerm (optional) Search term to filter results on based on 'Name' field
561
599
  * @param searchCategories (optional) List of categories to filter by.
562
600
  * @param sortBy (optional) Which property to sort the companies by.
@@ -567,24 +605,24 @@ export declare class Client {
567
605
  * @param maxTotalFunding (optional) Maximum total funding filter.
568
606
  * @param listingType (optional) Optional listing status filter.
569
607
  * @param isActive (optional) Optional active state filter.
570
- * @param page (optional) Which page number to return.
571
- * @param pageSize (optional) The maximum number of items to return in each page, defaults to 25.
572
608
  * @return OK
573
609
  */
574
- preIpoCompany2(searchTerm: string | undefined, searchCategories: string[] | undefined, sortBy: SortBy | undefined, sortOrder: SortOrder7 | undefined, minLastValuation: number | undefined, maxLastValuation: number | undefined, minTotalFunding: number | undefined, maxTotalFunding: number | undefined, listingType: string | undefined, isActive: boolean | undefined, page: number | undefined, pageSize: number | undefined): Promise<PreIPOCompanyApiResponse>;
610
+ preIpoCompany2(page: number | undefined, pageSize: number | undefined, searchTerm: string | undefined, searchCategories: string[] | undefined, sortBy: SortBy | undefined, sortOrder: SortOrder7 | undefined, minLastValuation: number | undefined, maxLastValuation: number | undefined, minTotalFunding: number | undefined, maxTotalFunding: number | undefined, listingType: string | undefined, isActive: boolean | undefined): Promise<PreIPOCompanyApiResponse>;
575
611
  protected processPreIpoCompany2(response: Response): Promise<PreIPOCompanyApiResponse>;
576
612
  /**
577
613
  * Bulk Download all PreIPOCompanies.
578
614
  * @param filterId (optional) Optional filter ID to narrow down the PreIPOCompanies.
579
615
  * @param filterBy (optional) Optional filter type to categorize the PreIPOCompanies (e.g., Company, Investment, Spv).
616
+ * @param page (optional) Number of the page to retrieve.
617
+ Defaults to 1 if not specified.
618
+ * @param pageSize (optional) Size of the page to retrieve.
619
+ Defaults to 25 if not specified.
580
620
  * @param includes (optional) Optional list of additional data to include with the response (e.g., News, Research, Investments).
581
621
  * @param listingType (optional) Optional listing status filter.
582
622
  * @param isActive (optional) Optional active state filter.
583
- * @param page (optional) Page number for pagination, starting from 1.
584
- * @param pageSize (optional) Number of items per page for pagination, Default = 25.
585
623
  * @return Returns the filtered and paginated list of detailed PreIPOCompanies.
586
624
  */
587
- detailed(filterId: string | undefined, filterBy: FilterBy | undefined, includes: Includes[] | undefined, listingType: string | undefined, isActive: boolean | undefined, page: number | undefined, pageSize: number | undefined): Promise<BulkPreIPOCompanyApiResponse>;
625
+ detailed(filterId: string | undefined, filterBy: FilterBy | undefined, page: number | undefined, pageSize: number | undefined, includes: Includes[] | undefined, listingType: string | undefined, isActive: boolean | undefined): Promise<BulkPreIPOCompanyApiResponse>;
588
626
  protected processDetailed(response: Response): Promise<BulkPreIPOCompanyApiResponse>;
589
627
  /**
590
628
  * Get the PreIPOCompanyFundingRound by the specified Id.
@@ -595,14 +633,16 @@ export declare class Client {
595
633
  protected processPreIpoCompanyFundingRound(response: Response): Promise<PreIPOCompanyFundingRound>;
596
634
  /**
597
635
  * Get all PreIPOCompanyFundingRounds.
636
+ * @param page (optional) Number of the page to retrieve.
637
+ Defaults to 1 if not specified.
638
+ * @param pageSize (optional) Size of the page to retrieve.
639
+ Defaults to 25 if not specified.
598
640
  * @param preIPOCompanyId (optional) The PreIPOCompanyId to retrieve the news for.
599
641
  * @param searchTerm (optional) Search term to filter results on based on 'RoundName' field.
600
642
  * @param sortOrder (optional)
601
- * @param page (optional) Which page number to return.
602
- * @param pageSize (optional) The maximum number of items to return in each page, defaults to 25.
603
643
  * @return OK
604
644
  */
605
- preIpoCompanyFundingRound2(preIPOCompanyId: string | undefined, searchTerm: string | undefined, sortOrder: SortOrder8 | undefined, page: number | undefined, pageSize: number | undefined): Promise<PreIPOCompanyFundingRoundApiResponse>;
645
+ preIpoCompanyFundingRound2(page: number | undefined, pageSize: number | undefined, preIPOCompanyId: string | undefined, searchTerm: string | undefined, sortOrder: SortOrder8 | undefined): Promise<PreIPOCompanyFundingRoundApiResponse>;
606
646
  protected processPreIpoCompanyFundingRound2(response: Response): Promise<PreIPOCompanyFundingRoundApiResponse>;
607
647
  /**
608
648
  * Get a PreIPOCompanyInvestment by Id
@@ -616,13 +656,15 @@ export declare class Client {
616
656
  * Get all PreIPOCompanyInvestments
617
657
  * @param investorId The investorId making the request
618
658
  * @param nameFilter (optional) Company name to filter by.
659
+ * @param page (optional) Number of the page to retrieve.
660
+ Defaults to 1 if not specified.
661
+ * @param pageSize (optional) Size of the page to retrieve.
662
+ Defaults to 25 if not specified.
619
663
  * @param preIpoCompanyId (optional) Company Id to filter by.
620
- * @param page (optional) Page number to return.
621
- * @param pageSize (optional) The maximum number of items to return in each page, defaults to 25.
622
664
  * @param sortOrder (optional)
623
665
  * @return OK
624
666
  */
625
- investorGET4(investorId: string, nameFilter: string | undefined, preIpoCompanyId: string | undefined, page: number | undefined, pageSize: number | undefined, sortOrder: SortOrder9 | undefined): Promise<PreIPOCompanyInvestmentApiResponse>;
667
+ investorGET4(investorId: string, nameFilter: string | undefined, page: number | undefined, pageSize: number | undefined, preIpoCompanyId: string | undefined, sortOrder: SortOrder9 | undefined): Promise<PreIPOCompanyInvestmentApiResponse>;
626
668
  protected processInvestorGET4(response: Response): Promise<PreIPOCompanyInvestmentApiResponse>;
627
669
  /**
628
670
  * Get a PreIPOCompanyNews by Id.
@@ -634,13 +676,15 @@ export declare class Client {
634
676
  /**
635
677
  * Get all PreIPOCompanyNews.
636
678
  * @param searchTerm (optional) Search term to filter results on based on 'Headline' field.
679
+ * @param page (optional) Number of the page to retrieve.
680
+ Defaults to 1 if not specified.
681
+ * @param pageSize (optional) Size of the page to retrieve.
682
+ Defaults to 25 if not specified.
637
683
  * @param preIPOCompanyId (optional) The PreIPOCompanyId to retrieve the news for.
638
- * @param page (optional) Which page number to return.
639
- * @param pageSize (optional) The maximum number of items to return in each page, defaults to 25.
640
684
  * @param sortOrder (optional)
641
685
  * @return OK
642
686
  */
643
- preIpoCompanyNews2(searchTerm: string | undefined, preIPOCompanyId: string | undefined, page: number | undefined, pageSize: number | undefined, sortOrder: SortOrder10 | undefined): Promise<PreIPOCompanyNewsApiResponse>;
687
+ preIpoCompanyNews2(searchTerm: string | undefined, page: number | undefined, pageSize: number | undefined, preIPOCompanyId: string | undefined, sortOrder: SortOrder10 | undefined): Promise<PreIPOCompanyNewsApiResponse>;
644
688
  protected processPreIpoCompanyNews2(response: Response): Promise<PreIPOCompanyNewsApiResponse>;
645
689
  /**
646
690
  * Get a PreIPOCompanyResearch by Id.
@@ -651,16 +695,18 @@ export declare class Client {
651
695
  protected processPreIpoCompanyResearch(response: Response): Promise<PreIPOCompanyResearch>;
652
696
  /**
653
697
  * Get all PreIPOCompanyResearch.
698
+ * @param page (optional) Number of the page to retrieve.
699
+ Defaults to 1 if not specified.
700
+ * @param pageSize (optional) Size of the page to retrieve.
701
+ Defaults to 25 if not specified.
654
702
  * @param searchTerm (optional) Search term to filter results on based on 'Title' field.
655
703
  * @param preIPOCompanyId (optional)
656
- * @param page (optional) Which page number to return.
657
- * @param pageSize (optional) The maximum number of items to return in each page, defaults to 25.
658
704
  * @param sortOrder (optional)
659
705
  * @param researchType (optional)
660
706
  * @param relation (optional)
661
707
  * @return OK
662
708
  */
663
- preIpoCompanyResearch2(searchTerm: string | undefined, preIPOCompanyId: string | undefined, page: number | undefined, pageSize: number | undefined, sortOrder: SortOrder11 | undefined, researchType: ResearchType | undefined, relation: Relation | undefined): Promise<PreIPOCompanyResearchApiResponse>;
709
+ preIpoCompanyResearch2(page: number | undefined, pageSize: number | undefined, searchTerm: string | undefined, preIPOCompanyId: string | undefined, sortOrder: SortOrder11 | undefined, researchType: ResearchType | undefined, relation: Relation | undefined): Promise<PreIPOCompanyResearchApiResponse>;
664
710
  protected processPreIpoCompanyResearch2(response: Response): Promise<PreIPOCompanyResearchApiResponse>;
665
711
  /**
666
712
  * Get a PreIPOCompanySPV by Id
@@ -678,8 +724,10 @@ export declare class Client {
678
724
  * @param nameFilter (optional) Optional param to filter returned spv's based on the company name.
679
725
  * @param preIPOCompanyId (optional) Optional param to only return spv's for the preIPOCompany.
680
726
  * @param preIPOCompanyInvestmentId (optional) Optional param to only return spv's for the preIPOCompanyInvestment.
681
- * @param page (optional) Which page number to return.
682
- * @param pageSize (optional) The maximum number of items to return in each page, defaults to 25.
727
+ * @param page (optional) Number of the page to retrieve.
728
+ Defaults to 1 if not specified.
729
+ * @param pageSize (optional) Size of the page to retrieve.
730
+ Defaults to 25 if not specified.
683
731
  * @param sortOrder (optional)
684
732
  * @param sortBy (optional)
685
733
  * @return OK
@@ -688,11 +736,13 @@ export declare class Client {
688
736
  protected processInvestorGET6(response: Response): Promise<PreIPOCompanySPVApiResponse>;
689
737
  /**
690
738
  * Gets all SPVs that have been approved.
691
- * @param pageNumber (optional) Page number for pagination.
692
- * @param pageSize (optional) Page size for pagination.
739
+ * @param page (optional) Number of the page to retrieve.
740
+ Defaults to 1 if not specified.
741
+ * @param pageSize (optional) Size of the page to retrieve.
742
+ Defaults to 25 if not specified.
693
743
  * @return Returns the list of approved SPVs.
694
744
  */
695
- spvs(pageNumber: number | undefined, pageSize: number | undefined): Promise<PreIPOCompanySPVApiResponse>;
745
+ spvs(page: number | undefined, pageSize: number | undefined): Promise<PreIPOCompanySPVApiResponse>;
696
746
  protected processSpvs(response: Response): Promise<PreIPOCompanySPVApiResponse>;
697
747
  /**
698
748
  * Checks if a specific SPV has been approved.
@@ -724,12 +774,14 @@ export declare class Client {
724
774
  protected processPreIpoCompanySpvPartnerApproval(response: Response): Promise<PreIPOCompanySPVPartnerApproval>;
725
775
  /**
726
776
  * Gets all approval records with optional filtering.
727
- * @param pageNumber (optional) Page number for pagination.
728
- * @param pageSize (optional) Page size for pagination.
777
+ * @param page (optional) Number of the page to retrieve.
778
+ Defaults to 1 if not specified.
779
+ * @param pageSize (optional) Size of the page to retrieve.
780
+ Defaults to 25 if not specified.
729
781
  * @param sortOrder (optional) Sort order for results.
730
782
  * @return Returns the list of approval records.
731
783
  */
732
- preIpoCompanySpvPartnerApproval2(pageNumber: number | undefined, pageSize: number | undefined, sortOrder: SortOrder13 | undefined): Promise<PreIPOCompanySPVPartnerApprovalApiResponse>;
784
+ preIpoCompanySpvPartnerApproval2(page: number | undefined, pageSize: number | undefined, sortOrder: SortOrder13 | undefined): Promise<PreIPOCompanySPVPartnerApprovalApiResponse>;
733
785
  protected processPreIpoCompanySpvPartnerApproval2(response: Response): Promise<PreIPOCompanySPVPartnerApprovalApiResponse>;
734
786
  /**
735
787
  * @param body (optional)
@@ -745,8 +797,10 @@ export declare class Client {
745
797
  protected processQuestionnairePUT(response: Response): Promise<Questionnaire>;
746
798
  /**
747
799
  * Get all Questionnaires
748
- * @param page (optional)
749
- * @param pageSize (optional)
800
+ * @param page (optional) Number of the page to retrieve.
801
+ Defaults to 1 if not specified.
802
+ * @param pageSize (optional) Size of the page to retrieve.
803
+ Defaults to 25 if not specified.
750
804
  * @param sortOrder (optional)
751
805
  * @return Returns the list of Questionnaires.
752
806
  */
@@ -775,8 +829,10 @@ export declare class Client {
775
829
  * Get all QuestionnaireAnswers.
776
830
  * @param investorId (optional) Optional filter by Investor ID.
777
831
  * @param questionnaireId (optional) Optional filter by Questionnaire ID.
778
- * @param page (optional)
779
- * @param pageSize (optional)
832
+ * @param page (optional) Number of the page to retrieve.
833
+ Defaults to 1 if not specified.
834
+ * @param pageSize (optional) Size of the page to retrieve.
835
+ Defaults to 25 if not specified.
780
836
  * @param sortOrder (optional)
781
837
  * @return Returns the list of Questionnaire.
782
838
  */
@@ -799,13 +855,15 @@ export declare class Client {
799
855
  protected processRegisteredFund(response: Response): Promise<RegisteredFund>;
800
856
  /**
801
857
  * Get all RegisteredFunds
858
+ * @param page (optional) Number of the page to retrieve.
859
+ Defaults to 1 if not specified.
860
+ * @param pageSize (optional) Size of the page to retrieve.
861
+ Defaults to 25 if not specified.
802
862
  * @param searchTerm (optional) Search term to filter results on based on 'Name' field
803
863
  * @param sortOrder (optional) Which way to sort order, defaults to Descending.
804
- * @param page (optional) Which page number to return.
805
- * @param pageSize (optional) The maximum number of items to return in each page, defaults to 25.
806
864
  * @return OK
807
865
  */
808
- registeredFund2(searchTerm: string | undefined, sortOrder: SortOrder16 | undefined, page: number | undefined, pageSize: number | undefined): Promise<RegisteredFundApiResponse>;
866
+ registeredFund2(page: number | undefined, pageSize: number | undefined, searchTerm: string | undefined, sortOrder: SortOrder16 | undefined): Promise<RegisteredFundApiResponse>;
809
867
  protected processRegisteredFund2(response: Response): Promise<RegisteredFundApiResponse>;
810
868
  /**
811
869
  * Creates a new registered fund subscription.
@@ -816,14 +874,16 @@ export declare class Client {
816
874
  protected processRegisteredFundSubscriptionPOST(response: Response): Promise<RegisteredFundSubscription>;
817
875
  /**
818
876
  * Gets all registered fund subscriptions with optional filtering.
877
+ * @param page (optional) Number of the page to retrieve.
878
+ Defaults to 1 if not specified.
879
+ * @param pageSize (optional) Size of the page to retrieve.
880
+ Defaults to 25 if not specified.
819
881
  * @param registeredFundId (optional) Optional registered fund ID to filter subscriptions.
820
882
  * @param investorId (optional) Optional investor ID to filter subscriptions.
821
- * @param pageNumber (optional) Page number for pagination (default: 1).
822
- * @param pageSize (optional) Page size for pagination (default: 25).
823
883
  * @param sortOrder (optional) Sort order for results (default: Descending).
824
884
  * @return OK
825
885
  */
826
- registeredFundSubscriptionGET(registeredFundId: string | undefined, investorId: string | undefined, pageNumber: number | undefined, pageSize: number | undefined, sortOrder: SortOrder17 | undefined): Promise<RegisteredFundSubscriptionApiResponse>;
886
+ registeredFundSubscriptionGET(page: number | undefined, pageSize: number | undefined, registeredFundId: string | undefined, investorId: string | undefined, sortOrder: SortOrder17 | undefined): Promise<RegisteredFundSubscriptionApiResponse>;
827
887
  protected processRegisteredFundSubscriptionGET(response: Response): Promise<RegisteredFundSubscriptionApiResponse>;
828
888
  /**
829
889
  * Gets a subscription by ID.
@@ -835,9 +895,10 @@ export declare class Client {
835
895
  /**
836
896
  * Generates a preview of the subscription document with filled data.
837
897
  * @param id The subscription ID.
898
+ * @param body (optional)
838
899
  * @return OK
839
900
  */
840
- preview(id: string): Promise<FileResponse>;
901
+ preview(id: string, body: any | undefined): Promise<FileResponse>;
841
902
  protected processPreview(response: Response): Promise<FileResponse>;
842
903
  /**
843
904
  * Signs the document as an investor.
@@ -881,9 +942,10 @@ export declare class Client {
881
942
  /**
882
943
  * Complete a RegisteredFundSubscriptionAction.
883
944
  * @param id The ID of the RegisteredFundSubscriptionAction to complete.
945
+ * @param body (optional)
884
946
  * @return No Content
885
947
  */
886
- complete2(id: string): Promise<void>;
948
+ complete2(id: string, body: any | undefined): Promise<void>;
887
949
  protected processComplete2(response: Response): Promise<void>;
888
950
  /**
889
951
  * Get the API version
@@ -900,8 +962,10 @@ export declare class Client {
900
962
  protected processWebhookPOST(response: Response): Promise<Webhook>;
901
963
  /**
902
964
  * Get all Webhooks
903
- * @param page (optional) Page number to return.
904
- * @param pageSize (optional) The number of items to return.
965
+ * @param page (optional) Number of the page to retrieve.
966
+ Defaults to 1 if not specified.
967
+ * @param pageSize (optional) Size of the page to retrieve.
968
+ Defaults to 25 if not specified.
905
969
  * @param sortOrder (optional) Order of which to sort the webhooks by. Default is Descending
906
970
  * @return Returns a list of Webhooks.
907
971
  */
@@ -933,14 +997,16 @@ export declare class Client {
933
997
  * @param id The Webhook's ID.
934
998
  * @param from Filters events so that only events from this datetime is returned.
935
999
  * @param to Filters events so that only events to this datetime is returned.
1000
+ * @param page (optional) Number of the page to retrieve.
1001
+ Defaults to 1 if not specified.
1002
+ * @param pageSize (optional) Size of the page to retrieve.
1003
+ Defaults to 25 if not specified.
936
1004
  * @param sortOrder (optional) Order of which to sort the events by. Default is Descending.
937
1005
  * @param eventType (optional) Optional filter by event type.
938
1006
  * @param deliveryStatus (optional) Optional filter by delivery status.
939
- * @param page (optional) The page number to return.
940
- * @param pageSize (optional)
941
1007
  * @return Returns a list of Webhook Events.
942
1008
  */
943
- events(id: string, from: Date, to: Date, sortOrder: SortOrder19 | undefined, eventType: EventType | undefined, deliveryStatus: DeliveryStatus | undefined, page: number | undefined, pageSize: number | undefined): Promise<WebhookEventApiResponse>;
1009
+ events(id: string, from: Date, to: Date, page: number | undefined, pageSize: number | undefined, sortOrder: SortOrder19 | undefined, eventType: EventType | undefined, deliveryStatus: DeliveryStatus | undefined): Promise<WebhookEventApiResponse>;
944
1010
  protected processEvents(response: Response): Promise<WebhookEventApiResponse>;
945
1011
  }
946
1012
  /** Represents the version information of the API */
@@ -4211,6 +4277,26 @@ export interface IPagination {
4211
4277
  totalPages?: number;
4212
4278
  currentPage?: number;
4213
4279
  }
4280
+ export declare class PaginationSize implements IPaginationSize {
4281
+ /** Number of the page to retrieve.
4282
+ Defaults to 1 if not specified. */
4283
+ page?: number;
4284
+ /** Size of the page to retrieve.
4285
+ Defaults to 25 if not specified. */
4286
+ pageSize?: number;
4287
+ constructor(data?: IPaginationSize);
4288
+ init(_data?: any): void;
4289
+ static fromJS(data: any): PaginationSize;
4290
+ toJSON(data?: any): any;
4291
+ }
4292
+ export interface IPaginationSize {
4293
+ /** Number of the page to retrieve.
4294
+ Defaults to 1 if not specified. */
4295
+ page?: number;
4296
+ /** Size of the page to retrieve.
4297
+ Defaults to 25 if not specified. */
4298
+ pageSize?: number;
4299
+ }
4214
4300
  export declare class ParameterInfo implements IParameterInfo {
4215
4301
  readonly attributes?: ParameterInfoAttributes;
4216
4302
  readonly member?: MemberInfo | undefined;