@unboundcx/sdk 2.6.12 → 2.6.13
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/package.json +1 -1
- package/services/messaging.js +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unboundcx/sdk",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.13",
|
|
4
4
|
"description": "Official JavaScript SDK for the Unbound API - A comprehensive toolkit for integrating with Unbound's communication, AI, and data management services",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
package/services/messaging.js
CHANGED
|
@@ -1247,9 +1247,9 @@ export class TenDlcCampaignManagementService {
|
|
|
1247
1247
|
helpMessage: { type: 'string', required: false },
|
|
1248
1248
|
optInMessage: { type: 'string', required: false },
|
|
1249
1249
|
optOutMessage: { type: 'string', required: false },
|
|
1250
|
-
helpKeywords: { type: '
|
|
1251
|
-
optinKeywords: { type: '
|
|
1252
|
-
optoutKeywords: { type: '
|
|
1250
|
+
helpKeywords: { type: 'array', required: false },
|
|
1251
|
+
optinKeywords: { type: 'array', required: false },
|
|
1252
|
+
optoutKeywords: { type: 'array', required: false },
|
|
1253
1253
|
affiliateMarketing: { type: 'boolean', required: false },
|
|
1254
1254
|
ageGated: { type: 'boolean', required: false },
|
|
1255
1255
|
directLending: { type: 'boolean', required: false },
|