@infisale-client/api-client 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
@@ -4730,7 +4730,7 @@ export interface IFileResponse {
4730
4730
  * @type {string}
4731
4731
  * @memberof IFileResponse
4732
4732
  */
4733
- 'mimetype': string;
4733
+ 'mimeType': string;
4734
4734
  }
4735
4735
  /**
4736
4736
  *
@@ -4835,7 +4835,7 @@ export interface IImage {
4835
4835
  * @type {string}
4836
4836
  * @memberof IImage
4837
4837
  */
4838
- 'mimetype': string;
4838
+ 'mimeType': string;
4839
4839
  }
4840
4840
  /**
4841
4841
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.46",
3
+ "version": "1.3.47",
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": "8eb47500e7a879a9dea53b524c9883d85264d9a7"
40
+ "gitHead": "eee531fa8c8ffd1cee65d94e42ada4bb3774b23c"
41
41
  }