@north-light/crouter-api 0.3.224 → 0.3.226
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/dist/api/dto/inbox.d.ts +1 -0
- package/package.json +1 -1
package/dist/api/dto/inbox.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ export interface PageTicketSummaryDTO {
|
|
|
44
44
|
emitted_at: IsoTime;
|
|
45
45
|
source: TicketSourceDTO;
|
|
46
46
|
slot_kinds: string[];
|
|
47
|
+
/** The ticket is waiting on the person: it asks something, or an agent bridge is parked on its reply. Not a writability gate — any pending, non-passive ticket accepts a response. */
|
|
47
48
|
awaits_response: boolean;
|
|
48
49
|
/** Omitted when no question recommends an option. */
|
|
49
50
|
recommended_options?: RecommendedOptionDTO[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@north-light/crouter-api",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.226",
|
|
4
4
|
"description": "Typed crtrd /v1 API contract — DTOs, route builders, the error contract, and the CrtrClient. Zero runtime dependencies.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/api/index.js",
|