@infisale-client/api-client 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 +85 -68
- package/dist/api/api.js +5 -41
- package/dist/api/api.mjs +2 -38
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -1987,10 +1987,10 @@ export interface ICompany {
|
|
|
1987
1987
|
'main'?: string;
|
|
1988
1988
|
/**
|
|
1989
1989
|
*
|
|
1990
|
-
* @type {
|
|
1990
|
+
* @type {CompanyTypeEnum}
|
|
1991
1991
|
* @memberof ICompany
|
|
1992
1992
|
*/
|
|
1993
|
-
'
|
|
1993
|
+
'planType': CompanyTypeEnum;
|
|
1994
1994
|
/**
|
|
1995
1995
|
*
|
|
1996
1996
|
* @type {string}
|
|
@@ -2231,6 +2231,12 @@ export interface ICompany {
|
|
|
2231
2231
|
* @memberof ICompany
|
|
2232
2232
|
*/
|
|
2233
2233
|
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
2234
|
+
/**
|
|
2235
|
+
*
|
|
2236
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
2237
|
+
* @memberof ICompany
|
|
2238
|
+
*/
|
|
2239
|
+
'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
2234
2240
|
/**
|
|
2235
2241
|
*
|
|
2236
2242
|
* @type {CompanyStatusEnum}
|
|
@@ -2318,10 +2324,10 @@ export interface ICompanyAdminResponse {
|
|
|
2318
2324
|
'updatedAt': string;
|
|
2319
2325
|
/**
|
|
2320
2326
|
*
|
|
2321
|
-
* @type {
|
|
2327
|
+
* @type {CompanyTypeEnum}
|
|
2322
2328
|
* @memberof ICompanyAdminResponse
|
|
2323
2329
|
*/
|
|
2324
|
-
'
|
|
2330
|
+
'planType': CompanyTypeEnum;
|
|
2325
2331
|
/**
|
|
2326
2332
|
*
|
|
2327
2333
|
* @type {string}
|
|
@@ -2462,6 +2468,12 @@ export interface ICompanyAdminResponse {
|
|
|
2462
2468
|
* @memberof ICompanyAdminResponse
|
|
2463
2469
|
*/
|
|
2464
2470
|
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
2471
|
+
/**
|
|
2472
|
+
*
|
|
2473
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
2474
|
+
* @memberof ICompanyAdminResponse
|
|
2475
|
+
*/
|
|
2476
|
+
'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
2465
2477
|
/**
|
|
2466
2478
|
*
|
|
2467
2479
|
* @type {string}
|
|
@@ -2749,10 +2761,10 @@ export interface ICompanyCollectionQueryParams {
|
|
|
2749
2761
|
'type'?: string;
|
|
2750
2762
|
/**
|
|
2751
2763
|
*
|
|
2752
|
-
* @type {
|
|
2764
|
+
* @type {CompanyTypeEnum}
|
|
2753
2765
|
* @memberof ICompanyCollectionQueryParams
|
|
2754
2766
|
*/
|
|
2755
|
-
'
|
|
2767
|
+
'planType'?: CompanyTypeEnum;
|
|
2756
2768
|
/**
|
|
2757
2769
|
*
|
|
2758
2770
|
* @type {CompanyStatusEnum}
|
|
@@ -3076,12 +3088,6 @@ export interface ICompanyPatchRequest {
|
|
|
3076
3088
|
* @memberof ICompanyPatchRequest
|
|
3077
3089
|
*/
|
|
3078
3090
|
'paymentGateways'?: Array<ICompanyPatchRequestPaymentGatewaysInner>;
|
|
3079
|
-
/**
|
|
3080
|
-
*
|
|
3081
|
-
* @type {string}
|
|
3082
|
-
* @memberof ICompanyPatchRequest
|
|
3083
|
-
*/
|
|
3084
|
-
'planId'?: string;
|
|
3085
3091
|
/**
|
|
3086
3092
|
*
|
|
3087
3093
|
* @type {string}
|
|
@@ -3174,6 +3180,12 @@ export interface ICompanyPatchRequest {
|
|
|
3174
3180
|
'legalDocuments'?: {
|
|
3175
3181
|
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
3176
3182
|
};
|
|
3183
|
+
/**
|
|
3184
|
+
*
|
|
3185
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
3186
|
+
* @memberof ICompanyPatchRequest
|
|
3187
|
+
*/
|
|
3188
|
+
'cmsCollections'?: Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
3177
3189
|
/**
|
|
3178
3190
|
*
|
|
3179
3191
|
* @type {string}
|
|
@@ -3321,13 +3333,13 @@ export interface ICompanyPostRequest {
|
|
|
3321
3333
|
* @type {CurrencyEnum}
|
|
3322
3334
|
* @memberof ICompanyPostRequest
|
|
3323
3335
|
*/
|
|
3324
|
-
'currency'
|
|
3336
|
+
'currency'?: CurrencyEnum;
|
|
3325
3337
|
/**
|
|
3326
3338
|
*
|
|
3327
3339
|
* @type {StoreLocationEnum}
|
|
3328
3340
|
* @memberof ICompanyPostRequest
|
|
3329
3341
|
*/
|
|
3330
|
-
'storeLocation'
|
|
3342
|
+
'storeLocation'?: StoreLocationEnum;
|
|
3331
3343
|
/**
|
|
3332
3344
|
*
|
|
3333
3345
|
* @type {string}
|
|
@@ -3397,10 +3409,10 @@ export interface ICompanyResponse {
|
|
|
3397
3409
|
'updatedAt': string;
|
|
3398
3410
|
/**
|
|
3399
3411
|
*
|
|
3400
|
-
* @type {
|
|
3412
|
+
* @type {CompanyTypeEnum}
|
|
3401
3413
|
* @memberof ICompanyResponse
|
|
3402
3414
|
*/
|
|
3403
|
-
'
|
|
3415
|
+
'planType': CompanyTypeEnum;
|
|
3404
3416
|
/**
|
|
3405
3417
|
*
|
|
3406
3418
|
* @type {string}
|
|
@@ -3541,6 +3553,12 @@ export interface ICompanyResponse {
|
|
|
3541
3553
|
* @memberof ICompanyResponse
|
|
3542
3554
|
*/
|
|
3543
3555
|
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
3556
|
+
/**
|
|
3557
|
+
*
|
|
3558
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
3559
|
+
* @memberof ICompanyResponse
|
|
3560
|
+
*/
|
|
3561
|
+
'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
3544
3562
|
/**
|
|
3545
3563
|
*
|
|
3546
3564
|
* @type {string}
|
|
@@ -5034,10 +5052,10 @@ export interface INavigationLink {
|
|
|
5034
5052
|
'url': string;
|
|
5035
5053
|
/**
|
|
5036
5054
|
*
|
|
5037
|
-
* @type {
|
|
5055
|
+
* @type {string}
|
|
5038
5056
|
* @memberof INavigationLink
|
|
5039
5057
|
*/
|
|
5040
|
-
'type':
|
|
5058
|
+
'type': string;
|
|
5041
5059
|
/**
|
|
5042
5060
|
*
|
|
5043
5061
|
* @type {Array<INavigationLink>}
|
|
@@ -6514,12 +6532,6 @@ export interface IPagePatchRequest {
|
|
|
6514
6532
|
* @memberof IPagePatchRequest
|
|
6515
6533
|
*/
|
|
6516
6534
|
'thumbnail'?: IImage;
|
|
6517
|
-
/**
|
|
6518
|
-
*
|
|
6519
|
-
* @type {string}
|
|
6520
|
-
* @memberof IPagePatchRequest
|
|
6521
|
-
*/
|
|
6522
|
-
'type'?: string;
|
|
6523
6535
|
}
|
|
6524
6536
|
/**
|
|
6525
6537
|
*
|
|
@@ -7022,6 +7034,12 @@ export interface IPlanResponse {
|
|
|
7022
7034
|
* @interface IPlanResponseLimits
|
|
7023
7035
|
*/
|
|
7024
7036
|
export interface IPlanResponseLimits {
|
|
7037
|
+
/**
|
|
7038
|
+
*
|
|
7039
|
+
* @type {number}
|
|
7040
|
+
* @memberof IPlanResponseLimits
|
|
7041
|
+
*/
|
|
7042
|
+
'domains': number;
|
|
7025
7043
|
/**
|
|
7026
7044
|
*
|
|
7027
7045
|
* @type {number}
|
|
@@ -8329,10 +8347,10 @@ export interface ISubscription {
|
|
|
8329
8347
|
'plan': string;
|
|
8330
8348
|
/**
|
|
8331
8349
|
*
|
|
8332
|
-
* @type {
|
|
8350
|
+
* @type {PlanTypeEnum}
|
|
8333
8351
|
* @memberof ISubscription
|
|
8334
8352
|
*/
|
|
8335
|
-
'planType':
|
|
8353
|
+
'planType': PlanTypeEnum;
|
|
8336
8354
|
/**
|
|
8337
8355
|
*
|
|
8338
8356
|
* @type {string}
|
|
@@ -9766,23 +9784,6 @@ export declare const LanguageEnum: {
|
|
|
9766
9784
|
readonly DE: "de";
|
|
9767
9785
|
};
|
|
9768
9786
|
export type LanguageEnum = typeof LanguageEnum[keyof typeof LanguageEnum];
|
|
9769
|
-
/**
|
|
9770
|
-
*
|
|
9771
|
-
* @export
|
|
9772
|
-
* @enum {string}
|
|
9773
|
-
*/
|
|
9774
|
-
export declare const NavigationLinkTypeEnum: {
|
|
9775
|
-
readonly BLOG_LINK: "blog_link";
|
|
9776
|
-
readonly COLLECTION_LINK: "collection_link";
|
|
9777
|
-
readonly CATEGORY_LINK: "category_link";
|
|
9778
|
-
readonly CUSTOMER_ACCOUNT_PAGE_LINK: "customer_account_page_link";
|
|
9779
|
-
readonly HTTP_LINK: "http_link";
|
|
9780
|
-
readonly PAGE_LINK: "page_link";
|
|
9781
|
-
readonly POLICY_LINK: "policy_link";
|
|
9782
|
-
readonly PRODUCT_LINK: "product_link";
|
|
9783
|
-
readonly UNIQUE_PAGE_LINK: "unique_page_link";
|
|
9784
|
-
};
|
|
9785
|
-
export type NavigationLinkTypeEnum = typeof NavigationLinkTypeEnum[keyof typeof NavigationLinkTypeEnum];
|
|
9786
9787
|
/**
|
|
9787
9788
|
*
|
|
9788
9789
|
* @export
|
|
@@ -10541,10 +10542,10 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
10541
10542
|
'updatedAt': string;
|
|
10542
10543
|
/**
|
|
10543
10544
|
*
|
|
10544
|
-
* @type {
|
|
10545
|
+
* @type {CompanyTypeEnum}
|
|
10545
10546
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10546
10547
|
*/
|
|
10547
|
-
'
|
|
10548
|
+
'planType': CompanyTypeEnum;
|
|
10548
10549
|
/**
|
|
10549
10550
|
*
|
|
10550
10551
|
* @type {string}
|
|
@@ -10685,6 +10686,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
10685
10686
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10686
10687
|
*/
|
|
10687
10688
|
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
10689
|
+
/**
|
|
10690
|
+
*
|
|
10691
|
+
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
10692
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10693
|
+
*/
|
|
10694
|
+
'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
10688
10695
|
/**
|
|
10689
10696
|
*
|
|
10690
10697
|
* @type {string}
|
|
@@ -10698,6 +10705,37 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
10698
10705
|
*/
|
|
10699
10706
|
'allowGuestCheckout': boolean;
|
|
10700
10707
|
}
|
|
10708
|
+
/**
|
|
10709
|
+
*
|
|
10710
|
+
* @export
|
|
10711
|
+
* @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
10712
|
+
*/
|
|
10713
|
+
export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner {
|
|
10714
|
+
/**
|
|
10715
|
+
*
|
|
10716
|
+
* @type {string}
|
|
10717
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
10718
|
+
*/
|
|
10719
|
+
'slug': string;
|
|
10720
|
+
/**
|
|
10721
|
+
*
|
|
10722
|
+
* @type {string}
|
|
10723
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
10724
|
+
*/
|
|
10725
|
+
'singularTitle': string;
|
|
10726
|
+
/**
|
|
10727
|
+
*
|
|
10728
|
+
* @type {string}
|
|
10729
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
10730
|
+
*/
|
|
10731
|
+
'pluralTitle': string;
|
|
10732
|
+
/**
|
|
10733
|
+
*
|
|
10734
|
+
* @type {string}
|
|
10735
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
10736
|
+
*/
|
|
10737
|
+
'title': string;
|
|
10738
|
+
}
|
|
10701
10739
|
/**
|
|
10702
10740
|
*
|
|
10703
10741
|
* @export
|
|
@@ -12494,14 +12532,8 @@ export type PlanStatusEnum = typeof PlanStatusEnum[keyof typeof PlanStatusEnum];
|
|
|
12494
12532
|
*/
|
|
12495
12533
|
export declare const PlanTypeEnum: {
|
|
12496
12534
|
readonly ADDON_BANDWIDTH: "addon-bandwidth";
|
|
12497
|
-
readonly
|
|
12498
|
-
readonly
|
|
12499
|
-
readonly PREMIUM_B2C: "premium-b2c";
|
|
12500
|
-
readonly ENTERPRISE_B2C: "enterprise-b2c";
|
|
12501
|
-
readonly STANDARD_CMS: "standard-cms";
|
|
12502
|
-
readonly ADVANCED_CMS: "advanced-cms";
|
|
12503
|
-
readonly PREMIUM_CMS: "premium-cms";
|
|
12504
|
-
readonly ENTERPRISE_CMS: "enterprise-cms";
|
|
12535
|
+
readonly CMS: "cms";
|
|
12536
|
+
readonly B2C: "b2c";
|
|
12505
12537
|
};
|
|
12506
12538
|
export type PlanTypeEnum = typeof PlanTypeEnum[keyof typeof PlanTypeEnum];
|
|
12507
12539
|
/**
|
|
@@ -12964,21 +12996,6 @@ export interface SubCategories {
|
|
|
12964
12996
|
*/
|
|
12965
12997
|
'_id': string;
|
|
12966
12998
|
}
|
|
12967
|
-
/**
|
|
12968
|
-
*
|
|
12969
|
-
* @export
|
|
12970
|
-
* @enum {string}
|
|
12971
|
-
*/
|
|
12972
|
-
export declare const SubscriptionPlanEnum: {
|
|
12973
|
-
readonly ADDON_BANDWIDTH: "addon-bandwidth";
|
|
12974
|
-
readonly STANDARD_B2C: "standard-b2c";
|
|
12975
|
-
readonly ADVANCED_B2C: "advanced-b2c";
|
|
12976
|
-
readonly PREMIUM_B2C: "premium-b2c";
|
|
12977
|
-
readonly STANDARD_CMS: "standard-cms";
|
|
12978
|
-
readonly ADVANCED_CMS: "advanced-cms";
|
|
12979
|
-
readonly PREMIUM_CMS: "premium-cms";
|
|
12980
|
-
};
|
|
12981
|
-
export type SubscriptionPlanEnum = typeof SubscriptionPlanEnum[keyof typeof SubscriptionPlanEnum];
|
|
12982
12999
|
/**
|
|
12983
13000
|
*
|
|
12984
13001
|
* @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.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.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.SubscriptionStatusEnum = exports.
|
|
21
|
-
exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.UrlRedirectApi = exports.UrlRedirectApiFactory = exports.UrlRedirectApiFp = exports.UrlRedirectApiAxiosParamCreator = exports.UniquePageApi = exports.UniquePageApiFactory = exports.UniquePageApiFp = exports.UniquePageApiAxiosParamCreator = exports.TemplateApi = exports.TemplateApiFactory = exports.TemplateApiFp = exports.TemplateApiAxiosParamCreator = exports.SitemapApi = exports.SitemapApiFactory = exports.SitemapApiFp = exports.SitemapApiAxiosParamCreator = exports.GetProductsSortEnum =
|
|
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.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.SubscriptionStatusEnum = exports.StoreLocationEnum = exports.SitemapTypeEnum = exports.ShippingPricingTypeEnum = exports.ReviewStatusEnum = exports.PlanTypeEnum = void 0;
|
|
21
|
+
exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.UrlRedirectApi = exports.UrlRedirectApiFactory = exports.UrlRedirectApiFp = exports.UrlRedirectApiAxiosParamCreator = exports.UniquePageApi = exports.UniquePageApiFactory = exports.UniquePageApiFp = exports.UniquePageApiAxiosParamCreator = exports.TemplateApi = exports.TemplateApiFactory = exports.TemplateApiFp = exports.TemplateApiAxiosParamCreator = exports.SitemapApi = exports.SitemapApiFactory = exports.SitemapApiFp = exports.SitemapApiAxiosParamCreator = exports.GetProductsSortEnum = void 0;
|
|
22
22
|
const axios_1 = __importDefault(require("axios"));
|
|
23
23
|
// Some imports not used depending on template conditions
|
|
24
24
|
// @ts-ignore
|
|
@@ -492,22 +492,6 @@ exports.LanguageEnum = {
|
|
|
492
492
|
EN: 'en',
|
|
493
493
|
DE: 'de'
|
|
494
494
|
};
|
|
495
|
-
/**
|
|
496
|
-
*
|
|
497
|
-
* @export
|
|
498
|
-
* @enum {string}
|
|
499
|
-
*/
|
|
500
|
-
exports.NavigationLinkTypeEnum = {
|
|
501
|
-
BLOG_LINK: 'blog_link',
|
|
502
|
-
COLLECTION_LINK: 'collection_link',
|
|
503
|
-
CATEGORY_LINK: 'category_link',
|
|
504
|
-
CUSTOMER_ACCOUNT_PAGE_LINK: 'customer_account_page_link',
|
|
505
|
-
HTTP_LINK: 'http_link',
|
|
506
|
-
PAGE_LINK: 'page_link',
|
|
507
|
-
POLICY_LINK: 'policy_link',
|
|
508
|
-
PRODUCT_LINK: 'product_link',
|
|
509
|
-
UNIQUE_PAGE_LINK: 'unique_page_link'
|
|
510
|
-
};
|
|
511
495
|
exports.NavigationUrlTargetEnum = {
|
|
512
496
|
BLANK: '_blank'
|
|
513
497
|
};
|
|
@@ -649,14 +633,8 @@ exports.PlanStatusEnum = {
|
|
|
649
633
|
*/
|
|
650
634
|
exports.PlanTypeEnum = {
|
|
651
635
|
ADDON_BANDWIDTH: 'addon-bandwidth',
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
PREMIUM_B2C: 'premium-b2c',
|
|
655
|
-
ENTERPRISE_B2C: 'enterprise-b2c',
|
|
656
|
-
STANDARD_CMS: 'standard-cms',
|
|
657
|
-
ADVANCED_CMS: 'advanced-cms',
|
|
658
|
-
PREMIUM_CMS: 'premium-cms',
|
|
659
|
-
ENTERPRISE_CMS: 'enterprise-cms'
|
|
636
|
+
CMS: 'cms',
|
|
637
|
+
B2C: 'b2c'
|
|
660
638
|
};
|
|
661
639
|
/**
|
|
662
640
|
*
|
|
@@ -697,20 +675,6 @@ exports.StoreLocationEnum = {
|
|
|
697
675
|
DE: 'DE',
|
|
698
676
|
TR: 'TR'
|
|
699
677
|
};
|
|
700
|
-
/**
|
|
701
|
-
*
|
|
702
|
-
* @export
|
|
703
|
-
* @enum {string}
|
|
704
|
-
*/
|
|
705
|
-
exports.SubscriptionPlanEnum = {
|
|
706
|
-
ADDON_BANDWIDTH: 'addon-bandwidth',
|
|
707
|
-
STANDARD_B2C: 'standard-b2c',
|
|
708
|
-
ADVANCED_B2C: 'advanced-b2c',
|
|
709
|
-
PREMIUM_B2C: 'premium-b2c',
|
|
710
|
-
STANDARD_CMS: 'standard-cms',
|
|
711
|
-
ADVANCED_CMS: 'advanced-cms',
|
|
712
|
-
PREMIUM_CMS: 'premium-cms'
|
|
713
|
-
};
|
|
714
678
|
/**
|
|
715
679
|
*
|
|
716
680
|
* @export
|
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
|
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.35",
|
|
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": "aade2bc01dc3e90a0aa9977da5d6a246efda6be0"
|
|
41
41
|
}
|