@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,281 @@
1
+ // @generated by protoc-gen-es v2.2.3
2
+ // @generated from file api/v1/cycle.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 { EmptySchema, Timestamp } from "@bufbuild/protobuf/wkt";
8
+ import type { Pagination } from "./pagination_pb";
9
+ import type { FilterOptions } from "./filter_pb";
10
+ import type { Cycle } from "./models_pb";
11
+
12
+ /**
13
+ * Describes the file api/v1/cycle.proto.
14
+ */
15
+ export declare const file_api_v1_cycle: GenFile;
16
+
17
+ /**
18
+ * @generated from message api.v1.AddCycleRequest
19
+ */
20
+ export declare type AddCycleRequest = Message<"api.v1.AddCycleRequest"> & {
21
+ /**
22
+ * @generated from field: string name = 1;
23
+ */
24
+ name: string;
25
+
26
+ /**
27
+ * @generated from field: string goal = 2;
28
+ */
29
+ goal: string;
30
+
31
+ /**
32
+ * @generated from field: google.protobuf.Timestamp start_date = 3;
33
+ */
34
+ startDate?: Timestamp;
35
+
36
+ /**
37
+ * @generated from field: google.protobuf.Timestamp end_date = 4;
38
+ */
39
+ endDate?: Timestamp;
40
+
41
+ /**
42
+ * @generated from field: uint32 project_id = 5;
43
+ */
44
+ projectId: number;
45
+
46
+ /**
47
+ * @generated from field: bool is_active = 6;
48
+ */
49
+ isActive: boolean;
50
+
51
+ /**
52
+ * @generated from field: optional string description = 7;
53
+ */
54
+ description?: string;
55
+ };
56
+
57
+ /**
58
+ * Describes the message api.v1.AddCycleRequest.
59
+ * Use `create(AddCycleRequestSchema)` to create a new message.
60
+ */
61
+ export declare const AddCycleRequestSchema: GenMessage<AddCycleRequest>;
62
+
63
+ /**
64
+ * @generated from message api.v1.EditCycleRequest
65
+ */
66
+ export declare type EditCycleRequest = Message<"api.v1.EditCycleRequest"> & {
67
+ /**
68
+ * @generated from field: uint32 id = 1;
69
+ */
70
+ id: number;
71
+
72
+ /**
73
+ * @generated from field: string name = 2;
74
+ */
75
+ name: string;
76
+
77
+ /**
78
+ * @generated from field: string goal = 3;
79
+ */
80
+ goal: string;
81
+
82
+ /**
83
+ * @generated from field: google.protobuf.Timestamp start_date = 4;
84
+ */
85
+ startDate?: Timestamp;
86
+
87
+ /**
88
+ * @generated from field: google.protobuf.Timestamp end_date = 5;
89
+ */
90
+ endDate?: Timestamp;
91
+
92
+ /**
93
+ * @generated from field: bool is_active = 6;
94
+ */
95
+ isActive: boolean;
96
+
97
+ /**
98
+ * @generated from field: optional string description = 7;
99
+ */
100
+ description?: string;
101
+ };
102
+
103
+ /**
104
+ * Describes the message api.v1.EditCycleRequest.
105
+ * Use `create(EditCycleRequestSchema)` to create a new message.
106
+ */
107
+ export declare const EditCycleRequestSchema: GenMessage<EditCycleRequest>;
108
+
109
+ /**
110
+ * @generated from message api.v1.GetCycleRequest
111
+ */
112
+ export declare type GetCycleRequest = Message<"api.v1.GetCycleRequest"> & {
113
+ /**
114
+ * @generated from field: uint32 id = 1;
115
+ */
116
+ id: number;
117
+ };
118
+
119
+ /**
120
+ * Describes the message api.v1.GetCycleRequest.
121
+ * Use `create(GetCycleRequestSchema)` to create a new message.
122
+ */
123
+ export declare const GetCycleRequestSchema: GenMessage<GetCycleRequest>;
124
+
125
+ /**
126
+ * @generated from message api.v1.GetCyclesRequest
127
+ */
128
+ export declare type GetCyclesRequest = Message<"api.v1.GetCyclesRequest"> & {
129
+ /**
130
+ * @generated from field: uint32 project_id = 1;
131
+ */
132
+ projectId: number;
133
+
134
+ /**
135
+ * @generated from field: api.v1.Pagination pagination = 2;
136
+ */
137
+ pagination?: Pagination;
138
+
139
+ /**
140
+ * @generated from field: api.v1.FilterOptions filter_options = 3;
141
+ */
142
+ filterOptions?: FilterOptions;
143
+ };
144
+
145
+ /**
146
+ * Describes the message api.v1.GetCyclesRequest.
147
+ * Use `create(GetCyclesRequestSchema)` to create a new message.
148
+ */
149
+ export declare const GetCyclesRequestSchema: GenMessage<GetCyclesRequest>;
150
+
151
+ /**
152
+ * @generated from message api.v1.DeleteCycleRequest
153
+ */
154
+ export declare type DeleteCycleRequest = Message<"api.v1.DeleteCycleRequest"> & {
155
+ /**
156
+ * @generated from field: uint32 id = 1;
157
+ */
158
+ id: number;
159
+ };
160
+
161
+ /**
162
+ * Describes the message api.v1.DeleteCycleRequest.
163
+ * Use `create(DeleteCycleRequestSchema)` to create a new message.
164
+ */
165
+ export declare const DeleteCycleRequestSchema: GenMessage<DeleteCycleRequest>;
166
+
167
+ /**
168
+ * @generated from message api.v1.AddCycleResponse
169
+ */
170
+ export declare type AddCycleResponse = Message<"api.v1.AddCycleResponse"> & {
171
+ /**
172
+ * @generated from field: api.v1.Cycle cycle = 1;
173
+ */
174
+ cycle?: Cycle;
175
+ };
176
+
177
+ /**
178
+ * Describes the message api.v1.AddCycleResponse.
179
+ * Use `create(AddCycleResponseSchema)` to create a new message.
180
+ */
181
+ export declare const AddCycleResponseSchema: GenMessage<AddCycleResponse>;
182
+
183
+ /**
184
+ * @generated from message api.v1.EditCycleResponse
185
+ */
186
+ export declare type EditCycleResponse = Message<"api.v1.EditCycleResponse"> & {
187
+ /**
188
+ * @generated from field: api.v1.Cycle cycle = 1;
189
+ */
190
+ cycle?: Cycle;
191
+ };
192
+
193
+ /**
194
+ * Describes the message api.v1.EditCycleResponse.
195
+ * Use `create(EditCycleResponseSchema)` to create a new message.
196
+ */
197
+ export declare const EditCycleResponseSchema: GenMessage<EditCycleResponse>;
198
+
199
+ /**
200
+ * @generated from message api.v1.GetCycleResponse
201
+ */
202
+ export declare type GetCycleResponse = Message<"api.v1.GetCycleResponse"> & {
203
+ /**
204
+ * @generated from field: api.v1.Cycle cycle = 1;
205
+ */
206
+ cycle?: Cycle;
207
+ };
208
+
209
+ /**
210
+ * Describes the message api.v1.GetCycleResponse.
211
+ * Use `create(GetCycleResponseSchema)` to create a new message.
212
+ */
213
+ export declare const GetCycleResponseSchema: GenMessage<GetCycleResponse>;
214
+
215
+ /**
216
+ * @generated from message api.v1.GetCyclesResponse
217
+ */
218
+ export declare type GetCyclesResponse = Message<"api.v1.GetCyclesResponse"> & {
219
+ /**
220
+ * @generated from field: repeated api.v1.Cycle cycles = 1;
221
+ */
222
+ cycles: Cycle[];
223
+
224
+ /**
225
+ * @generated from field: api.v1.Pagination pagination = 2;
226
+ */
227
+ pagination?: Pagination;
228
+ };
229
+
230
+ /**
231
+ * Describes the message api.v1.GetCyclesResponse.
232
+ * Use `create(GetCyclesResponseSchema)` to create a new message.
233
+ */
234
+ export declare const GetCyclesResponseSchema: GenMessage<GetCyclesResponse>;
235
+
236
+ /**
237
+ * @generated from service api.v1.CycleService
238
+ */
239
+ export declare const CycleService: GenService<{
240
+ /**
241
+ * @generated from rpc api.v1.CycleService.AddCycle
242
+ */
243
+ addCycle: {
244
+ methodKind: "unary";
245
+ input: typeof AddCycleRequestSchema;
246
+ output: typeof AddCycleResponseSchema;
247
+ },
248
+ /**
249
+ * @generated from rpc api.v1.CycleService.EditCycle
250
+ */
251
+ editCycle: {
252
+ methodKind: "unary";
253
+ input: typeof EditCycleRequestSchema;
254
+ output: typeof EditCycleResponseSchema;
255
+ },
256
+ /**
257
+ * @generated from rpc api.v1.CycleService.GetCycle
258
+ */
259
+ getCycle: {
260
+ methodKind: "unary";
261
+ input: typeof GetCycleRequestSchema;
262
+ output: typeof GetCycleResponseSchema;
263
+ },
264
+ /**
265
+ * @generated from rpc api.v1.CycleService.GetCycles
266
+ */
267
+ getCycles: {
268
+ methodKind: "unary";
269
+ input: typeof GetCyclesRequestSchema;
270
+ output: typeof GetCyclesResponseSchema;
271
+ },
272
+ /**
273
+ * @generated from rpc api.v1.CycleService.DeleteCycle
274
+ */
275
+ deleteCycle: {
276
+ methodKind: "unary";
277
+ input: typeof DeleteCycleRequestSchema;
278
+ output: typeof EmptySchema;
279
+ },
280
+ }>;
281
+
@@ -0,0 +1,87 @@
1
+ // @generated by protoc-gen-es v2.2.3
2
+ // @generated from file api/v1/cycle.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, file_google_protobuf_timestamp } 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/cycle.proto.
15
+ */
16
+ export const file_api_v1_cycle = /*@__PURE__*/
17
+ fileDesc("ChJhcGkvdjEvY3ljbGUucHJvdG8SBmFwaS52MSL8AQoPQWRkQ3ljbGVSZXF1ZXN0EhcKBG5hbWUYASABKAlCCfpCBnIEEAEYZBIYCgRnb2FsGAIgASgJQgr6QgdyBRABGPQDEi4KCnN0YXJ0X2RhdGUYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEiwKCGVuZF9kYXRlGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIbCgpwcm9qZWN0X2lkGAUgASgNQgf6QgQqAigBEhEKCWlzX2FjdGl2ZRgGIAEoCBIYCgtkZXNjcmlwdGlvbhgHIAEoCUgAiAEBQg4KDF9kZXNjcmlwdGlvbiL1AQoQRWRpdEN5Y2xlUmVxdWVzdBITCgJpZBgBIAEoDUIH+kIEKgIoARIXCgRuYW1lGAIgASgJQgn6QgZyBBABGGQSGAoEZ29hbBgDIAEoCUIK+kIHcgUQARj0AxIuCgpzdGFydF9kYXRlGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIsCghlbmRfZGF0ZRgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASEQoJaXNfYWN0aXZlGAYgASgIEhgKC2Rlc2NyaXB0aW9uGAcgASgJSACIAQFCDgoMX2Rlc2NyaXB0aW9uIh0KD0dldEN5Y2xlUmVxdWVzdBIKCgJpZBgBIAEoDSKQAQoQR2V0Q3ljbGVzUmVxdWVzdBIbCgpwcm9qZWN0X2lkGAEgASgNQgf6QgQqAigBEjAKCnBhZ2luYXRpb24YAiABKAsyEi5hcGkudjEuUGFnaW5hdGlvbkII+kIFigECEAESLQoOZmlsdGVyX29wdGlvbnMYAyABKAsyFS5hcGkudjEuRmlsdGVyT3B0aW9ucyIgChJEZWxldGVDeWNsZVJlcXVlc3QSCgoCaWQYASABKA0iMAoQQWRkQ3ljbGVSZXNwb25zZRIcCgVjeWNsZRgBIAEoCzINLmFwaS52MS5DeWNsZSIxChFFZGl0Q3ljbGVSZXNwb25zZRIcCgVjeWNsZRgBIAEoCzINLmFwaS52MS5DeWNsZSIwChBHZXRDeWNsZVJlc3BvbnNlEhwKBWN5Y2xlGAEgASgLMg0uYXBpLnYxLkN5Y2xlIloKEUdldEN5Y2xlc1Jlc3BvbnNlEh0KBmN5Y2xlcxgBIAMoCzINLmFwaS52MS5DeWNsZRImCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb24y4AMKDEN5Y2xlU2VydmljZRJYCghBZGRDeWNsZRIXLmFwaS52MS5BZGRDeWNsZVJlcXVlc3QaGC5hcGkudjEuQWRkQ3ljbGVSZXNwb25zZSIZgtPkkwITOgEqIg4vYXBpL3YxL2N5Y2xlcxJgCglFZGl0Q3ljbGUSGC5hcGkudjEuRWRpdEN5Y2xlUmVxdWVzdBoZLmFwaS52MS5FZGl0Q3ljbGVSZXNwb25zZSIegtPkkwIYOgEqGhMvYXBpL3YxL2N5Y2xlcy97aWR9EloKCEdldEN5Y2xlEhcuYXBpLnYxLkdldEN5Y2xlUmVxdWVzdBoYLmFwaS52MS5HZXRDeWNsZVJlc3BvbnNlIhuC0+STAhUSEy9hcGkvdjEvY3ljbGVzL3tpZH0SWAoJR2V0Q3ljbGVzEhguYXBpLnYxLkdldEN5Y2xlc1JlcXVlc3QaGS5hcGkudjEuR2V0Q3ljbGVzUmVzcG9uc2UiFoLT5JMCEBIOL2FwaS92MS9jeWNsZXMSXgoLRGVsZXRlQ3ljbGUSGi5hcGkudjEuRGVsZXRlQ3ljbGVSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IhuC0+STAhUqEy9hcGkvdjEvY3ljbGVzL3tpZH1CbwoKY29tLmFwaS52MUIKQ3ljbGVQcm90b1ABWhxvcHNlZS9iYWNrZW5kL2dlbi9hcGkvdjE7Z2VuogIDQVhYqgIGQXBpLlYxygIGQXBpXFYx4gISQXBpXFYxXEdQQk1ldGFkYXRh6gIHQXBpOjpWMWIGcHJvdG8z", [file_google_protobuf_timestamp, 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.AddCycleRequest.
21
+ * Use `create(AddCycleRequestSchema)` to create a new message.
22
+ */
23
+ export const AddCycleRequestSchema = /*@__PURE__*/
24
+ messageDesc(file_api_v1_cycle, 0);
25
+
26
+ /**
27
+ * Describes the message api.v1.EditCycleRequest.
28
+ * Use `create(EditCycleRequestSchema)` to create a new message.
29
+ */
30
+ export const EditCycleRequestSchema = /*@__PURE__*/
31
+ messageDesc(file_api_v1_cycle, 1);
32
+
33
+ /**
34
+ * Describes the message api.v1.GetCycleRequest.
35
+ * Use `create(GetCycleRequestSchema)` to create a new message.
36
+ */
37
+ export const GetCycleRequestSchema = /*@__PURE__*/
38
+ messageDesc(file_api_v1_cycle, 2);
39
+
40
+ /**
41
+ * Describes the message api.v1.GetCyclesRequest.
42
+ * Use `create(GetCyclesRequestSchema)` to create a new message.
43
+ */
44
+ export const GetCyclesRequestSchema = /*@__PURE__*/
45
+ messageDesc(file_api_v1_cycle, 3);
46
+
47
+ /**
48
+ * Describes the message api.v1.DeleteCycleRequest.
49
+ * Use `create(DeleteCycleRequestSchema)` to create a new message.
50
+ */
51
+ export const DeleteCycleRequestSchema = /*@__PURE__*/
52
+ messageDesc(file_api_v1_cycle, 4);
53
+
54
+ /**
55
+ * Describes the message api.v1.AddCycleResponse.
56
+ * Use `create(AddCycleResponseSchema)` to create a new message.
57
+ */
58
+ export const AddCycleResponseSchema = /*@__PURE__*/
59
+ messageDesc(file_api_v1_cycle, 5);
60
+
61
+ /**
62
+ * Describes the message api.v1.EditCycleResponse.
63
+ * Use `create(EditCycleResponseSchema)` to create a new message.
64
+ */
65
+ export const EditCycleResponseSchema = /*@__PURE__*/
66
+ messageDesc(file_api_v1_cycle, 6);
67
+
68
+ /**
69
+ * Describes the message api.v1.GetCycleResponse.
70
+ * Use `create(GetCycleResponseSchema)` to create a new message.
71
+ */
72
+ export const GetCycleResponseSchema = /*@__PURE__*/
73
+ messageDesc(file_api_v1_cycle, 7);
74
+
75
+ /**
76
+ * Describes the message api.v1.GetCyclesResponse.
77
+ * Use `create(GetCyclesResponseSchema)` to create a new message.
78
+ */
79
+ export const GetCyclesResponseSchema = /*@__PURE__*/
80
+ messageDesc(file_api_v1_cycle, 8);
81
+
82
+ /**
83
+ * @generated from service api.v1.CycleService
84
+ */
85
+ export const CycleService = /*@__PURE__*/
86
+ serviceDesc(file_api_v1_cycle, 0);
87
+
@@ -0,0 +1,277 @@
1
+ // @generated by protoc-gen-es v2.2.3
2
+ // @generated from file api/v1/deployment.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 { Deployment } from "./models_pb";
10
+ import type { EmptySchema } from "@bufbuild/protobuf/wkt";
11
+
12
+ /**
13
+ * Describes the file api/v1/deployment.proto.
14
+ */
15
+ export declare const file_api_v1_deployment: GenFile;
16
+
17
+ /**
18
+ * Request definitions
19
+ *
20
+ * @generated from message api.v1.AddDeploymentRequest
21
+ */
22
+ export declare type AddDeploymentRequest = Message<"api.v1.AddDeploymentRequest"> & {
23
+ /**
24
+ * @generated from field: string status = 1;
25
+ */
26
+ status: string;
27
+
28
+ /**
29
+ * @generated from field: optional string url = 2;
30
+ */
31
+ url?: string;
32
+
33
+ /**
34
+ * @generated from field: optional string logs_url = 3;
35
+ */
36
+ logsUrl?: string;
37
+
38
+ /**
39
+ * @generated from field: optional string metadata_json = 4;
40
+ */
41
+ metadataJson?: string;
42
+
43
+ /**
44
+ * @generated from field: uint32 environment_id = 5;
45
+ */
46
+ environmentId: number;
47
+
48
+ /**
49
+ * @generated from field: uint32 ai_workflow_run_id = 6;
50
+ */
51
+ aiWorkflowRunId: number;
52
+ };
53
+
54
+ /**
55
+ * Describes the message api.v1.AddDeploymentRequest.
56
+ * Use `create(AddDeploymentRequestSchema)` to create a new message.
57
+ */
58
+ export declare const AddDeploymentRequestSchema: GenMessage<AddDeploymentRequest>;
59
+
60
+ /**
61
+ * @generated from message api.v1.EditDeploymentRequest
62
+ */
63
+ export declare type EditDeploymentRequest = Message<"api.v1.EditDeploymentRequest"> & {
64
+ /**
65
+ * @generated from field: uint32 id = 1;
66
+ */
67
+ id: number;
68
+
69
+ /**
70
+ * @generated from field: string status = 2;
71
+ */
72
+ status: string;
73
+
74
+ /**
75
+ * @generated from field: optional string url = 3;
76
+ */
77
+ url?: string;
78
+
79
+ /**
80
+ * @generated from field: optional string logs_url = 4;
81
+ */
82
+ logsUrl?: string;
83
+
84
+ /**
85
+ * @generated from field: optional string metadata_json = 5;
86
+ */
87
+ metadataJson?: string;
88
+
89
+ /**
90
+ * @generated from field: uint32 environment_id = 6;
91
+ */
92
+ environmentId: number;
93
+
94
+ /**
95
+ * @generated from field: uint32 ai_workflow_run_id = 7;
96
+ */
97
+ aiWorkflowRunId: number;
98
+ };
99
+
100
+ /**
101
+ * Describes the message api.v1.EditDeploymentRequest.
102
+ * Use `create(EditDeploymentRequestSchema)` to create a new message.
103
+ */
104
+ export declare const EditDeploymentRequestSchema: GenMessage<EditDeploymentRequest>;
105
+
106
+ /**
107
+ * @generated from message api.v1.GetDeploymentRequest
108
+ */
109
+ export declare type GetDeploymentRequest = Message<"api.v1.GetDeploymentRequest"> & {
110
+ /**
111
+ * @generated from field: uint32 id = 1;
112
+ */
113
+ id: number;
114
+ };
115
+
116
+ /**
117
+ * Describes the message api.v1.GetDeploymentRequest.
118
+ * Use `create(GetDeploymentRequestSchema)` to create a new message.
119
+ */
120
+ export declare const GetDeploymentRequestSchema: GenMessage<GetDeploymentRequest>;
121
+
122
+ /**
123
+ * @generated from message api.v1.GetDeploymentsRequest
124
+ */
125
+ export declare type GetDeploymentsRequest = Message<"api.v1.GetDeploymentsRequest"> & {
126
+ /**
127
+ * @generated from field: api.v1.Pagination pagination = 1;
128
+ */
129
+ pagination?: Pagination;
130
+
131
+ /**
132
+ * @generated from field: api.v1.FilterOptions filter_options = 2;
133
+ */
134
+ filterOptions?: FilterOptions;
135
+ };
136
+
137
+ /**
138
+ * Describes the message api.v1.GetDeploymentsRequest.
139
+ * Use `create(GetDeploymentsRequestSchema)` to create a new message.
140
+ */
141
+ export declare const GetDeploymentsRequestSchema: GenMessage<GetDeploymentsRequest>;
142
+
143
+ /**
144
+ * @generated from message api.v1.DeleteDeploymentRequest
145
+ */
146
+ export declare type DeleteDeploymentRequest = Message<"api.v1.DeleteDeploymentRequest"> & {
147
+ /**
148
+ * @generated from field: uint32 id = 1;
149
+ */
150
+ id: number;
151
+ };
152
+
153
+ /**
154
+ * Describes the message api.v1.DeleteDeploymentRequest.
155
+ * Use `create(DeleteDeploymentRequestSchema)` to create a new message.
156
+ */
157
+ export declare const DeleteDeploymentRequestSchema: GenMessage<DeleteDeploymentRequest>;
158
+
159
+ /**
160
+ * Response definitions
161
+ *
162
+ * @generated from message api.v1.GetDeploymentsResponse
163
+ */
164
+ export declare type GetDeploymentsResponse = Message<"api.v1.GetDeploymentsResponse"> & {
165
+ /**
166
+ * @generated from field: repeated api.v1.Deployment deployments = 1;
167
+ */
168
+ deployments: Deployment[];
169
+
170
+ /**
171
+ * @generated from field: api.v1.Pagination pagination = 2;
172
+ */
173
+ pagination?: Pagination;
174
+ };
175
+
176
+ /**
177
+ * Describes the message api.v1.GetDeploymentsResponse.
178
+ * Use `create(GetDeploymentsResponseSchema)` to create a new message.
179
+ */
180
+ export declare const GetDeploymentsResponseSchema: GenMessage<GetDeploymentsResponse>;
181
+
182
+ /**
183
+ * @generated from message api.v1.AddDeploymentResponse
184
+ */
185
+ export declare type AddDeploymentResponse = Message<"api.v1.AddDeploymentResponse"> & {
186
+ /**
187
+ * @generated from field: api.v1.Deployment deployment = 1;
188
+ */
189
+ deployment?: Deployment;
190
+ };
191
+
192
+ /**
193
+ * Describes the message api.v1.AddDeploymentResponse.
194
+ * Use `create(AddDeploymentResponseSchema)` to create a new message.
195
+ */
196
+ export declare const AddDeploymentResponseSchema: GenMessage<AddDeploymentResponse>;
197
+
198
+ /**
199
+ * @generated from message api.v1.EditDeploymentResponse
200
+ */
201
+ export declare type EditDeploymentResponse = Message<"api.v1.EditDeploymentResponse"> & {
202
+ /**
203
+ * @generated from field: api.v1.Deployment deployment = 1;
204
+ */
205
+ deployment?: Deployment;
206
+ };
207
+
208
+ /**
209
+ * Describes the message api.v1.EditDeploymentResponse.
210
+ * Use `create(EditDeploymentResponseSchema)` to create a new message.
211
+ */
212
+ export declare const EditDeploymentResponseSchema: GenMessage<EditDeploymentResponse>;
213
+
214
+ /**
215
+ * @generated from message api.v1.GetDeploymentResponse
216
+ */
217
+ export declare type GetDeploymentResponse = Message<"api.v1.GetDeploymentResponse"> & {
218
+ /**
219
+ * @generated from field: api.v1.Deployment deployment = 1;
220
+ */
221
+ deployment?: Deployment;
222
+ };
223
+
224
+ /**
225
+ * Describes the message api.v1.GetDeploymentResponse.
226
+ * Use `create(GetDeploymentResponseSchema)` to create a new message.
227
+ */
228
+ export declare const GetDeploymentResponseSchema: GenMessage<GetDeploymentResponse>;
229
+
230
+ /**
231
+ * Service definition
232
+ *
233
+ * @generated from service api.v1.DeploymentService
234
+ */
235
+ export declare const DeploymentService: GenService<{
236
+ /**
237
+ * @generated from rpc api.v1.DeploymentService.AddDeployment
238
+ */
239
+ addDeployment: {
240
+ methodKind: "unary";
241
+ input: typeof AddDeploymentRequestSchema;
242
+ output: typeof AddDeploymentResponseSchema;
243
+ },
244
+ /**
245
+ * @generated from rpc api.v1.DeploymentService.EditDeployment
246
+ */
247
+ editDeployment: {
248
+ methodKind: "unary";
249
+ input: typeof EditDeploymentRequestSchema;
250
+ output: typeof EditDeploymentResponseSchema;
251
+ },
252
+ /**
253
+ * @generated from rpc api.v1.DeploymentService.GetDeployment
254
+ */
255
+ getDeployment: {
256
+ methodKind: "unary";
257
+ input: typeof GetDeploymentRequestSchema;
258
+ output: typeof GetDeploymentResponseSchema;
259
+ },
260
+ /**
261
+ * @generated from rpc api.v1.DeploymentService.GetDeployments
262
+ */
263
+ getDeployments: {
264
+ methodKind: "unary";
265
+ input: typeof GetDeploymentsRequestSchema;
266
+ output: typeof GetDeploymentsResponseSchema;
267
+ },
268
+ /**
269
+ * @generated from rpc api.v1.DeploymentService.DeleteDeployment
270
+ */
271
+ deleteDeployment: {
272
+ methodKind: "unary";
273
+ input: typeof DeleteDeploymentRequestSchema;
274
+ output: typeof EmptySchema;
275
+ },
276
+ }>;
277
+