@aws-sdk/client-chime-sdk-voice 3.600.0 → 3.608.0
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-cjs/index.js +3 -12
- package/dist-es/protocols/Aws_restJson1.js +3 -12
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1699,12 +1699,9 @@ var se_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand = /* @__PURE__ */
|
|
|
1699
1699
|
}, "se_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand");
|
|
1700
1700
|
var se_GetGlobalSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1701
1701
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1702
|
-
const headers = {
|
|
1703
|
-
"content-type": "application/json"
|
|
1704
|
-
};
|
|
1702
|
+
const headers = {};
|
|
1705
1703
|
b.bp("/settings");
|
|
1706
1704
|
let body;
|
|
1707
|
-
body = "";
|
|
1708
1705
|
b.m("GET").h(headers).b(body);
|
|
1709
1706
|
return b.build();
|
|
1710
1707
|
}, "se_GetGlobalSettingsCommand");
|
|
@@ -1728,12 +1725,9 @@ var se_GetPhoneNumberOrderCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1728
1725
|
}, "se_GetPhoneNumberOrderCommand");
|
|
1729
1726
|
var se_GetPhoneNumberSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1730
1727
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1731
|
-
const headers = {
|
|
1732
|
-
"content-type": "application/json"
|
|
1733
|
-
};
|
|
1728
|
+
const headers = {};
|
|
1734
1729
|
b.bp("/settings/phone-number");
|
|
1735
1730
|
let body;
|
|
1736
|
-
body = "";
|
|
1737
1731
|
b.m("GET").h(headers).b(body);
|
|
1738
1732
|
return b.build();
|
|
1739
1733
|
}, "se_GetPhoneNumberSettingsCommand");
|
|
@@ -1907,12 +1901,9 @@ var se_GetVoiceToneAnalysisTaskCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1907
1901
|
}, "se_GetVoiceToneAnalysisTaskCommand");
|
|
1908
1902
|
var se_ListAvailableVoiceConnectorRegionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1909
1903
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1910
|
-
const headers = {
|
|
1911
|
-
"content-type": "application/json"
|
|
1912
|
-
};
|
|
1904
|
+
const headers = {};
|
|
1913
1905
|
b.bp("/voice-connector-regions");
|
|
1914
1906
|
let body;
|
|
1915
|
-
body = "";
|
|
1916
1907
|
b.m("GET").h(headers).b(body);
|
|
1917
1908
|
return b.build();
|
|
1918
1909
|
}, "se_ListAvailableVoiceConnectorRegionsCommand");
|
|
@@ -387,12 +387,9 @@ export const se_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand = async (
|
|
|
387
387
|
};
|
|
388
388
|
export const se_GetGlobalSettingsCommand = async (input, context) => {
|
|
389
389
|
const b = rb(input, context);
|
|
390
|
-
const headers = {
|
|
391
|
-
"content-type": "application/json",
|
|
392
|
-
};
|
|
390
|
+
const headers = {};
|
|
393
391
|
b.bp("/settings");
|
|
394
392
|
let body;
|
|
395
|
-
body = "";
|
|
396
393
|
b.m("GET").h(headers).b(body);
|
|
397
394
|
return b.build();
|
|
398
395
|
};
|
|
@@ -416,12 +413,9 @@ export const se_GetPhoneNumberOrderCommand = async (input, context) => {
|
|
|
416
413
|
};
|
|
417
414
|
export const se_GetPhoneNumberSettingsCommand = async (input, context) => {
|
|
418
415
|
const b = rb(input, context);
|
|
419
|
-
const headers = {
|
|
420
|
-
"content-type": "application/json",
|
|
421
|
-
};
|
|
416
|
+
const headers = {};
|
|
422
417
|
b.bp("/settings/phone-number");
|
|
423
418
|
let body;
|
|
424
|
-
body = "";
|
|
425
419
|
b.m("GET").h(headers).b(body);
|
|
426
420
|
return b.build();
|
|
427
421
|
};
|
|
@@ -595,12 +589,9 @@ export const se_GetVoiceToneAnalysisTaskCommand = async (input, context) => {
|
|
|
595
589
|
};
|
|
596
590
|
export const se_ListAvailableVoiceConnectorRegionsCommand = async (input, context) => {
|
|
597
591
|
const b = rb(input, context);
|
|
598
|
-
const headers = {
|
|
599
|
-
"content-type": "application/json",
|
|
600
|
-
};
|
|
592
|
+
const headers = {};
|
|
601
593
|
b.bp("/voice-connector-regions");
|
|
602
594
|
let body;
|
|
603
|
-
body = "";
|
|
604
595
|
b.m("GET").h(headers).b(body);
|
|
605
596
|
return b.build();
|
|
606
597
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-voice",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Voice Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.608.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-voice",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.606.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.606.0",
|
|
25
25
|
"@aws-sdk/core": "3.598.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.598.0",
|