@vates/types 1.13.0 → 1.14.0

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.
@@ -125,6 +125,7 @@ export interface Xapi {
125
125
  vgpuType?: XoVgpuType['id'];
126
126
  gpuGroup?: XoGpuGroup['id'];
127
127
  copyHostBiosStrings?: boolean;
128
+ hvmBootFirmware?: 'uefi' | 'bios';
128
129
  }, checkLimits?: boolean, creatorId?: XoUser['id'], opts?: {
129
130
  destroyAllVifs: boolean;
130
131
  }): Promise<XenApiVmWrapped>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vates/types",
3
3
  "private": false,
4
- "version": "1.13.0",
4
+ "version": "1.14.0",
5
5
  "main": "./dist/index.mjs",
6
6
  "exports": {
7
7
  ".": {