@infisale-client/api-client 1.3.58 → 1.3.60

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 CHANGED
@@ -2211,6 +2211,12 @@ export interface ICompany {
2211
2211
  * @memberof ICompany
2212
2212
  */
2213
2213
  'onboarding': RecordCompanyOnboardingStepEnumBoolean;
2214
+ /**
2215
+ *
2216
+ * @type {string}
2217
+ * @memberof ICompany
2218
+ */
2219
+ 'htmlHead'?: string;
2214
2220
  /**
2215
2221
  *
2216
2222
  * @type {CompanyStatusEnum}
@@ -2448,6 +2454,12 @@ export interface ICompanyAdminResponse {
2448
2454
  * @memberof ICompanyAdminResponse
2449
2455
  */
2450
2456
  'onboarding': RecordCompanyOnboardingStepEnumBoolean;
2457
+ /**
2458
+ *
2459
+ * @type {string}
2460
+ * @memberof ICompanyAdminResponse
2461
+ */
2462
+ 'htmlHead'?: string;
2451
2463
  /**
2452
2464
  *
2453
2465
  * @type {string}
@@ -2800,6 +2812,12 @@ export interface ICompanyCreatePaymentGatewaysRequest {
2800
2812
  * @memberof ICompanyCreatePaymentGatewaysRequest
2801
2813
  */
2802
2814
  'type': PaymentGatewayEnum;
2815
+ /**
2816
+ *
2817
+ * @type {boolean}
2818
+ * @memberof ICompanyCreatePaymentGatewaysRequest
2819
+ */
2820
+ 'active': boolean;
2803
2821
  /**
2804
2822
  *
2805
2823
  * @type {string}
@@ -2824,12 +2842,6 @@ export interface ICompanyCreatePaymentGatewaysRequest {
2824
2842
  * @memberof ICompanyCreatePaymentGatewaysRequest
2825
2843
  */
2826
2844
  'testMode': boolean;
2827
- /**
2828
- *
2829
- * @type {boolean}
2830
- * @memberof ICompanyCreatePaymentGatewaysRequest
2831
- */
2832
- 'active': boolean;
2833
2845
  }
2834
2846
  /**
2835
2847
  *
@@ -3172,6 +3184,12 @@ export interface ICompanyPatchRequest {
3172
3184
  'legalDocuments'?: {
3173
3185
  [key: string]: RecordStringUrlStringFileIImageValue;
3174
3186
  };
3187
+ /**
3188
+ *
3189
+ * @type {string}
3190
+ * @memberof ICompanyPatchRequest
3191
+ */
3192
+ 'htmlHead'?: string;
3175
3193
  /**
3176
3194
  *
3177
3195
  * @type {string}
@@ -3539,6 +3557,12 @@ export interface ICompanyResponse {
3539
3557
  * @memberof ICompanyResponse
3540
3558
  */
3541
3559
  'onboarding': RecordCompanyOnboardingStepEnumBoolean;
3560
+ /**
3561
+ *
3562
+ * @type {string}
3563
+ * @memberof ICompanyResponse
3564
+ */
3565
+ 'htmlHead'?: string;
3542
3566
  /**
3543
3567
  *
3544
3568
  * @type {string}
@@ -3638,6 +3662,12 @@ export interface ICompanyResponse {
3638
3662
  * @interface ICompanyResponseCustomHostnamesInner
3639
3663
  */
3640
3664
  export interface ICompanyResponseCustomHostnamesInner {
3665
+ /**
3666
+ *
3667
+ * @type {string}
3668
+ * @memberof ICompanyResponseCustomHostnamesInner
3669
+ */
3670
+ 'validationUrl': string;
3641
3671
  /**
3642
3672
  *
3643
3673
  * @type {string}
@@ -3865,6 +3895,12 @@ export interface ICompanyUpdateConfigRequest {
3865
3895
  * @memberof ICompanyUpdateConfigRequest
3866
3896
  */
3867
3897
  'theme'?: string;
3898
+ /**
3899
+ *
3900
+ * @type {string}
3901
+ * @memberof ICompanyUpdateConfigRequest
3902
+ */
3903
+ 'htmlHead'?: string;
3868
3904
  }
