@start9labs/start-sdk 0.4.0-beta.46 → 0.4.0-beta.48
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/base/lib/Effects.d.ts +6 -1
- package/base/lib/actions/input/inputSpecTypes.js.map +1 -1
- package/base/lib/osBindings/AddCategoryParams.d.ts +2 -1
- package/base/lib/osBindings/AddCategoryParams.js +0 -1
- package/base/lib/osBindings/AddCategoryParams.js.map +1 -1
- package/base/lib/osBindings/AddMirrorParams.d.ts +7 -0
- package/base/lib/osBindings/AddMirrorParams.js +3 -0
- package/base/lib/osBindings/AddMirrorParams.js.map +1 -0
- package/base/lib/osBindings/AddPackageParams.d.ts +1 -1
- package/base/lib/osBindings/AddPackageSignerParams.d.ts +7 -0
- package/base/lib/osBindings/AddPackageSignerParams.js +3 -0
- package/base/lib/osBindings/AddPackageSignerParams.js.map +1 -0
- package/base/lib/osBindings/Alerts.d.ts +6 -5
- package/base/lib/osBindings/Alerts.js +0 -1
- package/base/lib/osBindings/Alerts.js.map +1 -1
- package/base/lib/osBindings/AttachParams.d.ts +1 -1
- package/base/lib/osBindings/Category.d.ts +2 -1
- package/base/lib/osBindings/Category.js +0 -1
- package/base/lib/osBindings/Category.js.map +1 -1
- package/base/lib/osBindings/CurrentDependencyInfo.d.ts +2 -1
- package/base/lib/osBindings/DependencyMetadata.d.ts +3 -2
- package/base/lib/osBindings/Description.d.ts +3 -2
- package/base/lib/osBindings/Description.js +0 -1
- package/base/lib/osBindings/Description.js.map +1 -1
- package/base/lib/osBindings/DeviceFilter.d.ts +5 -2
- package/base/lib/osBindings/GetPackageParams.d.ts +1 -1
- package/base/lib/osBindings/GetServiceManifestParams.d.ts +6 -0
- package/base/lib/osBindings/GetServiceManifestParams.js +3 -0
- package/base/lib/osBindings/GetServiceManifestParams.js.map +1 -0
- package/base/lib/osBindings/ImageConfig.d.ts +1 -0
- package/base/lib/osBindings/KeyboardOptions.d.ts +7 -0
- package/base/lib/osBindings/KeyboardOptions.js +4 -0
- package/base/lib/osBindings/KeyboardOptions.js.map +1 -0
- package/base/lib/osBindings/LocaleString.d.ts +1 -0
- package/base/lib/osBindings/LocaleString.js +4 -0
- package/base/lib/osBindings/LocaleString.js.map +1 -0
- package/base/lib/osBindings/LshwDisplay.d.ts +4 -1
- package/base/lib/osBindings/LshwProcessor.d.ts +3 -1
- package/base/lib/osBindings/Manifest.d.ts +3 -1
- package/base/lib/osBindings/Metadata.d.ts +2 -1
- package/base/lib/osBindings/NamedHealthCheckResult.d.ts +3 -0
- package/base/lib/osBindings/PackageInfo.d.ts +3 -1
- package/base/lib/osBindings/PackageVersionInfo.d.ts +5 -4
- package/base/lib/osBindings/Pem.d.ts +1 -0
- package/base/lib/osBindings/Pem.js +4 -0
- package/base/lib/osBindings/Pem.js.map +1 -0
- package/base/lib/osBindings/RegistryAsset.d.ts +1 -1
- package/base/lib/osBindings/RemoveMirrorParams.d.ts +7 -0
- package/base/lib/osBindings/RemoveMirrorParams.js +3 -0
- package/base/lib/osBindings/RemoveMirrorParams.js.map +1 -0
- package/base/lib/osBindings/RemovePackageParams.d.ts +2 -0
- package/base/lib/osBindings/RemovePackageSignerParams.d.ts +6 -0
- package/base/lib/osBindings/RemovePackageSignerParams.js +3 -0
- package/base/lib/osBindings/RemovePackageSignerParams.js.map +1 -0
- package/base/lib/osBindings/ServerInfo.d.ts +3 -0
- package/base/lib/osBindings/SetHealth.d.ts +3 -0
- package/base/lib/osBindings/SetupExecuteParams.d.ts +2 -2
- package/base/lib/osBindings/SetupInfo.d.ts +4 -0
- package/base/lib/osBindings/SetupInfo.js +4 -0
- package/base/lib/osBindings/SetupInfo.js.map +1 -0
- package/base/lib/osBindings/SetupResult.d.ts +3 -3
- package/base/lib/osBindings/SetupResult.js +0 -1
- package/base/lib/osBindings/SetupResult.js.map +1 -1
- package/base/lib/osBindings/SetupStatusRes.d.ts +9 -4
- package/base/lib/osBindings/index.d.ts +9 -1
- package/base/lib/types/ManifestTypes.d.ts +33 -16
- package/base/lib/util/GetSystemSmtp.d.ts +1 -1
- package/base/lib/util/GetSystemSmtp.js +1 -0
- package/base/lib/util/GetSystemSmtp.js.map +1 -1
- package/base/lib/util/getServiceInterface.d.ts +2 -2
- package/base/lib/util/getServiceInterface.js +13 -5
- package/base/lib/util/getServiceInterface.js.map +1 -1
- package/base/lib/util/getServiceInterfaces.d.ts +2 -2
- package/base/lib/util/getServiceInterfaces.js +6 -2
- package/base/lib/util/getServiceInterfaces.js.map +1 -1
- package/base/lib/util/index.d.ts +1 -1
- package/base/lib/util/index.js +2 -1
- package/base/lib/util/index.js.map +1 -1
- package/package/lib/StartSdk.d.ts +8 -5
- package/package/lib/StartSdk.js +5 -2
- package/package/lib/StartSdk.js.map +1 -1
- package/package/lib/i18n/index.d.ts +24 -0
- package/package/lib/i18n/index.js +59 -0
- package/package/lib/i18n/index.js.map +1 -0
- package/package/lib/index.d.ts +1 -0
- package/package/lib/index.js +3 -1
- package/package/lib/index.js.map +1 -1
- package/package/lib/mainFn/Daemons.js +1 -1
- package/package/lib/mainFn/Daemons.js.map +1 -1
- package/package/lib/mainFn/HealthDaemon.d.ts +0 -1
- package/package/lib/mainFn/HealthDaemon.js +21 -22
- package/package/lib/mainFn/HealthDaemon.js.map +1 -1
- package/package/lib/manifest/setupManifest.js +2 -0
- package/package/lib/manifest/setupManifest.js.map +1 -1
- package/package/lib/test/output.js +390 -301
- package/package/lib/test/output.js.map +1 -1
- package/package/lib/test/output.sdk.d.ts +42 -1
- package/package/lib/util/GetServiceManifest.d.ts +36 -0
- package/package/lib/util/GetServiceManifest.js +116 -0
- package/package/lib/util/GetServiceManifest.js.map +1 -0
- package/package/lib/util/GetSslCertificate.d.ts +1 -1
- package/package/lib/util/GetSslCertificate.js +1 -0
- package/package/lib/util/GetSslCertificate.js.map +1 -1
- package/package/lib/util/SubContainer.d.ts +31 -1
- package/package/lib/util/SubContainer.js +29 -0
- package/package/lib/util/SubContainer.js.map +1 -1
- package/package/lib/util/Volume.d.ts +48 -0
- package/package/lib/util/Volume.js +91 -0
- package/package/lib/util/Volume.js.map +1 -0
- package/package/lib/util/fileHelper.d.ts +3 -2
- package/package/lib/util/fileHelper.js +15 -7
- package/package/lib/util/fileHelper.js.map +1 -1
- package/package/lib/util/index.d.ts +2 -0
- package/package/lib/util/index.js +6 -1
- package/package/lib/util/index.js.map +1 -1
- package/package/lib/version/VersionInfo.d.ts +1 -1
- package/package/package.json +1 -1
- package/package.json +1 -1
package/base/lib/Effects.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActionId, ActionInput, ActionMetadata, SetMainStatus, DependencyRequirement, CheckDependenciesResult, SetHealth, BindParams, HostId, NetInfo, Host, ExportServiceInterfaceParams, ServiceInterface, CreateTaskParams, MountParams, StatusInfo } from "./osBindings";
|
|
1
|
+
import { ActionId, ActionInput, ActionMetadata, SetMainStatus, DependencyRequirement, CheckDependenciesResult, SetHealth, BindParams, HostId, NetInfo, Host, ExportServiceInterfaceParams, ServiceInterface, CreateTaskParams, MountParams, StatusInfo, Manifest } from "./osBindings";
|
|
2
2
|
import { PackageId, Dependencies, ServiceInterfaceId, SmtpValue, ActionResult } from "./types";
|
|
3
3
|
/** Used to reach out from the pure js runtime */
|
|
4
4
|
export type Effects = {
|
|
@@ -63,6 +63,11 @@ export type Effects = {
|
|
|
63
63
|
mount(options: MountParams): Promise<string>;
|
|
64
64
|
/** Returns a list of the ids of all installed packages */
|
|
65
65
|
getInstalledPackages(): Promise<string[]>;
|
|
66
|
+
/** Returns the manifest of a service */
|
|
67
|
+
getServiceManifest(options: {
|
|
68
|
+
packageId: PackageId;
|
|
69
|
+
callback?: () => void;
|
|
70
|
+
}): Promise<Manifest>;
|
|
66
71
|
/** sets the result of a health check */
|
|
67
72
|
setHealth(o: SetHealth): Promise<null>;
|
|
68
73
|
subcontainer: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputSpecTypes.js","sourceRoot":"","sources":["../../../../../base/lib/actions/input/inputSpecTypes.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"inputSpecTypes.js","sourceRoot":"","sources":["../../../../../base/lib/actions/input/inputSpecTypes.ts"],"names":[],"mappings":";;AAkPA,8CAKC;AAND,6DAA6D;AAC7D,SAAgB,iBAAiB,CAC/B,CAAY,EACZ,CAAI;IAEJ,OAAO,MAAM,IAAI,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,IAAI,KAAK,CAAC,CAAA;AACzC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddCategoryParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/AddCategoryParams.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AddCategoryParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/AddCategoryParams.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddMirrorParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/AddMirrorParams.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { AnySignature } from "./AnySignature";
|
|
2
2
|
import type { MerkleArchiveCommitment } from "./MerkleArchiveCommitment";
|
|
3
3
|
export type AddPackageParams = {
|
|
4
|
-
|
|
4
|
+
urls: string[];
|
|
5
5
|
commitment: MerkleArchiveCommitment;
|
|
6
6
|
signature: AnySignature;
|
|
7
7
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddPackageSignerParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/AddPackageSignerParams.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import type { LocaleString } from "./LocaleString";
|
|
1
2
|
export type Alerts = {
|
|
2
|
-
install:
|
|
3
|
-
uninstall:
|
|
4
|
-
restore:
|
|
5
|
-
start:
|
|
6
|
-
stop:
|
|
3
|
+
install: LocaleString | null;
|
|
4
|
+
uninstall: LocaleString | null;
|
|
5
|
+
restore: LocaleString | null;
|
|
6
|
+
start: LocaleString | null;
|
|
7
|
+
stop: LocaleString | null;
|
|
7
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alerts.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/Alerts.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Alerts.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/Alerts.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Category.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/Category.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Category.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/Category.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import type { DataUrl } from "./DataUrl";
|
|
2
|
+
import type { LocaleString } from "./LocaleString";
|
|
2
3
|
export type DependencyMetadata = {
|
|
3
|
-
title:
|
|
4
|
+
title: LocaleString | null;
|
|
4
5
|
icon: DataUrl | null;
|
|
5
|
-
description:
|
|
6
|
+
description: LocaleString | null;
|
|
6
7
|
optional: boolean;
|
|
7
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Description.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/Description.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Description.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/Description.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetServiceManifestParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/GetServiceManifestParams.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KeyboardOptions.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/KeyboardOptions.ts"],"names":[],"mappings":";AAAA,4GAA4G"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type LocaleString = string | Record<string, string>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LocaleString.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/LocaleString.ts"],"names":[],"mappings":";AAAA,4GAA4G"}
|
|
@@ -5,6 +5,7 @@ import type { GitHash } from "./GitHash";
|
|
|
5
5
|
import type { HardwareRequirements } from "./HardwareRequirements";
|
|
6
6
|
import type { ImageConfig } from "./ImageConfig";
|
|
7
7
|
import type { ImageId } from "./ImageId";
|
|
8
|
+
import type { LocaleString } from "./LocaleString";
|
|
8
9
|
import type { PackageId } from "./PackageId";
|
|
9
10
|
import type { Version } from "./Version";
|
|
10
11
|
import type { VolumeId } from "./VolumeId";
|
|
@@ -13,7 +14,7 @@ export type Manifest = {
|
|
|
13
14
|
title: string;
|
|
14
15
|
version: Version;
|
|
15
16
|
satisfies: Array<Version>;
|
|
16
|
-
releaseNotes:
|
|
17
|
+
releaseNotes: LocaleString;
|
|
17
18
|
canMigrateTo: string;
|
|
18
19
|
canMigrateFrom: string;
|
|
19
20
|
license: string;
|
|
@@ -31,6 +32,7 @@ export type Manifest = {
|
|
|
31
32
|
alerts: Alerts;
|
|
32
33
|
dependencies: Dependencies;
|
|
33
34
|
hardwareRequirements: HardwareRequirements;
|
|
35
|
+
hardwareAcceleration: boolean;
|
|
34
36
|
gitHash: GitHash | null;
|
|
35
37
|
osVersion: string;
|
|
36
38
|
sdkVersion: string | null;
|
|
@@ -2,7 +2,9 @@ import type { Guid } from "./Guid";
|
|
|
2
2
|
import type { PackageVersionInfo } from "./PackageVersionInfo";
|
|
3
3
|
import type { Version } from "./Version";
|
|
4
4
|
export type PackageInfo = {
|
|
5
|
-
authorized:
|
|
5
|
+
authorized: {
|
|
6
|
+
[key: Guid]: string;
|
|
7
|
+
};
|
|
6
8
|
versions: {
|
|
7
9
|
[key: Version]: PackageVersionInfo;
|
|
8
10
|
};
|
|
@@ -4,14 +4,17 @@ import type { DependencyMetadata } from "./DependencyMetadata";
|
|
|
4
4
|
import type { Description } from "./Description";
|
|
5
5
|
import type { GitHash } from "./GitHash";
|
|
6
6
|
import type { HardwareRequirements } from "./HardwareRequirements";
|
|
7
|
+
import type { LocaleString } from "./LocaleString";
|
|
7
8
|
import type { MerkleArchiveCommitment } from "./MerkleArchiveCommitment";
|
|
8
9
|
import type { PackageId } from "./PackageId";
|
|
9
10
|
import type { RegistryAsset } from "./RegistryAsset";
|
|
10
11
|
export type PackageVersionInfo = {
|
|
12
|
+
sourceVersion: string | null;
|
|
13
|
+
s9pks: Array<[HardwareRequirements, RegistryAsset<MerkleArchiveCommitment>]>;
|
|
11
14
|
title: string;
|
|
12
15
|
icon: DataUrl;
|
|
13
16
|
description: Description;
|
|
14
|
-
releaseNotes:
|
|
17
|
+
releaseNotes: LocaleString;
|
|
15
18
|
gitHash: GitHash | null;
|
|
16
19
|
license: string;
|
|
17
20
|
wrapperRepo: string;
|
|
@@ -26,7 +29,5 @@ export type PackageVersionInfo = {
|
|
|
26
29
|
};
|
|
27
30
|
osVersion: string;
|
|
28
31
|
sdkVersion: string | null;
|
|
29
|
-
|
|
30
|
-
sourceVersion: string | null;
|
|
31
|
-
s9pk: RegistryAsset<MerkleArchiveCommitment>;
|
|
32
|
+
hardwareAcceleration: boolean;
|
|
32
33
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type Pem = string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pem.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/Pem.ts"],"names":[],"mappings":";AAAA,4GAA4G"}
|
|
@@ -2,7 +2,7 @@ import type { AnySignature } from "./AnySignature";
|
|
|
2
2
|
import type { AnyVerifyingKey } from "./AnyVerifyingKey";
|
|
3
3
|
export type RegistryAsset<Commitment> = {
|
|
4
4
|
publishedAt: string;
|
|
5
|
-
|
|
5
|
+
urls: string[];
|
|
6
6
|
commitment: Commitment;
|
|
7
7
|
signatures: {
|
|
8
8
|
[key: AnyVerifyingKey]: AnySignature;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoveMirrorParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/RemoveMirrorParams.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemovePackageSignerParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/RemovePackageSignerParams.ts"],"names":[],"mappings":""}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { Governor } from "./Governor";
|
|
2
|
+
import type { KeyboardOptions } from "./KeyboardOptions";
|
|
2
3
|
import type { LshwDevice } from "./LshwDevice";
|
|
3
4
|
import type { NetworkInfo } from "./NetworkInfo";
|
|
4
5
|
import type { ServerStatus } from "./ServerStatus";
|
|
@@ -25,4 +26,6 @@ export type ServerInfo = {
|
|
|
25
26
|
ram: number;
|
|
26
27
|
devices: Array<LshwDevice>;
|
|
27
28
|
kiosk: boolean | null;
|
|
29
|
+
language: string | null;
|
|
30
|
+
keyboard: KeyboardOptions | null;
|
|
28
31
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { EncryptedWire } from "./EncryptedWire";
|
|
2
2
|
import type { RecoverySource } from "./RecoverySource";
|
|
3
3
|
export type SetupExecuteParams = {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
guid: string;
|
|
5
|
+
password: EncryptedWire;
|
|
6
6
|
recoverySource: RecoverySource<EncryptedWire> | null;
|
|
7
7
|
kiosk?: boolean;
|
|
8
8
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SetupInfo.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/SetupInfo.ts"],"names":[],"mappings":";AAAA,4GAA4G"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SetupResult.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/SetupResult.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SetupResult.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/SetupResult.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
import type { SetupInfo } from "./SetupInfo";
|
|
1
2
|
import type { SetupProgress } from "./SetupProgress";
|
|
2
3
|
import type { SetupResult } from "./SetupResult";
|
|
3
|
-
export type SetupStatusRes =
|
|
4
|
-
status: "
|
|
5
|
-
}
|
|
4
|
+
export type SetupStatusRes = {
|
|
5
|
+
status: "needs-install";
|
|
6
|
+
} | ({
|
|
7
|
+
status: "incomplete";
|
|
8
|
+
} & SetupInfo) | ({
|
|
6
9
|
status: "running";
|
|
7
|
-
} & SetupProgress)
|
|
10
|
+
} & SetupProgress) | ({
|
|
11
|
+
status: "complete";
|
|
12
|
+
} & SetupResult);
|
|
@@ -13,7 +13,9 @@ export { ActionVisibility } from "./ActionVisibility";
|
|
|
13
13
|
export { AddAdminParams } from "./AddAdminParams";
|
|
14
14
|
export { AddAssetParams } from "./AddAssetParams";
|
|
15
15
|
export { AddCategoryParams } from "./AddCategoryParams";
|
|
16
|
+
export { AddMirrorParams } from "./AddMirrorParams";
|
|
16
17
|
export { AddPackageParams } from "./AddPackageParams";
|
|
18
|
+
export { AddPackageSignerParams } from "./AddPackageSignerParams";
|
|
17
19
|
export { AddPackageToCategoryParams } from "./AddPackageToCategoryParams";
|
|
18
20
|
export { AddressInfo } from "./AddressInfo";
|
|
19
21
|
export { AddSslOptions } from "./AddSslOptions";
|
|
@@ -90,6 +92,7 @@ export { GetPackageParams } from "./GetPackageParams";
|
|
|
90
92
|
export { GetPackageResponseFull } from "./GetPackageResponseFull";
|
|
91
93
|
export { GetPackageResponse } from "./GetPackageResponse";
|
|
92
94
|
export { GetServiceInterfaceParams } from "./GetServiceInterfaceParams";
|
|
95
|
+
export { GetServiceManifestParams } from "./GetServiceManifestParams";
|
|
93
96
|
export { GetServicePortForwardParams } from "./GetServicePortForwardParams";
|
|
94
97
|
export { GetSslCertificateParams } from "./GetSslCertificateParams";
|
|
95
98
|
export { GetSslKeyParams } from "./GetSslKeyParams";
|
|
@@ -118,9 +121,11 @@ export { InstallingState } from "./InstallingState";
|
|
|
118
121
|
export { InstallParams } from "./InstallParams";
|
|
119
122
|
export { IpHostname } from "./IpHostname";
|
|
120
123
|
export { IpInfo } from "./IpInfo";
|
|
124
|
+
export { KeyboardOptions } from "./KeyboardOptions";
|
|
121
125
|
export { ListPackageSignersParams } from "./ListPackageSignersParams";
|
|
122
126
|
export { ListServiceInterfacesParams } from "./ListServiceInterfacesParams";
|
|
123
127
|
export { ListVersionSignersParams } from "./ListVersionSignersParams";
|
|
128
|
+
export { LocaleString } from "./LocaleString";
|
|
124
129
|
export { LoginParams } from "./LoginParams";
|
|
125
130
|
export { LshwDevice } from "./LshwDevice";
|
|
126
131
|
export { LshwDisplay } from "./LshwDisplay";
|
|
@@ -154,11 +159,11 @@ export { PackageId } from "./PackageId";
|
|
|
154
159
|
export { PackageIndex } from "./PackageIndex";
|
|
155
160
|
export { PackageInfoShort } from "./PackageInfoShort";
|
|
156
161
|
export { PackageInfo } from "./PackageInfo";
|
|
157
|
-
export { PackageSignerParams } from "./PackageSignerParams";
|
|
158
162
|
export { PackageState } from "./PackageState";
|
|
159
163
|
export { PackageVersionInfo } from "./PackageVersionInfo";
|
|
160
164
|
export { PasswordType } from "./PasswordType";
|
|
161
165
|
export { PathOrUrl } from "./PathOrUrl";
|
|
166
|
+
export { Pem } from "./Pem";
|
|
162
167
|
export { Percentage } from "./Percentage";
|
|
163
168
|
export { Progress } from "./Progress";
|
|
164
169
|
export { ProgressUnits } from "./ProgressUnits";
|
|
@@ -170,8 +175,10 @@ export { RegistryInfo } from "./RegistryInfo";
|
|
|
170
175
|
export { RemoveAdminParams } from "./RemoveAdminParams";
|
|
171
176
|
export { RemoveAssetParams } from "./RemoveAssetParams";
|
|
172
177
|
export { RemoveCategoryParams } from "./RemoveCategoryParams";
|
|
178
|
+
export { RemoveMirrorParams } from "./RemoveMirrorParams";
|
|
173
179
|
export { RemovePackageFromCategoryParams } from "./RemovePackageFromCategoryParams";
|
|
174
180
|
export { RemovePackageParams } from "./RemovePackageParams";
|
|
181
|
+
export { RemovePackageSignerParams } from "./RemovePackageSignerParams";
|
|
175
182
|
export { RemoveTunnelParams } from "./RemoveTunnelParams";
|
|
176
183
|
export { RemoveVersionParams } from "./RemoveVersionParams";
|
|
177
184
|
export { ReplayId } from "./ReplayId";
|
|
@@ -195,6 +202,7 @@ export { SetMainStatusStatus } from "./SetMainStatusStatus";
|
|
|
195
202
|
export { SetMainStatus } from "./SetMainStatus";
|
|
196
203
|
export { SetNameParams } from "./SetNameParams";
|
|
197
204
|
export { SetupExecuteParams } from "./SetupExecuteParams";
|
|
205
|
+
export { SetupInfo } from "./SetupInfo";
|
|
198
206
|
export { SetupProgress } from "./SetupProgress";
|
|
199
207
|
export { SetupResult } from "./SetupResult";
|
|
200
208
|
export { SetupStatusRes } from "./SetupStatusRes";
|