@meniga/insights-factory-bank-admin 1.19.0-alpha.26 → 1.19.0-alpha.30
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 +1 -2
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -144,6 +144,7 @@ export interface ChannelPreviewUserSearchResponse
|
|
|
144
144
|
}
|
|
145
145
|
export interface ActiveContentVariant
|
|
146
146
|
{
|
|
147
|
+
contentVariantId: string;
|
|
147
148
|
name: string;
|
|
148
149
|
order: number;
|
|
149
150
|
condition?: string;
|
|
@@ -1433,8 +1434,6 @@ export interface InsightDefinitionContentVariantRequestModel
|
|
|
1433
1434
|
{
|
|
1434
1435
|
/** Variant name */
|
|
1435
1436
|
name: string;
|
|
1436
|
-
/** Indicates if shared rules should be met */
|
|
1437
|
-
sharedRulesMet: boolean;
|
|
1438
1437
|
/** UI representation of variant condition */
|
|
1439
1438
|
conditionUI?: string;
|
|
1440
1439
|
/** JSON containing data model for this variant */
|
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.30","main": "index.ts","scripts": {},"license": "ISC"}
|