@chrt-inc/typescript-sdk 1.810.0 → 1.841.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/README.md +2 -2
- package/dist/cjs/Client.js +2 -2
- package/dist/cjs/api/resources/analytics/resources/shipping/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/analytics/resources/shipping/client/Client.js +2 -2
- package/dist/cjs/api/resources/analytics/resources/shipping/client/requests/AnalyticsTimePeriodReq.d.ts +4 -4
- package/dist/cjs/api/resources/billing/client/Client.d.ts +12 -12
- package/dist/cjs/api/resources/billing/client/Client.js +23 -23
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.ts +13 -13
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/Client.js +59 -59
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.d.ts +28 -28
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/Client.js +92 -92
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.ts +7 -7
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/billingLedgers/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.ts +27 -27
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.js +72 -72
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.ts +4 -4
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.ts +8 -8
- package/dist/cjs/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.ts +27 -27
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.js +77 -77
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.ts +14 -14
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.ts +27 -27
- package/dist/cjs/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/billing/resources/index.d.ts +8 -8
- package/dist/cjs/api/resources/billing/resources/index.js +9 -9
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.d.ts +104 -104
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/Client.js +256 -256
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.ts +7 -7
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.ts +5 -5
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.ts +5 -5
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.ts +19 -19
- package/dist/cjs/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.js +52 -52
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.ts +19 -19
- package/dist/cjs/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.js +52 -52
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.ts +27 -27
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/Client.js +72 -72
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.ts +3 -3
- package/dist/cjs/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.d.ts +37 -37
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/Client.js +102 -102
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.ts +5 -5
- package/dist/cjs/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/billing/resources/statements/client/Client.d.ts +115 -115
- package/dist/cjs/api/resources/billing/resources/statements/client/Client.js +366 -366
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.ts +7 -7
- package/dist/cjs/api/resources/billing/resources/statements/client/requests/index.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/stripe/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/billing/resources/stripe/client/Client.js +2 -2
- package/dist/cjs/api/resources/billing/resources/stripe/client/requests/CreateCheckoutSessionReq.d.ts +3 -3
- package/dist/cjs/api/resources/billing/resources/stripeConnect/client/Client.d.ts +8 -8
- package/dist/cjs/api/resources/billing/resources/stripeConnect/client/Client.js +19 -19
- package/dist/cjs/api/resources/flights/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/flights/client/Client.js +3 -3
- package/dist/cjs/api/resources/flights/client/requests/FlightConnectionsSearchReq.d.ts +23 -23
- package/dist/cjs/api/resources/integrations/resources/airWaybills/client/Client.d.ts +33 -33
- package/dist/cjs/api/resources/integrations/resources/airWaybills/client/Client.js +68 -68
- package/dist/cjs/api/resources/integrations/resources/airWaybills/client/requests/ChampAirWaybillClientUpdate1.d.ts +23 -23
- package/dist/cjs/api/resources/integrations/resources/cargoaiTrackAndTrace/client/Client.d.ts +16 -16
- package/dist/cjs/api/resources/integrations/resources/cargoaiTrackAndTrace/client/Client.js +35 -35
- package/dist/cjs/api/resources/integrations/resources/webcargoBookings/client/Client.d.ts +8 -8
- package/dist/cjs/api/resources/integrations/resources/webcargoBookings/client/Client.js +16 -16
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/Client.js +3 -3
- package/dist/cjs/api/resources/integrations/resources/webcargoEmbed/client/requests/GetWebcargoEmbedReq.d.ts +6 -6
- package/dist/cjs/api/resources/listing/client/Client.d.ts +6 -6
- package/dist/cjs/api/resources/listing/client/Client.js +12 -12
- package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.d.ts +64 -64
- package/dist/cjs/api/resources/listing/resources/bidThreads/client/Client.js +216 -216
- package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/BidThreadClientCreate1.d.ts +2 -2
- package/dist/cjs/api/resources/listing/resources/bidThreads/client/requests/index.d.ts +2 -2
- package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/Client.d.ts +39 -39
- package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/Client.js +105 -105
- package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupClientCreate1.d.ts +3 -3
- package/dist/cjs/api/resources/listing/resources/driverBiddingGroups/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/listing/resources/index.d.ts +4 -4
- package/dist/cjs/api/resources/listing/resources/index.js +5 -5
- package/dist/cjs/api/resources/listing/resources/listings/client/Client.d.ts +79 -79
- package/dist/cjs/api/resources/listing/resources/listings/client/Client.js +286 -286
- package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingAddDriverParticipantsReq.d.ts +1 -1
- package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingAddProviderParticipantsReq.d.ts +1 -1
- package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingClientCreate1.d.ts +13 -13
- package/dist/cjs/api/resources/listing/resources/listings/client/requests/ListingClientUpdate1.d.ts +3 -3
- package/dist/cjs/api/resources/listing/resources/listings/client/requests/index.d.ts +6 -6
- package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/Client.d.ts +39 -39
- package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/Client.js +105 -105
- package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupClientCreate1.d.ts +3 -3
- package/dist/cjs/api/resources/listing/resources/orgBiddingGroups/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/notifications/resources/adHoc/client/Client.d.ts +36 -36
- package/dist/cjs/api/resources/notifications/resources/adHoc/client/Client.js +98 -98
- package/dist/cjs/api/resources/notifications/resources/groups/client/Client.d.ts +61 -61
- package/dist/cjs/api/resources/notifications/resources/groups/client/Client.js +150 -150
- package/dist/cjs/api/resources/notifications/resources/groups/client/requests/NotificationGroupClientCreate1.d.ts +3 -3
- package/dist/cjs/api/resources/notifications/resources/groups/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/notifications/resources/userPreferences/client/Client.d.ts +8 -8
- package/dist/cjs/api/resources/notifications/resources/userPreferences/client/Client.js +16 -16
- package/dist/cjs/api/resources/notifications/resources/userPreferences/client/requests/UserNotificationPreferencesUpdateRequest.d.ts +2 -2
- package/dist/cjs/api/resources/notifications/resources/webhookSetup/client/Client.d.ts +14 -14
- package/dist/cjs/api/resources/notifications/resources/webhookSetup/client/Client.js +28 -28
- package/dist/cjs/api/resources/operations/resources/cases/client/Client.d.ts +84 -51
- package/dist/cjs/api/resources/operations/resources/cases/client/Client.js +293 -145
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CaseClientUpdate1.d.ts +3 -1
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesExpandedListV1Request.d.ts +17 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesExpandedListV1Request.js +5 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.ts +2 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesTypeaheadV1Request.d.ts +16 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/CasesTypeaheadV1Request.js +5 -0
- package/dist/cjs/api/resources/operations/resources/cases/client/requests/index.d.ts +5 -3
- package/dist/cjs/api/resources/operations/resources/cases/resources/s3Objects/client/Client.d.ts +19 -19
- package/dist/cjs/api/resources/operations/resources/cases/resources/s3Objects/client/Client.js +52 -52
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/Client.js +2 -2
- package/dist/cjs/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.ts +4 -4
- package/dist/cjs/api/resources/operations/resources/departments/client/Client.d.ts +41 -41
- package/dist/cjs/api/resources/operations/resources/departments/client/Client.js +107 -107
- package/dist/cjs/api/resources/operations/resources/departments/client/requests/DepartmentClientCreate1.d.ts +4 -4
- package/dist/cjs/api/resources/operations/resources/departments/client/requests/DepartmentClientUpdate1.d.ts +1 -1
- package/dist/cjs/api/resources/operations/resources/departments/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.d.ts +65 -65
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/Client.js +169 -169
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientCreate1.d.ts +5 -5
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientUpdate1.d.ts +2 -2
- package/dist/cjs/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.ts +3 -3
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.d.ts +66 -66
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/Client.js +184 -184
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientCreate1.d.ts +8 -8
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientUpdate1.d.ts +4 -4
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksBulkUpdateDeadlinesReq1.d.ts +2 -2
- package/dist/cjs/api/resources/operations/resources/operationsTasks/client/requests/index.d.ts +4 -4
- package/dist/cjs/api/resources/orgs/client/Client.d.ts +6 -6
- package/dist/cjs/api/resources/orgs/client/Client.js +20 -20
- package/dist/cjs/api/resources/orgs/client/requests/SetupOrgReq.d.ts +2 -2
- package/dist/cjs/api/resources/orgs/resources/complianceDocuments/client/Client.d.ts +24 -24
- package/dist/cjs/api/resources/orgs/resources/complianceDocuments/client/Client.js +59 -59
- package/dist/cjs/api/resources/orgs/resources/complianceDocuments/client/requests/OrgComplianceDocumentClientCreate1.d.ts +4 -4
- package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.d.ts +19 -19
- package/dist/cjs/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.js +57 -57
- package/dist/cjs/api/resources/orgs/resources/connections/client/Client.d.ts +34 -34
- package/dist/cjs/api/resources/orgs/resources/connections/client/Client.js +117 -117
- package/dist/cjs/api/resources/orgs/resources/connections/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/orgs/resources/index.d.ts +4 -4
- package/dist/cjs/api/resources/orgs/resources/index.js +5 -5
- package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/Client.js +2 -2
- package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.ts +7 -7
- package/dist/cjs/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.ts +11 -11
- package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/Client.js +2 -2
- package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.ts +7 -7
- package/dist/cjs/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.ts +11 -11
- package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/Client.js +2 -2
- package/dist/cjs/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientCreate1.d.ts +3 -3
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/client/Client.js +6 -6
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.ts +2 -2
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/index.js +3 -3
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.d.ts +19 -19
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.js +51 -51
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.d.ts +7 -7
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.d.ts +11 -11
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.d.ts +12 -12
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.js +51 -51
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.ts +7 -7
- package/dist/cjs/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.ts +11 -11
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.d.ts +17 -17
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/Client.js +41 -41
- package/dist/cjs/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.d.ts +3 -3
- package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.d.ts +13 -13
- package/dist/cjs/api/resources/orgs/resources/publicData/client/Client.js +54 -54
- package/dist/cjs/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/client/Client.d.ts +12 -12
- package/dist/cjs/api/resources/shipping/client/Client.js +27 -27
- package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.d.ts +97 -97
- package/dist/cjs/api/resources/shipping/resources/drivers/client/Client.js +313 -313
- package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverClientCreate1.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverClientUpdate1.d.ts +7 -7
- package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverSelfReportedHoursAndMileageClientCreate1.d.ts +4 -4
- package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverSelfReportedHoursAndMileageClientUpdate1.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/DriverStatsReq.d.ts +3 -4
- package/dist/cjs/api/resources/shipping/resources/drivers/client/requests/index.d.ts +5 -5
- package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/client/Client.d.ts +23 -23
- package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/client/Client.js +43 -43
- package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/client/requests/DriverComplianceDocumentClientCreate1.d.ts +4 -4
- package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.d.ts +19 -19
- package/dist/cjs/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.js +57 -57
- package/dist/cjs/api/resources/shipping/resources/index.d.ts +6 -6
- package/dist/cjs/api/resources/shipping/resources/index.js +7 -7
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.d.ts +52 -52
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/Client.js +118 -118
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersDraftUpdateReq.d.ts +5 -5
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.ts +12 -9
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/client/requests/index.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/agentic/types/OrderBuilderStreamEvent.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.d.ts +21 -21
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.js +41 -41
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.ts +5 -5
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.ts +14 -14
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.js +63 -63
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/index.d.ts +6 -6
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/index.js +7 -7
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.d.ts +15 -15
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.js +26 -26
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.ts +4 -4
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/Client.js +2 -2
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.ts +4 -4
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.d.ts +46 -46
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.js +79 -79
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.ts +4 -4
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/index.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.d.ts +37 -37
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/Client.js +106 -106
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.ts +4 -4
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orderGroups/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.d.ts +52 -52
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/client/Client.js +136 -136
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.js +2 -2
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.ts +4 -4
- package/dist/cjs/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.d.ts +41 -41
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/Client.js +111 -111
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.ts +13 -12
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.ts +17 -15
- package/dist/cjs/api/resources/shipping/resources/orderTemplates/client/requests/index.d.ts +2 -2
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.d.ts +30 -30
- package/dist/cjs/api/resources/shipping/resources/orders/client/Client.js +73 -73
- package/dist/cjs/api/resources/shipping/resources/orders/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.ts +8 -8
- package/dist/cjs/api/resources/shipping/resources/orders/resources/expanded/client/Client.js +14 -14
- package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.d.ts +10 -10
- package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/Client.js +18 -18
- package/dist/cjs/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.ts +36 -36
- package/dist/cjs/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.js +76 -76
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.d.ts +146 -146
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/Client.js +279 -279
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/client/requests/index.d.ts +5 -5
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.ts +23 -23
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.js +43 -43
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.d.ts +3 -3
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/index.js +4 -4
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.ts +19 -19
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.js +52 -52
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.ts +8 -8
- package/dist/cjs/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.js +14 -14
- package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.d.ts +56 -56
- package/dist/cjs/api/resources/shipping/resources/tasks/client/Client.js +110 -110
- package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.ts +6 -6
- package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/WaitTimeOverrideReq.d.ts +1 -1
- package/dist/cjs/api/resources/shipping/resources/tasks/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/tracking/resources/devices/client/Client.d.ts +67 -67
- package/dist/cjs/api/resources/tracking/resources/devices/client/Client.js +197 -197
- package/dist/cjs/api/resources/tracking/resources/devices/client/requests/DeviceClientCreate1.d.ts +5 -5
- package/dist/cjs/api/resources/tracking/resources/devices/client/requests/DeviceClientUpdate1.d.ts +3 -3
- package/dist/cjs/api/resources/tracking/resources/devices/client/requests/DevicesUpdateSharedOrgsReq1.d.ts +1 -1
- package/dist/cjs/api/resources/tracking/resources/devices/client/requests/index.d.ts +5 -5
- package/dist/cjs/api/resources/tracking/resources/driver/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/tracking/resources/driver/client/Client.js +3 -3
- package/dist/cjs/api/resources/tracking/resources/driver/client/requests/DriverByDriverDataPointClientCreate1.d.ts +4 -4
- package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.d.ts +86 -86
- package/dist/cjs/api/resources/tracking/resources/sessions/client/Client.js +222 -222
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.ts +5 -5
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.d.ts +6 -6
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionSetFlightInfoReq1.d.ts +7 -7
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/SessionsUpdateSharedOrgsReq1.d.ts +1 -1
- package/dist/cjs/api/resources/tracking/resources/sessions/client/requests/index.d.ts +6 -6
- package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/Client.d.ts +28 -28
- package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/Client.js +50 -50
- package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/requests/CargoByDeviceSharingSettingsUpdateReq.d.ts +3 -3
- package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/requests/CargoByDriverSharingSettingsUpdateReq.d.ts +3 -3
- package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/requests/TaskGroupByDriverSharingSettingsUpdateReq.d.ts +3 -3
- package/dist/cjs/api/resources/tracking/resources/sharingSettings/client/requests/index.d.ts +2 -2
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.d.ts +26 -26
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.js +64 -64
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceMarkOutliersRequest1.d.ts +3 -3
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/index.d.ts +3 -3
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.d.ts +23 -23
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.js +51 -51
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/index.d.ts +2 -2
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.d.ts +27 -27
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.js +66 -66
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceMarkOutliersRequest1.d.ts +3 -3
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/index.d.ts +3 -3
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.ts +23 -23
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.js +51 -51
- package/dist/cjs/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/index.d.ts +2 -2
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.ts +15 -15
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.js +60 -60
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.ts +15 -15
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.js +60 -60
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.ts +14 -14
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.js +29 -29
- package/dist/cjs/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/users/client/Client.d.ts +6 -6
- package/dist/cjs/api/resources/users/client/Client.js +6 -6
- package/dist/cjs/api/resources/users/resources/directoryEntries/client/Client.d.ts +23 -23
- package/dist/cjs/api/resources/users/resources/directoryEntries/client/Client.js +76 -76
- package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.ts +8 -8
- package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.ts +13 -13
- package/dist/cjs/api/resources/users/resources/directoryEntries/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/users/resources/index.d.ts +3 -3
- package/dist/cjs/api/resources/users/resources/index.js +4 -4
- package/dist/cjs/api/resources/users/resources/privateData/client/Client.d.ts +15 -15
- package/dist/cjs/api/resources/users/resources/privateData/client/Client.js +59 -59
- package/dist/cjs/api/resources/users/resources/privateData/client/requests/UserPrivateDataClientCreate1.d.ts +2 -2
- package/dist/cjs/api/resources/users/resources/privateData/client/requests/UserPrivateDataClientUpdate1.d.ts +2 -2
- package/dist/cjs/api/resources/users/resources/privateData/client/requests/index.d.ts +1 -1
- package/dist/cjs/api/resources/utils/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/utils/client/Client.js +6 -6
- package/dist/cjs/api/resources/utils/resources/dev/client/Client.d.ts +24 -24
- package/dist/cjs/api/resources/utils/resources/dev/client/Client.js +80 -80
- package/dist/cjs/api/resources/utils/resources/index.d.ts +1 -1
- package/dist/cjs/api/resources/utils/resources/index.js +2 -2
- package/dist/cjs/api/resources/utils/resources/root/client/Client.d.ts +18 -18
- package/dist/cjs/api/resources/utils/resources/root/client/Client.js +35 -35
- package/dist/cjs/api/types/AiImageDescription.d.ts +9 -9
- package/dist/cjs/api/types/AlertMessage.d.ts +2 -2
- package/dist/cjs/api/types/Bid.d.ts +4 -4
- package/dist/cjs/api/types/BidAppendReq.d.ts +1 -1
- package/dist/cjs/api/types/BidThread1.d.ts +6 -6
- package/dist/cjs/api/types/BillingLedger1.d.ts +14 -14
- package/dist/cjs/api/types/BillingLedgerPeriod1.d.ts +19 -19
- package/dist/cjs/api/types/BillingLineItemGroupMessageWebhookPayload.d.ts +1 -1
- package/dist/cjs/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.ts +1 -1
- package/dist/cjs/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.ts +3 -3
- package/dist/cjs/api/types/BillingStatementOpenedWebhookPayload.d.ts +1 -1
- package/dist/cjs/api/types/BillingStatementPaidWebhookPayload.d.ts +1 -1
- package/dist/cjs/api/types/Caller.d.ts +4 -4
- package/dist/cjs/api/types/Cargo1.d.ts +19 -19
- package/dist/cjs/api/types/CargoAiTrackAndTraceAdditionalInformation.d.ts +2 -2
- package/dist/cjs/api/types/CargoAiTrackAndTraceEvent.d.ts +13 -13
- package/dist/cjs/api/types/CargoAiTrackAndTraceFlight.d.ts +11 -11
- package/dist/cjs/api/types/CargoAiTrackAndTraceSubscription1.d.ts +7 -7
- package/dist/cjs/api/types/CargoAiTrackAndTraceUpdate1.d.ts +11 -11
- package/dist/cjs/api/types/CargoAiTrackAndTraceWebhookResponse.d.ts +1 -1
- package/dist/cjs/api/types/CargoByDeviceDataPoint1.d.ts +4 -4
- package/dist/cjs/api/types/CargoByDeviceDataPointMetadata1.d.ts +1 -1
- package/dist/cjs/api/types/CargoByDeviceMarkOutliersResponse1.d.ts +1 -1
- package/dist/cjs/api/types/CargoByDeviceSharingSettings1.d.ts +6 -6
- package/dist/cjs/api/types/CargoByDriverDataPoint1.d.ts +3 -3
- package/dist/cjs/api/types/CargoByDriverDataPointMetadata1.d.ts +1 -1
- package/dist/cjs/api/types/CargoByDriverSharingSettings1.d.ts +6 -6
- package/dist/cjs/api/types/CargoClientCreate1.d.ts +8 -8
- package/dist/cjs/api/types/CargoClientUpdate1.d.ts +15 -15
- package/dist/cjs/api/types/CargoManifest1.d.ts +8 -8
- package/dist/cjs/api/types/CargoOnFlightRateSheet1.d.ts +7 -7
- package/dist/cjs/api/types/CargojsonAccounting.d.ts +1 -1
- package/dist/cjs/api/types/CargojsonAddress.d.ts +4 -4
- package/dist/cjs/api/types/CargojsonAddressing.d.ts +3 -3
- package/dist/cjs/api/types/CargojsonAgent.d.ts +3 -3
- package/dist/cjs/api/types/CargojsonCharge.d.ts +2 -2
- package/dist/cjs/api/types/CargojsonChargeDeclarations.d.ts +3 -3
- package/dist/cjs/api/types/CargojsonChargeItem.d.ts +4 -4
- package/dist/cjs/api/types/CargojsonChargeSummary.d.ts +3 -3
- package/dist/cjs/api/types/CargojsonCollectChargesInDestCurrency.d.ts +3 -3
- package/dist/cjs/api/types/CargojsonDimensions.d.ts +2 -2
- package/dist/cjs/api/types/CargojsonEdifactData.d.ts +2 -2
- package/dist/cjs/api/types/CargojsonOci.d.ts +3 -3
- package/dist/cjs/api/types/CargojsonOfficeMessageAddress.d.ts +1 -1
- package/dist/cjs/api/types/CargojsonOtherChargeItem.d.ts +3 -3
- package/dist/cjs/api/types/CargojsonOtherParticipant.d.ts +1 -1
- package/dist/cjs/api/types/CargojsonPackaging.d.ts +4 -4
- package/dist/cjs/api/types/CargojsonParticipantAddress.d.ts +1 -1
- package/dist/cjs/api/types/CargojsonParticipantIdentifier.d.ts +2 -2
- package/dist/cjs/api/types/CargojsonSalesIncentive.d.ts +1 -1
- package/dist/cjs/api/types/CargojsonShipmentReferenceInformation.d.ts +1 -1
- package/dist/cjs/api/types/CargojsonUld.d.ts +3 -3
- package/dist/cjs/api/types/Case1.d.ts +8 -7
- package/dist/cjs/api/types/CaseMessage1.d.ts +2 -2
- package/dist/cjs/api/types/CaseS3ObjectMetadata1.d.ts +8 -8
- package/dist/cjs/api/types/CaseTypeaheadFieldEnum.d.ts +4 -0
- package/dist/cjs/api/types/CaseTypeaheadFieldEnum.js +5 -0
- package/dist/cjs/api/types/CaseTypeaheadResult.d.ts +8 -0
- package/dist/cjs/api/types/CaseTypeaheadResult.js +5 -0
- package/dist/cjs/api/types/CasesExpandedListItem.d.ts +15 -0
- package/dist/cjs/api/types/CasesExpandedListItem.js +5 -0
- package/dist/cjs/api/types/CasesExpandedListRes.d.ts +8 -0
- package/dist/cjs/api/types/CasesExpandedListRes.js +5 -0
- package/dist/cjs/api/types/CasesExpandedListShippingTaskGroup.d.ts +8 -0
- package/dist/cjs/api/types/CasesExpandedListShippingTaskGroup.js +5 -0
- package/dist/cjs/api/types/ChampAirWaybill1.d.ts +33 -33
- package/dist/cjs/api/types/ChampConfirmationReceipt1.d.ts +10 -10
- package/dist/cjs/api/types/ChampFlightStatus1.d.ts +8 -8
- package/dist/cjs/api/types/ChampFlightStatusEvent1.d.ts +15 -15
- package/dist/cjs/api/types/ChampOriginAndDestination.d.ts +1 -1
- package/dist/cjs/api/types/ChampQuantity.d.ts +1 -1
- package/dist/cjs/api/types/ChrtGroundProviderRateSheet1.d.ts +17 -17
- package/dist/cjs/api/types/CiriumAirportResources.d.ts +3 -3
- package/dist/cjs/api/types/CiriumFlightAlertsWebhookResponse.d.ts +1 -1
- package/dist/cjs/api/types/CiriumFlightStatus.d.ts +5 -5
- package/dist/cjs/api/types/CiriumOperationalTimes.d.ts +4 -4
- package/dist/cjs/api/types/CreateLigFromRateSheetForVectorClientReq.d.ts +1 -1
- package/dist/cjs/api/types/CredentialInfoRes.d.ts +1 -1
- package/dist/cjs/api/types/Department1.d.ts +6 -6
- package/dist/cjs/api/types/DepartmentRoutingRule1.d.ts +8 -8
- package/dist/cjs/api/types/DeviceExpandedRes.d.ts +3 -3
- package/dist/cjs/api/types/DeviceLimitedForList1.d.ts +14 -14
- package/dist/cjs/api/types/DevicePausedTimeWindow1.d.ts +1 -1
- package/dist/cjs/api/types/DirectoryEntry1.d.ts +13 -13
- package/dist/cjs/api/types/Driver1.d.ts +13 -13
- package/dist/cjs/api/types/DriverAnalyticsDay.d.ts +15 -0
- package/dist/cjs/api/types/DriverAnalyticsDay.js +5 -0
- package/dist/cjs/api/types/DriverAnalyticsTaskGroup.d.ts +10 -0
- package/dist/cjs/api/types/DriverAnalyticsTaskGroup.js +5 -0
- package/dist/cjs/api/types/DriverBiddingGroup1.d.ts +7 -7
- package/dist/cjs/api/types/DriverComplianceDocument1.d.ts +5 -5
- package/dist/cjs/api/types/DriverComplianceDocumentS3ObjectMetadata1.d.ts +8 -8
- package/dist/cjs/api/types/DriverSelfReportedHoursAndMileage1.d.ts +6 -6
- package/dist/cjs/api/types/DriverStatsRes.d.ts +2 -10
- package/dist/cjs/api/types/DriverUpdateRes.d.ts +1 -1
- package/dist/cjs/api/types/DriverWithActiveTaskGroupIds1.d.ts +14 -14
- package/dist/cjs/api/types/FirebaseCloudMessagingTokenData1.d.ts +1 -1
- package/dist/cjs/api/types/FlightConnection.d.ts +1 -1
- package/dist/cjs/api/types/FlightConnectionLeg.d.ts +10 -10
- package/dist/cjs/api/types/FlightLeg1.d.ts +18 -18
- package/dist/cjs/api/types/FlightLegClientCreate1.d.ts +6 -6
- package/dist/cjs/api/types/FlightLegWebhookInfo.d.ts +6 -6
- package/dist/cjs/api/types/FlightTrackPosition1.d.ts +3 -3
- package/dist/cjs/api/types/FlightTrackRes.d.ts +3 -3
- package/dist/cjs/api/types/InternalDelegationJwtReq.d.ts +1 -1
- package/dist/cjs/api/types/LineItem1.d.ts +15 -15
- package/dist/cjs/api/types/LineItemClientCreate1.d.ts +5 -5
- package/dist/cjs/api/types/LineItemGroup1.d.ts +25 -25
- package/dist/cjs/api/types/LineItemGroupLineItemsRes.d.ts +2 -2
- package/dist/cjs/api/types/LineItemGroupMessage1.d.ts +2 -2
- package/dist/cjs/api/types/LineItemGroupS3ObjectMetadata1.d.ts +8 -8
- package/dist/cjs/api/types/LineItemS3ObjectMetadata1.d.ts +8 -8
- package/dist/cjs/api/types/Listing1.d.ts +19 -19
- package/dist/cjs/api/types/ListingBidThreadActionAddedWebhookPayload.d.ts +7 -7
- package/dist/cjs/api/types/ListingLimitedForBidder1.d.ts +17 -17
- package/dist/cjs/api/types/ListingListingDriverInvitedToBidWebhookPayload.d.ts +3 -3
- package/dist/cjs/api/types/ListingListingProviderInvitedToBidWebhookPayload.d.ts +3 -3
- package/dist/cjs/api/types/ListingTaskForBidder1.d.ts +1 -1
- package/dist/cjs/api/types/LocationFeature.d.ts +2 -2
- package/dist/cjs/api/types/NotificationGroup1.d.ts +7 -7
- package/dist/cjs/api/types/NotificationGroupLimitedForDriver1.d.ts +5 -5
- package/dist/cjs/api/types/NotificationIntentAdHoc1.d.ts +4 -4
- package/dist/cjs/api/types/NotificationIntentAdHocClientCreate1.d.ts +1 -1
- package/dist/cjs/api/types/NotificationUserPreferences1.d.ts +5 -5
- package/dist/cjs/api/types/OffChrtProviderOrg1.d.ts +10 -10
- package/dist/cjs/api/types/OffChrtShipperOrg1.d.ts +10 -10
- package/dist/cjs/api/types/OffChrtVendor1.d.ts +3 -3
- package/dist/cjs/api/types/OnboardCourierRateSheet1.d.ts +3 -3
- package/dist/cjs/api/types/OperationsCaseGroupAssignedWebhookPayload.d.ts +5 -5
- package/dist/cjs/api/types/OperationsCaseMessageWebhookPayload.d.ts +5 -5
- package/dist/cjs/api/types/OperationsCaseOperatorAssignedWebhookPayload.d.ts +5 -5
- package/dist/cjs/api/types/OperationsCaseS3ObjectAddedWebhookPayload.d.ts +5 -5
- package/dist/cjs/api/types/OperationsTask1.d.ts +13 -13
- package/dist/cjs/api/types/OperationsTaskComment1.d.ts +2 -2
- package/dist/cjs/api/types/OperationsTaskDeadlineUpdate1.d.ts +1 -1
- package/dist/cjs/api/types/OperationsTaskList1.d.ts +8 -8
- package/dist/cjs/api/types/OperationsTaskListEntry1.d.ts +3 -3
- package/dist/cjs/api/types/OperationsTaskListEntryClientCreate1.d.ts +3 -3
- package/dist/cjs/api/types/Order1.d.ts +20 -20
- package/dist/cjs/api/types/OrderAndTaskGroupExpandedReq.d.ts +6 -6
- package/dist/cjs/api/types/OrderBuilderReq.d.ts +2 -2
- package/dist/cjs/api/types/OrderBuilderRes.d.ts +2 -2
- package/dist/cjs/api/types/OrderDraftExpanded.d.ts +4 -4
- package/dist/cjs/api/types/OrderDraftValidationRequirements.d.ts +5 -5
- package/dist/cjs/api/types/OrderDraftValidationResult.d.ts +1 -1
- package/dist/cjs/api/types/OrderExpanded.d.ts +3 -3
- package/dist/cjs/api/types/OrderGroup1.d.ts +10 -10
- package/dist/cjs/api/types/OrderManifest1.d.ts +5 -5
- package/dist/cjs/api/types/OrderManifestValidationRequirements.d.ts +5 -5
- package/dist/cjs/api/types/OrderSchedule1.d.ts +12 -12
- package/dist/cjs/api/types/OrderScheduleAboutRes.d.ts +2 -2
- package/dist/cjs/api/types/OrderScheduleOrchestratorScheduleStatus.d.ts +2 -2
- package/dist/cjs/api/types/OrderScheduleSpec1.d.ts +1 -1
- package/dist/cjs/api/types/OrderTemplate1.d.ts +17 -15
- package/dist/cjs/api/types/OrderTemplateCore1.d.ts +9 -8
- package/dist/cjs/api/types/OrderTemplateExpanded1.d.ts +6 -4
- package/dist/cjs/api/types/OrderTemplateOrgInfo1.d.ts +2 -2
- package/dist/cjs/api/types/OrderTemplateResolvabilityRes.d.ts +4 -4
- package/dist/cjs/api/types/OrderTypeaheadValue.d.ts +1 -1
- package/dist/cjs/api/types/OrdersDraftUpdateRes.d.ts +5 -5
- package/dist/cjs/api/types/OrgBiddingGroup1.d.ts +6 -6
- package/dist/cjs/api/types/OrgComplianceDocument1.d.ts +5 -5
- package/dist/cjs/api/types/OrgComplianceDocumentS3ObjectMetadata1.d.ts +8 -8
- package/dist/cjs/api/types/OrgInfoResponse.d.ts +6 -6
- package/dist/cjs/api/types/OrgMemberDetails.d.ts +2 -2
- package/dist/cjs/api/types/OrgMembersAndDrivers.d.ts +1 -1
- package/dist/cjs/api/types/OrgPrivateData1.d.ts +6 -6
- package/dist/cjs/api/types/OrgPublicData1.d.ts +5 -5
- package/dist/cjs/api/types/PingRes.d.ts +2 -2
- package/dist/cjs/api/types/ProFormaLineItem1.d.ts +7 -7
- package/dist/cjs/api/types/ProviderConnectionRes.d.ts +1 -1
- package/dist/cjs/api/types/ProviderOrgInfoForConnections1.d.ts +6 -6
- package/dist/cjs/api/types/ProviderOrgProfile1.d.ts +4 -4
- package/dist/cjs/api/types/ProviderProviderConnection1.d.ts +5 -5
- package/dist/cjs/api/types/RateSheetMapping1.d.ts +6 -6
- package/dist/cjs/api/types/ScheduleCalendarSpec.d.ts +12 -5
- package/dist/cjs/api/types/ScheduleIntervalSpec.d.ts +5 -0
- package/dist/cjs/api/types/ScheduleRange.d.ts +4 -1
- package/dist/cjs/api/types/Session1.d.ts +19 -19
- package/dist/cjs/api/types/SessionByDeviceDataPoint1.d.ts +5 -5
- package/dist/cjs/api/types/SessionByDeviceDataPointMetadata1.d.ts +1 -1
- package/dist/cjs/api/types/SessionByDeviceMarkOutliersResponse1.d.ts +1 -1
- package/dist/cjs/api/types/ShipperConnectionRes.d.ts +1 -1
- package/dist/cjs/api/types/ShipperOrgInfoForConnections1.d.ts +6 -6
- package/dist/cjs/api/types/ShipperProviderConnection1.d.ts +5 -5
- package/dist/cjs/api/types/ShippingOrderCancelledWebhookPayload.d.ts +1 -1
- package/dist/cjs/api/types/ShippingOrderCompletedWebhookPayload.d.ts +1 -1
- package/dist/cjs/api/types/ShippingOrderStagedWebhookPayload.d.ts +1 -1
- package/dist/cjs/api/types/ShippingTaskAddedWebhookPayload.d.ts +5 -5
- package/dist/cjs/api/types/ShippingTaskAttemptedWebhookPayload.d.ts +5 -5
- package/dist/cjs/api/types/ShippingTaskCompletedWebhookPayload.d.ts +5 -5
- package/dist/cjs/api/types/ShippingTaskDeletedWebhookPayload.d.ts +5 -5
- package/dist/cjs/api/types/ShippingTaskExecutorOrgNoteAddedWebhookPayload.d.ts +3 -3
- package/dist/cjs/api/types/ShippingTaskGroupDriverAssignedWebhookPayload.d.ts +3 -3
- package/dist/cjs/api/types/ShippingTaskGroupFlightInfoUpdatedWebhookPayload.d.ts +3 -3
- package/dist/cjs/api/types/ShippingTaskGroupInProgressWebhookPayload.d.ts +1 -1
- package/dist/cjs/api/types/ShippingTaskGroupMessageWebhookPayload.d.ts +3 -3
- package/dist/cjs/api/types/ShippingTaskGroupProviderAssignedWebhookPayload.d.ts +3 -3
- package/dist/cjs/api/types/ShippingTaskGroupS3ObjectAddedWebhookPayload.d.ts +1 -1
- package/dist/cjs/api/types/ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.d.ts +1 -1
- package/dist/cjs/api/types/ShippingTaskSkippedWebhookPayload.d.ts +5 -5
- package/dist/cjs/api/types/ShippingTaskTaskArtifactCompletedWebhookPayload.d.ts +5 -5
- package/dist/cjs/api/types/ShippingTurnClientCreate1.d.ts +8 -8
- package/dist/cjs/api/types/Statement1.d.ts +26 -26
- package/dist/cjs/api/types/StatementExpandedListItem.d.ts +1 -1
- package/dist/cjs/api/types/StatementExpandedRes.d.ts +1 -1
- package/dist/cjs/api/types/StationaryCluster.d.ts +3 -3
- package/dist/cjs/api/types/Task1.d.ts +25 -25
- package/dist/cjs/api/types/TaskArtifact1.d.ts +20 -20
- package/dist/cjs/api/types/TaskArtifactClientCreate1.d.ts +1 -1
- package/dist/cjs/api/types/TaskArtifactS3ObjectMetadata1.d.ts +9 -9
- package/dist/cjs/api/types/TaskClientCreate1.d.ts +5 -5
- package/dist/cjs/api/types/TaskClientUpdate1.d.ts +2 -2
- package/dist/cjs/api/types/TaskExecutorOrgNote1.d.ts +2 -2
- package/dist/cjs/api/types/TaskExpanded.d.ts +2 -2
- package/dist/cjs/api/types/TaskGroup1.d.ts +37 -37
- package/dist/cjs/api/types/TaskGroupByDriverDataPoint1.d.ts +3 -3
- package/dist/cjs/api/types/TaskGroupByDriverDataPointMetadata1.d.ts +1 -1
- package/dist/cjs/api/types/TaskGroupByDriverSharingSettings1.d.ts +6 -6
- package/dist/cjs/api/types/TaskGroupExpanded.d.ts +11 -11
- package/dist/cjs/api/types/TaskGroupManifest1.d.ts +3 -3
- package/dist/cjs/api/types/TaskGroupMessage1.d.ts +2 -2
- package/dist/cjs/api/types/TaskGroupQuoteResp.d.ts +9 -9
- package/dist/cjs/api/types/TaskGroupS3ObjectMetadata1.d.ts +8 -8
- package/dist/cjs/api/types/TaskManifest1.d.ts +6 -6
- package/dist/cjs/api/types/TaskWaitTimeGeofenceRes.d.ts +2 -2
- package/dist/cjs/api/types/TimezoneResponse.d.ts +1 -1
- package/dist/cjs/api/types/TiveDataPoint1.d.ts +9 -9
- package/dist/cjs/api/types/TiveDataPointMetadata1.d.ts +2 -2
- package/dist/cjs/api/types/TiveDevice1.d.ts +5 -5
- package/dist/cjs/api/types/TiveShipment1.d.ts +4 -4
- package/dist/cjs/api/types/TiveTimeseriesSyncRes.d.ts +2 -2
- package/dist/cjs/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.d.ts +1 -1
- package/dist/cjs/api/types/TrackingSharingSettingsRes.d.ts +1 -1
- package/dist/cjs/api/types/TrackingWebhookResponse.d.ts +1 -1
- package/dist/cjs/api/types/UngroupedOrderRow.d.ts +1 -1
- package/dist/cjs/api/types/UserPrivateData1.d.ts +5 -5
- package/dist/cjs/api/types/UserPublicData1.d.ts +2 -2
- package/dist/cjs/api/types/ValidationError.d.ts +2 -2
- package/dist/cjs/api/types/ValidationIssueScope.d.ts +1 -1
- package/dist/cjs/api/types/Vehicle1.d.ts +1 -1
- package/dist/cjs/api/types/WebcargoAccountId.d.ts +1 -1
- package/dist/cjs/api/types/WebcargoBookingRate.d.ts +10 -10
- package/dist/cjs/api/types/WebcargoBookingRecord1.d.ts +7 -7
- package/dist/cjs/api/types/WebcargoBusinessInfo.d.ts +1 -1
- package/dist/cjs/api/types/WebcargoContact.d.ts +1 -1
- package/dist/cjs/api/types/WebcargoDimension.d.ts +2 -2
- package/dist/cjs/api/types/WebcargoDocumentIdentifier.d.ts +1 -1
- package/dist/cjs/api/types/WebcargoFee.d.ts +5 -5
- package/dist/cjs/api/types/WebcargoLeg.d.ts +2 -2
- package/dist/cjs/api/types/WebcargoLoad.d.ts +2 -2
- package/dist/cjs/api/types/WebcargoLocation.d.ts +3 -3
- package/dist/cjs/api/types/WebcargoPackage.d.ts +2 -2
- package/dist/cjs/api/types/WebcargoParty.d.ts +3 -3
- package/dist/cjs/api/types/WebcargoPostalAddress.d.ts +5 -5
- package/dist/cjs/api/types/WebcargoPriceIndicator.d.ts +1 -1
- package/dist/cjs/api/types/WebcargoSegment.d.ts +12 -12
- package/dist/cjs/api/types/WebcargoShipment.d.ts +1 -1
- package/dist/cjs/api/types/WebhookAppPortalAccessRes.d.ts +1 -1
- package/dist/cjs/api/types/WorkflowActor.d.ts +3 -3
- package/dist/cjs/api/types/index.d.ts +7 -0
- package/dist/cjs/api/types/index.js +7 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/analytics/resources/shipping/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/analytics/resources/shipping/client/Client.mjs +2 -2
- package/dist/esm/api/resources/analytics/resources/shipping/client/requests/AnalyticsTimePeriodReq.d.mts +4 -4
- package/dist/esm/api/resources/billing/client/Client.d.mts +12 -12
- package/dist/esm/api/resources/billing/client/Client.mjs +16 -16
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.d.mts +13 -13
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/Client.mjs +59 -59
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/BillingLedgerPeriodClientUpdate1.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/billingLedgerPeriods/client/requests/OpenPeriodReq.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.d.mts +28 -28
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/Client.mjs +92 -92
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientCreate1.d.mts +7 -7
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/BillingLedgerClientUpdate1.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/billingLedgers/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.d.mts +27 -27
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/Client.mjs +72 -72
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientCreate1.d.mts +4 -4
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/CargoOnFlightRateSheetClientUpdate1.d.mts +8 -8
- package/dist/esm/api/resources/billing/resources/cargoOnFlightRateSheets/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.d.mts +27 -27
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/Client.mjs +77 -77
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientCreate1.d.mts +14 -14
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/ChrtGroundProviderRateSheetClientUpdate1.d.mts +27 -27
- package/dist/esm/api/resources/billing/resources/chrtGroundProviderRateSheets/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/billing/resources/index.d.mts +8 -8
- package/dist/esm/api/resources/billing/resources/index.mjs +8 -8
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.d.mts +104 -104
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/Client.mjs +256 -256
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/LineItemGroupAdHocCreateClientReq.d.mts +7 -7
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayDriverClientReq.d.mts +5 -5
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/SharedTaskGroupMileageCreateForProviderPayProviderClientReq.d.mts +5 -5
- package/dist/esm/api/resources/billing/resources/lineItemGroups/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.d.mts +19 -19
- package/dist/esm/api/resources/billing/resources/lineItemGroups/resources/s3Objects/client/Client.mjs +52 -52
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.d.mts +19 -19
- package/dist/esm/api/resources/billing/resources/lineItems/resources/s3Objects/client/Client.mjs +52 -52
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.d.mts +27 -27
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/Client.mjs +72 -72
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientCreate1.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/OnboardCourierRateSheetClientUpdate1.d.mts +3 -3
- package/dist/esm/api/resources/billing/resources/onboardCourierRateSheets/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.d.mts +37 -37
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/Client.mjs +102 -102
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/RateSheetMappingClientCreate1.d.mts +5 -5
- package/dist/esm/api/resources/billing/resources/rateSheetMappings/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/billing/resources/statements/client/Client.d.mts +115 -115
- package/dist/esm/api/resources/billing/resources/statements/client/Client.mjs +366 -366
- package/dist/esm/api/resources/billing/resources/statements/client/requests/StatementCreateClientReq.d.mts +7 -7
- package/dist/esm/api/resources/billing/resources/statements/client/requests/index.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/stripe/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/billing/resources/stripe/client/Client.mjs +2 -2
- package/dist/esm/api/resources/billing/resources/stripe/client/requests/CreateCheckoutSessionReq.d.mts +3 -3
- package/dist/esm/api/resources/billing/resources/stripeConnect/client/Client.d.mts +8 -8
- package/dist/esm/api/resources/billing/resources/stripeConnect/client/Client.mjs +19 -19
- package/dist/esm/api/resources/flights/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/flights/client/Client.mjs +3 -3
- package/dist/esm/api/resources/flights/client/requests/FlightConnectionsSearchReq.d.mts +23 -23
- package/dist/esm/api/resources/integrations/resources/airWaybills/client/Client.d.mts +33 -33
- package/dist/esm/api/resources/integrations/resources/airWaybills/client/Client.mjs +68 -68
- package/dist/esm/api/resources/integrations/resources/airWaybills/client/requests/ChampAirWaybillClientUpdate1.d.mts +23 -23
- package/dist/esm/api/resources/integrations/resources/cargoaiTrackAndTrace/client/Client.d.mts +16 -16
- package/dist/esm/api/resources/integrations/resources/cargoaiTrackAndTrace/client/Client.mjs +35 -35
- package/dist/esm/api/resources/integrations/resources/webcargoBookings/client/Client.d.mts +8 -8
- package/dist/esm/api/resources/integrations/resources/webcargoBookings/client/Client.mjs +16 -16
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/Client.mjs +3 -3
- package/dist/esm/api/resources/integrations/resources/webcargoEmbed/client/requests/GetWebcargoEmbedReq.d.mts +6 -6
- package/dist/esm/api/resources/listing/client/Client.d.mts +6 -6
- package/dist/esm/api/resources/listing/client/Client.mjs +10 -10
- package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.d.mts +64 -64
- package/dist/esm/api/resources/listing/resources/bidThreads/client/Client.mjs +216 -216
- package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/BidThreadClientCreate1.d.mts +2 -2
- package/dist/esm/api/resources/listing/resources/bidThreads/client/requests/index.d.mts +2 -2
- package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/Client.d.mts +39 -39
- package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/Client.mjs +105 -105
- package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/requests/DriverBiddingGroupClientCreate1.d.mts +3 -3
- package/dist/esm/api/resources/listing/resources/driverBiddingGroups/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/listing/resources/index.d.mts +4 -4
- package/dist/esm/api/resources/listing/resources/index.mjs +4 -4
- package/dist/esm/api/resources/listing/resources/listings/client/Client.d.mts +79 -79
- package/dist/esm/api/resources/listing/resources/listings/client/Client.mjs +286 -286
- package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingAddDriverParticipantsReq.d.mts +1 -1
- package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingAddProviderParticipantsReq.d.mts +1 -1
- package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingClientCreate1.d.mts +13 -13
- package/dist/esm/api/resources/listing/resources/listings/client/requests/ListingClientUpdate1.d.mts +3 -3
- package/dist/esm/api/resources/listing/resources/listings/client/requests/index.d.mts +6 -6
- package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/Client.d.mts +39 -39
- package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/Client.mjs +105 -105
- package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/requests/OrgBiddingGroupClientCreate1.d.mts +3 -3
- package/dist/esm/api/resources/listing/resources/orgBiddingGroups/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/notifications/resources/adHoc/client/Client.d.mts +36 -36
- package/dist/esm/api/resources/notifications/resources/adHoc/client/Client.mjs +98 -98
- package/dist/esm/api/resources/notifications/resources/groups/client/Client.d.mts +61 -61
- package/dist/esm/api/resources/notifications/resources/groups/client/Client.mjs +150 -150
- package/dist/esm/api/resources/notifications/resources/groups/client/requests/NotificationGroupClientCreate1.d.mts +3 -3
- package/dist/esm/api/resources/notifications/resources/groups/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/notifications/resources/userPreferences/client/Client.d.mts +8 -8
- package/dist/esm/api/resources/notifications/resources/userPreferences/client/Client.mjs +16 -16
- package/dist/esm/api/resources/notifications/resources/userPreferences/client/requests/UserNotificationPreferencesUpdateRequest.d.mts +2 -2
- package/dist/esm/api/resources/notifications/resources/webhookSetup/client/Client.d.mts +14 -14
- package/dist/esm/api/resources/notifications/resources/webhookSetup/client/Client.mjs +28 -28
- package/dist/esm/api/resources/operations/resources/cases/client/Client.d.mts +84 -51
- package/dist/esm/api/resources/operations/resources/cases/client/Client.mjs +293 -145
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CaseClientUpdate1.d.mts +3 -1
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesExpandedListV1Request.d.mts +17 -0
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesExpandedListV1Request.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesListV1Request.d.mts +2 -0
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesTypeaheadV1Request.d.mts +16 -0
- package/dist/esm/api/resources/operations/resources/cases/client/requests/CasesTypeaheadV1Request.mjs +4 -0
- package/dist/esm/api/resources/operations/resources/cases/client/requests/index.d.mts +5 -3
- package/dist/esm/api/resources/operations/resources/cases/resources/s3Objects/client/Client.d.mts +19 -19
- package/dist/esm/api/resources/operations/resources/cases/resources/s3Objects/client/Client.mjs +52 -52
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/Client.mjs +2 -2
- package/dist/esm/api/resources/operations/resources/departmentRoutingRules/client/requests/DepartmentRoutingRuleClientCreate1.d.mts +4 -4
- package/dist/esm/api/resources/operations/resources/departments/client/Client.d.mts +41 -41
- package/dist/esm/api/resources/operations/resources/departments/client/Client.mjs +107 -107
- package/dist/esm/api/resources/operations/resources/departments/client/requests/DepartmentClientCreate1.d.mts +4 -4
- package/dist/esm/api/resources/operations/resources/departments/client/requests/DepartmentClientUpdate1.d.mts +1 -1
- package/dist/esm/api/resources/operations/resources/departments/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.d.mts +65 -65
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/Client.mjs +169 -169
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientCreate1.d.mts +5 -5
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/OperationsTaskListClientUpdate1.d.mts +2 -2
- package/dist/esm/api/resources/operations/resources/operationsTaskLists/client/requests/index.d.mts +3 -3
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.d.mts +66 -66
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/Client.mjs +184 -184
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientCreate1.d.mts +8 -8
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTaskClientUpdate1.d.mts +4 -4
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/OperationsTasksBulkUpdateDeadlinesReq1.d.mts +2 -2
- package/dist/esm/api/resources/operations/resources/operationsTasks/client/requests/index.d.mts +4 -4
- package/dist/esm/api/resources/orgs/client/Client.d.mts +6 -6
- package/dist/esm/api/resources/orgs/client/Client.mjs +8 -8
- package/dist/esm/api/resources/orgs/client/requests/SetupOrgReq.d.mts +2 -2
- package/dist/esm/api/resources/orgs/resources/complianceDocuments/client/Client.d.mts +24 -24
- package/dist/esm/api/resources/orgs/resources/complianceDocuments/client/Client.mjs +59 -59
- package/dist/esm/api/resources/orgs/resources/complianceDocuments/client/requests/OrgComplianceDocumentClientCreate1.d.mts +4 -4
- package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.d.mts +19 -19
- package/dist/esm/api/resources/orgs/resources/complianceDocuments/resources/s3Object/client/Client.mjs +57 -57
- package/dist/esm/api/resources/orgs/resources/connections/client/Client.d.mts +34 -34
- package/dist/esm/api/resources/orgs/resources/connections/client/Client.mjs +117 -117
- package/dist/esm/api/resources/orgs/resources/connections/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/orgs/resources/index.d.mts +4 -4
- package/dist/esm/api/resources/orgs/resources/index.mjs +4 -4
- package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/Client.mjs +2 -2
- package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientCreate1.d.mts +7 -7
- package/dist/esm/api/resources/orgs/resources/offChrtProviderOrg/client/requests/OffChrtProviderOrgClientUpdate1.d.mts +11 -11
- package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/Client.mjs +2 -2
- package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientCreate1.d.mts +7 -7
- package/dist/esm/api/resources/orgs/resources/offChrtShipperOrg/client/requests/OffChrtShipperOrgClientUpdate1.d.mts +11 -11
- package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/Client.mjs +2 -2
- package/dist/esm/api/resources/orgs/resources/offChrtVendor/client/requests/OffChrtVendorClientCreate1.d.mts +3 -3
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/client/Client.mjs +5 -5
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.d.mts +2 -2
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/index.mjs +2 -2
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.d.mts +19 -19
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/Client.mjs +51 -51
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientCreate1.d.mts +7 -7
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/provider/client/requests/ProviderOrgInfoForConnectionsClientUpdate1.d.mts +11 -11
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.d.mts +12 -12
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/Client.mjs +51 -51
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientCreate1.d.mts +7 -7
- package/dist/esm/api/resources/orgs/resources/orgInfoForConnections/resources/shipper/client/requests/ShipperOrgInfoForConnectionsClientUpdate1.d.mts +11 -11
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.d.mts +17 -17
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/Client.mjs +41 -41
- package/dist/esm/api/resources/orgs/resources/orgProfiles/client/requests/ProviderOrgProfileClientCreate1.d.mts +3 -3
- package/dist/esm/api/resources/orgs/resources/publicData/client/Client.d.mts +13 -13
- package/dist/esm/api/resources/orgs/resources/publicData/client/Client.mjs +54 -54
- package/dist/esm/api/resources/orgs/resources/publicData/client/requests/UpdateOrgPublicDataReq.d.mts +1 -1
- package/dist/esm/api/resources/shipping/client/Client.d.mts +12 -12
- package/dist/esm/api/resources/shipping/client/Client.mjs +20 -20
- package/dist/esm/api/resources/shipping/resources/drivers/client/Client.d.mts +97 -97
- package/dist/esm/api/resources/shipping/resources/drivers/client/Client.mjs +313 -313
- package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverClientCreate1.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverClientUpdate1.d.mts +7 -7
- package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverSelfReportedHoursAndMileageClientCreate1.d.mts +4 -4
- package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverSelfReportedHoursAndMileageClientUpdate1.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/drivers/client/requests/DriverStatsReq.d.mts +3 -4
- package/dist/esm/api/resources/shipping/resources/drivers/client/requests/index.d.mts +5 -5
- package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/client/Client.d.mts +23 -23
- package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/client/Client.mjs +43 -43
- package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/client/requests/DriverComplianceDocumentClientCreate1.d.mts +4 -4
- package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.d.mts +19 -19
- package/dist/esm/api/resources/shipping/resources/drivers/resources/complianceDocuments/resources/s3Object/client/Client.mjs +57 -57
- package/dist/esm/api/resources/shipping/resources/index.d.mts +6 -6
- package/dist/esm/api/resources/shipping/resources/index.mjs +6 -6
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.d.mts +52 -52
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/Client.mjs +114 -114
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersDraftUpdateReq.d.mts +5 -5
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/OrdersNewDraftReq.d.mts +12 -9
- package/dist/esm/api/resources/shipping/resources/orderDrafts/client/requests/index.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/agentic/types/OrderBuilderStreamEvent.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.d.mts +21 -21
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.mjs +41 -41
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAddCargoReq.d.mts +5 -5
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftAssociateCargoWithTaskReq.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/requests/OrderDraftUnassociateCargoWithTaskReq.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.mts +14 -14
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.mjs +63 -63
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/index.d.mts +6 -6
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/index.mjs +6 -6
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.d.mts +15 -15
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.mjs +26 -26
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/requests/OrderDraftAddTaskReqV1.d.mts +4 -4
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/Client.mjs +2 -2
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskArtifact/client/requests/OrderDraftAddTaskArtifactReq.d.mts +4 -4
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.d.mts +46 -46
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/Client.mjs +79 -79
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/OrderDraftAddTaskGroupReq.d.mts +4 -4
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/SetRateSheetsReq.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/taskGroup/client/requests/index.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.d.mts +37 -37
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/Client.mjs +106 -106
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientCreate1.d.mts +4 -4
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/OrderGroupClientUpdate1.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orderGroups/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.d.mts +52 -52
- package/dist/esm/api/resources/shipping/resources/orderSchedules/client/Client.mjs +136 -136
- package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/Client.mjs +2 -2
- package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientCreate1.d.mts +4 -4
- package/dist/esm/api/resources/shipping/resources/orderSchedules/resources/draft/client/requests/OrderScheduleClientUpdate1.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.d.mts +41 -41
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/Client.mjs +111 -111
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientCreate1.d.mts +13 -12
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/OrderTemplateClientUpdate1.d.mts +17 -15
- package/dist/esm/api/resources/shipping/resources/orderTemplates/client/requests/index.d.mts +2 -2
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.d.mts +30 -30
- package/dist/esm/api/resources/shipping/resources/orders/client/Client.mjs +73 -73
- package/dist/esm/api/resources/shipping/resources/orders/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.d.mts +8 -8
- package/dist/esm/api/resources/shipping/resources/orders/resources/expanded/client/Client.mjs +14 -14
- package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.d.mts +10 -10
- package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/Client.mjs +18 -18
- package/dist/esm/api/resources/shipping/resources/taskArtifacts/client/requests/AddTaskArtifactReq.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.d.mts +36 -36
- package/dist/esm/api/resources/shipping/resources/taskArtifacts/resources/s3Object/client/Client.mjs +76 -76
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.d.mts +146 -146
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/Client.mjs +279 -279
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayDriverClientReq.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForProviderPayProviderClientReq.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/TaskGroupQuoteForShipperPayProviderClientReq.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/client/requests/index.d.mts +5 -5
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.d.mts +23 -23
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/Client.mjs +43 -43
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/expanded/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.d.mts +3 -3
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/index.mjs +3 -3
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.d.mts +19 -19
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/s3Object/client/Client.mjs +52 -52
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.d.mts +8 -8
- package/dist/esm/api/resources/shipping/resources/taskGroups/resources/taskGroupId/client/Client.mjs +14 -14
- package/dist/esm/api/resources/shipping/resources/tasks/client/Client.d.mts +56 -56
- package/dist/esm/api/resources/shipping/resources/tasks/client/Client.mjs +110 -110
- package/dist/esm/api/resources/shipping/resources/tasks/client/requests/AddTaskToGroupReq.d.mts +6 -6
- package/dist/esm/api/resources/shipping/resources/tasks/client/requests/WaitTimeOverrideReq.d.mts +1 -1
- package/dist/esm/api/resources/shipping/resources/tasks/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/tracking/resources/devices/client/Client.d.mts +67 -67
- package/dist/esm/api/resources/tracking/resources/devices/client/Client.mjs +197 -197
- package/dist/esm/api/resources/tracking/resources/devices/client/requests/DeviceClientCreate1.d.mts +5 -5
- package/dist/esm/api/resources/tracking/resources/devices/client/requests/DeviceClientUpdate1.d.mts +3 -3
- package/dist/esm/api/resources/tracking/resources/devices/client/requests/DevicesUpdateSharedOrgsReq1.d.mts +1 -1
- package/dist/esm/api/resources/tracking/resources/devices/client/requests/index.d.mts +5 -5
- package/dist/esm/api/resources/tracking/resources/driver/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/tracking/resources/driver/client/Client.mjs +3 -3
- package/dist/esm/api/resources/tracking/resources/driver/client/requests/DriverByDriverDataPointClientCreate1.d.mts +4 -4
- package/dist/esm/api/resources/tracking/resources/sessions/client/Client.d.mts +86 -86
- package/dist/esm/api/resources/tracking/resources/sessions/client/Client.mjs +222 -222
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientCreate1.d.mts +5 -5
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionClientUpdate1.d.mts +6 -6
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionSetFlightInfoReq1.d.mts +7 -7
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/SessionsUpdateSharedOrgsReq1.d.mts +1 -1
- package/dist/esm/api/resources/tracking/resources/sessions/client/requests/index.d.mts +6 -6
- package/dist/esm/api/resources/tracking/resources/sharingSettings/client/Client.d.mts +28 -28
- package/dist/esm/api/resources/tracking/resources/sharingSettings/client/Client.mjs +50 -50
- package/dist/esm/api/resources/tracking/resources/sharingSettings/client/requests/CargoByDeviceSharingSettingsUpdateReq.d.mts +3 -3
- package/dist/esm/api/resources/tracking/resources/sharingSettings/client/requests/CargoByDriverSharingSettingsUpdateReq.d.mts +3 -3
- package/dist/esm/api/resources/tracking/resources/sharingSettings/client/requests/TaskGroupByDriverSharingSettingsUpdateReq.d.mts +3 -3
- package/dist/esm/api/resources/tracking/resources/sharingSettings/client/requests/index.d.mts +2 -2
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.d.mts +26 -26
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/Client.mjs +64 -64
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/CargoByDeviceMarkOutliersRequest1.d.mts +3 -3
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDevice/client/requests/index.d.mts +3 -3
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.d.mts +23 -23
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/Client.mjs +51 -51
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/cargoByDriver/client/requests/index.d.mts +2 -2
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.d.mts +27 -27
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/Client.mjs +66 -66
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/SessionByDeviceMarkOutliersRequest1.d.mts +3 -3
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/sessionByDevice/client/requests/index.d.mts +3 -3
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.d.mts +23 -23
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/Client.mjs +51 -51
- package/dist/esm/api/resources/tracking/resources/timeseries/resources/taskGroupByDriver/client/requests/index.d.mts +2 -2
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.d.mts +15 -15
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/Client.mjs +60 -60
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/devices/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.d.mts +15 -15
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/Client.mjs +60 -60
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/shipments/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.d.mts +14 -14
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/Client.mjs +29 -29
- package/dist/esm/api/resources/trackingIntegrations/resources/tive/resources/timeseries/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/users/client/Client.d.mts +6 -6
- package/dist/esm/api/resources/users/client/Client.mjs +6 -6
- package/dist/esm/api/resources/users/resources/directoryEntries/client/Client.d.mts +23 -23
- package/dist/esm/api/resources/users/resources/directoryEntries/client/Client.mjs +76 -76
- package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientCreate1.d.mts +8 -8
- package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/DirectoryEntryClientUpdate1.d.mts +13 -13
- package/dist/esm/api/resources/users/resources/directoryEntries/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/users/resources/index.d.mts +3 -3
- package/dist/esm/api/resources/users/resources/index.mjs +3 -3
- package/dist/esm/api/resources/users/resources/privateData/client/Client.d.mts +15 -15
- package/dist/esm/api/resources/users/resources/privateData/client/Client.mjs +59 -59
- package/dist/esm/api/resources/users/resources/privateData/client/requests/UserPrivateDataClientCreate1.d.mts +2 -2
- package/dist/esm/api/resources/users/resources/privateData/client/requests/UserPrivateDataClientUpdate1.d.mts +2 -2
- package/dist/esm/api/resources/users/resources/privateData/client/requests/index.d.mts +1 -1
- package/dist/esm/api/resources/utils/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/utils/client/Client.mjs +5 -5
- package/dist/esm/api/resources/utils/resources/dev/client/Client.d.mts +24 -24
- package/dist/esm/api/resources/utils/resources/dev/client/Client.mjs +80 -80
- package/dist/esm/api/resources/utils/resources/index.d.mts +1 -1
- package/dist/esm/api/resources/utils/resources/index.mjs +1 -1
- package/dist/esm/api/resources/utils/resources/root/client/Client.d.mts +18 -18
- package/dist/esm/api/resources/utils/resources/root/client/Client.mjs +35 -35
- package/dist/esm/api/types/AiImageDescription.d.mts +9 -9
- package/dist/esm/api/types/AlertMessage.d.mts +2 -2
- package/dist/esm/api/types/Bid.d.mts +4 -4
- package/dist/esm/api/types/BidAppendReq.d.mts +1 -1
- package/dist/esm/api/types/BidThread1.d.mts +6 -6
- package/dist/esm/api/types/BillingLedger1.d.mts +14 -14
- package/dist/esm/api/types/BillingLedgerPeriod1.d.mts +19 -19
- package/dist/esm/api/types/BillingLineItemGroupMessageWebhookPayload.d.mts +1 -1
- package/dist/esm/api/types/BillingLineItemGroupS3ObjectAddedWebhookPayload.d.mts +1 -1
- package/dist/esm/api/types/BillingLineItemS3ObjectAddedWebhookPayload.d.mts +3 -3
- package/dist/esm/api/types/BillingStatementOpenedWebhookPayload.d.mts +1 -1
- package/dist/esm/api/types/BillingStatementPaidWebhookPayload.d.mts +1 -1
- package/dist/esm/api/types/Caller.d.mts +4 -4
- package/dist/esm/api/types/Cargo1.d.mts +19 -19
- package/dist/esm/api/types/CargoAiTrackAndTraceAdditionalInformation.d.mts +2 -2
- package/dist/esm/api/types/CargoAiTrackAndTraceEvent.d.mts +13 -13
- package/dist/esm/api/types/CargoAiTrackAndTraceFlight.d.mts +11 -11
- package/dist/esm/api/types/CargoAiTrackAndTraceSubscription1.d.mts +7 -7
- package/dist/esm/api/types/CargoAiTrackAndTraceUpdate1.d.mts +11 -11
- package/dist/esm/api/types/CargoAiTrackAndTraceWebhookResponse.d.mts +1 -1
- package/dist/esm/api/types/CargoByDeviceDataPoint1.d.mts +4 -4
- package/dist/esm/api/types/CargoByDeviceDataPointMetadata1.d.mts +1 -1
- package/dist/esm/api/types/CargoByDeviceMarkOutliersResponse1.d.mts +1 -1
- package/dist/esm/api/types/CargoByDeviceSharingSettings1.d.mts +6 -6
- package/dist/esm/api/types/CargoByDriverDataPoint1.d.mts +3 -3
- package/dist/esm/api/types/CargoByDriverDataPointMetadata1.d.mts +1 -1
- package/dist/esm/api/types/CargoByDriverSharingSettings1.d.mts +6 -6
- package/dist/esm/api/types/CargoClientCreate1.d.mts +8 -8
- package/dist/esm/api/types/CargoClientUpdate1.d.mts +15 -15
- package/dist/esm/api/types/CargoManifest1.d.mts +8 -8
- package/dist/esm/api/types/CargoOnFlightRateSheet1.d.mts +7 -7
- package/dist/esm/api/types/CargojsonAccounting.d.mts +1 -1
- package/dist/esm/api/types/CargojsonAddress.d.mts +4 -4
- package/dist/esm/api/types/CargojsonAddressing.d.mts +3 -3
- package/dist/esm/api/types/CargojsonAgent.d.mts +3 -3
- package/dist/esm/api/types/CargojsonCharge.d.mts +2 -2
- package/dist/esm/api/types/CargojsonChargeDeclarations.d.mts +3 -3
- package/dist/esm/api/types/CargojsonChargeItem.d.mts +4 -4
- package/dist/esm/api/types/CargojsonChargeSummary.d.mts +3 -3
- package/dist/esm/api/types/CargojsonCollectChargesInDestCurrency.d.mts +3 -3
- package/dist/esm/api/types/CargojsonDimensions.d.mts +2 -2
- package/dist/esm/api/types/CargojsonEdifactData.d.mts +2 -2
- package/dist/esm/api/types/CargojsonOci.d.mts +3 -3
- package/dist/esm/api/types/CargojsonOfficeMessageAddress.d.mts +1 -1
- package/dist/esm/api/types/CargojsonOtherChargeItem.d.mts +3 -3
- package/dist/esm/api/types/CargojsonOtherParticipant.d.mts +1 -1
- package/dist/esm/api/types/CargojsonPackaging.d.mts +4 -4
- package/dist/esm/api/types/CargojsonParticipantAddress.d.mts +1 -1
- package/dist/esm/api/types/CargojsonParticipantIdentifier.d.mts +2 -2
- package/dist/esm/api/types/CargojsonSalesIncentive.d.mts +1 -1
- package/dist/esm/api/types/CargojsonShipmentReferenceInformation.d.mts +1 -1
- package/dist/esm/api/types/CargojsonUld.d.mts +3 -3
- package/dist/esm/api/types/Case1.d.mts +8 -7
- package/dist/esm/api/types/CaseMessage1.d.mts +2 -2
- package/dist/esm/api/types/CaseS3ObjectMetadata1.d.mts +8 -8
- package/dist/esm/api/types/CaseTypeaheadFieldEnum.d.mts +4 -0
- package/dist/esm/api/types/CaseTypeaheadFieldEnum.mjs +4 -0
- package/dist/esm/api/types/CaseTypeaheadResult.d.mts +8 -0
- package/dist/esm/api/types/CaseTypeaheadResult.mjs +4 -0
- package/dist/esm/api/types/CasesExpandedListItem.d.mts +15 -0
- package/dist/esm/api/types/CasesExpandedListItem.mjs +4 -0
- package/dist/esm/api/types/CasesExpandedListRes.d.mts +8 -0
- package/dist/esm/api/types/CasesExpandedListRes.mjs +4 -0
- package/dist/esm/api/types/CasesExpandedListShippingTaskGroup.d.mts +8 -0
- package/dist/esm/api/types/CasesExpandedListShippingTaskGroup.mjs +4 -0
- package/dist/esm/api/types/ChampAirWaybill1.d.mts +33 -33
- package/dist/esm/api/types/ChampConfirmationReceipt1.d.mts +10 -10
- package/dist/esm/api/types/ChampFlightStatus1.d.mts +8 -8
- package/dist/esm/api/types/ChampFlightStatusEvent1.d.mts +15 -15
- package/dist/esm/api/types/ChampOriginAndDestination.d.mts +1 -1
- package/dist/esm/api/types/ChampQuantity.d.mts +1 -1
- package/dist/esm/api/types/ChrtGroundProviderRateSheet1.d.mts +17 -17
- package/dist/esm/api/types/CiriumAirportResources.d.mts +3 -3
- package/dist/esm/api/types/CiriumFlightAlertsWebhookResponse.d.mts +1 -1
- package/dist/esm/api/types/CiriumFlightStatus.d.mts +5 -5
- package/dist/esm/api/types/CiriumOperationalTimes.d.mts +4 -4
- package/dist/esm/api/types/CreateLigFromRateSheetForVectorClientReq.d.mts +1 -1
- package/dist/esm/api/types/CredentialInfoRes.d.mts +1 -1
- package/dist/esm/api/types/Department1.d.mts +6 -6
- package/dist/esm/api/types/DepartmentRoutingRule1.d.mts +8 -8
- package/dist/esm/api/types/DeviceExpandedRes.d.mts +3 -3
- package/dist/esm/api/types/DeviceLimitedForList1.d.mts +14 -14
- package/dist/esm/api/types/DevicePausedTimeWindow1.d.mts +1 -1
- package/dist/esm/api/types/DirectoryEntry1.d.mts +13 -13
- package/dist/esm/api/types/Driver1.d.mts +13 -13
- package/dist/esm/api/types/DriverAnalyticsDay.d.mts +15 -0
- package/dist/esm/api/types/DriverAnalyticsDay.mjs +4 -0
- package/dist/esm/api/types/DriverAnalyticsTaskGroup.d.mts +10 -0
- package/dist/esm/api/types/DriverAnalyticsTaskGroup.mjs +4 -0
- package/dist/esm/api/types/DriverBiddingGroup1.d.mts +7 -7
- package/dist/esm/api/types/DriverComplianceDocument1.d.mts +5 -5
- package/dist/esm/api/types/DriverComplianceDocumentS3ObjectMetadata1.d.mts +8 -8
- package/dist/esm/api/types/DriverSelfReportedHoursAndMileage1.d.mts +6 -6
- package/dist/esm/api/types/DriverStatsRes.d.mts +2 -10
- package/dist/esm/api/types/DriverUpdateRes.d.mts +1 -1
- package/dist/esm/api/types/DriverWithActiveTaskGroupIds1.d.mts +14 -14
- package/dist/esm/api/types/FirebaseCloudMessagingTokenData1.d.mts +1 -1
- package/dist/esm/api/types/FlightConnection.d.mts +1 -1
- package/dist/esm/api/types/FlightConnectionLeg.d.mts +10 -10
- package/dist/esm/api/types/FlightLeg1.d.mts +18 -18
- package/dist/esm/api/types/FlightLegClientCreate1.d.mts +6 -6
- package/dist/esm/api/types/FlightLegWebhookInfo.d.mts +6 -6
- package/dist/esm/api/types/FlightTrackPosition1.d.mts +3 -3
- package/dist/esm/api/types/FlightTrackRes.d.mts +3 -3
- package/dist/esm/api/types/InternalDelegationJwtReq.d.mts +1 -1
- package/dist/esm/api/types/LineItem1.d.mts +15 -15
- package/dist/esm/api/types/LineItemClientCreate1.d.mts +5 -5
- package/dist/esm/api/types/LineItemGroup1.d.mts +25 -25
- package/dist/esm/api/types/LineItemGroupLineItemsRes.d.mts +2 -2
- package/dist/esm/api/types/LineItemGroupMessage1.d.mts +2 -2
- package/dist/esm/api/types/LineItemGroupS3ObjectMetadata1.d.mts +8 -8
- package/dist/esm/api/types/LineItemS3ObjectMetadata1.d.mts +8 -8
- package/dist/esm/api/types/Listing1.d.mts +19 -19
- package/dist/esm/api/types/ListingBidThreadActionAddedWebhookPayload.d.mts +7 -7
- package/dist/esm/api/types/ListingLimitedForBidder1.d.mts +17 -17
- package/dist/esm/api/types/ListingListingDriverInvitedToBidWebhookPayload.d.mts +3 -3
- package/dist/esm/api/types/ListingListingProviderInvitedToBidWebhookPayload.d.mts +3 -3
- package/dist/esm/api/types/ListingTaskForBidder1.d.mts +1 -1
- package/dist/esm/api/types/LocationFeature.d.mts +2 -2
- package/dist/esm/api/types/NotificationGroup1.d.mts +7 -7
- package/dist/esm/api/types/NotificationGroupLimitedForDriver1.d.mts +5 -5
- package/dist/esm/api/types/NotificationIntentAdHoc1.d.mts +4 -4
- package/dist/esm/api/types/NotificationIntentAdHocClientCreate1.d.mts +1 -1
- package/dist/esm/api/types/NotificationUserPreferences1.d.mts +5 -5
- package/dist/esm/api/types/OffChrtProviderOrg1.d.mts +10 -10
- package/dist/esm/api/types/OffChrtShipperOrg1.d.mts +10 -10
- package/dist/esm/api/types/OffChrtVendor1.d.mts +3 -3
- package/dist/esm/api/types/OnboardCourierRateSheet1.d.mts +3 -3
- package/dist/esm/api/types/OperationsCaseGroupAssignedWebhookPayload.d.mts +5 -5
- package/dist/esm/api/types/OperationsCaseMessageWebhookPayload.d.mts +5 -5
- package/dist/esm/api/types/OperationsCaseOperatorAssignedWebhookPayload.d.mts +5 -5
- package/dist/esm/api/types/OperationsCaseS3ObjectAddedWebhookPayload.d.mts +5 -5
- package/dist/esm/api/types/OperationsTask1.d.mts +13 -13
- package/dist/esm/api/types/OperationsTaskComment1.d.mts +2 -2
- package/dist/esm/api/types/OperationsTaskDeadlineUpdate1.d.mts +1 -1
- package/dist/esm/api/types/OperationsTaskList1.d.mts +8 -8
- package/dist/esm/api/types/OperationsTaskListEntry1.d.mts +3 -3
- package/dist/esm/api/types/OperationsTaskListEntryClientCreate1.d.mts +3 -3
- package/dist/esm/api/types/Order1.d.mts +20 -20
- package/dist/esm/api/types/OrderAndTaskGroupExpandedReq.d.mts +6 -6
- package/dist/esm/api/types/OrderBuilderReq.d.mts +2 -2
- package/dist/esm/api/types/OrderBuilderRes.d.mts +2 -2
- package/dist/esm/api/types/OrderDraftExpanded.d.mts +4 -4
- package/dist/esm/api/types/OrderDraftValidationRequirements.d.mts +5 -5
- package/dist/esm/api/types/OrderDraftValidationResult.d.mts +1 -1
- package/dist/esm/api/types/OrderExpanded.d.mts +3 -3
- package/dist/esm/api/types/OrderGroup1.d.mts +10 -10
- package/dist/esm/api/types/OrderManifest1.d.mts +5 -5
- package/dist/esm/api/types/OrderManifestValidationRequirements.d.mts +5 -5
- package/dist/esm/api/types/OrderSchedule1.d.mts +12 -12
- package/dist/esm/api/types/OrderScheduleAboutRes.d.mts +2 -2
- package/dist/esm/api/types/OrderScheduleOrchestratorScheduleStatus.d.mts +2 -2
- package/dist/esm/api/types/OrderScheduleSpec1.d.mts +1 -1
- package/dist/esm/api/types/OrderTemplate1.d.mts +17 -15
- package/dist/esm/api/types/OrderTemplateCore1.d.mts +9 -8
- package/dist/esm/api/types/OrderTemplateExpanded1.d.mts +6 -4
- package/dist/esm/api/types/OrderTemplateOrgInfo1.d.mts +2 -2
- package/dist/esm/api/types/OrderTemplateResolvabilityRes.d.mts +4 -4
- package/dist/esm/api/types/OrderTypeaheadValue.d.mts +1 -1
- package/dist/esm/api/types/OrdersDraftUpdateRes.d.mts +5 -5
- package/dist/esm/api/types/OrgBiddingGroup1.d.mts +6 -6
- package/dist/esm/api/types/OrgComplianceDocument1.d.mts +5 -5
- package/dist/esm/api/types/OrgComplianceDocumentS3ObjectMetadata1.d.mts +8 -8
- package/dist/esm/api/types/OrgInfoResponse.d.mts +6 -6
- package/dist/esm/api/types/OrgMemberDetails.d.mts +2 -2
- package/dist/esm/api/types/OrgMembersAndDrivers.d.mts +1 -1
- package/dist/esm/api/types/OrgPrivateData1.d.mts +6 -6
- package/dist/esm/api/types/OrgPublicData1.d.mts +5 -5
- package/dist/esm/api/types/PingRes.d.mts +2 -2
- package/dist/esm/api/types/ProFormaLineItem1.d.mts +7 -7
- package/dist/esm/api/types/ProviderConnectionRes.d.mts +1 -1
- package/dist/esm/api/types/ProviderOrgInfoForConnections1.d.mts +6 -6
- package/dist/esm/api/types/ProviderOrgProfile1.d.mts +4 -4
- package/dist/esm/api/types/ProviderProviderConnection1.d.mts +5 -5
- package/dist/esm/api/types/RateSheetMapping1.d.mts +6 -6
- package/dist/esm/api/types/ScheduleCalendarSpec.d.mts +12 -5
- package/dist/esm/api/types/ScheduleIntervalSpec.d.mts +5 -0
- package/dist/esm/api/types/ScheduleRange.d.mts +4 -1
- package/dist/esm/api/types/Session1.d.mts +19 -19
- package/dist/esm/api/types/SessionByDeviceDataPoint1.d.mts +5 -5
- package/dist/esm/api/types/SessionByDeviceDataPointMetadata1.d.mts +1 -1
- package/dist/esm/api/types/SessionByDeviceMarkOutliersResponse1.d.mts +1 -1
- package/dist/esm/api/types/ShipperConnectionRes.d.mts +1 -1
- package/dist/esm/api/types/ShipperOrgInfoForConnections1.d.mts +6 -6
- package/dist/esm/api/types/ShipperProviderConnection1.d.mts +5 -5
- package/dist/esm/api/types/ShippingOrderCancelledWebhookPayload.d.mts +1 -1
- package/dist/esm/api/types/ShippingOrderCompletedWebhookPayload.d.mts +1 -1
- package/dist/esm/api/types/ShippingOrderStagedWebhookPayload.d.mts +1 -1
- package/dist/esm/api/types/ShippingTaskAddedWebhookPayload.d.mts +5 -5
- package/dist/esm/api/types/ShippingTaskAttemptedWebhookPayload.d.mts +5 -5
- package/dist/esm/api/types/ShippingTaskCompletedWebhookPayload.d.mts +5 -5
- package/dist/esm/api/types/ShippingTaskDeletedWebhookPayload.d.mts +5 -5
- package/dist/esm/api/types/ShippingTaskExecutorOrgNoteAddedWebhookPayload.d.mts +3 -3
- package/dist/esm/api/types/ShippingTaskGroupDriverAssignedWebhookPayload.d.mts +3 -3
- package/dist/esm/api/types/ShippingTaskGroupFlightInfoUpdatedWebhookPayload.d.mts +3 -3
- package/dist/esm/api/types/ShippingTaskGroupInProgressWebhookPayload.d.mts +1 -1
- package/dist/esm/api/types/ShippingTaskGroupMessageWebhookPayload.d.mts +3 -3
- package/dist/esm/api/types/ShippingTaskGroupProviderAssignedWebhookPayload.d.mts +3 -3
- package/dist/esm/api/types/ShippingTaskGroupS3ObjectAddedWebhookPayload.d.mts +1 -1
- package/dist/esm/api/types/ShippingTaskGroupTasksOrderingUpdatedWebhookPayload.d.mts +1 -1
- package/dist/esm/api/types/ShippingTaskSkippedWebhookPayload.d.mts +5 -5
- package/dist/esm/api/types/ShippingTaskTaskArtifactCompletedWebhookPayload.d.mts +5 -5
- package/dist/esm/api/types/ShippingTurnClientCreate1.d.mts +8 -8
- package/dist/esm/api/types/Statement1.d.mts +26 -26
- package/dist/esm/api/types/StatementExpandedListItem.d.mts +1 -1
- package/dist/esm/api/types/StatementExpandedRes.d.mts +1 -1
- package/dist/esm/api/types/StationaryCluster.d.mts +3 -3
- package/dist/esm/api/types/Task1.d.mts +25 -25
- package/dist/esm/api/types/TaskArtifact1.d.mts +20 -20
- package/dist/esm/api/types/TaskArtifactClientCreate1.d.mts +1 -1
- package/dist/esm/api/types/TaskArtifactS3ObjectMetadata1.d.mts +9 -9
- package/dist/esm/api/types/TaskClientCreate1.d.mts +5 -5
- package/dist/esm/api/types/TaskClientUpdate1.d.mts +2 -2
- package/dist/esm/api/types/TaskExecutorOrgNote1.d.mts +2 -2
- package/dist/esm/api/types/TaskExpanded.d.mts +2 -2
- package/dist/esm/api/types/TaskGroup1.d.mts +37 -37
- package/dist/esm/api/types/TaskGroupByDriverDataPoint1.d.mts +3 -3
- package/dist/esm/api/types/TaskGroupByDriverDataPointMetadata1.d.mts +1 -1
- package/dist/esm/api/types/TaskGroupByDriverSharingSettings1.d.mts +6 -6
- package/dist/esm/api/types/TaskGroupExpanded.d.mts +11 -11
- package/dist/esm/api/types/TaskGroupManifest1.d.mts +3 -3
- package/dist/esm/api/types/TaskGroupMessage1.d.mts +2 -2
- package/dist/esm/api/types/TaskGroupQuoteResp.d.mts +9 -9
- package/dist/esm/api/types/TaskGroupS3ObjectMetadata1.d.mts +8 -8
- package/dist/esm/api/types/TaskManifest1.d.mts +6 -6
- package/dist/esm/api/types/TaskWaitTimeGeofenceRes.d.mts +2 -2
- package/dist/esm/api/types/TimezoneResponse.d.mts +1 -1
- package/dist/esm/api/types/TiveDataPoint1.d.mts +9 -9
- package/dist/esm/api/types/TiveDataPointMetadata1.d.mts +2 -2
- package/dist/esm/api/types/TiveDevice1.d.mts +5 -5
- package/dist/esm/api/types/TiveShipment1.d.mts +4 -4
- package/dist/esm/api/types/TiveTimeseriesSyncRes.d.mts +2 -2
- package/dist/esm/api/types/TrackingSessionDestinationGeofenceEnteredWebhookPayload.d.mts +1 -1
- package/dist/esm/api/types/TrackingSharingSettingsRes.d.mts +1 -1
- package/dist/esm/api/types/TrackingWebhookResponse.d.mts +1 -1
- package/dist/esm/api/types/UngroupedOrderRow.d.mts +1 -1
- package/dist/esm/api/types/UserPrivateData1.d.mts +5 -5
- package/dist/esm/api/types/UserPublicData1.d.mts +2 -2
- package/dist/esm/api/types/ValidationError.d.mts +2 -2
- package/dist/esm/api/types/ValidationIssueScope.d.mts +1 -1
- package/dist/esm/api/types/Vehicle1.d.mts +1 -1
- package/dist/esm/api/types/WebcargoAccountId.d.mts +1 -1
- package/dist/esm/api/types/WebcargoBookingRate.d.mts +10 -10
- package/dist/esm/api/types/WebcargoBookingRecord1.d.mts +7 -7
- package/dist/esm/api/types/WebcargoBusinessInfo.d.mts +1 -1
- package/dist/esm/api/types/WebcargoContact.d.mts +1 -1
- package/dist/esm/api/types/WebcargoDimension.d.mts +2 -2
- package/dist/esm/api/types/WebcargoDocumentIdentifier.d.mts +1 -1
- package/dist/esm/api/types/WebcargoFee.d.mts +5 -5
- package/dist/esm/api/types/WebcargoLeg.d.mts +2 -2
- package/dist/esm/api/types/WebcargoLoad.d.mts +2 -2
- package/dist/esm/api/types/WebcargoLocation.d.mts +3 -3
- package/dist/esm/api/types/WebcargoPackage.d.mts +2 -2
- package/dist/esm/api/types/WebcargoParty.d.mts +3 -3
- package/dist/esm/api/types/WebcargoPostalAddress.d.mts +5 -5
- package/dist/esm/api/types/WebcargoPriceIndicator.d.mts +1 -1
- package/dist/esm/api/types/WebcargoSegment.d.mts +12 -12
- package/dist/esm/api/types/WebcargoShipment.d.mts +1 -1
- package/dist/esm/api/types/WebhookAppPortalAccessRes.d.mts +1 -1
- package/dist/esm/api/types/WorkflowActor.d.mts +3 -3
- package/dist/esm/api/types/index.d.mts +7 -0
- package/dist/esm/api/types/index.mjs +7 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +4321 -4188
|
@@ -51,57 +51,52 @@ const core = __importStar(require("../../../../../../core/index.js"));
|
|
|
51
51
|
const Chrt = __importStar(require("../../../../../index.js"));
|
|
52
52
|
const headers_js_1 = require("../../../../../../core/headers.js");
|
|
53
53
|
const errors = __importStar(require("../../../../../../errors/index.js"));
|
|
54
|
-
const Client_js_1 = require("../resources/
|
|
54
|
+
const Client_js_1 = require("../resources/expanded/client/Client.js");
|
|
55
55
|
const Client_js_2 = require("../resources/s3Object/client/Client.js");
|
|
56
|
-
const Client_js_3 = require("../resources/
|
|
56
|
+
const Client_js_3 = require("../resources/taskGroupId/client/Client.js");
|
|
57
57
|
class TaskGroups {
|
|
58
58
|
constructor(_options = {}) {
|
|
59
59
|
this._options = _options;
|
|
60
60
|
}
|
|
61
|
-
get
|
|
61
|
+
get expanded() {
|
|
62
62
|
var _a;
|
|
63
|
-
return ((_a = this.
|
|
63
|
+
return ((_a = this._expanded) !== null && _a !== void 0 ? _a : (this._expanded = new Client_js_1.Expanded(this._options)));
|
|
64
64
|
}
|
|
65
65
|
get s3Object() {
|
|
66
66
|
var _a;
|
|
67
67
|
return ((_a = this._s3Object) !== null && _a !== void 0 ? _a : (this._s3Object = new Client_js_2.S3Object(this._options)));
|
|
68
68
|
}
|
|
69
|
-
get
|
|
69
|
+
get taskGroupId() {
|
|
70
70
|
var _a;
|
|
71
|
-
return ((_a = this.
|
|
71
|
+
return ((_a = this._taskGroupId) !== null && _a !== void 0 ? _a : (this._taskGroupId = new Client_js_3.TaskGroupId(this._options)));
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
* Assigns an executor organization (on-chrt or off-chrt) to a task group. Coordinator-only. Requires both executor_org_id and off_chrt_executor_org_id to be None (use remove_executor/v1 first to swap). | authz_personas=[coordinator_org_operators] | (AddExecutorReq) -> (bool)
|
|
75
75
|
*
|
|
76
|
-
* @param {
|
|
76
|
+
* @param {string} taskGroupId
|
|
77
|
+
* @param {Chrt.shipping.AddExecutorReq} request
|
|
77
78
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
78
79
|
*
|
|
79
80
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
80
81
|
*
|
|
81
82
|
* @example
|
|
82
|
-
* await client.shipping.taskGroups.
|
|
83
|
-
* query: "query",
|
|
84
|
-
* limit: 1
|
|
85
|
-
* })
|
|
83
|
+
* await client.shipping.taskGroups.addExecutorV1("task_group_id")
|
|
86
84
|
*/
|
|
87
|
-
|
|
88
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
85
|
+
addExecutorV1(taskGroupId, request = {}, requestOptions) {
|
|
86
|
+
return core.HttpResponsePromise.fromPromise(this.__addExecutorV1(taskGroupId, request, requestOptions));
|
|
89
87
|
}
|
|
90
|
-
|
|
91
|
-
return __awaiter(this,
|
|
92
|
-
var _a, _b, _c, _d
|
|
93
|
-
|
|
94
|
-
const
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
_queryParams["limit"] = (_a = limit === null || limit === void 0 ? void 0 : limit.toString()) !== null && _a !== void 0 ? _a : null;
|
|
98
|
-
}
|
|
99
|
-
let _headers = (0, headers_js_1.mergeHeaders)((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
100
|
-
const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
|
|
101
|
-
url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ChrtEnvironment.Local, "shipping/task_groups/typeahead/v1"),
|
|
102
|
-
method: "GET",
|
|
88
|
+
__addExecutorV1(taskGroupId_1) {
|
|
89
|
+
return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
|
|
90
|
+
var _a, _b, _c, _d;
|
|
91
|
+
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
92
|
+
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
93
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/add_executor/v1/${encodeURIComponent(taskGroupId)}`),
|
|
94
|
+
method: "PATCH",
|
|
103
95
|
headers: _headers,
|
|
104
|
-
|
|
96
|
+
contentType: "application/json",
|
|
97
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
98
|
+
requestType: "json",
|
|
99
|
+
body: request,
|
|
105
100
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
106
101
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
107
102
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -129,7 +124,7 @@ class TaskGroups {
|
|
|
129
124
|
rawResponse: _response.rawResponse,
|
|
130
125
|
});
|
|
131
126
|
case "timeout":
|
|
132
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
127
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/add_executor/v1/{task_group_id}.");
|
|
133
128
|
case "unknown":
|
|
134
129
|
throw new errors.ChrtError({
|
|
135
130
|
message: _response.error.errorMessage,
|
|
@@ -139,28 +134,34 @@ class TaskGroups {
|
|
|
139
134
|
});
|
|
140
135
|
}
|
|
141
136
|
/**
|
|
142
|
-
*
|
|
137
|
+
* Adds a message to a task group's message log. | authz_personas=[driver_for_executor, executor_org_operators, coordinator_org_operators, shipper_org_operators] | (AddMessageReq) -> (bool)
|
|
143
138
|
*
|
|
144
139
|
* @param {string} taskGroupId
|
|
140
|
+
* @param {Chrt.shipping.AddMessageReq} request
|
|
145
141
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
146
142
|
*
|
|
147
143
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
148
144
|
*
|
|
149
145
|
* @example
|
|
150
|
-
* await client.shipping.taskGroups.
|
|
146
|
+
* await client.shipping.taskGroups.addMessageV1("task_group_id", {
|
|
147
|
+
* message: "message"
|
|
148
|
+
* })
|
|
151
149
|
*/
|
|
152
|
-
|
|
153
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
150
|
+
addMessageV1(taskGroupId, request, requestOptions) {
|
|
151
|
+
return core.HttpResponsePromise.fromPromise(this.__addMessageV1(taskGroupId, request, requestOptions));
|
|
154
152
|
}
|
|
155
|
-
|
|
153
|
+
__addMessageV1(taskGroupId, request, requestOptions) {
|
|
156
154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
157
155
|
var _a, _b, _c, _d;
|
|
158
156
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
159
157
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
160
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
161
|
-
method: "
|
|
158
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/add_message/v1/${encodeURIComponent(taskGroupId)}`),
|
|
159
|
+
method: "POST",
|
|
162
160
|
headers: _headers,
|
|
161
|
+
contentType: "application/json",
|
|
163
162
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
163
|
+
requestType: "json",
|
|
164
|
+
body: request,
|
|
164
165
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
165
166
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
166
167
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -188,7 +189,7 @@ class TaskGroups {
|
|
|
188
189
|
rawResponse: _response.rawResponse,
|
|
189
190
|
});
|
|
190
191
|
case "timeout":
|
|
191
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
192
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/add_message/v1/{task_group_id}.");
|
|
192
193
|
case "unknown":
|
|
193
194
|
throw new errors.ChrtError({
|
|
194
195
|
message: _response.error.errorMessage,
|
|
@@ -198,29 +199,29 @@ class TaskGroups {
|
|
|
198
199
|
});
|
|
199
200
|
}
|
|
200
201
|
/**
|
|
201
|
-
*
|
|
202
|
+
* Links the operator-supplied OPEN BillingLedgerPeriod to this TaskGroup's PPD vector. Period parties must match the TG's PPD parties. The PPD vector must have no ledger attached and no rate sheet (rate-sheet/ledger exclusivity). Ad-hoc LIGs without a rate sheet may coexist. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (AttachBillingLedgerPeriodReq) -> (BillingLedgerPeriod1)
|
|
202
203
|
*
|
|
203
204
|
* @param {string} taskGroupId
|
|
204
|
-
* @param {Chrt.
|
|
205
|
+
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
205
206
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
206
207
|
*
|
|
207
208
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
208
209
|
*
|
|
209
210
|
* @example
|
|
210
|
-
* await client.shipping.taskGroups.
|
|
211
|
-
*
|
|
211
|
+
* await client.shipping.taskGroups.attachBillingLedgerPeriodToProviderPayDriverV1("task_group_id", {
|
|
212
|
+
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
212
213
|
* })
|
|
213
214
|
*/
|
|
214
|
-
|
|
215
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
215
|
+
attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
216
|
+
return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions));
|
|
216
217
|
}
|
|
217
|
-
|
|
218
|
+
__attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
218
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
219
220
|
var _a, _b, _c, _d;
|
|
220
221
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
221
222
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
222
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
223
|
-
method: "
|
|
223
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/attach_billing_ledger_period_to_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
|
|
224
|
+
method: "POST",
|
|
224
225
|
headers: _headers,
|
|
225
226
|
contentType: "application/json",
|
|
226
227
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -253,7 +254,7 @@ class TaskGroups {
|
|
|
253
254
|
rawResponse: _response.rawResponse,
|
|
254
255
|
});
|
|
255
256
|
case "timeout":
|
|
256
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
257
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_provider_pay_driver/v1/{task_group_id}.");
|
|
257
258
|
case "unknown":
|
|
258
259
|
throw new errors.ChrtError({
|
|
259
260
|
message: _response.error.errorMessage,
|
|
@@ -263,29 +264,29 @@ class TaskGroups {
|
|
|
263
264
|
});
|
|
264
265
|
}
|
|
265
266
|
/**
|
|
266
|
-
*
|
|
267
|
+
* Links the operator-supplied OPEN BillingLedgerPeriod to this TaskGroup's PPP vector. Period parties must match the TG's PPP parties. The PPP vector must have no ledger attached and no rate sheet (rate-sheet/ledger exclusivity). Ad-hoc LIGs without a rate sheet may coexist. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachBillingLedgerPeriodReq) -> (BillingLedgerPeriod1)
|
|
267
268
|
*
|
|
268
269
|
* @param {string} taskGroupId
|
|
269
|
-
* @param {Chrt.
|
|
270
|
+
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
270
271
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
271
272
|
*
|
|
272
273
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
273
274
|
*
|
|
274
275
|
* @example
|
|
275
|
-
* await client.shipping.taskGroups.
|
|
276
|
-
*
|
|
276
|
+
* await client.shipping.taskGroups.attachBillingLedgerPeriodToProviderPayProviderV1("task_group_id", {
|
|
277
|
+
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
277
278
|
* })
|
|
278
279
|
*/
|
|
279
|
-
|
|
280
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
280
|
+
attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions) {
|
|
281
|
+
return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions));
|
|
281
282
|
}
|
|
282
|
-
|
|
283
|
+
__attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions) {
|
|
283
284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
284
285
|
var _a, _b, _c, _d;
|
|
285
286
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
286
287
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
287
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
288
|
-
method: "
|
|
288
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/attach_billing_ledger_period_to_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
|
|
289
|
+
method: "POST",
|
|
289
290
|
headers: _headers,
|
|
290
291
|
contentType: "application/json",
|
|
291
292
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -318,7 +319,7 @@ class TaskGroups {
|
|
|
318
319
|
rawResponse: _response.rawResponse,
|
|
319
320
|
});
|
|
320
321
|
case "timeout":
|
|
321
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
322
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_provider_pay_provider/v1/{task_group_id}.");
|
|
322
323
|
case "unknown":
|
|
323
324
|
throw new errors.ChrtError({
|
|
324
325
|
message: _response.error.errorMessage,
|
|
@@ -328,28 +329,34 @@ class TaskGroups {
|
|
|
328
329
|
});
|
|
329
330
|
}
|
|
330
331
|
/**
|
|
331
|
-
*
|
|
332
|
+
* Links the operator-supplied OPEN BillingLedgerPeriod to this TaskGroup's SPP vector. Period parties must match the TG's SPP parties. The SPP vector must have no ledger attached and no rate sheet (rate-sheet/ledger exclusivity). Ad-hoc LIGs without a rate sheet may coexist. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachBillingLedgerPeriodReq) -> (BillingLedgerPeriod1)
|
|
332
333
|
*
|
|
333
334
|
* @param {string} taskGroupId
|
|
335
|
+
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
334
336
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
335
337
|
*
|
|
336
338
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
337
339
|
*
|
|
338
340
|
* @example
|
|
339
|
-
* await client.shipping.taskGroups.
|
|
341
|
+
* await client.shipping.taskGroups.attachBillingLedgerPeriodToShipperPayProviderV1("task_group_id", {
|
|
342
|
+
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
343
|
+
* })
|
|
340
344
|
*/
|
|
341
|
-
|
|
342
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
345
|
+
attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions) {
|
|
346
|
+
return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions));
|
|
343
347
|
}
|
|
344
|
-
|
|
348
|
+
__attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions) {
|
|
345
349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
346
350
|
var _a, _b, _c, _d;
|
|
347
351
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
348
352
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
349
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
350
|
-
method: "
|
|
353
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/attach_billing_ledger_period_to_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
|
|
354
|
+
method: "POST",
|
|
351
355
|
headers: _headers,
|
|
356
|
+
contentType: "application/json",
|
|
352
357
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
358
|
+
requestType: "json",
|
|
359
|
+
body: request,
|
|
353
360
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
354
361
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
355
362
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -377,7 +384,7 @@ class TaskGroups {
|
|
|
377
384
|
rawResponse: _response.rawResponse,
|
|
378
385
|
});
|
|
379
386
|
case "timeout":
|
|
380
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
387
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_shipper_pay_provider/v1/{task_group_id}.");
|
|
381
388
|
case "unknown":
|
|
382
389
|
throw new errors.ChrtError({
|
|
383
390
|
message: _response.error.errorMessage,
|
|
@@ -387,27 +394,29 @@ class TaskGroups {
|
|
|
387
394
|
});
|
|
388
395
|
}
|
|
389
396
|
/**
|
|
390
|
-
*
|
|
397
|
+
* Attaches a STAGED, detached LineItemGroup to the PPD vector AND sets `LineItemGroup1.task_group_id` (one txn). The LIG must have `task_group_id is None`, be owned by the executor, and be party-matched to PPD. The PPD vector must have no LIG attached; if the LIG carries `rate_sheet_id`, no billing ledger period may be attached either (rate-sheet/ledger exclusivity). The LIG's `rate_sheet_id` is stamped onto `provider_pay_driver_rate_sheet_id` as a breadcrumb. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | (AttachLigToVectorClientReq) -> (bool)
|
|
391
398
|
*
|
|
392
399
|
* @param {string} taskGroupId
|
|
393
|
-
* @param {Chrt.
|
|
400
|
+
* @param {Chrt.AttachLigToVectorClientReq} request
|
|
394
401
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
395
402
|
*
|
|
396
403
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
397
404
|
*
|
|
398
405
|
* @example
|
|
399
|
-
* await client.shipping.taskGroups.
|
|
406
|
+
* await client.shipping.taskGroups.attachLigToProviderPayDriverV1("task_group_id", {
|
|
407
|
+
* line_item_group_id: "line_item_group_id"
|
|
408
|
+
* })
|
|
400
409
|
*/
|
|
401
|
-
|
|
402
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
410
|
+
attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
411
|
+
return core.HttpResponsePromise.fromPromise(this.__attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions));
|
|
403
412
|
}
|
|
404
|
-
|
|
405
|
-
return __awaiter(this,
|
|
413
|
+
__attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
414
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
406
415
|
var _a, _b, _c, _d;
|
|
407
416
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
408
417
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
409
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
410
|
-
method: "
|
|
418
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/attach_lig_to_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
|
|
419
|
+
method: "POST",
|
|
411
420
|
headers: _headers,
|
|
412
421
|
contentType: "application/json",
|
|
413
422
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -440,7 +449,7 @@ class TaskGroups {
|
|
|
440
449
|
rawResponse: _response.rawResponse,
|
|
441
450
|
});
|
|
442
451
|
case "timeout":
|
|
443
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
452
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_provider_pay_driver/v1/{task_group_id}.");
|
|
444
453
|
case "unknown":
|
|
445
454
|
throw new errors.ChrtError({
|
|
446
455
|
message: _response.error.errorMessage,
|
|
@@ -450,28 +459,34 @@ class TaskGroups {
|
|
|
450
459
|
});
|
|
451
460
|
}
|
|
452
461
|
/**
|
|
453
|
-
*
|
|
462
|
+
* Attaches a STAGED, detached LineItemGroup to the PPP vector AND sets `LineItemGroup1.task_group_id` (one txn). The LIG must have `task_group_id is None`, be owned by the coordinator, and be party-matched to PPP. The PPP vector must have no LIG attached; if the LIG carries `rate_sheet_id`, no billing ledger period may be attached either (rate-sheet/ledger exclusivity). The LIG's `rate_sheet_id` is stamped onto `provider_pay_provider_rate_sheet_id` as a breadcrumb. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachLigToVectorClientReq) -> (bool)
|
|
454
463
|
*
|
|
455
464
|
* @param {string} taskGroupId
|
|
465
|
+
* @param {Chrt.AttachLigToVectorClientReq} request
|
|
456
466
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
457
467
|
*
|
|
458
468
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
459
469
|
*
|
|
460
470
|
* @example
|
|
461
|
-
* await client.shipping.taskGroups.
|
|
471
|
+
* await client.shipping.taskGroups.attachLigToProviderPayProviderV1("task_group_id", {
|
|
472
|
+
* line_item_group_id: "line_item_group_id"
|
|
473
|
+
* })
|
|
462
474
|
*/
|
|
463
|
-
|
|
464
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
475
|
+
attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions) {
|
|
476
|
+
return core.HttpResponsePromise.fromPromise(this.__attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions));
|
|
465
477
|
}
|
|
466
|
-
|
|
478
|
+
__attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions) {
|
|
467
479
|
return __awaiter(this, void 0, void 0, function* () {
|
|
468
480
|
var _a, _b, _c, _d;
|
|
469
481
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
470
482
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
471
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
472
|
-
method: "
|
|
483
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/attach_lig_to_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
|
|
484
|
+
method: "POST",
|
|
473
485
|
headers: _headers,
|
|
486
|
+
contentType: "application/json",
|
|
474
487
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
488
|
+
requestType: "json",
|
|
489
|
+
body: request,
|
|
475
490
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
476
491
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
477
492
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -499,7 +514,7 @@ class TaskGroups {
|
|
|
499
514
|
rawResponse: _response.rawResponse,
|
|
500
515
|
});
|
|
501
516
|
case "timeout":
|
|
502
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
517
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_provider_pay_provider/v1/{task_group_id}.");
|
|
503
518
|
case "unknown":
|
|
504
519
|
throw new errors.ChrtError({
|
|
505
520
|
message: _response.error.errorMessage,
|
|
@@ -509,37 +524,29 @@ class TaskGroups {
|
|
|
509
524
|
});
|
|
510
525
|
}
|
|
511
526
|
/**
|
|
512
|
-
*
|
|
527
|
+
* Attaches a STAGED, detached LineItemGroup to the SPP vector AND sets `LineItemGroup1.task_group_id` (one txn). The LIG must have `task_group_id is None`, be owned by the coordinator, and be party-matched to SPP. The SPP vector must have no LIG attached; if the LIG carries `rate_sheet_id`, no billing ledger period may be attached either (rate-sheet/ledger exclusivity). The LIG's `rate_sheet_id` is stamped onto `shipper_pay_provider_rate_sheet_id` as a breadcrumb. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | (AttachLigToVectorClientReq) -> (bool)
|
|
513
528
|
*
|
|
514
529
|
* @param {string} taskGroupId
|
|
515
|
-
* @param {Chrt.
|
|
530
|
+
* @param {Chrt.AttachLigToVectorClientReq} request
|
|
516
531
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
517
532
|
*
|
|
518
533
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
519
534
|
*
|
|
520
535
|
* @example
|
|
521
|
-
* await client.shipping.taskGroups.
|
|
522
|
-
*
|
|
523
|
-
* schema_version: 1,
|
|
524
|
-
* flight_number: "flight_number",
|
|
525
|
-
* provenance: "manual",
|
|
526
|
-
* origin_iata: "origin_iata",
|
|
527
|
-
* destination_iata: "destination_iata",
|
|
528
|
-
* scheduled_departure_utc: "2024-01-15T09:30:00Z",
|
|
529
|
-
* carrier_iata: "carrier_iata"
|
|
530
|
-
* }]
|
|
536
|
+
* await client.shipping.taskGroups.attachLigToShipperPayProviderV1("task_group_id", {
|
|
537
|
+
* line_item_group_id: "line_item_group_id"
|
|
531
538
|
* })
|
|
532
539
|
*/
|
|
533
|
-
|
|
534
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
540
|
+
attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions) {
|
|
541
|
+
return core.HttpResponsePromise.fromPromise(this.__attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions));
|
|
535
542
|
}
|
|
536
|
-
|
|
543
|
+
__attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions) {
|
|
537
544
|
return __awaiter(this, void 0, void 0, function* () {
|
|
538
545
|
var _a, _b, _c, _d;
|
|
539
546
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
540
547
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
541
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
542
|
-
method: "
|
|
548
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/attach_lig_to_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
|
|
549
|
+
method: "POST",
|
|
543
550
|
headers: _headers,
|
|
544
551
|
contentType: "application/json",
|
|
545
552
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -572,7 +579,7 @@ class TaskGroups {
|
|
|
572
579
|
rawResponse: _response.rawResponse,
|
|
573
580
|
});
|
|
574
581
|
case "timeout":
|
|
575
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
582
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_shipper_pay_provider/v1/{task_group_id}.");
|
|
576
583
|
case "unknown":
|
|
577
584
|
throw new errors.ChrtError({
|
|
578
585
|
message: _response.error.errorMessage,
|
|
@@ -582,34 +589,28 @@ class TaskGroups {
|
|
|
582
589
|
});
|
|
583
590
|
}
|
|
584
591
|
/**
|
|
585
|
-
*
|
|
592
|
+
* Detaches the PPD billing ledger period from this TaskGroup. Reverses attach_billing_ledger_period_to_provider_pay_driver/v1. Linked period must be OPEN. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | () -> (bool)
|
|
586
593
|
*
|
|
587
594
|
* @param {string} taskGroupId
|
|
588
|
-
* @param {Chrt.shipping.AddMessageReq} request
|
|
589
595
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
590
596
|
*
|
|
591
597
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
592
598
|
*
|
|
593
599
|
* @example
|
|
594
|
-
* await client.shipping.taskGroups.
|
|
595
|
-
* message: "message"
|
|
596
|
-
* })
|
|
600
|
+
* await client.shipping.taskGroups.detachBillingLedgerPeriodFromProviderPayDriverV1("task_group_id")
|
|
597
601
|
*/
|
|
598
|
-
|
|
599
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
602
|
+
detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions) {
|
|
603
|
+
return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions));
|
|
600
604
|
}
|
|
601
|
-
|
|
605
|
+
__detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions) {
|
|
602
606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
603
607
|
var _a, _b, _c, _d;
|
|
604
608
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
605
609
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
606
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
607
|
-
method: "
|
|
610
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/detach_billing_ledger_period_from_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
|
|
611
|
+
method: "DELETE",
|
|
608
612
|
headers: _headers,
|
|
609
|
-
contentType: "application/json",
|
|
610
613
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
611
|
-
requestType: "json",
|
|
612
|
-
body: request,
|
|
613
614
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
614
615
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
615
616
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -637,7 +638,7 @@ class TaskGroups {
|
|
|
637
638
|
rawResponse: _response.rawResponse,
|
|
638
639
|
});
|
|
639
640
|
case "timeout":
|
|
640
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
641
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_provider_pay_driver/v1/{task_group_id}.");
|
|
641
642
|
case "unknown":
|
|
642
643
|
throw new errors.ChrtError({
|
|
643
644
|
message: _response.error.errorMessage,
|
|
@@ -647,34 +648,28 @@ class TaskGroups {
|
|
|
647
648
|
});
|
|
648
649
|
}
|
|
649
650
|
/**
|
|
650
|
-
*
|
|
651
|
+
* Detaches the PPP billing ledger period from this TaskGroup. Reverses attach_billing_ledger_period_to_provider_pay_provider/v1. Linked period must be OPEN. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
|
|
651
652
|
*
|
|
652
653
|
* @param {string} taskGroupId
|
|
653
|
-
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
654
654
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
655
655
|
*
|
|
656
656
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
657
657
|
*
|
|
658
658
|
* @example
|
|
659
|
-
* await client.shipping.taskGroups.
|
|
660
|
-
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
661
|
-
* })
|
|
659
|
+
* await client.shipping.taskGroups.detachBillingLedgerPeriodFromProviderPayProviderV1("task_group_id")
|
|
662
660
|
*/
|
|
663
|
-
|
|
664
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
661
|
+
detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions) {
|
|
662
|
+
return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions));
|
|
665
663
|
}
|
|
666
|
-
|
|
664
|
+
__detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions) {
|
|
667
665
|
return __awaiter(this, void 0, void 0, function* () {
|
|
668
666
|
var _a, _b, _c, _d;
|
|
669
667
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
670
668
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
671
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
672
|
-
method: "
|
|
669
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/detach_billing_ledger_period_from_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
|
|
670
|
+
method: "DELETE",
|
|
673
671
|
headers: _headers,
|
|
674
|
-
contentType: "application/json",
|
|
675
672
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
676
|
-
requestType: "json",
|
|
677
|
-
body: request,
|
|
678
673
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
679
674
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
680
675
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -702,7 +697,7 @@ class TaskGroups {
|
|
|
702
697
|
rawResponse: _response.rawResponse,
|
|
703
698
|
});
|
|
704
699
|
case "timeout":
|
|
705
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
700
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_provider_pay_provider/v1/{task_group_id}.");
|
|
706
701
|
case "unknown":
|
|
707
702
|
throw new errors.ChrtError({
|
|
708
703
|
message: _response.error.errorMessage,
|
|
@@ -712,34 +707,28 @@ class TaskGroups {
|
|
|
712
707
|
});
|
|
713
708
|
}
|
|
714
709
|
/**
|
|
715
|
-
*
|
|
710
|
+
* Detaches the SPP billing ledger period from this TaskGroup. Reverses attach_billing_ledger_period_to_shipper_pay_provider/v1. Linked period must be OPEN. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
|
|
716
711
|
*
|
|
717
712
|
* @param {string} taskGroupId
|
|
718
|
-
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
719
713
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
720
714
|
*
|
|
721
715
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
722
716
|
*
|
|
723
717
|
* @example
|
|
724
|
-
* await client.shipping.taskGroups.
|
|
725
|
-
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
726
|
-
* })
|
|
718
|
+
* await client.shipping.taskGroups.detachBillingLedgerPeriodFromShipperPayProviderV1("task_group_id")
|
|
727
719
|
*/
|
|
728
|
-
|
|
729
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
720
|
+
detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions) {
|
|
721
|
+
return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions));
|
|
730
722
|
}
|
|
731
|
-
|
|
723
|
+
__detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions) {
|
|
732
724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
733
725
|
var _a, _b, _c, _d;
|
|
734
726
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
735
727
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
736
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
737
|
-
method: "
|
|
728
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/detach_billing_ledger_period_from_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
|
|
729
|
+
method: "DELETE",
|
|
738
730
|
headers: _headers,
|
|
739
|
-
contentType: "application/json",
|
|
740
731
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
741
|
-
requestType: "json",
|
|
742
|
-
body: request,
|
|
743
732
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
744
733
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
745
734
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -767,7 +756,7 @@ class TaskGroups {
|
|
|
767
756
|
rawResponse: _response.rawResponse,
|
|
768
757
|
});
|
|
769
758
|
case "timeout":
|
|
770
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
759
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_shipper_pay_provider/v1/{task_group_id}.");
|
|
771
760
|
case "unknown":
|
|
772
761
|
throw new errors.ChrtError({
|
|
773
762
|
message: _response.error.errorMessage,
|
|
@@ -777,34 +766,28 @@ class TaskGroups {
|
|
|
777
766
|
});
|
|
778
767
|
}
|
|
779
768
|
/**
|
|
780
|
-
*
|
|
769
|
+
* Clears the PPD vector's `_line_item_group_id` and `_rate_sheet_id` AND clears the LIG's `task_group_id` back-ref (one txn). The LIG document and its line items remain alive but fully detached on both sides. The PPD vector must currently have a LIG attached. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[executor_org_operators] | () -> (bool)
|
|
781
770
|
*
|
|
782
771
|
* @param {string} taskGroupId
|
|
783
|
-
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
784
772
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
785
773
|
*
|
|
786
774
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
787
775
|
*
|
|
788
776
|
* @example
|
|
789
|
-
* await client.shipping.taskGroups.
|
|
790
|
-
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
791
|
-
* })
|
|
777
|
+
* await client.shipping.taskGroups.detachLigFromProviderPayDriverV1("task_group_id")
|
|
792
778
|
*/
|
|
793
|
-
|
|
794
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
779
|
+
detachLigFromProviderPayDriverV1(taskGroupId, requestOptions) {
|
|
780
|
+
return core.HttpResponsePromise.fromPromise(this.__detachLigFromProviderPayDriverV1(taskGroupId, requestOptions));
|
|
795
781
|
}
|
|
796
|
-
|
|
782
|
+
__detachLigFromProviderPayDriverV1(taskGroupId, requestOptions) {
|
|
797
783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
798
784
|
var _a, _b, _c, _d;
|
|
799
785
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
800
786
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
801
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
802
|
-
method: "
|
|
787
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/detach_lig_from_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
|
|
788
|
+
method: "DELETE",
|
|
803
789
|
headers: _headers,
|
|
804
|
-
contentType: "application/json",
|
|
805
790
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
806
|
-
requestType: "json",
|
|
807
|
-
body: request,
|
|
808
791
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
809
792
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
810
793
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -832,7 +815,7 @@ class TaskGroups {
|
|
|
832
815
|
rawResponse: _response.rawResponse,
|
|
833
816
|
});
|
|
834
817
|
case "timeout":
|
|
835
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
818
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_provider_pay_driver/v1/{task_group_id}.");
|
|
836
819
|
case "unknown":
|
|
837
820
|
throw new errors.ChrtError({
|
|
838
821
|
message: _response.error.errorMessage,
|
|
@@ -842,7 +825,7 @@ class TaskGroups {
|
|
|
842
825
|
});
|
|
843
826
|
}
|
|
844
827
|
/**
|
|
845
|
-
*
|
|
828
|
+
* Clears the PPP vector's `_line_item_group_id` and `_rate_sheet_id` AND clears the LIG's `task_group_id` back-ref (one txn). The LIG document and its line items remain alive but fully detached on both sides. The PPP vector must currently have a LIG attached. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
|
|
846
829
|
*
|
|
847
830
|
* @param {string} taskGroupId
|
|
848
831
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -850,17 +833,17 @@ class TaskGroups {
|
|
|
850
833
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
851
834
|
*
|
|
852
835
|
* @example
|
|
853
|
-
* await client.shipping.taskGroups.
|
|
836
|
+
* await client.shipping.taskGroups.detachLigFromProviderPayProviderV1("task_group_id")
|
|
854
837
|
*/
|
|
855
|
-
|
|
856
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
838
|
+
detachLigFromProviderPayProviderV1(taskGroupId, requestOptions) {
|
|
839
|
+
return core.HttpResponsePromise.fromPromise(this.__detachLigFromProviderPayProviderV1(taskGroupId, requestOptions));
|
|
857
840
|
}
|
|
858
|
-
|
|
841
|
+
__detachLigFromProviderPayProviderV1(taskGroupId, requestOptions) {
|
|
859
842
|
return __awaiter(this, void 0, void 0, function* () {
|
|
860
843
|
var _a, _b, _c, _d;
|
|
861
844
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
862
845
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
863
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
846
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/detach_lig_from_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
|
|
864
847
|
method: "DELETE",
|
|
865
848
|
headers: _headers,
|
|
866
849
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -891,7 +874,7 @@ class TaskGroups {
|
|
|
891
874
|
rawResponse: _response.rawResponse,
|
|
892
875
|
});
|
|
893
876
|
case "timeout":
|
|
894
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/
|
|
877
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_provider_pay_provider/v1/{task_group_id}.");
|
|
895
878
|
case "unknown":
|
|
896
879
|
throw new errors.ChrtError({
|
|
897
880
|
message: _response.error.errorMessage,
|
|
@@ -901,7 +884,7 @@ class TaskGroups {
|
|
|
901
884
|
});
|
|
902
885
|
}
|
|
903
886
|
/**
|
|
904
|
-
*
|
|
887
|
+
* Clears the SPP vector's `_line_item_group_id` and `_rate_sheet_id` AND clears the LIG's `task_group_id` back-ref (one txn). The LIG document and its line items remain alive but fully detached on both sides. The SPP vector must currently have a LIG attached. | authz: allowed_org_types=[provider], min_org_role=operator, authz_personas=[task_group_coordinator_operators] | () -> (bool)
|
|
905
888
|
*
|
|
906
889
|
* @param {string} taskGroupId
|
|
907
890
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -909,17 +892,17 @@ class TaskGroups {
|
|
|
909
892
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
910
893
|
*
|
|
911
894
|
* @example
|
|
912
|
-
* await client.shipping.taskGroups.
|
|
895
|
+
* await client.shipping.taskGroups.detachLigFromShipperPayProviderV1("task_group_id")
|
|
913
896
|
*/
|
|
914
|
-
|
|
915
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
897
|
+
detachLigFromShipperPayProviderV1(taskGroupId, requestOptions) {
|
|
898
|
+
return core.HttpResponsePromise.fromPromise(this.__detachLigFromShipperPayProviderV1(taskGroupId, requestOptions));
|
|
916
899
|
}
|
|
917
|
-
|
|
900
|
+
__detachLigFromShipperPayProviderV1(taskGroupId, requestOptions) {
|
|
918
901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
919
902
|
var _a, _b, _c, _d;
|
|
920
903
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
921
904
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
922
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
905
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/detach_lig_from_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
|
|
923
906
|
method: "DELETE",
|
|
924
907
|
headers: _headers,
|
|
925
908
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -950,7 +933,7 @@ class TaskGroups {
|
|
|
950
933
|
rawResponse: _response.rawResponse,
|
|
951
934
|
});
|
|
952
935
|
case "timeout":
|
|
953
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/
|
|
936
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_shipper_pay_provider/v1/{task_group_id}.");
|
|
954
937
|
case "unknown":
|
|
955
938
|
throw new errors.ChrtError({
|
|
956
939
|
message: _response.error.errorMessage,
|
|
@@ -960,28 +943,34 @@ class TaskGroups {
|
|
|
960
943
|
});
|
|
961
944
|
}
|
|
962
945
|
/**
|
|
963
|
-
*
|
|
946
|
+
* 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)
|
|
964
947
|
*
|
|
965
948
|
* @param {string} taskGroupId
|
|
949
|
+
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq} request
|
|
966
950
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
967
951
|
*
|
|
968
952
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
969
953
|
*
|
|
970
954
|
* @example
|
|
971
|
-
* await client.shipping.taskGroups.
|
|
955
|
+
* await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
|
|
956
|
+
* driver_id: "driver_id"
|
|
957
|
+
* })
|
|
972
958
|
*/
|
|
973
|
-
|
|
974
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
959
|
+
quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
960
|
+
return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayDriverV1(taskGroupId, request, requestOptions));
|
|
975
961
|
}
|
|
976
|
-
|
|
962
|
+
__quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
977
963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
978
964
|
var _a, _b, _c, _d;
|
|
979
965
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
980
966
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
981
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
982
|
-
method: "
|
|
967
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/quote_for_provider_pay_driver/v1/${encodeURIComponent(taskGroupId)}`),
|
|
968
|
+
method: "POST",
|
|
983
969
|
headers: _headers,
|
|
970
|
+
contentType: "application/json",
|
|
984
971
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
972
|
+
requestType: "json",
|
|
973
|
+
body: request,
|
|
985
974
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
986
975
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
987
976
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -1009,7 +998,7 @@ class TaskGroups {
|
|
|
1009
998
|
rawResponse: _response.rawResponse,
|
|
1010
999
|
});
|
|
1011
1000
|
case "timeout":
|
|
1012
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1001
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_provider_pay_driver/v1/{task_group_id}.");
|
|
1013
1002
|
case "unknown":
|
|
1014
1003
|
throw new errors.ChrtError({
|
|
1015
1004
|
message: _response.error.errorMessage,
|
|
@@ -1019,28 +1008,26 @@ class TaskGroups {
|
|
|
1019
1008
|
});
|
|
1020
1009
|
}
|
|
1021
1010
|
/**
|
|
1022
|
-
*
|
|
1011
|
+
* 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)
|
|
1023
1012
|
*
|
|
1024
1013
|
* @param {string} taskGroupId
|
|
1025
|
-
* @param {Chrt.
|
|
1014
|
+
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
|
|
1026
1015
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1027
1016
|
*
|
|
1028
1017
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1029
1018
|
*
|
|
1030
1019
|
* @example
|
|
1031
|
-
* await client.shipping.taskGroups.
|
|
1032
|
-
* line_item_group_id: "line_item_group_id"
|
|
1033
|
-
* })
|
|
1020
|
+
* await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id")
|
|
1034
1021
|
*/
|
|
1035
|
-
|
|
1036
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1022
|
+
quoteForProviderPayProviderV1(taskGroupId, request = {}, requestOptions) {
|
|
1023
|
+
return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayProviderV1(taskGroupId, request, requestOptions));
|
|
1037
1024
|
}
|
|
1038
|
-
|
|
1039
|
-
return __awaiter(this,
|
|
1025
|
+
__quoteForProviderPayProviderV1(taskGroupId_1) {
|
|
1026
|
+
return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
|
|
1040
1027
|
var _a, _b, _c, _d;
|
|
1041
1028
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1042
1029
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1043
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
1030
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/quote_for_provider_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
|
|
1044
1031
|
method: "POST",
|
|
1045
1032
|
headers: _headers,
|
|
1046
1033
|
contentType: "application/json",
|
|
@@ -1074,7 +1061,7 @@ class TaskGroups {
|
|
|
1074
1061
|
rawResponse: _response.rawResponse,
|
|
1075
1062
|
});
|
|
1076
1063
|
case "timeout":
|
|
1077
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/
|
|
1064
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_provider_pay_provider/v1/{task_group_id}.");
|
|
1078
1065
|
case "unknown":
|
|
1079
1066
|
throw new errors.ChrtError({
|
|
1080
1067
|
message: _response.error.errorMessage,
|
|
@@ -1084,28 +1071,26 @@ class TaskGroups {
|
|
|
1084
1071
|
});
|
|
1085
1072
|
}
|
|
1086
1073
|
/**
|
|
1087
|
-
*
|
|
1074
|
+
* 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, shipper], min_org_role=operator, authz_personas=[task_group_coordinator_operators, shipper_org_operators] | (TaskGroupQuoteForShipperPayProviderClientReq) -> (TaskGroupQuoteResp)
|
|
1088
1075
|
*
|
|
1089
1076
|
* @param {string} taskGroupId
|
|
1090
|
-
* @param {Chrt.
|
|
1077
|
+
* @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
|
|
1091
1078
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1092
1079
|
*
|
|
1093
1080
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1094
1081
|
*
|
|
1095
1082
|
* @example
|
|
1096
|
-
* await client.shipping.taskGroups.
|
|
1097
|
-
* line_item_group_id: "line_item_group_id"
|
|
1098
|
-
* })
|
|
1083
|
+
* await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id")
|
|
1099
1084
|
*/
|
|
1100
|
-
|
|
1101
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1085
|
+
quoteForShipperPayProviderV1(taskGroupId, request = {}, requestOptions) {
|
|
1086
|
+
return core.HttpResponsePromise.fromPromise(this.__quoteForShipperPayProviderV1(taskGroupId, request, requestOptions));
|
|
1102
1087
|
}
|
|
1103
|
-
|
|
1104
|
-
return __awaiter(this,
|
|
1088
|
+
__quoteForShipperPayProviderV1(taskGroupId_1) {
|
|
1089
|
+
return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
|
|
1105
1090
|
var _a, _b, _c, _d;
|
|
1106
1091
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1107
1092
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1108
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
1093
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/quote_for_shipper_pay_provider/v1/${encodeURIComponent(taskGroupId)}`),
|
|
1109
1094
|
method: "POST",
|
|
1110
1095
|
headers: _headers,
|
|
1111
1096
|
contentType: "application/json",
|
|
@@ -1139,7 +1124,7 @@ class TaskGroups {
|
|
|
1139
1124
|
rawResponse: _response.rawResponse,
|
|
1140
1125
|
});
|
|
1141
1126
|
case "timeout":
|
|
1142
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/
|
|
1127
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_shipper_pay_provider/v1/{task_group_id}.");
|
|
1143
1128
|
case "unknown":
|
|
1144
1129
|
throw new errors.ChrtError({
|
|
1145
1130
|
message: _response.error.errorMessage,
|
|
@@ -1149,34 +1134,28 @@ class TaskGroups {
|
|
|
1149
1134
|
});
|
|
1150
1135
|
}
|
|
1151
1136
|
/**
|
|
1152
|
-
*
|
|
1137
|
+
* Removes the driver from a task group (sets driver_id to null). Allowed when STAGED or IN_PROGRESS (if no tasks have reached a terminal status). | authz_personas=[executor_org_operators, driver_for_executor] | () -> (bool)
|
|
1153
1138
|
*
|
|
1154
1139
|
* @param {string} taskGroupId
|
|
1155
|
-
* @param {Chrt.AttachLigToVectorClientReq} request
|
|
1156
1140
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1157
1141
|
*
|
|
1158
1142
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1159
1143
|
*
|
|
1160
1144
|
* @example
|
|
1161
|
-
* await client.shipping.taskGroups.
|
|
1162
|
-
* line_item_group_id: "line_item_group_id"
|
|
1163
|
-
* })
|
|
1145
|
+
* await client.shipping.taskGroups.removeDriverV1("task_group_id")
|
|
1164
1146
|
*/
|
|
1165
|
-
|
|
1166
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1147
|
+
removeDriverV1(taskGroupId, requestOptions) {
|
|
1148
|
+
return core.HttpResponsePromise.fromPromise(this.__removeDriverV1(taskGroupId, requestOptions));
|
|
1167
1149
|
}
|
|
1168
|
-
|
|
1150
|
+
__removeDriverV1(taskGroupId, requestOptions) {
|
|
1169
1151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1170
1152
|
var _a, _b, _c, _d;
|
|
1171
1153
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1172
1154
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1173
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
1174
|
-
method: "
|
|
1155
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/remove_driver/v1/${encodeURIComponent(taskGroupId)}`),
|
|
1156
|
+
method: "PATCH",
|
|
1175
1157
|
headers: _headers,
|
|
1176
|
-
contentType: "application/json",
|
|
1177
1158
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
1178
|
-
requestType: "json",
|
|
1179
|
-
body: request,
|
|
1180
1159
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
1181
1160
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
1182
1161
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -1204,7 +1183,7 @@ class TaskGroups {
|
|
|
1204
1183
|
rawResponse: _response.rawResponse,
|
|
1205
1184
|
});
|
|
1206
1185
|
case "timeout":
|
|
1207
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1186
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/remove_driver/v1/{task_group_id}.");
|
|
1208
1187
|
case "unknown":
|
|
1209
1188
|
throw new errors.ChrtError({
|
|
1210
1189
|
message: _response.error.errorMessage,
|
|
@@ -1214,7 +1193,7 @@ class TaskGroups {
|
|
|
1214
1193
|
});
|
|
1215
1194
|
}
|
|
1216
1195
|
/**
|
|
1217
|
-
* Clears the
|
|
1196
|
+
* Clears the executor and assigned driver on a task group. Refuses while PPP or PPD billing is attached; detach billing explicitly first. | authz_personas=[coordinator_org_operators] | () -> (bool)
|
|
1218
1197
|
*
|
|
1219
1198
|
* @param {string} taskGroupId
|
|
1220
1199
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -1222,18 +1201,18 @@ class TaskGroups {
|
|
|
1222
1201
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1223
1202
|
*
|
|
1224
1203
|
* @example
|
|
1225
|
-
* await client.shipping.taskGroups.
|
|
1204
|
+
* await client.shipping.taskGroups.removeExecutorV1("task_group_id")
|
|
1226
1205
|
*/
|
|
1227
|
-
|
|
1228
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1206
|
+
removeExecutorV1(taskGroupId, requestOptions) {
|
|
1207
|
+
return core.HttpResponsePromise.fromPromise(this.__removeExecutorV1(taskGroupId, requestOptions));
|
|
1229
1208
|
}
|
|
1230
|
-
|
|
1209
|
+
__removeExecutorV1(taskGroupId, requestOptions) {
|
|
1231
1210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1232
1211
|
var _a, _b, _c, _d;
|
|
1233
1212
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1234
1213
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1235
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
1236
|
-
method: "
|
|
1214
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/remove_executor/v1/${encodeURIComponent(taskGroupId)}`),
|
|
1215
|
+
method: "PATCH",
|
|
1237
1216
|
headers: _headers,
|
|
1238
1217
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
1239
1218
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1263,7 +1242,7 @@ class TaskGroups {
|
|
|
1263
1242
|
rawResponse: _response.rawResponse,
|
|
1264
1243
|
});
|
|
1265
1244
|
case "timeout":
|
|
1266
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1245
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/remove_executor/v1/{task_group_id}.");
|
|
1267
1246
|
case "unknown":
|
|
1268
1247
|
throw new errors.ChrtError({
|
|
1269
1248
|
message: _response.error.errorMessage,
|
|
@@ -1273,28 +1252,42 @@ class TaskGroups {
|
|
|
1273
1252
|
});
|
|
1274
1253
|
}
|
|
1275
1254
|
/**
|
|
1276
|
-
*
|
|
1255
|
+
* Replaces the ordered list of flights on a task group. | authz_personas=[lig_owner_operators] | (SetFlightInfoReq) -> (bool)
|
|
1277
1256
|
*
|
|
1278
1257
|
* @param {string} taskGroupId
|
|
1258
|
+
* @param {Chrt.SetFlightInfoReq} request
|
|
1279
1259
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1280
1260
|
*
|
|
1281
1261
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1282
1262
|
*
|
|
1283
1263
|
* @example
|
|
1284
|
-
* await client.shipping.taskGroups.
|
|
1264
|
+
* await client.shipping.taskGroups.setFlightInfoV1("task_group_id", {
|
|
1265
|
+
* flight_legs: [{
|
|
1266
|
+
* carrier_iata: "carrier_iata",
|
|
1267
|
+
* destination_iata: "destination_iata",
|
|
1268
|
+
* flight_number: "flight_number",
|
|
1269
|
+
* origin_iata: "origin_iata",
|
|
1270
|
+
* provenance: "manual",
|
|
1271
|
+
* scheduled_departure_utc: "2024-01-15T09:30:00Z",
|
|
1272
|
+
* schema_version: 1
|
|
1273
|
+
* }]
|
|
1274
|
+
* })
|
|
1285
1275
|
*/
|
|
1286
|
-
|
|
1287
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1276
|
+
setFlightInfoV1(taskGroupId, request, requestOptions) {
|
|
1277
|
+
return core.HttpResponsePromise.fromPromise(this.__setFlightInfoV1(taskGroupId, request, requestOptions));
|
|
1288
1278
|
}
|
|
1289
|
-
|
|
1279
|
+
__setFlightInfoV1(taskGroupId, request, requestOptions) {
|
|
1290
1280
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1291
1281
|
var _a, _b, _c, _d;
|
|
1292
1282
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1293
1283
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1294
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
1295
|
-
method: "
|
|
1284
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/set_flight_info/v1/${encodeURIComponent(taskGroupId)}`),
|
|
1285
|
+
method: "PATCH",
|
|
1296
1286
|
headers: _headers,
|
|
1287
|
+
contentType: "application/json",
|
|
1297
1288
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
1289
|
+
requestType: "json",
|
|
1290
|
+
body: request,
|
|
1298
1291
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
1299
1292
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
1300
1293
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -1322,7 +1315,7 @@ class TaskGroups {
|
|
|
1322
1315
|
rawResponse: _response.rawResponse,
|
|
1323
1316
|
});
|
|
1324
1317
|
case "timeout":
|
|
1325
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1318
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/set_flight_info/v1/{task_group_id}.");
|
|
1326
1319
|
case "unknown":
|
|
1327
1320
|
throw new errors.ChrtError({
|
|
1328
1321
|
message: _response.error.errorMessage,
|
|
@@ -1332,28 +1325,34 @@ class TaskGroups {
|
|
|
1332
1325
|
});
|
|
1333
1326
|
}
|
|
1334
1327
|
/**
|
|
1335
|
-
*
|
|
1328
|
+
* Sets the ordering of tasks within a task group. Requires complete list of task IDs in desired order. Completed tasks must be before staged tasks. | authz_personas=[lig_owner_operators] | (SetTaskOrderingReq) -> (bool)
|
|
1336
1329
|
*
|
|
1337
1330
|
* @param {string} taskGroupId
|
|
1331
|
+
* @param {Chrt.shipping.SetTaskOrderingReq} request
|
|
1338
1332
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1339
1333
|
*
|
|
1340
1334
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1341
1335
|
*
|
|
1342
1336
|
* @example
|
|
1343
|
-
* await client.shipping.taskGroups.
|
|
1337
|
+
* await client.shipping.taskGroups.setTaskOrderingV1("task_group_id", {
|
|
1338
|
+
* task_ids: ["task_ids"]
|
|
1339
|
+
* })
|
|
1344
1340
|
*/
|
|
1345
|
-
|
|
1346
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1341
|
+
setTaskOrderingV1(taskGroupId, request, requestOptions) {
|
|
1342
|
+
return core.HttpResponsePromise.fromPromise(this.__setTaskOrderingV1(taskGroupId, request, requestOptions));
|
|
1347
1343
|
}
|
|
1348
|
-
|
|
1344
|
+
__setTaskOrderingV1(taskGroupId, request, requestOptions) {
|
|
1349
1345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1350
1346
|
var _a, _b, _c, _d;
|
|
1351
1347
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1352
1348
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1353
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
1354
|
-
method: "
|
|
1349
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/set_task_ordering/v1/${encodeURIComponent(taskGroupId)}`),
|
|
1350
|
+
method: "PUT",
|
|
1355
1351
|
headers: _headers,
|
|
1352
|
+
contentType: "application/json",
|
|
1356
1353
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
1354
|
+
requestType: "json",
|
|
1355
|
+
body: request,
|
|
1357
1356
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
1358
1357
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
1359
1358
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -1381,7 +1380,7 @@ class TaskGroups {
|
|
|
1381
1380
|
rawResponse: _response.rawResponse,
|
|
1382
1381
|
});
|
|
1383
1382
|
case "timeout":
|
|
1384
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1383
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/task_groups/set_task_ordering/v1/{task_group_id}.");
|
|
1385
1384
|
case "unknown":
|
|
1386
1385
|
throw new errors.ChrtError({
|
|
1387
1386
|
message: _response.error.errorMessage,
|
|
@@ -1391,32 +1390,28 @@ class TaskGroups {
|
|
|
1391
1390
|
});
|
|
1392
1391
|
}
|
|
1393
1392
|
/**
|
|
1394
|
-
*
|
|
1393
|
+
* Starts a task group by transitioning it from STAGED to IN_PROGRESS and syncing related order state. | authz_personas=[driver_for_executor, executor_org_operators, coordinator_org_operators] | () -> (bool)
|
|
1395
1394
|
*
|
|
1396
1395
|
* @param {string} taskGroupId
|
|
1397
|
-
* @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
|
|
1398
1396
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1399
1397
|
*
|
|
1400
1398
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1401
1399
|
*
|
|
1402
1400
|
* @example
|
|
1403
|
-
* await client.shipping.taskGroups.
|
|
1401
|
+
* await client.shipping.taskGroups.startV1("task_group_id")
|
|
1404
1402
|
*/
|
|
1405
|
-
|
|
1406
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1403
|
+
startV1(taskGroupId, requestOptions) {
|
|
1404
|
+
return core.HttpResponsePromise.fromPromise(this.__startV1(taskGroupId, requestOptions));
|
|
1407
1405
|
}
|
|
1408
|
-
|
|
1409
|
-
return __awaiter(this,
|
|
1406
|
+
__startV1(taskGroupId, requestOptions) {
|
|
1407
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1410
1408
|
var _a, _b, _c, _d;
|
|
1411
1409
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1412
1410
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1413
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
1414
|
-
method: "
|
|
1411
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/start/v1/${encodeURIComponent(taskGroupId)}`),
|
|
1412
|
+
method: "PUT",
|
|
1415
1413
|
headers: _headers,
|
|
1416
|
-
contentType: "application/json",
|
|
1417
1414
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
1418
|
-
requestType: "json",
|
|
1419
|
-
body: request,
|
|
1420
1415
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
1421
1416
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
1422
1417
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -1444,7 +1439,7 @@ class TaskGroups {
|
|
|
1444
1439
|
rawResponse: _response.rawResponse,
|
|
1445
1440
|
});
|
|
1446
1441
|
case "timeout":
|
|
1447
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1442
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/task_groups/start/v1/{task_group_id}.");
|
|
1448
1443
|
case "unknown":
|
|
1449
1444
|
throw new errors.ChrtError({
|
|
1450
1445
|
message: _response.error.errorMessage,
|
|
@@ -1454,32 +1449,37 @@ class TaskGroups {
|
|
|
1454
1449
|
});
|
|
1455
1450
|
}
|
|
1456
1451
|
/**
|
|
1457
|
-
*
|
|
1452
|
+
* Returns distinct order_short_id and order_off_chrt_reference_id values matching the query via case-insensitive regex. Searches non-draft task groups where the caller's provider org is the executor. | authz: allowed_org_types=[provider], min_org_role=driver | () -> (list[TaskGroupTypeaheadResult])
|
|
1458
1453
|
*
|
|
1459
|
-
* @param {
|
|
1460
|
-
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
|
|
1454
|
+
* @param {Chrt.shipping.TaskGroupsTypeaheadV1Request} request
|
|
1461
1455
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1462
1456
|
*
|
|
1463
1457
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1464
1458
|
*
|
|
1465
1459
|
* @example
|
|
1466
|
-
* await client.shipping.taskGroups.
|
|
1460
|
+
* await client.shipping.taskGroups.typeaheadV1({
|
|
1461
|
+
* query: "query",
|
|
1462
|
+
* limit: 1
|
|
1463
|
+
* })
|
|
1467
1464
|
*/
|
|
1468
|
-
|
|
1469
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1465
|
+
typeaheadV1(request, requestOptions) {
|
|
1466
|
+
return core.HttpResponsePromise.fromPromise(this.__typeaheadV1(request, requestOptions));
|
|
1470
1467
|
}
|
|
1471
|
-
|
|
1472
|
-
return __awaiter(this,
|
|
1473
|
-
var _a, _b, _c, _d;
|
|
1474
|
-
|
|
1475
|
-
const
|
|
1476
|
-
|
|
1477
|
-
|
|
1468
|
+
__typeaheadV1(request, requestOptions) {
|
|
1469
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1470
|
+
var _a, _b, _c, _d, _e;
|
|
1471
|
+
const { query, limit } = request;
|
|
1472
|
+
const _queryParams = {};
|
|
1473
|
+
_queryParams["query"] = query;
|
|
1474
|
+
if (limit !== undefined) {
|
|
1475
|
+
_queryParams["limit"] = (_a = limit === null || limit === void 0 ? void 0 : limit.toString()) !== null && _a !== void 0 ? _a : null;
|
|
1476
|
+
}
|
|
1477
|
+
let _headers = (0, headers_js_1.mergeHeaders)((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1478
|
+
const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
|
|
1479
|
+
url: core.url.join((_e = (_d = (yield core.Supplier.get(this._options.baseUrl))) !== null && _d !== void 0 ? _d : (yield core.Supplier.get(this._options.environment))) !== null && _e !== void 0 ? _e : environments.ChrtEnvironment.Local, "shipping/task_groups/typeahead/v1"),
|
|
1480
|
+
method: "GET",
|
|
1478
1481
|
headers: _headers,
|
|
1479
|
-
|
|
1480
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
1481
|
-
requestType: "json",
|
|
1482
|
-
body: request,
|
|
1482
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
1483
1483
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
1484
1484
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
1485
1485
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -1507,7 +1507,7 @@ class TaskGroups {
|
|
|
1507
1507
|
rawResponse: _response.rawResponse,
|
|
1508
1508
|
});
|
|
1509
1509
|
case "timeout":
|
|
1510
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1510
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /shipping/task_groups/typeahead/v1.");
|
|
1511
1511
|
case "unknown":
|
|
1512
1512
|
throw new errors.ChrtError({
|
|
1513
1513
|
message: _response.error.errorMessage,
|
|
@@ -1517,29 +1517,29 @@ class TaskGroups {
|
|
|
1517
1517
|
});
|
|
1518
1518
|
}
|
|
1519
1519
|
/**
|
|
1520
|
-
*
|
|
1520
|
+
* Assigns or swaps the driver on a task group. Driver must belong to the task group's executor organization. | authz_personas=[executor_org_operators] | (UpdateDriverReq) -> (bool)
|
|
1521
1521
|
*
|
|
1522
1522
|
* @param {string} taskGroupId
|
|
1523
|
-
* @param {Chrt.shipping.
|
|
1523
|
+
* @param {Chrt.shipping.UpdateDriverReq} request
|
|
1524
1524
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1525
1525
|
*
|
|
1526
1526
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1527
1527
|
*
|
|
1528
1528
|
* @example
|
|
1529
|
-
* await client.shipping.taskGroups.
|
|
1529
|
+
* await client.shipping.taskGroups.updateDriverV1("task_group_id", {
|
|
1530
1530
|
* driver_id: "driver_id"
|
|
1531
1531
|
* })
|
|
1532
1532
|
*/
|
|
1533
|
-
|
|
1534
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1533
|
+
updateDriverV1(taskGroupId, request, requestOptions) {
|
|
1534
|
+
return core.HttpResponsePromise.fromPromise(this.__updateDriverV1(taskGroupId, request, requestOptions));
|
|
1535
1535
|
}
|
|
1536
|
-
|
|
1536
|
+
__updateDriverV1(taskGroupId, request, requestOptions) {
|
|
1537
1537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1538
1538
|
var _a, _b, _c, _d;
|
|
1539
1539
|
let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1540
1540
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1541
|
-
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/
|
|
1542
|
-
method: "
|
|
1541
|
+
url: core.url.join((_d = (_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.ChrtEnvironment.Local, `shipping/task_groups/update_driver/v1/${encodeURIComponent(taskGroupId)}`),
|
|
1542
|
+
method: "PATCH",
|
|
1543
1543
|
headers: _headers,
|
|
1544
1544
|
contentType: "application/json",
|
|
1545
1545
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -1572,7 +1572,7 @@ class TaskGroups {
|
|
|
1572
1572
|
rawResponse: _response.rawResponse,
|
|
1573
1573
|
});
|
|
1574
1574
|
case "timeout":
|
|
1575
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1575
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/update_driver/v1/{task_group_id}.");
|
|
1576
1576
|
case "unknown":
|
|
1577
1577
|
throw new errors.ChrtError({
|
|
1578
1578
|
message: _response.error.errorMessage,
|