@capillarytech/creatives-library 9.0.53-alpha.2 → 9.0.53-alpha.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "9.0.53-alpha.2",
4
+ "version": "9.0.53-alpha.3",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -240,6 +240,10 @@ const CommunicationFlow = ({
240
240
  }
241
241
  } else if (!name) {
242
242
  console.warn('[CommunicationFlow] Skipping CCS createCommDefinition — config.context.name is required');
243
+ } else if (isMultiChannel) {
244
+ console.warn('[CommunicationFlow] Skipping CCS createCommDefinition — CHANNEL_PRIORITY/AB_TEST strategies are not supported by CCS create yet (SINGLE only)');
245
+ } else if (!contentItem) {
246
+ console.warn('[CommunicationFlow] Skipping CCS createCommDefinition — no content item found (contentItems is empty)');
243
247
  }
244
248
  }
245
249