@infisale-client/api-client 1.3.24 → 1.3.26
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 +119 -139
- package/dist/api/api.js +9 -15
- package/dist/api/api.mjs +6 -12
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -25,16 +25,6 @@ export declare const CompanyStatusEnum: {
|
|
|
25
25
|
readonly DELETED: "deleted";
|
|
26
26
|
};
|
|
27
27
|
export type CompanyStatusEnum = typeof CompanyStatusEnum[keyof typeof CompanyStatusEnum];
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @export
|
|
31
|
-
* @enum {string}
|
|
32
|
-
*/
|
|
33
|
-
export declare const CompanyTypeEnum: {
|
|
34
|
-
readonly B2_C: "B2C";
|
|
35
|
-
readonly B2_B: "B2B";
|
|
36
|
-
};
|
|
37
|
-
export type CompanyTypeEnum = typeof CompanyTypeEnum[keyof typeof CompanyTypeEnum];
|
|
38
28
|
/**
|
|
39
29
|
*
|
|
40
30
|
* @export
|
|
@@ -2010,12 +2000,6 @@ export interface ICompany {
|
|
|
2010
2000
|
* @memberof ICompany
|
|
2011
2001
|
*/
|
|
2012
2002
|
'plan': PlanTypeEnum;
|
|
2013
|
-
/**
|
|
2014
|
-
*
|
|
2015
|
-
* @type {CompanyTypeEnum}
|
|
2016
|
-
* @memberof ICompany
|
|
2017
|
-
*/
|
|
2018
|
-
'type': CompanyTypeEnum;
|
|
2019
2003
|
/**
|
|
2020
2004
|
*
|
|
2021
2005
|
* @type {string}
|
|
@@ -2072,14 +2056,6 @@ export interface ICompany {
|
|
|
2072
2056
|
'roles': {
|
|
2073
2057
|
[key: string]: PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesRolesValue;
|
|
2074
2058
|
};
|
|
2075
|
-
/**
|
|
2076
|
-
*
|
|
2077
|
-
* @type {{ [key: string]: string; }}
|
|
2078
|
-
* @memberof ICompany
|
|
2079
|
-
*/
|
|
2080
|
-
'socials'?: {
|
|
2081
|
-
[key: string]: string;
|
|
2082
|
-
};
|
|
2083
2059
|
/**
|
|
2084
2060
|
*
|
|
2085
2061
|
* @type {string}
|
|
@@ -2190,12 +2166,6 @@ export interface ICompany {
|
|
|
2190
2166
|
* @memberof ICompany
|
|
2191
2167
|
*/
|
|
2192
2168
|
'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
2193
|
-
/**
|
|
2194
|
-
*
|
|
2195
|
-
* @type {ICompanyResponseAddress}
|
|
2196
|
-
* @memberof ICompany
|
|
2197
|
-
*/
|
|
2198
|
-
'address'?: ICompanyResponseAddress;
|
|
2199
2169
|
/**
|
|
2200
2170
|
*
|
|
2201
2171
|
* @type {Array<ICompanyResponseCustomHostnamesInner>}
|
|
@@ -2349,12 +2319,6 @@ export interface ICompanyAdminResponse {
|
|
|
2349
2319
|
* @memberof ICompanyAdminResponse
|
|
2350
2320
|
*/
|
|
2351
2321
|
'updatedAt': string;
|
|
2352
|
-
/**
|
|
2353
|
-
*
|
|
2354
|
-
* @type {CompanyTypeEnum}
|
|
2355
|
-
* @memberof ICompanyAdminResponse
|
|
2356
|
-
*/
|
|
2357
|
-
'type': CompanyTypeEnum;
|
|
2358
2322
|
/**
|
|
2359
2323
|
*
|
|
2360
2324
|
* @type {PlanTypeEnum}
|
|
@@ -2385,14 +2349,6 @@ export interface ICompanyAdminResponse {
|
|
|
2385
2349
|
* @memberof ICompanyAdminResponse
|
|
2386
2350
|
*/
|
|
2387
2351
|
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
2388
|
-
/**
|
|
2389
|
-
*
|
|
2390
|
-
* @type {{ [key: string]: string; }}
|
|
2391
|
-
* @memberof ICompanyAdminResponse
|
|
2392
|
-
*/
|
|
2393
|
-
'socials'?: {
|
|
2394
|
-
[key: string]: string;
|
|
2395
|
-
};
|
|
2396
2352
|
/**
|
|
2397
2353
|
*
|
|
2398
2354
|
* @type {string}
|
|
@@ -2581,16 +2537,16 @@ export interface ICompanyAdminResponse {
|
|
|
2581
2537
|
'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
2582
2538
|
/**
|
|
2583
2539
|
*
|
|
2584
|
-
* @type {
|
|
2540
|
+
* @type {Array<ICompanyResponseCustomHostnamesInner>}
|
|
2585
2541
|
* @memberof ICompanyAdminResponse
|
|
2586
2542
|
*/
|
|
2587
|
-
'
|
|
2543
|
+
'customHostnames': Array<ICompanyResponseCustomHostnamesInner>;
|
|
2588
2544
|
/**
|
|
2589
2545
|
*
|
|
2590
|
-
* @type {
|
|
2546
|
+
* @type {number}
|
|
2591
2547
|
* @memberof ICompanyAdminResponse
|
|
2592
2548
|
*/
|
|
2593
|
-
'
|
|
2549
|
+
'totalBandwidth': number;
|
|
2594
2550
|
}
|
|
2595
2551
|
/**
|
|
2596
2552
|
*
|
|
@@ -2987,6 +2943,56 @@ export interface ICompanyDashboardResponseOrdersInner {
|
|
|
2987
2943
|
*/
|
|
2988
2944
|
'date': string;
|
|
2989
2945
|
}
|
|
2946
|
+
/**
|
|
2947
|
+
*
|
|
2948
|
+
* @export
|
|
2949
|
+
* @interface ICompanyMonthlyBandwidth
|
|
2950
|
+
*/
|
|
2951
|
+
export interface ICompanyMonthlyBandwidth {
|
|
2952
|
+
/**
|
|
2953
|
+
*
|
|
2954
|
+
* @type {string}
|
|
2955
|
+
* @memberof ICompanyMonthlyBandwidth
|
|
2956
|
+
*/
|
|
2957
|
+
'_id': string;
|
|
2958
|
+
/**
|
|
2959
|
+
*
|
|
2960
|
+
* @type {string}
|
|
2961
|
+
* @memberof ICompanyMonthlyBandwidth
|
|
2962
|
+
*/
|
|
2963
|
+
'company': string;
|
|
2964
|
+
/**
|
|
2965
|
+
*
|
|
2966
|
+
* @type {number}
|
|
2967
|
+
* @memberof ICompanyMonthlyBandwidth
|
|
2968
|
+
*/
|
|
2969
|
+
'year': number;
|
|
2970
|
+
/**
|
|
2971
|
+
*
|
|
2972
|
+
* @type {number}
|
|
2973
|
+
* @memberof ICompanyMonthlyBandwidth
|
|
2974
|
+
*/
|
|
2975
|
+
'month': number;
|
|
2976
|
+
/**
|
|
2977
|
+
*
|
|
2978
|
+
* @type {number}
|
|
2979
|
+
* @memberof ICompanyMonthlyBandwidth
|
|
2980
|
+
*/
|
|
2981
|
+
'bandwidth': number;
|
|
2982
|
+
}
|
|
2983
|
+
/**
|
|
2984
|
+
*
|
|
2985
|
+
* @export
|
|
2986
|
+
* @interface ICompanyMonthlyBandwidthResponse
|
|
2987
|
+
*/
|
|
2988
|
+
export interface ICompanyMonthlyBandwidthResponse {
|
|
2989
|
+
/**
|
|
2990
|
+
*
|
|
2991
|
+
* @type {Array<ICompanyMonthlyBandwidth>}
|
|
2992
|
+
* @memberof ICompanyMonthlyBandwidthResponse
|
|
2993
|
+
*/
|
|
2994
|
+
'data': Array<ICompanyMonthlyBandwidth>;
|
|
2995
|
+
}
|
|
2990
2996
|
/**
|
|
2991
2997
|
*
|
|
2992
2998
|
* @export
|
|
@@ -3037,12 +3043,6 @@ export interface ICompanyPatchRequest {
|
|
|
3037
3043
|
* @memberof ICompanyPatchRequest
|
|
3038
3044
|
*/
|
|
3039
3045
|
'theme'?: string;
|
|
3040
|
-
/**
|
|
3041
|
-
*
|
|
3042
|
-
* @type {CompanyTypeEnum}
|
|
3043
|
-
* @memberof ICompanyPatchRequest
|
|
3044
|
-
*/
|
|
3045
|
-
'type'?: CompanyTypeEnum;
|
|
3046
3046
|
/**
|
|
3047
3047
|
*
|
|
3048
3048
|
* @type {ICompanyResponseFirebaseAdminCredentials}
|
|
@@ -3067,12 +3067,6 @@ export interface ICompanyPatchRequest {
|
|
|
3067
3067
|
* @memberof ICompanyPatchRequest
|
|
3068
3068
|
*/
|
|
3069
3069
|
'warehouses'?: Array<ICompanyPatchRequestWarehousesInner>;
|
|
3070
|
-
/**
|
|
3071
|
-
*
|
|
3072
|
-
* @type {ICompanyResponseAddress}
|
|
3073
|
-
* @memberof ICompanyPatchRequest
|
|
3074
|
-
*/
|
|
3075
|
-
'address'?: ICompanyResponseAddress;
|
|
3076
3070
|
/**
|
|
3077
3071
|
*
|
|
3078
3072
|
* @type {string}
|
|
@@ -3097,14 +3091,6 @@ export interface ICompanyPatchRequest {
|
|
|
3097
3091
|
* @memberof ICompanyPatchRequest
|
|
3098
3092
|
*/
|
|
3099
3093
|
'customPaymentMethods'?: RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
3100
|
-
/**
|
|
3101
|
-
*
|
|
3102
|
-
* @type {{ [key: string]: string; }}
|
|
3103
|
-
* @memberof ICompanyPatchRequest
|
|
3104
|
-
*/
|
|
3105
|
-
'socials'?: {
|
|
3106
|
-
[key: string]: string;
|
|
3107
|
-
};
|
|
3108
3094
|
/**
|
|
3109
3095
|
*
|
|
3110
3096
|
* @type {string}
|
|
@@ -3321,12 +3307,6 @@ export interface ICompanyPostRequest {
|
|
|
3321
3307
|
* @memberof ICompanyPostRequest
|
|
3322
3308
|
*/
|
|
3323
3309
|
'plan': PlanTypeEnum;
|
|
3324
|
-
/**
|
|
3325
|
-
*
|
|
3326
|
-
* @type {CompanyTypeEnum}
|
|
3327
|
-
* @memberof ICompanyPostRequest
|
|
3328
|
-
*/
|
|
3329
|
-
'type': CompanyTypeEnum;
|
|
3330
3310
|
/**
|
|
3331
3311
|
*
|
|
3332
3312
|
* @type {LanguageEnum}
|
|
@@ -3412,12 +3392,6 @@ export interface ICompanyResponse {
|
|
|
3412
3392
|
* @memberof ICompanyResponse
|
|
3413
3393
|
*/
|
|
3414
3394
|
'updatedAt': string;
|
|
3415
|
-
/**
|
|
3416
|
-
*
|
|
3417
|
-
* @type {CompanyTypeEnum}
|
|
3418
|
-
* @memberof ICompanyResponse
|
|
3419
|
-
*/
|
|
3420
|
-
'type': CompanyTypeEnum;
|
|
3421
3395
|
/**
|
|
3422
3396
|
*
|
|
3423
3397
|
* @type {PlanTypeEnum}
|
|
@@ -3448,14 +3422,6 @@ export interface ICompanyResponse {
|
|
|
3448
3422
|
* @memberof ICompanyResponse
|
|
3449
3423
|
*/
|
|
3450
3424
|
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
3451
|
-
/**
|
|
3452
|
-
*
|
|
3453
|
-
* @type {{ [key: string]: string; }}
|
|
3454
|
-
* @memberof ICompanyResponse
|
|
3455
|
-
*/
|
|
3456
|
-
'socials'?: {
|
|
3457
|
-
[key: string]: string;
|
|
3458
|
-
};
|
|
3459
3425
|
/**
|
|
3460
3426
|
*
|
|
3461
3427
|
* @type {string}
|
|
@@ -3622,49 +3588,18 @@ export interface ICompanyResponse {
|
|
|
3622
3588
|
* @memberof ICompanyResponse
|
|
3623
3589
|
*/
|
|
3624
3590
|
'firebaseAdminCredentials'?: ICompanyResponseFirebaseAdminCredentials;
|
|
3625
|
-
/**
|
|
3626
|
-
*
|
|
3627
|
-
* @type {ICompanyResponseAddress}
|
|
3628
|
-
* @memberof ICompanyResponse
|
|
3629
|
-
*/
|
|
3630
|
-
'address'?: ICompanyResponseAddress;
|
|
3631
3591
|
/**
|
|
3632
3592
|
*
|
|
3633
3593
|
* @type {Array<ICompanyResponseCustomHostnamesInner>}
|
|
3634
3594
|
* @memberof ICompanyResponse
|
|
3635
3595
|
*/
|
|
3636
3596
|
'customHostnames': Array<ICompanyResponseCustomHostnamesInner>;
|
|
3637
|
-
}
|
|
3638
|
-
/**
|
|
3639
|
-
*
|
|
3640
|
-
* @export
|
|
3641
|
-
* @interface ICompanyResponseAddress
|
|
3642
|
-
*/
|
|
3643
|
-
export interface ICompanyResponseAddress {
|
|
3644
3597
|
/**
|
|
3645
3598
|
*
|
|
3646
|
-
* @type {
|
|
3647
|
-
* @memberof
|
|
3648
|
-
*/
|
|
3649
|
-
'description': string;
|
|
3650
|
-
/**
|
|
3651
|
-
*
|
|
3652
|
-
* @type {string}
|
|
3653
|
-
* @memberof ICompanyResponseAddress
|
|
3654
|
-
*/
|
|
3655
|
-
'city': string;
|
|
3656
|
-
/**
|
|
3657
|
-
*
|
|
3658
|
-
* @type {string}
|
|
3659
|
-
* @memberof ICompanyResponseAddress
|
|
3660
|
-
*/
|
|
3661
|
-
'state': string;
|
|
3662
|
-
/**
|
|
3663
|
-
*
|
|
3664
|
-
* @type {string}
|
|
3665
|
-
* @memberof ICompanyResponseAddress
|
|
3599
|
+
* @type {number}
|
|
3600
|
+
* @memberof ICompanyResponse
|
|
3666
3601
|
*/
|
|
3667
|
-
'
|
|
3602
|
+
'totalBandwidth': number;
|
|
3668
3603
|
}
|
|
3669
3604
|
/**
|
|
3670
3605
|
*
|
|
@@ -10187,12 +10122,6 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
10187
10122
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10188
10123
|
*/
|
|
10189
10124
|
'updatedAt': string;
|
|
10190
|
-
/**
|
|
10191
|
-
*
|
|
10192
|
-
* @type {CompanyTypeEnum}
|
|
10193
|
-
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10194
|
-
*/
|
|
10195
|
-
'type': CompanyTypeEnum;
|
|
10196
10125
|
/**
|
|
10197
10126
|
*
|
|
10198
10127
|
* @type {PlanTypeEnum}
|
|
@@ -10223,14 +10152,6 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
10223
10152
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10224
10153
|
*/
|
|
10225
10154
|
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
10226
|
-
/**
|
|
10227
|
-
*
|
|
10228
|
-
* @type {{ [key: string]: string; }}
|
|
10229
|
-
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10230
|
-
*/
|
|
10231
|
-
'socials'?: {
|
|
10232
|
-
[key: string]: string;
|
|
10233
|
-
};
|
|
10234
10155
|
/**
|
|
10235
10156
|
*
|
|
10236
10157
|
* @type {string}
|
|
@@ -12085,9 +12006,12 @@ export type PlanStatusEnum = typeof PlanStatusEnum[keyof typeof PlanStatusEnum];
|
|
|
12085
12006
|
* @enum {string}
|
|
12086
12007
|
*/
|
|
12087
12008
|
export declare const PlanTypeEnum: {
|
|
12088
|
-
readonly
|
|
12089
|
-
readonly
|
|
12090
|
-
readonly
|
|
12009
|
+
readonly STANDARD_B2C: "standard-b2c";
|
|
12010
|
+
readonly ADVANCED_B2C: "advanced-b2c";
|
|
12011
|
+
readonly PREMIUM_B2C: "premium-b2c";
|
|
12012
|
+
readonly STANDARD_CMS: "standard-cms";
|
|
12013
|
+
readonly ADVANCED_CMS: "advanced-cms";
|
|
12014
|
+
readonly PREMIUM_CMS: "premium-cms";
|
|
12091
12015
|
};
|
|
12092
12016
|
export type PlanTypeEnum = typeof PlanTypeEnum[keyof typeof PlanTypeEnum];
|
|
12093
12017
|
/**
|
|
@@ -12308,6 +12232,62 @@ export interface RecordLanguageEnumTitleStringTr {
|
|
|
12308
12232
|
*/
|
|
12309
12233
|
'title': string;
|
|
12310
12234
|
}
|
|
12235
|
+
/**
|
|
12236
|
+
* Construct a type with a set of properties K of type T
|
|
12237
|
+
* @export
|
|
12238
|
+
* @interface RecordPlanTypeEnumMonthlyBandwidthNumber
|
|
12239
|
+
*/
|
|
12240
|
+
export interface RecordPlanTypeEnumMonthlyBandwidthNumber {
|
|
12241
|
+
/**
|
|
12242
|
+
*
|
|
12243
|
+
* @type {RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c}
|
|
12244
|
+
* @memberof RecordPlanTypeEnumMonthlyBandwidthNumber
|
|
12245
|
+
*/
|
|
12246
|
+
'standard-b2c': RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c;
|
|
12247
|
+
/**
|
|
12248
|
+
*
|
|
12249
|
+
* @type {RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c}
|
|
12250
|
+
* @memberof RecordPlanTypeEnumMonthlyBandwidthNumber
|
|
12251
|
+
*/
|
|
12252
|
+
'advanced-b2c': RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c;
|
|
12253
|
+
/**
|
|
12254
|
+
*
|
|
12255
|
+
* @type {RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c}
|
|
12256
|
+
* @memberof RecordPlanTypeEnumMonthlyBandwidthNumber
|
|
12257
|
+
*/
|
|
12258
|
+
'premium-b2c': RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c;
|
|
12259
|
+
/**
|
|
12260
|
+
*
|
|
12261
|
+
* @type {RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c}
|
|
12262
|
+
* @memberof RecordPlanTypeEnumMonthlyBandwidthNumber
|
|
12263
|
+
*/
|
|
12264
|
+
'standard-cms': RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c;
|
|
12265
|
+
/**
|
|
12266
|
+
*
|
|
12267
|
+
* @type {RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c}
|
|
12268
|
+
* @memberof RecordPlanTypeEnumMonthlyBandwidthNumber
|
|
12269
|
+
*/
|
|
12270
|
+
'advanced-cms': RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c;
|
|
12271
|
+
/**
|
|
12272
|
+
*
|
|
12273
|
+
* @type {RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c}
|
|
12274
|
+
* @memberof RecordPlanTypeEnumMonthlyBandwidthNumber
|
|
12275
|
+
*/
|
|
12276
|
+
'premium-cms': RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c;
|
|
12277
|
+
}
|
|
12278
|
+
/**
|
|
12279
|
+
*
|
|
12280
|
+
* @export
|
|
12281
|
+
* @interface RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c
|
|
12282
|
+
*/
|
|
12283
|
+
export interface RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c {
|
|
12284
|
+
/**
|
|
12285
|
+
*
|
|
12286
|
+
* @type {number}
|
|
12287
|
+
* @memberof RecordPlanTypeEnumMonthlyBandwidthNumberStandardB2c
|
|
12288
|
+
*/
|
|
12289
|
+
'monthlyBandwidth': number;
|
|
12290
|
+
}
|
|
12311
12291
|
/**
|
|
12312
12292
|
*
|
|
12313
12293
|
* @export
|
package/dist/api/api.js
CHANGED
|
@@ -16,9 +16,9 @@ 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.PlanStatusEnum = exports.PlanCurrencyEnum = exports.PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFieldEnum = exports.PaymentStatusEnum = 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.NavigationLinkTypeEnum = exports.LanguageEnum = exports.IUserCollectionQueryParamsDateFieldEnum = exports.IUniqueCollectionQueryParamsDateFieldEnum = exports.IProductCollectionQueryParamsSortEnum = exports.IProductCollectionQueryParamsDateFieldEnum = exports.IPlanCollectionQueryParamsDateFieldEnum = exports.IPaymentPostRequestPeriodEnum = 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.
|
|
20
|
-
exports.GetProductsSortEnum = exports.GetProductsDateFieldEnum = exports.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.GetPagesDateFieldEnum = exports.PageApi = exports.PageApiFactory = exports.PageApiFp = exports.PageApiAxiosParamCreator = exports.GetOrdersDateFieldEnum = exports.GetMyOrdersDateFieldEnum = exports.OrderApi = exports.OrderApiFactory = exports.OrderApiFp = exports.OrderApiAxiosParamCreator = exports.ContactFormApi = exports.ContactFormApiFactory = exports.ContactFormApiFp = exports.ContactFormApiAxiosParamCreator = exports.CompanyApi = exports.CompanyApiFactory = exports.CompanyApiFp = exports.CompanyApiAxiosParamCreator = exports.GetCollectionsDateFieldEnum = exports.CollectionApi = exports.CollectionApiFactory = exports.CollectionApiFp = exports.CollectionApiAxiosParamCreator = 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.StoreLocationEnum = exports.SitemapTypeEnum = exports.ShippingPricingTypeEnum = exports.ReviewStatusEnum =
|
|
21
|
-
exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.UniquePageApi = exports.UniquePageApiFactory = exports.UniquePageApiFp = exports.UniquePageApiAxiosParamCreator = exports.TemplateApi = exports.TemplateApiFactory = exports.TemplateApiFp = exports.TemplateApiAxiosParamCreator = exports.SitemapApi = exports.SitemapApiFactory = exports.SitemapApiFp =
|
|
19
|
+
exports.PlanTypeEnum = exports.PlanStatusEnum = exports.PlanCurrencyEnum = exports.PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFieldEnum = exports.PaymentStatusEnum = 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.NavigationLinkTypeEnum = exports.LanguageEnum = exports.IUserCollectionQueryParamsDateFieldEnum = exports.IUniqueCollectionQueryParamsDateFieldEnum = exports.IProductCollectionQueryParamsSortEnum = exports.IProductCollectionQueryParamsDateFieldEnum = exports.IPlanCollectionQueryParamsDateFieldEnum = exports.IPaymentPostRequestPeriodEnum = 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.CompanyStatusEnum = void 0;
|
|
20
|
+
exports.SitemapApiAxiosParamCreator = exports.GetProductsSortEnum = exports.GetProductsDateFieldEnum = exports.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.GetPagesDateFieldEnum = exports.PageApi = exports.PageApiFactory = exports.PageApiFp = exports.PageApiAxiosParamCreator = exports.GetOrdersDateFieldEnum = exports.GetMyOrdersDateFieldEnum = exports.OrderApi = exports.OrderApiFactory = exports.OrderApiFp = exports.OrderApiAxiosParamCreator = exports.ContactFormApi = exports.ContactFormApiFactory = exports.ContactFormApiFp = exports.ContactFormApiAxiosParamCreator = exports.CompanyApi = exports.CompanyApiFactory = exports.CompanyApiFp = exports.CompanyApiAxiosParamCreator = exports.GetCollectionsDateFieldEnum = exports.CollectionApi = exports.CollectionApiFactory = exports.CollectionApiFp = exports.CollectionApiAxiosParamCreator = 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.StoreLocationEnum = exports.SitemapTypeEnum = exports.ShippingPricingTypeEnum = exports.ReviewStatusEnum = void 0;
|
|
21
|
+
exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.UniquePageApi = exports.UniquePageApiFactory = exports.UniquePageApiFp = exports.UniquePageApiAxiosParamCreator = exports.TemplateApi = exports.TemplateApiFactory = exports.TemplateApiFp = exports.TemplateApiAxiosParamCreator = exports.SitemapApi = exports.SitemapApiFactory = exports.SitemapApiFp = void 0;
|
|
22
22
|
const axios_1 = __importDefault(require("axios"));
|
|
23
23
|
// Some imports not used depending on template conditions
|
|
24
24
|
// @ts-ignore
|
|
@@ -36,15 +36,6 @@ exports.CompanyStatusEnum = {
|
|
|
36
36
|
PAYMENT_REQUIRED: 'payment_required',
|
|
37
37
|
DELETED: 'deleted'
|
|
38
38
|
};
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @export
|
|
42
|
-
* @enum {string}
|
|
43
|
-
*/
|
|
44
|
-
exports.CompanyTypeEnum = {
|
|
45
|
-
B2_C: 'B2C',
|
|
46
|
-
B2_B: 'B2B'
|
|
47
|
-
};
|
|
48
39
|
/**
|
|
49
40
|
*
|
|
50
41
|
* @export
|
|
@@ -655,9 +646,12 @@ exports.PlanStatusEnum = {
|
|
|
655
646
|
* @enum {string}
|
|
656
647
|
*/
|
|
657
648
|
exports.PlanTypeEnum = {
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
649
|
+
STANDARD_B2C: 'standard-b2c',
|
|
650
|
+
ADVANCED_B2C: 'advanced-b2c',
|
|
651
|
+
PREMIUM_B2C: 'premium-b2c',
|
|
652
|
+
STANDARD_CMS: 'standard-cms',
|
|
653
|
+
ADVANCED_CMS: 'advanced-cms',
|
|
654
|
+
PREMIUM_CMS: 'premium-cms'
|
|
661
655
|
};
|
|
662
656
|
/**
|
|
663
657
|
*
|
package/dist/api/api.mjs
CHANGED
|
@@ -25,15 +25,6 @@ export const CompanyStatusEnum = {
|
|
|
25
25
|
PAYMENT_REQUIRED: 'payment_required',
|
|
26
26
|
DELETED: 'deleted'
|
|
27
27
|
};
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @export
|
|
31
|
-
* @enum {string}
|
|
32
|
-
*/
|
|
33
|
-
export const CompanyTypeEnum = {
|
|
34
|
-
B2_C: 'B2C',
|
|
35
|
-
B2_B: 'B2B'
|
|
36
|
-
};
|
|
37
28
|
/**
|
|
38
29
|
*
|
|
39
30
|
* @export
|
|
@@ -644,9 +635,12 @@ export const PlanStatusEnum = {
|
|
|
644
635
|
* @enum {string}
|
|
645
636
|
*/
|
|
646
637
|
export const PlanTypeEnum = {
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
638
|
+
STANDARD_B2C: 'standard-b2c',
|
|
639
|
+
ADVANCED_B2C: 'advanced-b2c',
|
|
640
|
+
PREMIUM_B2C: 'premium-b2c',
|
|
641
|
+
STANDARD_CMS: 'standard-cms',
|
|
642
|
+
ADVANCED_CMS: 'advanced-cms',
|
|
643
|
+
PREMIUM_CMS: 'premium-cms'
|
|
650
644
|
};
|
|
651
645
|
/**
|
|
652
646
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api-client",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.26",
|
|
4
4
|
"description": "api-client-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": "aad1d3074b1e8962e88b026acdfa2d08dc9c35cd"
|
|
41
41
|
}
|