@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.
- package/openapi.ts +4 -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
|
-
/**
|
|
48917
|
-
|
|
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
|