@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,317 @@
1
+ // @generated by protoc-gen-es v2.2.3
2
+ // @generated from file api/v1/notification.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 { Notification } from "./models_pb";
10
+ import type { EmptySchema } from "@bufbuild/protobuf/wkt";
11
+
12
+ /**
13
+ * Describes the file api/v1/notification.proto.
14
+ */
15
+ export declare const file_api_v1_notification: GenFile;
16
+
17
+ /**
18
+ * Request definitions
19
+ *
20
+ * @generated from message api.v1.AddNotificationRequest
21
+ */
22
+ export declare type AddNotificationRequest = Message<"api.v1.AddNotificationRequest"> & {
23
+ /**
24
+ * @generated from field: string title = 1;
25
+ */
26
+ title: string;
27
+
28
+ /**
29
+ * @generated from field: string message = 2;
30
+ */
31
+ message: string;
32
+
33
+ /**
34
+ * @generated from field: string notification_type = 3;
35
+ */
36
+ notificationType: string;
37
+
38
+ /**
39
+ * @generated from field: optional string entity_type = 4;
40
+ */
41
+ entityType?: string;
42
+
43
+ /**
44
+ * @generated from field: optional uint32 entity_id = 5;
45
+ */
46
+ entityId?: number;
47
+
48
+ /**
49
+ * @generated from field: optional string action_url = 6;
50
+ */
51
+ actionUrl?: string;
52
+
53
+ /**
54
+ * @generated from field: bool is_read = 7;
55
+ */
56
+ isRead: boolean;
57
+
58
+ /**
59
+ * @generated from field: bool sent_via_email = 8;
60
+ */
61
+ sentViaEmail: boolean;
62
+
63
+ /**
64
+ * @generated from field: optional string metadata_json = 9;
65
+ */
66
+ metadataJson?: string;
67
+
68
+ /**
69
+ * @generated from field: uint32 user_id = 10;
70
+ */
71
+ userId: number;
72
+ };
73
+
74
+ /**
75
+ * Describes the message api.v1.AddNotificationRequest.
76
+ * Use `create(AddNotificationRequestSchema)` to create a new message.
77
+ */
78
+ export declare const AddNotificationRequestSchema: GenMessage<AddNotificationRequest>;
79
+
80
+ /**
81
+ * @generated from message api.v1.EditNotificationRequest
82
+ */
83
+ export declare type EditNotificationRequest = Message<"api.v1.EditNotificationRequest"> & {
84
+ /**
85
+ * @generated from field: uint32 id = 1;
86
+ */
87
+ id: number;
88
+
89
+ /**
90
+ * @generated from field: string title = 2;
91
+ */
92
+ title: string;
93
+
94
+ /**
95
+ * @generated from field: string message = 3;
96
+ */
97
+ message: string;
98
+
99
+ /**
100
+ * @generated from field: string notification_type = 4;
101
+ */
102
+ notificationType: string;
103
+
104
+ /**
105
+ * @generated from field: optional string entity_type = 5;
106
+ */
107
+ entityType?: string;
108
+
109
+ /**
110
+ * @generated from field: optional uint32 entity_id = 6;
111
+ */
112
+ entityId?: number;
113
+
114
+ /**
115
+ * @generated from field: optional string action_url = 7;
116
+ */
117
+ actionUrl?: string;
118
+
119
+ /**
120
+ * @generated from field: bool is_read = 8;
121
+ */
122
+ isRead: boolean;
123
+
124
+ /**
125
+ * @generated from field: bool sent_via_email = 9;
126
+ */
127
+ sentViaEmail: boolean;
128
+
129
+ /**
130
+ * @generated from field: optional string metadata_json = 10;
131
+ */
132
+ metadataJson?: string;
133
+
134
+ /**
135
+ * @generated from field: uint32 user_id = 11;
136
+ */
137
+ userId: number;
138
+ };
139
+
140
+ /**
141
+ * Describes the message api.v1.EditNotificationRequest.
142
+ * Use `create(EditNotificationRequestSchema)` to create a new message.
143
+ */
144
+ export declare const EditNotificationRequestSchema: GenMessage<EditNotificationRequest>;
145
+
146
+ /**
147
+ * @generated from message api.v1.GetNotificationRequest
148
+ */
149
+ export declare type GetNotificationRequest = Message<"api.v1.GetNotificationRequest"> & {
150
+ /**
151
+ * @generated from field: uint32 id = 1;
152
+ */
153
+ id: number;
154
+ };
155
+
156
+ /**
157
+ * Describes the message api.v1.GetNotificationRequest.
158
+ * Use `create(GetNotificationRequestSchema)` to create a new message.
159
+ */
160
+ export declare const GetNotificationRequestSchema: GenMessage<GetNotificationRequest>;
161
+
162
+ /**
163
+ * @generated from message api.v1.GetNotificationsRequest
164
+ */
165
+ export declare type GetNotificationsRequest = Message<"api.v1.GetNotificationsRequest"> & {
166
+ /**
167
+ * @generated from field: api.v1.Pagination pagination = 1;
168
+ */
169
+ pagination?: Pagination;
170
+
171
+ /**
172
+ * @generated from field: api.v1.FilterOptions filter_options = 2;
173
+ */
174
+ filterOptions?: FilterOptions;
175
+ };
176
+
177
+ /**
178
+ * Describes the message api.v1.GetNotificationsRequest.
179
+ * Use `create(GetNotificationsRequestSchema)` to create a new message.
180
+ */
181
+ export declare const GetNotificationsRequestSchema: GenMessage<GetNotificationsRequest>;
182
+
183
+ /**
184
+ * @generated from message api.v1.DeleteNotificationRequest
185
+ */
186
+ export declare type DeleteNotificationRequest = Message<"api.v1.DeleteNotificationRequest"> & {
187
+ /**
188
+ * @generated from field: uint32 id = 1;
189
+ */
190
+ id: number;
191
+ };
192
+
193
+ /**
194
+ * Describes the message api.v1.DeleteNotificationRequest.
195
+ * Use `create(DeleteNotificationRequestSchema)` to create a new message.
196
+ */
197
+ export declare const DeleteNotificationRequestSchema: GenMessage<DeleteNotificationRequest>;
198
+
199
+ /**
200
+ * Response definitions
201
+ *
202
+ * @generated from message api.v1.GetNotificationsResponse
203
+ */
204
+ export declare type GetNotificationsResponse = Message<"api.v1.GetNotificationsResponse"> & {
205
+ /**
206
+ * @generated from field: repeated api.v1.Notification notifications = 1;
207
+ */
208
+ notifications: Notification[];
209
+
210
+ /**
211
+ * @generated from field: api.v1.Pagination pagination = 2;
212
+ */
213
+ pagination?: Pagination;
214
+ };
215
+
216
+ /**
217
+ * Describes the message api.v1.GetNotificationsResponse.
218
+ * Use `create(GetNotificationsResponseSchema)` to create a new message.
219
+ */
220
+ export declare const GetNotificationsResponseSchema: GenMessage<GetNotificationsResponse>;
221
+
222
+ /**
223
+ * @generated from message api.v1.AddNotificationResponse
224
+ */
225
+ export declare type AddNotificationResponse = Message<"api.v1.AddNotificationResponse"> & {
226
+ /**
227
+ * @generated from field: api.v1.Notification notification = 1;
228
+ */
229
+ notification?: Notification;
230
+ };
231
+
232
+ /**
233
+ * Describes the message api.v1.AddNotificationResponse.
234
+ * Use `create(AddNotificationResponseSchema)` to create a new message.
235
+ */
236
+ export declare const AddNotificationResponseSchema: GenMessage<AddNotificationResponse>;
237
+
238
+ /**
239
+ * @generated from message api.v1.EditNotificationResponse
240
+ */
241
+ export declare type EditNotificationResponse = Message<"api.v1.EditNotificationResponse"> & {
242
+ /**
243
+ * @generated from field: api.v1.Notification notification = 1;
244
+ */
245
+ notification?: Notification;
246
+ };
247
+
248
+ /**
249
+ * Describes the message api.v1.EditNotificationResponse.
250
+ * Use `create(EditNotificationResponseSchema)` to create a new message.
251
+ */
252
+ export declare const EditNotificationResponseSchema: GenMessage<EditNotificationResponse>;
253
+
254
+ /**
255
+ * @generated from message api.v1.GetNotificationResponse
256
+ */
257
+ export declare type GetNotificationResponse = Message<"api.v1.GetNotificationResponse"> & {
258
+ /**
259
+ * @generated from field: api.v1.Notification notification = 1;
260
+ */
261
+ notification?: Notification;
262
+ };
263
+
264
+ /**
265
+ * Describes the message api.v1.GetNotificationResponse.
266
+ * Use `create(GetNotificationResponseSchema)` to create a new message.
267
+ */
268
+ export declare const GetNotificationResponseSchema: GenMessage<GetNotificationResponse>;
269
+
270
+ /**
271
+ * Service definition
272
+ *
273
+ * @generated from service api.v1.NotificationService
274
+ */
275
+ export declare const NotificationService: GenService<{
276
+ /**
277
+ * @generated from rpc api.v1.NotificationService.AddNotification
278
+ */
279
+ addNotification: {
280
+ methodKind: "unary";
281
+ input: typeof AddNotificationRequestSchema;
282
+ output: typeof AddNotificationResponseSchema;
283
+ },
284
+ /**
285
+ * @generated from rpc api.v1.NotificationService.EditNotification
286
+ */
287
+ editNotification: {
288
+ methodKind: "unary";
289
+ input: typeof EditNotificationRequestSchema;
290
+ output: typeof EditNotificationResponseSchema;
291
+ },
292
+ /**
293
+ * @generated from rpc api.v1.NotificationService.GetNotification
294
+ */
295
+ getNotification: {
296
+ methodKind: "unary";
297
+ input: typeof GetNotificationRequestSchema;
298
+ output: typeof GetNotificationResponseSchema;
299
+ },
300
+ /**
301
+ * @generated from rpc api.v1.NotificationService.GetNotifications
302
+ */
303
+ getNotifications: {
304
+ methodKind: "unary";
305
+ input: typeof GetNotificationsRequestSchema;
306
+ output: typeof GetNotificationsResponseSchema;
307
+ },
308
+ /**
309
+ * @generated from rpc api.v1.NotificationService.DeleteNotification
310
+ */
311
+ deleteNotification: {
312
+ methodKind: "unary";
313
+ input: typeof DeleteNotificationRequestSchema;
314
+ output: typeof EmptySchema;
315
+ },
316
+ }>;
317
+
@@ -0,0 +1,89 @@
1
+ // @generated by protoc-gen-es v2.2.3
2
+ // @generated from file api/v1/notification.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/notification.proto.
15
+ */
16
+ export const file_api_v1_notification = /*@__PURE__*/
17
+ fileDesc("ChlhcGkvdjEvbm90aWZpY2F0aW9uLnByb3RvEgZhcGkudjEi2AIKFkFkZE5vdGlmaWNhdGlvblJlcXVlc3QSFwoFdGl0bGUYASABKAlCCPpCBXIDEMgBEhgKB21lc3NhZ2UYAiABKAlCB/pCBHICEAESIgoRbm90aWZpY2F0aW9uX3R5cGUYAyABKAlCB/pCBHICEDISIQoLZW50aXR5X3R5cGUYBCABKAlCB/pCBHICGDJIAIgBARIWCgllbnRpdHlfaWQYBSABKA1IAYgBARIXCgphY3Rpb25fdXJsGAYgASgJSAKIAQESDwoHaXNfcmVhZBgHIAEoCBIWCg5zZW50X3ZpYV9lbWFpbBgIIAEoCBIaCg1tZXRhZGF0YV9qc29uGAkgASgJSAOIAQESDwoHdXNlcl9pZBgKIAEoDUIOCgxfZW50aXR5X3R5cGVCDAoKX2VudGl0eV9pZEINCgtfYWN0aW9uX3VybEIQCg5fbWV0YWRhdGFfanNvbiLuAgoXRWRpdE5vdGlmaWNhdGlvblJlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAESFwoFdGl0bGUYAiABKAlCCPpCBXIDEMgBEhgKB21lc3NhZ2UYAyABKAlCB/pCBHICEAESIgoRbm90aWZpY2F0aW9uX3R5cGUYBCABKAlCB/pCBHICEDISIQoLZW50aXR5X3R5cGUYBSABKAlCB/pCBHICGDJIAIgBARIWCgllbnRpdHlfaWQYBiABKA1IAYgBARIXCgphY3Rpb25fdXJsGAcgASgJSAKIAQESDwoHaXNfcmVhZBgIIAEoCBIWCg5zZW50X3ZpYV9lbWFpbBgJIAEoCBIaCg1tZXRhZGF0YV9qc29uGAogASgJSAOIAQESDwoHdXNlcl9pZBgLIAEoDUIOCgxfZW50aXR5X3R5cGVCDAoKX2VudGl0eV9pZEINCgtfYWN0aW9uX3VybEIQCg5fbWV0YWRhdGFfanNvbiIkChZHZXROb3RpZmljYXRpb25SZXF1ZXN0EgoKAmlkGAEgASgNInoKF0dldE5vdGlmaWNhdGlvbnNSZXF1ZXN0EjAKCnBhZ2luYXRpb24YASABKAsyEi5hcGkudjEuUGFnaW5hdGlvbkII+kIFigECEAESLQoOZmlsdGVyX29wdGlvbnMYAiABKAsyFS5hcGkudjEuRmlsdGVyT3B0aW9ucyInChlEZWxldGVOb3RpZmljYXRpb25SZXF1ZXN0EgoKAmlkGAEgASgNIm8KGEdldE5vdGlmaWNhdGlvbnNSZXNwb25zZRIrCg1ub3RpZmljYXRpb25zGAEgAygLMhQuYXBpLnYxLk5vdGlmaWNhdGlvbhImCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb24iRQoXQWRkTm90aWZpY2F0aW9uUmVzcG9uc2USKgoMbm90aWZpY2F0aW9uGAEgASgLMhQuYXBpLnYxLk5vdGlmaWNhdGlvbiJGChhFZGl0Tm90aWZpY2F0aW9uUmVzcG9uc2USKgoMbm90aWZpY2F0aW9uGAEgASgLMhQuYXBpLnYxLk5vdGlmaWNhdGlvbiJFChdHZXROb3RpZmljYXRpb25SZXNwb25zZRIqCgxub3RpZmljYXRpb24YASABKAsyFC5hcGkudjEuTm90aWZpY2F0aW9uMuwEChNOb3RpZmljYXRpb25TZXJ2aWNlEnQKD0FkZE5vdGlmaWNhdGlvbhIeLmFwaS52MS5BZGROb3RpZmljYXRpb25SZXF1ZXN0Gh8uYXBpLnYxLkFkZE5vdGlmaWNhdGlvblJlc3BvbnNlIiCC0+STAho6ASoiFS9hcGkvdjEvbm90aWZpY2F0aW9ucxJ8ChBFZGl0Tm90aWZpY2F0aW9uEh8uYXBpLnYxLkVkaXROb3RpZmljYXRpb25SZXF1ZXN0GiAuYXBpLnYxLkVkaXROb3RpZmljYXRpb25SZXNwb25zZSIlgtPkkwIfOgEqGhovYXBpL3YxL25vdGlmaWNhdGlvbnMve2lkfRJ2Cg9HZXROb3RpZmljYXRpb24SHi5hcGkudjEuR2V0Tm90aWZpY2F0aW9uUmVxdWVzdBofLmFwaS52MS5HZXROb3RpZmljYXRpb25SZXNwb25zZSIigtPkkwIcEhovYXBpL3YxL25vdGlmaWNhdGlvbnMve2lkfRJ0ChBHZXROb3RpZmljYXRpb25zEh8uYXBpLnYxLkdldE5vdGlmaWNhdGlvbnNSZXF1ZXN0GiAuYXBpLnYxLkdldE5vdGlmaWNhdGlvbnNSZXNwb25zZSIdgtPkkwIXEhUvYXBpL3YxL25vdGlmaWNhdGlvbnMScwoSRGVsZXRlTm90aWZpY2F0aW9uEiEuYXBpLnYxLkRlbGV0ZU5vdGlmaWNhdGlvblJlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkiIoLT5JMCHCoaL2FwaS92MS9ub3RpZmljYXRpb25zL3tpZH1CdgoKY29tLmFwaS52MUIRTm90aWZpY2F0aW9uUHJvdG9QAVocb3BzZWUvYmFja2VuZC9nZW4vYXBpL3YxO2dlbqICA0FYWKoCBkFwaS5WMcoCBkFwaVxWMeICEkFwaVxWMVxHUEJNZXRhZGF0YeoCB0FwaTo6VjFiBnByb3RvMw", [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.AddNotificationRequest.
21
+ * Use `create(AddNotificationRequestSchema)` to create a new message.
22
+ */
23
+ export const AddNotificationRequestSchema = /*@__PURE__*/
24
+ messageDesc(file_api_v1_notification, 0);
25
+
26
+ /**
27
+ * Describes the message api.v1.EditNotificationRequest.
28
+ * Use `create(EditNotificationRequestSchema)` to create a new message.
29
+ */
30
+ export const EditNotificationRequestSchema = /*@__PURE__*/
31
+ messageDesc(file_api_v1_notification, 1);
32
+
33
+ /**
34
+ * Describes the message api.v1.GetNotificationRequest.
35
+ * Use `create(GetNotificationRequestSchema)` to create a new message.
36
+ */
37
+ export const GetNotificationRequestSchema = /*@__PURE__*/
38
+ messageDesc(file_api_v1_notification, 2);
39
+
40
+ /**
41
+ * Describes the message api.v1.GetNotificationsRequest.
42
+ * Use `create(GetNotificationsRequestSchema)` to create a new message.
43
+ */
44
+ export const GetNotificationsRequestSchema = /*@__PURE__*/
45
+ messageDesc(file_api_v1_notification, 3);
46
+
47
+ /**
48
+ * Describes the message api.v1.DeleteNotificationRequest.
49
+ * Use `create(DeleteNotificationRequestSchema)` to create a new message.
50
+ */
51
+ export const DeleteNotificationRequestSchema = /*@__PURE__*/
52
+ messageDesc(file_api_v1_notification, 4);
53
+
54
+ /**
55
+ * Describes the message api.v1.GetNotificationsResponse.
56
+ * Use `create(GetNotificationsResponseSchema)` to create a new message.
57
+ */
58
+ export const GetNotificationsResponseSchema = /*@__PURE__*/
59
+ messageDesc(file_api_v1_notification, 5);
60
+
61
+ /**
62
+ * Describes the message api.v1.AddNotificationResponse.
63
+ * Use `create(AddNotificationResponseSchema)` to create a new message.
64
+ */
65
+ export const AddNotificationResponseSchema = /*@__PURE__*/
66
+ messageDesc(file_api_v1_notification, 6);
67
+
68
+ /**
69
+ * Describes the message api.v1.EditNotificationResponse.
70
+ * Use `create(EditNotificationResponseSchema)` to create a new message.
71
+ */
72
+ export const EditNotificationResponseSchema = /*@__PURE__*/
73
+ messageDesc(file_api_v1_notification, 7);
74
+
75
+ /**
76
+ * Describes the message api.v1.GetNotificationResponse.
77
+ * Use `create(GetNotificationResponseSchema)` to create a new message.
78
+ */
79
+ export const GetNotificationResponseSchema = /*@__PURE__*/
80
+ messageDesc(file_api_v1_notification, 8);
81
+
82
+ /**
83
+ * Service definition
84
+ *
85
+ * @generated from service api.v1.NotificationService
86
+ */
87
+ export const NotificationService = /*@__PURE__*/
88
+ serviceDesc(file_api_v1_notification, 0);
89
+