@erp-galoper/types 1.0.956 → 1.0.958
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 +8 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -45413,6 +45413,10 @@ export interface components {
|
|
|
45413
45413
|
* Format: date
|
|
45414
45414
|
*/
|
|
45415
45415
|
date: string;
|
|
45416
|
+
/** Description */
|
|
45417
|
+
description: string | null;
|
|
45418
|
+
/** Notes */
|
|
45419
|
+
notes: string | null;
|
|
45416
45420
|
reasonForReturn: components["schemas"]["ReasonSummaryInfo"] | null;
|
|
45417
45421
|
/** @description Linked return sales order, if applicable. */
|
|
45418
45422
|
salesReturnOrder: components["schemas"]["DocumentCommonSchema"] | null;
|
|
@@ -45613,6 +45617,10 @@ export interface components {
|
|
|
45613
45617
|
* Format: date
|
|
45614
45618
|
*/
|
|
45615
45619
|
date: string;
|
|
45620
|
+
/** Description */
|
|
45621
|
+
description: string | null;
|
|
45622
|
+
/** Notes */
|
|
45623
|
+
notes: string | null;
|
|
45616
45624
|
reasonForReturn: components["schemas"]["ReasonSummaryInfo"] | null;
|
|
45617
45625
|
/** @description Linked return sales order, if applicable. */
|
|
45618
45626
|
salesReturnOrder: components["schemas"]["DocumentCommonSchema"] | null;
|