@erp-galoper/types 1.0.151 → 1.0.152
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 +4 -3
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -14427,6 +14427,7 @@ export interface paths {
|
|
|
14427
14427
|
* - permissionDenied
|
|
14428
14428
|
* - 400:
|
|
14429
14429
|
* - supplierDoesNotExist
|
|
14430
|
+
* - advancePaymentOrReturnInvoiceIsRequired
|
|
14430
14431
|
* - 500:
|
|
14431
14432
|
* - internalServerError
|
|
14432
14433
|
*/
|
|
@@ -26546,7 +26547,7 @@ export interface components {
|
|
|
26546
26547
|
/**
|
|
26547
26548
|
* Id
|
|
26548
26549
|
* Format: uuid
|
|
26549
|
-
* @example
|
|
26550
|
+
* @example 6d67834e-8504-415c-98e7-89af1dbedf9d
|
|
26550
26551
|
*/
|
|
26551
26552
|
id: string;
|
|
26552
26553
|
/**
|
|
@@ -37753,13 +37754,13 @@ export interface components {
|
|
|
37753
37754
|
/**
|
|
37754
37755
|
* Returninvoice
|
|
37755
37756
|
* Format: uuid
|
|
37756
|
-
* @description return invoice id
|
|
37757
|
+
* @description return invoice id, advance payment or return invoice is required per row
|
|
37757
37758
|
*/
|
|
37758
37759
|
returnInvoice?: string;
|
|
37759
37760
|
/**
|
|
37760
37761
|
* Advancepaymentitem
|
|
37761
37762
|
* Format: uuid
|
|
37762
|
-
* @description advance payment item id
|
|
37763
|
+
* @description advance payment item id, advance payment or return invoice is required per row
|
|
37763
37764
|
*/
|
|
37764
37765
|
advancePaymentItem?: string;
|
|
37765
37766
|
};
|