@erp-galoper/types 1.0.1625 → 1.0.1627
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 +6 -9
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -46075,7 +46075,7 @@ export interface components {
|
|
|
46075
46075
|
/**
|
|
46076
46076
|
* Regions
|
|
46077
46077
|
* @description List of region IDs where the price list applies.
|
|
46078
|
-
*
|
|
46078
|
+
* Mutually exclusive with customers and customer groups — only one option can be selected.
|
|
46079
46079
|
* If type is retail, this field should be hidden and not required.
|
|
46080
46080
|
* @default []
|
|
46081
46081
|
*/
|
|
@@ -46084,7 +46084,7 @@ export interface components {
|
|
|
46084
46084
|
* Customers
|
|
46085
46085
|
* @description "
|
|
46086
46086
|
* List of customer IDs to whom this price list applies.
|
|
46087
|
-
*
|
|
46087
|
+
* Mutually exclusive with regions and customer groups — only one option can be selected.
|
|
46088
46088
|
* If type is retail, this field should be hidden and not required.
|
|
46089
46089
|
* @default []
|
|
46090
46090
|
*/
|
|
@@ -46092,7 +46092,7 @@ export interface components {
|
|
|
46092
46092
|
/**
|
|
46093
46093
|
* Customergroups
|
|
46094
46094
|
* @description List of segmentation group IDs to which the price list applies, should be filtered by type customer.
|
|
46095
|
-
*
|
|
46095
|
+
* Mutually exclusive with regions and customers — only one option can be selected.
|
|
46096
46096
|
* If type is retail, this field should be hidden and not required.
|
|
46097
46097
|
* @default []
|
|
46098
46098
|
*/
|
|
@@ -47292,8 +47292,7 @@ export interface components {
|
|
|
47292
47292
|
* & document date is greater than or equal start date
|
|
47293
47293
|
* & document date is less than or equal end date if end date is not null
|
|
47294
47294
|
* & branch equals to {current branch id}
|
|
47295
|
-
* & regions equals to {customer region id}
|
|
47296
|
-
* & customers equals to {customer id} or customerGroups equals to {customer group id}
|
|
47295
|
+
* & regions equals to {customer region id} or customers equals to {customer id} or customerGroups equals to {customer group id}
|
|
47297
47296
|
*/
|
|
47298
47297
|
priceList?: string;
|
|
47299
47298
|
/**
|
|
@@ -49551,8 +49550,7 @@ export interface components {
|
|
|
49551
49550
|
* & document date is greater than or equal start date
|
|
49552
49551
|
* & document date is less than or equal end date if end date is not null
|
|
49553
49552
|
* & branch equals to {current branch id}
|
|
49554
|
-
* & regions equals to {customer region id}
|
|
49555
|
-
* & customers equals to {customer id} or customerGroups equals to {customer group id}
|
|
49553
|
+
* & regions equals to {customer region id} or customers equals to {customer id} or customerGroups equals to {customer group id}
|
|
49556
49554
|
*/
|
|
49557
49555
|
priceList?: string;
|
|
49558
49556
|
/**
|
|
@@ -51375,8 +51373,7 @@ export interface components {
|
|
|
51375
51373
|
* & document date is greater than or equal start date
|
|
51376
51374
|
* & document date is less than or equal end date if end date is not null
|
|
51377
51375
|
* & branch equals to {current branch id}
|
|
51378
|
-
* & regions equals to {customer region id}
|
|
51379
|
-
* & customers equals to {customer id} or customerGroups equals to {customer group id}
|
|
51376
|
+
* & regions equals to {customer region id} or customers equals to {customer id} or customerGroups equals to {customer group id}
|
|
51380
51377
|
*/
|
|
51381
51378
|
priceList?: string;
|
|
51382
51379
|
/**
|