@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,277 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/test_run.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 { TestRun } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/test_run.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_test_run: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddTestRunRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddTestRunRequest = Message<"api.v1.AddTestRunRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string type = 1;
|
|
25
|
+
*/
|
|
26
|
+
type: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: string status = 2;
|
|
30
|
+
*/
|
|
31
|
+
status: string;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: optional string framework = 3;
|
|
35
|
+
*/
|
|
36
|
+
framework?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: optional string report_url = 4;
|
|
40
|
+
*/
|
|
41
|
+
reportUrl?: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: optional string results_json = 5;
|
|
45
|
+
*/
|
|
46
|
+
resultsJson?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: uint32 ai_workflow_unit_id = 6;
|
|
50
|
+
*/
|
|
51
|
+
aiWorkflowUnitId: number;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.AddTestRunRequest.
|
|
56
|
+
* Use `create(AddTestRunRequestSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export declare const AddTestRunRequestSchema: GenMessage<AddTestRunRequest>;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @generated from message api.v1.EditTestRunRequest
|
|
62
|
+
*/
|
|
63
|
+
export declare type EditTestRunRequest = Message<"api.v1.EditTestRunRequest"> & {
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: uint32 id = 1;
|
|
66
|
+
*/
|
|
67
|
+
id: number;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* @generated from field: string type = 2;
|
|
71
|
+
*/
|
|
72
|
+
type: string;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: string status = 3;
|
|
76
|
+
*/
|
|
77
|
+
status: string;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: optional string framework = 4;
|
|
81
|
+
*/
|
|
82
|
+
framework?: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from field: optional string report_url = 5;
|
|
86
|
+
*/
|
|
87
|
+
reportUrl?: string;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @generated from field: optional string results_json = 6;
|
|
91
|
+
*/
|
|
92
|
+
resultsJson?: string;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: uint32 ai_workflow_unit_id = 7;
|
|
96
|
+
*/
|
|
97
|
+
aiWorkflowUnitId: number;
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Describes the message api.v1.EditTestRunRequest.
|
|
102
|
+
* Use `create(EditTestRunRequestSchema)` to create a new message.
|
|
103
|
+
*/
|
|
104
|
+
export declare const EditTestRunRequestSchema: GenMessage<EditTestRunRequest>;
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* @generated from message api.v1.GetTestRunRequest
|
|
108
|
+
*/
|
|
109
|
+
export declare type GetTestRunRequest = Message<"api.v1.GetTestRunRequest"> & {
|
|
110
|
+
/**
|
|
111
|
+
* @generated from field: uint32 id = 1;
|
|
112
|
+
*/
|
|
113
|
+
id: number;
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Describes the message api.v1.GetTestRunRequest.
|
|
118
|
+
* Use `create(GetTestRunRequestSchema)` to create a new message.
|
|
119
|
+
*/
|
|
120
|
+
export declare const GetTestRunRequestSchema: GenMessage<GetTestRunRequest>;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* @generated from message api.v1.GetTestRunsRequest
|
|
124
|
+
*/
|
|
125
|
+
export declare type GetTestRunsRequest = Message<"api.v1.GetTestRunsRequest"> & {
|
|
126
|
+
/**
|
|
127
|
+
* @generated from field: api.v1.Pagination pagination = 1;
|
|
128
|
+
*/
|
|
129
|
+
pagination?: Pagination;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* @generated from field: api.v1.FilterOptions filter_options = 2;
|
|
133
|
+
*/
|
|
134
|
+
filterOptions?: FilterOptions;
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Describes the message api.v1.GetTestRunsRequest.
|
|
139
|
+
* Use `create(GetTestRunsRequestSchema)` to create a new message.
|
|
140
|
+
*/
|
|
141
|
+
export declare const GetTestRunsRequestSchema: GenMessage<GetTestRunsRequest>;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* @generated from message api.v1.DeleteTestRunRequest
|
|
145
|
+
*/
|
|
146
|
+
export declare type DeleteTestRunRequest = Message<"api.v1.DeleteTestRunRequest"> & {
|
|
147
|
+
/**
|
|
148
|
+
* @generated from field: uint32 id = 1;
|
|
149
|
+
*/
|
|
150
|
+
id: number;
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Describes the message api.v1.DeleteTestRunRequest.
|
|
155
|
+
* Use `create(DeleteTestRunRequestSchema)` to create a new message.
|
|
156
|
+
*/
|
|
157
|
+
export declare const DeleteTestRunRequestSchema: GenMessage<DeleteTestRunRequest>;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Response definitions
|
|
161
|
+
*
|
|
162
|
+
* @generated from message api.v1.GetTestRunsResponse
|
|
163
|
+
*/
|
|
164
|
+
export declare type GetTestRunsResponse = Message<"api.v1.GetTestRunsResponse"> & {
|
|
165
|
+
/**
|
|
166
|
+
* @generated from field: repeated api.v1.TestRun test_runs = 1;
|
|
167
|
+
*/
|
|
168
|
+
testRuns: TestRun[];
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
172
|
+
*/
|
|
173
|
+
pagination?: Pagination;
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* Describes the message api.v1.GetTestRunsResponse.
|
|
178
|
+
* Use `create(GetTestRunsResponseSchema)` to create a new message.
|
|
179
|
+
*/
|
|
180
|
+
export declare const GetTestRunsResponseSchema: GenMessage<GetTestRunsResponse>;
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* @generated from message api.v1.AddTestRunResponse
|
|
184
|
+
*/
|
|
185
|
+
export declare type AddTestRunResponse = Message<"api.v1.AddTestRunResponse"> & {
|
|
186
|
+
/**
|
|
187
|
+
* @generated from field: api.v1.TestRun test_run = 1;
|
|
188
|
+
*/
|
|
189
|
+
testRun?: TestRun;
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* Describes the message api.v1.AddTestRunResponse.
|
|
194
|
+
* Use `create(AddTestRunResponseSchema)` to create a new message.
|
|
195
|
+
*/
|
|
196
|
+
export declare const AddTestRunResponseSchema: GenMessage<AddTestRunResponse>;
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* @generated from message api.v1.EditTestRunResponse
|
|
200
|
+
*/
|
|
201
|
+
export declare type EditTestRunResponse = Message<"api.v1.EditTestRunResponse"> & {
|
|
202
|
+
/**
|
|
203
|
+
* @generated from field: api.v1.TestRun test_run = 1;
|
|
204
|
+
*/
|
|
205
|
+
testRun?: TestRun;
|
|
206
|
+
};
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* Describes the message api.v1.EditTestRunResponse.
|
|
210
|
+
* Use `create(EditTestRunResponseSchema)` to create a new message.
|
|
211
|
+
*/
|
|
212
|
+
export declare const EditTestRunResponseSchema: GenMessage<EditTestRunResponse>;
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* @generated from message api.v1.GetTestRunResponse
|
|
216
|
+
*/
|
|
217
|
+
export declare type GetTestRunResponse = Message<"api.v1.GetTestRunResponse"> & {
|
|
218
|
+
/**
|
|
219
|
+
* @generated from field: api.v1.TestRun test_run = 1;
|
|
220
|
+
*/
|
|
221
|
+
testRun?: TestRun;
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* Describes the message api.v1.GetTestRunResponse.
|
|
226
|
+
* Use `create(GetTestRunResponseSchema)` to create a new message.
|
|
227
|
+
*/
|
|
228
|
+
export declare const GetTestRunResponseSchema: GenMessage<GetTestRunResponse>;
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* Service definition
|
|
232
|
+
*
|
|
233
|
+
* @generated from service api.v1.TestRunService
|
|
234
|
+
*/
|
|
235
|
+
export declare const TestRunService: GenService<{
|
|
236
|
+
/**
|
|
237
|
+
* @generated from rpc api.v1.TestRunService.AddTestRun
|
|
238
|
+
*/
|
|
239
|
+
addTestRun: {
|
|
240
|
+
methodKind: "unary";
|
|
241
|
+
input: typeof AddTestRunRequestSchema;
|
|
242
|
+
output: typeof AddTestRunResponseSchema;
|
|
243
|
+
},
|
|
244
|
+
/**
|
|
245
|
+
* @generated from rpc api.v1.TestRunService.EditTestRun
|
|
246
|
+
*/
|
|
247
|
+
editTestRun: {
|
|
248
|
+
methodKind: "unary";
|
|
249
|
+
input: typeof EditTestRunRequestSchema;
|
|
250
|
+
output: typeof EditTestRunResponseSchema;
|
|
251
|
+
},
|
|
252
|
+
/**
|
|
253
|
+
* @generated from rpc api.v1.TestRunService.GetTestRun
|
|
254
|
+
*/
|
|
255
|
+
getTestRun: {
|
|
256
|
+
methodKind: "unary";
|
|
257
|
+
input: typeof GetTestRunRequestSchema;
|
|
258
|
+
output: typeof GetTestRunResponseSchema;
|
|
259
|
+
},
|
|
260
|
+
/**
|
|
261
|
+
* @generated from rpc api.v1.TestRunService.GetTestRuns
|
|
262
|
+
*/
|
|
263
|
+
getTestRuns: {
|
|
264
|
+
methodKind: "unary";
|
|
265
|
+
input: typeof GetTestRunsRequestSchema;
|
|
266
|
+
output: typeof GetTestRunsResponseSchema;
|
|
267
|
+
},
|
|
268
|
+
/**
|
|
269
|
+
* @generated from rpc api.v1.TestRunService.DeleteTestRun
|
|
270
|
+
*/
|
|
271
|
+
deleteTestRun: {
|
|
272
|
+
methodKind: "unary";
|
|
273
|
+
input: typeof DeleteTestRunRequestSchema;
|
|
274
|
+
output: typeof EmptySchema;
|
|
275
|
+
},
|
|
276
|
+
}>;
|
|
277
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/test_run.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/test_run.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_test_run = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChVhcGkvdjEvdGVzdF9ydW4ucHJvdG8SBmFwaS52MSLjAQoRQWRkVGVzdFJ1blJlcXVlc3QSFQoEdHlwZRgBIAEoCUIH+kIEcgIQMhIXCgZzdGF0dXMYAiABKAlCB/pCBHICEDISHwoJZnJhbWV3b3JrGAMgASgJQgf6QgRyAhgySACIAQESFwoKcmVwb3J0X3VybBgEIAEoCUgBiAEBEhkKDHJlc3VsdHNfanNvbhgFIAEoCUgCiAEBEhsKE2FpX3dvcmtmbG93X3VuaXRfaWQYBiABKA1CDAoKX2ZyYW1ld29ya0INCgtfcmVwb3J0X3VybEIPCg1fcmVzdWx0c19qc29uIvkBChJFZGl0VGVzdFJ1blJlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAESFQoEdHlwZRgCIAEoCUIH+kIEcgIQMhIXCgZzdGF0dXMYAyABKAlCB/pCBHICEDISHwoJZnJhbWV3b3JrGAQgASgJQgf6QgRyAhgySACIAQESFwoKcmVwb3J0X3VybBgFIAEoCUgBiAEBEhkKDHJlc3VsdHNfanNvbhgGIAEoCUgCiAEBEhsKE2FpX3dvcmtmbG93X3VuaXRfaWQYByABKA1CDAoKX2ZyYW1ld29ya0INCgtfcmVwb3J0X3VybEIPCg1fcmVzdWx0c19qc29uIh8KEUdldFRlc3RSdW5SZXF1ZXN0EgoKAmlkGAEgASgNInUKEkdldFRlc3RSdW5zUmVxdWVzdBIwCgpwYWdpbmF0aW9uGAEgASgLMhIuYXBpLnYxLlBhZ2luYXRpb25CCPpCBYoBAhABEi0KDmZpbHRlcl9vcHRpb25zGAIgASgLMhUuYXBpLnYxLkZpbHRlck9wdGlvbnMiIgoURGVsZXRlVGVzdFJ1blJlcXVlc3QSCgoCaWQYASABKA0iYQoTR2V0VGVzdFJ1bnNSZXNwb25zZRIiCgl0ZXN0X3J1bnMYASADKAsyDy5hcGkudjEuVGVzdFJ1bhImCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb24iNwoSQWRkVGVzdFJ1blJlc3BvbnNlEiEKCHRlc3RfcnVuGAEgASgLMg8uYXBpLnYxLlRlc3RSdW4iOAoTRWRpdFRlc3RSdW5SZXNwb25zZRIhCgh0ZXN0X3J1bhgBIAEoCzIPLmFwaS52MS5UZXN0UnVuIjcKEkdldFRlc3RSdW5SZXNwb25zZRIhCgh0ZXN0X3J1bhgBIAEoCzIPLmFwaS52MS5UZXN0UnVuMo0ECg5UZXN0UnVuU2VydmljZRJhCgpBZGRUZXN0UnVuEhkuYXBpLnYxLkFkZFRlc3RSdW5SZXF1ZXN0GhouYXBpLnYxLkFkZFRlc3RSdW5SZXNwb25zZSIcgtPkkwIWOgEqIhEvYXBpL3YxL3Rlc3RfcnVucxJpCgtFZGl0VGVzdFJ1bhIaLmFwaS52MS5FZGl0VGVzdFJ1blJlcXVlc3QaGy5hcGkudjEuRWRpdFRlc3RSdW5SZXNwb25zZSIhgtPkkwIbOgEqGhYvYXBpL3YxL3Rlc3RfcnVucy97aWR9EmMKCkdldFRlc3RSdW4SGS5hcGkudjEuR2V0VGVzdFJ1blJlcXVlc3QaGi5hcGkudjEuR2V0VGVzdFJ1blJlc3BvbnNlIh6C0+STAhgSFi9hcGkvdjEvdGVzdF9ydW5zL3tpZH0SYQoLR2V0VGVzdFJ1bnMSGi5hcGkudjEuR2V0VGVzdFJ1bnNSZXF1ZXN0GhsuYXBpLnYxLkdldFRlc3RSdW5zUmVzcG9uc2UiGYLT5JMCExIRL2FwaS92MS90ZXN0X3J1bnMSZQoNRGVsZXRlVGVzdFJ1bhIcLmFwaS52MS5EZWxldGVUZXN0UnVuUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIegtPkkwIYKhYvYXBpL3YxL3Rlc3RfcnVucy97aWR9QnEKCmNvbS5hcGkudjFCDFRlc3RSdW5Qcm90b1ABWhxvcHNlZS9iYWNrZW5kL2dlbi9hcGkvdjE7Z2VuogIDQVhYqgIGQXBpLlYxygIGQXBpXFYx4gISQXBpXFYxXEdQQk1ldGFkYXRh6gIHQXBpOjpWMWIGcHJvdG8z", [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.AddTestRunRequest.
|
|
21
|
+
* Use `create(AddTestRunRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddTestRunRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_test_run, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditTestRunRequest.
|
|
28
|
+
* Use `create(EditTestRunRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditTestRunRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_test_run, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetTestRunRequest.
|
|
35
|
+
* Use `create(GetTestRunRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetTestRunRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_test_run, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetTestRunsRequest.
|
|
42
|
+
* Use `create(GetTestRunsRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetTestRunsRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_test_run, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteTestRunRequest.
|
|
49
|
+
* Use `create(DeleteTestRunRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteTestRunRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_test_run, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetTestRunsResponse.
|
|
56
|
+
* Use `create(GetTestRunsResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetTestRunsResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_test_run, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddTestRunResponse.
|
|
63
|
+
* Use `create(AddTestRunResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddTestRunResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_test_run, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditTestRunResponse.
|
|
70
|
+
* Use `create(EditTestRunResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditTestRunResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_test_run, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetTestRunResponse.
|
|
77
|
+
* Use `create(GetTestRunResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetTestRunResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_test_run, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Service definition
|
|
84
|
+
*
|
|
85
|
+
* @generated from service api.v1.TestRunService
|
|
86
|
+
*/
|
|
87
|
+
export const TestRunService = /*@__PURE__*/
|
|
88
|
+
serviceDesc(file_api_v1_test_run, 0);
|
|
89
|
+
|