@evoke-platform/context 1.8.0-dev.0 → 1.8.0-dev.1

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.
@@ -225,6 +225,11 @@ export type DisplayConfiguration = {
225
225
  * this specifies which object it relates to when the field entry is rendered.
226
226
  */
227
227
  relatedObjectId?: string;
228
+ /**
229
+ * The ID of the file object for parameters of type 'file'.
230
+ * This can be either the system File object or one of its subtypes.
231
+ */
232
+ fileObjectId?: string;
228
233
  visibility?: VisibilityConfiguration | JsonLogic;
229
234
  viewLayout?: ViewLayoutEntityReference;
230
235
  choicesDisplay?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.8.0-dev.0",
3
+ "version": "1.8.0-dev.1",
4
4
  "description": "Utilities that provide context to Evoke platform widgets",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",