@infisale-client/api 1.1.7 → 1.1.8

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
@@ -7040,7 +7040,7 @@ export interface SetCompanySenderEmailRequest {
7040
7040
  * @type {string}
7041
7041
  * @memberof SetCompanySenderEmailRequest
7042
7042
  */
7043
- 'email': string;
7043
+ 'sender_email': string;
7044
7044
  }
7045
7045
  /**
7046
7046
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
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",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/infisale/infisale-client/issues"
38
38
  },
39
- "gitHead": "9957aca5c009e2a0b88ff3ecbe486882e83156e6"
39
+ "gitHead": "cb75a929fd6b3d0ddeace9e5e489720bbf8c9915"
40
40
  }