From 208b76b5c76a5a2b117b06ec8fc3fa80ec84ec3d Mon Sep 17 00:00:00 2001 From: "blues-hub-automation[bot]" Date: Tue, 16 Jun 2026 20:55:21 +0000 Subject: [PATCH 1/2] beta: Beta OpenAPI file replicated from Notehub commit 31e1632 --- openapi.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index a3157ede..ceb46308 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1316,7 +1316,7 @@ paths: get: operationId: GetDeviceJourneys description: | - Get the list of journeys for a device, derived from `_track.qo` events. Returns journey metadata only (no event payloads). Capped at 100 most recent journeys; `has_more` is true when the cap is hit. + Get the list of journeys for a device, derived from events whose body contains `journey` and `jcount` fields. Returns journey metadata only (no event payloads). Capped at 100 most recent journeys; `has_more` is true when the cap is hit. parameters: - $ref: '#/components/parameters/projectOrProductUIDParam' - $ref: '#/components/parameters/deviceUIDParam' @@ -1342,7 +1342,7 @@ paths: format: date-time journey_id: description: | - Identifier of the journey, taken from the `journey` field on `_track.qo` events. This value is itself a Unix timestamp marking the start of the journey. + Identifier of the journey, taken from the numeric `journey` field in the event body. This value is itself a Unix timestamp marking the start of the journey. type: integer format: int64 start_date: @@ -1350,7 +1350,7 @@ paths: type: string format: date-time total_events: - description: The number of _track.qo events in the journey. + description: The number of events in the journey. type: integer format: int64 required: @@ -1375,14 +1375,14 @@ paths: get: operationId: GetDeviceJourney description: | - Get a single journey for a device along with its `_track.qo` events. The events array is paginated via `pageSize` / `pageNum`; use `journey.has_more` to detect additional pages. + Get a single journey for a device along with its events. The events array is paginated via `pageSize` / `pageNum`; use `journey.has_more` to detect additional pages. parameters: - $ref: '#/components/parameters/projectOrProductUIDParam' - $ref: '#/components/parameters/deviceUIDParam' - name: journeyID in: path description: | - Identifier of the journey, taken from the `journey` field on `_track.qo` events (a Unix timestamp marking the start of the journey). + Identifier of the journey, taken from the numeric `journey` field in the event body (a Unix timestamp marking the start of the journey). required: true schema: type: integer @@ -1402,7 +1402,7 @@ paths: type: string format: date-time journey: - description: Paginated `_track.qo` events for the journey. + description: Paginated events for the journey. type: object properties: events: From e84dbc918f641553c14e14def3cdbefd6cac01e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Jun 2026 20:56:32 +0000 Subject: [PATCH 2/2] Update project version to 6.4.0-beta.7 [skip ci] --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index e048852b..6619a506 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,7 @@ "licenseName": "MIT", "moduleName": "NotehubJs", "npmRepository": "https://registry.npmjs.org", - "projectVersion": "6.4.0", + "projectVersion": "6.4.0-beta.7", "sourceFolder": "src", "usePromises": true }