@erp-galoper/types 1.0.1905 → 1.0.1906
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 +1 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -103170,7 +103170,7 @@ export interface operations {
|
|
|
103170
103170
|
regionIds?: number[] | null;
|
|
103171
103171
|
/** @description Show invoices unpaid as of this date */
|
|
103172
103172
|
asOfDate?: string | null;
|
|
103173
|
-
/** @description Filter by assigned sales
|
|
103173
|
+
/** @description Filter by sales person assigned on the sales invoice (SalesInvoice.salesPerson), not by customer assignment. Returns unpaid/partially paid invoices for that sales person across all customers, then groups results by each customer's region. */
|
|
103174
103174
|
salesPersonId?: string | null;
|
|
103175
103175
|
/** @description Filter by customer group using route api/v1/common/contact-segmentation/ and filter by type equals customer */
|
|
103176
103176
|
customerGroupIds?: string[] | null;
|