@omnia/workplace 7.5.37-preview → 7.5.38-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.
@@ -1,10 +1,10 @@
1
1
  import { AppEnums } from "./Enums";
2
- import { AppTemplateProperties, GuidValue } from "@omnia/fx-models";
2
+ import { AppTemplateProperties, GuidValue, Identity } from "@omnia/fx-models";
3
3
  import { MicrosoftTeamCreationInformation } from ".";
4
4
  export interface PermissionIdentities {
5
- defaultAdministrator?: string[];
6
- secondAdministrator?: string[];
7
- visitors?: string[];
5
+ defaultAdministrator?: Identity[];
6
+ secondAdministrator?: Identity[];
7
+ visitors?: Identity[];
8
8
  }
9
9
  export interface InformationProtectionLabel {
10
10
  id: GuidValue;
@@ -1,4 +1,4 @@
1
- import { SpacingSettings, GuidValue, RollupFilter, RollupEnums, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, DatePropFilterValue, TexSearchestPropFilterValue, MultilingualString, MediaPickerImage, FilterEngineSettings, RollupMetricSettings } from "@omnia/fx-models";
1
+ import { SpacingSettings, GuidValue, RollupFilter, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, TexSearchestPropFilterValue, MultilingualString, MediaPickerImage, FilterEngineSettings, RollupMetricSettings, DatePeriodPropFilterValue } from "@omnia/fx-models";
2
2
  import { TeamCollaborationRollupScopeTypes } from ".";
3
3
  import { AppEnums } from "../apps";
4
4
  export declare const TeamCollaborationConstants: {
@@ -55,10 +55,7 @@ export interface TeamCollaborationRollupViewSettings {
55
55
  * */
56
56
  export interface UIFilter extends RollupFilter {
57
57
  }
58
- export interface UIDatePeriodsFilterValue extends DatePropFilterValue {
59
- value: RollupEnums.DatePeriods;
60
- fromDateStr?: string;
61
- toDateStr?: string;
58
+ export interface UIDatePeriodsFilterValue extends DatePeriodPropFilterValue {
62
59
  }
63
60
  export interface UIBooleanPropFilterValue extends BooleanPropFilterValue {
64
61
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.5.37-preview",
4
+ "version": "7.5.38-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"