3869
3905
  /**
3870
3906
  *
@@ -3931,6 +3967,12 @@ export interface ICompanyUpdatePaymentGatewaysRequest {
3931
3967
  * @memberof ICompanyUpdatePaymentGatewaysRequest
3932
3968
  */
3933
3969
  'type'?: PaymentGatewayEnum;
3970
+ /**
3971
+ *
3972
+ * @type {boolean}
3973
+ * @memberof ICompanyUpdatePaymentGatewaysRequest
3974
+ */
3975
+ 'active'?: boolean;
3934
3976
  /**
3935
3977
  *
3936
3978
  * @type {string}
@@ -3955,12 +3997,6 @@ export interface ICompanyUpdatePaymentGatewaysRequest {
3955
3997
  * @memberof ICompanyUpdatePaymentGatewaysRequest
3956
3998
  */
3957
3999
  'testMode'?: boolean;
3958
- /**
3959
- *
3960
- * @type {boolean}
3961
- * @memberof ICompanyUpdatePaymentGatewaysRequest
3962
- */
3963
- 'active'?: boolean;
3964
4000
  }
3965
4001
  /**
3966
4002
  *
@@ -4709,6 +4745,12 @@ export interface IFileResponse {
4709
4745
  * @memberof IFileResponse
4710
4746
  */
4711
4747
  'mimeType': string;
4748
+ /**
4749
+ *
4750
+ * @type {string}
4751
+ * @memberof IFileResponse
4752
+ */
4753
+ 'extension': string;
4712
4754
  }
4713
4755
  /**
4714
4756
  *
@@ -4814,6 +4856,12 @@ export interface IImage {
4814
4856
  * @memberof IImage
4815
4857
  */
4816
4858
  'mimeType': string;
4859
+ /**
4860
+ *
4861
+ * @type {string}
4862
+ * @memberof IImage
4863
+ */
4864
+ 'extension': string;
4817
4865
  }
4818
4866
  /**
4819
4867
  *
@@ -8915,6 +8963,18 @@ export interface ITheme {
8915
8963
  * @memberof ITheme
8916
8964
  */
8917
8965
  'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
8966
+ /**
8967
+ *
8968
+ * @type {Array<ThemeKeywordEnum>}
8969
+ * @memberof ITheme
8970
+ */
8971
+ 'keywords': Array<ThemeKeywordEnum>;
8972
+ /**
8973
+ *
8974
+ * @type {boolean}
8975
+ * @memberof ITheme
8976
+ */
8977
+ 'active': boolean;
8918
8978
  /**
8919
8979
  *
8920
8980
  * @type {boolean}
@@ -8977,6 +9037,12 @@ export interface IThemePatchRequest {
8977
9037
  * @memberof IThemePatchRequest
8978
9038
  */
8979
9039
  'companies'?: Array<string>;
9040
+ /**
9041
+ *
9042
+ * @type {boolean}
9043
+ * @memberof IThemePatchRequest
9044
+ */
9045
+ 'active'?: boolean;
8980
9046
  /**
8981
9047
  * Make all properties in T optional
8982
9048
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
@@ -8999,6 +9065,12 @@ export interface IThemePatchRequest {
8999
9065
  * @memberof IThemePatchRequest
9000
9066
  */
9001
9067
  'demoUrl'?: string;
9068
+ /**
9069
+ *
9070
+ * @type {Array<ThemeKeywordEnum>}
9071
+ * @memberof IThemePatchRequest
9072
+ */
9073
+ 'keywords'?: Array<ThemeKeywordEnum>;
9002
9074
  }
9003
9075
  /**
9004
9076
  *
@@ -9030,6 +9102,12 @@ export interface IThemePostRequest {
9030
9102
  * @memberof IThemePostRequest
9031
9103
  */
9032
9104
  'companies'?: Array<string>;
9105
+ /**
9106
+ *
9107
+ * @type {boolean}
9108
+ * @memberof IThemePostRequest
9109
+ */
9110
+ 'active'?: boolean;
9033
9111
  }
9034
9112
  /**
9035
9113
  *
@@ -9129,6 +9207,18 @@ export interface IThemeResponse {
9129
9207
  * @memberof IThemeResponse
9130
9208
  */
9131
9209
  'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
