@aws-sdk/client-connect 3.183.0 → 3.184.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.184.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.183.0...v3.184.0) (2022-10-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-connect:** Updated the CreateIntegrationAssociation API to support the CASES_DOMAIN IntegrationType. ([b544ac0](https://github.com/aws/aws-sdk-js-v3/commit/b544ac065c6aed6d6bb45645cba14a9193a1dd01))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-connect
|
|
@@ -304,6 +304,7 @@ var DirectoryType;
|
|
|
304
304
|
})(DirectoryType = exports.DirectoryType || (exports.DirectoryType = {}));
|
|
305
305
|
var IntegrationType;
|
|
306
306
|
(function (IntegrationType) {
|
|
307
|
+
IntegrationType["CASES_DOMAIN"] = "CASES_DOMAIN";
|
|
307
308
|
IntegrationType["EVENT"] = "EVENT";
|
|
308
309
|
IntegrationType["PINPOINT_APP"] = "PINPOINT_APP";
|
|
309
310
|
IntegrationType["VOICE_ID"] = "VOICE_ID";
|
|
@@ -282,6 +282,7 @@ export var DirectoryType;
|
|
|
282
282
|
})(DirectoryType || (DirectoryType = {}));
|
|
283
283
|
export var IntegrationType;
|
|
284
284
|
(function (IntegrationType) {
|
|
285
|
+
IntegrationType["CASES_DOMAIN"] = "CASES_DOMAIN";
|
|
285
286
|
IntegrationType["EVENT"] = "EVENT";
|
|
286
287
|
IntegrationType["PINPOINT_APP"] = "PINPOINT_APP";
|
|
287
288
|
IntegrationType["VOICE_ID"] = "VOICE_ID";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.184.0",
|
|
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",
|