@infisale-client/api 1.3.34 → 1.3.38

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/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- The MIT License (MIT)
1
+ The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2019 Robert Jackson
4
4
 
package/dist/api/api.d.ts CHANGED
@@ -2246,10 +2246,10 @@ export interface ICompany {
2246
2246
  'onboarding': RecordCompanyOnboardingStepEnumBoolean;
2247
2247
  /**
2248
2248
  *
2249
- * @type {Array<ICategoryResponseAttributesInnerContentsValue>}
2249
+ * @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
2250
2250
  * @memberof ICompany
2251
2251
  */
2252
- 'cmsCollections': Array<ICategoryResponseAttributesInnerContentsValue>;
2252
+ 'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
2253
2253
  /**
2254
2254
  *
2255
2255
  * @type {CompanyStatusEnum}
@@ -2483,10 +2483,10 @@ export interface ICompanyAdminResponse {
2483
2483
  'onboarding': RecordCompanyOnboardingStepEnumBoolean;
2484
2484
  /**
2485
2485
  *
2486
- * @type {Array<ICategoryResponseAttributesInnerContentsValue>}
2486
+ * @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
2487
2487
  * @memberof ICompanyAdminResponse
2488
2488
  */
2489
- 'cmsCollections': Array<ICategoryResponseAttributesInnerContentsValue>;
2489
+ 'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
2490
2490
  /**
2491
2491
  *
2492
2492
  * @type {string}
@@ -3195,10 +3195,10 @@ export interface ICompanyPatchRequest {
3195
3195
  };
3196
3196
  /**
3197
3197
  *
3198
- * @type {Array<ICategoryResponseAttributesInnerContentsValue>}
3198
+ * @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
3199
3199
  * @memberof ICompanyPatchRequest
3200
3200
  */
3201
- 'cmsCollections'?: Array<ICategoryResponseAttributesInnerContentsValue>;
3201
+ 'cmsCollections'?: Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
3202
3202
  /**
3203
3203
  *
3204
3204
  * @type {string}
@@ -3346,13 +3346,13 @@ export interface ICompanyPostRequest {
3346
3346
  * @type {CurrencyEnum}
3347
3347
  * @memberof ICompanyPostRequest
3348
3348
  */
3349
- 'currency': CurrencyEnum;
3349
+ 'currency'?: CurrencyEnum;
3350
3350
  /**
3351
3351
  *
3352
3352
  * @type {StoreLocationEnum}
3353
3353
  * @memberof ICompanyPostRequest
3354
3354
  */
3355
- 'storeLocation': StoreLocationEnum;
3355
+ 'storeLocation'?: StoreLocationEnum;
3356
3356
  /**
3357
3357
  *
3358
3358
  * @type {string}
@@ -3568,10 +3568,10 @@ export interface ICompanyResponse {
3568
3568
  'onboarding': RecordCompanyOnboardingStepEnumBoolean;
3569
3569
  /**
3570
3570
  *
3571
- * @type {Array<ICategoryResponseAttributesInnerContentsValue>}
3571
+ * @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
3572
3572
  * @memberof ICompanyResponse
3573
3573
  */
3574
- 'cmsCollections': Array<ICategoryResponseAttributesInnerContentsValue>;
3574
+ 'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
3575
3575
  /**
3576
3576
  *
3577
3577
  * @type {string}
@@ -5065,10 +5065,10 @@ export interface INavigationLink {
5065
5065
  'url': string;
5066
5066
  /**
5067
5067
  *
5068
- * @type {NavigationLinkTypeEnum}
5068
+ * @type {string}
5069
5069
  * @memberof INavigationLink
5070
5070
  */
5071
- 'type': NavigationLinkTypeEnum;
5071
+ 'type': string;
5072
5072
  /**
5073
5073
  *
5074
5074
  * @type {Array<INavigationLink>}
@@ -7989,6 +7989,12 @@ export interface IReview {
7989
7989
  * @memberof IReview
7990
7990
  */
7991
7991
  'product': string;
7992
+ /**
7993
+ *
7994
+ * @type {PartialRecordLanguageEnumString}
7995
+ * @memberof IReview
7996
+ */
7997
+ 'productTitle': PartialRecordLanguageEnumString;
7992
7998
  /**
7993
7999
  *
7994
8000
  * @type {PartialRecordLanguageEnumString}
@@ -8141,6 +8147,12 @@ export interface IReviewResponse {
8141
8147
  * @memberof IReviewResponse
8142
8148
  */
8143
8149
  'relId': string;
8150
+ /**
8151
+ *
8152
+ * @type {PartialRecordLanguageEnumString}
8153
+ * @memberof IReviewResponse
8154
+ */
8155
+ 'productTitle': PartialRecordLanguageEnumString;
8144
8156
  /**
8145
8157
  *
8146
8158
  * @type {PartialRecordLanguageEnumString}
@@ -8188,7 +8200,7 @@ export interface IReviewResponse {
8188
8200
  * @type {IProductResponse}
8189
8201
  * @memberof IReviewResponse
8190
8202
  */
8191
- 'product': IProductResponse;
8203
+ 'product'?: IProductResponse;
8192
8204
  }
