@nautical-commerce/graphql-schema 3.15.0 → 3.17.0

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.
@@ -14332,7 +14332,7 @@ input ProductDimensionsInput {
14332
14332
  height: PositiveDecimal = null
14333
14333
 
14334
14334
  """
14335
- Unit for length, width, and height. When omitted, the marketplace's configured default length unit is used.
14335
+ Unit the provided length, width, and height values are expressed in. When omitted, the marketplace's configured default length unit is used. When provided on an update of existing dimensions, at least one numeric dimension must also be supplied — unit-only changes are rejected to prevent silently re-interpreting stored values in a different unit (#5906).
14336
14336
  """
14337
14337
  unit: LengthUnitsStrEnum = null
14338
14338
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "3.15.0",
3
+ "version": "3.17.0",
4
4
  "description": "Traide API GraphQL Schema",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {