@infisale-client/api 1.1.16 → 1.1.18
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 +179 -130
- package/dist/api/api.js +95 -41
- package/dist/api/api.mjs +93 -39
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -734,10 +734,10 @@ export interface IBrandCollectionQueryParams {
|
|
|
734
734
|
'page'?: number;
|
|
735
735
|
/**
|
|
736
736
|
*
|
|
737
|
-
* @type {
|
|
737
|
+
* @type {number}
|
|
738
738
|
* @memberof IBrandCollectionQueryParams
|
|
739
739
|
*/
|
|
740
|
-
'itemsPerPage'?:
|
|
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 {
|
|
1023
|
+
* @type {number}
|
|
1024
1024
|
* @memberof ICategoryCollectionQueryParams
|
|
1025
1025
|
*/
|
|
1026
|
-
'itemsPerPage'?:
|
|
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 {
|
|
1384
|
+
* @type {number}
|
|
1385
1385
|
* @memberof ICollectionCollectionsQueryParams
|
|
1386
1386
|
*/
|
|
1387
|
-
'itemsPerPage'?:
|
|
1387
|
+
'itemsPerPage'?: number;
|
|
1388
1388
|
/**
|
|
1389
1389
|
*
|
|
1390
1390
|
* @type {string}
|
|
@@ -1872,12 +1872,6 @@ export interface ICompanyAdminResponse {
|
|
|
1872
1872
|
* @memberof ICompanyAdminResponse
|
|
1873
1873
|
*/
|
|
1874
1874
|
'email'?: string;
|
|
1875
|
-
/**
|
|
1876
|
-
*
|
|
1877
|
-
* @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>}
|
|
1878
|
-
* @memberof ICompanyAdminResponse
|
|
1879
|
-
*/
|
|
1880
|
-
'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>;
|
|
1881
1875
|
/**
|
|
1882
1876
|
*
|
|
1883
1877
|
* @type {LanguageEnum}
|
|
@@ -2116,10 +2110,10 @@ export interface ICompanyCollectionQueryParams {
|
|
|
2116
2110
|
'page'?: number;
|
|
2117
2111
|
/**
|
|
2118
2112
|
*
|
|
2119
|
-
* @type {
|
|
2113
|
+
* @type {number}
|
|
2120
2114
|
* @memberof ICompanyCollectionQueryParams
|
|
2121
2115
|
*/
|
|
2122
|
-
'itemsPerPage'?:
|
|
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 {
|
|
3412
|
+
* @type {number}
|
|
3425
3413
|
* @memberof ICompanyUsersCollectionQueryParams
|
|
3426
3414
|
*/
|
|
3427
|
-
'itemsPerPage'?:
|
|
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 {
|
|
3690
|
+
* @type {number}
|
|
3703
3691
|
* @memberof IFileCollectionQueryParams
|
|
3704
3692
|
*/
|
|
3705
|
-
'itemsPerPage'?:
|
|
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 {
|
|
4061
|
+
* @type {number}
|
|
4074
4062
|
* @memberof INotificationCollectionQueryParams
|
|
4075
4063
|
*/
|
|
4076
|
-
'itemsPerPage'?:
|
|
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 {
|
|
4250
|
+
* @type {number}
|
|
4263
4251
|
* @memberof IOperationCollectionQueryParams
|
|
4264
4252
|
*/
|
|
4265
|
-
'itemsPerPage'?:
|
|
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 {
|
|
4543
|
+
* @type {number}
|
|
4556
4544
|
* @memberof IPageCollectionQueryParams
|
|
4557
4545
|
*/
|
|
4558
|
-
'itemsPerPage'?:
|
|
4546
|
+
'itemsPerPage'?: number;
|
|
4559
4547
|
/**
|
|
4560
4548
|
*
|
|
4561
4549
|
* @type {string}
|
|
@@ -4617,6 +4605,31 @@ export interface IPageCollectionQueryParams {
|
|
|
4617
4605
|
*/
|
|
4618
4606
|
'status'?: ContentStatusEnum;
|
|
4619
4607
|
}
|
|
4608
|
+
/**
|
|
4609
|
+
*
|
|
4610
|
+
* @export
|
|
4611
|
+
* @interface IPageGetAllQueryParams
|
|
4612
|
+
*/
|
|
4613
|
+
export interface IPageGetAllQueryParams {
|
|
4614
|
+
/**
|
|
4615
|
+
*
|
|
4616
|
+
* @type {string}
|
|
4617
|
+
* @memberof IPageGetAllQueryParams
|
|
4618
|
+
*/
|
|
4619
|
+
'company'?: string;
|
|
4620
|
+
/**
|
|
4621
|
+
*
|
|
4622
|
+
* @type {string}
|
|
4623
|
+
* @memberof IPageGetAllQueryParams
|
|
4624
|
+
*/
|
|
4625
|
+
'domain'?: string;
|
|
4626
|
+
/**
|
|
4627
|
+
*
|
|
4628
|
+
* @type {Array<PageTypeEnum>}
|
|
4629
|
+
* @memberof IPageGetAllQueryParams
|
|
4630
|
+
*/
|
|
4631
|
+
'type'?: Array<PageTypeEnum>;
|
|
4632
|
+
}
|
|
4620
4633
|
/**
|
|
4621
4634
|
*
|
|
4622
4635
|
* @export
|
|
@@ -4797,10 +4810,10 @@ export interface IPlanCollectionQueryParams {
|
|
|
4797
4810
|
'page'?: number;
|
|
4798
4811
|
/**
|
|
4799
4812
|
*
|
|
4800
|
-
* @type {
|
|
4813
|
+
* @type {number}
|
|
4801
4814
|
* @memberof IPlanCollectionQueryParams
|
|
4802
4815
|
*/
|
|
4803
|
-
'itemsPerPage'?:
|
|
4816
|
+
'itemsPerPage'?: number;
|
|
4804
4817
|
/**
|
|
4805
4818
|
*
|
|
4806
4819
|
* @type {string}
|
|
@@ -5104,10 +5117,10 @@ export interface IProductCollectionQueryParams {
|
|
|
5104
5117
|
'page'?: number;
|
|
5105
5118
|
/**
|
|
5106
5119
|
*
|
|
5107
|
-
* @type {
|
|
5120
|
+
* @type {number}
|
|
5108
5121
|
* @memberof IProductCollectionQueryParams
|
|
5109
5122
|
*/
|
|
5110
|
-
'itemsPerPage'?:
|
|
5123
|
+
'itemsPerPage'?: number;
|
|
5111
5124
|
/**
|
|
5112
5125
|
*
|
|
5113
5126
|
* @type {string}
|
|
@@ -6304,10 +6317,10 @@ export interface IUserCollectionQueryParams {
|
|
|
6304
6317
|
'page'?: number;
|
|
6305
6318
|
/**
|
|
6306
6319
|
*
|
|
6307
|
-
* @type {
|
|
6320
|
+
* @type {number}
|
|
6308
6321
|
* @memberof IUserCollectionQueryParams
|
|
6309
6322
|
*/
|
|
6310
|
-
'itemsPerPage'?:
|
|
6323
|
+
'itemsPerPage'?: number;
|
|
6311
6324
|
/**
|
|
6312
6325
|
*
|
|
6313
6326
|
* @type {string}
|
|
@@ -6577,12 +6590,6 @@ export interface NavigationUrl {
|
|
|
6577
6590
|
* @memberof NavigationUrl
|
|
6578
6591
|
*/
|
|
6579
6592
|
'_id': string;
|
|
6580
|
-
/**
|
|
6581
|
-
*
|
|
6582
|
-
* @type {string}
|
|
6583
|
-
* @memberof NavigationUrl
|
|
6584
|
-
*/
|
|
6585
|
-
'page'?: string;
|
|
6586
6593
|
/**
|
|
6587
6594
|
*
|
|
6588
6595
|
* @type {Array<NavigationUrl>}
|
|
@@ -6676,22 +6683,6 @@ export declare const PageTypeEnum: {
|
|
|
6676
6683
|
readonly NOT_FOUND: "not-found";
|
|
6677
6684
|
};
|
|
6678
6685
|
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
6686
|
/**
|
|
6696
6687
|
* From T, pick a set of properties whose keys are in the union K
|
|
6697
6688
|
* @export
|
|
@@ -8165,7 +8156,7 @@ export declare const BrandApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
8165
8156
|
*
|
|
8166
8157
|
* @param {string} company
|
|
8167
8158
|
* @param {number} [page]
|
|
8168
|
-
* @param {
|
|
8159
|
+
* @param {number} [itemsPerPage]
|
|
8169
8160
|
* @param {string} [search]
|
|
8170
8161
|
* @param {string} [startDate]
|
|
8171
8162
|
* @param {string} [endDate]
|
|
@@ -8176,7 +8167,7 @@ export declare const BrandApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
8176
8167
|
* @param {*} [options] Override http request option.
|
|
8177
8168
|
* @throws {RequiredError}
|
|
8178
8169
|
*/
|
|
8179
|
-
getBrands: (company: string, page?: number, itemsPerPage?:
|
|
8170
|
+
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
8171
|
/**
|
|
8181
8172
|
*
|
|
8182
8173
|
* @param {string} id
|
|
@@ -8223,7 +8214,7 @@ export declare const BrandApiFp: (configuration?: Configuration) => {
|
|
|
8223
8214
|
*
|
|
8224
8215
|
* @param {string} company
|
|
8225
8216
|
* @param {number} [page]
|
|
8226
|
-
* @param {
|
|
8217
|
+
* @param {number} [itemsPerPage]
|
|
8227
8218
|
* @param {string} [search]
|
|
8228
8219
|
* @param {string} [startDate]
|
|
8229
8220
|
* @param {string} [endDate]
|
|
@@ -8234,7 +8225,7 @@ export declare const BrandApiFp: (configuration?: Configuration) => {
|
|
|
8234
8225
|
* @param {*} [options] Override http request option.
|
|
8235
8226
|
* @throws {RequiredError}
|
|
8236
8227
|
*/
|
|
8237
|
-
getBrands(company: string, page?: number, itemsPerPage?:
|
|
8228
|
+
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
8229
|
/**
|
|
8239
8230
|
*
|
|
8240
8231
|
* @param {string} id
|
|
@@ -8364,10 +8355,10 @@ export interface BrandApiGetBrandsRequest {
|
|
|
8364
8355
|
readonly page?: number;
|
|
8365
8356
|
/**
|
|
8366
8357
|
*
|
|
8367
|
-
* @type {
|
|
8358
|
+
* @type {number}
|
|
8368
8359
|
* @memberof BrandApiGetBrands
|
|
8369
8360
|
*/
|
|
8370
|
-
readonly itemsPerPage?:
|
|
8361
|
+
readonly itemsPerPage?: number;
|
|
8371
8362
|
/**
|
|
8372
8363
|
*
|
|
8373
8364
|
* @type {string}
|
|
@@ -8516,7 +8507,7 @@ export declare const CategoryApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
8516
8507
|
*
|
|
8517
8508
|
* @param {string} company
|
|
8518
8509
|
* @param {number} [page]
|
|
8519
|
-
* @param {
|
|
8510
|
+
* @param {number} [itemsPerPage]
|
|
8520
8511
|
* @param {string} [search]
|
|
8521
8512
|
* @param {string} [startDate]
|
|
8522
8513
|
* @param {string} [endDate]
|
|
@@ -8527,7 +8518,7 @@ export declare const CategoryApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
8527
8518
|
* @param {*} [options] Override http request option.
|
|
8528
8519
|
* @throws {RequiredError}
|
|
8529
8520
|
*/
|
|
8530
|
-
getCategories: (company: string, page?: number, itemsPerPage?:
|
|
8521
|
+
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
8522
|
/**
|
|
8532
8523
|
*
|
|
8533
8524
|
* @param {string} company
|
|
@@ -8581,7 +8572,7 @@ export declare const CategoryApiFp: (configuration?: Configuration) => {
|
|
|
8581
8572
|
*
|
|
8582
8573
|
* @param {string} company
|
|
8583
8574
|
* @param {number} [page]
|
|
8584
|
-
* @param {
|
|
8575
|
+
* @param {number} [itemsPerPage]
|
|
8585
8576
|
* @param {string} [search]
|
|
8586
8577
|
* @param {string} [startDate]
|
|
8587
8578
|
* @param {string} [endDate]
|
|
@@ -8592,7 +8583,7 @@ export declare const CategoryApiFp: (configuration?: Configuration) => {
|
|
|
8592
8583
|
* @param {*} [options] Override http request option.
|
|
8593
8584
|
* @throws {RequiredError}
|
|
8594
8585
|
*/
|
|
8595
|
-
getCategories(company: string, page?: number, itemsPerPage?:
|
|
8586
|
+
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
8587
|
/**
|
|
8597
8588
|
*
|
|
8598
8589
|
* @param {string} company
|
|
@@ -8730,10 +8721,10 @@ export interface CategoryApiGetCategoriesRequest {
|
|
|
8730
8721
|
readonly page?: number;
|
|
8731
8722
|
/**
|
|
8732
8723
|
*
|
|
8733
|
-
* @type {
|
|
8724
|
+
* @type {number}
|
|
8734
8725
|
* @memberof CategoryApiGetCategories
|
|
8735
8726
|
*/
|
|
8736
|
-
readonly itemsPerPage?:
|
|
8727
|
+
readonly itemsPerPage?: number;
|
|
8737
8728
|
/**
|
|
8738
8729
|
*
|
|
8739
8730
|
* @type {string}
|
|
@@ -8931,7 +8922,7 @@ export declare const CollectionApiAxiosParamCreator: (configuration?: Configurat
|
|
|
8931
8922
|
*
|
|
8932
8923
|
* @param {string} company
|
|
8933
8924
|
* @param {number} [page]
|
|
8934
|
-
* @param {
|
|
8925
|
+
* @param {number} [itemsPerPage]
|
|
8935
8926
|
* @param {string} [search]
|
|
8936
8927
|
* @param {string} [startDate]
|
|
8937
8928
|
* @param {string} [endDate]
|
|
@@ -8942,7 +8933,7 @@ export declare const CollectionApiAxiosParamCreator: (configuration?: Configurat
|
|
|
8942
8933
|
* @param {*} [options] Override http request option.
|
|
8943
8934
|
* @throws {RequiredError}
|
|
8944
8935
|
*/
|
|
8945
|
-
getCollections: (company: string, page?: number, itemsPerPage?:
|
|
8936
|
+
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
8937
|
/**
|
|
8947
8938
|
*
|
|
8948
8939
|
* @param {string} company
|
|
@@ -9004,7 +8995,7 @@ export declare const CollectionApiFp: (configuration?: Configuration) => {
|
|
|
9004
8995
|
*
|
|
9005
8996
|
* @param {string} company
|
|
9006
8997
|
* @param {number} [page]
|
|
9007
|
-
* @param {
|
|
8998
|
+
* @param {number} [itemsPerPage]
|
|
9008
8999
|
* @param {string} [search]
|
|
9009
9000
|
* @param {string} [startDate]
|
|
9010
9001
|
* @param {string} [endDate]
|
|
@@ -9015,7 +9006,7 @@ export declare const CollectionApiFp: (configuration?: Configuration) => {
|
|
|
9015
9006
|
* @param {*} [options] Override http request option.
|
|
9016
9007
|
* @throws {RequiredError}
|
|
9017
9008
|
*/
|
|
9018
|
-
getCollections(company: string, page?: number, itemsPerPage?:
|
|
9009
|
+
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
9010
|
/**
|
|
9020
9011
|
*
|
|
9021
9012
|
* @param {string} company
|
|
@@ -9185,10 +9176,10 @@ export interface CollectionApiGetCollectionsRequest {
|
|
|
9185
9176
|
readonly page?: number;
|
|
9186
9177
|
/**
|
|
9187
9178
|
*
|
|
9188
|
-
* @type {
|
|
9179
|
+
* @type {number}
|
|
9189
9180
|
* @memberof CollectionApiGetCollections
|
|
9190
9181
|
*/
|
|
9191
|
-
readonly itemsPerPage?:
|
|
9182
|
+
readonly itemsPerPage?: number;
|
|
9192
9183
|
/**
|
|
9193
9184
|
*
|
|
9194
9185
|
* @type {string}
|
|
@@ -9397,7 +9388,7 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
9397
9388
|
/**
|
|
9398
9389
|
*
|
|
9399
9390
|
* @param {number} [page]
|
|
9400
|
-
* @param {
|
|
9391
|
+
* @param {number} [itemsPerPage]
|
|
9401
9392
|
* @param {string} [search]
|
|
9402
9393
|
* @param {string} [startDate]
|
|
9403
9394
|
* @param {string} [endDate]
|
|
@@ -9411,7 +9402,7 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
9411
9402
|
* @param {*} [options] Override http request option.
|
|
9412
9403
|
* @throws {RequiredError}
|
|
9413
9404
|
*/
|
|
9414
|
-
getCompanies: (page?: number, itemsPerPage?:
|
|
9405
|
+
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
9406
|
/**
|
|
9416
9407
|
*
|
|
9417
9408
|
* @param {string} domain
|
|
@@ -9430,7 +9421,7 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
9430
9421
|
*
|
|
9431
9422
|
* @param {string} id
|
|
9432
9423
|
* @param {number} [page]
|
|
9433
|
-
* @param {
|
|
9424
|
+
* @param {number} [itemsPerPage]
|
|
9434
9425
|
* @param {string} [search]
|
|
9435
9426
|
* @param {string} [startDate]
|
|
9436
9427
|
* @param {string} [endDate]
|
|
@@ -9441,7 +9432,7 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
9441
9432
|
* @param {*} [options] Override http request option.
|
|
9442
9433
|
* @throws {RequiredError}
|
|
9443
9434
|
*/
|
|
9444
|
-
getCompanyCustomers: (id: string, page?: number, itemsPerPage?:
|
|
9435
|
+
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
9436
|
/**
|
|
9446
9437
|
*
|
|
9447
9438
|
* @param {string} id
|
|
@@ -9576,7 +9567,7 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
|
|
|
9576
9567
|
/**
|
|
9577
9568
|
*
|
|
9578
9569
|
* @param {number} [page]
|
|
9579
|
-
* @param {
|
|
9570
|
+
* @param {number} [itemsPerPage]
|
|
9580
9571
|
* @param {string} [search]
|
|
9581
9572
|
* @param {string} [startDate]
|
|
9582
9573
|
* @param {string} [endDate]
|
|
@@ -9590,7 +9581,7 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
|
|
|
9590
9581
|
* @param {*} [options] Override http request option.
|
|
9591
9582
|
* @throws {RequiredError}
|
|
9592
9583
|
*/
|
|
9593
|
-
getCompanies(page?: number, itemsPerPage?:
|
|
9584
|
+
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
9585
|
/**
|
|
9595
9586
|
*
|
|
9596
9587
|
* @param {string} domain
|
|
@@ -9609,7 +9600,7 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
|
|
|
9609
9600
|
*
|
|
9610
9601
|
* @param {string} id
|
|
9611
9602
|
* @param {number} [page]
|
|
9612
|
-
* @param {
|
|
9603
|
+
* @param {number} [itemsPerPage]
|
|
9613
9604
|
* @param {string} [search]
|
|
9614
9605
|
* @param {string} [startDate]
|
|
9615
9606
|
* @param {string} [endDate]
|
|
@@ -9620,7 +9611,7 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
|
|
|
9620
9611
|
* @param {*} [options] Override http request option.
|
|
9621
9612
|
* @throws {RequiredError}
|
|
9622
9613
|
*/
|
|
9623
|
-
getCompanyCustomers(id: string, page?: number, itemsPerPage?:
|
|
9614
|
+
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
9615
|
/**
|
|
9625
9616
|
*
|
|
9626
9617
|
* @param {string} id
|
|
@@ -9969,10 +9960,10 @@ export interface CompanyApiGetCompaniesRequest {
|
|
|
9969
9960
|
readonly page?: number;
|
|
9970
9961
|
/**
|
|
9971
9962
|
*
|
|
9972
|
-
* @type {
|
|
9963
|
+
* @type {number}
|
|
9973
9964
|
* @memberof CompanyApiGetCompanies
|
|
9974
9965
|
*/
|
|
9975
|
-
readonly itemsPerPage?:
|
|
9966
|
+
readonly itemsPerPage?: number;
|
|
9976
9967
|
/**
|
|
9977
9968
|
*
|
|
9978
9969
|
* @type {string}
|
|
@@ -10080,10 +10071,10 @@ export interface CompanyApiGetCompanyCustomersRequest {
|
|
|
10080
10071
|
readonly page?: number;
|
|
10081
10072
|
/**
|
|
10082
10073
|
*
|
|
10083
|
-
* @type {
|
|
10074
|
+
* @type {number}
|
|
10084
10075
|
* @memberof CompanyApiGetCompanyCustomers
|
|
10085
10076
|
*/
|
|
10086
|
-
readonly itemsPerPage?:
|
|
10077
|
+
readonly itemsPerPage?: number;
|
|
10087
10078
|
/**
|
|
10088
10079
|
*
|
|
10089
10080
|
* @type {string}
|
|
@@ -10489,7 +10480,7 @@ export declare const FileApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
10489
10480
|
*
|
|
10490
10481
|
* @param {string} company
|
|
10491
10482
|
* @param {number} [page]
|
|
10492
|
-
* @param {
|
|
10483
|
+
* @param {number} [itemsPerPage]
|
|
10493
10484
|
* @param {string} [search]
|
|
10494
10485
|
* @param {string} [startDate]
|
|
10495
10486
|
* @param {string} [endDate]
|
|
@@ -10502,7 +10493,7 @@ export declare const FileApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
10502
10493
|
* @param {*} [options] Override http request option.
|
|
10503
10494
|
* @throws {RequiredError}
|
|
10504
10495
|
*/
|
|
10505
|
-
getFiles: (company: string, page?: number, itemsPerPage?:
|
|
10496
|
+
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
10497
|
/**
|
|
10507
10498
|
*
|
|
10508
10499
|
* @param {string} id
|
|
@@ -10544,7 +10535,7 @@ export declare const FileApiFp: (configuration?: Configuration) => {
|
|
|
10544
10535
|
*
|
|
10545
10536
|
* @param {string} company
|
|
10546
10537
|
* @param {number} [page]
|
|
10547
|
-
* @param {
|
|
10538
|
+
* @param {number} [itemsPerPage]
|
|
10548
10539
|
* @param {string} [search]
|
|
10549
10540
|
* @param {string} [startDate]
|
|
10550
10541
|
* @param {string} [endDate]
|
|
@@ -10557,7 +10548,7 @@ export declare const FileApiFp: (configuration?: Configuration) => {
|
|
|
10557
10548
|
* @param {*} [options] Override http request option.
|
|
10558
10549
|
* @throws {RequiredError}
|
|
10559
10550
|
*/
|
|
10560
|
-
getFiles(company: string, page?: number, itemsPerPage?:
|
|
10551
|
+
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
10552
|
/**
|
|
10562
10553
|
*
|
|
10563
10554
|
* @param {string} id
|
|
@@ -10663,10 +10654,10 @@ export interface FileApiGetFilesRequest {
|
|
|
10663
10654
|
readonly page?: number;
|
|
10664
10655
|
/**
|
|
10665
10656
|
*
|
|
10666
|
-
* @type {
|
|
10657
|
+
* @type {number}
|
|
10667
10658
|
* @memberof FileApiGetFiles
|
|
10668
10659
|
*/
|
|
10669
|
-
readonly itemsPerPage?:
|
|
10660
|
+
readonly itemsPerPage?: number;
|
|
10670
10661
|
/**
|
|
10671
10662
|
*
|
|
10672
10663
|
* @type {string}
|
|
@@ -10836,7 +10827,7 @@ export declare const NotificationApiAxiosParamCreator: (configuration?: Configur
|
|
|
10836
10827
|
/**
|
|
10837
10828
|
*
|
|
10838
10829
|
* @param {number} [page]
|
|
10839
|
-
* @param {
|
|
10830
|
+
* @param {number} [itemsPerPage]
|
|
10840
10831
|
* @param {string} [search]
|
|
10841
10832
|
* @param {string} [startDate]
|
|
10842
10833
|
* @param {string} [endDate]
|
|
@@ -10849,7 +10840,7 @@ export declare const NotificationApiAxiosParamCreator: (configuration?: Configur
|
|
|
10849
10840
|
* @param {*} [options] Override http request option.
|
|
10850
10841
|
* @throws {RequiredError}
|
|
10851
10842
|
*/
|
|
10852
|
-
getNotifications: (page?: number, itemsPerPage?:
|
|
10843
|
+
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
10844
|
/**
|
|
10854
10845
|
*
|
|
10855
10846
|
* @param {*} [options] Override http request option.
|
|
@@ -10886,7 +10877,7 @@ export declare const NotificationApiFp: (configuration?: Configuration) => {
|
|
|
10886
10877
|
/**
|
|
10887
10878
|
*
|
|
10888
10879
|
* @param {number} [page]
|
|
10889
|
-
* @param {
|
|
10880
|
+
* @param {number} [itemsPerPage]
|
|
10890
10881
|
* @param {string} [search]
|
|
10891
10882
|
* @param {string} [startDate]
|
|
10892
10883
|
* @param {string} [endDate]
|
|
@@ -10899,7 +10890,7 @@ export declare const NotificationApiFp: (configuration?: Configuration) => {
|
|
|
10899
10890
|
* @param {*} [options] Override http request option.
|
|
10900
10891
|
* @throws {RequiredError}
|
|
10901
10892
|
*/
|
|
10902
|
-
getNotifications(page?: number, itemsPerPage?:
|
|
10893
|
+
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
10894
|
/**
|
|
10904
10895
|
*
|
|
10905
10896
|
* @param {*} [options] Override http request option.
|
|
@@ -10994,10 +10985,10 @@ export interface NotificationApiGetNotificationsRequest {
|
|
|
10994
10985
|
readonly page?: number;
|
|
10995
10986
|
/**
|
|
10996
10987
|
*
|
|
10997
|
-
* @type {
|
|
10988
|
+
* @type {number}
|
|
10998
10989
|
* @memberof NotificationApiGetNotifications
|
|
10999
10990
|
*/
|
|
11000
|
-
readonly itemsPerPage?:
|
|
10991
|
+
readonly itemsPerPage?: number;
|
|
11001
10992
|
/**
|
|
11002
10993
|
*
|
|
11003
10994
|
* @type {string}
|
|
@@ -11142,7 +11133,7 @@ export declare const OperationApiAxiosParamCreator: (configuration?: Configurati
|
|
|
11142
11133
|
/**
|
|
11143
11134
|
*
|
|
11144
11135
|
* @param {number} [page]
|
|
11145
|
-
* @param {
|
|
11136
|
+
* @param {number} [itemsPerPage]
|
|
11146
11137
|
* @param {string} [search]
|
|
11147
11138
|
* @param {string} [startDate]
|
|
11148
11139
|
* @param {string} [endDate]
|
|
@@ -11155,7 +11146,7 @@ export declare const OperationApiAxiosParamCreator: (configuration?: Configurati
|
|
|
11155
11146
|
* @param {*} [options] Override http request option.
|
|
11156
11147
|
* @throws {RequiredError}
|
|
11157
11148
|
*/
|
|
11158
|
-
getOperations: (page?: number, itemsPerPage?:
|
|
11149
|
+
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
11150
|
/**
|
|
11160
11151
|
*
|
|
11161
11152
|
* @param {string} id
|
|
@@ -11201,7 +11192,7 @@ export declare const OperationApiFp: (configuration?: Configuration) => {
|
|
|
11201
11192
|
/**
|
|
11202
11193
|
*
|
|
11203
11194
|
* @param {number} [page]
|
|
11204
|
-
* @param {
|
|
11195
|
+
* @param {number} [itemsPerPage]
|
|
11205
11196
|
* @param {string} [search]
|
|
11206
11197
|
* @param {string} [startDate]
|
|
11207
11198
|
* @param {string} [endDate]
|
|
@@ -11214,7 +11205,7 @@ export declare const OperationApiFp: (configuration?: Configuration) => {
|
|
|
11214
11205
|
* @param {*} [options] Override http request option.
|
|
11215
11206
|
* @throws {RequiredError}
|
|
11216
11207
|
*/
|
|
11217
|
-
getOperations(page?: number, itemsPerPage?:
|
|
11208
|
+
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
11209
|
/**
|
|
11219
11210
|
*
|
|
11220
11211
|
* @param {string} id
|
|
@@ -11332,10 +11323,10 @@ export interface OperationApiGetOperationsRequest {
|
|
|
11332
11323
|
readonly page?: number;
|
|
11333
11324
|
/**
|
|
11334
11325
|
*
|
|
11335
|
-
* @type {
|
|
11326
|
+
* @type {number}
|
|
11336
11327
|
* @memberof OperationApiGetOperations
|
|
11337
11328
|
*/
|
|
11338
|
-
readonly itemsPerPage?:
|
|
11329
|
+
readonly itemsPerPage?: number;
|
|
11339
11330
|
/**
|
|
11340
11331
|
*
|
|
11341
11332
|
* @type {string}
|
|
@@ -11498,6 +11489,15 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
11498
11489
|
* @throws {RequiredError}
|
|
11499
11490
|
*/
|
|
11500
11491
|
deletePage: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11492
|
+
/**
|
|
11493
|
+
*
|
|
11494
|
+
* @param {string} [company]
|
|
11495
|
+
* @param {string} [domain]
|
|
11496
|
+
* @param {Array<PageTypeEnum>} [type]
|
|
11497
|
+
* @param {*} [options] Override http request option.
|
|
11498
|
+
* @throws {RequiredError}
|
|
11499
|
+
*/
|
|
11500
|
+
getAllPages: (company?: string, domain?: string, type?: Array<PageTypeEnum>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11501
11501
|
/**
|
|
11502
11502
|
*
|
|
11503
11503
|
* @param {string} id
|
|
@@ -11527,7 +11527,7 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
11527
11527
|
*
|
|
11528
11528
|
* @param {string} company
|
|
11529
11529
|
* @param {number} [page]
|
|
11530
|
-
* @param {
|
|
11530
|
+
* @param {number} [itemsPerPage]
|
|
11531
11531
|
* @param {string} [search]
|
|
11532
11532
|
* @param {string} [startDate]
|
|
11533
11533
|
* @param {string} [endDate]
|
|
@@ -11540,7 +11540,7 @@ export declare const PageApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
11540
11540
|
* @param {*} [options] Override http request option.
|
|
11541
11541
|
* @throws {RequiredError}
|
|
11542
11542
|
*/
|
|
11543
|
-
getPages: (company: string, page?: number, itemsPerPage?:
|
|
11543
|
+
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
11544
|
/**
|
|
11545
11545
|
*
|
|
11546
11546
|
* @param {string} company
|
|
@@ -11576,6 +11576,15 @@ export declare const PageApiFp: (configuration?: Configuration) => {
|
|
|
11576
11576
|
* @throws {RequiredError}
|
|
11577
11577
|
*/
|
|
11578
11578
|
deletePage(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
11579
|
+
/**
|
|
11580
|
+
*
|
|
11581
|
+
* @param {string} [company]
|
|
11582
|
+
* @param {string} [domain]
|
|
11583
|
+
* @param {Array<PageTypeEnum>} [type]
|
|
11584
|
+
* @param {*} [options] Override http request option.
|
|
11585
|
+
* @throws {RequiredError}
|
|
11586
|
+
*/
|
|
11587
|
+
getAllPages(company?: string, domain?: string, type?: Array<PageTypeEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IPagesResponse>>;
|
|
11579
11588
|
/**
|
|
11580
11589
|
*
|
|
11581
11590
|
* @param {string} id
|
|
@@ -11605,7 +11614,7 @@ export declare const PageApiFp: (configuration?: Configuration) => {
|
|
|
11605
11614
|
*
|
|
11606
11615
|
* @param {string} company
|
|
11607
11616
|
* @param {number} [page]
|
|
11608
|
-
* @param {
|
|
11617
|
+
* @param {number} [itemsPerPage]
|
|
11609
11618
|
* @param {string} [search]
|
|
11610
11619
|
* @param {string} [startDate]
|
|
11611
11620
|
* @param {string} [endDate]
|
|
@@ -11618,7 +11627,7 @@ export declare const PageApiFp: (configuration?: Configuration) => {
|
|
|
11618
11627
|
* @param {*} [options] Override http request option.
|
|
11619
11628
|
* @throws {RequiredError}
|
|
11620
11629
|
*/
|
|
11621
|
-
getPages(company: string, page?: number, itemsPerPage?:
|
|
11630
|
+
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
11631
|
/**
|
|
11623
11632
|
*
|
|
11624
11633
|
* @param {string} company
|
|
@@ -11654,6 +11663,13 @@ export declare const PageApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11654
11663
|
* @throws {RequiredError}
|
|
11655
11664
|
*/
|
|
11656
11665
|
deletePage(requestParameters: PageApiDeletePageRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11666
|
+
/**
|
|
11667
|
+
*
|
|
11668
|
+
* @param {PageApiGetAllPagesRequest} requestParameters Request parameters.
|
|
11669
|
+
* @param {*} [options] Override http request option.
|
|
11670
|
+
* @throws {RequiredError}
|
|
11671
|
+
*/
|
|
11672
|
+
getAllPages(requestParameters?: PageApiGetAllPagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<IPagesResponse>;
|
|
11657
11673
|
/**
|
|
11658
11674
|
*
|
|
11659
11675
|
* @param {PageApiGetPageByIdRequest} requestParameters Request parameters.
|
|
@@ -11723,6 +11739,31 @@ export interface PageApiDeletePageRequest {
|
|
|
11723
11739
|
*/
|
|
11724
11740
|
readonly id: string;
|
|
11725
11741
|
}
|
|
11742
|
+
/**
|
|
11743
|
+
* Request parameters for getAllPages operation in PageApi.
|
|
11744
|
+
* @export
|
|
11745
|
+
* @interface PageApiGetAllPagesRequest
|
|
11746
|
+
*/
|
|
11747
|
+
export interface PageApiGetAllPagesRequest {
|
|
11748
|
+
/**
|
|
11749
|
+
*
|
|
11750
|
+
* @type {string}
|
|
11751
|
+
* @memberof PageApiGetAllPages
|
|
11752
|
+
*/
|
|
11753
|
+
readonly company?: string;
|
|
11754
|
+
/**
|
|
11755
|
+
*
|
|
11756
|
+
* @type {string}
|
|
11757
|
+
* @memberof PageApiGetAllPages
|
|
11758
|
+
*/
|
|
11759
|
+
readonly domain?: string;
|
|
11760
|
+
/**
|
|
11761
|
+
*
|
|
11762
|
+
* @type {Array<PageTypeEnum>}
|
|
11763
|
+
* @memberof PageApiGetAllPages
|
|
11764
|
+
*/
|
|
11765
|
+
readonly type?: Array<PageTypeEnum>;
|
|
11766
|
+
}
|
|
11726
11767
|
/**
|
|
11727
11768
|
* Request parameters for getPageById operation in PageApi.
|
|
11728
11769
|
* @export
|
|
@@ -11806,10 +11847,10 @@ export interface PageApiGetPagesRequest {
|
|
|
11806
11847
|
readonly page?: number;
|
|
11807
11848
|
/**
|
|
11808
11849
|
*
|
|
11809
|
-
* @type {
|
|
11850
|
+
* @type {number}
|
|
11810
11851
|
* @memberof PageApiGetPages
|
|
11811
11852
|
*/
|
|
11812
|
-
readonly itemsPerPage?:
|
|
11853
|
+
readonly itemsPerPage?: number;
|
|
11813
11854
|
/**
|
|
11814
11855
|
*
|
|
11815
11856
|
* @type {string}
|
|
@@ -11920,6 +11961,14 @@ export declare class PageApi extends BaseAPI {
|
|
|
11920
11961
|
* @memberof PageApi
|
|
11921
11962
|
*/
|
|
11922
11963
|
deletePage(requestParameters: PageApiDeletePageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
11964
|
+
/**
|
|
11965
|
+
*
|
|
11966
|
+
* @param {PageApiGetAllPagesRequest} requestParameters Request parameters.
|
|
11967
|
+
* @param {*} [options] Override http request option.
|
|
11968
|
+
* @throws {RequiredError}
|
|
11969
|
+
* @memberof PageApi
|
|
11970
|
+
*/
|
|
11971
|
+
getAllPages(requestParameters?: PageApiGetAllPagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IPagesResponse, any>>;
|
|
11923
11972
|
/**
|
|
11924
11973
|
*
|
|
11925
11974
|
* @param {PageApiGetPageByIdRequest} requestParameters Request parameters.
|
|
@@ -11998,7 +12047,7 @@ export declare const PlanApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
11998
12047
|
/**
|
|
11999
12048
|
*
|
|
12000
12049
|
* @param {number} [page]
|
|
12001
|
-
* @param {
|
|
12050
|
+
* @param {number} [itemsPerPage]
|
|
12002
12051
|
* @param {string} [search]
|
|
12003
12052
|
* @param {string} [startDate]
|
|
12004
12053
|
* @param {string} [endDate]
|
|
@@ -12010,7 +12059,7 @@ export declare const PlanApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
12010
12059
|
* @param {*} [options] Override http request option.
|
|
12011
12060
|
* @throws {RequiredError}
|
|
12012
12061
|
*/
|
|
12013
|
-
getPlans: (page?: number, itemsPerPage?:
|
|
12062
|
+
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
12063
|
/**
|
|
12015
12064
|
*
|
|
12016
12065
|
* @param {string} id
|
|
@@ -12049,7 +12098,7 @@ export declare const PlanApiFp: (configuration?: Configuration) => {
|
|
|
12049
12098
|
/**
|
|
12050
12099
|
*
|
|
12051
12100
|
* @param {number} [page]
|
|
12052
|
-
* @param {
|
|
12101
|
+
* @param {number} [itemsPerPage]
|
|
12053
12102
|
* @param {string} [search]
|
|
12054
12103
|
* @param {string} [startDate]
|
|
12055
12104
|
* @param {string} [endDate]
|
|
@@ -12061,7 +12110,7 @@ export declare const PlanApiFp: (configuration?: Configuration) => {
|
|
|
12061
12110
|
* @param {*} [options] Override http request option.
|
|
12062
12111
|
* @throws {RequiredError}
|
|
12063
12112
|
*/
|
|
12064
|
-
getPlans(page?: number, itemsPerPage?:
|
|
12113
|
+
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
12114
|
/**
|
|
12066
12115
|
*
|
|
12067
12116
|
* @param {string} id
|
|
@@ -12165,10 +12214,10 @@ export interface PlanApiGetPlansRequest {
|
|
|
12165
12214
|
readonly page?: number;
|
|
12166
12215
|
/**
|
|
12167
12216
|
*
|
|
12168
|
-
* @type {
|
|
12217
|
+
* @type {number}
|
|
12169
12218
|
* @memberof PlanApiGetPlans
|
|
12170
12219
|
*/
|
|
12171
|
-
readonly itemsPerPage?:
|
|
12220
|
+
readonly itemsPerPage?: number;
|
|
12172
12221
|
/**
|
|
12173
12222
|
*
|
|
12174
12223
|
* @type {string}
|
|
@@ -12339,7 +12388,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12339
12388
|
*
|
|
12340
12389
|
* @param {string} company
|
|
12341
12390
|
* @param {number} [page]
|
|
12342
|
-
* @param {
|
|
12391
|
+
* @param {number} [itemsPerPage]
|
|
12343
12392
|
* @param {string} [search]
|
|
12344
12393
|
* @param {string} [startDate]
|
|
12345
12394
|
* @param {string} [endDate]
|
|
@@ -12353,7 +12402,7 @@ export declare const ProductApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12353
12402
|
* @param {*} [options] Override http request option.
|
|
12354
12403
|
* @throws {RequiredError}
|
|
12355
12404
|
*/
|
|
12356
|
-
getProducts: (company: string, page?: number, itemsPerPage?:
|
|
12405
|
+
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
12406
|
/**
|
|
12358
12407
|
*
|
|
12359
12408
|
* @param {string} company
|
|
@@ -12425,7 +12474,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
12425
12474
|
*
|
|
12426
12475
|
* @param {string} company
|
|
12427
12476
|
* @param {number} [page]
|
|
12428
|
-
* @param {
|
|
12477
|
+
* @param {number} [itemsPerPage]
|
|
12429
12478
|
* @param {string} [search]
|
|
12430
12479
|
* @param {string} [startDate]
|
|
12431
12480
|
* @param {string} [endDate]
|
|
@@ -12439,7 +12488,7 @@ export declare const ProductApiFp: (configuration?: Configuration) => {
|
|
|
12439
12488
|
* @param {*} [options] Override http request option.
|
|
12440
12489
|
* @throws {RequiredError}
|
|
12441
12490
|
*/
|
|
12442
|
-
getProducts(company: string, page?: number, itemsPerPage?:
|
|
12491
|
+
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
12492
|
/**
|
|
12444
12493
|
*
|
|
12445
12494
|
* @param {string} company
|
|
@@ -12642,10 +12691,10 @@ export interface ProductApiGetProductsRequest {
|
|
|
12642
12691
|
readonly page?: number;
|
|
12643
12692
|
/**
|
|
12644
12693
|
*
|
|
12645
|
-
* @type {
|
|
12694
|
+
* @type {number}
|
|
12646
12695
|
* @memberof ProductApiGetProducts
|
|
12647
12696
|
*/
|
|
12648
|
-
readonly itemsPerPage?:
|
|
12697
|
+
readonly itemsPerPage?: number;
|
|
12649
12698
|
/**
|
|
12650
12699
|
*
|
|
12651
12700
|
* @type {string}
|
|
@@ -13367,7 +13416,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
13367
13416
|
/**
|
|
13368
13417
|
*
|
|
13369
13418
|
* @param {number} [page]
|
|
13370
|
-
* @param {
|
|
13419
|
+
* @param {number} [itemsPerPage]
|
|
13371
13420
|
* @param {string} [search]
|
|
13372
13421
|
* @param {string} [startDate]
|
|
13373
13422
|
* @param {string} [endDate]
|
|
@@ -13378,7 +13427,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
13378
13427
|
* @param {*} [options] Override http request option.
|
|
13379
13428
|
* @throws {RequiredError}
|
|
13380
13429
|
*/
|
|
13381
|
-
getUsers: (page?: number, itemsPerPage?:
|
|
13430
|
+
getUsers: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: string, order?: OrderEnum, sort?: string, status?: UserStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
13382
13431
|
/**
|
|
13383
13432
|
*
|
|
13384
13433
|
* @param {*} [options] Override http request option.
|
|
@@ -13446,7 +13495,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
13446
13495
|
/**
|
|
13447
13496
|
*
|
|
13448
13497
|
* @param {number} [page]
|
|
13449
|
-
* @param {
|
|
13498
|
+
* @param {number} [itemsPerPage]
|
|
13450
13499
|
* @param {string} [search]
|
|
13451
13500
|
* @param {string} [startDate]
|
|
13452
13501
|
* @param {string} [endDate]
|
|
@@ -13457,7 +13506,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
13457
13506
|
* @param {*} [options] Override http request option.
|
|
13458
13507
|
* @throws {RequiredError}
|
|
13459
13508
|
*/
|
|
13460
|
-
getUsers(page?: number, itemsPerPage?:
|
|
13509
|
+
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
13510
|
/**
|
|
13462
13511
|
*
|
|
13463
13512
|
* @param {*} [options] Override http request option.
|
|
@@ -13633,10 +13682,10 @@ export interface UserApiGetUsersRequest {
|
|
|
13633
13682
|
readonly page?: number;
|
|
13634
13683
|
/**
|
|
13635
13684
|
*
|
|
13636
|
-
* @type {
|
|
13685
|
+
* @type {number}
|
|
13637
13686
|
* @memberof UserApiGetUsers
|
|
13638
13687
|
*/
|
|
13639
|
-
readonly itemsPerPage?:
|
|
13688
|
+
readonly itemsPerPage?: number;
|
|
13640
13689
|
/**
|
|
13641
13690
|
*
|
|
13642
13691
|
* @type {string}
|