@blade-hq/agent-kit 1.0.32 → 1.0.34
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/{chunk-IGMLETZX.js → chunk-BDGMBHYV.js} +11 -8
- package/dist/chunk-BDGMBHYV.js.map +1 -0
- package/dist/client/types/rest.d.ts +379 -108
- package/dist/react/api/model-config.d.ts +14 -2
- package/dist/react/components/chat/index.js +1 -1
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +14 -7
- package/dist/react/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/chunk-IGMLETZX.js.map +0 -1
|
@@ -1939,7 +1939,7 @@ export interface paths {
|
|
|
1939
1939
|
patch?: never;
|
|
1940
1940
|
trace?: never;
|
|
1941
1941
|
};
|
|
1942
|
-
"/api/admin/model-config/{
|
|
1942
|
+
"/api/admin/model-config/models/{model_id}": {
|
|
1943
1943
|
parameters: {
|
|
1944
1944
|
query?: never;
|
|
1945
1945
|
header?: never;
|
|
@@ -1948,16 +1948,16 @@ export interface paths {
|
|
|
1948
1948
|
};
|
|
1949
1949
|
get?: never;
|
|
1950
1950
|
/** Update Model Config */
|
|
1951
|
-
put: operations["
|
|
1951
|
+
put: operations["update_model_config_api_admin_model_config_models__model_id__put"];
|
|
1952
1952
|
post?: never;
|
|
1953
1953
|
/** Delete Model Config */
|
|
1954
|
-
delete: operations["
|
|
1954
|
+
delete: operations["delete_model_config_api_admin_model_config_models__model_id__delete"];
|
|
1955
1955
|
options?: never;
|
|
1956
1956
|
head?: never;
|
|
1957
1957
|
patch?: never;
|
|
1958
1958
|
trace?: never;
|
|
1959
1959
|
};
|
|
1960
|
-
"/api/admin/model-config/
|
|
1960
|
+
"/api/admin/model-config/default": {
|
|
1961
1961
|
parameters: {
|
|
1962
1962
|
query?: never;
|
|
1963
1963
|
header?: never;
|
|
@@ -1966,7 +1966,24 @@ export interface paths {
|
|
|
1966
1966
|
};
|
|
1967
1967
|
get?: never;
|
|
1968
1968
|
/** Set Default Model Config */
|
|
1969
|
-
put: operations["
|
|
1969
|
+
put: operations["set_default_model_config_api_admin_model_config_default_put"];
|
|
1970
|
+
post?: never;
|
|
1971
|
+
delete?: never;
|
|
1972
|
+
options?: never;
|
|
1973
|
+
head?: never;
|
|
1974
|
+
patch?: never;
|
|
1975
|
+
trace?: never;
|
|
1976
|
+
};
|
|
1977
|
+
"/api/admin/model-config/default/reset": {
|
|
1978
|
+
parameters: {
|
|
1979
|
+
query?: never;
|
|
1980
|
+
header?: never;
|
|
1981
|
+
path?: never;
|
|
1982
|
+
cookie?: never;
|
|
1983
|
+
};
|
|
1984
|
+
get?: never;
|
|
1985
|
+
/** Clear Default Model Config */
|
|
1986
|
+
put: operations["clear_default_model_config_api_admin_model_config_default_reset_put"];
|
|
1970
1987
|
post?: never;
|
|
1971
1988
|
delete?: never;
|
|
1972
1989
|
options?: never;
|
|
@@ -3836,26 +3853,6 @@ export interface paths {
|
|
|
3836
3853
|
patch?: never;
|
|
3837
3854
|
trace?: never;
|
|
3838
3855
|
};
|
|
3839
|
-
"/api/agent-board/validate-repo": {
|
|
3840
|
-
parameters: {
|
|
3841
|
-
query?: never;
|
|
3842
|
-
header?: never;
|
|
3843
|
-
path?: never;
|
|
3844
|
-
cookie?: never;
|
|
3845
|
-
};
|
|
3846
|
-
get?: never;
|
|
3847
|
-
put?: never;
|
|
3848
|
-
/**
|
|
3849
|
-
* Validate Repo
|
|
3850
|
-
* @description Validate that a git repo URL is reachable.
|
|
3851
|
-
*/
|
|
3852
|
-
post: operations["validate_repo_api_agent_board_validate_repo_post"];
|
|
3853
|
-
delete?: never;
|
|
3854
|
-
options?: never;
|
|
3855
|
-
head?: never;
|
|
3856
|
-
patch?: never;
|
|
3857
|
-
trace?: never;
|
|
3858
|
-
};
|
|
3859
3856
|
"/api/agent-board/projects": {
|
|
3860
3857
|
parameters: {
|
|
3861
3858
|
query?: never;
|
|
@@ -3927,6 +3924,23 @@ export interface paths {
|
|
|
3927
3924
|
patch?: never;
|
|
3928
3925
|
trace?: never;
|
|
3929
3926
|
};
|
|
3927
|
+
"/api/agent-board/projects/{project_id}/migrate-to-local-git": {
|
|
3928
|
+
parameters: {
|
|
3929
|
+
query?: never;
|
|
3930
|
+
header?: never;
|
|
3931
|
+
path?: never;
|
|
3932
|
+
cookie?: never;
|
|
3933
|
+
};
|
|
3934
|
+
get?: never;
|
|
3935
|
+
put?: never;
|
|
3936
|
+
/** Migrate Project To Local Git */
|
|
3937
|
+
post: operations["migrate_project_to_local_git_api_agent_board_projects__project_id__migrate_to_local_git_post"];
|
|
3938
|
+
delete?: never;
|
|
3939
|
+
options?: never;
|
|
3940
|
+
head?: never;
|
|
3941
|
+
patch?: never;
|
|
3942
|
+
trace?: never;
|
|
3943
|
+
};
|
|
3930
3944
|
"/api/agent-board/projects/{project_id}/sessions": {
|
|
3931
3945
|
parameters: {
|
|
3932
3946
|
query?: never;
|
|
@@ -3996,6 +4010,23 @@ export interface paths {
|
|
|
3996
4010
|
patch?: never;
|
|
3997
4011
|
trace?: never;
|
|
3998
4012
|
};
|
|
4013
|
+
"/api/agent-board/projects/{project_id}/board-tasks/{task_id}/rework": {
|
|
4014
|
+
parameters: {
|
|
4015
|
+
query?: never;
|
|
4016
|
+
header?: never;
|
|
4017
|
+
path?: never;
|
|
4018
|
+
cookie?: never;
|
|
4019
|
+
};
|
|
4020
|
+
get?: never;
|
|
4021
|
+
put?: never;
|
|
4022
|
+
/** Request Board Task Rework */
|
|
4023
|
+
post: operations["request_board_task_rework_api_agent_board_projects__project_id__board_tasks__task_id__rework_post"];
|
|
4024
|
+
delete?: never;
|
|
4025
|
+
options?: never;
|
|
4026
|
+
head?: never;
|
|
4027
|
+
patch?: never;
|
|
4028
|
+
trace?: never;
|
|
4029
|
+
};
|
|
3999
4030
|
"/api/agent-board/projects/{project_id}/board-tasks": {
|
|
4000
4031
|
parameters: {
|
|
4001
4032
|
query?: never;
|
|
@@ -4202,8 +4233,8 @@ export interface paths {
|
|
|
4202
4233
|
};
|
|
4203
4234
|
get?: never;
|
|
4204
4235
|
put?: never;
|
|
4205
|
-
/** Bootstrap Project
|
|
4206
|
-
post: operations["
|
|
4236
|
+
/** Bootstrap Project */
|
|
4237
|
+
post: operations["bootstrap_project_api_agent_board_projects__project_id__bootstrap_post"];
|
|
4207
4238
|
delete?: never;
|
|
4208
4239
|
options?: never;
|
|
4209
4240
|
head?: never;
|
|
@@ -4217,11 +4248,25 @@ export interface paths {
|
|
|
4217
4248
|
path?: never;
|
|
4218
4249
|
cookie?: never;
|
|
4219
4250
|
};
|
|
4220
|
-
/**
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4251
|
+
/** Export Project Main */
|
|
4252
|
+
get: operations["export_project_main_api_agent_board_projects__project_id__export_git_get"];
|
|
4253
|
+
put?: never;
|
|
4254
|
+
post?: never;
|
|
4255
|
+
delete?: never;
|
|
4256
|
+
options?: never;
|
|
4257
|
+
head?: never;
|
|
4258
|
+
patch?: never;
|
|
4259
|
+
trace?: never;
|
|
4260
|
+
};
|
|
4261
|
+
"/api/agent-board/projects/{project_id}/changes": {
|
|
4262
|
+
parameters: {
|
|
4263
|
+
query?: never;
|
|
4264
|
+
header?: never;
|
|
4265
|
+
path?: never;
|
|
4266
|
+
cookie?: never;
|
|
4267
|
+
};
|
|
4268
|
+
/** List Project Changes */
|
|
4269
|
+
get: operations["list_project_changes_api_agent_board_projects__project_id__changes_get"];
|
|
4225
4270
|
put?: never;
|
|
4226
4271
|
post?: never;
|
|
4227
4272
|
delete?: never;
|
|
@@ -4230,15 +4275,15 @@ export interface paths {
|
|
|
4230
4275
|
patch?: never;
|
|
4231
4276
|
trace?: never;
|
|
4232
4277
|
};
|
|
4233
|
-
"/api/agent-board/projects/{project_id}/
|
|
4278
|
+
"/api/agent-board/projects/{project_id}/changes/{task_id}": {
|
|
4234
4279
|
parameters: {
|
|
4235
4280
|
query?: never;
|
|
4236
4281
|
header?: never;
|
|
4237
4282
|
path?: never;
|
|
4238
4283
|
cookie?: never;
|
|
4239
4284
|
};
|
|
4240
|
-
/**
|
|
4241
|
-
get: operations["
|
|
4285
|
+
/** Get Project Change */
|
|
4286
|
+
get: operations["get_project_change_api_agent_board_projects__project_id__changes__task_id__get"];
|
|
4242
4287
|
put?: never;
|
|
4243
4288
|
post?: never;
|
|
4244
4289
|
delete?: never;
|
|
@@ -4247,15 +4292,15 @@ export interface paths {
|
|
|
4247
4292
|
patch?: never;
|
|
4248
4293
|
trace?: never;
|
|
4249
4294
|
};
|
|
4250
|
-
"/api/agent-board/projects/{project_id}/
|
|
4295
|
+
"/api/agent-board/projects/{project_id}/changes/{task_id}/diff": {
|
|
4251
4296
|
parameters: {
|
|
4252
4297
|
query?: never;
|
|
4253
4298
|
header?: never;
|
|
4254
4299
|
path?: never;
|
|
4255
4300
|
cookie?: never;
|
|
4256
4301
|
};
|
|
4257
|
-
/** Get Project
|
|
4258
|
-
get: operations["
|
|
4302
|
+
/** Get Project Change Diff */
|
|
4303
|
+
get: operations["get_project_change_diff_api_agent_board_projects__project_id__changes__task_id__diff_get"];
|
|
4259
4304
|
put?: never;
|
|
4260
4305
|
post?: never;
|
|
4261
4306
|
delete?: never;
|
|
@@ -4264,7 +4309,24 @@ export interface paths {
|
|
|
4264
4309
|
patch?: never;
|
|
4265
4310
|
trace?: never;
|
|
4266
4311
|
};
|
|
4267
|
-
"/api/agent-board/projects/{project_id}/
|
|
4312
|
+
"/api/agent-board/projects/{project_id}/changes/{task_id}/merge": {
|
|
4313
|
+
parameters: {
|
|
4314
|
+
query?: never;
|
|
4315
|
+
header?: never;
|
|
4316
|
+
path?: never;
|
|
4317
|
+
cookie?: never;
|
|
4318
|
+
};
|
|
4319
|
+
get?: never;
|
|
4320
|
+
put?: never;
|
|
4321
|
+
/** Request Project Change Merge */
|
|
4322
|
+
post: operations["request_project_change_merge_api_agent_board_projects__project_id__changes__task_id__merge_post"];
|
|
4323
|
+
delete?: never;
|
|
4324
|
+
options?: never;
|
|
4325
|
+
head?: never;
|
|
4326
|
+
patch?: never;
|
|
4327
|
+
trace?: never;
|
|
4328
|
+
};
|
|
4329
|
+
"/api/agent-board/projects/{project_id}/changes/{task_id}/close": {
|
|
4268
4330
|
parameters: {
|
|
4269
4331
|
query?: never;
|
|
4270
4332
|
header?: never;
|
|
@@ -4273,8 +4335,25 @@ export interface paths {
|
|
|
4273
4335
|
};
|
|
4274
4336
|
get?: never;
|
|
4275
4337
|
put?: never;
|
|
4276
|
-
/**
|
|
4277
|
-
post: operations["
|
|
4338
|
+
/** Close Project Change */
|
|
4339
|
+
post: operations["close_project_change_api_agent_board_projects__project_id__changes__task_id__close_post"];
|
|
4340
|
+
delete?: never;
|
|
4341
|
+
options?: never;
|
|
4342
|
+
head?: never;
|
|
4343
|
+
patch?: never;
|
|
4344
|
+
trace?: never;
|
|
4345
|
+
};
|
|
4346
|
+
"/api/agent-board/projects/{project_id}/changes/{task_id}/restore": {
|
|
4347
|
+
parameters: {
|
|
4348
|
+
query?: never;
|
|
4349
|
+
header?: never;
|
|
4350
|
+
path?: never;
|
|
4351
|
+
cookie?: never;
|
|
4352
|
+
};
|
|
4353
|
+
get?: never;
|
|
4354
|
+
put?: never;
|
|
4355
|
+
/** Restore Project Change */
|
|
4356
|
+
post: operations["restore_project_change_api_agent_board_projects__project_id__changes__task_id__restore_post"];
|
|
4278
4357
|
delete?: never;
|
|
4279
4358
|
options?: never;
|
|
4280
4359
|
head?: never;
|
|
@@ -4961,6 +5040,13 @@ export interface components {
|
|
|
4961
5040
|
[key: string]: unknown;
|
|
4962
5041
|
};
|
|
4963
5042
|
};
|
|
5043
|
+
/** ChangeRevisionRequest */
|
|
5044
|
+
ChangeRevisionRequest: {
|
|
5045
|
+
/** Revision */
|
|
5046
|
+
revision: number;
|
|
5047
|
+
/** Head Sha */
|
|
5048
|
+
head_sha: string;
|
|
5049
|
+
};
|
|
4964
5050
|
/** CheckoutRequest */
|
|
4965
5051
|
CheckoutRequest: {
|
|
4966
5052
|
/** Checkpoint Id */
|
|
@@ -5459,10 +5545,29 @@ export interface components {
|
|
|
5459
5545
|
service: components["schemas"]["ModelServiceResponse"];
|
|
5460
5546
|
/** Items */
|
|
5461
5547
|
items: components["schemas"]["ModelConfigResponse"][];
|
|
5462
|
-
/** Default
|
|
5463
|
-
|
|
5548
|
+
/** Default Model Id */
|
|
5549
|
+
default_model_id: string;
|
|
5550
|
+
/** Default Source */
|
|
5551
|
+
default_source: string;
|
|
5552
|
+
/** Admin Default Model Id */
|
|
5553
|
+
admin_default_model_id?: string | null;
|
|
5554
|
+
/**
|
|
5555
|
+
* Admin Default Available
|
|
5556
|
+
* @default false
|
|
5557
|
+
*/
|
|
5558
|
+
admin_default_available: boolean;
|
|
5464
5559
|
/** Source */
|
|
5465
5560
|
source: string;
|
|
5561
|
+
/**
|
|
5562
|
+
* Catalog Incomplete
|
|
5563
|
+
* @default false
|
|
5564
|
+
*/
|
|
5565
|
+
catalog_incomplete: boolean;
|
|
5566
|
+
/**
|
|
5567
|
+
* Catalog Stale
|
|
5568
|
+
* @default false
|
|
5569
|
+
*/
|
|
5570
|
+
catalog_stale: boolean;
|
|
5466
5571
|
};
|
|
5467
5572
|
/** ModelConfigInput */
|
|
5468
5573
|
ModelConfigInput: {
|
|
@@ -5473,6 +5578,13 @@ export interface components {
|
|
|
5473
5578
|
/** Id */
|
|
5474
5579
|
id: string;
|
|
5475
5580
|
model: components["schemas"]["ModelDetailsResponse"];
|
|
5581
|
+
/** Source */
|
|
5582
|
+
source: string;
|
|
5583
|
+
/**
|
|
5584
|
+
* Overridden
|
|
5585
|
+
* @default false
|
|
5586
|
+
*/
|
|
5587
|
+
overridden: boolean;
|
|
5476
5588
|
};
|
|
5477
5589
|
/** ModelConfigTestResponse */
|
|
5478
5590
|
ModelConfigTestResponse: {
|
|
@@ -5488,7 +5600,7 @@ export interface components {
|
|
|
5488
5600
|
/** Id */
|
|
5489
5601
|
id: string;
|
|
5490
5602
|
/** Context Window */
|
|
5491
|
-
context_window
|
|
5603
|
+
context_window?: number | null;
|
|
5492
5604
|
/**
|
|
5493
5605
|
* Supports Vision
|
|
5494
5606
|
* @default true
|
|
@@ -5499,6 +5611,8 @@ export interface components {
|
|
|
5499
5611
|
ModelDetailsResponse: {
|
|
5500
5612
|
/** Id */
|
|
5501
5613
|
id: string;
|
|
5614
|
+
/** Label */
|
|
5615
|
+
label: string;
|
|
5502
5616
|
/** Context Window */
|
|
5503
5617
|
context_window: number;
|
|
5504
5618
|
/** Supports Vision */
|
|
@@ -5540,6 +5654,12 @@ export interface components {
|
|
|
5540
5654
|
* @enum {string}
|
|
5541
5655
|
*/
|
|
5542
5656
|
thinking_request_format: "auto" | "none" | "openai_reasoning_effort" | "openrouter_reasoning" | "deepseek_thinking" | "together_reasoning" | "zai_thinking" | "qwen_enable_thinking" | "sglang_chat_template";
|
|
5657
|
+
/**
|
|
5658
|
+
* Auth Mode
|
|
5659
|
+
* @default fixed_key
|
|
5660
|
+
* @enum {string}
|
|
5661
|
+
*/
|
|
5662
|
+
auth_mode: "current_user" | "fixed_key" | "none";
|
|
5543
5663
|
};
|
|
5544
5664
|
/** ModelServiceResponse */
|
|
5545
5665
|
ModelServiceResponse: {
|
|
@@ -5559,6 +5679,11 @@ export interface components {
|
|
|
5559
5679
|
* @enum {string}
|
|
5560
5680
|
*/
|
|
5561
5681
|
effective_thinking_request_format: "none" | "openai_reasoning_effort" | "openrouter_reasoning" | "deepseek_thinking" | "together_reasoning" | "zai_thinking" | "qwen_enable_thinking" | "sglang_chat_template";
|
|
5682
|
+
/**
|
|
5683
|
+
* Auth Mode
|
|
5684
|
+
* @enum {string}
|
|
5685
|
+
*/
|
|
5686
|
+
auth_mode: "current_user" | "fixed_key" | "none";
|
|
5562
5687
|
};
|
|
5563
5688
|
/** ModelsConfig */
|
|
5564
5689
|
ModelsConfig: {
|
|
@@ -6433,12 +6558,6 @@ export interface components {
|
|
|
6433
6558
|
name?: string | null;
|
|
6434
6559
|
/** Description */
|
|
6435
6560
|
description?: string | null;
|
|
6436
|
-
/** Gitea Repo */
|
|
6437
|
-
gitea_repo?: string | null;
|
|
6438
|
-
/** Gitea Host */
|
|
6439
|
-
gitea_host?: string | null;
|
|
6440
|
-
/** Gitea Pat */
|
|
6441
|
-
gitea_pat?: string | null;
|
|
6442
6561
|
};
|
|
6443
6562
|
/** UpdateQuickScenarioRequest */
|
|
6444
6563
|
UpdateQuickScenarioRequest: {
|
|
@@ -6511,11 +6630,6 @@ export interface components {
|
|
|
6511
6630
|
ValidateDagRequest: {
|
|
6512
6631
|
dag: components["schemas"]["DagPayload"];
|
|
6513
6632
|
};
|
|
6514
|
-
/** ValidateRepoRequest */
|
|
6515
|
-
ValidateRepoRequest: {
|
|
6516
|
-
/** Repo Url */
|
|
6517
|
-
repo_url: string;
|
|
6518
|
-
};
|
|
6519
6633
|
/** ValidationError */
|
|
6520
6634
|
ValidationError: {
|
|
6521
6635
|
/** Location */
|
|
@@ -10335,12 +10449,12 @@ export interface operations {
|
|
|
10335
10449
|
};
|
|
10336
10450
|
};
|
|
10337
10451
|
};
|
|
10338
|
-
|
|
10452
|
+
update_model_config_api_admin_model_config_models__model_id__put: {
|
|
10339
10453
|
parameters: {
|
|
10340
10454
|
query?: never;
|
|
10341
10455
|
header?: never;
|
|
10342
10456
|
path: {
|
|
10343
|
-
|
|
10457
|
+
model_id: string;
|
|
10344
10458
|
};
|
|
10345
10459
|
cookie?: never;
|
|
10346
10460
|
};
|
|
@@ -10370,12 +10484,12 @@ export interface operations {
|
|
|
10370
10484
|
};
|
|
10371
10485
|
};
|
|
10372
10486
|
};
|
|
10373
|
-
|
|
10487
|
+
delete_model_config_api_admin_model_config_models__model_id__delete: {
|
|
10374
10488
|
parameters: {
|
|
10375
10489
|
query?: never;
|
|
10376
10490
|
header?: never;
|
|
10377
10491
|
path: {
|
|
10378
|
-
|
|
10492
|
+
model_id: string;
|
|
10379
10493
|
};
|
|
10380
10494
|
cookie?: never;
|
|
10381
10495
|
};
|
|
@@ -10401,16 +10515,18 @@ export interface operations {
|
|
|
10401
10515
|
};
|
|
10402
10516
|
};
|
|
10403
10517
|
};
|
|
10404
|
-
|
|
10518
|
+
set_default_model_config_api_admin_model_config_default_put: {
|
|
10405
10519
|
parameters: {
|
|
10406
10520
|
query?: never;
|
|
10407
10521
|
header?: never;
|
|
10408
|
-
path
|
|
10409
|
-
config_id: string;
|
|
10410
|
-
};
|
|
10522
|
+
path?: never;
|
|
10411
10523
|
cookie?: never;
|
|
10412
10524
|
};
|
|
10413
|
-
requestBody
|
|
10525
|
+
requestBody: {
|
|
10526
|
+
content: {
|
|
10527
|
+
"application/json": components["schemas"]["ModelProbeRequest"];
|
|
10528
|
+
};
|
|
10529
|
+
};
|
|
10414
10530
|
responses: {
|
|
10415
10531
|
/** @description Successful Response */
|
|
10416
10532
|
200: {
|
|
@@ -10432,6 +10548,26 @@ export interface operations {
|
|
|
10432
10548
|
};
|
|
10433
10549
|
};
|
|
10434
10550
|
};
|
|
10551
|
+
clear_default_model_config_api_admin_model_config_default_reset_put: {
|
|
10552
|
+
parameters: {
|
|
10553
|
+
query?: never;
|
|
10554
|
+
header?: never;
|
|
10555
|
+
path?: never;
|
|
10556
|
+
cookie?: never;
|
|
10557
|
+
};
|
|
10558
|
+
requestBody?: never;
|
|
10559
|
+
responses: {
|
|
10560
|
+
/** @description Successful Response */
|
|
10561
|
+
200: {
|
|
10562
|
+
headers: {
|
|
10563
|
+
[name: string]: unknown;
|
|
10564
|
+
};
|
|
10565
|
+
content: {
|
|
10566
|
+
"application/json": components["schemas"]["ModelConfigCollectionResponse"];
|
|
10567
|
+
};
|
|
10568
|
+
};
|
|
10569
|
+
};
|
|
10570
|
+
};
|
|
10435
10571
|
list_model_candidates_api_admin_model_config_candidates_post: {
|
|
10436
10572
|
parameters: {
|
|
10437
10573
|
query?: never;
|
|
@@ -14893,18 +15029,14 @@ export interface operations {
|
|
|
14893
15029
|
};
|
|
14894
15030
|
};
|
|
14895
15031
|
};
|
|
14896
|
-
|
|
15032
|
+
list_projects_api_agent_board_projects_get: {
|
|
14897
15033
|
parameters: {
|
|
14898
15034
|
query?: never;
|
|
14899
15035
|
header?: never;
|
|
14900
15036
|
path?: never;
|
|
14901
15037
|
cookie?: never;
|
|
14902
15038
|
};
|
|
14903
|
-
requestBody
|
|
14904
|
-
content: {
|
|
14905
|
-
"application/json": components["schemas"]["ValidateRepoRequest"];
|
|
14906
|
-
};
|
|
14907
|
-
};
|
|
15039
|
+
requestBody?: never;
|
|
14908
15040
|
responses: {
|
|
14909
15041
|
/** @description Successful Response */
|
|
14910
15042
|
200: {
|
|
@@ -14915,18 +15047,9 @@ export interface operations {
|
|
|
14915
15047
|
"application/json": unknown;
|
|
14916
15048
|
};
|
|
14917
15049
|
};
|
|
14918
|
-
/** @description Validation Error */
|
|
14919
|
-
422: {
|
|
14920
|
-
headers: {
|
|
14921
|
-
[name: string]: unknown;
|
|
14922
|
-
};
|
|
14923
|
-
content: {
|
|
14924
|
-
"application/json": components["schemas"]["HTTPValidationError"];
|
|
14925
|
-
};
|
|
14926
|
-
};
|
|
14927
15050
|
};
|
|
14928
15051
|
};
|
|
14929
|
-
|
|
15052
|
+
create_project_api_agent_board_projects_post: {
|
|
14930
15053
|
parameters: {
|
|
14931
15054
|
query?: never;
|
|
14932
15055
|
header?: never;
|
|
@@ -14946,11 +15069,13 @@ export interface operations {
|
|
|
14946
15069
|
};
|
|
14947
15070
|
};
|
|
14948
15071
|
};
|
|
14949
|
-
|
|
15072
|
+
get_project_api_agent_board_projects__project_id__get: {
|
|
14950
15073
|
parameters: {
|
|
14951
15074
|
query?: never;
|
|
14952
15075
|
header?: never;
|
|
14953
|
-
path
|
|
15076
|
+
path: {
|
|
15077
|
+
project_id: number;
|
|
15078
|
+
};
|
|
14954
15079
|
cookie?: never;
|
|
14955
15080
|
};
|
|
14956
15081
|
requestBody?: never;
|
|
@@ -14964,9 +15089,18 @@ export interface operations {
|
|
|
14964
15089
|
"application/json": unknown;
|
|
14965
15090
|
};
|
|
14966
15091
|
};
|
|
15092
|
+
/** @description Validation Error */
|
|
15093
|
+
422: {
|
|
15094
|
+
headers: {
|
|
15095
|
+
[name: string]: unknown;
|
|
15096
|
+
};
|
|
15097
|
+
content: {
|
|
15098
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
15099
|
+
};
|
|
15100
|
+
};
|
|
14967
15101
|
};
|
|
14968
15102
|
};
|
|
14969
|
-
|
|
15103
|
+
delete_project_api_agent_board_projects__project_id__delete: {
|
|
14970
15104
|
parameters: {
|
|
14971
15105
|
query?: never;
|
|
14972
15106
|
header?: never;
|
|
@@ -14997,7 +15131,7 @@ export interface operations {
|
|
|
14997
15131
|
};
|
|
14998
15132
|
};
|
|
14999
15133
|
};
|
|
15000
|
-
|
|
15134
|
+
update_project_api_agent_board_projects__project_id__patch: {
|
|
15001
15135
|
parameters: {
|
|
15002
15136
|
query?: never;
|
|
15003
15137
|
header?: never;
|
|
@@ -15006,7 +15140,11 @@ export interface operations {
|
|
|
15006
15140
|
};
|
|
15007
15141
|
cookie?: never;
|
|
15008
15142
|
};
|
|
15009
|
-
requestBody
|
|
15143
|
+
requestBody: {
|
|
15144
|
+
content: {
|
|
15145
|
+
"application/json": components["schemas"]["UpdateProjectRequest"];
|
|
15146
|
+
};
|
|
15147
|
+
};
|
|
15010
15148
|
responses: {
|
|
15011
15149
|
/** @description Successful Response */
|
|
15012
15150
|
200: {
|
|
@@ -15028,20 +15166,16 @@ export interface operations {
|
|
|
15028
15166
|
};
|
|
15029
15167
|
};
|
|
15030
15168
|
};
|
|
15031
|
-
|
|
15169
|
+
get_session_board_project_api_agent_board_sessions__session_id__board_project_get: {
|
|
15032
15170
|
parameters: {
|
|
15033
15171
|
query?: never;
|
|
15034
15172
|
header?: never;
|
|
15035
15173
|
path: {
|
|
15036
|
-
|
|
15174
|
+
session_id: string;
|
|
15037
15175
|
};
|
|
15038
15176
|
cookie?: never;
|
|
15039
15177
|
};
|
|
15040
|
-
requestBody
|
|
15041
|
-
content: {
|
|
15042
|
-
"application/json": components["schemas"]["UpdateProjectRequest"];
|
|
15043
|
-
};
|
|
15044
|
-
};
|
|
15178
|
+
requestBody?: never;
|
|
15045
15179
|
responses: {
|
|
15046
15180
|
/** @description Successful Response */
|
|
15047
15181
|
200: {
|
|
@@ -15063,12 +15197,12 @@ export interface operations {
|
|
|
15063
15197
|
};
|
|
15064
15198
|
};
|
|
15065
15199
|
};
|
|
15066
|
-
|
|
15200
|
+
sync_project_repo_api_agent_board_projects__project_id__sync_repo_post: {
|
|
15067
15201
|
parameters: {
|
|
15068
15202
|
query?: never;
|
|
15069
15203
|
header?: never;
|
|
15070
15204
|
path: {
|
|
15071
|
-
|
|
15205
|
+
project_id: number;
|
|
15072
15206
|
};
|
|
15073
15207
|
cookie?: never;
|
|
15074
15208
|
};
|
|
@@ -15094,7 +15228,7 @@ export interface operations {
|
|
|
15094
15228
|
};
|
|
15095
15229
|
};
|
|
15096
15230
|
};
|
|
15097
|
-
|
|
15231
|
+
migrate_project_to_local_git_api_agent_board_projects__project_id__migrate_to_local_git_post: {
|
|
15098
15232
|
parameters: {
|
|
15099
15233
|
query?: never;
|
|
15100
15234
|
header?: never;
|
|
@@ -15291,6 +15425,42 @@ export interface operations {
|
|
|
15291
15425
|
};
|
|
15292
15426
|
};
|
|
15293
15427
|
};
|
|
15428
|
+
request_board_task_rework_api_agent_board_projects__project_id__board_tasks__task_id__rework_post: {
|
|
15429
|
+
parameters: {
|
|
15430
|
+
query?: never;
|
|
15431
|
+
header?: never;
|
|
15432
|
+
path: {
|
|
15433
|
+
project_id: number;
|
|
15434
|
+
task_id: number;
|
|
15435
|
+
};
|
|
15436
|
+
cookie?: never;
|
|
15437
|
+
};
|
|
15438
|
+
requestBody: {
|
|
15439
|
+
content: {
|
|
15440
|
+
"application/json": components["schemas"]["AddBoardTaskCommentRequest"];
|
|
15441
|
+
};
|
|
15442
|
+
};
|
|
15443
|
+
responses: {
|
|
15444
|
+
/** @description Successful Response */
|
|
15445
|
+
200: {
|
|
15446
|
+
headers: {
|
|
15447
|
+
[name: string]: unknown;
|
|
15448
|
+
};
|
|
15449
|
+
content: {
|
|
15450
|
+
"application/json": unknown;
|
|
15451
|
+
};
|
|
15452
|
+
};
|
|
15453
|
+
/** @description Validation Error */
|
|
15454
|
+
422: {
|
|
15455
|
+
headers: {
|
|
15456
|
+
[name: string]: unknown;
|
|
15457
|
+
};
|
|
15458
|
+
content: {
|
|
15459
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
15460
|
+
};
|
|
15461
|
+
};
|
|
15462
|
+
};
|
|
15463
|
+
};
|
|
15294
15464
|
list_board_tasks_api_agent_board_projects__project_id__board_tasks_get: {
|
|
15295
15465
|
parameters: {
|
|
15296
15466
|
query?: never;
|
|
@@ -15785,7 +15955,7 @@ export interface operations {
|
|
|
15785
15955
|
};
|
|
15786
15956
|
};
|
|
15787
15957
|
};
|
|
15788
|
-
|
|
15958
|
+
bootstrap_project_api_agent_board_projects__project_id__bootstrap_post: {
|
|
15789
15959
|
parameters: {
|
|
15790
15960
|
query?: never;
|
|
15791
15961
|
header?: never;
|
|
@@ -15794,13 +15964,38 @@ export interface operations {
|
|
|
15794
15964
|
};
|
|
15795
15965
|
cookie?: never;
|
|
15796
15966
|
};
|
|
15797
|
-
requestBody?:
|
|
15798
|
-
|
|
15799
|
-
|
|
15800
|
-
|
|
15801
|
-
|
|
15967
|
+
requestBody?: never;
|
|
15968
|
+
responses: {
|
|
15969
|
+
/** @description Successful Response */
|
|
15970
|
+
200: {
|
|
15971
|
+
headers: {
|
|
15972
|
+
[name: string]: unknown;
|
|
15973
|
+
};
|
|
15974
|
+
content: {
|
|
15975
|
+
"application/json": unknown;
|
|
15976
|
+
};
|
|
15802
15977
|
};
|
|
15978
|
+
/** @description Validation Error */
|
|
15979
|
+
422: {
|
|
15980
|
+
headers: {
|
|
15981
|
+
[name: string]: unknown;
|
|
15982
|
+
};
|
|
15983
|
+
content: {
|
|
15984
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
15985
|
+
};
|
|
15986
|
+
};
|
|
15987
|
+
};
|
|
15988
|
+
};
|
|
15989
|
+
export_project_main_api_agent_board_projects__project_id__export_git_get: {
|
|
15990
|
+
parameters: {
|
|
15991
|
+
query?: never;
|
|
15992
|
+
header?: never;
|
|
15993
|
+
path: {
|
|
15994
|
+
project_id: number;
|
|
15995
|
+
};
|
|
15996
|
+
cookie?: never;
|
|
15803
15997
|
};
|
|
15998
|
+
requestBody?: never;
|
|
15804
15999
|
responses: {
|
|
15805
16000
|
/** @description Successful Response */
|
|
15806
16001
|
200: {
|
|
@@ -15822,7 +16017,7 @@ export interface operations {
|
|
|
15822
16017
|
};
|
|
15823
16018
|
};
|
|
15824
16019
|
};
|
|
15825
|
-
|
|
16020
|
+
list_project_changes_api_agent_board_projects__project_id__changes_get: {
|
|
15826
16021
|
parameters: {
|
|
15827
16022
|
query?: never;
|
|
15828
16023
|
header?: never;
|
|
@@ -15853,12 +16048,13 @@ export interface operations {
|
|
|
15853
16048
|
};
|
|
15854
16049
|
};
|
|
15855
16050
|
};
|
|
15856
|
-
|
|
16051
|
+
get_project_change_api_agent_board_projects__project_id__changes__task_id__get: {
|
|
15857
16052
|
parameters: {
|
|
15858
16053
|
query?: never;
|
|
15859
16054
|
header?: never;
|
|
15860
16055
|
path: {
|
|
15861
16056
|
project_id: number;
|
|
16057
|
+
task_id: number;
|
|
15862
16058
|
};
|
|
15863
16059
|
cookie?: never;
|
|
15864
16060
|
};
|
|
@@ -15884,13 +16080,16 @@ export interface operations {
|
|
|
15884
16080
|
};
|
|
15885
16081
|
};
|
|
15886
16082
|
};
|
|
15887
|
-
|
|
16083
|
+
get_project_change_diff_api_agent_board_projects__project_id__changes__task_id__diff_get: {
|
|
15888
16084
|
parameters: {
|
|
15889
|
-
query
|
|
16085
|
+
query: {
|
|
16086
|
+
revision: number;
|
|
16087
|
+
head_sha: string;
|
|
16088
|
+
};
|
|
15890
16089
|
header?: never;
|
|
15891
16090
|
path: {
|
|
15892
16091
|
project_id: number;
|
|
15893
|
-
|
|
16092
|
+
task_id: number;
|
|
15894
16093
|
};
|
|
15895
16094
|
cookie?: never;
|
|
15896
16095
|
};
|
|
@@ -15916,13 +16115,85 @@ export interface operations {
|
|
|
15916
16115
|
};
|
|
15917
16116
|
};
|
|
15918
16117
|
};
|
|
15919
|
-
|
|
16118
|
+
request_project_change_merge_api_agent_board_projects__project_id__changes__task_id__merge_post: {
|
|
16119
|
+
parameters: {
|
|
16120
|
+
query?: never;
|
|
16121
|
+
header?: never;
|
|
16122
|
+
path: {
|
|
16123
|
+
project_id: number;
|
|
16124
|
+
task_id: number;
|
|
16125
|
+
};
|
|
16126
|
+
cookie?: never;
|
|
16127
|
+
};
|
|
16128
|
+
requestBody: {
|
|
16129
|
+
content: {
|
|
16130
|
+
"application/json": components["schemas"]["ChangeRevisionRequest"];
|
|
16131
|
+
};
|
|
16132
|
+
};
|
|
16133
|
+
responses: {
|
|
16134
|
+
/** @description Successful Response */
|
|
16135
|
+
200: {
|
|
16136
|
+
headers: {
|
|
16137
|
+
[name: string]: unknown;
|
|
16138
|
+
};
|
|
16139
|
+
content: {
|
|
16140
|
+
"application/json": unknown;
|
|
16141
|
+
};
|
|
16142
|
+
};
|
|
16143
|
+
/** @description Validation Error */
|
|
16144
|
+
422: {
|
|
16145
|
+
headers: {
|
|
16146
|
+
[name: string]: unknown;
|
|
16147
|
+
};
|
|
16148
|
+
content: {
|
|
16149
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
16150
|
+
};
|
|
16151
|
+
};
|
|
16152
|
+
};
|
|
16153
|
+
};
|
|
16154
|
+
close_project_change_api_agent_board_projects__project_id__changes__task_id__close_post: {
|
|
16155
|
+
parameters: {
|
|
16156
|
+
query?: never;
|
|
16157
|
+
header?: never;
|
|
16158
|
+
path: {
|
|
16159
|
+
project_id: number;
|
|
16160
|
+
task_id: number;
|
|
16161
|
+
};
|
|
16162
|
+
cookie?: never;
|
|
16163
|
+
};
|
|
16164
|
+
requestBody: {
|
|
16165
|
+
content: {
|
|
16166
|
+
"application/json": components["schemas"]["ChangeRevisionRequest"];
|
|
16167
|
+
};
|
|
16168
|
+
};
|
|
16169
|
+
responses: {
|
|
16170
|
+
/** @description Successful Response */
|
|
16171
|
+
200: {
|
|
16172
|
+
headers: {
|
|
16173
|
+
[name: string]: unknown;
|
|
16174
|
+
};
|
|
16175
|
+
content: {
|
|
16176
|
+
"application/json": unknown;
|
|
16177
|
+
};
|
|
16178
|
+
};
|
|
16179
|
+
/** @description Validation Error */
|
|
16180
|
+
422: {
|
|
16181
|
+
headers: {
|
|
16182
|
+
[name: string]: unknown;
|
|
16183
|
+
};
|
|
16184
|
+
content: {
|
|
16185
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
16186
|
+
};
|
|
16187
|
+
};
|
|
16188
|
+
};
|
|
16189
|
+
};
|
|
16190
|
+
restore_project_change_api_agent_board_projects__project_id__changes__task_id__restore_post: {
|
|
15920
16191
|
parameters: {
|
|
15921
16192
|
query?: never;
|
|
15922
16193
|
header?: never;
|
|
15923
16194
|
path: {
|
|
15924
16195
|
project_id: number;
|
|
15925
|
-
|
|
16196
|
+
task_id: number;
|
|
15926
16197
|
};
|
|
15927
16198
|
cookie?: never;
|
|
15928
16199
|
};
|