diff --git a/sdk/base/lib/osBindings/BackupTarget.ts b/sdk/base/lib/osBindings/BackupTarget.ts index 886222570..937322017 100644 --- a/sdk/base/lib/osBindings/BackupTarget.ts +++ b/sdk/base/lib/osBindings/BackupTarget.ts @@ -13,5 +13,6 @@ export type BackupTarget = used: number | null startOs: { [key: string]: StartOsRecoveryInfo } guid: string | null + filesystem: string | null } | ({ type: 'cifs' } & CifsBackupTarget) diff --git a/sdk/base/lib/osBindings/PartitionInfo.ts b/sdk/base/lib/osBindings/PartitionInfo.ts index 777199c3b..ff5ea7e63 100644 --- a/sdk/base/lib/osBindings/PartitionInfo.ts +++ b/sdk/base/lib/osBindings/PartitionInfo.ts @@ -8,4 +8,5 @@ export type PartitionInfo = { used: number | null startOs: { [key: string]: StartOsRecoveryInfo } guid: string | null + filesystem: string | null } diff --git a/sdk/base/lib/osBindings/WifiInfo.ts b/sdk/base/lib/osBindings/WifiInfo.ts index ce9b07e9a..ac25dbf93 100644 --- a/sdk/base/lib/osBindings/WifiInfo.ts +++ b/sdk/base/lib/osBindings/WifiInfo.ts @@ -1,8 +1,9 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. +import type { GatewayId } from './GatewayId' export type WifiInfo = { enabled: boolean - interface: string | null + interface: GatewayId | null ssids: Array selected: string | null lastRegion: string | null