@vates/types 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/dist/xo.d.mts +1 -1
  2. package/package.json +1 -1
package/dist/xo.d.mts CHANGED
@@ -161,6 +161,6 @@ export type XoVtpm = {
161
161
  id: Branded<'VTPM'>;
162
162
  type: 'VTPM';
163
163
  };
164
- export type XapiXoRecord = XoHost | XoPool | XoSr | XoVbd | XoVdi | XoVgpu | XoVif | XoVm | XoVmController | XoVmSnapshot | XoVtpm;
164
+ export type XapiXoRecord = XoHost | XoPool | XoSr | XoVbd | XoVdi | XoVgpu | XoVif | XoVm | XoVmController | XoVmSnapshot | XoVmTemplate | XoVtpm;
165
165
  export type XoRecord = XapiXoRecord | XoGroup | XoUser;
166
166
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vates/types",
3
3
  "private": false,
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "main": "./dist/index.mjs",
6
6
  "exports": {
7
7
  ".": {