@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
|
@@ -15,57 +15,52 @@ import * as core from "../../../../../../core/index.mjs";
|
|
|
15
15
|
import * as Chrt from "../../../../../index.mjs";
|
|
16
16
|
import { mergeHeaders, mergeOnlyDefinedHeaders } from "../../../../../../core/headers.mjs";
|
|
17
17
|
import * as errors from "../../../../../../errors/index.mjs";
|
|
18
|
-
import { TaskGroupId } from "../resources/taskGroupId/client/Client.mjs";
|
|
19
|
-
import { S3Object } from "../resources/s3Object/client/Client.mjs";
|
|
20
18
|
import { Expanded } from "../resources/expanded/client/Client.mjs";
|
|
19
|
+
import { S3Object } from "../resources/s3Object/client/Client.mjs";
|
|
20
|
+
import { TaskGroupId } from "../resources/taskGroupId/client/Client.mjs";
|
|
21
21
|
export class TaskGroups {
|
|
22
22
|
constructor(_options = {}) {
|
|
23
23
|
this._options = _options;
|
|
24
24
|
}
|
|
25
|
-
get
|
|
25
|
+
get expanded() {
|
|
26
26
|
var _a;
|
|
27
|
-
return ((_a = this.
|
|
27
|
+
return ((_a = this._expanded) !== null && _a !== void 0 ? _a : (this._expanded = new Expanded(this._options)));
|
|
28
28
|
}
|
|
29
29
|
get s3Object() {
|
|
30
30
|
var _a;
|
|
31
31
|
return ((_a = this._s3Object) !== null && _a !== void 0 ? _a : (this._s3Object = new S3Object(this._options)));
|
|
32
32
|
}
|
|
33
|
-
get
|
|
33
|
+
get taskGroupId() {
|
|
34
34
|
var _a;
|
|
35
|
-
return ((_a = this.
|
|
35
|
+
return ((_a = this._taskGroupId) !== null && _a !== void 0 ? _a : (this._taskGroupId = new TaskGroupId(this._options)));
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* 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)
|
|
39
39
|
*
|
|
40
|
-
* @param {
|
|
40
|
+
* @param {string} taskGroupId
|
|
41
|
+
* @param {Chrt.shipping.AddExecutorReq} request
|
|
41
42
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
42
43
|
*
|
|
43
44
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
44
45
|
*
|
|
45
46
|
* @example
|
|
46
|
-
* await client.shipping.taskGroups.
|
|
47
|
-
* query: "query",
|
|
48
|
-
* limit: 1
|
|
49
|
-
* })
|
|
47
|
+
* await client.shipping.taskGroups.addExecutorV1("task_group_id")
|
|
50
48
|
*/
|
|
51
|
-
|
|
52
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
49
|
+
addExecutorV1(taskGroupId, request = {}, requestOptions) {
|
|
50
|
+
return core.HttpResponsePromise.fromPromise(this.__addExecutorV1(taskGroupId, request, requestOptions));
|
|
53
51
|
}
|
|
54
|
-
|
|
55
|
-
return __awaiter(this,
|
|
56
|
-
var _a, _b, _c, _d
|
|
57
|
-
|
|
58
|
-
const
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
_queryParams["limit"] = (_a = limit === null || limit === void 0 ? void 0 : limit.toString()) !== null && _a !== void 0 ? _a : null;
|
|
62
|
-
}
|
|
63
|
-
let _headers = mergeHeaders((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
64
|
-
const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
|
|
65
|
-
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"),
|
|
66
|
-
method: "GET",
|
|
52
|
+
__addExecutorV1(taskGroupId_1) {
|
|
53
|
+
return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
|
|
54
|
+
var _a, _b, _c, _d;
|
|
55
|
+
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
56
|
+
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
57
|
+
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)}`),
|
|
58
|
+
method: "PATCH",
|
|
67
59
|
headers: _headers,
|
|
68
|
-
|
|
60
|
+
contentType: "application/json",
|
|
61
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
62
|
+
requestType: "json",
|
|
63
|
+
body: request,
|
|
69
64
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
70
65
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
71
66
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -93,7 +88,7 @@ export class TaskGroups {
|
|
|
93
88
|
rawResponse: _response.rawResponse,
|
|
94
89
|
});
|
|
95
90
|
case "timeout":
|
|
96
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
91
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/add_executor/v1/{task_group_id}.");
|
|
97
92
|
case "unknown":
|
|
98
93
|
throw new errors.ChrtError({
|
|
99
94
|
message: _response.error.errorMessage,
|
|
@@ -103,28 +98,34 @@ export class TaskGroups {
|
|
|
103
98
|
});
|
|
104
99
|
}
|
|
105
100
|
/**
|
|
106
|
-
*
|
|
101
|
+
* 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)
|
|
107
102
|
*
|
|
108
103
|
* @param {string} taskGroupId
|
|
104
|
+
* @param {Chrt.shipping.AddMessageReq} request
|
|
109
105
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
110
106
|
*
|
|
111
107
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
112
108
|
*
|
|
113
109
|
* @example
|
|
114
|
-
* await client.shipping.taskGroups.
|
|
110
|
+
* await client.shipping.taskGroups.addMessageV1("task_group_id", {
|
|
111
|
+
* message: "message"
|
|
112
|
+
* })
|
|
115
113
|
*/
|
|
116
|
-
|
|
117
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
114
|
+
addMessageV1(taskGroupId, request, requestOptions) {
|
|
115
|
+
return core.HttpResponsePromise.fromPromise(this.__addMessageV1(taskGroupId, request, requestOptions));
|
|
118
116
|
}
|
|
119
|
-
|
|
117
|
+
__addMessageV1(taskGroupId, request, requestOptions) {
|
|
120
118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
121
119
|
var _a, _b, _c, _d;
|
|
122
120
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
123
121
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
124
|
-
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/
|
|
125
|
-
method: "
|
|
122
|
+
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)}`),
|
|
123
|
+
method: "POST",
|
|
126
124
|
headers: _headers,
|
|
125
|
+
contentType: "application/json",
|
|
127
126
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
127
|
+
requestType: "json",
|
|
128
|
+
body: request,
|
|
128
129
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
129
130
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
130
131
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -152,7 +153,7 @@ export class TaskGroups {
|
|
|
152
153
|
rawResponse: _response.rawResponse,
|
|
153
154
|
});
|
|
154
155
|
case "timeout":
|
|
155
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
156
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/add_message/v1/{task_group_id}.");
|
|
156
157
|
case "unknown":
|
|
157
158
|
throw new errors.ChrtError({
|
|
158
159
|
message: _response.error.errorMessage,
|
|
@@ -162,29 +163,29 @@ export class TaskGroups {
|
|
|
162
163
|
});
|
|
163
164
|
}
|
|
164
165
|
/**
|
|
165
|
-
*
|
|
166
|
+
* 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)
|
|
166
167
|
*
|
|
167
168
|
* @param {string} taskGroupId
|
|
168
|
-
* @param {Chrt.
|
|
169
|
+
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
169
170
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
170
171
|
*
|
|
171
172
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
172
173
|
*
|
|
173
174
|
* @example
|
|
174
|
-
* await client.shipping.taskGroups.
|
|
175
|
-
*
|
|
175
|
+
* await client.shipping.taskGroups.attachBillingLedgerPeriodToProviderPayDriverV1("task_group_id", {
|
|
176
|
+
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
176
177
|
* })
|
|
177
178
|
*/
|
|
178
|
-
|
|
179
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
179
|
+
attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
180
|
+
return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions));
|
|
180
181
|
}
|
|
181
|
-
|
|
182
|
+
__attachBillingLedgerPeriodToProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
182
183
|
return __awaiter(this, void 0, void 0, function* () {
|
|
183
184
|
var _a, _b, _c, _d;
|
|
184
185
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
185
186
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
186
|
-
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/
|
|
187
|
-
method: "
|
|
187
|
+
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)}`),
|
|
188
|
+
method: "POST",
|
|
188
189
|
headers: _headers,
|
|
189
190
|
contentType: "application/json",
|
|
190
191
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -217,7 +218,7 @@ export class TaskGroups {
|
|
|
217
218
|
rawResponse: _response.rawResponse,
|
|
218
219
|
});
|
|
219
220
|
case "timeout":
|
|
220
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
221
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_provider_pay_driver/v1/{task_group_id}.");
|
|
221
222
|
case "unknown":
|
|
222
223
|
throw new errors.ChrtError({
|
|
223
224
|
message: _response.error.errorMessage,
|
|
@@ -227,29 +228,29 @@ export class TaskGroups {
|
|
|
227
228
|
});
|
|
228
229
|
}
|
|
229
230
|
/**
|
|
230
|
-
*
|
|
231
|
+
* 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)
|
|
231
232
|
*
|
|
232
233
|
* @param {string} taskGroupId
|
|
233
|
-
* @param {Chrt.
|
|
234
|
+
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
234
235
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
235
236
|
*
|
|
236
237
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
237
238
|
*
|
|
238
239
|
* @example
|
|
239
|
-
* await client.shipping.taskGroups.
|
|
240
|
-
*
|
|
240
|
+
* await client.shipping.taskGroups.attachBillingLedgerPeriodToProviderPayProviderV1("task_group_id", {
|
|
241
|
+
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
241
242
|
* })
|
|
242
243
|
*/
|
|
243
|
-
|
|
244
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
244
|
+
attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions) {
|
|
245
|
+
return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions));
|
|
245
246
|
}
|
|
246
|
-
|
|
247
|
+
__attachBillingLedgerPeriodToProviderPayProviderV1(taskGroupId, request, requestOptions) {
|
|
247
248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
248
249
|
var _a, _b, _c, _d;
|
|
249
250
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
250
251
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
251
|
-
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/
|
|
252
|
-
method: "
|
|
252
|
+
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)}`),
|
|
253
|
+
method: "POST",
|
|
253
254
|
headers: _headers,
|
|
254
255
|
contentType: "application/json",
|
|
255
256
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -282,7 +283,7 @@ export class TaskGroups {
|
|
|
282
283
|
rawResponse: _response.rawResponse,
|
|
283
284
|
});
|
|
284
285
|
case "timeout":
|
|
285
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
286
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_provider_pay_provider/v1/{task_group_id}.");
|
|
286
287
|
case "unknown":
|
|
287
288
|
throw new errors.ChrtError({
|
|
288
289
|
message: _response.error.errorMessage,
|
|
@@ -292,28 +293,34 @@ export class TaskGroups {
|
|
|
292
293
|
});
|
|
293
294
|
}
|
|
294
295
|
/**
|
|
295
|
-
*
|
|
296
|
+
* 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)
|
|
296
297
|
*
|
|
297
298
|
* @param {string} taskGroupId
|
|
299
|
+
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
298
300
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
299
301
|
*
|
|
300
302
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
301
303
|
*
|
|
302
304
|
* @example
|
|
303
|
-
* await client.shipping.taskGroups.
|
|
305
|
+
* await client.shipping.taskGroups.attachBillingLedgerPeriodToShipperPayProviderV1("task_group_id", {
|
|
306
|
+
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
307
|
+
* })
|
|
304
308
|
*/
|
|
305
|
-
|
|
306
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
309
|
+
attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions) {
|
|
310
|
+
return core.HttpResponsePromise.fromPromise(this.__attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions));
|
|
307
311
|
}
|
|
308
|
-
|
|
312
|
+
__attachBillingLedgerPeriodToShipperPayProviderV1(taskGroupId, request, requestOptions) {
|
|
309
313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
310
314
|
var _a, _b, _c, _d;
|
|
311
315
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
312
316
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
313
|
-
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/
|
|
314
|
-
method: "
|
|
317
|
+
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)}`),
|
|
318
|
+
method: "POST",
|
|
315
319
|
headers: _headers,
|
|
320
|
+
contentType: "application/json",
|
|
316
321
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
322
|
+
requestType: "json",
|
|
323
|
+
body: request,
|
|
317
324
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
318
325
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
319
326
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -341,7 +348,7 @@ export class TaskGroups {
|
|
|
341
348
|
rawResponse: _response.rawResponse,
|
|
342
349
|
});
|
|
343
350
|
case "timeout":
|
|
344
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
351
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_billing_ledger_period_to_shipper_pay_provider/v1/{task_group_id}.");
|
|
345
352
|
case "unknown":
|
|
346
353
|
throw new errors.ChrtError({
|
|
347
354
|
message: _response.error.errorMessage,
|
|
@@ -351,27 +358,29 @@ export class TaskGroups {
|
|
|
351
358
|
});
|
|
352
359
|
}
|
|
353
360
|
/**
|
|
354
|
-
*
|
|
361
|
+
* 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)
|
|
355
362
|
*
|
|
356
363
|
* @param {string} taskGroupId
|
|
357
|
-
* @param {Chrt.
|
|
364
|
+
* @param {Chrt.AttachLigToVectorClientReq} request
|
|
358
365
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
359
366
|
*
|
|
360
367
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
361
368
|
*
|
|
362
369
|
* @example
|
|
363
|
-
* await client.shipping.taskGroups.
|
|
370
|
+
* await client.shipping.taskGroups.attachLigToProviderPayDriverV1("task_group_id", {
|
|
371
|
+
* line_item_group_id: "line_item_group_id"
|
|
372
|
+
* })
|
|
364
373
|
*/
|
|
365
|
-
|
|
366
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
374
|
+
attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
375
|
+
return core.HttpResponsePromise.fromPromise(this.__attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions));
|
|
367
376
|
}
|
|
368
|
-
|
|
369
|
-
return __awaiter(this,
|
|
377
|
+
__attachLigToProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
378
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
370
379
|
var _a, _b, _c, _d;
|
|
371
380
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
372
381
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
373
|
-
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/
|
|
374
|
-
method: "
|
|
382
|
+
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)}`),
|
|
383
|
+
method: "POST",
|
|
375
384
|
headers: _headers,
|
|
376
385
|
contentType: "application/json",
|
|
377
386
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -404,7 +413,7 @@ export class TaskGroups {
|
|
|
404
413
|
rawResponse: _response.rawResponse,
|
|
405
414
|
});
|
|
406
415
|
case "timeout":
|
|
407
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
416
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_provider_pay_driver/v1/{task_group_id}.");
|
|
408
417
|
case "unknown":
|
|
409
418
|
throw new errors.ChrtError({
|
|
410
419
|
message: _response.error.errorMessage,
|
|
@@ -414,28 +423,34 @@ export class TaskGroups {
|
|
|
414
423
|
});
|
|
415
424
|
}
|
|
416
425
|
/**
|
|
417
|
-
*
|
|
426
|
+
* 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)
|
|
418
427
|
*
|
|
419
428
|
* @param {string} taskGroupId
|
|
429
|
+
* @param {Chrt.AttachLigToVectorClientReq} request
|
|
420
430
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
421
431
|
*
|
|
422
432
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
423
433
|
*
|
|
424
434
|
* @example
|
|
425
|
-
* await client.shipping.taskGroups.
|
|
435
|
+
* await client.shipping.taskGroups.attachLigToProviderPayProviderV1("task_group_id", {
|
|
436
|
+
* line_item_group_id: "line_item_group_id"
|
|
437
|
+
* })
|
|
426
438
|
*/
|
|
427
|
-
|
|
428
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
439
|
+
attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions) {
|
|
440
|
+
return core.HttpResponsePromise.fromPromise(this.__attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions));
|
|
429
441
|
}
|
|
430
|
-
|
|
442
|
+
__attachLigToProviderPayProviderV1(taskGroupId, request, requestOptions) {
|
|
431
443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
432
444
|
var _a, _b, _c, _d;
|
|
433
445
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
434
446
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
435
|
-
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/
|
|
436
|
-
method: "
|
|
447
|
+
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)}`),
|
|
448
|
+
method: "POST",
|
|
437
449
|
headers: _headers,
|
|
450
|
+
contentType: "application/json",
|
|
438
451
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
452
|
+
requestType: "json",
|
|
453
|
+
body: request,
|
|
439
454
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
440
455
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
441
456
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -463,7 +478,7 @@ export class TaskGroups {
|
|
|
463
478
|
rawResponse: _response.rawResponse,
|
|
464
479
|
});
|
|
465
480
|
case "timeout":
|
|
466
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
481
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_provider_pay_provider/v1/{task_group_id}.");
|
|
467
482
|
case "unknown":
|
|
468
483
|
throw new errors.ChrtError({
|
|
469
484
|
message: _response.error.errorMessage,
|
|
@@ -473,37 +488,29 @@ export class TaskGroups {
|
|
|
473
488
|
});
|
|
474
489
|
}
|
|
475
490
|
/**
|
|
476
|
-
*
|
|
491
|
+
* 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)
|
|
477
492
|
*
|
|
478
493
|
* @param {string} taskGroupId
|
|
479
|
-
* @param {Chrt.
|
|
494
|
+
* @param {Chrt.AttachLigToVectorClientReq} request
|
|
480
495
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
481
496
|
*
|
|
482
497
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
483
498
|
*
|
|
484
499
|
* @example
|
|
485
|
-
* await client.shipping.taskGroups.
|
|
486
|
-
*
|
|
487
|
-
* schema_version: 1,
|
|
488
|
-
* flight_number: "flight_number",
|
|
489
|
-
* provenance: "manual",
|
|
490
|
-
* origin_iata: "origin_iata",
|
|
491
|
-
* destination_iata: "destination_iata",
|
|
492
|
-
* scheduled_departure_utc: "2024-01-15T09:30:00Z",
|
|
493
|
-
* carrier_iata: "carrier_iata"
|
|
494
|
-
* }]
|
|
500
|
+
* await client.shipping.taskGroups.attachLigToShipperPayProviderV1("task_group_id", {
|
|
501
|
+
* line_item_group_id: "line_item_group_id"
|
|
495
502
|
* })
|
|
496
503
|
*/
|
|
497
|
-
|
|
498
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
504
|
+
attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions) {
|
|
505
|
+
return core.HttpResponsePromise.fromPromise(this.__attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions));
|
|
499
506
|
}
|
|
500
|
-
|
|
507
|
+
__attachLigToShipperPayProviderV1(taskGroupId, request, requestOptions) {
|
|
501
508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
502
509
|
var _a, _b, _c, _d;
|
|
503
510
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
504
511
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
505
|
-
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/
|
|
506
|
-
method: "
|
|
512
|
+
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)}`),
|
|
513
|
+
method: "POST",
|
|
507
514
|
headers: _headers,
|
|
508
515
|
contentType: "application/json",
|
|
509
516
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -536,7 +543,7 @@ export class TaskGroups {
|
|
|
536
543
|
rawResponse: _response.rawResponse,
|
|
537
544
|
});
|
|
538
545
|
case "timeout":
|
|
539
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
546
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/attach_lig_to_shipper_pay_provider/v1/{task_group_id}.");
|
|
540
547
|
case "unknown":
|
|
541
548
|
throw new errors.ChrtError({
|
|
542
549
|
message: _response.error.errorMessage,
|
|
@@ -546,34 +553,28 @@ export class TaskGroups {
|
|
|
546
553
|
});
|
|
547
554
|
}
|
|
548
555
|
/**
|
|
549
|
-
*
|
|
556
|
+
* 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)
|
|
550
557
|
*
|
|
551
558
|
* @param {string} taskGroupId
|
|
552
|
-
* @param {Chrt.shipping.AddMessageReq} request
|
|
553
559
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
554
560
|
*
|
|
555
561
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
556
562
|
*
|
|
557
563
|
* @example
|
|
558
|
-
* await client.shipping.taskGroups.
|
|
559
|
-
* message: "message"
|
|
560
|
-
* })
|
|
564
|
+
* await client.shipping.taskGroups.detachBillingLedgerPeriodFromProviderPayDriverV1("task_group_id")
|
|
561
565
|
*/
|
|
562
|
-
|
|
563
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
566
|
+
detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions) {
|
|
567
|
+
return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions));
|
|
564
568
|
}
|
|
565
|
-
|
|
569
|
+
__detachBillingLedgerPeriodFromProviderPayDriverV1(taskGroupId, requestOptions) {
|
|
566
570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
567
571
|
var _a, _b, _c, _d;
|
|
568
572
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
569
573
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
570
|
-
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/
|
|
571
|
-
method: "
|
|
574
|
+
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)}`),
|
|
575
|
+
method: "DELETE",
|
|
572
576
|
headers: _headers,
|
|
573
|
-
contentType: "application/json",
|
|
574
577
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
575
|
-
requestType: "json",
|
|
576
|
-
body: request,
|
|
577
578
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
578
579
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
579
580
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -601,7 +602,7 @@ export class TaskGroups {
|
|
|
601
602
|
rawResponse: _response.rawResponse,
|
|
602
603
|
});
|
|
603
604
|
case "timeout":
|
|
604
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
605
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_provider_pay_driver/v1/{task_group_id}.");
|
|
605
606
|
case "unknown":
|
|
606
607
|
throw new errors.ChrtError({
|
|
607
608
|
message: _response.error.errorMessage,
|
|
@@ -611,34 +612,28 @@ export class TaskGroups {
|
|
|
611
612
|
});
|
|
612
613
|
}
|
|
613
614
|
/**
|
|
614
|
-
*
|
|
615
|
+
* 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)
|
|
615
616
|
*
|
|
616
617
|
* @param {string} taskGroupId
|
|
617
|
-
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
618
618
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
619
619
|
*
|
|
620
620
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
621
621
|
*
|
|
622
622
|
* @example
|
|
623
|
-
* await client.shipping.taskGroups.
|
|
624
|
-
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
625
|
-
* })
|
|
623
|
+
* await client.shipping.taskGroups.detachBillingLedgerPeriodFromProviderPayProviderV1("task_group_id")
|
|
626
624
|
*/
|
|
627
|
-
|
|
628
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
625
|
+
detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions) {
|
|
626
|
+
return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions));
|
|
629
627
|
}
|
|
630
|
-
|
|
628
|
+
__detachBillingLedgerPeriodFromProviderPayProviderV1(taskGroupId, requestOptions) {
|
|
631
629
|
return __awaiter(this, void 0, void 0, function* () {
|
|
632
630
|
var _a, _b, _c, _d;
|
|
633
631
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
634
632
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
635
|
-
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/
|
|
636
|
-
method: "
|
|
633
|
+
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)}`),
|
|
634
|
+
method: "DELETE",
|
|
637
635
|
headers: _headers,
|
|
638
|
-
contentType: "application/json",
|
|
639
636
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
640
|
-
requestType: "json",
|
|
641
|
-
body: request,
|
|
642
637
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
643
638
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
644
639
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -666,7 +661,7 @@ export class TaskGroups {
|
|
|
666
661
|
rawResponse: _response.rawResponse,
|
|
667
662
|
});
|
|
668
663
|
case "timeout":
|
|
669
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
664
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_provider_pay_provider/v1/{task_group_id}.");
|
|
670
665
|
case "unknown":
|
|
671
666
|
throw new errors.ChrtError({
|
|
672
667
|
message: _response.error.errorMessage,
|
|
@@ -676,34 +671,28 @@ export class TaskGroups {
|
|
|
676
671
|
});
|
|
677
672
|
}
|
|
678
673
|
/**
|
|
679
|
-
*
|
|
674
|
+
* 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)
|
|
680
675
|
*
|
|
681
676
|
* @param {string} taskGroupId
|
|
682
|
-
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
683
677
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
684
678
|
*
|
|
685
679
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
686
680
|
*
|
|
687
681
|
* @example
|
|
688
|
-
* await client.shipping.taskGroups.
|
|
689
|
-
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
690
|
-
* })
|
|
682
|
+
* await client.shipping.taskGroups.detachBillingLedgerPeriodFromShipperPayProviderV1("task_group_id")
|
|
691
683
|
*/
|
|
692
|
-
|
|
693
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
684
|
+
detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions) {
|
|
685
|
+
return core.HttpResponsePromise.fromPromise(this.__detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions));
|
|
694
686
|
}
|
|
695
|
-
|
|
687
|
+
__detachBillingLedgerPeriodFromShipperPayProviderV1(taskGroupId, requestOptions) {
|
|
696
688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
697
689
|
var _a, _b, _c, _d;
|
|
698
690
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
699
691
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
700
|
-
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/
|
|
701
|
-
method: "
|
|
692
|
+
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)}`),
|
|
693
|
+
method: "DELETE",
|
|
702
694
|
headers: _headers,
|
|
703
|
-
contentType: "application/json",
|
|
704
695
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
705
|
-
requestType: "json",
|
|
706
|
-
body: request,
|
|
707
696
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
708
697
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
709
698
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -731,7 +720,7 @@ export class TaskGroups {
|
|
|
731
720
|
rawResponse: _response.rawResponse,
|
|
732
721
|
});
|
|
733
722
|
case "timeout":
|
|
734
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
723
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_billing_ledger_period_from_shipper_pay_provider/v1/{task_group_id}.");
|
|
735
724
|
case "unknown":
|
|
736
725
|
throw new errors.ChrtError({
|
|
737
726
|
message: _response.error.errorMessage,
|
|
@@ -741,34 +730,28 @@ export class TaskGroups {
|
|
|
741
730
|
});
|
|
742
731
|
}
|
|
743
732
|
/**
|
|
744
|
-
*
|
|
733
|
+
* 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)
|
|
745
734
|
*
|
|
746
735
|
* @param {string} taskGroupId
|
|
747
|
-
* @param {Chrt.AttachBillingLedgerPeriodReq} request
|
|
748
736
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
749
737
|
*
|
|
750
738
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
751
739
|
*
|
|
752
740
|
* @example
|
|
753
|
-
* await client.shipping.taskGroups.
|
|
754
|
-
* billing_ledger_period_id: "billing_ledger_period_id"
|
|
755
|
-
* })
|
|
741
|
+
* await client.shipping.taskGroups.detachLigFromProviderPayDriverV1("task_group_id")
|
|
756
742
|
*/
|
|
757
|
-
|
|
758
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
743
|
+
detachLigFromProviderPayDriverV1(taskGroupId, requestOptions) {
|
|
744
|
+
return core.HttpResponsePromise.fromPromise(this.__detachLigFromProviderPayDriverV1(taskGroupId, requestOptions));
|
|
759
745
|
}
|
|
760
|
-
|
|
746
|
+
__detachLigFromProviderPayDriverV1(taskGroupId, requestOptions) {
|
|
761
747
|
return __awaiter(this, void 0, void 0, function* () {
|
|
762
748
|
var _a, _b, _c, _d;
|
|
763
749
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
764
750
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
765
|
-
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/
|
|
766
|
-
method: "
|
|
751
|
+
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)}`),
|
|
752
|
+
method: "DELETE",
|
|
767
753
|
headers: _headers,
|
|
768
|
-
contentType: "application/json",
|
|
769
754
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
770
|
-
requestType: "json",
|
|
771
|
-
body: request,
|
|
772
755
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
773
756
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
774
757
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -796,7 +779,7 @@ export class TaskGroups {
|
|
|
796
779
|
rawResponse: _response.rawResponse,
|
|
797
780
|
});
|
|
798
781
|
case "timeout":
|
|
799
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
782
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_provider_pay_driver/v1/{task_group_id}.");
|
|
800
783
|
case "unknown":
|
|
801
784
|
throw new errors.ChrtError({
|
|
802
785
|
message: _response.error.errorMessage,
|
|
@@ -806,7 +789,7 @@ export class TaskGroups {
|
|
|
806
789
|
});
|
|
807
790
|
}
|
|
808
791
|
/**
|
|
809
|
-
*
|
|
792
|
+
* 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)
|
|
810
793
|
*
|
|
811
794
|
* @param {string} taskGroupId
|
|
812
795
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -814,17 +797,17 @@ export class TaskGroups {
|
|
|
814
797
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
815
798
|
*
|
|
816
799
|
* @example
|
|
817
|
-
* await client.shipping.taskGroups.
|
|
800
|
+
* await client.shipping.taskGroups.detachLigFromProviderPayProviderV1("task_group_id")
|
|
818
801
|
*/
|
|
819
|
-
|
|
820
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
802
|
+
detachLigFromProviderPayProviderV1(taskGroupId, requestOptions) {
|
|
803
|
+
return core.HttpResponsePromise.fromPromise(this.__detachLigFromProviderPayProviderV1(taskGroupId, requestOptions));
|
|
821
804
|
}
|
|
822
|
-
|
|
805
|
+
__detachLigFromProviderPayProviderV1(taskGroupId, requestOptions) {
|
|
823
806
|
return __awaiter(this, void 0, void 0, function* () {
|
|
824
807
|
var _a, _b, _c, _d;
|
|
825
808
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
826
809
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
827
|
-
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/
|
|
810
|
+
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)}`),
|
|
828
811
|
method: "DELETE",
|
|
829
812
|
headers: _headers,
|
|
830
813
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -855,7 +838,7 @@ export class TaskGroups {
|
|
|
855
838
|
rawResponse: _response.rawResponse,
|
|
856
839
|
});
|
|
857
840
|
case "timeout":
|
|
858
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/
|
|
841
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_provider_pay_provider/v1/{task_group_id}.");
|
|
859
842
|
case "unknown":
|
|
860
843
|
throw new errors.ChrtError({
|
|
861
844
|
message: _response.error.errorMessage,
|
|
@@ -865,7 +848,7 @@ export class TaskGroups {
|
|
|
865
848
|
});
|
|
866
849
|
}
|
|
867
850
|
/**
|
|
868
|
-
*
|
|
851
|
+
* 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)
|
|
869
852
|
*
|
|
870
853
|
* @param {string} taskGroupId
|
|
871
854
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -873,17 +856,17 @@ export class TaskGroups {
|
|
|
873
856
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
874
857
|
*
|
|
875
858
|
* @example
|
|
876
|
-
* await client.shipping.taskGroups.
|
|
859
|
+
* await client.shipping.taskGroups.detachLigFromShipperPayProviderV1("task_group_id")
|
|
877
860
|
*/
|
|
878
|
-
|
|
879
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
861
|
+
detachLigFromShipperPayProviderV1(taskGroupId, requestOptions) {
|
|
862
|
+
return core.HttpResponsePromise.fromPromise(this.__detachLigFromShipperPayProviderV1(taskGroupId, requestOptions));
|
|
880
863
|
}
|
|
881
|
-
|
|
864
|
+
__detachLigFromShipperPayProviderV1(taskGroupId, requestOptions) {
|
|
882
865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
883
866
|
var _a, _b, _c, _d;
|
|
884
867
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
885
868
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
886
|
-
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/
|
|
869
|
+
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)}`),
|
|
887
870
|
method: "DELETE",
|
|
888
871
|
headers: _headers,
|
|
889
872
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -914,7 +897,7 @@ export class TaskGroups {
|
|
|
914
897
|
rawResponse: _response.rawResponse,
|
|
915
898
|
});
|
|
916
899
|
case "timeout":
|
|
917
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/
|
|
900
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/task_groups/detach_lig_from_shipper_pay_provider/v1/{task_group_id}.");
|
|
918
901
|
case "unknown":
|
|
919
902
|
throw new errors.ChrtError({
|
|
920
903
|
message: _response.error.errorMessage,
|
|
@@ -924,28 +907,34 @@ export class TaskGroups {
|
|
|
924
907
|
});
|
|
925
908
|
}
|
|
926
909
|
/**
|
|
927
|
-
*
|
|
910
|
+
* 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)
|
|
928
911
|
*
|
|
929
912
|
* @param {string} taskGroupId
|
|
913
|
+
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayDriverClientReq} request
|
|
930
914
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
931
915
|
*
|
|
932
916
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
933
917
|
*
|
|
934
918
|
* @example
|
|
935
|
-
* await client.shipping.taskGroups.
|
|
919
|
+
* await client.shipping.taskGroups.quoteForProviderPayDriverV1("task_group_id", {
|
|
920
|
+
* driver_id: "driver_id"
|
|
921
|
+
* })
|
|
936
922
|
*/
|
|
937
|
-
|
|
938
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
923
|
+
quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
924
|
+
return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayDriverV1(taskGroupId, request, requestOptions));
|
|
939
925
|
}
|
|
940
|
-
|
|
926
|
+
__quoteForProviderPayDriverV1(taskGroupId, request, requestOptions) {
|
|
941
927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
942
928
|
var _a, _b, _c, _d;
|
|
943
929
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
944
930
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
945
|
-
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/
|
|
946
|
-
method: "
|
|
931
|
+
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)}`),
|
|
932
|
+
method: "POST",
|
|
947
933
|
headers: _headers,
|
|
934
|
+
contentType: "application/json",
|
|
948
935
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
936
|
+
requestType: "json",
|
|
937
|
+
body: request,
|
|
949
938
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
950
939
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
951
940
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -973,7 +962,7 @@ export class TaskGroups {
|
|
|
973
962
|
rawResponse: _response.rawResponse,
|
|
974
963
|
});
|
|
975
964
|
case "timeout":
|
|
976
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
965
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_provider_pay_driver/v1/{task_group_id}.");
|
|
977
966
|
case "unknown":
|
|
978
967
|
throw new errors.ChrtError({
|
|
979
968
|
message: _response.error.errorMessage,
|
|
@@ -983,28 +972,26 @@ export class TaskGroups {
|
|
|
983
972
|
});
|
|
984
973
|
}
|
|
985
974
|
/**
|
|
986
|
-
*
|
|
975
|
+
* 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)
|
|
987
976
|
*
|
|
988
977
|
* @param {string} taskGroupId
|
|
989
|
-
* @param {Chrt.
|
|
978
|
+
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
|
|
990
979
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
991
980
|
*
|
|
992
981
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
993
982
|
*
|
|
994
983
|
* @example
|
|
995
|
-
* await client.shipping.taskGroups.
|
|
996
|
-
* line_item_group_id: "line_item_group_id"
|
|
997
|
-
* })
|
|
984
|
+
* await client.shipping.taskGroups.quoteForProviderPayProviderV1("task_group_id")
|
|
998
985
|
*/
|
|
999
|
-
|
|
1000
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
986
|
+
quoteForProviderPayProviderV1(taskGroupId, request = {}, requestOptions) {
|
|
987
|
+
return core.HttpResponsePromise.fromPromise(this.__quoteForProviderPayProviderV1(taskGroupId, request, requestOptions));
|
|
1001
988
|
}
|
|
1002
|
-
|
|
1003
|
-
return __awaiter(this,
|
|
989
|
+
__quoteForProviderPayProviderV1(taskGroupId_1) {
|
|
990
|
+
return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
|
|
1004
991
|
var _a, _b, _c, _d;
|
|
1005
992
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1006
993
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1007
|
-
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/
|
|
994
|
+
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)}`),
|
|
1008
995
|
method: "POST",
|
|
1009
996
|
headers: _headers,
|
|
1010
997
|
contentType: "application/json",
|
|
@@ -1038,7 +1025,7 @@ export class TaskGroups {
|
|
|
1038
1025
|
rawResponse: _response.rawResponse,
|
|
1039
1026
|
});
|
|
1040
1027
|
case "timeout":
|
|
1041
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/
|
|
1028
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_provider_pay_provider/v1/{task_group_id}.");
|
|
1042
1029
|
case "unknown":
|
|
1043
1030
|
throw new errors.ChrtError({
|
|
1044
1031
|
message: _response.error.errorMessage,
|
|
@@ -1048,28 +1035,26 @@ export class TaskGroups {
|
|
|
1048
1035
|
});
|
|
1049
1036
|
}
|
|
1050
1037
|
/**
|
|
1051
|
-
*
|
|
1038
|
+
* 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)
|
|
1052
1039
|
*
|
|
1053
1040
|
* @param {string} taskGroupId
|
|
1054
|
-
* @param {Chrt.
|
|
1041
|
+
* @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
|
|
1055
1042
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1056
1043
|
*
|
|
1057
1044
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1058
1045
|
*
|
|
1059
1046
|
* @example
|
|
1060
|
-
* await client.shipping.taskGroups.
|
|
1061
|
-
* line_item_group_id: "line_item_group_id"
|
|
1062
|
-
* })
|
|
1047
|
+
* await client.shipping.taskGroups.quoteForShipperPayProviderV1("task_group_id")
|
|
1063
1048
|
*/
|
|
1064
|
-
|
|
1065
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1049
|
+
quoteForShipperPayProviderV1(taskGroupId, request = {}, requestOptions) {
|
|
1050
|
+
return core.HttpResponsePromise.fromPromise(this.__quoteForShipperPayProviderV1(taskGroupId, request, requestOptions));
|
|
1066
1051
|
}
|
|
1067
|
-
|
|
1068
|
-
return __awaiter(this,
|
|
1052
|
+
__quoteForShipperPayProviderV1(taskGroupId_1) {
|
|
1053
|
+
return __awaiter(this, arguments, void 0, function* (taskGroupId, request = {}, requestOptions) {
|
|
1069
1054
|
var _a, _b, _c, _d;
|
|
1070
1055
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1071
1056
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1072
|
-
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/
|
|
1057
|
+
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)}`),
|
|
1073
1058
|
method: "POST",
|
|
1074
1059
|
headers: _headers,
|
|
1075
1060
|
contentType: "application/json",
|
|
@@ -1103,7 +1088,7 @@ export class TaskGroups {
|
|
|
1103
1088
|
rawResponse: _response.rawResponse,
|
|
1104
1089
|
});
|
|
1105
1090
|
case "timeout":
|
|
1106
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/
|
|
1091
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/task_groups/quote_for_shipper_pay_provider/v1/{task_group_id}.");
|
|
1107
1092
|
case "unknown":
|
|
1108
1093
|
throw new errors.ChrtError({
|
|
1109
1094
|
message: _response.error.errorMessage,
|
|
@@ -1113,34 +1098,28 @@ export class TaskGroups {
|
|
|
1113
1098
|
});
|
|
1114
1099
|
}
|
|
1115
1100
|
/**
|
|
1116
|
-
*
|
|
1101
|
+
* 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)
|
|
1117
1102
|
*
|
|
1118
1103
|
* @param {string} taskGroupId
|
|
1119
|
-
* @param {Chrt.AttachLigToVectorClientReq} request
|
|
1120
1104
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1121
1105
|
*
|
|
1122
1106
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1123
1107
|
*
|
|
1124
1108
|
* @example
|
|
1125
|
-
* await client.shipping.taskGroups.
|
|
1126
|
-
* line_item_group_id: "line_item_group_id"
|
|
1127
|
-
* })
|
|
1109
|
+
* await client.shipping.taskGroups.removeDriverV1("task_group_id")
|
|
1128
1110
|
*/
|
|
1129
|
-
|
|
1130
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1111
|
+
removeDriverV1(taskGroupId, requestOptions) {
|
|
1112
|
+
return core.HttpResponsePromise.fromPromise(this.__removeDriverV1(taskGroupId, requestOptions));
|
|
1131
1113
|
}
|
|
1132
|
-
|
|
1114
|
+
__removeDriverV1(taskGroupId, requestOptions) {
|
|
1133
1115
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1134
1116
|
var _a, _b, _c, _d;
|
|
1135
1117
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1136
1118
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1137
|
-
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/
|
|
1138
|
-
method: "
|
|
1119
|
+
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)}`),
|
|
1120
|
+
method: "PATCH",
|
|
1139
1121
|
headers: _headers,
|
|
1140
|
-
contentType: "application/json",
|
|
1141
1122
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
1142
|
-
requestType: "json",
|
|
1143
|
-
body: request,
|
|
1144
1123
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
1145
1124
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
1146
1125
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -1168,7 +1147,7 @@ export class TaskGroups {
|
|
|
1168
1147
|
rawResponse: _response.rawResponse,
|
|
1169
1148
|
});
|
|
1170
1149
|
case "timeout":
|
|
1171
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1150
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/remove_driver/v1/{task_group_id}.");
|
|
1172
1151
|
case "unknown":
|
|
1173
1152
|
throw new errors.ChrtError({
|
|
1174
1153
|
message: _response.error.errorMessage,
|
|
@@ -1178,7 +1157,7 @@ export class TaskGroups {
|
|
|
1178
1157
|
});
|
|
1179
1158
|
}
|
|
1180
1159
|
/**
|
|
1181
|
-
* Clears the
|
|
1160
|
+
* 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)
|
|
1182
1161
|
*
|
|
1183
1162
|
* @param {string} taskGroupId
|
|
1184
1163
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -1186,18 +1165,18 @@ export class TaskGroups {
|
|
|
1186
1165
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1187
1166
|
*
|
|
1188
1167
|
* @example
|
|
1189
|
-
* await client.shipping.taskGroups.
|
|
1168
|
+
* await client.shipping.taskGroups.removeExecutorV1("task_group_id")
|
|
1190
1169
|
*/
|
|
1191
|
-
|
|
1192
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1170
|
+
removeExecutorV1(taskGroupId, requestOptions) {
|
|
1171
|
+
return core.HttpResponsePromise.fromPromise(this.__removeExecutorV1(taskGroupId, requestOptions));
|
|
1193
1172
|
}
|
|
1194
|
-
|
|
1173
|
+
__removeExecutorV1(taskGroupId, requestOptions) {
|
|
1195
1174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1196
1175
|
var _a, _b, _c, _d;
|
|
1197
1176
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1198
1177
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1199
|
-
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/
|
|
1200
|
-
method: "
|
|
1178
|
+
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)}`),
|
|
1179
|
+
method: "PATCH",
|
|
1201
1180
|
headers: _headers,
|
|
1202
1181
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
1203
1182
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1227,7 +1206,7 @@ export class TaskGroups {
|
|
|
1227
1206
|
rawResponse: _response.rawResponse,
|
|
1228
1207
|
});
|
|
1229
1208
|
case "timeout":
|
|
1230
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1209
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/remove_executor/v1/{task_group_id}.");
|
|
1231
1210
|
case "unknown":
|
|
1232
1211
|
throw new errors.ChrtError({
|
|
1233
1212
|
message: _response.error.errorMessage,
|
|
@@ -1237,28 +1216,42 @@ export class TaskGroups {
|
|
|
1237
1216
|
});
|
|
1238
1217
|
}
|
|
1239
1218
|
/**
|
|
1240
|
-
*
|
|
1219
|
+
* Replaces the ordered list of flights on a task group. | authz_personas=[lig_owner_operators] | (SetFlightInfoReq) -> (bool)
|
|
1241
1220
|
*
|
|
1242
1221
|
* @param {string} taskGroupId
|
|
1222
|
+
* @param {Chrt.SetFlightInfoReq} request
|
|
1243
1223
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1244
1224
|
*
|
|
1245
1225
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1246
1226
|
*
|
|
1247
1227
|
* @example
|
|
1248
|
-
* await client.shipping.taskGroups.
|
|
1228
|
+
* await client.shipping.taskGroups.setFlightInfoV1("task_group_id", {
|
|
1229
|
+
* flight_legs: [{
|
|
1230
|
+
* carrier_iata: "carrier_iata",
|
|
1231
|
+
* destination_iata: "destination_iata",
|
|
1232
|
+
* flight_number: "flight_number",
|
|
1233
|
+
* origin_iata: "origin_iata",
|
|
1234
|
+
* provenance: "manual",
|
|
1235
|
+
* scheduled_departure_utc: "2024-01-15T09:30:00Z",
|
|
1236
|
+
* schema_version: 1
|
|
1237
|
+
* }]
|
|
1238
|
+
* })
|
|
1249
1239
|
*/
|
|
1250
|
-
|
|
1251
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1240
|
+
setFlightInfoV1(taskGroupId, request, requestOptions) {
|
|
1241
|
+
return core.HttpResponsePromise.fromPromise(this.__setFlightInfoV1(taskGroupId, request, requestOptions));
|
|
1252
1242
|
}
|
|
1253
|
-
|
|
1243
|
+
__setFlightInfoV1(taskGroupId, request, requestOptions) {
|
|
1254
1244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1255
1245
|
var _a, _b, _c, _d;
|
|
1256
1246
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1257
1247
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1258
|
-
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/
|
|
1259
|
-
method: "
|
|
1248
|
+
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)}`),
|
|
1249
|
+
method: "PATCH",
|
|
1260
1250
|
headers: _headers,
|
|
1251
|
+
contentType: "application/json",
|
|
1261
1252
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
1253
|
+
requestType: "json",
|
|
1254
|
+
body: request,
|
|
1262
1255
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
1263
1256
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
1264
1257
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -1286,7 +1279,7 @@ export class TaskGroups {
|
|
|
1286
1279
|
rawResponse: _response.rawResponse,
|
|
1287
1280
|
});
|
|
1288
1281
|
case "timeout":
|
|
1289
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1282
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/set_flight_info/v1/{task_group_id}.");
|
|
1290
1283
|
case "unknown":
|
|
1291
1284
|
throw new errors.ChrtError({
|
|
1292
1285
|
message: _response.error.errorMessage,
|
|
@@ -1296,28 +1289,34 @@ export class TaskGroups {
|
|
|
1296
1289
|
});
|
|
1297
1290
|
}
|
|
1298
1291
|
/**
|
|
1299
|
-
*
|
|
1292
|
+
* 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)
|
|
1300
1293
|
*
|
|
1301
1294
|
* @param {string} taskGroupId
|
|
1295
|
+
* @param {Chrt.shipping.SetTaskOrderingReq} request
|
|
1302
1296
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1303
1297
|
*
|
|
1304
1298
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1305
1299
|
*
|
|
1306
1300
|
* @example
|
|
1307
|
-
* await client.shipping.taskGroups.
|
|
1301
|
+
* await client.shipping.taskGroups.setTaskOrderingV1("task_group_id", {
|
|
1302
|
+
* task_ids: ["task_ids"]
|
|
1303
|
+
* })
|
|
1308
1304
|
*/
|
|
1309
|
-
|
|
1310
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1305
|
+
setTaskOrderingV1(taskGroupId, request, requestOptions) {
|
|
1306
|
+
return core.HttpResponsePromise.fromPromise(this.__setTaskOrderingV1(taskGroupId, request, requestOptions));
|
|
1311
1307
|
}
|
|
1312
|
-
|
|
1308
|
+
__setTaskOrderingV1(taskGroupId, request, requestOptions) {
|
|
1313
1309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1314
1310
|
var _a, _b, _c, _d;
|
|
1315
1311
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1316
1312
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1317
|
-
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/
|
|
1318
|
-
method: "
|
|
1313
|
+
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)}`),
|
|
1314
|
+
method: "PUT",
|
|
1319
1315
|
headers: _headers,
|
|
1316
|
+
contentType: "application/json",
|
|
1320
1317
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
1318
|
+
requestType: "json",
|
|
1319
|
+
body: request,
|
|
1321
1320
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
1322
1321
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
1323
1322
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -1345,7 +1344,7 @@ export class TaskGroups {
|
|
|
1345
1344
|
rawResponse: _response.rawResponse,
|
|
1346
1345
|
});
|
|
1347
1346
|
case "timeout":
|
|
1348
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1347
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/task_groups/set_task_ordering/v1/{task_group_id}.");
|
|
1349
1348
|
case "unknown":
|
|
1350
1349
|
throw new errors.ChrtError({
|
|
1351
1350
|
message: _response.error.errorMessage,
|
|
@@ -1355,32 +1354,28 @@ export class TaskGroups {
|
|
|
1355
1354
|
});
|
|
1356
1355
|
}
|
|
1357
1356
|
/**
|
|
1358
|
-
*
|
|
1357
|
+
* 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)
|
|
1359
1358
|
*
|
|
1360
1359
|
* @param {string} taskGroupId
|
|
1361
|
-
* @param {Chrt.shipping.TaskGroupQuoteForShipperPayProviderClientReq} request
|
|
1362
1360
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1363
1361
|
*
|
|
1364
1362
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1365
1363
|
*
|
|
1366
1364
|
* @example
|
|
1367
|
-
* await client.shipping.taskGroups.
|
|
1365
|
+
* await client.shipping.taskGroups.startV1("task_group_id")
|
|
1368
1366
|
*/
|
|
1369
|
-
|
|
1370
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1367
|
+
startV1(taskGroupId, requestOptions) {
|
|
1368
|
+
return core.HttpResponsePromise.fromPromise(this.__startV1(taskGroupId, requestOptions));
|
|
1371
1369
|
}
|
|
1372
|
-
|
|
1373
|
-
return __awaiter(this,
|
|
1370
|
+
__startV1(taskGroupId, requestOptions) {
|
|
1371
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1374
1372
|
var _a, _b, _c, _d;
|
|
1375
1373
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1376
1374
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1377
|
-
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/
|
|
1378
|
-
method: "
|
|
1375
|
+
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)}`),
|
|
1376
|
+
method: "PUT",
|
|
1379
1377
|
headers: _headers,
|
|
1380
|
-
contentType: "application/json",
|
|
1381
1378
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
1382
|
-
requestType: "json",
|
|
1383
|
-
body: request,
|
|
1384
1379
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
1385
1380
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
1386
1381
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -1408,7 +1403,7 @@ export class TaskGroups {
|
|
|
1408
1403
|
rawResponse: _response.rawResponse,
|
|
1409
1404
|
});
|
|
1410
1405
|
case "timeout":
|
|
1411
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1406
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PUT /shipping/task_groups/start/v1/{task_group_id}.");
|
|
1412
1407
|
case "unknown":
|
|
1413
1408
|
throw new errors.ChrtError({
|
|
1414
1409
|
message: _response.error.errorMessage,
|
|
@@ -1418,32 +1413,37 @@ export class TaskGroups {
|
|
|
1418
1413
|
});
|
|
1419
1414
|
}
|
|
1420
1415
|
/**
|
|
1421
|
-
*
|
|
1416
|
+
* 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])
|
|
1422
1417
|
*
|
|
1423
|
-
* @param {
|
|
1424
|
-
* @param {Chrt.shipping.TaskGroupQuoteForProviderPayProviderClientReq} request
|
|
1418
|
+
* @param {Chrt.shipping.TaskGroupsTypeaheadV1Request} request
|
|
1425
1419
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1426
1420
|
*
|
|
1427
1421
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1428
1422
|
*
|
|
1429
1423
|
* @example
|
|
1430
|
-
* await client.shipping.taskGroups.
|
|
1424
|
+
* await client.shipping.taskGroups.typeaheadV1({
|
|
1425
|
+
* query: "query",
|
|
1426
|
+
* limit: 1
|
|
1427
|
+
* })
|
|
1431
1428
|
*/
|
|
1432
|
-
|
|
1433
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1429
|
+
typeaheadV1(request, requestOptions) {
|
|
1430
|
+
return core.HttpResponsePromise.fromPromise(this.__typeaheadV1(request, requestOptions));
|
|
1434
1431
|
}
|
|
1435
|
-
|
|
1436
|
-
return __awaiter(this,
|
|
1437
|
-
var _a, _b, _c, _d;
|
|
1438
|
-
|
|
1439
|
-
const
|
|
1440
|
-
|
|
1441
|
-
|
|
1432
|
+
__typeaheadV1(request, requestOptions) {
|
|
1433
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1434
|
+
var _a, _b, _c, _d, _e;
|
|
1435
|
+
const { query, limit } = request;
|
|
1436
|
+
const _queryParams = {};
|
|
1437
|
+
_queryParams["query"] = query;
|
|
1438
|
+
if (limit !== undefined) {
|
|
1439
|
+
_queryParams["limit"] = (_a = limit === null || limit === void 0 ? void 0 : limit.toString()) !== null && _a !== void 0 ? _a : null;
|
|
1440
|
+
}
|
|
1441
|
+
let _headers = mergeHeaders((_b = this._options) === null || _b === void 0 ? void 0 : _b.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1442
|
+
const _response = yield ((_c = this._options.fetcher) !== null && _c !== void 0 ? _c : core.fetcher)({
|
|
1443
|
+
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"),
|
|
1444
|
+
method: "GET",
|
|
1442
1445
|
headers: _headers,
|
|
1443
|
-
|
|
1444
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
1445
|
-
requestType: "json",
|
|
1446
|
-
body: request,
|
|
1446
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
1447
1447
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
1448
1448
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
1449
1449
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -1471,7 +1471,7 @@ export class TaskGroups {
|
|
|
1471
1471
|
rawResponse: _response.rawResponse,
|
|
1472
1472
|
});
|
|
1473
1473
|
case "timeout":
|
|
1474
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1474
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling GET /shipping/task_groups/typeahead/v1.");
|
|
1475
1475
|
case "unknown":
|
|
1476
1476
|
throw new errors.ChrtError({
|
|
1477
1477
|
message: _response.error.errorMessage,
|
|
@@ -1481,29 +1481,29 @@ export class TaskGroups {
|
|
|
1481
1481
|
});
|
|
1482
1482
|
}
|
|
1483
1483
|
/**
|
|
1484
|
-
*
|
|
1484
|
+
* 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)
|
|
1485
1485
|
*
|
|
1486
1486
|
* @param {string} taskGroupId
|
|
1487
|
-
* @param {Chrt.shipping.
|
|
1487
|
+
* @param {Chrt.shipping.UpdateDriverReq} request
|
|
1488
1488
|
* @param {TaskGroups.RequestOptions} requestOptions - Request-specific configuration.
|
|
1489
1489
|
*
|
|
1490
1490
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
1491
1491
|
*
|
|
1492
1492
|
* @example
|
|
1493
|
-
* await client.shipping.taskGroups.
|
|
1493
|
+
* await client.shipping.taskGroups.updateDriverV1("task_group_id", {
|
|
1494
1494
|
* driver_id: "driver_id"
|
|
1495
1495
|
* })
|
|
1496
1496
|
*/
|
|
1497
|
-
|
|
1498
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
1497
|
+
updateDriverV1(taskGroupId, request, requestOptions) {
|
|
1498
|
+
return core.HttpResponsePromise.fromPromise(this.__updateDriverV1(taskGroupId, request, requestOptions));
|
|
1499
1499
|
}
|
|
1500
|
-
|
|
1500
|
+
__updateDriverV1(taskGroupId, request, requestOptions) {
|
|
1501
1501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1502
1502
|
var _a, _b, _c, _d;
|
|
1503
1503
|
let _headers = mergeHeaders((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
1504
1504
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
1505
|
-
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/
|
|
1506
|
-
method: "
|
|
1505
|
+
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)}`),
|
|
1506
|
+
method: "PATCH",
|
|
1507
1507
|
headers: _headers,
|
|
1508
1508
|
contentType: "application/json",
|
|
1509
1509
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -1536,7 +1536,7 @@ export class TaskGroups {
|
|
|
1536
1536
|
rawResponse: _response.rawResponse,
|
|
1537
1537
|
});
|
|
1538
1538
|
case "timeout":
|
|
1539
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
1539
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/task_groups/update_driver/v1/{task_group_id}.");
|
|
1540
1540
|
case "unknown":
|
|
1541
1541
|
throw new errors.ChrtError({
|
|
1542
1542
|
message: _response.error.errorMessage,
|