@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,297 @@
1
+ // @generated by protoc-gen-es v2.2.3
2
+ // @generated from file api/v1/activity_log.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 { ActivityLog } from "./models_pb";
10
+ import type { EmptySchema } from "@bufbuild/protobuf/wkt";
11
+
12
+ /**
13
+ * Describes the file api/v1/activity_log.proto.
14
+ */
15
+ export declare const file_api_v1_activity_log: GenFile;
16
+
17
+ /**
18
+ * Request definitions
19
+ *
20
+ * @generated from message api.v1.AddActivityLogRequest
21
+ */
22
+ export declare type AddActivityLogRequest = Message<"api.v1.AddActivityLogRequest"> & {
23
+ /**
24
+ * @generated from field: string action = 1;
25
+ */
26
+ action: string;
27
+
28
+ /**
29
+ * @generated from field: string entity_type = 2;
30
+ */
31
+ entityType: string;
32
+
33
+ /**
34
+ * @generated from field: uint32 entity_id = 3;
35
+ */
36
+ entityId: number;
37
+
38
+ /**
39
+ * @generated from field: string description = 4;
40
+ */
41
+ description: string;
42
+
43
+ /**
44
+ * @generated from field: optional string metadata_json = 5;
45
+ */
46
+ metadataJson?: string;
47
+
48
+ /**
49
+ * @generated from field: optional string ip_address = 6;
50
+ */
51
+ ipAddress?: string;
52
+
53
+ /**
54
+ * @generated from field: optional uint32 user_id = 7;
55
+ */
56
+ userId?: number;
57
+
58
+ /**
59
+ * @generated from field: optional uint32 project_id = 8;
60
+ */
61
+ projectId?: number;
62
+ };
63
+
64
+ /**
65
+ * Describes the message api.v1.AddActivityLogRequest.
66
+ * Use `create(AddActivityLogRequestSchema)` to create a new message.
67
+ */
68
+ export declare const AddActivityLogRequestSchema: GenMessage<AddActivityLogRequest>;
69
+
70
+ /**
71
+ * @generated from message api.v1.EditActivityLogRequest
72
+ */
73
+ export declare type EditActivityLogRequest = Message<"api.v1.EditActivityLogRequest"> & {
74
+ /**
75
+ * @generated from field: uint32 id = 1;
76
+ */
77
+ id: number;
78
+
79
+ /**
80
+ * @generated from field: string action = 2;
81
+ */
82
+ action: string;
83
+
84
+ /**
85
+ * @generated from field: string entity_type = 3;
86
+ */
87
+ entityType: string;
88
+
89
+ /**
90
+ * @generated from field: uint32 entity_id = 4;
91
+ */
92
+ entityId: number;
93
+
94
+ /**
95
+ * @generated from field: string description = 5;
96
+ */
97
+ description: string;
98
+
99
+ /**
100
+ * @generated from field: optional string metadata_json = 6;
101
+ */
102
+ metadataJson?: string;
103
+
104
+ /**
105
+ * @generated from field: optional string ip_address = 7;
106
+ */
107
+ ipAddress?: string;
108
+
109
+ /**
110
+ * @generated from field: optional uint32 user_id = 8;
111
+ */
112
+ userId?: number;
113
+
114
+ /**
115
+ * @generated from field: optional uint32 project_id = 9;
116
+ */
117
+ projectId?: number;
118
+ };
119
+
120
+ /**
121
+ * Describes the message api.v1.EditActivityLogRequest.
122
+ * Use `create(EditActivityLogRequestSchema)` to create a new message.
123
+ */
124
+ export declare const EditActivityLogRequestSchema: GenMessage<EditActivityLogRequest>;
125
+
126
+ /**
127
+ * @generated from message api.v1.GetActivityLogRequest
128
+ */
129
+ export declare type GetActivityLogRequest = Message<"api.v1.GetActivityLogRequest"> & {
130
+ /**
131
+ * @generated from field: uint32 id = 1;
132
+ */
133
+ id: number;
134
+ };
135
+
136
+ /**
137
+ * Describes the message api.v1.GetActivityLogRequest.
138
+ * Use `create(GetActivityLogRequestSchema)` to create a new message.
139
+ */
140
+ export declare const GetActivityLogRequestSchema: GenMessage<GetActivityLogRequest>;
141
+
142
+ /**
143
+ * @generated from message api.v1.GetActivityLogsRequest
144
+ */
145
+ export declare type GetActivityLogsRequest = Message<"api.v1.GetActivityLogsRequest"> & {
146
+ /**
147
+ * @generated from field: api.v1.Pagination pagination = 1;
148
+ */
149
+ pagination?: Pagination;
150
+
151
+ /**
152
+ * @generated from field: api.v1.FilterOptions filter_options = 2;
153
+ */
154
+ filterOptions?: FilterOptions;
155
+ };
156
+
157
+ /**
158
+ * Describes the message api.v1.GetActivityLogsRequest.
159
+ * Use `create(GetActivityLogsRequestSchema)` to create a new message.
160
+ */
161
+ export declare const GetActivityLogsRequestSchema: GenMessage<GetActivityLogsRequest>;
162
+
163
+ /**
164
+ * @generated from message api.v1.DeleteActivityLogRequest
165
+ */
166
+ export declare type DeleteActivityLogRequest = Message<"api.v1.DeleteActivityLogRequest"> & {
167
+ /**
168
+ * @generated from field: uint32 id = 1;
169
+ */
170
+ id: number;
171
+ };
172
+
173
+ /**
174
+ * Describes the message api.v1.DeleteActivityLogRequest.
175
+ * Use `create(DeleteActivityLogRequestSchema)` to create a new message.
176
+ */
177
+ export declare const DeleteActivityLogRequestSchema: GenMessage<DeleteActivityLogRequest>;
178
+
179
+ /**
180
+ * Response definitions
181
+ *
182
+ * @generated from message api.v1.GetActivityLogsResponse
183
+ */
184
+ export declare type GetActivityLogsResponse = Message<"api.v1.GetActivityLogsResponse"> & {
185
+ /**
186
+ * @generated from field: repeated api.v1.ActivityLog activity_logs = 1;
187
+ */
188
+ activityLogs: ActivityLog[];
189
+
190
+ /**
191
+ * @generated from field: api.v1.Pagination pagination = 2;
192
+ */
193
+ pagination?: Pagination;
194
+ };
195
+
196
+ /**
197
+ * Describes the message api.v1.GetActivityLogsResponse.
198
+ * Use `create(GetActivityLogsResponseSchema)` to create a new message.
199
+ */
200
+ export declare const GetActivityLogsResponseSchema: GenMessage<GetActivityLogsResponse>;
201
+
202
+ /**
203
+ * @generated from message api.v1.AddActivityLogResponse
204
+ */
205
+ export declare type AddActivityLogResponse = Message<"api.v1.AddActivityLogResponse"> & {
206
+ /**
207
+ * @generated from field: api.v1.ActivityLog activity_log = 1;
208
+ */
209
+ activityLog?: ActivityLog;
210
+ };
211
+
212
+ /**
213
+ * Describes the message api.v1.AddActivityLogResponse.
214
+ * Use `create(AddActivityLogResponseSchema)` to create a new message.
215
+ */
216
+ export declare const AddActivityLogResponseSchema: GenMessage<AddActivityLogResponse>;
217
+
218
+ /**
219
+ * @generated from message api.v1.EditActivityLogResponse
220
+ */
221
+ export declare type EditActivityLogResponse = Message<"api.v1.EditActivityLogResponse"> & {
222
+ /**
223
+ * @generated from field: api.v1.ActivityLog activity_log = 1;
224
+ */
225
+ activityLog?: ActivityLog;
226
+ };
227
+
228
+ /**
229
+ * Describes the message api.v1.EditActivityLogResponse.
230
+ * Use `create(EditActivityLogResponseSchema)` to create a new message.
231
+ */
232
+ export declare const EditActivityLogResponseSchema: GenMessage<EditActivityLogResponse>;
233
+
234
+ /**
235
+ * @generated from message api.v1.GetActivityLogResponse
236
+ */
237
+ export declare type GetActivityLogResponse = Message<"api.v1.GetActivityLogResponse"> & {
238
+ /**
239
+ * @generated from field: api.v1.ActivityLog activity_log = 1;
240
+ */
241
+ activityLog?: ActivityLog;
242
+ };
243
+
244
+ /**
245
+ * Describes the message api.v1.GetActivityLogResponse.
246
+ * Use `create(GetActivityLogResponseSchema)` to create a new message.
247
+ */
248
+ export declare const GetActivityLogResponseSchema: GenMessage<GetActivityLogResponse>;
249
+
250
+ /**
251
+ * Service definition
252
+ *
253
+ * @generated from service api.v1.ActivityLogService
254
+ */
255
+ export declare const ActivityLogService: GenService<{
256
+ /**
257
+ * @generated from rpc api.v1.ActivityLogService.AddActivityLog
258
+ */
259
+ addActivityLog: {
260
+ methodKind: "unary";
261
+ input: typeof AddActivityLogRequestSchema;
262
+ output: typeof AddActivityLogResponseSchema;
263
+ },
264
+ /**
265
+ * @generated from rpc api.v1.ActivityLogService.EditActivityLog
266
+ */
267
+ editActivityLog: {
268
+ methodKind: "unary";
269
+ input: typeof EditActivityLogRequestSchema;
270
+ output: typeof EditActivityLogResponseSchema;
271
+ },
272
+ /**
273
+ * @generated from rpc api.v1.ActivityLogService.GetActivityLog
274
+ */
275
+ getActivityLog: {
276
+ methodKind: "unary";
277
+ input: typeof GetActivityLogRequestSchema;
278
+ output: typeof GetActivityLogResponseSchema;
279
+ },
280
+ /**
281
+ * @generated from rpc api.v1.ActivityLogService.GetActivityLogs
282
+ */
283
+ getActivityLogs: {
284
+ methodKind: "unary";
285
+ input: typeof GetActivityLogsRequestSchema;
286
+ output: typeof GetActivityLogsResponseSchema;
287
+ },
288
+ /**
289
+ * @generated from rpc api.v1.ActivityLogService.DeleteActivityLog
290
+ */
291
+ deleteActivityLog: {
292
+ methodKind: "unary";
293
+ input: typeof DeleteActivityLogRequestSchema;
294
+ output: typeof EmptySchema;
295
+ },
296
+ }>;
297
+
@@ -0,0 +1,89 @@
1
+ // @generated by protoc-gen-es v2.2.3
2
+ // @generated from file api/v1/activity_log.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/activity_log.proto.
15
+ */
16
+ export const file_api_v1_activity_log = /*@__PURE__*/
17
+ fileDesc("ChlhcGkvdjEvYWN0aXZpdHlfbG9nLnByb3RvEgZhcGkudjEinwIKFUFkZEFjdGl2aXR5TG9nUmVxdWVzdBIXCgZhY3Rpb24YASABKAlCB/pCBHICEGQSHAoLZW50aXR5X3R5cGUYAiABKAlCB/pCBHICEDISEQoJZW50aXR5X2lkGAMgASgNEhwKC2Rlc2NyaXB0aW9uGAQgASgJQgf6QgRyAhABEhoKDW1ldGFkYXRhX2pzb24YBSABKAlIAIgBARIXCgppcF9hZGRyZXNzGAYgASgJSAGIAQESFAoHdXNlcl9pZBgHIAEoDUgCiAEBEhcKCnByb2plY3RfaWQYCCABKA1IA4gBAUIQCg5fbWV0YWRhdGFfanNvbkINCgtfaXBfYWRkcmVzc0IKCghfdXNlcl9pZEINCgtfcHJvamVjdF9pZCK1AgoWRWRpdEFjdGl2aXR5TG9nUmVxdWVzdBITCgJpZBgBIAEoDUIH+kIEKgIoARIXCgZhY3Rpb24YAiABKAlCB/pCBHICEGQSHAoLZW50aXR5X3R5cGUYAyABKAlCB/pCBHICEDISEQoJZW50aXR5X2lkGAQgASgNEhwKC2Rlc2NyaXB0aW9uGAUgASgJQgf6QgRyAhABEhoKDW1ldGFkYXRhX2pzb24YBiABKAlIAIgBARIXCgppcF9hZGRyZXNzGAcgASgJSAGIAQESFAoHdXNlcl9pZBgIIAEoDUgCiAEBEhcKCnByb2plY3RfaWQYCSABKA1IA4gBAUIQCg5fbWV0YWRhdGFfanNvbkINCgtfaXBfYWRkcmVzc0IKCghfdXNlcl9pZEINCgtfcHJvamVjdF9pZCIjChVHZXRBY3Rpdml0eUxvZ1JlcXVlc3QSCgoCaWQYASABKA0ieQoWR2V0QWN0aXZpdHlMb2dzUmVxdWVzdBIwCgpwYWdpbmF0aW9uGAEgASgLMhIuYXBpLnYxLlBhZ2luYXRpb25CCPpCBYoBAhABEi0KDmZpbHRlcl9vcHRpb25zGAIgASgLMhUuYXBpLnYxLkZpbHRlck9wdGlvbnMiJgoYRGVsZXRlQWN0aXZpdHlMb2dSZXF1ZXN0EgoKAmlkGAEgASgNIm0KF0dldEFjdGl2aXR5TG9nc1Jlc3BvbnNlEioKDWFjdGl2aXR5X2xvZ3MYASADKAsyEy5hcGkudjEuQWN0aXZpdHlMb2cSJgoKcGFnaW5hdGlvbhgCIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uIkMKFkFkZEFjdGl2aXR5TG9nUmVzcG9uc2USKQoMYWN0aXZpdHlfbG9nGAEgASgLMhMuYXBpLnYxLkFjdGl2aXR5TG9nIkQKF0VkaXRBY3Rpdml0eUxvZ1Jlc3BvbnNlEikKDGFjdGl2aXR5X2xvZxgBIAEoCzITLmFwaS52MS5BY3Rpdml0eUxvZyJDChZHZXRBY3Rpdml0eUxvZ1Jlc3BvbnNlEikKDGFjdGl2aXR5X2xvZxgBIAEoCzITLmFwaS52MS5BY3Rpdml0eUxvZzLdBAoSQWN0aXZpdHlMb2dTZXJ2aWNlEnEKDkFkZEFjdGl2aXR5TG9nEh0uYXBpLnYxLkFkZEFjdGl2aXR5TG9nUmVxdWVzdBoeLmFwaS52MS5BZGRBY3Rpdml0eUxvZ1Jlc3BvbnNlIiCC0+STAho6ASoiFS9hcGkvdjEvYWN0aXZpdHlfbG9ncxJ5Cg9FZGl0QWN0aXZpdHlMb2cSHi5hcGkudjEuRWRpdEFjdGl2aXR5TG9nUmVxdWVzdBofLmFwaS52MS5FZGl0QWN0aXZpdHlMb2dSZXNwb25zZSIlgtPkkwIfOgEqGhovYXBpL3YxL2FjdGl2aXR5X2xvZ3Mve2lkfRJzCg5HZXRBY3Rpdml0eUxvZxIdLmFwaS52MS5HZXRBY3Rpdml0eUxvZ1JlcXVlc3QaHi5hcGkudjEuR2V0QWN0aXZpdHlMb2dSZXNwb25zZSIigtPkkwIcEhovYXBpL3YxL2FjdGl2aXR5X2xvZ3Mve2lkfRJxCg9HZXRBY3Rpdml0eUxvZ3MSHi5hcGkudjEuR2V0QWN0aXZpdHlMb2dzUmVxdWVzdBofLmFwaS52MS5HZXRBY3Rpdml0eUxvZ3NSZXNwb25zZSIdgtPkkwIXEhUvYXBpL3YxL2FjdGl2aXR5X2xvZ3MScQoRRGVsZXRlQWN0aXZpdHlMb2cSIC5hcGkudjEuRGVsZXRlQWN0aXZpdHlMb2dSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IiKC0+STAhwqGi9hcGkvdjEvYWN0aXZpdHlfbG9ncy97aWR9QnUKCmNvbS5hcGkudjFCEEFjdGl2aXR5TG9nUHJvdG9QAVocb3BzZWUvYmFja2VuZC9nZW4vYXBpL3YxO2dlbqICA0FYWKoCBkFwaS5WMcoCBkFwaVxWMeICEkFwaVxWMVxHUEJNZXRhZGF0YeoCB0FwaTo6VjFiBnByb3RvMw", [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.AddActivityLogRequest.
21
+ * Use `create(AddActivityLogRequestSchema)` to create a new message.
22
+ */
23
+ export const AddActivityLogRequestSchema = /*@__PURE__*/
24
+ messageDesc(file_api_v1_activity_log, 0);
25
+
26
+ /**
27
+ * Describes the message api.v1.EditActivityLogRequest.
28
+ * Use `create(EditActivityLogRequestSchema)` to create a new message.
29
+ */
30
+ export const EditActivityLogRequestSchema = /*@__PURE__*/
31
+ messageDesc(file_api_v1_activity_log, 1);
32
+
33
+ /**
34
+ * Describes the message api.v1.GetActivityLogRequest.
35
+ * Use `create(GetActivityLogRequestSchema)` to create a new message.
36
+ */
37
+ export const GetActivityLogRequestSchema = /*@__PURE__*/
38
+ messageDesc(file_api_v1_activity_log, 2);
39
+
40
+ /**
41
+ * Describes the message api.v1.GetActivityLogsRequest.
42
+ * Use `create(GetActivityLogsRequestSchema)` to create a new message.
43
+ */
44
+ export const GetActivityLogsRequestSchema = /*@__PURE__*/
45
+ messageDesc(file_api_v1_activity_log, 3);
46
+
47
+ /**
48
+ * Describes the message api.v1.DeleteActivityLogRequest.
49
+ * Use `create(DeleteActivityLogRequestSchema)` to create a new message.
50
+ */
51
+ export const DeleteActivityLogRequestSchema = /*@__PURE__*/
52
+ messageDesc(file_api_v1_activity_log, 4);
53
+
54
+ /**
55
+ * Describes the message api.v1.GetActivityLogsResponse.
56
+ * Use `create(GetActivityLogsResponseSchema)` to create a new message.
57
+ */
58
+ export const GetActivityLogsResponseSchema = /*@__PURE__*/
59
+ messageDesc(file_api_v1_activity_log, 5);
60
+
61
+ /**
62
+ * Describes the message api.v1.AddActivityLogResponse.
63
+ * Use `create(AddActivityLogResponseSchema)` to create a new message.
64
+ */
65
+ export const AddActivityLogResponseSchema = /*@__PURE__*/
66
+ messageDesc(file_api_v1_activity_log, 6);
67
+
68
+ /**
69
+ * Describes the message api.v1.EditActivityLogResponse.
70
+ * Use `create(EditActivityLogResponseSchema)` to create a new message.
71
+ */
72
+ export const EditActivityLogResponseSchema = /*@__PURE__*/
73
+ messageDesc(file_api_v1_activity_log, 7);
74
+
75
+ /**
76
+ * Describes the message api.v1.GetActivityLogResponse.
77
+ * Use `create(GetActivityLogResponseSchema)` to create a new message.
78
+ */
79
+ export const GetActivityLogResponseSchema = /*@__PURE__*/
80
+ messageDesc(file_api_v1_activity_log, 8);
81
+
82
+ /**
83
+ * Service definition
84
+ *
85
+ * @generated from service api.v1.ActivityLogService
86
+ */
87
+ export const ActivityLogService = /*@__PURE__*/
88
+ serviceDesc(file_api_v1_activity_log, 0);
89
+
@@ -0,0 +1,237 @@
1
+ // @generated by protoc-gen-es v2.2.3
2
+ // @generated from file api/v1/ai_run_status.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 { AIRunStatus } from "./models_pb";
10
+ import type { EmptySchema } from "@bufbuild/protobuf/wkt";
11
+
12
+ /**
13
+ * Describes the file api/v1/ai_run_status.proto.
14
+ */
15
+ export declare const file_api_v1_ai_run_status: GenFile;
16
+
17
+ /**
18
+ * Request definitions
19
+ *
20
+ * @generated from message api.v1.AddAIRunStatusRequest
21
+ */
22
+ export declare type AddAIRunStatusRequest = Message<"api.v1.AddAIRunStatusRequest"> & {
23
+ /**
24
+ * @generated from field: string name = 1;
25
+ */
26
+ name: string;
27
+
28
+ /**
29
+ * @generated from field: optional string description = 2;
30
+ */
31
+ description?: string;
32
+ };
33
+
34
+ /**
35
+ * Describes the message api.v1.AddAIRunStatusRequest.
36
+ * Use `create(AddAIRunStatusRequestSchema)` to create a new message.
37
+ */
38
+ export declare const AddAIRunStatusRequestSchema: GenMessage<AddAIRunStatusRequest>;
39
+
40
+ /**
41
+ * @generated from message api.v1.EditAIRunStatusRequest
42
+ */
43
+ export declare type EditAIRunStatusRequest = Message<"api.v1.EditAIRunStatusRequest"> & {
44
+ /**
45
+ * @generated from field: uint32 id = 1;
46
+ */
47
+ id: number;
48
+
49
+ /**
50
+ * @generated from field: string name = 2;
51
+ */
52
+ name: string;
53
+
54
+ /**
55
+ * @generated from field: optional string description = 3;
56
+ */
57
+ description?: string;
58
+ };
59
+
60
+ /**
61
+ * Describes the message api.v1.EditAIRunStatusRequest.
62
+ * Use `create(EditAIRunStatusRequestSchema)` to create a new message.
63
+ */
64
+ export declare const EditAIRunStatusRequestSchema: GenMessage<EditAIRunStatusRequest>;
65
+
66
+ /**
67
+ * @generated from message api.v1.GetAIRunStatusRequest
68
+ */
69
+ export declare type GetAIRunStatusRequest = Message<"api.v1.GetAIRunStatusRequest"> & {
70
+ /**
71
+ * @generated from field: uint32 id = 1;
72
+ */
73
+ id: number;
74
+ };
75
+
76
+ /**
77
+ * Describes the message api.v1.GetAIRunStatusRequest.
78
+ * Use `create(GetAIRunStatusRequestSchema)` to create a new message.
79
+ */
80
+ export declare const GetAIRunStatusRequestSchema: GenMessage<GetAIRunStatusRequest>;
81
+
82
+ /**
83
+ * @generated from message api.v1.GetAIRunStatusesRequest
84
+ */
85
+ export declare type GetAIRunStatusesRequest = Message<"api.v1.GetAIRunStatusesRequest"> & {
86
+ /**
87
+ * @generated from field: api.v1.Pagination pagination = 1;
88
+ */
89
+ pagination?: Pagination;
90
+
91
+ /**
92
+ * @generated from field: api.v1.FilterOptions filter_options = 2;
93
+ */
94
+ filterOptions?: FilterOptions;
95
+ };
96
+
97
+ /**
98
+ * Describes the message api.v1.GetAIRunStatusesRequest.
99
+ * Use `create(GetAIRunStatusesRequestSchema)` to create a new message.
100
+ */
101
+ export declare const GetAIRunStatusesRequestSchema: GenMessage<GetAIRunStatusesRequest>;
102
+
103
+ /**
104
+ * @generated from message api.v1.DeleteAIRunStatusRequest
105
+ */
106
+ export declare type DeleteAIRunStatusRequest = Message<"api.v1.DeleteAIRunStatusRequest"> & {
107
+ /**
108
+ * @generated from field: uint32 id = 1;
109
+ */
110
+ id: number;
111
+ };
112
+
113
+ /**
114
+ * Describes the message api.v1.DeleteAIRunStatusRequest.
115
+ * Use `create(DeleteAIRunStatusRequestSchema)` to create a new message.
116
+ */
117
+ export declare const DeleteAIRunStatusRequestSchema: GenMessage<DeleteAIRunStatusRequest>;
118
+
119
+ /**
120
+ * Response definitions
121
+ *
122
+ * @generated from message api.v1.GetAIRunStatusesResponse
123
+ */
124
+ export declare type GetAIRunStatusesResponse = Message<"api.v1.GetAIRunStatusesResponse"> & {
125
+ /**
126
+ * @generated from field: repeated api.v1.AIRunStatus ai_run_statuses = 1;
127
+ */
128
+ aiRunStatuses: AIRunStatus[];
129
+
130
+ /**
131
+ * @generated from field: api.v1.Pagination pagination = 2;
132
+ */
133
+ pagination?: Pagination;
134
+ };
135
+
136
+ /**
137
+ * Describes the message api.v1.GetAIRunStatusesResponse.
138
+ * Use `create(GetAIRunStatusesResponseSchema)` to create a new message.
139
+ */
140
+ export declare const GetAIRunStatusesResponseSchema: GenMessage<GetAIRunStatusesResponse>;
141
+
142
+ /**
143
+ * @generated from message api.v1.AddAIRunStatusResponse
144
+ */
145
+ export declare type AddAIRunStatusResponse = Message<"api.v1.AddAIRunStatusResponse"> & {
146
+ /**
147
+ * @generated from field: api.v1.AIRunStatus ai_run_status = 1;
148
+ */
149
+ aiRunStatus?: AIRunStatus;
150
+ };
151
+
152
+ /**
153
+ * Describes the message api.v1.AddAIRunStatusResponse.
154
+ * Use `create(AddAIRunStatusResponseSchema)` to create a new message.
155
+ */
156
+ export declare const AddAIRunStatusResponseSchema: GenMessage<AddAIRunStatusResponse>;
157
+
158
+ /**
159
+ * @generated from message api.v1.EditAIRunStatusResponse
160
+ */
161
+ export declare type EditAIRunStatusResponse = Message<"api.v1.EditAIRunStatusResponse"> & {
162
+ /**
163
+ * @generated from field: api.v1.AIRunStatus ai_run_status = 1;
164
+ */
165
+ aiRunStatus?: AIRunStatus;
166
+ };
167
+
168
+ /**
169
+ * Describes the message api.v1.EditAIRunStatusResponse.
170
+ * Use `create(EditAIRunStatusResponseSchema)` to create a new message.
171
+ */
172
+ export declare const EditAIRunStatusResponseSchema: GenMessage<EditAIRunStatusResponse>;
173
+
174
+ /**
175
+ * @generated from message api.v1.GetAIRunStatusResponse
176
+ */
177
+ export declare type GetAIRunStatusResponse = Message<"api.v1.GetAIRunStatusResponse"> & {
178
+ /**
179
+ * @generated from field: api.v1.AIRunStatus ai_run_status = 1;
180
+ */
181
+ aiRunStatus?: AIRunStatus;
182
+ };
183
+
184
+ /**
185
+ * Describes the message api.v1.GetAIRunStatusResponse.
186
+ * Use `create(GetAIRunStatusResponseSchema)` to create a new message.
187
+ */
188
+ export declare const GetAIRunStatusResponseSchema: GenMessage<GetAIRunStatusResponse>;
189
+
190
+ /**
191
+ * Service definition
192
+ *
193
+ * @generated from service api.v1.AIRunStatusService
194
+ */
195
+ export declare const AIRunStatusService: GenService<{
196
+ /**
197
+ * @generated from rpc api.v1.AIRunStatusService.AddAIRunStatus
198
+ */
199
+ addAIRunStatus: {
200
+ methodKind: "unary";
201
+ input: typeof AddAIRunStatusRequestSchema;
202
+ output: typeof AddAIRunStatusResponseSchema;
203
+ },
204
+ /**
205
+ * @generated from rpc api.v1.AIRunStatusService.EditAIRunStatus
206
+ */
207
+ editAIRunStatus: {
208
+ methodKind: "unary";
209
+ input: typeof EditAIRunStatusRequestSchema;
210
+ output: typeof EditAIRunStatusResponseSchema;
211
+ },
212
+ /**
213
+ * @generated from rpc api.v1.AIRunStatusService.GetAIRunStatus
214
+ */
215
+ getAIRunStatus: {
216
+ methodKind: "unary";
217
+ input: typeof GetAIRunStatusRequestSchema;
218
+ output: typeof GetAIRunStatusResponseSchema;
219
+ },
220
+ /**
221
+ * @generated from rpc api.v1.AIRunStatusService.GetAIRunStatuses
222
+ */
223
+ getAIRunStatuses: {
224
+ methodKind: "unary";
225
+ input: typeof GetAIRunStatusesRequestSchema;
226
+ output: typeof GetAIRunStatusesResponseSchema;
227
+ },
228
+ /**
229
+ * @generated from rpc api.v1.AIRunStatusService.DeleteAIRunStatus
230
+ */
231
+ deleteAIRunStatus: {
232
+ methodKind: "unary";
233
+ input: typeof DeleteAIRunStatusRequestSchema;
234
+ output: typeof EmptySchema;
235
+ },
236
+ }>;
237
+