Latest generation

This commit is contained in:
ci core model
2025-12-12 09:34:04 +00:00
parent 5534884d69
commit fc570fec2b
2 changed files with 9 additions and 15 deletions

View File

@@ -189,24 +189,18 @@ export enum BookingPermission {
* @generated from protobuf enum value: BOOKING_PERMISSION_UNKNOWN = 0;
*/
BOOKING_PERMISSION_UNKNOWN = 0,
/**
* Allowed to book appointments (and update those he is related to)
*
* @generated from protobuf enum value: BOOKING_PERMISSION_BOOK = 1;
*/
BOOKING_PERMISSION_BOOK = 1,
/**
* Allowed to only update appointments he is related to
*
* @generated from protobuf enum value: BOOKING_PERMISSION_UPDATE = 2;
*/
BOOKING_PERMISSION_UPDATE = 2,
/**
* Forbidden to book or update appointments
*
* @generated from protobuf enum value: BOOKING_PERMISSION_FORBIDDEN = 3;
* @generated from protobuf enum value: BOOKING_PERMISSION_FORBIDDEN = 1;
*/
BOOKING_PERMISSION_FORBIDDEN = 3
BOOKING_PERMISSION_FORBIDDEN = 1,
/**
* Allowed to book appointments (and update those he is related to)
*
* @generated from protobuf enum value: BOOKING_PERMISSION_BOOK = 2;
*/
BOOKING_PERMISSION_BOOK = 2
}
// @generated message type with reflection information, may provide speed optimized methods
class UserAttribute$Type extends MessageType<UserAttribute> {