@erp-galoper/types 1.0.158 → 1.0.160
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 +3 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -4519,6 +4519,7 @@ export interface paths {
|
|
|
4519
4519
|
* - {"message": "toWarehouse Invalid pk "{toWarehouse}" - object does not exist..", "code": "toWarehouseDoesNotExist"}
|
|
4520
4520
|
* - {"message": "From warehouse cannot be the same as to warehouse", "code": "fromWarehouseSameAsToWarehouse"}
|
|
4521
4521
|
* - {"message": "Ensure this value is greater than or equal to 0.", "code": "transferredQuantityMinValueNotReached"}
|
|
4522
|
+
* - quantityGreaterThanAvailable
|
|
4522
4523
|
*
|
|
4523
4524
|
* - 500: {"message": "An internal server error has occurred {error}", "code": "serverError"}
|
|
4524
4525
|
*/
|
|
@@ -4617,6 +4618,7 @@ export interface paths {
|
|
|
4617
4618
|
* - {"message": "The fields header, item must make a unique set..", "code": "headerItemConflict"}
|
|
4618
4619
|
* - {"message": "From warehouse cannot be the same as to warehouse", "code": "fromWarehouseSameAsToWarehouse"}
|
|
4619
4620
|
* - {"message": "Ensure this value is greater than or equal to 0.", "code": "transferredQuantityMinValueNotReached"}
|
|
4621
|
+
* - quantityGreaterThanAvailable
|
|
4620
4622
|
*
|
|
4621
4623
|
* - 500: {"message": "An internal server error has occurred", "code": "serverError"}
|
|
4622
4624
|
*/
|
|
@@ -26547,7 +26549,7 @@ export interface components {
|
|
|
26547
26549
|
/**
|
|
26548
26550
|
* Id
|
|
26549
26551
|
* Format: uuid
|
|
26550
|
-
* @example
|
|
26552
|
+
* @example e808ad6b-b020-4eae-8d43-2636345e15f6
|
|
26551
26553
|
*/
|
|
26552
26554
|
id: string;
|
|
26553
26555
|
/**
|