@infisale-client/api 1.3.1 → 1.3.2

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
@@ -8302,11 +8302,13 @@ export interface IThemePatchRequest {
8302
8302
  */
8303
8303
  'thumbnail'?: IImage;
8304
8304
  /**
8305
- *
8306
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
8305
+ * Construct a type with a set of properties K of type T
8306
+ * @type {{ [key: string]: any; }}
8307
8307
  * @memberof IThemePatchRequest
8308
8308
  */
8309
- 'config'?: PickIThemeExcludeKeyofIThemeTemplateConfig;
8309
+ 'config'?: {
8310
+ [key: string]: any;
8311
+ };
8310
8312
  /**
8311
8313
  *
8312
8314
  * @type {string}
@@ -8341,11 +8343,13 @@ export interface IThemePostRequest {
8341
8343
  */
8342
8344
  'thumbnail'?: IImage;
8343
8345
  /**
8344
- *
8345
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
8346
+ * Construct a type with a set of properties K of type T
8347
+ * @type {{ [key: string]: any; }}
8346
8348
  * @memberof IThemePostRequest
8347
8349
  */
8348
- 'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
8350
+ 'config': {
8351
+ [key: string]: any;
8352
+ };
8349
8353
  /**
8350
8354
  *
8351
8355
  * @type {string}
@@ -8422,11 +8426,13 @@ export interface IThemeResponse {
8422
8426
  */
8423
8427
  'main'?: string;
8424
8428
  /**
8425
- *
8426
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
8429
+ * Construct a type with a set of properties K of type T
8430
+ * @type {{ [key: string]: any; }}
8427
8431
  * @memberof IThemeResponse
8428
8432
  */
8429
- 'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
8433
+ 'config': {
8434
+ [key: string]: any;
8435
+ };
8430
8436
  /**
8431
8437
  *
8432
8438
  * @type {string}
@@ -10991,11 +10997,13 @@ export interface PickIThemeExcludeKeyofIThemeTemplate {
10991
10997
  */
10992
10998
  'main'?: string;
10993
10999
  /**
10994
- *
10995
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
11000
+ * Construct a type with a set of properties K of type T
11001
+ * @type {{ [key: string]: any; }}
10996
11002
  * @memberof PickIThemeExcludeKeyofIThemeTemplate
10997
11003
  */
10998
- 'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
11004
+ 'config': {
11005
+ [key: string]: any;
11006
+ };
10999
11007
  /**
11000
11008
  *
11001
11009
  * @type {string}
@@ -11017,261 +11025,6 @@ export interface PickIThemeExcludeKeyofIThemeTemplate {
11017
11025
  [key: string]: RecordStringStringOrAnyValue;
11018
11026
  };
11019
11027
  }
11020
- /**
11021
- *
11022
- * @export
11023
- * @interface PickIThemeExcludeKeyofIThemeTemplateConfig
11024
- */
11025
- export interface PickIThemeExcludeKeyofIThemeTemplateConfig {
11026
- /**
11027
- *
11028
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfigTypography}
11029
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
11030
- */
11031
- 'typography': PickIThemeExcludeKeyofIThemeTemplateConfigTypography;
11032
- /**
11033
- *
11034
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard}
11035
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
11036
- */
11037
- 'blogCard': PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard;
11038
- /**
11039
- *
11040
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard}
11041
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
11042
- */
11043
- 'collectionCard': PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard;
11044
- /**
11045
- *
11046
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard}
11047
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
11048
- */
11049
- 'productCard': PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard;
11050
- /**
11051
- *
11052
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfigLayout}
11053
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
11054
- */
11055
- 'layout': PickIThemeExcludeKeyofIThemeTemplateConfigLayout;
11056
- /**
11057
- *
11058
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfigButtons}
11059
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
11060
- */
11061
- 'buttons': PickIThemeExcludeKeyofIThemeTemplateConfigButtons;
11062
- /**
11063
- *
11064
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfigCss}
11065
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
11066
- */
11067
- 'css': PickIThemeExcludeKeyofIThemeTemplateConfigCss;
11068
- /**
11069
- *
11070
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfigInject}
11071
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfig
11072
- */
11073
- 'inject': PickIThemeExcludeKeyofIThemeTemplateConfigInject;
11074
- }
11075
- /**
11076
- *
11077
- * @export
11078
- * @interface PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard
11079
- */
11080
- export interface PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard {
11081
- /**
11082
- *
11083
- * @type {number}
11084
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard
11085
- */
11086
- 'shadowBlurRadius': number;
11087
- /**
11088
- *
11089
- * @type {number}
11090
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard
11091
- */
11092
- 'shadowVerticalOffset': number;
11093
- /**
11094
- *
11095
- * @type {number}
11096
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard
11097
- */
11098
- 'shadowHorizontalOffset': number;
11099
- /**
11100
- *
11101
- * @type {number}
11102
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard
11103
- */
11104
- 'shadowOpacity': number;
11105
- /**
11106
- *
11107
- * @type {number}
11108
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard
11109
- */
11110
- 'borderRadius': number;
11111
- /**
11112
- *
11113
- * @type {number}
11114
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard
11115
- */
11116
- 'opacity': number;
11117
- /**
11118
- *
11119
- * @type {number}
11120
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard
11121
- */
11122
- 'borderWidth': number;
11123
- /**
11124
- *
11125
- * @type {string}
11126
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard
11127
- */
11128
- 'textAlign': PickIThemeExcludeKeyofIThemeTemplateConfigBlogCardTextAlignEnum;
11129
- /**
11130
- *
11131
- * @type {number}
11132
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard
11133
- */
11134
- 'padding': number;
11135
- /**
11136
- *
11137
- * @type {string}
11138
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigBlogCard
11139
- */
11140
- 'variant': string;
11141
- }
11142
- export declare const PickIThemeExcludeKeyofIThemeTemplateConfigBlogCardTextAlignEnum: {
11143
- readonly LEFT: "left";
11144
- readonly CENTER: "center";
11145
- readonly RIGHT: "right";
11146
- };
11147
- export type PickIThemeExcludeKeyofIThemeTemplateConfigBlogCardTextAlignEnum = typeof PickIThemeExcludeKeyofIThemeTemplateConfigBlogCardTextAlignEnum[keyof typeof PickIThemeExcludeKeyofIThemeTemplateConfigBlogCardTextAlignEnum];
11148
- /**
11149
- *
11150
- * @export
11151
- * @interface PickIThemeExcludeKeyofIThemeTemplateConfigButtons
11152
- */
11153
- export interface PickIThemeExcludeKeyofIThemeTemplateConfigButtons {
11154
- /**
11155
- *
11156
- * @type {number}
11157
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
11158
- */
11159
- 'shadowBlurRadius': number;
11160
- /**
11161
- *
11162
- * @type {number}
11163
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
11164
- */
11165
- 'shadowVerticalOffset': number;
11166
- /**
11167
- *
11168
- * @type {number}
11169
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
11170
- */
11171
- 'shadowHorizontalOffset': number;
11172
- /**
11173
- *
11174
- * @type {number}
11175
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
11176
- */
11177
- 'shadowOpacity': number;
11178
- /**
11179
- *
11180
- * @type {number}
11181
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
11182
- */
11183
- 'borderRadius': number;
11184
- /**
11185
- *
11186
- * @type {number}
11187
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
11188
- */
11189
- 'opacity': number;
11190
- /**
11191
- *
11192
- * @type {number}
11193
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigButtons
11194
- */
11195
- 'borderWidth': number;
11196
- }
11197
- /**
11198
- *
11199
- * @export
11200
- * @interface PickIThemeExcludeKeyofIThemeTemplateConfigCss
11201
- */
11202
- export interface PickIThemeExcludeKeyofIThemeTemplateConfigCss {
11203
- /**
11204
- *
11205
- * @type {{ [key: string]: string; }}
11206
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigCss
11207
- */
11208
- 'variables': {
11209
- [key: string]: string;
11210
- };
11211
- }
11212
- /**
11213
- *
11214
- * @export
11215
- * @interface PickIThemeExcludeKeyofIThemeTemplateConfigInject
11216
- */
11217
- export interface PickIThemeExcludeKeyofIThemeTemplateConfigInject {
11218
- /**
11219
- *
11220
- * @type {string}
11221
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigInject
11222
- */
11223
- 'js': string;
11224
- /**
11225
- *
11226
- * @type {string}
11227
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigInject
11228
- */
11229
- 'css': string;
11230
- }
11231
- /**
11232
- *
11233
- * @export
11234
- * @interface PickIThemeExcludeKeyofIThemeTemplateConfigLayout
11235
- */
11236
- export interface PickIThemeExcludeKeyofIThemeTemplateConfigLayout {
11237
- /**
11238
- *
11239
- * @type {number}
11240
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
11241
- */
11242
- 'gridXGap': number;
11243
- /**
11244
- *
11245
- * @type {number}
11246
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
11247
- */
11248
- 'gridYGap': number;
11249
- /**
11250
- *
11251
- * @type {number}
11252
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
11253
- */
11254
- 'sectionYGap': number;
11255
- /**
11256
- *
11257
- * @type {number}
11258
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigLayout
11259
- */
11260
- 'containerWidth': number;
11261
- }
11262
- /**
11263
- *
11264
- * @export
11265
- * @interface PickIThemeExcludeKeyofIThemeTemplateConfigTypography
11266
- */
11267
- export interface PickIThemeExcludeKeyofIThemeTemplateConfigTypography {
11268
- /**
11269
- *
11270
- * @type {string}
11271
- * @memberof PickIThemeExcludeKeyofIThemeTemplateConfigTypography
11272
- */
11273
- 'fontFamily': string;
11274
- }
11275
11028
  /**
11276
11029
  * From T, pick a set of properties whose keys are in the union K
11277
11030
  * @export
@@ -11291,11 +11044,13 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseO
11291
11044
  */
11292
11045
  'thumbnail'?: IImage;
11293
11046
  /**
11294
- *
11295
- * @type {PickIThemeExcludeKeyofIThemeTemplateConfig}
11047
+ * Construct a type with a set of properties K of type T
11048
+ * @type {{ [key: string]: any; }}
11296
11049
  * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrTemplateOrMainOrCompanyOrCreator
11297
11050
  */
11298
- 'config': PickIThemeExcludeKeyofIThemeTemplateConfig;
11051
+ 'config': {
11052
+ [key: string]: any;
11053
+ };
11299
11054
  /**
11300
11055
  *
11301
11056
  * @type {string}
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.PickIThemeExcludeKeyofIThemeTemplateConfigBlogCardTextAlignEnum = exports.PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFieldEnum = exports.PaymentStatusEnum = exports.PaymentMethodEnum = exports.PaymentGatewayEnum = exports.PageTypeEnum = 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.IProductCollectionQueryParamsSortEnum = exports.IProductCollectionQueryParamsDateFieldEnum = exports.IPlanCollectionQueryParamsDateFieldEnum = exports.IPaymentPostRequestPeriodEnum = exports.IPageCollectionQueryParamsDateFieldEnum = exports.IOrderCollectionQueryParamsDateFieldEnum = exports.IOperationCollectionQueryParamsDateFieldEnum = exports.INotificationCollectionQueryParamsDateFieldEnum = 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.ComponentProductTypeEnum = exports.ComponentProductOrderEnum = exports.ComponentProductListTypeEnum = 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.TemplateTypeEnum = exports.SitemapTypeEnum = exports.ShippingPricingTypeEnum = exports.ReviewStatusEnum = exports.PlanTypeEnum = exports.PlanStatusEnum = exports.PlanCurrencyEnum = void 0;
21
- exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.ThemeApi = exports.ThemeApiFactory = 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.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.GetFilesDateFieldEnum = exports.FileApi = exports.FileApiFactory = void 0;
22
- exports.GetUsersDateFieldEnum = exports.UserApi = void 0;
19
+ exports.PlanCurrencyEnum = exports.PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFieldEnum = exports.PaymentStatusEnum = exports.PaymentMethodEnum = exports.PaymentGatewayEnum = exports.PageTypeEnum = 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.IProductCollectionQueryParamsSortEnum = exports.IProductCollectionQueryParamsDateFieldEnum = exports.IPlanCollectionQueryParamsDateFieldEnum = exports.IPaymentPostRequestPeriodEnum = exports.IPageCollectionQueryParamsDateFieldEnum = exports.IOrderCollectionQueryParamsDateFieldEnum = exports.IOperationCollectionQueryParamsDateFieldEnum = exports.INotificationCollectionQueryParamsDateFieldEnum = 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.ComponentProductTypeEnum = exports.ComponentProductOrderEnum = exports.ComponentProductListTypeEnum = 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.TemplateTypeEnum = exports.SitemapTypeEnum = exports.ShippingPricingTypeEnum = exports.ReviewStatusEnum = exports.PlanTypeEnum = exports.PlanStatusEnum = void 0;
21
+ exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.ThemeApi = exports.ThemeApiFactory = 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.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.GetFilesDateFieldEnum = exports.FileApi = void 0;
22
+ exports.GetUsersDateFieldEnum = void 0;
23
23
  const axios_1 = __importDefault(require("axios"));
24
24
  // Some imports not used depending on template conditions
25
25
  // @ts-ignore
@@ -649,11 +649,6 @@ exports.PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFiel
649
649
  CREATED_AT: 'createdAt',
650
650
  UPDATED_AT: 'updatedAt'
651
651
  };
652
- exports.PickIThemeExcludeKeyofIThemeTemplateConfigBlogCardTextAlignEnum = {
653
- LEFT: 'left',
654
- CENTER: 'center',
655
- RIGHT: 'right'
656
- };
657
652
  /**
658
653
  *
659
654
  * @export
package/dist/api/api.mjs CHANGED
@@ -637,11 +637,6 @@ export const PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDat
637
637
  CREATED_AT: 'createdAt',
638
638
  UPDATED_AT: 'updatedAt'
639
639
  };
640
- export const PickIThemeExcludeKeyofIThemeTemplateConfigBlogCardTextAlignEnum = {
641
- LEFT: 'left',
642
- CENTER: 'center',
643
- RIGHT: 'right'
644
- };
645
640
  /**
646
641
  *
647
642
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
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": "8b122349bed1b50f72a09b18253fa7421f0ba40b"
40
+ "gitHead": "50ddf9bed9bf291c11075698062241e62cf5f49e"
41
41
  }