@datatr-ux/ovhcloud-types 1.0.20 → 1.0.21

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 { Ip } from '../../Ip';
3
3
  /** Subnet of the address */
4
4
  export interface InstanceAddressSubnet {
5
5
  /** Subnet gateway ip */
6
- gatewayIP: Ip;
6
+ gatewayIP?: Ip;
7
7
  /** Subnet id */
8
8
  id: string;
9
9
  /** Subnet name */
@@ -1 +1 @@
1
- {"version":3,"file":"InstanceAddressSubnet.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/instance/InstanceAddressSubnet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,qDAAqD,CAAC;AACnG,OAAO,EAAE,EAAE,EAAE,MAAM,YAAY,CAAC;AAEhC,4BAA4B;AAC5B,MAAM,WAAW,qBAAqB;IACpC,wBAAwB;IACxB,SAAS,EAAE,EAAE,CAAC;IACd,gBAAgB;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB;IACrB,OAAO,EAAE,4BAA4B,CAAC;CACvC"}
1
+ {"version":3,"file":"InstanceAddressSubnet.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/instance/InstanceAddressSubnet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,qDAAqD,CAAC;AACnG,OAAO,EAAE,EAAE,EAAE,MAAM,YAAY,CAAC;AAEhC,4BAA4B;AAC5B,MAAM,WAAW,qBAAqB;IACpC,wBAAwB;IACxB,SAAS,CAAC,EAAE,EAAE,CAAC;IACf,gBAAgB;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB;IACrB,OAAO,EAAE,4BAA4B,CAAC;CACvC"}
@@ -1,6 +1,6 @@
1
1
  /** A numeric value tagged with its unit */
2
2
  export interface UnitAndValueString {
3
- /** Unit of the value */
3
+ /** */
4
4
  unit: string;
5
5
  /** */
6
6
  value: string;
@@ -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,wBAAwB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO;IACP,KAAK,EAAE,MAAM,CAAC;CACf"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datatr-ux/ovhcloud-types",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "TypeScript types for OVHCloud projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "build:types": "vite build",
27
27
  "build:js": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
28
28
  "build": "rm -rf dist && npm run build:js && npm run build:types",
29
- "prepublishOnly": "npm run generate --silent && npm run build --silent"
29
+ "prepublishOnly": "npm run build --silent"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@vitejs/plugin-react": "^4.3.4",