Latest generation

This commit is contained in:
ci core model
2025-05-05 09:13:40 +00:00
parent c82118c2e0
commit bb9a0a8938
89 changed files with 993 additions and 981 deletions

View File

@@ -196,5 +196,5 @@ export const GoAPEGenerateResult = new GoAPEGenerateResult$Type();
* @generated ServiceType for protobuf service api.GoAPEService
*/
export const GoAPEService = new ServiceType("api.GoAPEService", [
{ name: "Generate", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Go APE"], description: "Generates a desired output from a template" }, "api.rscType": "Platform", "api.roles": "Platform.GoAPE", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: GoAPEGenerateRequest, O: GoAPEGenerateResult }
{ name: "Generate", options: { "api.rscType": "Platform", "api.roles": "Platform.GoAPE", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Go APE"], description: "Generates a desired output from a template" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: GoAPEGenerateRequest, O: GoAPEGenerateResult }
], { "api.k8sService": "go-ape" });