@evoke-platform/context 1.5.0-testing.0 → 1.5.0-testing.2

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.
@@ -62,6 +62,7 @@ export type Obj = {
62
62
  properties?: Property[];
63
63
  actions?: Action[];
64
64
  formId?: string;
65
+ defaultPanelLayoutId?: string;
65
66
  };
66
67
  export type ObjWithRoot = Obj & {
67
68
  rootObjectId: string;
@@ -199,6 +200,12 @@ export type DisplayConfiguration = {
199
200
  sortBy?: 'ASC' | 'DESC' | 'NONE';
200
201
  };
201
202
  booleanDisplay?: 'checkbox' | 'switch';
203
+ createActionId?: string;
204
+ updateActionId?: string;
205
+ deleteActionId?: string;
206
+ createFormId?: string;
207
+ updateFormId?: string;
208
+ deleteFormId?: string;
202
209
  };
203
210
  export type InputParameterReference = {
204
211
  type: 'input';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.5.0-testing.0",
3
+ "version": "1.5.0-testing.2",
4
4
  "description": "Utilities that provide context to Evoke platform widgets",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",