@omnia/fx-models 7.8.95-preview → 7.8.97-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/Constants.d.ts CHANGED
@@ -93,6 +93,7 @@ export declare const Constants: {
93
93
  omniaLeftSidePanel: string;
94
94
  omniaRightSidePanel: string;
95
95
  mainHeading: string;
96
+ sharepointFooter: string;
96
97
  };
97
98
  };
98
99
  themeTargetIds: {
package/Constants.js CHANGED
@@ -124,6 +124,7 @@ exports.Constants = {
124
124
  omniaLeftSidePanel: "omnia-left-side-panel",
125
125
  omniaRightSidePanel: "omnia-right-side-panel",
126
126
  mainHeading: "main-heading",
127
+ sharepointFooter: "omf-footer",
127
128
  },
128
129
  },
129
130
  themeTargetIds: {
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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.8.95-preview",
4
+ "version": "7.8.97-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"