@erp-galoper/types 1.0.721 → 1.0.723

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 +8 -4
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -21704,7 +21704,10 @@ export interface components {
21704
21704
  */
21705
21705
  alertDate?: number | null;
21706
21706
  commissionCalculation?: components["schemas"]["CommissionCalculation"];
21707
- /** Packages */
21707
+ /**
21708
+ * Packages
21709
+ * @description package and unit of measure should be unique
21710
+ */
21708
21711
  packages: components["schemas"]["CreateOrUpdatePackageItemSchema"][];
21709
21712
  /**
21710
21713
  * Children
@@ -21724,9 +21727,9 @@ export interface components {
21724
21727
  id?: string | null;
21725
21728
  /**
21726
21729
  * Package
21727
- * @description ID of the package item (for update only)
21730
+ * Format: uuid
21728
21731
  */
21729
- package?: string | null;
21732
+ package: string;
21730
21733
  /** @description Type of barcode used for the package */
21731
21734
  barcodeType?: components["schemas"]["BarcodeTypeValues"];
21732
21735
  /**
@@ -21943,6 +21946,7 @@ export interface components {
21943
21946
  alertDate?: number | null;
21944
21947
  /**
21945
21948
  * Packages
21949
+ * @description package and unit of measure should be unique
21946
21950
  * @default []
21947
21951
  */
21948
21952
  packages: components["schemas"]["CreateOrUpdatePackageItemSchema"][];
@@ -27555,7 +27559,7 @@ export interface components {
27555
27559
  /**
27556
27560
  * Id
27557
27561
  * Format: uuid
27558
- * @example ce99873c-fcf7-4652-9ea5-94c17a1905ed
27562
+ * @example ad51754b-0d1c-4174-a3aa-f0e83164ed7e
27559
27563
  */
27560
27564
  id: string;
27561
27565
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.721",
3
+ "version": "1.0.723",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],