@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_component.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 { TaskComponent } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/task_component.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_task_component: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddTaskComponentRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddTaskComponentRequest = Message<"api.v1.AddTaskComponentRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: uint32 task_id = 1;
|
|
25
|
+
*/
|
|
26
|
+
taskId: number;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: uint32 component_id = 2;
|
|
30
|
+
*/
|
|
31
|
+
componentId: number;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Describes the message api.v1.AddTaskComponentRequest.
|
|
36
|
+
* Use `create(AddTaskComponentRequestSchema)` to create a new message.
|
|
37
|
+
*/
|
|
38
|
+
export declare const AddTaskComponentRequestSchema: GenMessage<AddTaskComponentRequest>;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @generated from message api.v1.EditTaskComponentRequest
|
|
42
|
+
*/
|
|
43
|
+
export declare type EditTaskComponentRequest = Message<"api.v1.EditTaskComponentRequest"> & {
|
|
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 component_id = 3;
|
|
56
|
+
*/
|
|
57
|
+
componentId: number;
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message api.v1.EditTaskComponentRequest.
|
|
62
|
+
* Use `create(EditTaskComponentRequestSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export declare const EditTaskComponentRequestSchema: GenMessage<EditTaskComponentRequest>;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @generated from message api.v1.GetTaskComponentRequest
|
|
68
|
+
*/
|
|
69
|
+
export declare type GetTaskComponentRequest = Message<"api.v1.GetTaskComponentRequest"> & {
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: uint32 id = 1;
|
|
72
|
+
*/
|
|
73
|
+
id: number;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message api.v1.GetTaskComponentRequest.
|
|
78
|
+
* Use `create(GetTaskComponentRequestSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export declare const GetTaskComponentRequestSchema: GenMessage<GetTaskComponentRequest>;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @generated from message api.v1.GetTaskComponentsRequest
|
|
84
|
+
*/
|
|
85
|
+
export declare type GetTaskComponentsRequest = Message<"api.v1.GetTaskComponentsRequest"> & {
|
|
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.GetTaskComponentsRequest.
|
|
104
|
+
* Use `create(GetTaskComponentsRequestSchema)` to create a new message.
|
|
105
|
+
*/
|
|
106
|
+
export declare const GetTaskComponentsRequestSchema: GenMessage<GetTaskComponentsRequest>;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* @generated from message api.v1.DeleteTaskComponentRequest
|
|
110
|
+
*/
|
|
111
|
+
export declare type DeleteTaskComponentRequest = Message<"api.v1.DeleteTaskComponentRequest"> & {
|
|
112
|
+
/**
|
|
113
|
+
* @generated from field: uint32 id = 1;
|
|
114
|
+
*/
|
|
115
|
+
id: number;
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* Describes the message api.v1.DeleteTaskComponentRequest.
|
|
120
|
+
* Use `create(DeleteTaskComponentRequestSchema)` to create a new message.
|
|
121
|
+
*/
|
|
122
|
+
export declare const DeleteTaskComponentRequestSchema: GenMessage<DeleteTaskComponentRequest>;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Response definitions
|
|
126
|
+
*
|
|
127
|
+
* @generated from message api.v1.GetTaskComponentsResponse
|
|
128
|
+
*/
|
|
129
|
+
export declare type GetTaskComponentsResponse = Message<"api.v1.GetTaskComponentsResponse"> & {
|
|
130
|
+
/**
|
|
131
|
+
* @generated from field: repeated api.v1.TaskComponent task_components = 1;
|
|
132
|
+
*/
|
|
133
|
+
taskComponents: TaskComponent[];
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
137
|
+
*/
|
|
138
|
+
pagination?: Pagination;
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Describes the message api.v1.GetTaskComponentsResponse.
|
|
143
|
+
* Use `create(GetTaskComponentsResponseSchema)` to create a new message.
|
|
144
|
+
*/
|
|
145
|
+
export declare const GetTaskComponentsResponseSchema: GenMessage<GetTaskComponentsResponse>;
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* @generated from message api.v1.AddTaskComponentResponse
|
|
149
|
+
*/
|
|
150
|
+
export declare type AddTaskComponentResponse = Message<"api.v1.AddTaskComponentResponse"> & {
|
|
151
|
+
/**
|
|
152
|
+
* @generated from field: api.v1.TaskComponent task_component = 1;
|
|
153
|
+
*/
|
|
154
|
+
taskComponent?: TaskComponent;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Describes the message api.v1.AddTaskComponentResponse.
|
|
159
|
+
* Use `create(AddTaskComponentResponseSchema)` to create a new message.
|
|
160
|
+
*/
|
|
161
|
+
export declare const AddTaskComponentResponseSchema: GenMessage<AddTaskComponentResponse>;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @generated from message api.v1.EditTaskComponentResponse
|
|
165
|
+
*/
|
|
166
|
+
export declare type EditTaskComponentResponse = Message<"api.v1.EditTaskComponentResponse"> & {
|
|
167
|
+
/**
|
|
168
|
+
* @generated from field: api.v1.TaskComponent task_component = 1;
|
|
169
|
+
*/
|
|
170
|
+
taskComponent?: TaskComponent;
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* Describes the message api.v1.EditTaskComponentResponse.
|
|
175
|
+
* Use `create(EditTaskComponentResponseSchema)` to create a new message.
|
|
176
|
+
*/
|
|
177
|
+
export declare const EditTaskComponentResponseSchema: GenMessage<EditTaskComponentResponse>;
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* @generated from message api.v1.GetTaskComponentResponse
|
|
181
|
+
*/
|
|
182
|
+
export declare type GetTaskComponentResponse = Message<"api.v1.GetTaskComponentResponse"> & {
|
|
183
|
+
/**
|
|
184
|
+
* @generated from field: api.v1.TaskComponent task_component = 1;
|
|
185
|
+
*/
|
|
186
|
+
taskComponent?: TaskComponent;
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Describes the message api.v1.GetTaskComponentResponse.
|
|
191
|
+
* Use `create(GetTaskComponentResponseSchema)` to create a new message.
|
|
192
|
+
*/
|
|
193
|
+
export declare const GetTaskComponentResponseSchema: GenMessage<GetTaskComponentResponse>;
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* Service definition
|
|
197
|
+
*
|
|
198
|
+
* @generated from service api.v1.TaskComponentService
|
|
199
|
+
*/
|
|
200
|
+
export declare const TaskComponentService: GenService<{
|
|
201
|
+
/**
|
|
202
|
+
* @generated from rpc api.v1.TaskComponentService.AddTaskComponent
|
|
203
|
+
*/
|
|
204
|
+
addTaskComponent: {
|
|
205
|
+
methodKind: "unary";
|
|
206
|
+
input: typeof AddTaskComponentRequestSchema;
|
|
207
|
+
output: typeof AddTaskComponentResponseSchema;
|
|
208
|
+
},
|
|
209
|
+
/**
|
|
210
|
+
* @generated from rpc api.v1.TaskComponentService.EditTaskComponent
|
|
211
|
+
*/
|
|
212
|
+
editTaskComponent: {
|
|
213
|
+
methodKind: "unary";
|
|
214
|
+
input: typeof EditTaskComponentRequestSchema;
|
|
215
|
+
output: typeof EditTaskComponentResponseSchema;
|
|
216
|
+
},
|
|
217
|
+
/**
|
|
218
|
+
* @generated from rpc api.v1.TaskComponentService.GetTaskComponent
|
|
219
|
+
*/
|
|
220
|
+
getTaskComponent: {
|
|
221
|
+
methodKind: "unary";
|
|
222
|
+
input: typeof GetTaskComponentRequestSchema;
|
|
223
|
+
output: typeof GetTaskComponentResponseSchema;
|
|
224
|
+
},
|
|
225
|
+
/**
|
|
226
|
+
* @generated from rpc api.v1.TaskComponentService.GetTaskComponents
|
|
227
|
+
*/
|
|
228
|
+
getTaskComponents: {
|
|
229
|
+
methodKind: "unary";
|
|
230
|
+
input: typeof GetTaskComponentsRequestSchema;
|
|
231
|
+
output: typeof GetTaskComponentsResponseSchema;
|
|
232
|
+
},
|
|
233
|
+
/**
|
|
234
|
+
* @generated from rpc api.v1.TaskComponentService.DeleteTaskComponent
|
|
235
|
+
*/
|
|
236
|
+
deleteTaskComponent: {
|
|
237
|
+
methodKind: "unary";
|
|
238
|
+
input: typeof DeleteTaskComponentRequestSchema;
|
|
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_component.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_component.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_task_component = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChthcGkvdjEvdGFza19jb21wb25lbnQucHJvdG8SBmFwaS52MSJAChdBZGRUYXNrQ29tcG9uZW50UmVxdWVzdBIPCgd0YXNrX2lkGAEgASgNEhQKDGNvbXBvbmVudF9pZBgCIAEoDSJWChhFZGl0VGFza0NvbXBvbmVudFJlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAESDwoHdGFza19pZBgCIAEoDRIUCgxjb21wb25lbnRfaWQYAyABKA0iJQoXR2V0VGFza0NvbXBvbmVudFJlcXVlc3QSCgoCaWQYASABKA0ilQEKGEdldFRhc2tDb21wb25lbnRzUmVxdWVzdBIYCgd0YXNrX2lkGAEgASgNQgf6QgQqAigBEjAKCnBhZ2luYXRpb24YAiABKAsyEi5hcGkudjEuUGFnaW5hdGlvbkII+kIFigECEAESLQoOZmlsdGVyX29wdGlvbnMYAyABKAsyFS5hcGkudjEuRmlsdGVyT3B0aW9ucyIoChpEZWxldGVUYXNrQ29tcG9uZW50UmVxdWVzdBIKCgJpZBgBIAEoDSJzChlHZXRUYXNrQ29tcG9uZW50c1Jlc3BvbnNlEi4KD3Rhc2tfY29tcG9uZW50cxgBIAMoCzIVLmFwaS52MS5UYXNrQ29tcG9uZW50EiYKCnBhZ2luYXRpb24YAiABKAsyEi5hcGkudjEuUGFnaW5hdGlvbiJJChhBZGRUYXNrQ29tcG9uZW50UmVzcG9uc2USLQoOdGFza19jb21wb25lbnQYASABKAsyFS5hcGkudjEuVGFza0NvbXBvbmVudCJKChlFZGl0VGFza0NvbXBvbmVudFJlc3BvbnNlEi0KDnRhc2tfY29tcG9uZW50GAEgASgLMhUuYXBpLnYxLlRhc2tDb21wb25lbnQiSQoYR2V0VGFza0NvbXBvbmVudFJlc3BvbnNlEi0KDnRhc2tfY29tcG9uZW50GAEgASgLMhUuYXBpLnYxLlRhc2tDb21wb25lbnQyhgUKFFRhc2tDb21wb25lbnRTZXJ2aWNlEnkKEEFkZFRhc2tDb21wb25lbnQSHy5hcGkudjEuQWRkVGFza0NvbXBvbmVudFJlcXVlc3QaIC5hcGkudjEuQWRkVGFza0NvbXBvbmVudFJlc3BvbnNlIiKC0+STAhw6ASoiFy9hcGkvdjEvdGFza19jb21wb25lbnRzEoEBChFFZGl0VGFza0NvbXBvbmVudBIgLmFwaS52MS5FZGl0VGFza0NvbXBvbmVudFJlcXVlc3QaIS5hcGkudjEuRWRpdFRhc2tDb21wb25lbnRSZXNwb25zZSIngtPkkwIhOgEqGhwvYXBpL3YxL3Rhc2tfY29tcG9uZW50cy97aWR9EnsKEEdldFRhc2tDb21wb25lbnQSHy5hcGkudjEuR2V0VGFza0NvbXBvbmVudFJlcXVlc3QaIC5hcGkudjEuR2V0VGFza0NvbXBvbmVudFJlc3BvbnNlIiSC0+STAh4SHC9hcGkvdjEvdGFza19jb21wb25lbnRzL3tpZH0SeQoRR2V0VGFza0NvbXBvbmVudHMSIC5hcGkudjEuR2V0VGFza0NvbXBvbmVudHNSZXF1ZXN0GiEuYXBpLnYxLkdldFRhc2tDb21wb25lbnRzUmVzcG9uc2UiH4LT5JMCGRIXL2FwaS92MS90YXNrX2NvbXBvbmVudHMSdwoTRGVsZXRlVGFza0NvbXBvbmVudBIiLmFwaS52MS5EZWxldGVUYXNrQ29tcG9uZW50UmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIkgtPkkwIeKhwvYXBpL3YxL3Rhc2tfY29tcG9uZW50cy97aWR9QncKCmNvbS5hcGkudjFCElRhc2tDb21wb25lbnRQcm90b1ABWhxvcHNlZS9iYWNrZW5kL2dlbi9hcGkvdjE7Z2VuogIDQVhYqgIGQXBpLlYxygIGQXBpXFYx4gISQXBpXFYxXEdQQk1ldGFkYXRh6gIHQXBpOjpWMWIGcHJvdG8z", [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.AddTaskComponentRequest.
|
|
21
|
+
* Use `create(AddTaskComponentRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddTaskComponentRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_task_component, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditTaskComponentRequest.
|
|
28
|
+
* Use `create(EditTaskComponentRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditTaskComponentRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_task_component, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetTaskComponentRequest.
|
|
35
|
+
* Use `create(GetTaskComponentRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetTaskComponentRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_task_component, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetTaskComponentsRequest.
|
|
42
|
+
* Use `create(GetTaskComponentsRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetTaskComponentsRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_task_component, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteTaskComponentRequest.
|
|
49
|
+
* Use `create(DeleteTaskComponentRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteTaskComponentRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_task_component, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetTaskComponentsResponse.
|
|
56
|
+
* Use `create(GetTaskComponentsResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetTaskComponentsResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_task_component, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddTaskComponentResponse.
|
|
63
|
+
* Use `create(AddTaskComponentResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddTaskComponentResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_task_component, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditTaskComponentResponse.
|
|
70
|
+
* Use `create(EditTaskComponentResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditTaskComponentResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_task_component, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetTaskComponentResponse.
|
|
77
|
+
* Use `create(GetTaskComponentResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetTaskComponentResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_task_component, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Service definition
|
|
84
|
+
*
|
|
85
|
+
* @generated from service api.v1.TaskComponentService
|
|
86
|
+
*/
|
|
87
|
+
export const TaskComponentService = /*@__PURE__*/
|
|
88
|
+
serviceDesc(file_api_v1_task_component, 0);
|
|
89
|
+
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/task_contributor.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 { TaskContributor } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/task_contributor.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_task_contributor: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddTaskContributorRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddTaskContributorRequest = Message<"api.v1.AddTaskContributorRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string role = 1;
|
|
25
|
+
*/
|
|
26
|
+
role: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: uint32 task_id = 2;
|
|
30
|
+
*/
|
|
31
|
+
taskId: number;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: uint32 user_id = 3;
|
|
35
|
+
*/
|
|
36
|
+
userId: number;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Describes the message api.v1.AddTaskContributorRequest.
|
|
41
|
+
* Use `create(AddTaskContributorRequestSchema)` to create a new message.
|
|
42
|
+
*/
|
|
43
|
+
export declare const AddTaskContributorRequestSchema: GenMessage<AddTaskContributorRequest>;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @generated from message api.v1.EditTaskContributorRequest
|
|
47
|
+
*/
|
|
48
|
+
export declare type EditTaskContributorRequest = Message<"api.v1.EditTaskContributorRequest"> & {
|
|
49
|
+
/**
|
|
50
|
+
* @generated from field: uint32 id = 1;
|
|
51
|
+
*/
|
|
52
|
+
id: number;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: string role = 2;
|
|
56
|
+
*/
|
|
57
|
+
role: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @generated from field: uint32 task_id = 3;
|
|
61
|
+
*/
|
|
62
|
+
taskId: number;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: uint32 user_id = 4;
|
|
66
|
+
*/
|
|
67
|
+
userId: number;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Describes the message api.v1.EditTaskContributorRequest.
|
|
72
|
+
* Use `create(EditTaskContributorRequestSchema)` to create a new message.
|
|
73
|
+
*/
|
|
74
|
+
export declare const EditTaskContributorRequestSchema: GenMessage<EditTaskContributorRequest>;
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* @generated from message api.v1.GetTaskContributorRequest
|
|
78
|
+
*/
|
|
79
|
+
export declare type GetTaskContributorRequest = Message<"api.v1.GetTaskContributorRequest"> & {
|
|
80
|
+
/**
|
|
81
|
+
* @generated from field: uint32 id = 1;
|
|
82
|
+
*/
|
|
83
|
+
id: number;
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Describes the message api.v1.GetTaskContributorRequest.
|
|
88
|
+
* Use `create(GetTaskContributorRequestSchema)` to create a new message.
|
|
89
|
+
*/
|
|
90
|
+
export declare const GetTaskContributorRequestSchema: GenMessage<GetTaskContributorRequest>;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* @generated from message api.v1.GetTaskContributorsRequest
|
|
94
|
+
*/
|
|
95
|
+
export declare type GetTaskContributorsRequest = Message<"api.v1.GetTaskContributorsRequest"> & {
|
|
96
|
+
/**
|
|
97
|
+
* @generated from field: uint32 task_id = 1;
|
|
98
|
+
*/
|
|
99
|
+
taskId: number;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
103
|
+
*/
|
|
104
|
+
pagination?: Pagination;
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* @generated from field: api.v1.FilterOptions filter_options = 3;
|
|
108
|
+
*/
|
|
109
|
+
filterOptions?: FilterOptions;
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Describes the message api.v1.GetTaskContributorsRequest.
|
|
114
|
+
* Use `create(GetTaskContributorsRequestSchema)` to create a new message.
|
|
115
|
+
*/
|
|
116
|
+
export declare const GetTaskContributorsRequestSchema: GenMessage<GetTaskContributorsRequest>;
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* @generated from message api.v1.DeleteTaskContributorRequest
|
|
120
|
+
*/
|
|
121
|
+
export declare type DeleteTaskContributorRequest = Message<"api.v1.DeleteTaskContributorRequest"> & {
|
|
122
|
+
/**
|
|
123
|
+
* @generated from field: uint32 id = 1;
|
|
124
|
+
*/
|
|
125
|
+
id: number;
|
|
126
|
+
};
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Describes the message api.v1.DeleteTaskContributorRequest.
|
|
130
|
+
* Use `create(DeleteTaskContributorRequestSchema)` to create a new message.
|
|
131
|
+
*/
|
|
132
|
+
export declare const DeleteTaskContributorRequestSchema: GenMessage<DeleteTaskContributorRequest>;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Response definitions
|
|
136
|
+
*
|
|
137
|
+
* @generated from message api.v1.GetTaskContributorsResponse
|
|
138
|
+
*/
|
|
139
|
+
export declare type GetTaskContributorsResponse = Message<"api.v1.GetTaskContributorsResponse"> & {
|
|
140
|
+
/**
|
|
141
|
+
* @generated from field: repeated api.v1.TaskContributor task_contributors = 1;
|
|
142
|
+
*/
|
|
143
|
+
taskContributors: TaskContributor[];
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
147
|
+
*/
|
|
148
|
+
pagination?: Pagination;
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* Describes the message api.v1.GetTaskContributorsResponse.
|
|
153
|
+
* Use `create(GetTaskContributorsResponseSchema)` to create a new message.
|
|
154
|
+
*/
|
|
155
|
+
export declare const GetTaskContributorsResponseSchema: GenMessage<GetTaskContributorsResponse>;
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* @generated from message api.v1.AddTaskContributorResponse
|
|
159
|
+
*/
|
|
160
|
+
export declare type AddTaskContributorResponse = Message<"api.v1.AddTaskContributorResponse"> & {
|
|
161
|
+
/**
|
|
162
|
+
* @generated from field: api.v1.TaskContributor task_contributor = 1;
|
|
163
|
+
*/
|
|
164
|
+
taskContributor?: TaskContributor;
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Describes the message api.v1.AddTaskContributorResponse.
|
|
169
|
+
* Use `create(AddTaskContributorResponseSchema)` to create a new message.
|
|
170
|
+
*/
|
|
171
|
+
export declare const AddTaskContributorResponseSchema: GenMessage<AddTaskContributorResponse>;
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* @generated from message api.v1.EditTaskContributorResponse
|
|
175
|
+
*/
|
|
176
|
+
export declare type EditTaskContributorResponse = Message<"api.v1.EditTaskContributorResponse"> & {
|
|
177
|
+
/**
|
|
178
|
+
* @generated from field: api.v1.TaskContributor task_contributor = 1;
|
|
179
|
+
*/
|
|
180
|
+
taskContributor?: TaskContributor;
|
|
181
|
+
};
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* Describes the message api.v1.EditTaskContributorResponse.
|
|
185
|
+
* Use `create(EditTaskContributorResponseSchema)` to create a new message.
|
|
186
|
+
*/
|
|
187
|
+
export declare const EditTaskContributorResponseSchema: GenMessage<EditTaskContributorResponse>;
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* @generated from message api.v1.GetTaskContributorResponse
|
|
191
|
+
*/
|
|
192
|
+
export declare type GetTaskContributorResponse = Message<"api.v1.GetTaskContributorResponse"> & {
|
|
193
|
+
/**
|
|
194
|
+
* @generated from field: api.v1.TaskContributor task_contributor = 1;
|
|
195
|
+
*/
|
|
196
|
+
taskContributor?: TaskContributor;
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* Describes the message api.v1.GetTaskContributorResponse.
|
|
201
|
+
* Use `create(GetTaskContributorResponseSchema)` to create a new message.
|
|
202
|
+
*/
|
|
203
|
+
export declare const GetTaskContributorResponseSchema: GenMessage<GetTaskContributorResponse>;
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* Service definition
|
|
207
|
+
*
|
|
208
|
+
* @generated from service api.v1.TaskContributorService
|
|
209
|
+
*/
|
|
210
|
+
export declare const TaskContributorService: GenService<{
|
|
211
|
+
/**
|
|
212
|
+
* @generated from rpc api.v1.TaskContributorService.AddTaskContributor
|
|
213
|
+
*/
|
|
214
|
+
addTaskContributor: {
|
|
215
|
+
methodKind: "unary";
|
|
216
|
+
input: typeof AddTaskContributorRequestSchema;
|
|
217
|
+
output: typeof AddTaskContributorResponseSchema;
|
|
218
|
+
},
|
|
219
|
+
/**
|
|
220
|
+
* @generated from rpc api.v1.TaskContributorService.EditTaskContributor
|
|
221
|
+
*/
|
|
222
|
+
editTaskContributor: {
|
|
223
|
+
methodKind: "unary";
|
|
224
|
+
input: typeof EditTaskContributorRequestSchema;
|
|
225
|
+
output: typeof EditTaskContributorResponseSchema;
|
|
226
|
+
},
|
|
227
|
+
/**
|
|
228
|
+
* @generated from rpc api.v1.TaskContributorService.GetTaskContributor
|
|
229
|
+
*/
|
|
230
|
+
getTaskContributor: {
|
|
231
|
+
methodKind: "unary";
|
|
232
|
+
input: typeof GetTaskContributorRequestSchema;
|
|
233
|
+
output: typeof GetTaskContributorResponseSchema;
|
|
234
|
+
},
|
|
235
|
+
/**
|
|
236
|
+
* @generated from rpc api.v1.TaskContributorService.GetTaskContributors
|
|
237
|
+
*/
|
|
238
|
+
getTaskContributors: {
|
|
239
|
+
methodKind: "unary";
|
|
240
|
+
input: typeof GetTaskContributorsRequestSchema;
|
|
241
|
+
output: typeof GetTaskContributorsResponseSchema;
|
|
242
|
+
},
|
|
243
|
+
/**
|
|
244
|
+
* @generated from rpc api.v1.TaskContributorService.DeleteTaskContributor
|
|
245
|
+
*/
|
|
246
|
+
deleteTaskContributor: {
|
|
247
|
+
methodKind: "unary";
|
|
248
|
+
input: typeof DeleteTaskContributorRequestSchema;
|
|
249
|
+
output: typeof EmptySchema;
|
|
250
|
+
},
|
|
251
|
+
}>;
|
|
252
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/task_contributor.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_contributor.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_task_contributor = /*@__PURE__*/
|
|
17
|
+
fileDesc("Ch1hcGkvdjEvdGFza19jb250cmlidXRvci5wcm90bxIGYXBpLnYxIlQKGUFkZFRhc2tDb250cmlidXRvclJlcXVlc3QSFQoEcm9sZRgBIAEoCUIH+kIEcgIYMhIPCgd0YXNrX2lkGAIgASgNEg8KB3VzZXJfaWQYAyABKA0iagoaRWRpdFRhc2tDb250cmlidXRvclJlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAESFQoEcm9sZRgCIAEoCUIH+kIEcgIYMhIPCgd0YXNrX2lkGAMgASgNEg8KB3VzZXJfaWQYBCABKA0iJwoZR2V0VGFza0NvbnRyaWJ1dG9yUmVxdWVzdBIKCgJpZBgBIAEoDSKXAQoaR2V0VGFza0NvbnRyaWJ1dG9yc1JlcXVlc3QSGAoHdGFza19pZBgBIAEoDUIH+kIEKgIoARIwCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb25CCPpCBYoBAhABEi0KDmZpbHRlcl9vcHRpb25zGAMgASgLMhUuYXBpLnYxLkZpbHRlck9wdGlvbnMiKgocRGVsZXRlVGFza0NvbnRyaWJ1dG9yUmVxdWVzdBIKCgJpZBgBIAEoDSJ5ChtHZXRUYXNrQ29udHJpYnV0b3JzUmVzcG9uc2USMgoRdGFza19jb250cmlidXRvcnMYASADKAsyFy5hcGkudjEuVGFza0NvbnRyaWJ1dG9yEiYKCnBhZ2luYXRpb24YAiABKAsyEi5hcGkudjEuUGFnaW5hdGlvbiJPChpBZGRUYXNrQ29udHJpYnV0b3JSZXNwb25zZRIxChB0YXNrX2NvbnRyaWJ1dG9yGAEgASgLMhcuYXBpLnYxLlRhc2tDb250cmlidXRvciJQChtFZGl0VGFza0NvbnRyaWJ1dG9yUmVzcG9uc2USMQoQdGFza19jb250cmlidXRvchgBIAEoCzIXLmFwaS52MS5UYXNrQ29udHJpYnV0b3IiTwoaR2V0VGFza0NvbnRyaWJ1dG9yUmVzcG9uc2USMQoQdGFza19jb250cmlidXRvchgBIAEoCzIXLmFwaS52MS5UYXNrQ29udHJpYnV0b3IysQUKFlRhc2tDb250cmlidXRvclNlcnZpY2USgQEKEkFkZFRhc2tDb250cmlidXRvchIhLmFwaS52MS5BZGRUYXNrQ29udHJpYnV0b3JSZXF1ZXN0GiIuYXBpLnYxLkFkZFRhc2tDb250cmlidXRvclJlc3BvbnNlIiSC0+STAh46ASoiGS9hcGkvdjEvdGFza19jb250cmlidXRvcnMSiQEKE0VkaXRUYXNrQ29udHJpYnV0b3ISIi5hcGkudjEuRWRpdFRhc2tDb250cmlidXRvclJlcXVlc3QaIy5hcGkudjEuRWRpdFRhc2tDb250cmlidXRvclJlc3BvbnNlIimC0+STAiM6ASoaHi9hcGkvdjEvdGFza19jb250cmlidXRvcnMve2lkfRKDAQoSR2V0VGFza0NvbnRyaWJ1dG9yEiEuYXBpLnYxLkdldFRhc2tDb250cmlidXRvclJlcXVlc3QaIi5hcGkudjEuR2V0VGFza0NvbnRyaWJ1dG9yUmVzcG9uc2UiJoLT5JMCIBIeL2FwaS92MS90YXNrX2NvbnRyaWJ1dG9ycy97aWR9EoEBChNHZXRUYXNrQ29udHJpYnV0b3JzEiIuYXBpLnYxLkdldFRhc2tDb250cmlidXRvcnNSZXF1ZXN0GiMuYXBpLnYxLkdldFRhc2tDb250cmlidXRvcnNSZXNwb25zZSIhgtPkkwIbEhkvYXBpL3YxL3Rhc2tfY29udHJpYnV0b3JzEn0KFURlbGV0ZVRhc2tDb250cmlidXRvchIkLmFwaS52MS5EZWxldGVUYXNrQ29udHJpYnV0b3JSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IiaC0+STAiAqHi9hcGkvdjEvdGFza19jb250cmlidXRvcnMve2lkfUJ5Cgpjb20uYXBpLnYxQhRUYXNrQ29udHJpYnV0b3JQcm90b1ABWhxvcHNlZS9iYWNrZW5kL2dlbi9hcGkvdjE7Z2VuogIDQVhYqgIGQXBpLlYxygIGQXBpXFYx4gISQXBpXFYxXEdQQk1ldGFkYXRh6gIHQXBpOjpWMWIGcHJvdG8z", [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.AddTaskContributorRequest.
|
|
21
|
+
* Use `create(AddTaskContributorRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddTaskContributorRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_task_contributor, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditTaskContributorRequest.
|
|
28
|
+
* Use `create(EditTaskContributorRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditTaskContributorRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_task_contributor, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetTaskContributorRequest.
|
|
35
|
+
* Use `create(GetTaskContributorRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetTaskContributorRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_task_contributor, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetTaskContributorsRequest.
|
|
42
|
+
* Use `create(GetTaskContributorsRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetTaskContributorsRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_task_contributor, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteTaskContributorRequest.
|
|
49
|
+
* Use `create(DeleteTaskContributorRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteTaskContributorRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_task_contributor, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetTaskContributorsResponse.
|
|
56
|
+
* Use `create(GetTaskContributorsResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetTaskContributorsResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_task_contributor, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddTaskContributorResponse.
|
|
63
|
+
* Use `create(AddTaskContributorResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddTaskContributorResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_task_contributor, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditTaskContributorResponse.
|
|
70
|
+
* Use `create(EditTaskContributorResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditTaskContributorResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_task_contributor, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetTaskContributorResponse.
|
|
77
|
+
* Use `create(GetTaskContributorResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetTaskContributorResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_task_contributor, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Service definition
|
|
84
|
+
*
|
|
85
|
+
* @generated from service api.v1.TaskContributorService
|
|
86
|
+
*/
|
|
87
|
+
export const TaskContributorService = /*@__PURE__*/
|
|
88
|
+
serviceDesc(file_api_v1_task_contributor, 0);
|
|
89
|
+
|