@infisale-client/api-client 1.3.56 → 1.3.58

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
@@ -8993,6 +8993,12 @@ export interface IThemePatchRequest {
8993
8993
  'config'?: {
8994
8994
  [key: string]: any;
8995
8995
  };
8996
+ /**
8997
+ *
8998
+ * @type {string}
8999
+ * @memberof IThemePatchRequest
9000
+ */
9001
+ 'demoUrl'?: string;
8996
9002
  }
8997
9003
  /**
8998
9004
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.56",
3
+ "version": "1.3.58",
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": "e29435b92aaa8ec010c486a6f3ed37019f3065cd"
40
+ "gitHead": "2e90cff37e5e1e4f38bcef8f1d1e991b3b420f0c"
41
41
  }