@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.
- package/openapi.ts +5 -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
|
-
/**
|
|
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
|
/**
|