@infisale-client/api 1.3.33 → 1.3.35
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 +91 -74
- package/dist/api/api.js +15 -51
- package/dist/api/api.mjs +11 -47
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -2000,10 +2000,10 @@ export interface ICompany {
|
|
|
2000
2000
|
'main'?: string;
|
|
2001
2001
|
/**
|
|
2002
2002
|
*
|
|
2003
|
-
* @type {
|
|
2003
|
+
* @type {CompanyTypeEnum}
|
|
2004
2004
|
* @memberof ICompany
|
|
2005
2005
|
*/
|
|
2006
|
-
'
|
|
2006
|
+
'planType': CompanyTypeEnum;
|
|
2007
2007
|
/**
|
|
2008
2008
|
*
|
|
2009
2009
|
* @type {string}
|
|
@@ -2244,6 +2244,12 @@ export interface ICompany {
|
|
|
2244
2244
|
* @memberof ICompany
|
|
2245
2245
|
*/
|
|
2246
2246
|
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
2247
|
+
/**
|
|
2248
|
+
*
|
|
2249
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
2250
|
+
* @memberof ICompany
|
|
2251
|
+
*/
|
|
2252
|
+
'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
2247
2253
|
/**
|
|
2248
2254
|
*
|
|
2249
2255
|
* @type {CompanyStatusEnum}
|
|
@@ -2331,10 +2337,10 @@ export interface ICompanyAdminResponse {
|
|
|
2331
2337
|
'updatedAt': string;
|
|
2332
2338
|
/**
|
|
2333
2339
|
*
|
|
2334
|
-
* @type {
|
|
2340
|
+
* @type {CompanyTypeEnum}
|
|
2335
2341
|
* @memberof ICompanyAdminResponse
|
|
2336
2342
|
*/
|
|
2337
|
-
'
|
|
2343
|
+
'planType': CompanyTypeEnum;
|
|
2338
2344
|
/**
|
|
2339
2345
|
*
|
|
2340
2346
|
* @type {string}
|
|
@@ -2475,6 +2481,12 @@ export interface ICompanyAdminResponse {
|
|
|
2475
2481
|
* @memberof ICompanyAdminResponse
|
|
2476
2482
|
*/
|
|
2477
2483
|
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
2484
|
+
/**
|
|
2485
|
+
*
|
|
2486
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
2487
|
+
* @memberof ICompanyAdminResponse
|
|
2488
|
+
*/
|
|
2489
|
+
'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
2478
2490
|
/**
|
|
2479
2491
|
*
|
|
2480
2492
|
* @type {string}
|
|
@@ -2762,10 +2774,10 @@ export interface ICompanyCollectionQueryParams {
|
|
|
2762
2774
|
'type'?: string;
|
|
2763
2775
|
/**
|
|
2764
2776
|
*
|
|
2765
|
-
* @type {
|
|
2777
|
+
* @type {CompanyTypeEnum}
|
|
2766
2778
|
* @memberof ICompanyCollectionQueryParams
|
|
2767
2779
|
*/
|
|
2768
|
-
'
|
|
2780
|
+
'planType'?: CompanyTypeEnum;
|
|
2769
2781
|
/**
|
|
2770
2782
|
*
|
|
2771
2783
|
* @type {CompanyStatusEnum}
|
|
@@ -3089,12 +3101,6 @@ export interface ICompanyPatchRequest {
|
|
|
3089
3101
|
* @memberof ICompanyPatchRequest
|
|
3090
3102
|
*/
|
|
3091
3103
|
'paymentGateways'?: Array<ICompanyPatchRequestPaymentGatewaysInner>;
|
|
3092
|
-
/**
|
|
3093
|
-
*
|
|
3094
|
-
* @type {string}
|
|
3095
|
-
* @memberof ICompanyPatchRequest
|
|
3096
|
-
*/
|
|
3097
|
-
'planId'?: string;
|
|
3098
3104
|
/**
|
|
3099
3105
|
*
|
|
3100
3106
|
* @type {string}
|
|
@@ -3187,6 +3193,12 @@ export interface ICompanyPatchRequest {
|
|
|
3187
3193
|
'legalDocuments'?: {
|
|
3188
3194
|
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
3189
3195
|
};
|
|
3196
|
+
/**
|
|
3197
|
+
*
|
|
3198
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
3199
|
+
* @memberof ICompanyPatchRequest
|
|
3200
|
+
*/
|
|
3201
|
+
'cmsCollections'?: Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
3190
3202
|
/**
|
|
3191
3203
|
*
|
|
3192
3204
|
* @type {string}
|
|
@@ -3334,13 +3346,13 @@ export interface ICompanyPostRequest {
|
|
|
3334
3346
|
* @type {CurrencyEnum}
|
|
3335
3347
|
* @memberof ICompanyPostRequest
|
|
3336
3348
|
*/
|
|
3337
|
-
'currency'
|
|
3349
|
+
'currency'?: CurrencyEnum;
|
|
3338
3350
|
/**
|
|
3339
3351
|
*
|
|
3340
3352
|
* @type {StoreLocationEnum}
|
|
3341
3353
|
* @memberof ICompanyPostRequest
|
|
3342
3354
|
*/
|
|
3343
|
-
'storeLocation'
|
|
3355
|
+
'storeLocation'?: StoreLocationEnum;
|
|
3344
3356
|
/**
|
|
3345
3357
|
*
|
|
3346
3358
|
* @type {string}
|
|
@@ -3410,10 +3422,10 @@ export interface ICompanyResponse {
|
|
|
3410
3422
|
'updatedAt': string;
|
|
3411
3423
|
/**
|
|
3412
3424
|
*
|
|
3413
|
-
* @type {
|
|
3425
|
+
* @type {CompanyTypeEnum}
|
|
3414
3426
|
* @memberof ICompanyResponse
|
|
3415
3427
|
*/
|
|
3416
|
-
'
|
|
3428
|
+
'planType': CompanyTypeEnum;
|
|
3417
3429
|
/**
|
|
3418
3430
|
*
|
|
3419
3431
|
* @type {string}
|
|
@@ -3554,6 +3566,12 @@ export interface ICompanyResponse {
|
|
|
3554
3566
|
* @memberof ICompanyResponse
|
|
3555
3567
|
*/
|
|
3556
3568
|
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
3569
|
+
/**
|
|
3570
|
+
*
|
|
3571
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
3572
|
+
* @memberof ICompanyResponse
|
|
3573
|
+
*/
|
|
3574
|
+
'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
3557
3575
|
/**
|
|
3558
3576
|
*
|
|
3559
3577
|
* @type {string}
|
|
@@ -5047,10 +5065,10 @@ export interface INavigationLink {
|
|
|
5047
5065
|
'url': string;
|
|
5048
5066
|
/**
|
|
5049
5067
|
*
|
|
5050
|
-
* @type {
|
|
5068
|
+
* @type {string}
|
|
5051
5069
|
* @memberof INavigationLink
|
|
5052
5070
|
*/
|
|
5053
|
-
'type':
|
|
5071
|
+
'type': string;
|
|
5054
5072
|
/**
|
|
5055
5073
|
*
|
|
5056
5074
|
* @type {Array<INavigationLink>}
|
|
@@ -6527,12 +6545,6 @@ export interface IPagePatchRequest {
|
|
|
6527
6545
|
* @memberof IPagePatchRequest
|
|
6528
6546
|
*/
|
|
6529
6547
|
'thumbnail'?: IImage;
|
|
6530
|
-
/**
|
|
6531
|
-
*
|
|
6532
|
-
* @type {string}
|
|
6533
|
-
* @memberof IPagePatchRequest
|
|
6534
|
-
*/
|
|
6535
|
-
'type'?: string;
|
|
6536
6548
|
}
|
|
6537
6549
|
/**
|
|
6538
6550
|
*
|
|
@@ -7035,6 +7047,12 @@ export interface IPlanResponse {
|
|
|
7035
7047
|
* @interface IPlanResponseLimits
|
|
7036
7048
|
*/
|
|
7037
7049
|
export interface IPlanResponseLimits {
|
|
7050
|
+
/**
|
|
7051
|
+
*
|
|
7052
|
+
* @type {number}
|
|
7053
|
+
* @memberof IPlanResponseLimits
|
|
7054
|
+
*/
|
|
7055
|
+
'domains': number;
|
|
7038
7056
|
/**
|
|
7039
7057
|
*
|
|
7040
7058
|
* @type {number}
|
|
@@ -8342,10 +8360,10 @@ export interface ISubscription {
|
|
|
8342
8360
|
'plan': string;
|
|
8343
8361
|
/**
|
|
8344
8362
|
*
|
|
8345
|
-
* @type {
|
|
8363
|
+
* @type {PlanTypeEnum}
|
|
8346
8364
|
* @memberof ISubscription
|
|
8347
8365
|
*/
|
|
8348
|
-
'planType':
|
|
8366
|
+
'planType': PlanTypeEnum;
|
|
8349
8367
|
/**
|
|
8350
8368
|
*
|
|
8351
8369
|
* @type {string}
|
|
@@ -9779,23 +9797,6 @@ export declare const LanguageEnum: {
|
|
|
9779
9797
|
readonly DE: "de";
|
|
9780
9798
|
};
|
|
9781
9799
|
export type LanguageEnum = typeof LanguageEnum[keyof typeof LanguageEnum];
|
|
9782
|
-
/**
|
|
9783
|
-
*
|
|
9784
|
-
* @export
|
|
9785
|
-
* @enum {string}
|
|
9786
|
-
*/
|
|
9787
|
-
export declare const NavigationLinkTypeEnum: {
|
|
9788
|
-
readonly BLOG_LINK: "blog_link";
|
|
9789
|
-
readonly COLLECTION_LINK: "collection_link";
|
|
9790
|
-
readonly CATEGORY_LINK: "category_link";
|
|
9791
|
-
readonly CUSTOMER_ACCOUNT_PAGE_LINK: "customer_account_page_link";
|
|
9792
|
-
readonly HTTP_LINK: "http_link";
|
|
9793
|
-
readonly PAGE_LINK: "page_link";
|
|
9794
|
-
readonly POLICY_LINK: "policy_link";
|
|
9795
|
-
readonly PRODUCT_LINK: "product_link";
|
|
9796
|
-
readonly UNIQUE_PAGE_LINK: "unique_page_link";
|
|
9797
|
-
};
|
|
9798
|
-
export type NavigationLinkTypeEnum = typeof NavigationLinkTypeEnum[keyof typeof NavigationLinkTypeEnum];
|
|
9799
9800
|
/**
|
|
9800
9801
|
*
|
|
9801
9802
|
* @export
|
|
@@ -10554,10 +10555,10 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
10554
10555
|
'updatedAt': string;
|
|
10555
10556
|
/**
|
|
10556
10557
|
*
|
|
10557
|
-
* @type {
|
|
10558
|
+
* @type {CompanyTypeEnum}
|
|
10558
10559
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10559
10560
|
*/
|
|
10560
|
-
'
|
|
10561
|
+
'planType': CompanyTypeEnum;
|
|
10561
10562
|
/**
|
|
10562
10563
|
*
|
|
10563
10564
|
* @type {string}
|
|
@@ -10698,6 +10699,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
10698
10699
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10699
10700
|
*/
|
|
10700
10701
|
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
10702
|
+
/**
|
|
10703
|
+
*
|
|
10704
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
10705
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10706
|
+
*/
|
|
10707
|
+
'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
10701
10708
|
/**
|
|
10702
10709
|
*
|
|
10703
10710
|
* @type {string}
|
|
@@ -10711,6 +10718,37 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
10711
10718
|
*/
|
|
10712
10719
|
'allowGuestCheckout': boolean;
|
|
10713
10720
|
}
|
|
10721
|
+
/**
|
|
10722
|
+
*
|
|
10723
|
+
* @export
|
|
10724
|
+
* @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
10725
|
+
*/
|
|
10726
|
+
export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner {
|
|
10727
|
+
/**
|
|
10728
|
+
*
|
|
10729
|
+
* @type {string}
|
|
10730
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
10731
|
+
*/
|
|
10732
|
+
'slug': string;
|
|
10733
|
+
/**
|
|
10734
|
+
*
|
|
10735
|
+
* @type {string}
|
|
10736
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
10737
|
+
*/
|
|
10738
|
+
'singularTitle': string;
|
|
10739
|
+
/**
|
|
10740
|
+
*
|
|
10741
|
+
* @type {string}
|
|
10742
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
10743
|
+
*/
|
|
10744
|
+
'pluralTitle': string;
|
|
10745
|
+
/**
|
|
10746
|
+
*
|
|
10747
|
+
* @type {string}
|
|
10748
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
10749
|
+
*/
|
|
10750
|
+
'title': string;
|
|
10751
|
+
}
|
|
10714
10752
|
/**
|
|
10715
10753
|
*
|
|
10716
10754
|
* @export
|
|
@@ -12507,14 +12545,8 @@ export type PlanStatusEnum = typeof PlanStatusEnum[keyof typeof PlanStatusEnum];
|
|
|
12507
12545
|
*/
|
|
12508
12546
|
export declare const PlanTypeEnum: {
|
|
12509
12547
|
readonly ADDON_BANDWIDTH: "addon-bandwidth";
|
|
12510
|
-
readonly
|
|
12511
|
-
readonly
|
|
12512
|
-
readonly PREMIUM_B2C: "premium-b2c";
|
|
12513
|
-
readonly ENTERPRISE_B2C: "enterprise-b2c";
|
|
12514
|
-
readonly STANDARD_CMS: "standard-cms";
|
|
12515
|
-
readonly ADVANCED_CMS: "advanced-cms";
|
|
12516
|
-
readonly PREMIUM_CMS: "premium-cms";
|
|
12517
|
-
readonly ENTERPRISE_CMS: "enterprise-cms";
|
|
12548
|
+
readonly CMS: "cms";
|
|
12549
|
+
readonly B2C: "b2c";
|
|
12518
12550
|
};
|
|
12519
12551
|
export type PlanTypeEnum = typeof PlanTypeEnum[keyof typeof PlanTypeEnum];
|
|
12520
12552
|
/**
|
|
@@ -12996,21 +13028,6 @@ export interface SubCategories {
|
|
|
12996
13028
|
*/
|
|
12997
13029
|
'_id': string;
|
|
12998
13030
|
}
|
|
12999
|
-
/**
|
|
13000
|
-
*
|
|
13001
|
-
* @export
|
|
13002
|
-
* @enum {string}
|
|
13003
|
-
*/
|
|
13004
|
-
export declare const SubscriptionPlanEnum: {
|
|
13005
|
-
readonly ADDON_BANDWIDTH: "addon-bandwidth";
|
|
13006
|
-
readonly STANDARD_B2C: "standard-b2c";
|
|
13007
|
-
readonly ADVANCED_B2C: "advanced-b2c";
|
|
13008
|
-
readonly PREMIUM_B2C: "premium-b2c";
|
|
13009
|
-
readonly STANDARD_CMS: "standard-cms";
|
|
13010
|
-
readonly ADVANCED_CMS: "advanced-cms";
|
|
13011
|
-
readonly PREMIUM_CMS: "premium-cms";
|
|
13012
|
-
};
|
|
13013
|
-
export type SubscriptionPlanEnum = typeof SubscriptionPlanEnum[keyof typeof SubscriptionPlanEnum];
|
|
13014
13031
|
/**
|
|
13015
13032
|
*
|
|
13016
13033
|
* @export
|
|
@@ -15434,12 +15451,12 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
15434
15451
|
* @param {string} [sort]
|
|
15435
15452
|
* @param {string} [owner]
|
|
15436
15453
|
* @param {string} [type]
|
|
15437
|
-
* @param {
|
|
15454
|
+
* @param {CompanyTypeEnum} [planType]
|
|
15438
15455
|
* @param {CompanyStatusEnum} [status]
|
|
15439
15456
|
* @param {*} [options] Override http request option.
|
|
15440
15457
|
* @throws {RequiredError}
|
|
15441
15458
|
*/
|
|
15442
|
-
getCompanies: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: GetCompaniesDateFieldEnum, order?: OrderEnum, sort?: string, owner?: string, type?: string,
|
|
15459
|
+
getCompanies: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: GetCompaniesDateFieldEnum, order?: OrderEnum, sort?: string, owner?: string, type?: string, planType?: CompanyTypeEnum, status?: CompanyStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
15443
15460
|
/**
|
|
15444
15461
|
*
|
|
15445
15462
|
* @param {string} id
|
|
@@ -15800,12 +15817,12 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
|
|
|
15800
15817
|
* @param {string} [sort]
|
|
15801
15818
|
* @param {string} [owner]
|
|
15802
15819
|
* @param {string} [type]
|
|
15803
|
-
* @param {
|
|
15820
|
+
* @param {CompanyTypeEnum} [planType]
|
|
15804
15821
|
* @param {CompanyStatusEnum} [status]
|
|
15805
15822
|
* @param {*} [options] Override http request option.
|
|
15806
15823
|
* @throws {RequiredError}
|
|
15807
15824
|
*/
|
|
15808
|
-
getCompanies(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: GetCompaniesDateFieldEnum, order?: OrderEnum, sort?: string, owner?: string, type?: string,
|
|
15825
|
+
getCompanies(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: GetCompaniesDateFieldEnum, order?: OrderEnum, sort?: string, owner?: string, type?: string, planType?: CompanyTypeEnum, status?: CompanyStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICompaniesResponse>>;
|
|
15809
15826
|
/**
|
|
15810
15827
|
*
|
|
15811
15828
|
* @param {string} id
|
|
@@ -16680,10 +16697,10 @@ export interface CompanyApiGetCompaniesRequest {
|
|
|
16680
16697
|
readonly type?: string;
|
|
16681
16698
|
/**
|
|
16682
16699
|
*
|
|
16683
|
-
* @type {
|
|
16700
|
+
* @type {CompanyTypeEnum}
|
|
16684
16701
|
* @memberof CompanyApiGetCompanies
|
|
16685
16702
|
*/
|
|
16686
|
-
readonly
|
|
16703
|
+
readonly planType?: CompanyTypeEnum;
|
|
16687
16704
|
/**
|
|
16688
16705
|
*
|
|
16689
16706
|
* @type {CompanyStatusEnum}
|
package/dist/api/api.js
CHANGED
|
@@ -16,10 +16,10 @@ 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.PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFieldEnum = exports.PaymentMethodEnum = exports.PaymentGatewayEnum = exports.OrderStatusEnum = exports.OrderShippedStatusEnum = exports.OrderReturnStatusEnumWAITINGRETURN = exports.OrderReturnStatusEnumRETURNED = exports.OrderReturnStatusEnum = exports.OrderPaymentStatusEnum = exports.OrderEnum = exports.OperationStatusEnum = exports.NotificationStatusEnum = exports.NotificationMessageEnum = exports.NavigationUrlTargetEnum = exports.
|
|
20
|
-
exports.FileApiAxiosParamCreator = exports.GetContactFormsDateFieldEnum = exports.ContactFormApi = exports.ContactFormApiFactory = exports.ContactFormApiFp = exports.ContactFormApiAxiosParamCreator = exports.GetCompanyCustomersDateFieldEnum = exports.GetCompaniesDateFieldEnum = exports.CompanyApi = exports.CompanyApiFactory = exports.CompanyApiFp = exports.CompanyApiAxiosParamCreator = exports.GetCollectionsDateFieldEnum = exports.CollectionApi = exports.CollectionApiFactory = exports.CollectionApiFp = exports.CollectionApiAxiosParamCreator = exports.GetCategoriesDateFieldEnum = exports.CategoryApi = exports.CategoryApiFactory = exports.CategoryApiFp = exports.CategoryApiAxiosParamCreator = exports.GetBrandsDateFieldEnum = 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.SubscriptionStatusEnum = exports.
|
|
21
|
-
exports.TemplateApi = exports.TemplateApiFactory = exports.TemplateApiFp = exports.TemplateApiAxiosParamCreator = exports.SitemapApi = exports.SitemapApiFactory = exports.SitemapApiFp = exports.SitemapApiAxiosParamCreator = exports.GetProductsSortEnum = exports.GetProductsDateFieldEnum = exports.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.GetPlansCategoryEnum = exports.GetPlansDateFieldEnum = exports.PlanApi = exports.PlanApiFactory = exports.PlanApiFp = exports.PlanApiAxiosParamCreator = exports.GetPagesDateFieldEnum = exports.PageApi = exports.PageApiFactory = exports.PageApiFp = exports.PageApiAxiosParamCreator = exports.GetOrdersDateFieldEnum = exports.GetMyOrdersDateFieldEnum = exports.OrderApi = exports.OrderApiFactory = exports.OrderApiFp = exports.OrderApiAxiosParamCreator = exports.GetOperationsDateFieldEnum = exports.OperationApi = exports.OperationApiFactory = exports.OperationApiFp = exports.OperationApiAxiosParamCreator = exports.GetNotificationsDateFieldEnum = exports.NotificationApi = exports.NotificationApiFactory = exports.NotificationApiFp = exports.NotificationApiAxiosParamCreator = exports.GetNavigationsDateFieldEnum = exports.NavigationApi = exports.NavigationApiFactory = exports.NavigationApiFp = exports.NavigationApiAxiosParamCreator = exports.GetFilesDateFieldEnum = exports.FileApi =
|
|
22
|
-
exports.GetUsersDateFieldEnum = exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.GetUrlRedirectsSortEnum = exports.GetUrlRedirectsDateFieldEnum = exports.UrlRedirectApi = exports.UrlRedirectApiFactory = exports.UrlRedirectApiFp = exports.UrlRedirectApiAxiosParamCreator = exports.GetUniquePagesDateFieldEnum = exports.UniquePageApi = exports.UniquePageApiFactory = exports.UniquePageApiFp = exports.UniquePageApiAxiosParamCreator = exports.ThemeApi = exports.ThemeApiFactory =
|
|
19
|
+
exports.PlanStatusEnum = exports.PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFieldEnum = exports.PaymentMethodEnum = exports.PaymentGatewayEnum = exports.OrderStatusEnum = exports.OrderShippedStatusEnum = exports.OrderReturnStatusEnumWAITINGRETURN = exports.OrderReturnStatusEnumRETURNED = exports.OrderReturnStatusEnum = exports.OrderPaymentStatusEnum = exports.OrderEnum = exports.OperationStatusEnum = exports.NotificationStatusEnum = exports.NotificationMessageEnum = exports.NavigationUrlTargetEnum = exports.LanguageEnum = exports.IUserCollectionQueryParamsDateFieldEnum = exports.IUrlRedirectCollectionQueryParamsSortEnum = exports.IUrlRedirectCollectionQueryParamsDateFieldEnum = exports.IUniqueCollectionQueryParamsDateFieldEnum = exports.ISubscriptionPostRequestPeriodEnum = exports.IProductCollectionQueryParamsSortEnum = exports.IProductCollectionQueryParamsDateFieldEnum = exports.IPlanCollectionQueryParamsCategoryEnum = exports.IPlanCollectionQueryParamsDateFieldEnum = exports.IPageCollectionQueryParamsDateFieldEnum = exports.IOrderCollectionQueryParamsDateFieldEnum = exports.IOperationCollectionQueryParamsDateFieldEnum = exports.INotificationCollectionQueryParamsDateFieldEnum = exports.INavigationCollectionQueryParamsDateFieldEnum = exports.IMyOrderCollectionQueryParamsDateFieldEnum = exports.IFileCollectionQueryParamsDateFieldEnum = exports.IContactFormCollectionQueryParamsDateFieldEnum = exports.ICompanyUsersCollectionQueryParamsDateFieldEnum = exports.ICompanyDashboardResponsePeriodEnum = exports.ICompanyCollectionQueryParamsDateFieldEnum = exports.ICollectionCollectionsQueryParamsDateFieldEnum = exports.ICategoryCollectionQueryParamsDateFieldEnum = exports.IBrandCollectionQueryParamsDateFieldEnum = exports.FileTypeEnum = exports.FileStatusEnum = exports.FileKeywordEnum = exports.EmailConfigDnsRecordTypeEnum = exports.CurrencyRateTypeEnum = exports.CurrencyEnum = exports.CountryEnum = exports.ContentStatusEnum = exports.CompanyUserStatusEnum = exports.CompanyTypeEnum = exports.CompanyStatusEnum = void 0;
|
|
20
|
+
exports.FileApiFactory = exports.FileApiFp = exports.FileApiAxiosParamCreator = exports.GetContactFormsDateFieldEnum = exports.ContactFormApi = exports.ContactFormApiFactory = exports.ContactFormApiFp = exports.ContactFormApiAxiosParamCreator = exports.GetCompanyCustomersDateFieldEnum = exports.GetCompaniesDateFieldEnum = exports.CompanyApi = exports.CompanyApiFactory = exports.CompanyApiFp = exports.CompanyApiAxiosParamCreator = exports.GetCollectionsDateFieldEnum = exports.CollectionApi = exports.CollectionApiFactory = exports.CollectionApiFp = exports.CollectionApiAxiosParamCreator = exports.GetCategoriesDateFieldEnum = exports.CategoryApi = exports.CategoryApiFactory = exports.CategoryApiFp = exports.CategoryApiAxiosParamCreator = exports.GetBrandsDateFieldEnum = 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.SubscriptionStatusEnum = exports.StoreLocationEnum = exports.SitemapTypeEnum = exports.ShippingPricingTypeEnum = exports.ReviewStatusEnum = exports.PlanTypeEnum = void 0;
|
|
21
|
+
exports.ThemeApiFp = exports.ThemeApiAxiosParamCreator = exports.TemplateApi = exports.TemplateApiFactory = exports.TemplateApiFp = exports.TemplateApiAxiosParamCreator = exports.SitemapApi = exports.SitemapApiFactory = exports.SitemapApiFp = exports.SitemapApiAxiosParamCreator = exports.GetProductsSortEnum = exports.GetProductsDateFieldEnum = exports.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.GetPlansCategoryEnum = exports.GetPlansDateFieldEnum = exports.PlanApi = exports.PlanApiFactory = exports.PlanApiFp = exports.PlanApiAxiosParamCreator = exports.GetPagesDateFieldEnum = exports.PageApi = exports.PageApiFactory = exports.PageApiFp = exports.PageApiAxiosParamCreator = exports.GetOrdersDateFieldEnum = exports.GetMyOrdersDateFieldEnum = exports.OrderApi = exports.OrderApiFactory = exports.OrderApiFp = exports.OrderApiAxiosParamCreator = exports.GetOperationsDateFieldEnum = exports.OperationApi = exports.OperationApiFactory = exports.OperationApiFp = exports.OperationApiAxiosParamCreator = exports.GetNotificationsDateFieldEnum = exports.NotificationApi = exports.NotificationApiFactory = exports.NotificationApiFp = exports.NotificationApiAxiosParamCreator = exports.GetNavigationsDateFieldEnum = exports.NavigationApi = exports.NavigationApiFactory = exports.NavigationApiFp = exports.NavigationApiAxiosParamCreator = exports.GetFilesDateFieldEnum = exports.FileApi = void 0;
|
|
22
|
+
exports.GetUsersDateFieldEnum = exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.GetUrlRedirectsSortEnum = exports.GetUrlRedirectsDateFieldEnum = exports.UrlRedirectApi = exports.UrlRedirectApiFactory = exports.UrlRedirectApiFp = exports.UrlRedirectApiAxiosParamCreator = exports.GetUniquePagesDateFieldEnum = exports.UniquePageApi = exports.UniquePageApiFactory = exports.UniquePageApiFp = exports.UniquePageApiAxiosParamCreator = exports.ThemeApi = exports.ThemeApiFactory = void 0;
|
|
23
23
|
const axios_1 = __importDefault(require("axios"));
|
|
24
24
|
// Some imports not used depending on template conditions
|
|
25
25
|
// @ts-ignore
|
|
@@ -493,22 +493,6 @@ exports.LanguageEnum = {
|
|
|
493
493
|
EN: 'en',
|
|
494
494
|
DE: 'de'
|
|
495
495
|
};
|
|
496
|
-
/**
|
|
497
|
-
*
|
|
498
|
-
* @export
|
|
499
|
-
* @enum {string}
|
|
500
|
-
*/
|
|
501
|
-
exports.NavigationLinkTypeEnum = {
|
|
502
|
-
BLOG_LINK: 'blog_link',
|
|
503
|
-
COLLECTION_LINK: 'collection_link',
|
|
504
|
-
CATEGORY_LINK: 'category_link',
|
|
505
|
-
CUSTOMER_ACCOUNT_PAGE_LINK: 'customer_account_page_link',
|
|
506
|
-
HTTP_LINK: 'http_link',
|
|
507
|
-
PAGE_LINK: 'page_link',
|
|
508
|
-
POLICY_LINK: 'policy_link',
|
|
509
|
-
PRODUCT_LINK: 'product_link',
|
|
510
|
-
UNIQUE_PAGE_LINK: 'unique_page_link'
|
|
511
|
-
};
|
|
512
496
|
exports.NavigationUrlTargetEnum = {
|
|
513
497
|
BLANK: '_blank'
|
|
514
498
|
};
|
|
@@ -650,14 +634,8 @@ exports.PlanStatusEnum = {
|
|
|
650
634
|
*/
|
|
651
635
|
exports.PlanTypeEnum = {
|
|
652
636
|
ADDON_BANDWIDTH: 'addon-bandwidth',
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
PREMIUM_B2C: 'premium-b2c',
|
|
656
|
-
ENTERPRISE_B2C: 'enterprise-b2c',
|
|
657
|
-
STANDARD_CMS: 'standard-cms',
|
|
658
|
-
ADVANCED_CMS: 'advanced-cms',
|
|
659
|
-
PREMIUM_CMS: 'premium-cms',
|
|
660
|
-
ENTERPRISE_CMS: 'enterprise-cms'
|
|
637
|
+
CMS: 'cms',
|
|
638
|
+
B2C: 'b2c'
|
|
661
639
|
};
|
|
662
640
|
/**
|
|
663
641
|
*
|
|
@@ -698,20 +676,6 @@ exports.StoreLocationEnum = {
|
|
|
698
676
|
DE: 'DE',
|
|
699
677
|
TR: 'TR'
|
|
700
678
|
};
|
|
701
|
-
/**
|
|
702
|
-
*
|
|
703
|
-
* @export
|
|
704
|
-
* @enum {string}
|
|
705
|
-
*/
|
|
706
|
-
exports.SubscriptionPlanEnum = {
|
|
707
|
-
ADDON_BANDWIDTH: 'addon-bandwidth',
|
|
708
|
-
STANDARD_B2C: 'standard-b2c',
|
|
709
|
-
ADVANCED_B2C: 'advanced-b2c',
|
|
710
|
-
PREMIUM_B2C: 'premium-b2c',
|
|
711
|
-
STANDARD_CMS: 'standard-cms',
|
|
712
|
-
ADVANCED_CMS: 'advanced-cms',
|
|
713
|
-
PREMIUM_CMS: 'premium-cms'
|
|
714
|
-
};
|
|
715
679
|
/**
|
|
716
680
|
*
|
|
717
681
|
* @export
|
|
@@ -4088,12 +4052,12 @@ const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
4088
4052
|
* @param {string} [sort]
|
|
4089
4053
|
* @param {string} [owner]
|
|
4090
4054
|
* @param {string} [type]
|
|
4091
|
-
* @param {
|
|
4055
|
+
* @param {CompanyTypeEnum} [planType]
|
|
4092
4056
|
* @param {CompanyStatusEnum} [status]
|
|
4093
4057
|
* @param {*} [options] Override http request option.
|
|
4094
4058
|
* @throws {RequiredError}
|
|
4095
4059
|
*/
|
|
4096
|
-
getCompanies: async (page, itemsPerPage, search, startDate, endDate, dateField, order, sort, owner, type,
|
|
4060
|
+
getCompanies: async (page, itemsPerPage, search, startDate, endDate, dateField, order, sort, owner, type, planType, status, options = {}) => {
|
|
4097
4061
|
const localVarPath = `/api/companies`;
|
|
4098
4062
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4099
4063
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -4138,8 +4102,8 @@ const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
4138
4102
|
if (type !== undefined) {
|
|
4139
4103
|
localVarQueryParameter['type'] = type;
|
|
4140
4104
|
}
|
|
4141
|
-
if (
|
|
4142
|
-
localVarQueryParameter['
|
|
4105
|
+
if (planType !== undefined) {
|
|
4106
|
+
localVarQueryParameter['planType'] = planType;
|
|
4143
4107
|
}
|
|
4144
4108
|
if (status !== undefined) {
|
|
4145
4109
|
localVarQueryParameter['status'] = status;
|
|
@@ -5268,13 +5232,13 @@ const CompanyApiFp = function (configuration) {
|
|
|
5268
5232
|
* @param {string} [sort]
|
|
5269
5233
|
* @param {string} [owner]
|
|
5270
5234
|
* @param {string} [type]
|
|
5271
|
-
* @param {
|
|
5235
|
+
* @param {CompanyTypeEnum} [planType]
|
|
5272
5236
|
* @param {CompanyStatusEnum} [status]
|
|
5273
5237
|
* @param {*} [options] Override http request option.
|
|
5274
5238
|
* @throws {RequiredError}
|
|
5275
5239
|
*/
|
|
5276
|
-
async getCompanies(page, itemsPerPage, search, startDate, endDate, dateField, order, sort, owner, type,
|
|
5277
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getCompanies(page, itemsPerPage, search, startDate, endDate, dateField, order, sort, owner, type,
|
|
5240
|
+
async getCompanies(page, itemsPerPage, search, startDate, endDate, dateField, order, sort, owner, type, planType, status, options) {
|
|
5241
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getCompanies(page, itemsPerPage, search, startDate, endDate, dateField, order, sort, owner, type, planType, status, options);
|
|
5278
5242
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5279
5243
|
const localVarOperationServerBasePath = base_1.operationServerMap['CompanyApi.getCompanies']?.[localVarOperationServerIndex]?.url;
|
|
5280
5244
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -5788,7 +5752,7 @@ const CompanyApiFactory = function (configuration, basePath, axios) {
|
|
|
5788
5752
|
* @throws {RequiredError}
|
|
5789
5753
|
*/
|
|
5790
5754
|
getCompanies(requestParameters = {}, options) {
|
|
5791
|
-
return localVarFp.getCompanies(requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.owner, requestParameters.type, requestParameters.
|
|
5755
|
+
return localVarFp.getCompanies(requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.owner, requestParameters.type, requestParameters.planType, requestParameters.status, options).then((request) => request(axios, basePath));
|
|
5792
5756
|
},
|
|
5793
5757
|
/**
|
|
5794
5758
|
*
|
|
@@ -6202,7 +6166,7 @@ class CompanyApi extends base_1.BaseAPI {
|
|
|
6202
6166
|
* @memberof CompanyApi
|
|
6203
6167
|
*/
|
|
6204
6168
|
getCompanies(requestParameters = {}, options) {
|
|
6205
|
-
return (0, exports.CompanyApiFp)(this.configuration).getCompanies(requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.owner, requestParameters.type, requestParameters.
|
|
6169
|
+
return (0, exports.CompanyApiFp)(this.configuration).getCompanies(requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.owner, requestParameters.type, requestParameters.planType, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
|
|
6206
6170
|
}
|
|
6207
6171
|
/**
|
|
6208
6172
|
*
|
package/dist/api/api.mjs
CHANGED
|
@@ -481,22 +481,6 @@ export const LanguageEnum = {
|
|
|
481
481
|
EN: 'en',
|
|
482
482
|
DE: 'de'
|
|
483
483
|
};
|
|
484
|
-
/**
|
|
485
|
-
*
|
|
486
|
-
* @export
|
|
487
|
-
* @enum {string}
|
|
488
|
-
*/
|
|
489
|
-
export const NavigationLinkTypeEnum = {
|
|
490
|
-
BLOG_LINK: 'blog_link',
|
|
491
|
-
COLLECTION_LINK: 'collection_link',
|
|
492
|
-
CATEGORY_LINK: 'category_link',
|
|
493
|
-
CUSTOMER_ACCOUNT_PAGE_LINK: 'customer_account_page_link',
|
|
494
|
-
HTTP_LINK: 'http_link',
|
|
495
|
-
PAGE_LINK: 'page_link',
|
|
496
|
-
POLICY_LINK: 'policy_link',
|
|
497
|
-
PRODUCT_LINK: 'product_link',
|
|
498
|
-
UNIQUE_PAGE_LINK: 'unique_page_link'
|
|
499
|
-
};
|
|
500
484
|
export const NavigationUrlTargetEnum = {
|
|
501
485
|
BLANK: '_blank'
|
|
502
486
|
};
|
|
@@ -638,14 +622,8 @@ export const PlanStatusEnum = {
|
|
|
638
622
|
*/
|
|
639
623
|
export const PlanTypeEnum = {
|
|
640
624
|
ADDON_BANDWIDTH: 'addon-bandwidth',
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
PREMIUM_B2C: 'premium-b2c',
|
|
644
|
-
ENTERPRISE_B2C: 'enterprise-b2c',
|
|
645
|
-
STANDARD_CMS: 'standard-cms',
|
|
646
|
-
ADVANCED_CMS: 'advanced-cms',
|
|
647
|
-
PREMIUM_CMS: 'premium-cms',
|
|
648
|
-
ENTERPRISE_CMS: 'enterprise-cms'
|
|
625
|
+
CMS: 'cms',
|
|
626
|
+
B2C: 'b2c'
|
|
649
627
|
};
|
|
650
628
|
/**
|
|
651
629
|
*
|
|
@@ -686,20 +664,6 @@ export const StoreLocationEnum = {
|
|
|
686
664
|
DE: 'DE',
|
|
687
665
|
TR: 'TR'
|
|
688
666
|
};
|
|
689
|
-
/**
|
|
690
|
-
*
|
|
691
|
-
* @export
|
|
692
|
-
* @enum {string}
|
|
693
|
-
*/
|
|
694
|
-
export const SubscriptionPlanEnum = {
|
|
695
|
-
ADDON_BANDWIDTH: 'addon-bandwidth',
|
|
696
|
-
STANDARD_B2C: 'standard-b2c',
|
|
697
|
-
ADVANCED_B2C: 'advanced-b2c',
|
|
698
|
-
PREMIUM_B2C: 'premium-b2c',
|
|
699
|
-
STANDARD_CMS: 'standard-cms',
|
|
700
|
-
ADVANCED_CMS: 'advanced-cms',
|
|
701
|
-
PREMIUM_CMS: 'premium-cms'
|
|
702
|
-
};
|
|
703
667
|
/**
|
|
704
668
|
*
|
|
705
669
|
* @export
|
|
@@ -4052,12 +4016,12 @@ export const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
4052
4016
|
* @param {string} [sort]
|
|
4053
4017
|
* @param {string} [owner]
|
|
4054
4018
|
* @param {string} [type]
|
|
4055
|
-
* @param {
|
|
4019
|
+
* @param {CompanyTypeEnum} [planType]
|
|
4056
4020
|
* @param {CompanyStatusEnum} [status]
|
|
4057
4021
|
* @param {*} [options] Override http request option.
|
|
4058
4022
|
* @throws {RequiredError}
|
|
4059
4023
|
*/
|
|
4060
|
-
getCompanies: async (page, itemsPerPage, search, startDate, endDate, dateField, order, sort, owner, type,
|
|
4024
|
+
getCompanies: async (page, itemsPerPage, search, startDate, endDate, dateField, order, sort, owner, type, planType, status, options = {}) => {
|
|
4061
4025
|
const localVarPath = `/api/companies`;
|
|
4062
4026
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4063
4027
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4102,8 +4066,8 @@ export const CompanyApiAxiosParamCreator = function (configuration) {
|
|
|
4102
4066
|
if (type !== undefined) {
|
|
4103
4067
|
localVarQueryParameter['type'] = type;
|
|
4104
4068
|
}
|
|
4105
|
-
if (
|
|
4106
|
-
localVarQueryParameter['
|
|
4069
|
+
if (planType !== undefined) {
|
|
4070
|
+
localVarQueryParameter['planType'] = planType;
|
|
4107
4071
|
}
|
|
4108
4072
|
if (status !== undefined) {
|
|
4109
4073
|
localVarQueryParameter['status'] = status;
|
|
@@ -5231,13 +5195,13 @@ export const CompanyApiFp = function (configuration) {
|
|
|
5231
5195
|
* @param {string} [sort]
|
|
5232
5196
|
* @param {string} [owner]
|
|
5233
5197
|
* @param {string} [type]
|
|
5234
|
-
* @param {
|
|
5198
|
+
* @param {CompanyTypeEnum} [planType]
|
|
5235
5199
|
* @param {CompanyStatusEnum} [status]
|
|
5236
5200
|
* @param {*} [options] Override http request option.
|
|
5237
5201
|
* @throws {RequiredError}
|
|
5238
5202
|
*/
|
|
5239
|
-
async getCompanies(page, itemsPerPage, search, startDate, endDate, dateField, order, sort, owner, type,
|
|
5240
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getCompanies(page, itemsPerPage, search, startDate, endDate, dateField, order, sort, owner, type,
|
|
5203
|
+
async getCompanies(page, itemsPerPage, search, startDate, endDate, dateField, order, sort, owner, type, planType, status, options) {
|
|
5204
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getCompanies(page, itemsPerPage, search, startDate, endDate, dateField, order, sort, owner, type, planType, status, options);
|
|
5241
5205
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5242
5206
|
const localVarOperationServerBasePath = operationServerMap['CompanyApi.getCompanies']?.[localVarOperationServerIndex]?.url;
|
|
5243
5207
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -5750,7 +5714,7 @@ export const CompanyApiFactory = function (configuration, basePath, axios) {
|
|
|
5750
5714
|
* @throws {RequiredError}
|
|
5751
5715
|
*/
|
|
5752
5716
|
getCompanies(requestParameters = {}, options) {
|
|
5753
|
-
return localVarFp.getCompanies(requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.owner, requestParameters.type, requestParameters.
|
|
5717
|
+
return localVarFp.getCompanies(requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.owner, requestParameters.type, requestParameters.planType, requestParameters.status, options).then((request) => request(axios, basePath));
|
|
5754
5718
|
},
|
|
5755
5719
|
/**
|
|
5756
5720
|
*
|
|
@@ -6163,7 +6127,7 @@ export class CompanyApi extends BaseAPI {
|
|
|
6163
6127
|
* @memberof CompanyApi
|
|
6164
6128
|
*/
|
|
6165
6129
|
getCompanies(requestParameters = {}, options) {
|
|
6166
|
-
return CompanyApiFp(this.configuration).getCompanies(requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.owner, requestParameters.type, requestParameters.
|
|
6130
|
+
return CompanyApiFp(this.configuration).getCompanies(requestParameters.page, requestParameters.itemsPerPage, requestParameters.search, requestParameters.startDate, requestParameters.endDate, requestParameters.dateField, requestParameters.order, requestParameters.sort, requestParameters.owner, requestParameters.type, requestParameters.planType, requestParameters.status, options).then((request) => request(this.axios, this.basePath));
|
|
6167
6131
|
}
|
|
6168
6132
|
/**
|
|
6169
6133
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.35",
|
|
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",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"bugs": {
|
|
38
38
|
"url": "https://github.com/infisale/infisale-client/issues"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "aade2bc01dc3e90a0aa9977da5d6a246efda6be0"
|
|
41
41
|
}
|