@erp-galoper/types 1.0.933 → 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.
Files changed (2) hide show
  1. package/openapi.ts +5 -5
  2. 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
- usd_rate: number;
76672
- company_rate: number;
76671
+ usdRate: number;
76672
+ companyRate: number;
76673
76673
  customer: number;
76674
- unit_of_measure_id: number;
76675
- price_list_id?: string;
76676
- item_package_id?: string;
76674
+ unitOfMeasureId: number;
76675
+ priceListId?: string;
76676
+ itemPackageId?: string;
76677
76677
  };
76678
76678
  header?: never;
76679
76679
  path: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.933",
3
+ "version": "1.0.935",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],