@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.
Files changed (2) hide show
  1. package/openapi.ts +4 -1
  2. 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
- /** Reasonforreturn */
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"][];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1097",
3
+ "version": "1.0.1098",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],