From 623497c7db3fab1b435b4269ff97d134098e3184 Mon Sep 17 00:00:00 2001 From: ci core model Date: Mon, 15 Dec 2025 16:05:54 +0000 Subject: [PATCH] Latest generation --- package.json | 2 +- unitOfMeasures.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dec5a00..3f1b76c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.12.0-SNAPSHOT-251215144128", + "version": "1.12.0-SNAPSHOT-251215160525", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts", diff --git a/unitOfMeasures.ts b/unitOfMeasures.ts index 2250d4c..eda54f9 100644 --- a/unitOfMeasures.ts +++ b/unitOfMeasures.ts @@ -275,9 +275,9 @@ export enum Volume { */ CUBIC_INCH = 110, /** - * @generated from protobuf enum value: CUBIC_FEET = 120; + * @generated from protobuf enum value: CUBIC_FOOT = 120; */ - CUBIC_FEET = 120, + CUBIC_FOOT = 120, /** * @generated from protobuf enum value: CUBIC_YARD = 130; */