@evoke-platform/context 1.2.0-testing.2 → 1.2.0-testing.3

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.
@@ -90,6 +90,7 @@ export type Property = {
90
90
  name: string;
91
91
  type: PropertyType;
92
92
  enum?: string[];
93
+ nonStrictEnum?: boolean;
93
94
  objectId?: string;
94
95
  relatedPropertyId?: string;
95
96
  required?: boolean;
@@ -113,6 +114,7 @@ export type InputParameter = {
113
114
  type: PropertyType;
114
115
  required?: boolean;
115
116
  enum?: string[];
117
+ nonStrictEnum?: boolean;
116
118
  validation?: PropertyValidation | InputStringValidation;
117
119
  objectId?: string;
118
120
  relatedPropertyId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.2.0-testing.2",
3
+ "version": "1.2.0-testing.3",
4
4
  "description": "Utilities that provide context to Evoke platform widgets",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",