mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
Merge branch 'feat/preferred-port-design' of github.com:Start9Labs/start-os into sdk-comments
This commit is contained in:
@@ -5,4 +5,5 @@ export type AttachParams = {
|
||||
password: EncryptedWire | null
|
||||
guid: string
|
||||
kiosk?: boolean
|
||||
hostname: string | null
|
||||
}
|
||||
|
||||
3
sdk/base/lib/osBindings/SetServerHostnameParams.ts
Normal file
3
sdk/base/lib/osBindings/SetServerHostnameParams.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export type SetServerHostnameParams = { hostname: string }
|
||||
@@ -7,4 +7,5 @@ export type SetupExecuteParams = {
|
||||
password: EncryptedWire
|
||||
recoverySource: RecoverySource<EncryptedWire> | null
|
||||
kiosk?: boolean
|
||||
hostname: string | null
|
||||
}
|
||||
|
||||
@@ -257,6 +257,7 @@ export { SetMainStatusStatus } from './SetMainStatusStatus'
|
||||
export { SetMainStatus } from './SetMainStatus'
|
||||
export { SetNameParams } from './SetNameParams'
|
||||
export { SetOutboundGatewayParams } from './SetOutboundGatewayParams'
|
||||
export { SetServerHostnameParams } from './SetServerHostnameParams'
|
||||
export { SetStaticDnsParams } from './SetStaticDnsParams'
|
||||
export { SetupExecuteParams } from './SetupExecuteParams'
|
||||
export { SetupInfo } from './SetupInfo'
|
||||
|
||||
Reference in New Issue
Block a user