@aws-sdk/client-connect 3.423.0 → 3.425.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/models/models_1.js +9 -9
- package/dist-cjs/models/models_2.js +9 -1
- package/dist-cjs/protocols/Aws_restJson1.js +9 -0
- package/dist-es/models/models_1.js +8 -8
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +9 -0
- package/dist-types/ConnectClient.d.ts +2 -0
- package/dist-types/commands/CreateSecurityProfileCommand.d.ts +1 -2
- package/dist-types/commands/CreateViewCommand.d.ts +7 -5
- package/dist-types/commands/CreateViewVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +1 -2
- package/dist-types/commands/DeleteViewCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +1 -2
- package/dist-types/commands/DescribeViewCommand.d.ts +4 -4
- package/dist-types/commands/GetMetricDataV2Command.d.ts +12 -2
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/ListViewVersionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +1 -2
- package/dist-types/commands/UpdateViewContentCommand.d.ts +6 -4
- package/dist-types/models/models_0.d.ts +40 -24
- package/dist-types/models/models_1.d.ts +223 -83
- package/dist-types/models/models_2.d.ts +65 -6
- package/dist-types/ts3.4/commands/UpdateParticipantRoleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +22 -27
- package/dist-types/ts3.4/models/models_2.d.ts +28 -0
- package/package.json +31 -31
|
@@ -24,6 +24,7 @@ import {
|
|
|
24
24
|
ViewStatus,
|
|
25
25
|
} from "./models_0";
|
|
26
26
|
import {
|
|
27
|
+
ChatParticipantRoleConfig,
|
|
27
28
|
HierarchyGroupCondition,
|
|
28
29
|
HoursOfOperationSearchFilter,
|
|
29
30
|
PromptSearchFilter,
|
|
@@ -37,6 +38,33 @@ import {
|
|
|
37
38
|
TelephonyConfig,
|
|
38
39
|
UserSearchFilter,
|
|
39
40
|
} from "./models_1";
|
|
41
|
+
export type UpdateParticipantRoleConfigChannelInfo =
|
|
42
|
+
| UpdateParticipantRoleConfigChannelInfo.ChatMember
|
|
43
|
+
| UpdateParticipantRoleConfigChannelInfo.$UnknownMember;
|
|
44
|
+
export declare namespace UpdateParticipantRoleConfigChannelInfo {
|
|
45
|
+
interface ChatMember {
|
|
46
|
+
Chat: ChatParticipantRoleConfig;
|
|
47
|
+
$unknown?: never;
|
|
48
|
+
}
|
|
49
|
+
interface $UnknownMember {
|
|
50
|
+
Chat?: never;
|
|
51
|
+
$unknown: [string, any];
|
|
52
|
+
}
|
|
53
|
+
interface Visitor<T> {
|
|
54
|
+
Chat: (value: ChatParticipantRoleConfig) => T;
|
|
55
|
+
_: (name: string, value: any) => T;
|
|
56
|
+
}
|
|
57
|
+
const visit: <T>(
|
|
58
|
+
value: UpdateParticipantRoleConfigChannelInfo,
|
|
59
|
+
visitor: Visitor<T>
|
|
60
|
+
) => T;
|
|
61
|
+
}
|
|
62
|
+
export interface UpdateParticipantRoleConfigRequest {
|
|
63
|
+
InstanceId: string | undefined;
|
|
64
|
+
ContactId: string | undefined;
|
|
65
|
+
ChannelConfiguration: UpdateParticipantRoleConfigChannelInfo | undefined;
|
|
66
|
+
}
|
|
67
|
+
export interface UpdateParticipantRoleConfigResponse {}
|
|
40
68
|
export interface UpdatePhoneNumberRequest {
|
|
41
69
|
PhoneNumberId: string | undefined;
|
|
42
70
|
TargetArn: string | undefined;
|
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.425.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",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.1
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.0.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.425.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.425.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.425.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.425.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.425.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.425.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.425.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.425.0",
|
|
32
|
+
"@aws-sdk/types": "3.425.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.425.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.425.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.425.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.11",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.1",
|
|
38
|
+
"@smithy/hash-node": "^2.0.10",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.10",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.12",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.0.10",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.13",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.10",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.4",
|
|
45
|
+
"@smithy/node-config-provider": "^2.0.13",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.6",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.6",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.9",
|
|
49
|
+
"@smithy/types": "^2.3.4",
|
|
50
|
+
"@smithy/url-parser": "^2.0.10",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.13",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.15",
|
|
56
|
+
"@smithy/util-retry": "^2.0.3",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2"
|