From 60ae9aac8496f9236b7ac9f7d8e073a78f96b57d Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 27 Nov 2025 14:48:57 +0000 Subject: [PATCH] Latest generation --- actorAction.ts | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/actorAction.ts b/actorAction.ts index de08e5b..6edf50e 100644 --- a/actorAction.ts +++ b/actorAction.ts @@ -10,6 +10,7 @@ import { UnknownFieldHandler } from "@protobuf-ts/runtime"; import type { PartialMessage } from "@protobuf-ts/runtime"; import { reflectionMergePartial } from "@protobuf-ts/runtime"; import { MessageType } from "@protobuf-ts/runtime"; +import { ActorAuthorisation } from "./slotbooking"; import { SiteAlias } from "./repositoryShared"; import { EntityID } from "./shared"; import { CommandHeader } from "./shared"; @@ -74,6 +75,10 @@ export interface ActorSetSiteAliasPayload { * @generated from protobuf field: bool IsSlotBookingEnabled = 2 */ IsSlotBookingEnabled: boolean; + /** + * @generated from protobuf field: api.ActorAuthorisation AppointmentConstraints = 3 + */ + AppointmentConstraints?: ActorAuthorisation; } /** * @generated from protobuf message api.ActorSetSiteAlias @@ -258,7 +263,8 @@ class ActorSetSiteAliasPayload$Type extends MessageType SiteAlias }, - { no: 2, name: "IsSlotBookingEnabled", kind: "scalar", localName: "IsSlotBookingEnabled", jsonName: "IsSlotBookingEnabled", T: 8 /*ScalarType.BOOL*/ } + { no: 2, name: "IsSlotBookingEnabled", kind: "scalar", localName: "IsSlotBookingEnabled", jsonName: "IsSlotBookingEnabled", T: 8 /*ScalarType.BOOL*/ }, + { no: 3, name: "AppointmentConstraints", kind: "message", localName: "AppointmentConstraints", jsonName: "AppointmentConstraints", T: () => ActorAuthorisation } ], { "api.messageType": "Command", "api.payload": true, "api.action": "SetSiteAlias" }); } create(value?: PartialMessage): ActorSetSiteAliasPayload { @@ -279,6 +285,9 @@ class ActorSetSiteAliasPayload$Type extends MessageType