@omnia/fx-models 7.8.107-preview → 7.8.108-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 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
@@ -37,3 +37,7 @@ export interface SecretField {
37
37
  export interface SecretForm {
38
38
  fields: SecretField[];
39
39
  }
40
+ export declare const UnplashSecretForm: {
41
+ readonly applicationId: "applicationid";
42
+ readonly clientIdKey: "clientidkey";
43
+ };
package/Secrets.js CHANGED
@@ -1,2 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnplashSecretForm = void 0;
4
+ exports.UnplashSecretForm = {
5
+ applicationId: "applicationid",
6
+ clientIdKey: "clientidkey"
7
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.8.107-preview",
4
+ "version": "7.8.108-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"