@chrt-inc/typescript-sdk 1.692.0 → 1.704.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/operations/client/Client.d.ts +6 -0
- package/dist/cjs/api/resources/operations/client/Client.js +12 -2
- package/dist/cjs/api/resources/operations/resources/cases/client/Client.d.ts +100 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/Client.js +394 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseChecksApplyChecklistReq.d.ts +12 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseChecksApplyChecklistReq.js +5 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseChecksRecordImageAnalysisResultsReq.d.ts +15 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseChecksRecordImageAnalysisResultsReq.js +5 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/Client.d.ts +150 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/Client.js +581 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/index.js +17 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/requests/ChecklistChecksAdd1.d.ts +11 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/requests/ChecklistChecksAdd1.js +5 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/requests/ChecklistChecksRemove1.d.ts +11 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/requests/ChecklistChecksRemove1.js +5 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/requests/ChecklistClientCreate1.d.ts +17 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/requests/ChecklistClientCreate1.js +5 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/requests/ChecklistClientUpdate1.d.ts +12 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/requests/ChecklistClientUpdate1.js +5 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/requests/ChecklistsListV1Request.d.ts +24 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/requests/ChecklistsListV1Request.js +5 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/requests/index.d.ts +5 -0
- package/dist/cjs/api/resources/operations/resources/checklists/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/operations/resources/checklists/index.d.ts +1 -0
- package/dist/cjs/api/resources/operations/resources/checklists/index.js +17 -0
- package/dist/cjs/api/resources/operations/resources/index.d.ts +4 -0
- package/dist/cjs/api/resources/operations/resources/index.js +5 -1
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +170 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +653 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/index.js +17 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskAddCommentReq1.d.ts +12 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskAddCommentReq1.js +5 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientCreate1.d.ts +19 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientCreate1.js +5 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientUpdate1.d.ts +12 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientUpdate1.js +5 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.ts +33 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.js +5 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +4 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/index.d.ts +1 -0
- package/dist/cjs/api/resources/operations/resources/operationsTasks/index.js +17 -0
- package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.ts +26 -0
- package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.js +75 -0
- package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +3 -0
- package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +17 -5
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionsListV1Request.d.ts +9 -0
- package/dist/cjs/api/types/AiImageDescription.d.ts +30 -0
- package/dist/cjs/api/types/AiImageDescription.js +5 -0
- package/dist/cjs/api/types/Case1.d.ts +4 -0
- package/dist/cjs/api/types/CaseChecksDisableReq.d.ts +7 -0
- package/dist/cjs/api/types/CaseChecksDisableReq.js +5 -0
- package/dist/cjs/api/types/CaseChecksDismissReq.d.ts +8 -0
- package/dist/cjs/api/types/CaseChecksDismissReq.js +5 -0
- package/dist/cjs/api/types/CaseChecksSummary1.d.ts +27 -0
- package/dist/cjs/api/types/CaseChecksSummary1.js +5 -0
- package/dist/cjs/api/types/Check1.d.ts +33 -0
- package/dist/cjs/api/types/Check1.js +5 -0
- package/dist/cjs/api/types/CheckEnum.d.ts +46 -0
- package/dist/cjs/api/types/CheckEnum.js +23 -0
- package/dist/cjs/api/types/CheckStatusEnum.d.ts +32 -0
- package/dist/cjs/api/types/CheckStatusEnum.js +15 -0
- package/dist/cjs/api/types/Checklist1.d.ts +18 -0
- package/dist/cjs/api/types/Checklist1.js +5 -0
- package/dist/cjs/api/types/ChecklistCheck1.d.ts +15 -0
- package/dist/cjs/api/types/ChecklistCheck1.js +5 -0
- package/dist/cjs/api/types/ChecklistListRes.d.ts +8 -0
- package/dist/cjs/api/types/ChecklistListRes.js +5 -0
- package/dist/cjs/api/types/ChecklistSortByEnum.d.ts +9 -0
- package/dist/cjs/api/types/ChecklistSortByEnum.js +11 -0
- package/dist/cjs/api/types/LlmModelEnum.d.ts +12 -0
- package/dist/cjs/api/types/LlmModelEnum.js +14 -0
- package/dist/cjs/api/types/OperationsTask1.d.ts +19 -0
- package/dist/cjs/api/types/OperationsTask1.js +5 -0
- package/dist/cjs/api/types/OperationsTaskComment1.d.ts +10 -0
- package/dist/cjs/api/types/OperationsTaskComment1.js +5 -0
- package/dist/cjs/api/types/OperationsTaskListRes.d.ts +8 -0
- package/dist/cjs/api/types/OperationsTaskListRes.js +5 -0
- package/dist/cjs/api/types/OperationsTaskSortByEnum.d.ts +8 -0
- package/dist/cjs/api/types/OperationsTaskSortByEnum.js +10 -0
- package/dist/cjs/api/types/Session1.d.ts +2 -0
- package/dist/cjs/api/types/SessionSortByEnum.d.ts +2 -1
- package/dist/cjs/api/types/SessionSortByEnum.js +1 -0
- package/dist/cjs/api/types/TaskArtifactS3ObjectMetadata1.d.ts +2 -0
- package/dist/cjs/api/types/index.d.ts +16 -0
- package/dist/cjs/api/types/index.js +16 -0
- 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/operations/client/Client.d.mts +6 -0
- package/dist/esm/api/resources/operations/client/Client.mjs +10 -0
- package/dist/esm/api/resources/operations/resources/cases/client/Client.d.mts +100 -0
- package/dist/esm/api/resources/operations/resources/cases/client/Client.mjs +394 -0
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseChecksApplyChecklistReq.d.mts +12 -0
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseChecksApplyChecklistReq.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseChecksRecordImageAnalysisResultsReq.d.mts +15 -0
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseChecksRecordImageAnalysisResultsReq.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/cases/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/Client.d.mts +150 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/Client.mjs +544 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/index.d.mts +2 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/index.mjs +1 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/requests/ChecklistChecksAdd1.d.mts +11 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/requests/ChecklistChecksAdd1.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/requests/ChecklistChecksRemove1.d.mts +11 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/requests/ChecklistChecksRemove1.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/requests/ChecklistClientCreate1.d.mts +17 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/requests/ChecklistClientCreate1.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/requests/ChecklistClientUpdate1.d.mts +12 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/requests/ChecklistClientUpdate1.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/requests/ChecklistsListV1Request.d.mts +24 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/requests/ChecklistsListV1Request.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/requests/index.d.mts +5 -0
- package/dist/esm/api/resources/operations/resources/checklists/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/operations/resources/checklists/index.d.mts +1 -0
- package/dist/esm/api/resources/operations/resources/checklists/index.mjs +1 -0
- package/dist/esm/api/resources/operations/resources/index.d.mts +4 -0
- package/dist/esm/api/resources/operations/resources/index.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +170 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +616 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/index.d.mts +2 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/index.mjs +1 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskAddCommentReq1.d.mts +12 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskAddCommentReq1.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientCreate1.d.mts +19 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientCreate1.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientUpdate1.d.mts +12 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientUpdate1.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.d.mts +33 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksListV1Request.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +4 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/index.d.mts +1 -0
- package/dist/esm/api/resources/operations/resources/operationsTasks/index.mjs +1 -0
- package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.mts +26 -0
- package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.mjs +75 -0
- package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +3 -0
- package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +17 -5
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsListV1Request.d.mts +9 -0
- package/dist/esm/api/types/AiImageDescription.d.mts +30 -0
- package/dist/esm/api/types/AiImageDescription.mjs +4 -0
- package/dist/esm/api/types/Case1.d.mts +4 -0
- package/dist/esm/api/types/CaseChecksDisableReq.d.mts +7 -0
- package/dist/esm/api/types/CaseChecksDisableReq.mjs +4 -0
- package/dist/esm/api/types/CaseChecksDismissReq.d.mts +8 -0
- package/dist/esm/api/types/CaseChecksDismissReq.mjs +4 -0
- package/dist/esm/api/types/CaseChecksSummary1.d.mts +27 -0
- package/dist/esm/api/types/CaseChecksSummary1.mjs +4 -0
- package/dist/esm/api/types/Check1.d.mts +33 -0
- package/dist/esm/api/types/Check1.mjs +4 -0
- package/dist/esm/api/types/CheckEnum.d.mts +46 -0
- package/dist/esm/api/types/CheckEnum.mjs +20 -0
- package/dist/esm/api/types/CheckStatusEnum.d.mts +32 -0
- package/dist/esm/api/types/CheckStatusEnum.mjs +12 -0
- package/dist/esm/api/types/Checklist1.d.mts +18 -0
- package/dist/esm/api/types/Checklist1.mjs +4 -0
- package/dist/esm/api/types/ChecklistCheck1.d.mts +15 -0
- package/dist/esm/api/types/ChecklistCheck1.mjs +4 -0
- package/dist/esm/api/types/ChecklistListRes.d.mts +8 -0
- package/dist/esm/api/types/ChecklistListRes.mjs +4 -0
- package/dist/esm/api/types/ChecklistSortByEnum.d.mts +9 -0
- package/dist/esm/api/types/ChecklistSortByEnum.mjs +8 -0
- package/dist/esm/api/types/LlmModelEnum.d.mts +12 -0
- package/dist/esm/api/types/LlmModelEnum.mjs +11 -0
- package/dist/esm/api/types/OperationsTask1.d.mts +19 -0
- package/dist/esm/api/types/OperationsTask1.mjs +4 -0
- package/dist/esm/api/types/OperationsTaskComment1.d.mts +10 -0
- package/dist/esm/api/types/OperationsTaskComment1.mjs +4 -0
- package/dist/esm/api/types/OperationsTaskListRes.d.mts +8 -0
- package/dist/esm/api/types/OperationsTaskListRes.mjs +4 -0
- package/dist/esm/api/types/OperationsTaskSortByEnum.d.mts +8 -0
- package/dist/esm/api/types/OperationsTaskSortByEnum.mjs +7 -0
- package/dist/esm/api/types/Session1.d.mts +2 -0
- package/dist/esm/api/types/SessionSortByEnum.d.mts +2 -1
- package/dist/esm/api/types/SessionSortByEnum.mjs +1 -0
- package/dist/esm/api/types/TaskArtifactS3ObjectMetadata1.d.mts +2 -0
- package/dist/esm/api/types/index.d.mts +16 -0
- package/dist/esm/api/types/index.mjs +16 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +1829 -153
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type ChecklistSortByEnum = "created_at_timestamp" | "updated_at_timestamp" | "name";
|
|
5
|
+
export declare const ChecklistSortByEnum: {
|
|
6
|
+
readonly CreatedAtTimestamp: "created_at_timestamp";
|
|
7
|
+
readonly UpdatedAtTimestamp: "updated_at_timestamp";
|
|
8
|
+
readonly Name: "name";
|
|
9
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type LlmModelEnum = "gpt-5.5" | "gpt-5.4" | "gpt-5.4-mini" | "claude-opus-4-7" | "claude-sonnet-4-6" | "claude-haiku-4-5";
|
|
5
|
+
export declare const LlmModelEnum: {
|
|
6
|
+
readonly Gpt55: "gpt-5.5";
|
|
7
|
+
readonly Gpt54: "gpt-5.4";
|
|
8
|
+
readonly Gpt54Mini: "gpt-5.4-mini";
|
|
9
|
+
readonly ClaudeOpus47: "claude-opus-4-7";
|
|
10
|
+
readonly ClaudeSonnet46: "claude-sonnet-4-6";
|
|
11
|
+
readonly ClaudeHaiku45: "claude-haiku-4-5";
|
|
12
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export const LlmModelEnum = {
|
|
5
|
+
Gpt55: "gpt-5.5",
|
|
6
|
+
Gpt54: "gpt-5.4",
|
|
7
|
+
Gpt54Mini: "gpt-5.4-mini",
|
|
8
|
+
ClaudeOpus47: "claude-opus-4-7",
|
|
9
|
+
ClaudeSonnet46: "claude-sonnet-4-6",
|
|
10
|
+
ClaudeHaiku45: "claude-haiku-4-5",
|
|
11
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
export interface OperationsTask1 {
|
|
6
|
+
schema_version: number;
|
|
7
|
+
case_id: string;
|
|
8
|
+
title: string;
|
|
9
|
+
description: string;
|
|
10
|
+
deadline_timestamp?: string;
|
|
11
|
+
_id: string;
|
|
12
|
+
/** Must be a string starting with `org_` */
|
|
13
|
+
org_id: string;
|
|
14
|
+
completed?: boolean;
|
|
15
|
+
completed_at_timestamp?: string | null;
|
|
16
|
+
/** Must be a string starting with `user_` */
|
|
17
|
+
completed_by_user_id?: string | null;
|
|
18
|
+
comments?: Chrt.OperationsTaskComment1[];
|
|
19
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type OperationsTaskSortByEnum = "deadline_timestamp" | "completed_at_timestamp";
|
|
5
|
+
export declare const OperationsTaskSortByEnum: {
|
|
6
|
+
readonly DeadlineTimestamp: "deadline_timestamp";
|
|
7
|
+
readonly CompletedAtTimestamp: "completed_at_timestamp";
|
|
8
|
+
};
|
|
@@ -20,6 +20,8 @@ export interface Session1 {
|
|
|
20
20
|
created_at_timestamp: string;
|
|
21
21
|
terminated?: boolean;
|
|
22
22
|
terminated_at_timestamp?: string | null;
|
|
23
|
+
last_seen_at_location?: Chrt.LocationFeature | null;
|
|
24
|
+
last_seen_at_timestamp?: string | null;
|
|
23
25
|
fa_alert_ids?: number[];
|
|
24
26
|
flight_loaded_statuses?: string[];
|
|
25
27
|
fa_alert_id_by_flight_number?: Record<string, number>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export type SessionSortByEnum = "created_at_timestamp" | "termination_scheduled_for_timestamp" | "terminated_at_timestamp";
|
|
4
|
+
export type SessionSortByEnum = "created_at_timestamp" | "last_seen_at_timestamp" | "termination_scheduled_for_timestamp" | "terminated_at_timestamp";
|
|
5
5
|
export declare const SessionSortByEnum: {
|
|
6
6
|
readonly CreatedAtTimestamp: "created_at_timestamp";
|
|
7
|
+
readonly LastSeenAtTimestamp: "last_seen_at_timestamp";
|
|
7
8
|
readonly TerminationScheduledForTimestamp: "termination_scheduled_for_timestamp";
|
|
8
9
|
readonly TerminatedAtTimestamp: "terminated_at_timestamp";
|
|
9
10
|
};
|
|
@@ -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 TaskArtifactS3ObjectMetadata1 {
|
|
5
6
|
schema_version: number;
|
|
6
7
|
_id: string;
|
|
@@ -16,4 +17,5 @@ export interface TaskArtifactS3ObjectMetadata1 {
|
|
|
16
17
|
content_type?: string | null;
|
|
17
18
|
/** Original filename of the uploaded file */
|
|
18
19
|
filename?: string | null;
|
|
20
|
+
ai_image_description?: Chrt.AiImageDescription | null;
|
|
19
21
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./AiImageDescription.mjs";
|
|
1
2
|
export * from "./AnalyticsTimeBucketResponse.mjs";
|
|
2
3
|
export * from "./AttachBillingLedgerPeriodReq.mjs";
|
|
3
4
|
export * from "./AttachLigToVectorClientReq.mjs";
|
|
@@ -85,6 +86,9 @@ export * from "./CargojsonVolumeUnit.mjs";
|
|
|
85
86
|
export * from "./CargojsonWeight.mjs";
|
|
86
87
|
export * from "./CargojsonWeightUnit.mjs";
|
|
87
88
|
export * from "./Case1.mjs";
|
|
89
|
+
export * from "./CaseChecksDisableReq.mjs";
|
|
90
|
+
export * from "./CaseChecksDismissReq.mjs";
|
|
91
|
+
export * from "./CaseChecksSummary1.mjs";
|
|
88
92
|
export * from "./CaseListRes.mjs";
|
|
89
93
|
export * from "./CaseMessage1.mjs";
|
|
90
94
|
export * from "./CaseS3ObjectMetadata1.mjs";
|
|
@@ -97,6 +101,13 @@ export * from "./ChampFlightStatus1.mjs";
|
|
|
97
101
|
export * from "./ChampFlightStatusEvent1.mjs";
|
|
98
102
|
export * from "./ChampOriginAndDestination.mjs";
|
|
99
103
|
export * from "./ChampQuantity.mjs";
|
|
104
|
+
export * from "./Check1.mjs";
|
|
105
|
+
export * from "./CheckEnum.mjs";
|
|
106
|
+
export * from "./CheckStatusEnum.mjs";
|
|
107
|
+
export * from "./Checklist1.mjs";
|
|
108
|
+
export * from "./ChecklistCheck1.mjs";
|
|
109
|
+
export * from "./ChecklistListRes.mjs";
|
|
110
|
+
export * from "./ChecklistSortByEnum.mjs";
|
|
100
111
|
export * from "./ChrtGroundProviderRateSheet1.mjs";
|
|
101
112
|
export * from "./ChrtGroundProviderRateSheetListRes.mjs";
|
|
102
113
|
export * from "./ChrtGroundProviderTaskActionEnum1.mjs";
|
|
@@ -141,6 +152,7 @@ export * from "./GeometryCollection.mjs";
|
|
|
141
152
|
export * from "./HttpValidationError.mjs";
|
|
142
153
|
export * from "./InternalDelegationTokenReq.mjs";
|
|
143
154
|
export * from "./InternalDelegationTokenRes.mjs";
|
|
155
|
+
export * from "./LlmModelEnum.mjs";
|
|
144
156
|
export * from "./LineItem1.mjs";
|
|
145
157
|
export * from "./LineItemClientCreate1.mjs";
|
|
146
158
|
export * from "./LineItemEnum1.mjs";
|
|
@@ -196,6 +208,10 @@ export * from "./OperationsCaseGroupAssignedWebhookPayload.mjs";
|
|
|
196
208
|
export * from "./OperationsCaseMessageWebhookPayload.mjs";
|
|
197
209
|
export * from "./OperationsCaseOperatorAssignedWebhookPayload.mjs";
|
|
198
210
|
export * from "./OperationsCaseS3ObjectAddedWebhookPayload.mjs";
|
|
211
|
+
export * from "./OperationsTask1.mjs";
|
|
212
|
+
export * from "./OperationsTaskComment1.mjs";
|
|
213
|
+
export * from "./OperationsTaskListRes.mjs";
|
|
214
|
+
export * from "./OperationsTaskSortByEnum.mjs";
|
|
199
215
|
export * from "./Order1.mjs";
|
|
200
216
|
export * from "./OrderAndTaskGroupExpandedReq.mjs";
|
|
201
217
|
export * from "./OrderBuilderReq.mjs";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./AiImageDescription.mjs";
|
|
1
2
|
export * from "./AnalyticsTimeBucketResponse.mjs";
|
|
2
3
|
export * from "./AttachBillingLedgerPeriodReq.mjs";
|
|
3
4
|
export * from "./AttachLigToVectorClientReq.mjs";
|
|
@@ -85,6 +86,9 @@ export * from "./CargojsonVolumeUnit.mjs";
|
|
|
85
86
|
export * from "./CargojsonWeight.mjs";
|
|
86
87
|
export * from "./CargojsonWeightUnit.mjs";
|
|
87
88
|
export * from "./Case1.mjs";
|
|
89
|
+
export * from "./CaseChecksDisableReq.mjs";
|
|
90
|
+
export * from "./CaseChecksDismissReq.mjs";
|
|
91
|
+
export * from "./CaseChecksSummary1.mjs";
|
|
88
92
|
export * from "./CaseListRes.mjs";
|
|
89
93
|
export * from "./CaseMessage1.mjs";
|
|
90
94
|
export * from "./CaseS3ObjectMetadata1.mjs";
|
|
@@ -97,6 +101,13 @@ export * from "./ChampFlightStatus1.mjs";
|
|
|
97
101
|
export * from "./ChampFlightStatusEvent1.mjs";
|
|
98
102
|
export * from "./ChampOriginAndDestination.mjs";
|
|
99
103
|
export * from "./ChampQuantity.mjs";
|
|
104
|
+
export * from "./Check1.mjs";
|
|
105
|
+
export * from "./CheckEnum.mjs";
|
|
106
|
+
export * from "./CheckStatusEnum.mjs";
|
|
107
|
+
export * from "./Checklist1.mjs";
|
|
108
|
+
export * from "./ChecklistCheck1.mjs";
|
|
109
|
+
export * from "./ChecklistListRes.mjs";
|
|
110
|
+
export * from "./ChecklistSortByEnum.mjs";
|
|
100
111
|
export * from "./ChrtGroundProviderRateSheet1.mjs";
|
|
101
112
|
export * from "./ChrtGroundProviderRateSheetListRes.mjs";
|
|
102
113
|
export * from "./ChrtGroundProviderTaskActionEnum1.mjs";
|
|
@@ -141,6 +152,7 @@ export * from "./GeometryCollection.mjs";
|
|
|
141
152
|
export * from "./HttpValidationError.mjs";
|
|
142
153
|
export * from "./InternalDelegationTokenReq.mjs";
|
|
143
154
|
export * from "./InternalDelegationTokenRes.mjs";
|
|
155
|
+
export * from "./LlmModelEnum.mjs";
|
|
144
156
|
export * from "./LineItem1.mjs";
|
|
145
157
|
export * from "./LineItemClientCreate1.mjs";
|
|
146
158
|
export * from "./LineItemEnum1.mjs";
|
|
@@ -196,6 +208,10 @@ export * from "./OperationsCaseGroupAssignedWebhookPayload.mjs";
|
|
|
196
208
|
export * from "./OperationsCaseMessageWebhookPayload.mjs";
|
|
197
209
|
export * from "./OperationsCaseOperatorAssignedWebhookPayload.mjs";
|
|
198
210
|
export * from "./OperationsCaseS3ObjectAddedWebhookPayload.mjs";
|
|
211
|
+
export * from "./OperationsTask1.mjs";
|
|
212
|
+
export * from "./OperationsTaskComment1.mjs";
|
|
213
|
+
export * from "./OperationsTaskListRes.mjs";
|
|
214
|
+
export * from "./OperationsTaskSortByEnum.mjs";
|
|
199
215
|
export * from "./Order1.mjs";
|
|
200
216
|
export * from "./OrderAndTaskGroupExpandedReq.mjs";
|
|
201
217
|
export * from "./OrderBuilderReq.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.704.0";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.
|
|
1
|
+
export const SDK_VERSION = "1.704.0";
|