@erp-galoper/types 1.0.1018 → 1.0.1020

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 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -36370,6 +36370,8 @@ export interface components {
36370
36370
  reference: string;
36371
36371
  /** Description */
36372
36372
  description: string | null;
36373
+ /** Notes */
36374
+ notes: string | null;
36373
36375
  supplier: components["schemas"]["ChildSupplierSharedSchema"];
36374
36376
  department: components["schemas"]["DepartmentCommonSchema"] | null;
36375
36377
  status: components["schemas"]["DocumentStatus"];
@@ -36587,6 +36589,8 @@ export interface components {
36587
36589
  reference: string;
36588
36590
  /** Description */
36589
36591
  description: string | null;
36592
+ /** Notes */
36593
+ notes: string | null;
36590
36594
  supplier: components["schemas"]["ChildSupplierSharedSchema"];
36591
36595
  department: components["schemas"]["DepartmentCommonSchema"] | null;
36592
36596
  status: components["schemas"]["DocumentStatus"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1018",
3
+ "version": "1.0.1020",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],