Latest generation

This commit is contained in:
ci core model
2026-04-07 08:58:18 +00:00
parent 7177ed2c84
commit 01fd89729e
3 changed files with 4 additions and 4 deletions

View File

@@ -286,7 +286,7 @@ class AppointmentPayload$Type extends MessageType<AppointmentPayload> {
constructor() {
super("api.AppointmentPayload", [
{ no: 1, name: "AppointmentType", kind: "enum", localName: "AppointmentType", jsonName: "AppointmentType", T: () => ["api.AppointmentType", AppointmentType], options: { "api.dataRestrictionKey": "Appointment", "api.kpiItems": { Items: [{ Context: "Appointment", Group: "appointment", Queryable: true }] } } },
{ no: 2, name: "Commissions", kind: "message", localName: "Commissions", jsonName: "Commissions", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AppointmentCommission, options: { "validate.rules": { repeated: { maxItems: "0" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Deprecated field, to be removed. Use Loading and Unloading fields instead", readOnly: true } } },
{ no: 2, name: "Commissions", kind: "message", localName: "Commissions", jsonName: "Commissions", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AppointmentCommission, options: { "validate.rules": { repeated: { maxItems: "0" } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Deprecated field, to be removed. Use Loading and Unloading fields instead", readOnly: true }, "api.kpiExclude": { Items: [{ Context: "Appointment", Group: "appointment" }] } } },
{ no: 4, name: "SegmentationSelections", kind: "message", localName: "SegmentationSelections", jsonName: "SegmentationSelections", repeat: 2 /*RepeatType.UNPACKED*/, T: () => SegmentationSelection, options: { "api.kpiExclude": { Items: [{ Context: "Appointment", Group: "appointment" }] } } },
{ no: 29, name: "SegmentationKeys", kind: "message", localName: "SegmentationKeys", jsonName: "SegmentationKeys", repeat: 2 /*RepeatType.UNPACKED*/, T: () => MetadataElement, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Segmentation keys constraining the slot booking" }, "api.aggKey": "Key", "api.segmentationKeys": true, "api.parentEntity": "Appointment" } },
{ no: 19, name: "CarrierInformation", kind: "message", localName: "CarrierInformation", jsonName: "CarrierInformation", repeat: 2 /*RepeatType.UNPACKED*/, T: () => MetadataElement, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Carrier information metadata" }, "api.metadata": true, "api.aggKey": "Key", "api.parentEntity": "Appointment" } },

View File

@@ -1,6 +1,6 @@
{
"name": "@reflex-platform/npm-core-sdk",
"version": "1.13.0-SNAPSHOT-260407084408",
"version": "1.13.0-SNAPSHOT-260407085736",
"description": "npm libs from core model proto files",
"homepage": "",
"main": "index.ts",

View File

@@ -2460,7 +2460,7 @@ class AppointmentContent$Type extends MessageType<AppointmentContent> {
constructor() {
super("api.AppointmentContent", [
{ no: 1, name: "Projects", kind: "message", localName: "Projects", jsonName: "Projects", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AppointmentProjectContent, options: { "api.aggKey": "ProjectID" } },
{ no: 2, name: "TotalQuantities", kind: "message", localName: "TotalQuantities", jsonName: "TotalQuantities", repeat: 2 /*RepeatType.UNPACKED*/, T: () => QuantityByUnit },
{ no: 2, name: "TotalQuantities", kind: "message", localName: "TotalQuantities", jsonName: "TotalQuantities", repeat: 2 /*RepeatType.UNPACKED*/, T: () => QuantityByUnit, options: { "api.kpiExclude": { Items: [{ Context: "Appointment", Group: "appointment" }] } } },
{ no: 3, name: "UnitQuantities", kind: "message", localName: "UnitQuantities", jsonName: "UnitQuantities", repeat: 2 /*RepeatType.UNPACKED*/, T: () => MetadataElement, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Unit quantities metadata" }, "api.metadata": true, "api.aggKey": "Key", "api.transientRef": "Appointment,Payload.Loading.UnitQuantities,hard", "api.parentEntity": "Appointment" } }
]);
}
@@ -2524,7 +2524,7 @@ class AppointmentProjectContent$Type extends MessageType<AppointmentProjectConte
super("api.AppointmentProjectContent", [
{ no: 1, name: "ProjectID", kind: "scalar", localName: "ProjectID", jsonName: "ProjectID", T: 9 /*ScalarType.STRING*/, options: { "api.indexationType": { Types: [{ Context: "*", Type: "generatedText,keyword" }] }, "api.kpiItems": { Items: [{ Context: "Appointment", Group: "appointment", Queryable: true }] }, "api.viewType": { Types: [{ Context: "*", Type: "shortKeyword" }] } } },
{ no: 2, name: "Commissions", kind: "message", localName: "Commissions", jsonName: "Commissions", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AppointmentCommission, options: { "api.kpiExclude": { Items: [{ Context: "Appointment", Group: "appointment" }] } } },
{ no: 3, name: "ProjectQuantities", kind: "message", localName: "ProjectQuantities", jsonName: "ProjectQuantities", repeat: 2 /*RepeatType.UNPACKED*/, T: () => QuantityByUnit },
{ no: 3, name: "ProjectQuantities", kind: "message", localName: "ProjectQuantities", jsonName: "ProjectQuantities", repeat: 2 /*RepeatType.UNPACKED*/, T: () => QuantityByUnit, options: { "api.kpiExclude": { Items: [{ Context: "Appointment", Group: "appointment" }] } } },
{ no: 4, name: "UnitQuantities", kind: "message", localName: "UnitQuantities", jsonName: "UnitQuantities", repeat: 2 /*RepeatType.UNPACKED*/, T: () => MetadataElement, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Unit quantities metadata" }, "api.metadata": true, "api.aggKey": "Key", "api.transientRef": "Appointment,Payload.Loading.UnitQuantities,hard", "api.parentEntity": "Appointment" } }
]);
}