...
|
...
|
@@ -393,15 +393,7 @@ export default angular.module('thingsboard.types', []) |
393
|
393
|
edge: "EDGE",
|
394
|
394
|
user: "USER",
|
395
|
395
|
customer: "CUSTOMER",
|
396
|
|
- relation: "RELATION",
|
397
|
|
- entityGroup: "ENTITY_GROUP",
|
398
|
|
- schedulerEvent: "SCHEDULER_EVENT",
|
399
|
|
- whiteLabeling: "WHITE_LABELING",
|
400
|
|
- loginWhiteLabeling: "LOGIN_WHITE_LABELING",
|
401
|
|
- customTranslation: "CUSTOM_TRANSLATION",
|
402
|
|
- widgetsBundle: "WIDGETS_BUNDLE",
|
403
|
|
- widgetType: "WIDGET_TYPE",
|
404
|
|
- adminSettings: "ADMIN_SETTINGS"
|
|
396
|
+ relation: "RELATION"
|
405
|
397
|
},
|
406
|
398
|
edgeEventAction: {
|
407
|
399
|
updated: "UPDATED",
|
...
|
...
|
@@ -794,10 +786,8 @@ export default angular.module('thingsboard.types', []) |
794
|
786
|
clientSide: false
|
795
|
787
|
}
|
796
|
788
|
},
|
797
|
|
- ruleChainType: {
|
798
|
|
- core: "CORE",
|
799
|
|
- edge: "EDGE"
|
800
|
|
- },
|
|
789
|
+ coreRuleChainType: "CORE",
|
|
790
|
+ edgeRuleChainType: "EDGE",
|
801
|
791
|
ruleNodeTypeComponentTypes: ["FILTER", "ENRICHMENT", "TRANSFORMATION", "ACTION", "EXTERNAL"],
|
802
|
792
|
ruleChainNodeComponent: {
|
803
|
793
|
type: 'RULE_CHAIN',
|
...
|
...
|
|