@twin.org/standards-unece 0.0.3-next.36 → 0.0.3-next.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/models/bsp/IUneceAirFlowUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceAmountType.js.map +1 -1
- package/dist/es/models/bsp/IUneceDurationUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceFileSizeUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceLinearUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceQuantityType.js.map +1 -1
- package/dist/es/models/bsp/IUneceTemperatureUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceVolumeUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceWeightUnitMeasureType.js.map +1 -1
- package/dist/es/schemas/UneceAirFlowUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceAmountType.json +1 -1
- package/dist/es/schemas/UneceDurationUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceFileSizeUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceLinearUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceMeasureType.json +1 -1
- package/dist/es/schemas/UneceQuantityType.json +1 -1
- package/dist/es/schemas/UneceTemperatureUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceVolumeUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceWeightUnitMeasureType.json +1 -1
- package/dist/types/models/bsp/IUneceAirFlowUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceAmountType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceDurationUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceFileSizeUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceLinearUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceQuantityType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceTemperatureUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceVolumeUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceWeightUnitMeasureType.d.ts +1 -1
- package/docs/changelog.md +7 -0
- package/docs/reference/interfaces/IUneceAirFlowUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceAmountType.md +1 -1
- package/docs/reference/interfaces/IUneceDurationUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceFileSizeUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceLinearUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceQuantityType.md +1 -1
- package/docs/reference/interfaces/IUneceTemperatureUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceVolumeUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceWeightUnitMeasureType.md +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUneceAirFlowUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceAirFlowUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceAirFlowUnitMeasureCode } from \"../lists/uneceAirFlowUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * The numeric value determined by a measurement of air flow.\n * @see https://vocabulary.uncefact.org/AirFlowUnitMeasureType\n */\nexport interface IUneceAirFlowUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.AirFlowUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/AirFlowUnitMeasureTypeValue\n\t */\n\tAirFlowUnitMeasureTypeValue?:
|
|
1
|
+
{"version":3,"file":"IUneceAirFlowUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceAirFlowUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceAirFlowUnitMeasureCode } from \"../lists/uneceAirFlowUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * The numeric value determined by a measurement of air flow.\n * @see https://vocabulary.uncefact.org/AirFlowUnitMeasureType\n */\nexport interface IUneceAirFlowUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.AirFlowUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/AirFlowUnitMeasureTypeValue\n\t */\n\tAirFlowUnitMeasureTypeValue?: number;\n\n\t/**\n\t * The unit code.\n\t * @see https://vocabulary.uncefact.org/AirFlowUnitMeasureTypeCode\n\t */\n\tAirFlowUnitMeasureTypeCode?: UneceAirFlowUnitMeasureCode;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUneceAmountType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceAmountType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceAmountCurrency } from \"../lists/uneceAmountCurrency.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A number of monetary units specified in a currency where the unit of the currency is explicit or implied.\n * @see https://vocabulary.uncefact.org/AmountType\n */\nexport interface IUneceAmountType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.AmountType;\n\n\t/**\n\t * A number of monetary units.\n\t * @see https://vocabulary.uncefact.org/AmountTypeValue\n\t */\n\tAmountTypeValue?:
|
|
1
|
+
{"version":3,"file":"IUneceAmountType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceAmountType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceAmountCurrency } from \"../lists/uneceAmountCurrency.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A number of monetary units specified in a currency where the unit of the currency is explicit or implied.\n * @see https://vocabulary.uncefact.org/AmountType\n */\nexport interface IUneceAmountType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.AmountType;\n\n\t/**\n\t * A number of monetary units.\n\t * @see https://vocabulary.uncefact.org/AmountTypeValue\n\t */\n\tAmountTypeValue?: number;\n\n\t/**\n\t * An amount currency code.\n\t * @see https://vocabulary.uncefact.org/AmountTypeCurrency\n\t */\n\tAmountTypeCurrency?: UneceAmountCurrency;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUneceDurationUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceDurationUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceDurationUnitMeasureCode } from \"../lists/uneceDurationUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A numeric value determined by measuring a duration of time.\n * @see https://vocabulary.uncefact.org/DurationUnitMeasureType\n */\nexport interface IUneceDurationUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.DurationUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/DurationUnitMeasureTypeValue\n\t */\n\tDurationUnitMeasureTypeValue?:
|
|
1
|
+
{"version":3,"file":"IUneceDurationUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceDurationUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceDurationUnitMeasureCode } from \"../lists/uneceDurationUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A numeric value determined by measuring a duration of time.\n * @see https://vocabulary.uncefact.org/DurationUnitMeasureType\n */\nexport interface IUneceDurationUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.DurationUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/DurationUnitMeasureTypeValue\n\t */\n\tDurationUnitMeasureTypeValue?: number;\n\n\t/**\n\t * The unit code.\n\t * @see https://vocabulary.uncefact.org/DurationUnitMeasureTypeCode\n\t */\n\tDurationUnitMeasureTypeCode?: UneceDurationUnitMeasureCode;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUneceFileSizeUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceFileSizeUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceFileSizeUnitMeasureCode } from \"../lists/uneceFileSizeUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A numeric value determined by measuring a file size.\n * @see https://vocabulary.uncefact.org/FileSizeUnitMeasureType\n */\nexport interface IUneceFileSizeUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.FileSizeUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/FileSizeUnitMeasureTypeValue\n\t */\n\tFileSizeUnitMeasureTypeValue?:
|
|
1
|
+
{"version":3,"file":"IUneceFileSizeUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceFileSizeUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceFileSizeUnitMeasureCode } from \"../lists/uneceFileSizeUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A numeric value determined by measuring a file size.\n * @see https://vocabulary.uncefact.org/FileSizeUnitMeasureType\n */\nexport interface IUneceFileSizeUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.FileSizeUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/FileSizeUnitMeasureTypeValue\n\t */\n\tFileSizeUnitMeasureTypeValue?: number;\n\n\t/**\n\t * The unit code.\n\t * @see https://vocabulary.uncefact.org/FileSizeUnitMeasureTypeCode\n\t */\n\tFileSizeUnitMeasureTypeCode?: UneceFileSizeUnitMeasureCode;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUneceLinearUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceLinearUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceLinearUnitMeasureCode } from \"../lists/uneceLinearUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * The numeric value determined by linear measuring.\n * @see https://vocabulary.uncefact.org/LinearUnitMeasureType\n */\nexport interface IUneceLinearUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.LinearUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/LinearUnitMeasureTypeValue\n\t */\n\tLinearUnitMeasureTypeValue?:
|
|
1
|
+
{"version":3,"file":"IUneceLinearUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceLinearUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceLinearUnitMeasureCode } from \"../lists/uneceLinearUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * The numeric value determined by linear measuring.\n * @see https://vocabulary.uncefact.org/LinearUnitMeasureType\n */\nexport interface IUneceLinearUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.LinearUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/LinearUnitMeasureTypeValue\n\t */\n\tLinearUnitMeasureTypeValue?: number;\n\n\t/**\n\t * The unit code.\n\t * @see https://vocabulary.uncefact.org/LinearUnitMeasureTypeCode\n\t */\n\tLinearUnitMeasureTypeCode?: UneceLinearUnitMeasureCode;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUneceMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceMeasureCode } from \"./IUneceMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * Missing description.\n * @see https://vocabulary.uncefact.org/MeasureType\n */\nexport interface IUneceMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.MeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/MeasureTypeValue\n\t */\n\tMeasureTypeValue?:
|
|
1
|
+
{"version":3,"file":"IUneceMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceMeasureCode } from \"./IUneceMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * Missing description.\n * @see https://vocabulary.uncefact.org/MeasureType\n */\nexport interface IUneceMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.MeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/MeasureTypeValue\n\t */\n\tMeasureTypeValue?: number;\n\n\t/**\n\t * The unit code.\n\t * @see https://vocabulary.uncefact.org/MeasureTypeCode\n\t */\n\tMeasureTypeCode?: IUneceMeasureCode;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUneceQuantityType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceQuantityType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceQuantityCode } from \"./IUneceQuantityCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * Missing description.\n * @see https://vocabulary.uncefact.org/QuantityType\n */\nexport interface IUneceQuantityType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.QuantityType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/QuantityTypeValue\n\t */\n\tQuantityTypeValue?:
|
|
1
|
+
{"version":3,"file":"IUneceQuantityType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceQuantityType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { IUneceQuantityCode } from \"./IUneceQuantityCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * Missing description.\n * @see https://vocabulary.uncefact.org/QuantityType\n */\nexport interface IUneceQuantityType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.QuantityType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/QuantityTypeValue\n\t */\n\tQuantityTypeValue?: number;\n\n\t/**\n\t * The unit code.\n\t * @see https://vocabulary.uncefact.org/QuantityTypeCode\n\t */\n\tQuantityTypeCode?: IUneceQuantityCode;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUneceTemperatureUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceTemperatureUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceTemperatureUnitMeasureCode } from \"../lists/uneceTemperatureUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * The numeric value determined by temperature measuring.\n * @see https://vocabulary.uncefact.org/TemperatureUnitMeasureType\n */\nexport interface IUneceTemperatureUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.TemperatureUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/TemperatureUnitMeasureTypeValue\n\t */\n\tTemperatureUnitMeasureTypeValue?:
|
|
1
|
+
{"version":3,"file":"IUneceTemperatureUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceTemperatureUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceTemperatureUnitMeasureCode } from \"../lists/uneceTemperatureUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * The numeric value determined by temperature measuring.\n * @see https://vocabulary.uncefact.org/TemperatureUnitMeasureType\n */\nexport interface IUneceTemperatureUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.TemperatureUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/TemperatureUnitMeasureTypeValue\n\t */\n\tTemperatureUnitMeasureTypeValue?: number;\n\n\t/**\n\t * The unit code.\n\t * @see https://vocabulary.uncefact.org/TemperatureUnitMeasureTypeCode\n\t */\n\tTemperatureUnitMeasureTypeCode?: UneceTemperatureUnitMeasureCode;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUneceUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceUnitMeasureCode } from \"../lists/uneceUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A numeric value determined by measuring an object along with the specified unit of measure.\n * @see https://vocabulary.uncefact.org/UnitMeasureType\n */\nexport interface IUneceUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.UnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/UnitMeasureTypeValue\n\t */\n\tUnitMeasureTypeValue?:
|
|
1
|
+
{"version":3,"file":"IUneceUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceUnitMeasureCode } from \"../lists/uneceUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * A numeric value determined by measuring an object along with the specified unit of measure.\n * @see https://vocabulary.uncefact.org/UnitMeasureType\n */\nexport interface IUneceUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.UnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/UnitMeasureTypeValue\n\t */\n\tUnitMeasureTypeValue?: number;\n\n\t/**\n\t * The unit code.\n\t * @see https://vocabulary.uncefact.org/UnitMeasureTypeCode\n\t */\n\tUnitMeasureTypeCode?: UneceUnitMeasureCode;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUneceVolumeUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceVolumeUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceVolumeUnitMeasureCode } from \"../lists/uneceVolumeUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * The numeric value determined by volume measuring.\n * @see https://vocabulary.uncefact.org/VolumeUnitMeasureType\n */\nexport interface IUneceVolumeUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.VolumeUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/VolumeUnitMeasureTypeValue\n\t */\n\tVolumeUnitMeasureTypeValue?:
|
|
1
|
+
{"version":3,"file":"IUneceVolumeUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceVolumeUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceVolumeUnitMeasureCode } from \"../lists/uneceVolumeUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * The numeric value determined by volume measuring.\n * @see https://vocabulary.uncefact.org/VolumeUnitMeasureType\n */\nexport interface IUneceVolumeUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.VolumeUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/VolumeUnitMeasureTypeValue\n\t */\n\tVolumeUnitMeasureTypeValue?: number;\n\n\t/**\n\t * The unit code.\n\t * @see https://vocabulary.uncefact.org/VolumeUnitMeasureTypeCode\n\t */\n\tVolumeUnitMeasureTypeCode?: UneceVolumeUnitMeasureCode;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IUneceWeightUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceWeightUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceWeightUnitMeasureCode } from \"../lists/uneceWeightUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * The numeric value determined by weight measuring.\n * @see https://vocabulary.uncefact.org/WeightUnitMeasureType\n */\nexport interface IUneceWeightUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.WeightUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/WeightUnitMeasureTypeValue\n\t */\n\tWeightUnitMeasureTypeValue?:
|
|
1
|
+
{"version":3,"file":"IUneceWeightUnitMeasureType.js","sourceRoot":"","sources":["../../../../src/models/bsp/IUneceWeightUnitMeasureType.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright 2025 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n/* cSpell:disable */\n/* This file is auto-generated with the generateInterfaces script, do not edit manually. */\nimport type { IJsonLdNodeObject } from \"@twin.org/data-json-ld\";\nimport type { UneceWeightUnitMeasureCode } from \"../lists/uneceWeightUnitMeasureCode.js\";\nimport type { UneceContextType } from \"../uneceContextType.js\";\nimport type { UneceTypes } from \"../uneceTypes.js\";\n\n/**\n * The numeric value determined by weight measuring.\n * @see https://vocabulary.uncefact.org/WeightUnitMeasureType\n */\nexport interface IUneceWeightUnitMeasureType extends IJsonLdNodeObject {\n\t/**\n\t * JSON-LD Context.\n\t */\n\t\"@context\"?: UneceContextType;\n\n\t/**\n\t * JSON-LD Type.\n\t */\n\ttype: typeof UneceTypes.WeightUnitMeasureType;\n\n\t/**\n\t * The numeric value.\n\t * @see https://vocabulary.uncefact.org/WeightUnitMeasureTypeValue\n\t */\n\tWeightUnitMeasureTypeValue?: number;\n\n\t/**\n\t * The unit code.\n\t * @see https://vocabulary.uncefact.org/WeightUnitMeasureTypeCode\n\t */\n\tWeightUnitMeasureTypeCode?: UneceWeightUnitMeasureCode;\n}\n"]}
|
|
@@ -19,7 +19,7 @@ export interface IUneceAirFlowUnitMeasureType extends IJsonLdNodeObject {
|
|
|
19
19
|
* The numeric value.
|
|
20
20
|
* @see https://vocabulary.uncefact.org/AirFlowUnitMeasureTypeValue
|
|
21
21
|
*/
|
|
22
|
-
AirFlowUnitMeasureTypeValue?:
|
|
22
|
+
AirFlowUnitMeasureTypeValue?: number;
|
|
23
23
|
/**
|
|
24
24
|
* The unit code.
|
|
25
25
|
* @see https://vocabulary.uncefact.org/AirFlowUnitMeasureTypeCode
|
|
@@ -19,7 +19,7 @@ export interface IUneceAmountType extends IJsonLdNodeObject {
|
|
|
19
19
|
* A number of monetary units.
|
|
20
20
|
* @see https://vocabulary.uncefact.org/AmountTypeValue
|
|
21
21
|
*/
|
|
22
|
-
AmountTypeValue?:
|
|
22
|
+
AmountTypeValue?: number;
|
|
23
23
|
/**
|
|
24
24
|
* An amount currency code.
|
|
25
25
|
* @see https://vocabulary.uncefact.org/AmountTypeCurrency
|
|
@@ -19,7 +19,7 @@ export interface IUneceDurationUnitMeasureType extends IJsonLdNodeObject {
|
|
|
19
19
|
* The numeric value.
|
|
20
20
|
* @see https://vocabulary.uncefact.org/DurationUnitMeasureTypeValue
|
|
21
21
|
*/
|
|
22
|
-
DurationUnitMeasureTypeValue?:
|
|
22
|
+
DurationUnitMeasureTypeValue?: number;
|
|
23
23
|
/**
|
|
24
24
|
* The unit code.
|
|
25
25
|
* @see https://vocabulary.uncefact.org/DurationUnitMeasureTypeCode
|
|
@@ -19,7 +19,7 @@ export interface IUneceFileSizeUnitMeasureType extends IJsonLdNodeObject {
|
|
|
19
19
|
* The numeric value.
|
|
20
20
|
* @see https://vocabulary.uncefact.org/FileSizeUnitMeasureTypeValue
|
|
21
21
|
*/
|
|
22
|
-
FileSizeUnitMeasureTypeValue?:
|
|
22
|
+
FileSizeUnitMeasureTypeValue?: number;
|
|
23
23
|
/**
|
|
24
24
|
* The unit code.
|
|
25
25
|
* @see https://vocabulary.uncefact.org/FileSizeUnitMeasureTypeCode
|
|
@@ -19,7 +19,7 @@ export interface IUneceLinearUnitMeasureType extends IJsonLdNodeObject {
|
|
|
19
19
|
* The numeric value.
|
|
20
20
|
* @see https://vocabulary.uncefact.org/LinearUnitMeasureTypeValue
|
|
21
21
|
*/
|
|
22
|
-
LinearUnitMeasureTypeValue?:
|
|
22
|
+
LinearUnitMeasureTypeValue?: number;
|
|
23
23
|
/**
|
|
24
24
|
* The unit code.
|
|
25
25
|
* @see https://vocabulary.uncefact.org/LinearUnitMeasureTypeCode
|
|
@@ -19,7 +19,7 @@ export interface IUneceMeasureType extends IJsonLdNodeObject {
|
|
|
19
19
|
* The numeric value.
|
|
20
20
|
* @see https://vocabulary.uncefact.org/MeasureTypeValue
|
|
21
21
|
*/
|
|
22
|
-
MeasureTypeValue?:
|
|
22
|
+
MeasureTypeValue?: number;
|
|
23
23
|
/**
|
|
24
24
|
* The unit code.
|
|
25
25
|
* @see https://vocabulary.uncefact.org/MeasureTypeCode
|
|
@@ -19,7 +19,7 @@ export interface IUneceQuantityType extends IJsonLdNodeObject {
|
|
|
19
19
|
* The numeric value.
|
|
20
20
|
* @see https://vocabulary.uncefact.org/QuantityTypeValue
|
|
21
21
|
*/
|
|
22
|
-
QuantityTypeValue?:
|
|
22
|
+
QuantityTypeValue?: number;
|
|
23
23
|
/**
|
|
24
24
|
* The unit code.
|
|
25
25
|
* @see https://vocabulary.uncefact.org/QuantityTypeCode
|
|
@@ -19,7 +19,7 @@ export interface IUneceTemperatureUnitMeasureType extends IJsonLdNodeObject {
|
|
|
19
19
|
* The numeric value.
|
|
20
20
|
* @see https://vocabulary.uncefact.org/TemperatureUnitMeasureTypeValue
|
|
21
21
|
*/
|
|
22
|
-
TemperatureUnitMeasureTypeValue?:
|
|
22
|
+
TemperatureUnitMeasureTypeValue?: number;
|
|
23
23
|
/**
|
|
24
24
|
* The unit code.
|
|
25
25
|
* @see https://vocabulary.uncefact.org/TemperatureUnitMeasureTypeCode
|
|
@@ -19,7 +19,7 @@ export interface IUneceUnitMeasureType extends IJsonLdNodeObject {
|
|
|
19
19
|
* The numeric value.
|
|
20
20
|
* @see https://vocabulary.uncefact.org/UnitMeasureTypeValue
|
|
21
21
|
*/
|
|
22
|
-
UnitMeasureTypeValue?:
|
|
22
|
+
UnitMeasureTypeValue?: number;
|
|
23
23
|
/**
|
|
24
24
|
* The unit code.
|
|
25
25
|
* @see https://vocabulary.uncefact.org/UnitMeasureTypeCode
|
|
@@ -19,7 +19,7 @@ export interface IUneceVolumeUnitMeasureType extends IJsonLdNodeObject {
|
|
|
19
19
|
* The numeric value.
|
|
20
20
|
* @see https://vocabulary.uncefact.org/VolumeUnitMeasureTypeValue
|
|
21
21
|
*/
|
|
22
|
-
VolumeUnitMeasureTypeValue?:
|
|
22
|
+
VolumeUnitMeasureTypeValue?: number;
|
|
23
23
|
/**
|
|
24
24
|
* The unit code.
|
|
25
25
|
* @see https://vocabulary.uncefact.org/VolumeUnitMeasureTypeCode
|
|
@@ -19,7 +19,7 @@ export interface IUneceWeightUnitMeasureType extends IJsonLdNodeObject {
|
|
|
19
19
|
* The numeric value.
|
|
20
20
|
* @see https://vocabulary.uncefact.org/WeightUnitMeasureTypeValue
|
|
21
21
|
*/
|
|
22
|
-
WeightUnitMeasureTypeValue?:
|
|
22
|
+
WeightUnitMeasureTypeValue?: number;
|
|
23
23
|
/**
|
|
24
24
|
* The unit code.
|
|
25
25
|
* @see https://vocabulary.uncefact.org/WeightUnitMeasureTypeCode
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @twin.org/standards-unece - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.37](https://github.com/twinfoundation/standards/compare/standards-unece-v0.0.3-next.36...standards-unece-v0.0.3-next.37) (2026-02-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* map decimal to number and update numeric property types in UNECE model generation ([#153](https://github.com/twinfoundation/standards/issues/153)) ([e3e3c1b](https://github.com/twinfoundation/standards/commit/e3e3c1b5226c053bb4eb7d43510bb1b8a0e3cdfd))
|
|
9
|
+
|
|
3
10
|
## [0.0.3-next.36](https://github.com/twinfoundation/standards/compare/standards-unece-v0.0.3-next.35...standards-unece-v0.0.3-next.36) (2026-02-11)
|
|
4
11
|
|
|
5
12
|
|