@evoke-platform/context 1.0.0-dev.118 → 1.0.0-dev.119

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.
@@ -202,7 +202,7 @@ export type ActionInput = {
202
202
  label?: string;
203
203
  type?: ActionInputType;
204
204
  key?: string;
205
- initialValue?: string | number | SelectOption[] | SelectOption;
205
+ initialValue?: string | string[] | number | RelatedObjectDefaultValue | SelectOption[] | SelectOption;
206
206
  defaultToCurrentDate?: boolean;
207
207
  defaultToCurrentTime?: boolean;
208
208
  defaultValueCriteria?: object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.0.0-dev.118",
3
+ "version": "1.0.0-dev.119",
4
4
  "description": "Utilities that provide context to Evoke platform widgets",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",