@aws-sdk/client-connectparticipant 3.496.0 → 3.501.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 +19 -18
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1231,36 +1231,37 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1231
1231
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1232
1232
|
|
|
1233
1233
|
0 && (module.exports = {
|
|
1234
|
-
AccessDeniedException,
|
|
1235
|
-
ArtifactStatus,
|
|
1236
|
-
ChatItemType,
|
|
1237
|
-
CompleteAttachmentUploadCommand,
|
|
1238
|
-
ConflictException,
|
|
1239
|
-
ConnectParticipant,
|
|
1240
|
-
ConnectParticipantClient,
|
|
1241
1234
|
ConnectParticipantServiceException,
|
|
1242
|
-
|
|
1235
|
+
__Client,
|
|
1236
|
+
ConnectParticipantClient,
|
|
1237
|
+
ConnectParticipant,
|
|
1238
|
+
$Command,
|
|
1239
|
+
CompleteAttachmentUploadCommand,
|
|
1243
1240
|
CreateParticipantConnectionCommand,
|
|
1244
1241
|
DescribeViewCommand,
|
|
1245
|
-
DescribeViewResponseFilterSensitiveLog,
|
|
1246
1242
|
DisconnectParticipantCommand,
|
|
1247
1243
|
GetAttachmentCommand,
|
|
1248
1244
|
GetTranscriptCommand,
|
|
1249
|
-
InternalServerException,
|
|
1250
|
-
ParticipantRole,
|
|
1251
|
-
ResourceNotFoundException,
|
|
1252
|
-
ResourceType,
|
|
1253
|
-
ScanDirection,
|
|
1254
1245
|
SendEventCommand,
|
|
1255
1246
|
SendMessageCommand,
|
|
1256
|
-
ServiceQuotaExceededException,
|
|
1257
|
-
SortKey,
|
|
1258
1247
|
StartAttachmentUploadCommand,
|
|
1248
|
+
paginateGetTranscript,
|
|
1249
|
+
AccessDeniedException,
|
|
1250
|
+
ConflictException,
|
|
1251
|
+
InternalServerException,
|
|
1252
|
+
ServiceQuotaExceededException,
|
|
1259
1253
|
ThrottlingException,
|
|
1260
1254
|
ValidationException,
|
|
1255
|
+
ConnectionType,
|
|
1256
|
+
ResourceType,
|
|
1257
|
+
ResourceNotFoundException,
|
|
1258
|
+
ScanDirection,
|
|
1259
|
+
SortKey,
|
|
1260
|
+
ArtifactStatus,
|
|
1261
|
+
ParticipantRole,
|
|
1262
|
+
ChatItemType,
|
|
1261
1263
|
ViewContentFilterSensitiveLog,
|
|
1262
1264
|
ViewFilterSensitiveLog,
|
|
1263
|
-
|
|
1264
|
-
paginateGetTranscript
|
|
1265
|
+
DescribeViewResponseFilterSensitiveLog
|
|
1265
1266
|
});
|
|
1266
1267
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectparticipant",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.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-connectparticipant",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|