@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,337 @@
1
+ // @generated by protoc-gen-es v2.2.3
2
+ // @generated from file api/v1/view.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 { User } from "./models_pb";
8
+
9
+ /**
10
+ * Describes the file api/v1/view.proto.
11
+ */
12
+ export declare const file_api_v1_view: GenFile;
13
+
14
+ /**
15
+ * Request definitions
16
+ *
17
+ * @generated from message api.v1.AddViewRequest
18
+ */
19
+ export declare type AddViewRequest = Message<"api.v1.AddViewRequest"> & {
20
+ /**
21
+ * @generated from field: string name = 1;
22
+ */
23
+ name: string;
24
+
25
+ /**
26
+ * @generated from field: optional string description = 2;
27
+ */
28
+ description?: string;
29
+
30
+ /**
31
+ * @generated from field: uint32 project_id = 3;
32
+ */
33
+ projectId: number;
34
+
35
+ /**
36
+ * @generated from field: string filter_json = 4;
37
+ */
38
+ filterJson: string;
39
+
40
+ /**
41
+ * @generated from field: string display_json = 5;
42
+ */
43
+ displayJson: string;
44
+
45
+ /**
46
+ * @generated from field: bool is_shared = 6;
47
+ */
48
+ isShared: boolean;
49
+ };
50
+
51
+ /**
52
+ * Describes the message api.v1.AddViewRequest.
53
+ * Use `create(AddViewRequestSchema)` to create a new message.
54
+ */
55
+ export declare const AddViewRequestSchema: GenMessage<AddViewRequest>;
56
+
57
+ /**
58
+ * @generated from message api.v1.UpdateViewRequest
59
+ */
60
+ export declare type UpdateViewRequest = Message<"api.v1.UpdateViewRequest"> & {
61
+ /**
62
+ * @generated from field: uint32 id = 1;
63
+ */
64
+ id: number;
65
+
66
+ /**
67
+ * @generated from field: string name = 2;
68
+ */
69
+ name: string;
70
+
71
+ /**
72
+ * @generated from field: optional string description = 3;
73
+ */
74
+ description?: string;
75
+
76
+ /**
77
+ * @generated from field: string filter_json = 4;
78
+ */
79
+ filterJson: string;
80
+
81
+ /**
82
+ * @generated from field: string display_json = 5;
83
+ */
84
+ displayJson: string;
85
+
86
+ /**
87
+ * @generated from field: bool is_shared = 6;
88
+ */
89
+ isShared: boolean;
90
+ };
91
+
92
+ /**
93
+ * Describes the message api.v1.UpdateViewRequest.
94
+ * Use `create(UpdateViewRequestSchema)` to create a new message.
95
+ */
96
+ export declare const UpdateViewRequestSchema: GenMessage<UpdateViewRequest>;
97
+
98
+ /**
99
+ * @generated from message api.v1.DeleteViewRequest
100
+ */
101
+ export declare type DeleteViewRequest = Message<"api.v1.DeleteViewRequest"> & {
102
+ /**
103
+ * @generated from field: uint32 id = 1;
104
+ */
105
+ id: number;
106
+ };
107
+
108
+ /**
109
+ * Describes the message api.v1.DeleteViewRequest.
110
+ * Use `create(DeleteViewRequestSchema)` to create a new message.
111
+ */
112
+ export declare const DeleteViewRequestSchema: GenMessage<DeleteViewRequest>;
113
+
114
+ /**
115
+ * @generated from message api.v1.GetProjectViewsRequest
116
+ */
117
+ export declare type GetProjectViewsRequest = Message<"api.v1.GetProjectViewsRequest"> & {
118
+ /**
119
+ * @generated from field: uint32 project_id = 1;
120
+ */
121
+ projectId: number;
122
+ };
123
+
124
+ /**
125
+ * Describes the message api.v1.GetProjectViewsRequest.
126
+ * Use `create(GetProjectViewsRequestSchema)` to create a new message.
127
+ */
128
+ export declare const GetProjectViewsRequestSchema: GenMessage<GetProjectViewsRequest>;
129
+
130
+ /**
131
+ * @generated from message api.v1.GetViewRequest
132
+ */
133
+ export declare type GetViewRequest = Message<"api.v1.GetViewRequest"> & {
134
+ /**
135
+ * @generated from field: uint32 id = 1;
136
+ */
137
+ id: number;
138
+ };
139
+
140
+ /**
141
+ * Describes the message api.v1.GetViewRequest.
142
+ * Use `create(GetViewRequestSchema)` to create a new message.
143
+ */
144
+ export declare const GetViewRequestSchema: GenMessage<GetViewRequest>;
145
+
146
+ /**
147
+ * Response definitions
148
+ *
149
+ * @generated from message api.v1.AddViewResponse
150
+ */
151
+ export declare type AddViewResponse = Message<"api.v1.AddViewResponse"> & {
152
+ /**
153
+ * @generated from field: api.v1.View view = 1;
154
+ */
155
+ view?: View;
156
+ };
157
+
158
+ /**
159
+ * Describes the message api.v1.AddViewResponse.
160
+ * Use `create(AddViewResponseSchema)` to create a new message.
161
+ */
162
+ export declare const AddViewResponseSchema: GenMessage<AddViewResponse>;
163
+
164
+ /**
165
+ * @generated from message api.v1.UpdateViewResponse
166
+ */
167
+ export declare type UpdateViewResponse = Message<"api.v1.UpdateViewResponse"> & {
168
+ /**
169
+ * @generated from field: api.v1.View view = 1;
170
+ */
171
+ view?: View;
172
+ };
173
+
174
+ /**
175
+ * Describes the message api.v1.UpdateViewResponse.
176
+ * Use `create(UpdateViewResponseSchema)` to create a new message.
177
+ */
178
+ export declare const UpdateViewResponseSchema: GenMessage<UpdateViewResponse>;
179
+
180
+ /**
181
+ * @generated from message api.v1.DeleteViewResponse
182
+ */
183
+ export declare type DeleteViewResponse = Message<"api.v1.DeleteViewResponse"> & {
184
+ };
185
+
186
+ /**
187
+ * Describes the message api.v1.DeleteViewResponse.
188
+ * Use `create(DeleteViewResponseSchema)` to create a new message.
189
+ */
190
+ export declare const DeleteViewResponseSchema: GenMessage<DeleteViewResponse>;
191
+
192
+ /**
193
+ * @generated from message api.v1.GetProjectViewsResponse
194
+ */
195
+ export declare type GetProjectViewsResponse = Message<"api.v1.GetProjectViewsResponse"> & {
196
+ /**
197
+ * @generated from field: repeated api.v1.View views = 1;
198
+ */
199
+ views: View[];
200
+ };
201
+
202
+ /**
203
+ * Describes the message api.v1.GetProjectViewsResponse.
204
+ * Use `create(GetProjectViewsResponseSchema)` to create a new message.
205
+ */
206
+ export declare const GetProjectViewsResponseSchema: GenMessage<GetProjectViewsResponse>;
207
+
208
+ /**
209
+ * @generated from message api.v1.GetViewResponse
210
+ */
211
+ export declare type GetViewResponse = Message<"api.v1.GetViewResponse"> & {
212
+ /**
213
+ * @generated from field: api.v1.View view = 1;
214
+ */
215
+ view?: View;
216
+ };
217
+
218
+ /**
219
+ * Describes the message api.v1.GetViewResponse.
220
+ * Use `create(GetViewResponseSchema)` to create a new message.
221
+ */
222
+ export declare const GetViewResponseSchema: GenMessage<GetViewResponse>;
223
+
224
+ /**
225
+ * @generated from message api.v1.View
226
+ */
227
+ export declare type View = Message<"api.v1.View"> & {
228
+ /**
229
+ * @generated from field: uint32 id = 1;
230
+ */
231
+ id: number;
232
+
233
+ /**
234
+ * @generated from field: string name = 2;
235
+ */
236
+ name: string;
237
+
238
+ /**
239
+ * @generated from field: optional string description = 3;
240
+ */
241
+ description?: string;
242
+
243
+ /**
244
+ * @generated from field: uint32 project_id = 4;
245
+ */
246
+ projectId: number;
247
+
248
+ /**
249
+ * @generated from field: string filter_json = 5;
250
+ */
251
+ filterJson: string;
252
+
253
+ /**
254
+ * @generated from field: string display_json = 6;
255
+ */
256
+ displayJson: string;
257
+
258
+ /**
259
+ * @generated from field: bool is_shared = 7;
260
+ */
261
+ isShared: boolean;
262
+
263
+ /**
264
+ * @generated from field: uint32 creator_user_id = 8;
265
+ */
266
+ creatorUserId: number;
267
+
268
+ /**
269
+ * @generated from field: api.v1.User creator_user = 9;
270
+ */
271
+ creatorUser?: User;
272
+
273
+ /**
274
+ * @generated from field: string created_at = 10;
275
+ */
276
+ createdAt: string;
277
+
278
+ /**
279
+ * @generated from field: string updated_at = 11;
280
+ */
281
+ updatedAt: string;
282
+ };
283
+
284
+ /**
285
+ * Describes the message api.v1.View.
286
+ * Use `create(ViewSchema)` to create a new message.
287
+ */
288
+ export declare const ViewSchema: GenMessage<View>;
289
+
290
+ /**
291
+ * Service definition
292
+ *
293
+ * @generated from service api.v1.ViewService
294
+ */
295
+ export declare const ViewService: GenService<{
296
+ /**
297
+ * @generated from rpc api.v1.ViewService.AddView
298
+ */
299
+ addView: {
300
+ methodKind: "unary";
301
+ input: typeof AddViewRequestSchema;
302
+ output: typeof AddViewResponseSchema;
303
+ },
304
+ /**
305
+ * @generated from rpc api.v1.ViewService.UpdateView
306
+ */
307
+ updateView: {
308
+ methodKind: "unary";
309
+ input: typeof UpdateViewRequestSchema;
310
+ output: typeof UpdateViewResponseSchema;
311
+ },
312
+ /**
313
+ * @generated from rpc api.v1.ViewService.DeleteView
314
+ */
315
+ deleteView: {
316
+ methodKind: "unary";
317
+ input: typeof DeleteViewRequestSchema;
318
+ output: typeof DeleteViewResponseSchema;
319
+ },
320
+ /**
321
+ * @generated from rpc api.v1.ViewService.GetProjectViews
322
+ */
323
+ getProjectViews: {
324
+ methodKind: "unary";
325
+ input: typeof GetProjectViewsRequestSchema;
326
+ output: typeof GetProjectViewsResponseSchema;
327
+ },
328
+ /**
329
+ * @generated from rpc api.v1.ViewService.GetView
330
+ */
331
+ getView: {
332
+ methodKind: "unary";
333
+ input: typeof GetViewRequestSchema;
334
+ output: typeof GetViewResponseSchema;
335
+ },
336
+ }>;
337
+
@@ -0,0 +1,102 @@
1
+ // @generated by protoc-gen-es v2.2.3
2
+ // @generated from file api/v1/view.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_user } from "./user_pb";
10
+ import { file_api_v1_models } from "./models_pb";
11
+
12
+ /**
13
+ * Describes the file api/v1/view.proto.
14
+ */
15
+ export const file_api_v1_view = /*@__PURE__*/
16
+ fileDesc("ChFhcGkvdjEvdmlldy5wcm90bxIGYXBpLnYxIqwBCg5BZGRWaWV3UmVxdWVzdBIVCgRuYW1lGAEgASgJQgf6QgRyAhABEhgKC2Rlc2NyaXB0aW9uGAIgASgJSACIAQESGwoKcHJvamVjdF9pZBgDIAEoDUIH+kIEKgIoARITCgtmaWx0ZXJfanNvbhgEIAEoCRIUCgxkaXNwbGF5X2pzb24YBSABKAkSEQoJaXNfc2hhcmVkGAYgASgIQg4KDF9kZXNjcmlwdGlvbiKnAQoRVXBkYXRlVmlld1JlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAESFQoEbmFtZRgCIAEoCUIH+kIEcgIQARIYCgtkZXNjcmlwdGlvbhgDIAEoCUgAiAEBEhMKC2ZpbHRlcl9qc29uGAQgASgJEhQKDGRpc3BsYXlfanNvbhgFIAEoCRIRCglpc19zaGFyZWQYBiABKAhCDgoMX2Rlc2NyaXB0aW9uIigKEURlbGV0ZVZpZXdSZXF1ZXN0EhMKAmlkGAEgASgNQgf6QgQqAigBIjUKFkdldFByb2plY3RWaWV3c1JlcXVlc3QSGwoKcHJvamVjdF9pZBgBIAEoDUIH+kIEKgIoASIlCg5HZXRWaWV3UmVxdWVzdBITCgJpZBgBIAEoDUIH+kIEKgIoASItCg9BZGRWaWV3UmVzcG9uc2USGgoEdmlldxgBIAEoCzIMLmFwaS52MS5WaWV3IjAKElVwZGF0ZVZpZXdSZXNwb25zZRIaCgR2aWV3GAEgASgLMgwuYXBpLnYxLlZpZXciFAoSRGVsZXRlVmlld1Jlc3BvbnNlIjYKF0dldFByb2plY3RWaWV3c1Jlc3BvbnNlEhsKBXZpZXdzGAEgAygLMgwuYXBpLnYxLlZpZXciLQoPR2V0Vmlld1Jlc3BvbnNlEhoKBHZpZXcYASABKAsyDC5hcGkudjEuVmlldyKBAgoEVmlldxIKCgJpZBgBIAEoDRIMCgRuYW1lGAIgASgJEhgKC2Rlc2NyaXB0aW9uGAMgASgJSACIAQESEgoKcHJvamVjdF9pZBgEIAEoDRITCgtmaWx0ZXJfanNvbhgFIAEoCRIUCgxkaXNwbGF5X2pzb24YBiABKAkSEQoJaXNfc2hhcmVkGAcgASgIEhcKD2NyZWF0b3JfdXNlcl9pZBgIIAEoDRIiCgxjcmVhdG9yX3VzZXIYCSABKAsyDC5hcGkudjEuVXNlchISCgpjcmVhdGVkX2F0GAogASgJEhIKCnVwZGF0ZWRfYXQYCyABKAlCDgoMX2Rlc2NyaXB0aW9uMpcECgtWaWV3U2VydmljZRJqCgdBZGRWaWV3EhYuYXBpLnYxLkFkZFZpZXdSZXF1ZXN0GhcuYXBpLnYxLkFkZFZpZXdSZXNwb25zZSIugtPkkwIoOgEqIiMvYXBpL3YxL3Byb2plY3RzL3twcm9qZWN0X2lkfS92aWV3cxJiCgpVcGRhdGVWaWV3EhkuYXBpLnYxLlVwZGF0ZVZpZXdSZXF1ZXN0GhouYXBpLnYxLlVwZGF0ZVZpZXdSZXNwb25zZSIdgtPkkwIXOgEqGhIvYXBpL3YxL3ZpZXdzL3tpZH0SXwoKRGVsZXRlVmlldxIZLmFwaS52MS5EZWxldGVWaWV3UmVxdWVzdBoaLmFwaS52MS5EZWxldGVWaWV3UmVzcG9uc2UiGoLT5JMCFCoSL2FwaS92MS92aWV3cy97aWR9En8KD0dldFByb2plY3RWaWV3cxIeLmFwaS52MS5HZXRQcm9qZWN0Vmlld3NSZXF1ZXN0Gh8uYXBpLnYxLkdldFByb2plY3RWaWV3c1Jlc3BvbnNlIiuC0+STAiUSIy9hcGkvdjEvcHJvamVjdHMve3Byb2plY3RfaWR9L3ZpZXdzElYKB0dldFZpZXcSFi5hcGkudjEuR2V0Vmlld1JlcXVlc3QaFy5hcGkudjEuR2V0Vmlld1Jlc3BvbnNlIhqC0+STAhQSEi9hcGkvdjEvdmlld3Mve2lkfUJuCgpjb20uYXBpLnYxQglWaWV3UHJvdG9QAVocb3BzZWUvYmFja2VuZC9nZW4vYXBpL3YxO2dlbqICA0FYWKoCBkFwaS5WMcoCBkFwaVxWMeICEkFwaVxWMVxHUEJNZXRhZGF0YeoCB0FwaTo6VjFiBnByb3RvMw", [file_google_protobuf_empty, file_google_api_annotations, file_validate_validate, file_api_v1_user, file_api_v1_models]);
17
+
18
+ /**
19
+ * Describes the message api.v1.AddViewRequest.
20
+ * Use `create(AddViewRequestSchema)` to create a new message.
21
+ */
22
+ export const AddViewRequestSchema = /*@__PURE__*/
23
+ messageDesc(file_api_v1_view, 0);
24
+
25
+ /**
26
+ * Describes the message api.v1.UpdateViewRequest.
27
+ * Use `create(UpdateViewRequestSchema)` to create a new message.
28
+ */
29
+ export const UpdateViewRequestSchema = /*@__PURE__*/
30
+ messageDesc(file_api_v1_view, 1);
31
+
32
+ /**
33
+ * Describes the message api.v1.DeleteViewRequest.
34
+ * Use `create(DeleteViewRequestSchema)` to create a new message.
35
+ */
36
+ export const DeleteViewRequestSchema = /*@__PURE__*/
37
+ messageDesc(file_api_v1_view, 2);
38
+
39
+ /**
40
+ * Describes the message api.v1.GetProjectViewsRequest.
41
+ * Use `create(GetProjectViewsRequestSchema)` to create a new message.
42
+ */
43
+ export const GetProjectViewsRequestSchema = /*@__PURE__*/
44
+ messageDesc(file_api_v1_view, 3);
45
+
46
+ /**
47
+ * Describes the message api.v1.GetViewRequest.
48
+ * Use `create(GetViewRequestSchema)` to create a new message.
49
+ */
50
+ export const GetViewRequestSchema = /*@__PURE__*/
51
+ messageDesc(file_api_v1_view, 4);
52
+
53
+ /**
54
+ * Describes the message api.v1.AddViewResponse.
55
+ * Use `create(AddViewResponseSchema)` to create a new message.
56
+ */
57
+ export const AddViewResponseSchema = /*@__PURE__*/
58
+ messageDesc(file_api_v1_view, 5);
59
+
60
+ /**
61
+ * Describes the message api.v1.UpdateViewResponse.
62
+ * Use `create(UpdateViewResponseSchema)` to create a new message.
63
+ */
64
+ export const UpdateViewResponseSchema = /*@__PURE__*/
65
+ messageDesc(file_api_v1_view, 6);
66
+
67
+ /**
68
+ * Describes the message api.v1.DeleteViewResponse.
69
+ * Use `create(DeleteViewResponseSchema)` to create a new message.
70
+ */
71
+ export const DeleteViewResponseSchema = /*@__PURE__*/
72
+ messageDesc(file_api_v1_view, 7);
73
+
74
+ /**
75
+ * Describes the message api.v1.GetProjectViewsResponse.
76
+ * Use `create(GetProjectViewsResponseSchema)` to create a new message.
77
+ */
78
+ export const GetProjectViewsResponseSchema = /*@__PURE__*/
79
+ messageDesc(file_api_v1_view, 8);
80
+
81
+ /**
82
+ * Describes the message api.v1.GetViewResponse.
83
+ * Use `create(GetViewResponseSchema)` to create a new message.
84
+ */
85
+ export const GetViewResponseSchema = /*@__PURE__*/
86
+ messageDesc(file_api_v1_view, 9);
87
+
88
+ /**
89
+ * Describes the message api.v1.View.
90
+ * Use `create(ViewSchema)` to create a new message.
91
+ */
92
+ export const ViewSchema = /*@__PURE__*/
93
+ messageDesc(file_api_v1_view, 10);
94
+
95
+ /**
96
+ * Service definition
97
+ *
98
+ * @generated from service api.v1.ViewService
99
+ */
100
+ export const ViewService = /*@__PURE__*/
101
+ serviceDesc(file_api_v1_view, 0);
102
+
@@ -0,0 +1,34 @@
1
+ // Copyright 2015 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
15
+ // @generated by protoc-gen-es v2.2.3
16
+ // @generated from file google/api/annotations.proto (package google.api, syntax proto3)
17
+ /* eslint-disable */
18
+
19
+ import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv1";
20
+ import type { MethodOptions } from "@bufbuild/protobuf/wkt";
21
+ import type { HttpRule } from "./http_pb";
22
+
23
+ /**
24
+ * Describes the file google/api/annotations.proto.
25
+ */
26
+ export declare const file_google_api_annotations: GenFile;
27
+
28
+ /**
29
+ * See `HttpRule`.
30
+ *
31
+ * @generated from extension: google.api.HttpRule http = 72295728;
32
+ */
33
+ export declare const http: GenExtension<MethodOptions, HttpRule>;
34
+
@@ -0,0 +1,36 @@
1
+ // Copyright 2015 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
15
+ // @generated by protoc-gen-es v2.2.3
16
+ // @generated from file google/api/annotations.proto (package google.api, syntax proto3)
17
+ /* eslint-disable */
18
+
19
+ import { extDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
20
+ import { file_google_api_http } from "./http_pb";
21
+ import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
22
+
23
+ /**
24
+ * Describes the file google/api/annotations.proto.
25
+ */
26
+ export const file_google_api_annotations = /*@__PURE__*/
27
+ fileDesc("Chxnb29nbGUvYXBpL2Fubm90YXRpb25zLnByb3RvEgpnb29nbGUuYXBpOksKBGh0dHASHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxiwyrwiIAEoCzIULmdvb2dsZS5hcGkuSHR0cFJ1bGVSBGh0dHBCrgEKDmNvbS5nb29nbGUuYXBpQhBBbm5vdGF0aW9uc1Byb3RvUAFaQWdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvYXBpL2Fubm90YXRpb25zO2Fubm90YXRpb25zogIDR0FYqgIKR29vZ2xlLkFwacoCCkdvb2dsZVxBcGniAhZHb29nbGVcQXBpXEdQQk1ldGFkYXRh6gILR29vZ2xlOjpBcGliBnByb3RvMw", [file_google_api_http, file_google_protobuf_descriptor]);
28
+
29
+ /**
30
+ * See `HttpRule`.
31
+ *
32
+ * @generated from extension: google.api.HttpRule http = 72295728;
33
+ */
34
+ export const http = /*@__PURE__*/
35
+ extDesc(file_google_api_annotations, 0);
36
+