@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.
- package/openapi.ts +3 -1
- 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
|
|
26586
|
+
* @example 9f5c0799-5383-43f8-b5dc-5041e06d0b59
|
|
26585
26587
|
*/
|
|
26586
26588
|
id: string;
|
|
26587
26589
|
/**
|