@infisale-client/api 1.1.32 → 1.1.34
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 +24 -21
- 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
|
|
@@ -5980,10 +5996,16 @@ export interface ITemplateResponseComponentsInner {
|
|
|
5980
5996
|
export interface ITemplateResponseComponentsInnerConfig {
|
|
5981
5997
|
/**
|
|
5982
5998
|
*
|
|
5983
|
-
* @type {
|
|
5999
|
+
* @type {FontSizeEnum}
|
|
5984
6000
|
* @memberof ITemplateResponseComponentsInnerConfig
|
|
5985
6001
|
*/
|
|
5986
|
-
'
|
|
6002
|
+
'descriptionFontSize'?: FontSizeEnum;
|
|
6003
|
+
/**
|
|
6004
|
+
*
|
|
6005
|
+
* @type {FontSizeEnum}
|
|
6006
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
6007
|
+
*/
|
|
6008
|
+
'titleFontSize'?: FontSizeEnum;
|
|
5987
6009
|
/**
|
|
5988
6010
|
*
|
|
5989
6011
|
* @type {string}
|
|
@@ -6039,25 +6061,6 @@ export interface ITemplateResponseComponentsInnerConfig {
|
|
|
6039
6061
|
*/
|
|
6040
6062
|
'addName'?: boolean;
|
|
6041
6063
|
}
|
|
6042
|
-
/**
|
|
6043
|
-
*
|
|
6044
|
-
* @export
|
|
6045
|
-
* @interface ITemplateResponseComponentsInnerConfigFontSize
|
|
6046
|
-
*/
|
|
6047
|
-
export interface ITemplateResponseComponentsInnerConfigFontSize {
|
|
6048
|
-
/**
|
|
6049
|
-
*
|
|
6050
|
-
* @type {string}
|
|
6051
|
-
* @memberof ITemplateResponseComponentsInnerConfigFontSize
|
|
6052
|
-
*/
|
|
6053
|
-
'description': string;
|
|
6054
|
-
/**
|
|
6055
|
-
*
|
|
6056
|
-
* @type {string}
|
|
6057
|
-
* @memberof ITemplateResponseComponentsInnerConfigFontSize
|
|
6058
|
-
*/
|
|
6059
|
-
'title': string;
|
|
6060
|
-
}
|
|
6061
6064
|
/**
|
|
6062
6065
|
*
|
|
6063
6066
|
* @export
|
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.34",
|
|
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": "020b8f72a4a2a22a1137c98246b61b6fe9af745b"
|
|
41
41
|
}
|