Latest generation

This commit is contained in:
ci core model
2025-08-11 09:31:02 +00:00
parent 44a5bd3cc8
commit b5f4e58159
3 changed files with 67 additions and 5 deletions

View File

@@ -124,14 +124,20 @@ export interface AppointmentPayload {
*/
AttachmentNumber: number;
/**
* This boolean will be used to either check reason or check the commissions for informations
*
* @generated from protobuf field: bool HasCommission = 15
*/
HasCommission: boolean;
/**
* The Reason for which the appointment has no commission
*
* @generated from protobuf field: string Reason = 17
*/
Reason: string;
/**
* Acknowledgment of the site instructions
*
* @generated from protobuf field: bool InstructionAck = 18
*/
InstructionAck: boolean;