@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.
- package/openapi.ts +2 -1
- 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
|
|
27602
|
+
* @example 687c41b4-0e3e-4a81-bd6d-901ce3cbc621
|
|
27602
27603
|
*/
|
|
27603
27604
|
id: string;
|
|
27604
27605
|
/**
|