@erp-galoper/types 1.0.787 → 1.0.789

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
@@ -4702,12 +4702,13 @@ export interface paths {
4702
4702
  * @description Endpoint for List Customers
4703
4703
  * Responses:
4704
4704
  * - 200: CustomerListSchema
4705
- * - 400: {"message": "Error applying filter {error}", "code": "invalidFilterFormat"}
4706
- * - {"message": "Error applying pagination {error}", "code": "paginationError"}
4707
- * - 403: {"message": "You do not have permission to perform this action", "code": "permissionDenied"}
4708
- * - {"message": "You do not have access to this branch.", "code": "noBranchAccess}
4709
- * - 404: {"message": "Branch does not exist", "code": "branchDoesNotExist"}
4710
- * - 500: {"message": "An internal server error has occurred", "code": "serverError"}
4705
+ * - 400: - invalidFilterFormat
4706
+ * - paginationError
4707
+ * - customerDoesNotExist
4708
+ * - 403: - permissionDenied
4709
+ * - noBranchAccess
4710
+ * - 404: - branchDoesNotExist
4711
+ * - 500: - serverError
4711
4712
  */
4712
4713
  get: operations["customer_views_list_customers"];
4713
4714
  put?: never;
@@ -16950,6 +16951,8 @@ export interface paths {
16950
16951
  * - noBranchAccess
16951
16952
  * - noModuleAccess
16952
16953
  * - 400:
16954
+ * - inAdvanceCustomerDoesNotExist
16955
+ * - customerDoesNotExist
16953
16956
  * - 500:
16954
16957
  * - internalServerError
16955
16958
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.787",
3
+ "version": "1.0.789",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],