bailian-cli-commands 1.19.0 → 1.20.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 +1901 -174
- package/dist/index.mjs +96 -104
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as _$bailian_cli_core0 from "bailian-cli-core";
|
|
2
2
|
import http from "node:http";
|
|
3
|
+
import { LocalFileStateBackend, buildAgentDecl } from "@openagentpack/sdk";
|
|
3
4
|
|
|
4
5
|
//#region src/commands/auth/login.d.ts
|
|
5
6
|
declare const _default$4: _$bailian_cli_core0.Command<{
|
|
@@ -111,7 +112,7 @@ declare const _default$3: _$bailian_cli_core0.Command<{
|
|
|
111
112
|
}>;
|
|
112
113
|
//#endregion
|
|
113
114
|
//#region src/commands/text/chat.d.ts
|
|
114
|
-
declare const _default$
|
|
115
|
+
declare const _default$151: _$bailian_cli_core0.Command<{
|
|
115
116
|
api: {
|
|
116
117
|
type: "string";
|
|
117
118
|
valueHint: string;
|
|
@@ -210,7 +211,7 @@ declare const _default$124: _$bailian_cli_core0.Command<{
|
|
|
210
211
|
}>;
|
|
211
212
|
//#endregion
|
|
212
213
|
//#region src/commands/omni/chat.d.ts
|
|
213
|
-
declare const _default$
|
|
214
|
+
declare const _default$152: _$bailian_cli_core0.Command<{
|
|
214
215
|
message: {
|
|
215
216
|
type: "array";
|
|
216
217
|
valueHint: string;
|
|
@@ -549,7 +550,7 @@ declare const _default$38: _$bailian_cli_core0.Command<{
|
|
|
549
550
|
}>;
|
|
550
551
|
//#endregion
|
|
551
552
|
//#region src/commands/video/generate.d.ts
|
|
552
|
-
declare const _default$
|
|
553
|
+
declare const _default$166: _$bailian_cli_core0.Command<{
|
|
553
554
|
concurrent: {
|
|
554
555
|
type: "number";
|
|
555
556
|
valueHint: string;
|
|
@@ -681,7 +682,7 @@ declare const _default$139: _$bailian_cli_core0.Command<{
|
|
|
681
682
|
}>;
|
|
682
683
|
//#endregion
|
|
683
684
|
//#region src/commands/video/edit.d.ts
|
|
684
|
-
declare const _default$
|
|
685
|
+
declare const _default$165: _$bailian_cli_core0.Command<{
|
|
685
686
|
concurrent: {
|
|
686
687
|
type: "number";
|
|
687
688
|
valueHint: string;
|
|
@@ -814,7 +815,7 @@ declare const _default$138: _$bailian_cli_core0.Command<{
|
|
|
814
815
|
}>;
|
|
815
816
|
//#endregion
|
|
816
817
|
//#region src/commands/video/ref.d.ts
|
|
817
|
-
declare const _default$
|
|
818
|
+
declare const _default$167: _$bailian_cli_core0.Command<{
|
|
818
819
|
concurrent: {
|
|
819
820
|
type: "number";
|
|
820
821
|
valueHint: string;
|
|
@@ -946,7 +947,7 @@ declare const _default$140: _$bailian_cli_core0.Command<{
|
|
|
946
947
|
}>;
|
|
947
948
|
//#endregion
|
|
948
949
|
//#region src/commands/video/task-get.d.ts
|
|
949
|
-
declare const _default$
|
|
950
|
+
declare const _default$168: _$bailian_cli_core0.Command<{
|
|
950
951
|
taskId: {
|
|
951
952
|
type: "string";
|
|
952
953
|
valueHint: string;
|
|
@@ -959,7 +960,7 @@ declare const _default$141: _$bailian_cli_core0.Command<{
|
|
|
959
960
|
}>;
|
|
960
961
|
//#endregion
|
|
961
962
|
//#region src/commands/video/download.d.ts
|
|
962
|
-
declare const _default$
|
|
963
|
+
declare const _default$164: _$bailian_cli_core0.Command<{
|
|
963
964
|
taskId: {
|
|
964
965
|
type: "string";
|
|
965
966
|
valueHint: string;
|
|
@@ -981,7 +982,7 @@ declare const _default$137: _$bailian_cli_core0.Command<{
|
|
|
981
982
|
}>;
|
|
982
983
|
//#endregion
|
|
983
984
|
//#region src/commands/vision/describe.d.ts
|
|
984
|
-
declare const _default$
|
|
985
|
+
declare const _default$169: _$bailian_cli_core0.Command<{
|
|
985
986
|
image: {
|
|
986
987
|
type: "string";
|
|
987
988
|
valueHint: string;
|
|
@@ -1149,7 +1150,7 @@ declare const _default$7: _$bailian_cli_core0.Command<{
|
|
|
1149
1150
|
}>;
|
|
1150
1151
|
//#endregion
|
|
1151
1152
|
//#region src/commands/update.d.ts
|
|
1152
|
-
declare const _default$
|
|
1153
|
+
declare const _default$157: _$bailian_cli_core0.Command<{
|
|
1153
1154
|
to: {
|
|
1154
1155
|
type: "string";
|
|
1155
1156
|
valueHint: string;
|
|
@@ -1273,7 +1274,7 @@ declare const _default$2: _$bailian_cli_core0.Command<{
|
|
|
1273
1274
|
}>;
|
|
1274
1275
|
//#endregion
|
|
1275
1276
|
//#region src/commands/memory/add.d.ts
|
|
1276
|
-
declare const _default$
|
|
1277
|
+
declare const _default$121: _$bailian_cli_core0.Command<{
|
|
1277
1278
|
userId: {
|
|
1278
1279
|
type: "string";
|
|
1279
1280
|
valueHint: string;
|
|
@@ -1318,7 +1319,7 @@ declare const _default$94: _$bailian_cli_core0.Command<{
|
|
|
1318
1319
|
}>;
|
|
1319
1320
|
//#endregion
|
|
1320
1321
|
//#region src/commands/memory/search.d.ts
|
|
1321
|
-
declare const _default$
|
|
1322
|
+
declare const _default$126: _$bailian_cli_core0.Command<{
|
|
1322
1323
|
userId: {
|
|
1323
1324
|
type: "string";
|
|
1324
1325
|
valueHint: string;
|
|
@@ -1363,7 +1364,7 @@ declare const _default$99: _$bailian_cli_core0.Command<{
|
|
|
1363
1364
|
}>;
|
|
1364
1365
|
//#endregion
|
|
1365
1366
|
//#region src/commands/memory/list.d.ts
|
|
1366
|
-
declare const _default$
|
|
1367
|
+
declare const _default$123: _$bailian_cli_core0.Command<{
|
|
1367
1368
|
userId: {
|
|
1368
1369
|
type: "string";
|
|
1369
1370
|
valueHint: string;
|
|
@@ -1400,7 +1401,7 @@ declare const _default$96: _$bailian_cli_core0.Command<{
|
|
|
1400
1401
|
}>;
|
|
1401
1402
|
//#endregion
|
|
1402
1403
|
//#region src/commands/memory/update.d.ts
|
|
1403
|
-
declare const _default$
|
|
1404
|
+
declare const _default$127: _$bailian_cli_core0.Command<{
|
|
1404
1405
|
nodeId: {
|
|
1405
1406
|
type: "string";
|
|
1406
1407
|
valueHint: string;
|
|
@@ -1439,7 +1440,7 @@ declare const _default$100: _$bailian_cli_core0.Command<{
|
|
|
1439
1440
|
}>;
|
|
1440
1441
|
//#endregion
|
|
1441
1442
|
//#region src/commands/memory/delete.d.ts
|
|
1442
|
-
declare const _default$
|
|
1443
|
+
declare const _default$122: _$bailian_cli_core0.Command<{
|
|
1443
1444
|
nodeId: {
|
|
1444
1445
|
type: "string";
|
|
1445
1446
|
valueHint: string;
|
|
@@ -1469,7 +1470,7 @@ declare const _default$95: _$bailian_cli_core0.Command<{
|
|
|
1469
1470
|
}>;
|
|
1470
1471
|
//#endregion
|
|
1471
1472
|
//#region src/commands/memory/profile-create.d.ts
|
|
1472
|
-
declare const _default$
|
|
1473
|
+
declare const _default$124: _$bailian_cli_core0.Command<{
|
|
1473
1474
|
name: {
|
|
1474
1475
|
type: "string";
|
|
1475
1476
|
valueHint: string;
|
|
@@ -1499,7 +1500,7 @@ declare const _default$97: _$bailian_cli_core0.Command<{
|
|
|
1499
1500
|
}>;
|
|
1500
1501
|
//#endregion
|
|
1501
1502
|
//#region src/commands/memory/profile-get.d.ts
|
|
1502
|
-
declare const _default$
|
|
1503
|
+
declare const _default$125: _$bailian_cli_core0.Command<{
|
|
1503
1504
|
schemaId: {
|
|
1504
1505
|
type: "string";
|
|
1505
1506
|
valueHint: string;
|
|
@@ -3078,7 +3079,7 @@ declare const _default$51: _$bailian_cli_core0.Command<{
|
|
|
3078
3079
|
}>;
|
|
3079
3080
|
//#endregion
|
|
3080
3081
|
//#region src/commands/mcp/call.d.ts
|
|
3081
|
-
declare const _default$
|
|
3082
|
+
declare const _default$118: _$bailian_cli_core0.Command<{
|
|
3082
3083
|
target: {
|
|
3083
3084
|
type: "string";
|
|
3084
3085
|
valueHint: string;
|
|
@@ -3123,7 +3124,7 @@ declare const _default$91: _$bailian_cli_core0.Command<{
|
|
|
3123
3124
|
}>;
|
|
3124
3125
|
//#endregion
|
|
3125
3126
|
//#region src/commands/mcp/list.d.ts
|
|
3126
|
-
declare const _default$
|
|
3127
|
+
declare const _default$119: _$bailian_cli_core0.Command<{
|
|
3127
3128
|
name: {
|
|
3128
3129
|
type: "string";
|
|
3129
3130
|
valueHint: string;
|
|
@@ -3159,7 +3160,7 @@ declare const _default$92: _$bailian_cli_core0.Command<{
|
|
|
3159
3160
|
}>;
|
|
3160
3161
|
//#endregion
|
|
3161
3162
|
//#region src/commands/mcp/tools.d.ts
|
|
3162
|
-
declare const _default$
|
|
3163
|
+
declare const _default$120: _$bailian_cli_core0.Command<{
|
|
3163
3164
|
server: {
|
|
3164
3165
|
type: "string";
|
|
3165
3166
|
valueHint: string;
|
|
@@ -3180,7 +3181,7 @@ declare const _default$93: _$bailian_cli_core0.Command<{
|
|
|
3180
3181
|
}>;
|
|
3181
3182
|
//#endregion
|
|
3182
3183
|
//#region src/commands/search/web.d.ts
|
|
3183
|
-
declare const _default$
|
|
3184
|
+
declare const _default$143: _$bailian_cli_core0.Command<{
|
|
3184
3185
|
query: {
|
|
3185
3186
|
type: "string";
|
|
3186
3187
|
valueHint: string;
|
|
@@ -3207,7 +3208,7 @@ declare const _default$116: _$bailian_cli_core0.Command<{
|
|
|
3207
3208
|
}>;
|
|
3208
3209
|
//#endregion
|
|
3209
3210
|
//#region src/commands/speech/synthesize.d.ts
|
|
3210
|
-
declare const _default$
|
|
3211
|
+
declare const _default$150: _$bailian_cli_core0.Command<{
|
|
3211
3212
|
concurrent: {
|
|
3212
3213
|
type: "number";
|
|
3213
3214
|
valueHint: string;
|
|
@@ -3345,7 +3346,7 @@ declare const _default$123: _$bailian_cli_core0.Command<{
|
|
|
3345
3346
|
}>;
|
|
3346
3347
|
//#endregion
|
|
3347
3348
|
//#region src/commands/speech/recognize.d.ts
|
|
3348
|
-
declare const _default$
|
|
3349
|
+
declare const _default$149: _$bailian_cli_core0.Command<{
|
|
3349
3350
|
async: {
|
|
3350
3351
|
type: "switch";
|
|
3351
3352
|
description: {
|
|
@@ -3472,7 +3473,7 @@ declare const _default$13: _$bailian_cli_core0.Command<{
|
|
|
3472
3473
|
}>;
|
|
3473
3474
|
//#endregion
|
|
3474
3475
|
//#region src/commands/usage/free.d.ts
|
|
3475
|
-
declare const _default$
|
|
3476
|
+
declare const _default$159: _$bailian_cli_core0.Command<{
|
|
3476
3477
|
model: {
|
|
3477
3478
|
type: "string";
|
|
3478
3479
|
valueHint: string;
|
|
@@ -3508,7 +3509,7 @@ declare const _default$132: _$bailian_cli_core0.Command<{
|
|
|
3508
3509
|
}>;
|
|
3509
3510
|
//#endregion
|
|
3510
3511
|
//#region src/commands/usage/freetier.d.ts
|
|
3511
|
-
declare const _default$
|
|
3512
|
+
declare const _default$160: _$bailian_cli_core0.Command<{
|
|
3512
3513
|
model: {
|
|
3513
3514
|
type: "string";
|
|
3514
3515
|
valueHint: string;
|
|
@@ -3541,7 +3542,7 @@ declare const _default$133: _$bailian_cli_core0.Command<{
|
|
|
3541
3542
|
}>;
|
|
3542
3543
|
//#endregion
|
|
3543
3544
|
//#region src/commands/usage/stats.d.ts
|
|
3544
|
-
declare const _default$
|
|
3545
|
+
declare const _default$161: _$bailian_cli_core0.Command<{
|
|
3545
3546
|
model: {
|
|
3546
3547
|
type: "string";
|
|
3547
3548
|
valueHint: string;
|
|
@@ -3569,7 +3570,7 @@ declare const _default$134: _$bailian_cli_core0.Command<{
|
|
|
3569
3570
|
}>;
|
|
3570
3571
|
//#endregion
|
|
3571
3572
|
//#region src/commands/usage/summary.d.ts
|
|
3572
|
-
declare const _default$
|
|
3573
|
+
declare const _default$162: _$bailian_cli_core0.Command<{
|
|
3573
3574
|
days: {
|
|
3574
3575
|
type: "string";
|
|
3575
3576
|
valueHint: string;
|
|
@@ -3581,13 +3582,13 @@ declare const _default$135: _$bailian_cli_core0.Command<{
|
|
|
3581
3582
|
}>;
|
|
3582
3583
|
//#endregion
|
|
3583
3584
|
//#region src/commands/usage/token-plan.d.ts
|
|
3584
|
-
declare const _default$
|
|
3585
|
+
declare const _default$163: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
3585
3586
|
//#endregion
|
|
3586
3587
|
//#region src/commands/usage/coding-plan.d.ts
|
|
3587
|
-
declare const _default$
|
|
3588
|
+
declare const _default$158: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
3588
3589
|
//#endregion
|
|
3589
3590
|
//#region src/commands/pipeline/run.d.ts
|
|
3590
|
-
declare const _default$
|
|
3591
|
+
declare const _default$132: _$bailian_cli_core0.Command<{
|
|
3591
3592
|
file: {
|
|
3592
3593
|
type: "string";
|
|
3593
3594
|
valueHint: string;
|
|
@@ -3641,7 +3642,7 @@ declare const _default$105: _$bailian_cli_core0.Command<{
|
|
|
3641
3642
|
}>;
|
|
3642
3643
|
//#endregion
|
|
3643
3644
|
//#region src/commands/pipeline/validate.d.ts
|
|
3644
|
-
declare const _default$
|
|
3645
|
+
declare const _default$133: _$bailian_cli_core0.Command<{
|
|
3645
3646
|
file: {
|
|
3646
3647
|
type: "string";
|
|
3647
3648
|
valueHint: string;
|
|
@@ -3667,7 +3668,7 @@ declare const _default: _$bailian_cli_core0.Command<{
|
|
|
3667
3668
|
}>;
|
|
3668
3669
|
//#endregion
|
|
3669
3670
|
//#region src/commands/model/list.d.ts
|
|
3670
|
-
declare const _default$
|
|
3671
|
+
declare const _default$128: _$bailian_cli_core0.Command<{
|
|
3671
3672
|
model: {
|
|
3672
3673
|
type: "string";
|
|
3673
3674
|
valueHint: string;
|
|
@@ -3734,7 +3735,7 @@ declare const _default$101: _$bailian_cli_core0.Command<{
|
|
|
3734
3735
|
}>;
|
|
3735
3736
|
//#endregion
|
|
3736
3737
|
//#region src/commands/workspace/list.d.ts
|
|
3737
|
-
declare const _default$
|
|
3738
|
+
declare const _default$171: _$bailian_cli_core0.Command<{
|
|
3738
3739
|
list: {
|
|
3739
3740
|
type: "string";
|
|
3740
3741
|
valueHint: string;
|
|
@@ -3746,7 +3747,7 @@ declare const _default$144: _$bailian_cli_core0.Command<{
|
|
|
3746
3747
|
}>;
|
|
3747
3748
|
//#endregion
|
|
3748
3749
|
//#region src/commands/quota/list.d.ts
|
|
3749
|
-
declare const _default$
|
|
3750
|
+
declare const _default$141: _$bailian_cli_core0.Command<{
|
|
3750
3751
|
model: {
|
|
3751
3752
|
type: "string";
|
|
3752
3753
|
valueHint: string;
|
|
@@ -3782,7 +3783,7 @@ declare const _default$114: _$bailian_cli_core0.Command<{
|
|
|
3782
3783
|
}>;
|
|
3783
3784
|
//#endregion
|
|
3784
3785
|
//#region src/commands/quota/update.d.ts
|
|
3785
|
-
declare const _default$
|
|
3786
|
+
declare const _default$142: _$bailian_cli_core0.Command<{
|
|
3786
3787
|
model: {
|
|
3787
3788
|
type: "string";
|
|
3788
3789
|
valueHint: string;
|
|
@@ -3811,7 +3812,7 @@ declare const _default$115: _$bailian_cli_core0.Command<{
|
|
|
3811
3812
|
}>;
|
|
3812
3813
|
//#endregion
|
|
3813
3814
|
//#region src/commands/quota/delete.d.ts
|
|
3814
|
-
declare const _default$
|
|
3815
|
+
declare const _default$139: _$bailian_cli_core0.Command<{
|
|
3815
3816
|
model: {
|
|
3816
3817
|
type: "string";
|
|
3817
3818
|
valueHint: string;
|
|
@@ -3824,7 +3825,7 @@ declare const _default$112: _$bailian_cli_core0.Command<{
|
|
|
3824
3825
|
}>;
|
|
3825
3826
|
//#endregion
|
|
3826
3827
|
//#region src/commands/quota/history.d.ts
|
|
3827
|
-
declare const _default$
|
|
3828
|
+
declare const _default$140: _$bailian_cli_core0.Command<{
|
|
3828
3829
|
page: {
|
|
3829
3830
|
type: "string";
|
|
3830
3831
|
valueHint: string;
|
|
@@ -3852,7 +3853,7 @@ declare const _default$113: _$bailian_cli_core0.Command<{
|
|
|
3852
3853
|
}>;
|
|
3853
3854
|
//#endregion
|
|
3854
3855
|
//#region src/commands/quota/check.d.ts
|
|
3855
|
-
declare const _default$
|
|
3856
|
+
declare const _default$138: _$bailian_cli_core0.Command<{
|
|
3856
3857
|
model: {
|
|
3857
3858
|
type: "string";
|
|
3858
3859
|
valueHint: string;
|
|
@@ -3872,7 +3873,7 @@ declare const _default$111: _$bailian_cli_core0.Command<{
|
|
|
3872
3873
|
}>;
|
|
3873
3874
|
//#endregion
|
|
3874
3875
|
//#region src/commands/permission/list.d.ts
|
|
3875
|
-
declare const _default$
|
|
3876
|
+
declare const _default$130: _$bailian_cli_core0.Command<{
|
|
3876
3877
|
scope: {
|
|
3877
3878
|
type: "string";
|
|
3878
3879
|
valueHint: string;
|
|
@@ -3917,7 +3918,7 @@ declare const _default$103: _$bailian_cli_core0.Command<{
|
|
|
3917
3918
|
}>;
|
|
3918
3919
|
//#endregion
|
|
3919
3920
|
//#region src/commands/permission/grant.d.ts
|
|
3920
|
-
declare const _default$
|
|
3921
|
+
declare const _default$129: _$bailian_cli_core0.Command<{
|
|
3921
3922
|
model: {
|
|
3922
3923
|
type: "string";
|
|
3923
3924
|
valueHint: string;
|
|
@@ -3944,7 +3945,7 @@ declare const _default$102: _$bailian_cli_core0.Command<{
|
|
|
3944
3945
|
}>;
|
|
3945
3946
|
//#endregion
|
|
3946
3947
|
//#region src/commands/permission/revoke.d.ts
|
|
3947
|
-
declare const _default$
|
|
3948
|
+
declare const _default$131: _$bailian_cli_core0.Command<{
|
|
3948
3949
|
model: {
|
|
3949
3950
|
type: "string";
|
|
3950
3951
|
valueHint: string;
|
|
@@ -5085,7 +5086,7 @@ declare const _default$24: _$bailian_cli_core0.Command<{
|
|
|
5085
5086
|
}>;
|
|
5086
5087
|
//#endregion
|
|
5087
5088
|
//#region src/commands/token-plan/list-seats.d.ts
|
|
5088
|
-
declare const _default$
|
|
5089
|
+
declare const _default$156: _$bailian_cli_core0.Command<{
|
|
5089
5090
|
callerUacAccountId: {
|
|
5090
5091
|
type: "string";
|
|
5091
5092
|
valueHint: string;
|
|
@@ -5161,7 +5162,7 @@ declare const _default$129: _$bailian_cli_core0.Command<{
|
|
|
5161
5162
|
}>;
|
|
5162
5163
|
//#endregion
|
|
5163
5164
|
//#region src/commands/token-plan/create-key.d.ts
|
|
5164
|
-
declare const _default$
|
|
5165
|
+
declare const _default$155: _$bailian_cli_core0.Command<{
|
|
5165
5166
|
callerUacAccountId: {
|
|
5166
5167
|
type: "string";
|
|
5167
5168
|
valueHint: string;
|
|
@@ -5206,7 +5207,7 @@ declare const _default$128: _$bailian_cli_core0.Command<{
|
|
|
5206
5207
|
}>;
|
|
5207
5208
|
//#endregion
|
|
5208
5209
|
//#region src/commands/token-plan/assign-seats.d.ts
|
|
5209
|
-
declare const _default$
|
|
5210
|
+
declare const _default$154: _$bailian_cli_core0.Command<{
|
|
5210
5211
|
callerUacAccountId: {
|
|
5211
5212
|
type: "string";
|
|
5212
5213
|
valueHint: string;
|
|
@@ -5259,7 +5260,7 @@ declare const _default$127: _$bailian_cli_core0.Command<{
|
|
|
5259
5260
|
}>;
|
|
5260
5261
|
//#endregion
|
|
5261
5262
|
//#region src/commands/token-plan/add-member.d.ts
|
|
5262
|
-
declare const _default$
|
|
5263
|
+
declare const _default$153: _$bailian_cli_core0.Command<{
|
|
5263
5264
|
callerUacAccountId: {
|
|
5264
5265
|
type: "string";
|
|
5265
5266
|
valueHint: string;
|
|
@@ -5313,16 +5314,7 @@ declare const _default$126: _$bailian_cli_core0.Command<{
|
|
|
5313
5314
|
}>;
|
|
5314
5315
|
//#endregion
|
|
5315
5316
|
//#region src/commands/managed-agent/init.d.ts
|
|
5316
|
-
declare const _default$
|
|
5317
|
-
provider: {
|
|
5318
|
-
type: "string";
|
|
5319
|
-
valueHint: string;
|
|
5320
|
-
description: {
|
|
5321
|
-
"en-US": string;
|
|
5322
|
-
"zh-CN": string;
|
|
5323
|
-
};
|
|
5324
|
-
choices: readonly ["bailian", "claude", "qoder", "ark", "all"];
|
|
5325
|
-
};
|
|
5317
|
+
declare const _default$94: _$bailian_cli_core0.Command<{
|
|
5326
5318
|
agentName: {
|
|
5327
5319
|
type: "string";
|
|
5328
5320
|
valueHint: string;
|
|
@@ -5349,7 +5341,7 @@ declare const _default$76: _$bailian_cli_core0.Command<{
|
|
|
5349
5341
|
}>;
|
|
5350
5342
|
//#endregion
|
|
5351
5343
|
//#region src/commands/managed-agent/validate.d.ts
|
|
5352
|
-
declare const _default$
|
|
5344
|
+
declare const _default$112: _$bailian_cli_core0.Command<{
|
|
5353
5345
|
file: {
|
|
5354
5346
|
type: "string";
|
|
5355
5347
|
valueHint: string;
|
|
@@ -5361,7 +5353,7 @@ declare const _default$90: _$bailian_cli_core0.Command<{
|
|
|
5361
5353
|
}>;
|
|
5362
5354
|
//#endregion
|
|
5363
5355
|
//#region src/commands/managed-agent/plan.d.ts
|
|
5364
|
-
declare const _default$
|
|
5356
|
+
declare const _default$95: _$bailian_cli_core0.Command<{
|
|
5365
5357
|
file: {
|
|
5366
5358
|
type: "string";
|
|
5367
5359
|
valueHint: string;
|
|
@@ -5370,14 +5362,6 @@ declare const _default$77: _$bailian_cli_core0.Command<{
|
|
|
5370
5362
|
"zh-CN": string;
|
|
5371
5363
|
};
|
|
5372
5364
|
};
|
|
5373
|
-
provider: {
|
|
5374
|
-
type: "string";
|
|
5375
|
-
valueHint: string;
|
|
5376
|
-
description: {
|
|
5377
|
-
"en-US": string;
|
|
5378
|
-
"zh-CN": string;
|
|
5379
|
-
};
|
|
5380
|
-
};
|
|
5381
5365
|
noRefresh: {
|
|
5382
5366
|
type: "switch";
|
|
5383
5367
|
description: {
|
|
@@ -5395,7 +5379,7 @@ declare const _default$77: _$bailian_cli_core0.Command<{
|
|
|
5395
5379
|
}>;
|
|
5396
5380
|
//#endregion
|
|
5397
5381
|
//#region src/commands/managed-agent/apply.d.ts
|
|
5398
|
-
declare const _default$
|
|
5382
|
+
declare const _default$79: _$bailian_cli_core0.Command<{
|
|
5399
5383
|
file: {
|
|
5400
5384
|
type: "string";
|
|
5401
5385
|
valueHint: string;
|
|
@@ -5404,14 +5388,6 @@ declare const _default$74: _$bailian_cli_core0.Command<{
|
|
|
5404
5388
|
"zh-CN": string;
|
|
5405
5389
|
};
|
|
5406
5390
|
};
|
|
5407
|
-
provider: {
|
|
5408
|
-
type: "string";
|
|
5409
|
-
valueHint: string;
|
|
5410
|
-
description: {
|
|
5411
|
-
"en-US": string;
|
|
5412
|
-
"zh-CN": string;
|
|
5413
|
-
};
|
|
5414
|
-
};
|
|
5415
5391
|
noRefresh: {
|
|
5416
5392
|
type: "switch";
|
|
5417
5393
|
description: {
|
|
@@ -5430,7 +5406,7 @@ declare const _default$74: _$bailian_cli_core0.Command<{
|
|
|
5430
5406
|
}>;
|
|
5431
5407
|
//#endregion
|
|
5432
5408
|
//#region src/commands/managed-agent/destroy.d.ts
|
|
5433
|
-
declare const _default$
|
|
5409
|
+
declare const _default$89: _$bailian_cli_core0.Command<{
|
|
5434
5410
|
file: {
|
|
5435
5411
|
type: "string";
|
|
5436
5412
|
valueHint: string;
|
|
@@ -5449,7 +5425,7 @@ declare const _default$75: _$bailian_cli_core0.Command<{
|
|
|
5449
5425
|
}>;
|
|
5450
5426
|
//#endregion
|
|
5451
5427
|
//#region src/commands/managed-agent/state-list.d.ts
|
|
5452
|
-
declare const _default$
|
|
5428
|
+
declare const _default$109: _$bailian_cli_core0.Command<{
|
|
5453
5429
|
file: {
|
|
5454
5430
|
type: "string";
|
|
5455
5431
|
valueHint: string;
|
|
@@ -5461,7 +5437,7 @@ declare const _default$87: _$bailian_cli_core0.Command<{
|
|
|
5461
5437
|
}>;
|
|
5462
5438
|
//#endregion
|
|
5463
5439
|
//#region src/commands/managed-agent/state-show.d.ts
|
|
5464
|
-
declare const _default$
|
|
5440
|
+
declare const _default$111: _$bailian_cli_core0.Command<{
|
|
5465
5441
|
address: {
|
|
5466
5442
|
type: "string";
|
|
5467
5443
|
valueHint: string;
|
|
@@ -5482,7 +5458,7 @@ declare const _default$89: _$bailian_cli_core0.Command<{
|
|
|
5482
5458
|
}>;
|
|
5483
5459
|
//#endregion
|
|
5484
5460
|
//#region src/commands/managed-agent/state-rm.d.ts
|
|
5485
|
-
declare const _default$
|
|
5461
|
+
declare const _default$110: _$bailian_cli_core0.Command<{
|
|
5486
5462
|
address: {
|
|
5487
5463
|
type: "string";
|
|
5488
5464
|
valueHint: string;
|
|
@@ -5503,7 +5479,7 @@ declare const _default$88: _$bailian_cli_core0.Command<{
|
|
|
5503
5479
|
}>;
|
|
5504
5480
|
//#endregion
|
|
5505
5481
|
//#region src/commands/managed-agent/state-import.d.ts
|
|
5506
|
-
declare const _default$
|
|
5482
|
+
declare const _default$108: _$bailian_cli_core0.Command<{
|
|
5507
5483
|
address: {
|
|
5508
5484
|
type: "string";
|
|
5509
5485
|
valueHint: string;
|
|
@@ -5541,7 +5517,7 @@ declare const _default$86: _$bailian_cli_core0.Command<{
|
|
|
5541
5517
|
}>;
|
|
5542
5518
|
//#endregion
|
|
5543
5519
|
//#region src/commands/managed-agent/session-create.d.ts
|
|
5544
|
-
declare const _default$
|
|
5520
|
+
declare const _default$96: _$bailian_cli_core0.Command<{
|
|
5545
5521
|
file: {
|
|
5546
5522
|
type: "string";
|
|
5547
5523
|
valueHint: string;
|
|
@@ -5590,18 +5566,10 @@ declare const _default$78: _$bailian_cli_core0.Command<{
|
|
|
5590
5566
|
"zh-CN": string;
|
|
5591
5567
|
};
|
|
5592
5568
|
};
|
|
5593
|
-
provider: {
|
|
5594
|
-
type: "string";
|
|
5595
|
-
valueHint: string;
|
|
5596
|
-
description: {
|
|
5597
|
-
"en-US": string;
|
|
5598
|
-
"zh-CN": string;
|
|
5599
|
-
};
|
|
5600
|
-
};
|
|
5601
5569
|
}>;
|
|
5602
5570
|
//#endregion
|
|
5603
5571
|
//#region src/commands/managed-agent/session-list.d.ts
|
|
5604
|
-
declare const _default$
|
|
5572
|
+
declare const _default$99: _$bailian_cli_core0.Command<{
|
|
5605
5573
|
file: {
|
|
5606
5574
|
type: "string";
|
|
5607
5575
|
valueHint: string;
|
|
@@ -5625,7 +5593,15 @@ declare const _default$82: _$bailian_cli_core0.Command<{
|
|
|
5625
5593
|
"zh-CN": string;
|
|
5626
5594
|
};
|
|
5627
5595
|
};
|
|
5628
|
-
|
|
5596
|
+
limit: {
|
|
5597
|
+
type: "number";
|
|
5598
|
+
valueHint: string;
|
|
5599
|
+
description: {
|
|
5600
|
+
"en-US": string;
|
|
5601
|
+
"zh-CN": string;
|
|
5602
|
+
};
|
|
5603
|
+
};
|
|
5604
|
+
page: {
|
|
5629
5605
|
type: "string";
|
|
5630
5606
|
valueHint: string;
|
|
5631
5607
|
description: {
|
|
@@ -5633,20 +5609,15 @@ declare const _default$82: _$bailian_cli_core0.Command<{
|
|
|
5633
5609
|
"zh-CN": string;
|
|
5634
5610
|
};
|
|
5635
5611
|
};
|
|
5636
|
-
|
|
5637
|
-
//#endregion
|
|
5638
|
-
//#region src/commands/managed-agent/session-get.d.ts
|
|
5639
|
-
declare const _default$81: _$bailian_cli_core0.Command<{
|
|
5640
|
-
sessionId: {
|
|
5612
|
+
statuses: {
|
|
5641
5613
|
type: "string";
|
|
5642
5614
|
valueHint: string;
|
|
5643
5615
|
description: {
|
|
5644
5616
|
"en-US": string;
|
|
5645
5617
|
"zh-CN": string;
|
|
5646
5618
|
};
|
|
5647
|
-
required: true;
|
|
5648
5619
|
};
|
|
5649
|
-
|
|
5620
|
+
createdAtGte: {
|
|
5650
5621
|
type: "string";
|
|
5651
5622
|
valueHint: string;
|
|
5652
5623
|
description: {
|
|
@@ -5654,7 +5625,7 @@ declare const _default$81: _$bailian_cli_core0.Command<{
|
|
|
5654
5625
|
"zh-CN": string;
|
|
5655
5626
|
};
|
|
5656
5627
|
};
|
|
5657
|
-
|
|
5628
|
+
createdAtLte: {
|
|
5658
5629
|
type: "string";
|
|
5659
5630
|
valueHint: string;
|
|
5660
5631
|
description: {
|
|
@@ -5664,8 +5635,8 @@ declare const _default$81: _$bailian_cli_core0.Command<{
|
|
|
5664
5635
|
};
|
|
5665
5636
|
}>;
|
|
5666
5637
|
//#endregion
|
|
5667
|
-
//#region src/commands/managed-agent/session-
|
|
5668
|
-
declare const _default$
|
|
5638
|
+
//#region src/commands/managed-agent/session-get.d.ts
|
|
5639
|
+
declare const _default$98: _$bailian_cli_core0.Command<{
|
|
5669
5640
|
sessionId: {
|
|
5670
5641
|
type: "string";
|
|
5671
5642
|
valueHint: string;
|
|
@@ -5683,7 +5654,20 @@ declare const _default$79: _$bailian_cli_core0.Command<{
|
|
|
5683
5654
|
"zh-CN": string;
|
|
5684
5655
|
};
|
|
5685
5656
|
};
|
|
5686
|
-
|
|
5657
|
+
}>;
|
|
5658
|
+
//#endregion
|
|
5659
|
+
//#region src/commands/managed-agent/session-delete.d.ts
|
|
5660
|
+
declare const _default$97: _$bailian_cli_core0.Command<{
|
|
5661
|
+
sessionId: {
|
|
5662
|
+
type: "string";
|
|
5663
|
+
valueHint: string;
|
|
5664
|
+
description: {
|
|
5665
|
+
"en-US": string;
|
|
5666
|
+
"zh-CN": string;
|
|
5667
|
+
};
|
|
5668
|
+
required: true;
|
|
5669
|
+
};
|
|
5670
|
+
file: {
|
|
5687
5671
|
type: "string";
|
|
5688
5672
|
valueHint: string;
|
|
5689
5673
|
description: {
|
|
@@ -5694,7 +5678,7 @@ declare const _default$79: _$bailian_cli_core0.Command<{
|
|
|
5694
5678
|
}>;
|
|
5695
5679
|
//#endregion
|
|
5696
5680
|
//#region src/commands/managed-agent/session-run.d.ts
|
|
5697
|
-
declare const _default$
|
|
5681
|
+
declare const _default$100: _$bailian_cli_core0.Command<{
|
|
5698
5682
|
prompt: {
|
|
5699
5683
|
type: "string";
|
|
5700
5684
|
valueHint: string;
|
|
@@ -5752,14 +5736,6 @@ declare const _default$83: _$bailian_cli_core0.Command<{
|
|
|
5752
5736
|
"zh-CN": string;
|
|
5753
5737
|
};
|
|
5754
5738
|
};
|
|
5755
|
-
provider: {
|
|
5756
|
-
type: "string";
|
|
5757
|
-
valueHint: string;
|
|
5758
|
-
description: {
|
|
5759
|
-
"en-US": string;
|
|
5760
|
-
"zh-CN": string;
|
|
5761
|
-
};
|
|
5762
|
-
};
|
|
5763
5739
|
noStream: {
|
|
5764
5740
|
type: "switch";
|
|
5765
5741
|
description: {
|
|
@@ -5770,7 +5746,7 @@ declare const _default$83: _$bailian_cli_core0.Command<{
|
|
|
5770
5746
|
}>;
|
|
5771
5747
|
//#endregion
|
|
5772
5748
|
//#region src/commands/managed-agent/session-send.d.ts
|
|
5773
|
-
declare const _default$
|
|
5749
|
+
declare const _default$101: _$bailian_cli_core0.Command<{
|
|
5774
5750
|
sessionId: {
|
|
5775
5751
|
type: "string";
|
|
5776
5752
|
valueHint: string;
|
|
@@ -5797,14 +5773,6 @@ declare const _default$84: _$bailian_cli_core0.Command<{
|
|
|
5797
5773
|
"zh-CN": string;
|
|
5798
5774
|
};
|
|
5799
5775
|
};
|
|
5800
|
-
provider: {
|
|
5801
|
-
type: "string";
|
|
5802
|
-
valueHint: string;
|
|
5803
|
-
description: {
|
|
5804
|
-
"en-US": string;
|
|
5805
|
-
"zh-CN": string;
|
|
5806
|
-
};
|
|
5807
|
-
};
|
|
5808
5776
|
noStream: {
|
|
5809
5777
|
type: "switch";
|
|
5810
5778
|
description: {
|
|
@@ -5814,26 +5782,25 @@ declare const _default$84: _$bailian_cli_core0.Command<{
|
|
|
5814
5782
|
};
|
|
5815
5783
|
}>;
|
|
5816
5784
|
//#endregion
|
|
5817
|
-
//#region src/commands/managed-agent/session-
|
|
5818
|
-
declare const
|
|
5819
|
-
|
|
5785
|
+
//#region src/commands/managed-agent/session-event.d.ts
|
|
5786
|
+
declare const managedAgentSessionEventList: _$bailian_cli_core0.Command<{
|
|
5787
|
+
readonly file: {
|
|
5820
5788
|
type: "string";
|
|
5821
5789
|
valueHint: string;
|
|
5822
5790
|
description: {
|
|
5823
5791
|
"en-US": string;
|
|
5824
5792
|
"zh-CN": string;
|
|
5825
5793
|
};
|
|
5826
|
-
required: true;
|
|
5827
5794
|
};
|
|
5828
|
-
|
|
5829
|
-
type: "
|
|
5795
|
+
readonly limit: {
|
|
5796
|
+
type: "number";
|
|
5830
5797
|
valueHint: string;
|
|
5831
5798
|
description: {
|
|
5832
5799
|
"en-US": string;
|
|
5833
5800
|
"zh-CN": string;
|
|
5834
5801
|
};
|
|
5835
5802
|
};
|
|
5836
|
-
|
|
5803
|
+
readonly page: {
|
|
5837
5804
|
type: "string";
|
|
5838
5805
|
valueHint: string;
|
|
5839
5806
|
description: {
|
|
@@ -5841,26 +5808,58 @@ declare const _default$80: _$bailian_cli_core0.Command<{
|
|
|
5841
5808
|
"zh-CN": string;
|
|
5842
5809
|
};
|
|
5843
5810
|
};
|
|
5844
|
-
|
|
5845
|
-
type: "
|
|
5846
|
-
valueHint: string;
|
|
5811
|
+
readonly all: {
|
|
5812
|
+
type: "switch";
|
|
5847
5813
|
description: {
|
|
5848
5814
|
"en-US": string;
|
|
5849
5815
|
"zh-CN": string;
|
|
5850
5816
|
};
|
|
5851
5817
|
};
|
|
5852
|
-
|
|
5853
|
-
type: "
|
|
5854
|
-
|
|
5855
|
-
|
|
5856
|
-
|
|
5818
|
+
readonly sessionId: {
|
|
5819
|
+
readonly type: "string";
|
|
5820
|
+
readonly valueHint: "<id>";
|
|
5821
|
+
readonly required: true;
|
|
5822
|
+
readonly description: {
|
|
5823
|
+
readonly "en-US": "Session ID";
|
|
5824
|
+
readonly "zh-CN": "Session ID";
|
|
5825
|
+
};
|
|
5826
|
+
};
|
|
5827
|
+
readonly order: {
|
|
5828
|
+
readonly type: "string";
|
|
5829
|
+
readonly valueHint: "<order>";
|
|
5830
|
+
readonly choices: readonly ["asc", "desc"];
|
|
5831
|
+
readonly description: {
|
|
5832
|
+
readonly "en-US": "Event order: asc or desc";
|
|
5833
|
+
readonly "zh-CN": "\u4E8B\u4EF6\u987A\u5E8F\uFF1Aasc \u6216 desc";
|
|
5834
|
+
};
|
|
5835
|
+
};
|
|
5836
|
+
readonly types: {
|
|
5837
|
+
readonly type: "string";
|
|
5838
|
+
readonly valueHint: "<types>";
|
|
5839
|
+
readonly description: {
|
|
5840
|
+
readonly "en-US": "Comma-separated raw event types";
|
|
5841
|
+
readonly "zh-CN": "\u539F\u59CB\u4E8B\u4EF6\u7C7B\u578B\uFF0C\u591A\u4E2A\u4EE5\u9017\u53F7\u5206\u9694";
|
|
5842
|
+
};
|
|
5843
|
+
};
|
|
5844
|
+
readonly createdAtGte: {
|
|
5845
|
+
readonly type: "string";
|
|
5846
|
+
readonly valueHint: "<timestamp>";
|
|
5847
|
+
readonly description: {
|
|
5848
|
+
readonly "en-US": "Created at or after this timestamp";
|
|
5849
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u65E9\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
5850
|
+
};
|
|
5851
|
+
};
|
|
5852
|
+
readonly createdAtLte: {
|
|
5853
|
+
readonly type: "string";
|
|
5854
|
+
readonly valueHint: "<timestamp>";
|
|
5855
|
+
readonly description: {
|
|
5856
|
+
readonly "en-US": "Created at or before this timestamp";
|
|
5857
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u665A\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
5857
5858
|
};
|
|
5858
5859
|
};
|
|
5859
5860
|
}>;
|
|
5860
|
-
|
|
5861
|
-
|
|
5862
|
-
declare const _default$85: _$bailian_cli_core0.Command<{
|
|
5863
|
-
file: {
|
|
5861
|
+
declare const managedAgentSessionEventSend: _$bailian_cli_core0.Command<{
|
|
5862
|
+
readonly file: {
|
|
5864
5863
|
type: "string";
|
|
5865
5864
|
valueHint: string;
|
|
5866
5865
|
description: {
|
|
@@ -5868,7 +5867,27 @@ declare const _default$85: _$bailian_cli_core0.Command<{
|
|
|
5868
5867
|
"zh-CN": string;
|
|
5869
5868
|
};
|
|
5870
5869
|
};
|
|
5871
|
-
|
|
5870
|
+
readonly sessionId: {
|
|
5871
|
+
readonly type: "string";
|
|
5872
|
+
readonly valueHint: "<id>";
|
|
5873
|
+
readonly required: true;
|
|
5874
|
+
readonly description: {
|
|
5875
|
+
readonly "en-US": "Session ID";
|
|
5876
|
+
readonly "zh-CN": "Session ID";
|
|
5877
|
+
};
|
|
5878
|
+
};
|
|
5879
|
+
readonly event: {
|
|
5880
|
+
readonly type: "string";
|
|
5881
|
+
readonly valueHint: "<json|@path>";
|
|
5882
|
+
readonly required: true;
|
|
5883
|
+
readonly description: {
|
|
5884
|
+
readonly "en-US": "Raw event object/array as JSON or @event.json";
|
|
5885
|
+
readonly "zh-CN": "\u539F\u59CB\u4E8B\u4EF6\u5BF9\u8C61/\u6570\u7EC4 JSON\uFF0C\u6216 @event.json";
|
|
5886
|
+
};
|
|
5887
|
+
};
|
|
5888
|
+
}>;
|
|
5889
|
+
declare const managedAgentSessionEventStream: _$bailian_cli_core0.Command<{
|
|
5890
|
+
readonly file: {
|
|
5872
5891
|
type: "string";
|
|
5873
5892
|
valueHint: string;
|
|
5874
5893
|
description: {
|
|
@@ -5876,7 +5895,28 @@ declare const _default$85: _$bailian_cli_core0.Command<{
|
|
|
5876
5895
|
"zh-CN": string;
|
|
5877
5896
|
};
|
|
5878
5897
|
};
|
|
5879
|
-
|
|
5898
|
+
readonly sessionId: {
|
|
5899
|
+
readonly type: "string";
|
|
5900
|
+
readonly valueHint: "<id>";
|
|
5901
|
+
readonly required: true;
|
|
5902
|
+
readonly description: {
|
|
5903
|
+
readonly "en-US": "Session ID";
|
|
5904
|
+
readonly "zh-CN": "Session ID";
|
|
5905
|
+
};
|
|
5906
|
+
};
|
|
5907
|
+
readonly afterId: {
|
|
5908
|
+
readonly type: "string";
|
|
5909
|
+
readonly valueHint: "<event-id>";
|
|
5910
|
+
readonly description: {
|
|
5911
|
+
readonly "en-US": "Resume after this event ID";
|
|
5912
|
+
readonly "zh-CN": "\u4ECE\u8BE5 Event ID \u4E4B\u540E\u7EE7\u7EED";
|
|
5913
|
+
};
|
|
5914
|
+
};
|
|
5915
|
+
}>;
|
|
5916
|
+
//#endregion
|
|
5917
|
+
//#region src/commands/managed-agent/skill/list.d.ts
|
|
5918
|
+
declare const _default$105: _$bailian_cli_core0.Command<{
|
|
5919
|
+
file: {
|
|
5880
5920
|
type: "string";
|
|
5881
5921
|
valueHint: string;
|
|
5882
5922
|
description: {
|
|
@@ -5884,19 +5924,15 @@ declare const _default$85: _$bailian_cli_core0.Command<{
|
|
|
5884
5924
|
"zh-CN": string;
|
|
5885
5925
|
};
|
|
5886
5926
|
};
|
|
5887
|
-
|
|
5888
|
-
|
|
5889
|
-
//#region src/commands/workspace/init.d.ts
|
|
5890
|
-
declare const _default$143: _$bailian_cli_core0.Command<{
|
|
5891
|
-
accessKeyId: {
|
|
5892
|
-
type: "string";
|
|
5927
|
+
limit: {
|
|
5928
|
+
type: "number";
|
|
5893
5929
|
valueHint: string;
|
|
5894
5930
|
description: {
|
|
5895
5931
|
"en-US": string;
|
|
5896
5932
|
"zh-CN": string;
|
|
5897
5933
|
};
|
|
5898
5934
|
};
|
|
5899
|
-
|
|
5935
|
+
page: {
|
|
5900
5936
|
type: "string";
|
|
5901
5937
|
valueHint: string;
|
|
5902
5938
|
description: {
|
|
@@ -5904,60 +5940,1751 @@ declare const _default$143: _$bailian_cli_core0.Command<{
|
|
|
5904
5940
|
"zh-CN": string;
|
|
5905
5941
|
};
|
|
5906
5942
|
};
|
|
5907
|
-
|
|
5908
|
-
type: "
|
|
5909
|
-
valueHint: string;
|
|
5943
|
+
all: {
|
|
5944
|
+
type: "switch";
|
|
5910
5945
|
description: {
|
|
5911
5946
|
"en-US": string;
|
|
5912
5947
|
"zh-CN": string;
|
|
5913
5948
|
};
|
|
5914
5949
|
};
|
|
5950
|
+
source: {
|
|
5951
|
+
readonly type: "string";
|
|
5952
|
+
readonly valueHint: "<source>";
|
|
5953
|
+
readonly choices: readonly ["custom", "official", "all"];
|
|
5954
|
+
readonly description: {
|
|
5955
|
+
readonly "en-US": "Skill catalog: custom (default), official, or all";
|
|
5956
|
+
readonly "zh-CN": "Skill Catalog\uFF1Acustom\uFF08\u9ED8\u8BA4\uFF09\u3001official \u6216 all";
|
|
5957
|
+
};
|
|
5958
|
+
};
|
|
5915
5959
|
}>;
|
|
5916
5960
|
//#endregion
|
|
5917
|
-
//#region src/commands/
|
|
5918
|
-
declare const _default$
|
|
5919
|
-
|
|
5961
|
+
//#region src/commands/managed-agent/agent/create.d.ts
|
|
5962
|
+
declare const _default$74: _$bailian_cli_core0.Command<{
|
|
5963
|
+
name: {
|
|
5920
5964
|
type: "string";
|
|
5921
5965
|
valueHint: string;
|
|
5966
|
+
required: true;
|
|
5922
5967
|
description: {
|
|
5923
5968
|
"en-US": string;
|
|
5924
5969
|
"zh-CN": string;
|
|
5925
5970
|
};
|
|
5926
|
-
required: true;
|
|
5927
5971
|
};
|
|
5928
|
-
|
|
5929
|
-
//#endregion
|
|
5930
|
-
//#region src/commands/plugin/link.d.ts
|
|
5931
|
-
declare const _default$108: _$bailian_cli_core0.Command<{
|
|
5932
|
-
path: {
|
|
5972
|
+
model: {
|
|
5933
5973
|
type: "string";
|
|
5934
5974
|
valueHint: string;
|
|
5975
|
+
required: true;
|
|
5935
5976
|
description: {
|
|
5936
5977
|
"en-US": string;
|
|
5937
5978
|
"zh-CN": string;
|
|
5938
5979
|
};
|
|
5939
|
-
required: true;
|
|
5940
5980
|
};
|
|
5941
|
-
|
|
5942
|
-
//#endregion
|
|
5943
|
-
//#region src/commands/plugin/list.d.ts
|
|
5944
|
-
declare const _default$109: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
5945
|
-
//#endregion
|
|
5946
|
-
//#region src/commands/plugin/remove.d.ts
|
|
5947
|
-
declare const _default$110: _$bailian_cli_core0.Command<{
|
|
5948
|
-
name: {
|
|
5981
|
+
instructions: {
|
|
5949
5982
|
type: "string";
|
|
5950
5983
|
valueHint: string;
|
|
5984
|
+
required: true;
|
|
5951
5985
|
description: {
|
|
5952
5986
|
"en-US": string;
|
|
5953
5987
|
"zh-CN": string;
|
|
5954
5988
|
};
|
|
5955
|
-
|
|
5989
|
+
};
|
|
5990
|
+
description: {
|
|
5991
|
+
type: "string";
|
|
5992
|
+
valueHint: string;
|
|
5993
|
+
description: {
|
|
5994
|
+
"en-US": string;
|
|
5995
|
+
"zh-CN": string;
|
|
5996
|
+
};
|
|
5997
|
+
};
|
|
5998
|
+
skill: {
|
|
5999
|
+
type: "array";
|
|
6000
|
+
valueHint: string;
|
|
6001
|
+
description: {
|
|
6002
|
+
"en-US": string;
|
|
6003
|
+
"zh-CN": string;
|
|
6004
|
+
};
|
|
6005
|
+
};
|
|
6006
|
+
skillDir: {
|
|
6007
|
+
type: "array";
|
|
6008
|
+
valueHint: string;
|
|
6009
|
+
description: {
|
|
6010
|
+
"en-US": string;
|
|
6011
|
+
"zh-CN": string;
|
|
6012
|
+
};
|
|
6013
|
+
};
|
|
6014
|
+
type: {
|
|
6015
|
+
type: "string";
|
|
6016
|
+
valueHint: string;
|
|
6017
|
+
choices: string[];
|
|
6018
|
+
description: {
|
|
6019
|
+
"en-US": string;
|
|
6020
|
+
"zh-CN": string;
|
|
6021
|
+
};
|
|
6022
|
+
};
|
|
6023
|
+
tool: {
|
|
6024
|
+
type: "array";
|
|
6025
|
+
valueHint: string;
|
|
6026
|
+
description: {
|
|
6027
|
+
"en-US": string;
|
|
6028
|
+
"zh-CN": string;
|
|
6029
|
+
};
|
|
6030
|
+
};
|
|
6031
|
+
file: {
|
|
6032
|
+
type: "string";
|
|
6033
|
+
valueHint: string;
|
|
6034
|
+
description: {
|
|
6035
|
+
"en-US": string;
|
|
6036
|
+
"zh-CN": string;
|
|
6037
|
+
};
|
|
6038
|
+
};
|
|
6039
|
+
yes: {
|
|
6040
|
+
type: "switch";
|
|
6041
|
+
description: {
|
|
6042
|
+
"en-US": string;
|
|
6043
|
+
"zh-CN": string;
|
|
6044
|
+
};
|
|
6045
|
+
};
|
|
6046
|
+
}>;
|
|
6047
|
+
//#endregion
|
|
6048
|
+
//#region src/commands/managed-agent/environment/create.d.ts
|
|
6049
|
+
declare const _default$90: _$bailian_cli_core0.Command<{
|
|
6050
|
+
name: {
|
|
6051
|
+
type: "string";
|
|
6052
|
+
valueHint: string;
|
|
6053
|
+
required: true;
|
|
6054
|
+
description: {
|
|
6055
|
+
"en-US": string;
|
|
6056
|
+
"zh-CN": string;
|
|
6057
|
+
};
|
|
6058
|
+
};
|
|
6059
|
+
description: {
|
|
6060
|
+
type: "string";
|
|
6061
|
+
valueHint: string;
|
|
6062
|
+
description: {
|
|
6063
|
+
"en-US": string;
|
|
6064
|
+
"zh-CN": string;
|
|
6065
|
+
};
|
|
6066
|
+
};
|
|
6067
|
+
metadata: {
|
|
6068
|
+
type: "array";
|
|
6069
|
+
valueHint: string;
|
|
6070
|
+
description: {
|
|
6071
|
+
"en-US": string;
|
|
6072
|
+
"zh-CN": string;
|
|
6073
|
+
};
|
|
6074
|
+
};
|
|
6075
|
+
apt: {
|
|
6076
|
+
type: "array";
|
|
6077
|
+
valueHint: string;
|
|
6078
|
+
description: {
|
|
6079
|
+
"en-US": string;
|
|
6080
|
+
"zh-CN": string;
|
|
6081
|
+
};
|
|
6082
|
+
};
|
|
6083
|
+
pip: {
|
|
6084
|
+
type: "array";
|
|
6085
|
+
valueHint: string;
|
|
6086
|
+
description: {
|
|
6087
|
+
"en-US": string;
|
|
6088
|
+
"zh-CN": string;
|
|
6089
|
+
};
|
|
6090
|
+
};
|
|
6091
|
+
npm: {
|
|
6092
|
+
type: "array";
|
|
6093
|
+
valueHint: string;
|
|
6094
|
+
description: {
|
|
6095
|
+
"en-US": string;
|
|
6096
|
+
"zh-CN": string;
|
|
6097
|
+
};
|
|
6098
|
+
};
|
|
6099
|
+
cargo: {
|
|
6100
|
+
type: "array";
|
|
6101
|
+
valueHint: string;
|
|
6102
|
+
description: {
|
|
6103
|
+
"en-US": string;
|
|
6104
|
+
"zh-CN": string;
|
|
6105
|
+
};
|
|
6106
|
+
};
|
|
6107
|
+
gem: {
|
|
6108
|
+
type: "array";
|
|
6109
|
+
valueHint: string;
|
|
6110
|
+
description: {
|
|
6111
|
+
"en-US": string;
|
|
6112
|
+
"zh-CN": string;
|
|
6113
|
+
};
|
|
6114
|
+
};
|
|
6115
|
+
go: {
|
|
6116
|
+
type: "array";
|
|
6117
|
+
valueHint: string;
|
|
6118
|
+
description: {
|
|
6119
|
+
"en-US": string;
|
|
6120
|
+
"zh-CN": string;
|
|
6121
|
+
};
|
|
6122
|
+
};
|
|
6123
|
+
file: {
|
|
6124
|
+
type: "string";
|
|
6125
|
+
valueHint: string;
|
|
6126
|
+
description: {
|
|
6127
|
+
"en-US": string;
|
|
6128
|
+
"zh-CN": string;
|
|
6129
|
+
};
|
|
6130
|
+
};
|
|
6131
|
+
yes: {
|
|
6132
|
+
type: "switch";
|
|
6133
|
+
description: {
|
|
6134
|
+
"en-US": string;
|
|
6135
|
+
"zh-CN": string;
|
|
6136
|
+
};
|
|
6137
|
+
};
|
|
6138
|
+
}>;
|
|
6139
|
+
//#endregion
|
|
6140
|
+
//#region src/commands/managed-agent/skill/create.d.ts
|
|
6141
|
+
declare const _default$102: _$bailian_cli_core0.Command<{
|
|
6142
|
+
source: {
|
|
6143
|
+
type: "string";
|
|
6144
|
+
valueHint: string;
|
|
6145
|
+
required: true;
|
|
6146
|
+
description: {
|
|
6147
|
+
"en-US": string;
|
|
6148
|
+
"zh-CN": string;
|
|
6149
|
+
};
|
|
6150
|
+
};
|
|
6151
|
+
file: {
|
|
6152
|
+
type: "string";
|
|
6153
|
+
valueHint: string;
|
|
6154
|
+
description: {
|
|
6155
|
+
"en-US": string;
|
|
6156
|
+
"zh-CN": string;
|
|
6157
|
+
};
|
|
6158
|
+
};
|
|
6159
|
+
yes: {
|
|
6160
|
+
type: "switch";
|
|
6161
|
+
description: {
|
|
6162
|
+
"en-US": string;
|
|
6163
|
+
"zh-CN": string;
|
|
6164
|
+
};
|
|
6165
|
+
};
|
|
6166
|
+
}>;
|
|
6167
|
+
//#endregion
|
|
6168
|
+
//#region src/commands/managed-agent/vault/create.d.ts
|
|
6169
|
+
declare const _default$113: _$bailian_cli_core0.Command<{
|
|
6170
|
+
name: {
|
|
6171
|
+
type: "string";
|
|
6172
|
+
valueHint: string;
|
|
6173
|
+
required: true;
|
|
6174
|
+
description: {
|
|
6175
|
+
"en-US": string;
|
|
6176
|
+
"zh-CN": string;
|
|
6177
|
+
};
|
|
6178
|
+
};
|
|
6179
|
+
metadata: {
|
|
6180
|
+
type: "array";
|
|
6181
|
+
valueHint: string;
|
|
6182
|
+
description: {
|
|
6183
|
+
"en-US": string;
|
|
6184
|
+
"zh-CN": string;
|
|
6185
|
+
};
|
|
6186
|
+
};
|
|
6187
|
+
file: {
|
|
6188
|
+
type: "string";
|
|
6189
|
+
valueHint: string;
|
|
6190
|
+
description: {
|
|
6191
|
+
"en-US": string;
|
|
6192
|
+
"zh-CN": string;
|
|
6193
|
+
};
|
|
6194
|
+
};
|
|
6195
|
+
yes: {
|
|
6196
|
+
type: "switch";
|
|
6197
|
+
description: {
|
|
6198
|
+
"en-US": string;
|
|
6199
|
+
"zh-CN": string;
|
|
6200
|
+
};
|
|
6201
|
+
};
|
|
6202
|
+
}>;
|
|
6203
|
+
//#endregion
|
|
6204
|
+
//#region src/commands/managed-agent/vault/credential/create.d.ts
|
|
6205
|
+
declare const _default$114: _$bailian_cli_core0.Command<{
|
|
6206
|
+
vault: {
|
|
6207
|
+
type: "string";
|
|
6208
|
+
valueHint: string;
|
|
6209
|
+
required: true;
|
|
6210
|
+
description: {
|
|
6211
|
+
"en-US": string;
|
|
6212
|
+
"zh-CN": string;
|
|
6213
|
+
};
|
|
6214
|
+
};
|
|
6215
|
+
name: {
|
|
6216
|
+
type: "string";
|
|
6217
|
+
valueHint: string;
|
|
6218
|
+
required: true;
|
|
6219
|
+
description: {
|
|
6220
|
+
"en-US": string;
|
|
6221
|
+
"zh-CN": string;
|
|
6222
|
+
};
|
|
6223
|
+
};
|
|
6224
|
+
secretName: {
|
|
6225
|
+
type: "string";
|
|
6226
|
+
valueHint: string;
|
|
6227
|
+
required: true;
|
|
6228
|
+
description: {
|
|
6229
|
+
"en-US": string;
|
|
6230
|
+
"zh-CN": string;
|
|
6231
|
+
};
|
|
6232
|
+
};
|
|
6233
|
+
secretEnv: {
|
|
6234
|
+
type: "string";
|
|
6235
|
+
valueHint: string;
|
|
6236
|
+
required: true;
|
|
6237
|
+
description: {
|
|
6238
|
+
"en-US": string;
|
|
6239
|
+
"zh-CN": string;
|
|
6240
|
+
};
|
|
6241
|
+
};
|
|
6242
|
+
metadata: {
|
|
6243
|
+
type: "array";
|
|
6244
|
+
valueHint: string;
|
|
6245
|
+
description: {
|
|
6246
|
+
"en-US": string;
|
|
6247
|
+
"zh-CN": string;
|
|
6248
|
+
};
|
|
6249
|
+
};
|
|
6250
|
+
file: {
|
|
6251
|
+
type: "string";
|
|
6252
|
+
valueHint: string;
|
|
6253
|
+
description: {
|
|
6254
|
+
"en-US": string;
|
|
6255
|
+
"zh-CN": string;
|
|
6256
|
+
};
|
|
6257
|
+
};
|
|
6258
|
+
yes: {
|
|
6259
|
+
type: "switch";
|
|
6260
|
+
description: {
|
|
6261
|
+
"en-US": string;
|
|
6262
|
+
"zh-CN": string;
|
|
6263
|
+
};
|
|
6264
|
+
};
|
|
6265
|
+
}>;
|
|
6266
|
+
//#endregion
|
|
6267
|
+
//#region src/commands/managed-agent/deployment/create.d.ts
|
|
6268
|
+
declare const _default$80: _$bailian_cli_core0.Command<{
|
|
6269
|
+
name: {
|
|
6270
|
+
type: "string";
|
|
6271
|
+
valueHint: string;
|
|
6272
|
+
required: true;
|
|
6273
|
+
description: {
|
|
6274
|
+
"en-US": string;
|
|
6275
|
+
"zh-CN": string;
|
|
6276
|
+
};
|
|
6277
|
+
};
|
|
6278
|
+
agent: {
|
|
6279
|
+
type: "string";
|
|
6280
|
+
valueHint: string;
|
|
6281
|
+
required: true;
|
|
6282
|
+
description: {
|
|
6283
|
+
"en-US": string;
|
|
6284
|
+
"zh-CN": string;
|
|
6285
|
+
};
|
|
6286
|
+
};
|
|
6287
|
+
agentVersion: {
|
|
6288
|
+
type: "number";
|
|
6289
|
+
valueHint: string;
|
|
6290
|
+
description: {
|
|
6291
|
+
"en-US": string;
|
|
6292
|
+
"zh-CN": string;
|
|
6293
|
+
};
|
|
6294
|
+
};
|
|
6295
|
+
environment: {
|
|
6296
|
+
type: "string";
|
|
6297
|
+
valueHint: string;
|
|
6298
|
+
description: {
|
|
6299
|
+
"en-US": string;
|
|
6300
|
+
"zh-CN": string;
|
|
6301
|
+
};
|
|
6302
|
+
};
|
|
6303
|
+
vault: {
|
|
6304
|
+
type: "array";
|
|
6305
|
+
valueHint: string;
|
|
6306
|
+
description: {
|
|
6307
|
+
"en-US": string;
|
|
6308
|
+
"zh-CN": string;
|
|
6309
|
+
};
|
|
6310
|
+
};
|
|
6311
|
+
message: {
|
|
6312
|
+
type: "array";
|
|
6313
|
+
valueHint: string;
|
|
6314
|
+
description: {
|
|
6315
|
+
"en-US": string;
|
|
6316
|
+
"zh-CN": string;
|
|
6317
|
+
};
|
|
6318
|
+
};
|
|
6319
|
+
event: {
|
|
6320
|
+
type: "array";
|
|
6321
|
+
valueHint: string;
|
|
6322
|
+
description: {
|
|
6323
|
+
"en-US": string;
|
|
6324
|
+
"zh-CN": string;
|
|
6325
|
+
};
|
|
6326
|
+
};
|
|
6327
|
+
resource: {
|
|
6328
|
+
type: "array";
|
|
6329
|
+
valueHint: string;
|
|
6330
|
+
description: {
|
|
6331
|
+
"en-US": string;
|
|
6332
|
+
"zh-CN": string;
|
|
6333
|
+
};
|
|
6334
|
+
};
|
|
6335
|
+
schedule: {
|
|
6336
|
+
type: "string";
|
|
6337
|
+
valueHint: string;
|
|
6338
|
+
description: {
|
|
6339
|
+
"en-US": string;
|
|
6340
|
+
"zh-CN": string;
|
|
6341
|
+
};
|
|
6342
|
+
};
|
|
6343
|
+
timezone: {
|
|
6344
|
+
type: "string";
|
|
6345
|
+
valueHint: string;
|
|
6346
|
+
description: {
|
|
6347
|
+
"en-US": string;
|
|
6348
|
+
"zh-CN": string;
|
|
6349
|
+
};
|
|
6350
|
+
};
|
|
6351
|
+
description: {
|
|
6352
|
+
type: "string";
|
|
6353
|
+
valueHint: string;
|
|
6354
|
+
description: {
|
|
6355
|
+
"en-US": string;
|
|
6356
|
+
"zh-CN": string;
|
|
6357
|
+
};
|
|
6358
|
+
};
|
|
6359
|
+
metadata: {
|
|
6360
|
+
type: "array";
|
|
6361
|
+
valueHint: string;
|
|
6362
|
+
description: {
|
|
6363
|
+
"en-US": string;
|
|
6364
|
+
"zh-CN": string;
|
|
6365
|
+
};
|
|
6366
|
+
};
|
|
6367
|
+
file: {
|
|
6368
|
+
type: "string";
|
|
6369
|
+
valueHint: string;
|
|
6370
|
+
description: {
|
|
6371
|
+
"en-US": string;
|
|
6372
|
+
"zh-CN": string;
|
|
6373
|
+
};
|
|
6374
|
+
};
|
|
6375
|
+
yes: {
|
|
6376
|
+
type: "switch";
|
|
6377
|
+
description: {
|
|
6378
|
+
"en-US": string;
|
|
6379
|
+
"zh-CN": string;
|
|
6380
|
+
};
|
|
6381
|
+
};
|
|
6382
|
+
}>;
|
|
6383
|
+
//#endregion
|
|
6384
|
+
//#region src/commands/managed-agent/agent/get.d.ts
|
|
6385
|
+
declare const _default$75: _$bailian_cli_core0.Command<{
|
|
6386
|
+
readonly file: {
|
|
6387
|
+
type: "string";
|
|
6388
|
+
valueHint: string;
|
|
6389
|
+
description: {
|
|
6390
|
+
"en-US": string;
|
|
6391
|
+
"zh-CN": string;
|
|
6392
|
+
};
|
|
6393
|
+
};
|
|
6394
|
+
readonly agentId: {
|
|
6395
|
+
readonly type: "string";
|
|
6396
|
+
readonly valueHint: "<id>";
|
|
6397
|
+
readonly required: true;
|
|
6398
|
+
readonly description: {
|
|
6399
|
+
readonly "en-US": "Agent ID";
|
|
6400
|
+
readonly "zh-CN": "Agent ID";
|
|
6401
|
+
};
|
|
6402
|
+
};
|
|
6403
|
+
readonly agentVersion: {
|
|
6404
|
+
readonly type: "number";
|
|
6405
|
+
readonly valueHint: "<n>";
|
|
6406
|
+
readonly description: {
|
|
6407
|
+
readonly "en-US": "Specific agent version";
|
|
6408
|
+
readonly "zh-CN": "\u6307\u5B9A Agent \u7248\u672C";
|
|
6409
|
+
};
|
|
6410
|
+
};
|
|
6411
|
+
}>;
|
|
6412
|
+
//#endregion
|
|
6413
|
+
//#region src/commands/managed-agent/agent/list.d.ts
|
|
6414
|
+
declare const _default$76: _$bailian_cli_core0.Command<{
|
|
6415
|
+
file: {
|
|
6416
|
+
type: "string";
|
|
6417
|
+
valueHint: string;
|
|
6418
|
+
description: {
|
|
6419
|
+
"en-US": string;
|
|
6420
|
+
"zh-CN": string;
|
|
6421
|
+
};
|
|
6422
|
+
};
|
|
6423
|
+
limit: {
|
|
6424
|
+
type: "number";
|
|
6425
|
+
valueHint: string;
|
|
6426
|
+
description: {
|
|
6427
|
+
"en-US": string;
|
|
6428
|
+
"zh-CN": string;
|
|
6429
|
+
};
|
|
6430
|
+
};
|
|
6431
|
+
page: {
|
|
6432
|
+
type: "string";
|
|
6433
|
+
valueHint: string;
|
|
6434
|
+
description: {
|
|
6435
|
+
"en-US": string;
|
|
6436
|
+
"zh-CN": string;
|
|
6437
|
+
};
|
|
6438
|
+
};
|
|
6439
|
+
all: {
|
|
6440
|
+
type: "switch";
|
|
6441
|
+
description: {
|
|
6442
|
+
"en-US": string;
|
|
6443
|
+
"zh-CN": string;
|
|
6444
|
+
};
|
|
6445
|
+
};
|
|
6446
|
+
includeArchived: {
|
|
6447
|
+
type: "switch";
|
|
6448
|
+
description: {
|
|
6449
|
+
"en-US": string;
|
|
6450
|
+
"zh-CN": string;
|
|
6451
|
+
};
|
|
6452
|
+
};
|
|
6453
|
+
}>;
|
|
6454
|
+
//#endregion
|
|
6455
|
+
//#region src/commands/managed-agent/agent/search.d.ts
|
|
6456
|
+
declare const _default$77: _$bailian_cli_core0.Command<{
|
|
6457
|
+
file: {
|
|
6458
|
+
type: "string";
|
|
6459
|
+
valueHint: string;
|
|
6460
|
+
description: {
|
|
6461
|
+
"en-US": string;
|
|
6462
|
+
"zh-CN": string;
|
|
6463
|
+
};
|
|
6464
|
+
};
|
|
6465
|
+
query: {
|
|
6466
|
+
type: "string";
|
|
6467
|
+
valueHint: string;
|
|
6468
|
+
required: true;
|
|
6469
|
+
description: {
|
|
6470
|
+
"en-US": string;
|
|
6471
|
+
"zh-CN": string;
|
|
6472
|
+
};
|
|
6473
|
+
};
|
|
6474
|
+
pageLimit: {
|
|
6475
|
+
type: "number";
|
|
6476
|
+
valueHint: string;
|
|
6477
|
+
description: {
|
|
6478
|
+
"en-US": string;
|
|
6479
|
+
"zh-CN": string;
|
|
6480
|
+
};
|
|
6481
|
+
};
|
|
6482
|
+
includeArchived: {
|
|
6483
|
+
type: "switch";
|
|
6484
|
+
description: {
|
|
6485
|
+
"en-US": string;
|
|
6486
|
+
"zh-CN": string;
|
|
6487
|
+
};
|
|
6488
|
+
};
|
|
6489
|
+
limit: {
|
|
6490
|
+
type: "number";
|
|
6491
|
+
valueHint: string;
|
|
6492
|
+
description: {
|
|
6493
|
+
"en-US": string;
|
|
6494
|
+
"zh-CN": string;
|
|
6495
|
+
};
|
|
6496
|
+
};
|
|
6497
|
+
}>;
|
|
6498
|
+
//#endregion
|
|
6499
|
+
//#region src/commands/managed-agent/agent/versions.d.ts
|
|
6500
|
+
declare const _default$78: _$bailian_cli_core0.Command<{
|
|
6501
|
+
file: {
|
|
6502
|
+
type: "string";
|
|
6503
|
+
valueHint: string;
|
|
6504
|
+
description: {
|
|
6505
|
+
"en-US": string;
|
|
6506
|
+
"zh-CN": string;
|
|
6507
|
+
};
|
|
6508
|
+
};
|
|
6509
|
+
limit: {
|
|
6510
|
+
type: "number";
|
|
6511
|
+
valueHint: string;
|
|
6512
|
+
description: {
|
|
6513
|
+
"en-US": string;
|
|
6514
|
+
"zh-CN": string;
|
|
6515
|
+
};
|
|
6516
|
+
};
|
|
6517
|
+
page: {
|
|
6518
|
+
type: "string";
|
|
6519
|
+
valueHint: string;
|
|
6520
|
+
description: {
|
|
6521
|
+
"en-US": string;
|
|
6522
|
+
"zh-CN": string;
|
|
6523
|
+
};
|
|
6524
|
+
};
|
|
6525
|
+
all: {
|
|
6526
|
+
type: "switch";
|
|
6527
|
+
description: {
|
|
6528
|
+
"en-US": string;
|
|
6529
|
+
"zh-CN": string;
|
|
6530
|
+
};
|
|
6531
|
+
};
|
|
6532
|
+
agentId: {
|
|
6533
|
+
readonly type: "string";
|
|
6534
|
+
readonly valueHint: "<id>";
|
|
6535
|
+
readonly required: true;
|
|
6536
|
+
readonly description: {
|
|
6537
|
+
readonly "en-US": "Agent ID";
|
|
6538
|
+
readonly "zh-CN": "Agent ID";
|
|
6539
|
+
};
|
|
6540
|
+
};
|
|
6541
|
+
}>;
|
|
6542
|
+
//#endregion
|
|
6543
|
+
//#region src/commands/managed-agent/environment/get.d.ts
|
|
6544
|
+
declare const _default$91: _$bailian_cli_core0.Command<{
|
|
6545
|
+
readonly file: {
|
|
6546
|
+
type: "string";
|
|
6547
|
+
valueHint: string;
|
|
6548
|
+
description: {
|
|
6549
|
+
"en-US": string;
|
|
6550
|
+
"zh-CN": string;
|
|
6551
|
+
};
|
|
6552
|
+
};
|
|
6553
|
+
readonly environmentId: {
|
|
6554
|
+
readonly type: "string";
|
|
6555
|
+
readonly valueHint: "<id>";
|
|
6556
|
+
readonly required: true;
|
|
6557
|
+
readonly description: {
|
|
6558
|
+
readonly "en-US": "Environment ID";
|
|
6559
|
+
readonly "zh-CN": "Environment ID";
|
|
6560
|
+
};
|
|
6561
|
+
};
|
|
6562
|
+
}>;
|
|
6563
|
+
//#endregion
|
|
6564
|
+
//#region src/commands/managed-agent/environment/list.d.ts
|
|
6565
|
+
declare const _default$92: _$bailian_cli_core0.Command<{
|
|
6566
|
+
file: {
|
|
6567
|
+
type: "string";
|
|
6568
|
+
valueHint: string;
|
|
6569
|
+
description: {
|
|
6570
|
+
"en-US": string;
|
|
6571
|
+
"zh-CN": string;
|
|
6572
|
+
};
|
|
6573
|
+
};
|
|
6574
|
+
limit: {
|
|
6575
|
+
type: "number";
|
|
6576
|
+
valueHint: string;
|
|
6577
|
+
description: {
|
|
6578
|
+
"en-US": string;
|
|
6579
|
+
"zh-CN": string;
|
|
6580
|
+
};
|
|
6581
|
+
};
|
|
6582
|
+
page: {
|
|
6583
|
+
type: "string";
|
|
6584
|
+
valueHint: string;
|
|
6585
|
+
description: {
|
|
6586
|
+
"en-US": string;
|
|
6587
|
+
"zh-CN": string;
|
|
6588
|
+
};
|
|
6589
|
+
};
|
|
6590
|
+
all: {
|
|
6591
|
+
type: "switch";
|
|
6592
|
+
description: {
|
|
6593
|
+
"en-US": string;
|
|
6594
|
+
"zh-CN": string;
|
|
6595
|
+
};
|
|
6596
|
+
};
|
|
6597
|
+
includeArchived: {
|
|
6598
|
+
type: "switch";
|
|
6599
|
+
description: {
|
|
6600
|
+
"en-US": string;
|
|
6601
|
+
"zh-CN": string;
|
|
6602
|
+
};
|
|
6603
|
+
};
|
|
6604
|
+
}>;
|
|
6605
|
+
//#endregion
|
|
6606
|
+
//#region src/commands/managed-agent/environment/search.d.ts
|
|
6607
|
+
declare const _default$93: _$bailian_cli_core0.Command<{
|
|
6608
|
+
file: {
|
|
6609
|
+
type: "string";
|
|
6610
|
+
valueHint: string;
|
|
6611
|
+
description: {
|
|
6612
|
+
"en-US": string;
|
|
6613
|
+
"zh-CN": string;
|
|
6614
|
+
};
|
|
6615
|
+
};
|
|
6616
|
+
query: {
|
|
6617
|
+
type: "string";
|
|
6618
|
+
valueHint: string;
|
|
6619
|
+
required: true;
|
|
6620
|
+
description: {
|
|
6621
|
+
"en-US": string;
|
|
6622
|
+
"zh-CN": string;
|
|
6623
|
+
};
|
|
6624
|
+
};
|
|
6625
|
+
pageLimit: {
|
|
6626
|
+
type: "number";
|
|
6627
|
+
valueHint: string;
|
|
6628
|
+
description: {
|
|
6629
|
+
"en-US": string;
|
|
6630
|
+
"zh-CN": string;
|
|
6631
|
+
};
|
|
6632
|
+
};
|
|
6633
|
+
includeArchived: {
|
|
6634
|
+
type: "switch";
|
|
6635
|
+
description: {
|
|
6636
|
+
"en-US": string;
|
|
6637
|
+
"zh-CN": string;
|
|
6638
|
+
};
|
|
6639
|
+
};
|
|
6640
|
+
limit: {
|
|
6641
|
+
type: "number";
|
|
6642
|
+
valueHint: string;
|
|
6643
|
+
description: {
|
|
6644
|
+
"en-US": string;
|
|
6645
|
+
"zh-CN": string;
|
|
6646
|
+
};
|
|
6647
|
+
};
|
|
6648
|
+
}>;
|
|
6649
|
+
//#endregion
|
|
6650
|
+
//#region src/commands/managed-agent/skill/download.d.ts
|
|
6651
|
+
declare const _default$103: _$bailian_cli_core0.Command<{
|
|
6652
|
+
readonly file: {
|
|
6653
|
+
type: "string";
|
|
6654
|
+
valueHint: string;
|
|
6655
|
+
description: {
|
|
6656
|
+
"en-US": string;
|
|
6657
|
+
"zh-CN": string;
|
|
6658
|
+
};
|
|
6659
|
+
};
|
|
6660
|
+
readonly skillId: {
|
|
6661
|
+
readonly type: "string";
|
|
6662
|
+
readonly valueHint: "<id>";
|
|
6663
|
+
readonly required: true;
|
|
6664
|
+
readonly description: {
|
|
6665
|
+
readonly "en-US": "Skill ID";
|
|
6666
|
+
readonly "zh-CN": "Skill ID";
|
|
6667
|
+
};
|
|
6668
|
+
};
|
|
6669
|
+
readonly skillVersion: {
|
|
6670
|
+
readonly type: "string";
|
|
6671
|
+
readonly valueHint: "<version>";
|
|
6672
|
+
readonly required: true;
|
|
6673
|
+
readonly description: {
|
|
6674
|
+
readonly "en-US": "Skill version";
|
|
6675
|
+
readonly "zh-CN": "Skill \u7248\u672C";
|
|
6676
|
+
};
|
|
6677
|
+
};
|
|
6678
|
+
readonly outputFile: {
|
|
6679
|
+
readonly type: "string";
|
|
6680
|
+
readonly valueHint: "<path>";
|
|
6681
|
+
readonly required: true;
|
|
6682
|
+
readonly description: {
|
|
6683
|
+
readonly "en-US": "Destination ZIP path";
|
|
6684
|
+
readonly "zh-CN": "\u76EE\u6807 ZIP \u8DEF\u5F84";
|
|
6685
|
+
};
|
|
6686
|
+
};
|
|
6687
|
+
readonly force: {
|
|
6688
|
+
readonly type: "switch";
|
|
6689
|
+
readonly description: {
|
|
6690
|
+
readonly "en-US": "Overwrite an existing output file";
|
|
6691
|
+
readonly "zh-CN": "\u8986\u76D6\u5DF2\u5B58\u5728\u7684\u8F93\u51FA\u6587\u4EF6";
|
|
6692
|
+
};
|
|
6693
|
+
};
|
|
6694
|
+
}>;
|
|
6695
|
+
//#endregion
|
|
6696
|
+
//#region src/commands/managed-agent/skill/get.d.ts
|
|
6697
|
+
declare const _default$104: _$bailian_cli_core0.Command<{
|
|
6698
|
+
readonly file: {
|
|
6699
|
+
type: "string";
|
|
6700
|
+
valueHint: string;
|
|
6701
|
+
description: {
|
|
6702
|
+
"en-US": string;
|
|
6703
|
+
"zh-CN": string;
|
|
6704
|
+
};
|
|
6705
|
+
};
|
|
6706
|
+
readonly skillId: {
|
|
6707
|
+
readonly type: "string";
|
|
6708
|
+
readonly valueHint: "<id>";
|
|
6709
|
+
readonly required: true;
|
|
6710
|
+
readonly description: {
|
|
6711
|
+
readonly "en-US": "Skill ID";
|
|
6712
|
+
readonly "zh-CN": "Skill ID";
|
|
6713
|
+
};
|
|
6714
|
+
};
|
|
6715
|
+
}>;
|
|
6716
|
+
//#endregion
|
|
6717
|
+
//#region src/commands/managed-agent/skill/search.d.ts
|
|
6718
|
+
declare const _default$106: _$bailian_cli_core0.Command<{
|
|
6719
|
+
file: {
|
|
6720
|
+
type: "string";
|
|
6721
|
+
valueHint: string;
|
|
6722
|
+
description: {
|
|
6723
|
+
"en-US": string;
|
|
6724
|
+
"zh-CN": string;
|
|
6725
|
+
};
|
|
6726
|
+
};
|
|
6727
|
+
query: {
|
|
6728
|
+
type: "string";
|
|
6729
|
+
valueHint: string;
|
|
6730
|
+
required: true;
|
|
6731
|
+
description: {
|
|
6732
|
+
"en-US": string;
|
|
6733
|
+
"zh-CN": string;
|
|
6734
|
+
};
|
|
6735
|
+
};
|
|
6736
|
+
pageLimit: {
|
|
6737
|
+
type: "number";
|
|
6738
|
+
valueHint: string;
|
|
6739
|
+
description: {
|
|
6740
|
+
"en-US": string;
|
|
6741
|
+
"zh-CN": string;
|
|
6742
|
+
};
|
|
6743
|
+
};
|
|
6744
|
+
source: {
|
|
6745
|
+
readonly type: "string";
|
|
6746
|
+
readonly valueHint: "<source>";
|
|
6747
|
+
readonly choices: readonly ["custom", "official", "all"];
|
|
6748
|
+
readonly description: {
|
|
6749
|
+
readonly "en-US": "Skill catalog: custom (default), official, or all";
|
|
6750
|
+
readonly "zh-CN": "Skill Catalog\uFF1Acustom\uFF08\u9ED8\u8BA4\uFF09\u3001official \u6216 all";
|
|
6751
|
+
};
|
|
6752
|
+
};
|
|
6753
|
+
limit: {
|
|
6754
|
+
type: "number";
|
|
6755
|
+
valueHint: string;
|
|
6756
|
+
description: {
|
|
6757
|
+
"en-US": string;
|
|
6758
|
+
"zh-CN": string;
|
|
6759
|
+
};
|
|
6760
|
+
};
|
|
6761
|
+
}>;
|
|
6762
|
+
//#endregion
|
|
6763
|
+
//#region src/commands/managed-agent/skill/versions.d.ts
|
|
6764
|
+
declare const _default$107: _$bailian_cli_core0.Command<{
|
|
6765
|
+
file: {
|
|
6766
|
+
type: "string";
|
|
6767
|
+
valueHint: string;
|
|
6768
|
+
description: {
|
|
6769
|
+
"en-US": string;
|
|
6770
|
+
"zh-CN": string;
|
|
6771
|
+
};
|
|
6772
|
+
};
|
|
6773
|
+
limit: {
|
|
6774
|
+
type: "number";
|
|
6775
|
+
valueHint: string;
|
|
6776
|
+
description: {
|
|
6777
|
+
"en-US": string;
|
|
6778
|
+
"zh-CN": string;
|
|
6779
|
+
};
|
|
6780
|
+
};
|
|
6781
|
+
page: {
|
|
6782
|
+
type: "string";
|
|
6783
|
+
valueHint: string;
|
|
6784
|
+
description: {
|
|
6785
|
+
"en-US": string;
|
|
6786
|
+
"zh-CN": string;
|
|
6787
|
+
};
|
|
6788
|
+
};
|
|
6789
|
+
all: {
|
|
6790
|
+
type: "switch";
|
|
6791
|
+
description: {
|
|
6792
|
+
"en-US": string;
|
|
6793
|
+
"zh-CN": string;
|
|
6794
|
+
};
|
|
6795
|
+
};
|
|
6796
|
+
skillId: {
|
|
6797
|
+
readonly type: "string";
|
|
6798
|
+
readonly valueHint: "<id>";
|
|
6799
|
+
readonly required: true;
|
|
6800
|
+
readonly description: {
|
|
6801
|
+
readonly "en-US": "Skill ID";
|
|
6802
|
+
readonly "zh-CN": "Skill ID";
|
|
6803
|
+
};
|
|
6804
|
+
};
|
|
6805
|
+
}>;
|
|
6806
|
+
//#endregion
|
|
6807
|
+
//#region src/commands/managed-agent/vault/get.d.ts
|
|
6808
|
+
declare const _default$115: _$bailian_cli_core0.Command<{
|
|
6809
|
+
readonly file: {
|
|
6810
|
+
type: "string";
|
|
6811
|
+
valueHint: string;
|
|
6812
|
+
description: {
|
|
6813
|
+
"en-US": string;
|
|
6814
|
+
"zh-CN": string;
|
|
6815
|
+
};
|
|
6816
|
+
};
|
|
6817
|
+
readonly vaultId: {
|
|
6818
|
+
readonly type: "string";
|
|
6819
|
+
readonly valueHint: "<id>";
|
|
6820
|
+
readonly required: true;
|
|
6821
|
+
readonly description: {
|
|
6822
|
+
readonly "en-US": "Vault ID";
|
|
6823
|
+
readonly "zh-CN": "Vault ID";
|
|
6824
|
+
};
|
|
6825
|
+
};
|
|
6826
|
+
}>;
|
|
6827
|
+
//#endregion
|
|
6828
|
+
//#region src/commands/managed-agent/vault/list.d.ts
|
|
6829
|
+
declare const _default$116: _$bailian_cli_core0.Command<{
|
|
6830
|
+
file: {
|
|
6831
|
+
type: "string";
|
|
6832
|
+
valueHint: string;
|
|
6833
|
+
description: {
|
|
6834
|
+
"en-US": string;
|
|
6835
|
+
"zh-CN": string;
|
|
6836
|
+
};
|
|
6837
|
+
};
|
|
6838
|
+
limit: {
|
|
6839
|
+
type: "number";
|
|
6840
|
+
valueHint: string;
|
|
6841
|
+
description: {
|
|
6842
|
+
"en-US": string;
|
|
6843
|
+
"zh-CN": string;
|
|
6844
|
+
};
|
|
6845
|
+
};
|
|
6846
|
+
page: {
|
|
6847
|
+
type: "string";
|
|
6848
|
+
valueHint: string;
|
|
6849
|
+
description: {
|
|
6850
|
+
"en-US": string;
|
|
6851
|
+
"zh-CN": string;
|
|
6852
|
+
};
|
|
6853
|
+
};
|
|
6854
|
+
all: {
|
|
6855
|
+
type: "switch";
|
|
6856
|
+
description: {
|
|
6857
|
+
"en-US": string;
|
|
6858
|
+
"zh-CN": string;
|
|
6859
|
+
};
|
|
6860
|
+
};
|
|
6861
|
+
includeArchived: {
|
|
6862
|
+
type: "switch";
|
|
6863
|
+
description: {
|
|
6864
|
+
"en-US": string;
|
|
6865
|
+
"zh-CN": string;
|
|
6866
|
+
};
|
|
6867
|
+
};
|
|
6868
|
+
}>;
|
|
6869
|
+
//#endregion
|
|
6870
|
+
//#region src/commands/managed-agent/vault/search.d.ts
|
|
6871
|
+
declare const _default$117: _$bailian_cli_core0.Command<{
|
|
6872
|
+
file: {
|
|
6873
|
+
type: "string";
|
|
6874
|
+
valueHint: string;
|
|
6875
|
+
description: {
|
|
6876
|
+
"en-US": string;
|
|
6877
|
+
"zh-CN": string;
|
|
6878
|
+
};
|
|
6879
|
+
};
|
|
6880
|
+
query: {
|
|
6881
|
+
type: "string";
|
|
6882
|
+
valueHint: string;
|
|
6883
|
+
required: true;
|
|
6884
|
+
description: {
|
|
6885
|
+
"en-US": string;
|
|
6886
|
+
"zh-CN": string;
|
|
6887
|
+
};
|
|
6888
|
+
};
|
|
6889
|
+
pageLimit: {
|
|
6890
|
+
type: "number";
|
|
6891
|
+
valueHint: string;
|
|
6892
|
+
description: {
|
|
6893
|
+
"en-US": string;
|
|
6894
|
+
"zh-CN": string;
|
|
6895
|
+
};
|
|
6896
|
+
};
|
|
6897
|
+
includeArchived: {
|
|
6898
|
+
type: "switch";
|
|
6899
|
+
description: {
|
|
6900
|
+
"en-US": string;
|
|
6901
|
+
"zh-CN": string;
|
|
6902
|
+
};
|
|
6903
|
+
};
|
|
6904
|
+
limit: {
|
|
6905
|
+
type: "number";
|
|
6906
|
+
valueHint: string;
|
|
6907
|
+
description: {
|
|
6908
|
+
"en-US": string;
|
|
6909
|
+
"zh-CN": string;
|
|
6910
|
+
};
|
|
6911
|
+
};
|
|
6912
|
+
}>;
|
|
6913
|
+
//#endregion
|
|
6914
|
+
//#region src/commands/managed-agent/deployment/get.d.ts
|
|
6915
|
+
declare const _default$81: _$bailian_cli_core0.Command<{
|
|
6916
|
+
file: {
|
|
6917
|
+
type: "string";
|
|
6918
|
+
valueHint: string;
|
|
6919
|
+
description: {
|
|
6920
|
+
"en-US": string;
|
|
6921
|
+
"zh-CN": string;
|
|
6922
|
+
};
|
|
6923
|
+
};
|
|
6924
|
+
deploymentId: {
|
|
6925
|
+
readonly type: "string";
|
|
6926
|
+
readonly valueHint: "<id>";
|
|
6927
|
+
readonly required: true;
|
|
6928
|
+
readonly description: {
|
|
6929
|
+
readonly "en-US": "Deployment ID";
|
|
6930
|
+
readonly "zh-CN": "Deployment ID";
|
|
6931
|
+
};
|
|
6932
|
+
};
|
|
6933
|
+
}>;
|
|
6934
|
+
//#endregion
|
|
6935
|
+
//#region src/commands/managed-agent/deployment/list.d.ts
|
|
6936
|
+
declare const _default$82: _$bailian_cli_core0.Command<{
|
|
6937
|
+
file: {
|
|
6938
|
+
type: "string";
|
|
6939
|
+
valueHint: string;
|
|
6940
|
+
description: {
|
|
6941
|
+
"en-US": string;
|
|
6942
|
+
"zh-CN": string;
|
|
6943
|
+
};
|
|
6944
|
+
};
|
|
6945
|
+
limit: {
|
|
6946
|
+
type: "number";
|
|
6947
|
+
valueHint: string;
|
|
6948
|
+
description: {
|
|
6949
|
+
"en-US": string;
|
|
6950
|
+
"zh-CN": string;
|
|
6951
|
+
};
|
|
6952
|
+
};
|
|
6953
|
+
page: {
|
|
6954
|
+
type: "string";
|
|
6955
|
+
valueHint: string;
|
|
6956
|
+
description: {
|
|
6957
|
+
"en-US": string;
|
|
6958
|
+
"zh-CN": string;
|
|
6959
|
+
};
|
|
6960
|
+
};
|
|
6961
|
+
all: {
|
|
6962
|
+
type: "switch";
|
|
6963
|
+
description: {
|
|
6964
|
+
"en-US": string;
|
|
6965
|
+
"zh-CN": string;
|
|
6966
|
+
};
|
|
6967
|
+
};
|
|
6968
|
+
includeArchived: {
|
|
6969
|
+
type: "switch";
|
|
6970
|
+
description: {
|
|
6971
|
+
"en-US": string;
|
|
6972
|
+
"zh-CN": string;
|
|
6973
|
+
};
|
|
6974
|
+
};
|
|
6975
|
+
agentId: {
|
|
6976
|
+
readonly type: "string";
|
|
6977
|
+
readonly valueHint: "<id>";
|
|
6978
|
+
readonly description: {
|
|
6979
|
+
readonly "en-US": "Filter by agent ID";
|
|
6980
|
+
readonly "zh-CN": "\u6309 Agent ID \u7B5B\u9009";
|
|
6981
|
+
};
|
|
6982
|
+
};
|
|
6983
|
+
status: {
|
|
6984
|
+
readonly type: "string";
|
|
6985
|
+
readonly valueHint: "<status>";
|
|
6986
|
+
readonly choices: readonly ["active", "paused"];
|
|
6987
|
+
readonly description: {
|
|
6988
|
+
readonly "en-US": "Filter by deployment status";
|
|
6989
|
+
readonly "zh-CN": "\u6309 Deployment \u72B6\u6001\u7B5B\u9009";
|
|
6990
|
+
};
|
|
6991
|
+
};
|
|
6992
|
+
createdAtGte: {
|
|
6993
|
+
readonly type: "string";
|
|
6994
|
+
readonly valueHint: "<timestamp>";
|
|
6995
|
+
readonly description: {
|
|
6996
|
+
readonly "en-US": "Created at or after this timestamp";
|
|
6997
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u65E9\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
6998
|
+
};
|
|
6999
|
+
};
|
|
7000
|
+
createdAtLte: {
|
|
7001
|
+
readonly type: "string";
|
|
7002
|
+
readonly valueHint: "<timestamp>";
|
|
7003
|
+
readonly description: {
|
|
7004
|
+
readonly "en-US": "Created at or before this timestamp";
|
|
7005
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u665A\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
7006
|
+
};
|
|
7007
|
+
};
|
|
7008
|
+
}>;
|
|
7009
|
+
//#endregion
|
|
7010
|
+
//#region src/commands/managed-agent/deployment/pause.d.ts
|
|
7011
|
+
declare const _default$83: _$bailian_cli_core0.Command<{
|
|
7012
|
+
readonly file: {
|
|
7013
|
+
type: "string";
|
|
7014
|
+
valueHint: string;
|
|
7015
|
+
description: {
|
|
7016
|
+
"en-US": string;
|
|
7017
|
+
"zh-CN": string;
|
|
7018
|
+
};
|
|
7019
|
+
};
|
|
7020
|
+
readonly deployment: {
|
|
7021
|
+
readonly type: "string";
|
|
7022
|
+
readonly valueHint: "<name>";
|
|
7023
|
+
readonly description: {
|
|
7024
|
+
readonly "en-US": "Logical deployment name in agents.yaml/state";
|
|
7025
|
+
readonly "zh-CN": "agents.yaml/State \u4E2D\u7684\u903B\u8F91 Deployment \u540D\u79F0";
|
|
7026
|
+
};
|
|
7027
|
+
};
|
|
7028
|
+
readonly deploymentId: {
|
|
7029
|
+
readonly type: "string";
|
|
7030
|
+
readonly valueHint: "<id>";
|
|
7031
|
+
readonly description: {
|
|
7032
|
+
readonly "en-US": "Direct deployment ID";
|
|
7033
|
+
readonly "zh-CN": "\u76F4\u63A5\u6307\u5B9A Deployment ID";
|
|
7034
|
+
};
|
|
7035
|
+
};
|
|
7036
|
+
}>;
|
|
7037
|
+
//#endregion
|
|
7038
|
+
//#region src/commands/managed-agent/deployment/run.d.ts
|
|
7039
|
+
declare const _default$84: _$bailian_cli_core0.Command<{
|
|
7040
|
+
readonly file: {
|
|
7041
|
+
type: "string";
|
|
7042
|
+
valueHint: string;
|
|
7043
|
+
description: {
|
|
7044
|
+
"en-US": string;
|
|
7045
|
+
"zh-CN": string;
|
|
7046
|
+
};
|
|
7047
|
+
};
|
|
7048
|
+
readonly deployment: {
|
|
7049
|
+
readonly type: "string";
|
|
7050
|
+
readonly valueHint: "<name>";
|
|
7051
|
+
readonly description: {
|
|
7052
|
+
readonly "en-US": "Logical deployment name in agents.yaml/state";
|
|
7053
|
+
readonly "zh-CN": "agents.yaml/State \u4E2D\u7684\u903B\u8F91 Deployment \u540D\u79F0";
|
|
7054
|
+
};
|
|
7055
|
+
};
|
|
7056
|
+
readonly deploymentId: {
|
|
7057
|
+
readonly type: "string";
|
|
7058
|
+
readonly valueHint: "<id>";
|
|
7059
|
+
readonly description: {
|
|
7060
|
+
readonly "en-US": "Direct deployment ID";
|
|
7061
|
+
readonly "zh-CN": "\u76F4\u63A5\u6307\u5B9A Deployment ID";
|
|
7062
|
+
};
|
|
7063
|
+
};
|
|
7064
|
+
}>;
|
|
7065
|
+
//#endregion
|
|
7066
|
+
//#region src/commands/managed-agent/deployment/runs/get.d.ts
|
|
7067
|
+
declare const _default$85: _$bailian_cli_core0.Command<{
|
|
7068
|
+
readonly file: {
|
|
7069
|
+
type: "string";
|
|
7070
|
+
valueHint: string;
|
|
7071
|
+
description: {
|
|
7072
|
+
"en-US": string;
|
|
7073
|
+
"zh-CN": string;
|
|
7074
|
+
};
|
|
7075
|
+
};
|
|
7076
|
+
readonly runId: {
|
|
7077
|
+
readonly type: "string";
|
|
7078
|
+
readonly valueHint: "<id>";
|
|
7079
|
+
readonly required: true;
|
|
7080
|
+
readonly description: {
|
|
7081
|
+
readonly "en-US": "Deployment run ID";
|
|
7082
|
+
readonly "zh-CN": "Deployment Run ID";
|
|
7083
|
+
};
|
|
7084
|
+
};
|
|
7085
|
+
}>;
|
|
7086
|
+
//#endregion
|
|
7087
|
+
//#region src/commands/managed-agent/deployment/runs/list.d.ts
|
|
7088
|
+
declare const _default$86: _$bailian_cli_core0.Command<{
|
|
7089
|
+
file: {
|
|
7090
|
+
type: "string";
|
|
7091
|
+
valueHint: string;
|
|
7092
|
+
description: {
|
|
7093
|
+
"en-US": string;
|
|
7094
|
+
"zh-CN": string;
|
|
7095
|
+
};
|
|
7096
|
+
};
|
|
7097
|
+
limit: {
|
|
7098
|
+
type: "number";
|
|
7099
|
+
valueHint: string;
|
|
7100
|
+
description: {
|
|
7101
|
+
"en-US": string;
|
|
7102
|
+
"zh-CN": string;
|
|
7103
|
+
};
|
|
7104
|
+
};
|
|
7105
|
+
page: {
|
|
7106
|
+
type: "string";
|
|
7107
|
+
valueHint: string;
|
|
7108
|
+
description: {
|
|
7109
|
+
"en-US": string;
|
|
7110
|
+
"zh-CN": string;
|
|
7111
|
+
};
|
|
7112
|
+
};
|
|
7113
|
+
all: {
|
|
7114
|
+
type: "switch";
|
|
7115
|
+
description: {
|
|
7116
|
+
"en-US": string;
|
|
7117
|
+
"zh-CN": string;
|
|
7118
|
+
};
|
|
7119
|
+
};
|
|
7120
|
+
deploymentId: {
|
|
7121
|
+
readonly type: "string";
|
|
7122
|
+
readonly valueHint: "<id>";
|
|
7123
|
+
readonly required: true;
|
|
7124
|
+
readonly description: {
|
|
7125
|
+
readonly "en-US": "Deployment ID";
|
|
7126
|
+
readonly "zh-CN": "Deployment ID";
|
|
7127
|
+
};
|
|
7128
|
+
};
|
|
7129
|
+
}>;
|
|
7130
|
+
//#endregion
|
|
7131
|
+
//#region src/commands/managed-agent/deployment/search.d.ts
|
|
7132
|
+
declare const _default$87: _$bailian_cli_core0.Command<{
|
|
7133
|
+
file: {
|
|
7134
|
+
type: "string";
|
|
7135
|
+
valueHint: string;
|
|
7136
|
+
description: {
|
|
7137
|
+
"en-US": string;
|
|
7138
|
+
"zh-CN": string;
|
|
7139
|
+
};
|
|
7140
|
+
};
|
|
7141
|
+
limit: {
|
|
7142
|
+
type: "number";
|
|
7143
|
+
valueHint: string;
|
|
7144
|
+
description: {
|
|
7145
|
+
"en-US": string;
|
|
7146
|
+
"zh-CN": string;
|
|
7147
|
+
};
|
|
7148
|
+
};
|
|
7149
|
+
page: {
|
|
7150
|
+
type: "string";
|
|
7151
|
+
valueHint: string;
|
|
7152
|
+
description: {
|
|
7153
|
+
"en-US": string;
|
|
7154
|
+
"zh-CN": string;
|
|
7155
|
+
};
|
|
7156
|
+
};
|
|
7157
|
+
all: {
|
|
7158
|
+
type: "switch";
|
|
7159
|
+
description: {
|
|
7160
|
+
"en-US": string;
|
|
7161
|
+
"zh-CN": string;
|
|
7162
|
+
};
|
|
7163
|
+
};
|
|
7164
|
+
includeArchived: {
|
|
7165
|
+
type: "switch";
|
|
7166
|
+
description: {
|
|
7167
|
+
"en-US": string;
|
|
7168
|
+
"zh-CN": string;
|
|
7169
|
+
};
|
|
7170
|
+
};
|
|
7171
|
+
agentId: {
|
|
7172
|
+
readonly type: "string";
|
|
7173
|
+
readonly valueHint: "<id>";
|
|
7174
|
+
readonly description: {
|
|
7175
|
+
readonly "en-US": "Filter by agent ID";
|
|
7176
|
+
readonly "zh-CN": "\u6309 Agent ID \u7B5B\u9009";
|
|
7177
|
+
};
|
|
7178
|
+
};
|
|
7179
|
+
status: {
|
|
7180
|
+
readonly type: "string";
|
|
7181
|
+
readonly valueHint: "<status>";
|
|
7182
|
+
readonly choices: readonly ["active", "paused"];
|
|
7183
|
+
readonly description: {
|
|
7184
|
+
readonly "en-US": "Filter by deployment status";
|
|
7185
|
+
readonly "zh-CN": "\u6309 Deployment \u72B6\u6001\u7B5B\u9009";
|
|
7186
|
+
};
|
|
7187
|
+
};
|
|
7188
|
+
createdAtGte: {
|
|
7189
|
+
readonly type: "string";
|
|
7190
|
+
readonly valueHint: "<timestamp>";
|
|
7191
|
+
readonly description: {
|
|
7192
|
+
readonly "en-US": "Created at or after this timestamp";
|
|
7193
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u65E9\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
7194
|
+
};
|
|
7195
|
+
};
|
|
7196
|
+
createdAtLte: {
|
|
7197
|
+
readonly type: "string";
|
|
7198
|
+
readonly valueHint: "<timestamp>";
|
|
7199
|
+
readonly description: {
|
|
7200
|
+
readonly "en-US": "Created at or before this timestamp";
|
|
7201
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u665A\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
7202
|
+
};
|
|
7203
|
+
};
|
|
7204
|
+
query: {
|
|
7205
|
+
type: "string";
|
|
7206
|
+
valueHint: string;
|
|
7207
|
+
required: true;
|
|
7208
|
+
description: {
|
|
7209
|
+
"en-US": string;
|
|
7210
|
+
"zh-CN": string;
|
|
7211
|
+
};
|
|
7212
|
+
};
|
|
7213
|
+
}>;
|
|
7214
|
+
//#endregion
|
|
7215
|
+
//#region src/commands/managed-agent/deployment/unpause.d.ts
|
|
7216
|
+
declare const _default$88: _$bailian_cli_core0.Command<{
|
|
7217
|
+
readonly file: {
|
|
7218
|
+
type: "string";
|
|
7219
|
+
valueHint: string;
|
|
7220
|
+
description: {
|
|
7221
|
+
"en-US": string;
|
|
7222
|
+
"zh-CN": string;
|
|
7223
|
+
};
|
|
7224
|
+
};
|
|
7225
|
+
readonly deployment: {
|
|
7226
|
+
readonly type: "string";
|
|
7227
|
+
readonly valueHint: "<name>";
|
|
7228
|
+
readonly description: {
|
|
7229
|
+
readonly "en-US": "Logical deployment name in agents.yaml/state";
|
|
7230
|
+
readonly "zh-CN": "agents.yaml/State \u4E2D\u7684\u903B\u8F91 Deployment \u540D\u79F0";
|
|
7231
|
+
};
|
|
7232
|
+
};
|
|
7233
|
+
readonly deploymentId: {
|
|
7234
|
+
readonly type: "string";
|
|
7235
|
+
readonly valueHint: "<id>";
|
|
7236
|
+
readonly description: {
|
|
7237
|
+
readonly "en-US": "Direct deployment ID";
|
|
7238
|
+
readonly "zh-CN": "\u76F4\u63A5\u6307\u5B9A Deployment ID";
|
|
7239
|
+
};
|
|
7240
|
+
};
|
|
7241
|
+
}>;
|
|
7242
|
+
//#endregion
|
|
7243
|
+
//#region src/commands/managed-agent/session-management.d.ts
|
|
7244
|
+
declare const managedAgentSessionSearch: _$bailian_cli_core0.Command<{
|
|
7245
|
+
readonly file: {
|
|
7246
|
+
type: "string";
|
|
7247
|
+
valueHint: string;
|
|
7248
|
+
description: {
|
|
7249
|
+
"en-US": string;
|
|
7250
|
+
"zh-CN": string;
|
|
7251
|
+
};
|
|
7252
|
+
};
|
|
7253
|
+
readonly query: {
|
|
7254
|
+
type: "string";
|
|
7255
|
+
valueHint: string;
|
|
7256
|
+
required: true;
|
|
7257
|
+
description: {
|
|
7258
|
+
"en-US": string;
|
|
7259
|
+
"zh-CN": string;
|
|
7260
|
+
};
|
|
7261
|
+
};
|
|
7262
|
+
readonly pageLimit: {
|
|
7263
|
+
type: "number";
|
|
7264
|
+
valueHint: string;
|
|
7265
|
+
description: {
|
|
7266
|
+
"en-US": string;
|
|
7267
|
+
"zh-CN": string;
|
|
7268
|
+
};
|
|
7269
|
+
};
|
|
7270
|
+
readonly limit: {
|
|
7271
|
+
type: "number";
|
|
7272
|
+
valueHint: string;
|
|
7273
|
+
description: {
|
|
7274
|
+
"en-US": string;
|
|
7275
|
+
"zh-CN": string;
|
|
7276
|
+
};
|
|
7277
|
+
};
|
|
7278
|
+
readonly agent: {
|
|
7279
|
+
readonly type: "string";
|
|
7280
|
+
readonly valueHint: "<name>";
|
|
7281
|
+
readonly description: {
|
|
7282
|
+
readonly "en-US": "Filter by configured agent name";
|
|
7283
|
+
readonly "zh-CN": "\u6309\u914D\u7F6E\u4E2D\u7684 Agent \u540D\u79F0\u7B5B\u9009";
|
|
7284
|
+
};
|
|
7285
|
+
};
|
|
7286
|
+
readonly statuses: {
|
|
7287
|
+
readonly type: "string";
|
|
7288
|
+
readonly valueHint: "<statuses>";
|
|
7289
|
+
readonly description: {
|
|
7290
|
+
readonly "en-US": "Comma-separated session statuses";
|
|
7291
|
+
readonly "zh-CN": "Session \u72B6\u6001\uFF0C\u591A\u4E2A\u4EE5\u9017\u53F7\u5206\u9694";
|
|
7292
|
+
};
|
|
7293
|
+
};
|
|
7294
|
+
readonly createdAtGte: {
|
|
7295
|
+
readonly type: "string";
|
|
7296
|
+
readonly valueHint: "<timestamp>";
|
|
7297
|
+
readonly description: {
|
|
7298
|
+
readonly "en-US": "Created at or after this timestamp";
|
|
7299
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u65E9\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
7300
|
+
};
|
|
7301
|
+
};
|
|
7302
|
+
readonly createdAtLte: {
|
|
7303
|
+
readonly type: "string";
|
|
7304
|
+
readonly valueHint: "<timestamp>";
|
|
7305
|
+
readonly description: {
|
|
7306
|
+
readonly "en-US": "Created at or before this timestamp";
|
|
7307
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u665A\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
7308
|
+
};
|
|
7309
|
+
};
|
|
7310
|
+
}>;
|
|
7311
|
+
declare const managedAgentSessionUpdate: _$bailian_cli_core0.Command<{
|
|
7312
|
+
readonly file: {
|
|
7313
|
+
type: "string";
|
|
7314
|
+
valueHint: string;
|
|
7315
|
+
description: {
|
|
7316
|
+
"en-US": string;
|
|
7317
|
+
"zh-CN": string;
|
|
7318
|
+
};
|
|
7319
|
+
};
|
|
7320
|
+
readonly sessionId: {
|
|
7321
|
+
readonly type: "string";
|
|
7322
|
+
readonly valueHint: "<id>";
|
|
7323
|
+
readonly required: true;
|
|
7324
|
+
readonly description: {
|
|
7325
|
+
readonly "en-US": "Session ID";
|
|
7326
|
+
readonly "zh-CN": "Session ID";
|
|
7327
|
+
};
|
|
7328
|
+
};
|
|
7329
|
+
readonly title: {
|
|
7330
|
+
readonly type: "string";
|
|
7331
|
+
readonly valueHint: "<title>";
|
|
7332
|
+
readonly description: {
|
|
7333
|
+
readonly "en-US": "New session title";
|
|
7334
|
+
readonly "zh-CN": "\u65B0\u7684 Session \u6807\u9898";
|
|
7335
|
+
};
|
|
7336
|
+
};
|
|
7337
|
+
readonly metadata: {
|
|
7338
|
+
readonly type: "string";
|
|
7339
|
+
readonly valueHint: "<json|@path>";
|
|
7340
|
+
readonly description: {
|
|
7341
|
+
readonly "en-US": "String-valued metadata JSON or @file";
|
|
7342
|
+
readonly "zh-CN": "\u503C\u4E3A\u5B57\u7B26\u4E32\u7684 Metadata JSON \u6216 @file";
|
|
7343
|
+
};
|
|
7344
|
+
};
|
|
7345
|
+
}>;
|
|
7346
|
+
declare const managedAgentSessionArchive: _$bailian_cli_core0.Command<{
|
|
7347
|
+
readonly file: {
|
|
7348
|
+
type: "string";
|
|
7349
|
+
valueHint: string;
|
|
7350
|
+
description: {
|
|
7351
|
+
"en-US": string;
|
|
7352
|
+
"zh-CN": string;
|
|
7353
|
+
};
|
|
7354
|
+
};
|
|
7355
|
+
readonly sessionId: {
|
|
7356
|
+
readonly type: "string";
|
|
7357
|
+
readonly valueHint: "<id>";
|
|
7358
|
+
readonly required: true;
|
|
7359
|
+
readonly description: {
|
|
7360
|
+
readonly "en-US": "Session ID";
|
|
7361
|
+
readonly "zh-CN": "Session ID";
|
|
7362
|
+
};
|
|
7363
|
+
};
|
|
7364
|
+
}>;
|
|
7365
|
+
//#endregion
|
|
7366
|
+
//#region src/commands/managed-agent/session-debug.d.ts
|
|
7367
|
+
declare const managedAgentSessionDebug: _$bailian_cli_core0.Command<{
|
|
7368
|
+
file: {
|
|
7369
|
+
type: "string";
|
|
7370
|
+
valueHint: string;
|
|
7371
|
+
description: {
|
|
7372
|
+
"en-US": string;
|
|
7373
|
+
"zh-CN": string;
|
|
7374
|
+
};
|
|
7375
|
+
};
|
|
7376
|
+
sessionId: {
|
|
7377
|
+
readonly type: "string";
|
|
7378
|
+
readonly valueHint: "<id>";
|
|
7379
|
+
readonly required: true;
|
|
7380
|
+
readonly description: {
|
|
7381
|
+
readonly "en-US": "Session ID";
|
|
7382
|
+
readonly "zh-CN": "Session ID";
|
|
7383
|
+
};
|
|
7384
|
+
};
|
|
7385
|
+
}>;
|
|
7386
|
+
declare const managedAgentSessionExport: _$bailian_cli_core0.Command<{
|
|
7387
|
+
readonly file: {
|
|
7388
|
+
type: "string";
|
|
7389
|
+
valueHint: string;
|
|
7390
|
+
description: {
|
|
7391
|
+
"en-US": string;
|
|
7392
|
+
"zh-CN": string;
|
|
7393
|
+
};
|
|
7394
|
+
};
|
|
7395
|
+
readonly sessionId: {
|
|
7396
|
+
readonly type: "string";
|
|
7397
|
+
readonly valueHint: "<id>";
|
|
7398
|
+
readonly required: true;
|
|
7399
|
+
readonly description: {
|
|
7400
|
+
readonly "en-US": "Session ID";
|
|
7401
|
+
readonly "zh-CN": "Session ID";
|
|
7402
|
+
};
|
|
7403
|
+
};
|
|
7404
|
+
readonly outputFile: {
|
|
7405
|
+
readonly type: "string";
|
|
7406
|
+
readonly valueHint: "<path>";
|
|
7407
|
+
readonly required: true;
|
|
7408
|
+
readonly description: {
|
|
7409
|
+
readonly "en-US": "Destination ZIP path";
|
|
7410
|
+
readonly "zh-CN": "\u76EE\u6807 ZIP \u8DEF\u5F84";
|
|
7411
|
+
};
|
|
7412
|
+
};
|
|
7413
|
+
readonly force: {
|
|
7414
|
+
readonly type: "switch";
|
|
7415
|
+
readonly description: {
|
|
7416
|
+
readonly "en-US": "Overwrite an existing output file";
|
|
7417
|
+
readonly "zh-CN": "\u8986\u76D6\u5DF2\u5B58\u5728\u7684\u8F93\u51FA\u6587\u4EF6";
|
|
7418
|
+
};
|
|
7419
|
+
};
|
|
7420
|
+
}>;
|
|
7421
|
+
//#endregion
|
|
7422
|
+
//#region src/commands/managed-agent/file.d.ts
|
|
7423
|
+
declare const managedAgentFileUpload: _$bailian_cli_core0.Command<{
|
|
7424
|
+
readonly file: {
|
|
7425
|
+
type: "string";
|
|
7426
|
+
valueHint: string;
|
|
7427
|
+
description: {
|
|
7428
|
+
"en-US": string;
|
|
7429
|
+
"zh-CN": string;
|
|
7430
|
+
};
|
|
7431
|
+
};
|
|
7432
|
+
readonly path: {
|
|
7433
|
+
readonly type: "string";
|
|
7434
|
+
readonly valueHint: "<path>";
|
|
7435
|
+
readonly required: true;
|
|
7436
|
+
readonly description: {
|
|
7437
|
+
readonly "en-US": "Local file path";
|
|
7438
|
+
readonly "zh-CN": "\u672C\u5730\u6587\u4EF6\u8DEF\u5F84";
|
|
7439
|
+
};
|
|
7440
|
+
};
|
|
7441
|
+
readonly filename: {
|
|
7442
|
+
readonly type: "string";
|
|
7443
|
+
readonly valueHint: "<name>";
|
|
7444
|
+
readonly description: {
|
|
7445
|
+
readonly "en-US": "Remote filename override";
|
|
7446
|
+
readonly "zh-CN": "\u8986\u76D6\u8FDC\u7AEF\u6587\u4EF6\u540D";
|
|
7447
|
+
};
|
|
7448
|
+
};
|
|
7449
|
+
readonly mimeType: {
|
|
7450
|
+
readonly type: "string";
|
|
7451
|
+
readonly valueHint: "<type>";
|
|
7452
|
+
readonly description: {
|
|
7453
|
+
readonly "en-US": "MIME type override";
|
|
7454
|
+
readonly "zh-CN": "\u8986\u76D6 MIME \u7C7B\u578B";
|
|
7455
|
+
};
|
|
7456
|
+
};
|
|
7457
|
+
}>;
|
|
7458
|
+
declare const managedAgentFileList: _$bailian_cli_core0.Command<{
|
|
7459
|
+
file: {
|
|
7460
|
+
type: "string";
|
|
7461
|
+
valueHint: string;
|
|
7462
|
+
description: {
|
|
7463
|
+
"en-US": string;
|
|
7464
|
+
"zh-CN": string;
|
|
7465
|
+
};
|
|
7466
|
+
};
|
|
7467
|
+
limit: {
|
|
7468
|
+
type: "number";
|
|
7469
|
+
valueHint: string;
|
|
7470
|
+
description: {
|
|
7471
|
+
"en-US": string;
|
|
7472
|
+
"zh-CN": string;
|
|
7473
|
+
};
|
|
7474
|
+
};
|
|
7475
|
+
page: {
|
|
7476
|
+
type: "string";
|
|
7477
|
+
valueHint: string;
|
|
7478
|
+
description: {
|
|
7479
|
+
"en-US": string;
|
|
7480
|
+
"zh-CN": string;
|
|
7481
|
+
};
|
|
7482
|
+
};
|
|
7483
|
+
all: {
|
|
7484
|
+
type: "switch";
|
|
7485
|
+
description: {
|
|
7486
|
+
"en-US": string;
|
|
7487
|
+
"zh-CN": string;
|
|
7488
|
+
};
|
|
7489
|
+
};
|
|
7490
|
+
scopeId: {
|
|
7491
|
+
readonly type: "string";
|
|
7492
|
+
readonly valueHint: "<id>";
|
|
7493
|
+
readonly description: {
|
|
7494
|
+
readonly "en-US": "Filter by scope ID";
|
|
7495
|
+
readonly "zh-CN": "\u6309 Scope ID \u7B5B\u9009";
|
|
7496
|
+
};
|
|
7497
|
+
};
|
|
7498
|
+
}>;
|
|
7499
|
+
declare const managedAgentFileGet: _$bailian_cli_core0.Command<{
|
|
7500
|
+
file: {
|
|
7501
|
+
type: "string";
|
|
7502
|
+
valueHint: string;
|
|
7503
|
+
description: {
|
|
7504
|
+
"en-US": string;
|
|
7505
|
+
"zh-CN": string;
|
|
7506
|
+
};
|
|
7507
|
+
};
|
|
7508
|
+
fileId: {
|
|
7509
|
+
readonly type: "string";
|
|
7510
|
+
readonly valueHint: "<id>";
|
|
7511
|
+
readonly required: true;
|
|
7512
|
+
readonly description: {
|
|
7513
|
+
readonly "en-US": "Remote file ID";
|
|
7514
|
+
readonly "zh-CN": "\u8FDC\u7AEF File ID";
|
|
7515
|
+
};
|
|
7516
|
+
};
|
|
7517
|
+
}>;
|
|
7518
|
+
declare const managedAgentFileSearch: _$bailian_cli_core0.Command<{
|
|
7519
|
+
file: {
|
|
7520
|
+
type: "string";
|
|
7521
|
+
valueHint: string;
|
|
7522
|
+
description: {
|
|
7523
|
+
"en-US": string;
|
|
7524
|
+
"zh-CN": string;
|
|
7525
|
+
};
|
|
7526
|
+
};
|
|
7527
|
+
query: {
|
|
7528
|
+
type: "string";
|
|
7529
|
+
valueHint: string;
|
|
7530
|
+
required: true;
|
|
7531
|
+
description: {
|
|
7532
|
+
"en-US": string;
|
|
7533
|
+
"zh-CN": string;
|
|
7534
|
+
};
|
|
7535
|
+
};
|
|
7536
|
+
pageLimit: {
|
|
7537
|
+
type: "number";
|
|
7538
|
+
valueHint: string;
|
|
7539
|
+
description: {
|
|
7540
|
+
"en-US": string;
|
|
7541
|
+
"zh-CN": string;
|
|
7542
|
+
};
|
|
7543
|
+
};
|
|
7544
|
+
scopeId: {
|
|
7545
|
+
readonly type: "string";
|
|
7546
|
+
readonly valueHint: "<id>";
|
|
7547
|
+
readonly description: {
|
|
7548
|
+
readonly "en-US": "Filter by scope ID";
|
|
7549
|
+
readonly "zh-CN": "\u6309 Scope ID \u7B5B\u9009";
|
|
7550
|
+
};
|
|
7551
|
+
};
|
|
7552
|
+
limit: {
|
|
7553
|
+
type: "number";
|
|
7554
|
+
valueHint: string;
|
|
7555
|
+
description: {
|
|
7556
|
+
"en-US": string;
|
|
7557
|
+
"zh-CN": string;
|
|
7558
|
+
};
|
|
7559
|
+
};
|
|
7560
|
+
}>;
|
|
7561
|
+
declare const managedAgentFileDownload: _$bailian_cli_core0.Command<{
|
|
7562
|
+
readonly file: {
|
|
7563
|
+
type: "string";
|
|
7564
|
+
valueHint: string;
|
|
7565
|
+
description: {
|
|
7566
|
+
"en-US": string;
|
|
7567
|
+
"zh-CN": string;
|
|
7568
|
+
};
|
|
7569
|
+
};
|
|
7570
|
+
readonly fileId: {
|
|
7571
|
+
readonly type: "string";
|
|
7572
|
+
readonly valueHint: "<id>";
|
|
7573
|
+
readonly required: true;
|
|
7574
|
+
readonly description: {
|
|
7575
|
+
readonly "en-US": "Remote file ID";
|
|
7576
|
+
readonly "zh-CN": "\u8FDC\u7AEF File ID";
|
|
7577
|
+
};
|
|
7578
|
+
};
|
|
7579
|
+
readonly outputFile: {
|
|
7580
|
+
readonly type: "string";
|
|
7581
|
+
readonly valueHint: "<path>";
|
|
7582
|
+
readonly required: true;
|
|
7583
|
+
readonly description: {
|
|
7584
|
+
readonly "en-US": "Destination path";
|
|
7585
|
+
readonly "zh-CN": "\u76EE\u6807\u8DEF\u5F84";
|
|
7586
|
+
};
|
|
7587
|
+
};
|
|
7588
|
+
readonly force: {
|
|
7589
|
+
readonly type: "switch";
|
|
7590
|
+
readonly description: {
|
|
7591
|
+
readonly "en-US": "Overwrite an existing output file";
|
|
7592
|
+
readonly "zh-CN": "\u8986\u76D6\u5DF2\u5B58\u5728\u7684\u8F93\u51FA\u6587\u4EF6";
|
|
7593
|
+
};
|
|
7594
|
+
};
|
|
7595
|
+
}>;
|
|
7596
|
+
declare const managedAgentFileDelete: _$bailian_cli_core0.Command<{
|
|
7597
|
+
readonly file: {
|
|
7598
|
+
type: "string";
|
|
7599
|
+
valueHint: string;
|
|
7600
|
+
description: {
|
|
7601
|
+
"en-US": string;
|
|
7602
|
+
"zh-CN": string;
|
|
7603
|
+
};
|
|
7604
|
+
};
|
|
7605
|
+
readonly fileId: {
|
|
7606
|
+
readonly type: "string";
|
|
7607
|
+
readonly valueHint: "<id>";
|
|
7608
|
+
readonly required: true;
|
|
7609
|
+
readonly description: {
|
|
7610
|
+
readonly "en-US": "Remote file ID";
|
|
7611
|
+
readonly "zh-CN": "\u8FDC\u7AEF File ID";
|
|
7612
|
+
};
|
|
7613
|
+
};
|
|
7614
|
+
}>;
|
|
7615
|
+
//#endregion
|
|
7616
|
+
//#region src/commands/workspace/init.d.ts
|
|
7617
|
+
declare const _default$170: _$bailian_cli_core0.Command<{
|
|
7618
|
+
accessKeyId: {
|
|
7619
|
+
type: "string";
|
|
7620
|
+
valueHint: string;
|
|
7621
|
+
description: {
|
|
7622
|
+
"en-US": string;
|
|
7623
|
+
"zh-CN": string;
|
|
7624
|
+
};
|
|
7625
|
+
};
|
|
7626
|
+
accessKeySecret: {
|
|
7627
|
+
type: "string";
|
|
7628
|
+
valueHint: string;
|
|
7629
|
+
description: {
|
|
7630
|
+
"en-US": string;
|
|
7631
|
+
"zh-CN": string;
|
|
7632
|
+
};
|
|
7633
|
+
};
|
|
7634
|
+
securityToken: {
|
|
7635
|
+
type: "string";
|
|
7636
|
+
valueHint: string;
|
|
7637
|
+
description: {
|
|
7638
|
+
"en-US": string;
|
|
7639
|
+
"zh-CN": string;
|
|
7640
|
+
};
|
|
7641
|
+
};
|
|
7642
|
+
}>;
|
|
7643
|
+
//#endregion
|
|
7644
|
+
//#region src/commands/plugin/install.d.ts
|
|
7645
|
+
declare const _default$134: _$bailian_cli_core0.Command<{
|
|
7646
|
+
package: {
|
|
7647
|
+
type: "string";
|
|
7648
|
+
valueHint: string;
|
|
7649
|
+
description: {
|
|
7650
|
+
"en-US": string;
|
|
7651
|
+
"zh-CN": string;
|
|
7652
|
+
};
|
|
7653
|
+
required: true;
|
|
7654
|
+
};
|
|
7655
|
+
}>;
|
|
7656
|
+
//#endregion
|
|
7657
|
+
//#region src/commands/plugin/link.d.ts
|
|
7658
|
+
declare const _default$135: _$bailian_cli_core0.Command<{
|
|
7659
|
+
path: {
|
|
7660
|
+
type: "string";
|
|
7661
|
+
valueHint: string;
|
|
7662
|
+
description: {
|
|
7663
|
+
"en-US": string;
|
|
7664
|
+
"zh-CN": string;
|
|
7665
|
+
};
|
|
7666
|
+
required: true;
|
|
7667
|
+
};
|
|
7668
|
+
}>;
|
|
7669
|
+
//#endregion
|
|
7670
|
+
//#region src/commands/plugin/list.d.ts
|
|
7671
|
+
declare const _default$136: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
7672
|
+
//#endregion
|
|
7673
|
+
//#region src/commands/plugin/remove.d.ts
|
|
7674
|
+
declare const _default$137: _$bailian_cli_core0.Command<{
|
|
7675
|
+
name: {
|
|
7676
|
+
type: "string";
|
|
7677
|
+
valueHint: string;
|
|
7678
|
+
description: {
|
|
7679
|
+
"en-US": string;
|
|
7680
|
+
"zh-CN": string;
|
|
7681
|
+
};
|
|
7682
|
+
required: true;
|
|
5956
7683
|
};
|
|
5957
7684
|
}>;
|
|
5958
7685
|
//#endregion
|
|
5959
7686
|
//#region src/commands/skill/add.d.ts
|
|
5960
|
-
declare const _default$
|
|
7687
|
+
declare const _default$144: _$bailian_cli_core0.Command<{
|
|
5961
7688
|
all: {
|
|
5962
7689
|
type: "switch";
|
|
5963
7690
|
description: {
|
|
@@ -5976,7 +7703,7 @@ declare const _default$117: _$bailian_cli_core0.Command<{
|
|
|
5976
7703
|
}>;
|
|
5977
7704
|
//#endregion
|
|
5978
7705
|
//#region src/commands/skill/update.d.ts
|
|
5979
|
-
declare const _default$
|
|
7706
|
+
declare const _default$148: _$bailian_cli_core0.Command<{
|
|
5980
7707
|
all: {
|
|
5981
7708
|
type: "switch";
|
|
5982
7709
|
description: {
|
|
@@ -5995,7 +7722,7 @@ declare const _default$121: _$bailian_cli_core0.Command<{
|
|
|
5995
7722
|
}>;
|
|
5996
7723
|
//#endregion
|
|
5997
7724
|
//#region src/commands/skill/remove.d.ts
|
|
5998
|
-
declare const _default$
|
|
7725
|
+
declare const _default$147: _$bailian_cli_core0.Command<{
|
|
5999
7726
|
name: {
|
|
6000
7727
|
type: "string";
|
|
6001
7728
|
valueHint: string;
|
|
@@ -6008,9 +7735,9 @@ declare const _default$120: _$bailian_cli_core0.Command<{
|
|
|
6008
7735
|
}>;
|
|
6009
7736
|
//#endregion
|
|
6010
7737
|
//#region src/commands/skill/list.d.ts
|
|
6011
|
-
declare const _default$
|
|
7738
|
+
declare const _default$146: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
6012
7739
|
//#endregion
|
|
6013
7740
|
//#region src/commands/skill/init.d.ts
|
|
6014
|
-
declare const _default$
|
|
7741
|
+
declare const _default$145: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
6015
7742
|
//#endregion
|
|
6016
|
-
export { _default as advisorRecommend, _default$1 as appCall, _default$2 as appList, _default$3 as authGenerateAccessToken, _default$4 as authLogin, _default$5 as authLogout, _default$6 as authStatus, _default$7 as configAgent, _default$8 as configList, _default$9 as configSet, _default$10 as configShow, _default$11 as configUi, _default$12 as configUse, _default$13 as consoleCall, _default$14 as datasetDelete, _default$15 as datasetGet, _default$16 as datasetList, _default$17 as datasetUpload, _default$18 as datasetValidate, deployAudioCreate, _default$19 as deployDelete, _default$20 as deployGet, deployImageCreate, _default$21 as deployList, _default$22 as deployModels, _default$23 as deployPause, _default$24 as deployResume, _default$25 as deployScale, deployTextCreate, _default$26 as deployUpdate, _default$27 as fileUpload, finetuneAudioCreate, _default$28 as finetuneCancel, _default$29 as finetuneCapability, _default$30 as finetuneCheckpoints, _default$31 as finetuneDelete, _default$32 as finetuneExport, _default$33 as finetuneGet, finetuneImageCreate, _default$34 as finetuneList, _default$35 as finetuneLogs, _default$36 as finetunePrice, finetuneTextCreate, finetuneVideoCreate, _default$37 as finetuneWatch, _default$38 as imageEdit, _default$39 as imageGenerate, _default$40 as knowledgeCategoryAdd, _default$41 as knowledgeCategoryDelete, _default$42 as knowledgeCategoryList, _default$43 as knowledgeChat, _default$44 as knowledgeChunkAdd, _default$45 as knowledgeChunkDelete, _default$46 as knowledgeChunkList, _default$47 as knowledgeChunkUpdate, _default$48 as knowledgeCollectionCreate, _default$49 as knowledgeCollectionGet, _default$50 as knowledgeDocDelete, _default$51 as knowledgeDocImportOss, _default$52 as knowledgeDocList, _default$53 as knowledgeDocStatus, _default$54 as knowledgeDocTag, _default$55 as knowledgeDocUpload, _default$56 as knowledgeFileDelete, _default$57 as knowledgeFileGet, _default$58 as knowledgeFileList, _default$59 as knowledgeKbCreate, _default$60 as knowledgeKbDelete, _default$61 as knowledgeKbInfo, _default$62 as knowledgeKbList, _default$63 as knowledgeKbStats, _default$64 as knowledgeKbUpdate, _default$65 as knowledgeRetrieve, _default$66 as knowledgeSearch, _default$67 as knowledgeServiceCopy, _default$68 as knowledgeServiceCreate, _default$69 as knowledgeServiceDelete, _default$70 as knowledgeServiceDeploy, _default$71 as knowledgeServiceGet, _default$72 as knowledgeServiceList, _default$73 as knowledgeServiceUpdate, _default$74 as
|
|
7743
|
+
export { _default as advisorRecommend, _default$1 as appCall, _default$2 as appList, _default$3 as authGenerateAccessToken, _default$4 as authLogin, _default$5 as authLogout, _default$6 as authStatus, _default$7 as configAgent, _default$8 as configList, _default$9 as configSet, _default$10 as configShow, _default$11 as configUi, _default$12 as configUse, _default$13 as consoleCall, _default$14 as datasetDelete, _default$15 as datasetGet, _default$16 as datasetList, _default$17 as datasetUpload, _default$18 as datasetValidate, deployAudioCreate, _default$19 as deployDelete, _default$20 as deployGet, deployImageCreate, _default$21 as deployList, _default$22 as deployModels, _default$23 as deployPause, _default$24 as deployResume, _default$25 as deployScale, deployTextCreate, _default$26 as deployUpdate, _default$27 as fileUpload, finetuneAudioCreate, _default$28 as finetuneCancel, _default$29 as finetuneCapability, _default$30 as finetuneCheckpoints, _default$31 as finetuneDelete, _default$32 as finetuneExport, _default$33 as finetuneGet, finetuneImageCreate, _default$34 as finetuneList, _default$35 as finetuneLogs, _default$36 as finetunePrice, finetuneTextCreate, finetuneVideoCreate, _default$37 as finetuneWatch, _default$38 as imageEdit, _default$39 as imageGenerate, _default$40 as knowledgeCategoryAdd, _default$41 as knowledgeCategoryDelete, _default$42 as knowledgeCategoryList, _default$43 as knowledgeChat, _default$44 as knowledgeChunkAdd, _default$45 as knowledgeChunkDelete, _default$46 as knowledgeChunkList, _default$47 as knowledgeChunkUpdate, _default$48 as knowledgeCollectionCreate, _default$49 as knowledgeCollectionGet, _default$50 as knowledgeDocDelete, _default$51 as knowledgeDocImportOss, _default$52 as knowledgeDocList, _default$53 as knowledgeDocStatus, _default$54 as knowledgeDocTag, _default$55 as knowledgeDocUpload, _default$56 as knowledgeFileDelete, _default$57 as knowledgeFileGet, _default$58 as knowledgeFileList, _default$59 as knowledgeKbCreate, _default$60 as knowledgeKbDelete, _default$61 as knowledgeKbInfo, _default$62 as knowledgeKbList, _default$63 as knowledgeKbStats, _default$64 as knowledgeKbUpdate, _default$65 as knowledgeRetrieve, _default$66 as knowledgeSearch, _default$67 as knowledgeServiceCopy, _default$68 as knowledgeServiceCreate, _default$69 as knowledgeServiceDelete, _default$70 as knowledgeServiceDeploy, _default$71 as knowledgeServiceGet, _default$72 as knowledgeServiceList, _default$73 as knowledgeServiceUpdate, _default$74 as managedAgentAgentCreate, _default$75 as managedAgentAgentGet, _default$76 as managedAgentAgentList, _default$77 as managedAgentAgentSearch, _default$78 as managedAgentAgentVersions, _default$79 as managedAgentApply, _default$80 as managedAgentDeploymentCreate, _default$81 as managedAgentDeploymentGet, _default$82 as managedAgentDeploymentList, _default$83 as managedAgentDeploymentPause, _default$84 as managedAgentDeploymentRun, _default$85 as managedAgentDeploymentRunsGet, _default$86 as managedAgentDeploymentRunsList, _default$87 as managedAgentDeploymentSearch, _default$88 as managedAgentDeploymentUnpause, _default$89 as managedAgentDestroy, _default$90 as managedAgentEnvironmentCreate, _default$91 as managedAgentEnvironmentGet, _default$92 as managedAgentEnvironmentList, _default$93 as managedAgentEnvironmentSearch, managedAgentFileDelete, managedAgentFileDownload, managedAgentFileGet, managedAgentFileList, managedAgentFileSearch, managedAgentFileUpload, _default$94 as managedAgentInit, _default$95 as managedAgentPlan, managedAgentSessionArchive, _default$96 as managedAgentSessionCreate, managedAgentSessionDebug, _default$97 as managedAgentSessionDelete, managedAgentSessionEventList, managedAgentSessionEventList as managedAgentSessionEvents, managedAgentSessionEventSend, managedAgentSessionEventStream, managedAgentSessionExport, _default$98 as managedAgentSessionGet, _default$99 as managedAgentSessionList, _default$100 as managedAgentSessionRun, managedAgentSessionSearch, _default$101 as managedAgentSessionSend, managedAgentSessionUpdate, _default$102 as managedAgentSkillCreate, _default$103 as managedAgentSkillDownload, _default$104 as managedAgentSkillGet, _default$105 as managedAgentSkillList, _default$106 as managedAgentSkillSearch, _default$107 as managedAgentSkillVersions, _default$108 as managedAgentStateImport, _default$109 as managedAgentStateList, _default$110 as managedAgentStateRm, _default$111 as managedAgentStateShow, _default$112 as managedAgentValidate, _default$113 as managedAgentVaultCreate, _default$114 as managedAgentVaultCredentialCreate, _default$115 as managedAgentVaultGet, _default$116 as managedAgentVaultList, _default$117 as managedAgentVaultSearch, _default$118 as mcpCall, _default$119 as mcpList, _default$120 as mcpTools, _default$121 as memoryAdd, _default$122 as memoryDelete, _default$123 as memoryList, _default$124 as memoryProfileCreate, _default$125 as memoryProfileGet, _default$126 as memorySearch, _default$127 as memoryUpdate, _default$128 as modelList, _default$129 as permissionGrant, _default$130 as permissionList, _default$131 as permissionRevoke, _default$132 as pipelineRun, _default$133 as pipelineValidate, _default$134 as pluginInstall, _default$135 as pluginLink, _default$136 as pluginList, _default$137 as pluginRemove, _default$138 as quotaCheck, _default$139 as quotaDelete, _default$140 as quotaHistory, _default$141 as quotaList, _default$142 as quotaUpdate, _default$143 as searchWeb, _default$144 as skillAdd, _default$145 as skillInit, _default$146 as skillList, _default$147 as skillRemove, _default$148 as skillUpdate, _default$149 as speechRecognize, _default$150 as speechSynthesize, _default$151 as textChat, _default$152 as textOmni, _default$153 as tokenPlanAddMember, _default$154 as tokenPlanAssignSeats, _default$155 as tokenPlanCreateKey, _default$156 as tokenPlanListSeats, _default$157 as update, _default$158 as usageCodingPlan, _default$159 as usageFree, _default$160 as usageFreetier, _default$161 as usageStats, _default$162 as usageSummary, _default$163 as usageTokenPlan, _default$164 as videoDownload, _default$165 as videoEdit, _default$166 as videoGenerate, _default$167 as videoRef, _default$168 as videoTaskGet, _default$169 as visionDescribe, _default$170 as workspaceInit, _default$171 as workspaceList };
|