@infisale-client/api 1.1.15 → 1.1.17

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/api/api.d.ts CHANGED
@@ -734,10 +734,10 @@ export interface IBrandCollectionQueryParams {
734
734
  'page'?: number;
735
735
  /**
736
736
  *
737
- * @type {PaginationLimitEnum}
737
+ * @type {number}
738
738
  * @memberof IBrandCollectionQueryParams
739
739
  */
740
- 'itemsPerPage'?: PaginationLimitEnum;
740
+ 'itemsPerPage'?: number;
741
741
  /**
742
742
  *
743
743
  * @type {string}
@@ -1020,10 +1020,10 @@ export interface ICategoryCollectionQueryParams {
1020
1020
  'page'?: number;
1021
1021
  /**
1022
1022
  *
1023
- * @type {PaginationLimitEnum}
1023
+ * @type {number}
1024
1024
  * @memberof ICategoryCollectionQueryParams
1025
1025
  */
1026
- 'itemsPerPage'?: PaginationLimitEnum;
1026
+ 'itemsPerPage'?: number;
1027
1027
  /**
1028
1028
  *
1029
1029
  * @type {string}
@@ -1381,10 +1381,10 @@ export interface ICollectionCollectionsQueryParams {
1381
1381
  'page'?: number;
1382
1382
  /**
1383
1383
  *
1384
- * @type {PaginationLimitEnum}
1384
+ * @type {number}
1385
1385
  * @memberof ICollectionCollectionsQueryParams
1386
1386
  */
1387
- 'itemsPerPage'?: PaginationLimitEnum;
1387
+ 'itemsPerPage'?: number;
1388
1388
  /**
1389
1389
  *
1390
1390
  * @type {string}
@@ -1872,20 +1872,6 @@ export interface ICompanyAdminResponse {
1872
1872
  * @memberof ICompanyAdminResponse
1873
1873
  */
1874
1874
  'email'?: string;
1875
- /**
1876
- *
1877
- * @type {{ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue; }}
1878
- * @memberof ICompanyAdminResponse
1879
- */
1880
- 'roles': {
1881
- [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue;
1882
- };
1883
- /**
1884
- *
1885
- * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>}
1886
- * @memberof ICompanyAdminResponse
1887
- */
1888
- 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>;
1889
1875
  /**
1890
1876
  *
1891
1877
  * @type {LanguageEnum}
@@ -2058,12 +2044,6 @@ export interface ICompanyAdminResponse {
2058
2044
  * @memberof ICompanyAdminResponse
2059
2045
  */
2060
2046
  'main'?: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles;
2061
- /**
2062
- *
2063
- * @type {Array<ICompanyAdminResponseUsersInner>}
2064
- * @memberof ICompanyAdminResponse
2065
- */
2066
- 'users': Array<ICompanyAdminResponseUsersInner>;
2067
2047
  /**
2068
2048
  *
2069
2049
  * @type {ICompanyResponseConfig}
@@ -2076,6 +2056,20 @@ export interface ICompanyAdminResponse {
2076
2056
  * @memberof ICompanyAdminResponse
2077
2057
  */
2078
2058
  'currency_rates': RecordCurrencyEnumNumber;
2059
+ /**
2060
+ *
2061
+ * @type {Array<ICompanyAdminResponseUsersInner>}
2062
+ * @memberof ICompanyAdminResponse
2063
+ */
2064
+ 'users': Array<ICompanyAdminResponseUsersInner>;
2065
+ /**
2066
+ *
2067
+ * @type {{ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue; }}
2068
+ * @memberof ICompanyAdminResponse
2069
+ */
2070
+ 'roles': {
2071
+ [key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue;
2072
+ };
2079
2073
  }
2080
2074
  /**
2081
2075
  *
@@ -2116,10 +2110,10 @@ export interface ICompanyCollectionQueryParams {
2116
2110
  'page'?: number;
2117
2111
  /**
2118
2112
  *
2119
- * @type {PaginationLimitEnum}
2113
+ * @type {number}
2120
2114
  * @memberof ICompanyCollectionQueryParams
2121
2115
  */
2122
- 'itemsPerPage'?: PaginationLimitEnum;
2116
+ 'itemsPerPage'?: number;
2123
2117
  /**
2124
2118
  *
2125
2119
  * @type {string}
@@ -2818,12 +2812,6 @@ export interface ICompanyResponse {
2818
2812
  * @memberof ICompanyResponse
2819
2813
  */
2820
2814
  'email'?: string;
2821
- /**
2822
- *
2823
- * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>}
2824
- * @memberof ICompanyResponse
2825
- */
2826
- 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>;
2827
2815
  /**
2828
2816
  *
2829
2817
  * @type {LanguageEnum}
@@ -3421,10 +3409,10 @@ export interface ICompanyUsersCollectionQueryParams {
3421
3409
  'page'?: number;
3422
3410
  /**
3423
3411
  *
3424
- * @type {PaginationLimitEnum}
3412
+ * @type {number}
3425
3413
  * @memberof ICompanyUsersCollectionQueryParams
3426
3414
  */
3427
- 'itemsPerPage'?: PaginationLimitEnum;
3415
+ 'itemsPerPage'?: number;
3428
3416
  /**
3429
3417
  *
3430
3418
  * @type {string}
@@ -3699,10 +3687,10 @@ export interface IFileCollectionQueryParams {
3699
3687
  'page'?: number;
3700
3688
  /**
3701
3689
  *
3702
- * @type {PaginationLimitEnum}
3690
+ * @type {number}
3703
3691
  * @memberof IFileCollectionQueryParams
3704
3692
  */
3705
- 'itemsPerPage'?: PaginationLimitEnum;
3693
+ 'itemsPerPage'?: number;
3706
3694
  /**
3707
3695
  *
3708
3696
  * @type {string}
@@ -4070,10 +4058,10 @@ export interface INotificationCollectionQueryParams {
4070
4058
  'page'?: number;
4071
4059
  /**
4072
4060
  *
4073
- * @type {PaginationLimitEnum}
4061
+ * @type {number}
4074
4062
  * @memberof INotificationCollectionQueryParams
4075
4063
  */
4076
- 'itemsPerPage'?: PaginationLimitEnum;
4064
+ 'itemsPerPage'?: number;
4077
4065
  /**
4078
4066
  *
4079
4067
  * @type {string}
@@ -4259,10 +4247,10 @@ export interface IOperationCollectionQueryParams {
4259
4247
  'page'?: number;
4260
4248
  /**
4261
4249
  *
4262
- * @type {PaginationLimitEnum}
4250
+ * @type {number}
4263
4251
  * @memberof IOperationCollectionQueryParams
4264
4252
  */
4265
- 'itemsPerPage'?: PaginationLimitEnum;
4253
+ 'itemsPerPage'?: number;
4266
4254
  /**
4267
4255
  *
4268
4256
  * @type {string}
@@ -4552,10 +4540,10 @@ export interface IPageCollectionQueryParams {
4552
4540
  'page'?: number;
4553
4541
  /**
4554
4542
  *
4555
- * @type {PaginationLimitEnum}
4543
+ * @type {number}
4556
4544
  * @memberof IPageCollectionQueryParams
4557
4545
  */
4558
- 'itemsPerPage'?: PaginationLimitEnum;
4546
+ 'itemsPerPage'?: number;
4559
4547
  /**
4560
4548
  *
4561
4549
  * @type {string}
@@ -4797,10 +4785,10 @@ export interface IPlanCollectionQueryParams {
4797
4785
  'page'?: number;
4798
4786
  /**
4799
4787
  *
4800
- * @type {PaginationLimitEnum}
4788
+ * @type {number}
4801
4789
  * @memberof IPlanCollectionQueryParams
4802
4790
  */
4803
- 'itemsPerPage'?: PaginationLimitEnum;
4791
+ 'itemsPerPage'?: number;
4804
4792
  /**
4805
4793
  *
4806
4794
  * @type {string}
@@ -5104,10 +5092,10 @@ export interface IProductCollectionQueryParams {
5104
5092
  'page'?: number;
5105
5093
  /**
5106
5094
  *
5107
- * @type {PaginationLimitEnum}
5095
+ * @type {number}
5108
5096
  * @memberof IProductCollectionQueryParams
5109
5097
  */
5110
- 'itemsPerPage'?: PaginationLimitEnum;
5098
+ 'itemsPerPage'?: number;
5111
5099
  /**
5112
5100
  *
5113
5101
  * @type {string}
@@ -6304,10 +6292,10 @@ export interface IUserCollectionQueryParams {
6304
6292
  'page'?: number;
6305
6293
  /**
6306
6294
  *
6307
- * @type {PaginationLimitEnum}
6295
+ * @type {number}
6308
6296
  * @memberof IUserCollectionQueryParams
6309
6297
  */
6310
- 'itemsPerPage'?: PaginationLimitEnum;
6298
+ 'itemsPerPage'?: number;
6311
6299
  /**
6312
6300
  *
6313
6301
  * @type {string}
@@ -6676,22 +6664,6 @@ export declare const PageTypeEnum: {
6676
6664
  readonly NOT_FOUND: "not-found";
6677
6665
  };
6678
6666
  export type PageTypeEnum = typeof PageTypeEnum[keyof typeof PageTypeEnum];
6679
- /**
6680
- *
6681
- * @export
6682
- * @enum {string}
6683
- */
6684
- export declare const PaginationLimitEnum: {
6685
- readonly NUMBER_10: 10;
6686
- readonly NUMBER_20: 20;
6687
- readonly NUMBER_30: 30;
6688
- readonly NUMBER_40: 40;
6689
- readonly NUMBER_50: 50;
6690
- readonly NUMBER_100: 100;
6691
- readonly NUMBER_200: 200;
6692
- readonly NUMBER_500: 500;
6693
- };
6694
- export type PaginationLimitEnum = typeof PaginationLimitEnum[keyof typeof PaginationLimitEnum];
6695
6667
  /**
6696
6668
  * From T, pick a set of properties whose keys are in the union K
6697
6669
  * @export
@@ -8165,7 +8137,7 @@ export declare const BrandApiAxiosParamCreator: (configuration?: Configuration)
8165
8137
  *
8166
8138
  * @param {string} company
8167
8139
  * @param {number} [page]
8168
- * @param {PaginationLimitEnum} [itemsPerPage]
8140
+ * @param {number} [itemsPerPage]
8169
8141
  * @param {string} [search]
8170
8142
  * @param {string} [startDate]
8171
8143
  * @param {string} [endDate]
@@ -8176,7 +8148,7 @@ export declare const BrandApiAxiosParamCreator: (configuration?: Configuration)
8176
8148
  * @param {*} [options] Override http request option.
8177
8149
  * @throws {RequiredError}
8178
8150
  */
8179
- getBrands: (company: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8151
+ getBrands: (company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8180
8152
  /**
8181
8153
  *
8182
8154
  * @param {string} id
@@ -8223,7 +8195,7 @@ export declare const BrandApiFp: (configuration?: Configuration) => {
8223
8195
  *
8224
8196
  * @param {string} company
8225
8197
  * @param {number} [page]
8226
- * @param {PaginationLimitEnum} [itemsPerPage]
8198
+ * @param {number} [itemsPerPage]
8227
8199
  * @param {string} [search]
8228
8200
  * @param {string} [startDate]
8229
8201
  * @param {string} [endDate]
@@ -8234,7 +8206,7 @@ export declare const BrandApiFp: (configuration?: Configuration) => {
8234
8206
  * @param {*} [options] Override http request option.
8235
8207
  * @throws {RequiredError}
8236
8208
  */
8237
- getBrands(company: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IBrandsResponse>>;
8209
+ getBrands(company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IBrandsResponse>>;
8238
8210
  /**
8239
8211
  *
8240
8212
  * @param {string} id
@@ -8364,10 +8336,10 @@ export interface BrandApiGetBrandsRequest {
8364
8336
  readonly page?: number;
8365
8337
  /**
8366
8338
  *
8367
- * @type {PaginationLimitEnum}
8339
+ * @type {number}
8368
8340
  * @memberof BrandApiGetBrands
8369
8341
  */
8370
- readonly itemsPerPage?: PaginationLimitEnum;
8342
+ readonly itemsPerPage?: number;
8371
8343
  /**
8372
8344
  *
8373
8345
  * @type {string}
@@ -8516,7 +8488,7 @@ export declare const CategoryApiAxiosParamCreator: (configuration?: Configuratio
8516
8488
  *
8517
8489
  * @param {string} company
8518
8490
  * @param {number} [page]
8519
- * @param {PaginationLimitEnum} [itemsPerPage]
8491
+ * @param {number} [itemsPerPage]
8520
8492
  * @param {string} [search]
8521
8493
  * @param {string} [startDate]
8522
8494
  * @param {string} [endDate]
@@ -8527,7 +8499,7 @@ export declare const CategoryApiAxiosParamCreator: (configuration?: Configuratio
8527
8499
  * @param {*} [options] Override http request option.
8528
8500
  * @throws {RequiredError}
8529
8501
  */
8530
- getCategories: (company: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8502
+ getCategories: (company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8531
8503
  /**
8532
8504
  *
8533
8505
  * @param {string} company
@@ -8581,7 +8553,7 @@ export declare const CategoryApiFp: (configuration?: Configuration) => {
8581
8553
  *
8582
8554
  * @param {string} company
8583
8555
  * @param {number} [page]
8584
- * @param {PaginationLimitEnum} [itemsPerPage]
8556
+ * @param {number} [itemsPerPage]
8585
8557
  * @param {string} [search]
8586
8558
  * @param {string} [startDate]
8587
8559
  * @param {string} [endDate]
@@ -8592,7 +8564,7 @@ export declare const CategoryApiFp: (configuration?: Configuration) => {
8592
8564
  * @param {*} [options] Override http request option.
8593
8565
  * @throws {RequiredError}
8594
8566
  */
8595
- getCategories(company: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICategoriesResponse>>;
8567
+ getCategories(company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICategoriesResponse>>;
8596
8568
  /**
8597
8569
  *
8598
8570
  * @param {string} company
@@ -8730,10 +8702,10 @@ export interface CategoryApiGetCategoriesRequest {
8730
8702
  readonly page?: number;
8731
8703
  /**
8732
8704
  *
8733
- * @type {PaginationLimitEnum}
8705
+ * @type {number}
8734
8706
  * @memberof CategoryApiGetCategories
8735
8707
  */
8736
- readonly itemsPerPage?: PaginationLimitEnum;
8708
+ readonly itemsPerPage?: number;
8737
8709
  /**
8738
8710
  *
8739
8711
  * @type {string}
@@ -8931,7 +8903,7 @@ export declare const CollectionApiAxiosParamCreator: (configuration?: Configurat
8931
8903
  *
8932
8904
  * @param {string} company
8933
8905
  * @param {number} [page]
8934
- * @param {PaginationLimitEnum} [itemsPerPage]
8906
+ * @param {number} [itemsPerPage]
8935
8907
  * @param {string} [search]
8936
8908
  * @param {string} [startDate]
8937
8909
  * @param {string} [endDate]
@@ -8942,7 +8914,7 @@ export declare const CollectionApiAxiosParamCreator: (configuration?: Configurat
8942
8914
  * @param {*} [options] Override http request option.
8943
8915
  * @throws {RequiredError}
8944
8916
  */
8945
- getCollections: (company: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8917
+ getCollections: (company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8946
8918
  /**
8947
8919
  *
8948
8920
  * @param {string} company
@@ -9004,7 +8976,7 @@ export declare const CollectionApiFp: (configuration?: Configuration) => {
9004
8976
  *
9005
8977
  * @param {string} company
9006
8978
  * @param {number} [page]
9007
- * @param {PaginationLimitEnum} [itemsPerPage]
8979
+ * @param {number} [itemsPerPage]
9008
8980
  * @param {string} [search]
9009
8981
  * @param {string} [startDate]
9010
8982
  * @param {string} [endDate]
@@ -9015,7 +8987,7 @@ export declare const CollectionApiFp: (configuration?: Configuration) => {
9015
8987
  * @param {*} [options] Override http request option.
9016
8988
  * @throws {RequiredError}
9017
8989
  */
9018
- getCollections(company: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICollectionsResponse>>;
8990
+ getCollections(company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICollectionsResponse>>;
9019
8991
  /**
9020
8992
  *
9021
8993
  * @param {string} company
@@ -9185,10 +9157,10 @@ export interface CollectionApiGetCollectionsRequest {
9185
9157
  readonly page?: number;
9186
9158
  /**
9187
9159
  *
9188
- * @type {PaginationLimitEnum}
9160
+ * @type {number}
9189
9161
  * @memberof CollectionApiGetCollections
9190
9162
  */
9191
- readonly itemsPerPage?: PaginationLimitEnum;
9163
+ readonly itemsPerPage?: number;
9192
9164
  /**
9193
9165
  *
9194
9166
  * @type {string}
@@ -9397,7 +9369,7 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
9397
9369
  /**
9398
9370
  *
9399
9371
  * @param {number} [page]
9400
- * @param {PaginationLimitEnum} [itemsPerPage]
9372
+ * @param {number} [itemsPerPage]
9401
9373
  * @param {string} [search]
9402
9374
  * @param {string} [startDate]
9403
9375
  * @param {string} [endDate]
@@ -9411,7 +9383,7 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
9411
9383
  * @param {*} [options] Override http request option.
9412
9384
  * @throws {RequiredError}
9413
9385
  */
9414
- getCompanies: (page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, owner?: string, type?: string, plan?: PlanTypeEnum, status?: CompanyStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9386
+ getCompanies: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, owner?: string, type?: string, plan?: PlanTypeEnum, status?: CompanyStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9415
9387
  /**
9416
9388
  *
9417
9389
  * @param {string} domain
@@ -9430,7 +9402,7 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
9430
9402
  *
9431
9403
  * @param {string} id
9432
9404
  * @param {number} [page]
9433
- * @param {PaginationLimitEnum} [itemsPerPage]
9405
+ * @param {number} [itemsPerPage]
9434
9406
  * @param {string} [search]
9435
9407
  * @param {string} [startDate]
9436
9408
  * @param {string} [endDate]
@@ -9441,7 +9413,7 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
9441
9413
  * @param {*} [options] Override http request option.
9442
9414
  * @throws {RequiredError}
9443
9415
  */
9444
- getCompanyCustomers: (id: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: CompanyUserStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9416
+ getCompanyCustomers: (id: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: CompanyUserStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9445
9417
  /**
9446
9418
  *
9447
9419
  * @param {string} id
@@ -9576,7 +9548,7 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
9576
9548
  /**
9577
9549
  *
9578
9550
  * @param {number} [page]
9579
- * @param {PaginationLimitEnum} [itemsPerPage]
9551
+ * @param {number} [itemsPerPage]
9580
9552
  * @param {string} [search]
9581
9553
  * @param {string} [startDate]
9582
9554
  * @param {string} [endDate]
@@ -9590,7 +9562,7 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
9590
9562
  * @param {*} [options] Override http request option.
9591
9563
  * @throws {RequiredError}
9592
9564
  */
9593
- getCompanies(page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, owner?: string, type?: string, plan?: PlanTypeEnum, status?: CompanyStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICompaniesResponse>>;
9565
+ getCompanies(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, owner?: string, type?: string, plan?: PlanTypeEnum, status?: CompanyStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICompaniesResponse>>;
9594
9566
  /**
9595
9567
  *
9596
9568
  * @param {string} domain
@@ -9609,7 +9581,7 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
9609
9581
  *
9610
9582
  * @param {string} id
9611
9583
  * @param {number} [page]
9612
- * @param {PaginationLimitEnum} [itemsPerPage]
9584
+ * @param {number} [itemsPerPage]
9613
9585
  * @param {string} [search]
9614
9586
  * @param {string} [startDate]
9615
9587
  * @param {string} [endDate]
@@ -9620,7 +9592,7 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
9620
9592
  * @param {*} [options] Override http request option.
9621
9593
  * @throws {RequiredError}
9622
9594
  */
9623
- getCompanyCustomers(id: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: CompanyUserStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IUsersResponse>>;
9595
+ getCompanyCustomers(id: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: CompanyUserStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IUsersResponse>>;
9624
9596
  /**
9625
9597
  *
9626
9598
  * @param {string} id
@@ -9969,10 +9941,10 @@ export interface CompanyApiGetCompaniesRequest {
9969
9941
  readonly page?: number;
9970
9942
  /**
9971
9943
  *
9972
- * @type {PaginationLimitEnum}
9944
+ * @type {number}
9973
9945
  * @memberof CompanyApiGetCompanies
9974
9946
  */
9975
- readonly itemsPerPage?: PaginationLimitEnum;
9947
+ readonly itemsPerPage?: number;
9976
9948
  /**
9977
9949
  *
9978
9950
  * @type {string}
@@ -10080,10 +10052,10 @@ export interface CompanyApiGetCompanyCustomersRequest {
10080
10052
  readonly page?: number;
10081
10053
  /**
10082
10054
  *
10083
- * @type {PaginationLimitEnum}
10055
+ * @type {number}
10084
10056
  * @memberof CompanyApiGetCompanyCustomers
10085
10057
  */
10086
- readonly itemsPerPage?: PaginationLimitEnum;
10058
+ readonly itemsPerPage?: number;
10087
10059
  /**
10088
10060
  *
10089
10061
  * @type {string}
@@ -10489,7 +10461,7 @@ export declare const FileApiAxiosParamCreator: (configuration?: Configuration) =
10489
10461
  *
10490
10462
  * @param {string} company
10491
10463
  * @param {number} [page]
10492
- * @param {PaginationLimitEnum} [itemsPerPage]
10464
+ * @param {number} [itemsPerPage]
10493
10465
  * @param {string} [search]
10494
10466
  * @param {string} [startDate]
10495
10467
  * @param {string} [endDate]
@@ -10502,7 +10474,7 @@ export declare const FileApiAxiosParamCreator: (configuration?: Configuration) =
10502
10474
  * @param {*} [options] Override http request option.
10503
10475
  * @throws {RequiredError}
10504
10476
  */
10505
- getFiles: (company: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, keywords?: Array<FileKeywordEnum>, type?: FileTypeEnum, status?: FileStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10477
+ getFiles: (company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, keywords?: Array<FileKeywordEnum>, type?: FileTypeEnum, status?: FileStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10506
10478
  /**
10507
10479
  *
10508
10480
  * @param {string} id
@@ -10544,7 +10516,7 @@ export declare const FileApiFp: (configuration?: Configuration) => {
10544
10516
  *
10545
10517
  * @param {string} company
10546
10518
  * @param {number} [page]
10547
- * @param {PaginationLimitEnum} [itemsPerPage]
10519
+ * @param {number} [itemsPerPage]
10548
10520
  * @param {string} [search]
10549
10521
  * @param {string} [startDate]
10550
10522
  * @param {string} [endDate]
@@ -10557,7 +10529,7 @@ export declare const FileApiFp: (configuration?: Configuration) => {
10557
10529
  * @param {*} [options] Override http request option.
10558
10530
  * @throws {RequiredError}
10559
10531
  */
10560
- getFiles(company: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, keywords?: Array<FileKeywordEnum>, type?: FileTypeEnum, status?: FileStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IFilesResponse>>;
10532
+ getFiles(company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, keywords?: Array<FileKeywordEnum>, type?: FileTypeEnum, status?: FileStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IFilesResponse>>;
10561
10533
  /**
10562
10534
  *
10563
10535
  * @param {string} id
@@ -10663,10 +10635,10 @@ export interface FileApiGetFilesRequest {
10663
10635
  readonly page?: number;
10664
10636
  /**
10665
10637
  *
10666
- * @type {PaginationLimitEnum}
10638
+ * @type {number}
10667
10639
  * @memberof FileApiGetFiles
10668
10640
  */
10669
- readonly itemsPerPage?: PaginationLimitEnum;
10641
+ readonly itemsPerPage?: number;
10670
10642
  /**
10671
10643
  *
10672
10644
  * @type {string}
@@ -10836,7 +10808,7 @@ export declare const NotificationApiAxiosParamCreator: (configuration?: Configur
10836
10808
  /**
10837
10809
  *
10838
10810
  * @param {number} [page]
10839
- * @param {PaginationLimitEnum} [itemsPerPage]
10811
+ * @param {number} [itemsPerPage]
10840
10812
  * @param {string} [search]
10841
10813
  * @param {string} [startDate]
10842
10814
  * @param {string} [endDate]
@@ -10849,7 +10821,7 @@ export declare const NotificationApiAxiosParamCreator: (configuration?: Configur
10849
10821
  * @param {*} [options] Override http request option.
10850
10822
  * @throws {RequiredError}
10851
10823
  */
10852
- getNotifications: (page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, user?: string, company?: string, status?: NotificationStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10824
+ getNotifications: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, user?: string, company?: string, status?: NotificationStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10853
10825
  /**
10854
10826
  *
10855
10827
  * @param {*} [options] Override http request option.
@@ -10886,7 +10858,7 @@ export declare const NotificationApiFp: (configuration?: Configuration) => {
10886
10858
  /**
10887
10859
  *
10888
10860
  * @param {number} [page]
10889
- * @param {PaginationLimitEnum} [itemsPerPage]
10861
+ * @param {number} [itemsPerPage]
10890
10862
  * @param {string} [search]
10891
10863
  * @param {string} [startDate]
10892
10864
  * @param {string} [endDate]
@@ -10899,7 +10871,7 @@ export declare const NotificationApiFp: (configuration?: Configuration) => {
10899
10871
  * @param {*} [options] Override http request option.
10900
10872
  * @throws {RequiredError}
10901
10873
  */
10902
- getNotifications(page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, user?: string, company?: string, status?: NotificationStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<INotificationsResponse>>;
10874
+ getNotifications(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, user?: string, company?: string, status?: NotificationStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<INotificationsResponse>>;
10903
10875
  /**
10904
10876
  *
10905
10877
  * @param {*} [options] Override http request option.
@@ -10994,10 +10966,10 @@ export interface NotificationApiGetNotificationsRequest {
10994
10966
  readonly page?: number;
10995
10967
  /**
10996
10968
  *
10997
- * @type {PaginationLimitEnum}
10969
+ * @type {number}
10998
10970
  * @memberof NotificationApiGetNotifications
10999
10971
  */
11000
- readonly itemsPerPage?: PaginationLimitEnum;
10972
+ readonly itemsPerPage?: number;
11001
10973
  /**
11002
10974
  *
11003
10975
  * @type {string}
@@ -11142,7 +11114,7 @@ export declare const OperationApiAxiosParamCreator: (configuration?: Configurati
11142
11114
  /**
11143
11115
  *
11144
11116
  * @param {number} [page]
11145
- * @param {PaginationLimitEnum} [itemsPerPage]
11117
+ * @param {number} [itemsPerPage]
11146
11118
  * @param {string} [search]
11147
11119
  * @param {string} [startDate]
11148
11120
  * @param {string} [endDate]
@@ -11155,7 +11127,7 @@ export declare const OperationApiAxiosParamCreator: (configuration?: Configurati
11155
11127
  * @param {*} [options] Override http request option.
11156
11128
  * @throws {RequiredError}
11157
11129
  */
11158
- getOperations: (page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, user?: string, company?: string, status?: OperationStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11130
+ getOperations: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, user?: string, company?: string, status?: OperationStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11159
11131
  /**
11160
11132
  *
11161
11133
  * @param {string} id
@@ -11201,7 +11173,7 @@ export declare const OperationApiFp: (configuration?: Configuration) => {
11201
11173
  /**
11202
11174
  *
11203
11175
  * @param {number} [page]
11204
- * @param {PaginationLimitEnum} [itemsPerPage]
11176
+ * @param {number} [itemsPerPage]
11205
11177
  * @param {string} [search]
11206
11178
  * @param {string} [startDate]
11207
11179
  * @param {string} [endDate]
@@ -11214,7 +11186,7 @@ export declare const OperationApiFp: (configuration?: Configuration) => {
11214
11186
  * @param {*} [options] Override http request option.
11215
11187
  * @throws {RequiredError}
11216
11188
  */
11217
- getOperations(page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, user?: string, company?: string, status?: OperationStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IOperationsResponse>>;
11189
+ getOperations(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, user?: string, company?: string, status?: OperationStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IOperationsResponse>>;
11218
11190
  /**
11219
11191
  *
11220
11192
  * @param {string} id
@@ -11332,10 +11304,10 @@ export interface OperationApiGetOperationsRequest {
11332
11304
  readonly page?: number;
11333
11305
  /**
11334
11306
  *
11335
- * @type {PaginationLimitEnum}
11307
+ * @type {number}
11336
11308
  * @memberof OperationApiGetOperations
11337
11309
  */
11338
- readonly itemsPerPage?: PaginationLimitEnum;
11310
+ readonly itemsPerPage?: number;
11339
11311
  /**
11340
11312
  *
11341
11313
  * @type {string}
@@ -11527,7 +11499,7 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
11527
11499
  *
11528
11500
  * @param {string} company
11529
11501
  * @param {number} [page]
11530
- * @param {PaginationLimitEnum} [itemsPerPage]
11502
+ * @param {number} [itemsPerPage]
11531
11503
  * @param {string} [search]
11532
11504
  * @param {string} [startDate]
11533
11505
  * @param {string} [endDate]
@@ -11540,7 +11512,7 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
11540
11512
  * @param {*} [options] Override http request option.
11541
11513
  * @throws {RequiredError}
11542
11514
  */
11543
- getPages: (company: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11515
+ getPages: (company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11544
11516
  /**
11545
11517
  *
11546
11518
  * @param {string} company
@@ -11605,7 +11577,7 @@ export declare const PageApiFp: (configuration?: Configuration) => {
11605
11577
  *
11606
11578
  * @param {string} company
11607
11579
  * @param {number} [page]
11608
- * @param {PaginationLimitEnum} [itemsPerPage]
11580
+ * @param {number} [itemsPerPage]
11609
11581
  * @param {string} [search]
11610
11582
  * @param {string} [startDate]
11611
11583
  * @param {string} [endDate]
@@ -11618,7 +11590,7 @@ export declare const PageApiFp: (configuration?: Configuration) => {
11618
11590
  * @param {*} [options] Override http request option.
11619
11591
  * @throws {RequiredError}
11620
11592
  */
11621
- getPages(company: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
11593
+ getPages(company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, domain?: string, type?: PageTypeEnum, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
11622
11594
  /**
11623
11595
  *
11624
11596
  * @param {string} company
@@ -11806,10 +11778,10 @@ export interface PageApiGetPagesRequest {
11806
11778
  readonly page?: number;
11807
11779
  /**
11808
11780
  *
11809
- * @type {PaginationLimitEnum}
11781
+ * @type {number}
11810
11782
  * @memberof PageApiGetPages
11811
11783
  */
11812
- readonly itemsPerPage?: PaginationLimitEnum;
11784
+ readonly itemsPerPage?: number;
11813
11785
  /**
11814
11786
  *
11815
11787
  * @type {string}
@@ -11998,7 +11970,7 @@ export declare const PlanApiAxiosParamCreator: (configuration?: Configuration) =
11998
11970
  /**
11999
11971
  *
12000
11972
  * @param {number} [page]
12001
- * @param {PaginationLimitEnum} [itemsPerPage]
11973
+ * @param {number} [itemsPerPage]
12002
11974
  * @param {string} [search]
12003
11975
  * @param {string} [startDate]
12004
11976
  * @param {string} [endDate]
@@ -12010,7 +11982,7 @@ export declare const PlanApiAxiosParamCreator: (configuration?: Configuration) =
12010
11982
  * @param {*} [options] Override http request option.
12011
11983
  * @throws {RequiredError}
12012
11984
  */
12013
- getPlans: (page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: PlanStatusEnum, type?: PlanTypeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11985
+ getPlans: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: PlanStatusEnum, type?: PlanTypeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12014
11986
  /**
12015
11987
  *
12016
11988
  * @param {string} id
@@ -12049,7 +12021,7 @@ export declare const PlanApiFp: (configuration?: Configuration) => {
12049
12021
  /**
12050
12022
  *
12051
12023
  * @param {number} [page]
12052
- * @param {PaginationLimitEnum} [itemsPerPage]
12024
+ * @param {number} [itemsPerPage]
12053
12025
  * @param {string} [search]
12054
12026
  * @param {string} [startDate]
12055
12027
  * @param {string} [endDate]
@@ -12061,7 +12033,7 @@ export declare const PlanApiFp: (configuration?: Configuration) => {
12061
12033
  * @param {*} [options] Override http request option.
12062
12034
  * @throws {RequiredError}
12063
12035
  */
12064
- getPlans(page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: PlanStatusEnum, type?: PlanTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPlansResponse>>;
12036
+ getPlans(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: PlanStatusEnum, type?: PlanTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPlansResponse>>;
12065
12037
  /**
12066
12038
  *
12067
12039
  * @param {string} id
@@ -12165,10 +12137,10 @@ export interface PlanApiGetPlansRequest {
12165
12137
  readonly page?: number;
12166
12138
  /**
12167
12139
  *
12168
- * @type {PaginationLimitEnum}
12140
+ * @type {number}
12169
12141
  * @memberof PlanApiGetPlans
12170
12142
  */
12171
- readonly itemsPerPage?: PaginationLimitEnum;
12143
+ readonly itemsPerPage?: number;
12172
12144
  /**
12173
12145
  *
12174
12146
  * @type {string}
@@ -12339,7 +12311,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
12339
12311
  *
12340
12312
  * @param {string} company
12341
12313
  * @param {number} [page]
12342
- * @param {PaginationLimitEnum} [itemsPerPage]
12314
+ * @param {number} [itemsPerPage]
12343
12315
  * @param {string} [search]
12344
12316
  * @param {string} [startDate]
12345
12317
  * @param {string} [endDate]
@@ -12353,7 +12325,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
12353
12325
  * @param {*} [options] Override http request option.
12354
12326
  * @throws {RequiredError}
12355
12327
  */
12356
- getProducts: (company: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12328
+ getProducts: (company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12357
12329
  /**
12358
12330
  *
12359
12331
  * @param {string} company
@@ -12425,7 +12397,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
12425
12397
  *
12426
12398
  * @param {string} company
12427
12399
  * @param {number} [page]
12428
- * @param {PaginationLimitEnum} [itemsPerPage]
12400
+ * @param {number} [itemsPerPage]
12429
12401
  * @param {string} [search]
12430
12402
  * @param {string} [startDate]
12431
12403
  * @param {string} [endDate]
@@ -12439,7 +12411,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
12439
12411
  * @param {*} [options] Override http request option.
12440
12412
  * @throws {RequiredError}
12441
12413
  */
12442
- getProducts(company: string, page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductsResponse>>;
12414
+ getProducts(company: string, page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, collections?: string, category?: string, brand?: string, status?: ContentStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IProductsResponse>>;
12443
12415
  /**
12444
12416
  *
12445
12417
  * @param {string} company
@@ -12642,10 +12614,10 @@ export interface ProductApiGetProductsRequest {
12642
12614
  readonly page?: number;
12643
12615
  /**
12644
12616
  *
12645
- * @type {PaginationLimitEnum}
12617
+ * @type {number}
12646
12618
  * @memberof ProductApiGetProducts
12647
12619
  */
12648
- readonly itemsPerPage?: PaginationLimitEnum;
12620
+ readonly itemsPerPage?: number;
12649
12621
  /**
12650
12622
  *
12651
12623
  * @type {string}
@@ -13367,7 +13339,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
13367
13339
  /**
13368
13340
  *
13369
13341
  * @param {number} [page]
13370
- * @param {PaginationLimitEnum} [itemsPerPage]
13342
+ * @param {number} [itemsPerPage]
13371
13343
  * @param {string} [search]
13372
13344
  * @param {string} [startDate]
13373
13345
  * @param {string} [endDate]
@@ -13378,7 +13350,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
13378
13350
  * @param {*} [options] Override http request option.
13379
13351
  * @throws {RequiredError}
13380
13352
  */
13381
- getUsers: (page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: UserStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13353
+ getUsers: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: UserStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13382
13354
  /**
13383
13355
  *
13384
13356
  * @param {*} [options] Override http request option.
@@ -13446,7 +13418,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
13446
13418
  /**
13447
13419
  *
13448
13420
  * @param {number} [page]
13449
- * @param {PaginationLimitEnum} [itemsPerPage]
13421
+ * @param {number} [itemsPerPage]
13450
13422
  * @param {string} [search]
13451
13423
  * @param {string} [startDate]
13452
13424
  * @param {string} [endDate]
@@ -13457,7 +13429,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
13457
13429
  * @param {*} [options] Override http request option.
13458
13430
  * @throws {RequiredError}
13459
13431
  */
13460
- getUsers(page?: number, itemsPerPage?: PaginationLimitEnum, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: UserStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IUsersResponse>>;
13432
+ getUsers(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: UserStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IUsersResponse>>;
13461
13433
  /**
13462
13434
  *
13463
13435
  * @param {*} [options] Override http request option.
@@ -13633,10 +13605,10 @@ export interface UserApiGetUsersRequest {
13633
13605
  readonly page?: number;
13634
13606
  /**
13635
13607
  *
13636
- * @type {PaginationLimitEnum}
13608
+ * @type {number}
13637
13609
  * @memberof UserApiGetUsers
13638
13610
  */
13639
- readonly itemsPerPage?: PaginationLimitEnum;
13611
+ readonly itemsPerPage?: number;
13640
13612
  /**
13641
13613
  *
13642
13614
  * @type {string}
package/dist/api/api.js CHANGED
@@ -16,8 +16,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
16
16
  return (mod && mod.__esModule) ? mod : { "default": mod };
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.CategoryApiAxiosParamCreator = exports.BrandApi = exports.BrandApiFactory = exports.BrandApiFp = exports.BrandApiAxiosParamCreator = exports.BasketApi = exports.BasketApiFactory = exports.BasketApiFp = exports.BasketApiAxiosParamCreator = exports.AuthApi = exports.AuthApiFactory = exports.AuthApiFp = exports.AuthApiAxiosParamCreator = exports.AddressApi = exports.AddressApiFactory = exports.AddressApiFp = exports.AddressApiAxiosParamCreator = exports.UserStatusEnum = exports.UserRoleEnum = exports.TimezoneEnum = exports.ThemeTypeEnum = exports.TemplateTypeEnum = exports.PlanTypeEnum = exports.PlanStatusEnum = exports.PlanCurrencyEnum = exports.PaginationLimitEnum = exports.PageTypeEnum = exports.OrderEnum = exports.OperationStatusEnum = exports.NotificationStatusEnum = exports.NotificationMessageEnum = exports.NavigationUrlTargetEnum = exports.LanguageEnum = exports.GridTypeEnum = exports.FileTypeEnum = exports.FileStatusEnum = exports.FileKeywordEnum = exports.EmailConfigDnsRecordTypeEnum = exports.CurrencyRateTypeEnum = exports.CurrencyEnum = exports.CountryEnum = exports.ContentStatusEnum = exports.ComponentTypeEnum = exports.ComponentProductTypeEnum = exports.ComponentProductOrderEnum = exports.ComponentProductListTypeEnum = exports.ComponentContentTypeEnum = exports.CompanyUserStatusEnum = exports.CompanyTypeEnum = exports.CompanyStatusEnum = void 0;
20
- exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.ThemeApi = exports.ThemeApiFactory = exports.ThemeApiFp = exports.ThemeApiAxiosParamCreator = exports.TemplateApi = exports.TemplateApiFactory = exports.TemplateApiFp = exports.TemplateApiAxiosParamCreator = exports.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.PlanApi = exports.PlanApiFactory = exports.PlanApiFp = exports.PlanApiAxiosParamCreator = exports.PageApi = exports.PageApiFactory = exports.PageApiFp = exports.PageApiAxiosParamCreator = exports.OperationApi = exports.OperationApiFactory = exports.OperationApiFp = exports.OperationApiAxiosParamCreator = exports.NotificationApi = exports.NotificationApiFactory = exports.NotificationApiFp = exports.NotificationApiAxiosParamCreator = exports.FileApi = exports.FileApiFactory = exports.FileApiFp = exports.FileApiAxiosParamCreator = exports.CompanyApi = exports.CompanyApiFactory = exports.CompanyApiFp = exports.CompanyApiAxiosParamCreator = exports.CollectionApi = exports.CollectionApiFactory = exports.CollectionApiFp = exports.CollectionApiAxiosParamCreator = exports.CategoryApi = exports.CategoryApiFactory = exports.CategoryApiFp = void 0;
19
+ exports.CategoryApiFp = exports.CategoryApiAxiosParamCreator = exports.BrandApi = exports.BrandApiFactory = exports.BrandApiFp = exports.BrandApiAxiosParamCreator = exports.BasketApi = exports.BasketApiFactory = exports.BasketApiFp = exports.BasketApiAxiosParamCreator = exports.AuthApi = exports.AuthApiFactory = exports.AuthApiFp = exports.AuthApiAxiosParamCreator = exports.AddressApi = exports.AddressApiFactory = exports.AddressApiFp = exports.AddressApiAxiosParamCreator = exports.UserStatusEnum = exports.UserRoleEnum = exports.TimezoneEnum = exports.ThemeTypeEnum = exports.TemplateTypeEnum = exports.PlanTypeEnum = exports.PlanStatusEnum = exports.PlanCurrencyEnum = exports.PageTypeEnum = exports.OrderEnum = exports.OperationStatusEnum = exports.NotificationStatusEnum = exports.NotificationMessageEnum = exports.NavigationUrlTargetEnum = exports.LanguageEnum = exports.GridTypeEnum = exports.FileTypeEnum = exports.FileStatusEnum = exports.FileKeywordEnum = exports.EmailConfigDnsRecordTypeEnum = exports.CurrencyRateTypeEnum = exports.CurrencyEnum = exports.CountryEnum = exports.ContentStatusEnum = exports.ComponentTypeEnum = exports.ComponentProductTypeEnum = exports.ComponentProductOrderEnum = exports.ComponentProductListTypeEnum = exports.ComponentContentTypeEnum = exports.CompanyUserStatusEnum = exports.CompanyTypeEnum = exports.CompanyStatusEnum = void 0;
20
+ exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.ThemeApi = exports.ThemeApiFactory = exports.ThemeApiFp = exports.ThemeApiAxiosParamCreator = exports.TemplateApi = exports.TemplateApiFactory = exports.TemplateApiFp = exports.TemplateApiAxiosParamCreator = exports.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.PlanApi = exports.PlanApiFactory = exports.PlanApiFp = exports.PlanApiAxiosParamCreator = exports.PageApi = exports.PageApiFactory = exports.PageApiFp = exports.PageApiAxiosParamCreator = exports.OperationApi = exports.OperationApiFactory = exports.OperationApiFp = exports.OperationApiAxiosParamCreator = exports.NotificationApi = exports.NotificationApiFactory = exports.NotificationApiFp = exports.NotificationApiAxiosParamCreator = exports.FileApi = exports.FileApiFactory = exports.FileApiFp = exports.FileApiAxiosParamCreator = exports.CompanyApi = exports.CompanyApiFactory = exports.CompanyApiFp = exports.CompanyApiAxiosParamCreator = exports.CollectionApi = exports.CollectionApiFactory = exports.CollectionApiFp = exports.CollectionApiAxiosParamCreator = exports.CategoryApi = exports.CategoryApiFactory = void 0;
21
21
  const axios_1 = __importDefault(require("axios"));
22
22
  // Some imports not used depending on template conditions
23
23
  // @ts-ignore
@@ -542,21 +542,6 @@ exports.PageTypeEnum = {
542
542
  CHECKOUT: 'checkout',
543
543
  NOT_FOUND: 'not-found'
544
544
  };
545
- /**
546
- *
547
- * @export
548
- * @enum {string}
549
- */
550
- exports.PaginationLimitEnum = {
551
- NUMBER_10: 10,
552
- NUMBER_20: 20,
553
- NUMBER_30: 30,
554
- NUMBER_40: 40,
555
- NUMBER_50: 50,
556
- NUMBER_100: 100,
557
- NUMBER_200: 200,
558
- NUMBER_500: 500
559
- };
560
545
  /**
561
546
  *
562
547
  * @export
@@ -1819,7 +1804,7 @@ const BrandApiAxiosParamCreator = function (configuration) {
1819
1804
  *
1820
1805
  * @param {string} company
1821
1806
  * @param {number} [page]
1822
- * @param {PaginationLimitEnum} [itemsPerPage]
1807
+ * @param {number} [itemsPerPage]
1823
1808
  * @param {string} [search]
1824
1809
  * @param {string} [startDate]
1825
1810
  * @param {string} [endDate]
@@ -1980,7 +1965,7 @@ const BrandApiFp = function (configuration) {
1980
1965
  *
1981
1966
  * @param {string} company
1982
1967
  * @param {number} [page]
1983
- * @param {PaginationLimitEnum} [itemsPerPage]
1968
+ * @param {number} [itemsPerPage]
1984
1969
  * @param {string} [search]
1985
1970
  * @param {string} [startDate]
1986
1971
  * @param {string} [endDate]
@@ -2243,7 +2228,7 @@ const CategoryApiAxiosParamCreator = function (configuration) {
2243
2228
  *
2244
2229
  * @param {string} company
2245
2230
  * @param {number} [page]
2246
- * @param {PaginationLimitEnum} [itemsPerPage]
2231
+ * @param {number} [itemsPerPage]
2247
2232
  * @param {string} [search]
2248
2233
  * @param {string} [startDate]
2249
2234
  * @param {string} [endDate]
@@ -2450,7 +2435,7 @@ const CategoryApiFp = function (configuration) {
2450
2435
  *
2451
2436
  * @param {string} company
2452
2437
  * @param {number} [page]
2453
- * @param {PaginationLimitEnum} [itemsPerPage]
2438
+ * @param {number} [itemsPerPage]
2454
2439
  * @param {string} [search]
2455
2440
  * @param {string} [startDate]
2456
2441
  * @param {string} [endDate]
@@ -2818,7 +2803,7 @@ const CollectionApiAxiosParamCreator = function (configuration) {
2818
2803
  *
2819
2804
  * @param {string} company
2820
2805
  * @param {number} [page]
2821
- * @param {PaginationLimitEnum} [itemsPerPage]
2806
+ * @param {number} [itemsPerPage]
2822
2807
  * @param {string} [search]
2823
2808
  * @param {string} [startDate]
2824
2809
  * @param {string} [endDate]
@@ -3022,7 +3007,7 @@ const CollectionApiFp = function (configuration) {
3022
3007
  *
3023
3008
  * @param {string} company
3024
3009
  * @param {number} [page]
3025
- * @param {PaginationLimitEnum} [itemsPerPage]
3010
+ * @param {number} [itemsPerPage]
3026
3011
  * @param {string} [search]
3027
3012
  * @param {string} [startDate]
3028
3013
  * @param {string} [endDate]
@@ -3462,7 +3447,7 @@ const CompanyApiAxiosParamCreator = function (configuration) {
3462
3447
  /**
3463
3448
  *
3464
3449
  * @param {number} [page]
3465
- * @param {PaginationLimitEnum} [itemsPerPage]
3450
+ * @param {number} [itemsPerPage]
3466
3451
  * @param {string} [search]
3467
3452
  * @param {string} [startDate]
3468
3453
  * @param {string} [endDate]
@@ -3595,7 +3580,7 @@ const CompanyApiAxiosParamCreator = function (configuration) {
3595
3580
  *
3596
3581
  * @param {string} id
3597
3582
  * @param {number} [page]
3598
- * @param {PaginationLimitEnum} [itemsPerPage]
3583
+ * @param {number} [itemsPerPage]
3599
3584
  * @param {string} [search]
3600
3585
  * @param {string} [startDate]
3601
3586
  * @param {string} [endDate]
@@ -4054,7 +4039,7 @@ const CompanyApiFp = function (configuration) {
4054
4039
  /**
4055
4040
  *
4056
4041
  * @param {number} [page]
4057
- * @param {PaginationLimitEnum} [itemsPerPage]
4042
+ * @param {number} [itemsPerPage]
4058
4043
  * @param {string} [search]
4059
4044
  * @param {string} [startDate]
4060
4045
  * @param {string} [endDate]
@@ -4102,7 +4087,7 @@ const CompanyApiFp = function (configuration) {
4102
4087
  *
4103
4088
  * @param {string} id
4104
4089
  * @param {number} [page]
4105
- * @param {PaginationLimitEnum} [itemsPerPage]
4090
+ * @param {number} [itemsPerPage]
4106
4091
  * @param {string} [search]
4107
4092
  * @param {string} [startDate]
4108
4093
  * @param {string} [endDate]
@@ -4704,7 +4689,7 @@ const FileApiAxiosParamCreator = function (configuration) {
4704
4689
  *
4705
4690
  * @param {string} company
4706
4691
  * @param {number} [page]
4707
- * @param {PaginationLimitEnum} [itemsPerPage]
4692
+ * @param {number} [itemsPerPage]
4708
4693
  * @param {string} [search]
4709
4694
  * @param {string} [startDate]
4710
4695
  * @param {string} [endDate]
@@ -4894,7 +4879,7 @@ const FileApiFp = function (configuration) {
4894
4879
  *
4895
4880
  * @param {string} company
4896
4881
  * @param {number} [page]
4897
- * @param {PaginationLimitEnum} [itemsPerPage]
4882
+ * @param {number} [itemsPerPage]
4898
4883
  * @param {string} [search]
4899
4884
  * @param {string} [startDate]
4900
4885
  * @param {string} [endDate]
@@ -5122,7 +5107,7 @@ const NotificationApiAxiosParamCreator = function (configuration) {
5122
5107
  /**
5123
5108
  *
5124
5109
  * @param {number} [page]
5125
- * @param {PaginationLimitEnum} [itemsPerPage]
5110
+ * @param {number} [itemsPerPage]
5126
5111
  * @param {string} [search]
5127
5112
  * @param {string} [startDate]
5128
5113
  * @param {string} [endDate]
@@ -5280,7 +5265,7 @@ const NotificationApiFp = function (configuration) {
5280
5265
  /**
5281
5266
  *
5282
5267
  * @param {number} [page]
5283
- * @param {PaginationLimitEnum} [itemsPerPage]
5268
+ * @param {number} [itemsPerPage]
5284
5269
  * @param {string} [search]
5285
5270
  * @param {string} [startDate]
5286
5271
  * @param {string} [endDate]
@@ -5531,7 +5516,7 @@ const OperationApiAxiosParamCreator = function (configuration) {
5531
5516
  /**
5532
5517
  *
5533
5518
  * @param {number} [page]
5534
- * @param {PaginationLimitEnum} [itemsPerPage]
5519
+ * @param {number} [itemsPerPage]
5535
5520
  * @param {string} [search]
5536
5521
  * @param {string} [startDate]
5537
5522
  * @param {string} [endDate]
@@ -5710,7 +5695,7 @@ const OperationApiFp = function (configuration) {
5710
5695
  /**
5711
5696
  *
5712
5697
  * @param {number} [page]
5713
- * @param {PaginationLimitEnum} [itemsPerPage]
5698
+ * @param {number} [itemsPerPage]
5714
5699
  * @param {string} [search]
5715
5700
  * @param {string} [startDate]
5716
5701
  * @param {string} [endDate]
@@ -6057,7 +6042,7 @@ const PageApiAxiosParamCreator = function (configuration) {
6057
6042
  *
6058
6043
  * @param {string} company
6059
6044
  * @param {number} [page]
6060
- * @param {PaginationLimitEnum} [itemsPerPage]
6045
+ * @param {number} [itemsPerPage]
6061
6046
  * @param {string} [search]
6062
6047
  * @param {string} [startDate]
6063
6048
  * @param {string} [endDate]
@@ -6272,7 +6257,7 @@ const PageApiFp = function (configuration) {
6272
6257
  *
6273
6258
  * @param {string} company
6274
6259
  * @param {number} [page]
6275
- * @param {PaginationLimitEnum} [itemsPerPage]
6260
+ * @param {number} [itemsPerPage]
6276
6261
  * @param {string} [search]
6277
6262
  * @param {string} [startDate]
6278
6263
  * @param {string} [endDate]
@@ -6584,7 +6569,7 @@ const PlanApiAxiosParamCreator = function (configuration) {
6584
6569
  /**
6585
6570
  *
6586
6571
  * @param {number} [page]
6587
- * @param {PaginationLimitEnum} [itemsPerPage]
6572
+ * @param {number} [itemsPerPage]
6588
6573
  * @param {string} [search]
6589
6574
  * @param {string} [startDate]
6590
6575
  * @param {string} [endDate]
@@ -6731,7 +6716,7 @@ const PlanApiFp = function (configuration) {
6731
6716
  /**
6732
6717
  *
6733
6718
  * @param {number} [page]
6734
- * @param {PaginationLimitEnum} [itemsPerPage]
6719
+ * @param {number} [itemsPerPage]
6735
6720
  * @param {string} [search]
6736
6721
  * @param {string} [startDate]
6737
6722
  * @param {string} [endDate]
@@ -7076,7 +7061,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
7076
7061
  *
7077
7062
  * @param {string} company
7078
7063
  * @param {number} [page]
7079
- * @param {PaginationLimitEnum} [itemsPerPage]
7064
+ * @param {number} [itemsPerPage]
7080
7065
  * @param {string} [search]
7081
7066
  * @param {string} [startDate]
7082
7067
  * @param {string} [endDate]
@@ -7312,7 +7297,7 @@ const ProductApiFp = function (configuration) {
7312
7297
  *
7313
7298
  * @param {string} company
7314
7299
  * @param {number} [page]
7315
- * @param {PaginationLimitEnum} [itemsPerPage]
7300
+ * @param {number} [itemsPerPage]
7316
7301
  * @param {string} [search]
7317
7302
  * @param {string} [startDate]
7318
7303
  * @param {string} [endDate]
@@ -8375,7 +8360,7 @@ const UserApiAxiosParamCreator = function (configuration) {
8375
8360
  /**
8376
8361
  *
8377
8362
  * @param {number} [page]
8378
- * @param {PaginationLimitEnum} [itemsPerPage]
8363
+ * @param {number} [itemsPerPage]
8379
8364
  * @param {string} [search]
8380
8365
  * @param {string} [startDate]
8381
8366
  * @param {string} [endDate]
@@ -8613,7 +8598,7 @@ const UserApiFp = function (configuration) {
8613
8598
  /**
8614
8599
  *
8615
8600
  * @param {number} [page]
8616
- * @param {PaginationLimitEnum} [itemsPerPage]
8601
+ * @param {number} [itemsPerPage]
8617
8602
  * @param {string} [search]
8618
8603
  * @param {string} [startDate]
8619
8604
  * @param {string} [endDate]
package/dist/api/api.mjs CHANGED
@@ -532,21 +532,6 @@ export const PageTypeEnum = {
532
532
  CHECKOUT: 'checkout',
533
533
  NOT_FOUND: 'not-found'
534
534
  };
535
- /**
536
- *
537
- * @export
538
- * @enum {string}
539
- */
540
- export const PaginationLimitEnum = {
541
- NUMBER_10: 10,
542
- NUMBER_20: 20,
543
- NUMBER_30: 30,
544
- NUMBER_40: 40,
545
- NUMBER_50: 50,
546
- NUMBER_100: 100,
547
- NUMBER_200: 200,
548
- NUMBER_500: 500
549
- };
550
535
  /**
551
536
  *
552
537
  * @export
@@ -1797,7 +1782,7 @@ export const BrandApiAxiosParamCreator = function (configuration) {
1797
1782
  *
1798
1783
  * @param {string} company
1799
1784
  * @param {number} [page]
1800
- * @param {PaginationLimitEnum} [itemsPerPage]
1785
+ * @param {number} [itemsPerPage]
1801
1786
  * @param {string} [search]
1802
1787
  * @param {string} [startDate]
1803
1788
  * @param {string} [endDate]
@@ -1957,7 +1942,7 @@ export const BrandApiFp = function (configuration) {
1957
1942
  *
1958
1943
  * @param {string} company
1959
1944
  * @param {number} [page]
1960
- * @param {PaginationLimitEnum} [itemsPerPage]
1945
+ * @param {number} [itemsPerPage]
1961
1946
  * @param {string} [search]
1962
1947
  * @param {string} [startDate]
1963
1948
  * @param {string} [endDate]
@@ -2217,7 +2202,7 @@ export const CategoryApiAxiosParamCreator = function (configuration) {
2217
2202
  *
2218
2203
  * @param {string} company
2219
2204
  * @param {number} [page]
2220
- * @param {PaginationLimitEnum} [itemsPerPage]
2205
+ * @param {number} [itemsPerPage]
2221
2206
  * @param {string} [search]
2222
2207
  * @param {string} [startDate]
2223
2208
  * @param {string} [endDate]
@@ -2423,7 +2408,7 @@ export const CategoryApiFp = function (configuration) {
2423
2408
  *
2424
2409
  * @param {string} company
2425
2410
  * @param {number} [page]
2426
- * @param {PaginationLimitEnum} [itemsPerPage]
2411
+ * @param {number} [itemsPerPage]
2427
2412
  * @param {string} [search]
2428
2413
  * @param {string} [startDate]
2429
2414
  * @param {string} [endDate]
@@ -2788,7 +2773,7 @@ export const CollectionApiAxiosParamCreator = function (configuration) {
2788
2773
  *
2789
2774
  * @param {string} company
2790
2775
  * @param {number} [page]
2791
- * @param {PaginationLimitEnum} [itemsPerPage]
2776
+ * @param {number} [itemsPerPage]
2792
2777
  * @param {string} [search]
2793
2778
  * @param {string} [startDate]
2794
2779
  * @param {string} [endDate]
@@ -2991,7 +2976,7 @@ export const CollectionApiFp = function (configuration) {
2991
2976
  *
2992
2977
  * @param {string} company
2993
2978
  * @param {number} [page]
2994
- * @param {PaginationLimitEnum} [itemsPerPage]
2979
+ * @param {number} [itemsPerPage]
2995
2980
  * @param {string} [search]
2996
2981
  * @param {string} [startDate]
2997
2982
  * @param {string} [endDate]
@@ -3428,7 +3413,7 @@ export const CompanyApiAxiosParamCreator = function (configuration) {
3428
3413
  /**
3429
3414
  *
3430
3415
  * @param {number} [page]
3431
- * @param {PaginationLimitEnum} [itemsPerPage]
3416
+ * @param {number} [itemsPerPage]
3432
3417
  * @param {string} [search]
3433
3418
  * @param {string} [startDate]
3434
3419
  * @param {string} [endDate]
@@ -3561,7 +3546,7 @@ export const CompanyApiAxiosParamCreator = function (configuration) {
3561
3546
  *
3562
3547
  * @param {string} id
3563
3548
  * @param {number} [page]
3564
- * @param {PaginationLimitEnum} [itemsPerPage]
3549
+ * @param {number} [itemsPerPage]
3565
3550
  * @param {string} [search]
3566
3551
  * @param {string} [startDate]
3567
3552
  * @param {string} [endDate]
@@ -4019,7 +4004,7 @@ export const CompanyApiFp = function (configuration) {
4019
4004
  /**
4020
4005
  *
4021
4006
  * @param {number} [page]
4022
- * @param {PaginationLimitEnum} [itemsPerPage]
4007
+ * @param {number} [itemsPerPage]
4023
4008
  * @param {string} [search]
4024
4009
  * @param {string} [startDate]
4025
4010
  * @param {string} [endDate]
@@ -4067,7 +4052,7 @@ export const CompanyApiFp = function (configuration) {
4067
4052
  *
4068
4053
  * @param {string} id
4069
4054
  * @param {number} [page]
4070
- * @param {PaginationLimitEnum} [itemsPerPage]
4055
+ * @param {number} [itemsPerPage]
4071
4056
  * @param {string} [search]
4072
4057
  * @param {string} [startDate]
4073
4058
  * @param {string} [endDate]
@@ -4666,7 +4651,7 @@ export const FileApiAxiosParamCreator = function (configuration) {
4666
4651
  *
4667
4652
  * @param {string} company
4668
4653
  * @param {number} [page]
4669
- * @param {PaginationLimitEnum} [itemsPerPage]
4654
+ * @param {number} [itemsPerPage]
4670
4655
  * @param {string} [search]
4671
4656
  * @param {string} [startDate]
4672
4657
  * @param {string} [endDate]
@@ -4855,7 +4840,7 @@ export const FileApiFp = function (configuration) {
4855
4840
  *
4856
4841
  * @param {string} company
4857
4842
  * @param {number} [page]
4858
- * @param {PaginationLimitEnum} [itemsPerPage]
4843
+ * @param {number} [itemsPerPage]
4859
4844
  * @param {string} [search]
4860
4845
  * @param {string} [startDate]
4861
4846
  * @param {string} [endDate]
@@ -5080,7 +5065,7 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
5080
5065
  /**
5081
5066
  *
5082
5067
  * @param {number} [page]
5083
- * @param {PaginationLimitEnum} [itemsPerPage]
5068
+ * @param {number} [itemsPerPage]
5084
5069
  * @param {string} [search]
5085
5070
  * @param {string} [startDate]
5086
5071
  * @param {string} [endDate]
@@ -5237,7 +5222,7 @@ export const NotificationApiFp = function (configuration) {
5237
5222
  /**
5238
5223
  *
5239
5224
  * @param {number} [page]
5240
- * @param {PaginationLimitEnum} [itemsPerPage]
5225
+ * @param {number} [itemsPerPage]
5241
5226
  * @param {string} [search]
5242
5227
  * @param {string} [startDate]
5243
5228
  * @param {string} [endDate]
@@ -5485,7 +5470,7 @@ export const OperationApiAxiosParamCreator = function (configuration) {
5485
5470
  /**
5486
5471
  *
5487
5472
  * @param {number} [page]
5488
- * @param {PaginationLimitEnum} [itemsPerPage]
5473
+ * @param {number} [itemsPerPage]
5489
5474
  * @param {string} [search]
5490
5475
  * @param {string} [startDate]
5491
5476
  * @param {string} [endDate]
@@ -5663,7 +5648,7 @@ export const OperationApiFp = function (configuration) {
5663
5648
  /**
5664
5649
  *
5665
5650
  * @param {number} [page]
5666
- * @param {PaginationLimitEnum} [itemsPerPage]
5651
+ * @param {number} [itemsPerPage]
5667
5652
  * @param {string} [search]
5668
5653
  * @param {string} [startDate]
5669
5654
  * @param {string} [endDate]
@@ -6007,7 +5992,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
6007
5992
  *
6008
5993
  * @param {string} company
6009
5994
  * @param {number} [page]
6010
- * @param {PaginationLimitEnum} [itemsPerPage]
5995
+ * @param {number} [itemsPerPage]
6011
5996
  * @param {string} [search]
6012
5997
  * @param {string} [startDate]
6013
5998
  * @param {string} [endDate]
@@ -6221,7 +6206,7 @@ export const PageApiFp = function (configuration) {
6221
6206
  *
6222
6207
  * @param {string} company
6223
6208
  * @param {number} [page]
6224
- * @param {PaginationLimitEnum} [itemsPerPage]
6209
+ * @param {number} [itemsPerPage]
6225
6210
  * @param {string} [search]
6226
6211
  * @param {string} [startDate]
6227
6212
  * @param {string} [endDate]
@@ -6530,7 +6515,7 @@ export const PlanApiAxiosParamCreator = function (configuration) {
6530
6515
  /**
6531
6516
  *
6532
6517
  * @param {number} [page]
6533
- * @param {PaginationLimitEnum} [itemsPerPage]
6518
+ * @param {number} [itemsPerPage]
6534
6519
  * @param {string} [search]
6535
6520
  * @param {string} [startDate]
6536
6521
  * @param {string} [endDate]
@@ -6676,7 +6661,7 @@ export const PlanApiFp = function (configuration) {
6676
6661
  /**
6677
6662
  *
6678
6663
  * @param {number} [page]
6679
- * @param {PaginationLimitEnum} [itemsPerPage]
6664
+ * @param {number} [itemsPerPage]
6680
6665
  * @param {string} [search]
6681
6666
  * @param {string} [startDate]
6682
6667
  * @param {string} [endDate]
@@ -7018,7 +7003,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
7018
7003
  *
7019
7004
  * @param {string} company
7020
7005
  * @param {number} [page]
7021
- * @param {PaginationLimitEnum} [itemsPerPage]
7006
+ * @param {number} [itemsPerPage]
7022
7007
  * @param {string} [search]
7023
7008
  * @param {string} [startDate]
7024
7009
  * @param {string} [endDate]
@@ -7253,7 +7238,7 @@ export const ProductApiFp = function (configuration) {
7253
7238
  *
7254
7239
  * @param {string} company
7255
7240
  * @param {number} [page]
7256
- * @param {PaginationLimitEnum} [itemsPerPage]
7241
+ * @param {number} [itemsPerPage]
7257
7242
  * @param {string} [search]
7258
7243
  * @param {string} [startDate]
7259
7244
  * @param {string} [endDate]
@@ -8305,7 +8290,7 @@ export const UserApiAxiosParamCreator = function (configuration) {
8305
8290
  /**
8306
8291
  *
8307
8292
  * @param {number} [page]
8308
- * @param {PaginationLimitEnum} [itemsPerPage]
8293
+ * @param {number} [itemsPerPage]
8309
8294
  * @param {string} [search]
8310
8295
  * @param {string} [startDate]
8311
8296
  * @param {string} [endDate]
@@ -8542,7 +8527,7 @@ export const UserApiFp = function (configuration) {
8542
8527
  /**
8543
8528
  *
8544
8529
  * @param {number} [page]
8545
- * @param {PaginationLimitEnum} [itemsPerPage]
8530
+ * @param {number} [itemsPerPage]
8546
8531
  * @param {string} [search]
8547
8532
  * @param {string} [startDate]
8548
8533
  * @param {string} [endDate]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.1.15",
3
+ "version": "1.1.17",
4
4
  "description": "api-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/infisale/infisale-client/issues"
38
38
  },
39
- "gitHead": "66d187ea5768f8648727baf136894002e98c2b64"
39
+ "gitHead": "e2a6048bb5132be2c67a5d03931fa2e8f06ec1f4"
40
40
  }