@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
|
@@ -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",
|
|
@@ -151,6 +151,7 @@ export class Drivers {
|
|
|
151
151
|
* @example
|
|
152
152
|
* await client.shipping.drivers.listOrgMembersAndDriversV1({
|
|
153
153
|
* search: "search",
|
|
154
|
+
* filter_role: ["owner"],
|
|
154
155
|
* filter_available_according_to_driver: true,
|
|
155
156
|
* filter_available_according_to_operators: true,
|
|
156
157
|
* 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",
|
|
@@ -38,6 +38,8 @@ export class OrderSchedules {
|
|
|
38
38
|
* sort_order: "asc",
|
|
39
39
|
* page: 1,
|
|
40
40
|
* page_size: 1,
|
|
41
|
+
* filter_status: ["draft"],
|
|
42
|
+
* filter_orchestrator_schedule_status: ["not_created"],
|
|
41
43
|
* filter_owned_by_user_id: "filter_owned_by_user_id",
|
|
42
44
|
* filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
43
45
|
* filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -9,6 +9,8 @@ import * as Chrt from "../../../../../../index.mjs";
|
|
|
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/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts
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/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs
CHANGED
|
@@ -160,6 +160,7 @@ export class Expanded {
|
|
|
160
160
|
* page: 1,
|
|
161
161
|
* page_size: 1,
|
|
162
162
|
* search: "search",
|
|
163
|
+
* filter_status: ["draft"],
|
|
163
164
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
164
165
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
165
166
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -318,6 +319,7 @@ export class Expanded {
|
|
|
318
319
|
* page: 1,
|
|
319
320
|
* page_size: 1,
|
|
320
321
|
* search: "search",
|
|
322
|
+
* filter_status: ["draft"],
|
|
321
323
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
322
324
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
323
325
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -10,6 +10,7 @@ import * as Chrt from "../../../../../../../../index.mjs";
|
|
|
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.mjs";
|
|
|
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
|
}
|
|
@@ -1277,22 +1277,22 @@ export class TaskGroups {
|
|
|
1277
1277
|
});
|
|
1278
1278
|
}
|
|
1279
1279
|
/**
|
|
1280
|
-
* 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
|
|
1280
|
+
* 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)
|
|
1281
1281
|
*
|
|
1282
1282
|
* @param {string} taskGroupId
|
|
1283
|
-
* @param {Chrt.
|
|
1283
|
+
* @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
|
|
1284
1284
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1285
1285
|
*
|
|
1286
1286
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1287
1287
|
*
|
|
1288
1288
|
* @example
|
|
1289
|
-
* await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id"
|
|
1289
|
+
* await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id")
|
|
1290
1290
|
*/
|
|
1291
|
-
quoteForShipperPayProviderV1(taskGroupId, request, requestOptions) {
|
|
1291
|
+
quoteForShipperPayProviderV1(taskGroupId, request = {}, requestOptions) {
|
|
1292
1292
|
return core.HttpResponsePromise.fromPromise(this.__quoteForShipperPayProviderV1(taskGroupId, request, requestOptions));
|
|
1293
1293
|
}
|
|
1294
|
-
__quoteForShipperPayProviderV1(
|
|
1295
|
-
return __awaiter(this,
|
|
1294
|
+
__quoteForShipperPayProviderV1(taskGroupId_1) {
|
|
1295
|
+
return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
|
|
1296
1296
|
var _a, _b, _c, _d;
|
|
1297
1297
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1298
1298
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
@@ -1340,22 +1340,22 @@ export class TaskGroups {
|
|
|
1340
1340
|
});
|
|
1341
1341
|
}
|
|
1342
1342
|
/**
|
|
1343
|
-
* 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
|
|
1343
|
+
* 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)
|
|
1344
1344
|
*
|
|
1345
1345
|
* @param {string} taskGroupId
|
|
1346
|
-
* @param {Chrt.
|
|
1346
|
+
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
|
|
1347
1347
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1348
1348
|
*
|
|
1349
1349
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1350
1350
|
*
|
|
1351
1351
|
* @example
|
|
1352
|
-
* await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id"
|
|
1352
|
+
* await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id")
|
|
1353
1353
|
*/
|
|
1354
|
-
quoteForProviderPayProviderV1(taskGroupId, request, requestOptions) {
|
|
1354
|
+
quoteForProviderPayProviderV1(taskGroupId, request = {}, requestOptions) {
|
|
1355
1355
|
return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayProviderV1(taskGroupId, request, requestOptions));
|
|
1356
1356
|
}
|
|
1357
|
-
__quoteForProviderPayProviderV1(
|
|
1358
|
-
return __awaiter(this,
|
|
1357
|
+
__quoteForProviderPayProviderV1(taskGroupId_1) {
|
|
1358
|
+
return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
|
|
1359
1359
|
var _a, _b, _c, _d;
|
|
1360
1360
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1361
1361
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
@@ -1403,16 +1403,18 @@ export class TaskGroups {
|
|
|
1403
1403
|
});
|
|
1404
1404
|
}
|
|
1405
1405
|
/**
|
|
1406
|
-
* 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
|
|
1406
|
+
* 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)
|
|
1407
1407
|
*
|
|
1408
1408
|
* @param {string} taskGroupId
|
|
1409
|
-
* @param {Chrt.
|
|
1409
|
+
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq} request
|
|
1410
1410
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1411
1411
|
*
|
|
1412
1412
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1413
1413
|
*
|
|
1414
1414
|
* @example
|
|
1415
|
-
* await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
|
|
1415
|
+
* await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
|
|
1416
|
+
* driver_id: "driver_id"
|
|
1417
|
+
* })
|
|
1416
1418
|
*/
|
|
1417
1419
|
quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
1418
1420
|
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.mjs";
|
|
|
2
2
|
export { type UpdateDriverReq } from "./UpdateDriverReq.mjs";
|
|
3
3
|
export { type AddExecutorReq } from "./AddExecutorReq.mjs";
|
|
4
4
|
export { type AddMessageReq } from "./AddMessageReq.mjs";
|
|
5
|
+
export { type TaskGroupQuoteForShipperPayProviderClientReq } from "./TaskGroupQuoteForShipperPayProviderClientReq.mjs";
|
|
6
|
+
export { type TaskGroupQuoteForProviderPayProviderClientReq } from "./TaskGroupQuoteForProviderPayProviderClientReq.mjs";
|
|
7
|
+
export { type TaskGroupQuoteForProviderPayDriverClientReq } from "./TaskGroupQuoteForProviderPayDriverClientReq.mjs";
|
package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts
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/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs
CHANGED
|
@@ -286,6 +286,7 @@ export class Expanded {
|
|
|
286
286
|
* page: 1,
|
|
287
287
|
* page_size: 1,
|
|
288
288
|
* search: "search",
|
|
289
|
+
* filter_status: ["draft"],
|
|
289
290
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
290
291
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
291
292
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -448,6 +449,7 @@ export class Expanded {
|
|
|
448
449
|
* page: 1,
|
|
449
450
|
* page_size: 1,
|
|
450
451
|
* search: "search",
|
|
452
|
+
* filter_status: ["draft"],
|
|
451
453
|
* filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
452
454
|
* filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
453
455
|
* filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -10,6 +10,7 @@ import * as Chrt from "../../../../../../../../index.mjs";
|
|
|
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.mjs";
|
|
|
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.mjs";
|
|
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.mjs";
|
|
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.mjs";
|
|
|
138
138
|
export * from "./LineItemClientCreate1.mjs";
|
|
139
139
|
export * from "./LineItemEnum1.mjs";
|
|
140
140
|
export * from "./LineItemGroup1.mjs";
|
|
141
|
+
export * from "./LineItemGroupLineItemsRes.mjs";
|
|
141
142
|
export * from "./LineItemGroupListRes.mjs";
|
|
142
143
|
export * from "./LineItemGroupMessage1.mjs";
|
|
143
144
|
export * from "./LineItemGroupS3ObjectMetadata1.mjs";
|
|
144
145
|
export * from "./LineItemGroupStatusEnum1.mjs";
|
|
145
146
|
export * from "./LineItemProvenanceEnum.mjs";
|
|
147
|
+
export * from "./LineItemS3ObjectMetadata1.mjs";
|
|
146
148
|
export * from "./LineItemStatusEnum.mjs";
|
|
147
149
|
export * from "./LineString.mjs";
|
|
148
150
|
export * from "./Listing1.mjs";
|
|
149
151
|
export * from "./ListingAudienceEnum.mjs";
|
|
152
|
+
export * from "./ListingForBidder1.mjs";
|
|
150
153
|
export * from "./ListingForBidderListRes.mjs";
|
|
151
154
|
export * from "./ListingLimitedForBidder1.mjs";
|
|
152
155
|
export * from "./ListingListRes.mjs";
|
|
153
156
|
export * from "./ListingSortByEnum.mjs";
|
|
154
157
|
export * from "./ListingStatusEnum.mjs";
|
|
158
|
+
export * from "./ListingTaskForBidder1.mjs";
|
|
159
|
+
export * from "./ListingTaskGroupForBidder1.mjs";
|
|
155
160
|
export * from "./ListingTypeEnum.mjs";
|
|
156
161
|
export * from "./Geometry.mjs";
|
|
157
162
|
export * from "./LocationFeature.mjs";
|
|
@@ -298,7 +303,6 @@ export * from "./TaskGroupExpanded.mjs";
|
|
|
298
303
|
export * from "./TaskGroupExpandedListRes.mjs";
|
|
299
304
|
export * from "./TaskGroupManifest1.mjs";
|
|
300
305
|
export * from "./TaskGroupMessage1.mjs";
|
|
301
|
-
export * from "./TaskGroupQuoteClientReq.mjs";
|
|
302
306
|
export * from "./TaskGroupQuoteResp.mjs";
|
|
303
307
|
export * from "./TaskGroupS3ObjectMetadata1.mjs";
|
|
304
308
|
export * from "./TaskGroupSortByEnum.mjs";
|
|
@@ -138,20 +138,25 @@ export * from "./LineItem1.mjs";
|
|
|
138
138
|
export * from "./LineItemClientCreate1.mjs";
|
|
139
139
|
export * from "./LineItemEnum1.mjs";
|
|
140
140
|
export * from "./LineItemGroup1.mjs";
|
|
141
|
+
export * from "./LineItemGroupLineItemsRes.mjs";
|
|
141
142
|
export * from "./LineItemGroupListRes.mjs";
|
|
142
143
|
export * from "./LineItemGroupMessage1.mjs";
|
|
143
144
|
export * from "./LineItemGroupS3ObjectMetadata1.mjs";
|
|
144
145
|
export * from "./LineItemGroupStatusEnum1.mjs";
|
|
145
146
|
export * from "./LineItemProvenanceEnum.mjs";
|
|
147
|
+
export * from "./LineItemS3ObjectMetadata1.mjs";
|
|
146
148
|
export * from "./LineItemStatusEnum.mjs";
|
|
147
149
|
export * from "./LineString.mjs";
|
|
148
150
|
export * from "./Listing1.mjs";
|
|
149
151
|
export * from "./ListingAudienceEnum.mjs";
|
|
152
|
+
export * from "./ListingForBidder1.mjs";
|
|
150
153
|
export * from "./ListingForBidderListRes.mjs";
|
|
151
154
|
export * from "./ListingLimitedForBidder1.mjs";
|
|
152
155
|
export * from "./ListingListRes.mjs";
|
|
153
156
|
export * from "./ListingSortByEnum.mjs";
|
|
154
157
|
export * from "./ListingStatusEnum.mjs";
|
|
158
|
+
export * from "./ListingTaskForBidder1.mjs";
|
|
159
|
+
export * from "./ListingTaskGroupForBidder1.mjs";
|
|
155
160
|
export * from "./ListingTypeEnum.mjs";
|
|
156
161
|
export * from "./Geometry.mjs";
|
|
157
162
|
export * from "./LocationFeature.mjs";
|
|
@@ -298,7 +303,6 @@ export * from "./TaskGroupExpanded.mjs";
|
|
|
298
303
|
export * from "./TaskGroupExpandedListRes.mjs";
|
|
299
304
|
export * from "./TaskGroupManifest1.mjs";
|
|
300
305
|
export * from "./TaskGroupMessage1.mjs";
|
|
301
|
-
export * from "./TaskGroupQuoteClientReq.mjs";
|
|
302
306
|
export * from "./TaskGroupQuoteResp.mjs";
|
|
303
307
|
export * from "./TaskGroupS3ObjectMetadata1.mjs";
|
|
304
308
|
export * from "./TaskGroupSortByEnum.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.659.0";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.
|
|
1
|
+
export const SDK_VERSION = "1.659.0";
|