@chrt-inc/typescript-sdk 1.772.0 → 1.787.0
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/README.md +13 -10
- package/dist/cjs/Client.d.ts +3 -0
- package/dist/cjs/Client.js +31 -26
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +35 -0
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +133 -0
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.ts +23 -0
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.ts +24 -0
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/flights/client/Client.d.ts +52 -0
- package/dist/cjs/api/resources/flights/client/Client.js +135 -0
- package/dist/cjs/api/resources/flights/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/flights/client/index.js +17 -0
- package/dist/cjs/api/resources/flights/client/requests/FlightConnectionsSearchReq.d.ts +45 -0
- package/dist/cjs/api/resources/flights/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/flights/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/flights/index.d.ts +1 -0
- package/dist/cjs/api/resources/flights/index.js +17 -0
- package/dist/cjs/api/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/index.js +3 -1
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.d.ts +47 -10
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.js +149 -17
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientCreate1.d.ts +1 -1
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListReorderEntries1.d.ts +1 -1
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +19 -1
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +71 -1
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksBulkUpdateDeadlinesReq1.d.ts +16 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.js +11 -3
- package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriversListV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.ts +4 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +1 -0
- package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +29 -24
- package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +54 -51
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.ts +0 -2
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionSetFlightInfoReq1.d.ts +24 -0
- package/dist/{esm/api/resources/tracking/resources/sessions/client/requests/SessionsSyncFlightStatusV1Request.d.mts → cjs/api/resources/tracking/resources/sessions/client/requests/SessionsFlightLegsV1Request.d.ts} +1 -1
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionsFlightTrackV1Request.d.ts +14 -0
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionsListV1Request.d.ts +0 -3
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/index.d.ts +3 -3
- package/dist/cjs/api/types/AlertCallback.d.ts +7 -0
- package/dist/cjs/api/types/AlertCallback.js +5 -0
- package/dist/cjs/api/types/AlertEvent.d.ts +6 -0
- package/dist/cjs/api/types/AlertEvent.js +5 -0
- package/dist/cjs/api/types/AlertMessage.d.ts +10 -0
- package/dist/cjs/api/types/AlertMessage.js +5 -0
- package/dist/cjs/api/types/AlertNameValue.d.ts +7 -0
- package/dist/cjs/api/types/AlertNameValue.js +5 -0
- package/dist/cjs/api/types/AlertNameValues.d.ts +7 -0
- package/dist/cjs/api/types/AlertNameValues.js +5 -0
- package/dist/cjs/api/types/AlertRuleEnvelope.d.ts +7 -0
- package/dist/cjs/api/types/AlertRuleEnvelope.js +5 -0
- package/dist/cjs/api/types/CiriumAirportResources.d.ts +9 -0
- package/dist/cjs/api/types/CiriumAirportResources.js +5 -0
- package/dist/cjs/api/types/CiriumDate.d.ts +6 -0
- package/dist/cjs/api/types/CiriumDate.js +5 -0
- package/dist/cjs/api/types/{FlightAwareWebhookResponse.d.ts → CiriumFlightAlertsWebhookResponse.d.ts} +1 -1
- package/dist/cjs/api/types/CiriumFlightAlertsWebhookResponse.js +5 -0
- package/dist/cjs/api/types/CiriumFlightStatus.d.ts +15 -0
- package/dist/cjs/api/types/CiriumFlightStatus.js +5 -0
- package/dist/cjs/api/types/CiriumOperationalTimes.d.ts +17 -0
- package/dist/cjs/api/types/CiriumOperationalTimes.js +5 -0
- package/dist/cjs/api/types/ConnectionSearchByEnum.d.ts +8 -0
- package/dist/cjs/api/types/ConnectionSearchByEnum.js +10 -0
- package/dist/cjs/api/types/ConnectionSearchPreferenceEnum.d.ts +8 -0
- package/dist/cjs/api/types/ConnectionSearchPreferenceEnum.js +10 -0
- package/dist/cjs/api/types/Driver1.d.ts +0 -1
- package/dist/cjs/api/types/DriverListRes.d.ts +1 -1
- package/dist/cjs/api/types/DriverWithActiveTaskGroupIds1.d.ts +35 -0
- package/dist/cjs/api/types/DriverWithActiveTaskGroupIds1.js +5 -0
- package/dist/cjs/api/types/FlightConnection.d.ts +10 -0
- package/dist/cjs/api/types/FlightConnection.js +5 -0
- package/dist/cjs/api/types/FlightConnectionLeg.d.ts +22 -0
- package/dist/cjs/api/types/FlightConnectionLeg.js +5 -0
- package/dist/cjs/api/types/FlightConnectionsSearchRes.d.ts +7 -0
- package/dist/cjs/api/types/FlightConnectionsSearchRes.js +5 -0
- package/dist/cjs/api/types/FlightLeg1.d.ts +3 -2
- package/dist/cjs/api/types/LineItem1.d.ts +1 -0
- package/dist/cjs/api/types/OperationsTaskDeadlineUpdate1.d.ts +7 -0
- package/dist/cjs/api/types/OperationsTaskDeadlineUpdate1.js +5 -0
- package/dist/cjs/api/types/OperationsTaskListEntry1.d.ts +4 -12
- package/dist/cjs/api/types/OperationsTaskListEntryClientCreate1.d.ts +15 -0
- package/dist/cjs/api/types/OperationsTaskListEntryClientCreate1.js +5 -0
- package/dist/cjs/api/types/OperationsTaskListRemoveFromCaseRes1.d.ts +1 -1
- package/dist/cjs/api/types/OperationsTaskStatusEnum.d.ts +2 -1
- package/dist/cjs/api/types/OperationsTaskStatusEnum.js +1 -0
- package/dist/cjs/api/types/OperationsTasksBulkUpdateDeadlinesRes1.d.ts +7 -0
- package/dist/cjs/api/types/OperationsTasksBulkUpdateDeadlinesRes1.js +5 -0
- package/dist/cjs/api/types/OrderBuilderReq.d.ts +2 -0
- package/dist/cjs/api/types/OrderDraftValidationRequirements.d.ts +1 -0
- package/dist/cjs/api/types/OrderManifestValidationRequirements.d.ts +1 -0
- package/dist/cjs/api/types/OrderTemplate1.d.ts +1 -0
- package/dist/cjs/api/types/OrderTemplateCore1.d.ts +1 -0
- package/dist/cjs/api/types/OrgMembersAndDrivers.d.ts +1 -1
- package/dist/cjs/api/types/Session1.d.ts +3 -6
- package/dist/cjs/api/types/index.d.ts +20 -4
- package/dist/cjs/api/types/index.js +20 -4
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +3 -0
- package/dist/esm/Client.mjs +7 -2
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +35 -0
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +133 -0
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.mts +23 -0
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +24 -0
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/flights/client/Client.d.mts +52 -0
- package/dist/esm/api/resources/flights/client/Client.mjs +98 -0
- package/dist/esm/api/resources/flights/client/index.d.mts +2 -0
- package/dist/esm/api/resources/flights/client/index.mjs +1 -0
- package/dist/esm/api/resources/flights/client/requests/FlightConnectionsSearchReq.d.mts +45 -0
- package/dist/esm/api/resources/flights/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/flights/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/flights/index.d.mts +1 -0
- package/dist/esm/api/resources/flights/index.mjs +1 -0
- package/dist/esm/api/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/index.mjs +2 -0
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.d.mts +47 -10
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.mjs +149 -17
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientCreate1.d.mts +1 -1
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListReorderEntries1.d.mts +1 -1
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.mts +0 -1
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +19 -1
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +71 -1
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksBulkUpdateDeadlinesReq1.d.mts +16 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/drivers/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/shipping/resources/drivers/client/Client.mjs +11 -3
- package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriversListV1Request.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.mts +4 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +1 -0
- package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +29 -24
- package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +54 -51
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.mts +0 -2
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionSetFlightInfoReq1.d.mts +24 -0
- package/dist/{cjs/api/resources/tracking/resources/sessions/client/requests/SessionsSyncFlightStatusV1Request.d.ts → esm/api/resources/tracking/resources/sessions/client/requests/SessionsFlightLegsV1Request.d.mts} +1 -1
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsFlightTrackV1Request.d.mts +14 -0
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsListV1Request.d.mts +0 -3
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/index.d.mts +3 -3
- package/dist/esm/api/types/AlertCallback.d.mts +7 -0
- package/dist/esm/api/types/AlertCallback.mjs +4 -0
- package/dist/esm/api/types/AlertEvent.d.mts +6 -0
- package/dist/esm/api/types/AlertEvent.mjs +4 -0
- package/dist/esm/api/types/AlertMessage.d.mts +10 -0
- package/dist/esm/api/types/AlertMessage.mjs +4 -0
- package/dist/esm/api/types/AlertNameValue.d.mts +7 -0
- package/dist/esm/api/types/AlertNameValue.mjs +4 -0
- package/dist/esm/api/types/AlertNameValues.d.mts +7 -0
- package/dist/esm/api/types/AlertNameValues.mjs +4 -0
- package/dist/esm/api/types/AlertRuleEnvelope.d.mts +7 -0
- package/dist/esm/api/types/AlertRuleEnvelope.mjs +4 -0
- package/dist/esm/api/types/CiriumAirportResources.d.mts +9 -0
- package/dist/esm/api/types/CiriumAirportResources.mjs +4 -0
- package/dist/esm/api/types/CiriumDate.d.mts +6 -0
- package/dist/esm/api/types/CiriumDate.mjs +4 -0
- package/dist/esm/api/types/{FlightAwareWebhookResponse.d.mts → CiriumFlightAlertsWebhookResponse.d.mts} +1 -1
- package/dist/esm/api/types/CiriumFlightAlertsWebhookResponse.mjs +4 -0
- package/dist/esm/api/types/CiriumFlightStatus.d.mts +15 -0
- package/dist/esm/api/types/CiriumFlightStatus.mjs +4 -0
- package/dist/esm/api/types/CiriumOperationalTimes.d.mts +17 -0
- package/dist/esm/api/types/CiriumOperationalTimes.mjs +4 -0
- package/dist/esm/api/types/ConnectionSearchByEnum.d.mts +8 -0
- package/dist/esm/api/types/ConnectionSearchByEnum.mjs +7 -0
- package/dist/esm/api/types/ConnectionSearchPreferenceEnum.d.mts +8 -0
- package/dist/esm/api/types/ConnectionSearchPreferenceEnum.mjs +7 -0
- package/dist/esm/api/types/Driver1.d.mts +0 -1
- package/dist/esm/api/types/DriverListRes.d.mts +1 -1
- package/dist/esm/api/types/DriverWithActiveTaskGroupIds1.d.mts +35 -0
- package/dist/esm/api/types/DriverWithActiveTaskGroupIds1.mjs +4 -0
- package/dist/esm/api/types/FlightConnection.d.mts +10 -0
- package/dist/esm/api/types/FlightConnection.mjs +4 -0
- package/dist/esm/api/types/FlightConnectionLeg.d.mts +22 -0
- package/dist/esm/api/types/FlightConnectionLeg.mjs +4 -0
- package/dist/esm/api/types/FlightConnectionsSearchRes.d.mts +7 -0
- package/dist/esm/api/types/FlightConnectionsSearchRes.mjs +4 -0
- package/dist/esm/api/types/FlightLeg1.d.mts +3 -2
- package/dist/esm/api/types/LineItem1.d.mts +1 -0
- package/dist/esm/api/types/OperationsTaskDeadlineUpdate1.d.mts +7 -0
- package/dist/esm/api/types/OperationsTaskDeadlineUpdate1.mjs +4 -0
- package/dist/esm/api/types/OperationsTaskListEntry1.d.mts +4 -12
- package/dist/esm/api/types/OperationsTaskListEntryClientCreate1.d.mts +15 -0
- package/dist/esm/api/types/OperationsTaskListEntryClientCreate1.mjs +4 -0
- package/dist/esm/api/types/OperationsTaskListRemoveFromCaseRes1.d.mts +1 -1
- package/dist/esm/api/types/OperationsTaskStatusEnum.d.mts +2 -1
- package/dist/esm/api/types/OperationsTaskStatusEnum.mjs +1 -0
- package/dist/esm/api/types/OperationsTasksBulkUpdateDeadlinesRes1.d.mts +7 -0
- package/dist/esm/api/types/OperationsTasksBulkUpdateDeadlinesRes1.mjs +4 -0
- package/dist/esm/api/types/OrderBuilderReq.d.mts +2 -0
- package/dist/esm/api/types/OrderDraftValidationRequirements.d.mts +1 -0
- package/dist/esm/api/types/OrderManifestValidationRequirements.d.mts +1 -0
- package/dist/esm/api/types/OrderTemplate1.d.mts +1 -0
- package/dist/esm/api/types/OrderTemplateCore1.d.mts +1 -0
- package/dist/esm/api/types/OrgMembersAndDrivers.d.mts +1 -1
- package/dist/esm/api/types/Session1.d.mts +3 -6
- package/dist/esm/api/types/index.d.mts +20 -4
- package/dist/esm/api/types/index.mjs +20 -4
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +472 -32
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListSetEntries1.d.ts +0 -11
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionAddFlightReq1.d.ts +0 -16
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionRemoveFlightReq1.d.ts +0 -16
- package/dist/cjs/api/types/FlightAwareAlertFlight.d.ts +0 -16
- package/dist/cjs/api/types/FlightAwareAlertPayload.d.ts +0 -17
- package/dist/cjs/api/types/FlightStatusEnum.d.ts +0 -14
- package/dist/cjs/api/types/FlightStatusEnum.js +0 -16
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListSetEntries1.d.mts +0 -11
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionAddFlightReq1.d.mts +0 -16
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionRemoveFlightReq1.d.mts +0 -16
- package/dist/esm/api/types/FlightAwareAlertFlight.d.mts +0 -16
- package/dist/esm/api/types/FlightAwareAlertPayload.d.mts +0 -17
- package/dist/esm/api/types/FlightStatusEnum.d.mts +0 -14
- package/dist/esm/api/types/FlightStatusEnum.mjs +0 -13
- /package/dist/cjs/api/resources/{operations/resources/operationsTaskLists/client/requests/OperationsTaskListSetEntries1.js → billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.js} +0 -0
- /package/dist/cjs/api/resources/{tracking/resources/sessions/client/requests/SessionAddFlightReq1.js → billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.js} +0 -0
- /package/dist/cjs/api/resources/{tracking/resources/sessions/client/requests/SessionRemoveFlightReq1.js → flights/client/requests/FlightConnectionsSearchReq.js} +0 -0
- /package/dist/cjs/api/resources/{tracking/resources/sessions/client/requests/SessionsSyncFlightStatusV1Request.js → operations/resources/operationsTasks/client/requests/OperationsTasksBulkUpdateDeadlinesReq1.js} +0 -0
- /package/dist/cjs/api/{types/FlightAwareAlertFlight.js → resources/tracking/resources/sessions/client/requests/SessionSetFlightInfoReq1.js} +0 -0
- /package/dist/cjs/api/{types/FlightAwareAlertPayload.js → resources/tracking/resources/sessions/client/requests/SessionsFlightLegsV1Request.js} +0 -0
- /package/dist/cjs/api/{types/FlightAwareWebhookResponse.js → resources/tracking/resources/sessions/client/requests/SessionsFlightTrackV1Request.js} +0 -0
- /package/dist/esm/api/resources/{operations/resources/operationsTaskLists/client/requests/OperationsTaskListSetEntries1.mjs → billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.mjs} +0 -0
- /package/dist/esm/api/resources/{tracking/resources/sessions/client/requests/SessionAddFlightReq1.mjs → billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.mjs} +0 -0
- /package/dist/esm/api/resources/{tracking/resources/sessions/client/requests/SessionRemoveFlightReq1.mjs → flights/client/requests/FlightConnectionsSearchReq.mjs} +0 -0
- /package/dist/esm/api/resources/{tracking/resources/sessions/client/requests/SessionsSyncFlightStatusV1Request.mjs → operations/resources/operationsTasks/client/requests/OperationsTasksBulkUpdateDeadlinesReq1.mjs} +0 -0
- /package/dist/esm/api/{types/FlightAwareAlertFlight.mjs → resources/tracking/resources/sessions/client/requests/SessionSetFlightInfoReq1.mjs} +0 -0
- /package/dist/esm/api/{types/FlightAwareAlertPayload.mjs → resources/tracking/resources/sessions/client/requests/SessionsFlightLegsV1Request.mjs} +0 -0
- /package/dist/esm/api/{types/FlightAwareWebhookResponse.mjs → resources/tracking/resources/sessions/client/requests/SessionsFlightTrackV1Request.mjs} +0 -0
|
@@ -51,7 +51,6 @@ export class Sessions {
|
|
|
51
51
|
* filter_device_id: "filter_device_id",
|
|
52
52
|
* filter_off_chrt_reference_id: "filter_off_chrt_reference_id",
|
|
53
53
|
* filter_flight_number: "filter_flight_number",
|
|
54
|
-
* filter_fa_flight_id: "filter_fa_flight_id",
|
|
55
54
|
* filter_flight_loaded_status: "filter_flight_loaded_status",
|
|
56
55
|
* filter_has_last_seen: true,
|
|
57
56
|
* filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
@@ -70,7 +69,7 @@ export class Sessions {
|
|
|
70
69
|
__listV1() {
|
|
71
70
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
72
71
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
73
|
-
const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, org_scope: orgScope, filter_terminated: filterTerminated, filter_public: filterPublic, filter_device_id: filterDeviceId, filter_off_chrt_reference_id: filterOffChrtReferenceId, filter_flight_number: filterFlightNumber,
|
|
72
|
+
const { sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, search, org_scope: orgScope, filter_terminated: filterTerminated, filter_public: filterPublic, filter_device_id: filterDeviceId, filter_off_chrt_reference_id: filterOffChrtReferenceId, filter_flight_number: filterFlightNumber, filter_flight_loaded_status: filterFlightLoadedStatus, filter_has_last_seen: filterHasLastSeen, filter_created_at_timestamp_gte: filterCreatedAtTimestampGte, filter_created_at_timestamp_lte: filterCreatedAtTimestampLte, filter_last_seen_at_timestamp_gte: filterLastSeenAtTimestampGte, filter_last_seen_at_timestamp_lte: filterLastSeenAtTimestampLte, filter_termination_scheduled_for_timestamp_gte: filterTerminationScheduledForTimestampGte, filter_termination_scheduled_for_timestamp_lte: filterTerminationScheduledForTimestampLte, filter_terminated_at_timestamp_gte: filterTerminatedAtTimestampGte, filter_terminated_at_timestamp_lte: filterTerminatedAtTimestampLte, } = request;
|
|
74
73
|
const _queryParams = {};
|
|
75
74
|
if (sortBy !== undefined) {
|
|
76
75
|
_queryParams["sort_by"] = sortBy;
|
|
@@ -105,9 +104,6 @@ export class Sessions {
|
|
|
105
104
|
if (filterFlightNumber !== undefined) {
|
|
106
105
|
_queryParams["filter_flight_number"] = filterFlightNumber;
|
|
107
106
|
}
|
|
108
|
-
if (filterFaFlightId !== undefined) {
|
|
109
|
-
_queryParams["filter_fa_flight_id"] = filterFaFlightId;
|
|
110
|
-
}
|
|
111
107
|
if (filterFlightLoadedStatus !== undefined) {
|
|
112
108
|
_queryParams["filter_flight_loaded_status"] = filterFlightLoadedStatus;
|
|
113
109
|
}
|
|
@@ -317,7 +313,7 @@ export class Sessions {
|
|
|
317
313
|
});
|
|
318
314
|
}
|
|
319
315
|
/**
|
|
320
|
-
* Creates a new tracking session for a device and automatically starts recording data points. The caller must be the device owner or belong to an org the device is shared with. The device owner remains the session owner (org_id). The device's shared_with_org_ids are copied to the session. The device must not have an active session. Optionally seed a destination geofence (location + radius) to fire a destination geofence entered notification. Auto-termination is scheduled for ~1 week out at 8 PM PT. Prevent auto termination with `no_auto_termination=True` | auth: api_key | (SessionClientCreate1) -> (PydanticObjectId)
|
|
316
|
+
* Creates a new tracking session for a device and automatically starts recording data points. The caller must be the device owner or belong to an org the device is shared with. The device owner remains the session owner (org_id). The device's shared_with_org_ids are copied to the session. The device must not have an active session. Optionally seed a destination geofence (location + radius) to fire a destination geofence entered notification; attach flights afterwards via set_flight_info. Auto-termination is scheduled for ~1 week out at 8 PM PT. Prevent auto termination with `no_auto_termination=True` | auth: api_key | (SessionClientCreate1) -> (PydanticObjectId)
|
|
321
317
|
*
|
|
322
318
|
* @param {Chrt.tracking.SessionClientCreate1} request
|
|
323
319
|
* @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -520,7 +516,7 @@ export class Sessions {
|
|
|
520
516
|
});
|
|
521
517
|
}
|
|
522
518
|
/**
|
|
523
|
-
* Terminates a session. Moves device.active_session_id to device.past_session_ids. | auth: api_key | () -> (bool)
|
|
519
|
+
* Terminates a session. Moves device.active_session_id to device.past_session_ids and deactivates the device. | auth: api_key | () -> (bool)
|
|
524
520
|
*
|
|
525
521
|
* @param {Chrt.tracking.SessionsTerminateV1Request} request
|
|
526
522
|
* @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -584,35 +580,33 @@ export class Sessions {
|
|
|
584
580
|
});
|
|
585
581
|
}
|
|
586
582
|
/**
|
|
587
|
-
*
|
|
583
|
+
* Returns the session's flight legs in order, with Cirium-sourced status lazily resolved and refreshed on read. Access restricted to the caller's organization or shared organizations. | auth: api_key | authz: min_org_role=operator | () -> (list[FlightLeg1])
|
|
588
584
|
*
|
|
589
|
-
* @param {Chrt.tracking.
|
|
585
|
+
* @param {Chrt.tracking.SessionsFlightLegsV1Request} request
|
|
590
586
|
* @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
|
|
591
587
|
*
|
|
592
588
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
593
589
|
*
|
|
594
590
|
* @example
|
|
595
|
-
* await client.tracking.sessions.
|
|
596
|
-
* session_id: "session_id"
|
|
597
|
-
* flight_number: "flight_number",
|
|
598
|
-
* fa_flight_ids: ["fa_flight_ids"]
|
|
591
|
+
* await client.tracking.sessions.flightLegsV1({
|
|
592
|
+
* session_id: "session_id"
|
|
599
593
|
* })
|
|
600
594
|
*/
|
|
601
|
-
|
|
602
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
595
|
+
flightLegsV1(request, requestOptions) {
|
|
596
|
+
return core.HttpResponsePromise.fromPromise(this.__flightLegsV1(request, requestOptions));
|
|
603
597
|
}
|
|
604
|
-
|
|
598
|
+
__flightLegsV1(request, requestOptions) {
|
|
605
599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
606
600
|
var _a, _b, _c, _d;
|
|
601
|
+
const { session_id: sessionId } = request;
|
|
602
|
+
const _queryParams = {};
|
|
603
|
+
_queryParams["session_id"] = sessionId;
|
|
607
604
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
608
605
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
609
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "tracking/sessions/
|
|
610
|
-
method: "
|
|
606
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "tracking/sessions/flight_legs/v1"),
|
|
607
|
+
method: "GET",
|
|
611
608
|
headers: _headers,
|
|
612
|
-
|
|
613
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
614
|
-
requestType: "json",
|
|
615
|
-
body: request,
|
|
609
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
616
610
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
617
611
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
618
612
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -640,7 +634,7 @@ export class Sessions {
|
|
|
640
634
|
rawResponse: _response.rawResponse,
|
|
641
635
|
});
|
|
642
636
|
case "timeout":
|
|
643
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
637
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /tracking/sessions/flight_legs/v1.");
|
|
644
638
|
case "unknown":
|
|
645
639
|
throw new errors.ChrtError({
|
|
646
640
|
message: _response.error.errorMessage,
|
|
@@ -650,35 +644,35 @@ export class Sessions {
|
|
|
650
644
|
});
|
|
651
645
|
}
|
|
652
646
|
/**
|
|
653
|
-
*
|
|
647
|
+
* Returns the Cirium-sourced positional track for one of the session's flight legs — the live breadcrumb trail plus the planned path (waypoints + legacy route) — cached on read. Access restricted to the caller's organization or shared organizations. | auth: api_key | authz: min_org_role=operator | () -> (FlightTrackRes)
|
|
654
648
|
*
|
|
655
|
-
* @param {Chrt.tracking.
|
|
649
|
+
* @param {Chrt.tracking.SessionsFlightTrackV1Request} request
|
|
656
650
|
* @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
|
|
657
651
|
*
|
|
658
652
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
659
653
|
*
|
|
660
654
|
* @example
|
|
661
|
-
* await client.tracking.sessions.
|
|
655
|
+
* await client.tracking.sessions.flightTrackV1({
|
|
662
656
|
* session_id: "session_id",
|
|
663
|
-
*
|
|
664
|
-
* fa_flight_ids: ["fa_flight_ids"]
|
|
657
|
+
* flight_leg_id: "flight_leg_id"
|
|
665
658
|
* })
|
|
666
659
|
*/
|
|
667
|
-
|
|
668
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
660
|
+
flightTrackV1(request, requestOptions) {
|
|
661
|
+
return core.HttpResponsePromise.fromPromise(this.__flightTrackV1(request, requestOptions));
|
|
669
662
|
}
|
|
670
|
-
|
|
663
|
+
__flightTrackV1(request, requestOptions) {
|
|
671
664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
672
665
|
var _a, _b, _c, _d;
|
|
666
|
+
const { session_id: sessionId, flight_leg_id: flightLegId } = request;
|
|
667
|
+
const _queryParams = {};
|
|
668
|
+
_queryParams["session_id"] = sessionId;
|
|
669
|
+
_queryParams["flight_leg_id"] = flightLegId;
|
|
673
670
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
674
671
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
675
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "tracking/sessions/
|
|
676
|
-
method: "
|
|
672
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "tracking/sessions/flight_track/v1"),
|
|
673
|
+
method: "GET",
|
|
677
674
|
headers: _headers,
|
|
678
|
-
|
|
679
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
680
|
-
requestType: "json",
|
|
681
|
-
body: request,
|
|
675
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
682
676
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
683
677
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
684
678
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -706,7 +700,7 @@ export class Sessions {
|
|
|
706
700
|
rawResponse: _response.rawResponse,
|
|
707
701
|
});
|
|
708
702
|
case "timeout":
|
|
709
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
703
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /tracking/sessions/flight_track/v1.");
|
|
710
704
|
case "unknown":
|
|
711
705
|
throw new errors.ChrtError({
|
|
712
706
|
message: _response.error.errorMessage,
|
|
@@ -716,33 +710,42 @@ export class Sessions {
|
|
|
716
710
|
});
|
|
717
711
|
}
|
|
718
712
|
/**
|
|
719
|
-
*
|
|
713
|
+
* Replaces the session's followed flights: deletes the existing session-owned FlightLeg documents and creates new ones from the supplied flight details. Each leg's Cirium flightId and status resolve lazily on read. Pass an empty list to clear all flights. | auth: api_key | authz: min_org_role=operator | (SessionSetFlightInfoReq1) -> (bool)
|
|
720
714
|
*
|
|
721
|
-
* @param {Chrt.tracking.
|
|
715
|
+
* @param {Chrt.tracking.SessionSetFlightInfoReq1} request
|
|
722
716
|
* @param {Sessions.RequestOptions} requestOptions - Request-specific configuration.
|
|
723
717
|
*
|
|
724
718
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
725
719
|
*
|
|
726
720
|
* @example
|
|
727
|
-
* await client.tracking.sessions.
|
|
728
|
-
* session_id: "session_id"
|
|
721
|
+
* await client.tracking.sessions.setFlightInfoV1({
|
|
722
|
+
* session_id: "session_id",
|
|
723
|
+
* flight_legs: [{
|
|
724
|
+
* schema_version: 1,
|
|
725
|
+
* flight_number: "flight_number",
|
|
726
|
+
* provenance: "manual",
|
|
727
|
+
* origin_iata: "origin_iata",
|
|
728
|
+
* destination_iata: "destination_iata",
|
|
729
|
+
* scheduled_departure_utc: "2024-01-15T09:30:00Z",
|
|
730
|
+
* carrier_iata: "carrier_iata"
|
|
731
|
+
* }]
|
|
729
732
|
* })
|
|
730
733
|
*/
|
|
731
|
-
|
|
732
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
734
|
+
setFlightInfoV1(request, requestOptions) {
|
|
735
|
+
return core.HttpResponsePromise.fromPromise(this.__setFlightInfoV1(request, requestOptions));
|
|
733
736
|
}
|
|
734
|
-
|
|
737
|
+
__setFlightInfoV1(request, requestOptions) {
|
|
735
738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
736
739
|
var _a, _b, _c, _d;
|
|
737
|
-
const { session_id: sessionId } = request;
|
|
738
|
-
const _queryParams = {};
|
|
739
|
-
_queryParams["session_id"] = sessionId;
|
|
740
740
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
741
741
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
742
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "tracking/sessions/
|
|
742
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, "tracking/sessions/set_flight_info/v1"),
|
|
743
743
|
method: "POST",
|
|
744
744
|
headers: _headers,
|
|
745
|
-
|
|
745
|
+
contentType: "application/json",
|
|
746
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
747
|
+
requestType: "json",
|
|
748
|
+
body: request,
|
|
746
749
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
747
750
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
748
751
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -770,7 +773,7 @@ export class Sessions {
|
|
|
770
773
|
rawResponse: _response.rawResponse,
|
|
771
774
|
});
|
|
772
775
|
case "timeout":
|
|
773
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/
|
|
776
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /tracking/sessions/set_flight_info/v1.");
|
|
774
777
|
case "unknown":
|
|
775
778
|
throw new errors.ChrtError({
|
|
776
779
|
message: _response.error.errorMessage,
|
|
@@ -20,8 +20,6 @@ export interface SessionClientCreate1 {
|
|
|
20
20
|
public?: boolean;
|
|
21
21
|
off_chrt_shipper_org_id?: string | null;
|
|
22
22
|
termination_scheduled_for_timestamp?: string | null;
|
|
23
|
-
flight_numbers?: string[];
|
|
24
|
-
fa_flight_ids?: string[];
|
|
25
23
|
destination_geofence_location?: Chrt.LocationFeature | null;
|
|
26
24
|
destination_geofence_radius_miles?: number;
|
|
27
25
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../../../../../../index.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* session_id: "session_id",
|
|
9
|
+
* flight_legs: [{
|
|
10
|
+
* schema_version: 1,
|
|
11
|
+
* flight_number: "flight_number",
|
|
12
|
+
* provenance: "manual",
|
|
13
|
+
* origin_iata: "origin_iata",
|
|
14
|
+
* destination_iata: "destination_iata",
|
|
15
|
+
* scheduled_departure_utc: "2024-01-15T09:30:00Z",
|
|
16
|
+
* carrier_iata: "carrier_iata"
|
|
17
|
+
* }]
|
|
18
|
+
* }
|
|
19
|
+
*/
|
|
20
|
+
export interface SessionSetFlightInfoReq1 {
|
|
21
|
+
session_id: string;
|
|
22
|
+
/** Ordered list of flights to follow for the session. Replaces any existing flight legs. Pass an empty list to clear all flight legs. */
|
|
23
|
+
flight_legs: Chrt.FlightLegClientCreate1[];
|
|
24
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {
|
|
7
|
+
* session_id: "session_id",
|
|
8
|
+
* flight_leg_id: "flight_leg_id"
|
|
9
|
+
* }
|
|
10
|
+
*/
|
|
11
|
+
export interface SessionsFlightTrackV1Request {
|
|
12
|
+
session_id: string;
|
|
13
|
+
flight_leg_id: string;
|
|
14
|
+
}
|
|
@@ -16,7 +16,6 @@ import * as Chrt from "../../../../../../index.mjs";
|
|
|
16
16
|
* filter_device_id: "filter_device_id",
|
|
17
17
|
* filter_off_chrt_reference_id: "filter_off_chrt_reference_id",
|
|
18
18
|
* filter_flight_number: "filter_flight_number",
|
|
19
|
-
* filter_fa_flight_id: "filter_fa_flight_id",
|
|
20
19
|
* filter_flight_loaded_status: "filter_flight_loaded_status",
|
|
21
20
|
* filter_has_last_seen: true,
|
|
22
21
|
* filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
@@ -50,8 +49,6 @@ export interface SessionsListV1Request {
|
|
|
50
49
|
filter_off_chrt_reference_id?: string | null;
|
|
51
50
|
/** Filter by flight number (exact match) */
|
|
52
51
|
filter_flight_number?: string | null;
|
|
53
|
-
/** Filter by FlightAware flight ID (exact match) */
|
|
54
|
-
filter_fa_flight_id?: string | null;
|
|
55
52
|
/** Filter by flight loaded status (exact match) */
|
|
56
53
|
filter_flight_loaded_status?: string | null;
|
|
57
54
|
/** Filter by whether both last_seen_at_location and last_seen_at_timestamp are set */
|
|
@@ -5,6 +5,6 @@ export { type SessionClientCreate1 } from "./SessionClientCreate1.mjs";
|
|
|
5
5
|
export { type SessionClientUpdate1 } from "./SessionClientUpdate1.mjs";
|
|
6
6
|
export { type SessionsUpdateSharedOrgsReq1 } from "./SessionsUpdateSharedOrgsReq1.mjs";
|
|
7
7
|
export { type SessionsTerminateV1Request } from "./SessionsTerminateV1Request.mjs";
|
|
8
|
-
export { type
|
|
9
|
-
export { type
|
|
10
|
-
export { type
|
|
8
|
+
export { type SessionsFlightLegsV1Request } from "./SessionsFlightLegsV1Request.mjs";
|
|
9
|
+
export { type SessionsFlightTrackV1Request } from "./SessionsFlightTrackV1Request.mjs";
|
|
10
|
+
export { type SessionSetFlightInfoReq1 } from "./SessionSetFlightInfoReq1.mjs";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface AlertMessage {
|
|
6
|
+
rule?: Chrt.AlertRuleEnvelope;
|
|
7
|
+
event?: Chrt.AlertEvent;
|
|
8
|
+
dateTimeRecorded?: string | null;
|
|
9
|
+
flightStatus?: Chrt.CiriumFlightStatus | null;
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface CiriumFlightStatus {
|
|
6
|
+
flightId?: number | null;
|
|
7
|
+
status?: string | null;
|
|
8
|
+
carrierFsCode?: string | null;
|
|
9
|
+
flightNumber?: string | null;
|
|
10
|
+
departureAirportFsCode?: string | null;
|
|
11
|
+
arrivalAirportFsCode?: string | null;
|
|
12
|
+
departureDate?: Chrt.CiriumDate | null;
|
|
13
|
+
operationalTimes?: Chrt.CiriumOperationalTimes;
|
|
14
|
+
airportResources?: Chrt.CiriumAirportResources;
|
|
15
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* OOOI-equivalent times. Gate = out/in, runway = off/on.
|
|
7
|
+
*/
|
|
8
|
+
export interface CiriumOperationalTimes {
|
|
9
|
+
estimatedGateDeparture?: Chrt.CiriumDate | null;
|
|
10
|
+
actualGateDeparture?: Chrt.CiriumDate | null;
|
|
11
|
+
estimatedRunwayDeparture?: Chrt.CiriumDate | null;
|
|
12
|
+
actualRunwayDeparture?: Chrt.CiriumDate | null;
|
|
13
|
+
estimatedGateArrival?: Chrt.CiriumDate | null;
|
|
14
|
+
actualGateArrival?: Chrt.CiriumDate | null;
|
|
15
|
+
estimatedRunwayArrival?: Chrt.CiriumDate | null;
|
|
16
|
+
actualRunwayArrival?: Chrt.CiriumDate | null;
|
|
17
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type ConnectionSearchByEnum = "departure_time" | "arrival_time";
|
|
5
|
+
export declare const ConnectionSearchByEnum: {
|
|
6
|
+
readonly DepartureTime: "departure_time";
|
|
7
|
+
readonly ArrivalTime: "arrival_time";
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type ConnectionSearchPreferenceEnum = "earliest" | "latest";
|
|
5
|
+
export declare const ConnectionSearchPreferenceEnum: {
|
|
6
|
+
readonly Earliest: "earliest";
|
|
7
|
+
readonly Latest: "latest";
|
|
8
|
+
};
|
|
@@ -21,7 +21,6 @@ export interface Driver1 {
|
|
|
21
21
|
available_according_to_operators?: boolean;
|
|
22
22
|
waiting?: boolean;
|
|
23
23
|
auto_assign_enabled?: boolean;
|
|
24
|
-
active_task_group_ids?: string[];
|
|
25
24
|
last_seen_at_location?: Chrt.LocationFeature | null;
|
|
26
25
|
last_seen_at_timestamp?: string | null;
|
|
27
26
|
last_seen_at_location_city?: string | null;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* Driver read DTO: persisted Driver1 plus the derived active task group IDs.
|
|
7
|
+
*
|
|
8
|
+
* The field is computed per request from shipping.task_groups so the JSON shape
|
|
9
|
+
* stays identical to when active_task_group_ids was persisted on the driver.
|
|
10
|
+
*/
|
|
11
|
+
export interface DriverWithActiveTaskGroupIds1 {
|
|
12
|
+
schema_version: number;
|
|
13
|
+
email_address_primary?: string | null;
|
|
14
|
+
email_address_secondary?: string | null;
|
|
15
|
+
phone_number_primary?: string | null;
|
|
16
|
+
phone_number_secondary?: string | null;
|
|
17
|
+
first_name?: string | null;
|
|
18
|
+
last_name?: string | null;
|
|
19
|
+
vehicle_types?: Chrt.VehicleTypeEnum[];
|
|
20
|
+
_id: string;
|
|
21
|
+
/** Must be a string starting with `org_` */
|
|
22
|
+
org_id: string;
|
|
23
|
+
/** Must be a string starting with `user_` */
|
|
24
|
+
user_id: string;
|
|
25
|
+
status?: Chrt.DriverStatusEnum;
|
|
26
|
+
available_according_to_driver?: boolean;
|
|
27
|
+
available_according_to_operators?: boolean;
|
|
28
|
+
waiting?: boolean;
|
|
29
|
+
auto_assign_enabled?: boolean;
|
|
30
|
+
last_seen_at_location?: Chrt.LocationFeature | null;
|
|
31
|
+
last_seen_at_timestamp?: string | null;
|
|
32
|
+
last_seen_at_location_city?: string | null;
|
|
33
|
+
last_seen_at_location_large_city?: string | null;
|
|
34
|
+
active_task_group_ids?: string[];
|
|
35
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface FlightConnection {
|
|
6
|
+
elapsed_minutes?: number | null;
|
|
7
|
+
score?: number | null;
|
|
8
|
+
stops: number;
|
|
9
|
+
legs: Chrt.FlightConnectionLeg[];
|
|
10
|
+
}
|