From cbf30514b4b1b47191ebaaea96b08b6bcef768ee Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 2 Jun 2026 12:33:45 +0000 Subject: [PATCH] Latest generation --- driver.ts | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/driver.ts b/driver.ts index 15540a38..9765b7d8 100644 --- a/driver.ts +++ b/driver.ts @@ -12,7 +12,7 @@ import type { PartialMessage } from "@protobuf-ts/runtime"; import { reflectionMergePartial } from "@protobuf-ts/runtime"; import { MessageType } from "@protobuf-ts/runtime"; import { ListTranslationsResult } from "./translations"; -import { GetBasicSettingsResponse } from "./site"; +import { Site } from "./site"; import { Appointment } from "./appointment"; /** * @generated from protobuf message api.GetAppointmentDriverDataRequest @@ -32,9 +32,9 @@ export interface GetAppointmentDriverDataResponse { */ Appointment?: Appointment; /** - * @generated from protobuf field: api.GetBasicSettingsResponse BasicSettings = 2 + * @generated from protobuf field: api.Site Site = 2 */ - BasicSettings?: GetBasicSettingsResponse; + Site?: Site; /** * @generated from protobuf field: api.ListTranslationsResult Translations = 3 */ @@ -92,7 +92,7 @@ class GetAppointmentDriverDataResponse$Type extends MessageType Appointment }, - { no: 2, name: "BasicSettings", kind: "message", localName: "BasicSettings", jsonName: "BasicSettings", T: () => GetBasicSettingsResponse }, + { no: 2, name: "Site", kind: "message", localName: "Site", jsonName: "Site", T: () => Site }, { no: 3, name: "Translations", kind: "message", localName: "Translations", jsonName: "Translations", T: () => ListTranslationsResult } ]); } @@ -110,8 +110,8 @@ class GetAppointmentDriverDataResponse$Type extends MessageType