@cxtms/cx-schema 1.9.241 → 1.9.242
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/package.json
CHANGED
|
@@ -118,6 +118,8 @@ These are virtual fields that filter `orderEntities` by type:
|
|
|
118
118
|
| `getModeOfTransportation(idPropertyName)` | `ModeOfTransportation` | |
|
|
119
119
|
| `getCustomCode(idPropertyName)` | `CustomCode` | |
|
|
120
120
|
| `getRelatedOrderByProperty(idPropertyName)` | `Order` | Resolve related order from `customValues[idPropertyName]` |
|
|
121
|
+
| `relatedOrdersV3(filter?, orderBy?)` | `[Order]` | Related orders resolved through `fn_order_related_orders`; scoped to the current organization |
|
|
122
|
+
| `relatedOrderV3(filter?, orderBy?)` | `Order` | First V3 related order after filtering and sorting |
|
|
121
123
|
| `relatedDispatchRoutes(filter, orderBy)` | `[DispatchRoute]` | Routes linked through dispatch route stop order attachments; draft orders return an empty list |
|
|
122
124
|
| `getCharge(chargeDescription)` | `Charge` | Single charge by description |
|
|
123
125
|
| `getChargesByChargeType(chargeType)` | `[Charge]` | Charges filtered by type |
|