From d7c394ef331203eb0122c328773899d2716cf925 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Thu, 19 Mar 2026 01:07:45 -0600 Subject: [PATCH] chore: update generated TS bindings --- sdk/base/lib/osBindings/BackupTarget.ts | 1 + sdk/base/lib/osBindings/PartitionInfo.ts | 1 + sdk/base/lib/osBindings/WifiInfo.ts | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) 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