@erp-galoper/types 1.0.1061 → 1.0.1062

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 +4 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -48913,11 +48913,13 @@ export interface components {
48913
48913
  quantity: number;
48914
48914
  branch: components["schemas"]["BranchSummaryInfo"];
48915
48915
  warehouse: components["schemas"]["WarehouseSummaryInfo"];
48916
- /** Serialnumber */
48917
- serialNumber?: string | null;
48916
+ /** Documentserialnumber */
48917
+ documentSerialNumber?: string | null;
48918
48918
  movementType: components["schemas"]["MovementType"];
48919
48919
  /** Batchnumber */
48920
48920
  batchNumber?: string | null;
48921
+ /** Serialnumber */
48922
+ serialNumber?: string | null;
48921
48923
  unitOfMeasure?: components["schemas"]["UnitOfMeasureSchema"] | null;
48922
48924
  /**
48923
48925
  * Actualquantity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1061",
3
+ "version": "1.0.1062",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],