@infisale-client/api 1.2.31 → 1.2.32
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 +36 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -7085,12 +7085,24 @@ export interface ITemplateResponseComponentsInner {
|
|
|
7085
7085
|
* @interface ITemplateResponseComponentsInnerConfig
|
|
7086
7086
|
*/
|
|
7087
7087
|
export interface ITemplateResponseComponentsInnerConfig {
|
|
7088
|
+
/**
|
|
7089
|
+
*
|
|
7090
|
+
* @type {ContentPositionYEnum}
|
|
7091
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7092
|
+
*/
|
|
7093
|
+
'contentMobilePositionY'?: ContentPositionYEnum;
|
|
7088
7094
|
/**
|
|
7089
7095
|
*
|
|
7090
7096
|
* @type {ContentPositionYEnum}
|
|
7091
7097
|
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7092
7098
|
*/
|
|
7093
7099
|
'contentPositionY'?: ContentPositionYEnum;
|
|
7100
|
+
/**
|
|
7101
|
+
*
|
|
7102
|
+
* @type {ContentPositionXEnum}
|
|
7103
|
+
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7104
|
+
*/
|
|
7105
|
+
'contentMobilePositionX'?: ContentPositionXEnum;
|
|
7094
7106
|
/**
|
|
7095
7107
|
*
|
|
7096
7108
|
* @type {ContentPositionXEnum}
|
|
@@ -7310,6 +7322,30 @@ export interface ITemplateResponseComponentsInnerContentsInnerButtonsInner {
|
|
|
7310
7322
|
* @interface ITemplateResponseComponentsInnerContentsInnerConfig
|
|
7311
7323
|
*/
|
|
7312
7324
|
export interface ITemplateResponseComponentsInnerContentsInnerConfig {
|
|
7325
|
+
/**
|
|
7326
|
+
*
|
|
7327
|
+
* @type {ContentPositionYEnum}
|
|
7328
|
+
* @memberof ITemplateResponseComponentsInnerContentsInnerConfig
|
|
7329
|
+
*/
|
|
7330
|
+
'contentMobilePositionY'?: ContentPositionYEnum;
|
|
7331
|
+
/**
|
|
7332
|
+
*
|
|
7333
|
+
* @type {ContentPositionYEnum}
|
|
7334
|
+
* @memberof ITemplateResponseComponentsInnerContentsInnerConfig
|
|
7335
|
+
*/
|
|
7336
|
+
'contentPositionY'?: ContentPositionYEnum;
|
|
7337
|
+
/**
|
|
7338
|
+
*
|
|
7339
|
+
* @type {ContentPositionXEnum}
|
|
7340
|
+
* @memberof ITemplateResponseComponentsInnerContentsInnerConfig
|
|
7341
|
+
*/
|
|
7342
|
+
'contentMobilePositionX'?: ContentPositionXEnum;
|
|
7343
|
+
/**
|
|
7344
|
+
*
|
|
7345
|
+
* @type {ContentPositionXEnum}
|
|
7346
|
+
* @memberof ITemplateResponseComponentsInnerContentsInnerConfig
|
|
7347
|
+
*/
|
|
7348
|
+
'contentPositionX'?: ContentPositionXEnum;
|
|
7313
7349
|
/**
|
|
7314
7350
|
*
|
|
7315
7351
|
* @type {string}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.32",
|
|
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": "ed745158196d1f437cef82e9871f7bcb5169ff4b"
|
|
41
41
|
}
|