@downcity/agent 1.1.72 → 1.1.73
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/bin/executor/composer/system/default/assets/core.prompt.d.ts +1 -1
- package/bin/executor/composer/system/default/assets/core.prompt.d.ts.map +1 -1
- package/bin/executor/composer/system/default/assets/core.prompt.js +1 -1
- package/bin/executor/composer/system/default/assets/core.prompt.js.map +1 -1
- package/bin/index.d.ts +1 -2
- package/bin/index.d.ts.map +1 -1
- package/bin/index.js.map +1 -1
- package/bin/plugin/core/PluginCatalog.js +2 -2
- package/bin/plugin/core/PluginCatalog.js.map +1 -1
- package/bin/types/runtime/platform/PlatformGateway.d.ts +3 -16
- package/bin/types/runtime/platform/PlatformGateway.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/executor/composer/system/default/assets/core.prompt.ts +1 -1
- package/src/executor/composer/system/default/assets/core.prompt.ts.txt +1 -1
- package/src/index.ts +0 -2
- package/src/plugin/core/PluginCatalog.ts +2 -2
- package/src/types/runtime/platform/PlatformGateway.ts +3 -17
- package/tsconfig.tsbuildinfo +1 -1
- package/bin/types/config/Start.d.ts +0 -19
- package/bin/types/config/Start.d.ts.map +0 -1
- package/bin/types/config/Start.js +0 -13
- package/bin/types/config/Start.js.map +0 -1
- package/src/types/config/Start.ts +0 -19
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* run/start/restart 命令参数类型。
|
|
3
|
-
*
|
|
4
|
-
* 字段说明(中文)
|
|
5
|
-
* - `port`/`host`:主 API 服务监听地址。
|
|
6
|
-
* - `agent start/restart` 中的 `port` 由 console 自动分配(CLI 不再暴露 `--port`)。
|
|
7
|
-
* - `rpcPort`:Agent 本机 RPC 监听端口。
|
|
8
|
-
* - 属于内部启动参数,通常由 city 自动分配,不面向普通用户。
|
|
9
|
-
* - `daemon`:兼容旧参数(显式声明后台/前台)。
|
|
10
|
-
* - `foreground`:显式前台启动。
|
|
11
|
-
*/
|
|
12
|
-
export interface StartOptions {
|
|
13
|
-
port?: number | string;
|
|
14
|
-
host?: string;
|
|
15
|
-
rpcPort?: number | string;
|
|
16
|
-
daemon?: boolean | string;
|
|
17
|
-
foreground?: boolean | string;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=Start.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Start.d.ts","sourceRoot":"","sources":["../../../src/types/config/Start.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAC/B"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* run/start/restart 命令参数类型。
|
|
3
|
-
*
|
|
4
|
-
* 字段说明(中文)
|
|
5
|
-
* - `port`/`host`:主 API 服务监听地址。
|
|
6
|
-
* - `agent start/restart` 中的 `port` 由 console 自动分配(CLI 不再暴露 `--port`)。
|
|
7
|
-
* - `rpcPort`:Agent 本机 RPC 监听端口。
|
|
8
|
-
* - 属于内部启动参数,通常由 city 自动分配,不面向普通用户。
|
|
9
|
-
* - `daemon`:兼容旧参数(显式声明后台/前台)。
|
|
10
|
-
* - `foreground`:显式前台启动。
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=Start.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Start.js","sourceRoot":"","sources":["../../../src/types/config/Start.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* run/start/restart 命令参数类型。
|
|
3
|
-
*
|
|
4
|
-
* 字段说明(中文)
|
|
5
|
-
* - `port`/`host`:主 API 服务监听地址。
|
|
6
|
-
* - `agent start/restart` 中的 `port` 由 console 自动分配(CLI 不再暴露 `--port`)。
|
|
7
|
-
* - `rpcPort`:Agent 本机 RPC 监听端口。
|
|
8
|
-
* - 属于内部启动参数,通常由 city 自动分配,不面向普通用户。
|
|
9
|
-
* - `daemon`:兼容旧参数(显式声明后台/前台)。
|
|
10
|
-
* - `foreground`:显式前台启动。
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
export interface StartOptions {
|
|
14
|
-
port?: number | string;
|
|
15
|
-
host?: string;
|
|
16
|
-
rpcPort?: number | string;
|
|
17
|
-
daemon?: boolean | string;
|
|
18
|
-
foreground?: boolean | string;
|
|
19
|
-
}
|