@erp-galoper/types 1.0.604 → 1.0.605
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 +5 -3
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -4327,6 +4327,7 @@ export interface paths {
|
|
|
4327
4327
|
* - branchDoesNotExist
|
|
4328
4328
|
* - unitOfMeasureDoesNotExist
|
|
4329
4329
|
* - itemPackageDoesNotExist
|
|
4330
|
+
* - item+warehouse+branch+unitOfMeasure+itemPackageConflict
|
|
4330
4331
|
* - 403: "permissionDenied"
|
|
4331
4332
|
* - "noBranchAccess"
|
|
4332
4333
|
* - 500: "serverError"
|
|
@@ -4377,6 +4378,7 @@ export interface paths {
|
|
|
4377
4378
|
* - branchDoesNotExist
|
|
4378
4379
|
* - unitOfMeasureDoesNotExist
|
|
4379
4380
|
* - itemPackageDoesNotExist
|
|
4381
|
+
* - item+warehouse+branch+unitOfMeasure+itemPackageConflict
|
|
4380
4382
|
* - 403: "permissionDenied"
|
|
4381
4383
|
* - "noBranchAccess"
|
|
4382
4384
|
* - 404: "openingQuantityDoesNotExist"
|
|
@@ -24919,7 +24921,7 @@ export interface components {
|
|
|
24919
24921
|
/**
|
|
24920
24922
|
* Item
|
|
24921
24923
|
* @description
|
|
24922
|
-
* - get active items only
|
|
24924
|
+
* - get active items only, use route /api/v1/inventory/items/ and filter by active=true
|
|
24923
24925
|
*
|
|
24924
24926
|
*/
|
|
24925
24927
|
item: number;
|
|
@@ -25074,7 +25076,7 @@ export interface components {
|
|
|
25074
25076
|
/**
|
|
25075
25077
|
* Item
|
|
25076
25078
|
* @description
|
|
25077
|
-
* - get active items only
|
|
25079
|
+
* - get active items only, use route /api/v1/inventory/items/ and filter by active=true
|
|
25078
25080
|
*
|
|
25079
25081
|
*/
|
|
25080
25082
|
item: number;
|
|
@@ -27551,7 +27553,7 @@ export interface components {
|
|
|
27551
27553
|
/**
|
|
27552
27554
|
* Id
|
|
27553
27555
|
* Format: uuid
|
|
27554
|
-
* @example
|
|
27556
|
+
* @example cf7cf4bf-1182-46cf-8ba9-fb768863f6ae
|
|
27555
27557
|
*/
|
|
27556
27558
|
id: string;
|
|
27557
27559
|
/**
|