Latest generation

This commit is contained in:
ci core model
2025-06-19 09:15:58 +00:00
parent 3baf874f55
commit 8f8c84f7f6
199 changed files with 294 additions and 219 deletions

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name,keep_enum_prefix
// @generated by protobuf-ts 2.11.1 with parameter use_proto_field_name,keep_enum_prefix
// @generated from protobuf file "appointmentInput.proto" (package "api", syntax proto3)
// tslint:disable
import { ServiceType } from "@protobuf-ts/runtime-rpc";
@@ -42,7 +42,9 @@ export interface AppointmentCreatedPayload {
*
* @generated from protobuf field: repeated api.Commission Commissions = 2
*/
Commissions: Commission[];
Commissions: Commission[]; // [
// (validate.rules).repeated.min_items = 1
// ];
/**
* Set of segmentation constraining the slot booking
*
@@ -776,7 +778,7 @@ class AppointmentCreatedPayload$Type extends MessageType<AppointmentCreatedPaylo
constructor() {
super("api.AppointmentCreatedPayload", [
{ no: 1, name: "AppointmentType", kind: "enum", localName: "AppointmentType", jsonName: "AppointmentType", T: () => ["api.AppointmentType", AppointmentType], options: { "validate.rules": { enum: { definedOnly: true } } } },
{ no: 2, name: "Commissions", kind: "message", localName: "Commissions", jsonName: "Commissions", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Commission, options: { "validate.rules": { repeated: { minItems: "1" } } } },
{ no: 2, name: "Commissions", kind: "message", localName: "Commissions", jsonName: "Commissions", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Commission },
{ no: 4, name: "Segmentations", kind: "message", localName: "Segmentations", jsonName: "Segmentations", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Segmentation },
{ no: 5, name: "CarrierInformation", kind: "message", localName: "CarrierInformation", jsonName: "CarrierInformation", repeat: 2 /*RepeatType.UNPACKED*/, T: () => CarrierInformationWithValue },
{ no: 6, name: "Slot", kind: "message", localName: "Slot", jsonName: "Slot", T: () => Slot },