@datatr-ux/ovhcloud-types 2.0.11 → 2.0.12
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AttachedTo } from './volume/AttachedTo';
|
|
2
2
|
import { VolumeStatusEnum } from '../volume/VolumeStatusEnum';
|
|
3
|
+
import { VolumeTypeEnum } from '../volume/VolumeTypeEnum';
|
|
3
4
|
/** Region volume */
|
|
4
5
|
export interface Volume {
|
|
5
6
|
/** Volume attached to list */
|
|
@@ -14,5 +15,7 @@ export interface Volume {
|
|
|
14
15
|
size: number;
|
|
15
16
|
/** Volume status */
|
|
16
17
|
status: VolumeStatusEnum;
|
|
18
|
+
/** Volume type */
|
|
19
|
+
type: VolumeTypeEnum;
|
|
17
20
|
}
|
|
18
21
|
//# sourceMappingURL=Volume.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Volume.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/region/Volume.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;
|
|
1
|
+
{"version":3,"file":"Volume.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/region/Volume.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAErE,oBAAoB;AACpB,MAAM,WAAW,MAAM;IACrB,8BAA8B;IAC9B,UAAU,EAAE,UAAU,EAAE,CAAC;IACzB,sCAAsC;IACtC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,oBAAoB;IACpB,MAAM,EAAE,gBAAgB,CAAC;IACzB,kBAAkB;IAClB,IAAI,EAAE,cAAc,CAAC;CACtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnitAndValueString.d.ts","sourceRoot":"","sources":["../../generated/types/complexType/UnitAndValueString.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAC3C,MAAM,WAAW,kBAAkB;IACjC,
|
|
1
|
+
{"version":3,"file":"UnitAndValueString.d.ts","sourceRoot":"","sources":["../../generated/types/complexType/UnitAndValueString.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAC3C,MAAM,WAAW,kBAAkB;IACjC,OAAO;IACP,IAAI,EAAE,MAAM,CAAC;IACb,OAAO;IACP,KAAK,EAAE,MAAM,CAAC;CACf"}
|