@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
package/reference.md
CHANGED
|
@@ -86,6 +86,7 @@ Lists all members of the caller's organization with their roles and details. Sup
|
|
|
86
86
|
|
|
87
87
|
```typescript
|
|
88
88
|
await client.orgs.listMembersV1({
|
|
89
|
+
filter_role: ["owner"],
|
|
89
90
|
sort_by: "first_name",
|
|
90
91
|
sort_order: "asc",
|
|
91
92
|
page: 1,
|
|
@@ -480,6 +481,7 @@ await client.billing.billingLedgers.listV1({
|
|
|
480
481
|
sort_order: "asc",
|
|
481
482
|
page: 1,
|
|
482
483
|
page_size: 1,
|
|
484
|
+
filter_status: ["active"],
|
|
483
485
|
filter_task_group_type: "chrt_ground_provider",
|
|
484
486
|
filter_payment_origin_org_id: "filter_payment_origin_org_id",
|
|
485
487
|
filter_payment_destination_org_id: "filter_payment_destination_org_id",
|
|
@@ -817,6 +819,7 @@ await client.billing.billingLedgerPeriods.listV1({
|
|
|
817
819
|
page_size: 1,
|
|
818
820
|
filter_billing_ledger_id: "filter_billing_ledger_id",
|
|
819
821
|
filter_owned_by_org_id: "filter_owned_by_org_id",
|
|
822
|
+
filter_status: ["open"],
|
|
820
823
|
filter_statement_id: "filter_statement_id",
|
|
821
824
|
filter_attached_to_statement: true,
|
|
822
825
|
filter_period_end_at_timestamp_before: "2024-01-15T09:30:00Z",
|
|
@@ -1129,6 +1132,69 @@ await client.billing.lineItemGroups.getByIdV1("id");
|
|
|
1129
1132
|
</dl>
|
|
1130
1133
|
</details>
|
|
1131
1134
|
|
|
1135
|
+
<details><summary><code>client.billing.lineItemGroups.<a href="/src/api/resources/billing/resources/lineItemGroups/client/Client.ts">getLineItemsV1</a>(lineItemGroupId) -> Chrt.LineItemGroupLineItemsRes</code></summary>
|
|
1136
|
+
<dl>
|
|
1137
|
+
<dd>
|
|
1138
|
+
|
|
1139
|
+
#### 📝 Description
|
|
1140
|
+
|
|
1141
|
+
<dl>
|
|
1142
|
+
<dd>
|
|
1143
|
+
|
|
1144
|
+
<dl>
|
|
1145
|
+
<dd>
|
|
1146
|
+
|
|
1147
|
+
Retrieves all LineItems referenced by a LineItemGroup the caller can access. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemGroupLineItemsRes)
|
|
1148
|
+
|
|
1149
|
+
</dd>
|
|
1150
|
+
</dl>
|
|
1151
|
+
</dd>
|
|
1152
|
+
</dl>
|
|
1153
|
+
|
|
1154
|
+
#### 🔌 Usage
|
|
1155
|
+
|
|
1156
|
+
<dl>
|
|
1157
|
+
<dd>
|
|
1158
|
+
|
|
1159
|
+
<dl>
|
|
1160
|
+
<dd>
|
|
1161
|
+
|
|
1162
|
+
```typescript
|
|
1163
|
+
await client.billing.lineItemGroups.getLineItemsV1("line_item_group_id");
|
|
1164
|
+
```
|
|
1165
|
+
|
|
1166
|
+
</dd>
|
|
1167
|
+
</dl>
|
|
1168
|
+
</dd>
|
|
1169
|
+
</dl>
|
|
1170
|
+
|
|
1171
|
+
#### ⚙️ Parameters
|
|
1172
|
+
|
|
1173
|
+
<dl>
|
|
1174
|
+
<dd>
|
|
1175
|
+
|
|
1176
|
+
<dl>
|
|
1177
|
+
<dd>
|
|
1178
|
+
|
|
1179
|
+
**lineItemGroupId:** `string`
|
|
1180
|
+
|
|
1181
|
+
</dd>
|
|
1182
|
+
</dl>
|
|
1183
|
+
|
|
1184
|
+
<dl>
|
|
1185
|
+
<dd>
|
|
1186
|
+
|
|
1187
|
+
**requestOptions:** `LineItemGroups.RequestOptions`
|
|
1188
|
+
|
|
1189
|
+
</dd>
|
|
1190
|
+
</dl>
|
|
1191
|
+
</dd>
|
|
1192
|
+
</dl>
|
|
1193
|
+
|
|
1194
|
+
</dd>
|
|
1195
|
+
</dl>
|
|
1196
|
+
</details>
|
|
1197
|
+
|
|
1132
1198
|
<details><summary><code>client.billing.lineItemGroups.<a href="/src/api/resources/billing/resources/lineItemGroups/client/Client.ts">listV1</a>({ ...params }) -> Chrt.LineItemGroupListRes</code></summary>
|
|
1133
1199
|
<dl>
|
|
1134
1200
|
<dd>
|
|
@@ -1161,6 +1227,7 @@ await client.billing.lineItemGroups.listV1({
|
|
|
1161
1227
|
sort_order: "asc",
|
|
1162
1228
|
page: 1,
|
|
1163
1229
|
page_size: 1,
|
|
1230
|
+
filter_status: ["staged"],
|
|
1164
1231
|
filter_task_group_id: "filter_task_group_id",
|
|
1165
1232
|
filter_order_id: "filter_order_id",
|
|
1166
1233
|
filter_order_short_id: "filter_order_short_id",
|
|
@@ -4196,6 +4263,7 @@ await client.billing.statements.listV1({
|
|
|
4196
4263
|
sort_order: "asc",
|
|
4197
4264
|
page: 1,
|
|
4198
4265
|
page_size: 1,
|
|
4266
|
+
filter_status: ["staged"],
|
|
4199
4267
|
filter_settlement_type: "stripe_connect",
|
|
4200
4268
|
filter_order_id: "filter_order_id",
|
|
4201
4269
|
filter_order_short_id: "filter_order_short_id",
|
|
@@ -4280,6 +4348,7 @@ await client.billing.statements.expandedListV1({
|
|
|
4280
4348
|
sort_order: "asc",
|
|
4281
4349
|
page: 1,
|
|
4282
4350
|
page_size: 1,
|
|
4351
|
+
filter_status: ["staged"],
|
|
4283
4352
|
filter_settlement_type: "stripe_connect",
|
|
4284
4353
|
filter_order_id: "filter_order_id",
|
|
4285
4354
|
filter_order_short_id: "filter_order_short_id",
|
|
@@ -5768,6 +5837,270 @@ await client.billing.lineItemGroups.s3Objects.deleteV1("line_item_group_s3_objec
|
|
|
5768
5837
|
</dl>
|
|
5769
5838
|
</details>
|
|
5770
5839
|
|
|
5840
|
+
## Billing LineItems S3Objects
|
|
5841
|
+
|
|
5842
|
+
<details><summary><code>client.billing.lineItems.s3Objects.<a href="/src/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.ts">getS3ObjectMetadataV1</a>(lineItemS3ObjectMetadataId) -> Chrt.LineItemS3ObjectMetadata1</code></summary>
|
|
5843
|
+
<dl>
|
|
5844
|
+
<dd>
|
|
5845
|
+
|
|
5846
|
+
#### 📝 Description
|
|
5847
|
+
|
|
5848
|
+
<dl>
|
|
5849
|
+
<dd>
|
|
5850
|
+
|
|
5851
|
+
<dl>
|
|
5852
|
+
<dd>
|
|
5853
|
+
|
|
5854
|
+
Retrieves metadata for a line item S3 object. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemS3ObjectMetadata1)
|
|
5855
|
+
|
|
5856
|
+
</dd>
|
|
5857
|
+
</dl>
|
|
5858
|
+
</dd>
|
|
5859
|
+
</dl>
|
|
5860
|
+
|
|
5861
|
+
#### 🔌 Usage
|
|
5862
|
+
|
|
5863
|
+
<dl>
|
|
5864
|
+
<dd>
|
|
5865
|
+
|
|
5866
|
+
<dl>
|
|
5867
|
+
<dd>
|
|
5868
|
+
|
|
5869
|
+
```typescript
|
|
5870
|
+
await client.billing.lineItems.s3Objects.getS3ObjectMetadataV1("line_item_s3_object_metadata_id");
|
|
5871
|
+
```
|
|
5872
|
+
|
|
5873
|
+
</dd>
|
|
5874
|
+
</dl>
|
|
5875
|
+
</dd>
|
|
5876
|
+
</dl>
|
|
5877
|
+
|
|
5878
|
+
#### ⚙️ Parameters
|
|
5879
|
+
|
|
5880
|
+
<dl>
|
|
5881
|
+
<dd>
|
|
5882
|
+
|
|
5883
|
+
<dl>
|
|
5884
|
+
<dd>
|
|
5885
|
+
|
|
5886
|
+
**lineItemS3ObjectMetadataId:** `string`
|
|
5887
|
+
|
|
5888
|
+
</dd>
|
|
5889
|
+
</dl>
|
|
5890
|
+
|
|
5891
|
+
<dl>
|
|
5892
|
+
<dd>
|
|
5893
|
+
|
|
5894
|
+
**requestOptions:** `S3Objects.RequestOptions`
|
|
5895
|
+
|
|
5896
|
+
</dd>
|
|
5897
|
+
</dl>
|
|
5898
|
+
</dd>
|
|
5899
|
+
</dl>
|
|
5900
|
+
|
|
5901
|
+
</dd>
|
|
5902
|
+
</dl>
|
|
5903
|
+
</details>
|
|
5904
|
+
|
|
5905
|
+
<details><summary><code>client.billing.lineItems.s3Objects.<a href="/src/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.ts">getV1</a>(lineItemS3ObjectMetadataId) -> core.BinaryResponse</code></summary>
|
|
5906
|
+
<dl>
|
|
5907
|
+
<dd>
|
|
5908
|
+
|
|
5909
|
+
#### 📝 Description
|
|
5910
|
+
|
|
5911
|
+
<dl>
|
|
5912
|
+
<dd>
|
|
5913
|
+
|
|
5914
|
+
<dl>
|
|
5915
|
+
<dd>
|
|
5916
|
+
|
|
5917
|
+
Streams a line item S3 object file from storage. | authz_personas=[lig_org_operators, lig_driver] | () -> (binary)
|
|
5918
|
+
|
|
5919
|
+
</dd>
|
|
5920
|
+
</dl>
|
|
5921
|
+
</dd>
|
|
5922
|
+
</dl>
|
|
5923
|
+
|
|
5924
|
+
#### 🔌 Usage
|
|
5925
|
+
|
|
5926
|
+
<dl>
|
|
5927
|
+
<dd>
|
|
5928
|
+
|
|
5929
|
+
<dl>
|
|
5930
|
+
<dd>
|
|
5931
|
+
|
|
5932
|
+
```typescript
|
|
5933
|
+
await client.billing.lineItems.s3Objects.getV1("line_item_s3_object_metadata_id");
|
|
5934
|
+
```
|
|
5935
|
+
|
|
5936
|
+
</dd>
|
|
5937
|
+
</dl>
|
|
5938
|
+
</dd>
|
|
5939
|
+
</dl>
|
|
5940
|
+
|
|
5941
|
+
#### ⚙️ Parameters
|
|
5942
|
+
|
|
5943
|
+
<dl>
|
|
5944
|
+
<dd>
|
|
5945
|
+
|
|
5946
|
+
<dl>
|
|
5947
|
+
<dd>
|
|
5948
|
+
|
|
5949
|
+
**lineItemS3ObjectMetadataId:** `string`
|
|
5950
|
+
|
|
5951
|
+
</dd>
|
|
5952
|
+
</dl>
|
|
5953
|
+
|
|
5954
|
+
<dl>
|
|
5955
|
+
<dd>
|
|
5956
|
+
|
|
5957
|
+
**requestOptions:** `S3Objects.RequestOptions`
|
|
5958
|
+
|
|
5959
|
+
</dd>
|
|
5960
|
+
</dl>
|
|
5961
|
+
</dd>
|
|
5962
|
+
</dl>
|
|
5963
|
+
|
|
5964
|
+
</dd>
|
|
5965
|
+
</dl>
|
|
5966
|
+
</details>
|
|
5967
|
+
|
|
5968
|
+
<details><summary><code>client.billing.lineItems.s3Objects.<a href="/src/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.ts">addV1</a>(lineItemId, { ...params }) -> boolean</code></summary>
|
|
5969
|
+
<dl>
|
|
5970
|
+
<dd>
|
|
5971
|
+
|
|
5972
|
+
#### 📝 Description
|
|
5973
|
+
|
|
5974
|
+
<dl>
|
|
5975
|
+
<dd>
|
|
5976
|
+
|
|
5977
|
+
<dl>
|
|
5978
|
+
<dd>
|
|
5979
|
+
|
|
5980
|
+
Uploads a file to a line item. Automatic blurhash generation for images. | authz_personas=[lig_org_operators, lig_driver] | (UploadFile) -> (bool)
|
|
5981
|
+
|
|
5982
|
+
</dd>
|
|
5983
|
+
</dl>
|
|
5984
|
+
</dd>
|
|
5985
|
+
</dl>
|
|
5986
|
+
|
|
5987
|
+
#### 🔌 Usage
|
|
5988
|
+
|
|
5989
|
+
<dl>
|
|
5990
|
+
<dd>
|
|
5991
|
+
|
|
5992
|
+
<dl>
|
|
5993
|
+
<dd>
|
|
5994
|
+
|
|
5995
|
+
```typescript
|
|
5996
|
+
await client.billing.lineItems.s3Objects.addV1("line_item_id", {
|
|
5997
|
+
file: fs.createReadStream("/path/to/your/file"),
|
|
5998
|
+
});
|
|
5999
|
+
```
|
|
6000
|
+
|
|
6001
|
+
</dd>
|
|
6002
|
+
</dl>
|
|
6003
|
+
</dd>
|
|
6004
|
+
</dl>
|
|
6005
|
+
|
|
6006
|
+
#### ⚙️ Parameters
|
|
6007
|
+
|
|
6008
|
+
<dl>
|
|
6009
|
+
<dd>
|
|
6010
|
+
|
|
6011
|
+
<dl>
|
|
6012
|
+
<dd>
|
|
6013
|
+
|
|
6014
|
+
**lineItemId:** `string`
|
|
6015
|
+
|
|
6016
|
+
</dd>
|
|
6017
|
+
</dl>
|
|
6018
|
+
|
|
6019
|
+
<dl>
|
|
6020
|
+
<dd>
|
|
6021
|
+
|
|
6022
|
+
**request:** `Chrt.billing.lineItems.BodyLineItemsS3ObjectPostAddV1BillingLineItemsS3ObjectsAddV1LineItemIdPost`
|
|
6023
|
+
|
|
6024
|
+
</dd>
|
|
6025
|
+
</dl>
|
|
6026
|
+
|
|
6027
|
+
<dl>
|
|
6028
|
+
<dd>
|
|
6029
|
+
|
|
6030
|
+
**requestOptions:** `S3Objects.RequestOptions`
|
|
6031
|
+
|
|
6032
|
+
</dd>
|
|
6033
|
+
</dl>
|
|
6034
|
+
</dd>
|
|
6035
|
+
</dl>
|
|
6036
|
+
|
|
6037
|
+
</dd>
|
|
6038
|
+
</dl>
|
|
6039
|
+
</details>
|
|
6040
|
+
|
|
6041
|
+
<details><summary><code>client.billing.lineItems.s3Objects.<a href="/src/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.ts">deleteV1</a>(lineItemS3ObjectMetadataId) -> boolean</code></summary>
|
|
6042
|
+
<dl>
|
|
6043
|
+
<dd>
|
|
6044
|
+
|
|
6045
|
+
#### 📝 Description
|
|
6046
|
+
|
|
6047
|
+
<dl>
|
|
6048
|
+
<dd>
|
|
6049
|
+
|
|
6050
|
+
<dl>
|
|
6051
|
+
<dd>
|
|
6052
|
+
|
|
6053
|
+
Deletes an S3 object metadata and the associated S3 object from a line item. | authz_personas=[lig_org_operators, lig_driver] | () -> (bool)
|
|
6054
|
+
|
|
6055
|
+
</dd>
|
|
6056
|
+
</dl>
|
|
6057
|
+
</dd>
|
|
6058
|
+
</dl>
|
|
6059
|
+
|
|
6060
|
+
#### 🔌 Usage
|
|
6061
|
+
|
|
6062
|
+
<dl>
|
|
6063
|
+
<dd>
|
|
6064
|
+
|
|
6065
|
+
<dl>
|
|
6066
|
+
<dd>
|
|
6067
|
+
|
|
6068
|
+
```typescript
|
|
6069
|
+
await client.billing.lineItems.s3Objects.deleteV1("line_item_s3_object_metadata_id");
|
|
6070
|
+
```
|
|
6071
|
+
|
|
6072
|
+
</dd>
|
|
6073
|
+
</dl>
|
|
6074
|
+
</dd>
|
|
6075
|
+
</dl>
|
|
6076
|
+
|
|
6077
|
+
#### ⚙️ Parameters
|
|
6078
|
+
|
|
6079
|
+
<dl>
|
|
6080
|
+
<dd>
|
|
6081
|
+
|
|
6082
|
+
<dl>
|
|
6083
|
+
<dd>
|
|
6084
|
+
|
|
6085
|
+
**lineItemS3ObjectMetadataId:** `string`
|
|
6086
|
+
|
|
6087
|
+
</dd>
|
|
6088
|
+
</dl>
|
|
6089
|
+
|
|
6090
|
+
<dl>
|
|
6091
|
+
<dd>
|
|
6092
|
+
|
|
6093
|
+
**requestOptions:** `S3Objects.RequestOptions`
|
|
6094
|
+
|
|
6095
|
+
</dd>
|
|
6096
|
+
</dl>
|
|
6097
|
+
</dd>
|
|
6098
|
+
</dl>
|
|
6099
|
+
|
|
6100
|
+
</dd>
|
|
6101
|
+
</dl>
|
|
6102
|
+
</details>
|
|
6103
|
+
|
|
5771
6104
|
## Integrations AirWaybills
|
|
5772
6105
|
|
|
5773
6106
|
<details><summary><code>client.integrations.airWaybills.<a href="/src/api/resources/integrations/resources/airWaybills/client/Client.ts">createV1</a>({ ...params }) -> Chrt.ChampAirWaybill1</code></summary>
|
|
@@ -6429,7 +6762,7 @@ await client.integrations.webcargoEmbed.getEmbedV1("task_group_id", {
|
|
|
6429
6762
|
|
|
6430
6763
|
## Listing Listings
|
|
6431
6764
|
|
|
6432
|
-
<details><summary><code>client.listing.listings.<a href="/src/api/resources/listing/resources/listings/client/Client.ts">byIdV1</a>(listingId) -> Chrt.
|
|
6765
|
+
<details><summary><code>client.listing.listings.<a href="/src/api/resources/listing/resources/listings/client/Client.ts">byIdV1</a>(listingId) -> Chrt.ListingForBidder1</code></summary>
|
|
6433
6766
|
<dl>
|
|
6434
6767
|
<dd>
|
|
6435
6768
|
|
|
@@ -6441,7 +6774,7 @@ await client.integrations.webcargoEmbed.getEmbedV1("task_group_id", {
|
|
|
6441
6774
|
<dl>
|
|
6442
6775
|
<dd>
|
|
6443
6776
|
|
|
6444
|
-
Fetches a listing by id in the bidder-facing shape
|
|
6777
|
+
Fetches a listing by id in the bidder-facing shape with tasks and mileage. Visible to the lister and to snapshot participants (as bidder — provider org or driver). Listers wanting the full record call `by_id_for_lister/v1`. | authz: allowed_org_types=[provider], min_org_role=driver | () -> (ListingForBidder1)
|
|
6445
6778
|
|
|
6446
6779
|
</dd>
|
|
6447
6780
|
</dl>
|
|
@@ -6652,6 +6985,8 @@ await client.listing.listings.listByOrgV1({
|
|
|
6652
6985
|
sort_order: "asc",
|
|
6653
6986
|
page: 1,
|
|
6654
6987
|
page_size: 1,
|
|
6988
|
+
filter_status: ["open"],
|
|
6989
|
+
filter_type: ["dispatch"],
|
|
6655
6990
|
filter_task_group_id: "filter_task_group_id",
|
|
6656
6991
|
filter_order_id: "filter_order_id",
|
|
6657
6992
|
filter_created_by_org_id: "filter_created_by_org_id",
|
|
@@ -6707,7 +7042,7 @@ await client.listing.listings.listByOrgV1({
|
|
|
6707
7042
|
<dl>
|
|
6708
7043
|
<dd>
|
|
6709
7044
|
|
|
6710
|
-
Lists PROVIDERS-audience listings where the caller's org is a snapshot participant. Provider-side bidder view with filtering, sorting, and pagination. Returns the bidder shape (no `internal_notes`). | authz: allowed_org_types=[provider], min_org_role=operator | () -> (ListingForBidderListRes)
|
|
7045
|
+
Lists PROVIDERS-audience listings where the caller's org is a snapshot participant. Provider-side bidder view with filtering, sorting, and pagination. Returns the bidder shape with tasks and mileage (no `internal_notes`). | authz: allowed_org_types=[provider], min_org_role=operator | () -> (ListingForBidderListRes)
|
|
6711
7046
|
|
|
6712
7047
|
</dd>
|
|
6713
7048
|
</dl>
|
|
@@ -6728,6 +7063,8 @@ await client.listing.listings.listForProviderBidderV1({
|
|
|
6728
7063
|
sort_order: "asc",
|
|
6729
7064
|
page: 1,
|
|
6730
7065
|
page_size: 1,
|
|
7066
|
+
filter_status: ["open"],
|
|
7067
|
+
filter_type: ["dispatch"],
|
|
6731
7068
|
filter_task_group_id: "filter_task_group_id",
|
|
6732
7069
|
filter_order_id: "filter_order_id",
|
|
6733
7070
|
filter_created_by_org_id: "filter_created_by_org_id",
|
|
@@ -6783,7 +7120,7 @@ await client.listing.listings.listForProviderBidderV1({
|
|
|
6783
7120
|
<dl>
|
|
6784
7121
|
<dd>
|
|
6785
7122
|
|
|
6786
|
-
Lists DRIVERS-audience listings where the caller (resolved to a Driver of their org) is a snapshot participant. Driver-side bidder view with filtering, sorting, and pagination. Returns the bidder shape (no `internal_notes`). | authz: allowed_org_types=[provider], min_org_role=driver | () -> (ListingForBidderListRes)
|
|
7123
|
+
Lists DRIVERS-audience listings where the caller (resolved to a Driver of their org) is a snapshot participant. Driver-side bidder view with filtering, sorting, and pagination. Returns the bidder shape with tasks and mileage (no `internal_notes`). | authz: allowed_org_types=[provider], min_org_role=driver | () -> (ListingForBidderListRes)
|
|
6787
7124
|
|
|
6788
7125
|
</dd>
|
|
6789
7126
|
</dl>
|
|
@@ -6804,6 +7141,8 @@ await client.listing.listings.listForDriverBidderV1({
|
|
|
6804
7141
|
sort_order: "asc",
|
|
6805
7142
|
page: 1,
|
|
6806
7143
|
page_size: 1,
|
|
7144
|
+
filter_status: ["open"],
|
|
7145
|
+
filter_type: ["dispatch"],
|
|
6807
7146
|
filter_task_group_id: "filter_task_group_id",
|
|
6808
7147
|
filter_order_id: "filter_order_id",
|
|
6809
7148
|
filter_created_by_org_id: "filter_created_by_org_id",
|
|
@@ -8397,6 +8736,7 @@ await client.listing.bidThreads.listForListingV1("listing_id", {
|
|
|
8397
8736
|
sort_order: "asc",
|
|
8398
8737
|
page: 1,
|
|
8399
8738
|
page_size: 1,
|
|
8739
|
+
filter_status: ["open"],
|
|
8400
8740
|
filter_listing_id: "filter_listing_id",
|
|
8401
8741
|
filter_bidder_provider_org_id: "filter_bidder_provider_org_id",
|
|
8402
8742
|
filter_bidder_driver_id: "filter_bidder_driver_id",
|
|
@@ -8480,6 +8820,7 @@ await client.listing.bidThreads.listForBidderV1({
|
|
|
8480
8820
|
sort_order: "asc",
|
|
8481
8821
|
page: 1,
|
|
8482
8822
|
page_size: 1,
|
|
8823
|
+
filter_status: ["open"],
|
|
8483
8824
|
filter_listing_id: "filter_listing_id",
|
|
8484
8825
|
filter_bidder_provider_org_id: "filter_bidder_provider_org_id",
|
|
8485
8826
|
filter_bidder_driver_id: "filter_bidder_driver_id",
|
|
@@ -10468,6 +10809,8 @@ await client.operations.cases.listV1({
|
|
|
10468
10809
|
sort_order: "asc",
|
|
10469
10810
|
page: 1,
|
|
10470
10811
|
page_size: 1,
|
|
10812
|
+
filter_status: ["open"],
|
|
10813
|
+
filter_department_id: ["filter_department_id"],
|
|
10471
10814
|
filter_assigned_operator_user_id: "filter_assigned_operator_user_id",
|
|
10472
10815
|
filter_needs_action: true,
|
|
10473
10816
|
filter_unassigned: true,
|
|
@@ -10957,6 +11300,7 @@ await client.operations.departments.listV1({
|
|
|
10957
11300
|
sort_order: "asc",
|
|
10958
11301
|
page: 1,
|
|
10959
11302
|
page_size: 1,
|
|
11303
|
+
filter_department: ["automotive"],
|
|
10960
11304
|
});
|
|
10961
11305
|
```
|
|
10962
11306
|
|
|
@@ -13728,6 +14072,7 @@ Lists all organization members paired with their driver information if they are
|
|
|
13728
14072
|
```typescript
|
|
13729
14073
|
await client.shipping.drivers.listOrgMembersAndDriversV1({
|
|
13730
14074
|
search: "search",
|
|
14075
|
+
filter_role: ["owner"],
|
|
13731
14076
|
filter_available_according_to_driver: true,
|
|
13732
14077
|
filter_available_according_to_operators: true,
|
|
13733
14078
|
sort_by: "first_name",
|
|
@@ -15144,6 +15489,8 @@ await client.shipping.orderSchedules.listV1({
|
|
|
15144
15489
|
sort_order: "asc",
|
|
15145
15490
|
page: 1,
|
|
15146
15491
|
page_size: 1,
|
|
15492
|
+
filter_status: ["draft"],
|
|
15493
|
+
filter_orchestrator_schedule_status: ["not_created"],
|
|
15147
15494
|
filter_owned_by_user_id: "filter_owned_by_user_id",
|
|
15148
15495
|
filter_created_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
15149
15496
|
filter_created_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -17207,7 +17554,7 @@ await client.shipping.taskGroups.detachLigFromProviderPayDriverV1("task_group_id
|
|
|
17207
17554
|
<dl>
|
|
17208
17555
|
<dd>
|
|
17209
17556
|
|
|
17210
|
-
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
|
|
17557
|
+
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)
|
|
17211
17558
|
|
|
17212
17559
|
</dd>
|
|
17213
17560
|
</dl>
|
|
@@ -17223,7 +17570,7 @@ Preview the LineItem materialization that would result from applying a rate shee
|
|
|
17223
17570
|
<dd>
|
|
17224
17571
|
|
|
17225
17572
|
```typescript
|
|
17226
|
-
await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id"
|
|
17573
|
+
await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id");
|
|
17227
17574
|
```
|
|
17228
17575
|
|
|
17229
17576
|
</dd>
|
|
@@ -17247,7 +17594,7 @@ await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id", {
|
|
|
17247
17594
|
<dl>
|
|
17248
17595
|
<dd>
|
|
17249
17596
|
|
|
17250
|
-
**request:** `Chrt.
|
|
17597
|
+
**request:** `Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq`
|
|
17251
17598
|
|
|
17252
17599
|
</dd>
|
|
17253
17600
|
</dl>
|
|
@@ -17278,7 +17625,7 @@ await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id", {
|
|
|
17278
17625
|
<dl>
|
|
17279
17626
|
<dd>
|
|
17280
17627
|
|
|
17281
|
-
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
|
|
17628
|
+
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)
|
|
17282
17629
|
|
|
17283
17630
|
</dd>
|
|
17284
17631
|
</dl>
|
|
@@ -17294,7 +17641,7 @@ Preview the LineItem materialization that would result from applying a rate shee
|
|
|
17294
17641
|
<dd>
|
|
17295
17642
|
|
|
17296
17643
|
```typescript
|
|
17297
|
-
await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id"
|
|
17644
|
+
await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id");
|
|
17298
17645
|
```
|
|
17299
17646
|
|
|
17300
17647
|
</dd>
|
|
@@ -17318,7 +17665,7 @@ await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id",
|
|
|
17318
17665
|
<dl>
|
|
17319
17666
|
<dd>
|
|
17320
17667
|
|
|
17321
|
-
**request:** `Chrt.
|
|
17668
|
+
**request:** `Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq`
|
|
17322
17669
|
|
|
17323
17670
|
</dd>
|
|
17324
17671
|
</dl>
|
|
@@ -17349,7 +17696,7 @@ await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id",
|
|
|
17349
17696
|
<dl>
|
|
17350
17697
|
<dd>
|
|
17351
17698
|
|
|
17352
|
-
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
|
|
17699
|
+
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)
|
|
17353
17700
|
|
|
17354
17701
|
</dd>
|
|
17355
17702
|
</dl>
|
|
@@ -17365,7 +17712,9 @@ Preview the LineItem materialization that would result from applying a rate shee
|
|
|
17365
17712
|
<dd>
|
|
17366
17713
|
|
|
17367
17714
|
```typescript
|
|
17368
|
-
await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
|
|
17715
|
+
await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
|
|
17716
|
+
driver_id: "driver_id",
|
|
17717
|
+
});
|
|
17369
17718
|
```
|
|
17370
17719
|
|
|
17371
17720
|
</dd>
|
|
@@ -17389,7 +17738,7 @@ await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {}
|
|
|
17389
17738
|
<dl>
|
|
17390
17739
|
<dd>
|
|
17391
17740
|
|
|
17392
|
-
**request:** `Chrt.
|
|
17741
|
+
**request:** `Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq`
|
|
17393
17742
|
|
|
17394
17743
|
</dd>
|
|
17395
17744
|
</dl>
|
|
@@ -19285,6 +19634,7 @@ await client.shipping.orders.expanded.listForCoordinatorOperatorsV1({
|
|
|
19285
19634
|
page: 1,
|
|
19286
19635
|
page_size: 1,
|
|
19287
19636
|
search: "search",
|
|
19637
|
+
filter_status: ["draft"],
|
|
19288
19638
|
filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
19289
19639
|
filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
19290
19640
|
filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -19371,6 +19721,7 @@ await client.shipping.orders.expanded.listForShipperOperatorsV1({
|
|
|
19371
19721
|
page: 1,
|
|
19372
19722
|
page_size: 1,
|
|
19373
19723
|
search: "search",
|
|
19724
|
+
filter_status: ["draft"],
|
|
19374
19725
|
filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
19375
19726
|
filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
19376
19727
|
filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -20464,6 +20815,7 @@ await client.shipping.taskGroups.expanded.listForExecutorOperatorsV1({
|
|
|
20464
20815
|
page: 1,
|
|
20465
20816
|
page_size: 1,
|
|
20466
20817
|
search: "search",
|
|
20818
|
+
filter_status: ["draft"],
|
|
20467
20819
|
filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
20468
20820
|
filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
20469
20821
|
filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
@@ -20551,6 +20903,7 @@ await client.shipping.taskGroups.expanded.listForDriverForExecutorV1({
|
|
|
20551
20903
|
page: 1,
|
|
20552
20904
|
page_size: 1,
|
|
20553
20905
|
search: "search",
|
|
20906
|
+
filter_status: ["draft"],
|
|
20554
20907
|
filter_draft_started_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
20555
20908
|
filter_draft_started_at_timestamp_gte: "2024-01-15T09:30:00Z",
|
|
20556
20909
|
filter_staged_at_timestamp_lte: "2024-01-15T09:30:00Z",
|
|
File without changes
|