@infisale-client/api 1.2.34 → 1.2.36
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 +30 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -7128,6 +7128,36 @@ export interface ITemplateResponseComponentsInner {
|
|
|
7128
7128
|
* @interface ITemplateResponseComponentsInnerConfig
|
|
7129
7129
|
*/
|
|
7130
7130
|
export interface ITemplateResponseComponentsInnerConfig {
|
|
7131
|
+
/**
|
|
7132
|
+
*
|
|
7133
|
+
* @type {boolean}
|
|
7134
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7135
|
+
*/
|
|
7136
|
+
'isInnerContainer'?: boolean;
|
|
7137
|
+
/**
|
|
7138
|
+
*
|
|
7139
|
+
* @type {number}
|
|
7140
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7141
|
+
*/
|
|
7142
|
+
'contentMobileMaxHeight'?: number;
|
|
7143
|
+
/**
|
|
7144
|
+
*
|
|
7145
|
+
* @type {number}
|
|
7146
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7147
|
+
*/
|
|
7148
|
+
'contentMaxHeight'?: number;
|
|
7149
|
+
/**
|
|
7150
|
+
*
|
|
7151
|
+
* @type {number}
|
|
7152
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7153
|
+
*/
|
|
7154
|
+
'containerMobileMaxHeight'?: number;
|
|
7155
|
+
/**
|
|
7156
|
+
*
|
|
7157
|
+
* @type {number}
|
|
7158
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7159
|
+
*/
|
|
7160
|
+
'containerMaxHeight'?: number;
|
|
7131
7161
|
/**
|
|
7132
7162
|
*
|
|
7133
7163
|
* @type {number}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.36",
|
|
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": "f2646b5e17968f7e69981816c46ed10d24ec7823"
|
|
41
41
|
}
|