@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.
Files changed (2) hide show
  1. package/openapi.ts +5 -5
  2. 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
- /** CreateItemVariantSettings */
23573
- CreateItemVariantSettings: {
23572
+ /** ItemVariantSettingsDetailSchema */
23573
+ ItemVariantSettingsDetailSchema: {
23574
23574
  /**
23575
- * Update Variants On Save
23575
+ * Updatevariantsonsave
23576
23576
  * @description if true, children item will be update if parent item is updates
23577
23577
  * @default true
23578
23578
  */
23579
- update_variants_on_save: boolean;
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"]["CreateItemVariantSettings"];
52960
+ "application/json": components["schemas"]["ItemVariantSettingsDetailSchema"];
52961
52961
  };
52962
52962
  };
52963
52963
  /** @description Forbidden */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.760",
3
+ "version": "1.0.761",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],