@erp-galoper/main-package 1.0.180 → 1.0.181

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 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -6263,6 +6263,7 @@ export interface paths {
6263
6263
  * - 403: permissionDenied
6264
6264
  * - 404: approvalConfigDoesNotExist
6265
6265
  * - documentDoesNotExist
6266
+ * - approvalLevelsMustBeSetFirst
6266
6267
  * - 500: serverError
6267
6268
  */
6268
6269
  patch: operations["erp_settings_approval_settings_views_update_approval_config"];
@@ -15846,7 +15847,7 @@ export interface components {
15846
15847
  /**
15847
15848
  * Id
15848
15849
  * Format: uuid
15849
- * @example 6b0a390f-7eb4-43c0-a995-7496008a1c07
15850
+ * @example 0c8ad88d-28a5-40ee-908f-bbcc96baf0b8
15850
15851
  */
15851
15852
  id: string;
15852
15853
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.180",
3
+ "version": "1.0.181",
4
4
  "main": "openapi.ts"
5
5
  }