@infisale-client/api 1.2.33 → 1.2.35
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 +12 -6
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -7128,6 +7128,18 @@ 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
|
+
'containerWidth'?: number;
|
|
7131
7143
|
/**
|
|
7132
7144
|
*
|
|
7133
7145
|
* @type {ContentPositionYEnum}
|
|
@@ -7365,12 +7377,6 @@ export interface ITemplateResponseComponentsInnerContentsInnerButtonsInner {
|
|
|
7365
7377
|
* @interface ITemplateResponseComponentsInnerContentsInnerConfig
|
|
7366
7378
|
*/
|
|
7367
7379
|
export interface ITemplateResponseComponentsInnerContentsInnerConfig {
|
|
7368
|
-
/**
|
|
7369
|
-
*
|
|
7370
|
-
* @type {number}
|
|
7371
|
-
* @memberof ITemplateResponseComponentsInnerContentsInnerConfig
|
|
7372
|
-
*/
|
|
7373
|
-
'containerWidth'?: number;
|
|
7374
7380
|
/**
|
|
7375
7381
|
*
|
|
7376
7382
|
* @type {ContentPositionYEnum}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.35",
|
|
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": "5a02bad2565db1191036047f60c88257d7fb0d56"
|
|
41
41
|
}
|