@infisale-client/api 1.2.0 → 1.2.1
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 +2 -2
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -8465,13 +8465,13 @@ export interface SetCompanySenderEmailRequest {
|
|
|
8465
8465
|
* @type {string}
|
|
8466
8466
|
* @memberof SetCompanySenderEmailRequest
|
|
8467
8467
|
*/
|
|
8468
|
-
'
|
|
8468
|
+
'senderName': string;
|
|
8469
8469
|
/**
|
|
8470
8470
|
*
|
|
8471
8471
|
* @type {string}
|
|
8472
8472
|
* @memberof SetCompanySenderEmailRequest
|
|
8473
8473
|
*/
|
|
8474
|
-
'
|
|
8474
|
+
'senderEmail': string;
|
|
8475
8475
|
}
|
|
8476
8476
|
/**
|
|
8477
8477
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
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": "
|
|
40
|
+
"gitHead": "b0891d8068a965e7e39935dbba8cdafa6921e4b9"
|
|
41
41
|
}
|