@erp-galoper/types 1.0.934 → 1.0.935
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 -5
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -76668,12 +76668,12 @@ export interface operations {
|
|
|
76668
76668
|
sales_views_get_item_price_for_customer: {
|
|
76669
76669
|
parameters: {
|
|
76670
76670
|
query: {
|
|
76671
|
-
|
|
76672
|
-
|
|
76671
|
+
usdRate: number;
|
|
76672
|
+
companyRate: number;
|
|
76673
76673
|
customer: number;
|
|
76674
|
-
|
|
76675
|
-
|
|
76676
|
-
|
|
76674
|
+
unitOfMeasureId: number;
|
|
76675
|
+
priceListId?: string;
|
|
76676
|
+
itemPackageId?: string;
|
|
76677
76677
|
};
|
|
76678
76678
|
header?: never;
|
|
76679
76679
|
path: {
|