@omnia/fx-models 7.11.0-preview.2 → 7.11.0-preview.4

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.
package/Constants.d.ts CHANGED
@@ -167,6 +167,7 @@ export declare const Constants: {
167
167
  appOnlyReadAccessToSharePointTermstore: Guid;
168
168
  provisionOmniaSearchUserData: Guid;
169
169
  aiEngine: Guid;
170
+ userReadAllDelegated: Guid;
170
171
  extraIDAdditionalUserProperties: Guid;
171
172
  };
172
173
  app: {
package/Constants.js CHANGED
@@ -198,6 +198,7 @@ exports.Constants = {
198
198
  appOnlyReadAccessToSharePointTermstore: new models_1.Guid("8095f802-38f0-426c-8d81-22cb22a2a019"),
199
199
  provisionOmniaSearchUserData: new models_1.Guid("8fc1325d-4196-406e-8dca-ebb78824896f"),
200
200
  aiEngine: new models_1.Guid("f976ad6f-987f-44e6-973a-097d81f73fc7"),
201
+ userReadAllDelegated: new models_1.Guid("18509e6d-9632-4b32-8b06-66b22b25d727"),
201
202
  extraIDAdditionalUserProperties: new models_1.Guid("8a878ffd-f4d5-4048-9ab1-107bf7109dd9")
202
203
  },
203
204
  app: {
package/Enums.d.ts CHANGED
@@ -525,6 +525,7 @@ export declare enum ThemeType {
525
525
  export declare enum StaticEndpoint {
526
526
  Logout = "/logout",
527
527
  AuthSetup = "/authsetup",
528
+ AuthSetupConfirm = "/authsetup/confirm",
528
529
  Login = "/login",
529
530
  RequestAccount = "/requestaccount",
530
531
  MagicLinkLogin = "/api/magiclink/complete",
package/Enums.js CHANGED
@@ -435,6 +435,7 @@ var StaticEndpoint;
435
435
  (function (StaticEndpoint) {
436
436
  StaticEndpoint["Logout"] = "/logout";
437
437
  StaticEndpoint["AuthSetup"] = "/authsetup";
438
+ StaticEndpoint["AuthSetupConfirm"] = "/authsetup/confirm";
438
439
  StaticEndpoint["Login"] = "/login";
439
440
  StaticEndpoint["RequestAccount"] = "/requestaccount";
440
441
  StaticEndpoint["MagicLinkLogin"] = "/api/magiclink/complete";
package/ManifestIds.d.ts CHANGED
@@ -155,6 +155,7 @@ export declare class OmniaResourceManifests {
155
155
  }
156
156
  export declare class OmniaWebComponentManifests {
157
157
  static get AuthSetup(): Guid;
158
+ static get AuthSetupConfirm(): Guid;
158
159
  static get AuthenticationBlock(): Guid;
159
160
  static get AuthenticationCore(): Guid;
160
161
  static get LoginOmniaView(): Guid;
package/ManifestIds.js CHANGED
@@ -488,6 +488,9 @@ class OmniaWebComponentManifests {
488
488
  static get AuthSetup() {
489
489
  return new models_1.Guid("e4889269-c6ad-440d-a65f-3acdf5bb6152");
490
490
  }
491
+ static get AuthSetupConfirm() {
492
+ return new models_1.Guid("49d5de1e-da62-481a-bf0a-5a317b99f3e9");
493
+ }
491
494
  static get AuthenticationBlock() {
492
495
  return new models_1.Guid("b273791e-a562-4033-97cd-c0a1c0f907cb");
493
496
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.11.0-preview.2",
4
+ "version": "7.11.0-preview.4",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"