@opsee/mcp-server 0.1.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/bin/opsee-mcp.js +21 -0
- package/gen/api/v1/account_pb.d.ts +393 -0
- package/gen/api/v1/account_pb.js +111 -0
- package/gen/api/v1/activity_log_pb.d.ts +297 -0
- package/gen/api/v1/activity_log_pb.js +89 -0
- package/gen/api/v1/ai_run_status_pb.d.ts +237 -0
- package/gen/api/v1/ai_run_status_pb.js +89 -0
- package/gen/api/v1/ai_unit_category_pb.d.ts +237 -0
- package/gen/api/v1/ai_unit_category_pb.js +89 -0
- package/gen/api/v1/ai_unit_stage_pb.d.ts +347 -0
- package/gen/api/v1/ai_unit_stage_pb.js +117 -0
- package/gen/api/v1/ai_unit_status_pb.d.ts +237 -0
- package/gen/api/v1/ai_unit_status_pb.js +89 -0
- package/gen/api/v1/ai_workflow_run_pb.d.ts +542 -0
- package/gen/api/v1/ai_workflow_run_pb.js +159 -0
- package/gen/api/v1/ai_workflow_unit_pb.d.ts +431 -0
- package/gen/api/v1/ai_workflow_unit_pb.js +103 -0
- package/gen/api/v1/attachment_pb.d.ts +297 -0
- package/gen/api/v1/attachment_pb.js +89 -0
- package/gen/api/v1/billing_pb.d.ts +1206 -0
- package/gen/api/v1/billing_pb.js +288 -0
- package/gen/api/v1/board_column_pb.d.ts +282 -0
- package/gen/api/v1/board_column_pb.js +89 -0
- package/gen/api/v1/board_pb.d.ts +296 -0
- package/gen/api/v1/board_pb.js +96 -0
- package/gen/api/v1/comment_pb.d.ts +277 -0
- package/gen/api/v1/comment_pb.js +89 -0
- package/gen/api/v1/company_pb.d.ts +452 -0
- package/gen/api/v1/company_pb.js +110 -0
- package/gen/api/v1/component_pb.d.ts +267 -0
- package/gen/api/v1/component_pb.js +89 -0
- package/gen/api/v1/contact_pb.d.ts +58 -0
- package/gen/api/v1/contact_pb.js +28 -0
- package/gen/api/v1/country_pb.d.ts +257 -0
- package/gen/api/v1/country_pb.js +89 -0
- package/gen/api/v1/credit_transaction_pb.d.ts +277 -0
- package/gen/api/v1/credit_transaction_pb.js +89 -0
- package/gen/api/v1/cycle_pb.d.ts +281 -0
- package/gen/api/v1/cycle_pb.js +87 -0
- package/gen/api/v1/deployment_pb.d.ts +277 -0
- package/gen/api/v1/deployment_pb.js +89 -0
- package/gen/api/v1/doc_page_pb.d.ts +505 -0
- package/gen/api/v1/doc_page_pb.js +138 -0
- package/gen/api/v1/doc_page_version_pb.d.ts +287 -0
- package/gen/api/v1/doc_page_version_pb.js +89 -0
- package/gen/api/v1/doc_space_pb.d.ts +297 -0
- package/gen/api/v1/doc_space_pb.js +89 -0
- package/gen/api/v1/document_link_pb.d.ts +174 -0
- package/gen/api/v1/document_link_pb.js +61 -0
- package/gen/api/v1/document_pb.d.ts +548 -0
- package/gen/api/v1/document_pb.js +152 -0
- package/gen/api/v1/environment_pb.d.ts +277 -0
- package/gen/api/v1/environment_pb.js +89 -0
- package/gen/api/v1/filter_pb.d.ts +66 -0
- package/gen/api/v1/filter_pb.js +26 -0
- package/gen/api/v1/label_pb.d.ts +267 -0
- package/gen/api/v1/label_pb.js +89 -0
- package/gen/api/v1/models_pb.d.ts +3137 -0
- package/gen/api/v1/models_pb.js +357 -0
- package/gen/api/v1/notification_pb.d.ts +317 -0
- package/gen/api/v1/notification_pb.js +89 -0
- package/gen/api/v1/orchestrator_pb.d.ts +1813 -0
- package/gen/api/v1/orchestrator_pb.js +353 -0
- package/gen/api/v1/pagination_pb.d.ts +92 -0
- package/gen/api/v1/pagination_pb.js +33 -0
- package/gen/api/v1/permission_pb.d.ts +222 -0
- package/gen/api/v1/permission_pb.js +89 -0
- package/gen/api/v1/preference_pb.d.ts +109 -0
- package/gen/api/v1/preference_pb.js +42 -0
- package/gen/api/v1/project_membership_pb.d.ts +321 -0
- package/gen/api/v1/project_membership_pb.js +103 -0
- package/gen/api/v1/project_pb.d.ts +473 -0
- package/gen/api/v1/project_pb.js +145 -0
- package/gen/api/v1/reporting_pb.d.ts +1481 -0
- package/gen/api/v1/reporting_pb.js +373 -0
- package/gen/api/v1/role_pb.d.ts +252 -0
- package/gen/api/v1/role_pb.js +101 -0
- package/gen/api/v1/subscription_pb.d.ts +307 -0
- package/gen/api/v1/subscription_pb.js +89 -0
- package/gen/api/v1/swagger_pb.d.ts +11 -0
- package/gen/api/v1/swagger_pb.js +13 -0
- package/gen/api/v1/task_component_pb.d.ts +242 -0
- package/gen/api/v1/task_component_pb.js +89 -0
- package/gen/api/v1/task_contributor_pb.d.ts +252 -0
- package/gen/api/v1/task_contributor_pb.js +89 -0
- package/gen/api/v1/task_doc_page_pb.d.ts +186 -0
- package/gen/api/v1/task_doc_page_pb.js +73 -0
- package/gen/api/v1/task_document_pb.d.ts +186 -0
- package/gen/api/v1/task_document_pb.js +73 -0
- package/gen/api/v1/task_label_pb.d.ts +242 -0
- package/gen/api/v1/task_label_pb.js +89 -0
- package/gen/api/v1/task_pb.d.ts +780 -0
- package/gen/api/v1/task_pb.js +173 -0
- package/gen/api/v1/task_priority_pb.d.ts +267 -0
- package/gen/api/v1/task_priority_pb.js +89 -0
- package/gen/api/v1/task_repository_pb.d.ts +242 -0
- package/gen/api/v1/task_repository_pb.js +89 -0
- package/gen/api/v1/task_type_pb.d.ts +277 -0
- package/gen/api/v1/task_type_pb.js +89 -0
- package/gen/api/v1/test_run_pb.d.ts +277 -0
- package/gen/api/v1/test_run_pb.js +89 -0
- package/gen/api/v1/user_pb.d.ts +366 -0
- package/gen/api/v1/user_pb.js +117 -0
- package/gen/api/v1/vcs_connection_pb.d.ts +964 -0
- package/gen/api/v1/vcs_connection_pb.js +228 -0
- package/gen/api/v1/vcs_integration_pb.d.ts +479 -0
- package/gen/api/v1/vcs_integration_pb.js +125 -0
- package/gen/api/v1/vcs_pb.d.ts +36 -0
- package/gen/api/v1/vcs_pb.js +24 -0
- package/gen/api/v1/view_pb.d.ts +337 -0
- package/gen/api/v1/view_pb.js +102 -0
- package/gen/google/api/annotations_pb.d.ts +34 -0
- package/gen/google/api/annotations_pb.js +36 -0
- package/gen/google/api/http_pb.d.ts +477 -0
- package/gen/google/api/http_pb.js +47 -0
- package/gen/protoc-gen-openapiv2/options/annotations_pb.d.ts +63 -0
- package/gen/protoc-gen-openapiv2/options/annotations_pb.js +69 -0
- package/gen/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1497 -0
- package/gen/protoc-gen-openapiv2/options/openapiv2_pb.js +232 -0
- package/gen/validate/validate_pb.d.ts +1953 -0
- package/gen/validate/validate_pb.js +223 -0
- package/package.json +37 -0
- package/src/auth/credentials.ts +65 -0
- package/src/auth/login.ts +96 -0
- package/src/auth/manager.ts +49 -0
- package/src/client/api.ts +91 -0
- package/src/index.ts +13 -0
- package/src/server.ts +26 -0
- package/src/tools/cycles.ts +77 -0
- package/src/tools/docs.ts +148 -0
- package/src/tools/projects.ts +40 -0
- package/src/tools/repositories.ts +41 -0
- package/src/tools/task-metadata.ts +96 -0
- package/src/tools/tasks.ts +228 -0
- package/src/tools/user.ts +33 -0
- package/src/utils/format.ts +141 -0
|
@@ -0,0 +1,347 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/ai_unit_stage.proto (package api.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Pagination } from "./pagination_pb";
|
|
8
|
+
import type { FilterOptions } from "./filter_pb";
|
|
9
|
+
import type { AIUnitStage } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/ai_unit_stage.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_ai_unit_stage: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddAIUnitStageRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddAIUnitStageRequest = Message<"api.v1.AddAIUnitStageRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string name = 1;
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: optional string description = 2;
|
|
30
|
+
*/
|
|
31
|
+
description?: string;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: int32 display_order = 3;
|
|
35
|
+
*/
|
|
36
|
+
displayOrder: number;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Describes the message api.v1.AddAIUnitStageRequest.
|
|
41
|
+
* Use `create(AddAIUnitStageRequestSchema)` to create a new message.
|
|
42
|
+
*/
|
|
43
|
+
export declare const AddAIUnitStageRequestSchema: GenMessage<AddAIUnitStageRequest>;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @generated from message api.v1.EditAIUnitStageRequest
|
|
47
|
+
*/
|
|
48
|
+
export declare type EditAIUnitStageRequest = Message<"api.v1.EditAIUnitStageRequest"> & {
|
|
49
|
+
/**
|
|
50
|
+
* @generated from field: uint32 id = 1;
|
|
51
|
+
*/
|
|
52
|
+
id: number;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: string name = 2;
|
|
56
|
+
*/
|
|
57
|
+
name: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @generated from field: optional string description = 3;
|
|
61
|
+
*/
|
|
62
|
+
description?: string;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: int32 display_order = 4;
|
|
66
|
+
*/
|
|
67
|
+
displayOrder: number;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Describes the message api.v1.EditAIUnitStageRequest.
|
|
72
|
+
* Use `create(EditAIUnitStageRequestSchema)` to create a new message.
|
|
73
|
+
*/
|
|
74
|
+
export declare const EditAIUnitStageRequestSchema: GenMessage<EditAIUnitStageRequest>;
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* @generated from message api.v1.GetAIUnitStageRequest
|
|
78
|
+
*/
|
|
79
|
+
export declare type GetAIUnitStageRequest = Message<"api.v1.GetAIUnitStageRequest"> & {
|
|
80
|
+
/**
|
|
81
|
+
* @generated from field: uint32 id = 1;
|
|
82
|
+
*/
|
|
83
|
+
id: number;
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Describes the message api.v1.GetAIUnitStageRequest.
|
|
88
|
+
* Use `create(GetAIUnitStageRequestSchema)` to create a new message.
|
|
89
|
+
*/
|
|
90
|
+
export declare const GetAIUnitStageRequestSchema: GenMessage<GetAIUnitStageRequest>;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* @generated from message api.v1.GetAIUnitStagesRequest
|
|
94
|
+
*/
|
|
95
|
+
export declare type GetAIUnitStagesRequest = Message<"api.v1.GetAIUnitStagesRequest"> & {
|
|
96
|
+
/**
|
|
97
|
+
* @generated from field: api.v1.Pagination pagination = 1;
|
|
98
|
+
*/
|
|
99
|
+
pagination?: Pagination;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* @generated from field: api.v1.FilterOptions filter_options = 2;
|
|
103
|
+
*/
|
|
104
|
+
filterOptions?: FilterOptions;
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Describes the message api.v1.GetAIUnitStagesRequest.
|
|
109
|
+
* Use `create(GetAIUnitStagesRequestSchema)` to create a new message.
|
|
110
|
+
*/
|
|
111
|
+
export declare const GetAIUnitStagesRequestSchema: GenMessage<GetAIUnitStagesRequest>;
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* @generated from message api.v1.DeleteAIUnitStageRequest
|
|
115
|
+
*/
|
|
116
|
+
export declare type DeleteAIUnitStageRequest = Message<"api.v1.DeleteAIUnitStageRequest"> & {
|
|
117
|
+
/**
|
|
118
|
+
* @generated from field: uint32 id = 1;
|
|
119
|
+
*/
|
|
120
|
+
id: number;
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* Describes the message api.v1.DeleteAIUnitStageRequest.
|
|
125
|
+
* Use `create(DeleteAIUnitStageRequestSchema)` to create a new message.
|
|
126
|
+
*/
|
|
127
|
+
export declare const DeleteAIUnitStageRequestSchema: GenMessage<DeleteAIUnitStageRequest>;
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* @generated from message api.v1.GetTaskAIUnitStagesRequest
|
|
131
|
+
*/
|
|
132
|
+
export declare type GetTaskAIUnitStagesRequest = Message<"api.v1.GetTaskAIUnitStagesRequest"> & {
|
|
133
|
+
/**
|
|
134
|
+
* @generated from field: api.v1.Pagination pagination = 1;
|
|
135
|
+
*/
|
|
136
|
+
pagination?: Pagination;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* @generated from field: api.v1.FilterOptions filter_options = 2;
|
|
140
|
+
*/
|
|
141
|
+
filterOptions?: FilterOptions;
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Describes the message api.v1.GetTaskAIUnitStagesRequest.
|
|
146
|
+
* Use `create(GetTaskAIUnitStagesRequestSchema)` to create a new message.
|
|
147
|
+
*/
|
|
148
|
+
export declare const GetTaskAIUnitStagesRequestSchema: GenMessage<GetTaskAIUnitStagesRequest>;
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* @generated from message api.v1.GetAnalysisAIUnitStagesRequest
|
|
152
|
+
*/
|
|
153
|
+
export declare type GetAnalysisAIUnitStagesRequest = Message<"api.v1.GetAnalysisAIUnitStagesRequest"> & {
|
|
154
|
+
/**
|
|
155
|
+
* @generated from field: api.v1.Pagination pagination = 1;
|
|
156
|
+
*/
|
|
157
|
+
pagination?: Pagination;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* @generated from field: api.v1.FilterOptions filter_options = 2;
|
|
161
|
+
*/
|
|
162
|
+
filterOptions?: FilterOptions;
|
|
163
|
+
};
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* Describes the message api.v1.GetAnalysisAIUnitStagesRequest.
|
|
167
|
+
* Use `create(GetAnalysisAIUnitStagesRequestSchema)` to create a new message.
|
|
168
|
+
*/
|
|
169
|
+
export declare const GetAnalysisAIUnitStagesRequestSchema: GenMessage<GetAnalysisAIUnitStagesRequest>;
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* Response definitions
|
|
173
|
+
*
|
|
174
|
+
* @generated from message api.v1.GetAIUnitStagesResponse
|
|
175
|
+
*/
|
|
176
|
+
export declare type GetAIUnitStagesResponse = Message<"api.v1.GetAIUnitStagesResponse"> & {
|
|
177
|
+
/**
|
|
178
|
+
* @generated from field: repeated api.v1.AIUnitStage ai_unit_stages = 1;
|
|
179
|
+
*/
|
|
180
|
+
aiUnitStages: AIUnitStage[];
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
184
|
+
*/
|
|
185
|
+
pagination?: Pagination;
|
|
186
|
+
};
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Describes the message api.v1.GetAIUnitStagesResponse.
|
|
190
|
+
* Use `create(GetAIUnitStagesResponseSchema)` to create a new message.
|
|
191
|
+
*/
|
|
192
|
+
export declare const GetAIUnitStagesResponseSchema: GenMessage<GetAIUnitStagesResponse>;
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* @generated from message api.v1.AddAIUnitStageResponse
|
|
196
|
+
*/
|
|
197
|
+
export declare type AddAIUnitStageResponse = Message<"api.v1.AddAIUnitStageResponse"> & {
|
|
198
|
+
/**
|
|
199
|
+
* @generated from field: api.v1.AIUnitStage ai_unit_stage = 1;
|
|
200
|
+
*/
|
|
201
|
+
aiUnitStage?: AIUnitStage;
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* Describes the message api.v1.AddAIUnitStageResponse.
|
|
206
|
+
* Use `create(AddAIUnitStageResponseSchema)` to create a new message.
|
|
207
|
+
*/
|
|
208
|
+
export declare const AddAIUnitStageResponseSchema: GenMessage<AddAIUnitStageResponse>;
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* @generated from message api.v1.EditAIUnitStageResponse
|
|
212
|
+
*/
|
|
213
|
+
export declare type EditAIUnitStageResponse = Message<"api.v1.EditAIUnitStageResponse"> & {
|
|
214
|
+
/**
|
|
215
|
+
* @generated from field: api.v1.AIUnitStage ai_unit_stage = 1;
|
|
216
|
+
*/
|
|
217
|
+
aiUnitStage?: AIUnitStage;
|
|
218
|
+
};
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Describes the message api.v1.EditAIUnitStageResponse.
|
|
222
|
+
* Use `create(EditAIUnitStageResponseSchema)` to create a new message.
|
|
223
|
+
*/
|
|
224
|
+
export declare const EditAIUnitStageResponseSchema: GenMessage<EditAIUnitStageResponse>;
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* @generated from message api.v1.GetAIUnitStageResponse
|
|
228
|
+
*/
|
|
229
|
+
export declare type GetAIUnitStageResponse = Message<"api.v1.GetAIUnitStageResponse"> & {
|
|
230
|
+
/**
|
|
231
|
+
* @generated from field: api.v1.AIUnitStage ai_unit_stage = 1;
|
|
232
|
+
*/
|
|
233
|
+
aiUnitStage?: AIUnitStage;
|
|
234
|
+
};
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* Describes the message api.v1.GetAIUnitStageResponse.
|
|
238
|
+
* Use `create(GetAIUnitStageResponseSchema)` to create a new message.
|
|
239
|
+
*/
|
|
240
|
+
export declare const GetAIUnitStageResponseSchema: GenMessage<GetAIUnitStageResponse>;
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* @generated from message api.v1.GetTaskAIUnitStagesResponse
|
|
244
|
+
*/
|
|
245
|
+
export declare type GetTaskAIUnitStagesResponse = Message<"api.v1.GetTaskAIUnitStagesResponse"> & {
|
|
246
|
+
/**
|
|
247
|
+
* @generated from field: repeated api.v1.AIUnitStage ai_unit_stages = 1;
|
|
248
|
+
*/
|
|
249
|
+
aiUnitStages: AIUnitStage[];
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
253
|
+
*/
|
|
254
|
+
pagination?: Pagination;
|
|
255
|
+
};
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* Describes the message api.v1.GetTaskAIUnitStagesResponse.
|
|
259
|
+
* Use `create(GetTaskAIUnitStagesResponseSchema)` to create a new message.
|
|
260
|
+
*/
|
|
261
|
+
export declare const GetTaskAIUnitStagesResponseSchema: GenMessage<GetTaskAIUnitStagesResponse>;
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* @generated from message api.v1.GetAnalysisAIUnitStagesResponse
|
|
265
|
+
*/
|
|
266
|
+
export declare type GetAnalysisAIUnitStagesResponse = Message<"api.v1.GetAnalysisAIUnitStagesResponse"> & {
|
|
267
|
+
/**
|
|
268
|
+
* @generated from field: repeated api.v1.AIUnitStage ai_unit_stages = 1;
|
|
269
|
+
*/
|
|
270
|
+
aiUnitStages: AIUnitStage[];
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
274
|
+
*/
|
|
275
|
+
pagination?: Pagination;
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* Describes the message api.v1.GetAnalysisAIUnitStagesResponse.
|
|
280
|
+
* Use `create(GetAnalysisAIUnitStagesResponseSchema)` to create a new message.
|
|
281
|
+
*/
|
|
282
|
+
export declare const GetAnalysisAIUnitStagesResponseSchema: GenMessage<GetAnalysisAIUnitStagesResponse>;
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* Service definition
|
|
286
|
+
*
|
|
287
|
+
* @generated from service api.v1.AIUnitStageService
|
|
288
|
+
*/
|
|
289
|
+
export declare const AIUnitStageService: GenService<{
|
|
290
|
+
/**
|
|
291
|
+
* @generated from rpc api.v1.AIUnitStageService.AddAIUnitStage
|
|
292
|
+
*/
|
|
293
|
+
addAIUnitStage: {
|
|
294
|
+
methodKind: "unary";
|
|
295
|
+
input: typeof AddAIUnitStageRequestSchema;
|
|
296
|
+
output: typeof AddAIUnitStageResponseSchema;
|
|
297
|
+
},
|
|
298
|
+
/**
|
|
299
|
+
* @generated from rpc api.v1.AIUnitStageService.EditAIUnitStage
|
|
300
|
+
*/
|
|
301
|
+
editAIUnitStage: {
|
|
302
|
+
methodKind: "unary";
|
|
303
|
+
input: typeof EditAIUnitStageRequestSchema;
|
|
304
|
+
output: typeof EditAIUnitStageResponseSchema;
|
|
305
|
+
},
|
|
306
|
+
/**
|
|
307
|
+
* @generated from rpc api.v1.AIUnitStageService.GetAIUnitStage
|
|
308
|
+
*/
|
|
309
|
+
getAIUnitStage: {
|
|
310
|
+
methodKind: "unary";
|
|
311
|
+
input: typeof GetAIUnitStageRequestSchema;
|
|
312
|
+
output: typeof GetAIUnitStageResponseSchema;
|
|
313
|
+
},
|
|
314
|
+
/**
|
|
315
|
+
* @generated from rpc api.v1.AIUnitStageService.GetAIUnitStages
|
|
316
|
+
*/
|
|
317
|
+
getAIUnitStages: {
|
|
318
|
+
methodKind: "unary";
|
|
319
|
+
input: typeof GetAIUnitStagesRequestSchema;
|
|
320
|
+
output: typeof GetAIUnitStagesResponseSchema;
|
|
321
|
+
},
|
|
322
|
+
/**
|
|
323
|
+
* @generated from rpc api.v1.AIUnitStageService.DeleteAIUnitStage
|
|
324
|
+
*/
|
|
325
|
+
deleteAIUnitStage: {
|
|
326
|
+
methodKind: "unary";
|
|
327
|
+
input: typeof DeleteAIUnitStageRequestSchema;
|
|
328
|
+
output: typeof EmptySchema;
|
|
329
|
+
},
|
|
330
|
+
/**
|
|
331
|
+
* @generated from rpc api.v1.AIUnitStageService.GetTaskAIUnitStages
|
|
332
|
+
*/
|
|
333
|
+
getTaskAIUnitStages: {
|
|
334
|
+
methodKind: "unary";
|
|
335
|
+
input: typeof GetTaskAIUnitStagesRequestSchema;
|
|
336
|
+
output: typeof GetTaskAIUnitStagesResponseSchema;
|
|
337
|
+
},
|
|
338
|
+
/**
|
|
339
|
+
* @generated from rpc api.v1.AIUnitStageService.GetAnalysisAIUnitStages
|
|
340
|
+
*/
|
|
341
|
+
getAnalysisAIUnitStages: {
|
|
342
|
+
methodKind: "unary";
|
|
343
|
+
input: typeof GetAnalysisAIUnitStagesRequestSchema;
|
|
344
|
+
output: typeof GetAnalysisAIUnitStagesResponseSchema;
|
|
345
|
+
},
|
|
346
|
+
}>;
|
|
347
|
+
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/ai_unit_stage.proto (package api.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
import { file_google_api_annotations } from "../../google/api/annotations_pb";
|
|
8
|
+
import { file_validate_validate } from "../../validate/validate_pb";
|
|
9
|
+
import { file_api_v1_pagination } from "./pagination_pb";
|
|
10
|
+
import { file_api_v1_filter } from "./filter_pb";
|
|
11
|
+
import { file_api_v1_models } from "./models_pb";
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the file api/v1/ai_unit_stage.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_ai_unit_stage = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChphcGkvdjEvYWlfdW5pdF9zdGFnZS5wcm90bxIGYXBpLnYxIngKFUFkZEFJVW5pdFN0YWdlUmVxdWVzdBIVCgRuYW1lGAEgASgJQgf6QgRyAhAyEhgKC2Rlc2NyaXB0aW9uGAIgASgJSACIAQESHgoNZGlzcGxheV9vcmRlchgDIAEoBUIH+kIEGgIoAEIOCgxfZGVzY3JpcHRpb24ijgEKFkVkaXRBSVVuaXRTdGFnZVJlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAESFQoEbmFtZRgCIAEoCUIH+kIEcgIQMhIYCgtkZXNjcmlwdGlvbhgDIAEoCUgAiAEBEh4KDWRpc3BsYXlfb3JkZXIYBCABKAVCB/pCBBoCKABCDgoMX2Rlc2NyaXB0aW9uIiMKFUdldEFJVW5pdFN0YWdlUmVxdWVzdBIKCgJpZBgBIAEoDSJ5ChZHZXRBSVVuaXRTdGFnZXNSZXF1ZXN0EjAKCnBhZ2luYXRpb24YASABKAsyEi5hcGkudjEuUGFnaW5hdGlvbkII+kIFigECEAESLQoOZmlsdGVyX29wdGlvbnMYAiABKAsyFS5hcGkudjEuRmlsdGVyT3B0aW9ucyImChhEZWxldGVBSVVuaXRTdGFnZVJlcXVlc3QSCgoCaWQYASABKA0ifQoaR2V0VGFza0FJVW5pdFN0YWdlc1JlcXVlc3QSMAoKcGFnaW5hdGlvbhgBIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uQgj6QgWKAQIQARItCg5maWx0ZXJfb3B0aW9ucxgCIAEoCzIVLmFwaS52MS5GaWx0ZXJPcHRpb25zIoEBCh5HZXRBbmFseXNpc0FJVW5pdFN0YWdlc1JlcXVlc3QSMAoKcGFnaW5hdGlvbhgBIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uQgj6QgWKAQIQARItCg5maWx0ZXJfb3B0aW9ucxgCIAEoCzIVLmFwaS52MS5GaWx0ZXJPcHRpb25zIm4KF0dldEFJVW5pdFN0YWdlc1Jlc3BvbnNlEisKDmFpX3VuaXRfc3RhZ2VzGAEgAygLMhMuYXBpLnYxLkFJVW5pdFN0YWdlEiYKCnBhZ2luYXRpb24YAiABKAsyEi5hcGkudjEuUGFnaW5hdGlvbiJEChZBZGRBSVVuaXRTdGFnZVJlc3BvbnNlEioKDWFpX3VuaXRfc3RhZ2UYASABKAsyEy5hcGkudjEuQUlVbml0U3RhZ2UiRQoXRWRpdEFJVW5pdFN0YWdlUmVzcG9uc2USKgoNYWlfdW5pdF9zdGFnZRgBIAEoCzITLmFwaS52MS5BSVVuaXRTdGFnZSJEChZHZXRBSVVuaXRTdGFnZVJlc3BvbnNlEioKDWFpX3VuaXRfc3RhZ2UYASABKAsyEy5hcGkudjEuQUlVbml0U3RhZ2UicgobR2V0VGFza0FJVW5pdFN0YWdlc1Jlc3BvbnNlEisKDmFpX3VuaXRfc3RhZ2VzGAEgAygLMhMuYXBpLnYxLkFJVW5pdFN0YWdlEiYKCnBhZ2luYXRpb24YAiABKAsyEi5hcGkudjEuUGFnaW5hdGlvbiJ2Ch9HZXRBbmFseXNpc0FJVW5pdFN0YWdlc1Jlc3BvbnNlEisKDmFpX3VuaXRfc3RhZ2VzGAEgAygLMhMuYXBpLnYxLkFJVW5pdFN0YWdlEiYKCnBhZ2luYXRpb24YAiABKAsyEi5hcGkudjEuUGFnaW5hdGlvbjL+BgoSQUlVbml0U3RhZ2VTZXJ2aWNlEnIKDkFkZEFJVW5pdFN0YWdlEh0uYXBpLnYxLkFkZEFJVW5pdFN0YWdlUmVxdWVzdBoeLmFwaS52MS5BZGRBSVVuaXRTdGFnZVJlc3BvbnNlIiGC0+STAhs6ASoiFi9hcGkvdjEvYWlfdW5pdF9zdGFnZXMSegoPRWRpdEFJVW5pdFN0YWdlEh4uYXBpLnYxLkVkaXRBSVVuaXRTdGFnZVJlcXVlc3QaHy5hcGkudjEuRWRpdEFJVW5pdFN0YWdlUmVzcG9uc2UiJoLT5JMCIDoBKhobL2FwaS92MS9haV91bml0X3N0YWdlcy97aWR9EnQKDkdldEFJVW5pdFN0YWdlEh0uYXBpLnYxLkdldEFJVW5pdFN0YWdlUmVxdWVzdBoeLmFwaS52MS5HZXRBSVVuaXRTdGFnZVJlc3BvbnNlIiOC0+STAh0SGy9hcGkvdjEvYWlfdW5pdF9zdGFnZXMve2lkfRJyCg9HZXRBSVVuaXRTdGFnZXMSHi5hcGkudjEuR2V0QUlVbml0U3RhZ2VzUmVxdWVzdBofLmFwaS52MS5HZXRBSVVuaXRTdGFnZXNSZXNwb25zZSIegtPkkwIYEhYvYXBpL3YxL2FpX3VuaXRfc3RhZ2VzEnIKEURlbGV0ZUFJVW5pdFN0YWdlEiAuYXBpLnYxLkRlbGV0ZUFJVW5pdFN0YWdlUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIjgtPkkwIdKhsvYXBpL3YxL2FpX3VuaXRfc3RhZ2VzL3tpZH0SgwEKE0dldFRhc2tBSVVuaXRTdGFnZXMSIi5hcGkudjEuR2V0VGFza0FJVW5pdFN0YWdlc1JlcXVlc3QaIy5hcGkudjEuR2V0VGFza0FJVW5pdFN0YWdlc1Jlc3BvbnNlIiOC0+STAh0SGy9hcGkvdjEvYWlfdW5pdF9zdGFnZXMvdGFzaxKTAQoXR2V0QW5hbHlzaXNBSVVuaXRTdGFnZXMSJi5hcGkudjEuR2V0QW5hbHlzaXNBSVVuaXRTdGFnZXNSZXF1ZXN0GicuYXBpLnYxLkdldEFuYWx5c2lzQUlVbml0U3RhZ2VzUmVzcG9uc2UiJ4LT5JMCIRIfL2FwaS92MS9haV91bml0X3N0YWdlcy9hbmFseXNpc0J1Cgpjb20uYXBpLnYxQhBBaVVuaXRTdGFnZVByb3RvUAFaHG9wc2VlL2JhY2tlbmQvZ2VuL2FwaS92MTtnZW6iAgNBWFiqAgZBcGkuVjHKAgZBcGlcVjHiAhJBcGlcVjFcR1BCTWV0YWRhdGHqAgdBcGk6OlYxYgZwcm90bzM", [file_google_protobuf_empty, file_google_api_annotations, file_validate_validate, file_api_v1_pagination, file_api_v1_filter, file_api_v1_models]);
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message api.v1.AddAIUnitStageRequest.
|
|
21
|
+
* Use `create(AddAIUnitStageRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddAIUnitStageRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_ai_unit_stage, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditAIUnitStageRequest.
|
|
28
|
+
* Use `create(EditAIUnitStageRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditAIUnitStageRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_ai_unit_stage, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetAIUnitStageRequest.
|
|
35
|
+
* Use `create(GetAIUnitStageRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetAIUnitStageRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_ai_unit_stage, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetAIUnitStagesRequest.
|
|
42
|
+
* Use `create(GetAIUnitStagesRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetAIUnitStagesRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_ai_unit_stage, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteAIUnitStageRequest.
|
|
49
|
+
* Use `create(DeleteAIUnitStageRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteAIUnitStageRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_ai_unit_stage, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetTaskAIUnitStagesRequest.
|
|
56
|
+
* Use `create(GetTaskAIUnitStagesRequestSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetTaskAIUnitStagesRequestSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_ai_unit_stage, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.GetAnalysisAIUnitStagesRequest.
|
|
63
|
+
* Use `create(GetAnalysisAIUnitStagesRequestSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const GetAnalysisAIUnitStagesRequestSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_ai_unit_stage, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.GetAIUnitStagesResponse.
|
|
70
|
+
* Use `create(GetAIUnitStagesResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const GetAIUnitStagesResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_ai_unit_stage, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.AddAIUnitStageResponse.
|
|
77
|
+
* Use `create(AddAIUnitStageResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const AddAIUnitStageResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_ai_unit_stage, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Describes the message api.v1.EditAIUnitStageResponse.
|
|
84
|
+
* Use `create(EditAIUnitStageResponseSchema)` to create a new message.
|
|
85
|
+
*/
|
|
86
|
+
export const EditAIUnitStageResponseSchema = /*@__PURE__*/
|
|
87
|
+
messageDesc(file_api_v1_ai_unit_stage, 9);
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Describes the message api.v1.GetAIUnitStageResponse.
|
|
91
|
+
* Use `create(GetAIUnitStageResponseSchema)` to create a new message.
|
|
92
|
+
*/
|
|
93
|
+
export const GetAIUnitStageResponseSchema = /*@__PURE__*/
|
|
94
|
+
messageDesc(file_api_v1_ai_unit_stage, 10);
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Describes the message api.v1.GetTaskAIUnitStagesResponse.
|
|
98
|
+
* Use `create(GetTaskAIUnitStagesResponseSchema)` to create a new message.
|
|
99
|
+
*/
|
|
100
|
+
export const GetTaskAIUnitStagesResponseSchema = /*@__PURE__*/
|
|
101
|
+
messageDesc(file_api_v1_ai_unit_stage, 11);
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Describes the message api.v1.GetAnalysisAIUnitStagesResponse.
|
|
105
|
+
* Use `create(GetAnalysisAIUnitStagesResponseSchema)` to create a new message.
|
|
106
|
+
*/
|
|
107
|
+
export const GetAnalysisAIUnitStagesResponseSchema = /*@__PURE__*/
|
|
108
|
+
messageDesc(file_api_v1_ai_unit_stage, 12);
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Service definition
|
|
112
|
+
*
|
|
113
|
+
* @generated from service api.v1.AIUnitStageService
|
|
114
|
+
*/
|
|
115
|
+
export const AIUnitStageService = /*@__PURE__*/
|
|
116
|
+
serviceDesc(file_api_v1_ai_unit_stage, 0);
|
|
117
|
+
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/ai_unit_status.proto (package api.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Pagination } from "./pagination_pb";
|
|
8
|
+
import type { FilterOptions } from "./filter_pb";
|
|
9
|
+
import type { AIUnitStatus } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/ai_unit_status.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_ai_unit_status: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddAIUnitStatusRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddAIUnitStatusRequest = Message<"api.v1.AddAIUnitStatusRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string name = 1;
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: optional string description = 2;
|
|
30
|
+
*/
|
|
31
|
+
description?: string;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Describes the message api.v1.AddAIUnitStatusRequest.
|
|
36
|
+
* Use `create(AddAIUnitStatusRequestSchema)` to create a new message.
|
|
37
|
+
*/
|
|
38
|
+
export declare const AddAIUnitStatusRequestSchema: GenMessage<AddAIUnitStatusRequest>;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @generated from message api.v1.EditAIUnitStatusRequest
|
|
42
|
+
*/
|
|
43
|
+
export declare type EditAIUnitStatusRequest = Message<"api.v1.EditAIUnitStatusRequest"> & {
|
|
44
|
+
/**
|
|
45
|
+
* @generated from field: uint32 id = 1;
|
|
46
|
+
*/
|
|
47
|
+
id: number;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @generated from field: string name = 2;
|
|
51
|
+
*/
|
|
52
|
+
name: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: optional string description = 3;
|
|
56
|
+
*/
|
|
57
|
+
description?: string;
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message api.v1.EditAIUnitStatusRequest.
|
|
62
|
+
* Use `create(EditAIUnitStatusRequestSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export declare const EditAIUnitStatusRequestSchema: GenMessage<EditAIUnitStatusRequest>;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @generated from message api.v1.GetAIUnitStatusRequest
|
|
68
|
+
*/
|
|
69
|
+
export declare type GetAIUnitStatusRequest = Message<"api.v1.GetAIUnitStatusRequest"> & {
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: uint32 id = 1;
|
|
72
|
+
*/
|
|
73
|
+
id: number;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message api.v1.GetAIUnitStatusRequest.
|
|
78
|
+
* Use `create(GetAIUnitStatusRequestSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export declare const GetAIUnitStatusRequestSchema: GenMessage<GetAIUnitStatusRequest>;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @generated from message api.v1.GetAIUnitStatusesRequest
|
|
84
|
+
*/
|
|
85
|
+
export declare type GetAIUnitStatusesRequest = Message<"api.v1.GetAIUnitStatusesRequest"> & {
|
|
86
|
+
/**
|
|
87
|
+
* @generated from field: api.v1.Pagination pagination = 1;
|
|
88
|
+
*/
|
|
89
|
+
pagination?: Pagination;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* @generated from field: api.v1.FilterOptions filter_options = 2;
|
|
93
|
+
*/
|
|
94
|
+
filterOptions?: FilterOptions;
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Describes the message api.v1.GetAIUnitStatusesRequest.
|
|
99
|
+
* Use `create(GetAIUnitStatusesRequestSchema)` to create a new message.
|
|
100
|
+
*/
|
|
101
|
+
export declare const GetAIUnitStatusesRequestSchema: GenMessage<GetAIUnitStatusesRequest>;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* @generated from message api.v1.DeleteAIUnitStatusRequest
|
|
105
|
+
*/
|
|
106
|
+
export declare type DeleteAIUnitStatusRequest = Message<"api.v1.DeleteAIUnitStatusRequest"> & {
|
|
107
|
+
/**
|
|
108
|
+
* @generated from field: uint32 id = 1;
|
|
109
|
+
*/
|
|
110
|
+
id: number;
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Describes the message api.v1.DeleteAIUnitStatusRequest.
|
|
115
|
+
* Use `create(DeleteAIUnitStatusRequestSchema)` to create a new message.
|
|
116
|
+
*/
|
|
117
|
+
export declare const DeleteAIUnitStatusRequestSchema: GenMessage<DeleteAIUnitStatusRequest>;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Response definitions
|
|
121
|
+
*
|
|
122
|
+
* @generated from message api.v1.GetAIUnitStatusesResponse
|
|
123
|
+
*/
|
|
124
|
+
export declare type GetAIUnitStatusesResponse = Message<"api.v1.GetAIUnitStatusesResponse"> & {
|
|
125
|
+
/**
|
|
126
|
+
* @generated from field: repeated api.v1.AIUnitStatus ai_unit_statuses = 1;
|
|
127
|
+
*/
|
|
128
|
+
aiUnitStatuses: AIUnitStatus[];
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
132
|
+
*/
|
|
133
|
+
pagination?: Pagination;
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* Describes the message api.v1.GetAIUnitStatusesResponse.
|
|
138
|
+
* Use `create(GetAIUnitStatusesResponseSchema)` to create a new message.
|
|
139
|
+
*/
|
|
140
|
+
export declare const GetAIUnitStatusesResponseSchema: GenMessage<GetAIUnitStatusesResponse>;
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* @generated from message api.v1.AddAIUnitStatusResponse
|
|
144
|
+
*/
|
|
145
|
+
export declare type AddAIUnitStatusResponse = Message<"api.v1.AddAIUnitStatusResponse"> & {
|
|
146
|
+
/**
|
|
147
|
+
* @generated from field: api.v1.AIUnitStatus ai_unit_status = 1;
|
|
148
|
+
*/
|
|
149
|
+
aiUnitStatus?: AIUnitStatus;
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* Describes the message api.v1.AddAIUnitStatusResponse.
|
|
154
|
+
* Use `create(AddAIUnitStatusResponseSchema)` to create a new message.
|
|
155
|
+
*/
|
|
156
|
+
export declare const AddAIUnitStatusResponseSchema: GenMessage<AddAIUnitStatusResponse>;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* @generated from message api.v1.EditAIUnitStatusResponse
|
|
160
|
+
*/
|
|
161
|
+
export declare type EditAIUnitStatusResponse = Message<"api.v1.EditAIUnitStatusResponse"> & {
|
|
162
|
+
/**
|
|
163
|
+
* @generated from field: api.v1.AIUnitStatus ai_unit_status = 1;
|
|
164
|
+
*/
|
|
165
|
+
aiUnitStatus?: AIUnitStatus;
|
|
166
|
+
};
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Describes the message api.v1.EditAIUnitStatusResponse.
|
|
170
|
+
* Use `create(EditAIUnitStatusResponseSchema)` to create a new message.
|
|
171
|
+
*/
|
|
172
|
+
export declare const EditAIUnitStatusResponseSchema: GenMessage<EditAIUnitStatusResponse>;
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* @generated from message api.v1.GetAIUnitStatusResponse
|
|
176
|
+
*/
|
|
177
|
+
export declare type GetAIUnitStatusResponse = Message<"api.v1.GetAIUnitStatusResponse"> & {
|
|
178
|
+
/**
|
|
179
|
+
* @generated from field: api.v1.AIUnitStatus ai_unit_status = 1;
|
|
180
|
+
*/
|
|
181
|
+
aiUnitStatus?: AIUnitStatus;
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* Describes the message api.v1.GetAIUnitStatusResponse.
|
|
186
|
+
* Use `create(GetAIUnitStatusResponseSchema)` to create a new message.
|
|
187
|
+
*/
|
|
188
|
+
export declare const GetAIUnitStatusResponseSchema: GenMessage<GetAIUnitStatusResponse>;
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* Service definition
|
|
192
|
+
*
|
|
193
|
+
* @generated from service api.v1.AIUnitStatusService
|
|
194
|
+
*/
|
|
195
|
+
export declare const AIUnitStatusService: GenService<{
|
|
196
|
+
/**
|
|
197
|
+
* @generated from rpc api.v1.AIUnitStatusService.AddAIUnitStatus
|
|
198
|
+
*/
|
|
199
|
+
addAIUnitStatus: {
|
|
200
|
+
methodKind: "unary";
|
|
201
|
+
input: typeof AddAIUnitStatusRequestSchema;
|
|
202
|
+
output: typeof AddAIUnitStatusResponseSchema;
|
|
203
|
+
},
|
|
204
|
+
/**
|
|
205
|
+
* @generated from rpc api.v1.AIUnitStatusService.EditAIUnitStatus
|
|
206
|
+
*/
|
|
207
|
+
editAIUnitStatus: {
|
|
208
|
+
methodKind: "unary";
|
|
209
|
+
input: typeof EditAIUnitStatusRequestSchema;
|
|
210
|
+
output: typeof EditAIUnitStatusResponseSchema;
|
|
211
|
+
},
|
|
212
|
+
/**
|
|
213
|
+
* @generated from rpc api.v1.AIUnitStatusService.GetAIUnitStatus
|
|
214
|
+
*/
|
|
215
|
+
getAIUnitStatus: {
|
|
216
|
+
methodKind: "unary";
|
|
217
|
+
input: typeof GetAIUnitStatusRequestSchema;
|
|
218
|
+
output: typeof GetAIUnitStatusResponseSchema;
|
|
219
|
+
},
|
|
220
|
+
/**
|
|
221
|
+
* @generated from rpc api.v1.AIUnitStatusService.GetAIUnitStatuses
|
|
222
|
+
*/
|
|
223
|
+
getAIUnitStatuses: {
|
|
224
|
+
methodKind: "unary";
|
|
225
|
+
input: typeof GetAIUnitStatusesRequestSchema;
|
|
226
|
+
output: typeof GetAIUnitStatusesResponseSchema;
|
|
227
|
+
},
|
|
228
|
+
/**
|
|
229
|
+
* @generated from rpc api.v1.AIUnitStatusService.DeleteAIUnitStatus
|
|
230
|
+
*/
|
|
231
|
+
deleteAIUnitStatus: {
|
|
232
|
+
methodKind: "unary";
|
|
233
|
+
input: typeof DeleteAIUnitStatusRequestSchema;
|
|
234
|
+
output: typeof EmptySchema;
|
|
235
|
+
},
|
|
236
|
+
}>;
|
|
237
|
+
|