@omnia/workplace 6.12.63-preview → 6.12.65-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.
|
@@ -125,6 +125,8 @@ export declare class ResourceManifests {
|
|
|
125
125
|
static get LinkHandlerSettingsRegistration(): Guid;
|
|
126
126
|
static get TranslatorProviderRegistration(): Guid;
|
|
127
127
|
static get QrCodeCore(): Guid;
|
|
128
|
+
static get TenantSetupWizardRegistration(): Guid;
|
|
129
|
+
static get BusinessProfileSetupWizardRegistration(): Guid;
|
|
128
130
|
}
|
|
129
131
|
export declare class WebComponentManifests {
|
|
130
132
|
static get FaviconSettings(): Guid;
|
|
@@ -442,6 +444,8 @@ export declare class WebComponentManifests {
|
|
|
442
444
|
static get AzureCognitiveProviderComponent(): Guid;
|
|
443
445
|
static get QRCode(): Guid;
|
|
444
446
|
static get QRCodeSettings(): Guid;
|
|
447
|
+
static get TenantSetupWizardNode(): Guid;
|
|
448
|
+
static get BusinessProfileSetupWizardNode(): Guid;
|
|
445
449
|
}
|
|
446
450
|
export declare class WebComponentElements {
|
|
447
451
|
static get AppProvisioningStepMember(): string;
|
|
@@ -596,6 +596,16 @@ var ResourceManifests = /** @class */ (function () {
|
|
|
596
596
|
enumerable: false,
|
|
597
597
|
configurable: true
|
|
598
598
|
});
|
|
599
|
+
Object.defineProperty(ResourceManifests, "TenantSetupWizardRegistration", {
|
|
600
|
+
get: function () { return new Guid("1f765e6b-5ebf-4f7b-aa87-d05dc0b295e4"); },
|
|
601
|
+
enumerable: false,
|
|
602
|
+
configurable: true
|
|
603
|
+
});
|
|
604
|
+
Object.defineProperty(ResourceManifests, "BusinessProfileSetupWizardRegistration", {
|
|
605
|
+
get: function () { return new Guid("2e1f8f98-8a9f-4ee9-9172-7822644efae8"); },
|
|
606
|
+
enumerable: false,
|
|
607
|
+
configurable: true
|
|
608
|
+
});
|
|
599
609
|
return ResourceManifests;
|
|
600
610
|
}());
|
|
601
611
|
export { ResourceManifests };
|
|
@@ -2180,6 +2190,16 @@ var WebComponentManifests = /** @class */ (function () {
|
|
|
2180
2190
|
enumerable: false,
|
|
2181
2191
|
configurable: true
|
|
2182
2192
|
});
|
|
2193
|
+
Object.defineProperty(WebComponentManifests, "TenantSetupWizardNode", {
|
|
2194
|
+
get: function () { return new Guid("a384272c-dbe9-46ef-8fc4-2b82fbb52667"); },
|
|
2195
|
+
enumerable: false,
|
|
2196
|
+
configurable: true
|
|
2197
|
+
});
|
|
2198
|
+
Object.defineProperty(WebComponentManifests, "BusinessProfileSetupWizardNode", {
|
|
2199
|
+
get: function () { return new Guid("b1994257-d611-4582-ae32-16ac23bd8a6b"); },
|
|
2200
|
+
enumerable: false,
|
|
2201
|
+
configurable: true
|
|
2202
|
+
});
|
|
2183
2203
|
return WebComponentManifests;
|
|
2184
2204
|
}());
|
|
2185
2205
|
export { WebComponentManifests };
|