@start9labs/start-sdk 0.4.0-beta.3 → 0.4.0-beta.30
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 +8 -34
- package/base/lib/actions/index.d.ts +13 -13
- package/base/lib/actions/index.js +4 -4
- package/base/lib/actions/index.js.map +1 -1
- package/base/lib/actions/input/builder/inputSpec.d.ts +10 -25
- package/base/lib/actions/input/builder/inputSpec.js +0 -17
- package/base/lib/actions/input/builder/inputSpec.js.map +1 -1
- package/base/lib/actions/input/builder/list.d.ts +8 -23
- package/base/lib/actions/input/builder/list.js +0 -17
- package/base/lib/actions/input/builder/list.js.map +1 -1
- package/base/lib/actions/input/builder/value.d.ts +315 -61
- package/base/lib/actions/input/builder/value.js +280 -28
- package/base/lib/actions/input/builder/value.js.map +1 -1
- package/base/lib/actions/input/builder/variants.d.ts +8 -23
- package/base/lib/actions/input/builder/variants.js +0 -17
- package/base/lib/actions/input/builder/variants.js.map +1 -1
- package/base/lib/actions/input/inputSpecConstants.d.ts +6 -6
- package/base/lib/actions/input/inputSpecConstants.js +8 -6
- package/base/lib/actions/input/inputSpecConstants.js.map +1 -1
- package/base/lib/actions/setupActions.d.ts +15 -11
- package/base/lib/actions/setupActions.js +25 -11
- package/base/lib/actions/setupActions.js.map +1 -1
- package/base/lib/dependencies/dependencies.d.ts +2 -2
- package/base/lib/dependencies/dependencies.js +23 -15
- package/base/lib/dependencies/dependencies.js.map +1 -1
- package/base/lib/dependencies/setupDependencies.d.ts +1 -3
- package/base/lib/dependencies/setupDependencies.js +3 -12
- package/base/lib/dependencies/setupDependencies.js.map +1 -1
- package/base/lib/index.d.ts +1 -0
- package/base/lib/index.js +2 -1
- package/base/lib/index.js.map +1 -1
- package/base/lib/inits/index.d.ts +2 -0
- package/base/lib/inits/index.js +19 -0
- package/base/lib/inits/index.js.map +1 -0
- package/base/lib/inits/setupInit.d.ts +9 -0
- package/base/lib/inits/setupInit.js +40 -0
- package/base/lib/inits/setupInit.js.map +1 -0
- package/base/lib/inits/setupUninit.d.ts +25 -0
- package/base/lib/inits/setupUninit.js +24 -0
- package/base/lib/inits/setupUninit.js.map +1 -0
- package/base/lib/interfaces/Host.js +18 -6
- package/base/lib/interfaces/Host.js.map +1 -1
- package/base/lib/interfaces/Origin.d.ts +2 -2
- package/base/lib/interfaces/Origin.js +3 -3
- package/base/lib/interfaces/Origin.js.map +1 -1
- package/base/lib/interfaces/ServiceInterfaceBuilder.d.ts +2 -2
- package/base/lib/interfaces/setupInterfaces.d.ts +2 -4
- package/base/lib/interfaces/setupInterfaces.js +8 -19
- package/base/lib/interfaces/setupInterfaces.js.map +1 -1
- package/base/lib/osBindings/AddCategoryParams.d.ts +0 -2
- package/base/lib/osBindings/AddPackageToCategoryParams.d.ts +5 -0
- package/base/lib/osBindings/AddPackageToCategoryParams.js +3 -0
- package/base/lib/osBindings/AddPackageToCategoryParams.js.map +1 -0
- package/base/lib/osBindings/AttachParams.d.ts +1 -0
- package/base/lib/osBindings/Category.d.ts +0 -2
- package/base/lib/osBindings/Category.js +1 -0
- package/base/lib/osBindings/Category.js.map +1 -1
- package/base/lib/osBindings/CheckDependenciesResult.d.ts +3 -3
- package/base/lib/osBindings/ClearTasksParams.d.ts +5 -0
- package/base/lib/osBindings/{UnsetPublicParams.js → ClearTasksParams.js} +1 -1
- package/base/lib/osBindings/ClearTasksParams.js.map +1 -0
- package/base/lib/osBindings/CreateTaskParams.d.ts +15 -0
- package/base/lib/osBindings/CreateTaskParams.js +3 -0
- package/base/lib/osBindings/CreateTaskParams.js.map +1 -0
- package/base/lib/osBindings/FileType.d.ts +1 -0
- package/base/lib/osBindings/{NetworkInterfaceSetPublicParams.js → FileType.js} +1 -1
- package/base/lib/osBindings/FileType.js.map +1 -0
- package/base/lib/osBindings/GetOsVersionParams.d.ts +3 -3
- package/base/lib/osBindings/GetPackageParams.d.ts +1 -1
- package/base/lib/osBindings/MainStatus.d.ts +0 -2
- package/base/lib/osBindings/Manifest.d.ts +1 -0
- package/base/lib/osBindings/MountTarget.d.ts +2 -0
- package/base/lib/osBindings/PackageDataEntry.d.ts +4 -5
- package/base/lib/osBindings/RemoveAdminParams.d.ts +4 -0
- package/base/lib/osBindings/RemoveAdminParams.js +3 -0
- package/base/lib/osBindings/RemoveAdminParams.js.map +1 -0
- package/base/lib/osBindings/RemoveAssetParams.d.ts +4 -0
- package/base/lib/osBindings/RemoveAssetParams.js +4 -0
- package/base/lib/osBindings/RemoveAssetParams.js.map +1 -0
- package/base/lib/osBindings/RemovePackageFromCategoryParams.d.ts +5 -0
- package/base/lib/osBindings/RemovePackageFromCategoryParams.js +3 -0
- package/base/lib/osBindings/RemovePackageFromCategoryParams.js.map +1 -0
- package/base/lib/osBindings/RemovePackageParams.d.ts +6 -0
- package/base/lib/osBindings/RemovePackageParams.js +3 -0
- package/base/lib/osBindings/RemovePackageParams.js.map +1 -0
- package/base/lib/osBindings/ServerInfo.d.ts +1 -0
- package/base/lib/osBindings/SetupExecuteParams.d.ts +1 -0
- package/base/lib/osBindings/Task.d.ts +13 -0
- package/base/lib/osBindings/Task.js +3 -0
- package/base/lib/osBindings/Task.js.map +1 -0
- package/base/lib/osBindings/TaskCondition.d.ts +1 -0
- package/base/lib/osBindings/TaskCondition.js +4 -0
- package/base/lib/osBindings/TaskCondition.js.map +1 -0
- package/base/lib/osBindings/TaskEntry.d.ts +5 -0
- package/base/lib/osBindings/TaskEntry.js +3 -0
- package/base/lib/osBindings/TaskEntry.js.map +1 -0
- package/base/lib/osBindings/TaskInput.d.ts +4 -0
- package/base/lib/osBindings/TaskInput.js +4 -0
- package/base/lib/osBindings/TaskInput.js.map +1 -0
- package/base/lib/osBindings/TaskSeverity.d.ts +1 -0
- package/base/lib/osBindings/TaskSeverity.js +4 -0
- package/base/lib/osBindings/TaskSeverity.js.map +1 -0
- package/base/lib/osBindings/TaskTrigger.d.ts +5 -0
- package/base/lib/osBindings/TaskTrigger.js +3 -0
- package/base/lib/osBindings/TaskTrigger.js.map +1 -0
- package/base/lib/osBindings/index.d.ts +14 -11
- package/base/lib/s9pk/index.js +5 -7
- package/base/lib/s9pk/index.js.map +1 -1
- package/base/lib/types.d.ts +22 -33
- package/base/lib/types.js +13 -0
- package/base/lib/types.js.map +1 -1
- package/base/lib/util/GetSystemSmtp.d.ts +4 -0
- package/base/lib/util/GetSystemSmtp.js +32 -2
- package/base/lib/util/GetSystemSmtp.js.map +1 -1
- package/base/lib/util/getServiceInterface.d.ts +14 -0
- package/base/lib/util/getServiceInterface.js +70 -1
- package/base/lib/util/getServiceInterface.js.map +1 -1
- package/base/lib/util/getServiceInterfaces.d.ts +4 -0
- package/base/lib/util/getServiceInterfaces.js +34 -1
- package/base/lib/util/getServiceInterfaces.js.map +1 -1
- package/base/lib/util/index.d.ts +0 -1
- package/base/lib/util/index.js +1 -3
- package/base/lib/util/index.js.map +1 -1
- package/package/lib/StartSdk.d.ts +108 -570
- package/package/lib/StartSdk.js +112 -428
- package/package/lib/StartSdk.js.map +1 -1
- package/package/lib/backup/Backups.d.ts +15 -3
- package/package/lib/backup/Backups.js +44 -28
- package/package/lib/backup/Backups.js.map +1 -1
- package/package/lib/backup/setupBackups.d.ts +5 -2
- package/package/lib/backup/setupBackups.js +7 -5
- package/package/lib/backup/setupBackups.js.map +1 -1
- package/package/lib/health/HealthCheck.d.ts +0 -1
- package/package/lib/health/HealthCheck.js +1 -7
- package/package/lib/health/HealthCheck.js.map +1 -1
- package/package/lib/health/checkFns/runHealthScript.d.ts +2 -1
- package/package/lib/health/checkFns/runHealthScript.js +1 -1
- package/package/lib/health/checkFns/runHealthScript.js.map +1 -1
- package/package/lib/index.d.ts +0 -3
- package/package/lib/index.js +1 -8
- package/package/lib/index.js.map +1 -1
- package/package/lib/inits/index.d.ts +2 -3
- package/package/lib/inits/index.js +16 -3
- package/package/lib/inits/index.js.map +1 -1
- package/package/lib/inits/setupInit.d.ts +7 -13
- package/package/lib/inits/setupInit.js +22 -48
- package/package/lib/inits/setupInit.js.map +1 -1
- package/package/lib/inits/setupInstall.d.ts +10 -10
- package/package/lib/inits/setupInstall.js.map +1 -1
- package/package/lib/inits/setupUninit.d.ts +7 -0
- package/package/lib/inits/setupUninit.js +14 -0
- package/package/lib/inits/setupUninit.js.map +1 -0
- package/package/lib/inits/setupUninstall.d.ts +5 -5
- package/package/lib/inits/setupUninstall.js.map +1 -1
- package/package/lib/mainFn/CommandController.d.ts +6 -24
- package/package/lib/mainFn/CommandController.js +72 -48
- package/package/lib/mainFn/CommandController.js.map +1 -1
- package/package/lib/mainFn/Daemon.d.ts +15 -22
- package/package/lib/mainFn/Daemon.js +56 -13
- package/package/lib/mainFn/Daemon.js.map +1 -1
- package/package/lib/mainFn/Daemons.d.ts +72 -49
- package/package/lib/mainFn/Daemons.js +87 -23
- package/package/lib/mainFn/Daemons.js.map +1 -1
- package/package/lib/mainFn/HealthDaemon.d.ts +8 -7
- package/package/lib/mainFn/HealthDaemon.js +79 -38
- package/package/lib/mainFn/HealthDaemon.js.map +1 -1
- package/package/lib/mainFn/Mounts.d.ts +38 -43
- package/package/lib/mainFn/Mounts.js +19 -48
- package/package/lib/mainFn/Mounts.js.map +1 -1
- package/package/lib/mainFn/Oneshot.d.ts +12 -0
- package/package/lib/mainFn/Oneshot.js +23 -0
- package/package/lib/mainFn/Oneshot.js.map +1 -0
- package/package/lib/mainFn/index.d.ts +1 -1
- package/package/lib/manifest/setupManifest.js +2 -0
- package/package/lib/manifest/setupManifest.js.map +1 -1
- package/package/lib/store/getStore.js +7 -2
- package/package/lib/store/getStore.js.map +1 -1
- package/package/lib/test/host.test.js +1 -1
- package/package/lib/test/host.test.js.map +1 -1
- package/package/lib/test/inputSpecBuilder.test.js +3 -10
- package/package/lib/test/inputSpecBuilder.test.js.map +1 -1
- package/package/lib/test/output.d.ts +2 -38
- package/package/lib/test/output.sdk.d.ts +235 -901
- package/package/lib/test/output.sdk.js +0 -1
- package/package/lib/test/output.sdk.js.map +1 -1
- package/package/lib/util/Drop.d.ts +4 -2
- package/package/lib/util/Drop.js +32 -8
- package/package/lib/util/Drop.js.map +1 -1
- package/package/lib/util/GetSslCertificate.d.ts +4 -0
- package/package/lib/util/GetSslCertificate.js +34 -2
- package/package/lib/util/GetSslCertificate.js.map +1 -1
- package/package/lib/util/SubContainer.d.ts +164 -45
- package/package/lib/util/SubContainer.js +223 -100
- package/package/lib/util/SubContainer.js.map +1 -1
- package/package/lib/util/fileHelper.d.ts +46 -17
- package/package/lib/util/fileHelper.js +112 -41
- package/package/lib/util/fileHelper.js.map +1 -1
- package/package/lib/version/VersionGraph.d.ts +26 -5
- package/package/lib/version/VersionGraph.js +88 -22
- package/package/lib/version/VersionGraph.js.map +1 -1
- package/package/package.json +63 -0
- package/package.json +7 -8
- package/base/lib/osBindings/NetworkInterfaceSetPublicParams.d.ts +0 -4
- package/base/lib/osBindings/NetworkInterfaceSetPublicParams.js.map +0 -1
- package/base/lib/osBindings/UnsetPublicParams.d.ts +0 -3
- package/base/lib/osBindings/UnsetPublicParams.js.map +0 -1
|
@@ -1,39 +1,28 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.setupServiceInterfaces = exports.NO_INTERFACE_CHANGES = void 0;
|
|
4
|
-
const util_1 = require("../util");
|
|
5
4
|
exports.NO_INTERFACE_CHANGES = {};
|
|
6
5
|
const setupServiceInterfaces = (fn) => {
|
|
7
|
-
|
|
8
|
-
updater: (async (options) => []),
|
|
9
|
-
};
|
|
10
|
-
cell.updater = (async (options) => {
|
|
11
|
-
options.effects = {
|
|
12
|
-
...options.effects,
|
|
13
|
-
constRetry: (0, util_1.once)(() => {
|
|
14
|
-
cell.updater(options);
|
|
15
|
-
}),
|
|
16
|
-
};
|
|
6
|
+
return (async (effects) => {
|
|
17
7
|
const bindings = [];
|
|
18
8
|
const interfaces = [];
|
|
19
|
-
|
|
9
|
+
await fn({
|
|
20
10
|
effects: {
|
|
21
|
-
...
|
|
11
|
+
...effects,
|
|
22
12
|
bind: (params) => {
|
|
23
13
|
bindings.push({ id: params.id, internalPort: params.internalPort });
|
|
24
|
-
return
|
|
14
|
+
return effects.bind(params);
|
|
25
15
|
},
|
|
26
16
|
exportServiceInterface: (params) => {
|
|
27
17
|
interfaces.push(params.id);
|
|
28
|
-
return
|
|
18
|
+
return effects.exportServiceInterface(params);
|
|
29
19
|
},
|
|
30
20
|
},
|
|
31
21
|
});
|
|
32
|
-
await
|
|
33
|
-
await
|
|
34
|
-
return
|
|
22
|
+
await effects.clearBindings({ except: bindings });
|
|
23
|
+
await effects.clearServiceInterfaces({ except: interfaces });
|
|
24
|
+
return null;
|
|
35
25
|
});
|
|
36
|
-
return cell.updater;
|
|
37
26
|
};
|
|
38
27
|
exports.setupServiceInterfaces = setupServiceInterfaces;
|
|
39
28
|
//# sourceMappingURL=setupInterfaces.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setupInterfaces.js","sourceRoot":"","sources":["../../../../base/lib/interfaces/setupInterfaces.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"setupInterfaces.js","sourceRoot":"","sources":["../../../../base/lib/interfaces/setupInterfaces.ts"],"names":[],"mappings":";;;AAgBa,QAAA,oBAAoB,GAAG,EAAoC,CAAA;AACjE,MAAM,sBAAsB,GAA2B,CAG5D,EAAgC,EAChC,EAAE;IACF,OAAO,CAAC,KAAK,EAAE,OAAkB,EAAE,EAAE;QACnC,MAAM,QAAQ,GAAe,EAAE,CAAA;QAC/B,MAAM,UAAU,GAA2B,EAAE,CAAA;QAC7C,MAAM,EAAE,CAAC;YACP,OAAO,EAAE;gBACP,GAAG,OAAO;gBACV,IAAI,EAAE,CAAC,MAAoB,EAAE,EAAE;oBAC7B,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,YAAY,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAA;oBACnE,OAAO,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;gBAC7B,CAAC;gBACD,sBAAsB,EAAE,CAAC,MAAsC,EAAE,EAAE;oBACjE,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAA;oBAC1B,OAAO,OAAO,CAAC,sBAAsB,CAAC,MAAM,CAAC,CAAA;gBAC/C,CAAC;aACF;SACF,CAAC,CAAA;QACF,MAAM,OAAO,CAAC,aAAa,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAAA;QACjD,MAAM,OAAO,CAAC,sBAAsB,CAAC,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC,CAAA;QAC5D,OAAO,IAAI,CAAA;IACb,CAAC,CAA4B,CAAA;AAC/B,CAAC,CAAA;AAzBY,QAAA,sBAAsB,0BAyBlC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddPackageToCategoryParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/AddPackageToCategoryParams.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":";AAAA,4GAA4G"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { ActionRequestEntry } from "./ActionRequestEntry";
|
|
2
1
|
import type { HealthCheckId } from "./HealthCheckId";
|
|
3
2
|
import type { NamedHealthCheckResult } from "./NamedHealthCheckResult";
|
|
4
3
|
import type { PackageId } from "./PackageId";
|
|
5
4
|
import type { ReplayId } from "./ReplayId";
|
|
5
|
+
import type { TaskEntry } from "./TaskEntry";
|
|
6
6
|
import type { Version } from "./Version";
|
|
7
7
|
export type CheckDependenciesResult = {
|
|
8
8
|
packageId: PackageId;
|
|
@@ -10,8 +10,8 @@ export type CheckDependenciesResult = {
|
|
|
10
10
|
installedVersion: Version | null;
|
|
11
11
|
satisfies: Array<Version>;
|
|
12
12
|
isRunning: boolean;
|
|
13
|
-
|
|
14
|
-
[key: ReplayId]:
|
|
13
|
+
tasks: {
|
|
14
|
+
[key: ReplayId]: TaskEntry;
|
|
15
15
|
};
|
|
16
16
|
healthChecks: {
|
|
17
17
|
[key: HealthCheckId]: NamedHealthCheckResult;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=
|
|
4
|
+
//# sourceMappingURL=ClearTasksParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClearTasksParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/ClearTasksParams.ts"],"names":[],"mappings":";AAAA,4GAA4G"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ActionId } from "./ActionId";
|
|
2
|
+
import type { PackageId } from "./PackageId";
|
|
3
|
+
import type { ReplayId } from "./ReplayId";
|
|
4
|
+
import type { TaskInput } from "./TaskInput";
|
|
5
|
+
import type { TaskSeverity } from "./TaskSeverity";
|
|
6
|
+
import type { TaskTrigger } from "./TaskTrigger";
|
|
7
|
+
export type CreateTaskParams = {
|
|
8
|
+
replayId: ReplayId;
|
|
9
|
+
packageId: PackageId;
|
|
10
|
+
actionId: ActionId;
|
|
11
|
+
severity: TaskSeverity;
|
|
12
|
+
reason?: string;
|
|
13
|
+
when?: TaskTrigger;
|
|
14
|
+
input?: TaskInput;
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTaskParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/CreateTaskParams.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type FileType = "file" | "directory" | "infer";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
//# sourceMappingURL=
|
|
4
|
+
//# sourceMappingURL=FileType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileType.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/FileType.ts"],"names":[],"mappings":";AAAA,4GAA4G"}
|
|
@@ -3,7 +3,7 @@ import type { PackageId } from "./PackageId";
|
|
|
3
3
|
import type { Version } from "./Version";
|
|
4
4
|
export type GetPackageParams = {
|
|
5
5
|
id: PackageId | null;
|
|
6
|
-
|
|
6
|
+
targetVersion: string | null;
|
|
7
7
|
sourceVersion: Version | null;
|
|
8
8
|
otherVersions: PackageDetailLevel;
|
|
9
9
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { FileType } from "./FileType";
|
|
1
2
|
import type { PackageId } from "./PackageId";
|
|
2
3
|
import type { VolumeId } from "./VolumeId";
|
|
3
4
|
export type MountTarget = {
|
|
@@ -5,4 +6,5 @@ export type MountTarget = {
|
|
|
5
6
|
volumeId: VolumeId;
|
|
6
7
|
subpath: string | null;
|
|
7
8
|
readonly: boolean;
|
|
9
|
+
filetype: FileType;
|
|
8
10
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { ActionId } from "./ActionId";
|
|
2
2
|
import type { ActionMetadata } from "./ActionMetadata";
|
|
3
|
-
import type { ActionRequestEntry } from "./ActionRequestEntry";
|
|
4
3
|
import type { CurrentDependencies } from "./CurrentDependencies";
|
|
5
4
|
import type { DataUrl } from "./DataUrl";
|
|
6
5
|
import type { Hosts } from "./Hosts";
|
|
@@ -8,10 +7,10 @@ import type { MainStatus } from "./MainStatus";
|
|
|
8
7
|
import type { PackageState } from "./PackageState";
|
|
9
8
|
import type { ServiceInterface } from "./ServiceInterface";
|
|
10
9
|
import type { ServiceInterfaceId } from "./ServiceInterfaceId";
|
|
11
|
-
import type {
|
|
10
|
+
import type { TaskEntry } from "./TaskEntry";
|
|
12
11
|
export type PackageDataEntry = {
|
|
13
12
|
stateInfo: PackageState;
|
|
14
|
-
dataVersion:
|
|
13
|
+
dataVersion: string | null;
|
|
15
14
|
status: MainStatus;
|
|
16
15
|
registry: string | null;
|
|
17
16
|
developerKey: string;
|
|
@@ -21,8 +20,8 @@ export type PackageDataEntry = {
|
|
|
21
20
|
actions: {
|
|
22
21
|
[key: ActionId]: ActionMetadata;
|
|
23
22
|
};
|
|
24
|
-
|
|
25
|
-
[key: string]:
|
|
23
|
+
tasks: {
|
|
24
|
+
[key: string]: TaskEntry;
|
|
26
25
|
};
|
|
27
26
|
serviceInterfaces: {
|
|
28
27
|
[key: ServiceInterfaceId]: ServiceInterface;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoveAdminParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/RemoveAdminParams.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoveAssetParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/RemoveAssetParams.ts"],"names":[],"mappings":";AAAA,4GAA4G"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemovePackageFromCategoryParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/RemovePackageFromCategoryParams.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemovePackageParams.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/RemovePackageParams.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ActionId } from "./ActionId";
|
|
2
|
+
import type { PackageId } from "./PackageId";
|
|
3
|
+
import type { TaskInput } from "./TaskInput";
|
|
4
|
+
import type { TaskSeverity } from "./TaskSeverity";
|
|
5
|
+
import type { TaskTrigger } from "./TaskTrigger";
|
|
6
|
+
export type Task = {
|
|
7
|
+
packageId: PackageId;
|
|
8
|
+
actionId: ActionId;
|
|
9
|
+
severity: TaskSeverity;
|
|
10
|
+
reason?: string;
|
|
11
|
+
when?: TaskTrigger;
|
|
12
|
+
input?: TaskInput;
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Task.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/Task.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type TaskCondition = "input-not-matches";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskCondition.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/TaskCondition.ts"],"names":[],"mappings":";AAAA,4GAA4G"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskEntry.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/TaskEntry.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskInput.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/TaskInput.ts"],"names":[],"mappings":";AAAA,4GAA4G"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type TaskSeverity = "optional" | "important" | "critical";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskSeverity.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/TaskSeverity.ts"],"names":[],"mappings":";AAAA,4GAA4G"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskTrigger.js","sourceRoot":"","sources":["../../../../base/lib/osBindings/TaskTrigger.ts"],"names":[],"mappings":""}
|
|
@@ -4,22 +4,17 @@ export { AcmeSettings } from "./AcmeSettings";
|
|
|
4
4
|
export { ActionId } from "./ActionId";
|
|
5
5
|
export { ActionInput } from "./ActionInput";
|
|
6
6
|
export { ActionMetadata } from "./ActionMetadata";
|
|
7
|
-
export { ActionRequestCondition } from "./ActionRequestCondition";
|
|
8
|
-
export { ActionRequestEntry } from "./ActionRequestEntry";
|
|
9
|
-
export { ActionRequestInput } from "./ActionRequestInput";
|
|
10
|
-
export { ActionRequestTrigger } from "./ActionRequestTrigger";
|
|
11
|
-
export { ActionRequest } from "./ActionRequest";
|
|
12
7
|
export { ActionResultMember } from "./ActionResultMember";
|
|
13
8
|
export { ActionResult } from "./ActionResult";
|
|
14
9
|
export { ActionResultV0 } from "./ActionResultV0";
|
|
15
10
|
export { ActionResultV1 } from "./ActionResultV1";
|
|
16
11
|
export { ActionResultValue } from "./ActionResultValue";
|
|
17
|
-
export { ActionSeverity } from "./ActionSeverity";
|
|
18
12
|
export { ActionVisibility } from "./ActionVisibility";
|
|
19
13
|
export { AddAdminParams } from "./AddAdminParams";
|
|
20
14
|
export { AddAssetParams } from "./AddAssetParams";
|
|
21
15
|
export { AddCategoryParams } from "./AddCategoryParams";
|
|
22
16
|
export { AddPackageParams } from "./AddPackageParams";
|
|
17
|
+
export { AddPackageToCategoryParams } from "./AddPackageToCategoryParams";
|
|
23
18
|
export { AddressInfo } from "./AddressInfo";
|
|
24
19
|
export { AddSslOptions } from "./AddSslOptions";
|
|
25
20
|
export { AddVersionParams } from "./AddVersionParams";
|
|
@@ -50,14 +45,15 @@ export { Celsius } from "./Celsius";
|
|
|
50
45
|
export { CheckDependenciesParam } from "./CheckDependenciesParam";
|
|
51
46
|
export { CheckDependenciesResult } from "./CheckDependenciesResult";
|
|
52
47
|
export { Cifs } from "./Cifs";
|
|
53
|
-
export { ClearActionRequestsParams } from "./ClearActionRequestsParams";
|
|
54
48
|
export { ClearActionsParams } from "./ClearActionsParams";
|
|
55
49
|
export { ClearBindingsParams } from "./ClearBindingsParams";
|
|
56
50
|
export { ClearCallbacksParams } from "./ClearCallbacksParams";
|
|
57
51
|
export { ClearServiceInterfacesParams } from "./ClearServiceInterfacesParams";
|
|
52
|
+
export { ClearTasksParams } from "./ClearTasksParams";
|
|
58
53
|
export { CliSetIconParams } from "./CliSetIconParams";
|
|
59
54
|
export { ContactInfo } from "./ContactInfo";
|
|
60
55
|
export { CreateSubcontainerFsParams } from "./CreateSubcontainerFsParams";
|
|
56
|
+
export { CreateTaskParams } from "./CreateTaskParams";
|
|
61
57
|
export { CurrentDependencies } from "./CurrentDependencies";
|
|
62
58
|
export { CurrentDependencyInfo } from "./CurrentDependencyInfo";
|
|
63
59
|
export { DataUrl } from "./DataUrl";
|
|
@@ -76,7 +72,7 @@ export { EditSignerParams } from "./EditSignerParams";
|
|
|
76
72
|
export { EncryptedWire } from "./EncryptedWire";
|
|
77
73
|
export { ExportActionParams } from "./ExportActionParams";
|
|
78
74
|
export { ExportServiceInterfaceParams } from "./ExportServiceInterfaceParams";
|
|
79
|
-
export {
|
|
75
|
+
export { FileType } from "./FileType";
|
|
80
76
|
export { ForgetInterfaceParams } from "./ForgetInterfaceParams";
|
|
81
77
|
export { FullIndex } from "./FullIndex";
|
|
82
78
|
export { FullProgress } from "./FullProgress";
|
|
@@ -93,7 +89,6 @@ export { GetServicePortForwardParams } from "./GetServicePortForwardParams";
|
|
|
93
89
|
export { GetSslCertificateParams } from "./GetSslCertificateParams";
|
|
94
90
|
export { GetSslKeyParams } from "./GetSslKeyParams";
|
|
95
91
|
export { GetStatusParams } from "./GetStatusParams";
|
|
96
|
-
export { GetStoreParams } from "./GetStoreParams";
|
|
97
92
|
export { GetSystemSmtpParams } from "./GetSystemSmtpParams";
|
|
98
93
|
export { GigaBytes } from "./GigaBytes";
|
|
99
94
|
export { GitHash } from "./GitHash";
|
|
@@ -166,10 +161,13 @@ export { Public } from "./Public";
|
|
|
166
161
|
export { RecoverySource } from "./RecoverySource";
|
|
167
162
|
export { RegistryAsset } from "./RegistryAsset";
|
|
168
163
|
export { RegistryInfo } from "./RegistryInfo";
|
|
164
|
+
export { RemoveAdminParams } from "./RemoveAdminParams";
|
|
165
|
+
export { RemoveAssetParams } from "./RemoveAssetParams";
|
|
169
166
|
export { RemoveCategoryParams } from "./RemoveCategoryParams";
|
|
167
|
+
export { RemovePackageFromCategoryParams } from "./RemovePackageFromCategoryParams";
|
|
168
|
+
export { RemovePackageParams } from "./RemovePackageParams";
|
|
170
169
|
export { RemoveVersionParams } from "./RemoveVersionParams";
|
|
171
170
|
export { ReplayId } from "./ReplayId";
|
|
172
|
-
export { RequestActionParams } from "./RequestActionParams";
|
|
173
171
|
export { RequestCommitment } from "./RequestCommitment";
|
|
174
172
|
export { RunActionParams } from "./RunActionParams";
|
|
175
173
|
export { Security } from "./Security";
|
|
@@ -189,7 +187,6 @@ export { SetIconParams } from "./SetIconParams";
|
|
|
189
187
|
export { SetMainStatusStatus } from "./SetMainStatusStatus";
|
|
190
188
|
export { SetMainStatus } from "./SetMainStatus";
|
|
191
189
|
export { SetNameParams } from "./SetNameParams";
|
|
192
|
-
export { SetStoreParams } from "./SetStoreParams";
|
|
193
190
|
export { SetupExecuteParams } from "./SetupExecuteParams";
|
|
194
191
|
export { SetupProgress } from "./SetupProgress";
|
|
195
192
|
export { SetupResult } from "./SetupResult";
|
|
@@ -198,6 +195,12 @@ export { SignAssetParams } from "./SignAssetParams";
|
|
|
198
195
|
export { SignerInfo } from "./SignerInfo";
|
|
199
196
|
export { SmtpValue } from "./SmtpValue";
|
|
200
197
|
export { StartStop } from "./StartStop";
|
|
198
|
+
export { TaskCondition } from "./TaskCondition";
|
|
199
|
+
export { TaskEntry } from "./TaskEntry";
|
|
200
|
+
export { TaskInput } from "./TaskInput";
|
|
201
|
+
export { TaskSeverity } from "./TaskSeverity";
|
|
202
|
+
export { TaskTrigger } from "./TaskTrigger";
|
|
203
|
+
export { Task } from "./Task";
|
|
201
204
|
export { TestSmtpParams } from "./TestSmtpParams";
|
|
202
205
|
export { UnsetInboundParams } from "./UnsetInboundParams";
|
|
203
206
|
export { UpdatingState } from "./UpdatingState";
|
package/base/lib/s9pk/index.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.S9pk = void 0;
|
|
7
7
|
exports.compare = compare;
|
|
8
8
|
const merkleArchive_1 = require("./merkleArchive");
|
|
9
|
-
const
|
|
9
|
+
const mime_1 = __importDefault(require("mime"));
|
|
10
10
|
const directoryContents_1 = require("./merkleArchive/directoryContents");
|
|
11
11
|
const fileContents_1 = require("./merkleArchive/fileContents");
|
|
12
12
|
const magicAndVersion = new Uint8Array([59, 59, 2]);
|
|
@@ -40,12 +40,11 @@ class S9pk {
|
|
|
40
40
|
return new S9pk(manifest, archive, source.size);
|
|
41
41
|
}
|
|
42
42
|
async icon() {
|
|
43
|
-
const iconName = Object.keys(this.archive.contents.contents).find((name) => name.startsWith("icon.") &&
|
|
44
|
-
(mime_types_1.default.contentType(name) || null)?.startsWith("image/"));
|
|
43
|
+
const iconName = Object.keys(this.archive.contents.contents).find((name) => name.startsWith("icon.") && mime_1.default.getType(name)?.startsWith("image/"));
|
|
45
44
|
if (!iconName) {
|
|
46
45
|
throw new Error("no icon found in archive");
|
|
47
46
|
}
|
|
48
|
-
return (`data:${
|
|
47
|
+
return (`data:${mime_1.default.getType(iconName)};base64,` +
|
|
49
48
|
Buffer.from(await this.archive.contents.getPath([iconName]).verifiedFileContents()).toString("base64"));
|
|
50
49
|
}
|
|
51
50
|
async dependencyMetadataFor(id) {
|
|
@@ -62,11 +61,10 @@ class S9pk {
|
|
|
62
61
|
const dir = this.archive.contents.getPath(["dependencies", id]);
|
|
63
62
|
if (!dir || !(dir.contents instanceof directoryContents_1.DirectoryContents))
|
|
64
63
|
return null;
|
|
65
|
-
const iconName = Object.keys(dir.contents.contents).find((name) => name.startsWith("icon.") &&
|
|
66
|
-
(mime_types_1.default.contentType(name) || null)?.startsWith("image/"));
|
|
64
|
+
const iconName = Object.keys(dir.contents.contents).find((name) => name.startsWith("icon.") && mime_1.default.getType(name)?.startsWith("image/"));
|
|
67
65
|
if (!iconName)
|
|
68
66
|
return null;
|
|
69
|
-
return (`data:${
|
|
67
|
+
return (`data:${mime_1.default.getType(iconName)};base64,` +
|
|
70
68
|
Buffer.from(await dir.contents.getPath([iconName]).verifiedFileContents()).toString("base64"));
|
|
71
69
|
}
|
|
72
70
|
async dependencyMetadata() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../base/lib/s9pk/index.ts"],"names":[],"mappings":";;;;;;AAcA,0BAMC;AAbD,mDAAkE;AAClE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../base/lib/s9pk/index.ts"],"names":[],"mappings":"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"}
|