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

@@ -499,7 +499,7 @@ export const AppointmentByFilterResult = new AppointmentByFilterResult$Type();
class AppointmentQueryOptions$Type extends MessageType<AppointmentQueryOptions> {
constructor() {
super("api.AppointmentQueryOptions", [
{ 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 Appointment", example: "\"[\"ID.RefID\", \"Payload.Name\", \"Payload.Lines.ID\"]\"" } } }
{ 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 Appointment", example: "[\"ID.RefID\", \"Payload.Name\", \"Payload.Lines.ID\"]" } } }
]);
}
create(value?: PartialMessage<AppointmentQueryOptions>): AppointmentQueryOptions {