@erp-galoper/types 1.0.807 → 1.0.808

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 +2 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -24808,6 +24808,7 @@ export interface components {
24808
24808
  * - Must be greater than zero
24809
24809
  * - For decrease type, cannot exceed available quantity unless negative stock allowed
24810
24810
  * - For replace type, represents the final quantity
24811
+ * - /api/v1/inventory/items-quantity/ use this route to check availability (availableForSale)
24811
24812
  *
24812
24813
  */
24813
24814
  adjustmentQuantity: number;
@@ -24957,6 +24958,7 @@ export interface components {
24957
24958
  * - Must be greater than zero
24958
24959
  * - For decrease type, cannot exceed available quantity unless negative stock allowed
24959
24960
  * - For replace type, represents the final quantity
24961
+ * - /api/v1/inventory/items-quantity/ use this route to check availability (availableForSale)
24960
24962
  *
24961
24963
  */
24962
24964
  adjustmentQuantity: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.807",
3
+ "version": "1.0.808",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],