@evoke-platform/context 1.5.0-dev.0 → 1.5.0-testing.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.
@@ -199,6 +199,12 @@ export type DisplayConfiguration = {
199
199
  sortBy?: 'ASC' | 'DESC' | 'NONE';
200
200
  };
201
201
  booleanDisplay?: 'checkbox' | 'switch';
202
+ createActionId?: string;
203
+ updateActionId?: string;
204
+ deleteActionId?: string;
205
+ createFormId?: string;
206
+ updateFormId?: string;
207
+ deleteFormId?: string;
202
208
  };
203
209
  export type InputParameterReference = {
204
210
  type: 'input';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.5.0-dev.0",
3
+ "version": "1.5.0-testing.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",