bailian-cli-commands 1.18.1 → 1.19.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 +41 -105
- package/dist/index.mjs +85 -89
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -111,7 +111,7 @@ declare const _default$3: _$bailian_cli_core0.Command<{
|
|
|
111
111
|
}>;
|
|
112
112
|
//#endregion
|
|
113
113
|
//#region src/commands/text/chat.d.ts
|
|
114
|
-
declare const _default$
|
|
114
|
+
declare const _default$124: _$bailian_cli_core0.Command<{
|
|
115
115
|
api: {
|
|
116
116
|
type: "string";
|
|
117
117
|
valueHint: string;
|
|
@@ -210,7 +210,7 @@ declare const _default$123: _$bailian_cli_core0.Command<{
|
|
|
210
210
|
}>;
|
|
211
211
|
//#endregion
|
|
212
212
|
//#region src/commands/omni/chat.d.ts
|
|
213
|
-
declare const _default$
|
|
213
|
+
declare const _default$125: _$bailian_cli_core0.Command<{
|
|
214
214
|
message: {
|
|
215
215
|
type: "array";
|
|
216
216
|
valueHint: string;
|
|
@@ -549,7 +549,7 @@ declare const _default$38: _$bailian_cli_core0.Command<{
|
|
|
549
549
|
}>;
|
|
550
550
|
//#endregion
|
|
551
551
|
//#region src/commands/video/generate.d.ts
|
|
552
|
-
declare const _default$
|
|
552
|
+
declare const _default$139: _$bailian_cli_core0.Command<{
|
|
553
553
|
concurrent: {
|
|
554
554
|
type: "number";
|
|
555
555
|
valueHint: string;
|
|
@@ -681,7 +681,7 @@ declare const _default$138: _$bailian_cli_core0.Command<{
|
|
|
681
681
|
}>;
|
|
682
682
|
//#endregion
|
|
683
683
|
//#region src/commands/video/edit.d.ts
|
|
684
|
-
declare const _default$
|
|
684
|
+
declare const _default$138: _$bailian_cli_core0.Command<{
|
|
685
685
|
concurrent: {
|
|
686
686
|
type: "number";
|
|
687
687
|
valueHint: string;
|
|
@@ -814,7 +814,7 @@ declare const _default$137: _$bailian_cli_core0.Command<{
|
|
|
814
814
|
}>;
|
|
815
815
|
//#endregion
|
|
816
816
|
//#region src/commands/video/ref.d.ts
|
|
817
|
-
declare const _default$
|
|
817
|
+
declare const _default$140: _$bailian_cli_core0.Command<{
|
|
818
818
|
concurrent: {
|
|
819
819
|
type: "number";
|
|
820
820
|
valueHint: string;
|
|
@@ -946,7 +946,7 @@ declare const _default$139: _$bailian_cli_core0.Command<{
|
|
|
946
946
|
}>;
|
|
947
947
|
//#endregion
|
|
948
948
|
//#region src/commands/video/task-get.d.ts
|
|
949
|
-
declare const _default$
|
|
949
|
+
declare const _default$141: _$bailian_cli_core0.Command<{
|
|
950
950
|
taskId: {
|
|
951
951
|
type: "string";
|
|
952
952
|
valueHint: string;
|
|
@@ -959,7 +959,7 @@ declare const _default$140: _$bailian_cli_core0.Command<{
|
|
|
959
959
|
}>;
|
|
960
960
|
//#endregion
|
|
961
961
|
//#region src/commands/video/download.d.ts
|
|
962
|
-
declare const _default$
|
|
962
|
+
declare const _default$137: _$bailian_cli_core0.Command<{
|
|
963
963
|
taskId: {
|
|
964
964
|
type: "string";
|
|
965
965
|
valueHint: string;
|
|
@@ -981,7 +981,7 @@ declare const _default$136: _$bailian_cli_core0.Command<{
|
|
|
981
981
|
}>;
|
|
982
982
|
//#endregion
|
|
983
983
|
//#region src/commands/vision/describe.d.ts
|
|
984
|
-
declare const _default$
|
|
984
|
+
declare const _default$142: _$bailian_cli_core0.Command<{
|
|
985
985
|
image: {
|
|
986
986
|
type: "string";
|
|
987
987
|
valueHint: string;
|
|
@@ -1149,7 +1149,7 @@ declare const _default$7: _$bailian_cli_core0.Command<{
|
|
|
1149
1149
|
}>;
|
|
1150
1150
|
//#endregion
|
|
1151
1151
|
//#region src/commands/update.d.ts
|
|
1152
|
-
declare const _default$
|
|
1152
|
+
declare const _default$130: _$bailian_cli_core0.Command<{
|
|
1153
1153
|
to: {
|
|
1154
1154
|
type: "string";
|
|
1155
1155
|
valueHint: string;
|
|
@@ -2052,13 +2052,6 @@ declare const _default$60: _$bailian_cli_core0.Command<{
|
|
|
2052
2052
|
};
|
|
2053
2053
|
required: true;
|
|
2054
2054
|
};
|
|
2055
|
-
yes: {
|
|
2056
|
-
type: "switch";
|
|
2057
|
-
description: {
|
|
2058
|
-
"en-US": string;
|
|
2059
|
-
"zh-CN": string;
|
|
2060
|
-
};
|
|
2061
|
-
};
|
|
2062
2055
|
}>;
|
|
2063
2056
|
//#endregion
|
|
2064
2057
|
//#region src/commands/knowledge/doc-delete.d.ts
|
|
@@ -2089,13 +2082,6 @@ declare const _default$50: _$bailian_cli_core0.Command<{
|
|
|
2089
2082
|
};
|
|
2090
2083
|
required: true;
|
|
2091
2084
|
};
|
|
2092
|
-
yes: {
|
|
2093
|
-
type: "switch";
|
|
2094
|
-
description: {
|
|
2095
|
-
"en-US": string;
|
|
2096
|
-
"zh-CN": string;
|
|
2097
|
-
};
|
|
2098
|
-
};
|
|
2099
2085
|
}>;
|
|
2100
2086
|
//#endregion
|
|
2101
2087
|
//#region src/commands/knowledge/doc-tag.d.ts
|
|
@@ -2440,13 +2426,6 @@ declare const _default$70: _$bailian_cli_core0.Command<{
|
|
|
2440
2426
|
"zh-CN": string;
|
|
2441
2427
|
};
|
|
2442
2428
|
};
|
|
2443
|
-
yes: {
|
|
2444
|
-
type: "switch";
|
|
2445
|
-
description: {
|
|
2446
|
-
"en-US": string;
|
|
2447
|
-
"zh-CN": string;
|
|
2448
|
-
};
|
|
2449
|
-
};
|
|
2450
2429
|
}>;
|
|
2451
2430
|
//#endregion
|
|
2452
2431
|
//#region src/commands/knowledge/service-delete.d.ts
|
|
@@ -2468,13 +2447,6 @@ declare const _default$69: _$bailian_cli_core0.Command<{
|
|
|
2468
2447
|
};
|
|
2469
2448
|
required: true;
|
|
2470
2449
|
};
|
|
2471
|
-
yes: {
|
|
2472
|
-
type: "switch";
|
|
2473
|
-
description: {
|
|
2474
|
-
"en-US": string;
|
|
2475
|
-
"zh-CN": string;
|
|
2476
|
-
};
|
|
2477
|
-
};
|
|
2478
2450
|
}>;
|
|
2479
2451
|
//#endregion
|
|
2480
2452
|
//#region src/commands/knowledge/service-copy.d.ts
|
|
@@ -2717,13 +2689,6 @@ declare const _default$45: _$bailian_cli_core0.Command<{
|
|
|
2717
2689
|
};
|
|
2718
2690
|
required: true;
|
|
2719
2691
|
};
|
|
2720
|
-
yes: {
|
|
2721
|
-
type: "switch";
|
|
2722
|
-
description: {
|
|
2723
|
-
"en-US": string;
|
|
2724
|
-
"zh-CN": string;
|
|
2725
|
-
};
|
|
2726
|
-
};
|
|
2727
2692
|
}>;
|
|
2728
2693
|
//#endregion
|
|
2729
2694
|
//#region src/commands/knowledge/kb-stats.d.ts
|
|
@@ -2871,13 +2836,6 @@ declare const _default$41: _$bailian_cli_core0.Command<{
|
|
|
2871
2836
|
};
|
|
2872
2837
|
required: true;
|
|
2873
2838
|
};
|
|
2874
|
-
yes: {
|
|
2875
|
-
type: "switch";
|
|
2876
|
-
description: {
|
|
2877
|
-
"en-US": string;
|
|
2878
|
-
"zh-CN": string;
|
|
2879
|
-
};
|
|
2880
|
-
};
|
|
2881
2839
|
}>;
|
|
2882
2840
|
//#endregion
|
|
2883
2841
|
//#region src/commands/knowledge/file-list.d.ts
|
|
@@ -2973,13 +2931,6 @@ declare const _default$56: _$bailian_cli_core0.Command<{
|
|
|
2973
2931
|
};
|
|
2974
2932
|
required: true;
|
|
2975
2933
|
};
|
|
2976
|
-
yes: {
|
|
2977
|
-
type: "switch";
|
|
2978
|
-
description: {
|
|
2979
|
-
"en-US": string;
|
|
2980
|
-
"zh-CN": string;
|
|
2981
|
-
};
|
|
2982
|
-
};
|
|
2983
2934
|
}>;
|
|
2984
2935
|
//#endregion
|
|
2985
2936
|
//#region src/commands/knowledge/collection-create.d.ts
|
|
@@ -3229,7 +3180,7 @@ declare const _default$93: _$bailian_cli_core0.Command<{
|
|
|
3229
3180
|
}>;
|
|
3230
3181
|
//#endregion
|
|
3231
3182
|
//#region src/commands/search/web.d.ts
|
|
3232
|
-
declare const _default$
|
|
3183
|
+
declare const _default$116: _$bailian_cli_core0.Command<{
|
|
3233
3184
|
query: {
|
|
3234
3185
|
type: "string";
|
|
3235
3186
|
valueHint: string;
|
|
@@ -3256,7 +3207,7 @@ declare const _default$115: _$bailian_cli_core0.Command<{
|
|
|
3256
3207
|
}>;
|
|
3257
3208
|
//#endregion
|
|
3258
3209
|
//#region src/commands/speech/synthesize.d.ts
|
|
3259
|
-
declare const _default$
|
|
3210
|
+
declare const _default$123: _$bailian_cli_core0.Command<{
|
|
3260
3211
|
concurrent: {
|
|
3261
3212
|
type: "number";
|
|
3262
3213
|
valueHint: string;
|
|
@@ -3394,7 +3345,7 @@ declare const _default$122: _$bailian_cli_core0.Command<{
|
|
|
3394
3345
|
}>;
|
|
3395
3346
|
//#endregion
|
|
3396
3347
|
//#region src/commands/speech/recognize.d.ts
|
|
3397
|
-
declare const _default$
|
|
3348
|
+
declare const _default$122: _$bailian_cli_core0.Command<{
|
|
3398
3349
|
async: {
|
|
3399
3350
|
type: "switch";
|
|
3400
3351
|
description: {
|
|
@@ -3521,7 +3472,7 @@ declare const _default$13: _$bailian_cli_core0.Command<{
|
|
|
3521
3472
|
}>;
|
|
3522
3473
|
//#endregion
|
|
3523
3474
|
//#region src/commands/usage/free.d.ts
|
|
3524
|
-
declare const _default$
|
|
3475
|
+
declare const _default$132: _$bailian_cli_core0.Command<{
|
|
3525
3476
|
model: {
|
|
3526
3477
|
type: "string";
|
|
3527
3478
|
valueHint: string;
|
|
@@ -3557,7 +3508,7 @@ declare const _default$131: _$bailian_cli_core0.Command<{
|
|
|
3557
3508
|
}>;
|
|
3558
3509
|
//#endregion
|
|
3559
3510
|
//#region src/commands/usage/freetier.d.ts
|
|
3560
|
-
declare const _default$
|
|
3511
|
+
declare const _default$133: _$bailian_cli_core0.Command<{
|
|
3561
3512
|
model: {
|
|
3562
3513
|
type: "string";
|
|
3563
3514
|
valueHint: string;
|
|
@@ -3590,7 +3541,7 @@ declare const _default$132: _$bailian_cli_core0.Command<{
|
|
|
3590
3541
|
}>;
|
|
3591
3542
|
//#endregion
|
|
3592
3543
|
//#region src/commands/usage/stats.d.ts
|
|
3593
|
-
declare const _default$
|
|
3544
|
+
declare const _default$134: _$bailian_cli_core0.Command<{
|
|
3594
3545
|
model: {
|
|
3595
3546
|
type: "string";
|
|
3596
3547
|
valueHint: string;
|
|
@@ -3618,7 +3569,7 @@ declare const _default$133: _$bailian_cli_core0.Command<{
|
|
|
3618
3569
|
}>;
|
|
3619
3570
|
//#endregion
|
|
3620
3571
|
//#region src/commands/usage/summary.d.ts
|
|
3621
|
-
declare const _default$
|
|
3572
|
+
declare const _default$135: _$bailian_cli_core0.Command<{
|
|
3622
3573
|
days: {
|
|
3623
3574
|
type: "string";
|
|
3624
3575
|
valueHint: string;
|
|
@@ -3630,10 +3581,10 @@ declare const _default$134: _$bailian_cli_core0.Command<{
|
|
|
3630
3581
|
}>;
|
|
3631
3582
|
//#endregion
|
|
3632
3583
|
//#region src/commands/usage/token-plan.d.ts
|
|
3633
|
-
declare const _default$
|
|
3584
|
+
declare const _default$136: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
3634
3585
|
//#endregion
|
|
3635
3586
|
//#region src/commands/usage/coding-plan.d.ts
|
|
3636
|
-
declare const _default$
|
|
3587
|
+
declare const _default$131: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
3637
3588
|
//#endregion
|
|
3638
3589
|
//#region src/commands/pipeline/run.d.ts
|
|
3639
3590
|
declare const _default$105: _$bailian_cli_core0.Command<{
|
|
@@ -3783,7 +3734,7 @@ declare const _default$101: _$bailian_cli_core0.Command<{
|
|
|
3783
3734
|
}>;
|
|
3784
3735
|
//#endregion
|
|
3785
3736
|
//#region src/commands/workspace/list.d.ts
|
|
3786
|
-
declare const _default$
|
|
3737
|
+
declare const _default$144: _$bailian_cli_core0.Command<{
|
|
3787
3738
|
list: {
|
|
3788
3739
|
type: "string";
|
|
3789
3740
|
valueHint: string;
|
|
@@ -3795,7 +3746,7 @@ declare const _default$143: _$bailian_cli_core0.Command<{
|
|
|
3795
3746
|
}>;
|
|
3796
3747
|
//#endregion
|
|
3797
3748
|
//#region src/commands/quota/list.d.ts
|
|
3798
|
-
declare const _default$
|
|
3749
|
+
declare const _default$114: _$bailian_cli_core0.Command<{
|
|
3799
3750
|
model: {
|
|
3800
3751
|
type: "string";
|
|
3801
3752
|
valueHint: string;
|
|
@@ -3831,7 +3782,7 @@ declare const _default$113: _$bailian_cli_core0.Command<{
|
|
|
3831
3782
|
}>;
|
|
3832
3783
|
//#endregion
|
|
3833
3784
|
//#region src/commands/quota/update.d.ts
|
|
3834
|
-
declare const _default$
|
|
3785
|
+
declare const _default$115: _$bailian_cli_core0.Command<{
|
|
3835
3786
|
model: {
|
|
3836
3787
|
type: "string";
|
|
3837
3788
|
valueHint: string;
|
|
@@ -3857,17 +3808,23 @@ declare const _default$114: _$bailian_cli_core0.Command<{
|
|
|
3857
3808
|
"zh-CN": string;
|
|
3858
3809
|
};
|
|
3859
3810
|
};
|
|
3860
|
-
|
|
3861
|
-
|
|
3811
|
+
}>;
|
|
3812
|
+
//#endregion
|
|
3813
|
+
//#region src/commands/quota/delete.d.ts
|
|
3814
|
+
declare const _default$112: _$bailian_cli_core0.Command<{
|
|
3815
|
+
model: {
|
|
3816
|
+
type: "string";
|
|
3817
|
+
valueHint: string;
|
|
3862
3818
|
description: {
|
|
3863
3819
|
"en-US": string;
|
|
3864
3820
|
"zh-CN": string;
|
|
3865
3821
|
};
|
|
3822
|
+
required: true;
|
|
3866
3823
|
};
|
|
3867
3824
|
}>;
|
|
3868
3825
|
//#endregion
|
|
3869
3826
|
//#region src/commands/quota/history.d.ts
|
|
3870
|
-
declare const _default$
|
|
3827
|
+
declare const _default$113: _$bailian_cli_core0.Command<{
|
|
3871
3828
|
page: {
|
|
3872
3829
|
type: "string";
|
|
3873
3830
|
valueHint: string;
|
|
@@ -4011,13 +3968,6 @@ declare const _default$104: _$bailian_cli_core0.Command<{
|
|
|
4011
3968
|
"zh-CN": string;
|
|
4012
3969
|
};
|
|
4013
3970
|
};
|
|
4014
|
-
yes: {
|
|
4015
|
-
type: "switch";
|
|
4016
|
-
description: {
|
|
4017
|
-
"en-US": string;
|
|
4018
|
-
"zh-CN": string;
|
|
4019
|
-
};
|
|
4020
|
-
};
|
|
4021
3971
|
}>;
|
|
4022
3972
|
//#endregion
|
|
4023
3973
|
//#region src/commands/dataset/upload.d.ts
|
|
@@ -5135,7 +5085,7 @@ declare const _default$24: _$bailian_cli_core0.Command<{
|
|
|
5135
5085
|
}>;
|
|
5136
5086
|
//#endregion
|
|
5137
5087
|
//#region src/commands/token-plan/list-seats.d.ts
|
|
5138
|
-
declare const _default$
|
|
5088
|
+
declare const _default$129: _$bailian_cli_core0.Command<{
|
|
5139
5089
|
callerUacAccountId: {
|
|
5140
5090
|
type: "string";
|
|
5141
5091
|
valueHint: string;
|
|
@@ -5211,7 +5161,7 @@ declare const _default$128: _$bailian_cli_core0.Command<{
|
|
|
5211
5161
|
}>;
|
|
5212
5162
|
//#endregion
|
|
5213
5163
|
//#region src/commands/token-plan/create-key.d.ts
|
|
5214
|
-
declare const _default$
|
|
5164
|
+
declare const _default$128: _$bailian_cli_core0.Command<{
|
|
5215
5165
|
callerUacAccountId: {
|
|
5216
5166
|
type: "string";
|
|
5217
5167
|
valueHint: string;
|
|
@@ -5256,7 +5206,7 @@ declare const _default$127: _$bailian_cli_core0.Command<{
|
|
|
5256
5206
|
}>;
|
|
5257
5207
|
//#endregion
|
|
5258
5208
|
//#region src/commands/token-plan/assign-seats.d.ts
|
|
5259
|
-
declare const _default$
|
|
5209
|
+
declare const _default$127: _$bailian_cli_core0.Command<{
|
|
5260
5210
|
callerUacAccountId: {
|
|
5261
5211
|
type: "string";
|
|
5262
5212
|
valueHint: string;
|
|
@@ -5309,7 +5259,7 @@ declare const _default$126: _$bailian_cli_core0.Command<{
|
|
|
5309
5259
|
}>;
|
|
5310
5260
|
//#endregion
|
|
5311
5261
|
//#region src/commands/token-plan/add-member.d.ts
|
|
5312
|
-
declare const _default$
|
|
5262
|
+
declare const _default$126: _$bailian_cli_core0.Command<{
|
|
5313
5263
|
callerUacAccountId: {
|
|
5314
5264
|
type: "string";
|
|
5315
5265
|
valueHint: string;
|
|
@@ -5462,13 +5412,6 @@ declare const _default$74: _$bailian_cli_core0.Command<{
|
|
|
5462
5412
|
"zh-CN": string;
|
|
5463
5413
|
};
|
|
5464
5414
|
};
|
|
5465
|
-
yes: {
|
|
5466
|
-
type: "switch";
|
|
5467
|
-
description: {
|
|
5468
|
-
"en-US": string;
|
|
5469
|
-
"zh-CN": string;
|
|
5470
|
-
};
|
|
5471
|
-
};
|
|
5472
5415
|
noRefresh: {
|
|
5473
5416
|
type: "switch";
|
|
5474
5417
|
description: {
|
|
@@ -5496,13 +5439,6 @@ declare const _default$75: _$bailian_cli_core0.Command<{
|
|
|
5496
5439
|
"zh-CN": string;
|
|
5497
5440
|
};
|
|
5498
5441
|
};
|
|
5499
|
-
yes: {
|
|
5500
|
-
type: "switch";
|
|
5501
|
-
description: {
|
|
5502
|
-
"en-US": string;
|
|
5503
|
-
"zh-CN": string;
|
|
5504
|
-
};
|
|
5505
|
-
};
|
|
5506
5442
|
cascade: {
|
|
5507
5443
|
type: "switch";
|
|
5508
5444
|
description: {
|
|
@@ -5951,7 +5887,7 @@ declare const _default$85: _$bailian_cli_core0.Command<{
|
|
|
5951
5887
|
}>;
|
|
5952
5888
|
//#endregion
|
|
5953
5889
|
//#region src/commands/workspace/init.d.ts
|
|
5954
|
-
declare const _default$
|
|
5890
|
+
declare const _default$143: _$bailian_cli_core0.Command<{
|
|
5955
5891
|
accessKeyId: {
|
|
5956
5892
|
type: "string";
|
|
5957
5893
|
valueHint: string;
|
|
@@ -6021,7 +5957,7 @@ declare const _default$110: _$bailian_cli_core0.Command<{
|
|
|
6021
5957
|
}>;
|
|
6022
5958
|
//#endregion
|
|
6023
5959
|
//#region src/commands/skill/add.d.ts
|
|
6024
|
-
declare const _default$
|
|
5960
|
+
declare const _default$117: _$bailian_cli_core0.Command<{
|
|
6025
5961
|
all: {
|
|
6026
5962
|
type: "switch";
|
|
6027
5963
|
description: {
|
|
@@ -6040,7 +5976,7 @@ declare const _default$116: _$bailian_cli_core0.Command<{
|
|
|
6040
5976
|
}>;
|
|
6041
5977
|
//#endregion
|
|
6042
5978
|
//#region src/commands/skill/update.d.ts
|
|
6043
|
-
declare const _default$
|
|
5979
|
+
declare const _default$121: _$bailian_cli_core0.Command<{
|
|
6044
5980
|
all: {
|
|
6045
5981
|
type: "switch";
|
|
6046
5982
|
description: {
|
|
@@ -6059,7 +5995,7 @@ declare const _default$120: _$bailian_cli_core0.Command<{
|
|
|
6059
5995
|
}>;
|
|
6060
5996
|
//#endregion
|
|
6061
5997
|
//#region src/commands/skill/remove.d.ts
|
|
6062
|
-
declare const _default$
|
|
5998
|
+
declare const _default$120: _$bailian_cli_core0.Command<{
|
|
6063
5999
|
name: {
|
|
6064
6000
|
type: "string";
|
|
6065
6001
|
valueHint: string;
|
|
@@ -6072,9 +6008,9 @@ declare const _default$119: _$bailian_cli_core0.Command<{
|
|
|
6072
6008
|
}>;
|
|
6073
6009
|
//#endregion
|
|
6074
6010
|
//#region src/commands/skill/list.d.ts
|
|
6075
|
-
declare const _default$
|
|
6011
|
+
declare const _default$119: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
6076
6012
|
//#endregion
|
|
6077
6013
|
//#region src/commands/skill/init.d.ts
|
|
6078
|
-
declare const _default$
|
|
6014
|
+
declare const _default$118: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
6079
6015
|
//#endregion
|
|
6080
|
-
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 managedAgentApply, _default$75 as managedAgentDestroy, _default$76 as managedAgentInit, _default$77 as managedAgentPlan, _default$78 as managedAgentSessionCreate, _default$79 as managedAgentSessionDelete, _default$80 as managedAgentSessionEvents, _default$81 as managedAgentSessionGet, _default$82 as managedAgentSessionList, _default$83 as managedAgentSessionRun, _default$84 as managedAgentSessionSend, _default$85 as managedAgentSkillList, _default$86 as managedAgentStateImport, _default$87 as managedAgentStateList, _default$88 as managedAgentStateRm, _default$89 as managedAgentStateShow, _default$90 as managedAgentValidate, _default$91 as mcpCall, _default$92 as mcpList, _default$93 as mcpTools, _default$94 as memoryAdd, _default$95 as memoryDelete, _default$96 as memoryList, _default$97 as memoryProfileCreate, _default$98 as memoryProfileGet, _default$99 as memorySearch, _default$100 as memoryUpdate, _default$101 as modelList, _default$102 as permissionGrant, _default$103 as permissionList, _default$104 as permissionRevoke, _default$105 as pipelineRun, _default$106 as pipelineValidate, _default$107 as pluginInstall, _default$108 as pluginLink, _default$109 as pluginList, _default$110 as pluginRemove, _default$111 as quotaCheck, _default$112 as
|
|
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 managedAgentApply, _default$75 as managedAgentDestroy, _default$76 as managedAgentInit, _default$77 as managedAgentPlan, _default$78 as managedAgentSessionCreate, _default$79 as managedAgentSessionDelete, _default$80 as managedAgentSessionEvents, _default$81 as managedAgentSessionGet, _default$82 as managedAgentSessionList, _default$83 as managedAgentSessionRun, _default$84 as managedAgentSessionSend, _default$85 as managedAgentSkillList, _default$86 as managedAgentStateImport, _default$87 as managedAgentStateList, _default$88 as managedAgentStateRm, _default$89 as managedAgentStateShow, _default$90 as managedAgentValidate, _default$91 as mcpCall, _default$92 as mcpList, _default$93 as mcpTools, _default$94 as memoryAdd, _default$95 as memoryDelete, _default$96 as memoryList, _default$97 as memoryProfileCreate, _default$98 as memoryProfileGet, _default$99 as memorySearch, _default$100 as memoryUpdate, _default$101 as modelList, _default$102 as permissionGrant, _default$103 as permissionList, _default$104 as permissionRevoke, _default$105 as pipelineRun, _default$106 as pipelineValidate, _default$107 as pluginInstall, _default$108 as pluginLink, _default$109 as pluginList, _default$110 as pluginRemove, _default$111 as quotaCheck, _default$112 as quotaDelete, _default$113 as quotaHistory, _default$114 as quotaList, _default$115 as quotaUpdate, _default$116 as searchWeb, _default$117 as skillAdd, _default$118 as skillInit, _default$119 as skillList, _default$120 as skillRemove, _default$121 as skillUpdate, _default$122 as speechRecognize, _default$123 as speechSynthesize, _default$124 as textChat, _default$125 as textOmni, _default$126 as tokenPlanAddMember, _default$127 as tokenPlanAssignSeats, _default$128 as tokenPlanCreateKey, _default$129 as tokenPlanListSeats, _default$130 as update, _default$131 as usageCodingPlan, _default$132 as usageFree, _default$133 as usageFreetier, _default$134 as usageStats, _default$135 as usageSummary, _default$136 as usageTokenPlan, _default$137 as videoDownload, _default$138 as videoEdit, _default$139 as videoGenerate, _default$140 as videoRef, _default$141 as videoTaskGet, _default$142 as visionDescribe, _default$143 as workspaceInit, _default$144 as workspaceList };
|