@omnia/fx-models 7.8.107-preview → 7.8.109-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.
- package/ManifestIds.d.ts +1 -0
- package/ManifestIds.js +3 -0
- package/Secrets.d.ts +4 -0
- package/Secrets.js +5 -0
- package/package.json +1 -1
package/ManifestIds.d.ts
CHANGED
|
@@ -138,6 +138,7 @@ export declare class OmniaResourceManifests {
|
|
|
138
138
|
static get DallELocalization(): Guid;
|
|
139
139
|
static get DallETenantFeature(): Guid;
|
|
140
140
|
static get DallEMediaProviderFeature(): Guid;
|
|
141
|
+
static get UnsplashTenantFeature(): Guid;
|
|
141
142
|
static get DefaultNotFoundLayout(): Guid;
|
|
142
143
|
static get DefaultUnauthorizedLayout(): Guid;
|
|
143
144
|
static get StatusCodeLayoutRegistration(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -443,6 +443,9 @@ class OmniaResourceManifests {
|
|
|
443
443
|
static get DallEMediaProviderFeature() {
|
|
444
444
|
return new models_1.Guid("c2e130a6-ee72-4e74-b266-a55d94a920ed");
|
|
445
445
|
}
|
|
446
|
+
static get UnsplashTenantFeature() {
|
|
447
|
+
return new models_1.Guid("5e20e721-09ff-46ce-9e58-ad911bb47017");
|
|
448
|
+
}
|
|
446
449
|
static get DefaultNotFoundLayout() {
|
|
447
450
|
return new models_1.Guid("02505707-5d3e-4b29-affd-159dad0c9060");
|
|
448
451
|
}
|
package/Secrets.d.ts
CHANGED
package/Secrets.js
CHANGED
package/package.json
CHANGED