@infisale-client/api-client 1.3.2 → 1.3.3

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
@@ -7950,7 +7950,7 @@ export interface ITemplateComponentContentResponse {
7950
7950
  * @type {string}
7951
7951
  * @memberof ITemplateComponentContentResponse
7952
7952
  */
7953
- 'contentType': string;
7953
+ 'type': string;
7954
7954
  /**
7955
7955
  * Construct a type with a set of properties K of type T
7956
7956
  * @type {{ [key: string]: any; }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "api-client-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": "50ddf9bed9bf291c11075698062241e62cf5f49e"
40
+ "gitHead": "5cc6af7a0bd08284d890bcc2aeaab1f5b9c2fee7"
41
41
  }