@meniga/insights-factory-bank-admin 1.14.0-alpha.1 → 1.14.0-alpha.11
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 +4 -0
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -1504,6 +1504,10 @@ export interface ContentTemplateReadModel
|
|
|
1504
1504
|
* Example value based on based on https://miro.com/app/board/o9J_lEZhz3E=/?moveToWidget=3074457361121201654&cot=14
|
|
1505
1505
|
*/
|
|
1506
1506
|
bankAdminDataModel: string;
|
|
1507
|
+
/** Dispatcher template which can be used for dynamic rendering of the payload generated by Insight Factory */
|
|
1508
|
+
dispatcherTemplate: string;
|
|
1509
|
+
/** Type of Dispatcher content template */
|
|
1510
|
+
dispatcherTemplateContentType: string;
|
|
1507
1511
|
}
|
|
1508
1512
|
/** Approver role model */
|
|
1509
1513
|
export interface ApproverReadModel
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name": "@meniga/insights-factory-bank-admin","version": "1.14.0-alpha.
|
|
1
|
+
{"name": "@meniga/insights-factory-bank-admin","version": "1.14.0-alpha.11","main": "index.ts","scripts": {},"license": "ISC"}
|