@meniga/insights-factory-bank-admin 1.17.0-alpha.65 → 1.17.0-alpha.67

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.
Files changed (2) hide show
  1. package/index.ts +4 -0
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -413,6 +413,10 @@ export interface ChannelPreviewTestAudienceInsightMessageReadModel
413
413
  {
414
414
  /** Identifier of the channel for the insight message. */
415
415
  channelId: string;
416
+ /** Identifier of the content template for the insight message. */
417
+ contentTemplateId: number;
418
+ /** Content template name. */
419
+ contentTemplateName: string;
416
420
  /** Optional message identifier associated with the insight. */
417
421
  messageId?: string;
418
422
  }
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name": "@meniga/insights-factory-bank-admin","version": "1.17.0-alpha.65","main": "index.ts","scripts": {},"license": "ISC"}
1
+ {"name": "@meniga/insights-factory-bank-admin","version": "1.17.0-alpha.67","main": "index.ts","scripts": {},"license": "ISC"}