@erp-galoper/types 1.0.784 → 1.0.786
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 +2 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -14514,6 +14514,8 @@ export interface paths {
|
|
|
14514
14514
|
* - noModuleAccess
|
|
14515
14515
|
* - 400:
|
|
14516
14516
|
* - branchDoesNotExist
|
|
14517
|
+
* - inAdvanceSupplierDoesNotExist
|
|
14518
|
+
* - supplierDoesNotExist
|
|
14517
14519
|
* - 500:
|
|
14518
14520
|
* - internalServerError
|
|
14519
14521
|
*
|