mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
alpha.8 (#2776)
This commit is contained in:
8
sdk/base/lib/osBindings/AddCategoryParams.ts
Normal file
8
sdk/base/lib/osBindings/AddCategoryParams.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export type AddCategoryParams = {
|
||||
id: string
|
||||
name: string
|
||||
short: string
|
||||
long: string
|
||||
}
|
||||
3
sdk/base/lib/osBindings/CliSetIconParams.ts
Normal file
3
sdk/base/lib/osBindings/CliSetIconParams.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 CliSetIconParams = { icon: string }
|
||||
13
sdk/base/lib/osBindings/EditSignerParams.ts
Normal file
13
sdk/base/lib/osBindings/EditSignerParams.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { AnyVerifyingKey } from "./AnyVerifyingKey"
|
||||
import type { ContactInfo } from "./ContactInfo"
|
||||
import type { Guid } from "./Guid"
|
||||
|
||||
export type EditSignerParams = {
|
||||
id: Guid
|
||||
setName: string | null
|
||||
addContact: Array<ContactInfo>
|
||||
addKey: Array<AnyVerifyingKey>
|
||||
removeContact: Array<ContactInfo>
|
||||
removeKey: Array<AnyVerifyingKey>
|
||||
}
|
||||
4
sdk/base/lib/osBindings/ListPackageSignersParams.ts
Normal file
4
sdk/base/lib/osBindings/ListPackageSignersParams.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { PackageId } from "./PackageId"
|
||||
|
||||
export type ListPackageSignersParams = { id: PackageId }
|
||||
5
sdk/base/lib/osBindings/PackageSignerParams.ts
Normal file
5
sdk/base/lib/osBindings/PackageSignerParams.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { Guid } from "./Guid"
|
||||
import type { PackageId } from "./PackageId"
|
||||
|
||||
export type PackageSignerParams = { id: PackageId; signer: Guid }
|
||||
3
sdk/base/lib/osBindings/RemoveCategoryParams.ts
Normal file
3
sdk/base/lib/osBindings/RemoveCategoryParams.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 RemoveCategoryParams = { id: string }
|
||||
4
sdk/base/lib/osBindings/SetIconParams.ts
Normal file
4
sdk/base/lib/osBindings/SetIconParams.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { DataUrl } from "./DataUrl"
|
||||
|
||||
export type SetIconParams = { icon: DataUrl }
|
||||
3
sdk/base/lib/osBindings/SetNameParams.ts
Normal file
3
sdk/base/lib/osBindings/SetNameParams.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 SetNameParams = { name: string }
|
||||
@@ -16,6 +16,7 @@ export { ActionSeverity } from "./ActionSeverity"
|
||||
export { ActionVisibility } from "./ActionVisibility"
|
||||
export { AddAdminParams } from "./AddAdminParams"
|
||||
export { AddAssetParams } from "./AddAssetParams"
|
||||
export { AddCategoryParams } from "./AddCategoryParams"
|
||||
export { AddPackageParams } from "./AddPackageParams"
|
||||
export { AddressInfo } from "./AddressInfo"
|
||||
export { AddSslOptions } from "./AddSslOptions"
|
||||
@@ -50,6 +51,7 @@ export { ClearActionsParams } from "./ClearActionsParams"
|
||||
export { ClearBindingsParams } from "./ClearBindingsParams"
|
||||
export { ClearCallbacksParams } from "./ClearCallbacksParams"
|
||||
export { ClearServiceInterfacesParams } from "./ClearServiceInterfacesParams"
|
||||
export { CliSetIconParams } from "./CliSetIconParams"
|
||||
export { ContactInfo } from "./ContactInfo"
|
||||
export { CreateSubcontainerFsParams } from "./CreateSubcontainerFsParams"
|
||||
export { CurrentDependencies } from "./CurrentDependencies"
|
||||
@@ -65,6 +67,7 @@ export { DestroySubcontainerFsParams } from "./DestroySubcontainerFsParams"
|
||||
export { DeviceFilter } from "./DeviceFilter"
|
||||
export { Duration } from "./Duration"
|
||||
export { EchoParams } from "./EchoParams"
|
||||
export { EditSignerParams } from "./EditSignerParams"
|
||||
export { EncryptedWire } from "./EncryptedWire"
|
||||
export { ExportActionParams } from "./ExportActionParams"
|
||||
export { ExportServiceInterfaceParams } from "./ExportServiceInterfaceParams"
|
||||
@@ -109,6 +112,7 @@ export { InstallParams } from "./InstallParams"
|
||||
export { IpHostname } from "./IpHostname"
|
||||
export { IpInfo } from "./IpInfo"
|
||||
export { LanInfo } from "./LanInfo"
|
||||
export { ListPackageSignersParams } from "./ListPackageSignersParams"
|
||||
export { ListServiceInterfacesParams } from "./ListServiceInterfacesParams"
|
||||
export { ListVersionSignersParams } from "./ListVersionSignersParams"
|
||||
export { LoginParams } from "./LoginParams"
|
||||
@@ -133,6 +137,7 @@ export { PackageId } from "./PackageId"
|
||||
export { PackageIndex } from "./PackageIndex"
|
||||
export { PackageInfoShort } from "./PackageInfoShort"
|
||||
export { PackageInfo } from "./PackageInfo"
|
||||
export { PackageSignerParams } from "./PackageSignerParams"
|
||||
export { PackageState } from "./PackageState"
|
||||
export { PackageVersionInfo } from "./PackageVersionInfo"
|
||||
export { PasswordType } from "./PasswordType"
|
||||
@@ -143,6 +148,7 @@ export { Public } from "./Public"
|
||||
export { RecoverySource } from "./RecoverySource"
|
||||
export { RegistryAsset } from "./RegistryAsset"
|
||||
export { RegistryInfo } from "./RegistryInfo"
|
||||
export { RemoveCategoryParams } from "./RemoveCategoryParams"
|
||||
export { RemoveVersionParams } from "./RemoveVersionParams"
|
||||
export { ReplayId } from "./ReplayId"
|
||||
export { RequestActionParams } from "./RequestActionParams"
|
||||
@@ -161,8 +167,10 @@ export { Session } from "./Session"
|
||||
export { SetDataVersionParams } from "./SetDataVersionParams"
|
||||
export { SetDependenciesParams } from "./SetDependenciesParams"
|
||||
export { SetHealth } from "./SetHealth"
|
||||
export { SetIconParams } from "./SetIconParams"
|
||||
export { SetMainStatusStatus } from "./SetMainStatusStatus"
|
||||
export { SetMainStatus } from "./SetMainStatus"
|
||||
export { SetNameParams } from "./SetNameParams"
|
||||
export { SetStoreParams } from "./SetStoreParams"
|
||||
export { SetupExecuteParams } from "./SetupExecuteParams"
|
||||
export { SetupProgress } from "./SetupProgress"
|
||||
|
||||
Reference in New Issue
Block a user