@erp-galoper/types 1.0.1976 → 1.0.1978
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 +3 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -56776,7 +56776,9 @@ export interface components {
|
|
|
56776
56776
|
/**
|
|
56777
56777
|
* Repairorder
|
|
56778
56778
|
* Format: uuid
|
|
56779
|
-
* @description get repair orders filtered by
|
|
56779
|
+
* @description - get repair orders filtered by branch
|
|
56780
|
+
* - invoice customer must be one of the debtor children of the repair order parent customer
|
|
56781
|
+
* (get from /api/v1/customers/?type=children filtered by parent equal to repair order customer parent)
|
|
56780
56782
|
*/
|
|
56781
56783
|
repairOrder?: string;
|
|
56782
56784
|
/**
|