@infisale-client/api 1.1.29 → 1.1.30
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 +6 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -3428,6 +3428,12 @@ export interface IContactFormPostRequest {
|
|
|
3428
3428
|
* @memberof IContactFormPostRequest
|
|
3429
3429
|
*/
|
|
3430
3430
|
'message': string;
|
|
3431
|
+
/**
|
|
3432
|
+
*
|
|
3433
|
+
* @type {string}
|
|
3434
|
+
* @memberof IContactFormPostRequest
|
|
3435
|
+
*/
|
|
3436
|
+
'domain': string;
|
|
3431
3437
|
}
|
|
3432
3438
|
/**
|
|
3433
3439
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.30",
|
|
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": "82ac6b64249b099bea6766557bc0d32f9dbfbec5"
|
|
41
41
|
}
|