@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,267 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/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 { Label } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/label.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_label: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddLabelRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddLabelRequest = Message<"api.v1.AddLabelRequest"> & {
|
|
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: uint32 project_id = 3;
|
|
35
|
+
*/
|
|
36
|
+
projectId: number;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: optional string description = 4;
|
|
40
|
+
*/
|
|
41
|
+
description?: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: optional bool is_active = 5;
|
|
45
|
+
*/
|
|
46
|
+
isActive?: boolean;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Describes the message api.v1.AddLabelRequest.
|
|
51
|
+
* Use `create(AddLabelRequestSchema)` to create a new message.
|
|
52
|
+
*/
|
|
53
|
+
export declare const AddLabelRequestSchema: GenMessage<AddLabelRequest>;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @generated from message api.v1.EditLabelRequest
|
|
57
|
+
*/
|
|
58
|
+
export declare type EditLabelRequest = Message<"api.v1.EditLabelRequest"> & {
|
|
59
|
+
/**
|
|
60
|
+
* @generated from field: uint32 id = 1;
|
|
61
|
+
*/
|
|
62
|
+
id: number;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: string name = 2;
|
|
66
|
+
*/
|
|
67
|
+
name: string;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* @generated from field: string color = 3;
|
|
71
|
+
*/
|
|
72
|
+
color: string;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: optional string description = 4;
|
|
76
|
+
*/
|
|
77
|
+
description?: string;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: optional bool is_active = 5;
|
|
81
|
+
*/
|
|
82
|
+
isActive?: boolean;
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Describes the message api.v1.EditLabelRequest.
|
|
87
|
+
* Use `create(EditLabelRequestSchema)` to create a new message.
|
|
88
|
+
*/
|
|
89
|
+
export declare const EditLabelRequestSchema: GenMessage<EditLabelRequest>;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* @generated from message api.v1.GetLabelRequest
|
|
93
|
+
*/
|
|
94
|
+
export declare type GetLabelRequest = Message<"api.v1.GetLabelRequest"> & {
|
|
95
|
+
/**
|
|
96
|
+
* @generated from field: uint32 id = 1;
|
|
97
|
+
*/
|
|
98
|
+
id: number;
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Describes the message api.v1.GetLabelRequest.
|
|
103
|
+
* Use `create(GetLabelRequestSchema)` to create a new message.
|
|
104
|
+
*/
|
|
105
|
+
export declare const GetLabelRequestSchema: GenMessage<GetLabelRequest>;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* @generated from message api.v1.GetLabelsRequest
|
|
109
|
+
*/
|
|
110
|
+
export declare type GetLabelsRequest = Message<"api.v1.GetLabelsRequest"> & {
|
|
111
|
+
/**
|
|
112
|
+
* @generated from field: uint32 project_id = 1;
|
|
113
|
+
*/
|
|
114
|
+
projectId: number;
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
118
|
+
*/
|
|
119
|
+
pagination?: Pagination;
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* @generated from field: api.v1.FilterOptions filter_options = 3;
|
|
123
|
+
*/
|
|
124
|
+
filterOptions?: FilterOptions;
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Describes the message api.v1.GetLabelsRequest.
|
|
129
|
+
* Use `create(GetLabelsRequestSchema)` to create a new message.
|
|
130
|
+
*/
|
|
131
|
+
export declare const GetLabelsRequestSchema: GenMessage<GetLabelsRequest>;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* @generated from message api.v1.DeleteLabelRequest
|
|
135
|
+
*/
|
|
136
|
+
export declare type DeleteLabelRequest = Message<"api.v1.DeleteLabelRequest"> & {
|
|
137
|
+
/**
|
|
138
|
+
* @generated from field: uint32 id = 1;
|
|
139
|
+
*/
|
|
140
|
+
id: number;
|
|
141
|
+
};
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* Describes the message api.v1.DeleteLabelRequest.
|
|
145
|
+
* Use `create(DeleteLabelRequestSchema)` to create a new message.
|
|
146
|
+
*/
|
|
147
|
+
export declare const DeleteLabelRequestSchema: GenMessage<DeleteLabelRequest>;
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Response definitions
|
|
151
|
+
*
|
|
152
|
+
* @generated from message api.v1.GetLabelsResponse
|
|
153
|
+
*/
|
|
154
|
+
export declare type GetLabelsResponse = Message<"api.v1.GetLabelsResponse"> & {
|
|
155
|
+
/**
|
|
156
|
+
* @generated from field: repeated api.v1.Label labels = 1;
|
|
157
|
+
*/
|
|
158
|
+
labels: Label[];
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
162
|
+
*/
|
|
163
|
+
pagination?: Pagination;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* Describes the message api.v1.GetLabelsResponse.
|
|
168
|
+
* Use `create(GetLabelsResponseSchema)` to create a new message.
|
|
169
|
+
*/
|
|
170
|
+
export declare const GetLabelsResponseSchema: GenMessage<GetLabelsResponse>;
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @generated from message api.v1.AddLabelResponse
|
|
174
|
+
*/
|
|
175
|
+
export declare type AddLabelResponse = Message<"api.v1.AddLabelResponse"> & {
|
|
176
|
+
/**
|
|
177
|
+
* @generated from field: api.v1.Label label = 1;
|
|
178
|
+
*/
|
|
179
|
+
label?: Label;
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Describes the message api.v1.AddLabelResponse.
|
|
184
|
+
* Use `create(AddLabelResponseSchema)` to create a new message.
|
|
185
|
+
*/
|
|
186
|
+
export declare const AddLabelResponseSchema: GenMessage<AddLabelResponse>;
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* @generated from message api.v1.EditLabelResponse
|
|
190
|
+
*/
|
|
191
|
+
export declare type EditLabelResponse = Message<"api.v1.EditLabelResponse"> & {
|
|
192
|
+
/**
|
|
193
|
+
* @generated from field: api.v1.Label label = 1;
|
|
194
|
+
*/
|
|
195
|
+
label?: Label;
|
|
196
|
+
};
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* Describes the message api.v1.EditLabelResponse.
|
|
200
|
+
* Use `create(EditLabelResponseSchema)` to create a new message.
|
|
201
|
+
*/
|
|
202
|
+
export declare const EditLabelResponseSchema: GenMessage<EditLabelResponse>;
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* @generated from message api.v1.GetLabelResponse
|
|
206
|
+
*/
|
|
207
|
+
export declare type GetLabelResponse = Message<"api.v1.GetLabelResponse"> & {
|
|
208
|
+
/**
|
|
209
|
+
* @generated from field: api.v1.Label label = 1;
|
|
210
|
+
*/
|
|
211
|
+
label?: Label;
|
|
212
|
+
};
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* Describes the message api.v1.GetLabelResponse.
|
|
216
|
+
* Use `create(GetLabelResponseSchema)` to create a new message.
|
|
217
|
+
*/
|
|
218
|
+
export declare const GetLabelResponseSchema: GenMessage<GetLabelResponse>;
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Service definition
|
|
222
|
+
*
|
|
223
|
+
* @generated from service api.v1.LabelService
|
|
224
|
+
*/
|
|
225
|
+
export declare const LabelService: GenService<{
|
|
226
|
+
/**
|
|
227
|
+
* @generated from rpc api.v1.LabelService.AddLabel
|
|
228
|
+
*/
|
|
229
|
+
addLabel: {
|
|
230
|
+
methodKind: "unary";
|
|
231
|
+
input: typeof AddLabelRequestSchema;
|
|
232
|
+
output: typeof AddLabelResponseSchema;
|
|
233
|
+
},
|
|
234
|
+
/**
|
|
235
|
+
* @generated from rpc api.v1.LabelService.EditLabel
|
|
236
|
+
*/
|
|
237
|
+
editLabel: {
|
|
238
|
+
methodKind: "unary";
|
|
239
|
+
input: typeof EditLabelRequestSchema;
|
|
240
|
+
output: typeof EditLabelResponseSchema;
|
|
241
|
+
},
|
|
242
|
+
/**
|
|
243
|
+
* @generated from rpc api.v1.LabelService.GetLabel
|
|
244
|
+
*/
|
|
245
|
+
getLabel: {
|
|
246
|
+
methodKind: "unary";
|
|
247
|
+
input: typeof GetLabelRequestSchema;
|
|
248
|
+
output: typeof GetLabelResponseSchema;
|
|
249
|
+
},
|
|
250
|
+
/**
|
|
251
|
+
* @generated from rpc api.v1.LabelService.GetLabels
|
|
252
|
+
*/
|
|
253
|
+
getLabels: {
|
|
254
|
+
methodKind: "unary";
|
|
255
|
+
input: typeof GetLabelsRequestSchema;
|
|
256
|
+
output: typeof GetLabelsResponseSchema;
|
|
257
|
+
},
|
|
258
|
+
/**
|
|
259
|
+
* @generated from rpc api.v1.LabelService.DeleteLabel
|
|
260
|
+
*/
|
|
261
|
+
deleteLabel: {
|
|
262
|
+
methodKind: "unary";
|
|
263
|
+
input: typeof DeleteLabelRequestSchema;
|
|
264
|
+
output: typeof EmptySchema;
|
|
265
|
+
},
|
|
266
|
+
}>;
|
|
267
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/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/label.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_label = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChJhcGkvdjEvbGFiZWwucHJvdG8SBmFwaS52MSK+AQoPQWRkTGFiZWxSZXF1ZXN0EhcKBG5hbWUYASABKAlCCfpCBnIEEAEYMhIbCgVjb2xvchgCIAEoCUIH+kIEcgIYB0gAiAEBEhsKCnByb2plY3RfaWQYAyABKA1CB/pCBCoCKAESGAoLZGVzY3JpcHRpb24YBCABKAlIAYgBARIWCglpc19hY3RpdmUYBSABKAhIAogBAUIICgZfY29sb3JCDgoMX2Rlc2NyaXB0aW9uQgwKCl9pc19hY3RpdmUiqAEKEEVkaXRMYWJlbFJlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAESFwoEbmFtZRgCIAEoCUIJ+kIGcgQQARgyEhYKBWNvbG9yGAMgASgJQgf6QgRyAhgHEhgKC2Rlc2NyaXB0aW9uGAQgASgJSACIAQESFgoJaXNfYWN0aXZlGAUgASgISAGIAQFCDgoMX2Rlc2NyaXB0aW9uQgwKCl9pc19hY3RpdmUiHQoPR2V0TGFiZWxSZXF1ZXN0EgoKAmlkGAEgASgNIpABChBHZXRMYWJlbHNSZXF1ZXN0EhsKCnByb2plY3RfaWQYASABKA1CB/pCBCoCKAESMAoKcGFnaW5hdGlvbhgCIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uQgj6QgWKAQIQARItCg5maWx0ZXJfb3B0aW9ucxgDIAEoCzIVLmFwaS52MS5GaWx0ZXJPcHRpb25zIiAKEkRlbGV0ZUxhYmVsUmVxdWVzdBIKCgJpZBgBIAEoDSJaChFHZXRMYWJlbHNSZXNwb25zZRIdCgZsYWJlbHMYASADKAsyDS5hcGkudjEuTGFiZWwSJgoKcGFnaW5hdGlvbhgCIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uIjAKEEFkZExhYmVsUmVzcG9uc2USHAoFbGFiZWwYASABKAsyDS5hcGkudjEuTGFiZWwiMQoRRWRpdExhYmVsUmVzcG9uc2USHAoFbGFiZWwYASABKAsyDS5hcGkudjEuTGFiZWwiMAoQR2V0TGFiZWxSZXNwb25zZRIcCgVsYWJlbBgBIAEoCzINLmFwaS52MS5MYWJlbDLgAwoMTGFiZWxTZXJ2aWNlElgKCEFkZExhYmVsEhcuYXBpLnYxLkFkZExhYmVsUmVxdWVzdBoYLmFwaS52MS5BZGRMYWJlbFJlc3BvbnNlIhmC0+STAhM6ASoiDi9hcGkvdjEvbGFiZWxzEmAKCUVkaXRMYWJlbBIYLmFwaS52MS5FZGl0TGFiZWxSZXF1ZXN0GhkuYXBpLnYxLkVkaXRMYWJlbFJlc3BvbnNlIh6C0+STAhg6ASoaEy9hcGkvdjEvbGFiZWxzL3tpZH0SWgoIR2V0TGFiZWwSFy5hcGkudjEuR2V0TGFiZWxSZXF1ZXN0GhguYXBpLnYxLkdldExhYmVsUmVzcG9uc2UiG4LT5JMCFRITL2FwaS92MS9sYWJlbHMve2lkfRJYCglHZXRMYWJlbHMSGC5hcGkudjEuR2V0TGFiZWxzUmVxdWVzdBoZLmFwaS52MS5HZXRMYWJlbHNSZXNwb25zZSIWgtPkkwIQEg4vYXBpL3YxL2xhYmVscxJeCgtEZWxldGVMYWJlbBIaLmFwaS52MS5EZWxldGVMYWJlbFJlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkiG4LT5JMCFSoTL2FwaS92MS9sYWJlbHMve2lkfUJvCgpjb20uYXBpLnYxQgpMYWJlbFByb3RvUAFaHG9wc2VlL2JhY2tlbmQvZ2VuL2FwaS92MTtnZW6iAgNBWFiqAgZBcGkuVjHKAgZBcGlcVjHiAhJBcGlcVjFcR1BCTWV0YWRhdGHqAgdBcGk6OlYxYgZwcm90bzM", [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.AddLabelRequest.
|
|
21
|
+
* Use `create(AddLabelRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddLabelRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_label, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditLabelRequest.
|
|
28
|
+
* Use `create(EditLabelRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditLabelRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_label, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetLabelRequest.
|
|
35
|
+
* Use `create(GetLabelRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetLabelRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_label, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetLabelsRequest.
|
|
42
|
+
* Use `create(GetLabelsRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetLabelsRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_label, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteLabelRequest.
|
|
49
|
+
* Use `create(DeleteLabelRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteLabelRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_label, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetLabelsResponse.
|
|
56
|
+
* Use `create(GetLabelsResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetLabelsResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_label, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddLabelResponse.
|
|
63
|
+
* Use `create(AddLabelResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddLabelResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_label, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditLabelResponse.
|
|
70
|
+
* Use `create(EditLabelResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditLabelResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_label, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetLabelResponse.
|
|
77
|
+
* Use `create(GetLabelResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetLabelResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_label, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Service definition
|
|
84
|
+
*
|
|
85
|
+
* @generated from service api.v1.LabelService
|
|
86
|
+
*/
|
|
87
|
+
export const LabelService = /*@__PURE__*/
|
|
88
|
+
serviceDesc(file_api_v1_label, 0);
|
|
89
|
+
|