@cyberismo/assets 0.0.22 → 0.0.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/dist/index.d.ts CHANGED
@@ -7,6 +7,10 @@ export declare const pdfReport: {
7
7
  query: string;
8
8
  content: string;
9
9
  };
10
+ export declare const workflowGraph: {
11
+ model: string;
12
+ view: string;
13
+ };
10
14
  export declare const lpFiles: {
11
15
  common: {
12
16
  base: string;
@@ -15,6 +19,7 @@ export declare const lpFiles: {
15
19
  };
16
20
  queries: {
17
21
  card: string;
22
+ connectors: string;
18
23
  onCreation: string;
19
24
  onTransition: string;
20
25
  tree: string;