From b4a30bc495f651453aba5d708daa9e20d91f2c1e Mon Sep 17 00:00:00 2001 From: ci core model Date: Wed, 15 Apr 2026 09:17:19 +0000 Subject: [PATCH] Latest generation --- package.json | 2 +- site.ts | 25 ++++++++++++++++++++----- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fe8dfbea..330becb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.13.0-SNAPSHOT-260414143933", + "version": "1.13.0-SNAPSHOT-260415091643", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/site.ts b/site.ts index 5522bfd7..8266f96b 100644 --- a/site.ts +++ b/site.ts @@ -20,6 +20,7 @@ import { PrjMetadata } from "./metadatadef"; import { CustomField } from "./shared"; import { Slot } from "./slotbooking"; import { ResponseHeader } from "./shared"; +import { AppointmentCommission } from "./slotbooking"; import { SlotGroupAndReason } from "./slotbooking"; import { SlotGroup } from "./slotbooking"; import { MetadataElement } from "./shared"; @@ -588,7 +589,8 @@ export interface CheckAppointmentCommissionRequest { /** * Definition of the commission to check * - * @generated from protobuf field: api.Commission Commission = 3 + * @deprecated + * @generated from protobuf field: api.Commission Commission = 3 [deprecated = true] */ Commission?: Commission; /** @@ -598,6 +600,12 @@ export interface CheckAppointmentCommissionRequest { * @generated from protobuf field: string ActorID = 4 [deprecated = true] */ ActorID: string; + /** + * Definition of the commission to check + * + * @generated from protobuf field: api.AppointmentCommission AppointmentCommission = 5 + */ + AppointmentCommission?: AppointmentCommission; } /** * @generated from protobuf message api.CheckAppointmentCommissionResponse @@ -2888,8 +2896,9 @@ class CheckAppointmentCommissionRequest$Type extends MessageType RequestProjectHeader, options: { "validate.rules": { message: { required: true } } } }, { no: 2, name: "AppointmentType", kind: "enum", localName: "AppointmentType", jsonName: "AppointmentType", T: () => ["api.AppointmentType", AppointmentType], options: { "validate.rules": { enum: { definedOnly: true } } } }, { no: 3, name: "Commission", kind: "message", localName: "Commission", jsonName: "Commission", T: () => Commission }, - { no: 4, name: "ActorID", kind: "scalar", localName: "ActorID", jsonName: "ActorID", T: 9 /*ScalarType.STRING*/ } - ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "AppointmentType", "Commission", "ActorID"] } } }); + { no: 4, name: "ActorID", kind: "scalar", localName: "ActorID", jsonName: "ActorID", T: 9 /*ScalarType.STRING*/ }, + { no: 5, name: "AppointmentCommission", kind: "message", localName: "AppointmentCommission", jsonName: "AppointmentCommission", T: () => AppointmentCommission } + ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "AppointmentType"] } } }); } create(value?: PartialMessage): CheckAppointmentCommissionRequest { const message = globalThis.Object.create((this.messagePrototype!)); @@ -2910,12 +2919,15 @@ class CheckAppointmentCommissionRequest$Type extends MessageType