@omnia/fx-models 7.9.6 → 7.9.7
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/Enums.d.ts +1 -0
- package/Enums.js +1 -0
- package/ManifestIds.d.ts +1 -0
- package/ManifestIds.js +3 -0
- package/package.json +1 -1
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
|
@@ -154,6 +154,7 @@ export declare class OmniaResourceManifests {
|
|
|
154
154
|
}
|
|
155
155
|
export declare class OmniaWebComponentManifests {
|
|
156
156
|
static get AuthSetup(): Guid;
|
|
157
|
+
static get AuthSetupConfirm(): Guid;
|
|
157
158
|
static get AuthenticationBlock(): Guid;
|
|
158
159
|
static get AuthenticationCore(): Guid;
|
|
159
160
|
static get LoginOmniaView(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -485,6 +485,9 @@ class OmniaWebComponentManifests {
|
|
|
485
485
|
static get AuthSetup() {
|
|
486
486
|
return new models_1.Guid("e4889269-c6ad-440d-a65f-3acdf5bb6152");
|
|
487
487
|
}
|
|
488
|
+
static get AuthSetupConfirm() {
|
|
489
|
+
return new models_1.Guid("49d5de1e-da62-481a-bf0a-5a317b99f3e9");
|
|
490
|
+
}
|
|
488
491
|
static get AuthenticationBlock() {
|
|
489
492
|
return new models_1.Guid("b273791e-a562-4033-97cd-c0a1c0f907cb");
|
|
490
493
|
}
|