Latest generation

This commit is contained in:
ci core model
2026-03-06 09:50:32 +00:00
parent 3afa3bee43
commit 0755da4a4c
2 changed files with 10 additions and 2 deletions

View File

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

@@ -849,10 +849,18 @@ export enum SlotAvailabilityReasonCode {
* @generated from protobuf enum value: SLOT_REASON_2200_OVERBOOKED_AFTER_MAXIMUM_NOTICE_TIME = 2200; * @generated from protobuf enum value: SLOT_REASON_2200_OVERBOOKED_AFTER_MAXIMUM_NOTICE_TIME = 2200;
*/ */
SLOT_REASON_2200_OVERBOOKED_AFTER_MAXIMUM_NOTICE_TIME = 2200, SLOT_REASON_2200_OVERBOOKED_AFTER_MAXIMUM_NOTICE_TIME = 2200,
/**
* @generated from protobuf enum value: SLOT_REASON_3000_NO_CAPACITY_DEFINED = 3000;
*/
SLOT_REASON_3000_NO_CAPACITY_DEFINED = 3000,
/** /**
* @generated from protobuf enum value: SLOT_REASON_4000_CLOSED = 4000; * @generated from protobuf enum value: SLOT_REASON_4000_CLOSED = 4000;
*/ */
SLOT_REASON_4000_CLOSED = 4000 SLOT_REASON_4000_CLOSED = 4000,
/**
* @generated from protobuf enum value: SLOT_REASON_5000_EXPIRED = 5000;
*/
SLOT_REASON_5000_EXPIRED = 5000
} }
// @generated message type with reflection information, may provide speed optimized methods // @generated message type with reflection information, may provide speed optimized methods
class Unit$Type extends MessageType<Unit> { class Unit$Type extends MessageType<Unit> {