@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.
Files changed (136) hide show
  1. package/bin/opsee-mcp.js +21 -0
  2. package/gen/api/v1/account_pb.d.ts +393 -0
  3. package/gen/api/v1/account_pb.js +111 -0
  4. package/gen/api/v1/activity_log_pb.d.ts +297 -0
  5. package/gen/api/v1/activity_log_pb.js +89 -0
  6. package/gen/api/v1/ai_run_status_pb.d.ts +237 -0
  7. package/gen/api/v1/ai_run_status_pb.js +89 -0
  8. package/gen/api/v1/ai_unit_category_pb.d.ts +237 -0
  9. package/gen/api/v1/ai_unit_category_pb.js +89 -0
  10. package/gen/api/v1/ai_unit_stage_pb.d.ts +347 -0
  11. package/gen/api/v1/ai_unit_stage_pb.js +117 -0
  12. package/gen/api/v1/ai_unit_status_pb.d.ts +237 -0
  13. package/gen/api/v1/ai_unit_status_pb.js +89 -0
  14. package/gen/api/v1/ai_workflow_run_pb.d.ts +542 -0
  15. package/gen/api/v1/ai_workflow_run_pb.js +159 -0
  16. package/gen/api/v1/ai_workflow_unit_pb.d.ts +431 -0
  17. package/gen/api/v1/ai_workflow_unit_pb.js +103 -0
  18. package/gen/api/v1/attachment_pb.d.ts +297 -0
  19. package/gen/api/v1/attachment_pb.js +89 -0
  20. package/gen/api/v1/billing_pb.d.ts +1206 -0
  21. package/gen/api/v1/billing_pb.js +288 -0
  22. package/gen/api/v1/board_column_pb.d.ts +282 -0
  23. package/gen/api/v1/board_column_pb.js +89 -0
  24. package/gen/api/v1/board_pb.d.ts +296 -0
  25. package/gen/api/v1/board_pb.js +96 -0
  26. package/gen/api/v1/comment_pb.d.ts +277 -0
  27. package/gen/api/v1/comment_pb.js +89 -0
  28. package/gen/api/v1/company_pb.d.ts +452 -0
  29. package/gen/api/v1/company_pb.js +110 -0
  30. package/gen/api/v1/component_pb.d.ts +267 -0
  31. package/gen/api/v1/component_pb.js +89 -0
  32. package/gen/api/v1/contact_pb.d.ts +58 -0
  33. package/gen/api/v1/contact_pb.js +28 -0
  34. package/gen/api/v1/country_pb.d.ts +257 -0
  35. package/gen/api/v1/country_pb.js +89 -0
  36. package/gen/api/v1/credit_transaction_pb.d.ts +277 -0
  37. package/gen/api/v1/credit_transaction_pb.js +89 -0
  38. package/gen/api/v1/cycle_pb.d.ts +281 -0
  39. package/gen/api/v1/cycle_pb.js +87 -0
  40. package/gen/api/v1/deployment_pb.d.ts +277 -0
  41. package/gen/api/v1/deployment_pb.js +89 -0
  42. package/gen/api/v1/doc_page_pb.d.ts +505 -0
  43. package/gen/api/v1/doc_page_pb.js +138 -0
  44. package/gen/api/v1/doc_page_version_pb.d.ts +287 -0
  45. package/gen/api/v1/doc_page_version_pb.js +89 -0
  46. package/gen/api/v1/doc_space_pb.d.ts +297 -0
  47. package/gen/api/v1/doc_space_pb.js +89 -0
  48. package/gen/api/v1/document_link_pb.d.ts +174 -0
  49. package/gen/api/v1/document_link_pb.js +61 -0
  50. package/gen/api/v1/document_pb.d.ts +548 -0
  51. package/gen/api/v1/document_pb.js +152 -0
  52. package/gen/api/v1/environment_pb.d.ts +277 -0
  53. package/gen/api/v1/environment_pb.js +89 -0
  54. package/gen/api/v1/filter_pb.d.ts +66 -0
  55. package/gen/api/v1/filter_pb.js +26 -0
  56. package/gen/api/v1/label_pb.d.ts +267 -0
  57. package/gen/api/v1/label_pb.js +89 -0
  58. package/gen/api/v1/models_pb.d.ts +3137 -0
  59. package/gen/api/v1/models_pb.js +357 -0
  60. package/gen/api/v1/notification_pb.d.ts +317 -0
  61. package/gen/api/v1/notification_pb.js +89 -0
  62. package/gen/api/v1/orchestrator_pb.d.ts +1813 -0
  63. package/gen/api/v1/orchestrator_pb.js +353 -0
  64. package/gen/api/v1/pagination_pb.d.ts +92 -0
  65. package/gen/api/v1/pagination_pb.js +33 -0
  66. package/gen/api/v1/permission_pb.d.ts +222 -0
  67. package/gen/api/v1/permission_pb.js +89 -0
  68. package/gen/api/v1/preference_pb.d.ts +109 -0
  69. package/gen/api/v1/preference_pb.js +42 -0
  70. package/gen/api/v1/project_membership_pb.d.ts +321 -0
  71. package/gen/api/v1/project_membership_pb.js +103 -0
  72. package/gen/api/v1/project_pb.d.ts +473 -0
  73. package/gen/api/v1/project_pb.js +145 -0
  74. package/gen/api/v1/reporting_pb.d.ts +1481 -0
  75. package/gen/api/v1/reporting_pb.js +373 -0
  76. package/gen/api/v1/role_pb.d.ts +252 -0
  77. package/gen/api/v1/role_pb.js +101 -0
  78. package/gen/api/v1/subscription_pb.d.ts +307 -0
  79. package/gen/api/v1/subscription_pb.js +89 -0
  80. package/gen/api/v1/swagger_pb.d.ts +11 -0
  81. package/gen/api/v1/swagger_pb.js +13 -0
  82. package/gen/api/v1/task_component_pb.d.ts +242 -0
  83. package/gen/api/v1/task_component_pb.js +89 -0
  84. package/gen/api/v1/task_contributor_pb.d.ts +252 -0
  85. package/gen/api/v1/task_contributor_pb.js +89 -0
  86. package/gen/api/v1/task_doc_page_pb.d.ts +186 -0
  87. package/gen/api/v1/task_doc_page_pb.js +73 -0
  88. package/gen/api/v1/task_document_pb.d.ts +186 -0
  89. package/gen/api/v1/task_document_pb.js +73 -0
  90. package/gen/api/v1/task_label_pb.d.ts +242 -0
  91. package/gen/api/v1/task_label_pb.js +89 -0
  92. package/gen/api/v1/task_pb.d.ts +780 -0
  93. package/gen/api/v1/task_pb.js +173 -0
  94. package/gen/api/v1/task_priority_pb.d.ts +267 -0
  95. package/gen/api/v1/task_priority_pb.js +89 -0
  96. package/gen/api/v1/task_repository_pb.d.ts +242 -0
  97. package/gen/api/v1/task_repository_pb.js +89 -0
  98. package/gen/api/v1/task_type_pb.d.ts +277 -0
  99. package/gen/api/v1/task_type_pb.js +89 -0
  100. package/gen/api/v1/test_run_pb.d.ts +277 -0
  101. package/gen/api/v1/test_run_pb.js +89 -0
  102. package/gen/api/v1/user_pb.d.ts +366 -0
  103. package/gen/api/v1/user_pb.js +117 -0
  104. package/gen/api/v1/vcs_connection_pb.d.ts +964 -0
  105. package/gen/api/v1/vcs_connection_pb.js +228 -0
  106. package/gen/api/v1/vcs_integration_pb.d.ts +479 -0
  107. package/gen/api/v1/vcs_integration_pb.js +125 -0
  108. package/gen/api/v1/vcs_pb.d.ts +36 -0
  109. package/gen/api/v1/vcs_pb.js +24 -0
  110. package/gen/api/v1/view_pb.d.ts +337 -0
  111. package/gen/api/v1/view_pb.js +102 -0
  112. package/gen/google/api/annotations_pb.d.ts +34 -0
  113. package/gen/google/api/annotations_pb.js +36 -0
  114. package/gen/google/api/http_pb.d.ts +477 -0
  115. package/gen/google/api/http_pb.js +47 -0
  116. package/gen/protoc-gen-openapiv2/options/annotations_pb.d.ts +63 -0
  117. package/gen/protoc-gen-openapiv2/options/annotations_pb.js +69 -0
  118. package/gen/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1497 -0
  119. package/gen/protoc-gen-openapiv2/options/openapiv2_pb.js +232 -0
  120. package/gen/validate/validate_pb.d.ts +1953 -0
  121. package/gen/validate/validate_pb.js +223 -0
  122. package/package.json +37 -0
  123. package/src/auth/credentials.ts +65 -0
  124. package/src/auth/login.ts +96 -0
  125. package/src/auth/manager.ts +49 -0
  126. package/src/client/api.ts +91 -0
  127. package/src/index.ts +13 -0
  128. package/src/server.ts +26 -0
  129. package/src/tools/cycles.ts +77 -0
  130. package/src/tools/docs.ts +148 -0
  131. package/src/tools/projects.ts +40 -0
  132. package/src/tools/repositories.ts +41 -0
  133. package/src/tools/task-metadata.ts +96 -0
  134. package/src/tools/tasks.ts +228 -0
  135. package/src/tools/user.ts +33 -0
  136. package/src/utils/format.ts +141 -0
