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