@wildix/xbees-users-client 1.0.31 → 1.0.32
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.
|
@@ -391,7 +391,7 @@ const se_ToggleTranscriptionEmailNotificationsSubscriptionCommand = async (input
|
|
|
391
391
|
const headers = {
|
|
392
392
|
'content-type': 'application/json',
|
|
393
393
|
};
|
|
394
|
-
b.bp("/v2/users/
|
|
394
|
+
b.bp("/v2/users/toggle-transcription-email-notifications-subscription");
|
|
395
395
|
let body;
|
|
396
396
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
397
397
|
'subscribe': [],
|
|
@@ -408,7 +408,7 @@ const se_ToggleUnreadEmailNotificationsSubscriptionCommand = async (input, conte
|
|
|
408
408
|
const headers = {
|
|
409
409
|
'content-type': 'application/json',
|
|
410
410
|
};
|
|
411
|
-
b.bp("/v2/users/
|
|
411
|
+
b.bp("/v2/users/toggle-unread-email-notifications-subscription");
|
|
412
412
|
let body;
|
|
413
413
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
414
414
|
'subscribe': [],
|
|
@@ -364,7 +364,7 @@ export const se_ToggleTranscriptionEmailNotificationsSubscriptionCommand = async
|
|
|
364
364
|
const headers = {
|
|
365
365
|
'content-type': 'application/json',
|
|
366
366
|
};
|
|
367
|
-
b.bp("/v2/users/
|
|
367
|
+
b.bp("/v2/users/toggle-transcription-email-notifications-subscription");
|
|
368
368
|
let body;
|
|
369
369
|
body = JSON.stringify(take(input, {
|
|
370
370
|
'subscribe': [],
|
|
@@ -380,7 +380,7 @@ export const se_ToggleUnreadEmailNotificationsSubscriptionCommand = async (input
|
|
|
380
380
|
const headers = {
|
|
381
381
|
'content-type': 'application/json',
|
|
382
382
|
};
|
|
383
|
-
b.bp("/v2/users/
|
|
383
|
+
b.bp("/v2/users/toggle-unread-email-notifications-subscription");
|
|
384
384
|
let body;
|
|
385
385
|
body = JSON.stringify(take(input, {
|
|
386
386
|
'subscribe': [],
|
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.32",
|
|
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",
|