@wildix/xbees-users-client 1.0.16 → 1.0.17
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.
|
@@ -151,7 +151,7 @@ const se_GetUserPbxLinkSuggestionCommand = async (input, context) => {
|
|
|
151
151
|
const headers = {
|
|
152
152
|
'content-type': 'application/json',
|
|
153
153
|
};
|
|
154
|
-
b.bp("/
|
|
154
|
+
b.bp("/v2/users/GetUserPbxLinkSuggestion");
|
|
155
155
|
let body;
|
|
156
156
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
157
157
|
'email': [],
|
|
@@ -140,7 +140,7 @@ export const se_GetUserPbxLinkSuggestionCommand = async (input, context) => {
|
|
|
140
140
|
const headers = {
|
|
141
141
|
'content-type': 'application/json',
|
|
142
142
|
};
|
|
143
|
-
b.bp("/
|
|
143
|
+
b.bp("/v2/users/GetUserPbxLinkSuggestion");
|
|
144
144
|
let body;
|
|
145
145
|
body = JSON.stringify(take(input, {
|
|
146
146
|
'email': [],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/xbees-users-client",
|
|
3
3
|
"description": "@wildix/xbees-users-client client",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.17",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|