@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.
- package/dist/xo.d.mts +1 -1
- 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 {};
|