@erp-galoper/types 1.0.365 → 1.0.367

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 -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 47961918-abf7-4237-88a9-875554781886
26663
26655
  */
26664
26656
  id: string;
26665
26657
  /**
@@ -41441,6 +41433,7 @@ export interface components {
41441
41433
  * @description this field is number
41442
41434
  */
41443
41435
  remaining?: string | null;
41436
+ paymentTerms: components["schemas"]["PaymentTermsSchema"];
41444
41437
  /**
41445
41438
  * Items
41446
41439
  * @default []
@@ -41708,6 +41701,7 @@ export interface components {
41708
41701
  * @description tax id, visible when customer is not resident
41709
41702
  */
41710
41703
  tax?: number;
41704
+ paymentTerms: components["schemas"]["PaymentTermsCreateSchema"];
41711
41705
  };
41712
41706
  /**
41713
41707
  * SalesDocumentTypeSchema
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.367",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],