8193
8205
  /**
8194
8206
  *
@@ -8772,11 +8784,11 @@ export interface IThemePatchRequest {
8772
8784
  };
8773
8785
  /**
8774
8786
  * Make all properties in T optional
8775
- * @type {{ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8787
+ * @type {{ [key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8776
8788
  * @memberof IThemePatchRequest
8777
8789
  */
8778
8790
  'groups'?: {
8779
- [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8791
+ [key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8780
8792
  };
8781
8793
  /**
8782
8794
  *
@@ -8839,11 +8851,11 @@ export interface IThemePostRequest {
8839
8851
  };
8840
8852
  /**
8841
8853
  * Make all properties in T optional
8842
- * @type {{ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8854
+ * @type {{ [key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8843
8855
  * @memberof IThemePostRequest
8844
8856
  */
8845
8857
  'groups': {
8846
- [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8858
+ [key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8847
8859
  };
8848
8860
  /**
8849
8861
  *
@@ -8954,11 +8966,11 @@ export interface IThemeResponse {
8954
8966
  'creator'?: string;
8955
8967
  /**
8956
8968
  * Make all properties in T optional
8957
- * @type {{ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8969
+ * @type {{ [key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8958
8970
  * @memberof IThemeResponse
8959
8971
  */
8960
8972
  'groups': {
8961
- [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8973
+ [key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8962
8974
  };
8963
8975
  /**
8964
8976
  * Construct a type with a set of properties K of type T
@@ -9797,23 +9809,6 @@ export declare const LanguageEnum: {
9797
9809
  readonly DE: "de";
9798
9810
  };
9799
9811
  export type LanguageEnum = typeof LanguageEnum[keyof typeof LanguageEnum];
9800
- /**
9801
- *
9802
- * @export
9803
- * @enum {string}
9804
- */
9805
- export declare const NavigationLinkTypeEnum: {
9806
- readonly BLOG_LINK: "blog_link";
9807
- readonly COLLECTION_LINK: "collection_link";
9808
- readonly CATEGORY_LINK: "category_link";
9809
- readonly CUSTOMER_ACCOUNT_PAGE_LINK: "customer_account_page_link";
9810
- readonly HTTP_LINK: "http_link";
9811
- readonly PAGE_LINK: "page_link";
9812
- readonly POLICY_LINK: "policy_link";
9813
- readonly PRODUCT_LINK: "product_link";
9814
- readonly UNIQUE_PAGE_LINK: "unique_page_link";
9815
- };
9816
- export type NavigationLinkTypeEnum = typeof NavigationLinkTypeEnum[keyof typeof NavigationLinkTypeEnum];
9817
9812
  /**
9818
9813
  *
9819
9814
  * @export
@@ -10113,15 +10108,21 @@ export interface PartialRecordLanguageEnumTitleStringDescription63StringTr {
10113
10108
  /**
10114
10109
  *
10115
10110
  * @export
10116
- * @interface PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
10111
+ * @interface PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
10117
10112
  */
10118
- export interface PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue {
10113
+ export interface PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue {
10119
10114
  /**
10120
10115
  *
10121
10116
  * @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
10122
- * @memberof PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
10117
+ * @memberof PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
10123
10118
  */
10124
10119
  'components': PartialRecordLanguageEnumITemplateComponentResponseArray;
10120
+ /**
10121
+ *
10122
+ * @type {string}
10123
+ * @memberof PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
10124
+ */
10125
+ 'name': string;
10125
10126
  }
10126
10127
  /**
10127
10128
  *
@@ -10718,10 +10719,10 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
10718
10719
  'onboarding': RecordCompanyOnboardingStepEnumBoolean;
10719
10720
  /**
10720
10721
  *
10721
- * @type {Array<ICategoryResponseAttributesInnerContentsValue>}
10722
+ * @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
10722
10723
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
10723
10724
  */
10724
- 'cmsCollections': Array<ICategoryResponseAttributesInnerContentsValue>;
10725
+ 'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
10725
10726
  /**
10726
10727
  *
10727
10728
  * @type {string}
@@ -10735,6 +10736,37 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
10735
10736
  */
10736
10737
  'allowGuestCheckout': boolean;
10737
10738
  }
10739
+ /**
10740
+ *
10741
+ * @export
10742
+ * @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
10743
+ */
10744
+ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner {
10745
+ /**
10746
+ *
10747
+ * @type {string}
10748
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
10749
+ */
10750
+ 'slug': string;
10751
+ /**
10752
+ *
10753
+ * @type {string}
10754
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
10755
+ */
10756
+ 'singularTitle': string;
10757
+ /**
10758
+ *
10759
+ * @type {string}
10760
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
10761
+ */
10762
+ 'pluralTitle': string;
10763
+ /**
10764
+ *
10765
+ * @type {string}
10766
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
10767
+ */
10768
+ 'title': string;
10769
+ }
10738
10770
  /**
10739
10771
  *
10740
10772
  * @export
@@ -11970,6 +12002,12 @@ export interface PickIReviewExcludeKeyofIReviewProduct {
11970
12002
  * @memberof PickIReviewExcludeKeyofIReviewProduct
11971
12003
  */
11972
12004
  'relId': string;
12005
+ /**
12006
+ *
12007
+ * @type {PartialRecordLanguageEnumString}
12008
+ * @memberof PickIReviewExcludeKeyofIReviewProduct
12009
+ */
12010
+ 'productTitle': PartialRecordLanguageEnumString;
11973
12011
  /**
11974
12012
  *
11975
12013
  * @type {PartialRecordLanguageEnumString}
@@ -12232,11 +12270,11 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseO
12232
12270
  };
12233
12271
  /**
12234
12272
  * Make all properties in T optional
12235
- * @type {{ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
12273
+ * @type {{ [key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
12236
12274
  * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
12237
12275
  */
12238
12276
  'groups': {
12239
- [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
12277
+ [key: string]: PartialRecordStringNameStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
12240
12278
  };
12241
12279
  /**
12242
12280
  *
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.NavigationLinkTypeEnum = 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.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 = exports.PlanStatusEnum = void 0;
21
- 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 = exports.FileApiFactory = 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 = exports.ThemeApiFp = void 0;
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
  };
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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.3.34",
3
+ "version": "1.3.38",
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": "d37590dd2b068958a03d9d7585675f6506675c45"
40
+ "gitHead": "4cfab50b597b3e6ad8a558f966aaadddaaf9c687"
41
41
  }