9210
+ /**
9211
+ *
9212
+ * @type {Array<ThemeKeywordEnum>}
9213
+ * @memberof IThemeResponse
9214
+ */
9215
+ 'keywords': Array<ThemeKeywordEnum>;
9216
+ /**
9217
+ *
9218
+ * @type {boolean}
9219
+ * @memberof IThemeResponse
9220
+ */
9221
+ 'active': boolean;
9132
9222
  /**
9133
9223
  *
9134
9224
  * @type {boolean}
@@ -9241,6 +9331,37 @@ export interface IThemeVersion {
9241
9331
  [key: string]: RecordStringConfigRecordStringConfigIndexTypeEnumContentsRecordStringRecordStringConfigIndexTypeEnumValue;
9242
9332
  };
9243
9333
  }
9334
+ /**
9335
+ *
9336
+ * @export
9337
+ * @interface IThemesQueryParams
9338
+ */
9339
+ export interface IThemesQueryParams {
9340
+ /**
9341
+ *
9342
+ * @type {CompanyTypeEnum}
9343
+ * @memberof IThemesQueryParams
9344
+ */
9345
+ 'type'?: CompanyTypeEnum;
9346
+ /**
9347
+ *
9348
+ * @type {string}
9349
+ * @memberof IThemesQueryParams
9350
+ */
9351
+ 'companyId'?: string;
9352
+ /**
9353
+ *
9354
+ * @type {ThemeKeywordEnum}
9355
+ * @memberof IThemesQueryParams
9356
+ */
9357
+ 'keyword'?: ThemeKeywordEnum;
9358
+ /**
9359
+ *
9360
+ * @type {boolean}
9361
+ * @memberof IThemesQueryParams
9362
+ */
9363
+ 'active'?: boolean;
9364
+ }
9244
9365
  /**
9245
9366
  *
9246
9367
  * @export
@@ -9348,6 +9469,18 @@ export interface IThemesResponseData {
9348
9469
  * @memberof IThemesResponseData
9349
9470
  */
9350
9471
  'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
9472
+ /**
9473
+ *
9474
+ * @type {Array<ThemeKeywordEnum>}
9475
+ * @memberof IThemesResponseData
9476
+ */
9477
+ 'keywords': Array<ThemeKeywordEnum>;
9478
+ /**
9479
+ *
9480
+ * @type {boolean}
9481
+ * @memberof IThemesResponseData
9482
+ */
9483
+ 'active': boolean;
9351
9484
  /**
9352
9485
  *
9353
9486
  * @type {boolean}
@@ -9501,6 +9634,18 @@ export interface IThemesResponseDataMain {
9501
9634
  * @memberof IThemesResponseDataMain
9502
9635
  */
9503
9636
  'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
9637
+ /**
9638
+ *
9639
+ * @type {Array<ThemeKeywordEnum>}
9640
+ * @memberof IThemesResponseDataMain
9641
+ */
9642
+ 'keywords': Array<ThemeKeywordEnum>;
9643
+ /**
9644
+ *
9645
+ * @type {boolean}
9646
+ * @memberof IThemesResponseDataMain
9647
+ */
9648
+ 'active': boolean;
9504
9649
  /**
9505
9650
  *
9506
9651
  * @type {boolean}
@@ -11021,6 +11166,12 @@ export interface PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPayment
11021
11166
  * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
11022
11167
  */
11023
11168
  'type': PaymentGatewayEnum;
11169
+ /**
11170
+ *
11171
+ * @type {boolean}
11172
+ * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
11173
+ */
11174
+ 'active': boolean;
11024
11175
  /**
11025
11176
  *
11026
11177
  * @type {string}
@@ -11045,12 +11196,6 @@ export interface PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPayment
11045
11196
  * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
11046
11197
  */
11047
11198
  'testMode': boolean;
11048
- /**
11049
- *
11050
- * @type {boolean}
11051
- * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
11052
- */
11053
- 'active': boolean;
11054
11199
  }
11055
11200
  /**
11056
11201
  * From T, pick a set of properties whose keys are in the union K
@@ -11289,6 +11434,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
11289
11434
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
11290
11435
  */
11291
11436
  'onboarding': RecordCompanyOnboardingStepEnumBoolean;
