Latest generation

This commit is contained in:
ci core model
2025-08-19 12:29:58 +00:00
parent dfbb89a161
commit 3b8857190d
7 changed files with 56 additions and 12 deletions

View File

@@ -293,7 +293,11 @@ export enum AppointmentStatusCode {
/**
* @generated from protobuf enum value: APPOINTMENT_1100_CANCELLED = 1100;
*/
APPOINTMENT_1100_CANCELLED = 1100
APPOINTMENT_1100_CANCELLED = 1100,
/**
* @generated from protobuf enum value: APPOINTMENT_9500_ANOMALY = 9500;
*/
APPOINTMENT_9500_ANOMALY = 9500
}
// @generated message type with reflection information, may provide speed optimized methods
class ClaimStatusDef$Type extends MessageType<ClaimStatusDef> {