@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,173 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/task.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/task.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_task = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChFhcGkvdjEvdGFzay5wcm90bxIGYXBpLnYxIvkFCg5BZGRUYXNrUmVxdWVzdBIiCgppZGVudGlmaWVyGAEgASgJQgn6QgZyBBABGDJIAIgBARIZCgV0aXRsZRgCIAEoCUIK+kIHcgUQARjIARIYCgtkZXNjcmlwdGlvbhgDIAEoCUgBiAEBEh4KDWRpc3BsYXlfb3JkZXIYBCABKAVCB/pCBBoCKAASIgoMc3RvcnlfcG9pbnRzGAUgASgFQgf6QgQaAigBSAKIAQESLAoPZXN0aW1hdGVkX2hvdXJzGAYgASgBQg76QgsSCSkAAAAAAAAAAEgDiAEBEikKDGFjdHVhbF9ob3VycxgHIAEoAUIO+kILEgkpAAAAAAAAAABIBIgBARIsCghkdWVfZGF0ZRgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASFwoPYWlfbW9kZV9lbmFibGVkGAkgASgIEhoKDW1ldGFkYXRhX2pzb24YCiABKAlIBYgBARIQCghib2FyZF9pZBgLIAEoDRIXCg9ib2FyZF9jb2x1bW5faWQYDCABKA0SEgoKcHJvamVjdF9pZBgNIAEoDRIUCgx0YXNrX3R5cGVfaWQYDiABKA0SGAoQdGFza19wcmlvcml0eV9pZBgPIAEoDRIYChByZXBvcnRlcl91c2VyX2lkGBAgASgNEh0KEGFzc2lnbmVkX3VzZXJfaWQYESABKA1IBogBARIbCg5wYXJlbnRfdGFza19pZBgSIAEoDUgHiAEBEhYKDnJlcG9zaXRvcnlfaWRzGBMgAygNEhUKCGN5Y2xlX2lkGBQgASgNSAiIAQFCDQoLX2lkZW50aWZpZXJCDgoMX2Rlc2NyaXB0aW9uQg8KDV9zdG9yeV9wb2ludHNCEgoQX2VzdGltYXRlZF9ob3Vyc0IPCg1fYWN0dWFsX2hvdXJzQhAKDl9tZXRhZGF0YV9qc29uQhMKEV9hc3NpZ25lZF91c2VyX2lkQhEKD19wYXJlbnRfdGFza19pZEILCglfY3ljbGVfaWQi4gYKD0VkaXRUYXNrUmVxdWVzdBITCgJpZBgBIAEoDUIH+kIEKgIoARIdCgppZGVudGlmaWVyGAIgASgJQgn6QgZyBBABGDISGQoFdGl0bGUYAyABKAlCCvpCB3IFEAEYyAESGAoLZGVzY3JpcHRpb24YBCABKAlIAIgBARIeCg1kaXNwbGF5X29yZGVyGAUgASgFQgf6QgQaAigAEiIKDHN0b3J5X3BvaW50cxgGIAEoBUIH+kIEGgIoAUgBiAEBEiwKD2VzdGltYXRlZF9ob3VycxgHIAEoAUIO+kILEgkpAAAAAAAAAABIAogBARIpCgxhY3R1YWxfaG91cnMYCCABKAFCDvpCCxIJKQAAAAAAAAAASAOIAQESLAoIZHVlX2RhdGUYCSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhcKD2FpX21vZGVfZW5hYmxlZBgKIAEoCBIaCg1tZXRhZGF0YV9qc29uGAsgASgJSASIAQESEAoIYm9hcmRfaWQYDCABKA0SFwoPYm9hcmRfY29sdW1uX2lkGA0gASgNEhIKCnByb2plY3RfaWQYDiABKA0SFAoMdGFza190eXBlX2lkGA8gASgNEhgKEHRhc2tfcHJpb3JpdHlfaWQYECABKA0SGAoQcmVwb3J0ZXJfdXNlcl9pZBgRIAEoDRIdChBhc3NpZ25lZF91c2VyX2lkGBIgASgNSAWIAQESGwoOcGFyZW50X3Rhc2tfaWQYEyABKA1IBogBARIWCg5yZXBvc2l0b3J5X2lkcxgUIAMoDRIVCghjeWNsZV9pZBgVIAEoDUgHiAEBEi8KC3Jlc29sdmVkX2F0GBYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIeChFvcmlnaW5hbF9lc3RpbWF0ZRgXIAEoAUgIiAEBQg4KDF9kZXNjcmlwdGlvbkIPCg1fc3RvcnlfcG9pbnRzQhIKEF9lc3RpbWF0ZWRfaG91cnNCDwoNX2FjdHVhbF9ob3Vyc0IQCg5fbWV0YWRhdGFfanNvbkITChFfYXNzaWduZWRfdXNlcl9pZEIRCg9fcGFyZW50X3Rhc2tfaWRCCwoJX2N5Y2xlX2lkQhQKEl9vcmlnaW5hbF9lc3RpbWF0ZSIcCg5HZXRUYXNrUmVxdWVzdBIKCgJpZBgBIAEoDSIuChRHZXRUYXNrQnlVVUlEUmVxdWVzdBIWCgR1dWlkGAEgASgJQgj6QgVyA7ABASKPAQoPR2V0VGFza3NSZXF1ZXN0EhsKCnByb2plY3RfaWQYASABKA1CB/pCBCoCKAESMAoKcGFnaW5hdGlvbhgCIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uQgj6QgWKAQIQARItCg5maWx0ZXJfb3B0aW9ucxgDIAEoCzIVLmFwaS52MS5GaWx0ZXJPcHRpb25zIh8KEURlbGV0ZVRhc2tSZXF1ZXN0EgoKAmlkGAEgASgNIlcKEEdldFRhc2tzUmVzcG9uc2USGwoFdGFza3MYASADKAsyDC5hcGkudjEuVGFzaxImCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb24iLQoPQWRkVGFza1Jlc3BvbnNlEhoKBHRhc2sYASABKAsyDC5hcGkudjEuVGFzayIuChBFZGl0VGFza1Jlc3BvbnNlEhoKBHRhc2sYASABKAsyDC5hcGkudjEuVGFzayItCg9HZXRUYXNrUmVzcG9uc2USGgoEdGFzaxgBIAEoCzIMLmFwaS52MS5UYXNrIjQKGFRyaWdnZXJBSVdvcmtmbG93UmVxdWVzdBIYCgd0YXNrX2lkGAEgASgNQgf6QgQqAigBIk4KGVRyaWdnZXJBSVdvcmtmbG93UmVzcG9uc2USEAoIam9iX25hbWUYASABKAkSDgoGc3RhdHVzGAIgASgJEg8KB21lc3NhZ2UYAyABKAkicgoSRXhwb3J0VGFza3NSZXF1ZXN0EhsKCnByb2plY3RfaWQYASABKA1CB/pCBCoCKAESLQoOZmlsdGVyX29wdGlvbnMYAiABKAsyFS5hcGkudjEuRmlsdGVyT3B0aW9ucxIQCgh0YXNrX2lkcxgDIAMoDSI8ChNFeHBvcnRUYXNrc1Jlc3BvbnNlEhMKC2Nzdl9jb250ZW50GAEgASgMEhAKCGZpbGVuYW1lGAIgASgJIk8KEkltcG9ydFRhc2tzUmVxdWVzdBIbCgpwcm9qZWN0X2lkGAEgASgNQgf6QgQqAigBEhwKC2Nzdl9jb250ZW50GAIgASgMQgf6QgR6AhABImkKE0ltcG9ydFRhc2tzUmVzcG9uc2USFQoNY3JlYXRlZF9jb3VudBgBIAEoBRIVCg11cGRhdGVkX2NvdW50GAIgASgFEhQKDGZhaWxlZF9jb3VudBgDIAEoBRIOCgZlcnJvcnMYBCADKAki0QIKFEJ1bGtFZGl0VGFza3NSZXF1ZXN0EhsKCnByb2plY3RfaWQYASABKA1CB/pCBCoCKAESGgoIdGFza19pZHMYAiADKA1CCPpCBZIBAggBEhwKD2JvYXJkX2NvbHVtbl9pZBgDIAEoDUgAiAEBEh0KEHRhc2tfcHJpb3JpdHlfaWQYBCABKA1IAYgBARIZCgx0YXNrX3R5cGVfaWQYBSABKA1IAogBARIdChBhc3NpZ25lZF91c2VyX2lkGAYgASgNSAOIAQESFQoIY3ljbGVfaWQYByABKA1IBIgBARIWCg5yZXBvc2l0b3J5X2lkcxgIIAMoDUISChBfYm9hcmRfY29sdW1uX2lkQhMKEV90YXNrX3ByaW9yaXR5X2lkQg8KDV90YXNrX3R5cGVfaWRCEwoRX2Fzc2lnbmVkX3VzZXJfaWRCCwoJX2N5Y2xlX2lkIi4KFUJ1bGtFZGl0VGFza3NSZXNwb25zZRIVCg11cGRhdGVkX2NvdW50GAEgASgFInYKEUFkZFdvcmtMb2dSZXF1ZXN0EhgKB3Rhc2tfaWQYASABKA1CB/pCBCoCKAESHQoFaG91cnMYAiABKAFCDvpCCxIJKZqZmZmZmbk/EhgKC2Rlc2NyaXB0aW9uGAMgASgJSACIAQFCDgoMX2Rlc2NyaXB0aW9uIjcKEkFkZFdvcmtMb2dSZXNwb25zZRIhCgh3b3JrX2xvZxgBIAEoCzIPLmFwaS52MS5Xb3JrTG9nIjMKFERlbGV0ZVdvcmtMb2dSZXF1ZXN0Eg8KB3Rhc2tfaWQYASABKA0SCgoCaWQYAiABKA0yrQoKC1Rhc2tTZXJ2aWNlEn0KC0V4cG9ydFRhc2tzEhouYXBpLnYxLkV4cG9ydFRhc2tzUmVxdWVzdBobLmFwaS52MS5FeHBvcnRUYXNrc1Jlc3BvbnNlIjWC0+STAi86ASoiKi9hcGkvdjEvcHJvamVjdHMve3Byb2plY3RfaWR9L3Rhc2tzL2V4cG9ydBJ9CgtJbXBvcnRUYXNrcxIaLmFwaS52MS5JbXBvcnRUYXNrc1JlcXVlc3QaGy5hcGkudjEuSW1wb3J0VGFza3NSZXNwb25zZSI1gtPkkwIvOgEqIiovYXBpL3YxL3Byb2plY3RzL3twcm9qZWN0X2lkfS90YXNrcy9pbXBvcnQSVAoHQWRkVGFzaxIWLmFwaS52MS5BZGRUYXNrUmVxdWVzdBoXLmFwaS52MS5BZGRUYXNrUmVzcG9uc2UiGILT5JMCEjoBKiINL2FwaS92MS90YXNrcxJcCghFZGl0VGFzaxIXLmFwaS52MS5FZGl0VGFza1JlcXVlc3QaGC5hcGkudjEuRWRpdFRhc2tSZXNwb25zZSIdgtPkkwIXOgEqGhIvYXBpL3YxL3Rhc2tzL3tpZH0SVgoHR2V0VGFzaxIWLmFwaS52MS5HZXRUYXNrUmVxdWVzdBoXLmFwaS52MS5HZXRUYXNrUmVzcG9uc2UiGoLT5JMCFBISL2FwaS92MS90YXNrcy97aWR9EmkKDUdldFRhc2tCeVVVSUQSHC5hcGkudjEuR2V0VGFza0J5VVVJRFJlcXVlc3QaFy5hcGkudjEuR2V0VGFza1Jlc3BvbnNlIiGC0+STAhsSGS9hcGkvdjEvdGFza3MvdXVpZC97dXVpZH0SVAoIR2V0VGFza3MSFy5hcGkudjEuR2V0VGFza3NSZXF1ZXN0GhguYXBpLnYxLkdldFRhc2tzUmVzcG9uc2UiFYLT5JMCDxINL2FwaS92MS90YXNrcxJbCgpEZWxldGVUYXNrEhkuYXBpLnYxLkRlbGV0ZVRhc2tSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IhqC0+STAhQqEi9hcGkvdjEvdGFza3Mve2lkfRKHAQoRVHJpZ2dlckFJV29ya2Zsb3cSIC5hcGkudjEuVHJpZ2dlckFJV29ya2Zsb3dSZXF1ZXN0GiEuYXBpLnYxLlRyaWdnZXJBSVdvcmtmbG93UmVzcG9uc2UiLYLT5JMCJzoBKiIiL2FwaS92MS90YXNrcy97dGFza19pZH0vdHJpZ2dlci1haRJxCgpBZGRXb3JrTG9nEhkuYXBpLnYxLkFkZFdvcmtMb2dSZXF1ZXN0GhouYXBpLnYxLkFkZFdvcmtMb2dSZXNwb25zZSIsgtPkkwImOgEqIiEvYXBpL3YxL3Rhc2tzL3t0YXNrX2lkfS93b3JrLWxvZ3MSdQoNRGVsZXRlV29ya0xvZxIcLmFwaS52MS5EZWxldGVXb3JrTG9nUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIugtPkkwIoKiYvYXBpL3YxL3Rhc2tzL3t0YXNrX2lkfS93b3JrLWxvZ3Mve2lkfRKBAQoNQnVsa0VkaXRUYXNrcxIcLmFwaS52MS5CdWxrRWRpdFRhc2tzUmVxdWVzdBodLmFwaS52MS5CdWxrRWRpdFRhc2tzUmVzcG9uc2UiM4LT5JMCLToBKhooL2FwaS92MS9wcm9qZWN0cy97cHJvamVjdF9pZH0vdGFza3MvYnVsa0JuCgpjb20uYXBpLnYxQglUYXNrUHJvdG9QAVocb3BzZWUvYmFja2VuZC9nZW4vYXBpL3YxO2dlbqICA0FYWKoCBkFwaS5WMcoCBkFwaVxWMeICEkFwaVxWMVxHUEJNZXRhZGF0YeoCB0FwaTo6VjFiBnByb3RvMw", [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.AddTaskRequest.
|
|
21
|
+
* Use `create(AddTaskRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddTaskRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_task, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditTaskRequest.
|
|
28
|
+
* Use `create(EditTaskRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditTaskRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_task, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetTaskRequest.
|
|
35
|
+
* Use `create(GetTaskRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetTaskRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_task, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetTaskByUUIDRequest.
|
|
42
|
+
* Use `create(GetTaskByUUIDRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetTaskByUUIDRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_task, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.GetTasksRequest.
|
|
49
|
+
* Use `create(GetTasksRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const GetTasksRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_task, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.DeleteTaskRequest.
|
|
56
|
+
* Use `create(DeleteTaskRequestSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const DeleteTaskRequestSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_task, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.GetTasksResponse.
|
|
63
|
+
* Use `create(GetTasksResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const GetTasksResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_task, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.AddTaskResponse.
|
|
70
|
+
* Use `create(AddTaskResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const AddTaskResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_task, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.EditTaskResponse.
|
|
77
|
+
* Use `create(EditTaskResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const EditTaskResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_task, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Describes the message api.v1.GetTaskResponse.
|
|
84
|
+
* Use `create(GetTaskResponseSchema)` to create a new message.
|
|
85
|
+
*/
|
|
86
|
+
export const GetTaskResponseSchema = /*@__PURE__*/
|
|
87
|
+
messageDesc(file_api_v1_task, 9);
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Describes the message api.v1.TriggerAIWorkflowRequest.
|
|
91
|
+
* Use `create(TriggerAIWorkflowRequestSchema)` to create a new message.
|
|
92
|
+
*/
|
|
93
|
+
export const TriggerAIWorkflowRequestSchema = /*@__PURE__*/
|
|
94
|
+
messageDesc(file_api_v1_task, 10);
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Describes the message api.v1.TriggerAIWorkflowResponse.
|
|
98
|
+
* Use `create(TriggerAIWorkflowResponseSchema)` to create a new message.
|
|
99
|
+
*/
|
|
100
|
+
export const TriggerAIWorkflowResponseSchema = /*@__PURE__*/
|
|
101
|
+
messageDesc(file_api_v1_task, 11);
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Describes the message api.v1.ExportTasksRequest.
|
|
105
|
+
* Use `create(ExportTasksRequestSchema)` to create a new message.
|
|
106
|
+
*/
|
|
107
|
+
export const ExportTasksRequestSchema = /*@__PURE__*/
|
|
108
|
+
messageDesc(file_api_v1_task, 12);
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Describes the message api.v1.ExportTasksResponse.
|
|
112
|
+
* Use `create(ExportTasksResponseSchema)` to create a new message.
|
|
113
|
+
*/
|
|
114
|
+
export const ExportTasksResponseSchema = /*@__PURE__*/
|
|
115
|
+
messageDesc(file_api_v1_task, 13);
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Describes the message api.v1.ImportTasksRequest.
|
|
119
|
+
* Use `create(ImportTasksRequestSchema)` to create a new message.
|
|
120
|
+
*/
|
|
121
|
+
export const ImportTasksRequestSchema = /*@__PURE__*/
|
|
122
|
+
messageDesc(file_api_v1_task, 14);
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Describes the message api.v1.ImportTasksResponse.
|
|
126
|
+
* Use `create(ImportTasksResponseSchema)` to create a new message.
|
|
127
|
+
*/
|
|
128
|
+
export const ImportTasksResponseSchema = /*@__PURE__*/
|
|
129
|
+
messageDesc(file_api_v1_task, 15);
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Describes the message api.v1.BulkEditTasksRequest.
|
|
133
|
+
* Use `create(BulkEditTasksRequestSchema)` to create a new message.
|
|
134
|
+
*/
|
|
135
|
+
export const BulkEditTasksRequestSchema = /*@__PURE__*/
|
|
136
|
+
messageDesc(file_api_v1_task, 16);
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Describes the message api.v1.BulkEditTasksResponse.
|
|
140
|
+
* Use `create(BulkEditTasksResponseSchema)` to create a new message.
|
|
141
|
+
*/
|
|
142
|
+
export const BulkEditTasksResponseSchema = /*@__PURE__*/
|
|
143
|
+
messageDesc(file_api_v1_task, 17);
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Describes the message api.v1.AddWorkLogRequest.
|
|
147
|
+
* Use `create(AddWorkLogRequestSchema)` to create a new message.
|
|
148
|
+
*/
|
|
149
|
+
export const AddWorkLogRequestSchema = /*@__PURE__*/
|
|
150
|
+
messageDesc(file_api_v1_task, 18);
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* Describes the message api.v1.AddWorkLogResponse.
|
|
154
|
+
* Use `create(AddWorkLogResponseSchema)` to create a new message.
|
|
155
|
+
*/
|
|
156
|
+
export const AddWorkLogResponseSchema = /*@__PURE__*/
|
|
157
|
+
messageDesc(file_api_v1_task, 19);
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Describes the message api.v1.DeleteWorkLogRequest.
|
|
161
|
+
* Use `create(DeleteWorkLogRequestSchema)` to create a new message.
|
|
162
|
+
*/
|
|
163
|
+
export const DeleteWorkLogRequestSchema = /*@__PURE__*/
|
|
164
|
+
messageDesc(file_api_v1_task, 20);
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* Service definition
|
|
168
|
+
*
|
|
169
|
+
* @generated from service api.v1.TaskService
|
|
170
|
+
*/
|
|
171
|
+
export const TaskService = /*@__PURE__*/
|
|
172
|
+
serviceDesc(file_api_v1_task, 0);
|
|
173
|
+
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/task_priority.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 { TaskPriority } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/task_priority.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_task_priority: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddTaskPriorityRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddTaskPriorityRequest = Message<"api.v1.AddTaskPriorityRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string name = 1;
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: int32 level = 2;
|
|
30
|
+
*/
|
|
31
|
+
level: number;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: optional string color = 3;
|
|
35
|
+
*/
|
|
36
|
+
color?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: uint32 project_id = 4;
|
|
40
|
+
*/
|
|
41
|
+
projectId: number;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: optional bool is_active = 5;
|
|
45
|
+
*/
|
|
46
|
+
isActive?: boolean;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Describes the message api.v1.AddTaskPriorityRequest.
|
|
51
|
+
* Use `create(AddTaskPriorityRequestSchema)` to create a new message.
|
|
52
|
+
*/
|
|
53
|
+
export declare const AddTaskPriorityRequestSchema: GenMessage<AddTaskPriorityRequest>;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @generated from message api.v1.EditTaskPriorityRequest
|
|
57
|
+
*/
|
|
58
|
+
export declare type EditTaskPriorityRequest = Message<"api.v1.EditTaskPriorityRequest"> & {
|
|
59
|
+
/**
|
|
60
|
+
* @generated from field: uint32 id = 1;
|
|
61
|
+
*/
|
|
62
|
+
id: number;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: string name = 2;
|
|
66
|
+
*/
|
|
67
|
+
name: string;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* @generated from field: int32 level = 3;
|
|
71
|
+
*/
|
|
72
|
+
level: number;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: optional string color = 4;
|
|
76
|
+
*/
|
|
77
|
+
color?: string;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: optional bool is_active = 5;
|
|
81
|
+
*/
|
|
82
|
+
isActive?: boolean;
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Describes the message api.v1.EditTaskPriorityRequest.
|
|
87
|
+
* Use `create(EditTaskPriorityRequestSchema)` to create a new message.
|
|
88
|
+
*/
|
|
89
|
+
export declare const EditTaskPriorityRequestSchema: GenMessage<EditTaskPriorityRequest>;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* @generated from message api.v1.GetTaskPriorityRequest
|
|
93
|
+
*/
|
|
94
|
+
export declare type GetTaskPriorityRequest = Message<"api.v1.GetTaskPriorityRequest"> & {
|
|
95
|
+
/**
|
|
96
|
+
* @generated from field: uint32 id = 1;
|
|
97
|
+
*/
|
|
98
|
+
id: number;
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Describes the message api.v1.GetTaskPriorityRequest.
|
|
103
|
+
* Use `create(GetTaskPriorityRequestSchema)` to create a new message.
|
|
104
|
+
*/
|
|
105
|
+
export declare const GetTaskPriorityRequestSchema: GenMessage<GetTaskPriorityRequest>;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* @generated from message api.v1.GetTaskPrioritiesRequest
|
|
109
|
+
*/
|
|
110
|
+
export declare type GetTaskPrioritiesRequest = Message<"api.v1.GetTaskPrioritiesRequest"> & {
|
|
111
|
+
/**
|
|
112
|
+
* @generated from field: uint32 project_id = 1;
|
|
113
|
+
*/
|
|
114
|
+
projectId: number;
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
118
|
+
*/
|
|
119
|
+
pagination?: Pagination;
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* @generated from field: api.v1.FilterOptions filter_options = 3;
|
|
123
|
+
*/
|
|
124
|
+
filterOptions?: FilterOptions;
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Describes the message api.v1.GetTaskPrioritiesRequest.
|
|
129
|
+
* Use `create(GetTaskPrioritiesRequestSchema)` to create a new message.
|
|
130
|
+
*/
|
|
131
|
+
export declare const GetTaskPrioritiesRequestSchema: GenMessage<GetTaskPrioritiesRequest>;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* @generated from message api.v1.DeleteTaskPriorityRequest
|
|
135
|
+
*/
|
|
136
|
+
export declare type DeleteTaskPriorityRequest = Message<"api.v1.DeleteTaskPriorityRequest"> & {
|
|
137
|
+
/**
|
|
138
|
+
* @generated from field: uint32 id = 1;
|
|
139
|
+
*/
|
|
140
|
+
id: number;
|
|
141
|
+
};
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* Describes the message api.v1.DeleteTaskPriorityRequest.
|
|
145
|
+
* Use `create(DeleteTaskPriorityRequestSchema)` to create a new message.
|
|
146
|
+
*/
|
|
147
|
+
export declare const DeleteTaskPriorityRequestSchema: GenMessage<DeleteTaskPriorityRequest>;
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Response definitions
|
|
151
|
+
*
|
|
152
|
+
* @generated from message api.v1.GetTaskPrioritiesResponse
|
|
153
|
+
*/
|
|
154
|
+
export declare type GetTaskPrioritiesResponse = Message<"api.v1.GetTaskPrioritiesResponse"> & {
|
|
155
|
+
/**
|
|
156
|
+
* @generated from field: repeated api.v1.TaskPriority task_priorities = 1;
|
|
157
|
+
*/
|
|
158
|
+
taskPriorities: TaskPriority[];
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
162
|
+
*/
|
|
163
|
+
pagination?: Pagination;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* Describes the message api.v1.GetTaskPrioritiesResponse.
|
|
168
|
+
* Use `create(GetTaskPrioritiesResponseSchema)` to create a new message.
|
|
169
|
+
*/
|
|
170
|
+
export declare const GetTaskPrioritiesResponseSchema: GenMessage<GetTaskPrioritiesResponse>;
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @generated from message api.v1.AddTaskPriorityResponse
|
|
174
|
+
*/
|
|
175
|
+
export declare type AddTaskPriorityResponse = Message<"api.v1.AddTaskPriorityResponse"> & {
|
|
176
|
+
/**
|
|
177
|
+
* @generated from field: api.v1.TaskPriority task_priority = 1;
|
|
178
|
+
*/
|
|
179
|
+
taskPriority?: TaskPriority;
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Describes the message api.v1.AddTaskPriorityResponse.
|
|
184
|
+
* Use `create(AddTaskPriorityResponseSchema)` to create a new message.
|
|
185
|
+
*/
|
|
186
|
+
export declare const AddTaskPriorityResponseSchema: GenMessage<AddTaskPriorityResponse>;
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* @generated from message api.v1.EditTaskPriorityResponse
|
|
190
|
+
*/
|
|
191
|
+
export declare type EditTaskPriorityResponse = Message<"api.v1.EditTaskPriorityResponse"> & {
|
|
192
|
+
/**
|
|
193
|
+
* @generated from field: api.v1.TaskPriority task_priority = 1;
|
|
194
|
+
*/
|
|
195
|
+
taskPriority?: TaskPriority;
|
|
196
|
+
};
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* Describes the message api.v1.EditTaskPriorityResponse.
|
|
200
|
+
* Use `create(EditTaskPriorityResponseSchema)` to create a new message.
|
|
201
|
+
*/
|
|
202
|
+
export declare const EditTaskPriorityResponseSchema: GenMessage<EditTaskPriorityResponse>;
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* @generated from message api.v1.GetTaskPriorityResponse
|
|
206
|
+
*/
|
|
207
|
+
export declare type GetTaskPriorityResponse = Message<"api.v1.GetTaskPriorityResponse"> & {
|
|
208
|
+
/**
|
|
209
|
+
* @generated from field: api.v1.TaskPriority task_priority = 1;
|
|
210
|
+
*/
|
|
211
|
+
taskPriority?: TaskPriority;
|
|
212
|
+
};
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* Describes the message api.v1.GetTaskPriorityResponse.
|
|
216
|
+
* Use `create(GetTaskPriorityResponseSchema)` to create a new message.
|
|
217
|
+
*/
|
|
218
|
+
export declare const GetTaskPriorityResponseSchema: GenMessage<GetTaskPriorityResponse>;
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Service definition
|
|
222
|
+
*
|
|
223
|
+
* @generated from service api.v1.TaskPriorityService
|
|
224
|
+
*/
|
|
225
|
+
export declare const TaskPriorityService: GenService<{
|
|
226
|
+
/**
|
|
227
|
+
* @generated from rpc api.v1.TaskPriorityService.AddTaskPriority
|
|
228
|
+
*/
|
|
229
|
+
addTaskPriority: {
|
|
230
|
+
methodKind: "unary";
|
|
231
|
+
input: typeof AddTaskPriorityRequestSchema;
|
|
232
|
+
output: typeof AddTaskPriorityResponseSchema;
|
|
233
|
+
},
|
|
234
|
+
/**
|
|
235
|
+
* @generated from rpc api.v1.TaskPriorityService.EditTaskPriority
|
|
236
|
+
*/
|
|
237
|
+
editTaskPriority: {
|
|
238
|
+
methodKind: "unary";
|
|
239
|
+
input: typeof EditTaskPriorityRequestSchema;
|
|
240
|
+
output: typeof EditTaskPriorityResponseSchema;
|
|
241
|
+
},
|
|
242
|
+
/**
|
|
243
|
+
* @generated from rpc api.v1.TaskPriorityService.GetTaskPriority
|
|
244
|
+
*/
|
|
245
|
+
getTaskPriority: {
|
|
246
|
+
methodKind: "unary";
|
|
247
|
+
input: typeof GetTaskPriorityRequestSchema;
|
|
248
|
+
output: typeof GetTaskPriorityResponseSchema;
|
|
249
|
+
},
|
|
250
|
+
/**
|
|
251
|
+
* @generated from rpc api.v1.TaskPriorityService.GetTaskPriorities
|
|
252
|
+
*/
|
|
253
|
+
getTaskPriorities: {
|
|
254
|
+
methodKind: "unary";
|
|
255
|
+
input: typeof GetTaskPrioritiesRequestSchema;
|
|
256
|
+
output: typeof GetTaskPrioritiesResponseSchema;
|
|
257
|
+
},
|
|
258
|
+
/**
|
|
259
|
+
* @generated from rpc api.v1.TaskPriorityService.DeleteTaskPriority
|
|
260
|
+
*/
|
|
261
|
+
deleteTaskPriority: {
|
|
262
|
+
methodKind: "unary";
|
|
263
|
+
input: typeof DeleteTaskPriorityRequestSchema;
|
|
264
|
+
output: typeof EmptySchema;
|
|
265
|
+
},
|
|
266
|
+
}>;
|
|
267
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/task_priority.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/task_priority.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_task_priority = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChphcGkvdjEvdGFza19wcmlvcml0eS5wcm90bxIGYXBpLnYxIrMBChZBZGRUYXNrUHJpb3JpdHlSZXF1ZXN0EhcKBG5hbWUYASABKAlCCfpCBnIEEAEYMhIWCgVsZXZlbBgCIAEoBUIH+kIEGgIoARIbCgVjb2xvchgDIAEoCUIH+kIEcgIYB0gAiAEBEhsKCnByb2plY3RfaWQYBCABKA1CB/pCBCoCKAESFgoJaXNfYWN0aXZlGAUgASgISAGIAQFCCAoGX2NvbG9yQgwKCl9pc19hY3RpdmUirAEKF0VkaXRUYXNrUHJpb3JpdHlSZXF1ZXN0EhMKAmlkGAEgASgNQgf6QgQqAigBEhcKBG5hbWUYAiABKAlCCfpCBnIEEAEYMhIWCgVsZXZlbBgDIAEoBUIH+kIEGgIoARIbCgVjb2xvchgEIAEoCUIH+kIEcgIYB0gAiAEBEhYKCWlzX2FjdGl2ZRgFIAEoCEgBiAEBQggKBl9jb2xvckIMCgpfaXNfYWN0aXZlIiQKFkdldFRhc2tQcmlvcml0eVJlcXVlc3QSCgoCaWQYASABKA0imAEKGEdldFRhc2tQcmlvcml0aWVzUmVxdWVzdBIbCgpwcm9qZWN0X2lkGAEgASgNQgf6QgQqAigBEjAKCnBhZ2luYXRpb24YAiABKAsyEi5hcGkudjEuUGFnaW5hdGlvbkII+kIFigECEAESLQoOZmlsdGVyX29wdGlvbnMYAyABKAsyFS5hcGkudjEuRmlsdGVyT3B0aW9ucyInChlEZWxldGVUYXNrUHJpb3JpdHlSZXF1ZXN0EgoKAmlkGAEgASgNInIKGUdldFRhc2tQcmlvcml0aWVzUmVzcG9uc2USLQoPdGFza19wcmlvcml0aWVzGAEgAygLMhQuYXBpLnYxLlRhc2tQcmlvcml0eRImCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb24iRgoXQWRkVGFza1ByaW9yaXR5UmVzcG9uc2USKwoNdGFza19wcmlvcml0eRgBIAEoCzIULmFwaS52MS5UYXNrUHJpb3JpdHkiRwoYRWRpdFRhc2tQcmlvcml0eVJlc3BvbnNlEisKDXRhc2tfcHJpb3JpdHkYASABKAsyFC5hcGkudjEuVGFza1ByaW9yaXR5IkYKF0dldFRhc2tQcmlvcml0eVJlc3BvbnNlEisKDXRhc2tfcHJpb3JpdHkYASABKAsyFC5hcGkudjEuVGFza1ByaW9yaXR5MvkEChNUYXNrUHJpb3JpdHlTZXJ2aWNlEnYKD0FkZFRhc2tQcmlvcml0eRIeLmFwaS52MS5BZGRUYXNrUHJpb3JpdHlSZXF1ZXN0Gh8uYXBpLnYxLkFkZFRhc2tQcmlvcml0eVJlc3BvbnNlIiKC0+STAhw6ASoiFy9hcGkvdjEvdGFza19wcmlvcml0aWVzEn4KEEVkaXRUYXNrUHJpb3JpdHkSHy5hcGkudjEuRWRpdFRhc2tQcmlvcml0eVJlcXVlc3QaIC5hcGkudjEuRWRpdFRhc2tQcmlvcml0eVJlc3BvbnNlIieC0+STAiE6ASoaHC9hcGkvdjEvdGFza19wcmlvcml0aWVzL3tpZH0SeAoPR2V0VGFza1ByaW9yaXR5Eh4uYXBpLnYxLkdldFRhc2tQcmlvcml0eVJlcXVlc3QaHy5hcGkudjEuR2V0VGFza1ByaW9yaXR5UmVzcG9uc2UiJILT5JMCHhIcL2FwaS92MS90YXNrX3ByaW9yaXRpZXMve2lkfRJ5ChFHZXRUYXNrUHJpb3JpdGllcxIgLmFwaS52MS5HZXRUYXNrUHJpb3JpdGllc1JlcXVlc3QaIS5hcGkudjEuR2V0VGFza1ByaW9yaXRpZXNSZXNwb25zZSIfgtPkkwIZEhcvYXBpL3YxL3Rhc2tfcHJpb3JpdGllcxJ1ChJEZWxldGVUYXNrUHJpb3JpdHkSIS5hcGkudjEuRGVsZXRlVGFza1ByaW9yaXR5UmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIkgtPkkwIeKhwvYXBpL3YxL3Rhc2tfcHJpb3JpdGllcy97aWR9QnYKCmNvbS5hcGkudjFCEVRhc2tQcmlvcml0eVByb3RvUAFaHG9wc2VlL2JhY2tlbmQvZ2VuL2FwaS92MTtnZW6iAgNBWFiqAgZBcGkuVjHKAgZBcGlcVjHiAhJBcGlcVjFcR1BCTWV0YWRhdGHqAgdBcGk6OlYxYgZwcm90bzM", [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.AddTaskPriorityRequest.
|
|
21
|
+
* Use `create(AddTaskPriorityRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddTaskPriorityRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_task_priority, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditTaskPriorityRequest.
|
|
28
|
+
* Use `create(EditTaskPriorityRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditTaskPriorityRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_task_priority, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetTaskPriorityRequest.
|
|
35
|
+
* Use `create(GetTaskPriorityRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetTaskPriorityRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_task_priority, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetTaskPrioritiesRequest.
|
|
42
|
+
* Use `create(GetTaskPrioritiesRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetTaskPrioritiesRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_task_priority, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteTaskPriorityRequest.
|
|
49
|
+
* Use `create(DeleteTaskPriorityRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteTaskPriorityRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_task_priority, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetTaskPrioritiesResponse.
|
|
56
|
+
* Use `create(GetTaskPrioritiesResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetTaskPrioritiesResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_task_priority, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddTaskPriorityResponse.
|
|
63
|
+
* Use `create(AddTaskPriorityResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddTaskPriorityResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_task_priority, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditTaskPriorityResponse.
|
|
70
|
+
* Use `create(EditTaskPriorityResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditTaskPriorityResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_task_priority, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetTaskPriorityResponse.
|
|
77
|
+
* Use `create(GetTaskPriorityResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetTaskPriorityResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_task_priority, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Service definition
|
|
84
|
+
*
|
|
85
|
+
* @generated from service api.v1.TaskPriorityService
|
|
86
|
+
*/
|
|
87
|
+
export const TaskPriorityService = /*@__PURE__*/
|
|
88
|
+
serviceDesc(file_api_v1_task_priority, 0);
|
|
89
|
+
|