@aws-sdk/client-connectparticipant 3.775.0 → 3.777.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.
@@ -70,6 +70,7 @@ declare const CancelParticipantAuthenticationCommand_base: {
70
70
  * @throws {@link ConnectParticipantServiceException}
71
71
  * <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class CancelParticipantAuthenticationCommand extends CancelParticipantAuthenticationCommand_base {
@@ -85,6 +85,7 @@ declare const CompleteAttachmentUploadCommand_base: {
85
85
  * @throws {@link ConnectParticipantServiceException}
86
86
  * <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class CompleteAttachmentUploadCommand extends CompleteAttachmentUploadCommand_base {
@@ -112,6 +112,7 @@ declare const CreateParticipantConnectionCommand_base: {
112
112
  * @throws {@link ConnectParticipantServiceException}
113
113
  * <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class CreateParticipantConnectionCommand extends CreateParticipantConnectionCommand_base {
@@ -83,6 +83,7 @@ declare const DescribeViewCommand_base: {
83
83
  * @throws {@link ConnectParticipantServiceException}
84
84
  * <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DescribeViewCommand extends DescribeViewCommand_base {
@@ -73,6 +73,7 @@ declare const DisconnectParticipantCommand_base: {
73
73
  * @throws {@link ConnectParticipantServiceException}
74
74
  * <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {
@@ -79,6 +79,7 @@ declare const GetAttachmentCommand_base: {
79
79
  * @throws {@link ConnectParticipantServiceException}
80
80
  * <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class GetAttachmentCommand extends GetAttachmentCommand_base {
@@ -82,6 +82,7 @@ declare const GetAuthenticationUrlCommand_base: {
82
82
  * @throws {@link ConnectParticipantServiceException}
83
83
  * <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class GetAuthenticationUrlCommand extends GetAuthenticationUrlCommand_base {
@@ -149,6 +149,7 @@ declare const GetTranscriptCommand_base: {
149
149
  * @throws {@link ConnectParticipantServiceException}
150
150
  * <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
151
151
  *
152
+ *
152
153
  * @public
153
154
  */
154
155
  export declare class GetTranscriptCommand extends GetTranscriptCommand_base {
@@ -90,6 +90,7 @@ declare const SendEventCommand_base: {
90
90
  * @throws {@link ConnectParticipantServiceException}
91
91
  * <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class SendEventCommand extends SendEventCommand_base {
@@ -78,6 +78,7 @@ declare const SendMessageCommand_base: {
78
78
  * @throws {@link ConnectParticipantServiceException}
79
79
  * <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class SendMessageCommand extends SendMessageCommand_base {
@@ -89,6 +89,7 @@ declare const StartAttachmentUploadCommand_base: {
89
89
  * @throws {@link ConnectParticipantServiceException}
90
90
  * <p>Base exception class for all service exceptions from ConnectParticipant service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class StartAttachmentUploadCommand extends StartAttachmentUploadCommand_base {
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.775.0",
4
+ "version": "3.777.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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",