Latest generation

This commit is contained in:
ci core model
2026-05-26 09:45:18 +00:00
parent 48cda28ad0
commit f753164d09
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@reflex-platform/npm-core-sdk", "name": "@reflex-platform/npm-core-sdk",
"version": "1.14.0-SNAPSHOT-260525123707", "version": "1.14.0-SNAPSHOT-260526094443",
"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

@@ -59,7 +59,7 @@ export interface BookingAuthorization {
/** /**
* @generated from protobuf field: string ActorID = 1 * @generated from protobuf field: string ActorID = 1
*/ */
ActorID: string; ActorID: string; // If not set, the booking permission is defined for the project itself (which in that case would be the site configured for standalone use)
/** /**
* @generated from protobuf field: api.BookingPermission LoadPermission = 2 * @generated from protobuf field: api.BookingPermission LoadPermission = 2
*/ */