@infisale-client/api 1.1.33 → 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 +8 -21
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -5996,10 +5996,16 @@ export interface ITemplateResponseComponentsInner {
|
|
|
5996
5996
|
export interface ITemplateResponseComponentsInnerConfig {
|
|
5997
5997
|
/**
|
|
5998
5998
|
*
|
|
5999
|
-
* @type {
|
|
5999
|
+
* @type {FontSizeEnum}
|
|
6000
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
6001
|
+
*/
|
|
6002
|
+
'descriptionFontSize'?: FontSizeEnum;
|
|
6003
|
+
/**
|
|
6004
|
+
*
|
|
6005
|
+
* @type {FontSizeEnum}
|
|
6000
6006
|
* @memberof ITemplateResponseComponentsInnerConfig
|
|
6001
6007
|
*/
|
|
6002
|
-
'
|
|
6008
|
+
'titleFontSize'?: FontSizeEnum;
|
|
6003
6009
|
/**
|
|
6004
6010
|
*
|
|
6005
6011
|
* @type {string}
|
|
@@ -6055,25 +6061,6 @@ export interface ITemplateResponseComponentsInnerConfig {
|
|
|
6055
6061
|
*/
|
|
6056
6062
|
'addName'?: boolean;
|
|
6057
6063
|
}
|
|
6058
|
-
/**
|
|
6059
|
-
*
|
|
6060
|
-
* @export
|
|
6061
|
-
* @interface ITemplateResponseComponentsInnerConfigFontSize
|
|
6062
|
-
*/
|
|
6063
|
-
export interface ITemplateResponseComponentsInnerConfigFontSize {
|
|
6064
|
-
/**
|
|
6065
|
-
*
|
|
6066
|
-
* @type {FontSizeEnum}
|
|
6067
|
-
* @memberof ITemplateResponseComponentsInnerConfigFontSize
|
|
6068
|
-
*/
|
|
6069
|
-
'description'?: FontSizeEnum;
|
|
6070
|
-
/**
|
|
6071
|
-
*
|
|
6072
|
-
* @type {FontSizeEnum}
|
|
6073
|
-
* @memberof ITemplateResponseComponentsInnerConfigFontSize
|
|
6074
|
-
*/
|
|
6075
|
-
'title'?: FontSizeEnum;
|
|
6076
|
-
}
|
|
6077
6064
|
/**
|
|
6078
6065
|
*
|
|
6079
6066
|
* @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
|
}
|