@omnia/workplace 7.0.53-preview → 7.0.54-preview

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.
@@ -63,14 +63,19 @@ export interface ProgressStatusFilterEngineProperty extends BaseFilterEngineProp
63
63
  value: number[];
64
64
  type: PropertyIndexedType.Number;
65
65
  }
66
- export interface ProgressStatusnginePropertyOutput extends TypedFilterEnginePropertyOutput {
66
+ export interface ProgressStatusEnginePropertyOutput extends TypedFilterEnginePropertyOutput {
67
67
  type: PropertyIndexedType.Number;
68
68
  value: number[];
69
- sub: ProgressStatusnginePropertyOutput[];
69
+ sub: ProgressStatusEnginePropertyOutput[];
70
70
  }
71
71
  export interface StatusFilterEngineProperty extends BaseFilterEngineProperty {
72
- value: number;
72
+ value: number[];
73
+ type: PropertyIndexedType.Number;
74
+ }
75
+ export interface StatusEnginePropertyOutput extends TypedFilterEnginePropertyOutput {
73
76
  type: PropertyIndexedType.Number;
77
+ value: number[];
78
+ sub: StatusEnginePropertyOutput[];
74
79
  }
75
80
  export interface TypeFilterEngineProperty extends BaseFilterEngineProperty {
76
81
  value: Array<GuidValue>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.0.53-preview",
4
+ "version": "7.0.54-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"