app-v3-scripts-editor 1.27.0 → 1.28.0
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/dist/app-v3-scripts-editor.es.js +12212 -12188
- package/dist/app-v3-scripts-editor.umd.js +151 -151
- package/dist/src/lib/constants/initial-script.d.ts +5 -0
- package/package.json +1 -1
|
@@ -113,6 +113,11 @@ export declare const initialData: {
|
|
|
113
113
|
};
|
|
114
114
|
};
|
|
115
115
|
};
|
|
116
|
+
TRIGGER_CRMORDER: {
|
|
117
|
+
object: string;
|
|
118
|
+
groups: {}[];
|
|
119
|
+
filter_type: string;
|
|
120
|
+
};
|
|
116
121
|
};
|
|
117
122
|
export declare const initialNodes: Node[];
|
|
118
123
|
export declare const initialEdges: any[];
|