@cxtms/cx-schema 1.9.246 → 1.9.247
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
|
@@ -74,8 +74,8 @@ Order GraphQL quick search (`orders(search:)` and `orderGroupBy(search:)`) match
|
|
|
74
74
|
| `orderCarriers` | `[OrderCarrier]` | |
|
|
75
75
|
| `dispatchRouteStopOrders` | `[DispatchRouteStopOrder]` | Stop membership links for this order; expand `dispatchRouteStop` to inspect route, stop status, or stop tracking events |
|
|
76
76
|
| `allTags` | `[OrderAllTagsView]` | View: all tags including from commodities |
|
|
77
|
-
| `allRelatedOrders` | `[OrderRelatedOrdersView]` |
|
|
78
|
-
| `relatedOrdersV3` | `[OrderRelatedOrdersV3View]` |
|
|
77
|
+
| `allRelatedOrders` | `[OrderRelatedOrdersView]` | Organization-scoped related orders backed by the kinship view; preferred filter/sort navigation, e.g. `allRelatedOrders[relatedOrder.orderType:BookingOrder].relatedOrder.trackingNumber` |
|
|
78
|
+
| `relatedOrdersV3` | `[OrderRelatedOrdersV3View]` | Compatibility navigation over the same relation for existing module paths |
|
|
79
79
|
| `relatedDispatchRoutes` | `[DispatchRoute]` | Routes linked through dispatch route stop order attachments; supports `filter` and `orderBy`; draft orders return an empty list |
|
|
80
80
|
| `attachmentsSummary` | `OrderAttachmentSummaryView?` | DB view: `.totalCount`, `.hasAny` (active attachments) |
|
|
81
81
|
| `notesSummary` | `OrderNoteSummaryView?` | DB view: `.totalCount`, `.hasAny` (non-deleted notes) |
|