@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_label.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 { TaskLabel } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/task_label.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_task_label: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddTaskLabelRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddTaskLabelRequest = Message<"api.v1.AddTaskLabelRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: uint32 task_id = 1;
|
|
25
|
+
*/
|
|
26
|
+
taskId: number;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: uint32 label_id = 2;
|
|
30
|
+
*/
|
|
31
|
+
labelId: number;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Describes the message api.v1.AddTaskLabelRequest.
|
|
36
|
+
* Use `create(AddTaskLabelRequestSchema)` to create a new message.
|
|
37
|
+
*/
|
|
38
|
+
export declare const AddTaskLabelRequestSchema: GenMessage<AddTaskLabelRequest>;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @generated from message api.v1.EditTaskLabelRequest
|
|
42
|
+
*/
|
|
43
|
+
export declare type EditTaskLabelRequest = Message<"api.v1.EditTaskLabelRequest"> & {
|
|
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 label_id = 3;
|
|
56
|
+
*/
|
|
57
|
+
labelId: number;
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message api.v1.EditTaskLabelRequest.
|
|
62
|
+
* Use `create(EditTaskLabelRequestSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export declare const EditTaskLabelRequestSchema: GenMessage<EditTaskLabelRequest>;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @generated from message api.v1.GetTaskLabelRequest
|
|
68
|
+
*/
|
|
69
|
+
export declare type GetTaskLabelRequest = Message<"api.v1.GetTaskLabelRequest"> & {
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: uint32 id = 1;
|
|
72
|
+
*/
|
|
73
|
+
id: number;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message api.v1.GetTaskLabelRequest.
|
|
78
|
+
* Use `create(GetTaskLabelRequestSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export declare const GetTaskLabelRequestSchema: GenMessage<GetTaskLabelRequest>;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @generated from message api.v1.GetTaskLabelsRequest
|
|
84
|
+
*/
|
|
85
|
+
export declare type GetTaskLabelsRequest = Message<"api.v1.GetTaskLabelsRequest"> & {
|
|
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.GetTaskLabelsRequest.
|
|
104
|
+
* Use `create(GetTaskLabelsRequestSchema)` to create a new message.
|
|
105
|
+
*/
|
|
106
|
+
export declare const GetTaskLabelsRequestSchema: GenMessage<GetTaskLabelsRequest>;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* @generated from message api.v1.DeleteTaskLabelRequest
|
|
110
|
+
*/
|
|
111
|
+
export declare type DeleteTaskLabelRequest = Message<"api.v1.DeleteTaskLabelRequest"> & {
|
|
112
|
+
/**
|
|
113
|
+
* @generated from field: uint32 id = 1;
|
|
114
|
+
*/
|
|
115
|
+
id: number;
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* Describes the message api.v1.DeleteTaskLabelRequest.
|
|
120
|
+
* Use `create(DeleteTaskLabelRequestSchema)` to create a new message.
|
|
121
|
+
*/
|
|
122
|
+
export declare const DeleteTaskLabelRequestSchema: GenMessage<DeleteTaskLabelRequest>;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Response definitions
|
|
126
|
+
*
|
|
127
|
+
* @generated from message api.v1.GetTaskLabelsResponse
|
|
128
|
+
*/
|
|
129
|
+
export declare type GetTaskLabelsResponse = Message<"api.v1.GetTaskLabelsResponse"> & {
|
|
130
|
+
/**
|
|
131
|
+
* @generated from field: repeated api.v1.TaskLabel task_labels = 1;
|
|
132
|
+
*/
|
|
133
|
+
taskLabels: TaskLabel[];
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
137
|
+
*/
|
|
138
|
+
pagination?: Pagination;
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Describes the message api.v1.GetTaskLabelsResponse.
|
|
143
|
+
* Use `create(GetTaskLabelsResponseSchema)` to create a new message.
|
|
144
|
+
*/
|
|
145
|
+
export declare const GetTaskLabelsResponseSchema: GenMessage<GetTaskLabelsResponse>;
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* @generated from message api.v1.AddTaskLabelResponse
|
|
149
|
+
*/
|
|
150
|
+
export declare type AddTaskLabelResponse = Message<"api.v1.AddTaskLabelResponse"> & {
|
|
151
|
+
/**
|
|
152
|
+
* @generated from field: api.v1.TaskLabel task_label = 1;
|
|
153
|
+
*/
|
|
154
|
+
taskLabel?: TaskLabel;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Describes the message api.v1.AddTaskLabelResponse.
|
|
159
|
+
* Use `create(AddTaskLabelResponseSchema)` to create a new message.
|
|
160
|
+
*/
|
|
161
|
+
export declare const AddTaskLabelResponseSchema: GenMessage<AddTaskLabelResponse>;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @generated from message api.v1.EditTaskLabelResponse
|
|
165
|
+
*/
|
|
166
|
+
export declare type EditTaskLabelResponse = Message<"api.v1.EditTaskLabelResponse"> & {
|
|
167
|
+
/**
|
|
168
|
+
* @generated from field: api.v1.TaskLabel task_label = 1;
|
|
169
|
+
*/
|
|
170
|
+
taskLabel?: TaskLabel;
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* Describes the message api.v1.EditTaskLabelResponse.
|
|
175
|
+
* Use `create(EditTaskLabelResponseSchema)` to create a new message.
|
|
176
|
+
*/
|
|
177
|
+
export declare const EditTaskLabelResponseSchema: GenMessage<EditTaskLabelResponse>;
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* @generated from message api.v1.GetTaskLabelResponse
|
|
181
|
+
*/
|
|
182
|
+
export declare type GetTaskLabelResponse = Message<"api.v1.GetTaskLabelResponse"> & {
|
|
183
|
+
/**
|
|
184
|
+
* @generated from field: api.v1.TaskLabel task_label = 1;
|
|
185
|
+
*/
|
|
186
|
+
taskLabel?: TaskLabel;
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Describes the message api.v1.GetTaskLabelResponse.
|
|
191
|
+
* Use `create(GetTaskLabelResponseSchema)` to create a new message.
|
|
192
|
+
*/
|
|
193
|
+
export declare const GetTaskLabelResponseSchema: GenMessage<GetTaskLabelResponse>;
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* Service definition
|
|
197
|
+
*
|
|
198
|
+
* @generated from service api.v1.TaskLabelService
|
|
199
|
+
*/
|
|
200
|
+
export declare const TaskLabelService: GenService<{
|
|
201
|
+
/**
|
|
202
|
+
* @generated from rpc api.v1.TaskLabelService.AddTaskLabel
|
|
203
|
+
*/
|
|
204
|
+
addTaskLabel: {
|
|
205
|
+
methodKind: "unary";
|
|
206
|
+
input: typeof AddTaskLabelRequestSchema;
|
|
207
|
+
output: typeof AddTaskLabelResponseSchema;
|
|
208
|
+
},
|
|
209
|
+
/**
|
|
210
|
+
* @generated from rpc api.v1.TaskLabelService.EditTaskLabel
|
|
211
|
+
*/
|
|
212
|
+
editTaskLabel: {
|
|
213
|
+
methodKind: "unary";
|
|
214
|
+
input: typeof EditTaskLabelRequestSchema;
|
|
215
|
+
output: typeof EditTaskLabelResponseSchema;
|
|
216
|
+
},
|
|
217
|
+
/**
|
|
218
|
+
* @generated from rpc api.v1.TaskLabelService.GetTaskLabel
|
|
219
|
+
*/
|
|
220
|
+
getTaskLabel: {
|
|
221
|
+
methodKind: "unary";
|
|
222
|
+
input: typeof GetTaskLabelRequestSchema;
|
|
223
|
+
output: typeof GetTaskLabelResponseSchema;
|
|
224
|
+
},
|
|
225
|
+
/**
|
|
226
|
+
* @generated from rpc api.v1.TaskLabelService.GetTaskLabels
|
|
227
|
+
*/
|
|
228
|
+
getTaskLabels: {
|
|
229
|
+
methodKind: "unary";
|
|
230
|
+
input: typeof GetTaskLabelsRequestSchema;
|
|
231
|
+
output: typeof GetTaskLabelsResponseSchema;
|
|
232
|
+
},
|
|
233
|
+
/**
|
|
234
|
+
* @generated from rpc api.v1.TaskLabelService.DeleteTaskLabel
|
|
235
|
+
*/
|
|
236
|
+
deleteTaskLabel: {
|
|
237
|
+
methodKind: "unary";
|
|
238
|
+
input: typeof DeleteTaskLabelRequestSchema;
|
|
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_label.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_label.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_task_label = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChdhcGkvdjEvdGFza19sYWJlbC5wcm90bxIGYXBpLnYxIjgKE0FkZFRhc2tMYWJlbFJlcXVlc3QSDwoHdGFza19pZBgBIAEoDRIQCghsYWJlbF9pZBgCIAEoDSJOChRFZGl0VGFza0xhYmVsUmVxdWVzdBITCgJpZBgBIAEoDUIH+kIEKgIoARIPCgd0YXNrX2lkGAIgASgNEhAKCGxhYmVsX2lkGAMgASgNIiEKE0dldFRhc2tMYWJlbFJlcXVlc3QSCgoCaWQYASABKA0ikQEKFEdldFRhc2tMYWJlbHNSZXF1ZXN0EhgKB3Rhc2tfaWQYASABKA1CB/pCBCoCKAESMAoKcGFnaW5hdGlvbhgCIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uQgj6QgWKAQIQARItCg5maWx0ZXJfb3B0aW9ucxgDIAEoCzIVLmFwaS52MS5GaWx0ZXJPcHRpb25zIiQKFkRlbGV0ZVRhc2tMYWJlbFJlcXVlc3QSCgoCaWQYASABKA0iZwoVR2V0VGFza0xhYmVsc1Jlc3BvbnNlEiYKC3Rhc2tfbGFiZWxzGAEgAygLMhEuYXBpLnYxLlRhc2tMYWJlbBImCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb24iPQoUQWRkVGFza0xhYmVsUmVzcG9uc2USJQoKdGFza19sYWJlbBgBIAEoCzIRLmFwaS52MS5UYXNrTGFiZWwiPgoVRWRpdFRhc2tMYWJlbFJlc3BvbnNlEiUKCnRhc2tfbGFiZWwYASABKAsyES5hcGkudjEuVGFza0xhYmVsIj0KFEdldFRhc2tMYWJlbFJlc3BvbnNlEiUKCnRhc2tfbGFiZWwYASABKAsyES5hcGkudjEuVGFza0xhYmVsMrUEChBUYXNrTGFiZWxTZXJ2aWNlEmkKDEFkZFRhc2tMYWJlbBIbLmFwaS52MS5BZGRUYXNrTGFiZWxSZXF1ZXN0GhwuYXBpLnYxLkFkZFRhc2tMYWJlbFJlc3BvbnNlIh6C0+STAhg6ASoiEy9hcGkvdjEvdGFza19sYWJlbHMScQoNRWRpdFRhc2tMYWJlbBIcLmFwaS52MS5FZGl0VGFza0xhYmVsUmVxdWVzdBodLmFwaS52MS5FZGl0VGFza0xhYmVsUmVzcG9uc2UiI4LT5JMCHToBKhoYL2FwaS92MS90YXNrX2xhYmVscy97aWR9EmsKDEdldFRhc2tMYWJlbBIbLmFwaS52MS5HZXRUYXNrTGFiZWxSZXF1ZXN0GhwuYXBpLnYxLkdldFRhc2tMYWJlbFJlc3BvbnNlIiCC0+STAhoSGC9hcGkvdjEvdGFza19sYWJlbHMve2lkfRJpCg1HZXRUYXNrTGFiZWxzEhwuYXBpLnYxLkdldFRhc2tMYWJlbHNSZXF1ZXN0Gh0uYXBpLnYxLkdldFRhc2tMYWJlbHNSZXNwb25zZSIbgtPkkwIVEhMvYXBpL3YxL3Rhc2tfbGFiZWxzEmsKD0RlbGV0ZVRhc2tMYWJlbBIeLmFwaS52MS5EZWxldGVUYXNrTGFiZWxSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IiCC0+STAhoqGC9hcGkvdjEvdGFza19sYWJlbHMve2lkfUJzCgpjb20uYXBpLnYxQg5UYXNrTGFiZWxQcm90b1ABWhxvcHNlZS9iYWNrZW5kL2dlbi9hcGkvdjE7Z2VuogIDQVhYqgIGQXBpLlYxygIGQXBpXFYx4gISQXBpXFYxXEdQQk1ldGFkYXRh6gIHQXBpOjpWMWIGcHJvdG8z", [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.AddTaskLabelRequest.
|
|
21
|
+
* Use `create(AddTaskLabelRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddTaskLabelRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_task_label, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditTaskLabelRequest.
|
|
28
|
+
* Use `create(EditTaskLabelRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditTaskLabelRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_task_label, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetTaskLabelRequest.
|
|
35
|
+
* Use `create(GetTaskLabelRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetTaskLabelRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_task_label, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetTaskLabelsRequest.
|
|
42
|
+
* Use `create(GetTaskLabelsRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetTaskLabelsRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_task_label, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteTaskLabelRequest.
|
|
49
|
+
* Use `create(DeleteTaskLabelRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteTaskLabelRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_task_label, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetTaskLabelsResponse.
|
|
56
|
+
* Use `create(GetTaskLabelsResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetTaskLabelsResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_task_label, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddTaskLabelResponse.
|
|
63
|
+
* Use `create(AddTaskLabelResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddTaskLabelResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_task_label, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditTaskLabelResponse.
|
|
70
|
+
* Use `create(EditTaskLabelResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditTaskLabelResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_task_label, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetTaskLabelResponse.
|
|
77
|
+
* Use `create(GetTaskLabelResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetTaskLabelResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_task_label, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Service definition
|
|
84
|
+
*
|
|
85
|
+
* @generated from service api.v1.TaskLabelService
|
|
86
|
+
*/
|
|
87
|
+
export const TaskLabelService = /*@__PURE__*/
|
|
88
|
+
serviceDesc(file_api_v1_task_label, 0);
|
|
89
|
+
|