@infisale-client/api 1.3.57 → 1.3.59

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.
Files changed (2) hide show
  1. package/dist/api/api.d.ts +24 -0
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -3651,6 +3651,12 @@ export interface ICompanyResponse {
3651
3651
  * @interface ICompanyResponseCustomHostnamesInner
3652
3652
  */
3653
3653
  export interface ICompanyResponseCustomHostnamesInner {
3654
+ /**
3655
+ *
3656
+ * @type {string}
3657
+ * @memberof ICompanyResponseCustomHostnamesInner
3658
+ */
3659
+ 'validationUrl': string;
3654
3660
  /**
3655
3661
  *
3656
3662
  * @type {string}
@@ -4722,6 +4728,12 @@ export interface IFileResponse {
4722
4728
  * @memberof IFileResponse
4723
4729
  */
4724
4730
  'mimeType': string;
4731
+ /**
4732
+ *
4733
+ * @type {string}
4734
+ * @memberof IFileResponse
4735
+ */
4736
+ 'extension': string;
4725
4737
  }
4726
4738
  /**
4727
4739
  *
@@ -4827,6 +4839,12 @@ export interface IImage {
4827
4839
  * @memberof IImage
4828
4840
  */
4829
4841
  'mimeType': string;
4842
+ /**
4843
+ *
4844
+ * @type {string}
4845
+ * @memberof IImage
4846
+ */
4847
+ 'extension': string;
4830
4848
  }
4831
4849
  /**
4832
4850
  *
@@ -9006,6 +9024,12 @@ export interface IThemePatchRequest {
9006
9024
  'config'?: {
9007
9025
  [key: string]: any;
9008
9026
  };
9027
+ /**
9028
+ *
9029
+ * @type {string}
9030
+ * @memberof IThemePatchRequest
9031
+ */
9032
+ 'demoUrl'?: string;
9009
9033
  }
9010
9034
  /**
9011
9035
  *
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.59",
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": "abaac6be55c7ba7f30c40a52232d725bb90ab489"
41
41
  }