@erp-galoper/types 1.0.1681 → 1.0.1682
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/openapi.ts +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
|
|
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 */
|