From 465afb3be93aa7b58f91a33df14b19adc8fd9118 Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 16 Oct 2025 07:44:47 +0000 Subject: [PATCH] Latest generation --- package.json | 2 +- site.ts | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 690a0c2..928af10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.12.0-SNAPSHOT-251015143156", + "version": "1.12.0-SNAPSHOT-251016074359", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/site.ts b/site.ts index 53e559f..01dd477 100644 --- a/site.ts +++ b/site.ts @@ -11,7 +11,6 @@ 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 { SegmentationFilter } from "./slotbooking"; import { Period } from "./shared"; import { QuantityByUnit } from "./slotbooking"; import { Slot } from "./slotbooking"; @@ -1309,9 +1308,9 @@ export interface GetPossibleSegmentationOnSiteForBookingResponse { /** * Name of the Site * - * @generated from protobuf field: repeated api.SegmentationFilter SegmentationChoices = 1 + * @generated from protobuf field: repeated api.Segmentation SegmentationChoices = 1 */ - SegmentationChoices: SegmentationFilter[]; + SegmentationChoices: Segmentation[]; } // @generated message type with reflection information, may provide speed optimized methods class Site$Type extends MessageType { @@ -4927,7 +4926,7 @@ export const GetPossibleSegmentationOnSiteForBookingRequest = new GetPossibleSeg class GetPossibleSegmentationOnSiteForBookingResponse$Type extends MessageType { constructor() { super("api.GetPossibleSegmentationOnSiteForBookingResponse", [ - { no: 1, name: "SegmentationChoices", kind: "message", localName: "SegmentationChoices", jsonName: "SegmentationChoices", repeat: 2 /*RepeatType.UNPACKED*/, T: () => SegmentationFilter } + { no: 1, name: "SegmentationChoices", kind: "message", localName: "SegmentationChoices", jsonName: "SegmentationChoices", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Segmentation } ]); } create(value?: PartialMessage): GetPossibleSegmentationOnSiteForBookingResponse { @@ -4942,8 +4941,8 @@ class GetPossibleSegmentationOnSiteForBookingResponse$Type extends MessageType