@chrt-inc/typescript-sdk 1.654.0 → 1.659.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/billing/client/Client.d.ts +3 -0
- package/dist/cjs/api/resources/billing/client/Client.js +5 -0
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.ts +1 -0
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.js +1 -0
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.d.ts +1 -0
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.js +1 -0
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/billing/resources/index.d.ts +1 -0
- package/dist/cjs/api/resources/billing/resources/index.js +2 -1
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +14 -0
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +60 -0
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.d.ts +23 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/client/Client.js +17 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/client/index.js +2 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/index.d.ts +2 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/index.js +18 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/index.js +41 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.ts +83 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.js +308 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.d.ts +2 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.js +17 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost.d.ts +13 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/index.d.ts +1 -0
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/index.js +17 -0
- package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +2 -0
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.js +2 -0
- package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForBidderV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForListingV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/listing/resources/listings/client/Client.d.ts +10 -4
- package/dist/cjs/api/resources/listing/resources/listings/client/Client.js +9 -3
- package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingsListByOrgV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingsListForDriverBidderV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingsListForProviderBidderV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/Client.js +2 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/operations/resources/departments/client/Client.d.ts +2 -1
- package/dist/cjs/api/resources/operations/resources/departments/client/Client.js +2 -1
- package/dist/cjs/api/resources/operations/resources/departments/client/requests/DepartmentsListV1Request.d.ts +2 -1
- package/dist/cjs/api/resources/orgs/client/Client.d.ts +1 -0
- package/dist/cjs/api/resources/orgs/client/Client.js +1 -0
- package/dist/cjs/api/resources/orgs/client/requests/OrgsListMembersV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.js +1 -0
- package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriversListOrgMembersAndDriversV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.js +2 -0
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +2 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +14 -12
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +17 -15
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.ts +13 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.js +5 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +13 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.js +5 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +13 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.js +5 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +3 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +2 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +2 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.ts +1 -0
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.ts +1 -0
- package/dist/cjs/api/types/LineItemGroupLineItemsRes.d.ts +11 -0
- package/dist/cjs/api/types/LineItemGroupLineItemsRes.js +5 -0
- package/dist/cjs/api/types/LineItemS3ObjectMetadata1.d.ts +19 -0
- package/dist/cjs/api/types/LineItemS3ObjectMetadata1.js +5 -0
- package/dist/cjs/api/types/ListingForBidder1.d.ts +8 -0
- package/dist/cjs/api/types/ListingForBidder1.js +5 -0
- package/dist/cjs/api/types/ListingForBidderListRes.d.ts +1 -1
- package/dist/cjs/api/types/ListingTaskForBidder1.d.ts +12 -0
- package/dist/cjs/api/types/ListingTaskForBidder1.js +5 -0
- package/dist/cjs/api/types/ListingTaskGroupForBidder1.d.ts +8 -0
- package/dist/cjs/api/types/ListingTaskGroupForBidder1.js +5 -0
- package/dist/cjs/api/types/index.d.ts +5 -1
- package/dist/cjs/api/types/index.js +5 -1
- 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/billing/client/Client.d.mts +3 -0
- package/dist/esm/api/resources/billing/client/Client.mjs +5 -0
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.mts +1 -0
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.mjs +1 -0
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodsListV1Request.d.mts +1 -0
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.d.mts +1 -0
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.mjs +1 -0
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgersListV1Request.d.mts +1 -0
- package/dist/esm/api/resources/billing/resources/index.d.mts +1 -0
- package/dist/esm/api/resources/billing/resources/index.mjs +1 -0
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +14 -0
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +60 -0
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupsListV1Request.d.mts +1 -0
- package/dist/esm/api/resources/billing/resources/lineItems/client/Client.d.mts +23 -0
- package/dist/esm/api/resources/billing/resources/lineItems/client/Client.mjs +13 -0
- package/dist/esm/api/resources/billing/resources/lineItems/client/index.d.mts +1 -0
- package/dist/esm/api/resources/billing/resources/lineItems/client/index.mjs +1 -0
- package/dist/esm/api/resources/billing/resources/lineItems/index.d.mts +2 -0
- package/dist/esm/api/resources/billing/resources/lineItems/index.mjs +2 -0
- package/dist/esm/api/resources/billing/resources/lineItems/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/billing/resources/lineItems/resources/index.mjs +2 -0
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.mts +83 -0
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.mjs +271 -0
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.d.mts +2 -0
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/index.mjs +1 -0
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost.d.mts +13 -0
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/index.d.mts +1 -0
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/index.mjs +1 -0
- package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +2 -0
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsExpandedListV1Request.d.mts +1 -0
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementsListV1Request.d.mts +1 -0
- package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.mjs +2 -0
- package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForBidderV1Request.d.mts +1 -0
- package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/BidThreadsListForListingV1Request.d.mts +1 -0
- package/dist/esm/api/resources/listing/resources/listings/client/Client.d.mts +10 -4
- package/dist/esm/api/resources/listing/resources/listings/client/Client.mjs +9 -3
- package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingsListByOrgV1Request.d.mts +2 -0
- package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingsListForDriverBidderV1Request.d.mts +2 -0
- package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingsListForProviderBidderV1Request.d.mts +2 -0
- package/dist/esm/api/resources/operations/resources/cases/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/operations/resources/cases/client/Client.mjs +2 -0
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.mts +2 -0
- package/dist/esm/api/resources/operations/resources/departments/client/Client.d.mts +2 -1
- package/dist/esm/api/resources/operations/resources/departments/client/Client.mjs +2 -1
- package/dist/esm/api/resources/operations/resources/departments/client/requests/DepartmentsListV1Request.d.mts +2 -1
- package/dist/esm/api/resources/orgs/client/Client.d.mts +1 -0
- package/dist/esm/api/resources/orgs/client/Client.mjs +1 -0
- package/dist/esm/api/resources/orgs/client/requests/OrgsListMembersV1Request.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/drivers/client/Client.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/drivers/client/Client.mjs +1 -0
- package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriversListOrgMembersAndDriversV1Request.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.mjs +2 -0
- package/dist/esm/api/resources/shipping/resources/orderSchedules/client/requests/OrderSchedulesListV1Request.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +2 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForCoordinatorOperatorsV1Request.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/requests/ExpandedListForShipperOperatorsV1Request.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +14 -12
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +17 -15
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.mts +13 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.mjs +4 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts +13 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.mjs +4 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +13 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.mjs +4 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +3 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +2 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +2 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForDriverForExecutorV1Request.d.mts +1 -0
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/ExpandedListForExecutorOperatorsV1Request.d.mts +1 -0
- package/dist/esm/api/types/LineItemGroupLineItemsRes.d.mts +11 -0
- package/dist/esm/api/types/LineItemGroupLineItemsRes.mjs +4 -0
- package/dist/esm/api/types/LineItemS3ObjectMetadata1.d.mts +19 -0
- package/dist/esm/api/types/LineItemS3ObjectMetadata1.mjs +4 -0
- package/dist/esm/api/types/ListingForBidder1.d.mts +8 -0
- package/dist/esm/api/types/ListingForBidder1.mjs +4 -0
- package/dist/esm/api/types/ListingForBidderListRes.d.mts +1 -1
- package/dist/esm/api/types/ListingTaskForBidder1.d.mts +12 -0
- package/dist/esm/api/types/ListingTaskForBidder1.mjs +4 -0
- package/dist/esm/api/types/ListingTaskGroupForBidder1.d.mts +8 -0
- package/dist/esm/api/types/ListingTaskGroupForBidder1.mjs +4 -0
- package/dist/esm/api/types/index.d.mts +5 -1
- package/dist/esm/api/types/index.mjs +5 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +366 -13
- package/dist/cjs/api/types/TaskGroupQuoteClientReq.d.ts +0 -6
- package/dist/esm/api/types/TaskGroupQuoteClientReq.d.mts +0 -6
- /package/dist/cjs/api/{types/TaskGroupQuoteClientReq.js → resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost.js} +0 -0
- /package/dist/esm/api/{types/TaskGroupQuoteClientReq.mjs → resources/billing/resources/lineItems/resources/s3Objects/client/requests/BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost.mjs} +0 -0
|
@@ -69,6 +69,8 @@ class Cases {
|
|
|
69
69
|
* sort_order: "asc",
|
|
70
70
|
* page: 1,
|
|
71
71
|
* page_size: 1,
|
|
72
|
+
* filter_status: ["open"],
|
|
73
|
+
* filter_department_id: ["filter_department_id"],
|
|
72
74
|
* filter_assigned_operator_user_id: "filter_assigned_operator_user_id",
|
|
73
75
|
* filter_needs_action: true,
|
|
74
76
|
* filter_unassigned: true
|
package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.ts
CHANGED
|
@@ -9,6 +9,8 @@ import * as Chrt from "../../../../../../index.js";
|
|
|
9
9
|
* sort_order: "asc",
|
|
10
10
|
* page: 1,
|
|
11
11
|
* page_size: 1,
|
|
12
|
+
* filter_status: ["open"],
|
|
13
|
+
* filter_department_id: ["filter_department_id"],
|
|
12
14
|
* filter_assigned_operator_user_id: "filter_assigned_operator_user_id",
|
|
13
15
|
* filter_needs_action: true,
|
|
14
16
|
* filter_unassigned: true
|
|
@@ -43,7 +43,8 @@ export declare class Departments {
|
|
|
43
43
|
* sort_by: "created_at",
|
|
44
44
|
* sort_order: "asc",
|
|
45
45
|
* page: 1,
|
|
46
|
-
* page_size: 1
|
|
46
|
+
* page_size: 1,
|
|
47
|
+
* filter_department: ["automotive"]
|
|
47
48
|
* })
|
|
48
49
|
*/
|
|
49
50
|
listV1(request?: Chrt.operations.DepartmentsListV1Request, requestOptions?: Departments.RequestOptions): core.HttpResponsePromise<Chrt.DepartmentListRes>;
|
|
@@ -64,6 +64,7 @@ export declare class Drivers {
|
|
|
64
64
|
* @example
|
|
65
65
|
* await client.shipping.drivers.listOrgMembersAndDriversV1({
|
|
66
66
|
* search: "search",
|
|
67
|
+
* filter_role: ["owner"],
|
|
67
68
|
* filter_available_according_to_driver: true,
|
|
68
69
|
* filter_available_according_to_operators: true,
|
|
69
70
|
* sort_by: "first_name",
|
|
@@ -187,6 +187,7 @@ class Drivers {
|
|
|
187
187
|
* @example
|
|
188
188
|
* await client.shipping.drivers.listOrgMembersAndDriversV1({
|
|
189
189
|
* search: "search",
|
|
190
|
+
* filter_role: ["owner"],
|
|
190
191
|
* filter_available_according_to_driver: true,
|
|
191
192
|
* filter_available_according_to_operators: true,
|
|
192
193
|
* sort_by: "first_name",
|
|
@@ -47,6 +47,8 @@ export declare class OrderSchedules {
|
|
|
47
47
|
* sort_order: "asc",
|
|
48
48
|
* page: 1,
|
|
49
49
|
* page_size: 1,
|
|
50
|
+
* filter_status: ["draft"],
|
|
51
|
+
* filter_orchestrator_schedule_status: ["not_created"],
|
|
50
52
|
* filter_owned_by_user_id: "filter_owned_by_user_id",
|
|
51
53
|
* filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
52
54
|
* filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -74,6 +74,8 @@ class OrderSchedules {
|
|
|
74
74
|
* sort_order: "asc",
|
|
75
75
|
* page: 1,
|
|
76
76
|
* page_size: 1,
|
|
77
|
+
* filter_status: ["draft"],
|
|
78
|
+
* filter_orchestrator_schedule_status: ["not_created"],
|
|
77
79
|
* filter_owned_by_user_id: "filter_owned_by_user_id",
|
|
78
80
|
* filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
79
81
|
* filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -9,6 +9,8 @@ import * as Chrt from "../../../../../../index.js";
|
|
|
9
9
|
* sort_order: "asc",
|
|
10
10
|
* page: 1,
|
|
11
11
|
* page_size: 1,
|
|
12
|
+
* filter_status: ["draft"],
|
|
13
|
+
* filter_orchestrator_schedule_status: ["not_created"],
|
|
12
14
|
* filter_owned_by_user_id: "filter_owned_by_user_id",
|
|
13
15
|
* filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
14
16
|
* filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts
CHANGED
|
@@ -73,6 +73,7 @@ export declare class Expanded {
|
|
|
73
73
|
* page: 1,
|
|
74
74
|
* page_size: 1,
|
|
75
75
|
* search: "search",
|
|
76
|
+
* filter_status: ["draft"],
|
|
76
77
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
77
78
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
78
79
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -109,6 +110,7 @@ export declare class Expanded {
|
|
|
109
110
|
* page: 1,
|
|
110
111
|
* page_size: 1,
|
|
111
112
|
* search: "search",
|
|
113
|
+
* filter_status: ["draft"],
|
|
112
114
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
113
115
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
114
116
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js
CHANGED
|
@@ -196,6 +196,7 @@ class Expanded {
|
|
|
196
196
|
* page: 1,
|
|
197
197
|
* page_size: 1,
|
|
198
198
|
* search: "search",
|
|
199
|
+
* filter_status: ["draft"],
|
|
199
200
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
200
201
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
201
202
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -354,6 +355,7 @@ class Expanded {
|
|
|
354
355
|
* page: 1,
|
|
355
356
|
* page_size: 1,
|
|
356
357
|
* search: "search",
|
|
358
|
+
* filter_status: ["draft"],
|
|
357
359
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
358
360
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
359
361
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -10,6 +10,7 @@ import * as Chrt from "../../../../../../../../index.js";
|
|
|
10
10
|
* page: 1,
|
|
11
11
|
* page_size: 1,
|
|
12
12
|
* search: "search",
|
|
13
|
+
* filter_status: ["draft"],
|
|
13
14
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
14
15
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
15
16
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -10,6 +10,7 @@ import * as Chrt from "../../../../../../../../index.js";
|
|
|
10
10
|
* page: 1,
|
|
11
11
|
* page_size: 1,
|
|
12
12
|
* search: "search",
|
|
13
|
+
* filter_status: ["draft"],
|
|
13
14
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
14
15
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
15
16
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -329,46 +329,48 @@ export declare class TaskGroups {
|
|
|
329
329
|
detachLigFromProviderPayDriverV1(taskGroupId: string, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
330
330
|
private __detachLigFromProviderPayDriverV1;
|
|
331
331
|
/**
|
|
332
|
-
* Preview the LineItem materialization that would result from applying a rate sheet to the SPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the
|
|
332
|
+
* Preview the LineItem materialization that would result from applying a rate sheet to the SPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (shipper -> coordinator). Auto-resolves the rate sheet via RateSheetMapping1 for the requested shipper unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_shipper_pay_provider/v1 then attach_lig_to_shipper_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteForShipperPayProviderClientReq) -> (TaskGroupQuoteResp)
|
|
333
333
|
*
|
|
334
334
|
* @param {string} taskGroupId
|
|
335
|
-
* @param {Chrt.
|
|
335
|
+
* @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
|
|
336
336
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
337
337
|
*
|
|
338
338
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
339
339
|
*
|
|
340
340
|
* @example
|
|
341
|
-
* await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id"
|
|
341
|
+
* await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id")
|
|
342
342
|
*/
|
|
343
|
-
quoteForShipperPayProviderV1(taskGroupId: string, request
|
|
343
|
+
quoteForShipperPayProviderV1(taskGroupId: string, request?: Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupQuoteResp>;
|
|
344
344
|
private __quoteForShipperPayProviderV1;
|
|
345
345
|
/**
|
|
346
|
-
* Preview the LineItem materialization that would result from applying a rate sheet to the PPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the
|
|
346
|
+
* Preview the LineItem materialization that would result from applying a rate sheet to the PPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (coordinator -> executor). Auto-resolves the rate sheet via RateSheetMapping1 for the requested executor unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_provider/v1 then attach_lig_to_provider_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteForProviderPayProviderClientReq) -> (TaskGroupQuoteResp)
|
|
347
347
|
*
|
|
348
348
|
* @param {string} taskGroupId
|
|
349
|
-
* @param {Chrt.
|
|
349
|
+
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
|
|
350
350
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
351
351
|
*
|
|
352
352
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
353
353
|
*
|
|
354
354
|
* @example
|
|
355
|
-
* await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id"
|
|
355
|
+
* await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id")
|
|
356
356
|
*/
|
|
357
|
-
quoteForProviderPayProviderV1(taskGroupId: string, request
|
|
357
|
+
quoteForProviderPayProviderV1(taskGroupId: string, request?: Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupQuoteResp>;
|
|
358
358
|
private __quoteForProviderPayProviderV1;
|
|
359
359
|
/**
|
|
360
|
-
* Preview the LineItem materialization that would result from applying a rate sheet to the PPD vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the
|
|
360
|
+
* Preview the LineItem materialization that would result from applying a rate sheet to the PPD vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (executor -> driver). Auto-resolves the rate sheet via RateSheetMapping1 for the requested driver unless body.rate_sheet_id is provided. PPD is on-chrt-executor only — TGs with an off-chrt executor are 400'd. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_driver/v1 then attach_lig_to_provider_pay_driver/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (TaskGroupQuoteForProviderPayDriverClientReq) -> (TaskGroupQuoteResp)
|
|
361
361
|
*
|
|
362
362
|
* @param {string} taskGroupId
|
|
363
|
-
* @param {Chrt.
|
|
363
|
+
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq} request
|
|
364
364
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
365
365
|
*
|
|
366
366
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
367
367
|
*
|
|
368
368
|
* @example
|
|
369
|
-
* await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
|
|
369
|
+
* await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
|
|
370
|
+
* driver_id: "driver_id"
|
|
371
|
+
* })
|
|
370
372
|
*/
|
|
371
|
-
quoteForProviderPayDriverV1(taskGroupId: string, request: Chrt.
|
|
373
|
+
quoteForProviderPayDriverV1(taskGroupId: string, request: Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq, requestOptions?: TaskGroups.RequestOptions): core.HttpResponsePromise<Chrt.TaskGroupQuoteResp>;
|
|
372
374
|
private __quoteForProviderPayDriverV1;
|
|
373
375
|
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
374
376
|
}
|
|
@@ -1313,22 +1313,22 @@ class TaskGroups {
|
|
|
1313
1313
|
});
|
|
1314
1314
|
}
|
|
1315
1315
|
/**
|
|
1316
|
-
* Preview the LineItem materialization that would result from applying a rate sheet to the SPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the
|
|
1316
|
+
* Preview the LineItem materialization that would result from applying a rate sheet to the SPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (shipper -> coordinator). Auto-resolves the rate sheet via RateSheetMapping1 for the requested shipper unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_shipper_pay_provider/v1 then attach_lig_to_shipper_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteForShipperPayProviderClientReq) -> (TaskGroupQuoteResp)
|
|
1317
1317
|
*
|
|
1318
1318
|
* @param {string} taskGroupId
|
|
1319
|
-
* @param {Chrt.
|
|
1319
|
+
* @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
|
|
1320
1320
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1321
1321
|
*
|
|
1322
1322
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1323
1323
|
*
|
|
1324
1324
|
* @example
|
|
1325
|
-
* await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id"
|
|
1325
|
+
* await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id")
|
|
1326
1326
|
*/
|
|
1327
|
-
quoteForShipperPayProviderV1(taskGroupId, request, requestOptions) {
|
|
1327
|
+
quoteForShipperPayProviderV1(taskGroupId, request = {}, requestOptions) {
|
|
1328
1328
|
return core.HttpResponsePromise.fromPromise(this.__quoteForShipperPayProviderV1(taskGroupId, request, requestOptions));
|
|
1329
1329
|
}
|
|
1330
|
-
__quoteForShipperPayProviderV1(
|
|
1331
|
-
return __awaiter(this,
|
|
1330
|
+
__quoteForShipperPayProviderV1(taskGroupId_1) {
|
|
1331
|
+
return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
|
|
1332
1332
|
var _a, _b, _c, _d;
|
|
1333
1333
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1334
1334
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
@@ -1376,22 +1376,22 @@ class TaskGroups {
|
|
|
1376
1376
|
});
|
|
1377
1377
|
}
|
|
1378
1378
|
/**
|
|
1379
|
-
* Preview the LineItem materialization that would result from applying a rate sheet to the PPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the
|
|
1379
|
+
* Preview the LineItem materialization that would result from applying a rate sheet to the PPP vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (coordinator -> executor). Auto-resolves the rate sheet via RateSheetMapping1 for the requested executor unless body.rate_sheet_id is provided. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_provider/v1 then attach_lig_to_provider_pay_provider/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (TaskGroupQuoteForProviderPayProviderClientReq) -> (TaskGroupQuoteResp)
|
|
1380
1380
|
*
|
|
1381
1381
|
* @param {string} taskGroupId
|
|
1382
|
-
* @param {Chrt.
|
|
1382
|
+
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
|
|
1383
1383
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1384
1384
|
*
|
|
1385
1385
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1386
1386
|
*
|
|
1387
1387
|
* @example
|
|
1388
|
-
* await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id"
|
|
1388
|
+
* await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id")
|
|
1389
1389
|
*/
|
|
1390
|
-
quoteForProviderPayProviderV1(taskGroupId, request, requestOptions) {
|
|
1390
|
+
quoteForProviderPayProviderV1(taskGroupId, request = {}, requestOptions) {
|
|
1391
1391
|
return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayProviderV1(taskGroupId, request, requestOptions));
|
|
1392
1392
|
}
|
|
1393
|
-
__quoteForProviderPayProviderV1(
|
|
1394
|
-
return __awaiter(this,
|
|
1393
|
+
__quoteForProviderPayProviderV1(taskGroupId_1) {
|
|
1394
|
+
return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
|
|
1395
1395
|
var _a, _b, _c, _d;
|
|
1396
1396
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1397
1397
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
@@ -1439,16 +1439,18 @@ class TaskGroups {
|
|
|
1439
1439
|
});
|
|
1440
1440
|
}
|
|
1441
1441
|
/**
|
|
1442
|
-
* Preview the LineItem materialization that would result from applying a rate sheet to the PPD vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the
|
|
1442
|
+
* Preview the LineItem materialization that would result from applying a rate sheet to the PPD vector of the named TaskGroup. Returns the resolved rate sheet, materialized LineItems (NOT inserted), the pre-adjustment total, and the requested parties (executor -> driver). Auto-resolves the rate sheet via RateSheetMapping1 for the requested driver unless body.rate_sheet_id is provided. PPD is on-chrt-executor only — TGs with an off-chrt executor are 400'd. No DB writes — operator can iterate freely. To commit, call from_rate_sheet/create_for_provider_pay_driver/v1 then attach_lig_to_provider_pay_driver/v1. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (TaskGroupQuoteForProviderPayDriverClientReq) -> (TaskGroupQuoteResp)
|
|
1443
1443
|
*
|
|
1444
1444
|
* @param {string} taskGroupId
|
|
1445
|
-
* @param {Chrt.
|
|
1445
|
+
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq} request
|
|
1446
1446
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1447
1447
|
*
|
|
1448
1448
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1449
1449
|
*
|
|
1450
1450
|
* @example
|
|
1451
|
-
* await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
|
|
1451
|
+
* await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
|
|
1452
|
+
* driver_id: "driver_id"
|
|
1453
|
+
* })
|
|
1452
1454
|
*/
|
|
1453
1455
|
quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
1454
1456
|
return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayDriverV1(taskGroupId, request, requestOptions));
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {
|
|
7
|
+
* driver_id: "driver_id"
|
|
8
|
+
* }
|
|
9
|
+
*/
|
|
10
|
+
export interface TaskGroupQuoteForProviderPayDriverClientReq {
|
|
11
|
+
rate_sheet_id?: string | null;
|
|
12
|
+
driver_id: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {}
|
|
7
|
+
*/
|
|
8
|
+
export interface TaskGroupQuoteForProviderPayProviderClientReq {
|
|
9
|
+
rate_sheet_id?: string | null;
|
|
10
|
+
/** Must be a string starting with `org_` */
|
|
11
|
+
executor_org_id?: string | null;
|
|
12
|
+
off_chrt_executor_org_id?: string | null;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {}
|
|
7
|
+
*/
|
|
8
|
+
export interface TaskGroupQuoteForShipperPayProviderClientReq {
|
|
9
|
+
rate_sheet_id?: string | null;
|
|
10
|
+
/** Must be a string starting with `org_` */
|
|
11
|
+
shipper_org_id?: string | null;
|
|
12
|
+
off_chrt_shipper_org_id?: string | null;
|
|
13
|
+
}
|
|
@@ -2,3 +2,6 @@ export { type SetTaskOrderingReq } from "./SetTaskOrderingReq.js";
|
|
|
2
2
|
export { type UpdateDriverReq } from "./UpdateDriverReq.js";
|
|
3
3
|
export { type AddExecutorReq } from "./AddExecutorReq.js";
|
|
4
4
|
export { type AddMessageReq } from "./AddMessageReq.js";
|
|
5
|
+
export { type TaskGroupQuoteForShipperPayProviderClientReq } from "./TaskGroupQuoteForShipperPayProviderClientReq.js";
|
|
6
|
+
export { type TaskGroupQuoteForProviderPayProviderClientReq } from "./TaskGroupQuoteForProviderPayProviderClientReq.js";
|
|
7
|
+
export { type TaskGroupQuoteForProviderPayDriverClientReq } from "./TaskGroupQuoteForProviderPayDriverClientReq.js";
|
package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts
CHANGED
|
@@ -101,6 +101,7 @@ export declare class Expanded {
|
|
|
101
101
|
* page: 1,
|
|
102
102
|
* page_size: 1,
|
|
103
103
|
* search: "search",
|
|
104
|
+
* filter_status: ["draft"],
|
|
104
105
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
105
106
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
106
107
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -138,6 +139,7 @@ export declare class Expanded {
|
|
|
138
139
|
* page: 1,
|
|
139
140
|
* page_size: 1,
|
|
140
141
|
* search: "search",
|
|
142
|
+
* filter_status: ["draft"],
|
|
141
143
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
142
144
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
143
145
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js
CHANGED
|
@@ -322,6 +322,7 @@ class Expanded {
|
|
|
322
322
|
* page: 1,
|
|
323
323
|
* page_size: 1,
|
|
324
324
|
* search: "search",
|
|
325
|
+
* filter_status: ["draft"],
|
|
325
326
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
326
327
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
327
328
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -484,6 +485,7 @@ class Expanded {
|
|
|
484
485
|
* page: 1,
|
|
485
486
|
* page_size: 1,
|
|
486
487
|
* search: "search",
|
|
488
|
+
* filter_status: ["draft"],
|
|
487
489
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
488
490
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
489
491
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -10,6 +10,7 @@ import * as Chrt from "../../../../../../../../index.js";
|
|
|
10
10
|
* page: 1,
|
|
11
11
|
* page_size: 1,
|
|
12
12
|
* search: "search",
|
|
13
|
+
* filter_status: ["draft"],
|
|
13
14
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
14
15
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
15
16
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -10,6 +10,7 @@ import * as Chrt from "../../../../../../../../index.js";
|
|
|
10
10
|
* page: 1,
|
|
11
11
|
* page_size: 1,
|
|
12
12
|
* search: "search",
|
|
13
|
+
* filter_status: ["draft"],
|
|
13
14
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
14
15
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
15
16
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface LineItemGroupLineItemsRes {
|
|
6
|
+
items: Chrt.LineItem1[];
|
|
7
|
+
agreement_line_items: Chrt.LineItem1[];
|
|
8
|
+
amendment_line_items: Chrt.LineItem1[];
|
|
9
|
+
pending_line_items: Chrt.LineItem1[];
|
|
10
|
+
denied_line_items: Chrt.LineItem1[];
|
|
11
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface LineItemS3ObjectMetadata1 {
|
|
5
|
+
schema_version: number;
|
|
6
|
+
_id: string;
|
|
7
|
+
line_item_id: string;
|
|
8
|
+
uploaded_at_timestamp: string;
|
|
9
|
+
/** Must be a string starting with `user_` */
|
|
10
|
+
uploaded_by_user_id: string;
|
|
11
|
+
/** Must be a string starting with `org_` */
|
|
12
|
+
uploaded_by_org_id: string;
|
|
13
|
+
s3_key_prefix?: "billing/line_item_s3_object_metadata";
|
|
14
|
+
blurhash?: string | null;
|
|
15
|
+
/** MIME type of the uploaded file (e.g., 'image/jpeg', 'application/pdf') */
|
|
16
|
+
content_type?: string | null;
|
|
17
|
+
/** Original filename of the uploaded file */
|
|
18
|
+
filename?: string | null;
|
|
19
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Chrt from "../index.js";
|
|
5
|
+
export interface ListingTaskForBidder1 {
|
|
6
|
+
task_id: string;
|
|
7
|
+
action?: ListingTaskForBidder1.Action | null;
|
|
8
|
+
location?: Chrt.LocationFeature | null;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace ListingTaskForBidder1 {
|
|
11
|
+
type Action = Chrt.ChrtGroundProviderTaskActionEnum1 | Chrt.CargoOnFlightTaskActionEnum1 | Chrt.OnboardCourierTaskActionEnum1;
|
|
12
|
+
}
|
|
@@ -138,20 +138,25 @@ export * from "./LineItem1.js";
|
|
|
138
138
|
export * from "./LineItemClientCreate1.js";
|
|
139
139
|
export * from "./LineItemEnum1.js";
|
|
140
140
|
export * from "./LineItemGroup1.js";
|
|
141
|
+
export * from "./LineItemGroupLineItemsRes.js";
|
|
141
142
|
export * from "./LineItemGroupListRes.js";
|
|
142
143
|
export * from "./LineItemGroupMessage1.js";
|
|
143
144
|
export * from "./LineItemGroupS3ObjectMetadata1.js";
|
|
144
145
|
export * from "./LineItemGroupStatusEnum1.js";
|
|
145
146
|
export * from "./LineItemProvenanceEnum.js";
|
|
147
|
+
export * from "./LineItemS3ObjectMetadata1.js";
|
|
146
148
|
export * from "./LineItemStatusEnum.js";
|
|
147
149
|
export * from "./LineString.js";
|
|
148
150
|
export * from "./Listing1.js";
|
|
149
151
|
export * from "./ListingAudienceEnum.js";
|
|
152
|
+
export * from "./ListingForBidder1.js";
|
|
150
153
|
export * from "./ListingForBidderListRes.js";
|
|
151
154
|
export * from "./ListingLimitedForBidder1.js";
|
|
152
155
|
export * from "./ListingListRes.js";
|
|
153
156
|
export * from "./ListingSortByEnum.js";
|
|
154
157
|
export * from "./ListingStatusEnum.js";
|
|
158
|
+
export * from "./ListingTaskForBidder1.js";
|
|
159
|
+
export * from "./ListingTaskGroupForBidder1.js";
|
|
155
160
|
export * from "./ListingTypeEnum.js";
|
|
156
161
|
export * from "./Geometry.js";
|
|
157
162
|
export * from "./LocationFeature.js";
|
|
@@ -298,7 +303,6 @@ export * from "./TaskGroupExpanded.js";
|
|
|
298
303
|
export * from "./TaskGroupExpandedListRes.js";
|
|
299
304
|
export * from "./TaskGroupManifest1.js";
|
|
300
305
|
export * from "./TaskGroupMessage1.js";
|
|
301
|
-
export * from "./TaskGroupQuoteClientReq.js";
|
|
302
306
|
export * from "./TaskGroupQuoteResp.js";
|
|
303
307
|
export * from "./TaskGroupS3ObjectMetadata1.js";
|
|
304
308
|
export * from "./TaskGroupSortByEnum.js";
|