@chrt-inc/typescript-sdk 1.749.0 → 1.754.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/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/shipping/resources/flights/client/Client.d.ts +39 -0
- package/dist/cjs/api/resources/shipping/resources/flights/client/Client.js +177 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.d.ts +11 -2
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.js +11 -2
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +11 -2
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +11 -2
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +1 -1
- package/dist/cjs/api/resources/utils/resources/dev/client/Client.d.ts +0 -13
- package/dist/cjs/api/resources/utils/resources/dev/client/Client.js +0 -62
- package/dist/cjs/api/resources/utils/resources/dev/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/types/FlightInfoForTaskRes.d.ts +4 -3
- package/dist/cjs/api/types/FlightLeg1.d.ts +30 -0
- package/dist/cjs/api/types/FlightLegClientCreate1.d.ts +15 -0
- package/dist/cjs/api/types/FlightLegProvenanceEnum1.d.ts +9 -0
- package/dist/cjs/api/types/FlightLegProvenanceEnum1.js +11 -0
- package/dist/cjs/api/types/FlightLegStatusEnum1.d.ts +14 -0
- package/dist/cjs/api/types/FlightLegStatusEnum1.js +16 -0
- package/dist/cjs/api/types/FlightLegStatusSourceEnum1.d.ts +8 -0
- package/dist/cjs/api/types/FlightLegStatusSourceEnum1.js +10 -0
- package/dist/cjs/api/types/FlightLegWebhookInfo.d.ts +20 -0
- package/dist/cjs/api/types/FlightTrackPosition.d.ts +14 -0
- package/dist/cjs/api/types/FlightTrackPosition.js +5 -0
- package/dist/cjs/api/types/FlightTrackRes.d.ts +21 -0
- package/dist/cjs/api/types/FlightTrackRes.js +5 -0
- package/dist/cjs/api/types/FlightTrackWaypoint.d.ts +10 -0
- package/dist/cjs/api/types/FlightTrackWaypoint.js +5 -0
- package/dist/cjs/api/types/OrderSchedule1.d.ts +1 -0
- package/dist/cjs/api/types/OrderScheduleAboutRes.d.ts +1 -0
- package/dist/cjs/api/types/SetFlightInfoReq.d.ts +3 -4
- package/dist/cjs/api/types/ShippingTaskGroupFlightInfoUpdatedWebhookPayload.d.ts +3 -4
- package/dist/cjs/api/types/TaskGroup1.d.ts +1 -2
- package/dist/cjs/api/types/index.d.ts +9 -2
- package/dist/cjs/api/types/index.js +9 -2
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/shipping/resources/flights/client/Client.d.mts +39 -0
- package/dist/esm/api/resources/shipping/resources/flights/client/Client.mjs +177 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.d.mts +11 -2
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.mjs +11 -2
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +11 -2
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +11 -2
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +1 -1
- package/dist/esm/api/resources/utils/resources/dev/client/Client.d.mts +0 -13
- package/dist/esm/api/resources/utils/resources/dev/client/Client.mjs +0 -62
- package/dist/esm/api/resources/utils/resources/dev/client/requests/index.d.mts +0 -1
- package/dist/esm/api/types/FlightInfoForTaskRes.d.mts +4 -3
- package/dist/esm/api/types/FlightLeg1.d.mts +30 -0
- package/dist/esm/api/types/FlightLegClientCreate1.d.mts +15 -0
- package/dist/esm/api/types/FlightLegProvenanceEnum1.d.mts +9 -0
- package/dist/esm/api/types/FlightLegProvenanceEnum1.mjs +8 -0
- package/dist/esm/api/types/FlightLegStatusEnum1.d.mts +14 -0
- package/dist/esm/api/types/FlightLegStatusEnum1.mjs +13 -0
- package/dist/esm/api/types/FlightLegStatusSourceEnum1.d.mts +8 -0
- package/dist/esm/api/types/FlightLegStatusSourceEnum1.mjs +7 -0
- package/dist/esm/api/types/FlightLegWebhookInfo.d.mts +20 -0
- package/dist/esm/api/types/FlightTrackPosition.d.mts +14 -0
- package/dist/esm/api/types/FlightTrackPosition.mjs +4 -0
- package/dist/esm/api/types/FlightTrackRes.d.mts +21 -0
- package/dist/esm/api/types/FlightTrackRes.mjs +4 -0
- package/dist/esm/api/types/FlightTrackWaypoint.d.mts +10 -0
- package/dist/esm/api/types/FlightTrackWaypoint.mjs +4 -0
- package/dist/esm/api/types/OrderSchedule1.d.mts +1 -0
- package/dist/esm/api/types/OrderScheduleAboutRes.d.mts +1 -0
- package/dist/esm/api/types/SetFlightInfoReq.d.mts +3 -4
- package/dist/esm/api/types/ShippingTaskGroupFlightInfoUpdatedWebhookPayload.d.mts +3 -4
- package/dist/esm/api/types/TaskGroup1.d.mts +1 -2
- package/dist/esm/api/types/index.d.mts +9 -2
- package/dist/esm/api/types/index.mjs +9 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +215 -67
- package/dist/cjs/api/resources/utils/resources/dev/client/requests/ScheduledPingReq.d.ts +0 -13
- package/dist/cjs/api/types/ScheduleSpec.d.ts +0 -14
- package/dist/cjs/api/types/ScheduledPingRes.d.ts +0 -16
- package/dist/esm/api/resources/utils/resources/dev/client/requests/ScheduledPingReq.d.mts +0 -13
- package/dist/esm/api/types/ScheduleSpec.d.mts +0 -14
- package/dist/esm/api/types/ScheduledPingRes.d.mts +0 -16
- /package/dist/cjs/api/{resources/utils/resources/dev/client/requests/ScheduledPingReq.js → types/FlightLeg1.js} +0 -0
- /package/dist/cjs/api/types/{ScheduleSpec.js → FlightLegClientCreate1.js} +0 -0
- /package/dist/cjs/api/types/{ScheduledPingRes.js → FlightLegWebhookInfo.js} +0 -0
- /package/dist/esm/api/{resources/utils/resources/dev/client/requests/ScheduledPingReq.mjs → types/FlightLeg1.mjs} +0 -0
- /package/dist/esm/api/types/{ScheduleSpec.mjs → FlightLegClientCreate1.mjs} +0 -0
- /package/dist/esm/api/types/{ScheduledPingRes.mjs → FlightLegWebhookInfo.mjs} +0 -0
|
@@ -19,68 +19,6 @@ export class Dev {
|
|
|
19
19
|
constructor(_options = {}) {
|
|
20
20
|
this._options = _options;
|
|
21
21
|
}
|
|
22
|
-
/**
|
|
23
|
-
* Creates or updates a Temporal Schedule that runs the scheduled ping workflow for developer diagnostics. | authz: min_org_role=administrator | (ScheduledPingReq) -> (ScheduledPingRes)
|
|
24
|
-
*
|
|
25
|
-
* @param {Chrt.utils.ScheduledPingReq} request
|
|
26
|
-
* @param {Dev.RequestOptions} requestOptions - Request-specific configuration.
|
|
27
|
-
*
|
|
28
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
29
|
-
*
|
|
30
|
-
* @example
|
|
31
|
-
* await client.utils.dev.postAgentPingScheduleV1()
|
|
32
|
-
*/
|
|
33
|
-
postAgentPingScheduleV1(request = {}, requestOptions) {
|
|
34
|
-
return core.HttpResponsePromise.fromPromise(this.__postAgentPingScheduleV1(request, requestOptions));
|
|
35
|
-
}
|
|
36
|
-
__postAgentPingScheduleV1() {
|
|
37
|
-
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
38
|
-
var _a, _b, _c, _d;
|
|
39
|
-
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);
|
|
40
|
-
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
41
|
-
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, "dev/agent/ping-schedule/v1"),
|
|
42
|
-
method: "POST",
|
|
43
|
-
headers: _headers,
|
|
44
|
-
contentType: "application/json",
|
|
45
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
46
|
-
requestType: "json",
|
|
47
|
-
body: request,
|
|
48
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
49
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
50
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
51
|
-
});
|
|
52
|
-
if (_response.ok) {
|
|
53
|
-
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
54
|
-
}
|
|
55
|
-
if (_response.error.reason === "status-code") {
|
|
56
|
-
switch (_response.error.statusCode) {
|
|
57
|
-
case 422:
|
|
58
|
-
throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
59
|
-
default:
|
|
60
|
-
throw new errors.ChrtError({
|
|
61
|
-
statusCode: _response.error.statusCode,
|
|
62
|
-
body: _response.error.body,
|
|
63
|
-
rawResponse: _response.rawResponse,
|
|
64
|
-
});
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
switch (_response.error.reason) {
|
|
68
|
-
case "non-json":
|
|
69
|
-
throw new errors.ChrtError({
|
|
70
|
-
statusCode: _response.error.statusCode,
|
|
71
|
-
body: _response.error.rawBody,
|
|
72
|
-
rawResponse: _response.rawResponse,
|
|
73
|
-
});
|
|
74
|
-
case "timeout":
|
|
75
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /dev/agent/ping-schedule/v1.");
|
|
76
|
-
case "unknown":
|
|
77
|
-
throw new errors.ChrtError({
|
|
78
|
-
message: _response.error.errorMessage,
|
|
79
|
-
rawResponse: _response.rawResponse,
|
|
80
|
-
});
|
|
81
|
-
}
|
|
82
|
-
});
|
|
83
|
-
}
|
|
84
22
|
/**
|
|
85
23
|
* Runs a minimal Temporal workflow that sends a prompt to OpenAI and returns the response. | (PingOpenAIReq) -> (PingOpenAIRes)
|
|
86
24
|
*
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
4
5
|
/**
|
|
5
|
-
* Response model for flight info lookup by task
|
|
6
|
+
* Response model for flight info lookup by task — the ordered flight legs
|
|
7
|
+
* of the adjacent CARGO_ON_FLIGHT task group.
|
|
6
8
|
*/
|
|
7
9
|
export interface FlightInfoForTaskRes {
|
|
8
|
-
|
|
9
|
-
fa_flight_ids?: string[];
|
|
10
|
+
flight_legs?: Chrt.FlightLeg1[];
|
|
10
11
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface FlightLeg1 {
|
|
6
|
+
schema_version: number;
|
|
7
|
+
_id: string;
|
|
8
|
+
order_id: string;
|
|
9
|
+
task_group_id: string;
|
|
10
|
+
flight_number: string;
|
|
11
|
+
provenance: Chrt.FlightLegProvenanceEnum1;
|
|
12
|
+
origin_iata: string;
|
|
13
|
+
destination_iata: string;
|
|
14
|
+
scheduled_departure_utc: string;
|
|
15
|
+
carrier_iata?: string | null;
|
|
16
|
+
carrier_icao?: string | null;
|
|
17
|
+
scheduled_arrival_utc?: string | null;
|
|
18
|
+
cirium_flight_id?: number | null;
|
|
19
|
+
flight_status?: Chrt.FlightLegStatusEnum1 | null;
|
|
20
|
+
estimated_departure_utc?: string | null;
|
|
21
|
+
actual_departure_utc?: string | null;
|
|
22
|
+
estimated_arrival_utc?: string | null;
|
|
23
|
+
actual_arrival_utc?: string | null;
|
|
24
|
+
departure_gate?: string | null;
|
|
25
|
+
arrival_gate?: string | null;
|
|
26
|
+
departure_terminal?: string | null;
|
|
27
|
+
arrival_terminal?: string | null;
|
|
28
|
+
flight_status_source?: Chrt.FlightLegStatusSourceEnum1 | null;
|
|
29
|
+
flight_status_fetched_at_utc?: string | null;
|
|
30
|
+
}
|
|
@@ -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 FlightLegClientCreate1 {
|
|
6
|
+
schema_version: number;
|
|
7
|
+
flight_number: string;
|
|
8
|
+
provenance: Chrt.FlightLegProvenanceEnum1;
|
|
9
|
+
origin_iata: string;
|
|
10
|
+
destination_iata: string;
|
|
11
|
+
scheduled_departure_utc: string;
|
|
12
|
+
carrier_iata?: string | null;
|
|
13
|
+
carrier_icao?: string | null;
|
|
14
|
+
scheduled_arrival_utc?: string | null;
|
|
15
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type FlightLegProvenanceEnum1 = "manual" | "cirium" | "flightaware";
|
|
5
|
+
export declare const FlightLegProvenanceEnum1: {
|
|
6
|
+
readonly Manual: "manual";
|
|
7
|
+
readonly Cirium: "cirium";
|
|
8
|
+
readonly Flightaware: "flightaware";
|
|
9
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type FlightLegStatusEnum1 = "scheduled" | "departed_gate" | "in_flight" | "landed" | "arrived_gate" | "cancelled" | "diverted" | "unknown";
|
|
5
|
+
export declare const FlightLegStatusEnum1: {
|
|
6
|
+
readonly Scheduled: "scheduled";
|
|
7
|
+
readonly DepartedGate: "departed_gate";
|
|
8
|
+
readonly InFlight: "in_flight";
|
|
9
|
+
readonly Landed: "landed";
|
|
10
|
+
readonly ArrivedGate: "arrived_gate";
|
|
11
|
+
readonly Cancelled: "cancelled";
|
|
12
|
+
readonly Diverted: "diverted";
|
|
13
|
+
readonly Unknown: "unknown";
|
|
14
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export const FlightLegStatusEnum1 = {
|
|
5
|
+
Scheduled: "scheduled",
|
|
6
|
+
DepartedGate: "departed_gate",
|
|
7
|
+
InFlight: "in_flight",
|
|
8
|
+
Landed: "landed",
|
|
9
|
+
ArrivedGate: "arrived_gate",
|
|
10
|
+
Cancelled: "cancelled",
|
|
11
|
+
Diverted: "diverted",
|
|
12
|
+
Unknown: "unknown",
|
|
13
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* A single flight leg in a task group's ordered flight legs.
|
|
6
|
+
*/
|
|
7
|
+
export interface FlightLegWebhookInfo {
|
|
8
|
+
/** The flight number */
|
|
9
|
+
flight_number: string;
|
|
10
|
+
/** Carrier IATA code */
|
|
11
|
+
carrier_iata?: string | null;
|
|
12
|
+
/** Origin airport IATA code */
|
|
13
|
+
origin_iata?: string | null;
|
|
14
|
+
/** Destination airport IATA code */
|
|
15
|
+
destination_iata?: string | null;
|
|
16
|
+
/** Scheduled departure (UTC) */
|
|
17
|
+
scheduled_departure_utc?: string | null;
|
|
18
|
+
/** Scheduled arrival (UTC) */
|
|
19
|
+
scheduled_arrival_utc?: string | null;
|
|
20
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* A single reported (or derived) aircraft position along the flown trail.
|
|
6
|
+
*/
|
|
7
|
+
export interface FlightTrackPosition {
|
|
8
|
+
lat?: number | null;
|
|
9
|
+
lon?: number | null;
|
|
10
|
+
altitude_ft?: number | null;
|
|
11
|
+
speed_mph?: number | null;
|
|
12
|
+
source?: string | null;
|
|
13
|
+
date_utc?: string | null;
|
|
14
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* Positional track for a flight leg: live trail + (optional) planned path.
|
|
7
|
+
*
|
|
8
|
+
* `positions` is the flown breadcrumb trail (present once airborne);
|
|
9
|
+
* `waypoints` / `legacy_route` are the planned path (present once Cirium has
|
|
10
|
+
* the filed flight plan, ~24h before departure). Everything is empty when the
|
|
11
|
+
* leg has no resolvable Cirium `flightId` or Cirium has no track yet — the
|
|
12
|
+
* endpoint never errors on a missing track (fail-soft, like the status route).
|
|
13
|
+
*/
|
|
14
|
+
export interface FlightTrackRes {
|
|
15
|
+
cirium_flight_id?: number | null;
|
|
16
|
+
positions?: Chrt.FlightTrackPosition[];
|
|
17
|
+
waypoints?: Chrt.FlightTrackWaypoint[];
|
|
18
|
+
legacy_route?: string | null;
|
|
19
|
+
bearing?: number | null;
|
|
20
|
+
heading?: number | null;
|
|
21
|
+
}
|
|
@@ -9,6 +9,7 @@ export interface OrderSchedule1 {
|
|
|
9
9
|
order_manifest?: Chrt.OrderManifest1 | null;
|
|
10
10
|
schedule_spec?: Chrt.OrderScheduleSpec1 | null;
|
|
11
11
|
_id: string;
|
|
12
|
+
short_id: string;
|
|
12
13
|
/** Must be a string starting with `user_` */
|
|
13
14
|
owned_by_user_id: string;
|
|
14
15
|
/** Must be a string starting with `org_` */
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
4
5
|
export interface SetFlightInfoReq {
|
|
5
|
-
/**
|
|
6
|
-
|
|
7
|
-
/** Flight Aware's uuid for flights */
|
|
8
|
-
fa_flight_ids?: string[] | null;
|
|
6
|
+
/** Ordered list of flight legs for the task group. Replaces any existing flight legs. Pass an empty list to clear all flight legs. */
|
|
7
|
+
flight_legs: Chrt.FlightLegClientCreate1[];
|
|
9
8
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
4
5
|
export interface ShippingTaskGroupFlightInfoUpdatedWebhookPayload {
|
|
5
6
|
event_type?: "shipping.task_group.flight_info_updated";
|
|
6
7
|
/** UTC timestamp when the event occurred */
|
|
@@ -9,8 +10,6 @@ export interface ShippingTaskGroupFlightInfoUpdatedWebhookPayload {
|
|
|
9
10
|
order_id: string;
|
|
10
11
|
/** The task group whose flight info was updated */
|
|
11
12
|
task_group_id: string;
|
|
12
|
-
/** The
|
|
13
|
-
|
|
14
|
-
/** FlightAware flight UUIDs associated with this task group */
|
|
15
|
-
fa_flight_ids: string[];
|
|
13
|
+
/** The task group's ordered flight legs */
|
|
14
|
+
flight_legs: Chrt.FlightLegWebhookInfo[];
|
|
16
15
|
}
|
|
@@ -39,8 +39,7 @@ export interface TaskGroup1 {
|
|
|
39
39
|
mileage_observed?: number | null;
|
|
40
40
|
wait_time_total_minutes?: number | null;
|
|
41
41
|
mileage_asserted?: boolean;
|
|
42
|
-
|
|
43
|
-
fa_flight_ids?: string[];
|
|
42
|
+
flight_leg_ids?: string[];
|
|
44
43
|
messages?: Chrt.TaskGroupMessage1[];
|
|
45
44
|
shipper_pay_provider_rate_sheet_id?: string | null;
|
|
46
45
|
shipper_pay_provider_line_item_group_id?: string | null;
|
|
@@ -148,7 +148,16 @@ export * from "./FlightAwareAlertFlight.mjs";
|
|
|
148
148
|
export * from "./FlightAwareAlertPayload.mjs";
|
|
149
149
|
export * from "./FlightAwareWebhookResponse.mjs";
|
|
150
150
|
export * from "./FlightInfoForTaskRes.mjs";
|
|
151
|
+
export * from "./FlightLeg1.mjs";
|
|
152
|
+
export * from "./FlightLegClientCreate1.mjs";
|
|
153
|
+
export * from "./FlightLegProvenanceEnum1.mjs";
|
|
154
|
+
export * from "./FlightLegStatusEnum1.mjs";
|
|
155
|
+
export * from "./FlightLegStatusSourceEnum1.mjs";
|
|
156
|
+
export * from "./FlightLegWebhookInfo.mjs";
|
|
151
157
|
export * from "./FlightStatusEnum.mjs";
|
|
158
|
+
export * from "./FlightTrackPosition.mjs";
|
|
159
|
+
export * from "./FlightTrackRes.mjs";
|
|
160
|
+
export * from "./FlightTrackWaypoint.mjs";
|
|
152
161
|
export * from "./GeometryCollectionGeometriesItem.mjs";
|
|
153
162
|
export * from "./GeometryCollection.mjs";
|
|
154
163
|
export * from "./HttpValidationError.mjs";
|
|
@@ -294,9 +303,7 @@ export * from "./ScanPayloadKindEnum.mjs";
|
|
|
294
303
|
export * from "./ScheduleCalendarSpec.mjs";
|
|
295
304
|
export * from "./ScheduleIntervalSpec.mjs";
|
|
296
305
|
export * from "./ScheduleRange.mjs";
|
|
297
|
-
export * from "./ScheduleSpec.mjs";
|
|
298
306
|
export * from "./ScheduledOrdersNewDraftReq.mjs";
|
|
299
|
-
export * from "./ScheduledPingRes.mjs";
|
|
300
307
|
export * from "./Session1.mjs";
|
|
301
308
|
export * from "./SessionByDeviceDataPoint1.mjs";
|
|
302
309
|
export * from "./SessionByDeviceDataPointMetadata1.mjs";
|
|
@@ -148,7 +148,16 @@ export * from "./FlightAwareAlertFlight.mjs";
|
|
|
148
148
|
export * from "./FlightAwareAlertPayload.mjs";
|
|
149
149
|
export * from "./FlightAwareWebhookResponse.mjs";
|
|
150
150
|
export * from "./FlightInfoForTaskRes.mjs";
|
|
151
|
+
export * from "./FlightLeg1.mjs";
|
|
152
|
+
export * from "./FlightLegClientCreate1.mjs";
|
|
153
|
+
export * from "./FlightLegProvenanceEnum1.mjs";
|
|
154
|
+
export * from "./FlightLegStatusEnum1.mjs";
|
|
155
|
+
export * from "./FlightLegStatusSourceEnum1.mjs";
|
|
156
|
+
export * from "./FlightLegWebhookInfo.mjs";
|
|
151
157
|
export * from "./FlightStatusEnum.mjs";
|
|
158
|
+
export * from "./FlightTrackPosition.mjs";
|
|
159
|
+
export * from "./FlightTrackRes.mjs";
|
|
160
|
+
export * from "./FlightTrackWaypoint.mjs";
|
|
152
161
|
export * from "./GeometryCollectionGeometriesItem.mjs";
|
|
153
162
|
export * from "./GeometryCollection.mjs";
|
|
154
163
|
export * from "./HttpValidationError.mjs";
|
|
@@ -294,9 +303,7 @@ export * from "./ScanPayloadKindEnum.mjs";
|
|
|
294
303
|
export * from "./ScheduleCalendarSpec.mjs";
|
|
295
304
|
export * from "./ScheduleIntervalSpec.mjs";
|
|
296
305
|
export * from "./ScheduleRange.mjs";
|
|
297
|
-
export * from "./ScheduleSpec.mjs";
|
|
298
306
|
export * from "./ScheduledOrdersNewDraftReq.mjs";
|
|
299
|
-
export * from "./ScheduledPingRes.mjs";
|
|
300
307
|
export * from "./Session1.mjs";
|
|
301
308
|
export * from "./SessionByDeviceDataPoint1.mjs";
|
|
302
309
|
export * from "./SessionByDeviceDataPointMetadata1.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.754.0";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.
|
|
1
|
+
export const SDK_VERSION = "1.754.0";
|