@omnia/fx-models 7.8.92-preview → 7.8.96-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/Enums.d.ts CHANGED
@@ -505,7 +505,9 @@ export declare enum FeatureInstanceStatus {
505
505
  Error = 4,
506
506
  AdminConsentActivating = 5,
507
507
  AdminConsentUpgrading = 6,
508
- AdminConsentWaitingActivation = 7
508
+ AdminConsentWaitingActivation = 7,
509
+ WaitingForCloudEnsureInfrastructureActivating = 8,
510
+ WaitingForCloudEnsureInfrastructureUpgrading = 9
509
511
  }
510
512
  export declare enum ThemeType {
511
513
  Light = "Light",
package/Enums.js CHANGED
@@ -414,6 +414,8 @@ var FeatureInstanceStatus;
414
414
  FeatureInstanceStatus[FeatureInstanceStatus["AdminConsentActivating"] = 5] = "AdminConsentActivating";
415
415
  FeatureInstanceStatus[FeatureInstanceStatus["AdminConsentUpgrading"] = 6] = "AdminConsentUpgrading";
416
416
  FeatureInstanceStatus[FeatureInstanceStatus["AdminConsentWaitingActivation"] = 7] = "AdminConsentWaitingActivation";
417
+ FeatureInstanceStatus[FeatureInstanceStatus["WaitingForCloudEnsureInfrastructureActivating"] = 8] = "WaitingForCloudEnsureInfrastructureActivating";
418
+ FeatureInstanceStatus[FeatureInstanceStatus["WaitingForCloudEnsureInfrastructureUpgrading"] = 9] = "WaitingForCloudEnsureInfrastructureUpgrading";
417
419
  })(FeatureInstanceStatus = exports.FeatureInstanceStatus || (exports.FeatureInstanceStatus = {}));
418
420
  var ThemeType;
419
421
  (function (ThemeType) {
package/ManifestIds.d.ts CHANGED
@@ -57,6 +57,7 @@ export declare class OmniaResourceManifests {
57
57
  static get FxSp(): Guid;
58
58
  static get FxSpfx(): Guid;
59
59
  static get SpfxCustomizer(): Guid;
60
+ static get SpfxFontFamilyBase(): Guid;
60
61
  static get SpfxWebpart(): Guid;
61
62
  static get SpfxStandaloneWebpart(): Guid;
62
63
  static get FxUxVuetifySwitch(): Guid;
@@ -217,6 +218,7 @@ export declare class OmniaWebComponentManifests {
217
218
  static get FxSpfxWp(): Guid;
218
219
  static get FxSpfxWpStandalone(): Guid;
219
220
  static get FxSpfxWpStandaloneInstanceHandler(): Guid;
221
+ static get FxSpfxFontFamilyBase(): Guid;
220
222
  static get FxUxSettingspane(): Guid;
221
223
  static get FxUxRollupEmpty(): Guid;
222
224
  static get FxUxRollupFilter(): Guid;
package/ManifestIds.js CHANGED
@@ -199,6 +199,9 @@ class OmniaResourceManifests {
199
199
  static get SpfxCustomizer() {
200
200
  return new models_1.Guid("7de50830-f7dc-42e9-9f4c-1460fa3c6d90");
201
201
  }
202
+ static get SpfxFontFamilyBase() {
203
+ return new models_1.Guid("3695ba2f-7351-4f81-8e73-8fc23de98cdb");
204
+ }
202
205
  static get SpfxWebpart() {
203
206
  return new models_1.Guid("65918982-f116-4cf8-9d13-a0d4cd5a01ce");
204
207
  }
@@ -667,6 +670,9 @@ class OmniaWebComponentManifests {
667
670
  static get FxSpfxWpStandaloneInstanceHandler() {
668
671
  return new models_1.Guid("d51665b2-c5e2-4861-ae33-dbba4418dcde");
669
672
  }
673
+ static get FxSpfxFontFamilyBase() {
674
+ return new models_1.Guid("aefced1b-8e90-47d6-8767-839c52272b70");
675
+ }
670
676
  static get FxUxSettingspane() {
671
677
  return new models_1.Guid("c0de4753-b9fe-4004-b0f4-e6b6b91730ab");
672
678
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.8.92-preview",
4
+ "version": "7.8.96-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"