@erp-galoper/types 1.0.1313 → 1.0.1314
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 +4 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -57583,6 +57583,8 @@ export interface operations {
|
|
|
57583
57583
|
secondaryRate?: number | string;
|
|
57584
57584
|
/** @description required when you want to get items purchase prices from supplier price list */
|
|
57585
57585
|
supplierId?: number;
|
|
57586
|
+
/** @description required when you want to get items sales prices from sales price list in sales features */
|
|
57587
|
+
customerId?: number;
|
|
57586
57588
|
};
|
|
57587
57589
|
header?: never;
|
|
57588
57590
|
path?: never;
|
|
@@ -57774,6 +57776,8 @@ export interface operations {
|
|
|
57774
57776
|
secondaryRate?: number | string;
|
|
57775
57777
|
/** @description required when you want to get item purchase prices from supplier price list */
|
|
57776
57778
|
supplierId?: number;
|
|
57779
|
+
/** @description required when you want to get items sales prices from sales price list in sales features */
|
|
57780
|
+
customerId?: number;
|
|
57777
57781
|
};
|
|
57778
57782
|
header?: never;
|
|
57779
57783
|
path: {
|