@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.
Files changed (2) hide show
  1. package/openapi.ts +2 -0
  2. 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
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.784",
3
+ "version": "1.0.786",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],