@infisale-client/api 1.1.32 → 1.1.33
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 +21 -5
- package/dist/api/api.js +17 -2
- package/dist/api/api.mjs +15 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -509,6 +509,22 @@ export declare const FileTypeEnum: {
|
|
|
509
509
|
readonly OTHER: "other";
|
|
510
510
|
};
|
|
511
511
|
export type FileTypeEnum = typeof FileTypeEnum[keyof typeof FileTypeEnum];
|
|
512
|
+
/**
|
|
513
|
+
*
|
|
514
|
+
* @export
|
|
515
|
+
* @enum {string}
|
|
516
|
+
*/
|
|
517
|
+
export declare const FontSizeEnum: {
|
|
518
|
+
readonly XS: "text-xs";
|
|
519
|
+
readonly SM: "text-sm";
|
|
520
|
+
readonly BASE: "text-base";
|
|
521
|
+
readonly LG: "text-lg";
|
|
522
|
+
readonly XL: "text-xl";
|
|
523
|
+
readonly _2XL: "text-2xl";
|
|
524
|
+
readonly _4XL: "text-4xl";
|
|
525
|
+
readonly _6XL: "text-6xl";
|
|
526
|
+
};
|
|
527
|
+
export type FontSizeEnum = typeof FontSizeEnum[keyof typeof FontSizeEnum];
|
|
512
528
|
/**
|
|
513
529
|
*
|
|
514
530
|
* @export
|
|
@@ -5983,7 +5999,7 @@ export interface ITemplateResponseComponentsInnerConfig {
|
|
|
5983
5999
|
* @type {ITemplateResponseComponentsInnerConfigFontSize}
|
|
5984
6000
|
* @memberof ITemplateResponseComponentsInnerConfig
|
|
5985
6001
|
*/
|
|
5986
|
-
'fontSize'
|
|
6002
|
+
'fontSize'?: ITemplateResponseComponentsInnerConfigFontSize;
|
|
5987
6003
|
/**
|
|
5988
6004
|
*
|
|
5989
6005
|
* @type {string}
|
|
@@ -6047,16 +6063,16 @@ export interface ITemplateResponseComponentsInnerConfig {
|
|
|
6047
6063
|
export interface ITemplateResponseComponentsInnerConfigFontSize {
|
|
6048
6064
|
/**
|
|
6049
6065
|
*
|
|
6050
|
-
* @type {
|
|
6066
|
+
* @type {FontSizeEnum}
|
|
6051
6067
|
* @memberof ITemplateResponseComponentsInnerConfigFontSize
|
|
6052
6068
|
*/
|
|
6053
|
-
'description'
|
|
6069
|
+
'description'?: FontSizeEnum;
|
|
6054
6070
|
/**
|
|
6055
6071
|
*
|
|
6056
|
-
* @type {
|
|
6072
|
+
* @type {FontSizeEnum}
|
|
6057
6073
|
* @memberof ITemplateResponseComponentsInnerConfigFontSize
|
|
6058
6074
|
*/
|
|
6059
|
-
'title'
|
|
6075
|
+
'title'?: FontSizeEnum;
|
|
6060
6076
|
}
|
|
6061
6077
|
/**
|
|
6062
6078
|
*
|
package/dist/api/api.js
CHANGED
|
@@ -16,8 +16,8 @@ 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.
|
|
20
|
-
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.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.PlanApi = exports.PlanApiFactory = exports.PlanApiFp = exports.PlanApiAxiosParamCreator = exports.PageApi = exports.PageApiFactory = exports.PageApiFp = exports.PageApiAxiosParamCreator = exports.OperationApi = exports.OperationApiFactory = exports.OperationApiFp = exports.OperationApiAxiosParamCreator = exports.NotificationApi = exports.NotificationApiFactory = exports.NotificationApiFp = exports.NotificationApiAxiosParamCreator = exports.FileApi = exports.FileApiFactory = exports.FileApiFp = exports.FileApiAxiosParamCreator = exports.ContactFormApi = exports.ContactFormApiFactory = exports.ContactFormApiFp = exports.ContactFormApiAxiosParamCreator = exports.CompanyApi = exports.CompanyApiFactory = exports.CompanyApiFp = exports.CompanyApiAxiosParamCreator = exports.CollectionApi = exports.CollectionApiFactory = exports.CollectionApiFp = exports.CollectionApiAxiosParamCreator = exports.CategoryApi = void 0;
|
|
19
|
+
exports.CategoryApiFp = exports.CategoryApiAxiosParamCreator = 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.ThemeTypeEnum = exports.TemplateTypeEnum = exports.PlanTypeEnum = exports.PlanStatusEnum = exports.PlanCurrencyEnum = exports.PageTypeEnum = exports.OrderEnum = exports.OperationStatusEnum = exports.NotificationStatusEnum = exports.NotificationMessageEnum = exports.NavigationUrlTargetEnum = exports.LanguageEnum = exports.FontSizeEnum = exports.FileTypeEnum = exports.FileStatusEnum = exports.FileKeywordEnum = exports.EmailConfigDnsRecordTypeEnum = exports.CurrencyRateTypeEnum = exports.CurrencyEnum = exports.CountryEnum = exports.ContentStatusEnum = exports.ComponentTypeEnum = exports.ComponentProductTypeEnum = exports.ComponentProductOrderEnum = exports.ComponentProductListTypeEnum = exports.ComponentContentTypeEnum = exports.CompanyUserStatusEnum = exports.CompanyTypeEnum = exports.CompanyStatusEnum = void 0;
|
|
20
|
+
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.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.PlanApi = exports.PlanApiFactory = exports.PlanApiFp = exports.PlanApiAxiosParamCreator = exports.PageApi = exports.PageApiFactory = exports.PageApiFp = exports.PageApiAxiosParamCreator = exports.OperationApi = exports.OperationApiFactory = exports.OperationApiFp = exports.OperationApiAxiosParamCreator = exports.NotificationApi = exports.NotificationApiFactory = exports.NotificationApiFp = exports.NotificationApiAxiosParamCreator = exports.FileApi = exports.FileApiFactory = exports.FileApiFp = exports.FileApiAxiosParamCreator = exports.ContactFormApi = exports.ContactFormApiFactory = exports.ContactFormApiFp = exports.ContactFormApiAxiosParamCreator = exports.CompanyApi = exports.CompanyApiFactory = exports.CompanyApiFp = exports.CompanyApiAxiosParamCreator = exports.CollectionApi = exports.CollectionApiFactory = exports.CollectionApiFp = exports.CollectionApiAxiosParamCreator = exports.CategoryApi = exports.CategoryApiFactory = void 0;
|
|
21
21
|
const axios_1 = __importDefault(require("axios"));
|
|
22
22
|
// Some imports not used depending on template conditions
|
|
23
23
|
// @ts-ignore
|
|
@@ -460,6 +460,21 @@ exports.FileTypeEnum = {
|
|
|
460
460
|
DOCUMENT: 'document',
|
|
461
461
|
OTHER: 'other'
|
|
462
462
|
};
|
|
463
|
+
/**
|
|
464
|
+
*
|
|
465
|
+
* @export
|
|
466
|
+
* @enum {string}
|
|
467
|
+
*/
|
|
468
|
+
exports.FontSizeEnum = {
|
|
469
|
+
XS: 'text-xs',
|
|
470
|
+
SM: 'text-sm',
|
|
471
|
+
BASE: 'text-base',
|
|
472
|
+
LG: 'text-lg',
|
|
473
|
+
XL: 'text-xl',
|
|
474
|
+
_2XL: 'text-2xl',
|
|
475
|
+
_4XL: 'text-4xl',
|
|
476
|
+
_6XL: 'text-6xl'
|
|
477
|
+
};
|
|
463
478
|
/**
|
|
464
479
|
*
|
|
465
480
|
* @export
|
package/dist/api/api.mjs
CHANGED
|
@@ -450,6 +450,21 @@ export const FileTypeEnum = {
|
|
|
450
450
|
DOCUMENT: 'document',
|
|
451
451
|
OTHER: 'other'
|
|
452
452
|
};
|
|
453
|
+
/**
|
|
454
|
+
*
|
|
455
|
+
* @export
|
|
456
|
+
* @enum {string}
|
|
457
|
+
*/
|
|
458
|
+
export const FontSizeEnum = {
|
|
459
|
+
XS: 'text-xs',
|
|
460
|
+
SM: 'text-sm',
|
|
461
|
+
BASE: 'text-base',
|
|
462
|
+
LG: 'text-lg',
|
|
463
|
+
XL: 'text-xl',
|
|
464
|
+
_2XL: 'text-2xl',
|
|
465
|
+
_4XL: 'text-4xl',
|
|
466
|
+
_6XL: 'text-6xl'
|
|
467
|
+
};
|
|
453
468
|
/**
|
|
454
469
|
*
|
|
455
470
|
* @export
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.33",
|
|
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": "
|
|
40
|
+
"gitHead": "991becae8ef6cf5bff3e06c1b8d1ec2da0b6197b"
|
|
41
41
|
}
|