Latest generation

This commit is contained in:
ci core model
2025-11-10 11:01:46 +00:00
parent 846350853f
commit 0324637484
12 changed files with 12 additions and 12 deletions

View File

@@ -396,7 +396,7 @@ class ExecutionflowQueryOptions$Type extends MessageType<ExecutionflowQueryOptio
constructor() {
super("api.ExecutionflowQueryOptions", [
{ no: 1, name: "TruncateLines", kind: "scalar", localName: "TruncateLines", jsonName: "TruncateLines", T: 8 /*ScalarType.BOOL*/ },
{ no: 2, name: "Only", kind: "scalar", localName: "Only", jsonName: "Only", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Optional : List of fields to include in the response for each returned Executionflow", example: "\"[\"ID.RefID\", \"Payload.Name\", \"Payload.Lines.ID\"]\"" } } }
{ no: 2, name: "Only", kind: "scalar", localName: "Only", jsonName: "Only", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Optional : List of fields to include in the response for each returned Executionflow", example: "[\"ID.RefID\", \"Payload.Name\", \"Payload.Lines.ID\"]" } } }
]);
}
create(value?: PartialMessage<ExecutionflowQueryOptions>): ExecutionflowQueryOptions {