@infisale-client/api 1.2.81 → 1.2.82
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 +2 -2
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -7654,13 +7654,13 @@ export interface ITemplateResponseComponentsInnerConfig {
|
|
|
7654
7654
|
* @type {number}
|
|
7655
7655
|
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7656
7656
|
*/
|
|
7657
|
-
'
|
|
7657
|
+
'contentMobileMaxWidth'?: number;
|
|
7658
7658
|
/**
|
|
7659
7659
|
*
|
|
7660
7660
|
* @type {number}
|
|
7661
7661
|
* @memberof ITemplateResponseComponentsInnerConfig
|
|
7662
7662
|
*/
|
|
7663
|
-
'
|
|
7663
|
+
'contentMaxWidth'?: number;
|
|
7664
7664
|
/**
|
|
7665
7665
|
*
|
|
7666
7666
|
* @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.82",
|
|
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": "b6b73fe5ab3b6d6f6ec3aace5ed896b3e5dd888d"
|
|
41
41
|
}
|