@supdigest/digest-convert-types 1.2.5 → 1.2.7

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.
@@ -38,6 +38,7 @@ export interface ISequenceFlowNodeProperties {
38
38
  nodeType: EVertexType;
39
39
  conditionExpression?: string;
40
40
  }
41
+ type TNavigationMode = 'self' | 'external' | 'embedded';
41
42
  export interface INodeProperties {
42
43
  name?: string;
43
44
  documentation?: string;
@@ -74,8 +75,9 @@ export interface INodeProperties {
74
75
  };
75
76
  };
76
77
  target?: {
77
- document_definition_id?: string;
78
+ documentDefinitionId?: string;
78
79
  uri?: string;
80
+ navigationMode: TNavigationMode;
79
81
  };
80
82
  }
81
83
  export interface IChildShape<T extends ISequenceFlowNodeProperties | INodeProperties> {
@@ -100,3 +102,4 @@ export interface IFlowableBpmnJson {
100
102
  childShapes: IChildShape<INodeProperties | ISequenceFlowNodeProperties>[];
101
103
  bounds?: IBounds;
102
104
  }
105
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supdigest/digest-convert-types",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "scripts": {