@erp-galoper/types 1.0.652 → 1.0.653

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
@@ -14572,6 +14572,7 @@ export interface paths {
14572
14572
  * - taxDoesNotBelongToReturnInvoiceItem
14573
14573
  * - refundReturnInvoiceTaxShouldBeLessThanReturnInvoiceTax
14574
14574
  * - returnInvoiceShouldBeSubmittedOrPostedOrSent
14575
+ * - purchaseRefundVoucherShouldBeDraft
14575
14576
  * - 404:
14576
14577
  * - refundVoucherDoesNotExist
14577
14578
  * - 500:
@@ -27598,7 +27599,7 @@ export interface components {
27598
27599
  /**
27599
27600
  * Id
27600
27601
  * Format: uuid
27601
- * @example 260ab4e8-d073-496e-bce5-c9a7d5333175
27602
+ * @example 687c41b4-0e3e-4a81-bd6d-901ce3cbc621
27602
27603
  */
27603
27604
  id: string;
27604
27605
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.652",
3
+ "version": "1.0.653",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],