@erp-galoper/types 1.0.696 → 1.0.698
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
|
@@ -4339,6 +4339,7 @@ export interface paths {
|
|
|
4339
4339
|
* - unitOfMeasureDoesNotExist
|
|
4340
4340
|
* - itemPackageDoesNotExist
|
|
4341
4341
|
* - item+warehouse+branch+unitOfMeasure+itemPackageConflict
|
|
4342
|
+
* - branch+warehouseConflict
|
|
4342
4343
|
* - 403: "permissionDenied"
|
|
4343
4344
|
* - "noBranchAccess"
|
|
4344
4345
|
* - 500: "serverError"
|
|
@@ -4390,6 +4391,7 @@ export interface paths {
|
|
|
4390
4391
|
* - unitOfMeasureDoesNotExist
|
|
4391
4392
|
* - itemPackageDoesNotExist
|
|
4392
4393
|
* - item+warehouse+branch+unitOfMeasure+itemPackageConflict
|
|
4394
|
+
* - branch+warehouseConflict
|
|
4393
4395
|
* - 403: "permissionDenied"
|
|
4394
4396
|
* - "noBranchAccess"
|
|
4395
4397
|
* - 404: "openingQuantityDoesNotExist"
|
|
@@ -27556,7 +27558,7 @@ export interface components {
|
|
|
27556
27558
|
/**
|
|
27557
27559
|
* Id
|
|
27558
27560
|
* Format: uuid
|
|
27559
|
-
* @example
|
|
27561
|
+
* @example e02f70ce-cebf-4396-b9a8-087a65a7c9e3
|
|
27560
27562
|
*/
|
|
27561
27563
|
id: string;
|
|
27562
27564
|
/**
|