@@ -0,0 +1,473 @@
1
+ // @generated by protoc-gen-es v2.2.3
2
+ // @generated from file api/v1/project.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 { Project } from "./models_pb";
10
+ import type { EmptySchema } from "@bufbuild/protobuf/wkt";
11
+
12
+ /**
13
+ * Describes the file api/v1/project.proto.
14
+ */
15
+ export declare const file_api_v1_project: GenFile;
16
+
17
+ /**
18
+ * Request definitions
19
+ *
20
+ * @generated from message api.v1.AddProjectRequest
21
+ */
22
+ export declare type AddProjectRequest = Message<"api.v1.AddProjectRequest"> & {
23
+ /**
24
+ * @generated from field: string name = 1;
25
+ */
26
+ name: string;
27
+
28
+ /**
29
+ * @generated from field: string slug = 2;
30
+ */
31
+ slug: string;
32
+
33
+ /**
34
+ * @generated from field: optional string description = 3;
35
+ */
36
+ description?: string;
37
+
38
+ /**
39
+ * @generated from field: bool is_active = 4;
40
+ */
41
+ isActive: boolean;
42
+
43
+ /**
44
+ * @generated from field: optional string settings_json = 5;
45
+ */
46
+ settingsJson?: string;
47
+
48
+ /**
49
+ * @generated from field: uint32 company_id = 6;
50
+ */
51
+ companyId: number;
52
+
53
+ /**
54
+ * @generated from field: string short_name = 7;
55
+ */
56
+ shortName: string;
57
+ };
58
+
59
+ /**
60
+ * Describes the message api.v1.AddProjectRequest.
61
+ * Use `create(AddProjectRequestSchema)` to create a new message.
62
+ */
63
+ export declare const AddProjectRequestSchema: GenMessage<AddProjectRequest>;
64
+
65
+ /**
66
+ * @generated from message api.v1.EditProjectRequest
67
+ */
68
+ export declare type EditProjectRequest = Message<"api.v1.EditProjectRequest"> & {
69
+ /**
70
+ * @generated from field: uint32 id = 1;
71
+ */
72
+ id: number;
73
+
74
+ /**
75
+ * @generated from field: string name = 2;
76
+ */
77
+ name: string;
78
+
79
+ /**
80
+ * @generated from field: string slug = 3;
81
+ */
82
+ slug: string;
83
+
84
+ /**
85
+ * @generated from field: optional string description = 4;
86
+ */
87
+ description?: string;
88
+
89
+ /**
90
+ * @generated from field: bool is_active = 5;
91
+ */
92
+ isActive: boolean;
93
+
94
+ /**
95
+ * @generated from field: optional string settings_json = 6;
96
+ */
97
+ settingsJson?: string;
98
+
99
+ /**
100
+ * @generated from field: uint32 company_id = 7;
101
+ */
102
+ companyId: number;
103
+
104
+ /**
105
+ * @generated from field: string short_name = 8;
106
+ */
107
+ shortName: string;
108
+ };
109
+
110
+ /**
111
+ * Describes the message api.v1.EditProjectRequest.
112
+ * Use `create(EditProjectRequestSchema)` to create a new message.
113
+ */
114
+ export declare const EditProjectRequestSchema: GenMessage<EditProjectRequest>;
115
+
116
+ /**
117
+ * @generated from message api.v1.GetProjectRequest
118
+ */
119
+ export declare type GetProjectRequest = Message<"api.v1.GetProjectRequest"> & {
120
+ /**
121
+ * @generated from field: uint32 id = 1;
122
+ */
123
+ id: number;
124
+ };
125
+
126
+ /**
127
+ * Describes the message api.v1.GetProjectRequest.
128
+ * Use `create(GetProjectRequestSchema)` to create a new message.
129
+ */
130
+ export declare const GetProjectRequestSchema: GenMessage<GetProjectRequest>;
131
+
132
+ /**
133
+ * @generated from message api.v1.GetProjectByUUIDRequest
134
+ */
135
+ export declare type GetProjectByUUIDRequest = Message<"api.v1.GetProjectByUUIDRequest"> & {
136
+ /**
137
+ * @generated from field: string uuid = 1;
138
+ */
139
+ uuid: string;
140
+ };
141
+
142
+ /**
143
+ * Describes the message api.v1.GetProjectByUUIDRequest.
144
+ * Use `create(GetProjectByUUIDRequestSchema)` to create a new message.
145
+ */
146
+ export declare const GetProjectByUUIDRequestSchema: GenMessage<GetProjectByUUIDRequest>;
147
+
148
+ /**
149
+ * @generated from message api.v1.GetProjectsRequest
150
+ */
151
+ export declare type GetProjectsRequest = Message<"api.v1.GetProjectsRequest"> & {
152
+ /**
153
+ * @generated from field: api.v1.Pagination pagination = 1;
154
+ */
155
+ pagination?: Pagination;
156
+
157
+ /**
158
+ * @generated from field: api.v1.FilterOptions filter_options = 2;
159
+ */
160
+ filterOptions?: FilterOptions;
161
+ };
162
+
163
+ /**
164
+ * Describes the message api.v1.GetProjectsRequest.
165
+ * Use `create(GetProjectsRequestSchema)` to create a new message.
166
+ */
167
+ export declare const GetProjectsRequestSchema: GenMessage<GetProjectsRequest>;
168
+
169
+ /**
170
+ * @generated from message api.v1.DeleteProjectRequest
171
+ */
172
+ export declare type DeleteProjectRequest = Message<"api.v1.DeleteProjectRequest"> & {
173
+ /**
174
+ * @generated from field: uint32 id = 1;
175
+ */
176
+ id: number;
177
+ };
178
+
179
+ /**
180
+ * Describes the message api.v1.DeleteProjectRequest.
181
+ * Use `create(DeleteProjectRequestSchema)` to create a new message.
182
+ */
183
+ export declare const DeleteProjectRequestSchema: GenMessage<DeleteProjectRequest>;
184
+
185
+ /**
186
+ * Response definitions
187
+ *
188
+ * @generated from message api.v1.GetProjectsResponse
189
+ */
190
+ export declare type GetProjectsResponse = Message<"api.v1.GetProjectsResponse"> & {
191
+ /**
192
+ * @generated from field: repeated api.v1.Project projects = 1;
193
+ */
194
+ projects: Project[];
195
+
196
+ /**
197
+ * @generated from field: api.v1.Pagination pagination = 2;
198
+ */
199
+ pagination?: Pagination;
200
+ };
201
+
202
+ /**
203
+ * Describes the message api.v1.GetProjectsResponse.
204
+ * Use `create(GetProjectsResponseSchema)` to create a new message.
205
+ */
206
+ export declare const GetProjectsResponseSchema: GenMessage<GetProjectsResponse>;
207
+
208
+ /**
209
+ * @generated from message api.v1.AddProjectResponse
210
+ */
211
+ export declare type AddProjectResponse = Message<"api.v1.AddProjectResponse"> & {
212
+ /**
213
+ * @generated from field: api.v1.Project project = 1;
214
+ */
215
+ project?: Project;
216
+ };
217
+
218
+ /**
219
+ * Describes the message api.v1.AddProjectResponse.
220
+ * Use `create(AddProjectResponseSchema)` to create a new message.
221
+ */
222
+ export declare const AddProjectResponseSchema: GenMessage<AddProjectResponse>;
223
+
224
+ /**
225
+ * @generated from message api.v1.EditProjectResponse
226
+ */
227
+ export declare type EditProjectResponse = Message<"api.v1.EditProjectResponse"> & {
228
+ /**
229
+ * @generated from field: api.v1.Project project = 1;
230
+ */
231
+ project?: Project;
232
+ };
233
+
234
+ /**
235
+ * Describes the message api.v1.EditProjectResponse.
236
+ * Use `create(EditProjectResponseSchema)` to create a new message.
237
+ */
238
+ export declare const EditProjectResponseSchema: GenMessage<EditProjectResponse>;
239
+
240
+ /**
241
+ * @generated from message api.v1.GetProjectResponse
242
+ */
243
+ export declare type GetProjectResponse = Message<"api.v1.GetProjectResponse"> & {
244
+ /**
245
+ * @generated from field: api.v1.Project project = 1;
246
+ */
247
+ project?: Project;
248
+ };
249
+
250
+ /**
251
+ * Describes the message api.v1.GetProjectResponse.
252
+ * Use `create(GetProjectResponseSchema)` to create a new message.
253
+ */
254
+ export declare const GetProjectResponseSchema: GenMessage<GetProjectResponse>;
255
+
256
+ /**
257
+ * @generated from message api.v1.ShareProjectRequest
258
+ */
259
+ export declare type ShareProjectRequest = Message<"api.v1.ShareProjectRequest"> & {
260
+ /**
261
+ * @generated from field: uint32 project_id = 1;
262
+ */
263
+ projectId: number;
264
+
265
+ /**
266
+ * @generated from field: string email = 2;
267
+ */
268
+ email: string;
269
+ };
270
+
271
+ /**
272
+ * Describes the message api.v1.ShareProjectRequest.
273
+ * Use `create(ShareProjectRequestSchema)` to create a new message.
274
+ */
275
+ export declare const ShareProjectRequestSchema: GenMessage<ShareProjectRequest>;
276
+
277
+ /**
278
+ * @generated from message api.v1.ShareProjectResponse
279
+ */
280
+ export declare type ShareProjectResponse = Message<"api.v1.ShareProjectResponse"> & {
281
+ /**
282
+ * @generated from field: bool success = 1;
283
+ */
284
+ success: boolean;
285
+ };
286
+
287
+ /**
288
+ * Describes the message api.v1.ShareProjectResponse.
289
+ * Use `create(ShareProjectResponseSchema)` to create a new message.
290
+ */
291
+ export declare const ShareProjectResponseSchema: GenMessage<ShareProjectResponse>;
292
+
293
+ /**
294
+ * @generated from message api.v1.AcceptShareRequest
295
+ */
296
+ export declare type AcceptShareRequest = Message<"api.v1.AcceptShareRequest"> & {
297
+ /**
298
+ * @generated from field: uint32 share_id = 1;
299
+ */
300
+ shareId: number;
301
+ };
302
+
303
+ /**
304
+ * Describes the message api.v1.AcceptShareRequest.
305
+ * Use `create(AcceptShareRequestSchema)` to create a new message.
306
+ */
307
+ export declare const AcceptShareRequestSchema: GenMessage<AcceptShareRequest>;
308
+
309
+ /**
310
+ * @generated from message api.v1.AcceptShareResponse
311
+ */
312
+ export declare type AcceptShareResponse = Message<"api.v1.AcceptShareResponse"> & {
313
+ /**
314
+ * @generated from field: bool success = 1;
315
+ */
316
+ success: boolean;
317
+ };
318
+
319
+ /**
320
+ * Describes the message api.v1.AcceptShareResponse.
321
+ * Use `create(AcceptShareResponseSchema)` to create a new message.
322
+ */
323
+ export declare const AcceptShareResponseSchema: GenMessage<AcceptShareResponse>;
324
+
325
+ /**
326
+ * @generated from message api.v1.GetPendingInvitesRequest
327
+ */
328
+ export declare type GetPendingInvitesRequest = Message<"api.v1.GetPendingInvitesRequest"> & {
329
+ };
330
+
331
+ /**
332
+ * Describes the message api.v1.GetPendingInvitesRequest.
333
+ * Use `create(GetPendingInvitesRequestSchema)` to create a new message.
334
+ */
335
+ export declare const GetPendingInvitesRequestSchema: GenMessage<GetPendingInvitesRequest>;
336
+
337
+ /**
338
+ * @generated from message api.v1.GetPendingInvitesResponse
339
+ */
340
+ export declare type GetPendingInvitesResponse = Message<"api.v1.GetPendingInvitesResponse"> & {
341
+ /**
342
+ * @generated from field: repeated api.v1.ProjectShare shares = 1;
343
+ */
344
+ shares: ProjectShare[];
345
+ };
346
+
347
+ /**
348
+ * Describes the message api.v1.GetPendingInvitesResponse.
349
+ * Use `create(GetPendingInvitesResponseSchema)` to create a new message.
350
+ */
351
+ export declare const GetPendingInvitesResponseSchema: GenMessage<GetPendingInvitesResponse>;
352
+
353
+ /**
354
+ * @generated from message api.v1.ProjectShare
355
+ */
356
+ export declare type ProjectShare = Message<"api.v1.ProjectShare"> & {
357
+ /**
358
+ * @generated from field: uint32 id = 1;
359
+ */
360
+ id: number;
361
+
362
+ /**
363
+ * @generated from field: uint32 project_id = 2;
364
+ */
365
+ projectId: number;
366
+
367
+ /**
368
+ * @generated from field: api.v1.Project project = 3;
369
+ */
370
+ project?: Project;
371
+
372
+ /**
373
+ * @generated from field: string invite_email = 4;
374
+ */
375
+ inviteEmail: string;
376
+
377
+ /**
378
+ * @generated from field: string status = 5;
379
+ */
380
+ status: string;
381
+
382
+ /**
383
+ * @generated from field: uint32 target_company_id = 6;
384
+ */
385
+ targetCompanyId: number;
386
+ };
387
+
388
+ /**
389
+ * Describes the message api.v1.ProjectShare.
390
+ * Use `create(ProjectShareSchema)` to create a new message.
391
+ */
392
+ export declare const ProjectShareSchema: GenMessage<ProjectShare>;
393
+
394
+ /**
395
+ * Service definition
396
+ *
397
+ * @generated from service api.v1.ProjectService
398
+ */
399
+ export declare const ProjectService: GenService<{
400
+ /**
401
+ * @generated from rpc api.v1.ProjectService.AddProject
402
+ */
403
+ addProject: {
404
+ methodKind: "unary";
405
+ input: typeof AddProjectRequestSchema;
406
+ output: typeof AddProjectResponseSchema;
407
+ },
408
+ /**
409
+ * @generated from rpc api.v1.ProjectService.EditProject
410
+ */
411
+ editProject: {
412
+ methodKind: "unary";
413
+ input: typeof EditProjectRequestSchema;
414
+ output: typeof EditProjectResponseSchema;
415
+ },
416
+ /**
417
+ * @generated from rpc api.v1.ProjectService.GetProject
418
+ */
419
+ getProject: {
420
+ methodKind: "unary";
421
+ input: typeof GetProjectRequestSchema;
422
+ output: typeof GetProjectResponseSchema;
423
+ },
424
+ /**
425
+ * @generated from rpc api.v1.ProjectService.GetProjectByUUID
426
+ */
427
+ getProjectByUUID: {
428
+ methodKind: "unary";
429
+ input: typeof GetProjectByUUIDRequestSchema;
430
+ output: typeof GetProjectResponseSchema;
431
+ },
432
+ /**
433
+ * @generated from rpc api.v1.ProjectService.GetProjects
434
+ */
435
+ getProjects: {
436
+ methodKind: "unary";
437
+ input: typeof GetProjectsRequestSchema;
438
+ output: typeof GetProjectsResponseSchema;
439
+ },
440
+ /**
441
+ * @generated from rpc api.v1.ProjectService.DeleteProject
442
+ */
443
+ deleteProject: {
444
+ methodKind: "unary";
445
+ input: typeof DeleteProjectRequestSchema;
446
+ output: typeof EmptySchema;
447
+ },
448
+ /**
449
+ * @generated from rpc api.v1.ProjectService.ShareProject
450
+ */
451
+ shareProject: {
452
+ methodKind: "unary";
453
+ input: typeof ShareProjectRequestSchema;
454
+ output: typeof ShareProjectResponseSchema;
455
+ },
456
+ /**
457
+ * @generated from rpc api.v1.ProjectService.AcceptShare
458
+ */
459
+ acceptShare: {
460
+ methodKind: "unary";
461
+ input: typeof AcceptShareRequestSchema;
462
+ output: typeof AcceptShareResponseSchema;
463
+ },
464
+ /**
465
+ * @generated from rpc api.v1.ProjectService.GetPendingInvites
466
+ */
467
+ getPendingInvites: {
468
+ methodKind: "unary";
469
+ input: typeof GetPendingInvitesRequestSchema;
470
+ output: typeof GetPendingInvitesResponseSchema;
471
+ },
472
+ }>;
473
+
@@ -0,0 +1,145 @@
1
+ // @generated by protoc-gen-es v2.2.3
2
+ // @generated from file api/v1/project.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/project.proto.
15
+ */
16
+ export const file_api_v1_project = /*@__PURE__*/
17
+ fileDesc("ChRhcGkvdjEvcHJvamVjdC5wcm90bxIGYXBpLnYxIu0BChFBZGRQcm9qZWN0UmVxdWVzdBIXCgRuYW1lGAEgASgJQgn6QgZyBBABGGQSFwoEc2x1ZxgCIAEoCUIJ+kIGcgQQARgyEhgKC2Rlc2NyaXB0aW9uGAMgASgJSACIAQESEQoJaXNfYWN0aXZlGAQgASgIEhoKDXNldHRpbmdzX2pzb24YBSABKAlIAYgBARISCgpjb21wYW55X2lkGAYgASgNEicKCnNob3J0X25hbWUYByABKAlCE/pCEHIOEAEYBDIIXltBLVpdKyRCDgoMX2Rlc2NyaXB0aW9uQhAKDl9zZXR0aW5nc19qc29uIoMCChJFZGl0UHJvamVjdFJlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAESFwoEbmFtZRgCIAEoCUIJ+kIGcgQQARhkEhcKBHNsdWcYAyABKAlCCfpCBnIEEAEYMhIYCgtkZXNjcmlwdGlvbhgEIAEoCUgAiAEBEhEKCWlzX2FjdGl2ZRgFIAEoCBIaCg1zZXR0aW5nc19qc29uGAYgASgJSAGIAQESEgoKY29tcGFueV9pZBgHIAEoDRInCgpzaG9ydF9uYW1lGAggASgJQhP6QhByDhABGAQyCF5bQS1aXSskQg4KDF9kZXNjcmlwdGlvbkIQCg5fc2V0dGluZ3NfanNvbiIfChFHZXRQcm9qZWN0UmVxdWVzdBIKCgJpZBgBIAEoDSIxChdHZXRQcm9qZWN0QnlVVUlEUmVxdWVzdBIWCgR1dWlkGAEgASgJQgj6QgVyA7ABASJ1ChJHZXRQcm9qZWN0c1JlcXVlc3QSMAoKcGFnaW5hdGlvbhgBIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uQgj6QgWKAQIQARItCg5maWx0ZXJfb3B0aW9ucxgCIAEoCzIVLmFwaS52MS5GaWx0ZXJPcHRpb25zIiIKFERlbGV0ZVByb2plY3RSZXF1ZXN0EgoKAmlkGAEgASgNImAKE0dldFByb2plY3RzUmVzcG9uc2USIQoIcHJvamVjdHMYASADKAsyDy5hcGkudjEuUHJvamVjdBImCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb24iNgoSQWRkUHJvamVjdFJlc3BvbnNlEiAKB3Byb2plY3QYASABKAsyDy5hcGkudjEuUHJvamVjdCI3ChNFZGl0UHJvamVjdFJlc3BvbnNlEiAKB3Byb2plY3QYASABKAsyDy5hcGkudjEuUHJvamVjdCI2ChJHZXRQcm9qZWN0UmVzcG9uc2USIAoHcHJvamVjdBgBIAEoCzIPLmFwaS52MS5Qcm9qZWN0IkoKE1NoYXJlUHJvamVjdFJlcXVlc3QSGwoKcHJvamVjdF9pZBgBIAEoDUIH+kIEKgIoARIWCgVlbWFpbBgCIAEoCUIH+kIEcgJgASInChRTaGFyZVByb2plY3RSZXNwb25zZRIPCgdzdWNjZXNzGAEgASgIIi8KEkFjY2VwdFNoYXJlUmVxdWVzdBIZCghzaGFyZV9pZBgBIAEoDUIH+kIEKgIoASImChNBY2NlcHRTaGFyZVJlc3BvbnNlEg8KB3N1Y2Nlc3MYASABKAgiGgoYR2V0UGVuZGluZ0ludml0ZXNSZXF1ZXN0IkEKGUdldFBlbmRpbmdJbnZpdGVzUmVzcG9uc2USJAoGc2hhcmVzGAEgAygLMhQuYXBpLnYxLlByb2plY3RTaGFyZSKRAQoMUHJvamVjdFNoYXJlEgoKAmlkGAEgASgNEhIKCnByb2plY3RfaWQYAiABKA0SIAoHcHJvamVjdBgDIAEoCzIPLmFwaS52MS5Qcm9qZWN0EhQKDGludml0ZV9lbWFpbBgEIAEoCRIOCgZzdGF0dXMYBSABKAkSGQoRdGFyZ2V0X2NvbXBhbnlfaWQYBiABKA0y7QcKDlByb2plY3RTZXJ2aWNlEmAKCkFkZFByb2plY3QSGS5hcGkudjEuQWRkUHJvamVjdFJlcXVlc3QaGi5hcGkudjEuQWRkUHJvamVjdFJlc3BvbnNlIhuC0+STAhU6ASoiEC9hcGkvdjEvcHJvamVjdHMSaAoLRWRpdFByb2plY3QSGi5hcGkudjEuRWRpdFByb2plY3RSZXF1ZXN0GhsuYXBpLnYxLkVkaXRQcm9qZWN0UmVzcG9uc2UiIILT5JMCGjoBKhoVL2FwaS92MS9wcm9qZWN0cy97aWR9EmIKCkdldFByb2plY3QSGS5hcGkudjEuR2V0UHJvamVjdFJlcXVlc3QaGi5hcGkudjEuR2V0UHJvamVjdFJlc3BvbnNlIh2C0+STAhcSFS9hcGkvdjEvcHJvamVjdHMve2lkfRJ1ChBHZXRQcm9qZWN0QnlVVUlEEh8uYXBpLnYxLkdldFByb2plY3RCeVVVSURSZXF1ZXN0GhouYXBpLnYxLkdldFByb2plY3RSZXNwb25zZSIkgtPkkwIeEhwvYXBpL3YxL3Byb2plY3RzL3V1aWQve3V1aWR9EmAKC0dldFByb2plY3RzEhouYXBpLnYxLkdldFByb2plY3RzUmVxdWVzdBobLmFwaS52MS5HZXRQcm9qZWN0c1Jlc3BvbnNlIhiC0+STAhISEC9hcGkvdjEvcHJvamVjdHMSZAoNRGVsZXRlUHJvamVjdBIcLmFwaS52MS5EZWxldGVQcm9qZWN0UmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIdgtPkkwIXKhUvYXBpL3YxL3Byb2plY3RzL3tpZH0SbAoMU2hhcmVQcm9qZWN0EhsuYXBpLnYxLlNoYXJlUHJvamVjdFJlcXVlc3QaHC5hcGkudjEuU2hhcmVQcm9qZWN0UmVzcG9uc2UiIYLT5JMCGzoBKiIWL2FwaS92MS9wcm9qZWN0cy9zaGFyZRJ7CgtBY2NlcHRTaGFyZRIaLmFwaS52MS5BY2NlcHRTaGFyZVJlcXVlc3QaGy5hcGkudjEuQWNjZXB0U2hhcmVSZXNwb25zZSIzgtPkkwItOgEqIigvYXBpL3YxL3Byb2plY3RzL3NoYXJlL3tzaGFyZV9pZH0vYWNjZXB0EoABChFHZXRQZW5kaW5nSW52aXRlcxIgLmFwaS52MS5HZXRQZW5kaW5nSW52aXRlc1JlcXVlc3QaIS5hcGkudjEuR2V0UGVuZGluZ0ludml0ZXNSZXNwb25zZSImgtPkkwIgEh4vYXBpL3YxL3Byb2plY3RzL3NoYXJlL3BlbmRpbmdCcQoKY29tLmFwaS52MUIMUHJvamVjdFByb3RvUAFaHG9wc2VlL2JhY2tlbmQvZ2VuL2FwaS92MTtnZW6iAgNBWFiqAgZBcGkuVjHKAgZBcGlcVjHiAhJBcGlcVjFcR1BCTWV0YWRhdGHqAgdBcGk6OlYxYgZwcm90bzM", [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.AddProjectRequest.
21
+ * Use `create(AddProjectRequestSchema)` to create a new message.
22
+ */
23
+ export const AddProjectRequestSchema = /*@__PURE__*/
24
+ messageDesc(file_api_v1_project, 0);
25
+
26
+ /**
27
+ * Describes the message api.v1.EditProjectRequest.
28
+ * Use `create(EditProjectRequestSchema)` to create a new message.
29
+ */
30
+ export const EditProjectRequestSchema = /*@__PURE__*/
31
+ messageDesc(file_api_v1_project, 1);
32
+
33
+ /**
34
+ * Describes the message api.v1.GetProjectRequest.
35
+ * Use `create(GetProjectRequestSchema)` to create a new message.
36
+ */
37
+ export const GetProjectRequestSchema = /*@__PURE__*/
38
+ messageDesc(file_api_v1_project, 2);
39
+
40
+ /**
41
+ * Describes the message api.v1.GetProjectByUUIDRequest.
42
+ * Use `create(GetProjectByUUIDRequestSchema)` to create a new message.
43
+ */
44
+ export const GetProjectByUUIDRequestSchema = /*@__PURE__*/
45
+ messageDesc(file_api_v1_project, 3);
46
+
47
+ /**
48
+ * Describes the message api.v1.GetProjectsRequest.
49
+ * Use `create(GetProjectsRequestSchema)` to create a new message.
50
+ */
51
+ export const GetProjectsRequestSchema = /*@__PURE__*/
52
+ messageDesc(file_api_v1_project, 4);
53
+
54
+ /**
55
+ * Describes the message api.v1.DeleteProjectRequest.
56
+ * Use `create(DeleteProjectRequestSchema)` to create a new message.
57
+ */
58
+ export const DeleteProjectRequestSchema = /*@__PURE__*/
59
+ messageDesc(file_api_v1_project, 5);
60
+
61
+ /**
62
+ * Describes the message api.v1.GetProjectsResponse.
63
+ * Use `create(GetProjectsResponseSchema)` to create a new message.
64
+ */
65
+ export const GetProjectsResponseSchema = /*@__PURE__*/
66
+ messageDesc(file_api_v1_project, 6);
67
+
68
+ /**
69
+ * Describes the message api.v1.AddProjectResponse.
70
+ * Use `create(AddProjectResponseSchema)` to create a new message.
71
+ */
72
+ export const AddProjectResponseSchema = /*@__PURE__*/
73
+ messageDesc(file_api_v1_project, 7);
74
+
75
+ /**
76
+ * Describes the message api.v1.EditProjectResponse.
77
+ * Use `create(EditProjectResponseSchema)` to create a new message.
78
+ */
79
+ export const EditProjectResponseSchema = /*@__PURE__*/
80
+ messageDesc(file_api_v1_project, 8);
81
+
82
+ /**
83
+ * Describes the message api.v1.GetProjectResponse.
84
+ * Use `create(GetProjectResponseSchema)` to create a new message.
85
+ */
86
+ export const GetProjectResponseSchema = /*@__PURE__*/
87
+ messageDesc(file_api_v1_project, 9);
88
+
89
+ /**
90
+ * Describes the message api.v1.ShareProjectRequest.
91
+ * Use `create(ShareProjectRequestSchema)` to create a new message.
92
+ */
93
+ export const ShareProjectRequestSchema = /*@__PURE__*/
94
+ messageDesc(file_api_v1_project, 10);
95
+
96
+ /**
97
+ * Describes the message api.v1.ShareProjectResponse.
98
+ * Use `create(ShareProjectResponseSchema)` to create a new message.
99
+ */
100
+ export const ShareProjectResponseSchema = /*@__PURE__*/
101
+ messageDesc(file_api_v1_project, 11);
102
+
103
+ /**
104
+ * Describes the message api.v1.AcceptShareRequest.
105
+ * Use `create(AcceptShareRequestSchema)` to create a new message.
106
+ */
107
+ export const AcceptShareRequestSchema = /*@__PURE__*/
108
+ messageDesc(file_api_v1_project, 12);
109
+
110
+ /**
111
+ * Describes the message api.v1.AcceptShareResponse.
112
+ * Use `create(AcceptShareResponseSchema)` to create a new message.
113
+ */
114
+ export const AcceptShareResponseSchema = /*@__PURE__*/
115
+ messageDesc(file_api_v1_project, 13);
116
+
117
+ /**
118
+ * Describes the message api.v1.GetPendingInvitesRequest.
119
+ * Use `create(GetPendingInvitesRequestSchema)` to create a new message.
120
+ */
121
+ export const GetPendingInvitesRequestSchema = /*@__PURE__*/
122
+ messageDesc(file_api_v1_project, 14);
123
+
124
+ /**
125
+ * Describes the message api.v1.GetPendingInvitesResponse.
126
+ * Use `create(GetPendingInvitesResponseSchema)` to create a new message.
127
+ */
128
+ export const GetPendingInvitesResponseSchema = /*@__PURE__*/
129
+ messageDesc(file_api_v1_project, 15);
130
+
131
+ /**
132
+ * Describes the message api.v1.ProjectShare.
133
+ * Use `create(ProjectShareSchema)` to create a new message.
134
+ */
135
+ export const ProjectShareSchema = /*@__PURE__*/
136
+ messageDesc(file_api_v1_project, 16);
137
+
138
+ /**
139
+ * Service definition
140
+ *
141
+ * @generated from service api.v1.ProjectService
142
+ */
143
+ export const ProjectService = /*@__PURE__*/
144
+ serviceDesc(file_api_v1_project, 0);
145
+