@erp-galoper/types 1.0.943 → 1.0.945

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 +5 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -36792,7 +36792,10 @@ export interface components {
36792
36792
  *
36793
36793
  */
36794
36794
  supplier: number;
36795
- /** Warehouse */
36795
+ /**
36796
+ * Warehouse
36797
+ * @description from /me, should be filtered by branch
36798
+ */
36796
36799
  warehouse: number;
36797
36800
  /** Purchaseorder */
36798
36801
  purchaseOrder?: string | null;
@@ -46881,7 +46884,7 @@ export interface components {
46881
46884
  customer: number;
46882
46885
  /**
46883
46886
  * Warehouse
46884
- * @description from /me
46887
+ * @description from /me, should be filtered by branch
46885
46888
  */
46886
46889
  warehouse: number;
46887
46890
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.943",
3
+ "version": "1.0.945",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],