oro-sdk-apis 1.30.0 → 1.31.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.30.0",
2
+ "version": "1.31.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -54,4 +54,4 @@
54
54
  "buffer": "^6.0.3",
55
55
  "hash.js": "^1.1.7"
56
56
  }
57
- }
57
+ }
@@ -85,6 +85,8 @@ export interface EntryData {
85
85
  * This field represents a list of `StateTrigger` that must be fulfilled for this entry to be displayed.
86
86
  */
87
87
  stateTriggers?: StateTrigger[]
88
+ // represents the modal that it will be rendered as
89
+ componentKind?: string
88
90
  }
89
91
 
90
92
  export interface SlideData {
@@ -243,4 +245,4 @@ export interface PopulatedWorkflowData {
243
245
  workflowCreatedAt: string // The workflow version
244
246
  locale?: string
245
247
  fields: Record<string, PopulatedWorkflowField> // key corresponds to the QuestionData key in the workflow
246
- }
248
+ }