@meniga/insights-factory-bank-admin 1.19.0-alpha.23 → 1.19.0-alpha.24
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/index.ts +8 -0
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -142,6 +142,13 @@ export interface ChannelPreviewUserSearchResponse
|
|
|
142
142
|
users: ChannelPreviewUserDto[];
|
|
143
143
|
totalCount: number;
|
|
144
144
|
}
|
|
145
|
+
export interface ActiveContentVariant
|
|
146
|
+
{
|
|
147
|
+
name: string;
|
|
148
|
+
order: number;
|
|
149
|
+
condition?: string;
|
|
150
|
+
dataModel?: string;
|
|
151
|
+
}
|
|
145
152
|
export interface ActiveInsightDefinition
|
|
146
153
|
{
|
|
147
154
|
versionId: number;
|
|
@@ -178,6 +185,7 @@ export interface InsightDefinitionContentTemplate
|
|
|
178
185
|
validityPeriodUnit?: ExpirationDateTimeIntervalUnit;
|
|
179
186
|
maximumExpirationDate?: string;
|
|
180
187
|
sendOncePerIntervalUnit?: CalendarIntervalUnit;
|
|
188
|
+
contentVariants?: ActiveContentVariant[];
|
|
181
189
|
}
|
|
182
190
|
export interface TriggeringEvent
|
|
183
191
|
{
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name": "@meniga/insights-factory-bank-admin","version": "1.19.0-alpha.
|
|
1
|
+
{"name": "@meniga/insights-factory-bank-admin","version": "1.19.0-alpha.24","main": "index.ts","scripts": {},"license": "ISC"}
|