@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.
- package/bin/opsee-mcp.js +21 -0
- package/gen/api/v1/account_pb.d.ts +393 -0
- package/gen/api/v1/account_pb.js +111 -0
- package/gen/api/v1/activity_log_pb.d.ts +297 -0
- package/gen/api/v1/activity_log_pb.js +89 -0
- package/gen/api/v1/ai_run_status_pb.d.ts +237 -0
- package/gen/api/v1/ai_run_status_pb.js +89 -0
- package/gen/api/v1/ai_unit_category_pb.d.ts +237 -0
- package/gen/api/v1/ai_unit_category_pb.js +89 -0
- package/gen/api/v1/ai_unit_stage_pb.d.ts +347 -0
- package/gen/api/v1/ai_unit_stage_pb.js +117 -0
- package/gen/api/v1/ai_unit_status_pb.d.ts +237 -0
- package/gen/api/v1/ai_unit_status_pb.js +89 -0
- package/gen/api/v1/ai_workflow_run_pb.d.ts +542 -0
- package/gen/api/v1/ai_workflow_run_pb.js +159 -0
- package/gen/api/v1/ai_workflow_unit_pb.d.ts +431 -0
- package/gen/api/v1/ai_workflow_unit_pb.js +103 -0
- package/gen/api/v1/attachment_pb.d.ts +297 -0
- package/gen/api/v1/attachment_pb.js +89 -0
- package/gen/api/v1/billing_pb.d.ts +1206 -0
- package/gen/api/v1/billing_pb.js +288 -0
- package/gen/api/v1/board_column_pb.d.ts +282 -0
- package/gen/api/v1/board_column_pb.js +89 -0
- package/gen/api/v1/board_pb.d.ts +296 -0
- package/gen/api/v1/board_pb.js +96 -0
- package/gen/api/v1/comment_pb.d.ts +277 -0
- package/gen/api/v1/comment_pb.js +89 -0
- package/gen/api/v1/company_pb.d.ts +452 -0
- package/gen/api/v1/company_pb.js +110 -0
- package/gen/api/v1/component_pb.d.ts +267 -0
- package/gen/api/v1/component_pb.js +89 -0
- package/gen/api/v1/contact_pb.d.ts +58 -0
- package/gen/api/v1/contact_pb.js +28 -0
- package/gen/api/v1/country_pb.d.ts +257 -0
- package/gen/api/v1/country_pb.js +89 -0
- package/gen/api/v1/credit_transaction_pb.d.ts +277 -0
- package/gen/api/v1/credit_transaction_pb.js +89 -0
- package/gen/api/v1/cycle_pb.d.ts +281 -0
- package/gen/api/v1/cycle_pb.js +87 -0
- package/gen/api/v1/deployment_pb.d.ts +277 -0
- package/gen/api/v1/deployment_pb.js +89 -0
- package/gen/api/v1/doc_page_pb.d.ts +505 -0
- package/gen/api/v1/doc_page_pb.js +138 -0
- package/gen/api/v1/doc_page_version_pb.d.ts +287 -0
- package/gen/api/v1/doc_page_version_pb.js +89 -0
- package/gen/api/v1/doc_space_pb.d.ts +297 -0
- package/gen/api/v1/doc_space_pb.js +89 -0
- package/gen/api/v1/document_link_pb.d.ts +174 -0
- package/gen/api/v1/document_link_pb.js +61 -0
- package/gen/api/v1/document_pb.d.ts +548 -0
- package/gen/api/v1/document_pb.js +152 -0
- package/gen/api/v1/environment_pb.d.ts +277 -0
- package/gen/api/v1/environment_pb.js +89 -0
- package/gen/api/v1/filter_pb.d.ts +66 -0
- package/gen/api/v1/filter_pb.js +26 -0
- package/gen/api/v1/label_pb.d.ts +267 -0
- package/gen/api/v1/label_pb.js +89 -0
- package/gen/api/v1/models_pb.d.ts +3137 -0
- package/gen/api/v1/models_pb.js +357 -0
- package/gen/api/v1/notification_pb.d.ts +317 -0
- package/gen/api/v1/notification_pb.js +89 -0
- package/gen/api/v1/orchestrator_pb.d.ts +1813 -0
- package/gen/api/v1/orchestrator_pb.js +353 -0
- package/gen/api/v1/pagination_pb.d.ts +92 -0
- package/gen/api/v1/pagination_pb.js +33 -0
- package/gen/api/v1/permission_pb.d.ts +222 -0
- package/gen/api/v1/permission_pb.js +89 -0
- package/gen/api/v1/preference_pb.d.ts +109 -0
- package/gen/api/v1/preference_pb.js +42 -0
- package/gen/api/v1/project_membership_pb.d.ts +321 -0
- package/gen/api/v1/project_membership_pb.js +103 -0
- package/gen/api/v1/project_pb.d.ts +473 -0
- package/gen/api/v1/project_pb.js +145 -0
- package/gen/api/v1/reporting_pb.d.ts +1481 -0
- package/gen/api/v1/reporting_pb.js +373 -0
- package/gen/api/v1/role_pb.d.ts +252 -0
- package/gen/api/v1/role_pb.js +101 -0
- package/gen/api/v1/subscription_pb.d.ts +307 -0
- package/gen/api/v1/subscription_pb.js +89 -0
- package/gen/api/v1/swagger_pb.d.ts +11 -0
- package/gen/api/v1/swagger_pb.js +13 -0
- package/gen/api/v1/task_component_pb.d.ts +242 -0
- package/gen/api/v1/task_component_pb.js +89 -0
- package/gen/api/v1/task_contributor_pb.d.ts +252 -0
- package/gen/api/v1/task_contributor_pb.js +89 -0
- package/gen/api/v1/task_doc_page_pb.d.ts +186 -0
- package/gen/api/v1/task_doc_page_pb.js +73 -0
- package/gen/api/v1/task_document_pb.d.ts +186 -0
- package/gen/api/v1/task_document_pb.js +73 -0
- package/gen/api/v1/task_label_pb.d.ts +242 -0
- package/gen/api/v1/task_label_pb.js +89 -0
- package/gen/api/v1/task_pb.d.ts +780 -0
- package/gen/api/v1/task_pb.js +173 -0
- package/gen/api/v1/task_priority_pb.d.ts +267 -0
- package/gen/api/v1/task_priority_pb.js +89 -0
- package/gen/api/v1/task_repository_pb.d.ts +242 -0
- package/gen/api/v1/task_repository_pb.js +89 -0
- package/gen/api/v1/task_type_pb.d.ts +277 -0
- package/gen/api/v1/task_type_pb.js +89 -0
- package/gen/api/v1/test_run_pb.d.ts +277 -0
- package/gen/api/v1/test_run_pb.js +89 -0
- package/gen/api/v1/user_pb.d.ts +366 -0
- package/gen/api/v1/user_pb.js +117 -0
- package/gen/api/v1/vcs_connection_pb.d.ts +964 -0
- package/gen/api/v1/vcs_connection_pb.js +228 -0
- package/gen/api/v1/vcs_integration_pb.d.ts +479 -0
- package/gen/api/v1/vcs_integration_pb.js +125 -0
- package/gen/api/v1/vcs_pb.d.ts +36 -0
- package/gen/api/v1/vcs_pb.js +24 -0
- package/gen/api/v1/view_pb.d.ts +337 -0
- package/gen/api/v1/view_pb.js +102 -0
- package/gen/google/api/annotations_pb.d.ts +34 -0
- package/gen/google/api/annotations_pb.js +36 -0
- package/gen/google/api/http_pb.d.ts +477 -0
- package/gen/google/api/http_pb.js +47 -0
- package/gen/protoc-gen-openapiv2/options/annotations_pb.d.ts +63 -0
- package/gen/protoc-gen-openapiv2/options/annotations_pb.js +69 -0
- package/gen/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1497 -0
- package/gen/protoc-gen-openapiv2/options/openapiv2_pb.js +232 -0
- package/gen/validate/validate_pb.d.ts +1953 -0
- package/gen/validate/validate_pb.js +223 -0
- package/package.json +37 -0
- package/src/auth/credentials.ts +65 -0
- package/src/auth/login.ts +96 -0
- package/src/auth/manager.ts +49 -0
- package/src/client/api.ts +91 -0
- package/src/index.ts +13 -0
- package/src/server.ts +26 -0
- package/src/tools/cycles.ts +77 -0
- package/src/tools/docs.ts +148 -0
- package/src/tools/projects.ts +40 -0
- package/src/tools/repositories.ts +41 -0
- package/src/tools/task-metadata.ts +96 -0
- package/src/tools/tasks.ts +228 -0
- package/src/tools/user.ts +33 -0
- package/src/utils/format.ts +141 -0
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/ai_workflow_run.proto (package api.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc, tsEnum } 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/ai_workflow_run.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_ai_workflow_run = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChxhcGkvdjEvYWlfd29ya2Zsb3dfcnVuLnByb3RvEgZhcGkudjEi7AEKF0FkZEFJV29ya2Zsb3dSdW5SZXF1ZXN0EiYKFWFpX2NyZWRpdHNfdXNlZF90b3RhbBgBIAEoBUIH+kIEGgIoABIaCg1tZXRhZGF0YV9qc29uGAIgASgJSACIAQESDwoHdGFza19pZBgDIAEoDRIcChR0cmlnZ2VyZWRfYnlfdXNlcl9pZBgEIAEoDRIYChBhaV9ydW5fc3RhdHVzX2lkGAUgASgNEh0KEGN1cnJlbnRfc3RhZ2VfaWQYBiABKA1IAYgBAUIQCg5fbWV0YWRhdGFfanNvbkITChFfY3VycmVudF9zdGFnZV9pZCKCAgoYRWRpdEFJV29ya2Zsb3dSdW5SZXF1ZXN0EhMKAmlkGAEgASgNQgf6QgQqAigBEiYKFWFpX2NyZWRpdHNfdXNlZF90b3RhbBgCIAEoBUIH+kIEGgIoABIaCg1tZXRhZGF0YV9qc29uGAMgASgJSACIAQESDwoHdGFza19pZBgEIAEoDRIcChR0cmlnZ2VyZWRfYnlfdXNlcl9pZBgFIAEoDRIYChBhaV9ydW5fc3RhdHVzX2lkGAYgASgNEh0KEGN1cnJlbnRfc3RhZ2VfaWQYByABKA1IAYgBAUIQCg5fbWV0YWRhdGFfanNvbkITChFfY3VycmVudF9zdGFnZV9pZCIlChdHZXRBSVdvcmtmbG93UnVuUmVxdWVzdBIKCgJpZBgBIAEoDSJ7ChhHZXRBSVdvcmtmbG93UnVuc1JlcXVlc3QSMAoKcGFnaW5hdGlvbhgBIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uQgj6QgWKAQIQARItCg5maWx0ZXJfb3B0aW9ucxgCIAEoCzIVLmFwaS52MS5GaWx0ZXJPcHRpb25zIigKGkRlbGV0ZUFJV29ya2Zsb3dSdW5SZXF1ZXN0EgoKAmlkGAEgASgNInQKGUdldEFJV29ya2Zsb3dSdW5zUmVzcG9uc2USLwoQYWlfd29ya2Zsb3dfcnVucxgBIAMoCzIVLmFwaS52MS5BSVdvcmtmbG93UnVuEiYKCnBhZ2luYXRpb24YAiABKAsyEi5hcGkudjEuUGFnaW5hdGlvbiJKChhBZGRBSVdvcmtmbG93UnVuUmVzcG9uc2USLgoPYWlfd29ya2Zsb3dfcnVuGAEgASgLMhUuYXBpLnYxLkFJV29ya2Zsb3dSdW4iSwoZRWRpdEFJV29ya2Zsb3dSdW5SZXNwb25zZRIuCg9haV93b3JrZmxvd19ydW4YASABKAsyFS5hcGkudjEuQUlXb3JrZmxvd1J1biJKChhHZXRBSVdvcmtmbG93UnVuUmVzcG9uc2USLgoPYWlfd29ya2Zsb3dfcnVuGAEgASgLMhUuYXBpLnYxLkFJV29ya2Zsb3dSdW4iYgoeR2V0QUlXb3JrZmxvd1J1bnNCeVRhc2tSZXF1ZXN0EhgKB3Rhc2tfaWQYASABKA1CB/pCBCoCKAESJgoKcGFnaW5hdGlvbhgCIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uInoKH0dldEFJV29ya2Zsb3dSdW5zQnlUYXNrUmVzcG9uc2USLwoQYWlfd29ya2Zsb3dfcnVucxgBIAMoCzIVLmFwaS52MS5BSVdvcmtmbG93UnVuEiYKCnBhZ2luYXRpb24YAiABKAsyEi5hcGkudjEuUGFnaW5hdGlvbiJrCh1TdHJlYW1Xb3JrZmxvd1Byb2dyZXNzUmVxdWVzdBIYCgd0YXNrX2lkGAEgASgNQgf6QgQqAigBEhwKD3dvcmtmbG93X3J1bl9pZBgCIAEoDUgAiAEBQhIKEF93b3JrZmxvd19ydW5faWQi9wEKFldvcmtmbG93UHJvZ3Jlc3NVcGRhdGUSJAoEdW5pdBgBIAEoCzIWLmFwaS52MS5BSVdvcmtmbG93VW5pdBI5Cgt1cGRhdGVfdHlwZRgCIAEoDjIaLmFwaS52MS5Xb3JrZmxvd1VwZGF0ZVR5cGVCCPpCBYIBAhABEisKDHJ1bl9tZXRhZGF0YRgDIAEoCzIVLmFwaS52MS5BSVdvcmtmbG93UnVuEi0KCXRpbWVzdGFtcBgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASFAoHbWVzc2FnZRgFIAEoCUgAiAEBQgoKCF9tZXNzYWdlIjgKHEdldEFjdGl2ZVdvcmtmbG93UnVuc1JlcXVlc3QSGAoHdGFza19pZBgBIAEoDUIH+kIEKgIoASJLCh1HZXRBY3RpdmVXb3JrZmxvd1J1bnNSZXNwb25zZRIqCgthY3RpdmVfcnVucxgBIAMoCzIVLmFwaS52MS5BSVdvcmtmbG93UnVuIlwKGENhbmNlbFdvcmtmbG93UnVuUmVxdWVzdBIgCg93b3JrZmxvd19ydW5faWQYASABKA1CB/pCBCoCKAESEwoGcmVhc29uGAIgASgJSACIAQFCCQoHX3JlYXNvbiJIChlDYW5jZWxXb3JrZmxvd1J1blJlc3BvbnNlEisKDHdvcmtmbG93X3J1bhgBIAEoCzIVLmFwaS52MS5BSVdvcmtmbG93UnVuKpQCChJXb3JrZmxvd1VwZGF0ZVR5cGUSJAogV09SS0ZMT1dfVVBEQVRFX1RZUEVfVU5TUEVDSUZJRUQQABIgChxXT1JLRkxPV19VUERBVEVfVFlQRV9DUkVBVEVEEAESIAocV09SS0ZMT1dfVVBEQVRFX1RZUEVfVVBEQVRFRBACEiIKHldPUktGTE9XX1VQREFURV9UWVBFX0NPTVBMRVRFRBADEh8KG1dPUktGTE9XX1VQREFURV9UWVBFX0ZBSUxFRBAEEiYKIldPUktGTE9XX1VQREFURV9UWVBFX1NUQUdFX0NIQU5HRUQQBRInCiNXT1JLRkxPV19VUERBVEVfVFlQRV9TVEFUVVNfQ0hBTkdFRBAGMvAJChRBSVdvcmtmbG93UnVuU2VydmljZRJ6ChBBZGRBSVdvcmtmbG93UnVuEh8uYXBpLnYxLkFkZEFJV29ya2Zsb3dSdW5SZXF1ZXN0GiAuYXBpLnYxLkFkZEFJV29ya2Zsb3dSdW5SZXNwb25zZSIjgtPkkwIdOgEqIhgvYXBpL3YxL2FpX3dvcmtmbG93X3J1bnMSggEKEUVkaXRBSVdvcmtmbG93UnVuEiAuYXBpLnYxLkVkaXRBSVdvcmtmbG93UnVuUmVxdWVzdBohLmFwaS52MS5FZGl0QUlXb3JrZmxvd1J1blJlc3BvbnNlIiiC0+STAiI6ASoaHS9hcGkvdjEvYWlfd29ya2Zsb3dfcnVucy97aWR9EnwKEEdldEFJV29ya2Zsb3dSdW4SHy5hcGkudjEuR2V0QUlXb3JrZmxvd1J1blJlcXVlc3QaIC5hcGkudjEuR2V0QUlXb3JrZmxvd1J1blJlc3BvbnNlIiWC0+STAh8SHS9hcGkvdjEvYWlfd29ya2Zsb3dfcnVucy97aWR9EnoKEUdldEFJV29ya2Zsb3dSdW5zEiAuYXBpLnYxLkdldEFJV29ya2Zsb3dSdW5zUmVxdWVzdBohLmFwaS52MS5HZXRBSVdvcmtmbG93UnVuc1Jlc3BvbnNlIiCC0+STAhoSGC9hcGkvdjEvYWlfd29ya2Zsb3dfcnVucxJ4ChNEZWxldGVBSVdvcmtmbG93UnVuEiIuYXBpLnYxLkRlbGV0ZUFJV29ya2Zsb3dSdW5SZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IiWC0+STAh8qHS9hcGkvdjEvYWlfd29ya2Zsb3dfcnVucy97aWR9EpwBChdHZXRBSVdvcmtmbG93UnVuc0J5VGFzaxImLmFwaS52MS5HZXRBSVdvcmtmbG93UnVuc0J5VGFza1JlcXVlc3QaJy5hcGkudjEuR2V0QUlXb3JrZmxvd1J1bnNCeVRhc2tSZXNwb25zZSIwgtPkkwIqEigvYXBpL3YxL3Rhc2tzL3t0YXNrX2lkfS9haV93b3JrZmxvd19ydW5zEooBChZTdHJlYW1Xb3JrZmxvd1Byb2dyZXNzEiUuYXBpLnYxLlN0cmVhbVdvcmtmbG93UHJvZ3Jlc3NSZXF1ZXN0Gh4uYXBpLnYxLldvcmtmbG93UHJvZ3Jlc3NVcGRhdGUiJ4LT5JMCIRIfL2FwaS92MS9haV93b3JrZmxvd19ydW5zL3N0cmVhbTABEp0BChVHZXRBY3RpdmVXb3JrZmxvd1J1bnMSJC5hcGkudjEuR2V0QWN0aXZlV29ya2Zsb3dSdW5zUmVxdWVzdBolLmFwaS52MS5HZXRBY3RpdmVXb3JrZmxvd1J1bnNSZXNwb25zZSI3gtPkkwIxEi8vYXBpL3YxL3Rhc2tzL3t0YXNrX2lkfS9haV93b3JrZmxvd19ydW5zL2FjdGl2ZRKWAQoRQ2FuY2VsV29ya2Zsb3dSdW4SIC5hcGkudjEuQ2FuY2VsV29ya2Zsb3dSdW5SZXF1ZXN0GiEuYXBpLnYxLkNhbmNlbFdvcmtmbG93UnVuUmVzcG9uc2UiPILT5JMCNjoBKiIxL2FwaS92MS9haV93b3JrZmxvd19ydW5zL3t3b3JrZmxvd19ydW5faWR9L2NhbmNlbEJ3Cgpjb20uYXBpLnYxQhJBaVdvcmtmbG93UnVuUHJvdG9QAVocb3BzZWUvYmFja2VuZC9nZW4vYXBpL3YxO2dlbqICA0FYWKoCBkFwaS5WMcoCBkFwaVxWMeICEkFwaVxWMVxHUEJNZXRhZGF0YeoCB0FwaTo6VjFiBnByb3RvMw", [file_google_protobuf_empty, file_google_protobuf_timestamp, 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.AddAIWorkflowRunRequest.
|
|
21
|
+
* Use `create(AddAIWorkflowRunRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddAIWorkflowRunRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_ai_workflow_run, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditAIWorkflowRunRequest.
|
|
28
|
+
* Use `create(EditAIWorkflowRunRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditAIWorkflowRunRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_ai_workflow_run, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetAIWorkflowRunRequest.
|
|
35
|
+
* Use `create(GetAIWorkflowRunRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetAIWorkflowRunRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_ai_workflow_run, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetAIWorkflowRunsRequest.
|
|
42
|
+
* Use `create(GetAIWorkflowRunsRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetAIWorkflowRunsRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_ai_workflow_run, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteAIWorkflowRunRequest.
|
|
49
|
+
* Use `create(DeleteAIWorkflowRunRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteAIWorkflowRunRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_ai_workflow_run, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetAIWorkflowRunsResponse.
|
|
56
|
+
* Use `create(GetAIWorkflowRunsResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetAIWorkflowRunsResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_ai_workflow_run, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddAIWorkflowRunResponse.
|
|
63
|
+
* Use `create(AddAIWorkflowRunResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddAIWorkflowRunResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_ai_workflow_run, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditAIWorkflowRunResponse.
|
|
70
|
+
* Use `create(EditAIWorkflowRunResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditAIWorkflowRunResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_ai_workflow_run, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetAIWorkflowRunResponse.
|
|
77
|
+
* Use `create(GetAIWorkflowRunResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetAIWorkflowRunResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_ai_workflow_run, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Describes the message api.v1.GetAIWorkflowRunsByTaskRequest.
|
|
84
|
+
* Use `create(GetAIWorkflowRunsByTaskRequestSchema)` to create a new message.
|
|
85
|
+
*/
|
|
86
|
+
export const GetAIWorkflowRunsByTaskRequestSchema = /*@__PURE__*/
|
|
87
|
+
messageDesc(file_api_v1_ai_workflow_run, 9);
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Describes the message api.v1.GetAIWorkflowRunsByTaskResponse.
|
|
91
|
+
* Use `create(GetAIWorkflowRunsByTaskResponseSchema)` to create a new message.
|
|
92
|
+
*/
|
|
93
|
+
export const GetAIWorkflowRunsByTaskResponseSchema = /*@__PURE__*/
|
|
94
|
+
messageDesc(file_api_v1_ai_workflow_run, 10);
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Describes the message api.v1.StreamWorkflowProgressRequest.
|
|
98
|
+
* Use `create(StreamWorkflowProgressRequestSchema)` to create a new message.
|
|
99
|
+
*/
|
|
100
|
+
export const StreamWorkflowProgressRequestSchema = /*@__PURE__*/
|
|
101
|
+
messageDesc(file_api_v1_ai_workflow_run, 11);
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Describes the message api.v1.WorkflowProgressUpdate.
|
|
105
|
+
* Use `create(WorkflowProgressUpdateSchema)` to create a new message.
|
|
106
|
+
*/
|
|
107
|
+
export const WorkflowProgressUpdateSchema = /*@__PURE__*/
|
|
108
|
+
messageDesc(file_api_v1_ai_workflow_run, 12);
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Describes the message api.v1.GetActiveWorkflowRunsRequest.
|
|
112
|
+
* Use `create(GetActiveWorkflowRunsRequestSchema)` to create a new message.
|
|
113
|
+
*/
|
|
114
|
+
export const GetActiveWorkflowRunsRequestSchema = /*@__PURE__*/
|
|
115
|
+
messageDesc(file_api_v1_ai_workflow_run, 13);
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Describes the message api.v1.GetActiveWorkflowRunsResponse.
|
|
119
|
+
* Use `create(GetActiveWorkflowRunsResponseSchema)` to create a new message.
|
|
120
|
+
*/
|
|
121
|
+
export const GetActiveWorkflowRunsResponseSchema = /*@__PURE__*/
|
|
122
|
+
messageDesc(file_api_v1_ai_workflow_run, 14);
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Describes the message api.v1.CancelWorkflowRunRequest.
|
|
126
|
+
* Use `create(CancelWorkflowRunRequestSchema)` to create a new message.
|
|
127
|
+
*/
|
|
128
|
+
export const CancelWorkflowRunRequestSchema = /*@__PURE__*/
|
|
129
|
+
messageDesc(file_api_v1_ai_workflow_run, 15);
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Describes the message api.v1.CancelWorkflowRunResponse.
|
|
133
|
+
* Use `create(CancelWorkflowRunResponseSchema)` to create a new message.
|
|
134
|
+
*/
|
|
135
|
+
export const CancelWorkflowRunResponseSchema = /*@__PURE__*/
|
|
136
|
+
messageDesc(file_api_v1_ai_workflow_run, 16);
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Describes the enum api.v1.WorkflowUpdateType.
|
|
140
|
+
*/
|
|
141
|
+
export const WorkflowUpdateTypeSchema = /*@__PURE__*/
|
|
142
|
+
enumDesc(file_api_v1_ai_workflow_run, 0);
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Enum for workflow progress update types
|
|
146
|
+
*
|
|
147
|
+
* @generated from enum api.v1.WorkflowUpdateType
|
|
148
|
+
*/
|
|
149
|
+
export const WorkflowUpdateType = /*@__PURE__*/
|
|
150
|
+
tsEnum(WorkflowUpdateTypeSchema);
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* Service definition
|
|
154
|
+
*
|
|
155
|
+
* @generated from service api.v1.AIWorkflowRunService
|
|
156
|
+
*/
|
|
157
|
+
export const AIWorkflowRunService = /*@__PURE__*/
|
|
158
|
+
serviceDesc(file_api_v1_ai_workflow_run, 0);
|
|
159
|
+
|
|
@@ -0,0 +1,431 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/ai_workflow_unit.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 { AIWorkflowUnit } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/ai_workflow_unit.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_ai_workflow_unit: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddAIWorkflowUnitRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddAIWorkflowUnitRequest = Message<"api.v1.AddAIWorkflowUnitRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: int32 sequence_order = 1;
|
|
25
|
+
*/
|
|
26
|
+
sequenceOrder: number;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: string work_description = 2;
|
|
30
|
+
*/
|
|
31
|
+
workDescription: string;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: optional string github_branch = 3;
|
|
35
|
+
*/
|
|
36
|
+
githubBranch?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: optional string github_pr_url = 4;
|
|
40
|
+
*/
|
|
41
|
+
githubPrUrl?: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: optional string deployment_url = 5;
|
|
45
|
+
*/
|
|
46
|
+
deploymentUrl?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: optional string test_results_json = 6;
|
|
50
|
+
*/
|
|
51
|
+
testResultsJson?: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @generated from field: optional string error_log = 7;
|
|
55
|
+
*/
|
|
56
|
+
errorLog?: string;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: int32 ai_credits_used = 8;
|
|
60
|
+
*/
|
|
61
|
+
aiCreditsUsed: number;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: optional string metadata_json = 9;
|
|
65
|
+
*/
|
|
66
|
+
metadataJson?: string;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* @generated from field: uint32 ai_workflow_run_id = 10;
|
|
70
|
+
*/
|
|
71
|
+
aiWorkflowRunId: number;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @generated from field: uint32 task_id = 11;
|
|
75
|
+
*/
|
|
76
|
+
taskId: number;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @generated from field: uint32 git_hub_integration_id = 12;
|
|
80
|
+
*/
|
|
81
|
+
gitHubIntegrationId: number;
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* @generated from field: optional uint32 ai_unit_category_id = 13;
|
|
85
|
+
*/
|
|
86
|
+
aiUnitCategoryId?: number;
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* @generated from field: uint32 ai_unit_stage_id = 14;
|
|
90
|
+
*/
|
|
91
|
+
aiUnitStageId: number;
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* @generated from field: uint32 ai_unit_status_id = 15;
|
|
95
|
+
*/
|
|
96
|
+
aiUnitStatusId: number;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* @generated from field: optional uint32 depends_on_unit_id = 16;
|
|
100
|
+
*/
|
|
101
|
+
dependsOnUnitId?: number;
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Describes the message api.v1.AddAIWorkflowUnitRequest.
|
|
106
|
+
* Use `create(AddAIWorkflowUnitRequestSchema)` to create a new message.
|
|
107
|
+
*/
|
|
108
|
+
export declare const AddAIWorkflowUnitRequestSchema: GenMessage<AddAIWorkflowUnitRequest>;
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* @generated from message api.v1.EditAIWorkflowUnitRequest
|
|
112
|
+
*/
|
|
113
|
+
export declare type EditAIWorkflowUnitRequest = Message<"api.v1.EditAIWorkflowUnitRequest"> & {
|
|
114
|
+
/**
|
|
115
|
+
* @generated from field: uint32 id = 1;
|
|
116
|
+
*/
|
|
117
|
+
id: number;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* @generated from field: int32 sequence_order = 2;
|
|
121
|
+
*/
|
|
122
|
+
sequenceOrder: number;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* @generated from field: string work_description = 3;
|
|
126
|
+
*/
|
|
127
|
+
workDescription: string;
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* @generated from field: optional string github_branch = 4;
|
|
131
|
+
*/
|
|
132
|
+
githubBranch?: string;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* @generated from field: optional string github_pr_url = 5;
|
|
136
|
+
*/
|
|
137
|
+
githubPrUrl?: string;
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* @generated from field: optional string deployment_url = 6;
|
|
141
|
+
*/
|
|
142
|
+
deploymentUrl?: string;
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* @generated from field: optional string test_results_json = 7;
|
|
146
|
+
*/
|
|
147
|
+
testResultsJson?: string;
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* @generated from field: optional string error_log = 8;
|
|
151
|
+
*/
|
|
152
|
+
errorLog?: string;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* @generated from field: int32 ai_credits_used = 9;
|
|
156
|
+
*/
|
|
157
|
+
aiCreditsUsed: number;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* @generated from field: optional string metadata_json = 10;
|
|
161
|
+
*/
|
|
162
|
+
metadataJson?: string;
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* @generated from field: uint32 ai_workflow_run_id = 11;
|
|
166
|
+
*/
|
|
167
|
+
aiWorkflowRunId: number;
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* @generated from field: uint32 task_id = 12;
|
|
171
|
+
*/
|
|
172
|
+
taskId: number;
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* @generated from field: uint32 git_hub_integration_id = 13;
|
|
176
|
+
*/
|
|
177
|
+
gitHubIntegrationId: number;
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* @generated from field: optional uint32 ai_unit_category_id = 14;
|
|
181
|
+
*/
|
|
182
|
+
aiUnitCategoryId?: number;
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* @generated from field: uint32 ai_unit_stage_id = 15;
|
|
186
|
+
*/
|
|
187
|
+
aiUnitStageId: number;
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* @generated from field: uint32 ai_unit_status_id = 16;
|
|
191
|
+
*/
|
|
192
|
+
aiUnitStatusId: number;
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* @generated from field: optional uint32 depends_on_unit_id = 17;
|
|
196
|
+
*/
|
|
197
|
+
dependsOnUnitId?: number;
|
|
198
|
+
};
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* Describes the message api.v1.EditAIWorkflowUnitRequest.
|
|
202
|
+
* Use `create(EditAIWorkflowUnitRequestSchema)` to create a new message.
|
|
203
|
+
*/
|
|
204
|
+
export declare const EditAIWorkflowUnitRequestSchema: GenMessage<EditAIWorkflowUnitRequest>;
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* @generated from message api.v1.GetAIWorkflowUnitRequest
|
|
208
|
+
*/
|
|
209
|
+
export declare type GetAIWorkflowUnitRequest = Message<"api.v1.GetAIWorkflowUnitRequest"> & {
|
|
210
|
+
/**
|
|
211
|
+
* @generated from field: uint32 id = 1;
|
|
212
|
+
*/
|
|
213
|
+
id: number;
|
|
214
|
+
};
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Describes the message api.v1.GetAIWorkflowUnitRequest.
|
|
218
|
+
* Use `create(GetAIWorkflowUnitRequestSchema)` to create a new message.
|
|
219
|
+
*/
|
|
220
|
+
export declare const GetAIWorkflowUnitRequestSchema: GenMessage<GetAIWorkflowUnitRequest>;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* @generated from message api.v1.GetAIWorkflowUnitsRequest
|
|
224
|
+
*/
|
|
225
|
+
export declare type GetAIWorkflowUnitsRequest = Message<"api.v1.GetAIWorkflowUnitsRequest"> & {
|
|
226
|
+
/**
|
|
227
|
+
* @generated from field: api.v1.Pagination pagination = 1;
|
|
228
|
+
*/
|
|
229
|
+
pagination?: Pagination;
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* @generated from field: api.v1.FilterOptions filter_options = 2;
|
|
233
|
+
*/
|
|
234
|
+
filterOptions?: FilterOptions;
|
|
235
|
+
};
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* Describes the message api.v1.GetAIWorkflowUnitsRequest.
|
|
239
|
+
* Use `create(GetAIWorkflowUnitsRequestSchema)` to create a new message.
|
|
240
|
+
*/
|
|
241
|
+
export declare const GetAIWorkflowUnitsRequestSchema: GenMessage<GetAIWorkflowUnitsRequest>;
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* Get units for a specific workflow run
|
|
245
|
+
*
|
|
246
|
+
* @generated from message api.v1.GetAIWorkflowUnitsByRunRequest
|
|
247
|
+
*/
|
|
248
|
+
export declare type GetAIWorkflowUnitsByRunRequest = Message<"api.v1.GetAIWorkflowUnitsByRunRequest"> & {
|
|
249
|
+
/**
|
|
250
|
+
* @generated from field: uint32 workflow_run_id = 1;
|
|
251
|
+
*/
|
|
252
|
+
workflowRunId: number;
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
256
|
+
*/
|
|
257
|
+
pagination?: Pagination;
|
|
258
|
+
};
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* Describes the message api.v1.GetAIWorkflowUnitsByRunRequest.
|
|
262
|
+
* Use `create(GetAIWorkflowUnitsByRunRequestSchema)` to create a new message.
|
|
263
|
+
*/
|
|
264
|
+
export declare const GetAIWorkflowUnitsByRunRequestSchema: GenMessage<GetAIWorkflowUnitsByRunRequest>;
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* @generated from message api.v1.GetAIWorkflowUnitsByRunResponse
|
|
268
|
+
*/
|
|
269
|
+
export declare type GetAIWorkflowUnitsByRunResponse = Message<"api.v1.GetAIWorkflowUnitsByRunResponse"> & {
|
|
270
|
+
/**
|
|
271
|
+
* @generated from field: repeated api.v1.AIWorkflowUnit ai_workflow_units = 1;
|
|
272
|
+
*/
|
|
273
|
+
aiWorkflowUnits: AIWorkflowUnit[];
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
277
|
+
*/
|
|
278
|
+
pagination?: Pagination;
|
|
279
|
+
};
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* Describes the message api.v1.GetAIWorkflowUnitsByRunResponse.
|
|
283
|
+
* Use `create(GetAIWorkflowUnitsByRunResponseSchema)` to create a new message.
|
|
284
|
+
*/
|
|
285
|
+
export declare const GetAIWorkflowUnitsByRunResponseSchema: GenMessage<GetAIWorkflowUnitsByRunResponse>;
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* @generated from message api.v1.DeleteAIWorkflowUnitRequest
|
|
289
|
+
*/
|
|
290
|
+
export declare type DeleteAIWorkflowUnitRequest = Message<"api.v1.DeleteAIWorkflowUnitRequest"> & {
|
|
291
|
+
/**
|
|
292
|
+
* @generated from field: uint32 id = 1;
|
|
293
|
+
*/
|
|
294
|
+
id: number;
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* Describes the message api.v1.DeleteAIWorkflowUnitRequest.
|
|
299
|
+
* Use `create(DeleteAIWorkflowUnitRequestSchema)` to create a new message.
|
|
300
|
+
*/
|
|
301
|
+
export declare const DeleteAIWorkflowUnitRequestSchema: GenMessage<DeleteAIWorkflowUnitRequest>;
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* Response definitions
|
|
305
|
+
*
|
|
306
|
+
* @generated from message api.v1.GetAIWorkflowUnitsResponse
|
|
307
|
+
*/
|
|
308
|
+
export declare type GetAIWorkflowUnitsResponse = Message<"api.v1.GetAIWorkflowUnitsResponse"> & {
|
|
309
|
+
/**
|
|
310
|
+
* @generated from field: repeated api.v1.AIWorkflowUnit ai_workflow_units = 1;
|
|
311
|
+
*/
|
|
312
|
+
aiWorkflowUnits: AIWorkflowUnit[];
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
316
|
+
*/
|
|
317
|
+
pagination?: Pagination;
|
|
318
|
+
};
|
|
319
|
+
|
|
320
|
+
/**
|
|
321
|
+
* Describes the message api.v1.GetAIWorkflowUnitsResponse.
|
|
322
|
+
* Use `create(GetAIWorkflowUnitsResponseSchema)` to create a new message.
|
|
323
|
+
*/
|
|
324
|
+
export declare const GetAIWorkflowUnitsResponseSchema: GenMessage<GetAIWorkflowUnitsResponse>;
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* @generated from message api.v1.AddAIWorkflowUnitResponse
|
|
328
|
+
*/
|
|
329
|
+
export declare type AddAIWorkflowUnitResponse = Message<"api.v1.AddAIWorkflowUnitResponse"> & {
|
|
330
|
+
/**
|
|
331
|
+
* @generated from field: api.v1.AIWorkflowUnit ai_workflow_unit = 1;
|
|
332
|
+
*/
|
|
333
|
+
aiWorkflowUnit?: AIWorkflowUnit;
|
|
334
|
+
};
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* Describes the message api.v1.AddAIWorkflowUnitResponse.
|
|
338
|
+
* Use `create(AddAIWorkflowUnitResponseSchema)` to create a new message.
|
|
339
|
+
*/
|
|
340
|
+
export declare const AddAIWorkflowUnitResponseSchema: GenMessage<AddAIWorkflowUnitResponse>;
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* @generated from message api.v1.EditAIWorkflowUnitResponse
|
|
344
|
+
*/
|
|
345
|
+
export declare type EditAIWorkflowUnitResponse = Message<"api.v1.EditAIWorkflowUnitResponse"> & {
|
|
346
|
+
/**
|
|
347
|
+
* @generated from field: api.v1.AIWorkflowUnit ai_workflow_unit = 1;
|
|
348
|
+
*/
|
|
349
|
+
aiWorkflowUnit?: AIWorkflowUnit;
|
|
350
|
+
};
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* Describes the message api.v1.EditAIWorkflowUnitResponse.
|
|
354
|
+
* Use `create(EditAIWorkflowUnitResponseSchema)` to create a new message.
|
|
355
|
+
*/
|
|
356
|
+
export declare const EditAIWorkflowUnitResponseSchema: GenMessage<EditAIWorkflowUnitResponse>;
|
|
357
|
+
|
|
358
|
+
/**
|
|
359
|
+
* @generated from message api.v1.GetAIWorkflowUnitResponse
|
|
360
|
+
*/
|
|
361
|
+
export declare type GetAIWorkflowUnitResponse = Message<"api.v1.GetAIWorkflowUnitResponse"> & {
|
|
362
|
+
/**
|
|
363
|
+
* @generated from field: api.v1.AIWorkflowUnit ai_workflow_unit = 1;
|
|
364
|
+
*/
|
|
365
|
+
aiWorkflowUnit?: AIWorkflowUnit;
|
|
366
|
+
};
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* Describes the message api.v1.GetAIWorkflowUnitResponse.
|
|
370
|
+
* Use `create(GetAIWorkflowUnitResponseSchema)` to create a new message.
|
|
371
|
+
*/
|
|
372
|
+
export declare const GetAIWorkflowUnitResponseSchema: GenMessage<GetAIWorkflowUnitResponse>;
|
|
373
|
+
|
|
374
|
+
/**
|
|
375
|
+
* Service definition
|
|
376
|
+
*
|
|
377
|
+
* @generated from service api.v1.AIWorkflowUnitService
|
|
378
|
+
*/
|
|
379
|
+
export declare const AIWorkflowUnitService: GenService<{
|
|
380
|
+
/**
|
|
381
|
+
* @generated from rpc api.v1.AIWorkflowUnitService.AddAIWorkflowUnit
|
|
382
|
+
*/
|
|
383
|
+
addAIWorkflowUnit: {
|
|
384
|
+
methodKind: "unary";
|
|
385
|
+
input: typeof AddAIWorkflowUnitRequestSchema;
|
|
386
|
+
output: typeof AddAIWorkflowUnitResponseSchema;
|
|
387
|
+
},
|
|
388
|
+
/**
|
|
389
|
+
* @generated from rpc api.v1.AIWorkflowUnitService.EditAIWorkflowUnit
|
|
390
|
+
*/
|
|
391
|
+
editAIWorkflowUnit: {
|
|
392
|
+
methodKind: "unary";
|
|
393
|
+
input: typeof EditAIWorkflowUnitRequestSchema;
|
|
394
|
+
output: typeof EditAIWorkflowUnitResponseSchema;
|
|
395
|
+
},
|
|
396
|
+
/**
|
|
397
|
+
* @generated from rpc api.v1.AIWorkflowUnitService.GetAIWorkflowUnit
|
|
398
|
+
*/
|
|
399
|
+
getAIWorkflowUnit: {
|
|
400
|
+
methodKind: "unary";
|
|
401
|
+
input: typeof GetAIWorkflowUnitRequestSchema;
|
|
402
|
+
output: typeof GetAIWorkflowUnitResponseSchema;
|
|
403
|
+
},
|
|
404
|
+
/**
|
|
405
|
+
* @generated from rpc api.v1.AIWorkflowUnitService.GetAIWorkflowUnits
|
|
406
|
+
*/
|
|
407
|
+
getAIWorkflowUnits: {
|
|
408
|
+
methodKind: "unary";
|
|
409
|
+
input: typeof GetAIWorkflowUnitsRequestSchema;
|
|
410
|
+
output: typeof GetAIWorkflowUnitsResponseSchema;
|
|
411
|
+
},
|
|
412
|
+
/**
|
|
413
|
+
* @generated from rpc api.v1.AIWorkflowUnitService.DeleteAIWorkflowUnit
|
|
414
|
+
*/
|
|
415
|
+
deleteAIWorkflowUnit: {
|
|
416
|
+
methodKind: "unary";
|
|
417
|
+
input: typeof DeleteAIWorkflowUnitRequestSchema;
|
|
418
|
+
output: typeof EmptySchema;
|
|
419
|
+
},
|
|
420
|
+
/**
|
|
421
|
+
* Get units for a specific workflow run
|
|
422
|
+
*
|
|
423
|
+
* @generated from rpc api.v1.AIWorkflowUnitService.GetAIWorkflowUnitsByRun
|
|
424
|
+
*/
|
|
425
|
+
getAIWorkflowUnitsByRun: {
|
|
426
|
+
methodKind: "unary";
|
|
427
|
+
input: typeof GetAIWorkflowUnitsByRunRequestSchema;
|
|
428
|
+
output: typeof GetAIWorkflowUnitsByRunResponseSchema;
|
|
429
|
+
},
|
|
430
|
+
}>;
|
|
431
|
+
|