@erp-galoper/types 1.0.158 → 1.0.159

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 +3 -1
  2. 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 f5247af9-bf11-4dba-b933-6802dfbdcd1e
26552
+ * @example eee41136-e08b-4f4b-901d-14ae1446b166
26551
26553
  */
26552
26554
  id: string;
26553
26555
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.158",
3
+ "version": "1.0.159",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],