@omnia/fx-models 8.0.211-dev → 8.0.212-dev

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.
Files changed (3) hide show
  1. package/Enums.d.ts +2 -1
  2. package/Enums.js +1 -0
  3. package/package.json +1 -1
package/Enums.d.ts CHANGED
@@ -702,7 +702,8 @@ export declare enum CookieKeys {
702
702
  }
703
703
  export declare enum PersistentDiskTypes {
704
704
  Standard = "Standard",
705
- Premium = "Premium"
705
+ Premium = "Premium",
706
+ NFS = "NFS"
706
707
  }
707
708
  export declare enum StatusFilter {
708
709
  Success = 1,
package/Enums.js CHANGED
@@ -805,6 +805,7 @@ var PersistentDiskTypes;
805
805
  (function (PersistentDiskTypes) {
806
806
  PersistentDiskTypes["Standard"] = "Standard";
807
807
  PersistentDiskTypes["Premium"] = "Premium";
808
+ PersistentDiskTypes["NFS"] = "NFS";
808
809
  })(PersistentDiskTypes || (exports.PersistentDiskTypes = PersistentDiskTypes = {}));
809
810
  var StatusFilter;
810
811
  (function (StatusFilter) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.211-dev",
4
+ "version": "8.0.212-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"