@datatr-ux/ovhcloud-types 2.0.85 → 2.0.87

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.
@@ -3,7 +3,7 @@ import { Ipv4Block } from '../../../../../../Ipv4Block';
3
3
  export interface Subnet {
4
4
  /** Subnet range in CIDR notation */
5
5
  cidr: Ipv4Block;
6
- /** */
6
+ /** Enable DHCP on the private network */
7
7
  enableDhcp: boolean;
8
8
  /** IP version */
9
9
  ipVersion: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Subnet.d.ts","sourceRoot":"","sources":["../../../../../../../generated/types/cloud/instance/createInput/network/private/networkCreate/Subnet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,6BAA6B;AAC7B,MAAM,WAAW,MAAM;IACrB,oCAAoC;IACpC,IAAI,EAAE,SAAS,CAAC;IAChB,OAAO;IACP,UAAU,EAAE,OAAO,CAAC;IACpB,iBAAiB;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB"}
1
+ {"version":3,"file":"Subnet.d.ts","sourceRoot":"","sources":["../../../../../../../generated/types/cloud/instance/createInput/network/private/networkCreate/Subnet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,6BAA6B;AAC7B,MAAM,WAAW,MAAM;IACrB,oCAAoC;IACpC,IAAI,EAAE,SAAS,CAAC;IAChB,yCAAyC;IACzC,UAAU,EAAE,OAAO,CAAC;IACpB,iBAAiB;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datatr-ux/ovhcloud-types",
3
- "version": "2.0.85",
3
+ "version": "2.0.87",
4
4
  "description": "TypeScript types for OVHCloud projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",