@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cxtms/cx-schema",
3
- "version": "1.9.246",
3
+ "version": "1.9.247",
4
4
  "description": "Schema validation package for CXTMS YAML modules",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -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]` | Orders sharing commodities |
78
- | `relatedOrdersV3` | `[OrderRelatedOrdersV3View]` | Filter/sort navigation backed by the non-recursive V3 view; use paths such as `relatedOrdersV3[relatedOrder.orderType:BookingOrder].relatedOrder.trackingNumber` |
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) |