@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,242 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/task_repository.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 { TaskRepository } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/task_repository.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_task_repository: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddTaskRepositoryRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddTaskRepositoryRequest = Message<"api.v1.AddTaskRepositoryRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: uint32 task_id = 1;
|
|
25
|
+
*/
|
|
26
|
+
taskId: number;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: uint32 git_hub_integration_id = 2;
|
|
30
|
+
*/
|
|
31
|
+
gitHubIntegrationId: number;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Describes the message api.v1.AddTaskRepositoryRequest.
|
|
36
|
+
* Use `create(AddTaskRepositoryRequestSchema)` to create a new message.
|
|
37
|
+
*/
|
|
38
|
+
export declare const AddTaskRepositoryRequestSchema: GenMessage<AddTaskRepositoryRequest>;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @generated from message api.v1.EditTaskRepositoryRequest
|
|
42
|
+
*/
|
|
43
|
+
export declare type EditTaskRepositoryRequest = Message<"api.v1.EditTaskRepositoryRequest"> & {
|
|
44
|
+
/**
|
|
45
|
+
* @generated from field: uint32 id = 1;
|
|
46
|
+
*/
|
|
47
|
+
id: number;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @generated from field: uint32 task_id = 2;
|
|
51
|
+
*/
|
|
52
|
+
taskId: number;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: uint32 git_hub_integration_id = 3;
|
|
56
|
+
*/
|
|
57
|
+
gitHubIntegrationId: number;
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message api.v1.EditTaskRepositoryRequest.
|
|
62
|
+
* Use `create(EditTaskRepositoryRequestSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export declare const EditTaskRepositoryRequestSchema: GenMessage<EditTaskRepositoryRequest>;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @generated from message api.v1.GetTaskRepositoryRequest
|
|
68
|
+
*/
|
|
69
|
+
export declare type GetTaskRepositoryRequest = Message<"api.v1.GetTaskRepositoryRequest"> & {
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: uint32 id = 1;
|
|
72
|
+
*/
|
|
73
|
+
id: number;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message api.v1.GetTaskRepositoryRequest.
|
|
78
|
+
* Use `create(GetTaskRepositoryRequestSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export declare const GetTaskRepositoryRequestSchema: GenMessage<GetTaskRepositoryRequest>;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @generated from message api.v1.GetTaskRepositoriesRequest
|
|
84
|
+
*/
|
|
85
|
+
export declare type GetTaskRepositoriesRequest = Message<"api.v1.GetTaskRepositoriesRequest"> & {
|
|
86
|
+
/**
|
|
87
|
+
* @generated from field: uint32 task_id = 1;
|
|
88
|
+
*/
|
|
89
|
+
taskId: number;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
93
|
+
*/
|
|
94
|
+
pagination?: Pagination;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @generated from field: api.v1.FilterOptions filter_options = 3;
|
|
98
|
+
*/
|
|
99
|
+
filterOptions?: FilterOptions;
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* Describes the message api.v1.GetTaskRepositoriesRequest.
|
|
104
|
+
* Use `create(GetTaskRepositoriesRequestSchema)` to create a new message.
|
|
105
|
+
*/
|
|
106
|
+
export declare const GetTaskRepositoriesRequestSchema: GenMessage<GetTaskRepositoriesRequest>;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* @generated from message api.v1.DeleteTaskRepositoryRequest
|
|
110
|
+
*/
|
|
111
|
+
export declare type DeleteTaskRepositoryRequest = Message<"api.v1.DeleteTaskRepositoryRequest"> & {
|
|
112
|
+
/**
|
|
113
|
+
* @generated from field: uint32 id = 1;
|
|
114
|
+
*/
|
|
115
|
+
id: number;
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* Describes the message api.v1.DeleteTaskRepositoryRequest.
|
|
120
|
+
* Use `create(DeleteTaskRepositoryRequestSchema)` to create a new message.
|
|
121
|
+
*/
|
|
122
|
+
export declare const DeleteTaskRepositoryRequestSchema: GenMessage<DeleteTaskRepositoryRequest>;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Response definitions
|
|
126
|
+
*
|
|
127
|
+
* @generated from message api.v1.GetTaskRepositoriesResponse
|
|
128
|
+
*/
|
|
129
|
+
export declare type GetTaskRepositoriesResponse = Message<"api.v1.GetTaskRepositoriesResponse"> & {
|
|
130
|
+
/**
|
|
131
|
+
* @generated from field: repeated api.v1.TaskRepository task_repositories = 1;
|
|
132
|
+
*/
|
|
133
|
+
taskRepositories: TaskRepository[];
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
137
|
+
*/
|
|
138
|
+
pagination?: Pagination;
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Describes the message api.v1.GetTaskRepositoriesResponse.
|
|
143
|
+
* Use `create(GetTaskRepositoriesResponseSchema)` to create a new message.
|
|
144
|
+
*/
|
|
145
|
+
export declare const GetTaskRepositoriesResponseSchema: GenMessage<GetTaskRepositoriesResponse>;
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* @generated from message api.v1.AddTaskRepositoryResponse
|
|
149
|
+
*/
|
|
150
|
+
export declare type AddTaskRepositoryResponse = Message<"api.v1.AddTaskRepositoryResponse"> & {
|
|
151
|
+
/**
|
|
152
|
+
* @generated from field: api.v1.TaskRepository task_repository = 1;
|
|
153
|
+
*/
|
|
154
|
+
taskRepository?: TaskRepository;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Describes the message api.v1.AddTaskRepositoryResponse.
|
|
159
|
+
* Use `create(AddTaskRepositoryResponseSchema)` to create a new message.
|
|
160
|
+
*/
|
|
161
|
+
export declare const AddTaskRepositoryResponseSchema: GenMessage<AddTaskRepositoryResponse>;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @generated from message api.v1.EditTaskRepositoryResponse
|
|
165
|
+
*/
|
|
166
|
+
export declare type EditTaskRepositoryResponse = Message<"api.v1.EditTaskRepositoryResponse"> & {
|
|
167
|
+
/**
|
|
168
|
+
* @generated from field: api.v1.TaskRepository task_repository = 1;
|
|
169
|
+
*/
|
|
170
|
+
taskRepository?: TaskRepository;
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* Describes the message api.v1.EditTaskRepositoryResponse.
|
|
175
|
+
* Use `create(EditTaskRepositoryResponseSchema)` to create a new message.
|
|
176
|
+
*/
|
|
177
|
+
export declare const EditTaskRepositoryResponseSchema: GenMessage<EditTaskRepositoryResponse>;
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* @generated from message api.v1.GetTaskRepositoryResponse
|
|
181
|
+
*/
|
|
182
|
+
export declare type GetTaskRepositoryResponse = Message<"api.v1.GetTaskRepositoryResponse"> & {
|
|
183
|
+
/**
|
|
184
|
+
* @generated from field: api.v1.TaskRepository task_repository = 1;
|
|
185
|
+
*/
|
|
186
|
+
taskRepository?: TaskRepository;
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Describes the message api.v1.GetTaskRepositoryResponse.
|
|
191
|
+
* Use `create(GetTaskRepositoryResponseSchema)` to create a new message.
|
|
192
|
+
*/
|
|
193
|
+
export declare const GetTaskRepositoryResponseSchema: GenMessage<GetTaskRepositoryResponse>;
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* Service definition
|
|
197
|
+
*
|
|
198
|
+
* @generated from service api.v1.TaskRepositoryService
|
|
199
|
+
*/
|
|
200
|
+
export declare const TaskRepositoryService: GenService<{
|
|
201
|
+
/**
|
|
202
|
+
* @generated from rpc api.v1.TaskRepositoryService.AddTaskRepository
|
|
203
|
+
*/
|
|
204
|
+
addTaskRepository: {
|
|
205
|
+
methodKind: "unary";
|
|
206
|
+
input: typeof AddTaskRepositoryRequestSchema;
|
|
207
|
+
output: typeof AddTaskRepositoryResponseSchema;
|
|
208
|
+
},
|
|
209
|
+
/**
|
|
210
|
+
* @generated from rpc api.v1.TaskRepositoryService.EditTaskRepository
|
|
211
|
+
*/
|
|
212
|
+
editTaskRepository: {
|
|
213
|
+
methodKind: "unary";
|
|
214
|
+
input: typeof EditTaskRepositoryRequestSchema;
|
|
215
|
+
output: typeof EditTaskRepositoryResponseSchema;
|
|
216
|
+
},
|
|
217
|
+
/**
|
|
218
|
+
* @generated from rpc api.v1.TaskRepositoryService.GetTaskRepository
|
|
219
|
+
*/
|
|
220
|
+
getTaskRepository: {
|
|
221
|
+
methodKind: "unary";
|
|
222
|
+
input: typeof GetTaskRepositoryRequestSchema;
|
|
223
|
+
output: typeof GetTaskRepositoryResponseSchema;
|
|
224
|
+
},
|
|
225
|
+
/**
|
|
226
|
+
* @generated from rpc api.v1.TaskRepositoryService.GetTaskRepositories
|
|
227
|
+
*/
|
|
228
|
+
getTaskRepositories: {
|
|
229
|
+
methodKind: "unary";
|
|
230
|
+
input: typeof GetTaskRepositoriesRequestSchema;
|
|
231
|
+
output: typeof GetTaskRepositoriesResponseSchema;
|
|
232
|
+
},
|
|
233
|
+
/**
|
|
234
|
+
* @generated from rpc api.v1.TaskRepositoryService.DeleteTaskRepository
|
|
235
|
+
*/
|
|
236
|
+
deleteTaskRepository: {
|
|
237
|
+
methodKind: "unary";
|
|
238
|
+
input: typeof DeleteTaskRepositoryRequestSchema;
|
|
239
|
+
output: typeof EmptySchema;
|
|
240
|
+
},
|
|
241
|
+
}>;
|
|
242
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/task_repository.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/task_repository.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_task_repository = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChxhcGkvdjEvdGFza19yZXBvc2l0b3J5LnByb3RvEgZhcGkudjEiSwoYQWRkVGFza1JlcG9zaXRvcnlSZXF1ZXN0Eg8KB3Rhc2tfaWQYASABKA0SHgoWZ2l0X2h1Yl9pbnRlZ3JhdGlvbl9pZBgCIAEoDSJhChlFZGl0VGFza1JlcG9zaXRvcnlSZXF1ZXN0EhMKAmlkGAEgASgNQgf6QgQqAigBEg8KB3Rhc2tfaWQYAiABKA0SHgoWZ2l0X2h1Yl9pbnRlZ3JhdGlvbl9pZBgDIAEoDSImChhHZXRUYXNrUmVwb3NpdG9yeVJlcXVlc3QSCgoCaWQYASABKA0ilwEKGkdldFRhc2tSZXBvc2l0b3JpZXNSZXF1ZXN0EhgKB3Rhc2tfaWQYASABKA1CB/pCBCoCKAESMAoKcGFnaW5hdGlvbhgCIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uQgj6QgWKAQIQARItCg5maWx0ZXJfb3B0aW9ucxgDIAEoCzIVLmFwaS52MS5GaWx0ZXJPcHRpb25zIikKG0RlbGV0ZVRhc2tSZXBvc2l0b3J5UmVxdWVzdBIKCgJpZBgBIAEoDSJ4ChtHZXRUYXNrUmVwb3NpdG9yaWVzUmVzcG9uc2USMQoRdGFza19yZXBvc2l0b3JpZXMYASADKAsyFi5hcGkudjEuVGFza1JlcG9zaXRvcnkSJgoKcGFnaW5hdGlvbhgCIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uIkwKGUFkZFRhc2tSZXBvc2l0b3J5UmVzcG9uc2USLwoPdGFza19yZXBvc2l0b3J5GAEgASgLMhYuYXBpLnYxLlRhc2tSZXBvc2l0b3J5Ik0KGkVkaXRUYXNrUmVwb3NpdG9yeVJlc3BvbnNlEi8KD3Rhc2tfcmVwb3NpdG9yeRgBIAEoCzIWLmFwaS52MS5UYXNrUmVwb3NpdG9yeSJMChlHZXRUYXNrUmVwb3NpdG9yeVJlc3BvbnNlEi8KD3Rhc2tfcmVwb3NpdG9yeRgBIAEoCzIWLmFwaS52MS5UYXNrUmVwb3NpdG9yeTKkBQoVVGFza1JlcG9zaXRvcnlTZXJ2aWNlEn4KEUFkZFRhc2tSZXBvc2l0b3J5EiAuYXBpLnYxLkFkZFRhc2tSZXBvc2l0b3J5UmVxdWVzdBohLmFwaS52MS5BZGRUYXNrUmVwb3NpdG9yeVJlc3BvbnNlIiSC0+STAh46ASoiGS9hcGkvdjEvdGFza19yZXBvc2l0b3JpZXMShgEKEkVkaXRUYXNrUmVwb3NpdG9yeRIhLmFwaS52MS5FZGl0VGFza1JlcG9zaXRvcnlSZXF1ZXN0GiIuYXBpLnYxLkVkaXRUYXNrUmVwb3NpdG9yeVJlc3BvbnNlIimC0+STAiM6ASoaHi9hcGkvdjEvdGFza19yZXBvc2l0b3JpZXMve2lkfRKAAQoRR2V0VGFza1JlcG9zaXRvcnkSIC5hcGkudjEuR2V0VGFza1JlcG9zaXRvcnlSZXF1ZXN0GiEuYXBpLnYxLkdldFRhc2tSZXBvc2l0b3J5UmVzcG9uc2UiJoLT5JMCIBIeL2FwaS92MS90YXNrX3JlcG9zaXRvcmllcy97aWR9EoEBChNHZXRUYXNrUmVwb3NpdG9yaWVzEiIuYXBpLnYxLkdldFRhc2tSZXBvc2l0b3JpZXNSZXF1ZXN0GiMuYXBpLnYxLkdldFRhc2tSZXBvc2l0b3JpZXNSZXNwb25zZSIhgtPkkwIbEhkvYXBpL3YxL3Rhc2tfcmVwb3NpdG9yaWVzEnsKFERlbGV0ZVRhc2tSZXBvc2l0b3J5EiMuYXBpLnYxLkRlbGV0ZVRhc2tSZXBvc2l0b3J5UmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSImgtPkkwIgKh4vYXBpL3YxL3Rhc2tfcmVwb3NpdG9yaWVzL3tpZH1CeAoKY29tLmFwaS52MUITVGFza1JlcG9zaXRvcnlQcm90b1ABWhxvcHNlZS9iYWNrZW5kL2dlbi9hcGkvdjE7Z2VuogIDQVhYqgIGQXBpLlYxygIGQXBpXFYx4gISQXBpXFYxXEdQQk1ldGFkYXRh6gIHQXBpOjpWMWIGcHJvdG8z", [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.AddTaskRepositoryRequest.
|
|
21
|
+
* Use `create(AddTaskRepositoryRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddTaskRepositoryRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_task_repository, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditTaskRepositoryRequest.
|
|
28
|
+
* Use `create(EditTaskRepositoryRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditTaskRepositoryRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_task_repository, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetTaskRepositoryRequest.
|
|
35
|
+
* Use `create(GetTaskRepositoryRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetTaskRepositoryRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_task_repository, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetTaskRepositoriesRequest.
|
|
42
|
+
* Use `create(GetTaskRepositoriesRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetTaskRepositoriesRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_task_repository, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteTaskRepositoryRequest.
|
|
49
|
+
* Use `create(DeleteTaskRepositoryRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteTaskRepositoryRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_task_repository, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetTaskRepositoriesResponse.
|
|
56
|
+
* Use `create(GetTaskRepositoriesResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetTaskRepositoriesResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_task_repository, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddTaskRepositoryResponse.
|
|
63
|
+
* Use `create(AddTaskRepositoryResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddTaskRepositoryResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_task_repository, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditTaskRepositoryResponse.
|
|
70
|
+
* Use `create(EditTaskRepositoryResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditTaskRepositoryResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_task_repository, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetTaskRepositoryResponse.
|
|
77
|
+
* Use `create(GetTaskRepositoryResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetTaskRepositoryResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_task_repository, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Service definition
|
|
84
|
+
*
|
|
85
|
+
* @generated from service api.v1.TaskRepositoryService
|
|
86
|
+
*/
|
|
87
|
+
export const TaskRepositoryService = /*@__PURE__*/
|
|
88
|
+
serviceDesc(file_api_v1_task_repository, 0);
|
|
89
|
+
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/task_type.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 { TaskType } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/task_type.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_task_type: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddTaskTypeRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddTaskTypeRequest = Message<"api.v1.AddTaskTypeRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string name = 1;
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: optional string color = 2;
|
|
30
|
+
*/
|
|
31
|
+
color?: string;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: optional string icon = 3;
|
|
35
|
+
*/
|
|
36
|
+
icon?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: uint32 project_id = 4;
|
|
40
|
+
*/
|
|
41
|
+
projectId: number;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: optional int32 display_order = 5;
|
|
45
|
+
*/
|
|
46
|
+
displayOrder?: number;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: optional bool is_active = 6;
|
|
50
|
+
*/
|
|
51
|
+
isActive?: boolean;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.AddTaskTypeRequest.
|
|
56
|
+
* Use `create(AddTaskTypeRequestSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export declare const AddTaskTypeRequestSchema: GenMessage<AddTaskTypeRequest>;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @generated from message api.v1.EditTaskTypeRequest
|
|
62
|
+
*/
|
|
63
|
+
export declare type EditTaskTypeRequest = Message<"api.v1.EditTaskTypeRequest"> & {
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: uint32 id = 1;
|
|
66
|
+
*/
|
|
67
|
+
id: number;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* @generated from field: string name = 2;
|
|
71
|
+
*/
|
|
72
|
+
name: string;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: optional string color = 3;
|
|
76
|
+
*/
|
|
77
|
+
color?: string;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: optional string icon = 4;
|
|
81
|
+
*/
|
|
82
|
+
icon?: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from field: optional int32 display_order = 5;
|
|
86
|
+
*/
|
|
87
|
+
displayOrder?: number;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @generated from field: optional bool is_active = 6;
|
|
91
|
+
*/
|
|
92
|
+
isActive?: boolean;
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Describes the message api.v1.EditTaskTypeRequest.
|
|
97
|
+
* Use `create(EditTaskTypeRequestSchema)` to create a new message.
|
|
98
|
+
*/
|
|
99
|
+
export declare const EditTaskTypeRequestSchema: GenMessage<EditTaskTypeRequest>;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* @generated from message api.v1.GetTaskTypeRequest
|
|
103
|
+
*/
|
|
104
|
+
export declare type GetTaskTypeRequest = Message<"api.v1.GetTaskTypeRequest"> & {
|
|
105
|
+
/**
|
|
106
|
+
* @generated from field: uint32 id = 1;
|
|
107
|
+
*/
|
|
108
|
+
id: number;
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* Describes the message api.v1.GetTaskTypeRequest.
|
|
113
|
+
* Use `create(GetTaskTypeRequestSchema)` to create a new message.
|
|
114
|
+
*/
|
|
115
|
+
export declare const GetTaskTypeRequestSchema: GenMessage<GetTaskTypeRequest>;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* @generated from message api.v1.GetTaskTypesRequest
|
|
119
|
+
*/
|
|
120
|
+
export declare type GetTaskTypesRequest = Message<"api.v1.GetTaskTypesRequest"> & {
|
|
121
|
+
/**
|
|
122
|
+
* @generated from field: uint32 project_id = 1;
|
|
123
|
+
*/
|
|
124
|
+
projectId: number;
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
128
|
+
*/
|
|
129
|
+
pagination?: Pagination;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* @generated from field: api.v1.FilterOptions filter_options = 3;
|
|
133
|
+
*/
|
|
134
|
+
filterOptions?: FilterOptions;
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Describes the message api.v1.GetTaskTypesRequest.
|
|
139
|
+
* Use `create(GetTaskTypesRequestSchema)` to create a new message.
|
|
140
|
+
*/
|
|
141
|
+
export declare const GetTaskTypesRequestSchema: GenMessage<GetTaskTypesRequest>;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* @generated from message api.v1.DeleteTaskTypeRequest
|
|
145
|
+
*/
|
|
146
|
+
export declare type DeleteTaskTypeRequest = Message<"api.v1.DeleteTaskTypeRequest"> & {
|
|
147
|
+
/**
|
|
148
|
+
* @generated from field: uint32 id = 1;
|
|
149
|
+
*/
|
|
150
|
+
id: number;
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Describes the message api.v1.DeleteTaskTypeRequest.
|
|
155
|
+
* Use `create(DeleteTaskTypeRequestSchema)` to create a new message.
|
|
156
|
+
*/
|
|
157
|
+
export declare const DeleteTaskTypeRequestSchema: GenMessage<DeleteTaskTypeRequest>;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Response definitions
|
|
161
|
+
*
|
|
162
|
+
* @generated from message api.v1.GetTaskTypesResponse
|
|
163
|
+
*/
|
|
164
|
+
export declare type GetTaskTypesResponse = Message<"api.v1.GetTaskTypesResponse"> & {
|
|
165
|
+
/**
|
|
166
|
+
* @generated from field: repeated api.v1.TaskType task_types = 1;
|
|
167
|
+
*/
|
|
168
|
+
taskTypes: TaskType[];
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
172
|
+
*/
|
|
173
|
+
pagination?: Pagination;
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* Describes the message api.v1.GetTaskTypesResponse.
|
|
178
|
+
* Use `create(GetTaskTypesResponseSchema)` to create a new message.
|
|
179
|
+
*/
|
|
180
|
+
export declare const GetTaskTypesResponseSchema: GenMessage<GetTaskTypesResponse>;
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* @generated from message api.v1.AddTaskTypeResponse
|
|
184
|
+
*/
|
|
185
|
+
export declare type AddTaskTypeResponse = Message<"api.v1.AddTaskTypeResponse"> & {
|
|
186
|
+
/**
|
|
187
|
+
* @generated from field: api.v1.TaskType task_type = 1;
|
|
188
|
+
*/
|
|
189
|
+
taskType?: TaskType;
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* Describes the message api.v1.AddTaskTypeResponse.
|
|
194
|
+
* Use `create(AddTaskTypeResponseSchema)` to create a new message.
|
|
195
|
+
*/
|
|
196
|
+
export declare const AddTaskTypeResponseSchema: GenMessage<AddTaskTypeResponse>;
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* @generated from message api.v1.EditTaskTypeResponse
|
|
200
|
+
*/
|
|
201
|
+
export declare type EditTaskTypeResponse = Message<"api.v1.EditTaskTypeResponse"> & {
|
|
202
|
+
/**
|
|
203
|
+
* @generated from field: api.v1.TaskType task_type = 1;
|
|
204
|
+
*/
|
|
205
|
+
taskType?: TaskType;
|
|
206
|
+
};
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* Describes the message api.v1.EditTaskTypeResponse.
|
|
210
|
+
* Use `create(EditTaskTypeResponseSchema)` to create a new message.
|
|
211
|
+
*/
|
|
212
|
+
export declare const EditTaskTypeResponseSchema: GenMessage<EditTaskTypeResponse>;
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* @generated from message api.v1.GetTaskTypeResponse
|
|
216
|
+
*/
|
|
217
|
+
export declare type GetTaskTypeResponse = Message<"api.v1.GetTaskTypeResponse"> & {
|
|
218
|
+
/**
|
|
219
|
+
* @generated from field: api.v1.TaskType task_type = 1;
|
|
220
|
+
*/
|
|
221
|
+
taskType?: TaskType;
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* Describes the message api.v1.GetTaskTypeResponse.
|
|
226
|
+
* Use `create(GetTaskTypeResponseSchema)` to create a new message.
|
|
227
|
+
*/
|
|
228
|
+
export declare const GetTaskTypeResponseSchema: GenMessage<GetTaskTypeResponse>;
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* Service definition
|
|
232
|
+
*
|
|
233
|
+
* @generated from service api.v1.TaskTypeService
|
|
234
|
+
*/
|
|
235
|
+
export declare const TaskTypeService: GenService<{
|
|
236
|
+
/**
|
|
237
|
+
* @generated from rpc api.v1.TaskTypeService.AddTaskType
|
|
238
|
+
*/
|
|
239
|
+
addTaskType: {
|
|
240
|
+
methodKind: "unary";
|
|
241
|
+
input: typeof AddTaskTypeRequestSchema;
|
|
242
|
+
output: typeof AddTaskTypeResponseSchema;
|
|
243
|
+
},
|
|
244
|
+
/**
|
|
245
|
+
* @generated from rpc api.v1.TaskTypeService.EditTaskType
|
|
246
|
+
*/
|
|
247
|
+
editTaskType: {
|
|
248
|
+
methodKind: "unary";
|
|
249
|
+
input: typeof EditTaskTypeRequestSchema;
|
|
250
|
+
output: typeof EditTaskTypeResponseSchema;
|
|
251
|
+
},
|
|
252
|
+
/**
|
|
253
|
+
* @generated from rpc api.v1.TaskTypeService.GetTaskType
|
|
254
|
+
*/
|
|
255
|
+
getTaskType: {
|
|
256
|
+
methodKind: "unary";
|
|
257
|
+
input: typeof GetTaskTypeRequestSchema;
|
|
258
|
+
output: typeof GetTaskTypeResponseSchema;
|
|
259
|
+
},
|
|
260
|
+
/**
|
|
261
|
+
* @generated from rpc api.v1.TaskTypeService.GetTaskTypes
|
|
262
|
+
*/
|
|
263
|
+
getTaskTypes: {
|
|
264
|
+
methodKind: "unary";
|
|
265
|
+
input: typeof GetTaskTypesRequestSchema;
|
|
266
|
+
output: typeof GetTaskTypesResponseSchema;
|
|
267
|
+
},
|
|
268
|
+
/**
|
|
269
|
+
* @generated from rpc api.v1.TaskTypeService.DeleteTaskType
|
|
270
|
+
*/
|
|
271
|
+
deleteTaskType: {
|
|
272
|
+
methodKind: "unary";
|
|
273
|
+
input: typeof DeleteTaskTypeRequestSchema;
|
|
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/task_type.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/task_type.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_task_type = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChZhcGkvdjEvdGFza190eXBlLnByb3RvEgZhcGkudjEi6gEKEkFkZFRhc2tUeXBlUmVxdWVzdBIXCgRuYW1lGAEgASgJQgn6QgZyBBABGDISGwoFY29sb3IYAiABKAlCB/pCBHICGAdIAIgBARIaCgRpY29uGAMgASgJQgf6QgRyAhgySAGIAQESGwoKcHJvamVjdF9pZBgEIAEoDUIH+kIEKgIoARIaCg1kaXNwbGF5X29yZGVyGAUgASgFSAKIAQESFgoJaXNfYWN0aXZlGAYgASgISAOIAQFCCAoGX2NvbG9yQgcKBV9pY29uQhAKDl9kaXNwbGF5X29yZGVyQgwKCl9pc19hY3RpdmUi4wEKE0VkaXRUYXNrVHlwZVJlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAESFwoEbmFtZRgCIAEoCUIJ+kIGcgQQARgyEhsKBWNvbG9yGAMgASgJQgf6QgRyAhgHSACIAQESGgoEaWNvbhgEIAEoCUIH+kIEcgIYMkgBiAEBEhoKDWRpc3BsYXlfb3JkZXIYBSABKAVIAogBARIWCglpc19hY3RpdmUYBiABKAhIA4gBAUIICgZfY29sb3JCBwoFX2ljb25CEAoOX2Rpc3BsYXlfb3JkZXJCDAoKX2lzX2FjdGl2ZSIgChJHZXRUYXNrVHlwZVJlcXVlc3QSCgoCaWQYASABKA0ikwEKE0dldFRhc2tUeXBlc1JlcXVlc3QSGwoKcHJvamVjdF9pZBgBIAEoDUIH+kIEKgIoARIwCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb25CCPpCBYoBAhABEi0KDmZpbHRlcl9vcHRpb25zGAMgASgLMhUuYXBpLnYxLkZpbHRlck9wdGlvbnMiIwoVRGVsZXRlVGFza1R5cGVSZXF1ZXN0EgoKAmlkGAEgASgNImQKFEdldFRhc2tUeXBlc1Jlc3BvbnNlEiQKCnRhc2tfdHlwZXMYASADKAsyEC5hcGkudjEuVGFza1R5cGUSJgoKcGFnaW5hdGlvbhgCIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uIjoKE0FkZFRhc2tUeXBlUmVzcG9uc2USIwoJdGFza190eXBlGAEgASgLMhAuYXBpLnYxLlRhc2tUeXBlIjsKFEVkaXRUYXNrVHlwZVJlc3BvbnNlEiMKCXRhc2tfdHlwZRgBIAEoCzIQLmFwaS52MS5UYXNrVHlwZSI6ChNHZXRUYXNrVHlwZVJlc3BvbnNlEiMKCXRhc2tfdHlwZRgBIAEoCzIQLmFwaS52MS5UYXNrVHlwZTKhBAoPVGFza1R5cGVTZXJ2aWNlEmUKC0FkZFRhc2tUeXBlEhouYXBpLnYxLkFkZFRhc2tUeXBlUmVxdWVzdBobLmFwaS52MS5BZGRUYXNrVHlwZVJlc3BvbnNlIh2C0+STAhc6ASoiEi9hcGkvdjEvdGFza190eXBlcxJtCgxFZGl0VGFza1R5cGUSGy5hcGkudjEuRWRpdFRhc2tUeXBlUmVxdWVzdBocLmFwaS52MS5FZGl0VGFza1R5cGVSZXNwb25zZSIigtPkkwIcOgEqGhcvYXBpL3YxL3Rhc2tfdHlwZXMve2lkfRJnCgtHZXRUYXNrVHlwZRIaLmFwaS52MS5HZXRUYXNrVHlwZVJlcXVlc3QaGy5hcGkudjEuR2V0VGFza1R5cGVSZXNwb25zZSIfgtPkkwIZEhcvYXBpL3YxL3Rhc2tfdHlwZXMve2lkfRJlCgxHZXRUYXNrVHlwZXMSGy5hcGkudjEuR2V0VGFza1R5cGVzUmVxdWVzdBocLmFwaS52MS5HZXRUYXNrVHlwZXNSZXNwb25zZSIagtPkkwIUEhIvYXBpL3YxL3Rhc2tfdHlwZXMSaAoORGVsZXRlVGFza1R5cGUSHS5hcGkudjEuRGVsZXRlVGFza1R5cGVSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5Ih+C0+STAhkqFy9hcGkvdjEvdGFza190eXBlcy97aWR9QnIKCmNvbS5hcGkudjFCDVRhc2tUeXBlUHJvdG9QAVocb3BzZWUvYmFja2VuZC9nZW4vYXBpL3YxO2dlbqICA0FYWKoCBkFwaS5WMcoCBkFwaVxWMeICEkFwaVxWMVxHUEJNZXRhZGF0YeoCB0FwaTo6VjFiBnByb3RvMw", [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.AddTaskTypeRequest.
|
|
21
|
+
* Use `create(AddTaskTypeRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddTaskTypeRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_task_type, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditTaskTypeRequest.
|
|
28
|
+
* Use `create(EditTaskTypeRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditTaskTypeRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_task_type, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetTaskTypeRequest.
|
|
35
|
+
* Use `create(GetTaskTypeRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetTaskTypeRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_task_type, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetTaskTypesRequest.
|
|
42
|
+
* Use `create(GetTaskTypesRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetTaskTypesRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_task_type, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteTaskTypeRequest.
|
|
49
|
+
* Use `create(DeleteTaskTypeRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteTaskTypeRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_task_type, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetTaskTypesResponse.
|
|
56
|
+
* Use `create(GetTaskTypesResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetTaskTypesResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_task_type, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddTaskTypeResponse.
|
|
63
|
+
* Use `create(AddTaskTypeResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddTaskTypeResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_task_type, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditTaskTypeResponse.
|
|
70
|
+
* Use `create(EditTaskTypeResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditTaskTypeResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_task_type, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetTaskTypeResponse.
|
|
77
|
+
* Use `create(GetTaskTypeResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetTaskTypeResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_task_type, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Service definition
|
|
84
|
+
*
|
|
85
|
+
* @generated from service api.v1.TaskTypeService
|
|
86
|
+
*/
|
|
87
|
+
export const TaskTypeService = /*@__PURE__*/
|
|
88
|
+
serviceDesc(file_api_v1_task_type, 0);
|
|
89
|
+
|