@selfcommunity/api-services 0.7.0-alpha.3 → 0.7.0-alpha.4
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.
|
@@ -11,13 +11,13 @@ export interface ContactUsRequestParams {
|
|
|
11
11
|
*/
|
|
12
12
|
surname?: string;
|
|
13
13
|
/**
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
* Email field for the account
|
|
15
|
+
*/
|
|
16
16
|
email?: string;
|
|
17
17
|
/**
|
|
18
|
-
* Contact request text
|
|
18
|
+
* Contact request message text
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
message?: string;
|
|
21
21
|
/**
|
|
22
22
|
* Any other properties available in user_metadata_definition
|
|
23
23
|
*/
|
|
@@ -11,13 +11,13 @@ export interface ContactUsRequestParams {
|
|
|
11
11
|
*/
|
|
12
12
|
surname?: string;
|
|
13
13
|
/**
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
* Email field for the account
|
|
15
|
+
*/
|
|
16
16
|
email?: string;
|
|
17
17
|
/**
|
|
18
|
-
* Contact request text
|
|
18
|
+
* Contact request message text
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
message?: string;
|
|
21
21
|
/**
|
|
22
22
|
* Any other properties available in user_metadata_definition
|
|
23
23
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/api-services",
|
|
3
|
-
"version": "0.7.0-alpha.
|
|
3
|
+
"version": "0.7.0-alpha.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@selfcommunity/types": "^0.8.0-alpha.
|
|
61
|
+
"@selfcommunity/types": "^0.8.0-alpha.6",
|
|
62
62
|
"@selfcommunity/utils": "^0.2.64-alpha.2",
|
|
63
63
|
"axios": "^1.4.0",
|
|
64
64
|
"jose": "^4.14.4"
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
"bugs": {
|
|
116
116
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "05cebf168a0f009bc37d8b106a20ed91baf8694a"
|
|
119
119
|
}
|