11437
+ /**
11438
+ *
11439
+ * @type {string}
11440
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
11441
+ */
11442
+ 'htmlHead'?: string;
11292
11443
  /**
11293
11444
  *
11294
11445
  * @type {string}
@@ -12870,6 +13021,18 @@ export interface PickIThemeExcludeKeyofIThemeGroups {
12870
13021
  * @memberof PickIThemeExcludeKeyofIThemeGroups
12871
13022
  */
12872
13023
  'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
13024
+ /**
13025
+ *
13026
+ * @type {Array<ThemeKeywordEnum>}
13027
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
13028
+ */
13029
+ 'keywords': Array<ThemeKeywordEnum>;
13030
+ /**
13031
+ *
13032
+ * @type {boolean}
13033
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
13034
+ */
13035
+ 'active': boolean;
12873
13036
  /**
12874
13037
  *
12875
13038
  * @type {boolean}
@@ -13008,6 +13171,18 @@ export interface PickIThemeExcludeKeyofIThemeLastVersion {
13008
13171
  * @memberof PickIThemeExcludeKeyofIThemeLastVersion
13009
13172
  */
13010
13173
  'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
13174
+ /**
13175
+ *
13176
+ * @type {Array<ThemeKeywordEnum>}
13177
+ * @memberof PickIThemeExcludeKeyofIThemeLastVersion
13178
+ */
13179
+ 'keywords': Array<ThemeKeywordEnum>;
13180
+ /**
13181
+ *
13182
+ * @type {boolean}
13183
+ * @memberof PickIThemeExcludeKeyofIThemeLastVersion
13184
+ */
13185
+ 'active': boolean;
13011
13186
  /**
13012
13187
  *
13013
13188
  * @type {boolean}
@@ -13109,6 +13284,18 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain {
13109
13284
  * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
13110
13285
  */
13111
13286
  'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
