@infisale-client/api-client 1.3.59 → 1.3.61

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}
@@ -3871,6 +3895,12 @@ export interface ICompanyUpdateConfigRequest {
3871
3895
  * @memberof ICompanyUpdateConfigRequest
3872
3896
  */
3873
3897
  'theme'?: string;
3898
+ /**
3899
+ *
3900
+ * @type {string}
3901
+ * @memberof ICompanyUpdateConfigRequest
3902
+ */
3903
+ 'htmlHead'?: string;
3874
3904
  }
3875
3905
  /**
3876
3906
  *
@@ -3937,6 +3967,12 @@ export interface ICompanyUpdatePaymentGatewaysRequest {
3937
3967
  * @memberof ICompanyUpdatePaymentGatewaysRequest
3938
3968
  */
3939
3969
  'type'?: PaymentGatewayEnum;
3970
+ /**
3971
+ *
3972
+ * @type {boolean}
3973
+ * @memberof ICompanyUpdatePaymentGatewaysRequest
3974
+ */
3975
+ 'active'?: boolean;
3940
3976
  /**
3941
3977
  *
3942
3978
  * @type {string}
@@ -3961,12 +3997,6 @@ export interface ICompanyUpdatePaymentGatewaysRequest {
3961
3997
  * @memberof ICompanyUpdatePaymentGatewaysRequest
3962
3998
  */
3963
3999
  'testMode'?: boolean;
3964
- /**
3965
- *
3966
- * @type {boolean}
3967
- * @memberof ICompanyUpdatePaymentGatewaysRequest
3968
- */
3969
- 'active'?: boolean;
3970
4000
  }
3971
4001
  /**
3972
4002
  *
@@ -8933,6 +8963,18 @@ export interface ITheme {
8933
8963
  * @memberof ITheme
8934
8964
  */
8935
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;
8936
8978
  /**
8937
8979
  *
8938
8980
  * @type {boolean}
@@ -8995,6 +9037,12 @@ export interface IThemePatchRequest {
8995
9037
  * @memberof IThemePatchRequest
8996
9038
  */
8997
9039
  'companies'?: Array<string>;
9040
+ /**
9041
+ *
9042
+ * @type {boolean}
9043
+ * @memberof IThemePatchRequest
9044
+ */
9045
+ 'active'?: boolean;
8998
9046
  /**
8999
9047
  * Make all properties in T optional
9000
9048
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
@@ -9017,6 +9065,12 @@ export interface IThemePatchRequest {
9017
9065
  * @memberof IThemePatchRequest
9018
9066
  */
9019
9067
  'demoUrl'?: string;
9068
+ /**
9069
+ *
9070
+ * @type {Array<ThemeKeywordEnum>}
9071
+ * @memberof IThemePatchRequest
9072
+ */
9073
+ 'keywords'?: Array<ThemeKeywordEnum>;
9020
9074
  }
9021
9075
  /**
9022
9076
  *
@@ -9048,6 +9102,12 @@ export interface IThemePostRequest {
9048
9102
  * @memberof IThemePostRequest
9049
9103
  */
9050
9104
  'companies'?: Array<string>;
9105
+ /**
9106
+ *
9107
+ * @type {boolean}
9108
+ * @memberof IThemePostRequest
9109
+ */
9110
+ 'active'?: boolean;
9051
9111
  }
9052
9112
  /**
9053
9113
  *
@@ -9147,6 +9207,18 @@ export interface IThemeResponse {
9147
9207
  * @memberof IThemeResponse
9148
9208
  */
9149
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;
9150
9222
  /**
9151
9223
  *
9152
9224
  * @type {boolean}
@@ -9259,6 +9331,37 @@ export interface IThemeVersion {
9259
9331
  [key: string]: RecordStringConfigRecordStringConfigIndexTypeEnumContentsRecordStringRecordStringConfigIndexTypeEnumValue;
9260
9332
  };
9261
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 {Array<ThemeKeywordEnum>}
9355
+ * @memberof IThemesQueryParams
9356
+ */
9357
+ 'keywords'?: Array<ThemeKeywordEnum>;
9358
+ /**
9359
+ *
9360
+ * @type {boolean}
9361
+ * @memberof IThemesQueryParams
9362
+ */
9363
+ 'active'?: boolean;
9364
+ }
9262
9365
  /**
9263
9366
  *
9264
9367
  * @export
@@ -9366,6 +9469,18 @@ export interface IThemesResponseData {
9366
9469
  * @memberof IThemesResponseData
9367
9470
  */
9368
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;
9369
9484
  /**
9370
9485
  *
9371
9486
  * @type {boolean}
@@ -9519,6 +9634,18 @@ export interface IThemesResponseDataMain {
9519
9634
  * @memberof IThemesResponseDataMain
9520
9635
  */
9521
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;
9522
9649
  /**
9523
9650
  *
9524
9651
  * @type {boolean}
@@ -11039,6 +11166,12 @@ export interface PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPayment
11039
11166
  * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
11040
11167
  */
11041
11168
  'type': PaymentGatewayEnum;
11169
+ /**
11170
+ *
11171
+ * @type {boolean}
11172
+ * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
11173
+ */
11174
+ 'active': boolean;
11042
11175
  /**
11043
11176
  *
11044
11177
  * @type {string}
@@ -11063,12 +11196,6 @@ export interface PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPayment
11063
11196
  * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
11064
11197
  */
11065
11198
  'testMode': boolean;
11066
- /**
11067
- *
11068
- * @type {boolean}
11069
- * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
11070
- */
11071
- 'active': boolean;
11072
11199
  }
11073
11200
  /**
11074
11201
  * From T, pick a set of properties whose keys are in the union K
@@ -11307,6 +11434,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
11307
11434
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
11308
11435
  */
11309
11436
  'onboarding': RecordCompanyOnboardingStepEnumBoolean;
11437
+ /**
11438
+ *
11439
+ * @type {string}
11440
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
11441
+ */
11442
+ 'htmlHead'?: string;
11310
11443
  /**
11311
11444
  *
11312
11445
  * @type {string}
@@ -12888,6 +13021,18 @@ export interface PickIThemeExcludeKeyofIThemeGroups {
12888
13021
  * @memberof PickIThemeExcludeKeyofIThemeGroups
12889
13022
  */
12890
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;
12891
13036
  /**
12892
13037
  *
12893
13038
  * @type {boolean}
@@ -13026,6 +13171,18 @@ export interface PickIThemeExcludeKeyofIThemeLastVersion {
13026
13171
  * @memberof PickIThemeExcludeKeyofIThemeLastVersion
13027
13172
  */
13028
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;
13029
13186
  /**
13030
13187
  *
13031
13188
  * @type {boolean}
@@ -13127,6 +13284,18 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain {
13127
13284
  * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
13128
13285
  */
13129
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;
13130
13299
  /**
13131
13300
  *
13132
13301
  * @type {boolean}
@@ -13970,6 +14139,35 @@ export declare const SubscriptionStatusEnum: {
13970
14139
  readonly PENDING: "pending";
13971
14140
  };
13972
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];
13973
14171
  /**
13974
14172
  *
13975
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.59",
3
+ "version": "1.3.61",
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": "abaac6be55c7ba7f30c40a52232d725bb90ab489"
40
+ "gitHead": "e40467a88dd8b39d367040af80221304689e4036"
41
41
  }