@infisale-client/api 1.3.57 → 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
@@ -9006,6 +9006,12 @@ export interface IThemePatchRequest {
9006
9006
  'config'?: {
9007
9007
  [key: string]: any;
9008
9008
  };
9009
+ /**
9010
+ *
9011
+ * @type {string}
9012
+ * @memberof IThemePatchRequest
9013
+ */
9014
+ 'demoUrl'?: string;
9009
9015
  }
9010
9016
  /**
9011
9017
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.3.57",
3
+ "version": "1.3.58",
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": "1c8dca81e6fa5c604aca36a827321fdf5f5473a0"
40
+ "gitHead": "2e90cff37e5e1e4f38bcef8f1d1e991b3b420f0c"
41
41
  }