@erp-galoper/types 1.0.760 → 1.0.761
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 +5 -5
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -23569,14 +23569,14 @@ export interface components {
|
|
|
23569
23569
|
/** Depth */
|
|
23570
23570
|
depth: number;
|
|
23571
23571
|
};
|
|
23572
|
-
/**
|
|
23573
|
-
|
|
23572
|
+
/** ItemVariantSettingsDetailSchema */
|
|
23573
|
+
ItemVariantSettingsDetailSchema: {
|
|
23574
23574
|
/**
|
|
23575
|
-
*
|
|
23575
|
+
* Updatevariantsonsave
|
|
23576
23576
|
* @description if true, children item will be update if parent item is updates
|
|
23577
23577
|
* @default true
|
|
23578
23578
|
*/
|
|
23579
|
-
|
|
23579
|
+
updateVariantsOnSave: boolean;
|
|
23580
23580
|
/**
|
|
23581
23581
|
* Fieldstoinherit
|
|
23582
23582
|
* @default []
|
|
@@ -52957,7 +52957,7 @@ export interface operations {
|
|
|
52957
52957
|
[name: string]: unknown;
|
|
52958
52958
|
};
|
|
52959
52959
|
content: {
|
|
52960
|
-
"application/json": components["schemas"]["
|
|
52960
|
+
"application/json": components["schemas"]["ItemVariantSettingsDetailSchema"];
|
|
52961
52961
|
};
|
|
52962
52962
|
};
|
|
52963
52963
|
/** @description Forbidden */
|