@datatr-ux/ovhcloud-types 2.0.18 → 2.0.20

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.
@@ -0,0 +1,13 @@
1
+ import { VolumeTypeEnum } from '../../volume/VolumeTypeEnum';
2
+ /** Region volume update */
3
+ export interface Update {
4
+ /** New volume description */
5
+ description?: string;
6
+ /** New volume name */
7
+ name?: string;
8
+ /** New volume size */
9
+ size?: number;
10
+ /** New volume type */
11
+ type?: VolumeTypeEnum;
12
+ }
13
+ //# sourceMappingURL=Update.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Update.d.ts","sourceRoot":"","sources":["../../../../generated/types/cloud/region/volume/Update.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAErE,2BAA2B;AAC3B,MAAM,WAAW,MAAM;IACrB,6BAA6B;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sBAAsB;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sBAAsB;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sBAAsB;IACtB,IAAI,CAAC,EAAE,cAAc,CAAC;CACvB"}
@@ -0,0 +1 @@
1
+ export {};
@@ -2,5 +2,6 @@ import * as create from './create/index';
2
2
  export * from './AttachedTo';
3
3
  export * from './BulkDeleteSnapshots';
4
4
  export * from './Create';
5
+ export * from './Update';
5
6
  export { create };
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../generated/types/cloud/region/volume/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../generated/types/cloud/region/volume/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -2,4 +2,5 @@ import * as create from './create/index.js';
2
2
  export * from './AttachedTo.js';
3
3
  export * from './BulkDeleteSnapshots.js';
4
4
  export * from './Create.js';
5
+ export * from './Update.js';
5
6
  export { create };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datatr-ux/ovhcloud-types",
3
- "version": "2.0.18",
3
+ "version": "2.0.20",
4
4
  "description": "TypeScript types for OVHCloud projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",