@chrt-inc/typescript-sdk 1.575.0 → 1.585.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/orgs/client/Client.d.ts +3 -2
- package/dist/cjs/api/resources/orgs/client/Client.js +7 -3
- package/dist/cjs/api/resources/orgs/client/requests/OrgsListMembersV1Request.d.ts +4 -1
- package/dist/cjs/api/resources/orgs/resources/connections/client/Client.d.ts +6 -3
- package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +18 -6
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListCouriersV1Request.d.ts +3 -0
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListForwardersV1Request.d.ts +3 -0
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersV1Request.d.ts +3 -0
- package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/Client.js +6 -2
- package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.d.ts +3 -0
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/CourierOrgProfileClientCreate1.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ForwarderOrgProfileClientCreate1.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/resources/publicData/client/requests/CreateOrgPublicDataReq.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.d.ts +4 -1
- package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.js +14 -2
- package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriversListOrgMembersAndDriversV1Request.d.ts +9 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersDraftUpdateReq.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/orders/client/requests/OrdersUpdateOffChrtReferenceIdReq.d.ts +1 -0
- package/dist/cjs/api/resources/tracking/resources/devices/client/requests/DeviceClientCreate1.d.ts +1 -0
- package/dist/cjs/api/resources/tracking/resources/devices/client/requests/DeviceClientUpdate1.d.ts +1 -0
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.ts +1 -0
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.d.ts +1 -0
- package/dist/cjs/api/resources/users/resources/directoryEntries/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/users/resources/directoryEntries/client/Client.js +6 -2
- package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.d.ts +3 -0
- package/dist/cjs/api/types/CourierOrgProfile1.d.ts +1 -0
- package/dist/cjs/api/types/CreateConnectionReq.d.ts +1 -0
- package/dist/cjs/api/types/DeviceLimitedForList1.d.ts +1 -0
- package/dist/cjs/api/types/ForwarderOrgProfile1.d.ts +1 -0
- package/dist/cjs/api/types/LineItemGroup1.d.ts +1 -0
- package/dist/cjs/api/types/Order1.d.ts +1 -0
- package/dist/cjs/api/types/OrderDraftExpanded.d.ts +1 -0
- package/dist/cjs/api/types/OrderExpanded.d.ts +1 -0
- package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +1 -0
- package/dist/cjs/api/types/OrdersUpdateOffChrtReferenceIdRes.d.ts +1 -0
- package/dist/cjs/api/types/OrgPublicData1.d.ts +1 -0
- package/dist/cjs/api/types/Session1.d.ts +1 -0
- package/dist/cjs/api/types/TaskGroup1.d.ts +1 -0
- package/dist/cjs/api/types/TaskGroupExpanded.d.ts +2 -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/orgs/client/Client.d.mts +3 -2
- package/dist/esm/api/resources/orgs/client/Client.mjs +7 -3
- package/dist/esm/api/resources/orgs/client/requests/OrgsListMembersV1Request.d.mts +4 -1
- package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +6 -3
- package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +18 -6
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListCouriersV1Request.d.mts +3 -0
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListForwardersV1Request.d.mts +3 -0
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/ConnectionsListShippersV1Request.d.mts +3 -0
- package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/Client.mjs +6 -2
- package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgListV1Request.d.mts +3 -0
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/CourierOrgProfileClientCreate1.d.mts +1 -0
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ForwarderOrgProfileClientCreate1.d.mts +1 -0
- package/dist/esm/api/resources/orgs/resources/publicData/client/requests/CreateOrgPublicDataReq.d.mts +1 -0
- package/dist/esm/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/drivers/client/Client.d.mts +4 -1
- package/dist/esm/api/resources/shipping/resources/drivers/client/Client.mjs +14 -2
- package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriversListOrgMembersAndDriversV1Request.d.mts +9 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersDraftUpdateReq.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/orders/client/requests/OrdersUpdateOffChrtReferenceIdReq.d.mts +1 -0
- package/dist/esm/api/resources/tracking/resources/devices/client/requests/DeviceClientCreate1.d.mts +1 -0
- package/dist/esm/api/resources/tracking/resources/devices/client/requests/DeviceClientUpdate1.d.mts +1 -0
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.mts +1 -0
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.d.mts +1 -0
- package/dist/esm/api/resources/users/resources/directoryEntries/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/users/resources/directoryEntries/client/Client.mjs +6 -2
- package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntriesListV1Request.d.mts +3 -0
- package/dist/esm/api/types/CourierOrgProfile1.d.mts +1 -0
- package/dist/esm/api/types/CreateConnectionReq.d.mts +1 -0
- package/dist/esm/api/types/DeviceLimitedForList1.d.mts +1 -0
- package/dist/esm/api/types/ForwarderOrgProfile1.d.mts +1 -0
- package/dist/esm/api/types/LineItemGroup1.d.mts +1 -0
- package/dist/esm/api/types/Order1.d.mts +1 -0
- package/dist/esm/api/types/OrderDraftExpanded.d.mts +1 -0
- package/dist/esm/api/types/OrderExpanded.d.mts +1 -0
- package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +1 -0
- package/dist/esm/api/types/OrdersUpdateOffChrtReferenceIdRes.d.mts +1 -0
- package/dist/esm/api/types/OrgPublicData1.d.mts +1 -0
- package/dist/esm/api/types/Session1.d.mts +1 -0
- package/dist/esm/api/types/TaskGroup1.d.mts +1 -0
- package/dist/esm/api/types/TaskGroupExpanded.d.mts +2 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +16 -7
|
@@ -44,7 +44,7 @@ export declare class DirectoryEntries {
|
|
|
44
44
|
getV1(directoryEntryId: string, requestOptions?: DirectoryEntries.RequestOptions): core.HttpResponsePromise<Chrt.DirectoryEntry1>;
|
|
45
45
|
private __getV1;
|
|
46
46
|
/**
|
|
47
|
-
* Lists directory entries with pagination and optional full-text search. | authz: min_org_role=operator | () -> (DirectoryEntryListRes)
|
|
47
|
+
* Lists directory entries with pagination, optional filtering by entry_org_id, and optional full-text search. | authz: min_org_role=operator | () -> (DirectoryEntryListRes)
|
|
48
48
|
*
|
|
49
49
|
* @param {Chrt.users.DirectoryEntriesListV1Request} request
|
|
50
50
|
* @param {DirectoryEntries.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -54,6 +54,7 @@ export declare class DirectoryEntries {
|
|
|
54
54
|
* @example
|
|
55
55
|
* await client.users.directoryEntries.listV1({
|
|
56
56
|
* search: "search",
|
|
57
|
+
* filter_entry_org_id: "filter_entry_org_id",
|
|
57
58
|
* sort_by: "company_name",
|
|
58
59
|
* sort_order: "asc",
|
|
59
60
|
* page: 1,
|
|
@@ -79,7 +79,7 @@ export class DirectoryEntries {
|
|
|
79
79
|
});
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
|
-
* Lists directory entries with pagination and optional full-text search. | authz: min_org_role=operator | () -> (DirectoryEntryListRes)
|
|
82
|
+
* Lists directory entries with pagination, optional filtering by entry_org_id, and optional full-text search. | authz: min_org_role=operator | () -> (DirectoryEntryListRes)
|
|
83
83
|
*
|
|
84
84
|
* @param {Chrt.users.DirectoryEntriesListV1Request} request
|
|
85
85
|
* @param {DirectoryEntries.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -89,6 +89,7 @@ export class DirectoryEntries {
|
|
|
89
89
|
* @example
|
|
90
90
|
* await client.users.directoryEntries.listV1({
|
|
91
91
|
* search: "search",
|
|
92
|
+
* filter_entry_org_id: "filter_entry_org_id",
|
|
92
93
|
* sort_by: "company_name",
|
|
93
94
|
* sort_order: "asc",
|
|
94
95
|
* page: 1,
|
|
@@ -101,11 +102,14 @@ export class DirectoryEntries {
|
|
|
101
102
|
__listV1() {
|
|
102
103
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
103
104
|
var _a, _b, _c, _d, _e, _f;
|
|
104
|
-
const { search, sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize } = request;
|
|
105
|
+
const { search, filter_entry_org_id: filterEntryOrgId, sort_by: sortBy, sort_order: sortOrder, page, page_size: pageSize, } = request;
|
|
105
106
|
const _queryParams = {};
|
|
106
107
|
if (search !== undefined) {
|
|
107
108
|
_queryParams["search"] = search;
|
|
108
109
|
}
|
|
110
|
+
if (filterEntryOrgId !== undefined) {
|
|
111
|
+
_queryParams["filter_entry_org_id"] = filterEntryOrgId;
|
|
112
|
+
}
|
|
109
113
|
if (sortBy !== undefined) {
|
|
110
114
|
_queryParams["sort_by"] = sortBy;
|
|
111
115
|
}
|
|
@@ -6,6 +6,7 @@ import * as Chrt from "../../../../../../index.mjs";
|
|
|
6
6
|
* @example
|
|
7
7
|
* {
|
|
8
8
|
* search: "search",
|
|
9
|
+
* filter_entry_org_id: "filter_entry_org_id",
|
|
9
10
|
* sort_by: "company_name",
|
|
10
11
|
* sort_order: "asc",
|
|
11
12
|
* page: 1,
|
|
@@ -15,6 +16,8 @@ import * as Chrt from "../../../../../../index.mjs";
|
|
|
15
16
|
export interface DirectoryEntriesListV1Request {
|
|
16
17
|
/** Full-text search query */
|
|
17
18
|
search?: string | null;
|
|
19
|
+
/** Filter by the org this entry belongs to */
|
|
20
|
+
filter_entry_org_id?: string | null;
|
|
18
21
|
/** Field to sort by */
|
|
19
22
|
sort_by?: Chrt.DirectoryEntrySortByEnum | null;
|
|
20
23
|
/** Sort order (asc or desc) */
|
|
@@ -5,6 +5,7 @@ export interface CourierOrgProfile1 {
|
|
|
5
5
|
schema_version: number;
|
|
6
6
|
description: string;
|
|
7
7
|
email_address_primary: string;
|
|
8
|
+
/** E.164 formatted phone number (e.g. +16505551234). Assumes US country code if none provided. */
|
|
8
9
|
phone_number_primary: string;
|
|
9
10
|
/** Must be a string starting with `org_` */
|
|
10
11
|
org_id: string;
|
|
@@ -18,6 +18,7 @@ export interface DeviceLimitedForList1 {
|
|
|
18
18
|
device_token?: string | null;
|
|
19
19
|
type?: Chrt.TrackingDeviceTypeEnum1 | null;
|
|
20
20
|
comments?: string | null;
|
|
21
|
+
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
21
22
|
off_chrt_reference_id?: string | null;
|
|
22
23
|
registered_at_timestamp?: string | null;
|
|
23
24
|
first_seen_at_timestamp?: string | null;
|
|
@@ -5,6 +5,7 @@ export interface ForwarderOrgProfile1 {
|
|
|
5
5
|
schema_version: number;
|
|
6
6
|
description: string;
|
|
7
7
|
email_address_primary: string;
|
|
8
|
+
/** E.164 formatted phone number (e.g. +16505551234). Assumes US country code if none provided. */
|
|
8
9
|
phone_number_primary: string;
|
|
9
10
|
/** Must be a string starting with `org_` */
|
|
10
11
|
org_id: string;
|
|
@@ -9,6 +9,7 @@ export interface LineItemGroup1 {
|
|
|
9
9
|
task_group_id?: string | null;
|
|
10
10
|
order_id?: string | null;
|
|
11
11
|
order_short_id?: string | null;
|
|
12
|
+
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
12
13
|
order_off_chrt_reference_id?: string | null;
|
|
13
14
|
rate_sheet_id?: string | null;
|
|
14
15
|
line_items: Chrt.LineItem1[];
|
|
@@ -7,6 +7,7 @@ export interface Order1 {
|
|
|
7
7
|
_id: string;
|
|
8
8
|
short_id: string;
|
|
9
9
|
task_group_ids?: string[];
|
|
10
|
+
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
10
11
|
off_chrt_reference_id?: string | null;
|
|
11
12
|
created_by_org_type: Chrt.OrgTypeEnum;
|
|
12
13
|
/** Must be a string starting with `org_` */
|
|
@@ -5,6 +5,7 @@ import * as Chrt from "../index.mjs";
|
|
|
5
5
|
export interface OrderDraftExpanded {
|
|
6
6
|
order: Chrt.Order1;
|
|
7
7
|
forwarder_org_company_name?: string | null;
|
|
8
|
+
/** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
|
|
8
9
|
forwarder_org_handle?: string | null;
|
|
9
10
|
shipper_org_company_name?: string | null;
|
|
10
11
|
off_chrt_shipper_org_company_name?: string | null;
|
|
@@ -5,6 +5,7 @@ import * as Chrt from "../index.mjs";
|
|
|
5
5
|
export interface OrderExpanded {
|
|
6
6
|
order: Chrt.Order1;
|
|
7
7
|
forwarder_org_company_name?: string | null;
|
|
8
|
+
/** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
|
|
8
9
|
forwarder_org_handle?: string | null;
|
|
9
10
|
shipper_org_company_name?: string | null;
|
|
10
11
|
off_chrt_shipper_org_company_name?: string | null;
|
|
@@ -9,5 +9,6 @@ export interface OrdersDraftUpdateRes {
|
|
|
9
9
|
/** Must be a string starting with `org_` */
|
|
10
10
|
shipper_org_id?: string | null;
|
|
11
11
|
off_chrt_shipper_org_id?: string | null;
|
|
12
|
+
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
12
13
|
off_chrt_reference_id?: string | null;
|
|
13
14
|
}
|
|
@@ -2,5 +2,6 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
export interface OrdersUpdateOffChrtReferenceIdRes {
|
|
5
|
+
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
5
6
|
off_chrt_reference_id?: string | null;
|
|
6
7
|
}
|
|
@@ -8,6 +8,7 @@ export interface OrgPublicData1 {
|
|
|
8
8
|
/** Must be a string starting with `org_` */
|
|
9
9
|
org_id: string;
|
|
10
10
|
company_name?: string | null;
|
|
11
|
+
/** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
|
|
11
12
|
handle?: string | null;
|
|
12
13
|
_id: string;
|
|
13
14
|
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
import * as Chrt from "../index.mjs";
|
|
5
5
|
export interface Session1 {
|
|
6
6
|
schema_version: number;
|
|
7
|
+
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
7
8
|
off_chrt_reference_id?: string | null;
|
|
8
9
|
comments?: string | null;
|
|
9
10
|
public?: boolean;
|
|
@@ -7,6 +7,7 @@ export interface TaskGroup1 {
|
|
|
7
7
|
_id: string;
|
|
8
8
|
order_id: string;
|
|
9
9
|
order_short_id: string;
|
|
10
|
+
/** Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved). */
|
|
10
11
|
order_off_chrt_reference_id?: string | null;
|
|
11
12
|
task_ids?: string[];
|
|
12
13
|
/** Must be a string starting with `org_` */
|
|
@@ -7,8 +7,10 @@ export interface TaskGroupExpanded {
|
|
|
7
7
|
tasks_expanded?: Chrt.TaskExpanded[] | null;
|
|
8
8
|
driver?: Chrt.Driver1 | null;
|
|
9
9
|
courier_org_company_name?: string | null;
|
|
10
|
+
/** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
|
|
10
11
|
courier_org_handle?: string | null;
|
|
11
12
|
forwarder_org_company_name?: string | null;
|
|
13
|
+
/** Must be a string starting with `@`. May only contain a-z, A-Z, 0-9, _, -. May not be longer than 30 characters. */
|
|
12
14
|
forwarder_org_handle?: string | null;
|
|
13
15
|
shipper_org_company_name?: string | null;
|
|
14
16
|
off_chrt_shipper_org_company_name?: string | null;
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.585.0";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.
|
|
1
|
+
export const SDK_VERSION = "1.585.0";
|
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -69,7 +69,7 @@ await client.orgs.getInfoV1();
|
|
|
69
69
|
<dl>
|
|
70
70
|
<dd>
|
|
71
71
|
|
|
72
|
-
Lists all members of the caller's organization with their roles and details. | () -> (OrgMemberListRes)
|
|
72
|
+
Lists all members of the caller's organization with their roles and details. Supports search by name, filtering by role, sorting, and pagination. | () -> (OrgMemberListRes)
|
|
73
73
|
|
|
74
74
|
</dd>
|
|
75
75
|
</dl>
|
|
@@ -90,6 +90,7 @@ await client.orgs.listMembersV1({
|
|
|
90
90
|
sort_order: "asc",
|
|
91
91
|
page: 1,
|
|
92
92
|
page_size: 1,
|
|
93
|
+
search: "search",
|
|
93
94
|
});
|
|
94
95
|
```
|
|
95
96
|
|
|
@@ -5409,7 +5410,7 @@ await client.notifications.webhookSetup.turnOffV1();
|
|
|
5409
5410
|
<dl>
|
|
5410
5411
|
<dd>
|
|
5411
5412
|
|
|
5412
|
-
Lists shipper organizations based on the caller's organization type
|
|
5413
|
+
Lists shipper organizations based on the caller's organization type with optional search by company name or handle. | () -> (ShipperConnectionListRes)
|
|
5413
5414
|
|
|
5414
5415
|
</dd>
|
|
5415
5416
|
</dl>
|
|
@@ -5426,6 +5427,7 @@ Lists shipper organizations based on the caller's organization type. Couriers se
|
|
|
5426
5427
|
|
|
5427
5428
|
```typescript
|
|
5428
5429
|
await client.orgs.connections.listShippersV1({
|
|
5430
|
+
search: "search",
|
|
5429
5431
|
page: 1,
|
|
5430
5432
|
page_size: 1,
|
|
5431
5433
|
});
|
|
@@ -5475,7 +5477,7 @@ await client.orgs.connections.listShippersV1({
|
|
|
5475
5477
|
<dl>
|
|
5476
5478
|
<dd>
|
|
5477
5479
|
|
|
5478
|
-
Lists courier organizations based on the caller's organization type
|
|
5480
|
+
Lists courier organizations based on the caller's organization type with optional search by company name or handle. | () -> (CourierConnectionListRes)
|
|
5479
5481
|
|
|
5480
5482
|
</dd>
|
|
5481
5483
|
</dl>
|
|
@@ -5492,6 +5494,7 @@ Lists courier organizations based on the caller's organization type. Shippers se
|
|
|
5492
5494
|
|
|
5493
5495
|
```typescript
|
|
5494
5496
|
await client.orgs.connections.listCouriersV1({
|
|
5497
|
+
search: "search",
|
|
5495
5498
|
page: 1,
|
|
5496
5499
|
page_size: 1,
|
|
5497
5500
|
});
|
|
@@ -5541,7 +5544,7 @@ await client.orgs.connections.listCouriersV1({
|
|
|
5541
5544
|
<dl>
|
|
5542
5545
|
<dd>
|
|
5543
5546
|
|
|
5544
|
-
Lists forwarder organizations based on the caller's organization type
|
|
5547
|
+
Lists forwarder organizations based on the caller's organization type with optional search by company name or handle. | () -> (ForwarderConnectionListRes)
|
|
5545
5548
|
|
|
5546
5549
|
</dd>
|
|
5547
5550
|
</dl>
|
|
@@ -5558,6 +5561,7 @@ Lists forwarder organizations based on the caller's organization type. Shippers
|
|
|
5558
5561
|
|
|
5559
5562
|
```typescript
|
|
5560
5563
|
await client.orgs.connections.listForwardersV1({
|
|
5564
|
+
search: "search",
|
|
5561
5565
|
page: 1,
|
|
5562
5566
|
page_size: 1,
|
|
5563
5567
|
});
|
|
@@ -5933,7 +5937,7 @@ await client.orgs.offChrtShipperOrg.createV1({
|
|
|
5933
5937
|
<dl>
|
|
5934
5938
|
<dd>
|
|
5935
5939
|
|
|
5936
|
-
Lists all off-platform shipper organizations created by the caller's organization. | () -> (OffChrtShipperOrgListRes)
|
|
5940
|
+
Lists all off-platform shipper organizations created by the caller's organization with optional search by company name. | () -> (OffChrtShipperOrgListRes)
|
|
5937
5941
|
|
|
5938
5942
|
</dd>
|
|
5939
5943
|
</dl>
|
|
@@ -5950,6 +5954,7 @@ Lists all off-platform shipper organizations created by the caller's organizatio
|
|
|
5950
5954
|
|
|
5951
5955
|
```typescript
|
|
5952
5956
|
await client.orgs.offChrtShipperOrg.listV1({
|
|
5957
|
+
search: "search",
|
|
5953
5958
|
page: 1,
|
|
5954
5959
|
page_size: 1,
|
|
5955
5960
|
});
|
|
@@ -7808,7 +7813,7 @@ await client.shipping.drivers.getByDriverIdV1("driver_id");
|
|
|
7808
7813
|
<dl>
|
|
7809
7814
|
<dd>
|
|
7810
7815
|
|
|
7811
|
-
Lists all organization members paired with their driver information if they are drivers.
|
|
7816
|
+
Lists all organization members paired with their driver information if they are drivers. Supports search by name, filtering, sorting, and pagination. | () -> (OrgMembersAndDriversListRes)
|
|
7812
7817
|
|
|
7813
7818
|
</dd>
|
|
7814
7819
|
</dl>
|
|
@@ -7825,8 +7830,11 @@ Lists all organization members paired with their driver information if they are
|
|
|
7825
7830
|
|
|
7826
7831
|
```typescript
|
|
7827
7832
|
await client.shipping.drivers.listOrgMembersAndDriversV1({
|
|
7833
|
+
search: "search",
|
|
7828
7834
|
filter_available_according_to_driver: true,
|
|
7829
7835
|
filter_available_according_to_operators: true,
|
|
7836
|
+
sort_by: "first_name",
|
|
7837
|
+
sort_order: "asc",
|
|
7830
7838
|
page: 1,
|
|
7831
7839
|
page_size: 1,
|
|
7832
7840
|
});
|
|
@@ -16092,7 +16100,7 @@ await client.users.directoryEntries.getV1("directory_entry_id");
|
|
|
16092
16100
|
<dl>
|
|
16093
16101
|
<dd>
|
|
16094
16102
|
|
|
16095
|
-
Lists directory entries with pagination and optional full-text search. | authz: min_org_role=operator | () -> (DirectoryEntryListRes)
|
|
16103
|
+
Lists directory entries with pagination, optional filtering by entry_org_id, and optional full-text search. | authz: min_org_role=operator | () -> (DirectoryEntryListRes)
|
|
16096
16104
|
|
|
16097
16105
|
</dd>
|
|
16098
16106
|
</dl>
|
|
@@ -16110,6 +16118,7 @@ Lists directory entries with pagination and optional full-text search. | authz:
|
|
|
16110
16118
|
```typescript
|
|
16111
16119
|
await client.users.directoryEntries.listV1({
|
|
16112
16120
|
search: "search",
|
|
16121
|
+
filter_entry_org_id: "filter_entry_org_id",
|
|
16113
16122
|
sort_by: "company_name",
|
|
16114
16123
|
sort_order: "asc",
|
|
16115
16124
|
page: 1,
|