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

@@ -1,6 +1,6 @@
{ {
"name": "@reflex-platform/npm-core-sdk", "name": "@reflex-platform/npm-core-sdk",
"version": "1.12.0-SNAPSHOT-251212090216", "version": "1.12.0-SNAPSHOT-251212093316",
"description": "npm libs from core model proto files", "description": "npm libs from core model proto files",
"homepage": "", "homepage": "",
"main": "index.ts", "main": "index.ts",

View File

@@ -189,24 +189,18 @@ export enum BookingPermission {
* @generated from protobuf enum value: BOOKING_PERMISSION_UNKNOWN = 0; * @generated from protobuf enum value: BOOKING_PERMISSION_UNKNOWN = 0;
*/ */
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 * 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 // @generated message type with reflection information, may provide speed optimized methods
class UserAttribute$Type extends MessageType<UserAttribute> { class UserAttribute$Type extends MessageType<UserAttribute> {