@chrt-inc/typescript-sdk 0.0.205 → 0.0.224
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 +1 -1
- package/dist/cjs/Client.d.ts +3 -0
- package/dist/cjs/Client.js +11 -6
- package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.js +1 -1
- package/dist/cjs/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientCreate1.d.ts +2 -2
- package/dist/cjs/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.d.ts +1 -1
- package/dist/cjs/api/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/index.js +3 -1
- package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/Client.d.ts +13 -0
- package/dist/cjs/api/resources/offChrtShipperOrgInfo/client/Client.js +57 -0
- package/dist/cjs/api/resources/payments/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/payments/client/Client.js +2 -2
- package/dist/cjs/api/resources/payments/client/requests/{CreateCheckoutSessionReq2.d.ts → CreateCheckoutSessionReq.d.ts} +2 -2
- package/dist/cjs/api/resources/payments/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.d.ts +8 -2
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.js +16 -6
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.d.ts +42 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.js +119 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/index.js +3 -1
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.d.ts +68 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.js +234 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/index.js +2 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/index.d.ts +1 -0
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/index.js +17 -0
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipperPayCourierPayments/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientCreate1.d.ts +2 -2
- package/dist/cjs/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientUpdate1.d.ts +1 -1
- package/dist/cjs/api/resources/taskGroups/client/Client.d.ts +15 -0
- package/dist/cjs/api/resources/taskGroups/client/Client.js +62 -0
- package/dist/cjs/api/resources/taskGroups/client/requests/TaskGroupsExpandedReq.d.ts +18 -0
- package/dist/cjs/api/resources/taskGroups/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/users/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/utils/client/Client.d.ts +48 -0
- package/dist/cjs/api/resources/utils/client/Client.js +133 -0
- package/dist/cjs/api/resources/utils/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/utils/client/index.js +17 -0
- package/dist/cjs/api/resources/utils/client/requests/UtilsGetTimezoneRequest.d.ts +20 -0
- package/dist/cjs/api/resources/utils/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/utils/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/utils/index.d.ts +1 -0
- package/dist/cjs/api/resources/utils/index.js +17 -0
- package/dist/cjs/api/types/ClerkOrgData.d.ts +11 -0
- package/dist/cjs/api/types/ClerkOrgData.js +5 -0
- package/dist/cjs/api/types/CourierPayDriverRateSheet1.d.ts +1 -1
- package/dist/{esm/api/types/CreateCheckoutSessionRes2.d.mts → cjs/api/types/CreateCheckoutSessionRes.d.ts} +1 -1
- package/dist/cjs/api/types/CreateCheckoutSessionRes.js +5 -0
- package/dist/cjs/api/types/DecodedJwtWithOrgAndUserId.d.ts +5 -7
- package/dist/cjs/api/types/PriceNameEnum.d.ts +4 -4
- package/dist/cjs/api/types/PriceNameEnum.js +3 -3
- package/dist/cjs/api/types/ShipperPayCourierRateSheet1.d.ts +1 -1
- package/dist/cjs/api/types/TaskExpanded.d.ts +13 -0
- package/dist/cjs/api/types/TaskExpanded.js +5 -0
- package/dist/cjs/api/types/TaskGroupExpanded.d.ts +11 -0
- package/dist/cjs/api/types/TaskGroupExpanded.js +5 -0
- package/dist/cjs/api/types/TaskGroupsExpandedRes.d.ts +10 -0
- package/dist/cjs/api/types/TaskGroupsExpandedRes.js +5 -0
- package/dist/cjs/api/types/TimezoneResponse.d.ts +12 -0
- package/dist/cjs/api/types/TimezoneResponse.js +5 -0
- package/dist/cjs/api/types/{UserPublicData6.d.ts → UserPublicData1.d.ts} +2 -5
- package/dist/cjs/api/types/UserPublicData1.js +5 -0
- package/dist/cjs/api/types/index.d.ts +7 -2
- package/dist/cjs/api/types/index.js +7 -2
- 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/courierPayDriverRateSheets/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.mjs +1 -1
- package/dist/esm/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientCreate1.d.mts +2 -2
- package/dist/esm/api/resources/courierPayDriverRateSheets/client/requests/CourierPayDriverRateSheetClientUpdate1.d.mts +1 -1
- package/dist/esm/api/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/index.mjs +2 -0
- package/dist/esm/api/resources/offChrtShipperOrgInfo/client/Client.d.mts +13 -0
- package/dist/esm/api/resources/offChrtShipperOrgInfo/client/Client.mjs +57 -0
- package/dist/esm/api/resources/payments/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/payments/client/Client.mjs +2 -2
- package/dist/esm/api/resources/payments/client/requests/{CreateCheckoutSessionReq2.d.mts → CreateCheckoutSessionReq.d.mts} +2 -2
- package/dist/esm/api/resources/payments/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.d.mts +8 -2
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.mjs +12 -2
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.d.mts +42 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.mjs +82 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/index.mjs +2 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.d.mts +68 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.mjs +197 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/index.d.mts +1 -0
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/index.mjs +1 -0
- package/dist/esm/api/resources/shipperPayCourierPayments/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipperPayCourierPayments/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientCreate1.d.mts +2 -2
- package/dist/esm/api/resources/shipperPayCourierRateSheets/client/requests/ShipperPayCourierRateSheetClientUpdate1.d.mts +1 -1
- package/dist/esm/api/resources/taskGroups/client/Client.d.mts +15 -0
- package/dist/esm/api/resources/taskGroups/client/Client.mjs +62 -0
- package/dist/esm/api/resources/taskGroups/client/requests/TaskGroupsExpandedReq.d.mts +18 -0
- package/dist/esm/api/resources/taskGroups/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/users/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/utils/client/Client.d.mts +48 -0
- package/dist/esm/api/resources/utils/client/Client.mjs +96 -0
- package/dist/esm/api/resources/utils/client/index.d.mts +2 -0
- package/dist/esm/api/resources/utils/client/index.mjs +1 -0
- package/dist/esm/api/resources/utils/client/requests/UtilsGetTimezoneRequest.d.mts +20 -0
- package/dist/esm/api/resources/utils/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/utils/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/utils/index.d.mts +1 -0
- package/dist/esm/api/resources/utils/index.mjs +1 -0
- package/dist/esm/api/types/ClerkOrgData.d.mts +11 -0
- package/dist/esm/api/types/ClerkOrgData.mjs +4 -0
- package/dist/esm/api/types/CourierPayDriverRateSheet1.d.mts +1 -1
- package/dist/{cjs/api/types/CreateCheckoutSessionRes2.d.ts → esm/api/types/CreateCheckoutSessionRes.d.mts} +1 -1
- package/dist/esm/api/types/CreateCheckoutSessionRes.mjs +4 -0
- package/dist/esm/api/types/DecodedJwtWithOrgAndUserId.d.mts +5 -7
- package/dist/esm/api/types/PriceNameEnum.d.mts +4 -4
- package/dist/esm/api/types/PriceNameEnum.mjs +3 -3
- package/dist/esm/api/types/ShipperPayCourierRateSheet1.d.mts +1 -1
- package/dist/esm/api/types/TaskExpanded.d.mts +13 -0
- package/dist/esm/api/types/TaskExpanded.mjs +4 -0
- package/dist/esm/api/types/TaskGroupExpanded.d.mts +11 -0
- package/dist/esm/api/types/TaskGroupExpanded.mjs +4 -0
- package/dist/esm/api/types/TaskGroupsExpandedRes.d.mts +10 -0
- package/dist/esm/api/types/TaskGroupsExpandedRes.mjs +4 -0
- package/dist/esm/api/types/TimezoneResponse.d.mts +12 -0
- package/dist/esm/api/types/TimezoneResponse.mjs +4 -0
- package/dist/esm/api/types/{UserPublicData6.d.mts → UserPublicData1.d.mts} +2 -5
- package/dist/esm/api/types/UserPublicData1.mjs +4 -0
- package/dist/esm/api/types/index.d.mts +7 -2
- package/dist/esm/api/types/index.mjs +7 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +445 -9
- /package/dist/cjs/api/resources/payments/client/requests/{CreateCheckoutSessionReq2.js → CreateCheckoutSessionReq.js} +0 -0
- /package/dist/cjs/api/{types/CreateCheckoutSessionRes2.js → resources/taskGroups/client/requests/TaskGroupsExpandedReq.js} +0 -0
- /package/dist/cjs/api/{types/UserPublicData6.js → resources/utils/client/requests/UtilsGetTimezoneRequest.js} +0 -0
- /package/dist/esm/api/resources/payments/client/requests/{CreateCheckoutSessionReq2.mjs → CreateCheckoutSessionReq.mjs} +0 -0
- /package/dist/esm/api/{types/CreateCheckoutSessionRes2.mjs → resources/taskGroups/client/requests/TaskGroupsExpandedReq.mjs} +0 -0
- /package/dist/esm/api/{types/UserPublicData6.mjs → resources/utils/client/requests/UtilsGetTimezoneRequest.mjs} +0 -0
|
@@ -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 DecodedJwtWithOrgAndUserId {
|
|
5
6
|
azp?: string | null;
|
|
6
7
|
exp?: number | null;
|
|
@@ -12,17 +13,14 @@ export interface DecodedJwtWithOrgAndUserId {
|
|
|
12
13
|
sid?: string | null;
|
|
13
14
|
/** Must be a string starting with `user_` */
|
|
14
15
|
sub?: string | null;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
org_slug?: string | null;
|
|
18
|
-
email_verified?: boolean | null;
|
|
16
|
+
v?: number | null;
|
|
17
|
+
o?: Chrt.ClerkOrgData | null;
|
|
19
18
|
org_public_metadata?: Record<string, unknown> | null;
|
|
20
|
-
user_public_metadata?: Record<string, unknown> | null;
|
|
21
19
|
primary_email_address?: string | null;
|
|
22
|
-
/** Must be a string starting with `org_` */
|
|
23
|
-
org_id: string;
|
|
24
20
|
/** Must be a string starting with `user_` */
|
|
25
21
|
user_id: string;
|
|
22
|
+
/** Must be a string starting with `org_` */
|
|
23
|
+
org_id: string;
|
|
26
24
|
/** Accepts any additional properties */
|
|
27
25
|
[key: string]: any;
|
|
28
26
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export type PriceNameEnum = "
|
|
4
|
+
export type PriceNameEnum = "courier_ops_100_usd_per_month" | "courier_ops_500_usd_per_month" | "courier_ops_2500_usd_per_month";
|
|
5
5
|
export declare const PriceNameEnum: {
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
6
|
+
readonly CourierOps100UsdPerMonth: "courier_ops_100_usd_per_month";
|
|
7
|
+
readonly CourierOps500UsdPerMonth: "courier_ops_500_usd_per_month";
|
|
8
|
+
readonly CourierOps2500UsdPerMonth: "courier_ops_2500_usd_per_month";
|
|
9
9
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
export const PriceNameEnum = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
CourierOps100UsdPerMonth: "courier_ops_100_usd_per_month",
|
|
6
|
+
CourierOps500UsdPerMonth: "courier_ops_500_usd_per_month",
|
|
7
|
+
CourierOps2500UsdPerMonth: "courier_ops_2500_usd_per_month",
|
|
8
8
|
};
|
|
@@ -19,7 +19,7 @@ export interface ShipperPayCourierRateSheet1 {
|
|
|
19
19
|
long_distance_surcharge_miles_before_surcharge: number;
|
|
20
20
|
/** applies only to the additional miles */
|
|
21
21
|
long_distance_surcharge_rate_usd_per_mile: number;
|
|
22
|
-
|
|
22
|
+
fuel_surcharge_rate_usd_per_mile: number;
|
|
23
23
|
wait_time_before_charge_minutes: number;
|
|
24
24
|
wait_time_rate_usd_per_minute: number;
|
|
25
25
|
extra_stop_rate_usd: number;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* Single task with optional expanded data
|
|
7
|
+
*/
|
|
8
|
+
export interface TaskExpanded {
|
|
9
|
+
task: Chrt.Task1;
|
|
10
|
+
cargos?: Chrt.Cargo1[] | null;
|
|
11
|
+
milestones?: Chrt.Milestone1[] | null;
|
|
12
|
+
shipper_contact_info?: Chrt.ShipperContactInfo1[] | null;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.mjs";
|
|
5
|
+
/**
|
|
6
|
+
* Single task group with optional expanded tasks
|
|
7
|
+
*/
|
|
8
|
+
export interface TaskGroupExpanded {
|
|
9
|
+
task_group: Chrt.TaskGroup1;
|
|
10
|
+
tasks_expanded?: Chrt.TaskExpanded[] | null;
|
|
11
|
+
}
|
|
@@ -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
|
+
/**
|
|
6
|
+
* Response containing list of task groups with expanded data
|
|
7
|
+
*/
|
|
8
|
+
export interface TaskGroupsExpandedRes {
|
|
9
|
+
task_groups_expanded: Chrt.TaskGroupExpanded[];
|
|
10
|
+
}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export interface
|
|
4
|
+
export interface UserPublicData1 {
|
|
5
5
|
schema_version: number;
|
|
6
|
-
|
|
7
|
-
last_edited: string;
|
|
8
|
-
courier_profile_is_public: boolean;
|
|
6
|
+
primary_email_address?: string | null;
|
|
9
7
|
user_id: string;
|
|
10
8
|
customer_id?: string | null;
|
|
11
|
-
primary_email_address?: string | null;
|
|
12
9
|
notes?: Record<string, unknown> | null;
|
|
13
10
|
_id: string;
|
|
14
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./Cargo1.mjs";
|
|
2
2
|
export * from "./CargoClientCreate1.mjs";
|
|
3
3
|
export * from "./CargoTypeEnum1.mjs";
|
|
4
|
+
export * from "./ClerkOrgData.mjs";
|
|
4
5
|
export * from "./CourierNotificationEventEnum.mjs";
|
|
5
6
|
export * from "./CourierNotificationPreferences1.mjs";
|
|
6
7
|
export * from "./CourierOrgConnectionInfo1.mjs";
|
|
@@ -10,7 +11,7 @@ export * from "./CourierPayDriverLineItemGroupCreateReq.mjs";
|
|
|
10
11
|
export * from "./CourierPayDriverLineItemGroupServerCreate1.mjs";
|
|
11
12
|
export * from "./CourierPayDriverPayout1.mjs";
|
|
12
13
|
export * from "./CourierPayDriverRateSheet1.mjs";
|
|
13
|
-
export * from "./
|
|
14
|
+
export * from "./CreateCheckoutSessionRes.mjs";
|
|
14
15
|
export * from "./CreateConnectAccountLinkRes.mjs";
|
|
15
16
|
export * from "./CreateOrderRes.mjs";
|
|
16
17
|
export * from "./CreateShipperPayCourierPaymentReq.mjs";
|
|
@@ -79,18 +80,22 @@ export * from "./Task1.mjs";
|
|
|
79
80
|
export * from "./TaskActionEnum1.mjs";
|
|
80
81
|
export * from "./TaskClientCreate1.mjs";
|
|
81
82
|
export * from "./TaskCreateBundle.mjs";
|
|
83
|
+
export * from "./TaskExpanded.mjs";
|
|
82
84
|
export * from "./TaskGroup1.mjs";
|
|
83
85
|
export * from "./TaskGroupDetailsResponse.mjs";
|
|
86
|
+
export * from "./TaskGroupExpanded.mjs";
|
|
84
87
|
export * from "./TaskGroupStatusEnum1.mjs";
|
|
85
88
|
export * from "./TaskGroupWithDetails.mjs";
|
|
86
89
|
export * from "./TaskGroupWithTasks.mjs";
|
|
90
|
+
export * from "./TaskGroupsExpandedRes.mjs";
|
|
87
91
|
export * from "./TaskWithDetails.mjs";
|
|
88
92
|
export * from "./TemplateRes.mjs";
|
|
93
|
+
export * from "./TimezoneResponse.mjs";
|
|
89
94
|
export * from "./Tracker1.mjs";
|
|
90
95
|
export * from "./TrackerSession1.mjs";
|
|
91
96
|
export * from "./TransportTypeEnum.mjs";
|
|
92
97
|
export * from "./UpdateTaskGroupRes.mjs";
|
|
93
|
-
export * from "./
|
|
98
|
+
export * from "./UserPublicData1.mjs";
|
|
94
99
|
export * from "./ValidationError.mjs";
|
|
95
100
|
export * from "./Vehicle1.mjs";
|
|
96
101
|
export * from "./VehicleTypeEnum.mjs";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./Cargo1.mjs";
|
|
2
2
|
export * from "./CargoClientCreate1.mjs";
|
|
3
3
|
export * from "./CargoTypeEnum1.mjs";
|
|
4
|
+
export * from "./ClerkOrgData.mjs";
|
|
4
5
|
export * from "./CourierNotificationEventEnum.mjs";
|
|
5
6
|
export * from "./CourierNotificationPreferences1.mjs";
|
|
6
7
|
export * from "./CourierOrgConnectionInfo1.mjs";
|
|
@@ -10,7 +11,7 @@ export * from "./CourierPayDriverLineItemGroupCreateReq.mjs";
|
|
|
10
11
|
export * from "./CourierPayDriverLineItemGroupServerCreate1.mjs";
|
|
11
12
|
export * from "./CourierPayDriverPayout1.mjs";
|
|
12
13
|
export * from "./CourierPayDriverRateSheet1.mjs";
|
|
13
|
-
export * from "./
|
|
14
|
+
export * from "./CreateCheckoutSessionRes.mjs";
|
|
14
15
|
export * from "./CreateConnectAccountLinkRes.mjs";
|
|
15
16
|
export * from "./CreateOrderRes.mjs";
|
|
16
17
|
export * from "./CreateShipperPayCourierPaymentReq.mjs";
|
|
@@ -79,18 +80,22 @@ export * from "./Task1.mjs";
|
|
|
79
80
|
export * from "./TaskActionEnum1.mjs";
|
|
80
81
|
export * from "./TaskClientCreate1.mjs";
|
|
81
82
|
export * from "./TaskCreateBundle.mjs";
|
|
83
|
+
export * from "./TaskExpanded.mjs";
|
|
82
84
|
export * from "./TaskGroup1.mjs";
|
|
83
85
|
export * from "./TaskGroupDetailsResponse.mjs";
|
|
86
|
+
export * from "./TaskGroupExpanded.mjs";
|
|
84
87
|
export * from "./TaskGroupStatusEnum1.mjs";
|
|
85
88
|
export * from "./TaskGroupWithDetails.mjs";
|
|
86
89
|
export * from "./TaskGroupWithTasks.mjs";
|
|
90
|
+
export * from "./TaskGroupsExpandedRes.mjs";
|
|
87
91
|
export * from "./TaskWithDetails.mjs";
|
|
88
92
|
export * from "./TemplateRes.mjs";
|
|
93
|
+
export * from "./TimezoneResponse.mjs";
|
|
89
94
|
export * from "./Tracker1.mjs";
|
|
90
95
|
export * from "./TrackerSession1.mjs";
|
|
91
96
|
export * from "./TransportTypeEnum.mjs";
|
|
92
97
|
export * from "./UpdateTaskGroupRes.mjs";
|
|
93
|
-
export * from "./
|
|
98
|
+
export * from "./UserPublicData1.mjs";
|
|
94
99
|
export * from "./ValidationError.mjs";
|
|
95
100
|
export * from "./Vehicle1.mjs";
|
|
96
101
|
export * from "./VehicleTypeEnum.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.0.
|
|
1
|
+
export declare const SDK_VERSION = "0.0.224";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "0.0.
|
|
1
|
+
export const SDK_VERSION = "0.0.224";
|