oro-sdk-apis 1.19.0 → 1.20.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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.19.0",
2
+ "version": "1.20.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -167,6 +167,10 @@ export interface WorkflowPageData {
167
167
  questions: IndexedData<QuestionData>
168
168
  title?: string
169
169
  triggers?: string[]
170
+ /**
171
+ * This field represents a list of `ids` which will be spliced from the workflow groups and inserted into a designated location
172
+ */
173
+ prioritizeIds?: string[]
170
174
  }
171
175
 
172
176
  export interface WorkflowData {