@infisale-client/api 1.2.20 → 1.2.23

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.mjs CHANGED
@@ -469,6 +469,66 @@ export const FontSizeEnum = {
469
469
  _4XL: 'text-4xl',
470
470
  _6XL: 'text-6xl'
471
471
  };
472
+ export const IBrandCollectionQueryParamsDateFieldEnum = {
473
+ CREATED_AT: 'createdAt',
474
+ UPDATED_AT: 'updatedAt'
475
+ };
476
+ export const ICategoryCollectionQueryParamsDateFieldEnum = {
477
+ CREATED_AT: 'createdAt',
478
+ UPDATED_AT: 'updatedAt'
479
+ };
480
+ export const ICollectionCollectionsQueryParamsDateFieldEnum = {
481
+ CREATED_AT: 'createdAt',
482
+ UPDATED_AT: 'updatedAt'
483
+ };
484
+ export const ICompanyCollectionQueryParamsDateFieldEnum = {
485
+ CREATED_AT: 'createdAt',
486
+ UPDATED_AT: 'updatedAt'
487
+ };
488
+ export const ICompanyUsersCollectionQueryParamsDateFieldEnum = {
489
+ CREATED_AT: 'createdAt',
490
+ UPDATED_AT: 'updatedAt'
491
+ };
492
+ export const IContactFormCollectionQueryParamsDateFieldEnum = {
493
+ CREATED_AT: 'createdAt',
494
+ UPDATED_AT: 'updatedAt'
495
+ };
496
+ export const IFileCollectionQueryParamsDateFieldEnum = {
497
+ CREATED_AT: 'createdAt',
498
+ UPDATED_AT: 'updatedAt'
499
+ };
500
+ export const IMyOrderCollectionQueryParamsDateFieldEnum = {
501
+ CREATED_AT: 'createdAt',
502
+ UPDATED_AT: 'updatedAt'
503
+ };
504
+ export const INotificationCollectionQueryParamsDateFieldEnum = {
505
+ CREATED_AT: 'createdAt',
506
+ UPDATED_AT: 'updatedAt'
507
+ };
508
+ export const IOperationCollectionQueryParamsDateFieldEnum = {
509
+ CREATED_AT: 'createdAt',
510
+ UPDATED_AT: 'updatedAt'
511
+ };
512
+ export const IOrderCollectionQueryParamsDateFieldEnum = {
513
+ CREATED_AT: 'createdAt',
514
+ UPDATED_AT: 'updatedAt'
515
+ };
516
+ export const IPageCollectionQueryParamsDateFieldEnum = {
517
+ CREATED_AT: 'createdAt',
518
+ UPDATED_AT: 'updatedAt'
519
+ };
520
+ export const IPlanCollectionQueryParamsDateFieldEnum = {
521
+ CREATED_AT: 'createdAt',
522
+ UPDATED_AT: 'updatedAt'
523
+ };
524
+ export const IProductCollectionQueryParamsDateFieldEnum = {
525
+ CREATED_AT: 'createdAt',
526
+ UPDATED_AT: 'updatedAt'
527
+ };
528
+ export const IUserCollectionQueryParamsDateFieldEnum = {
529
+ CREATED_AT: 'createdAt',
530
+ UPDATED_AT: 'updatedAt'
531
+ };
472
532
  /**
473
533
  *
474
534
  * @export
@@ -533,7 +593,8 @@ export const OrderStatusEnum = {
533
593
  CANCELED: 'canceled',
534
594
  READY_TO_SHIP: 'ready_to_ship',
535
595
  SHIPPED: 'shipped',
536
- COMPLETED: 'completed'
596
+ COMPLETED: 'completed',
597
+ FAILED: 'failed'
537
598
  };
538
599
  /**
539
600
  *
@@ -548,6 +609,14 @@ export const PageTypeEnum = {
548
609
  CHECKOUT: 'checkout',
549
610
  NOT_FOUND: 'not-found'
550
611
  };
612
+ /**
613
+ *
614
+ * @export
615
+ * @enum {string}
616
+ */
617
+ export const PaymentGatewayEnum = {
618
+ IYZICO: 'iyzico'
619
+ };
551
620
  /**
552
621
  *
553
622
  * @export
@@ -1944,7 +2013,7 @@ export const BrandApiAxiosParamCreator = function (configuration) {
1944
2013
  * @param {string} [search]
1945
2014
  * @param {string} [startDate]
1946
2015
  * @param {string} [endDate]
1947
- * @param {string} [dateField]
2016
+ * @param {GetBrandsDateFieldEnum} [dateField]
1948
2017
  * @param {OrderEnum} [order]
1949
2018
  * @param {string} [sort]
1950
2019
  * @param {string} [companyId]
@@ -2106,7 +2175,7 @@ export const BrandApiFp = function (configuration) {
2106
2175
  * @param {string} [search]
2107
2176
  * @param {string} [startDate]
2108
2177
  * @param {string} [endDate]
2109
- * @param {string} [dateField]
2178
+ * @param {GetBrandsDateFieldEnum} [dateField]
2110
2179
  * @param {OrderEnum} [order]
2111
2180
  * @param {string} [sort]
2112
2181
  * @param {string} [companyId]
@@ -2267,6 +2336,13 @@ export class BrandApi extends BaseAPI {
2267
2336
  return BrandApiFp(this.configuration).updateBrand(requestParameters.id, requestParameters.iBrandPatchRequest, options).then((request) => request(this.axios, this.basePath));
2268
2337
  }
2269
2338
  }
2339
+ /**
2340
+ * @export
2341
+ */
2342
+ export const GetBrandsDateFieldEnum = {
2343
+ CREATED_AT: 'createdAt',
2344
+ UPDATED_AT: 'updatedAt'
2345
+ };
2270
2346
  /**
2271
2347
  * CategoryApi - axios parameter creator
2272
2348
  * @export
@@ -2367,7 +2443,7 @@ export const CategoryApiAxiosParamCreator = function (configuration) {
2367
2443
  * @param {string} [search]
2368
2444
  * @param {string} [startDate]
2369
2445
  * @param {string} [endDate]
2370
- * @param {string} [dateField]
2446
+ * @param {GetCategoriesDateFieldEnum} [dateField]
2371
2447
  * @param {OrderEnum} [order]
2372
2448
  * @param {string} [sort]
2373
2449
  * @param {string} [companyId]
@@ -2575,7 +2651,7 @@ export const CategoryApiFp = function (configuration) {
2575
2651
  * @param {string} [search]
2576
2652
  * @param {string} [startDate]
2577
2653
  * @param {string} [endDate]
2578
- * @param {string} [dateField]
2654
+ * @param {GetCategoriesDateFieldEnum} [dateField]
2579
2655
  * @param {OrderEnum} [order]
2580
2656
  * @param {string} [sort]
2581
2657
  * @param {string} [companyId]
@@ -2779,6 +2855,13 @@ export class CategoryApi extends BaseAPI {
2779
2855
  return CategoryApiFp(this.configuration).updateCategory(requestParameters.id, requestParameters.iCategoryPatchRequest, options).then((request) => request(this.axios, this.basePath));
2780
2856
  }
2781
2857
  }
2858
+ /**
2859
+ * @export
2860
+ */
2861
+ export const GetCategoriesDateFieldEnum = {
2862
+ CREATED_AT: 'createdAt',
2863
+ UPDATED_AT: 'updatedAt'
2864
+ };
2782
2865
  /**
2783
2866
  * CollectionApi - axios parameter creator
2784
2867
  * @export
@@ -2950,7 +3033,7 @@ export const CollectionApiAxiosParamCreator = function (configuration) {
2950
3033
  * @param {string} [search]
2951
3034
  * @param {string} [startDate]
2952
3035
  * @param {string} [endDate]
2953
- * @param {string} [dateField]
3036
+ * @param {GetCollectionsDateFieldEnum} [dateField]
2954
3037
  * @param {OrderEnum} [order]
2955
3038
  * @param {string} [sort]
2956
3039
  * @param {ContentStatusEnum} [status]
@@ -3159,7 +3242,7 @@ export const CollectionApiFp = function (configuration) {
3159
3242
  * @param {string} [search]
3160
3243
  * @param {string} [startDate]
3161
3244
  * @param {string} [endDate]
3162
- * @param {string} [dateField]
3245
+ * @param {GetCollectionsDateFieldEnum} [dateField]
3163
3246
  * @param {OrderEnum} [order]
3164
3247
  * @param {string} [sort]
3165
3248
  * @param {ContentStatusEnum} [status]
@@ -3369,6 +3452,13 @@ export class CollectionApi extends BaseAPI {
3369
3452
  return CollectionApiFp(this.configuration).updateCollection(requestParameters.id, requestParameters.iCollectionPatchRequest, options).then((request) => request(this.axios, this.basePath));
3370
3453
  }
3371
3454
  }
3455
+ /**
3456
+ * @export
3457
+ */
3458
+ export const GetCollectionsDateFieldEnum = {
3459
+ CREATED_AT: 'createdAt',
3460
+ UPDATED_AT: 'updatedAt'
3461
+ };
3372
3462
  /**
3373
3463
  * CompanyApi - axios parameter creator
3374
3464
  * @export
@@ -3597,7 +3687,7 @@ export const CompanyApiAxiosParamCreator = function (configuration) {
3597
3687
  * @param {string} [search]
3598
3688
  * @param {string} [startDate]
3599
3689
  * @param {string} [endDate]
3600
- * @param {string} [dateField]
3690
+ * @param {GetCompaniesDateFieldEnum} [dateField]
3601
3691
  * @param {OrderEnum} [order]
3602
3692
  * @param {string} [sort]
3603
3693
  * @param {string} [owner]
@@ -3730,7 +3820,7 @@ export const CompanyApiAxiosParamCreator = function (configuration) {
3730
3820
  * @param {string} [search]
3731
3821
  * @param {string} [startDate]
3732
3822
  * @param {string} [endDate]
3733
- * @param {string} [dateField]
3823
+ * @param {GetCompanyCustomersDateFieldEnum} [dateField]
3734
3824
  * @param {OrderEnum} [order]
3735
3825
  * @param {string} [sort]
3736
3826
  * @param {CompanyUserStatusEnum} [status]
@@ -3790,6 +3880,34 @@ export const CompanyApiAxiosParamCreator = function (configuration) {
3790
3880
  options: localVarRequestOptions,
3791
3881
  };
3792
3882
  },
3883
+ /**
3884
+ *
3885
+ * @param {string} id
3886
+ * @param {*} [options] Override http request option.
3887
+ * @throws {RequiredError}
3888
+ */
3889
+ getCompanyPaymentGateways: async (id, options = {}) => {
3890
+ // verify required parameter 'id' is not null or undefined
3891
+ assertParamExists('getCompanyPaymentGateways', 'id', id);
3892
+ const localVarPath = `/api/companies/{id}/payment-gateways`
3893
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
3894
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
3895
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3896
+ let baseOptions;
3897
+ if (configuration) {
3898
+ baseOptions = configuration.baseOptions;
3899
+ }
3900
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
3901
+ const localVarHeaderParameter = {};
3902
+ const localVarQueryParameter = {};
3903
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3904
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3905
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
3906
+ return {
3907
+ url: toPathString(localVarUrlObj),
3908
+ options: localVarRequestOptions,
3909
+ };
3910
+ },
3793
3911
  /**
3794
3912
  *
3795
3913
  * @param {string} id
@@ -4015,6 +4133,39 @@ export const CompanyApiAxiosParamCreator = function (configuration) {
4015
4133
  options: localVarRequestOptions,
4016
4134
  };
4017
4135
  },
4136
+ /**
4137
+ *
4138
+ * @param {string} id
4139
+ * @param {ICompanyUpdatePaymentGatewaysRequest} iCompanyUpdatePaymentGatewaysRequest
4140
+ * @param {*} [options] Override http request option.
4141
+ * @throws {RequiredError}
4142
+ */
4143
+ updateCompanyPaymentGateways: async (id, iCompanyUpdatePaymentGatewaysRequest, options = {}) => {
4144
+ // verify required parameter 'id' is not null or undefined
4145
+ assertParamExists('updateCompanyPaymentGateways', 'id', id);
4146
+ // verify required parameter 'iCompanyUpdatePaymentGatewaysRequest' is not null or undefined
4147
+ assertParamExists('updateCompanyPaymentGateways', 'iCompanyUpdatePaymentGatewaysRequest', iCompanyUpdatePaymentGatewaysRequest);
4148
+ const localVarPath = `/api/companies/{id}/payment-gateways`
4149
+ .replace(`{${"id"}}`, encodeURIComponent(String(id)));
4150
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
4151
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
4152
+ let baseOptions;
4153
+ if (configuration) {
4154
+ baseOptions = configuration.baseOptions;
4155
+ }
4156
+ const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options };
4157
+ const localVarHeaderParameter = {};
4158
+ const localVarQueryParameter = {};
4159
+ localVarHeaderParameter['Content-Type'] = 'application/json';
4160
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
4161
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
4162
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
4163
+ localVarRequestOptions.data = serializeDataIfNeeded(iCompanyUpdatePaymentGatewaysRequest, localVarRequestOptions, configuration);
4164
+ return {
4165
+ url: toPathString(localVarUrlObj),
4166
+ options: localVarRequestOptions,
4167
+ };
4168
+ },
4018
4169
  /**
4019
4170
  *
4020
4171
  * @param {string} id
@@ -4188,7 +4339,7 @@ export const CompanyApiFp = function (configuration) {
4188
4339
  * @param {string} [search]
4189
4340
  * @param {string} [startDate]
4190
4341
  * @param {string} [endDate]
4191
- * @param {string} [dateField]
4342
+ * @param {GetCompaniesDateFieldEnum} [dateField]
4192
4343
  * @param {OrderEnum} [order]
4193
4344
  * @param {string} [sort]
4194
4345
  * @param {string} [owner]
@@ -4236,7 +4387,7 @@ export const CompanyApiFp = function (configuration) {
4236
4387
  * @param {string} [search]
4237
4388
  * @param {string} [startDate]
4238
4389
  * @param {string} [endDate]
4239
- * @param {string} [dateField]
4390
+ * @param {GetCompanyCustomersDateFieldEnum} [dateField]
4240
4391
  * @param {OrderEnum} [order]
4241
4392
  * @param {string} [sort]
4242
4393
  * @param {CompanyUserStatusEnum} [status]
@@ -4249,6 +4400,18 @@ export const CompanyApiFp = function (configuration) {
4249
4400
  const localVarOperationServerBasePath = operationServerMap['CompanyApi.getCompanyCustomers']?.[localVarOperationServerIndex]?.url;
4250
4401
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4251
4402
  },
4403
+ /**
4404
+ *
4405
+ * @param {string} id
4406
+ * @param {*} [options] Override http request option.
4407
+ * @throws {RequiredError}
4408
+ */
4409
+ async getCompanyPaymentGateways(id, options) {
4410
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getCompanyPaymentGateways(id, options);
4411
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
4412
+ const localVarOperationServerBasePath = operationServerMap['CompanyApi.getCompanyPaymentGateways']?.[localVarOperationServerIndex]?.url;
4413
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4414
+ },
4252
4415
  /**
4253
4416
  *
4254
4417
  * @param {string} id
@@ -4339,6 +4502,19 @@ export const CompanyApiFp = function (configuration) {
4339
4502
  const localVarOperationServerBasePath = operationServerMap['CompanyApi.updateCompanyNavigations']?.[localVarOperationServerIndex]?.url;
4340
4503
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4341
4504
  },
4505
+ /**
4506
+ *
4507
+ * @param {string} id
4508
+ * @param {ICompanyUpdatePaymentGatewaysRequest} iCompanyUpdatePaymentGatewaysRequest
4509
+ * @param {*} [options] Override http request option.
4510
+ * @throws {RequiredError}
4511
+ */
4512
+ async updateCompanyPaymentGateways(id, iCompanyUpdatePaymentGatewaysRequest, options) {
4513
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateCompanyPaymentGateways(id, iCompanyUpdatePaymentGatewaysRequest, options);
4514
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
4515
+ const localVarOperationServerBasePath = operationServerMap['CompanyApi.updateCompanyPaymentGateways']?.[localVarOperationServerIndex]?.url;
4516
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4517
+ },
4342
4518
  /**
4343
4519
  *
4344
4520
  * @param {string} id
@@ -4474,6 +4650,15 @@ export const CompanyApiFactory = function (configuration, basePath, axios) {
4474
4650
  getCompanyCustomers(requestParameters, options) {
4475
4651
  return localVarFp.getCompanyCustomers(requestParameters.id, requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.status, options).then((request) => request(axios, basePath));
4476
4652
  },
4653
+ /**
4654
+ *
4655
+ * @param {CompanyApiGetCompanyPaymentGatewaysRequest} requestParameters Request parameters.
4656
+ * @param {*} [options] Override http request option.
4657
+ * @throws {RequiredError}
4658
+ */
4659
+ getCompanyPaymentGateways(requestParameters, options) {
4660
+ return localVarFp.getCompanyPaymentGateways(requestParameters.id, options).then((request) => request(axios, basePath));
4661
+ },
4477
4662
  /**
4478
4663
  *
4479
4664
  * @param {CompanyApiGetCompanyUsersRequest} requestParameters Request parameters.
@@ -4537,6 +4722,15 @@ export const CompanyApiFactory = function (configuration, basePath, axios) {
4537
4722
  updateCompanyNavigations(requestParameters, options) {
4538
4723
  return localVarFp.updateCompanyNavigations(requestParameters.id, requestParameters.iCompanyUpdateNavigationRequest, options).then((request) => request(axios, basePath));
4539
4724
  },
4725
+ /**
4726
+ *
4727
+ * @param {CompanyApiUpdateCompanyPaymentGatewaysRequest} requestParameters Request parameters.
4728
+ * @param {*} [options] Override http request option.
4729
+ * @throws {RequiredError}
4730
+ */
4731
+ updateCompanyPaymentGateways(requestParameters, options) {
4732
+ return localVarFp.updateCompanyPaymentGateways(requestParameters.id, requestParameters.iCompanyUpdatePaymentGatewaysRequest, options).then((request) => request(axios, basePath));
4733
+ },
4540
4734
  /**
4541
4735
  *
4542
4736
  * @param {CompanyApiUpdatePrimaryDomainRequest} requestParameters Request parameters.
@@ -4674,6 +4868,16 @@ export class CompanyApi extends BaseAPI {
4674
4868
  getCompanyCustomers(requestParameters, options) {
4675
4869
  return CompanyApiFp(this.configuration).getCompanyCustomers(requestParameters.id, requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
4676
4870
  }
4871
+ /**
4872
+ *
4873
+ * @param {CompanyApiGetCompanyPaymentGatewaysRequest} requestParameters Request parameters.
4874
+ * @param {*} [options] Override http request option.
4875
+ * @throws {RequiredError}
4876
+ * @memberof CompanyApi
4877
+ */
4878
+ getCompanyPaymentGateways(requestParameters, options) {
4879
+ return CompanyApiFp(this.configuration).getCompanyPaymentGateways(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
4880
+ }
4677
4881
  /**
4678
4882
  *
4679
4883
  * @param {CompanyApiGetCompanyUsersRequest} requestParameters Request parameters.
@@ -4744,6 +4948,16 @@ export class CompanyApi extends BaseAPI {
4744
4948
  updateCompanyNavigations(requestParameters, options) {
4745
4949
  return CompanyApiFp(this.configuration).updateCompanyNavigations(requestParameters.id, requestParameters.iCompanyUpdateNavigationRequest, options).then((request) => request(this.axios, this.basePath));
4746
4950
  }
4951
+ /**
4952
+ *
4953
+ * @param {CompanyApiUpdateCompanyPaymentGatewaysRequest} requestParameters Request parameters.
4954
+ * @param {*} [options] Override http request option.
4955
+ * @throws {RequiredError}
4956
+ * @memberof CompanyApi
4957
+ */
4958
+ updateCompanyPaymentGateways(requestParameters, options) {
4959
+ return CompanyApiFp(this.configuration).updateCompanyPaymentGateways(requestParameters.id, requestParameters.iCompanyUpdatePaymentGatewaysRequest, options).then((request) => request(this.axios, this.basePath));
4960
+ }
4747
4961
  /**
4748
4962
  *
4749
4963
  * @param {CompanyApiUpdatePrimaryDomainRequest} requestParameters Request parameters.
@@ -4765,6 +4979,20 @@ export class CompanyApi extends BaseAPI {
4765
4979
  return CompanyApiFp(this.configuration).updateUserInCompany(requestParameters.id, requestParameters.userId, requestParameters.iCompanyUpdateUserRequest, options).then((request) => request(this.axios, this.basePath));
4766
4980
  }
4767
4981
  }
4982
+ /**
4983
+ * @export
4984
+ */
4985
+ export const GetCompaniesDateFieldEnum = {
4986
+ CREATED_AT: 'createdAt',
4987
+ UPDATED_AT: 'updatedAt'
4988
+ };
4989
+ /**
4990
+ * @export
4991
+ */
4992
+ export const GetCompanyCustomersDateFieldEnum = {
4993
+ CREATED_AT: 'createdAt',
4994
+ UPDATED_AT: 'updatedAt'
4995
+ };
4768
4996
  /**
4769
4997
  * ContactFormApi - axios parameter creator
4770
4998
  * @export
@@ -4864,7 +5092,7 @@ export const ContactFormApiAxiosParamCreator = function (configuration) {
4864
5092
  * @param {string} [search]
4865
5093
  * @param {string} [startDate]
4866
5094
  * @param {string} [endDate]
4867
- * @param {string} [dateField]
5095
+ * @param {GetContactFormsDateFieldEnum} [dateField]
4868
5096
  * @param {OrderEnum} [order]
4869
5097
  * @param {string} [sort]
4870
5098
  * @param {*} [options] Override http request option.
@@ -4975,7 +5203,7 @@ export const ContactFormApiFp = function (configuration) {
4975
5203
  * @param {string} [search]
4976
5204
  * @param {string} [startDate]
4977
5205
  * @param {string} [endDate]
4978
- * @param {string} [dateField]
5206
+ * @param {GetContactFormsDateFieldEnum} [dateField]
4979
5207
  * @param {OrderEnum} [order]
4980
5208
  * @param {string} [sort]
4981
5209
  * @param {*} [options] Override http request option.
@@ -5082,6 +5310,13 @@ export class ContactFormApi extends BaseAPI {
5082
5310
  return ContactFormApiFp(this.configuration).getContactForms(requestParameters.companyId, requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, options).then((request) => request(this.axios, this.basePath));
5083
5311
  }
5084
5312
  }
5313
+ /**
5314
+ * @export
5315
+ */
5316
+ export const GetContactFormsDateFieldEnum = {
5317
+ CREATED_AT: 'createdAt',
5318
+ UPDATED_AT: 'updatedAt'
5319
+ };
5085
5320
  /**
5086
5321
  * FileApi - axios parameter creator
5087
5322
  * @export
@@ -5152,7 +5387,7 @@ export const FileApiAxiosParamCreator = function (configuration) {
5152
5387
  * @param {string} [search]
5153
5388
  * @param {string} [startDate]
5154
5389
  * @param {string} [endDate]
5155
- * @param {string} [dateField]
5390
+ * @param {GetFilesDateFieldEnum} [dateField]
5156
5391
  * @param {OrderEnum} [order]
5157
5392
  * @param {string} [sort]
5158
5393
  * @param {Array<FileKeywordEnum>} [keywords]
@@ -5341,7 +5576,7 @@ export const FileApiFp = function (configuration) {
5341
5576
  * @param {string} [search]
5342
5577
  * @param {string} [startDate]
5343
5578
  * @param {string} [endDate]
5344
- * @param {string} [dateField]
5579
+ * @param {GetFilesDateFieldEnum} [dateField]
5345
5580
  * @param {OrderEnum} [order]
5346
5581
  * @param {string} [sort]
5347
5582
  * @param {Array<FileKeywordEnum>} [keywords]
@@ -5497,6 +5732,13 @@ export class FileApi extends BaseAPI {
5497
5732
  return FileApiFp(this.configuration).uploadFile(requestParameters.keyword, requestParameters.file, requestParameters.domain, options).then((request) => request(this.axios, this.basePath));
5498
5733
  }
5499
5734
  }
5735
+ /**
5736
+ * @export
5737
+ */
5738
+ export const GetFilesDateFieldEnum = {
5739
+ CREATED_AT: 'createdAt',
5740
+ UPDATED_AT: 'updatedAt'
5741
+ };
5500
5742
  /**
5501
5743
  * NotificationApi - axios parameter creator
5502
5744
  * @export
@@ -5566,7 +5808,7 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
5566
5808
  * @param {string} [search]
5567
5809
  * @param {string} [startDate]
5568
5810
  * @param {string} [endDate]
5569
- * @param {string} [dateField]
5811
+ * @param {GetNotificationsDateFieldEnum} [dateField]
5570
5812
  * @param {OrderEnum} [order]
5571
5813
  * @param {string} [sort]
5572
5814
  * @param {string} [user]
@@ -5723,7 +5965,7 @@ export const NotificationApiFp = function (configuration) {
5723
5965
  * @param {string} [search]
5724
5966
  * @param {string} [startDate]
5725
5967
  * @param {string} [endDate]
5726
- * @param {string} [dateField]
5968
+ * @param {GetNotificationsDateFieldEnum} [dateField]
5727
5969
  * @param {OrderEnum} [order]
5728
5970
  * @param {string} [sort]
5729
5971
  * @param {string} [user]
@@ -5873,6 +6115,13 @@ export class NotificationApi extends BaseAPI {
5873
6115
  return NotificationApiFp(this.configuration).markNotificationAsRead(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
5874
6116
  }
5875
6117
  }
6118
+ /**
6119
+ * @export
6120
+ */
6121
+ export const GetNotificationsDateFieldEnum = {
6122
+ CREATED_AT: 'createdAt',
6123
+ UPDATED_AT: 'updatedAt'
6124
+ };
5876
6125
  /**
5877
6126
  * OperationApi - axios parameter creator
5878
6127
  * @export
@@ -5971,7 +6220,7 @@ export const OperationApiAxiosParamCreator = function (configuration) {
5971
6220
  * @param {string} [search]
5972
6221
  * @param {string} [startDate]
5973
6222
  * @param {string} [endDate]
5974
- * @param {string} [dateField]
6223
+ * @param {GetOperationsDateFieldEnum} [dateField]
5975
6224
  * @param {OrderEnum} [order]
5976
6225
  * @param {string} [sort]
5977
6226
  * @param {string} [user]
@@ -6149,7 +6398,7 @@ export const OperationApiFp = function (configuration) {
6149
6398
  * @param {string} [search]
6150
6399
  * @param {string} [startDate]
6151
6400
  * @param {string} [endDate]
6152
- * @param {string} [dateField]
6401
+ * @param {GetOperationsDateFieldEnum} [dateField]
6153
6402
  * @param {OrderEnum} [order]
6154
6403
  * @param {string} [sort]
6155
6404
  * @param {string} [user]
@@ -6322,6 +6571,13 @@ export class OperationApi extends BaseAPI {
6322
6571
  return OperationApiFp(this.configuration).updateOperation(requestParameters.id, requestParameters.iOperationPatchRequest, options).then((request) => request(this.axios, this.basePath));
6323
6572
  }
6324
6573
  }
6574
+ /**
6575
+ * @export
6576
+ */
6577
+ export const GetOperationsDateFieldEnum = {
6578
+ CREATED_AT: 'createdAt',
6579
+ UPDATED_AT: 'updatedAt'
6580
+ };
6325
6581
  /**
6326
6582
  * OrderApi - axios parameter creator
6327
6583
  * @export
@@ -6357,6 +6613,70 @@ export const OrderApiAxiosParamCreator = function (configuration) {
6357
6613
  options: localVarRequestOptions,
6358
6614
  };
6359
6615
  },
6616
+ /**
6617
+ *
6618
+ * @param {number} [page]
6619
+ * @param {number} [itemsPerPage]
6620
+ * @param {string} [search]
6621
+ * @param {string} [startDate]
6622
+ * @param {string} [endDate]
6623
+ * @param {GetMyOrdersDateFieldEnum} [dateField]
6624
+ * @param {OrderEnum} [order]
6625
+ * @param {string} [sort]
6626
+ * @param {OrderStatusEnum} [status]
6627
+ * @param {*} [options] Override http request option.
6628
+ * @throws {RequiredError}
6629
+ */
6630
+ getMyOrders: async (page, itemsPerPage, search, startDate, endDate, dateField, order, sort, status, options = {}) => {
6631
+ const localVarPath = `/api/orders/my`;
6632
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
6633
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
6634
+ let baseOptions;
6635
+ if (configuration) {
6636
+ baseOptions = configuration.baseOptions;
6637
+ }
6638
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
6639
+ const localVarHeaderParameter = {};
6640
+ const localVarQueryParameter = {};
6641
+ if (page !== undefined) {
6642
+ localVarQueryParameter['page'] = page;
6643
+ }
6644
+ if (itemsPerPage !== undefined) {
6645
+ localVarQueryParameter['itemsPerPage'] = itemsPerPage;
6646
+ }
6647
+ if (search !== undefined) {
6648
+ localVarQueryParameter['search'] = search;
6649
+ }
6650
+ if (startDate !== undefined) {
6651
+ localVarQueryParameter['startDate'] = (startDate instanceof Date) ?
6652
+ startDate.toISOString() :
6653
+ startDate;
6654
+ }
6655
+ if (endDate !== undefined) {
6656
+ localVarQueryParameter['endDate'] = (endDate instanceof Date) ?
6657
+ endDate.toISOString() :
6658
+ endDate;
6659
+ }
6660
+ if (dateField !== undefined) {
6661
+ localVarQueryParameter['dateField'] = dateField;
6662
+ }
6663
+ if (order !== undefined) {
6664
+ localVarQueryParameter['order'] = order;
6665
+ }
6666
+ if (sort !== undefined) {
6667
+ localVarQueryParameter['sort'] = sort;
6668
+ }
6669
+ if (status !== undefined) {
6670
+ localVarQueryParameter['status'] = status;
6671
+ }
6672
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
6673
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
6674
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
6675
+ return {
6676
+ url: toPathString(localVarUrlObj),
6677
+ options: localVarRequestOptions,
6678
+ };
6679
+ },
6360
6680
  /**
6361
6681
  *
6362
6682
  * @param {string} id
@@ -6387,21 +6707,23 @@ export const OrderApiAxiosParamCreator = function (configuration) {
6387
6707
  },
6388
6708
  /**
6389
6709
  *
6710
+ * @param {string} company
6390
6711
  * @param {number} [page]
6391
6712
  * @param {number} [itemsPerPage]
6392
6713
  * @param {string} [search]
6393
6714
  * @param {string} [startDate]
6394
6715
  * @param {string} [endDate]
6395
- * @param {string} [dateField]
6716
+ * @param {GetOrdersDateFieldEnum} [dateField]
6396
6717
  * @param {OrderEnum} [order]
6397
6718
  * @param {string} [sort]
6398
- * @param {string} [company]
6399
6719
  * @param {string} [user]
6400
6720
  * @param {OrderStatusEnum} [status]
6401
6721
  * @param {*} [options] Override http request option.
6402
6722
  * @throws {RequiredError}
6403
6723
  */
6404
- getOrders: async (page, itemsPerPage, search, startDate, endDate, dateField, order, sort, company, user, status, options = {}) => {
6724
+ getOrders: async (company, page, itemsPerPage, search, startDate, endDate, dateField, order, sort, user, status, options = {}) => {
6725
+ // verify required parameter 'company' is not null or undefined
6726
+ assertParamExists('getOrders', 'company', company);
6405
6727
  const localVarPath = `/api/orders`;
6406
6728
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
6407
6729
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -6478,6 +6800,26 @@ export const OrderApiFp = function (configuration) {
6478
6800
  const localVarOperationServerBasePath = operationServerMap['OrderApi.createOrder']?.[localVarOperationServerIndex]?.url;
6479
6801
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
6480
6802
  },
6803
+ /**
6804
+ *
6805
+ * @param {number} [page]
6806
+ * @param {number} [itemsPerPage]
6807
+ * @param {string} [search]
6808
+ * @param {string} [startDate]
6809
+ * @param {string} [endDate]
6810
+ * @param {GetMyOrdersDateFieldEnum} [dateField]
6811
+ * @param {OrderEnum} [order]
6812
+ * @param {string} [sort]
6813
+ * @param {OrderStatusEnum} [status]
6814
+ * @param {*} [options] Override http request option.
6815
+ * @throws {RequiredError}
6816
+ */
6817
+ async getMyOrders(page, itemsPerPage, search, startDate, endDate, dateField, order, sort, status, options) {
6818
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getMyOrders(page, itemsPerPage, search, startDate, endDate, dateField, order, sort, status, options);
6819
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
6820
+ const localVarOperationServerBasePath = operationServerMap['OrderApi.getMyOrders']?.[localVarOperationServerIndex]?.url;
6821
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
6822
+ },
6481
6823
  /**
6482
6824
  *
6483
6825
  * @param {string} id
@@ -6492,22 +6834,22 @@ export const OrderApiFp = function (configuration) {
6492
6834
  },
6493
6835
  /**
6494
6836
  *
6837
+ * @param {string} company
6495
6838
  * @param {number} [page]
6496
6839
  * @param {number} [itemsPerPage]
6497
6840
  * @param {string} [search]
6498
6841
  * @param {string} [startDate]
6499
6842
  * @param {string} [endDate]
6500
- * @param {string} [dateField]
6843
+ * @param {GetOrdersDateFieldEnum} [dateField]
6501
6844
  * @param {OrderEnum} [order]
6502
6845
  * @param {string} [sort]
6503
- * @param {string} [company]
6504
6846
  * @param {string} [user]
6505
6847
  * @param {OrderStatusEnum} [status]
6506
6848
  * @param {*} [options] Override http request option.
6507
6849
  * @throws {RequiredError}
6508
6850
  */
6509
- async getOrders(page, itemsPerPage, search, startDate, endDate, dateField, order, sort, company, user, status, options) {
6510
- const localVarAxiosArgs = await localVarAxiosParamCreator.getOrders(page, itemsPerPage, search, startDate, endDate, dateField, order, sort, company, user, status, options);
6851
+ async getOrders(company, page, itemsPerPage, search, startDate, endDate, dateField, order, sort, user, status, options) {
6852
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getOrders(company, page, itemsPerPage, search, startDate, endDate, dateField, order, sort, user, status, options);
6511
6853
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
6512
6854
  const localVarOperationServerBasePath = operationServerMap['OrderApi.getOrders']?.[localVarOperationServerIndex]?.url;
6513
6855
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -6530,6 +6872,15 @@ export const OrderApiFactory = function (configuration, basePath, axios) {
6530
6872
  createOrder(requestParameters, options) {
6531
6873
  return localVarFp.createOrder(requestParameters.iOrderPostRequest, options).then((request) => request(axios, basePath));
6532
6874
  },
6875
+ /**
6876
+ *
6877
+ * @param {OrderApiGetMyOrdersRequest} requestParameters Request parameters.
6878
+ * @param {*} [options] Override http request option.
6879
+ * @throws {RequiredError}
6880
+ */
6881
+ getMyOrders(requestParameters = {}, options) {
6882
+ return localVarFp.getMyOrders(requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.status, options).then((request) => request(axios, basePath));
6883
+ },
6533
6884
  /**
6534
6885
  *
6535
6886
  * @param {OrderApiGetOrderByIdRequest} requestParameters Request parameters.
@@ -6545,8 +6896,8 @@ export const OrderApiFactory = function (configuration, basePath, axios) {
6545
6896
  * @param {*} [options] Override http request option.
6546
6897
  * @throws {RequiredError}
6547
6898
  */
6548
- getOrders(requestParameters = {}, options) {
6549
- return localVarFp.getOrders(requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.company, requestParameters.user, requestParameters.status, options).then((request) => request(axios, basePath));
6899
+ getOrders(requestParameters, options) {
6900
+ return localVarFp.getOrders(requestParameters.company, requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.user, requestParameters.status, options).then((request) => request(axios, basePath));
6550
6901
  },
6551
6902
  };
6552
6903
  };
@@ -6567,6 +6918,16 @@ export class OrderApi extends BaseAPI {
6567
6918
  createOrder(requestParameters, options) {
6568
6919
  return OrderApiFp(this.configuration).createOrder(requestParameters.iOrderPostRequest, options).then((request) => request(this.axios, this.basePath));
6569
6920
  }
6921
+ /**
6922
+ *
6923
+ * @param {OrderApiGetMyOrdersRequest} requestParameters Request parameters.
6924
+ * @param {*} [options] Override http request option.
6925
+ * @throws {RequiredError}
6926
+ * @memberof OrderApi
6927
+ */
6928
+ getMyOrders(requestParameters = {}, options) {
6929
+ return OrderApiFp(this.configuration).getMyOrders(requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
6930
+ }
6570
6931
  /**
6571
6932
  *
6572
6933
  * @param {OrderApiGetOrderByIdRequest} requestParameters Request parameters.
@@ -6584,10 +6945,24 @@ export class OrderApi extends BaseAPI {
6584
6945
  * @throws {RequiredError}
6585
6946
  * @memberof OrderApi
6586
6947
  */
6587
- getOrders(requestParameters = {}, options) {
6588
- return OrderApiFp(this.configuration).getOrders(requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.company, requestParameters.user, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
6948
+ getOrders(requestParameters, options) {
6949
+ return OrderApiFp(this.configuration).getOrders(requestParameters.company, requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.user, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
6589
6950
  }
6590
6951
  }
6952
+ /**
6953
+ * @export
6954
+ */
6955
+ export const GetMyOrdersDateFieldEnum = {
6956
+ CREATED_AT: 'createdAt',
6957
+ UPDATED_AT: 'updatedAt'
6958
+ };
6959
+ /**
6960
+ * @export
6961
+ */
6962
+ export const GetOrdersDateFieldEnum = {
6963
+ CREATED_AT: 'createdAt',
6964
+ UPDATED_AT: 'updatedAt'
6965
+ };
6591
6966
  /**
6592
6967
  * PageApi - axios parameter creator
6593
6968
  * @export
@@ -6806,7 +7181,7 @@ export const PageApiAxiosParamCreator = function (configuration) {
6806
7181
  * @param {string} [search]
6807
7182
  * @param {string} [startDate]
6808
7183
  * @param {string} [endDate]
6809
- * @param {string} [dateField]
7184
+ * @param {GetPagesDateFieldEnum} [dateField]
6810
7185
  * @param {OrderEnum} [order]
6811
7186
  * @param {string} [sort]
6812
7187
  * @param {string} [companyId]
@@ -7035,7 +7410,7 @@ export const PageApiFp = function (configuration) {
7035
7410
  * @param {string} [search]
7036
7411
  * @param {string} [startDate]
7037
7412
  * @param {string} [endDate]
7038
- * @param {string} [dateField]
7413
+ * @param {GetPagesDateFieldEnum} [dateField]
7039
7414
  * @param {OrderEnum} [order]
7040
7415
  * @param {string} [sort]
7041
7416
  * @param {string} [companyId]
@@ -7266,6 +7641,13 @@ export class PageApi extends BaseAPI {
7266
7641
  return PageApiFp(this.configuration).updatePage(requestParameters.id, requestParameters.iPagePatchRequest, options).then((request) => request(this.axios, this.basePath));
7267
7642
  }
7268
7643
  }
7644
+ /**
7645
+ * @export
7646
+ */
7647
+ export const GetPagesDateFieldEnum = {
7648
+ CREATED_AT: 'createdAt',
7649
+ UPDATED_AT: 'updatedAt'
7650
+ };
7269
7651
  /**
7270
7652
  * PlanApi - axios parameter creator
7271
7653
  * @export
@@ -7364,7 +7746,7 @@ export const PlanApiAxiosParamCreator = function (configuration) {
7364
7746
  * @param {string} [search]
7365
7747
  * @param {string} [startDate]
7366
7748
  * @param {string} [endDate]
7367
- * @param {string} [dateField]
7749
+ * @param {GetPlansDateFieldEnum} [dateField]
7368
7750
  * @param {OrderEnum} [order]
7369
7751
  * @param {string} [sort]
7370
7752
  * @param {PlanStatusEnum} [status]
@@ -7510,7 +7892,7 @@ export const PlanApiFp = function (configuration) {
7510
7892
  * @param {string} [search]
7511
7893
  * @param {string} [startDate]
7512
7894
  * @param {string} [endDate]
7513
- * @param {string} [dateField]
7895
+ * @param {GetPlansDateFieldEnum} [dateField]
7514
7896
  * @param {OrderEnum} [order]
7515
7897
  * @param {string} [sort]
7516
7898
  * @param {PlanStatusEnum} [status]
@@ -7651,6 +8033,13 @@ export class PlanApi extends BaseAPI {
7651
8033
  return PlanApiFp(this.configuration).updatePlan(requestParameters.id, requestParameters.iPlanPatchRequest, options).then((request) => request(this.axios, this.basePath));
7652
8034
  }
7653
8035
  }
8036
+ /**
8037
+ * @export
8038
+ */
8039
+ export const GetPlansDateFieldEnum = {
8040
+ CREATED_AT: 'createdAt',
8041
+ UPDATED_AT: 'updatedAt'
8042
+ };
7654
8043
  /**
7655
8044
  * ProductApi - axios parameter creator
7656
8045
  * @export
@@ -7857,7 +8246,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
7857
8246
  * @param {string} [search]
7858
8247
  * @param {string} [startDate]
7859
8248
  * @param {string} [endDate]
7860
- * @param {string} [dateField]
8249
+ * @param {GetProductsDateFieldEnum} [dateField]
7861
8250
  * @param {OrderEnum} [order]
7862
8251
  * @param {string} [sort]
7863
8252
  * @param {string} [companyId]
@@ -8098,7 +8487,7 @@ export const ProductApiFp = function (configuration) {
8098
8487
  * @param {string} [search]
8099
8488
  * @param {string} [startDate]
8100
8489
  * @param {string} [endDate]
8101
- * @param {string} [dateField]
8490
+ * @param {GetProductsDateFieldEnum} [dateField]
8102
8491
  * @param {OrderEnum} [order]
8103
8492
  * @param {string} [sort]
8104
8493
  * @param {string} [companyId]
@@ -8333,6 +8722,13 @@ export class ProductApi extends BaseAPI {
8333
8722
  return ProductApiFp(this.configuration).updateProduct(requestParameters.id, requestParameters.iProductPatchRequest, options).then((request) => request(this.axios, this.basePath));
8334
8723
  }
8335
8724
  }
8725
+ /**
8726
+ * @export
8727
+ */
8728
+ export const GetProductsDateFieldEnum = {
8729
+ CREATED_AT: 'createdAt',
8730
+ UPDATED_AT: 'updatedAt'
8731
+ };
8336
8732
  /**
8337
8733
  * SitemapApi - axios parameter creator
8338
8734
  * @export
@@ -9343,7 +9739,7 @@ export const UserApiAxiosParamCreator = function (configuration) {
9343
9739
  * @param {string} [search]
9344
9740
  * @param {string} [startDate]
9345
9741
  * @param {string} [endDate]
9346
- * @param {string} [dateField]
9742
+ * @param {GetUsersDateFieldEnum} [dateField]
9347
9743
  * @param {OrderEnum} [order]
9348
9744
  * @param {string} [sort]
9349
9745
  * @param {UserStatusEnum} [status]
@@ -9591,7 +9987,7 @@ export const UserApiFp = function (configuration) {
9591
9987
  * @param {string} [search]
9592
9988
  * @param {string} [startDate]
9593
9989
  * @param {string} [endDate]
9594
- * @param {string} [dateField]
9990
+ * @param {GetUsersDateFieldEnum} [dateField]
9595
9991
  * @param {OrderEnum} [order]
9596
9992
  * @param {string} [sort]
9597
9993
  * @param {UserStatusEnum} [status]
@@ -9857,3 +10253,10 @@ export class UserApi extends BaseAPI {
9857
10253
  return UserApiFp(this.configuration).verifyUser(requestParameters.iVerifyUserRequest, options).then((request) => request(this.axios, this.basePath));
9858
10254
  }
9859
10255
  }
10256
+ /**
10257
+ * @export
10258
+ */
10259
+ export const GetUsersDateFieldEnum = {
10260
+ CREATED_AT: 'createdAt',
10261
+ UPDATED_AT: 'updatedAt'
10262
+ };