@infisale-client/api 1.2.44 → 1.2.45

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
@@ -7262,7 +7262,7 @@ export interface IThemePatchRequest {
7262
7262
  * @type {IThemeResponseTemplate}
7263
7263
  * @memberof IThemePatchRequest
7264
7264
  */
7265
- 'template': IThemeResponseTemplate;
7265
+ 'template'?: IThemeResponseTemplate;
7266
7266
  /**
7267
7267
  *
7268
7268
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.44",
3
+ "version": "1.2.45",
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": "9777d7b05e07a588e72e9409d510a1db4faadbf4"
40
+ "gitHead": "c3e55cbf1f0449c632a979781ceec1c0816cc518"
41
41
  }