@omnia/workplace 7.7.32-preview → 7.7.34-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.
@@ -201,5 +201,11 @@ export declare module FormsLocalization {
201
201
  ErrorMessages: {
202
202
  Unauthorized: string;
203
203
  };
204
+ Answer: string;
205
+ UserAnswer: string;
206
+ Point: string;
207
+ UserDisplayName: string;
208
+ CreatedAt: string;
209
+ CreatedBy: string;
204
210
  }
205
211
  }
@@ -49,6 +49,11 @@ export declare module Enums {
49
49
  Medium = 2,
50
50
  Low = 3
51
51
  }
52
+ enum CompletionImpactTypeEnumV2 {
53
+ Low = 1,
54
+ Medium = 2,
55
+ High = 3
56
+ }
52
57
  enum SPUserProfilePropertyDisplayTypeEnum {
53
58
  ProfilePicture = 0,
54
59
  Text = 1,
@@ -63,6 +63,12 @@ var Enums;
63
63
  CompletionImpactTypeEnum[CompletionImpactTypeEnum["Medium"] = 2] = "Medium";
64
64
  CompletionImpactTypeEnum[CompletionImpactTypeEnum["Low"] = 3] = "Low";
65
65
  })(CompletionImpactTypeEnum = UserProfileCompletionEnums.CompletionImpactTypeEnum || (UserProfileCompletionEnums.CompletionImpactTypeEnum = {}));
66
+ let CompletionImpactTypeEnumV2;
67
+ (function (CompletionImpactTypeEnumV2) {
68
+ CompletionImpactTypeEnumV2[CompletionImpactTypeEnumV2["Low"] = 1] = "Low";
69
+ CompletionImpactTypeEnumV2[CompletionImpactTypeEnumV2["Medium"] = 2] = "Medium";
70
+ CompletionImpactTypeEnumV2[CompletionImpactTypeEnumV2["High"] = 3] = "High";
71
+ })(CompletionImpactTypeEnumV2 = UserProfileCompletionEnums.CompletionImpactTypeEnumV2 || (UserProfileCompletionEnums.CompletionImpactTypeEnumV2 = {}));
66
72
  let SPUserProfilePropertyDisplayTypeEnum;
67
73
  (function (SPUserProfilePropertyDisplayTypeEnum) {
68
74
  SPUserProfilePropertyDisplayTypeEnum[SPUserProfilePropertyDisplayTypeEnum["ProfilePicture"] = 0] = "ProfilePicture";
@@ -203,6 +203,7 @@ export declare class WebComponentManifests {
203
203
  static get ProgressionBlock(): Guid;
204
204
  static get ProgressionBlockSettings(): Guid;
205
205
  static get ProfileCompletionTab(): Guid;
206
+ static get ProfileCompletionAddPropertyBlade(): Guid;
206
207
  static get ProfileCompletionPopup(): Guid;
207
208
  static get QuickSearchActionRegistration(): Guid;
208
209
  static get QuickSearchActionHandler(): Guid;
@@ -212,6 +212,7 @@ class WebComponentManifests {
212
212
  static get ProgressionBlock() { return new fx_models_1.Guid("c067f86f-a676-4a1c-9a8b-24dcb992c3b0"); }
213
213
  static get ProgressionBlockSettings() { return new fx_models_1.Guid("620aaeee-bf1e-4156-8574-ac953449f733"); }
214
214
  static get ProfileCompletionTab() { return new fx_models_1.Guid("1ab3ed7b-63a3-4512-aa11-20a3f015c08f"); }
215
+ static get ProfileCompletionAddPropertyBlade() { return new fx_models_1.Guid("5c87774c-8c8b-4945-8714-66959f055fff"); }
215
216
  static get ProfileCompletionPopup() { return new fx_models_1.Guid("65c5c888-675a-411a-9f86-636081ddae1b"); }
216
217
  static get QuickSearchActionRegistration() { return new fx_models_1.Guid("c6ac506c-bff2-4552-901d-a5aa2b1052bb"); }
217
218
  static get QuickSearchActionHandler() { return new fx_models_1.Guid("84599507-bd33-4b1b-9aa8-72614aae89b5"); }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.7.32-preview",
4
+ "version": "7.7.34-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"