Latest generation

This commit is contained in:
ci core model
2025-10-10 14:58:27 +00:00
parent daa95c162c
commit 2dca7a7d99
2 changed files with 8 additions and 2 deletions

View File

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

@@ -2569,7 +2569,13 @@ export enum ResourceType {
/** /**
* @generated from protobuf enum value: RESOURCE_TYPE_CLAIMTYPE = 70; * @generated from protobuf enum value: RESOURCE_TYPE_CLAIMTYPE = 70;
*/ */
RESOURCE_TYPE_CLAIMTYPE = 70 RESOURCE_TYPE_CLAIMTYPE = 70,
/**
* TODO: deprecated, to delete when RP is clean
*
* @generated from protobuf enum value: RESOURCE_TYPE_SITE = 80;
*/
RESOURCE_TYPE_SITE = 80
} }
/** /**
* @generated from protobuf enum api.PeriodUnit * @generated from protobuf enum api.PeriodUnit