From a731fe3722b5b259470134bb24f6a834bab7fa6c Mon Sep 17 00:00:00 2001 From: ci core model Date: Thu, 19 Feb 2026 13:58:06 +0000 Subject: [PATCH] Latest generation --- package.json | 2 +- site.ts | 34 +++++++++++++++++++++++++++++----- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2888951..0642a0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.13.0-SNAPSHOT-260219134032", + "version": "1.13.0-SNAPSHOT-260219135718", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/site.ts b/site.ts index 41477f5..c4e8483 100644 --- a/site.ts +++ b/site.ts @@ -12,6 +12,7 @@ import type { PartialMessage } from "@protobuf-ts/runtime"; import { reflectionMergePartial } from "@protobuf-ts/runtime"; import { MessageType } from "@protobuf-ts/runtime"; import { CommandIdentifierEntry } from "./slotbooking"; +import { AppointmentContent } from "./slotbooking"; import { Period } from "./shared"; import { WMSCommission } from "./slotbooking"; import { SegmentationFilter } from "./slotbooking"; @@ -1150,9 +1151,18 @@ export interface GetBookingSegmentationsRequest { */ AppointmentType: AppointmentType; // Unloading or Loading for the wanted appointment /** - * @generated from protobuf field: repeated api.Commission Commissions = 4 + * @deprecated + * @generated from protobuf field: repeated api.Commission Commissions = 4 [deprecated = true] */ Commissions: Commission[]; // List of Commissions to check + /** + * @generated from protobuf field: api.AppointmentContent Loading = 5 + */ + Loading?: AppointmentContent; + /** + * @generated from protobuf field: api.AppointmentContent Unloading = 6 + */ + Unloading?: AppointmentContent; } /** * @generated from protobuf message api.GetBookingSegmentationsResponse @@ -4546,8 +4556,10 @@ class GetBookingSegmentationsRequest$Type extends MessageType RequestProjectHeader, options: { "validate.rules": { message: { required: true } } } }, { no: 2, name: "ActorID", kind: "scalar", localName: "ActorID", jsonName: "ActorID", T: 9 /*ScalarType.STRING*/ }, { no: 3, name: "AppointmentType", kind: "enum", localName: "AppointmentType", jsonName: "AppointmentType", T: () => ["api.AppointmentType", AppointmentType] }, - { no: 4, name: "Commissions", kind: "message", localName: "Commissions", jsonName: "Commissions", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Commission } - ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ActorID", "AppointmentType", "Commissions"] } } }); + { no: 4, name: "Commissions", kind: "message", localName: "Commissions", jsonName: "Commissions", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Commission }, + { no: 5, name: "Loading", kind: "message", localName: "Loading", jsonName: "Loading", T: () => AppointmentContent }, + { no: 6, name: "Unloading", kind: "message", localName: "Unloading", jsonName: "Unloading", T: () => AppointmentContent } + ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ActorID", "AppointmentType"] } } }); } create(value?: PartialMessage): GetBookingSegmentationsRequest { const message = globalThis.Object.create((this.messagePrototype!)); @@ -4572,9 +4584,15 @@ class GetBookingSegmentationsRequest$Type extends MessageType