@erp-galoper/types 1.0.226 → 1.0.227

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 +3 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -11580,6 +11580,8 @@ export interface paths {
11580
11580
  * - cantMakeActionOnLockedDocument
11581
11581
  * - purchaseReturnInvoiceIsCanceled
11582
11582
  * - noDepartmentAccess
11583
+ * - returnPurchaseInvoiceCannotBeDeleted
11584
+ *
11583
11585
  * - 404: - purchaseReturnInvoiceDoesNotExist
11584
11586
  * - 500: serverError
11585
11587
  *
@@ -26581,7 +26583,7 @@ export interface components {
26581
26583
  /**
26582
26584
  * Id
26583
26585
  * Format: uuid
26584
- * @example a95470fa-8f68-44ca-8bf1-4f3e7bc770bb
26586
+ * @example 9f5c0799-5383-43f8-b5dc-5041e06d0b59
26585
26587
  */
26586
26588
  id: string;
26587
26589
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.226",
3
+ "version": "1.0.227",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],