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.
@@ -131,6 +131,10 @@ export interface WorkflowPageData {
131
131
  questions: IndexedData<QuestionData>;
132
132
  title?: string;
133
133
  triggers?: string[];
134
+ /**
135
+ * This field represents a list of `ids` which will be spliced from the workflow groups and inserted into a designated location
136
+ */
137
+ prioritizeIds?: string[];
134
138
  }
135
139
  export interface WorkflowData {
136
140
  createdAt: string;