@erp-galoper/types 1.0.1097 → 1.0.1098
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 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -37322,7 +37322,10 @@ export interface components {
|
|
|
37322
37322
|
description: string | null;
|
|
37323
37323
|
/** Notes */
|
|
37324
37324
|
notes: string | null;
|
|
37325
|
-
/**
|
|
37325
|
+
/**
|
|
37326
|
+
* Reasonforreturn
|
|
37327
|
+
* @description - Get reasons from /api/v1/common/reasons/ and filter by documentType equals to purchaseReturnInvoice
|
|
37328
|
+
*/
|
|
37326
37329
|
reasonForReturn?: number | null;
|
|
37327
37330
|
/** Items */
|
|
37328
37331
|
items: components["schemas"]["CreateUpdatePurchaseReturnInvoiceItemsSchema"][];
|