@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.
Files changed (2) hide show
  1. package/openapi.ts +3 -1
  2. 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 customer.id, branch, and approval status=approved or not_required
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1976",
3
+ "version": "1.0.1978",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],