@erp-galoper/types 1.0.679 → 1.0.681
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 +7 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -23555,7 +23555,12 @@ export interface components {
|
|
|
23555
23555
|
updateVariantsOnSave: boolean | null;
|
|
23556
23556
|
/**
|
|
23557
23557
|
* Fieldstoinherit
|
|
23558
|
-
* @default
|
|
23558
|
+
* @description default values are mandatory and should not be removed, The selected fields specify that if values for these fields are not provided for variations during variant creation, they will be automatically inherited from the item's data
|
|
23559
|
+
* @default [
|
|
23560
|
+
* "name",
|
|
23561
|
+
* "usage",
|
|
23562
|
+
* "unitOfMeasure"
|
|
23563
|
+
* ]
|
|
23559
23564
|
*/
|
|
23560
23565
|
fieldsToInherit: string[] | null;
|
|
23561
23566
|
};
|
|
@@ -27551,7 +27556,7 @@ export interface components {
|
|
|
27551
27556
|
/**
|
|
27552
27557
|
* Id
|
|
27553
27558
|
* Format: uuid
|
|
27554
|
-
* @example
|
|
27559
|
+
* @example 5e56ecba-6f04-4122-b7f5-e4e321231657
|
|
27555
27560
|
*/
|
|
27556
27561
|
id: string;
|
|
27557
27562
|
/**
|