Latest generation

This commit is contained in:
ci core model
2026-02-25 13:43:21 +00:00
parent 0cb8d969d6
commit b7997693d5
2 changed files with 2 additions and 2 deletions

View File

@@ -869,7 +869,7 @@ class QuantityByUnit$Type extends MessageType<QuantityByUnit> {
constructor() {
super("api.QuantityByUnit", [
{ no: 1, name: "UnitID", kind: "scalar", localName: "UnitID", jsonName: "UnitID", T: 9 /*ScalarType.STRING*/, options: { "api.kpiItems": { Items: [{ Context: "Appointment", Group: "appointment", Queryable: true }] } } },
{ no: 2, name: "Value", kind: "scalar", localName: "Value", jsonName: "Value", T: 1 /*ScalarType.DOUBLE*/, options: { "validate.rules": { double: { gte: 0 } }, "api.kpiItems": { Items: [{ Context: "Appointment", Group: "appointment", Queryable: true }] } } }
{ no: 2, name: "Value", kind: "scalar", localName: "Value", jsonName: "Value", T: 1 /*ScalarType.DOUBLE*/, options: { "validate.rules": { double: { gte: 0 } }, "api.kpiItems": { Items: [{ Context: "Appointment", Group: "appointment", Queryable: true, CustomType: "Float32" }] } } }
]);
}
create(value?: PartialMessage<QuantityByUnit>): QuantityByUnit {