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

@@ -465,7 +465,7 @@ export const MovementByFilterResult = new MovementByFilterResult$Type();
class MovementQueryOptions$Type extends MessageType<MovementQueryOptions> {
constructor() {
super("api.MovementQueryOptions", [
{ no: 1, 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 Movement", example: "\"[\"ID.RefID\", \"Payload.ActorID\", \"Payload.Goods.ItemID\"]\"" } } }
{ no: 1, 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 Movement", example: "[\"ID.RefID\", \"Payload.ActorID\", \"Payload.Goods.ItemID\"]" } } }
]);
}
create(value?: PartialMessage<MovementQueryOptions>): MovementQueryOptions {