@erp-galoper/types 1.0.365 → 1.0.366

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 +3 -11
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -23230,14 +23230,10 @@ export interface components {
23230
23230
  CreateItemVariantSettings: {
23231
23231
  /**
23232
23232
  * Update Variants On Save
23233
+ * @description if true, children item will be update if parent item is updates
23233
23234
  * @default true
23234
23235
  */
23235
23236
  update_variants_on_save: boolean;
23236
- /**
23237
- * Allow Rename Attribute
23238
- * @default true
23239
- */
23240
- allow_rename_attribute: boolean;
23241
23237
  /**
23242
23238
  * Fieldstoinherit
23243
23239
  * @default []
@@ -23248,14 +23244,10 @@ export interface components {
23248
23244
  UpdateItemVariantSettings: {
23249
23245
  /**
23250
23246
  * Updatevariantsonsave
23247
+ * @description if true, children item will be update if parent item is updates
23251
23248
  * @default true
23252
23249
  */
23253
23250
  updateVariantsOnSave: boolean | null;
23254
- /**
23255
- * Allowrenameattribute
23256
- * @default true
23257
- */
23258
- allowRenameAttribute: boolean | null;
23259
23251
  /**
23260
23252
  * Fieldstoinherit
23261
23253
  * @default []
@@ -26659,7 +26651,7 @@ export interface components {
26659
26651
  /**
26660
26652
  * Id
26661
26653
  * Format: uuid
26662
- * @example e22553fb-f362-4ed7-bb0c-67ad5d189681
26654
+ * @example eea5cc2f-f6d1-4198-a2b2-47fa4357472d
26663
26655
  */
26664
26656
  id: string;
26665
26657
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.365",
3
+ "version": "1.0.366",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],