@erp-galoper/types 1.0.1681 → 1.0.1683

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.
Files changed (2) hide show
  1. package/openapi.ts +2 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -27563,12 +27563,12 @@ export interface components {
27563
27563
  /** Variant Of */
27564
27564
  variant_of?: number | null;
27565
27565
  /** Unitofmeasure */
27566
- unitOfMeasure: number[];
27566
+ unitOfMeasure?: number[] | null;
27567
27567
  /**
27568
27568
  * Tags
27569
27569
  * @default []
27570
27570
  */
27571
- tags: number[];
27571
+ tags: number[] | null;
27572
27572
  /** Family */
27573
27573
  family?: number | null;
27574
27574
  /** Brand */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1681",
3
+ "version": "1.0.1683",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],