bailian-cli-commands 1.17.0 → 1.18.0
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/dist/index.d.mts +17 -0
- package/dist/index.mjs +92 -90
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -662,6 +662,14 @@ declare const _default$138: _$bailian_cli_core0.Command<{
|
|
|
662
662
|
"zh-CN": string;
|
|
663
663
|
};
|
|
664
664
|
};
|
|
665
|
+
file: {
|
|
666
|
+
type: "string";
|
|
667
|
+
valueHint: string;
|
|
668
|
+
description: {
|
|
669
|
+
"en-US": string;
|
|
670
|
+
"zh-CN": string;
|
|
671
|
+
};
|
|
672
|
+
};
|
|
665
673
|
pollInterval: {
|
|
666
674
|
type: "number";
|
|
667
675
|
valueHint: string;
|
|
@@ -1922,6 +1930,15 @@ declare const _default$59: _$bailian_cli_core0.Command<{
|
|
|
1922
1930
|
};
|
|
1923
1931
|
required: true;
|
|
1924
1932
|
};
|
|
1933
|
+
description: {
|
|
1934
|
+
type: "string";
|
|
1935
|
+
valueHint: string;
|
|
1936
|
+
description: {
|
|
1937
|
+
"en-US": string;
|
|
1938
|
+
"zh-CN": string;
|
|
1939
|
+
};
|
|
1940
|
+
required: true;
|
|
1941
|
+
};
|
|
1925
1942
|
docId: {
|
|
1926
1943
|
type: "array";
|
|
1927
1944
|
valueHint: string;
|