@aws-sdk/client-connectcampaignsv2 3.985.0 → 3.986.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
CHANGED
|
@@ -1871,6 +1871,7 @@ const EventType = {
|
|
|
1871
1871
|
CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration",
|
|
1872
1872
|
CAMPAIGN_SMS: "Campaign-SMS",
|
|
1873
1873
|
CAMPAIGN_TELEPHONY: "Campaign-Telephony",
|
|
1874
|
+
CAMPAIGN_WHATS_APP: "Campaign-WhatsApp",
|
|
1874
1875
|
};
|
|
1875
1876
|
const FailureCode = {
|
|
1876
1877
|
BUFFER_LIMIT_EXCEEDED: "BufferLimitExceeded",
|
package/dist-es/models/enums.js
CHANGED
|
@@ -80,6 +80,7 @@ export const EventType = {
|
|
|
80
80
|
CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration",
|
|
81
81
|
CAMPAIGN_SMS: "Campaign-SMS",
|
|
82
82
|
CAMPAIGN_TELEPHONY: "Campaign-Telephony",
|
|
83
|
+
CAMPAIGN_WHATS_APP: "Campaign-WhatsApp",
|
|
83
84
|
};
|
|
84
85
|
export const FailureCode = {
|
|
85
86
|
BUFFER_LIMIT_EXCEEDED: "BufferLimitExceeded",
|
|
@@ -239,6 +239,7 @@ export declare const EventType: {
|
|
|
239
239
|
readonly CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration";
|
|
240
240
|
readonly CAMPAIGN_SMS: "Campaign-SMS";
|
|
241
241
|
readonly CAMPAIGN_TELEPHONY: "Campaign-Telephony";
|
|
242
|
+
readonly CAMPAIGN_WHATS_APP: "Campaign-WhatsApp";
|
|
242
243
|
};
|
|
243
244
|
/**
|
|
244
245
|
* @public
|
|
@@ -109,6 +109,7 @@ export declare const EventType: {
|
|
|
109
109
|
readonly CAMPAIGN_ORCHESTRATION: "Campaign-Orchestration";
|
|
110
110
|
readonly CAMPAIGN_SMS: "Campaign-SMS";
|
|
111
111
|
readonly CAMPAIGN_TELEPHONY: "Campaign-Telephony";
|
|
112
|
+
readonly CAMPAIGN_WHATS_APP: "Campaign-WhatsApp";
|
|
112
113
|
};
|
|
113
114
|
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
114
115
|
export declare const FailureCode: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectcampaignsv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectcampaignsv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.986.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connectcampaignsv2",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@aws-sdk/middleware-user-agent": "^3.972.7",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.986.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "^3.972.5",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|