@erp-galoper/types 1.0.785 → 1.0.787

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 +9 -6
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -5022,12 +5022,13 @@ export interface paths {
5022
5022
  * @description Endpoint for List Suppliers
5023
5023
  * Responses:
5024
5024
  * - 200: SupplierListSchema
5025
- * - 400: - {"message": "Error applying filter {error}", "code": "invalidFilterFormat"}
5026
- * - {"message": "Error applying pagination {error}", "code": "paginationError"}
5027
- * - {"message": "Branch does not exist", "code": "branchDoesNotExist"}
5028
- * - 403: {"message": "You do not have permission to perform this action", "code": "permissionDenied"}
5029
- * - {"message": "You do not have access to this branch.", "code": "noBranchAccess}
5030
- * - 500: {"message": "An internal server error has occurred", "code": "serverError"}
5025
+ * - 400: - invalidFilterFormat
5026
+ * - paginationError
5027
+ * - branchDoesNotExist
5028
+ * - supplierDoesNotExist
5029
+ * - 403: - permissionDenied
5030
+ * - noBranchAccess}
5031
+ * - 500: - serverError
5031
5032
  */
5032
5033
  get: operations["supplier_views_list_suppliers"];
5033
5034
  put?: never;
@@ -14514,6 +14515,8 @@ export interface paths {
14514
14515
  * - noModuleAccess
14515
14516
  * - 400:
14516
14517
  * - branchDoesNotExist
14518
+ * - inAdvanceSupplierDoesNotExist
14519
+ * - supplierDoesNotExist
14517
14520
  * - 500:
14518
14521
  * - internalServerError
14519
14522
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.785",
3
+ "version": "1.0.787",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],