@erp-galoper/types 1.0.956 → 1.0.957

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 +8 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.956",
3
+ "version": "1.0.957",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],