@infisale-client/api 1.3.46 → 1.3.47

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
@@ -4743,7 +4743,7 @@ export interface IFileResponse {
4743
4743
  * @type {string}
4744
4744
  * @memberof IFileResponse
4745
4745
  */
4746
- 'mimetype': string;
4746
+ 'mimeType': string;
4747
4747
  }
4748
4748
  /**
4749
4749
  *
@@ -4848,7 +4848,7 @@ export interface IImage {
4848
4848
  * @type {string}
4849
4849
  * @memberof IImage
4850
4850
  */
4851
- 'mimetype': string;
4851
+ 'mimeType': string;
4852
4852
  }
4853
4853
  /**
4854
4854
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.3.46",
3
+ "version": "1.3.47",
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": "8eb47500e7a879a9dea53b524c9883d85264d9a7"
40
+ "gitHead": "eee531fa8c8ffd1cee65d94e42ada4bb3774b23c"
41
41
  }