bailian-cli-commands 1.19.0 → 1.21.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 +2119 -181
- package/dist/index.mjs +104 -110
- 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;
|
|
@@ -5448,8 +5424,8 @@ declare const _default$75: _$bailian_cli_core0.Command<{
|
|
|
5448
5424
|
};
|
|
5449
5425
|
}>;
|
|
5450
5426
|
//#endregion
|
|
5451
|
-
//#region src/commands/managed-agent/
|
|
5452
|
-
declare const
|
|
5427
|
+
//#region src/commands/managed-agent/workbench.d.ts
|
|
5428
|
+
declare const managedAgentPlayground: _$bailian_cli_core0.Command<{
|
|
5453
5429
|
file: {
|
|
5454
5430
|
type: "string";
|
|
5455
5431
|
valueHint: string;
|
|
@@ -5458,20 +5434,22 @@ declare const _default$87: _$bailian_cli_core0.Command<{
|
|
|
5458
5434
|
"zh-CN": string;
|
|
5459
5435
|
};
|
|
5460
5436
|
};
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
//#region src/commands/managed-agent/state-show.d.ts
|
|
5464
|
-
declare const _default$89: _$bailian_cli_core0.Command<{
|
|
5465
|
-
address: {
|
|
5466
|
-
type: "string";
|
|
5437
|
+
port: {
|
|
5438
|
+
type: "number";
|
|
5467
5439
|
valueHint: string;
|
|
5468
5440
|
description: {
|
|
5469
5441
|
"en-US": string;
|
|
5470
5442
|
"zh-CN": string;
|
|
5471
5443
|
};
|
|
5472
|
-
required: true;
|
|
5473
5444
|
};
|
|
5474
|
-
|
|
5445
|
+
noOpen: {
|
|
5446
|
+
type: "switch";
|
|
5447
|
+
description: {
|
|
5448
|
+
"en-US": string;
|
|
5449
|
+
"zh-CN": string;
|
|
5450
|
+
};
|
|
5451
|
+
};
|
|
5452
|
+
agent: {
|
|
5475
5453
|
type: "string";
|
|
5476
5454
|
valueHint: string;
|
|
5477
5455
|
description: {
|
|
@@ -5481,18 +5459,19 @@ declare const _default$89: _$bailian_cli_core0.Command<{
|
|
|
5481
5459
|
};
|
|
5482
5460
|
}>;
|
|
5483
5461
|
//#endregion
|
|
5484
|
-
//#region src/commands/managed-agent/
|
|
5485
|
-
declare const
|
|
5486
|
-
|
|
5462
|
+
//#region src/commands/managed-agent/project.d.ts
|
|
5463
|
+
declare const managedAgentProjectInit: _$bailian_cli_core0.Command<{
|
|
5464
|
+
project: {
|
|
5487
5465
|
type: "string";
|
|
5488
5466
|
valueHint: string;
|
|
5489
5467
|
description: {
|
|
5490
5468
|
"en-US": string;
|
|
5491
5469
|
"zh-CN": string;
|
|
5492
5470
|
};
|
|
5493
|
-
required: true;
|
|
5494
5471
|
};
|
|
5495
|
-
|
|
5472
|
+
}>;
|
|
5473
|
+
declare const managedAgentProjectValidate: _$bailian_cli_core0.Command<{
|
|
5474
|
+
project: {
|
|
5496
5475
|
type: "string";
|
|
5497
5476
|
valueHint: string;
|
|
5498
5477
|
description: {
|
|
@@ -5501,37 +5480,34 @@ declare const _default$88: _$bailian_cli_core0.Command<{
|
|
|
5501
5480
|
};
|
|
5502
5481
|
};
|
|
5503
5482
|
}>;
|
|
5504
|
-
|
|
5505
|
-
|
|
5506
|
-
declare const _default$86: _$bailian_cli_core0.Command<{
|
|
5507
|
-
address: {
|
|
5483
|
+
declare const managedAgentProjectBuild: _$bailian_cli_core0.Command<{
|
|
5484
|
+
project: {
|
|
5508
5485
|
type: "string";
|
|
5509
5486
|
valueHint: string;
|
|
5510
5487
|
description: {
|
|
5511
5488
|
"en-US": string;
|
|
5512
5489
|
"zh-CN": string;
|
|
5513
5490
|
};
|
|
5514
|
-
required: true;
|
|
5515
5491
|
};
|
|
5516
|
-
|
|
5492
|
+
}>;
|
|
5493
|
+
declare const managedAgentProjectPublish: _$bailian_cli_core0.Command<{
|
|
5494
|
+
project: {
|
|
5517
5495
|
type: "string";
|
|
5518
5496
|
valueHint: string;
|
|
5519
5497
|
description: {
|
|
5520
5498
|
"en-US": string;
|
|
5521
5499
|
"zh-CN": string;
|
|
5522
5500
|
};
|
|
5523
|
-
required: true;
|
|
5524
5501
|
};
|
|
5525
|
-
|
|
5526
|
-
type: "
|
|
5527
|
-
valueHint: string;
|
|
5502
|
+
noRefresh: {
|
|
5503
|
+
type: "switch";
|
|
5528
5504
|
description: {
|
|
5529
5505
|
"en-US": string;
|
|
5530
5506
|
"zh-CN": string;
|
|
5531
5507
|
};
|
|
5532
5508
|
};
|
|
5533
|
-
|
|
5534
|
-
type: "
|
|
5509
|
+
concurrency: {
|
|
5510
|
+
type: "number";
|
|
5535
5511
|
valueHint: string;
|
|
5536
5512
|
description: {
|
|
5537
5513
|
"en-US": string;
|
|
@@ -5539,10 +5515,8 @@ declare const _default$86: _$bailian_cli_core0.Command<{
|
|
|
5539
5515
|
};
|
|
5540
5516
|
};
|
|
5541
5517
|
}>;
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
declare const _default$78: _$bailian_cli_core0.Command<{
|
|
5545
|
-
file: {
|
|
5518
|
+
declare const managedAgentProjectWorkbench: _$bailian_cli_core0.Command<{
|
|
5519
|
+
project: {
|
|
5546
5520
|
type: "string";
|
|
5547
5521
|
valueHint: string;
|
|
5548
5522
|
description: {
|
|
@@ -5550,23 +5524,24 @@ declare const _default$78: _$bailian_cli_core0.Command<{
|
|
|
5550
5524
|
"zh-CN": string;
|
|
5551
5525
|
};
|
|
5552
5526
|
};
|
|
5553
|
-
|
|
5554
|
-
type: "
|
|
5527
|
+
port: {
|
|
5528
|
+
type: "number";
|
|
5555
5529
|
valueHint: string;
|
|
5556
5530
|
description: {
|
|
5557
5531
|
"en-US": string;
|
|
5558
5532
|
"zh-CN": string;
|
|
5559
5533
|
};
|
|
5560
5534
|
};
|
|
5561
|
-
|
|
5562
|
-
type: "
|
|
5563
|
-
valueHint: string;
|
|
5535
|
+
noOpen: {
|
|
5536
|
+
type: "switch";
|
|
5564
5537
|
description: {
|
|
5565
5538
|
"en-US": string;
|
|
5566
5539
|
"zh-CN": string;
|
|
5567
5540
|
};
|
|
5568
5541
|
};
|
|
5569
|
-
|
|
5542
|
+
}>;
|
|
5543
|
+
declare const managedAgentProjectVersionEnable: _$bailian_cli_core0.Command<{
|
|
5544
|
+
project: {
|
|
5570
5545
|
type: "string";
|
|
5571
5546
|
valueHint: string;
|
|
5572
5547
|
description: {
|
|
@@ -5574,7 +5549,9 @@ declare const _default$78: _$bailian_cli_core0.Command<{
|
|
|
5574
5549
|
"zh-CN": string;
|
|
5575
5550
|
};
|
|
5576
5551
|
};
|
|
5577
|
-
|
|
5552
|
+
}>;
|
|
5553
|
+
declare const managedAgentProjectVersionDisable: _$bailian_cli_core0.Command<{
|
|
5554
|
+
project: {
|
|
5578
5555
|
type: "string";
|
|
5579
5556
|
valueHint: string;
|
|
5580
5557
|
description: {
|
|
@@ -5582,7 +5559,9 @@ declare const _default$78: _$bailian_cli_core0.Command<{
|
|
|
5582
5559
|
"zh-CN": string;
|
|
5583
5560
|
};
|
|
5584
5561
|
};
|
|
5585
|
-
|
|
5562
|
+
}>;
|
|
5563
|
+
declare const managedAgentProjectVersionStatus: _$bailian_cli_core0.Command<{
|
|
5564
|
+
project: {
|
|
5586
5565
|
type: "string";
|
|
5587
5566
|
valueHint: string;
|
|
5588
5567
|
description: {
|
|
@@ -5590,7 +5569,9 @@ declare const _default$78: _$bailian_cli_core0.Command<{
|
|
|
5590
5569
|
"zh-CN": string;
|
|
5591
5570
|
};
|
|
5592
5571
|
};
|
|
5593
|
-
|
|
5572
|
+
}>;
|
|
5573
|
+
declare const managedAgentProjectVersionList: _$bailian_cli_core0.Command<{
|
|
5574
|
+
project: {
|
|
5594
5575
|
type: "string";
|
|
5595
5576
|
valueHint: string;
|
|
5596
5577
|
description: {
|
|
@@ -5598,19 +5579,15 @@ declare const _default$78: _$bailian_cli_core0.Command<{
|
|
|
5598
5579
|
"zh-CN": string;
|
|
5599
5580
|
};
|
|
5600
5581
|
};
|
|
5601
|
-
|
|
5602
|
-
|
|
5603
|
-
//#region src/commands/managed-agent/session-list.d.ts
|
|
5604
|
-
declare const _default$82: _$bailian_cli_core0.Command<{
|
|
5605
|
-
file: {
|
|
5606
|
-
type: "string";
|
|
5582
|
+
limit: {
|
|
5583
|
+
type: "number";
|
|
5607
5584
|
valueHint: string;
|
|
5608
5585
|
description: {
|
|
5609
5586
|
"en-US": string;
|
|
5610
5587
|
"zh-CN": string;
|
|
5611
5588
|
};
|
|
5612
5589
|
};
|
|
5613
|
-
|
|
5590
|
+
cursor: {
|
|
5614
5591
|
type: "string";
|
|
5615
5592
|
valueHint: string;
|
|
5616
5593
|
description: {
|
|
@@ -5618,43 +5595,49 @@ declare const _default$82: _$bailian_cli_core0.Command<{
|
|
|
5618
5595
|
"zh-CN": string;
|
|
5619
5596
|
};
|
|
5620
5597
|
};
|
|
5621
|
-
|
|
5622
|
-
|
|
5598
|
+
}>;
|
|
5599
|
+
declare const managedAgentProjectVersionPreview: _$bailian_cli_core0.Command<{
|
|
5600
|
+
project: {
|
|
5601
|
+
type: "string";
|
|
5602
|
+
valueHint: string;
|
|
5623
5603
|
description: {
|
|
5624
5604
|
"en-US": string;
|
|
5625
5605
|
"zh-CN": string;
|
|
5626
5606
|
};
|
|
5627
5607
|
};
|
|
5628
|
-
|
|
5608
|
+
versionId: {
|
|
5629
5609
|
type: "string";
|
|
5630
5610
|
valueHint: string;
|
|
5611
|
+
required: true;
|
|
5631
5612
|
description: {
|
|
5632
5613
|
"en-US": string;
|
|
5633
5614
|
"zh-CN": string;
|
|
5634
5615
|
};
|
|
5635
5616
|
};
|
|
5636
5617
|
}>;
|
|
5637
|
-
|
|
5638
|
-
|
|
5639
|
-
declare const _default$81: _$bailian_cli_core0.Command<{
|
|
5640
|
-
sessionId: {
|
|
5618
|
+
declare const managedAgentProjectVersionRestore: _$bailian_cli_core0.Command<{
|
|
5619
|
+
project: {
|
|
5641
5620
|
type: "string";
|
|
5642
5621
|
valueHint: string;
|
|
5643
5622
|
description: {
|
|
5644
5623
|
"en-US": string;
|
|
5645
5624
|
"zh-CN": string;
|
|
5646
5625
|
};
|
|
5647
|
-
required: true;
|
|
5648
5626
|
};
|
|
5649
|
-
|
|
5627
|
+
versionId: {
|
|
5650
5628
|
type: "string";
|
|
5651
5629
|
valueHint: string;
|
|
5630
|
+
required: true;
|
|
5652
5631
|
description: {
|
|
5653
5632
|
"en-US": string;
|
|
5654
5633
|
"zh-CN": string;
|
|
5655
5634
|
};
|
|
5656
5635
|
};
|
|
5657
|
-
|
|
5636
|
+
}>;
|
|
5637
|
+
//#endregion
|
|
5638
|
+
//#region src/commands/managed-agent/state-list.d.ts
|
|
5639
|
+
declare const _default$109: _$bailian_cli_core0.Command<{
|
|
5640
|
+
file: {
|
|
5658
5641
|
type: "string";
|
|
5659
5642
|
valueHint: string;
|
|
5660
5643
|
description: {
|
|
@@ -5664,9 +5647,9 @@ declare const _default$81: _$bailian_cli_core0.Command<{
|
|
|
5664
5647
|
};
|
|
5665
5648
|
}>;
|
|
5666
5649
|
//#endregion
|
|
5667
|
-
//#region src/commands/managed-agent/
|
|
5668
|
-
declare const _default$
|
|
5669
|
-
|
|
5650
|
+
//#region src/commands/managed-agent/state-show.d.ts
|
|
5651
|
+
declare const _default$111: _$bailian_cli_core0.Command<{
|
|
5652
|
+
address: {
|
|
5670
5653
|
type: "string";
|
|
5671
5654
|
valueHint: string;
|
|
5672
5655
|
description: {
|
|
@@ -5683,52 +5666,58 @@ declare const _default$79: _$bailian_cli_core0.Command<{
|
|
|
5683
5666
|
"zh-CN": string;
|
|
5684
5667
|
};
|
|
5685
5668
|
};
|
|
5686
|
-
|
|
5669
|
+
}>;
|
|
5670
|
+
//#endregion
|
|
5671
|
+
//#region src/commands/managed-agent/state-rm.d.ts
|
|
5672
|
+
declare const _default$110: _$bailian_cli_core0.Command<{
|
|
5673
|
+
address: {
|
|
5687
5674
|
type: "string";
|
|
5688
5675
|
valueHint: string;
|
|
5689
5676
|
description: {
|
|
5690
5677
|
"en-US": string;
|
|
5691
5678
|
"zh-CN": string;
|
|
5692
5679
|
};
|
|
5680
|
+
required: true;
|
|
5693
5681
|
};
|
|
5694
|
-
|
|
5695
|
-
//#endregion
|
|
5696
|
-
//#region src/commands/managed-agent/session-run.d.ts
|
|
5697
|
-
declare const _default$83: _$bailian_cli_core0.Command<{
|
|
5698
|
-
prompt: {
|
|
5682
|
+
file: {
|
|
5699
5683
|
type: "string";
|
|
5700
5684
|
valueHint: string;
|
|
5701
5685
|
description: {
|
|
5702
5686
|
"en-US": string;
|
|
5703
5687
|
"zh-CN": string;
|
|
5704
5688
|
};
|
|
5705
|
-
required: true;
|
|
5706
5689
|
};
|
|
5707
|
-
|
|
5690
|
+
}>;
|
|
5691
|
+
//#endregion
|
|
5692
|
+
//#region src/commands/managed-agent/state-import.d.ts
|
|
5693
|
+
declare const _default$108: _$bailian_cli_core0.Command<{
|
|
5694
|
+
address: {
|
|
5708
5695
|
type: "string";
|
|
5709
5696
|
valueHint: string;
|
|
5710
5697
|
description: {
|
|
5711
5698
|
"en-US": string;
|
|
5712
5699
|
"zh-CN": string;
|
|
5713
5700
|
};
|
|
5701
|
+
required: true;
|
|
5714
5702
|
};
|
|
5715
|
-
|
|
5703
|
+
remoteId: {
|
|
5716
5704
|
type: "string";
|
|
5717
5705
|
valueHint: string;
|
|
5718
5706
|
description: {
|
|
5719
5707
|
"en-US": string;
|
|
5720
5708
|
"zh-CN": string;
|
|
5721
5709
|
};
|
|
5710
|
+
required: true;
|
|
5722
5711
|
};
|
|
5723
|
-
|
|
5724
|
-
type: "
|
|
5712
|
+
resourceVersion: {
|
|
5713
|
+
type: "number";
|
|
5725
5714
|
valueHint: string;
|
|
5726
5715
|
description: {
|
|
5727
5716
|
"en-US": string;
|
|
5728
5717
|
"zh-CN": string;
|
|
5729
5718
|
};
|
|
5730
5719
|
};
|
|
5731
|
-
|
|
5720
|
+
file: {
|
|
5732
5721
|
type: "string";
|
|
5733
5722
|
valueHint: string;
|
|
5734
5723
|
description: {
|
|
@@ -5736,7 +5725,11 @@ declare const _default$83: _$bailian_cli_core0.Command<{
|
|
|
5736
5725
|
"zh-CN": string;
|
|
5737
5726
|
};
|
|
5738
5727
|
};
|
|
5739
|
-
|
|
5728
|
+
}>;
|
|
5729
|
+
//#endregion
|
|
5730
|
+
//#region src/commands/managed-agent/session-create.d.ts
|
|
5731
|
+
declare const _default$96: _$bailian_cli_core0.Command<{
|
|
5732
|
+
file: {
|
|
5740
5733
|
type: "string";
|
|
5741
5734
|
valueHint: string;
|
|
5742
5735
|
description: {
|
|
@@ -5744,7 +5737,7 @@ declare const _default$83: _$bailian_cli_core0.Command<{
|
|
|
5744
5737
|
"zh-CN": string;
|
|
5745
5738
|
};
|
|
5746
5739
|
};
|
|
5747
|
-
|
|
5740
|
+
agent: {
|
|
5748
5741
|
type: "string";
|
|
5749
5742
|
valueHint: string;
|
|
5750
5743
|
description: {
|
|
@@ -5752,7 +5745,7 @@ declare const _default$83: _$bailian_cli_core0.Command<{
|
|
|
5752
5745
|
"zh-CN": string;
|
|
5753
5746
|
};
|
|
5754
5747
|
};
|
|
5755
|
-
|
|
5748
|
+
environment: {
|
|
5756
5749
|
type: "string";
|
|
5757
5750
|
valueHint: string;
|
|
5758
5751
|
description: {
|
|
@@ -5760,35 +5753,34 @@ declare const _default$83: _$bailian_cli_core0.Command<{
|
|
|
5760
5753
|
"zh-CN": string;
|
|
5761
5754
|
};
|
|
5762
5755
|
};
|
|
5763
|
-
|
|
5764
|
-
type: "
|
|
5756
|
+
vault: {
|
|
5757
|
+
type: "string";
|
|
5758
|
+
valueHint: string;
|
|
5765
5759
|
description: {
|
|
5766
5760
|
"en-US": string;
|
|
5767
5761
|
"zh-CN": string;
|
|
5768
5762
|
};
|
|
5769
5763
|
};
|
|
5770
|
-
|
|
5771
|
-
//#endregion
|
|
5772
|
-
//#region src/commands/managed-agent/session-send.d.ts
|
|
5773
|
-
declare const _default$84: _$bailian_cli_core0.Command<{
|
|
5774
|
-
sessionId: {
|
|
5764
|
+
memoryStores: {
|
|
5775
5765
|
type: "string";
|
|
5776
5766
|
valueHint: string;
|
|
5777
5767
|
description: {
|
|
5778
5768
|
"en-US": string;
|
|
5779
5769
|
"zh-CN": string;
|
|
5780
5770
|
};
|
|
5781
|
-
required: true;
|
|
5782
5771
|
};
|
|
5783
|
-
|
|
5772
|
+
title: {
|
|
5784
5773
|
type: "string";
|
|
5785
5774
|
valueHint: string;
|
|
5786
5775
|
description: {
|
|
5787
5776
|
"en-US": string;
|
|
5788
5777
|
"zh-CN": string;
|
|
5789
5778
|
};
|
|
5790
|
-
required: true;
|
|
5791
5779
|
};
|
|
5780
|
+
}>;
|
|
5781
|
+
//#endregion
|
|
5782
|
+
//#region src/commands/managed-agent/session-list.d.ts
|
|
5783
|
+
declare const _default$99: _$bailian_cli_core0.Command<{
|
|
5792
5784
|
file: {
|
|
5793
5785
|
type: "string";
|
|
5794
5786
|
valueHint: string;
|
|
@@ -5797,7 +5789,7 @@ declare const _default$84: _$bailian_cli_core0.Command<{
|
|
|
5797
5789
|
"zh-CN": string;
|
|
5798
5790
|
};
|
|
5799
5791
|
};
|
|
5800
|
-
|
|
5792
|
+
agent: {
|
|
5801
5793
|
type: "string";
|
|
5802
5794
|
valueHint: string;
|
|
5803
5795
|
description: {
|
|
@@ -5805,26 +5797,1785 @@ declare const _default$84: _$bailian_cli_core0.Command<{
|
|
|
5805
5797
|
"zh-CN": string;
|
|
5806
5798
|
};
|
|
5807
5799
|
};
|
|
5808
|
-
|
|
5800
|
+
all: {
|
|
5801
|
+
type: "switch";
|
|
5802
|
+
description: {
|
|
5803
|
+
"en-US": string;
|
|
5804
|
+
"zh-CN": string;
|
|
5805
|
+
};
|
|
5806
|
+
};
|
|
5807
|
+
limit: {
|
|
5808
|
+
type: "number";
|
|
5809
|
+
valueHint: string;
|
|
5810
|
+
description: {
|
|
5811
|
+
"en-US": string;
|
|
5812
|
+
"zh-CN": string;
|
|
5813
|
+
};
|
|
5814
|
+
};
|
|
5815
|
+
page: {
|
|
5816
|
+
type: "string";
|
|
5817
|
+
valueHint: string;
|
|
5818
|
+
description: {
|
|
5819
|
+
"en-US": string;
|
|
5820
|
+
"zh-CN": string;
|
|
5821
|
+
};
|
|
5822
|
+
};
|
|
5823
|
+
statuses: {
|
|
5824
|
+
type: "string";
|
|
5825
|
+
valueHint: string;
|
|
5826
|
+
description: {
|
|
5827
|
+
"en-US": string;
|
|
5828
|
+
"zh-CN": string;
|
|
5829
|
+
};
|
|
5830
|
+
};
|
|
5831
|
+
createdAtGte: {
|
|
5832
|
+
type: "string";
|
|
5833
|
+
valueHint: string;
|
|
5834
|
+
description: {
|
|
5835
|
+
"en-US": string;
|
|
5836
|
+
"zh-CN": string;
|
|
5837
|
+
};
|
|
5838
|
+
};
|
|
5839
|
+
createdAtLte: {
|
|
5840
|
+
type: "string";
|
|
5841
|
+
valueHint: string;
|
|
5842
|
+
description: {
|
|
5843
|
+
"en-US": string;
|
|
5844
|
+
"zh-CN": string;
|
|
5845
|
+
};
|
|
5846
|
+
};
|
|
5847
|
+
}>;
|
|
5848
|
+
//#endregion
|
|
5849
|
+
//#region src/commands/managed-agent/session-get.d.ts
|
|
5850
|
+
declare const _default$98: _$bailian_cli_core0.Command<{
|
|
5851
|
+
sessionId: {
|
|
5852
|
+
type: "string";
|
|
5853
|
+
valueHint: string;
|
|
5854
|
+
description: {
|
|
5855
|
+
"en-US": string;
|
|
5856
|
+
"zh-CN": string;
|
|
5857
|
+
};
|
|
5858
|
+
required: true;
|
|
5859
|
+
};
|
|
5860
|
+
file: {
|
|
5861
|
+
type: "string";
|
|
5862
|
+
valueHint: string;
|
|
5863
|
+
description: {
|
|
5864
|
+
"en-US": string;
|
|
5865
|
+
"zh-CN": string;
|
|
5866
|
+
};
|
|
5867
|
+
};
|
|
5868
|
+
}>;
|
|
5869
|
+
//#endregion
|
|
5870
|
+
//#region src/commands/managed-agent/session-delete.d.ts
|
|
5871
|
+
declare const _default$97: _$bailian_cli_core0.Command<{
|
|
5872
|
+
sessionId: {
|
|
5873
|
+
type: "string";
|
|
5874
|
+
valueHint: string;
|
|
5875
|
+
description: {
|
|
5876
|
+
"en-US": string;
|
|
5877
|
+
"zh-CN": string;
|
|
5878
|
+
};
|
|
5879
|
+
required: true;
|
|
5880
|
+
};
|
|
5881
|
+
file: {
|
|
5882
|
+
type: "string";
|
|
5883
|
+
valueHint: string;
|
|
5884
|
+
description: {
|
|
5885
|
+
"en-US": string;
|
|
5886
|
+
"zh-CN": string;
|
|
5887
|
+
};
|
|
5888
|
+
};
|
|
5889
|
+
}>;
|
|
5890
|
+
//#endregion
|
|
5891
|
+
//#region src/commands/managed-agent/session-run.d.ts
|
|
5892
|
+
declare const _default$100: _$bailian_cli_core0.Command<{
|
|
5893
|
+
prompt: {
|
|
5894
|
+
type: "string";
|
|
5895
|
+
valueHint: string;
|
|
5896
|
+
description: {
|
|
5897
|
+
"en-US": string;
|
|
5898
|
+
"zh-CN": string;
|
|
5899
|
+
};
|
|
5900
|
+
required: true;
|
|
5901
|
+
};
|
|
5902
|
+
file: {
|
|
5903
|
+
type: "string";
|
|
5904
|
+
valueHint: string;
|
|
5905
|
+
description: {
|
|
5906
|
+
"en-US": string;
|
|
5907
|
+
"zh-CN": string;
|
|
5908
|
+
};
|
|
5909
|
+
};
|
|
5910
|
+
agent: {
|
|
5911
|
+
type: "string";
|
|
5912
|
+
valueHint: string;
|
|
5913
|
+
description: {
|
|
5914
|
+
"en-US": string;
|
|
5915
|
+
"zh-CN": string;
|
|
5916
|
+
};
|
|
5917
|
+
};
|
|
5918
|
+
environment: {
|
|
5919
|
+
type: "string";
|
|
5920
|
+
valueHint: string;
|
|
5921
|
+
description: {
|
|
5922
|
+
"en-US": string;
|
|
5923
|
+
"zh-CN": string;
|
|
5924
|
+
};
|
|
5925
|
+
};
|
|
5926
|
+
vault: {
|
|
5927
|
+
type: "string";
|
|
5928
|
+
valueHint: string;
|
|
5929
|
+
description: {
|
|
5930
|
+
"en-US": string;
|
|
5931
|
+
"zh-CN": string;
|
|
5932
|
+
};
|
|
5933
|
+
};
|
|
5934
|
+
memoryStores: {
|
|
5935
|
+
type: "string";
|
|
5936
|
+
valueHint: string;
|
|
5937
|
+
description: {
|
|
5938
|
+
"en-US": string;
|
|
5939
|
+
"zh-CN": string;
|
|
5940
|
+
};
|
|
5941
|
+
};
|
|
5942
|
+
title: {
|
|
5943
|
+
type: "string";
|
|
5944
|
+
valueHint: string;
|
|
5945
|
+
description: {
|
|
5946
|
+
"en-US": string;
|
|
5947
|
+
"zh-CN": string;
|
|
5948
|
+
};
|
|
5949
|
+
};
|
|
5950
|
+
noStream: {
|
|
5951
|
+
type: "switch";
|
|
5952
|
+
description: {
|
|
5953
|
+
"en-US": string;
|
|
5954
|
+
"zh-CN": string;
|
|
5955
|
+
};
|
|
5956
|
+
};
|
|
5957
|
+
}>;
|
|
5958
|
+
//#endregion
|
|
5959
|
+
//#region src/commands/managed-agent/session-send.d.ts
|
|
5960
|
+
declare const _default$101: _$bailian_cli_core0.Command<{
|
|
5961
|
+
sessionId: {
|
|
5962
|
+
type: "string";
|
|
5963
|
+
valueHint: string;
|
|
5964
|
+
description: {
|
|
5965
|
+
"en-US": string;
|
|
5966
|
+
"zh-CN": string;
|
|
5967
|
+
};
|
|
5968
|
+
required: true;
|
|
5969
|
+
};
|
|
5970
|
+
message: {
|
|
5971
|
+
type: "string";
|
|
5972
|
+
valueHint: string;
|
|
5973
|
+
description: {
|
|
5974
|
+
"en-US": string;
|
|
5975
|
+
"zh-CN": string;
|
|
5976
|
+
};
|
|
5977
|
+
required: true;
|
|
5978
|
+
};
|
|
5979
|
+
file: {
|
|
5980
|
+
type: "string";
|
|
5981
|
+
valueHint: string;
|
|
5982
|
+
description: {
|
|
5983
|
+
"en-US": string;
|
|
5984
|
+
"zh-CN": string;
|
|
5985
|
+
};
|
|
5986
|
+
};
|
|
5987
|
+
noStream: {
|
|
5988
|
+
type: "switch";
|
|
5989
|
+
description: {
|
|
5990
|
+
"en-US": string;
|
|
5991
|
+
"zh-CN": string;
|
|
5992
|
+
};
|
|
5993
|
+
};
|
|
5994
|
+
}>;
|
|
5995
|
+
//#endregion
|
|
5996
|
+
//#region src/commands/managed-agent/session-event.d.ts
|
|
5997
|
+
declare const managedAgentSessionEventList: _$bailian_cli_core0.Command<{
|
|
5998
|
+
readonly file: {
|
|
5999
|
+
type: "string";
|
|
6000
|
+
valueHint: string;
|
|
6001
|
+
description: {
|
|
6002
|
+
"en-US": string;
|
|
6003
|
+
"zh-CN": string;
|
|
6004
|
+
};
|
|
6005
|
+
};
|
|
6006
|
+
readonly limit: {
|
|
6007
|
+
type: "number";
|
|
6008
|
+
valueHint: string;
|
|
6009
|
+
description: {
|
|
6010
|
+
"en-US": string;
|
|
6011
|
+
"zh-CN": string;
|
|
6012
|
+
};
|
|
6013
|
+
};
|
|
6014
|
+
readonly page: {
|
|
6015
|
+
type: "string";
|
|
6016
|
+
valueHint: string;
|
|
6017
|
+
description: {
|
|
6018
|
+
"en-US": string;
|
|
6019
|
+
"zh-CN": string;
|
|
6020
|
+
};
|
|
6021
|
+
};
|
|
6022
|
+
readonly all: {
|
|
6023
|
+
type: "switch";
|
|
6024
|
+
description: {
|
|
6025
|
+
"en-US": string;
|
|
6026
|
+
"zh-CN": string;
|
|
6027
|
+
};
|
|
6028
|
+
};
|
|
6029
|
+
readonly sessionId: {
|
|
6030
|
+
readonly type: "string";
|
|
6031
|
+
readonly valueHint: "<id>";
|
|
6032
|
+
readonly required: true;
|
|
6033
|
+
readonly description: {
|
|
6034
|
+
readonly "en-US": "Session ID";
|
|
6035
|
+
readonly "zh-CN": "Session ID";
|
|
6036
|
+
};
|
|
6037
|
+
};
|
|
6038
|
+
readonly order: {
|
|
6039
|
+
readonly type: "string";
|
|
6040
|
+
readonly valueHint: "<order>";
|
|
6041
|
+
readonly choices: readonly ["asc", "desc"];
|
|
6042
|
+
readonly description: {
|
|
6043
|
+
readonly "en-US": "Event order: asc or desc";
|
|
6044
|
+
readonly "zh-CN": "\u4E8B\u4EF6\u987A\u5E8F\uFF1Aasc \u6216 desc";
|
|
6045
|
+
};
|
|
6046
|
+
};
|
|
6047
|
+
readonly types: {
|
|
6048
|
+
readonly type: "string";
|
|
6049
|
+
readonly valueHint: "<types>";
|
|
6050
|
+
readonly description: {
|
|
6051
|
+
readonly "en-US": "Comma-separated raw event types";
|
|
6052
|
+
readonly "zh-CN": "\u539F\u59CB\u4E8B\u4EF6\u7C7B\u578B\uFF0C\u591A\u4E2A\u4EE5\u9017\u53F7\u5206\u9694";
|
|
6053
|
+
};
|
|
6054
|
+
};
|
|
6055
|
+
readonly createdAtGte: {
|
|
6056
|
+
readonly type: "string";
|
|
6057
|
+
readonly valueHint: "<timestamp>";
|
|
6058
|
+
readonly description: {
|
|
6059
|
+
readonly "en-US": "Created at or after this timestamp";
|
|
6060
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u65E9\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
6061
|
+
};
|
|
6062
|
+
};
|
|
6063
|
+
readonly createdAtLte: {
|
|
6064
|
+
readonly type: "string";
|
|
6065
|
+
readonly valueHint: "<timestamp>";
|
|
6066
|
+
readonly description: {
|
|
6067
|
+
readonly "en-US": "Created at or before this timestamp";
|
|
6068
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u665A\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
6069
|
+
};
|
|
6070
|
+
};
|
|
6071
|
+
}>;
|
|
6072
|
+
declare const managedAgentSessionEventSend: _$bailian_cli_core0.Command<{
|
|
6073
|
+
readonly file: {
|
|
6074
|
+
type: "string";
|
|
6075
|
+
valueHint: string;
|
|
6076
|
+
description: {
|
|
6077
|
+
"en-US": string;
|
|
6078
|
+
"zh-CN": string;
|
|
6079
|
+
};
|
|
6080
|
+
};
|
|
6081
|
+
readonly sessionId: {
|
|
6082
|
+
readonly type: "string";
|
|
6083
|
+
readonly valueHint: "<id>";
|
|
6084
|
+
readonly required: true;
|
|
6085
|
+
readonly description: {
|
|
6086
|
+
readonly "en-US": "Session ID";
|
|
6087
|
+
readonly "zh-CN": "Session ID";
|
|
6088
|
+
};
|
|
6089
|
+
};
|
|
6090
|
+
readonly event: {
|
|
6091
|
+
readonly type: "string";
|
|
6092
|
+
readonly valueHint: "<json|@path>";
|
|
6093
|
+
readonly required: true;
|
|
6094
|
+
readonly description: {
|
|
6095
|
+
readonly "en-US": "Raw event object/array as JSON or @event.json";
|
|
6096
|
+
readonly "zh-CN": "\u539F\u59CB\u4E8B\u4EF6\u5BF9\u8C61/\u6570\u7EC4 JSON\uFF0C\u6216 @event.json";
|
|
6097
|
+
};
|
|
6098
|
+
};
|
|
6099
|
+
}>;
|
|
6100
|
+
declare const managedAgentSessionEventStream: _$bailian_cli_core0.Command<{
|
|
6101
|
+
readonly file: {
|
|
6102
|
+
type: "string";
|
|
6103
|
+
valueHint: string;
|
|
6104
|
+
description: {
|
|
6105
|
+
"en-US": string;
|
|
6106
|
+
"zh-CN": string;
|
|
6107
|
+
};
|
|
6108
|
+
};
|
|
6109
|
+
readonly sessionId: {
|
|
6110
|
+
readonly type: "string";
|
|
6111
|
+
readonly valueHint: "<id>";
|
|
6112
|
+
readonly required: true;
|
|
6113
|
+
readonly description: {
|
|
6114
|
+
readonly "en-US": "Session ID";
|
|
6115
|
+
readonly "zh-CN": "Session ID";
|
|
6116
|
+
};
|
|
6117
|
+
};
|
|
6118
|
+
readonly afterId: {
|
|
6119
|
+
readonly type: "string";
|
|
6120
|
+
readonly valueHint: "<event-id>";
|
|
6121
|
+
readonly description: {
|
|
6122
|
+
readonly "en-US": "Resume after this event ID";
|
|
6123
|
+
readonly "zh-CN": "\u4ECE\u8BE5 Event ID \u4E4B\u540E\u7EE7\u7EED";
|
|
6124
|
+
};
|
|
6125
|
+
};
|
|
6126
|
+
}>;
|
|
6127
|
+
//#endregion
|
|
6128
|
+
//#region src/commands/managed-agent/skill/list.d.ts
|
|
6129
|
+
declare const _default$105: _$bailian_cli_core0.Command<{
|
|
6130
|
+
file: {
|
|
6131
|
+
type: "string";
|
|
6132
|
+
valueHint: string;
|
|
6133
|
+
description: {
|
|
6134
|
+
"en-US": string;
|
|
6135
|
+
"zh-CN": string;
|
|
6136
|
+
};
|
|
6137
|
+
};
|
|
6138
|
+
limit: {
|
|
6139
|
+
type: "number";
|
|
6140
|
+
valueHint: string;
|
|
6141
|
+
description: {
|
|
6142
|
+
"en-US": string;
|
|
6143
|
+
"zh-CN": string;
|
|
6144
|
+
};
|
|
6145
|
+
};
|
|
6146
|
+
page: {
|
|
6147
|
+
type: "string";
|
|
6148
|
+
valueHint: string;
|
|
6149
|
+
description: {
|
|
6150
|
+
"en-US": string;
|
|
6151
|
+
"zh-CN": string;
|
|
6152
|
+
};
|
|
6153
|
+
};
|
|
6154
|
+
all: {
|
|
6155
|
+
type: "switch";
|
|
6156
|
+
description: {
|
|
6157
|
+
"en-US": string;
|
|
6158
|
+
"zh-CN": string;
|
|
6159
|
+
};
|
|
6160
|
+
};
|
|
6161
|
+
source: {
|
|
6162
|
+
readonly type: "string";
|
|
6163
|
+
readonly valueHint: "<source>";
|
|
6164
|
+
readonly choices: readonly ["custom", "official", "all"];
|
|
6165
|
+
readonly description: {
|
|
6166
|
+
readonly "en-US": "Skill catalog: custom (default), official, or all";
|
|
6167
|
+
readonly "zh-CN": "Skill Catalog\uFF1Acustom\uFF08\u9ED8\u8BA4\uFF09\u3001official \u6216 all";
|
|
6168
|
+
};
|
|
6169
|
+
};
|
|
6170
|
+
}>;
|
|
6171
|
+
//#endregion
|
|
6172
|
+
//#region src/commands/managed-agent/agent/create.d.ts
|
|
6173
|
+
declare const _default$74: _$bailian_cli_core0.Command<{
|
|
6174
|
+
name: {
|
|
6175
|
+
type: "string";
|
|
6176
|
+
valueHint: string;
|
|
6177
|
+
required: true;
|
|
6178
|
+
description: {
|
|
6179
|
+
"en-US": string;
|
|
6180
|
+
"zh-CN": string;
|
|
6181
|
+
};
|
|
6182
|
+
};
|
|
6183
|
+
model: {
|
|
6184
|
+
type: "string";
|
|
6185
|
+
valueHint: string;
|
|
6186
|
+
required: true;
|
|
6187
|
+
description: {
|
|
6188
|
+
"en-US": string;
|
|
6189
|
+
"zh-CN": string;
|
|
6190
|
+
};
|
|
6191
|
+
};
|
|
6192
|
+
instructions: {
|
|
6193
|
+
type: "string";
|
|
6194
|
+
valueHint: string;
|
|
6195
|
+
required: true;
|
|
6196
|
+
description: {
|
|
6197
|
+
"en-US": string;
|
|
6198
|
+
"zh-CN": string;
|
|
6199
|
+
};
|
|
6200
|
+
};
|
|
6201
|
+
description: {
|
|
6202
|
+
type: "string";
|
|
6203
|
+
valueHint: string;
|
|
6204
|
+
description: {
|
|
6205
|
+
"en-US": string;
|
|
6206
|
+
"zh-CN": string;
|
|
6207
|
+
};
|
|
6208
|
+
};
|
|
6209
|
+
skill: {
|
|
6210
|
+
type: "array";
|
|
6211
|
+
valueHint: string;
|
|
6212
|
+
description: {
|
|
6213
|
+
"en-US": string;
|
|
6214
|
+
"zh-CN": string;
|
|
6215
|
+
};
|
|
6216
|
+
};
|
|
6217
|
+
skillDir: {
|
|
6218
|
+
type: "array";
|
|
6219
|
+
valueHint: string;
|
|
6220
|
+
description: {
|
|
6221
|
+
"en-US": string;
|
|
6222
|
+
"zh-CN": string;
|
|
6223
|
+
};
|
|
6224
|
+
};
|
|
6225
|
+
type: {
|
|
6226
|
+
type: "string";
|
|
6227
|
+
valueHint: string;
|
|
6228
|
+
choices: string[];
|
|
6229
|
+
description: {
|
|
6230
|
+
"en-US": string;
|
|
6231
|
+
"zh-CN": string;
|
|
6232
|
+
};
|
|
6233
|
+
};
|
|
6234
|
+
tool: {
|
|
6235
|
+
type: "array";
|
|
6236
|
+
valueHint: string;
|
|
6237
|
+
description: {
|
|
6238
|
+
"en-US": string;
|
|
6239
|
+
"zh-CN": string;
|
|
6240
|
+
};
|
|
6241
|
+
};
|
|
6242
|
+
file: {
|
|
6243
|
+
type: "string";
|
|
6244
|
+
valueHint: string;
|
|
6245
|
+
description: {
|
|
6246
|
+
"en-US": string;
|
|
6247
|
+
"zh-CN": string;
|
|
6248
|
+
};
|
|
6249
|
+
};
|
|
6250
|
+
yes: {
|
|
6251
|
+
type: "switch";
|
|
6252
|
+
description: {
|
|
6253
|
+
"en-US": string;
|
|
6254
|
+
"zh-CN": string;
|
|
6255
|
+
};
|
|
6256
|
+
};
|
|
6257
|
+
}>;
|
|
6258
|
+
//#endregion
|
|
6259
|
+
//#region src/commands/managed-agent/environment/create.d.ts
|
|
6260
|
+
declare const _default$90: _$bailian_cli_core0.Command<{
|
|
6261
|
+
name: {
|
|
6262
|
+
type: "string";
|
|
6263
|
+
valueHint: string;
|
|
6264
|
+
required: true;
|
|
6265
|
+
description: {
|
|
6266
|
+
"en-US": string;
|
|
6267
|
+
"zh-CN": string;
|
|
6268
|
+
};
|
|
6269
|
+
};
|
|
6270
|
+
description: {
|
|
6271
|
+
type: "string";
|
|
6272
|
+
valueHint: string;
|
|
6273
|
+
description: {
|
|
6274
|
+
"en-US": string;
|
|
6275
|
+
"zh-CN": string;
|
|
6276
|
+
};
|
|
6277
|
+
};
|
|
6278
|
+
metadata: {
|
|
6279
|
+
type: "array";
|
|
6280
|
+
valueHint: string;
|
|
6281
|
+
description: {
|
|
6282
|
+
"en-US": string;
|
|
6283
|
+
"zh-CN": string;
|
|
6284
|
+
};
|
|
6285
|
+
};
|
|
6286
|
+
apt: {
|
|
6287
|
+
type: "array";
|
|
6288
|
+
valueHint: string;
|
|
6289
|
+
description: {
|
|
6290
|
+
"en-US": string;
|
|
6291
|
+
"zh-CN": string;
|
|
6292
|
+
};
|
|
6293
|
+
};
|
|
6294
|
+
pip: {
|
|
6295
|
+
type: "array";
|
|
6296
|
+
valueHint: string;
|
|
6297
|
+
description: {
|
|
6298
|
+
"en-US": string;
|
|
6299
|
+
"zh-CN": string;
|
|
6300
|
+
};
|
|
6301
|
+
};
|
|
6302
|
+
npm: {
|
|
6303
|
+
type: "array";
|
|
6304
|
+
valueHint: string;
|
|
6305
|
+
description: {
|
|
6306
|
+
"en-US": string;
|
|
6307
|
+
"zh-CN": string;
|
|
6308
|
+
};
|
|
6309
|
+
};
|
|
6310
|
+
cargo: {
|
|
6311
|
+
type: "array";
|
|
6312
|
+
valueHint: string;
|
|
6313
|
+
description: {
|
|
6314
|
+
"en-US": string;
|
|
6315
|
+
"zh-CN": string;
|
|
6316
|
+
};
|
|
6317
|
+
};
|
|
6318
|
+
gem: {
|
|
6319
|
+
type: "array";
|
|
6320
|
+
valueHint: string;
|
|
6321
|
+
description: {
|
|
6322
|
+
"en-US": string;
|
|
6323
|
+
"zh-CN": string;
|
|
6324
|
+
};
|
|
6325
|
+
};
|
|
6326
|
+
go: {
|
|
6327
|
+
type: "array";
|
|
6328
|
+
valueHint: string;
|
|
6329
|
+
description: {
|
|
6330
|
+
"en-US": string;
|
|
6331
|
+
"zh-CN": string;
|
|
6332
|
+
};
|
|
6333
|
+
};
|
|
6334
|
+
file: {
|
|
6335
|
+
type: "string";
|
|
6336
|
+
valueHint: string;
|
|
6337
|
+
description: {
|
|
6338
|
+
"en-US": string;
|
|
6339
|
+
"zh-CN": string;
|
|
6340
|
+
};
|
|
6341
|
+
};
|
|
6342
|
+
yes: {
|
|
6343
|
+
type: "switch";
|
|
6344
|
+
description: {
|
|
6345
|
+
"en-US": string;
|
|
6346
|
+
"zh-CN": string;
|
|
6347
|
+
};
|
|
6348
|
+
};
|
|
6349
|
+
}>;
|
|
6350
|
+
//#endregion
|
|
6351
|
+
//#region src/commands/managed-agent/skill/create.d.ts
|
|
6352
|
+
declare const _default$102: _$bailian_cli_core0.Command<{
|
|
6353
|
+
source: {
|
|
6354
|
+
type: "string";
|
|
6355
|
+
valueHint: string;
|
|
6356
|
+
required: true;
|
|
6357
|
+
description: {
|
|
6358
|
+
"en-US": string;
|
|
6359
|
+
"zh-CN": string;
|
|
6360
|
+
};
|
|
6361
|
+
};
|
|
6362
|
+
file: {
|
|
6363
|
+
type: "string";
|
|
6364
|
+
valueHint: string;
|
|
6365
|
+
description: {
|
|
6366
|
+
"en-US": string;
|
|
6367
|
+
"zh-CN": string;
|
|
6368
|
+
};
|
|
6369
|
+
};
|
|
6370
|
+
yes: {
|
|
6371
|
+
type: "switch";
|
|
6372
|
+
description: {
|
|
6373
|
+
"en-US": string;
|
|
6374
|
+
"zh-CN": string;
|
|
6375
|
+
};
|
|
6376
|
+
};
|
|
6377
|
+
}>;
|
|
6378
|
+
//#endregion
|
|
6379
|
+
//#region src/commands/managed-agent/vault/create.d.ts
|
|
6380
|
+
declare const _default$113: _$bailian_cli_core0.Command<{
|
|
6381
|
+
name: {
|
|
6382
|
+
type: "string";
|
|
6383
|
+
valueHint: string;
|
|
6384
|
+
required: true;
|
|
6385
|
+
description: {
|
|
6386
|
+
"en-US": string;
|
|
6387
|
+
"zh-CN": string;
|
|
6388
|
+
};
|
|
6389
|
+
};
|
|
6390
|
+
metadata: {
|
|
6391
|
+
type: "array";
|
|
6392
|
+
valueHint: string;
|
|
6393
|
+
description: {
|
|
6394
|
+
"en-US": string;
|
|
6395
|
+
"zh-CN": string;
|
|
6396
|
+
};
|
|
6397
|
+
};
|
|
6398
|
+
file: {
|
|
6399
|
+
type: "string";
|
|
6400
|
+
valueHint: string;
|
|
6401
|
+
description: {
|
|
6402
|
+
"en-US": string;
|
|
6403
|
+
"zh-CN": string;
|
|
6404
|
+
};
|
|
6405
|
+
};
|
|
6406
|
+
yes: {
|
|
6407
|
+
type: "switch";
|
|
6408
|
+
description: {
|
|
6409
|
+
"en-US": string;
|
|
6410
|
+
"zh-CN": string;
|
|
6411
|
+
};
|
|
6412
|
+
};
|
|
6413
|
+
}>;
|
|
6414
|
+
//#endregion
|
|
6415
|
+
//#region src/commands/managed-agent/vault/credential/create.d.ts
|
|
6416
|
+
declare const _default$114: _$bailian_cli_core0.Command<{
|
|
6417
|
+
vault: {
|
|
6418
|
+
type: "string";
|
|
6419
|
+
valueHint: string;
|
|
6420
|
+
required: true;
|
|
6421
|
+
description: {
|
|
6422
|
+
"en-US": string;
|
|
6423
|
+
"zh-CN": string;
|
|
6424
|
+
};
|
|
6425
|
+
};
|
|
6426
|
+
name: {
|
|
6427
|
+
type: "string";
|
|
6428
|
+
valueHint: string;
|
|
6429
|
+
required: true;
|
|
6430
|
+
description: {
|
|
6431
|
+
"en-US": string;
|
|
6432
|
+
"zh-CN": string;
|
|
6433
|
+
};
|
|
6434
|
+
};
|
|
6435
|
+
secretName: {
|
|
6436
|
+
type: "string";
|
|
6437
|
+
valueHint: string;
|
|
6438
|
+
required: true;
|
|
6439
|
+
description: {
|
|
6440
|
+
"en-US": string;
|
|
6441
|
+
"zh-CN": string;
|
|
6442
|
+
};
|
|
6443
|
+
};
|
|
6444
|
+
secretEnv: {
|
|
6445
|
+
type: "string";
|
|
6446
|
+
valueHint: string;
|
|
6447
|
+
required: true;
|
|
6448
|
+
description: {
|
|
6449
|
+
"en-US": string;
|
|
6450
|
+
"zh-CN": string;
|
|
6451
|
+
};
|
|
6452
|
+
};
|
|
6453
|
+
metadata: {
|
|
6454
|
+
type: "array";
|
|
6455
|
+
valueHint: string;
|
|
6456
|
+
description: {
|
|
6457
|
+
"en-US": string;
|
|
6458
|
+
"zh-CN": string;
|
|
6459
|
+
};
|
|
6460
|
+
};
|
|
6461
|
+
file: {
|
|
6462
|
+
type: "string";
|
|
6463
|
+
valueHint: string;
|
|
6464
|
+
description: {
|
|
6465
|
+
"en-US": string;
|
|
6466
|
+
"zh-CN": string;
|
|
6467
|
+
};
|
|
6468
|
+
};
|
|
6469
|
+
yes: {
|
|
6470
|
+
type: "switch";
|
|
6471
|
+
description: {
|
|
6472
|
+
"en-US": string;
|
|
6473
|
+
"zh-CN": string;
|
|
6474
|
+
};
|
|
6475
|
+
};
|
|
6476
|
+
}>;
|
|
6477
|
+
//#endregion
|
|
6478
|
+
//#region src/commands/managed-agent/deployment/create.d.ts
|
|
6479
|
+
declare const _default$80: _$bailian_cli_core0.Command<{
|
|
6480
|
+
name: {
|
|
6481
|
+
type: "string";
|
|
6482
|
+
valueHint: string;
|
|
6483
|
+
required: true;
|
|
6484
|
+
description: {
|
|
6485
|
+
"en-US": string;
|
|
6486
|
+
"zh-CN": string;
|
|
6487
|
+
};
|
|
6488
|
+
};
|
|
6489
|
+
agent: {
|
|
6490
|
+
type: "string";
|
|
6491
|
+
valueHint: string;
|
|
6492
|
+
required: true;
|
|
6493
|
+
description: {
|
|
6494
|
+
"en-US": string;
|
|
6495
|
+
"zh-CN": string;
|
|
6496
|
+
};
|
|
6497
|
+
};
|
|
6498
|
+
agentVersion: {
|
|
6499
|
+
type: "number";
|
|
6500
|
+
valueHint: string;
|
|
6501
|
+
description: {
|
|
6502
|
+
"en-US": string;
|
|
6503
|
+
"zh-CN": string;
|
|
6504
|
+
};
|
|
6505
|
+
};
|
|
6506
|
+
environment: {
|
|
6507
|
+
type: "string";
|
|
6508
|
+
valueHint: string;
|
|
6509
|
+
description: {
|
|
6510
|
+
"en-US": string;
|
|
6511
|
+
"zh-CN": string;
|
|
6512
|
+
};
|
|
6513
|
+
};
|
|
6514
|
+
vault: {
|
|
6515
|
+
type: "array";
|
|
6516
|
+
valueHint: string;
|
|
6517
|
+
description: {
|
|
6518
|
+
"en-US": string;
|
|
6519
|
+
"zh-CN": string;
|
|
6520
|
+
};
|
|
6521
|
+
};
|
|
6522
|
+
message: {
|
|
6523
|
+
type: "array";
|
|
6524
|
+
valueHint: string;
|
|
6525
|
+
description: {
|
|
6526
|
+
"en-US": string;
|
|
6527
|
+
"zh-CN": string;
|
|
6528
|
+
};
|
|
6529
|
+
};
|
|
6530
|
+
event: {
|
|
6531
|
+
type: "array";
|
|
6532
|
+
valueHint: string;
|
|
6533
|
+
description: {
|
|
6534
|
+
"en-US": string;
|
|
6535
|
+
"zh-CN": string;
|
|
6536
|
+
};
|
|
6537
|
+
};
|
|
6538
|
+
resource: {
|
|
6539
|
+
type: "array";
|
|
6540
|
+
valueHint: string;
|
|
6541
|
+
description: {
|
|
6542
|
+
"en-US": string;
|
|
6543
|
+
"zh-CN": string;
|
|
6544
|
+
};
|
|
6545
|
+
};
|
|
6546
|
+
schedule: {
|
|
6547
|
+
type: "string";
|
|
6548
|
+
valueHint: string;
|
|
6549
|
+
description: {
|
|
6550
|
+
"en-US": string;
|
|
6551
|
+
"zh-CN": string;
|
|
6552
|
+
};
|
|
6553
|
+
};
|
|
6554
|
+
timezone: {
|
|
6555
|
+
type: "string";
|
|
6556
|
+
valueHint: string;
|
|
6557
|
+
description: {
|
|
6558
|
+
"en-US": string;
|
|
6559
|
+
"zh-CN": string;
|
|
6560
|
+
};
|
|
6561
|
+
};
|
|
6562
|
+
description: {
|
|
6563
|
+
type: "string";
|
|
6564
|
+
valueHint: string;
|
|
6565
|
+
description: {
|
|
6566
|
+
"en-US": string;
|
|
6567
|
+
"zh-CN": string;
|
|
6568
|
+
};
|
|
6569
|
+
};
|
|
6570
|
+
metadata: {
|
|
6571
|
+
type: "array";
|
|
6572
|
+
valueHint: string;
|
|
6573
|
+
description: {
|
|
6574
|
+
"en-US": string;
|
|
6575
|
+
"zh-CN": string;
|
|
6576
|
+
};
|
|
6577
|
+
};
|
|
6578
|
+
file: {
|
|
6579
|
+
type: "string";
|
|
6580
|
+
valueHint: string;
|
|
6581
|
+
description: {
|
|
6582
|
+
"en-US": string;
|
|
6583
|
+
"zh-CN": string;
|
|
6584
|
+
};
|
|
6585
|
+
};
|
|
6586
|
+
yes: {
|
|
6587
|
+
type: "switch";
|
|
6588
|
+
description: {
|
|
6589
|
+
"en-US": string;
|
|
6590
|
+
"zh-CN": string;
|
|
6591
|
+
};
|
|
6592
|
+
};
|
|
6593
|
+
}>;
|
|
6594
|
+
//#endregion
|
|
6595
|
+
//#region src/commands/managed-agent/agent/get.d.ts
|
|
6596
|
+
declare const _default$75: _$bailian_cli_core0.Command<{
|
|
6597
|
+
readonly file: {
|
|
6598
|
+
type: "string";
|
|
6599
|
+
valueHint: string;
|
|
6600
|
+
description: {
|
|
6601
|
+
"en-US": string;
|
|
6602
|
+
"zh-CN": string;
|
|
6603
|
+
};
|
|
6604
|
+
};
|
|
6605
|
+
readonly agentId: {
|
|
6606
|
+
readonly type: "string";
|
|
6607
|
+
readonly valueHint: "<id>";
|
|
6608
|
+
readonly required: true;
|
|
6609
|
+
readonly description: {
|
|
6610
|
+
readonly "en-US": "Agent ID";
|
|
6611
|
+
readonly "zh-CN": "Agent ID";
|
|
6612
|
+
};
|
|
6613
|
+
};
|
|
6614
|
+
readonly agentVersion: {
|
|
6615
|
+
readonly type: "number";
|
|
6616
|
+
readonly valueHint: "<n>";
|
|
6617
|
+
readonly description: {
|
|
6618
|
+
readonly "en-US": "Specific agent version";
|
|
6619
|
+
readonly "zh-CN": "\u6307\u5B9A Agent \u7248\u672C";
|
|
6620
|
+
};
|
|
6621
|
+
};
|
|
6622
|
+
}>;
|
|
6623
|
+
//#endregion
|
|
6624
|
+
//#region src/commands/managed-agent/agent/list.d.ts
|
|
6625
|
+
declare const _default$76: _$bailian_cli_core0.Command<{
|
|
6626
|
+
file: {
|
|
6627
|
+
type: "string";
|
|
6628
|
+
valueHint: string;
|
|
6629
|
+
description: {
|
|
6630
|
+
"en-US": string;
|
|
6631
|
+
"zh-CN": string;
|
|
6632
|
+
};
|
|
6633
|
+
};
|
|
6634
|
+
limit: {
|
|
6635
|
+
type: "number";
|
|
6636
|
+
valueHint: string;
|
|
6637
|
+
description: {
|
|
6638
|
+
"en-US": string;
|
|
6639
|
+
"zh-CN": string;
|
|
6640
|
+
};
|
|
6641
|
+
};
|
|
6642
|
+
page: {
|
|
6643
|
+
type: "string";
|
|
6644
|
+
valueHint: string;
|
|
6645
|
+
description: {
|
|
6646
|
+
"en-US": string;
|
|
6647
|
+
"zh-CN": string;
|
|
6648
|
+
};
|
|
6649
|
+
};
|
|
6650
|
+
all: {
|
|
6651
|
+
type: "switch";
|
|
6652
|
+
description: {
|
|
6653
|
+
"en-US": string;
|
|
6654
|
+
"zh-CN": string;
|
|
6655
|
+
};
|
|
6656
|
+
};
|
|
6657
|
+
includeArchived: {
|
|
6658
|
+
type: "switch";
|
|
6659
|
+
description: {
|
|
6660
|
+
"en-US": string;
|
|
6661
|
+
"zh-CN": string;
|
|
6662
|
+
};
|
|
6663
|
+
};
|
|
6664
|
+
}>;
|
|
6665
|
+
//#endregion
|
|
6666
|
+
//#region src/commands/managed-agent/agent/search.d.ts
|
|
6667
|
+
declare const _default$77: _$bailian_cli_core0.Command<{
|
|
6668
|
+
file: {
|
|
6669
|
+
type: "string";
|
|
6670
|
+
valueHint: string;
|
|
6671
|
+
description: {
|
|
6672
|
+
"en-US": string;
|
|
6673
|
+
"zh-CN": string;
|
|
6674
|
+
};
|
|
6675
|
+
};
|
|
6676
|
+
query: {
|
|
6677
|
+
type: "string";
|
|
6678
|
+
valueHint: string;
|
|
6679
|
+
required: true;
|
|
6680
|
+
description: {
|
|
6681
|
+
"en-US": string;
|
|
6682
|
+
"zh-CN": string;
|
|
6683
|
+
};
|
|
6684
|
+
};
|
|
6685
|
+
pageLimit: {
|
|
6686
|
+
type: "number";
|
|
6687
|
+
valueHint: string;
|
|
6688
|
+
description: {
|
|
6689
|
+
"en-US": string;
|
|
6690
|
+
"zh-CN": string;
|
|
6691
|
+
};
|
|
6692
|
+
};
|
|
6693
|
+
includeArchived: {
|
|
6694
|
+
type: "switch";
|
|
6695
|
+
description: {
|
|
6696
|
+
"en-US": string;
|
|
6697
|
+
"zh-CN": string;
|
|
6698
|
+
};
|
|
6699
|
+
};
|
|
6700
|
+
limit: {
|
|
6701
|
+
type: "number";
|
|
6702
|
+
valueHint: string;
|
|
6703
|
+
description: {
|
|
6704
|
+
"en-US": string;
|
|
6705
|
+
"zh-CN": string;
|
|
6706
|
+
};
|
|
6707
|
+
};
|
|
6708
|
+
}>;
|
|
6709
|
+
//#endregion
|
|
6710
|
+
//#region src/commands/managed-agent/agent/versions.d.ts
|
|
6711
|
+
declare const _default$78: _$bailian_cli_core0.Command<{
|
|
6712
|
+
file: {
|
|
6713
|
+
type: "string";
|
|
6714
|
+
valueHint: string;
|
|
6715
|
+
description: {
|
|
6716
|
+
"en-US": string;
|
|
6717
|
+
"zh-CN": string;
|
|
6718
|
+
};
|
|
6719
|
+
};
|
|
6720
|
+
limit: {
|
|
6721
|
+
type: "number";
|
|
6722
|
+
valueHint: string;
|
|
6723
|
+
description: {
|
|
6724
|
+
"en-US": string;
|
|
6725
|
+
"zh-CN": string;
|
|
6726
|
+
};
|
|
6727
|
+
};
|
|
6728
|
+
page: {
|
|
6729
|
+
type: "string";
|
|
6730
|
+
valueHint: string;
|
|
6731
|
+
description: {
|
|
6732
|
+
"en-US": string;
|
|
6733
|
+
"zh-CN": string;
|
|
6734
|
+
};
|
|
6735
|
+
};
|
|
6736
|
+
all: {
|
|
6737
|
+
type: "switch";
|
|
6738
|
+
description: {
|
|
6739
|
+
"en-US": string;
|
|
6740
|
+
"zh-CN": string;
|
|
6741
|
+
};
|
|
6742
|
+
};
|
|
6743
|
+
agentId: {
|
|
6744
|
+
readonly type: "string";
|
|
6745
|
+
readonly valueHint: "<id>";
|
|
6746
|
+
readonly required: true;
|
|
6747
|
+
readonly description: {
|
|
6748
|
+
readonly "en-US": "Agent ID";
|
|
6749
|
+
readonly "zh-CN": "Agent ID";
|
|
6750
|
+
};
|
|
6751
|
+
};
|
|
6752
|
+
}>;
|
|
6753
|
+
//#endregion
|
|
6754
|
+
//#region src/commands/managed-agent/environment/get.d.ts
|
|
6755
|
+
declare const _default$91: _$bailian_cli_core0.Command<{
|
|
6756
|
+
readonly file: {
|
|
6757
|
+
type: "string";
|
|
6758
|
+
valueHint: string;
|
|
6759
|
+
description: {
|
|
6760
|
+
"en-US": string;
|
|
6761
|
+
"zh-CN": string;
|
|
6762
|
+
};
|
|
6763
|
+
};
|
|
6764
|
+
readonly environmentId: {
|
|
6765
|
+
readonly type: "string";
|
|
6766
|
+
readonly valueHint: "<id>";
|
|
6767
|
+
readonly required: true;
|
|
6768
|
+
readonly description: {
|
|
6769
|
+
readonly "en-US": "Environment ID";
|
|
6770
|
+
readonly "zh-CN": "Environment ID";
|
|
6771
|
+
};
|
|
6772
|
+
};
|
|
6773
|
+
}>;
|
|
6774
|
+
//#endregion
|
|
6775
|
+
//#region src/commands/managed-agent/environment/list.d.ts
|
|
6776
|
+
declare const _default$92: _$bailian_cli_core0.Command<{
|
|
6777
|
+
file: {
|
|
6778
|
+
type: "string";
|
|
6779
|
+
valueHint: string;
|
|
6780
|
+
description: {
|
|
6781
|
+
"en-US": string;
|
|
6782
|
+
"zh-CN": string;
|
|
6783
|
+
};
|
|
6784
|
+
};
|
|
6785
|
+
limit: {
|
|
6786
|
+
type: "number";
|
|
6787
|
+
valueHint: string;
|
|
6788
|
+
description: {
|
|
6789
|
+
"en-US": string;
|
|
6790
|
+
"zh-CN": string;
|
|
6791
|
+
};
|
|
6792
|
+
};
|
|
6793
|
+
page: {
|
|
6794
|
+
type: "string";
|
|
6795
|
+
valueHint: string;
|
|
6796
|
+
description: {
|
|
6797
|
+
"en-US": string;
|
|
6798
|
+
"zh-CN": string;
|
|
6799
|
+
};
|
|
6800
|
+
};
|
|
6801
|
+
all: {
|
|
6802
|
+
type: "switch";
|
|
6803
|
+
description: {
|
|
6804
|
+
"en-US": string;
|
|
6805
|
+
"zh-CN": string;
|
|
6806
|
+
};
|
|
6807
|
+
};
|
|
6808
|
+
includeArchived: {
|
|
6809
|
+
type: "switch";
|
|
6810
|
+
description: {
|
|
6811
|
+
"en-US": string;
|
|
6812
|
+
"zh-CN": string;
|
|
6813
|
+
};
|
|
6814
|
+
};
|
|
6815
|
+
}>;
|
|
6816
|
+
//#endregion
|
|
6817
|
+
//#region src/commands/managed-agent/environment/search.d.ts
|
|
6818
|
+
declare const _default$93: _$bailian_cli_core0.Command<{
|
|
6819
|
+
file: {
|
|
6820
|
+
type: "string";
|
|
6821
|
+
valueHint: string;
|
|
6822
|
+
description: {
|
|
6823
|
+
"en-US": string;
|
|
6824
|
+
"zh-CN": string;
|
|
6825
|
+
};
|
|
6826
|
+
};
|
|
6827
|
+
query: {
|
|
6828
|
+
type: "string";
|
|
6829
|
+
valueHint: string;
|
|
6830
|
+
required: true;
|
|
6831
|
+
description: {
|
|
6832
|
+
"en-US": string;
|
|
6833
|
+
"zh-CN": string;
|
|
6834
|
+
};
|
|
6835
|
+
};
|
|
6836
|
+
pageLimit: {
|
|
6837
|
+
type: "number";
|
|
6838
|
+
valueHint: string;
|
|
6839
|
+
description: {
|
|
6840
|
+
"en-US": string;
|
|
6841
|
+
"zh-CN": string;
|
|
6842
|
+
};
|
|
6843
|
+
};
|
|
6844
|
+
includeArchived: {
|
|
6845
|
+
type: "switch";
|
|
6846
|
+
description: {
|
|
6847
|
+
"en-US": string;
|
|
6848
|
+
"zh-CN": string;
|
|
6849
|
+
};
|
|
6850
|
+
};
|
|
6851
|
+
limit: {
|
|
6852
|
+
type: "number";
|
|
6853
|
+
valueHint: string;
|
|
6854
|
+
description: {
|
|
6855
|
+
"en-US": string;
|
|
6856
|
+
"zh-CN": string;
|
|
6857
|
+
};
|
|
6858
|
+
};
|
|
6859
|
+
}>;
|
|
6860
|
+
//#endregion
|
|
6861
|
+
//#region src/commands/managed-agent/skill/download.d.ts
|
|
6862
|
+
declare const _default$103: _$bailian_cli_core0.Command<{
|
|
6863
|
+
readonly file: {
|
|
6864
|
+
type: "string";
|
|
6865
|
+
valueHint: string;
|
|
6866
|
+
description: {
|
|
6867
|
+
"en-US": string;
|
|
6868
|
+
"zh-CN": string;
|
|
6869
|
+
};
|
|
6870
|
+
};
|
|
6871
|
+
readonly skillId: {
|
|
6872
|
+
readonly type: "string";
|
|
6873
|
+
readonly valueHint: "<id>";
|
|
6874
|
+
readonly required: true;
|
|
6875
|
+
readonly description: {
|
|
6876
|
+
readonly "en-US": "Skill ID";
|
|
6877
|
+
readonly "zh-CN": "Skill ID";
|
|
6878
|
+
};
|
|
6879
|
+
};
|
|
6880
|
+
readonly skillVersion: {
|
|
6881
|
+
readonly type: "string";
|
|
6882
|
+
readonly valueHint: "<version>";
|
|
6883
|
+
readonly required: true;
|
|
6884
|
+
readonly description: {
|
|
6885
|
+
readonly "en-US": "Skill version";
|
|
6886
|
+
readonly "zh-CN": "Skill \u7248\u672C";
|
|
6887
|
+
};
|
|
6888
|
+
};
|
|
6889
|
+
readonly outputFile: {
|
|
6890
|
+
readonly type: "string";
|
|
6891
|
+
readonly valueHint: "<path>";
|
|
6892
|
+
readonly required: true;
|
|
6893
|
+
readonly description: {
|
|
6894
|
+
readonly "en-US": "Destination ZIP path";
|
|
6895
|
+
readonly "zh-CN": "\u76EE\u6807 ZIP \u8DEF\u5F84";
|
|
6896
|
+
};
|
|
6897
|
+
};
|
|
6898
|
+
readonly force: {
|
|
6899
|
+
readonly type: "switch";
|
|
6900
|
+
readonly description: {
|
|
6901
|
+
readonly "en-US": "Overwrite an existing output file";
|
|
6902
|
+
readonly "zh-CN": "\u8986\u76D6\u5DF2\u5B58\u5728\u7684\u8F93\u51FA\u6587\u4EF6";
|
|
6903
|
+
};
|
|
6904
|
+
};
|
|
6905
|
+
}>;
|
|
6906
|
+
//#endregion
|
|
6907
|
+
//#region src/commands/managed-agent/skill/get.d.ts
|
|
6908
|
+
declare const _default$104: _$bailian_cli_core0.Command<{
|
|
6909
|
+
readonly file: {
|
|
6910
|
+
type: "string";
|
|
6911
|
+
valueHint: string;
|
|
6912
|
+
description: {
|
|
6913
|
+
"en-US": string;
|
|
6914
|
+
"zh-CN": string;
|
|
6915
|
+
};
|
|
6916
|
+
};
|
|
6917
|
+
readonly skillId: {
|
|
6918
|
+
readonly type: "string";
|
|
6919
|
+
readonly valueHint: "<id>";
|
|
6920
|
+
readonly required: true;
|
|
6921
|
+
readonly description: {
|
|
6922
|
+
readonly "en-US": "Skill ID";
|
|
6923
|
+
readonly "zh-CN": "Skill ID";
|
|
6924
|
+
};
|
|
6925
|
+
};
|
|
6926
|
+
}>;
|
|
6927
|
+
//#endregion
|
|
6928
|
+
//#region src/commands/managed-agent/skill/search.d.ts
|
|
6929
|
+
declare const _default$106: _$bailian_cli_core0.Command<{
|
|
6930
|
+
file: {
|
|
6931
|
+
type: "string";
|
|
6932
|
+
valueHint: string;
|
|
6933
|
+
description: {
|
|
6934
|
+
"en-US": string;
|
|
6935
|
+
"zh-CN": string;
|
|
6936
|
+
};
|
|
6937
|
+
};
|
|
6938
|
+
query: {
|
|
6939
|
+
type: "string";
|
|
6940
|
+
valueHint: string;
|
|
6941
|
+
required: true;
|
|
6942
|
+
description: {
|
|
6943
|
+
"en-US": string;
|
|
6944
|
+
"zh-CN": string;
|
|
6945
|
+
};
|
|
6946
|
+
};
|
|
6947
|
+
pageLimit: {
|
|
6948
|
+
type: "number";
|
|
6949
|
+
valueHint: string;
|
|
6950
|
+
description: {
|
|
6951
|
+
"en-US": string;
|
|
6952
|
+
"zh-CN": string;
|
|
6953
|
+
};
|
|
6954
|
+
};
|
|
6955
|
+
source: {
|
|
6956
|
+
readonly type: "string";
|
|
6957
|
+
readonly valueHint: "<source>";
|
|
6958
|
+
readonly choices: readonly ["custom", "official", "all"];
|
|
6959
|
+
readonly description: {
|
|
6960
|
+
readonly "en-US": "Skill catalog: custom (default), official, or all";
|
|
6961
|
+
readonly "zh-CN": "Skill Catalog\uFF1Acustom\uFF08\u9ED8\u8BA4\uFF09\u3001official \u6216 all";
|
|
6962
|
+
};
|
|
6963
|
+
};
|
|
6964
|
+
limit: {
|
|
6965
|
+
type: "number";
|
|
6966
|
+
valueHint: string;
|
|
6967
|
+
description: {
|
|
6968
|
+
"en-US": string;
|
|
6969
|
+
"zh-CN": string;
|
|
6970
|
+
};
|
|
6971
|
+
};
|
|
6972
|
+
}>;
|
|
6973
|
+
//#endregion
|
|
6974
|
+
//#region src/commands/managed-agent/skill/versions.d.ts
|
|
6975
|
+
declare const _default$107: _$bailian_cli_core0.Command<{
|
|
6976
|
+
file: {
|
|
6977
|
+
type: "string";
|
|
6978
|
+
valueHint: string;
|
|
6979
|
+
description: {
|
|
6980
|
+
"en-US": string;
|
|
6981
|
+
"zh-CN": string;
|
|
6982
|
+
};
|
|
6983
|
+
};
|
|
6984
|
+
limit: {
|
|
6985
|
+
type: "number";
|
|
6986
|
+
valueHint: string;
|
|
6987
|
+
description: {
|
|
6988
|
+
"en-US": string;
|
|
6989
|
+
"zh-CN": string;
|
|
6990
|
+
};
|
|
6991
|
+
};
|
|
6992
|
+
page: {
|
|
6993
|
+
type: "string";
|
|
6994
|
+
valueHint: string;
|
|
6995
|
+
description: {
|
|
6996
|
+
"en-US": string;
|
|
6997
|
+
"zh-CN": string;
|
|
6998
|
+
};
|
|
6999
|
+
};
|
|
7000
|
+
all: {
|
|
7001
|
+
type: "switch";
|
|
7002
|
+
description: {
|
|
7003
|
+
"en-US": string;
|
|
7004
|
+
"zh-CN": string;
|
|
7005
|
+
};
|
|
7006
|
+
};
|
|
7007
|
+
skillId: {
|
|
7008
|
+
readonly type: "string";
|
|
7009
|
+
readonly valueHint: "<id>";
|
|
7010
|
+
readonly required: true;
|
|
7011
|
+
readonly description: {
|
|
7012
|
+
readonly "en-US": "Skill ID";
|
|
7013
|
+
readonly "zh-CN": "Skill ID";
|
|
7014
|
+
};
|
|
7015
|
+
};
|
|
7016
|
+
}>;
|
|
7017
|
+
//#endregion
|
|
7018
|
+
//#region src/commands/managed-agent/vault/get.d.ts
|
|
7019
|
+
declare const _default$115: _$bailian_cli_core0.Command<{
|
|
7020
|
+
readonly file: {
|
|
7021
|
+
type: "string";
|
|
7022
|
+
valueHint: string;
|
|
7023
|
+
description: {
|
|
7024
|
+
"en-US": string;
|
|
7025
|
+
"zh-CN": string;
|
|
7026
|
+
};
|
|
7027
|
+
};
|
|
7028
|
+
readonly vaultId: {
|
|
7029
|
+
readonly type: "string";
|
|
7030
|
+
readonly valueHint: "<id>";
|
|
7031
|
+
readonly required: true;
|
|
7032
|
+
readonly description: {
|
|
7033
|
+
readonly "en-US": "Vault ID";
|
|
7034
|
+
readonly "zh-CN": "Vault ID";
|
|
7035
|
+
};
|
|
7036
|
+
};
|
|
7037
|
+
}>;
|
|
7038
|
+
//#endregion
|
|
7039
|
+
//#region src/commands/managed-agent/vault/list.d.ts
|
|
7040
|
+
declare const _default$116: _$bailian_cli_core0.Command<{
|
|
7041
|
+
file: {
|
|
7042
|
+
type: "string";
|
|
7043
|
+
valueHint: string;
|
|
7044
|
+
description: {
|
|
7045
|
+
"en-US": string;
|
|
7046
|
+
"zh-CN": string;
|
|
7047
|
+
};
|
|
7048
|
+
};
|
|
7049
|
+
limit: {
|
|
7050
|
+
type: "number";
|
|
7051
|
+
valueHint: string;
|
|
7052
|
+
description: {
|
|
7053
|
+
"en-US": string;
|
|
7054
|
+
"zh-CN": string;
|
|
7055
|
+
};
|
|
7056
|
+
};
|
|
7057
|
+
page: {
|
|
7058
|
+
type: "string";
|
|
7059
|
+
valueHint: string;
|
|
7060
|
+
description: {
|
|
7061
|
+
"en-US": string;
|
|
7062
|
+
"zh-CN": string;
|
|
7063
|
+
};
|
|
7064
|
+
};
|
|
7065
|
+
all: {
|
|
7066
|
+
type: "switch";
|
|
7067
|
+
description: {
|
|
7068
|
+
"en-US": string;
|
|
7069
|
+
"zh-CN": string;
|
|
7070
|
+
};
|
|
7071
|
+
};
|
|
7072
|
+
includeArchived: {
|
|
7073
|
+
type: "switch";
|
|
7074
|
+
description: {
|
|
7075
|
+
"en-US": string;
|
|
7076
|
+
"zh-CN": string;
|
|
7077
|
+
};
|
|
7078
|
+
};
|
|
7079
|
+
}>;
|
|
7080
|
+
//#endregion
|
|
7081
|
+
//#region src/commands/managed-agent/vault/search.d.ts
|
|
7082
|
+
declare const _default$117: _$bailian_cli_core0.Command<{
|
|
7083
|
+
file: {
|
|
7084
|
+
type: "string";
|
|
7085
|
+
valueHint: string;
|
|
7086
|
+
description: {
|
|
7087
|
+
"en-US": string;
|
|
7088
|
+
"zh-CN": string;
|
|
7089
|
+
};
|
|
7090
|
+
};
|
|
7091
|
+
query: {
|
|
7092
|
+
type: "string";
|
|
7093
|
+
valueHint: string;
|
|
7094
|
+
required: true;
|
|
7095
|
+
description: {
|
|
7096
|
+
"en-US": string;
|
|
7097
|
+
"zh-CN": string;
|
|
7098
|
+
};
|
|
7099
|
+
};
|
|
7100
|
+
pageLimit: {
|
|
7101
|
+
type: "number";
|
|
7102
|
+
valueHint: string;
|
|
7103
|
+
description: {
|
|
7104
|
+
"en-US": string;
|
|
7105
|
+
"zh-CN": string;
|
|
7106
|
+
};
|
|
7107
|
+
};
|
|
7108
|
+
includeArchived: {
|
|
7109
|
+
type: "switch";
|
|
7110
|
+
description: {
|
|
7111
|
+
"en-US": string;
|
|
7112
|
+
"zh-CN": string;
|
|
7113
|
+
};
|
|
7114
|
+
};
|
|
7115
|
+
limit: {
|
|
7116
|
+
type: "number";
|
|
7117
|
+
valueHint: string;
|
|
7118
|
+
description: {
|
|
7119
|
+
"en-US": string;
|
|
7120
|
+
"zh-CN": string;
|
|
7121
|
+
};
|
|
7122
|
+
};
|
|
7123
|
+
}>;
|
|
7124
|
+
//#endregion
|
|
7125
|
+
//#region src/commands/managed-agent/deployment/get.d.ts
|
|
7126
|
+
declare const _default$81: _$bailian_cli_core0.Command<{
|
|
7127
|
+
file: {
|
|
7128
|
+
type: "string";
|
|
7129
|
+
valueHint: string;
|
|
7130
|
+
description: {
|
|
7131
|
+
"en-US": string;
|
|
7132
|
+
"zh-CN": string;
|
|
7133
|
+
};
|
|
7134
|
+
};
|
|
7135
|
+
deploymentId: {
|
|
7136
|
+
readonly type: "string";
|
|
7137
|
+
readonly valueHint: "<id>";
|
|
7138
|
+
readonly required: true;
|
|
7139
|
+
readonly description: {
|
|
7140
|
+
readonly "en-US": "Deployment ID";
|
|
7141
|
+
readonly "zh-CN": "Deployment ID";
|
|
7142
|
+
};
|
|
7143
|
+
};
|
|
7144
|
+
}>;
|
|
7145
|
+
//#endregion
|
|
7146
|
+
//#region src/commands/managed-agent/deployment/list.d.ts
|
|
7147
|
+
declare const _default$82: _$bailian_cli_core0.Command<{
|
|
7148
|
+
file: {
|
|
7149
|
+
type: "string";
|
|
7150
|
+
valueHint: string;
|
|
7151
|
+
description: {
|
|
7152
|
+
"en-US": string;
|
|
7153
|
+
"zh-CN": string;
|
|
7154
|
+
};
|
|
7155
|
+
};
|
|
7156
|
+
limit: {
|
|
7157
|
+
type: "number";
|
|
7158
|
+
valueHint: string;
|
|
7159
|
+
description: {
|
|
7160
|
+
"en-US": string;
|
|
7161
|
+
"zh-CN": string;
|
|
7162
|
+
};
|
|
7163
|
+
};
|
|
7164
|
+
page: {
|
|
7165
|
+
type: "string";
|
|
7166
|
+
valueHint: string;
|
|
7167
|
+
description: {
|
|
7168
|
+
"en-US": string;
|
|
7169
|
+
"zh-CN": string;
|
|
7170
|
+
};
|
|
7171
|
+
};
|
|
7172
|
+
all: {
|
|
7173
|
+
type: "switch";
|
|
7174
|
+
description: {
|
|
7175
|
+
"en-US": string;
|
|
7176
|
+
"zh-CN": string;
|
|
7177
|
+
};
|
|
7178
|
+
};
|
|
7179
|
+
includeArchived: {
|
|
7180
|
+
type: "switch";
|
|
7181
|
+
description: {
|
|
7182
|
+
"en-US": string;
|
|
7183
|
+
"zh-CN": string;
|
|
7184
|
+
};
|
|
7185
|
+
};
|
|
7186
|
+
agentId: {
|
|
7187
|
+
readonly type: "string";
|
|
7188
|
+
readonly valueHint: "<id>";
|
|
7189
|
+
readonly description: {
|
|
7190
|
+
readonly "en-US": "Filter by agent ID";
|
|
7191
|
+
readonly "zh-CN": "\u6309 Agent ID \u7B5B\u9009";
|
|
7192
|
+
};
|
|
7193
|
+
};
|
|
7194
|
+
status: {
|
|
7195
|
+
readonly type: "string";
|
|
7196
|
+
readonly valueHint: "<status>";
|
|
7197
|
+
readonly choices: readonly ["active", "paused"];
|
|
7198
|
+
readonly description: {
|
|
7199
|
+
readonly "en-US": "Filter by deployment status";
|
|
7200
|
+
readonly "zh-CN": "\u6309 Deployment \u72B6\u6001\u7B5B\u9009";
|
|
7201
|
+
};
|
|
7202
|
+
};
|
|
7203
|
+
createdAtGte: {
|
|
7204
|
+
readonly type: "string";
|
|
7205
|
+
readonly valueHint: "<timestamp>";
|
|
7206
|
+
readonly description: {
|
|
7207
|
+
readonly "en-US": "Created at or after this timestamp";
|
|
7208
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u65E9\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
7209
|
+
};
|
|
7210
|
+
};
|
|
7211
|
+
createdAtLte: {
|
|
7212
|
+
readonly type: "string";
|
|
7213
|
+
readonly valueHint: "<timestamp>";
|
|
7214
|
+
readonly description: {
|
|
7215
|
+
readonly "en-US": "Created at or before this timestamp";
|
|
7216
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u665A\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
7217
|
+
};
|
|
7218
|
+
};
|
|
7219
|
+
}>;
|
|
7220
|
+
//#endregion
|
|
7221
|
+
//#region src/commands/managed-agent/deployment/pause.d.ts
|
|
7222
|
+
declare const _default$83: _$bailian_cli_core0.Command<{
|
|
7223
|
+
readonly file: {
|
|
7224
|
+
type: "string";
|
|
7225
|
+
valueHint: string;
|
|
7226
|
+
description: {
|
|
7227
|
+
"en-US": string;
|
|
7228
|
+
"zh-CN": string;
|
|
7229
|
+
};
|
|
7230
|
+
};
|
|
7231
|
+
readonly deployment: {
|
|
7232
|
+
readonly type: "string";
|
|
7233
|
+
readonly valueHint: "<name>";
|
|
7234
|
+
readonly description: {
|
|
7235
|
+
readonly "en-US": "Logical deployment name in agents.yaml/state";
|
|
7236
|
+
readonly "zh-CN": "agents.yaml/State \u4E2D\u7684\u903B\u8F91 Deployment \u540D\u79F0";
|
|
7237
|
+
};
|
|
7238
|
+
};
|
|
7239
|
+
readonly deploymentId: {
|
|
7240
|
+
readonly type: "string";
|
|
7241
|
+
readonly valueHint: "<id>";
|
|
7242
|
+
readonly description: {
|
|
7243
|
+
readonly "en-US": "Direct deployment ID";
|
|
7244
|
+
readonly "zh-CN": "\u76F4\u63A5\u6307\u5B9A Deployment ID";
|
|
7245
|
+
};
|
|
7246
|
+
};
|
|
7247
|
+
}>;
|
|
7248
|
+
//#endregion
|
|
7249
|
+
//#region src/commands/managed-agent/deployment/run.d.ts
|
|
7250
|
+
declare const _default$84: _$bailian_cli_core0.Command<{
|
|
7251
|
+
readonly file: {
|
|
7252
|
+
type: "string";
|
|
7253
|
+
valueHint: string;
|
|
7254
|
+
description: {
|
|
7255
|
+
"en-US": string;
|
|
7256
|
+
"zh-CN": string;
|
|
7257
|
+
};
|
|
7258
|
+
};
|
|
7259
|
+
readonly deployment: {
|
|
7260
|
+
readonly type: "string";
|
|
7261
|
+
readonly valueHint: "<name>";
|
|
7262
|
+
readonly description: {
|
|
7263
|
+
readonly "en-US": "Logical deployment name in agents.yaml/state";
|
|
7264
|
+
readonly "zh-CN": "agents.yaml/State \u4E2D\u7684\u903B\u8F91 Deployment \u540D\u79F0";
|
|
7265
|
+
};
|
|
7266
|
+
};
|
|
7267
|
+
readonly deploymentId: {
|
|
7268
|
+
readonly type: "string";
|
|
7269
|
+
readonly valueHint: "<id>";
|
|
7270
|
+
readonly description: {
|
|
7271
|
+
readonly "en-US": "Direct deployment ID";
|
|
7272
|
+
readonly "zh-CN": "\u76F4\u63A5\u6307\u5B9A Deployment ID";
|
|
7273
|
+
};
|
|
7274
|
+
};
|
|
7275
|
+
}>;
|
|
7276
|
+
//#endregion
|
|
7277
|
+
//#region src/commands/managed-agent/deployment/runs/get.d.ts
|
|
7278
|
+
declare const _default$85: _$bailian_cli_core0.Command<{
|
|
7279
|
+
readonly file: {
|
|
7280
|
+
type: "string";
|
|
7281
|
+
valueHint: string;
|
|
7282
|
+
description: {
|
|
7283
|
+
"en-US": string;
|
|
7284
|
+
"zh-CN": string;
|
|
7285
|
+
};
|
|
7286
|
+
};
|
|
7287
|
+
readonly runId: {
|
|
7288
|
+
readonly type: "string";
|
|
7289
|
+
readonly valueHint: "<id>";
|
|
7290
|
+
readonly required: true;
|
|
7291
|
+
readonly description: {
|
|
7292
|
+
readonly "en-US": "Deployment run ID";
|
|
7293
|
+
readonly "zh-CN": "Deployment Run ID";
|
|
7294
|
+
};
|
|
7295
|
+
};
|
|
7296
|
+
}>;
|
|
7297
|
+
//#endregion
|
|
7298
|
+
//#region src/commands/managed-agent/deployment/runs/list.d.ts
|
|
7299
|
+
declare const _default$86: _$bailian_cli_core0.Command<{
|
|
7300
|
+
file: {
|
|
7301
|
+
type: "string";
|
|
7302
|
+
valueHint: string;
|
|
7303
|
+
description: {
|
|
7304
|
+
"en-US": string;
|
|
7305
|
+
"zh-CN": string;
|
|
7306
|
+
};
|
|
7307
|
+
};
|
|
7308
|
+
limit: {
|
|
7309
|
+
type: "number";
|
|
7310
|
+
valueHint: string;
|
|
7311
|
+
description: {
|
|
7312
|
+
"en-US": string;
|
|
7313
|
+
"zh-CN": string;
|
|
7314
|
+
};
|
|
7315
|
+
};
|
|
7316
|
+
page: {
|
|
7317
|
+
type: "string";
|
|
7318
|
+
valueHint: string;
|
|
7319
|
+
description: {
|
|
7320
|
+
"en-US": string;
|
|
7321
|
+
"zh-CN": string;
|
|
7322
|
+
};
|
|
7323
|
+
};
|
|
7324
|
+
all: {
|
|
5809
7325
|
type: "switch";
|
|
5810
7326
|
description: {
|
|
5811
7327
|
"en-US": string;
|
|
5812
7328
|
"zh-CN": string;
|
|
5813
7329
|
};
|
|
5814
7330
|
};
|
|
7331
|
+
deploymentId: {
|
|
7332
|
+
readonly type: "string";
|
|
7333
|
+
readonly valueHint: "<id>";
|
|
7334
|
+
readonly required: true;
|
|
7335
|
+
readonly description: {
|
|
7336
|
+
readonly "en-US": "Deployment ID";
|
|
7337
|
+
readonly "zh-CN": "Deployment ID";
|
|
7338
|
+
};
|
|
7339
|
+
};
|
|
5815
7340
|
}>;
|
|
5816
7341
|
//#endregion
|
|
5817
|
-
//#region src/commands/managed-agent/
|
|
5818
|
-
declare const _default$
|
|
5819
|
-
|
|
7342
|
+
//#region src/commands/managed-agent/deployment/search.d.ts
|
|
7343
|
+
declare const _default$87: _$bailian_cli_core0.Command<{
|
|
7344
|
+
file: {
|
|
7345
|
+
type: "string";
|
|
7346
|
+
valueHint: string;
|
|
7347
|
+
description: {
|
|
7348
|
+
"en-US": string;
|
|
7349
|
+
"zh-CN": string;
|
|
7350
|
+
};
|
|
7351
|
+
};
|
|
7352
|
+
limit: {
|
|
7353
|
+
type: "number";
|
|
7354
|
+
valueHint: string;
|
|
7355
|
+
description: {
|
|
7356
|
+
"en-US": string;
|
|
7357
|
+
"zh-CN": string;
|
|
7358
|
+
};
|
|
7359
|
+
};
|
|
7360
|
+
page: {
|
|
7361
|
+
type: "string";
|
|
7362
|
+
valueHint: string;
|
|
7363
|
+
description: {
|
|
7364
|
+
"en-US": string;
|
|
7365
|
+
"zh-CN": string;
|
|
7366
|
+
};
|
|
7367
|
+
};
|
|
7368
|
+
all: {
|
|
7369
|
+
type: "switch";
|
|
7370
|
+
description: {
|
|
7371
|
+
"en-US": string;
|
|
7372
|
+
"zh-CN": string;
|
|
7373
|
+
};
|
|
7374
|
+
};
|
|
7375
|
+
includeArchived: {
|
|
7376
|
+
type: "switch";
|
|
7377
|
+
description: {
|
|
7378
|
+
"en-US": string;
|
|
7379
|
+
"zh-CN": string;
|
|
7380
|
+
};
|
|
7381
|
+
};
|
|
7382
|
+
agentId: {
|
|
7383
|
+
readonly type: "string";
|
|
7384
|
+
readonly valueHint: "<id>";
|
|
7385
|
+
readonly description: {
|
|
7386
|
+
readonly "en-US": "Filter by agent ID";
|
|
7387
|
+
readonly "zh-CN": "\u6309 Agent ID \u7B5B\u9009";
|
|
7388
|
+
};
|
|
7389
|
+
};
|
|
7390
|
+
status: {
|
|
7391
|
+
readonly type: "string";
|
|
7392
|
+
readonly valueHint: "<status>";
|
|
7393
|
+
readonly choices: readonly ["active", "paused"];
|
|
7394
|
+
readonly description: {
|
|
7395
|
+
readonly "en-US": "Filter by deployment status";
|
|
7396
|
+
readonly "zh-CN": "\u6309 Deployment \u72B6\u6001\u7B5B\u9009";
|
|
7397
|
+
};
|
|
7398
|
+
};
|
|
7399
|
+
createdAtGte: {
|
|
7400
|
+
readonly type: "string";
|
|
7401
|
+
readonly valueHint: "<timestamp>";
|
|
7402
|
+
readonly description: {
|
|
7403
|
+
readonly "en-US": "Created at or after this timestamp";
|
|
7404
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u65E9\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
7405
|
+
};
|
|
7406
|
+
};
|
|
7407
|
+
createdAtLte: {
|
|
7408
|
+
readonly type: "string";
|
|
7409
|
+
readonly valueHint: "<timestamp>";
|
|
7410
|
+
readonly description: {
|
|
7411
|
+
readonly "en-US": "Created at or before this timestamp";
|
|
7412
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u665A\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
7413
|
+
};
|
|
7414
|
+
};
|
|
7415
|
+
query: {
|
|
7416
|
+
type: "string";
|
|
7417
|
+
valueHint: string;
|
|
7418
|
+
required: true;
|
|
7419
|
+
description: {
|
|
7420
|
+
"en-US": string;
|
|
7421
|
+
"zh-CN": string;
|
|
7422
|
+
};
|
|
7423
|
+
};
|
|
7424
|
+
}>;
|
|
7425
|
+
//#endregion
|
|
7426
|
+
//#region src/commands/managed-agent/deployment/unpause.d.ts
|
|
7427
|
+
declare const _default$88: _$bailian_cli_core0.Command<{
|
|
7428
|
+
readonly file: {
|
|
7429
|
+
type: "string";
|
|
7430
|
+
valueHint: string;
|
|
7431
|
+
description: {
|
|
7432
|
+
"en-US": string;
|
|
7433
|
+
"zh-CN": string;
|
|
7434
|
+
};
|
|
7435
|
+
};
|
|
7436
|
+
readonly deployment: {
|
|
7437
|
+
readonly type: "string";
|
|
7438
|
+
readonly valueHint: "<name>";
|
|
7439
|
+
readonly description: {
|
|
7440
|
+
readonly "en-US": "Logical deployment name in agents.yaml/state";
|
|
7441
|
+
readonly "zh-CN": "agents.yaml/State \u4E2D\u7684\u903B\u8F91 Deployment \u540D\u79F0";
|
|
7442
|
+
};
|
|
7443
|
+
};
|
|
7444
|
+
readonly deploymentId: {
|
|
7445
|
+
readonly type: "string";
|
|
7446
|
+
readonly valueHint: "<id>";
|
|
7447
|
+
readonly description: {
|
|
7448
|
+
readonly "en-US": "Direct deployment ID";
|
|
7449
|
+
readonly "zh-CN": "\u76F4\u63A5\u6307\u5B9A Deployment ID";
|
|
7450
|
+
};
|
|
7451
|
+
};
|
|
7452
|
+
}>;
|
|
7453
|
+
//#endregion
|
|
7454
|
+
//#region src/commands/managed-agent/session-management.d.ts
|
|
7455
|
+
declare const managedAgentSessionSearch: _$bailian_cli_core0.Command<{
|
|
7456
|
+
readonly file: {
|
|
5820
7457
|
type: "string";
|
|
5821
7458
|
valueHint: string;
|
|
5822
7459
|
description: {
|
|
5823
7460
|
"en-US": string;
|
|
5824
7461
|
"zh-CN": string;
|
|
5825
7462
|
};
|
|
7463
|
+
};
|
|
7464
|
+
readonly query: {
|
|
7465
|
+
type: "string";
|
|
7466
|
+
valueHint: string;
|
|
5826
7467
|
required: true;
|
|
7468
|
+
description: {
|
|
7469
|
+
"en-US": string;
|
|
7470
|
+
"zh-CN": string;
|
|
7471
|
+
};
|
|
7472
|
+
};
|
|
7473
|
+
readonly pageLimit: {
|
|
7474
|
+
type: "number";
|
|
7475
|
+
valueHint: string;
|
|
7476
|
+
description: {
|
|
7477
|
+
"en-US": string;
|
|
7478
|
+
"zh-CN": string;
|
|
7479
|
+
};
|
|
7480
|
+
};
|
|
7481
|
+
readonly limit: {
|
|
7482
|
+
type: "number";
|
|
7483
|
+
valueHint: string;
|
|
7484
|
+
description: {
|
|
7485
|
+
"en-US": string;
|
|
7486
|
+
"zh-CN": string;
|
|
7487
|
+
};
|
|
7488
|
+
};
|
|
7489
|
+
readonly agent: {
|
|
7490
|
+
readonly type: "string";
|
|
7491
|
+
readonly valueHint: "<name>";
|
|
7492
|
+
readonly description: {
|
|
7493
|
+
readonly "en-US": "Filter by configured agent name";
|
|
7494
|
+
readonly "zh-CN": "\u6309\u914D\u7F6E\u4E2D\u7684 Agent \u540D\u79F0\u7B5B\u9009";
|
|
7495
|
+
};
|
|
7496
|
+
};
|
|
7497
|
+
readonly statuses: {
|
|
7498
|
+
readonly type: "string";
|
|
7499
|
+
readonly valueHint: "<statuses>";
|
|
7500
|
+
readonly description: {
|
|
7501
|
+
readonly "en-US": "Comma-separated session statuses";
|
|
7502
|
+
readonly "zh-CN": "Session \u72B6\u6001\uFF0C\u591A\u4E2A\u4EE5\u9017\u53F7\u5206\u9694";
|
|
7503
|
+
};
|
|
7504
|
+
};
|
|
7505
|
+
readonly createdAtGte: {
|
|
7506
|
+
readonly type: "string";
|
|
7507
|
+
readonly valueHint: "<timestamp>";
|
|
7508
|
+
readonly description: {
|
|
7509
|
+
readonly "en-US": "Created at or after this timestamp";
|
|
7510
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u65E9\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
7511
|
+
};
|
|
7512
|
+
};
|
|
7513
|
+
readonly createdAtLte: {
|
|
7514
|
+
readonly type: "string";
|
|
7515
|
+
readonly valueHint: "<timestamp>";
|
|
7516
|
+
readonly description: {
|
|
7517
|
+
readonly "en-US": "Created at or before this timestamp";
|
|
7518
|
+
readonly "zh-CN": "\u521B\u5EFA\u65F6\u95F4\u4E0D\u665A\u4E8E\u8BE5\u65F6\u95F4\u6233";
|
|
7519
|
+
};
|
|
7520
|
+
};
|
|
7521
|
+
}>;
|
|
7522
|
+
declare const managedAgentSessionUpdate: _$bailian_cli_core0.Command<{
|
|
7523
|
+
readonly file: {
|
|
7524
|
+
type: "string";
|
|
7525
|
+
valueHint: string;
|
|
7526
|
+
description: {
|
|
7527
|
+
"en-US": string;
|
|
7528
|
+
"zh-CN": string;
|
|
7529
|
+
};
|
|
7530
|
+
};
|
|
7531
|
+
readonly sessionId: {
|
|
7532
|
+
readonly type: "string";
|
|
7533
|
+
readonly valueHint: "<id>";
|
|
7534
|
+
readonly required: true;
|
|
7535
|
+
readonly description: {
|
|
7536
|
+
readonly "en-US": "Session ID";
|
|
7537
|
+
readonly "zh-CN": "Session ID";
|
|
7538
|
+
};
|
|
7539
|
+
};
|
|
7540
|
+
readonly title: {
|
|
7541
|
+
readonly type: "string";
|
|
7542
|
+
readonly valueHint: "<title>";
|
|
7543
|
+
readonly description: {
|
|
7544
|
+
readonly "en-US": "New session title";
|
|
7545
|
+
readonly "zh-CN": "\u65B0\u7684 Session \u6807\u9898";
|
|
7546
|
+
};
|
|
7547
|
+
};
|
|
7548
|
+
readonly metadata: {
|
|
7549
|
+
readonly type: "string";
|
|
7550
|
+
readonly valueHint: "<json|@path>";
|
|
7551
|
+
readonly description: {
|
|
7552
|
+
readonly "en-US": "String-valued metadata JSON or @file";
|
|
7553
|
+
readonly "zh-CN": "\u503C\u4E3A\u5B57\u7B26\u4E32\u7684 Metadata JSON \u6216 @file";
|
|
7554
|
+
};
|
|
7555
|
+
};
|
|
7556
|
+
}>;
|
|
7557
|
+
declare const managedAgentSessionArchive: _$bailian_cli_core0.Command<{
|
|
7558
|
+
readonly file: {
|
|
7559
|
+
type: "string";
|
|
7560
|
+
valueHint: string;
|
|
7561
|
+
description: {
|
|
7562
|
+
"en-US": string;
|
|
7563
|
+
"zh-CN": string;
|
|
7564
|
+
};
|
|
7565
|
+
};
|
|
7566
|
+
readonly sessionId: {
|
|
7567
|
+
readonly type: "string";
|
|
7568
|
+
readonly valueHint: "<id>";
|
|
7569
|
+
readonly required: true;
|
|
7570
|
+
readonly description: {
|
|
7571
|
+
readonly "en-US": "Session ID";
|
|
7572
|
+
readonly "zh-CN": "Session ID";
|
|
7573
|
+
};
|
|
5827
7574
|
};
|
|
7575
|
+
}>;
|
|
7576
|
+
//#endregion
|
|
7577
|
+
//#region src/commands/managed-agent/session-debug.d.ts
|
|
7578
|
+
declare const managedAgentSessionDebug: _$bailian_cli_core0.Command<{
|
|
5828
7579
|
file: {
|
|
5829
7580
|
type: "string";
|
|
5830
7581
|
valueHint: string;
|
|
@@ -5833,7 +7584,90 @@ declare const _default$80: _$bailian_cli_core0.Command<{
|
|
|
5833
7584
|
"zh-CN": string;
|
|
5834
7585
|
};
|
|
5835
7586
|
};
|
|
5836
|
-
|
|
7587
|
+
sessionId: {
|
|
7588
|
+
readonly type: "string";
|
|
7589
|
+
readonly valueHint: "<id>";
|
|
7590
|
+
readonly required: true;
|
|
7591
|
+
readonly description: {
|
|
7592
|
+
readonly "en-US": "Session ID";
|
|
7593
|
+
readonly "zh-CN": "Session ID";
|
|
7594
|
+
};
|
|
7595
|
+
};
|
|
7596
|
+
}>;
|
|
7597
|
+
declare const managedAgentSessionExport: _$bailian_cli_core0.Command<{
|
|
7598
|
+
readonly file: {
|
|
7599
|
+
type: "string";
|
|
7600
|
+
valueHint: string;
|
|
7601
|
+
description: {
|
|
7602
|
+
"en-US": string;
|
|
7603
|
+
"zh-CN": string;
|
|
7604
|
+
};
|
|
7605
|
+
};
|
|
7606
|
+
readonly sessionId: {
|
|
7607
|
+
readonly type: "string";
|
|
7608
|
+
readonly valueHint: "<id>";
|
|
7609
|
+
readonly required: true;
|
|
7610
|
+
readonly description: {
|
|
7611
|
+
readonly "en-US": "Session ID";
|
|
7612
|
+
readonly "zh-CN": "Session ID";
|
|
7613
|
+
};
|
|
7614
|
+
};
|
|
7615
|
+
readonly outputFile: {
|
|
7616
|
+
readonly type: "string";
|
|
7617
|
+
readonly valueHint: "<path>";
|
|
7618
|
+
readonly required: true;
|
|
7619
|
+
readonly description: {
|
|
7620
|
+
readonly "en-US": "Destination ZIP path";
|
|
7621
|
+
readonly "zh-CN": "\u76EE\u6807 ZIP \u8DEF\u5F84";
|
|
7622
|
+
};
|
|
7623
|
+
};
|
|
7624
|
+
readonly force: {
|
|
7625
|
+
readonly type: "switch";
|
|
7626
|
+
readonly description: {
|
|
7627
|
+
readonly "en-US": "Overwrite an existing output file";
|
|
7628
|
+
readonly "zh-CN": "\u8986\u76D6\u5DF2\u5B58\u5728\u7684\u8F93\u51FA\u6587\u4EF6";
|
|
7629
|
+
};
|
|
7630
|
+
};
|
|
7631
|
+
}>;
|
|
7632
|
+
//#endregion
|
|
7633
|
+
//#region src/commands/managed-agent/file.d.ts
|
|
7634
|
+
declare const managedAgentFileUpload: _$bailian_cli_core0.Command<{
|
|
7635
|
+
readonly file: {
|
|
7636
|
+
type: "string";
|
|
7637
|
+
valueHint: string;
|
|
7638
|
+
description: {
|
|
7639
|
+
"en-US": string;
|
|
7640
|
+
"zh-CN": string;
|
|
7641
|
+
};
|
|
7642
|
+
};
|
|
7643
|
+
readonly path: {
|
|
7644
|
+
readonly type: "string";
|
|
7645
|
+
readonly valueHint: "<path>";
|
|
7646
|
+
readonly required: true;
|
|
7647
|
+
readonly description: {
|
|
7648
|
+
readonly "en-US": "Local file path";
|
|
7649
|
+
readonly "zh-CN": "\u672C\u5730\u6587\u4EF6\u8DEF\u5F84";
|
|
7650
|
+
};
|
|
7651
|
+
};
|
|
7652
|
+
readonly filename: {
|
|
7653
|
+
readonly type: "string";
|
|
7654
|
+
readonly valueHint: "<name>";
|
|
7655
|
+
readonly description: {
|
|
7656
|
+
readonly "en-US": "Remote filename override";
|
|
7657
|
+
readonly "zh-CN": "\u8986\u76D6\u8FDC\u7AEF\u6587\u4EF6\u540D";
|
|
7658
|
+
};
|
|
7659
|
+
};
|
|
7660
|
+
readonly mimeType: {
|
|
7661
|
+
readonly type: "string";
|
|
7662
|
+
readonly valueHint: "<type>";
|
|
7663
|
+
readonly description: {
|
|
7664
|
+
readonly "en-US": "MIME type override";
|
|
7665
|
+
readonly "zh-CN": "\u8986\u76D6 MIME \u7C7B\u578B";
|
|
7666
|
+
};
|
|
7667
|
+
};
|
|
7668
|
+
}>;
|
|
7669
|
+
declare const managedAgentFileList: _$bailian_cli_core0.Command<{
|
|
7670
|
+
file: {
|
|
5837
7671
|
type: "string";
|
|
5838
7672
|
valueHint: string;
|
|
5839
7673
|
description: {
|
|
@@ -5849,6 +7683,14 @@ declare const _default$80: _$bailian_cli_core0.Command<{
|
|
|
5849
7683
|
"zh-CN": string;
|
|
5850
7684
|
};
|
|
5851
7685
|
};
|
|
7686
|
+
page: {
|
|
7687
|
+
type: "string";
|
|
7688
|
+
valueHint: string;
|
|
7689
|
+
description: {
|
|
7690
|
+
"en-US": string;
|
|
7691
|
+
"zh-CN": string;
|
|
7692
|
+
};
|
|
7693
|
+
};
|
|
5852
7694
|
all: {
|
|
5853
7695
|
type: "switch";
|
|
5854
7696
|
description: {
|
|
@@ -5856,10 +7698,35 @@ declare const _default$80: _$bailian_cli_core0.Command<{
|
|
|
5856
7698
|
"zh-CN": string;
|
|
5857
7699
|
};
|
|
5858
7700
|
};
|
|
7701
|
+
scopeId: {
|
|
7702
|
+
readonly type: "string";
|
|
7703
|
+
readonly valueHint: "<id>";
|
|
7704
|
+
readonly description: {
|
|
7705
|
+
readonly "en-US": "Filter by scope ID";
|
|
7706
|
+
readonly "zh-CN": "\u6309 Scope ID \u7B5B\u9009";
|
|
7707
|
+
};
|
|
7708
|
+
};
|
|
7709
|
+
}>;
|
|
7710
|
+
declare const managedAgentFileGet: _$bailian_cli_core0.Command<{
|
|
7711
|
+
file: {
|
|
7712
|
+
type: "string";
|
|
7713
|
+
valueHint: string;
|
|
7714
|
+
description: {
|
|
7715
|
+
"en-US": string;
|
|
7716
|
+
"zh-CN": string;
|
|
7717
|
+
};
|
|
7718
|
+
};
|
|
7719
|
+
fileId: {
|
|
7720
|
+
readonly type: "string";
|
|
7721
|
+
readonly valueHint: "<id>";
|
|
7722
|
+
readonly required: true;
|
|
7723
|
+
readonly description: {
|
|
7724
|
+
readonly "en-US": "Remote file ID";
|
|
7725
|
+
readonly "zh-CN": "\u8FDC\u7AEF File ID";
|
|
7726
|
+
};
|
|
7727
|
+
};
|
|
5859
7728
|
}>;
|
|
5860
|
-
|
|
5861
|
-
//#region src/commands/managed-agent/skill-list.d.ts
|
|
5862
|
-
declare const _default$85: _$bailian_cli_core0.Command<{
|
|
7729
|
+
declare const managedAgentFileSearch: _$bailian_cli_core0.Command<{
|
|
5863
7730
|
file: {
|
|
5864
7731
|
type: "string";
|
|
5865
7732
|
valueHint: string;
|
|
@@ -5868,15 +7735,77 @@ declare const _default$85: _$bailian_cli_core0.Command<{
|
|
|
5868
7735
|
"zh-CN": string;
|
|
5869
7736
|
};
|
|
5870
7737
|
};
|
|
5871
|
-
|
|
7738
|
+
query: {
|
|
5872
7739
|
type: "string";
|
|
5873
7740
|
valueHint: string;
|
|
7741
|
+
required: true;
|
|
5874
7742
|
description: {
|
|
5875
7743
|
"en-US": string;
|
|
5876
7744
|
"zh-CN": string;
|
|
5877
7745
|
};
|
|
5878
7746
|
};
|
|
5879
|
-
|
|
7747
|
+
pageLimit: {
|
|
7748
|
+
type: "number";
|
|
7749
|
+
valueHint: string;
|
|
7750
|
+
description: {
|
|
7751
|
+
"en-US": string;
|
|
7752
|
+
"zh-CN": string;
|
|
7753
|
+
};
|
|
7754
|
+
};
|
|
7755
|
+
scopeId: {
|
|
7756
|
+
readonly type: "string";
|
|
7757
|
+
readonly valueHint: "<id>";
|
|
7758
|
+
readonly description: {
|
|
7759
|
+
readonly "en-US": "Filter by scope ID";
|
|
7760
|
+
readonly "zh-CN": "\u6309 Scope ID \u7B5B\u9009";
|
|
7761
|
+
};
|
|
7762
|
+
};
|
|
7763
|
+
limit: {
|
|
7764
|
+
type: "number";
|
|
7765
|
+
valueHint: string;
|
|
7766
|
+
description: {
|
|
7767
|
+
"en-US": string;
|
|
7768
|
+
"zh-CN": string;
|
|
7769
|
+
};
|
|
7770
|
+
};
|
|
7771
|
+
}>;
|
|
7772
|
+
declare const managedAgentFileDownload: _$bailian_cli_core0.Command<{
|
|
7773
|
+
readonly file: {
|
|
7774
|
+
type: "string";
|
|
7775
|
+
valueHint: string;
|
|
7776
|
+
description: {
|
|
7777
|
+
"en-US": string;
|
|
7778
|
+
"zh-CN": string;
|
|
7779
|
+
};
|
|
7780
|
+
};
|
|
7781
|
+
readonly fileId: {
|
|
7782
|
+
readonly type: "string";
|
|
7783
|
+
readonly valueHint: "<id>";
|
|
7784
|
+
readonly required: true;
|
|
7785
|
+
readonly description: {
|
|
7786
|
+
readonly "en-US": "Remote file ID";
|
|
7787
|
+
readonly "zh-CN": "\u8FDC\u7AEF File ID";
|
|
7788
|
+
};
|
|
7789
|
+
};
|
|
7790
|
+
readonly outputFile: {
|
|
7791
|
+
readonly type: "string";
|
|
7792
|
+
readonly valueHint: "<path>";
|
|
7793
|
+
readonly required: true;
|
|
7794
|
+
readonly description: {
|
|
7795
|
+
readonly "en-US": "Destination path";
|
|
7796
|
+
readonly "zh-CN": "\u76EE\u6807\u8DEF\u5F84";
|
|
7797
|
+
};
|
|
7798
|
+
};
|
|
7799
|
+
readonly force: {
|
|
7800
|
+
readonly type: "switch";
|
|
7801
|
+
readonly description: {
|
|
7802
|
+
readonly "en-US": "Overwrite an existing output file";
|
|
7803
|
+
readonly "zh-CN": "\u8986\u76D6\u5DF2\u5B58\u5728\u7684\u8F93\u51FA\u6587\u4EF6";
|
|
7804
|
+
};
|
|
7805
|
+
};
|
|
7806
|
+
}>;
|
|
7807
|
+
declare const managedAgentFileDelete: _$bailian_cli_core0.Command<{
|
|
7808
|
+
readonly file: {
|
|
5880
7809
|
type: "string";
|
|
5881
7810
|
valueHint: string;
|
|
5882
7811
|
description: {
|
|
@@ -5884,10 +7813,19 @@ declare const _default$85: _$bailian_cli_core0.Command<{
|
|
|
5884
7813
|
"zh-CN": string;
|
|
5885
7814
|
};
|
|
5886
7815
|
};
|
|
7816
|
+
readonly fileId: {
|
|
7817
|
+
readonly type: "string";
|
|
7818
|
+
readonly valueHint: "<id>";
|
|
7819
|
+
readonly required: true;
|
|
7820
|
+
readonly description: {
|
|
7821
|
+
readonly "en-US": "Remote file ID";
|
|
7822
|
+
readonly "zh-CN": "\u8FDC\u7AEF File ID";
|
|
7823
|
+
};
|
|
7824
|
+
};
|
|
5887
7825
|
}>;
|
|
5888
7826
|
//#endregion
|
|
5889
7827
|
//#region src/commands/workspace/init.d.ts
|
|
5890
|
-
declare const _default$
|
|
7828
|
+
declare const _default$170: _$bailian_cli_core0.Command<{
|
|
5891
7829
|
accessKeyId: {
|
|
5892
7830
|
type: "string";
|
|
5893
7831
|
valueHint: string;
|
|
@@ -5915,7 +7853,7 @@ declare const _default$143: _$bailian_cli_core0.Command<{
|
|
|
5915
7853
|
}>;
|
|
5916
7854
|
//#endregion
|
|
5917
7855
|
//#region src/commands/plugin/install.d.ts
|
|
5918
|
-
declare const _default$
|
|
7856
|
+
declare const _default$134: _$bailian_cli_core0.Command<{
|
|
5919
7857
|
package: {
|
|
5920
7858
|
type: "string";
|
|
5921
7859
|
valueHint: string;
|
|
@@ -5928,7 +7866,7 @@ declare const _default$107: _$bailian_cli_core0.Command<{
|
|
|
5928
7866
|
}>;
|
|
5929
7867
|
//#endregion
|
|
5930
7868
|
//#region src/commands/plugin/link.d.ts
|
|
5931
|
-
declare const _default$
|
|
7869
|
+
declare const _default$135: _$bailian_cli_core0.Command<{
|
|
5932
7870
|
path: {
|
|
5933
7871
|
type: "string";
|
|
5934
7872
|
valueHint: string;
|
|
@@ -5941,10 +7879,10 @@ declare const _default$108: _$bailian_cli_core0.Command<{
|
|
|
5941
7879
|
}>;
|
|
5942
7880
|
//#endregion
|
|
5943
7881
|
//#region src/commands/plugin/list.d.ts
|
|
5944
|
-
declare const _default$
|
|
7882
|
+
declare const _default$136: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
5945
7883
|
//#endregion
|
|
5946
7884
|
//#region src/commands/plugin/remove.d.ts
|
|
5947
|
-
declare const _default$
|
|
7885
|
+
declare const _default$137: _$bailian_cli_core0.Command<{
|
|
5948
7886
|
name: {
|
|
5949
7887
|
type: "string";
|
|
5950
7888
|
valueHint: string;
|
|
@@ -5957,7 +7895,7 @@ declare const _default$110: _$bailian_cli_core0.Command<{
|
|
|
5957
7895
|
}>;
|
|
5958
7896
|
//#endregion
|
|
5959
7897
|
//#region src/commands/skill/add.d.ts
|
|
5960
|
-
declare const _default$
|
|
7898
|
+
declare const _default$144: _$bailian_cli_core0.Command<{
|
|
5961
7899
|
all: {
|
|
5962
7900
|
type: "switch";
|
|
5963
7901
|
description: {
|
|
@@ -5976,7 +7914,7 @@ declare const _default$117: _$bailian_cli_core0.Command<{
|
|
|
5976
7914
|
}>;
|
|
5977
7915
|
//#endregion
|
|
5978
7916
|
//#region src/commands/skill/update.d.ts
|
|
5979
|
-
declare const _default$
|
|
7917
|
+
declare const _default$148: _$bailian_cli_core0.Command<{
|
|
5980
7918
|
all: {
|
|
5981
7919
|
type: "switch";
|
|
5982
7920
|
description: {
|
|
@@ -5995,7 +7933,7 @@ declare const _default$121: _$bailian_cli_core0.Command<{
|
|
|
5995
7933
|
}>;
|
|
5996
7934
|
//#endregion
|
|
5997
7935
|
//#region src/commands/skill/remove.d.ts
|
|
5998
|
-
declare const _default$
|
|
7936
|
+
declare const _default$147: _$bailian_cli_core0.Command<{
|
|
5999
7937
|
name: {
|
|
6000
7938
|
type: "string";
|
|
6001
7939
|
valueHint: string;
|
|
@@ -6008,9 +7946,9 @@ declare const _default$120: _$bailian_cli_core0.Command<{
|
|
|
6008
7946
|
}>;
|
|
6009
7947
|
//#endregion
|
|
6010
7948
|
//#region src/commands/skill/list.d.ts
|
|
6011
|
-
declare const _default$
|
|
7949
|
+
declare const _default$146: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
6012
7950
|
//#endregion
|
|
6013
7951
|
//#region src/commands/skill/init.d.ts
|
|
6014
|
-
declare const _default$
|
|
7952
|
+
declare const _default$145: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
6015
7953
|
//#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
|
|
7954
|
+
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, managedAgentPlayground, managedAgentProjectBuild, managedAgentProjectInit, managedAgentProjectPublish, managedAgentProjectValidate, managedAgentProjectVersionDisable, managedAgentProjectVersionEnable, managedAgentProjectVersionList, managedAgentProjectVersionPreview, managedAgentProjectVersionRestore, managedAgentProjectVersionStatus, managedAgentProjectWorkbench, 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 };
|