13287
+ /**
13288
+ *
13289
+ * @type {Array<ThemeKeywordEnum>}
13290
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
13291
+ */
13292
+ 'keywords': Array<ThemeKeywordEnum>;
13293
+ /**
13294
+ *
13295
+ * @type {boolean}
13296
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
13297
+ */
13298
+ 'active': boolean;
13112
13299
  /**
13113
13300
  *
13114
13301
  * @type {boolean}
@@ -13952,6 +14139,35 @@ export declare const SubscriptionStatusEnum: {
13952
14139
  readonly PENDING: "pending";
13953
14140
  };
13954
14141
  export type SubscriptionStatusEnum = typeof SubscriptionStatusEnum[keyof typeof SubscriptionStatusEnum];
14142
+ /**
14143
+ *
14144
+ * @export
14145
+ * @enum {string}
14146
+ */
14147
+ export declare const ThemeKeywordEnum: {
14148
+ readonly BUSINESS: "business";
14149
+ readonly TECHNOLOGY: "technology";
14150
+ readonly HEALTH: "health";
14151
+ readonly FASHION: "fashion";
14152
+ readonly CONSULTING: "consulting";
14153
+ readonly FACTORY: "factory";
14154
+ readonly PLUMBER: "plumber";
14155
+ readonly ELECTRICIAN: "electrician";
14156
+ readonly CONSTRUCTION: "construction";
14157
+ readonly REAL_ESTATE: "real_estate";
14158
+ readonly LAWYER: "lawyer";
14159
+ readonly RESTAURANT: "restaurant";
14160
+ readonly CAFE: "cafe";
14161
+ readonly CAR_SERVICE: "car_service";
14162
+ readonly CLEANING_SERVICE: "cleaning_service";
14163
+ readonly MOVING_COMPANY: "moving_company";
14164
+ readonly SECURITY: "security";
14165
+ readonly ARCHITECTURE: "architecture";
14166
+ readonly INTERIOR_DESIGN: "interior_design";
14167
+ readonly AGENCY: "agency";
14168
+ readonly LOGISTIC: "logistic";
14169
+ };
14170
+ export type ThemeKeywordEnum = typeof ThemeKeywordEnum[keyof typeof ThemeKeywordEnum];
13955
14171
  /**
13956
14172
  *
13957
14173
  * @export
package/dist/api/api.js CHANGED
@@ -17,8 +17,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
19
  exports.PlanAttributeKeyEnum = exports.PlanAttributeGroupEnum = 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.FileKeywordEnum = exports.EmailConfigDnsRecordTypeEnum = exports.CurrencyRateTypeEnum = exports.CurrencyEnum = exports.CountryEnum = exports.ContentStatusEnum = exports.CompanyUserStatusEnum = exports.CompanyTypeEnum = exports.CompanyStatusEnum = void 0;
20
- 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 = exports.PlanStatusEnum = 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 = exports.GetProductsDateFieldEnum = void 0;
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.ThemeKeywordEnum = exports.SubscriptionStatusEnum = exports.StoreLocationEnum = exports.SitemapTypeEnum = exports.ShippingPricingTypeEnum = exports.ReviewStatusEnum = exports.PlanTypeEnum = exports.PlanStatusEnum = 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 = exports.GetProductsDateFieldEnum = exports.ProductApi = void 0;
22
22
  const axios_1 = __importDefault(require("axios"));
23
23
  // Some imports not used depending on template conditions
24
24
  // @ts-ignore
@@ -705,6 +705,34 @@ exports.SubscriptionStatusEnum = {
705
705
  EXPIRED: 'expired',
706
706
  PENDING: 'pending'
707
707
  };
708
+ /**
709
+ *
710
+ * @export
711
+ * @enum {string}
712
+ */
713
+ exports.ThemeKeywordEnum = {
714
+ BUSINESS: 'business',
715
+ TECHNOLOGY: 'technology',
716
+ HEALTH: 'health',
717
+ FASHION: 'fashion',
718
+ CONSULTING: 'consulting',
719
+ FACTORY: 'factory',
720
+ PLUMBER: 'plumber',
721
+ ELECTRICIAN: 'electrician',
722
+ CONSTRUCTION: 'construction',
723
+ REAL_ESTATE: 'real_estate',
724
+ LAWYER: 'lawyer',
725
+ RESTAURANT: 'restaurant',
726
+ CAFE: 'cafe',
727
+ CAR_SERVICE: 'car_service',
728
+ CLEANING_SERVICE: 'cleaning_service',
729
+ MOVING_COMPANY: 'moving_company',
730
+ SECURITY: 'security',
731
+ ARCHITECTURE: 'architecture',
732
+ INTERIOR_DESIGN: 'interior_design',
733
+ AGENCY: 'agency',
734
+ LOGISTIC: 'logistic'
735
+ };
708
736
  /**
709
737
  *
710
738
  * @export
package/dist/api/api.mjs CHANGED
@@ -694,6 +694,34 @@ export const SubscriptionStatusEnum = {
694
694
  EXPIRED: 'expired',
695
695
  PENDING: 'pending'
696
696
  };
697
+ /**
698
+ *
699
+ * @export
700
+ * @enum {string}
701
+ */
702
+ export const ThemeKeywordEnum = {
703
+ BUSINESS: 'business',
704
+ TECHNOLOGY: 'technology',
705
+ HEALTH: 'health',
706
+ FASHION: 'fashion',
707
+ CONSULTING: 'consulting',
708
+ FACTORY: 'factory',
709
+ PLUMBER: 'plumber',
710
+ ELECTRICIAN: 'electrician',
711
+ CONSTRUCTION: 'construction',
712
+ REAL_ESTATE: 'real_estate',
713
+ LAWYER: 'lawyer',
714
+ RESTAURANT: 'restaurant',
715
+ CAFE: 'cafe',
716
+ CAR_SERVICE: 'car_service',
717
+ CLEANING_SERVICE: 'cleaning_service',
718
+ MOVING_COMPANY: 'moving_company',
719
+ SECURITY: 'security',
720
+ ARCHITECTURE: 'architecture',
721
+ INTERIOR_DESIGN: 'interior_design',
722
+ AGENCY: 'agency',
723
+ LOGISTIC: 'logistic'
724
+ };
697
725
  /**
698
726
  *
699
727
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.58",
3
+ "version": "1.3.60",
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": "2e90cff37e5e1e4f38bcef8f1d1e991b3b420f0c"
40
+ "gitHead": "a11ef1477b38547d23af5de077f094a7f8aa3d0d"
41
41
  }