@erp-galoper/types 1.0.786 → 1.0.788

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;
@@ -16949,6 +16950,8 @@ export interface paths {
16949
16950
  * - noBranchAccess
16950
16951
  * - noModuleAccess
16951
16952
  * - 400:
16953
+ * - inAdvanceCustomerDoesNotExist
16954
+ * - customerDoesNotExist
16952
16955
  * - 500:
16953
16956
  * - internalServerError
16954
16957
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.786",
3
+ "version": "1.0.788",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],