@infisale-client/api 1.2.34 → 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 CHANGED
@@ -7128,6 +7128,12 @@ 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;
7131
7137
  /**
7132
7138
  *
7133
7139
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.34",
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": "31543688e33346e65723aaec6c128d13528fe0d6"
40
+ "gitHead": "5a02bad2565db1191036047f60c88257d7fb0d56"
41
41
  }