@omnia/workplace 7.0.25-dev → 7.0.26-dev

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.
@@ -104,7 +104,13 @@ export declare module Enums {
104
104
  ProfileQuery = 0,
105
105
  SharePointGroups = 1,
106
106
  ActivityQuery = 2,
107
- UserFieldsOnPage = 3
107
+ UserFieldsOnPage = 3,
108
+ Birthday = 4
109
+ }
110
+ enum BirthdayPeriod {
111
+ NoLimit = 0,
112
+ Today = 1,
113
+ OneMonthFromToday = 2
108
114
  }
109
115
  }
110
116
  enum ChromeMode {
@@ -131,7 +131,14 @@ var Enums;
131
131
  QueryType[QueryType["SharePointGroups"] = 1] = "SharePointGroups";
132
132
  QueryType[QueryType["ActivityQuery"] = 2] = "ActivityQuery";
133
133
  QueryType[QueryType["UserFieldsOnPage"] = 3] = "UserFieldsOnPage";
134
+ QueryType[QueryType["Birthday"] = 4] = "Birthday";
134
135
  })(QueryType = PeopleRollupEnums.QueryType || (PeopleRollupEnums.QueryType = {}));
136
+ let BirthdayPeriod;
137
+ (function (BirthdayPeriod) {
138
+ BirthdayPeriod[BirthdayPeriod["NoLimit"] = 0] = "NoLimit";
139
+ BirthdayPeriod[BirthdayPeriod["Today"] = 1] = "Today";
140
+ BirthdayPeriod[BirthdayPeriod["OneMonthFromToday"] = 2] = "OneMonthFromToday";
141
+ })(BirthdayPeriod = PeopleRollupEnums.BirthdayPeriod || (PeopleRollupEnums.BirthdayPeriod = {}));
135
142
  })(PeopleRollupEnums = Enums.PeopleRollupEnums || (Enums.PeopleRollupEnums = {}));
136
143
  let ChromeMode;
137
144
  (function (ChromeMode) {
@@ -428,6 +428,9 @@ export declare class WebComponentManifests {
428
428
  static get AttachSiteButton(): Guid;
429
429
  static get SyncLastActivityButton(): Guid;
430
430
  static get AppEditing(): Guid;
431
+ static get TeamworkTypeApp(): Guid;
432
+ static get SensitivityLabel(): Guid;
433
+ static get SetupTeamwork(): Guid;
431
434
  static get TeamworkActiveLastActivityMetricIndicator(): Guid;
432
435
  static get TeamworkActiveLastActivityMetricDetail(): Guid;
433
436
  static get TeamworkInactiveLastActivityMetricIndicator(): Guid;
@@ -436,6 +436,9 @@ class WebComponentManifests {
436
436
  static get AttachSiteButton() { return new fx_models_1.Guid("2cff741d-3f85-46e3-b36f-143020d9a547"); }
437
437
  static get SyncLastActivityButton() { return new fx_models_1.Guid("31470e4c-6f9d-4176-9d35-d31d1f8446fc"); }
438
438
  static get AppEditing() { return new fx_models_1.Guid("c6d42107-01a5-4825-910e-4232aeac8b75"); }
439
+ static get TeamworkTypeApp() { return new fx_models_1.Guid("3d46346c-33d9-497b-a84b-192e44867a65"); }
440
+ static get SensitivityLabel() { return new fx_models_1.Guid("036c36b9-9a43-4829-aa09-01c6b5868a82"); }
441
+ static get SetupTeamwork() { return new fx_models_1.Guid("9f8b5841-8bcd-4de3-8000-c1f1c0deb062"); }
439
442
  static get TeamworkActiveLastActivityMetricIndicator() { return new fx_models_1.Guid("11dddd47-19a4-4569-89d0-e5762d97a9ef"); }
440
443
  static get TeamworkActiveLastActivityMetricDetail() { return new fx_models_1.Guid("80debee9-33f7-4b66-97fc-4c6e7dbb2a7c"); }
441
444
  static get TeamworkInactiveLastActivityMetricIndicator() { return new fx_models_1.Guid("bac2d261-df94-425b-847e-976496694295"); }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.0.25-dev",
4
+ "version": "7.0.26-dev",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"