You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user