mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 10:21:55 +00:00
chore: Update the manifest types
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import { ValidEmVer } from "../emverLite/mod";
|
import { ValidEmVer } from "../emverLite/mod";
|
||||||
|
import { ActionResult } from "../types";
|
||||||
|
|
||||||
export interface Container {
|
export interface Container {
|
||||||
image: string;
|
image: string;
|
||||||
@@ -32,8 +33,10 @@ export interface GenericManifest {
|
|||||||
};
|
};
|
||||||
containers: Record<string, Container>;
|
containers: Record<string, Container>;
|
||||||
volumes: Record<string, string>;
|
volumes: Record<string, string>;
|
||||||
|
actions: ActionResult[];
|
||||||
alerts: {
|
alerts: {
|
||||||
install: string | null;
|
install: string | null;
|
||||||
|
update: string | null;
|
||||||
uninstall: string | null;
|
uninstall: string | null;
|
||||||
restore: string | null;
|
restore: string | null;
|
||||||
start: string | null;
|
start: string | null;
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "start-sdk",
|
"name": "start-sdk",
|
||||||
"version": "0.4.0-lib0.charlie36",
|
"version": "0.4.0-lib0.charlie37",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "start-sdk",
|
"name": "start-sdk",
|
||||||
"version": "0.4.0-lib0.charlie36",
|
"version": "0.4.0-lib0.charlie37",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iarna/toml": "^2.2.5",
|
"@iarna/toml": "^2.2.5",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "start-sdk",
|
"name": "start-sdk",
|
||||||
"version": "0.4.0-lib0.charlie36",
|
"version": "0.4.0-lib0.charlie37",
|
||||||
"description": "For making the patterns that are wanted in making services for the startOS.",
|
"description": "For making the patterns that are wanted in making services for the startOS.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user