@evoke-platform/context 1.1.0-testing.0 → 1.1.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.
@@ -11,6 +11,7 @@ export type App = {
11
11
  pages?: Page[];
12
12
  navigation?: NavigationMenu;
13
13
  defaultPages?: Record<string, string>;
14
+ mfa?: 'required' | 'optional';
14
15
  };
15
16
  export type Page = {
16
17
  id: string;
@@ -139,6 +139,7 @@ export type VisibilityConfiguration = {
139
139
  property: string;
140
140
  operator: 'eq' | 'neq';
141
141
  value: string | number | boolean;
142
+ isInstanceProperty?: boolean;
142
143
  }[];
143
144
  };
144
145
  export type RelatedObjectDefaultValue = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.1.0-testing.0",
3
+ "version": "1.1.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",