@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,288 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/billing.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
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file api/v1/billing.proto.
|
|
12
|
+
*/
|
|
13
|
+
export const file_api_v1_billing = /*@__PURE__*/
|
|
14
|
+
fileDesc("ChRhcGkvdjEvYmlsbGluZy5wcm90bxIGYXBpLnYxIu8BChlDcmVhdGVTdWJzY3JpcHRpb25SZXF1ZXN0EjgKBWl0ZW1zGAEgAygLMh8uYXBpLnYxLlN1YnNjcmlwdGlvbkl0ZW1SZXF1ZXN0Qgj6QgWSAQIIARIsChBiaWxsaW5nX2ludGVydmFsGAIgASgJQhL6Qg9yDVIFbW9udGhSBHllYXISIQoUcGF5bWVudF9tZXRob2RfdG9rZW4YAyABKAlIAIgBARIbCg5wcm9tb3Rpb25fY29kZRgEIAEoCUgBiAEBQhcKFV9wYXltZW50X21ldGhvZF90b2tlbkIRCg9fcHJvbW90aW9uX2NvZGUicQoXU3Vic2NyaXB0aW9uSXRlbVJlcXVlc3QSOwoMcHJvZHVjdF90eXBlGAEgASgJQiX6QiJyIFIJdXNlcl9zZWF0Ugdwcm9qZWN0UgphaV9jcmVkaXRzEhkKCHF1YW50aXR5GAIgASgFQgf6QgQaAigBIk8KGkNyZWF0ZVN1YnNjcmlwdGlvblJlc3BvbnNlEjEKDHN1YnNjcmlwdGlvbhgBIAEoCzIbLmFwaS52MS5CaWxsaW5nU3Vic2NyaXB0aW9uIh8KHUdldEJpbGxpbmdTdWJzY3JpcHRpb25SZXF1ZXN0IlMKHkdldEJpbGxpbmdTdWJzY3JpcHRpb25SZXNwb25zZRIxCgxzdWJzY3JpcHRpb24YASABKAsyGy5hcGkudjEuQmlsbGluZ1N1YnNjcmlwdGlvbiIRCg9HZXRVc2FnZVJlcXVlc3Qi3wEKEEdldFVzYWdlUmVzcG9uc2USEgoKdXNlcnNfdXNlZBgBIAEoBRITCgt1c2Vyc19saW1pdBgCIAEoBRIVCg1wcm9qZWN0c191c2VkGAMgASgFEhYKDnByb2plY3RzX2xpbWl0GAQgASgFEhkKEWNyZWRpdHNfYXZhaWxhYmxlGAUgASgFEh8KF2NyZWRpdHNfdXNlZF90aGlzX21vbnRoGAYgASgFEhoKEnN0b3JhZ2VfdXNlZF9ieXRlcxgHIAEoAxIbChNzdG9yYWdlX2xpbWl0X2J5dGVzGAggASgDIlMKGkNyZWF0ZVBheW1lbnRNZXRob2RSZXF1ZXN0Eh0KDHN0cmlwZV90b2tlbhgBIAEoCUIH+kIEcgIQARIWCg5zZXRfYXNfZGVmYXVsdBgCIAEoCCJTChtDcmVhdGVQYXltZW50TWV0aG9kUmVzcG9uc2USNAoOcGF5bWVudF9tZXRob2QYASABKAsyHC5hcGkudjEuQmlsbGluZ1BheW1lbnRNZXRob2QiGgoYR2V0UGF5bWVudE1ldGhvZHNSZXF1ZXN0IlIKGUdldFBheW1lbnRNZXRob2RzUmVzcG9uc2USNQoPcGF5bWVudF9tZXRob2RzGAEgAygLMhwuYXBpLnYxLkJpbGxpbmdQYXltZW50TWV0aG9kIkQKHlNldERlZmF1bHRQYXltZW50TWV0aG9kUmVxdWVzdBIiChFwYXltZW50X21ldGhvZF9pZBgBIAEoDUIH+kIEKgIoASJAChpEZWxldGVQYXltZW50TWV0aG9kUmVxdWVzdBIiChFwYXltZW50X21ldGhvZF9pZBgBIAEoDUIH+kIEKgIoASIaChhHZXRQcm9kdWN0Q29uZmlnc1JlcXVlc3QiUgoZR2V0UHJvZHVjdENvbmZpZ3NSZXNwb25zZRI1Cg9wcm9kdWN0X2NvbmZpZ3MYASADKAsyHC5hcGkudjEuQmlsbGluZ1Byb2R1Y3RDb25maWciXAoaVXBzZXJ0UHJvZHVjdENvbmZpZ1JlcXVlc3QSPgoOcHJvZHVjdF9jb25maWcYASABKAsyHC5hcGkudjEuQmlsbGluZ1Byb2R1Y3RDb25maWdCCPpCBYoBAhABIlMKG1Vwc2VydFByb2R1Y3RDb25maWdSZXNwb25zZRI0Cg5wcm9kdWN0X2NvbmZpZxgBIAEoCzIcLmFwaS52MS5CaWxsaW5nUHJvZHVjdENvbmZpZyJjCiNHZXRCaWxsaW5nQ3JlZGl0VHJhbnNhY3Rpb25zUmVxdWVzdBISCgVsaW1pdBgBIAEoBUgAiAEBEhMKBm9mZnNldBgCIAEoBUgBiAEBQggKBl9saW1pdEIJCgdfb2Zmc2V0InMKJEdldEJpbGxpbmdDcmVkaXRUcmFuc2FjdGlvbnNSZXNwb25zZRI2Cgx0cmFuc2FjdGlvbnMYASADKAsyIC5hcGkudjEuQmlsbGluZ0NyZWRpdFRyYW5zYWN0aW9uEhMKC3RvdGFsX2NvdW50GAIgASgFImcKFlB1cmNoYXNlQ3JlZGl0c1JlcXVlc3QSFwoGYW1vdW50GAEgASgFQgf6QgQaAigBEh4KEXBheW1lbnRfbWV0aG9kX2lkGAIgASgJSACIAQFCFAoSX3BheW1lbnRfbWV0aG9kX2lkIlAKF1B1cmNoYXNlQ3JlZGl0c1Jlc3BvbnNlEjUKC3RyYW5zYWN0aW9uGAEgASgLMiAuYXBpLnYxLkJpbGxpbmdDcmVkaXRUcmFuc2FjdGlvbiJNChVQcm9jZXNzV2ViaG9va1JlcXVlc3QSGAoHcGF5bG9hZBgBIAEoCUIH+kIEcgIQARIaCglzaWduYXR1cmUYAiABKAlCB/pCBHICEAEiOgoWUHJvY2Vzc1dlYmhvb2tSZXNwb25zZRIPCgdzdWNjZXNzGAEgASgIEg8KB21lc3NhZ2UYAiABKAkiyQQKE0JpbGxpbmdTdWJzY3JpcHRpb24SCgoCaWQYASABKA0SEgoKY29tcGFueV9pZBgCIAEoDRIaChJzdHJpcGVfY3VzdG9tZXJfaWQYAyABKAkSIwoWc3RyaXBlX3N1YnNjcmlwdGlvbl9pZBgEIAEoCUgAiAEBEg4KBnN0YXR1cxgFIAEoCRI9ChRjdXJyZW50X3BlcmlvZF9zdGFydBgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIAYgBARI7ChJjdXJyZW50X3BlcmlvZF9lbmQYByABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAKIAQESHgoRcGF5bWVudF9tZXRob2RfaWQYCCABKA1IA4gBARIuCgVpdGVtcxgJIAMoCzIfLmFwaS52MS5CaWxsaW5nU3Vic2NyaXB0aW9uSXRlbRI0Cg5wYXltZW50X21ldGhvZBgKIAEoCzIcLmFwaS52MS5CaWxsaW5nUGF5bWVudE1ldGhvZBIuCgpjcmVhdGVkX2F0GAsgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp1cGRhdGVkX2F0GAwgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEIZChdfc3RyaXBlX3N1YnNjcmlwdGlvbl9pZEIXChVfY3VycmVudF9wZXJpb2Rfc3RhcnRCFQoTX2N1cnJlbnRfcGVyaW9kX2VuZEIUChJfcGF5bWVudF9tZXRob2RfaWQihwIKF0JpbGxpbmdTdWJzY3JpcHRpb25JdGVtEgoKAmlkGAEgASgNEhcKD3N1YnNjcmlwdGlvbl9pZBgCIAEoDRIUCgxwcm9kdWN0X3R5cGUYAyABKAkSEAoIcXVhbnRpdHkYBCABKAUSEgoKdW5pdF9wcmljZRgFIAEoAxIYChBiaWxsaW5nX2ludGVydmFsGAYgASgJEhEKCWlzX2FjdGl2ZRgHIAEoCBIuCgpjcmVhdGVkX2F0GAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp1cGRhdGVkX2F0GAkgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCKbAgoUQmlsbGluZ1BheW1lbnRNZXRob2QSCgoCaWQYASABKA0SEgoKY29tcGFueV9pZBgCIAEoDRIYChBzdHJpcGVfbWV0aG9kX2lkGAMgASgJEgwKBHR5cGUYBCABKAkSDQoFbGFzdDQYBSABKAkSDQoFYnJhbmQYBiABKAkSFAoMZXhwaXJ5X21vbnRoGAcgASgFEhMKC2V4cGlyeV95ZWFyGAggASgFEhIKCmlzX2RlZmF1bHQYCSABKAgSLgoKY3JlYXRlZF9hdBgKIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLgoKdXBkYXRlZF9hdBgLIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAipwIKFEJpbGxpbmdQcm9kdWN0Q29uZmlnEgoKAmlkGAEgASgNEhQKDHByb2R1Y3RfdHlwZRgCIAEoCRIVCg1tb250aGx5X3ByaWNlGAMgASgDEhQKDHllYXJseV9wcmljZRgEIAEoAxIVCg1mcmVlX3F1YW50aXR5GAUgASgFEhQKDGlzX3JlY3VycmluZxgGIAEoCBIZChFzdHJpcGVfbW9udGhseV9pZBgHIAEoCRIYChBzdHJpcGVfeWVhcmx5X2lkGAggASgJEi4KCmNyZWF0ZWRfYXQYCSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYCiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIrECChVCaWxsaW5nQ29tcGFueUNyZWRpdHMSCgoCaWQYASABKA0SEgoKY29tcGFueV9pZBgCIAEoDRIVCg10b3RhbF9jcmVkaXRzGAMgASgFEhQKDHVzZWRfY3JlZGl0cxgEIAEoBRIZChFhdmFpbGFibGVfY3JlZGl0cxgFIAEoBRI6ChFsYXN0X2FsbG9jYXRlZF9hdBgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIAIgBARIuCgpjcmVhdGVkX2F0GAcgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp1cGRhdGVkX2F0GAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEIUChJfbGFzdF9hbGxvY2F0ZWRfYXQiiAIKGEJpbGxpbmdDcmVkaXRUcmFuc2FjdGlvbhIKCgJpZBgBIAEoDRISCgpjb21wYW55X2lkGAIgASgNEg4KBmFtb3VudBgDIAEoBRIOCgZyZWFzb24YBCABKAkSGAoLZW50aXR5X3R5cGUYBSABKAlIAIgBARIWCgllbnRpdHlfaWQYBiABKAlIAYgBARIaCg1tZXRhZGF0YV9qc29uGAcgASgJSAKIAQESLgoKY3JlYXRlZF9hdBgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCDgoMX2VudGl0eV90eXBlQgwKCl9lbnRpdHlfaWRCEAoOX21ldGFkYXRhX2pzb24iPQoZQ2FuY2VsU3Vic2NyaXB0aW9uUmVxdWVzdBIgCg9zdWJzY3JpcHRpb25faWQYASABKA1CB/pCBCoCKAEiPgoaQ2FuY2VsU3Vic2NyaXB0aW9uUmVzcG9uc2USDwoHc3VjY2VzcxgBIAEoCBIPCgdtZXNzYWdlGAIgASgJIjUKHFZhbGlkYXRlUHJvbW90aW9uQ29kZVJlcXVlc3QSFQoEY29kZRgBIAEoCUIH+kIEcgIQASKIAQodVmFsaWRhdGVQcm9tb3Rpb25Db2RlUmVzcG9uc2USGQoRcHJvbW90aW9uX2NvZGVfaWQYASABKAkSDAoEY29kZRgCIAEoCRINCgV2YWxpZBgDIAEoCBIvCghkaXNjb3VudBgEIAEoCzIdLmFwaS52MS5Qcm9tb3Rpb25Db2RlRGlzY291bnQijgEKFVByb21vdGlvbkNvZGVEaXNjb3VudBISCgphbW91bnRfb2ZmGAEgASgDEhMKC3BlcmNlbnRfb2ZmGAIgASgBEhAKCGN1cnJlbmN5GAMgASgJEhAKCGR1cmF0aW9uGAQgASgJEhoKEmR1cmF0aW9uX2luX21vbnRocxgFIAEoBRIMCgRuYW1lGAYgASgJImIKEkdldEludm9pY2VzUmVxdWVzdBISCgVsaW1pdBgBIAEoBUgAiAEBEhsKDnN0YXJ0aW5nX2FmdGVyGAIgASgJSAGIAQFCCAoGX2xpbWl0QhEKD19zdGFydGluZ19hZnRlciJRChNHZXRJbnZvaWNlc1Jlc3BvbnNlEigKCGludm9pY2VzGAEgAygLMhYuYXBpLnYxLkJpbGxpbmdJbnZvaWNlEhAKCGhhc19tb3JlGAIgASgIIpYCCg5CaWxsaW5nSW52b2ljZRIKCgJpZBgBIAEoCRISCgphbW91bnRfZHVlGAIgASgDEhMKC2Ftb3VudF9wYWlkGAMgASgDEhgKEGFtb3VudF9yZW1haW5pbmcYBCABKAMSKwoHY3JlYXRlZBgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASEAoIY3VycmVuY3kYBiABKAkSFgoOY3VzdG9tZXJfZW1haWwYByABKAkSGgoSaG9zdGVkX2ludm9pY2VfdXJsGAggASgJEhMKC2ludm9pY2VfcGRmGAkgASgJEg4KBm51bWJlchgKIAEoCRIOCgZzdGF0dXMYCyABKAkSDQoFdG90YWwYDCABKAMyjA4KDkJpbGxpbmdTZXJ2aWNlEoUBChJDcmVhdGVTdWJzY3JpcHRpb24SIS5hcGkudjEuQ3JlYXRlU3Vic2NyaXB0aW9uUmVxdWVzdBoiLmFwaS52MS5DcmVhdGVTdWJzY3JpcHRpb25SZXNwb25zZSIogtPkkwIiOgEqIh0vYXBpL3YxL2JpbGxpbmcvc3Vic2NyaXB0aW9ucxKGAQoPR2V0U3Vic2NyaXB0aW9uEiUuYXBpLnYxLkdldEJpbGxpbmdTdWJzY3JpcHRpb25SZXF1ZXN0GiYuYXBpLnYxLkdldEJpbGxpbmdTdWJzY3JpcHRpb25SZXNwb25zZSIkgtPkkwIeEhwvYXBpL3YxL2JpbGxpbmcvc3Vic2NyaXB0aW9uEp4BChJDYW5jZWxTdWJzY3JpcHRpb24SIS5hcGkudjEuQ2FuY2VsU3Vic2NyaXB0aW9uUmVxdWVzdBoiLmFwaS52MS5DYW5jZWxTdWJzY3JpcHRpb25SZXNwb25zZSJBgtPkkwI7OgEqIjYvYXBpL3YxL2JpbGxpbmcvc3Vic2NyaXB0aW9ucy97c3Vic2NyaXB0aW9uX2lkfS9jYW5jZWwSXAoIR2V0VXNhZ2USFy5hcGkudjEuR2V0VXNhZ2VSZXF1ZXN0GhguYXBpLnYxLkdldFVzYWdlUmVzcG9uc2UiHYLT5JMCFxIVL2FwaS92MS9iaWxsaW5nL3VzYWdlEooBChNDcmVhdGVQYXltZW50TWV0aG9kEiIuYXBpLnYxLkNyZWF0ZVBheW1lbnRNZXRob2RSZXF1ZXN0GiMuYXBpLnYxLkNyZWF0ZVBheW1lbnRNZXRob2RSZXNwb25zZSIqgtPkkwIkOgEqIh8vYXBpL3YxL2JpbGxpbmcvcGF5bWVudC1tZXRob2RzEoEBChFHZXRQYXltZW50TWV0aG9kcxIgLmFwaS52MS5HZXRQYXltZW50TWV0aG9kc1JlcXVlc3QaIS5hcGkudjEuR2V0UGF5bWVudE1ldGhvZHNSZXNwb25zZSIngtPkkwIhEh8vYXBpL3YxL2JpbGxpbmcvcGF5bWVudC1tZXRob2RzEqEBChdTZXREZWZhdWx0UGF5bWVudE1ldGhvZBImLmFwaS52MS5TZXREZWZhdWx0UGF5bWVudE1ldGhvZFJlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkiRoLT5JMCQDoBKho7L2FwaS92MS9iaWxsaW5nL3BheW1lbnQtbWV0aG9kcy97cGF5bWVudF9tZXRob2RfaWR9L2RlZmF1bHQSjgEKE0RlbGV0ZVBheW1lbnRNZXRob2QSIi5hcGkudjEuRGVsZXRlUGF5bWVudE1ldGhvZFJlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkiO4LT5JMCNSozL2FwaS92MS9iaWxsaW5nL3BheW1lbnQtbWV0aG9kcy97cGF5bWVudF9tZXRob2RfaWR9Ep8BChVHZXRDcmVkaXRUcmFuc2FjdGlvbnMSKy5hcGkudjEuR2V0QmlsbGluZ0NyZWRpdFRyYW5zYWN0aW9uc1JlcXVlc3QaLC5hcGkudjEuR2V0QmlsbGluZ0NyZWRpdFRyYW5zYWN0aW9uc1Jlc3BvbnNlIiuC0+STAiUSIy9hcGkvdjEvYmlsbGluZy9jcmVkaXQtdHJhbnNhY3Rpb25zEn8KD1B1cmNoYXNlQ3JlZGl0cxIeLmFwaS52MS5QdXJjaGFzZUNyZWRpdHNSZXF1ZXN0Gh8uYXBpLnYxLlB1cmNoYXNlQ3JlZGl0c1Jlc3BvbnNlIiuC0+STAiU6ASoiIC9hcGkvdjEvYmlsbGluZy9jcmVkaXRzL3B1cmNoYXNlEmgKC0dldEludm9pY2VzEhouYXBpLnYxLkdldEludm9pY2VzUmVxdWVzdBobLmFwaS52MS5HZXRJbnZvaWNlc1Jlc3BvbnNlIiCC0+STAhoSGC9hcGkvdjEvYmlsbGluZy9pbnZvaWNlcxKZAQoVVmFsaWRhdGVQcm9tb3Rpb25Db2RlEiQuYXBpLnYxLlZhbGlkYXRlUHJvbW90aW9uQ29kZVJlcXVlc3QaJS5hcGkudjEuVmFsaWRhdGVQcm9tb3Rpb25Db2RlUmVzcG9uc2UiM4LT5JMCLToBKiIoL2FwaS92MS9iaWxsaW5nL3Byb21vdGlvbi1jb2Rlcy92YWxpZGF0ZRJ7Cg5Qcm9jZXNzV2ViaG9vaxIdLmFwaS52MS5Qcm9jZXNzV2ViaG9va1JlcXVlc3QaHi5hcGkudjEuUHJvY2Vzc1dlYmhvb2tSZXNwb25zZSIqgtPkkwIkOgEqIh8vYXBpL3YxL2JpbGxpbmcvd2ViaG9va3Mvc3RyaXBlMrICChNCaWxsaW5nQWRtaW5TZXJ2aWNlEocBChFHZXRQcm9kdWN0Q29uZmlncxIgLmFwaS52MS5HZXRQcm9kdWN0Q29uZmlnc1JlcXVlc3QaIS5hcGkudjEuR2V0UHJvZHVjdENvbmZpZ3NSZXNwb25zZSItgtPkkwInEiUvYXBpL3YxL2FkbWluL2JpbGxpbmcvcHJvZHVjdC1jb25maWdzEpABChNVcHNlcnRQcm9kdWN0Q29uZmlnEiIuYXBpLnYxLlVwc2VydFByb2R1Y3RDb25maWdSZXF1ZXN0GiMuYXBpLnYxLlVwc2VydFByb2R1Y3RDb25maWdSZXNwb25zZSIwgtPkkwIqOgEqGiUvYXBpL3YxL2FkbWluL2JpbGxpbmcvcHJvZHVjdC1jb25maWdzQnEKCmNvbS5hcGkudjFCDEJpbGxpbmdQcm90b1ABWhxvcHNlZS9iYWNrZW5kL2dlbi9hcGkvdjE7Z2VuogIDQVhYqgIGQXBpLlYxygIGQXBpXFYx4gISQXBpXFYxXEdQQk1ldGFkYXRh6gIHQXBpOjpWMWIGcHJvdG8z", [file_google_protobuf_empty, file_google_protobuf_timestamp, file_google_api_annotations, file_validate_validate]);
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Describes the message api.v1.CreateSubscriptionRequest.
|
|
18
|
+
* Use `create(CreateSubscriptionRequestSchema)` to create a new message.
|
|
19
|
+
*/
|
|
20
|
+
export const CreateSubscriptionRequestSchema = /*@__PURE__*/
|
|
21
|
+
messageDesc(file_api_v1_billing, 0);
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the message api.v1.SubscriptionItemRequest.
|
|
25
|
+
* Use `create(SubscriptionItemRequestSchema)` to create a new message.
|
|
26
|
+
*/
|
|
27
|
+
export const SubscriptionItemRequestSchema = /*@__PURE__*/
|
|
28
|
+
messageDesc(file_api_v1_billing, 1);
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Describes the message api.v1.CreateSubscriptionResponse.
|
|
32
|
+
* Use `create(CreateSubscriptionResponseSchema)` to create a new message.
|
|
33
|
+
*/
|
|
34
|
+
export const CreateSubscriptionResponseSchema = /*@__PURE__*/
|
|
35
|
+
messageDesc(file_api_v1_billing, 2);
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Describes the message api.v1.GetBillingSubscriptionRequest.
|
|
39
|
+
* Use `create(GetBillingSubscriptionRequestSchema)` to create a new message.
|
|
40
|
+
*/
|
|
41
|
+
export const GetBillingSubscriptionRequestSchema = /*@__PURE__*/
|
|
42
|
+
messageDesc(file_api_v1_billing, 3);
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Describes the message api.v1.GetBillingSubscriptionResponse.
|
|
46
|
+
* Use `create(GetBillingSubscriptionResponseSchema)` to create a new message.
|
|
47
|
+
*/
|
|
48
|
+
export const GetBillingSubscriptionResponseSchema = /*@__PURE__*/
|
|
49
|
+
messageDesc(file_api_v1_billing, 4);
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Describes the message api.v1.GetUsageRequest.
|
|
53
|
+
* Use `create(GetUsageRequestSchema)` to create a new message.
|
|
54
|
+
*/
|
|
55
|
+
export const GetUsageRequestSchema = /*@__PURE__*/
|
|
56
|
+
messageDesc(file_api_v1_billing, 5);
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Describes the message api.v1.GetUsageResponse.
|
|
60
|
+
* Use `create(GetUsageResponseSchema)` to create a new message.
|
|
61
|
+
*/
|
|
62
|
+
export const GetUsageResponseSchema = /*@__PURE__*/
|
|
63
|
+
messageDesc(file_api_v1_billing, 6);
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Describes the message api.v1.CreatePaymentMethodRequest.
|
|
67
|
+
* Use `create(CreatePaymentMethodRequestSchema)` to create a new message.
|
|
68
|
+
*/
|
|
69
|
+
export const CreatePaymentMethodRequestSchema = /*@__PURE__*/
|
|
70
|
+
messageDesc(file_api_v1_billing, 7);
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Describes the message api.v1.CreatePaymentMethodResponse.
|
|
74
|
+
* Use `create(CreatePaymentMethodResponseSchema)` to create a new message.
|
|
75
|
+
*/
|
|
76
|
+
export const CreatePaymentMethodResponseSchema = /*@__PURE__*/
|
|
77
|
+
messageDesc(file_api_v1_billing, 8);
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Describes the message api.v1.GetPaymentMethodsRequest.
|
|
81
|
+
* Use `create(GetPaymentMethodsRequestSchema)` to create a new message.
|
|
82
|
+
*/
|
|
83
|
+
export const GetPaymentMethodsRequestSchema = /*@__PURE__*/
|
|
84
|
+
messageDesc(file_api_v1_billing, 9);
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Describes the message api.v1.GetPaymentMethodsResponse.
|
|
88
|
+
* Use `create(GetPaymentMethodsResponseSchema)` to create a new message.
|
|
89
|
+
*/
|
|
90
|
+
export const GetPaymentMethodsResponseSchema = /*@__PURE__*/
|
|
91
|
+
messageDesc(file_api_v1_billing, 10);
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Describes the message api.v1.SetDefaultPaymentMethodRequest.
|
|
95
|
+
* Use `create(SetDefaultPaymentMethodRequestSchema)` to create a new message.
|
|
96
|
+
*/
|
|
97
|
+
export const SetDefaultPaymentMethodRequestSchema = /*@__PURE__*/
|
|
98
|
+
messageDesc(file_api_v1_billing, 11);
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Describes the message api.v1.DeletePaymentMethodRequest.
|
|
102
|
+
* Use `create(DeletePaymentMethodRequestSchema)` to create a new message.
|
|
103
|
+
*/
|
|
104
|
+
export const DeletePaymentMethodRequestSchema = /*@__PURE__*/
|
|
105
|
+
messageDesc(file_api_v1_billing, 12);
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Describes the message api.v1.GetProductConfigsRequest.
|
|
109
|
+
* Use `create(GetProductConfigsRequestSchema)` to create a new message.
|
|
110
|
+
*/
|
|
111
|
+
export const GetProductConfigsRequestSchema = /*@__PURE__*/
|
|
112
|
+
messageDesc(file_api_v1_billing, 13);
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Describes the message api.v1.GetProductConfigsResponse.
|
|
116
|
+
* Use `create(GetProductConfigsResponseSchema)` to create a new message.
|
|
117
|
+
*/
|
|
118
|
+
export const GetProductConfigsResponseSchema = /*@__PURE__*/
|
|
119
|
+
messageDesc(file_api_v1_billing, 14);
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* Describes the message api.v1.UpsertProductConfigRequest.
|
|
123
|
+
* Use `create(UpsertProductConfigRequestSchema)` to create a new message.
|
|
124
|
+
*/
|
|
125
|
+
export const UpsertProductConfigRequestSchema = /*@__PURE__*/
|
|
126
|
+
messageDesc(file_api_v1_billing, 15);
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Describes the message api.v1.UpsertProductConfigResponse.
|
|
130
|
+
* Use `create(UpsertProductConfigResponseSchema)` to create a new message.
|
|
131
|
+
*/
|
|
132
|
+
export const UpsertProductConfigResponseSchema = /*@__PURE__*/
|
|
133
|
+
messageDesc(file_api_v1_billing, 16);
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Describes the message api.v1.GetBillingCreditTransactionsRequest.
|
|
137
|
+
* Use `create(GetBillingCreditTransactionsRequestSchema)` to create a new message.
|
|
138
|
+
*/
|
|
139
|
+
export const GetBillingCreditTransactionsRequestSchema = /*@__PURE__*/
|
|
140
|
+
messageDesc(file_api_v1_billing, 17);
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* Describes the message api.v1.GetBillingCreditTransactionsResponse.
|
|
144
|
+
* Use `create(GetBillingCreditTransactionsResponseSchema)` to create a new message.
|
|
145
|
+
*/
|
|
146
|
+
export const GetBillingCreditTransactionsResponseSchema = /*@__PURE__*/
|
|
147
|
+
messageDesc(file_api_v1_billing, 18);
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Describes the message api.v1.PurchaseCreditsRequest.
|
|
151
|
+
* Use `create(PurchaseCreditsRequestSchema)` to create a new message.
|
|
152
|
+
*/
|
|
153
|
+
export const PurchaseCreditsRequestSchema = /*@__PURE__*/
|
|
154
|
+
messageDesc(file_api_v1_billing, 19);
|
|
155
|
+
|
|
156
|
+
/**
|
|
157
|
+
* Describes the message api.v1.PurchaseCreditsResponse.
|
|
158
|
+
* Use `create(PurchaseCreditsResponseSchema)` to create a new message.
|
|
159
|
+
*/
|
|
160
|
+
export const PurchaseCreditsResponseSchema = /*@__PURE__*/
|
|
161
|
+
messageDesc(file_api_v1_billing, 20);
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Describes the message api.v1.ProcessWebhookRequest.
|
|
165
|
+
* Use `create(ProcessWebhookRequestSchema)` to create a new message.
|
|
166
|
+
*/
|
|
167
|
+
export const ProcessWebhookRequestSchema = /*@__PURE__*/
|
|
168
|
+
messageDesc(file_api_v1_billing, 21);
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Describes the message api.v1.ProcessWebhookResponse.
|
|
172
|
+
* Use `create(ProcessWebhookResponseSchema)` to create a new message.
|
|
173
|
+
*/
|
|
174
|
+
export const ProcessWebhookResponseSchema = /*@__PURE__*/
|
|
175
|
+
messageDesc(file_api_v1_billing, 22);
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* Describes the message api.v1.BillingSubscription.
|
|
179
|
+
* Use `create(BillingSubscriptionSchema)` to create a new message.
|
|
180
|
+
*/
|
|
181
|
+
export const BillingSubscriptionSchema = /*@__PURE__*/
|
|
182
|
+
messageDesc(file_api_v1_billing, 23);
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* Describes the message api.v1.BillingSubscriptionItem.
|
|
186
|
+
* Use `create(BillingSubscriptionItemSchema)` to create a new message.
|
|
187
|
+
*/
|
|
188
|
+
export const BillingSubscriptionItemSchema = /*@__PURE__*/
|
|
189
|
+
messageDesc(file_api_v1_billing, 24);
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* Describes the message api.v1.BillingPaymentMethod.
|
|
193
|
+
* Use `create(BillingPaymentMethodSchema)` to create a new message.
|
|
194
|
+
*/
|
|
195
|
+
export const BillingPaymentMethodSchema = /*@__PURE__*/
|
|
196
|
+
messageDesc(file_api_v1_billing, 25);
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* Describes the message api.v1.BillingProductConfig.
|
|
200
|
+
* Use `create(BillingProductConfigSchema)` to create a new message.
|
|
201
|
+
*/
|
|
202
|
+
export const BillingProductConfigSchema = /*@__PURE__*/
|
|
203
|
+
messageDesc(file_api_v1_billing, 26);
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* Describes the message api.v1.BillingCompanyCredits.
|
|
207
|
+
* Use `create(BillingCompanyCreditsSchema)` to create a new message.
|
|
208
|
+
*/
|
|
209
|
+
export const BillingCompanyCreditsSchema = /*@__PURE__*/
|
|
210
|
+
messageDesc(file_api_v1_billing, 27);
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* Describes the message api.v1.BillingCreditTransaction.
|
|
214
|
+
* Use `create(BillingCreditTransactionSchema)` to create a new message.
|
|
215
|
+
*/
|
|
216
|
+
export const BillingCreditTransactionSchema = /*@__PURE__*/
|
|
217
|
+
messageDesc(file_api_v1_billing, 28);
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Describes the message api.v1.CancelSubscriptionRequest.
|
|
221
|
+
* Use `create(CancelSubscriptionRequestSchema)` to create a new message.
|
|
222
|
+
*/
|
|
223
|
+
export const CancelSubscriptionRequestSchema = /*@__PURE__*/
|
|
224
|
+
messageDesc(file_api_v1_billing, 29);
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* Describes the message api.v1.CancelSubscriptionResponse.
|
|
228
|
+
* Use `create(CancelSubscriptionResponseSchema)` to create a new message.
|
|
229
|
+
*/
|
|
230
|
+
export const CancelSubscriptionResponseSchema = /*@__PURE__*/
|
|
231
|
+
messageDesc(file_api_v1_billing, 30);
|
|
232
|
+
|
|
233
|
+
/**
|
|
234
|
+
* Describes the message api.v1.ValidatePromotionCodeRequest.
|
|
235
|
+
* Use `create(ValidatePromotionCodeRequestSchema)` to create a new message.
|
|
236
|
+
*/
|
|
237
|
+
export const ValidatePromotionCodeRequestSchema = /*@__PURE__*/
|
|
238
|
+
messageDesc(file_api_v1_billing, 31);
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* Describes the message api.v1.ValidatePromotionCodeResponse.
|
|
242
|
+
* Use `create(ValidatePromotionCodeResponseSchema)` to create a new message.
|
|
243
|
+
*/
|
|
244
|
+
export const ValidatePromotionCodeResponseSchema = /*@__PURE__*/
|
|
245
|
+
messageDesc(file_api_v1_billing, 32);
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* Describes the message api.v1.PromotionCodeDiscount.
|
|
249
|
+
* Use `create(PromotionCodeDiscountSchema)` to create a new message.
|
|
250
|
+
*/
|
|
251
|
+
export const PromotionCodeDiscountSchema = /*@__PURE__*/
|
|
252
|
+
messageDesc(file_api_v1_billing, 33);
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Describes the message api.v1.GetInvoicesRequest.
|
|
256
|
+
* Use `create(GetInvoicesRequestSchema)` to create a new message.
|
|
257
|
+
*/
|
|
258
|
+
export const GetInvoicesRequestSchema = /*@__PURE__*/
|
|
259
|
+
messageDesc(file_api_v1_billing, 34);
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* Describes the message api.v1.GetInvoicesResponse.
|
|
263
|
+
* Use `create(GetInvoicesResponseSchema)` to create a new message.
|
|
264
|
+
*/
|
|
265
|
+
export const GetInvoicesResponseSchema = /*@__PURE__*/
|
|
266
|
+
messageDesc(file_api_v1_billing, 35);
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* Describes the message api.v1.BillingInvoice.
|
|
270
|
+
* Use `create(BillingInvoiceSchema)` to create a new message.
|
|
271
|
+
*/
|
|
272
|
+
export const BillingInvoiceSchema = /*@__PURE__*/
|
|
273
|
+
messageDesc(file_api_v1_billing, 36);
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* @generated from service api.v1.BillingService
|
|
277
|
+
*/
|
|
278
|
+
export const BillingService = /*@__PURE__*/
|
|
279
|
+
serviceDesc(file_api_v1_billing, 0);
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* Admin-only Product Configuration Service
|
|
283
|
+
*
|
|
284
|
+
* @generated from service api.v1.BillingAdminService
|
|
285
|
+
*/
|
|
286
|
+
export const BillingAdminService = /*@__PURE__*/
|
|
287
|
+
serviceDesc(file_api_v1_billing, 1);
|
|
288
|
+
|
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/board_column.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 { BoardColumn } from "./models_pb";
|
|
10
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file api/v1/board_column.proto.
|
|
14
|
+
*/
|
|
15
|
+
export declare const file_api_v1_board_column: GenFile;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Request definitions
|
|
19
|
+
*
|
|
20
|
+
* @generated from message api.v1.AddBoardColumnRequest
|
|
21
|
+
*/
|
|
22
|
+
export declare type AddBoardColumnRequest = Message<"api.v1.AddBoardColumnRequest"> & {
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: string name = 1;
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from field: int32 display_order = 2;
|
|
30
|
+
*/
|
|
31
|
+
displayOrder: number;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from field: optional string color = 3;
|
|
35
|
+
*/
|
|
36
|
+
color?: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: optional string lifecycle_state = 4;
|
|
40
|
+
*/
|
|
41
|
+
lifecycleState?: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: bool is_active = 5;
|
|
45
|
+
*/
|
|
46
|
+
isActive: boolean;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: uint32 board_id = 6;
|
|
50
|
+
*/
|
|
51
|
+
boardId: number;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.AddBoardColumnRequest.
|
|
56
|
+
* Use `create(AddBoardColumnRequestSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export declare const AddBoardColumnRequestSchema: GenMessage<AddBoardColumnRequest>;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @generated from message api.v1.EditBoardColumnRequest
|
|
62
|
+
*/
|
|
63
|
+
export declare type EditBoardColumnRequest = Message<"api.v1.EditBoardColumnRequest"> & {
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: uint32 id = 1;
|
|
66
|
+
*/
|
|
67
|
+
id: number;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* @generated from field: string name = 2;
|
|
71
|
+
*/
|
|
72
|
+
name: string;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: int32 display_order = 3;
|
|
76
|
+
*/
|
|
77
|
+
displayOrder: number;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: optional string color = 4;
|
|
81
|
+
*/
|
|
82
|
+
color?: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from field: optional string lifecycle_state = 5;
|
|
86
|
+
*/
|
|
87
|
+
lifecycleState?: string;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @generated from field: bool is_active = 6;
|
|
91
|
+
*/
|
|
92
|
+
isActive: boolean;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: uint32 board_id = 7;
|
|
96
|
+
*/
|
|
97
|
+
boardId: number;
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Describes the message api.v1.EditBoardColumnRequest.
|
|
102
|
+
* Use `create(EditBoardColumnRequestSchema)` to create a new message.
|
|
103
|
+
*/
|
|
104
|
+
export declare const EditBoardColumnRequestSchema: GenMessage<EditBoardColumnRequest>;
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* @generated from message api.v1.GetBoardColumnRequest
|
|
108
|
+
*/
|
|
109
|
+
export declare type GetBoardColumnRequest = Message<"api.v1.GetBoardColumnRequest"> & {
|
|
110
|
+
/**
|
|
111
|
+
* @generated from field: uint32 id = 1;
|
|
112
|
+
*/
|
|
113
|
+
id: number;
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Describes the message api.v1.GetBoardColumnRequest.
|
|
118
|
+
* Use `create(GetBoardColumnRequestSchema)` to create a new message.
|
|
119
|
+
*/
|
|
120
|
+
export declare const GetBoardColumnRequestSchema: GenMessage<GetBoardColumnRequest>;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* @generated from message api.v1.GetBoardColumnsRequest
|
|
124
|
+
*/
|
|
125
|
+
export declare type GetBoardColumnsRequest = Message<"api.v1.GetBoardColumnsRequest"> & {
|
|
126
|
+
/**
|
|
127
|
+
* @generated from field: uint32 board_id = 1;
|
|
128
|
+
*/
|
|
129
|
+
boardId: number;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
133
|
+
*/
|
|
134
|
+
pagination?: Pagination;
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* @generated from field: api.v1.FilterOptions filter_options = 3;
|
|
138
|
+
*/
|
|
139
|
+
filterOptions?: FilterOptions;
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* Describes the message api.v1.GetBoardColumnsRequest.
|
|
144
|
+
* Use `create(GetBoardColumnsRequestSchema)` to create a new message.
|
|
145
|
+
*/
|
|
146
|
+
export declare const GetBoardColumnsRequestSchema: GenMessage<GetBoardColumnsRequest>;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* @generated from message api.v1.DeleteBoardColumnRequest
|
|
150
|
+
*/
|
|
151
|
+
export declare type DeleteBoardColumnRequest = Message<"api.v1.DeleteBoardColumnRequest"> & {
|
|
152
|
+
/**
|
|
153
|
+
* @generated from field: uint32 id = 1;
|
|
154
|
+
*/
|
|
155
|
+
id: number;
|
|
156
|
+
};
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* Describes the message api.v1.DeleteBoardColumnRequest.
|
|
160
|
+
* Use `create(DeleteBoardColumnRequestSchema)` to create a new message.
|
|
161
|
+
*/
|
|
162
|
+
export declare const DeleteBoardColumnRequestSchema: GenMessage<DeleteBoardColumnRequest>;
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* Response definitions
|
|
166
|
+
*
|
|
167
|
+
* @generated from message api.v1.GetBoardColumnsResponse
|
|
168
|
+
*/
|
|
169
|
+
export declare type GetBoardColumnsResponse = Message<"api.v1.GetBoardColumnsResponse"> & {
|
|
170
|
+
/**
|
|
171
|
+
* @generated from field: repeated api.v1.BoardColumn board_columns = 1;
|
|
172
|
+
*/
|
|
173
|
+
boardColumns: BoardColumn[];
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* @generated from field: api.v1.Pagination pagination = 2;
|
|
177
|
+
*/
|
|
178
|
+
pagination?: Pagination;
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Describes the message api.v1.GetBoardColumnsResponse.
|
|
183
|
+
* Use `create(GetBoardColumnsResponseSchema)` to create a new message.
|
|
184
|
+
*/
|
|
185
|
+
export declare const GetBoardColumnsResponseSchema: GenMessage<GetBoardColumnsResponse>;
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* @generated from message api.v1.AddBoardColumnResponse
|
|
189
|
+
*/
|
|
190
|
+
export declare type AddBoardColumnResponse = Message<"api.v1.AddBoardColumnResponse"> & {
|
|
191
|
+
/**
|
|
192
|
+
* @generated from field: api.v1.BoardColumn board_column = 1;
|
|
193
|
+
*/
|
|
194
|
+
boardColumn?: BoardColumn;
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Describes the message api.v1.AddBoardColumnResponse.
|
|
199
|
+
* Use `create(AddBoardColumnResponseSchema)` to create a new message.
|
|
200
|
+
*/
|
|
201
|
+
export declare const AddBoardColumnResponseSchema: GenMessage<AddBoardColumnResponse>;
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* @generated from message api.v1.EditBoardColumnResponse
|
|
205
|
+
*/
|
|
206
|
+
export declare type EditBoardColumnResponse = Message<"api.v1.EditBoardColumnResponse"> & {
|
|
207
|
+
/**
|
|
208
|
+
* @generated from field: api.v1.BoardColumn board_column = 1;
|
|
209
|
+
*/
|
|
210
|
+
boardColumn?: BoardColumn;
|
|
211
|
+
};
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* Describes the message api.v1.EditBoardColumnResponse.
|
|
215
|
+
* Use `create(EditBoardColumnResponseSchema)` to create a new message.
|
|
216
|
+
*/
|
|
217
|
+
export declare const EditBoardColumnResponseSchema: GenMessage<EditBoardColumnResponse>;
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* @generated from message api.v1.GetBoardColumnResponse
|
|
221
|
+
*/
|
|
222
|
+
export declare type GetBoardColumnResponse = Message<"api.v1.GetBoardColumnResponse"> & {
|
|
223
|
+
/**
|
|
224
|
+
* @generated from field: api.v1.BoardColumn board_column = 1;
|
|
225
|
+
*/
|
|
226
|
+
boardColumn?: BoardColumn;
|
|
227
|
+
};
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Describes the message api.v1.GetBoardColumnResponse.
|
|
231
|
+
* Use `create(GetBoardColumnResponseSchema)` to create a new message.
|
|
232
|
+
*/
|
|
233
|
+
export declare const GetBoardColumnResponseSchema: GenMessage<GetBoardColumnResponse>;
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Service definition
|
|
237
|
+
*
|
|
238
|
+
* @generated from service api.v1.BoardColumnService
|
|
239
|
+
*/
|
|
240
|
+
export declare const BoardColumnService: GenService<{
|
|
241
|
+
/**
|
|
242
|
+
* @generated from rpc api.v1.BoardColumnService.AddBoardColumn
|
|
243
|
+
*/
|
|
244
|
+
addBoardColumn: {
|
|
245
|
+
methodKind: "unary";
|
|
246
|
+
input: typeof AddBoardColumnRequestSchema;
|
|
247
|
+
output: typeof AddBoardColumnResponseSchema;
|
|
248
|
+
},
|
|
249
|
+
/**
|
|
250
|
+
* @generated from rpc api.v1.BoardColumnService.EditBoardColumn
|
|
251
|
+
*/
|
|
252
|
+
editBoardColumn: {
|
|
253
|
+
methodKind: "unary";
|
|
254
|
+
input: typeof EditBoardColumnRequestSchema;
|
|
255
|
+
output: typeof EditBoardColumnResponseSchema;
|
|
256
|
+
},
|
|
257
|
+
/**
|
|
258
|
+
* @generated from rpc api.v1.BoardColumnService.GetBoardColumn
|
|
259
|
+
*/
|
|
260
|
+
getBoardColumn: {
|
|
261
|
+
methodKind: "unary";
|
|
262
|
+
input: typeof GetBoardColumnRequestSchema;
|
|
263
|
+
output: typeof GetBoardColumnResponseSchema;
|
|
264
|
+
},
|
|
265
|
+
/**
|
|
266
|
+
* @generated from rpc api.v1.BoardColumnService.GetBoardColumns
|
|
267
|
+
*/
|
|
268
|
+
getBoardColumns: {
|
|
269
|
+
methodKind: "unary";
|
|
270
|
+
input: typeof GetBoardColumnsRequestSchema;
|
|
271
|
+
output: typeof GetBoardColumnsResponseSchema;
|
|
272
|
+
},
|
|
273
|
+
/**
|
|
274
|
+
* @generated from rpc api.v1.BoardColumnService.DeleteBoardColumn
|
|
275
|
+
*/
|
|
276
|
+
deleteBoardColumn: {
|
|
277
|
+
methodKind: "unary";
|
|
278
|
+
input: typeof DeleteBoardColumnRequestSchema;
|
|
279
|
+
output: typeof EmptySchema;
|
|
280
|
+
},
|
|
281
|
+
}>;
|
|
282
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.3
|
|
2
|
+
// @generated from file api/v1/board_column.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/board_column.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_api_v1_board_column = /*@__PURE__*/
|
|
17
|
+
fileDesc("ChlhcGkvdjEvYm9hcmRfY29sdW1uLnByb3RvEgZhcGkudjEi1QEKFUFkZEJvYXJkQ29sdW1uUmVxdWVzdBIVCgRuYW1lGAEgASgJQgf6QgRyAhABEh4KDWRpc3BsYXlfb3JkZXIYAiABKAVCB/pCBBoCKAASGwoFY29sb3IYAyABKAlCB/pCBHICGAdIAIgBARIlCg9saWZlY3ljbGVfc3RhdGUYBCABKAlCB/pCBHICGDJIAYgBARIRCglpc19hY3RpdmUYBSABKAgSEAoIYm9hcmRfaWQYBiABKA1CCAoGX2NvbG9yQhIKEF9saWZlY3ljbGVfc3RhdGUi6wEKFkVkaXRCb2FyZENvbHVtblJlcXVlc3QSEwoCaWQYASABKA1CB/pCBCoCKAESFQoEbmFtZRgCIAEoCUIH+kIEcgIQARIeCg1kaXNwbGF5X29yZGVyGAMgASgFQgf6QgQaAigAEhsKBWNvbG9yGAQgASgJQgf6QgRyAhgHSACIAQESJQoPbGlmZWN5Y2xlX3N0YXRlGAUgASgJQgf6QgRyAhgySAGIAQESEQoJaXNfYWN0aXZlGAYgASgIEhAKCGJvYXJkX2lkGAcgASgNQggKBl9jb2xvckISChBfbGlmZWN5Y2xlX3N0YXRlIiMKFUdldEJvYXJkQ29sdW1uUmVxdWVzdBIKCgJpZBgBIAEoDSKUAQoWR2V0Qm9hcmRDb2x1bW5zUmVxdWVzdBIZCghib2FyZF9pZBgBIAEoDUIH+kIEKgIoARIwCgpwYWdpbmF0aW9uGAIgASgLMhIuYXBpLnYxLlBhZ2luYXRpb25CCPpCBYoBAhABEi0KDmZpbHRlcl9vcHRpb25zGAMgASgLMhUuYXBpLnYxLkZpbHRlck9wdGlvbnMiJgoYRGVsZXRlQm9hcmRDb2x1bW5SZXF1ZXN0EgoKAmlkGAEgASgNIm0KF0dldEJvYXJkQ29sdW1uc1Jlc3BvbnNlEioKDWJvYXJkX2NvbHVtbnMYASADKAsyEy5hcGkudjEuQm9hcmRDb2x1bW4SJgoKcGFnaW5hdGlvbhgCIAEoCzISLmFwaS52MS5QYWdpbmF0aW9uIkMKFkFkZEJvYXJkQ29sdW1uUmVzcG9uc2USKQoMYm9hcmRfY29sdW1uGAEgASgLMhMuYXBpLnYxLkJvYXJkQ29sdW1uIkQKF0VkaXRCb2FyZENvbHVtblJlc3BvbnNlEikKDGJvYXJkX2NvbHVtbhgBIAEoCzITLmFwaS52MS5Cb2FyZENvbHVtbiJDChZHZXRCb2FyZENvbHVtblJlc3BvbnNlEikKDGJvYXJkX2NvbHVtbhgBIAEoCzITLmFwaS52MS5Cb2FyZENvbHVtbjLdBAoSQm9hcmRDb2x1bW5TZXJ2aWNlEnEKDkFkZEJvYXJkQ29sdW1uEh0uYXBpLnYxLkFkZEJvYXJkQ29sdW1uUmVxdWVzdBoeLmFwaS52MS5BZGRCb2FyZENvbHVtblJlc3BvbnNlIiCC0+STAho6ASoiFS9hcGkvdjEvYm9hcmRfY29sdW1ucxJ5Cg9FZGl0Qm9hcmRDb2x1bW4SHi5hcGkudjEuRWRpdEJvYXJkQ29sdW1uUmVxdWVzdBofLmFwaS52MS5FZGl0Qm9hcmRDb2x1bW5SZXNwb25zZSIlgtPkkwIfOgEqGhovYXBpL3YxL2JvYXJkX2NvbHVtbnMve2lkfRJzCg5HZXRCb2FyZENvbHVtbhIdLmFwaS52MS5HZXRCb2FyZENvbHVtblJlcXVlc3QaHi5hcGkudjEuR2V0Qm9hcmRDb2x1bW5SZXNwb25zZSIigtPkkwIcEhovYXBpL3YxL2JvYXJkX2NvbHVtbnMve2lkfRJxCg9HZXRCb2FyZENvbHVtbnMSHi5hcGkudjEuR2V0Qm9hcmRDb2x1bW5zUmVxdWVzdBofLmFwaS52MS5HZXRCb2FyZENvbHVtbnNSZXNwb25zZSIdgtPkkwIXEhUvYXBpL3YxL2JvYXJkX2NvbHVtbnMScQoRRGVsZXRlQm9hcmRDb2x1bW4SIC5hcGkudjEuRGVsZXRlQm9hcmRDb2x1bW5SZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IiKC0+STAhwqGi9hcGkvdjEvYm9hcmRfY29sdW1ucy97aWR9QnUKCmNvbS5hcGkudjFCEEJvYXJkQ29sdW1uUHJvdG9QAVocb3BzZWUvYmFja2VuZC9nZW4vYXBpL3YxO2dlbqICA0FYWKoCBkFwaS5WMcoCBkFwaVxWMeICEkFwaVxWMVxHUEJNZXRhZGF0YeoCB0FwaTo6VjFiBnByb3RvMw", [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.AddBoardColumnRequest.
|
|
21
|
+
* Use `create(AddBoardColumnRequestSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const AddBoardColumnRequestSchema = /*@__PURE__*/
|
|
24
|
+
messageDesc(file_api_v1_board_column, 0);
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message api.v1.EditBoardColumnRequest.
|
|
28
|
+
* Use `create(EditBoardColumnRequestSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const EditBoardColumnRequestSchema = /*@__PURE__*/
|
|
31
|
+
messageDesc(file_api_v1_board_column, 1);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message api.v1.GetBoardColumnRequest.
|
|
35
|
+
* Use `create(GetBoardColumnRequestSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export const GetBoardColumnRequestSchema = /*@__PURE__*/
|
|
38
|
+
messageDesc(file_api_v1_board_column, 2);
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message api.v1.GetBoardColumnsRequest.
|
|
42
|
+
* Use `create(GetBoardColumnsRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetBoardColumnsRequestSchema = /*@__PURE__*/
|
|
45
|
+
messageDesc(file_api_v1_board_column, 3);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message api.v1.DeleteBoardColumnRequest.
|
|
49
|
+
* Use `create(DeleteBoardColumnRequestSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export const DeleteBoardColumnRequestSchema = /*@__PURE__*/
|
|
52
|
+
messageDesc(file_api_v1_board_column, 4);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message api.v1.GetBoardColumnsResponse.
|
|
56
|
+
* Use `create(GetBoardColumnsResponseSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const GetBoardColumnsResponseSchema = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_api_v1_board_column, 5);
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message api.v1.AddBoardColumnResponse.
|
|
63
|
+
* Use `create(AddBoardColumnResponseSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const AddBoardColumnResponseSchema = /*@__PURE__*/
|
|
66
|
+
messageDesc(file_api_v1_board_column, 6);
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message api.v1.EditBoardColumnResponse.
|
|
70
|
+
* Use `create(EditBoardColumnResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const EditBoardColumnResponseSchema = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_api_v1_board_column, 7);
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message api.v1.GetBoardColumnResponse.
|
|
77
|
+
* Use `create(GetBoardColumnResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const GetBoardColumnResponseSchema = /*@__PURE__*/
|
|
80
|
+
messageDesc(file_api_v1_board_column, 8);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Service definition
|
|
84
|
+
*
|
|
85
|
+
* @generated from service api.v1.BoardColumnService
|
|
86
|
+
*/
|
|
87
|
+
export const BoardColumnService = /*@__PURE__*/
|
|
88
|
+
serviceDesc(file_api_v1_board_column, 0);
|
|
89
|
+
|