@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
package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/cargo/client/Client.mjs
CHANGED
|
@@ -29,11 +29,11 @@ export class Cargo {
|
|
|
29
29
|
*
|
|
30
30
|
* @example
|
|
31
31
|
* await client.shipping.orderDrafts.cargo.addV1({
|
|
32
|
-
* order_id: "order_id",
|
|
33
32
|
* cargo: {
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* }
|
|
33
|
+
* cargo_type: "spare_parts",
|
|
34
|
+
* schema_version: 1
|
|
35
|
+
* },
|
|
36
|
+
* order_id: "order_id"
|
|
37
37
|
* })
|
|
38
38
|
*/
|
|
39
39
|
addV1(request, requestOptions) {
|
|
@@ -97,9 +97,9 @@ export class Cargo {
|
|
|
97
97
|
*
|
|
98
98
|
* @example
|
|
99
99
|
* await client.shipping.orderDrafts.cargo.associateWithTaskV1({
|
|
100
|
+
* cargo_id: "cargo_id",
|
|
100
101
|
* order_id: "order_id",
|
|
101
|
-
* task_id: "task_id"
|
|
102
|
-
* cargo_id: "cargo_id"
|
|
102
|
+
* task_id: "task_id"
|
|
103
103
|
* })
|
|
104
104
|
*/
|
|
105
105
|
associateWithTaskV1(request, requestOptions) {
|
|
@@ -154,35 +154,28 @@ export class Cargo {
|
|
|
154
154
|
});
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
|
-
*
|
|
157
|
+
* Deletes a cargo item from a draft order and removes references from associated tasks. | () -> (bool)
|
|
158
158
|
*
|
|
159
|
-
* @param {
|
|
159
|
+
* @param {string} cargoId
|
|
160
160
|
* @param {Cargo.RequestOptions} requestOptions - Request-specific configuration.
|
|
161
161
|
*
|
|
162
162
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
163
163
|
*
|
|
164
164
|
* @example
|
|
165
|
-
* await client.shipping.orderDrafts.cargo.
|
|
166
|
-
* order_id: "order_id",
|
|
167
|
-
* task_id: "task_id",
|
|
168
|
-
* cargo_id: "cargo_id"
|
|
169
|
-
* })
|
|
165
|
+
* await client.shipping.orderDrafts.cargo.deleteV1("cargo_id")
|
|
170
166
|
*/
|
|
171
|
-
|
|
172
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
167
|
+
deleteV1(cargoId, requestOptions) {
|
|
168
|
+
return core.HttpResponsePromise.fromPromise(this.__deleteV1(cargoId, requestOptions));
|
|
173
169
|
}
|
|
174
|
-
|
|
170
|
+
__deleteV1(cargoId, requestOptions) {
|
|
175
171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
176
172
|
var _a, _b, _c, _d;
|
|
177
173
|
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);
|
|
178
174
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
179
|
-
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,
|
|
180
|
-
method: "
|
|
175
|
+
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/order_drafts/cargo/delete/v1/${encodeURIComponent(cargoId)}`),
|
|
176
|
+
method: "DELETE",
|
|
181
177
|
headers: _headers,
|
|
182
|
-
contentType: "application/json",
|
|
183
178
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
184
|
-
requestType: "json",
|
|
185
|
-
body: request,
|
|
186
179
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
187
180
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
188
181
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -210,7 +203,7 @@ export class Cargo {
|
|
|
210
203
|
rawResponse: _response.rawResponse,
|
|
211
204
|
});
|
|
212
205
|
case "timeout":
|
|
213
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
206
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/order_drafts/cargo/delete/v1/{cargo_id}.");
|
|
214
207
|
case "unknown":
|
|
215
208
|
throw new errors.ChrtError({
|
|
216
209
|
message: _response.error.errorMessage,
|
|
@@ -220,29 +213,30 @@ export class Cargo {
|
|
|
220
213
|
});
|
|
221
214
|
}
|
|
222
215
|
/**
|
|
223
|
-
*
|
|
216
|
+
* Removes an existing cargo association from a task in a draft order (e.g. when the wrong cargo was selected). | (OrderDraftUnassociateCargoWithTaskReq) -> (bool)
|
|
224
217
|
*
|
|
225
|
-
* @param {Chrt.shipping.orderDrafts.
|
|
218
|
+
* @param {Chrt.shipping.orderDrafts.OrderDraftUnassociateCargoWithTaskReq} request
|
|
226
219
|
* @param {Cargo.RequestOptions} requestOptions - Request-specific configuration.
|
|
227
220
|
*
|
|
228
221
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
229
222
|
*
|
|
230
223
|
* @example
|
|
231
|
-
* await client.shipping.orderDrafts.cargo.
|
|
224
|
+
* await client.shipping.orderDrafts.cargo.unassociateWithTaskV1({
|
|
232
225
|
* cargo_id: "cargo_id",
|
|
233
|
-
*
|
|
226
|
+
* order_id: "order_id",
|
|
227
|
+
* task_id: "task_id"
|
|
234
228
|
* })
|
|
235
229
|
*/
|
|
236
|
-
|
|
237
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
230
|
+
unassociateWithTaskV1(request, requestOptions) {
|
|
231
|
+
return core.HttpResponsePromise.fromPromise(this.__unassociateWithTaskV1(request, requestOptions));
|
|
238
232
|
}
|
|
239
|
-
|
|
233
|
+
__unassociateWithTaskV1(request, requestOptions) {
|
|
240
234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
241
235
|
var _a, _b, _c, _d;
|
|
242
236
|
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);
|
|
243
237
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
244
|
-
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/order_drafts/cargo/
|
|
245
|
-
method: "
|
|
238
|
+
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/order_drafts/cargo/unassociate_with_task/v1"),
|
|
239
|
+
method: "POST",
|
|
246
240
|
headers: _headers,
|
|
247
241
|
contentType: "application/json",
|
|
248
242
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
@@ -275,7 +269,7 @@ export class Cargo {
|
|
|
275
269
|
rawResponse: _response.rawResponse,
|
|
276
270
|
});
|
|
277
271
|
case "timeout":
|
|
278
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
272
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/order_drafts/cargo/unassociate_with_task/v1.");
|
|
279
273
|
case "unknown":
|
|
280
274
|
throw new errors.ChrtError({
|
|
281
275
|
message: _response.error.errorMessage,
|
|
@@ -285,28 +279,34 @@ export class Cargo {
|
|
|
285
279
|
});
|
|
286
280
|
}
|
|
287
281
|
/**
|
|
288
|
-
*
|
|
282
|
+
* Updates a cargo item in an existing draft order. Validates order is in DRAFT status and owned by caller. | (OrderDraftUpdateCargoReq) -> (PydanticObjectId)
|
|
289
283
|
*
|
|
290
|
-
* @param {
|
|
284
|
+
* @param {Chrt.shipping.orderDrafts.OrderDraftUpdateCargoReq} request
|
|
291
285
|
* @param {Cargo.RequestOptions} requestOptions - Request-specific configuration.
|
|
292
286
|
*
|
|
293
287
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
294
288
|
*
|
|
295
289
|
* @example
|
|
296
|
-
* await client.shipping.orderDrafts.cargo.
|
|
290
|
+
* await client.shipping.orderDrafts.cargo.updateV1({
|
|
291
|
+
* cargo_id: "cargo_id",
|
|
292
|
+
* cargo_update: {}
|
|
293
|
+
* })
|
|
297
294
|
*/
|
|
298
|
-
|
|
299
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
295
|
+
updateV1(request, requestOptions) {
|
|
296
|
+
return core.HttpResponsePromise.fromPromise(this.__updateV1(request, requestOptions));
|
|
300
297
|
}
|
|
301
|
-
|
|
298
|
+
__updateV1(request, requestOptions) {
|
|
302
299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
303
300
|
var _a, _b, _c, _d;
|
|
304
301
|
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);
|
|
305
302
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
306
|
-
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,
|
|
307
|
-
method: "
|
|
303
|
+
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/order_drafts/cargo/update/v1"),
|
|
304
|
+
method: "PATCH",
|
|
308
305
|
headers: _headers,
|
|
306
|
+
contentType: "application/json",
|
|
309
307
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
308
|
+
requestType: "json",
|
|
309
|
+
body: request,
|
|
310
310
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
311
311
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
312
312
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -334,7 +334,7 @@ export class Cargo {
|
|
|
334
334
|
rawResponse: _response.rawResponse,
|
|
335
335
|
});
|
|
336
336
|
case "timeout":
|
|
337
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
337
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/order_drafts/cargo/update/v1.");
|
|
338
338
|
case "unknown":
|
|
339
339
|
throw new errors.ChrtError({
|
|
340
340
|
message: _response.error.errorMessage,
|
|
@@ -5,15 +5,15 @@ import * as Chrt from "../../../../../../../../index.mjs";
|
|
|
5
5
|
/**
|
|
6
6
|
* @example
|
|
7
7
|
* {
|
|
8
|
-
* order_id: "order_id",
|
|
9
8
|
* cargo: {
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
* }
|
|
9
|
+
* cargo_type: "spare_parts",
|
|
10
|
+
* schema_version: 1
|
|
11
|
+
* },
|
|
12
|
+
* order_id: "order_id"
|
|
13
13
|
* }
|
|
14
14
|
*/
|
|
15
15
|
export interface OrderDraftAddCargoReq {
|
|
16
|
-
order_id: string;
|
|
17
16
|
cargo: Chrt.CargoClientCreate1;
|
|
17
|
+
order_id: string;
|
|
18
18
|
order_schedule_template_path_idempotency_key?: string | null;
|
|
19
19
|
}
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* @example
|
|
6
6
|
* {
|
|
7
|
+
* cargo_id: "cargo_id",
|
|
7
8
|
* order_id: "order_id",
|
|
8
|
-
* task_id: "task_id"
|
|
9
|
-
* cargo_id: "cargo_id"
|
|
9
|
+
* task_id: "task_id"
|
|
10
10
|
* }
|
|
11
11
|
*/
|
|
12
12
|
export interface OrderDraftAssociateCargoWithTaskReq {
|
|
13
|
+
cargo_id: string;
|
|
13
14
|
order_id: string;
|
|
14
15
|
task_id: string;
|
|
15
|
-
cargo_id: string;
|
|
16
16
|
}
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* @example
|
|
6
6
|
* {
|
|
7
|
+
* cargo_id: "cargo_id",
|
|
7
8
|
* order_id: "order_id",
|
|
8
|
-
* task_id: "task_id"
|
|
9
|
-
* cargo_id: "cargo_id"
|
|
9
|
+
* task_id: "task_id"
|
|
10
10
|
* }
|
|
11
11
|
*/
|
|
12
12
|
export interface OrderDraftUnassociateCargoWithTaskReq {
|
|
13
|
+
cargo_id: string;
|
|
13
14
|
order_id: string;
|
|
14
15
|
task_id: string;
|
|
15
|
-
cargo_id: string;
|
|
16
16
|
}
|
package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.d.mts
CHANGED
|
@@ -30,20 +30,6 @@ export declare namespace Expanded {
|
|
|
30
30
|
export declare class Expanded {
|
|
31
31
|
protected readonly _options: Expanded.Options;
|
|
32
32
|
constructor(_options?: Expanded.Options);
|
|
33
|
-
/**
|
|
34
|
-
* Fetches a single draft order with optional expanded related data. Any user in the org (with operator+ role) can access it. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpanded)
|
|
35
|
-
*
|
|
36
|
-
* @param {string} orderRef - Order ID, short ID, or off-chrt reference ID
|
|
37
|
-
* @param {Chrt.OrderAndTaskGroupExpandedReq} request
|
|
38
|
-
* @param {Expanded.RequestOptions} requestOptions - Request-specific configuration.
|
|
39
|
-
*
|
|
40
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
41
|
-
*
|
|
42
|
-
* @example
|
|
43
|
-
* await client.shipping.orderDrafts.expanded.retrieveV1("order_ref", {})
|
|
44
|
-
*/
|
|
45
|
-
retrieveV1(orderRef: string, request: Chrt.OrderAndTaskGroupExpandedReq, requestOptions?: Expanded.RequestOptions): core.HttpResponsePromise<Chrt.OrderDraftExpanded>;
|
|
46
|
-
private __retrieveV1;
|
|
47
33
|
/**
|
|
48
34
|
* Lists expanded draft orders for the organization with filtering, sorting, pagination, and optional search. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpandedListRes)
|
|
49
35
|
*
|
|
@@ -70,5 +56,19 @@ export declare class Expanded {
|
|
|
70
56
|
*/
|
|
71
57
|
listV1(request: Chrt.shipping.orderDrafts.ExpandedListV1Request, requestOptions?: Expanded.RequestOptions): core.HttpResponsePromise<Chrt.OrderDraftExpandedListRes>;
|
|
72
58
|
private __listV1;
|
|
59
|
+
/**
|
|
60
|
+
* Fetches a single draft order with optional expanded related data. Any user in the org (with operator+ role) can access it. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpanded)
|
|
61
|
+
*
|
|
62
|
+
* @param {string} orderRef - Order ID, short ID, or off-chrt reference ID
|
|
63
|
+
* @param {Chrt.OrderAndTaskGroupExpandedReq} request
|
|
64
|
+
* @param {Expanded.RequestOptions} requestOptions - Request-specific configuration.
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
67
|
+
*
|
|
68
|
+
* @example
|
|
69
|
+
* await client.shipping.orderDrafts.expanded.retrieveV1("order_ref", {})
|
|
70
|
+
*/
|
|
71
|
+
retrieveV1(orderRef: string, request: Chrt.OrderAndTaskGroupExpandedReq, requestOptions?: Expanded.RequestOptions): core.HttpResponsePromise<Chrt.OrderDraftExpanded>;
|
|
72
|
+
private __retrieveV1;
|
|
73
73
|
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
74
74
|
}
|
package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/expanded/client/Client.mjs
CHANGED
|
@@ -19,69 +19,6 @@ export class Expanded {
|
|
|
19
19
|
constructor(_options = {}) {
|
|
20
20
|
this._options = _options;
|
|
21
21
|
}
|
|
22
|
-
/**
|
|
23
|
-
* Fetches a single draft order with optional expanded related data. Any user in the org (with operator+ role) can access it. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpanded)
|
|
24
|
-
*
|
|
25
|
-
* @param {string} orderRef - Order ID, short ID, or off-chrt reference ID
|
|
26
|
-
* @param {Chrt.OrderAndTaskGroupExpandedReq} request
|
|
27
|
-
* @param {Expanded.RequestOptions} requestOptions - Request-specific configuration.
|
|
28
|
-
*
|
|
29
|
-
* @throws {@link Chrt.UnprocessableEntityError}
|
|
30
|
-
*
|
|
31
|
-
* @example
|
|
32
|
-
* await client.shipping.orderDrafts.expanded.retrieveV1("order_ref", {})
|
|
33
|
-
*/
|
|
34
|
-
retrieveV1(orderRef, request, requestOptions) {
|
|
35
|
-
return core.HttpResponsePromise.fromPromise(this.__retrieveV1(orderRef, request, requestOptions));
|
|
36
|
-
}
|
|
37
|
-
__retrieveV1(orderRef, request, requestOptions) {
|
|
38
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
39
|
-
var _a, _b, _c, _d;
|
|
40
|
-
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);
|
|
41
|
-
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
42
|
-
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/order_drafts/expanded/retrieve/v1/${encodeURIComponent(orderRef)}`),
|
|
43
|
-
method: "POST",
|
|
44
|
-
headers: _headers,
|
|
45
|
-
contentType: "application/json",
|
|
46
|
-
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
47
|
-
requestType: "json",
|
|
48
|
-
body: request,
|
|
49
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
50
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
51
|
-
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
52
|
-
});
|
|
53
|
-
if (_response.ok) {
|
|
54
|
-
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
55
|
-
}
|
|
56
|
-
if (_response.error.reason === "status-code") {
|
|
57
|
-
switch (_response.error.statusCode) {
|
|
58
|
-
case 422:
|
|
59
|
-
throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
60
|
-
default:
|
|
61
|
-
throw new errors.ChrtError({
|
|
62
|
-
statusCode: _response.error.statusCode,
|
|
63
|
-
body: _response.error.body,
|
|
64
|
-
rawResponse: _response.rawResponse,
|
|
65
|
-
});
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
switch (_response.error.reason) {
|
|
69
|
-
case "non-json":
|
|
70
|
-
throw new errors.ChrtError({
|
|
71
|
-
statusCode: _response.error.statusCode,
|
|
72
|
-
body: _response.error.rawBody,
|
|
73
|
-
rawResponse: _response.rawResponse,
|
|
74
|
-
});
|
|
75
|
-
case "timeout":
|
|
76
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/order_drafts/expanded/retrieve/v1/{order_ref}.");
|
|
77
|
-
case "unknown":
|
|
78
|
-
throw new errors.ChrtError({
|
|
79
|
-
message: _response.error.errorMessage,
|
|
80
|
-
rawResponse: _response.rawResponse,
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
|
-
}
|
|
85
22
|
/**
|
|
86
23
|
* Lists expanded draft orders for the organization with filtering, sorting, pagination, and optional search. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpandedListRes)
|
|
87
24
|
*
|
|
@@ -192,6 +129,69 @@ export class Expanded {
|
|
|
192
129
|
}
|
|
193
130
|
});
|
|
194
131
|
}
|
|
132
|
+
/**
|
|
133
|
+
* Fetches a single draft order with optional expanded related data. Any user in the org (with operator+ role) can access it. | (OrderAndTaskGroupExpandedReq) -> (OrderDraftExpanded)
|
|
134
|
+
*
|
|
135
|
+
* @param {string} orderRef - Order ID, short ID, or off-chrt reference ID
|
|
136
|
+
* @param {Chrt.OrderAndTaskGroupExpandedReq} request
|
|
137
|
+
* @param {Expanded.RequestOptions} requestOptions - Request-specific configuration.
|
|
138
|
+
*
|
|
139
|
+
* @throws {@link Chrt.UnprocessableEntityError}
|
|
140
|
+
*
|
|
141
|
+
* @example
|
|
142
|
+
* await client.shipping.orderDrafts.expanded.retrieveV1("order_ref", {})
|
|
143
|
+
*/
|
|
144
|
+
retrieveV1(orderRef, request, requestOptions) {
|
|
145
|
+
return core.HttpResponsePromise.fromPromise(this.__retrieveV1(orderRef, request, requestOptions));
|
|
146
|
+
}
|
|
147
|
+
__retrieveV1(orderRef, request, requestOptions) {
|
|
148
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
149
|
+
var _a, _b, _c, _d;
|
|
150
|
+
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);
|
|
151
|
+
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
152
|
+
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/order_drafts/expanded/retrieve/v1/${encodeURIComponent(orderRef)}`),
|
|
153
|
+
method: "POST",
|
|
154
|
+
headers: _headers,
|
|
155
|
+
contentType: "application/json",
|
|
156
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
157
|
+
requestType: "json",
|
|
158
|
+
body: request,
|
|
159
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
160
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
161
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
162
|
+
});
|
|
163
|
+
if (_response.ok) {
|
|
164
|
+
return { data: _response.body, rawResponse: _response.rawResponse };
|
|
165
|
+
}
|
|
166
|
+
if (_response.error.reason === "status-code") {
|
|
167
|
+
switch (_response.error.statusCode) {
|
|
168
|
+
case 422:
|
|
169
|
+
throw new Chrt.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
170
|
+
default:
|
|
171
|
+
throw new errors.ChrtError({
|
|
172
|
+
statusCode: _response.error.statusCode,
|
|
173
|
+
body: _response.error.body,
|
|
174
|
+
rawResponse: _response.rawResponse,
|
|
175
|
+
});
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
switch (_response.error.reason) {
|
|
179
|
+
case "non-json":
|
|
180
|
+
throw new errors.ChrtError({
|
|
181
|
+
statusCode: _response.error.statusCode,
|
|
182
|
+
body: _response.error.rawBody,
|
|
183
|
+
rawResponse: _response.rawResponse,
|
|
184
|
+
});
|
|
185
|
+
case "timeout":
|
|
186
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling POST /shipping/order_drafts/expanded/retrieve/v1/{order_ref}.");
|
|
187
|
+
case "unknown":
|
|
188
|
+
throw new errors.ChrtError({
|
|
189
|
+
message: _response.error.errorMessage,
|
|
190
|
+
rawResponse: _response.rawResponse,
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
});
|
|
194
|
+
}
|
|
195
195
|
_getAuthorizationHeader() {
|
|
196
196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
197
197
|
const bearer = yield core.Supplier.get(this._options.token);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export * as agentic from "./agentic/index.mjs";
|
|
2
2
|
export * from "./agentic/types/index.mjs";
|
|
3
|
-
export * as taskGroup from "./taskGroup/index.mjs";
|
|
4
|
-
export * as task from "./task/index.mjs";
|
|
5
|
-
export * as taskArtifact from "./taskArtifact/index.mjs";
|
|
6
3
|
export * as cargo from "./cargo/index.mjs";
|
|
7
4
|
export * as expanded from "./expanded/index.mjs";
|
|
8
|
-
export * from "./
|
|
9
|
-
export * from "./
|
|
10
|
-
export * from "./
|
|
5
|
+
export * as task from "./task/index.mjs";
|
|
6
|
+
export * as taskArtifact from "./taskArtifact/index.mjs";
|
|
7
|
+
export * as taskGroup from "./taskGroup/index.mjs";
|
|
11
8
|
export * from "./cargo/client/requests/index.mjs";
|
|
12
9
|
export * from "./expanded/client/requests/index.mjs";
|
|
10
|
+
export * from "./task/client/requests/index.mjs";
|
|
11
|
+
export * from "./taskArtifact/client/requests/index.mjs";
|
|
12
|
+
export * from "./taskGroup/client/requests/index.mjs";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export * as agentic from "./agentic/index.mjs";
|
|
2
2
|
export * from "./agentic/types/index.mjs";
|
|
3
|
-
export * as taskGroup from "./taskGroup/index.mjs";
|
|
4
|
-
export * as task from "./task/index.mjs";
|
|
5
|
-
export * as taskArtifact from "./taskArtifact/index.mjs";
|
|
6
3
|
export * as cargo from "./cargo/index.mjs";
|
|
7
4
|
export * as expanded from "./expanded/index.mjs";
|
|
8
|
-
export * from "./
|
|
9
|
-
export * from "./
|
|
10
|
-
export * from "./
|
|
5
|
+
export * as task from "./task/index.mjs";
|
|
6
|
+
export * as taskArtifact from "./taskArtifact/index.mjs";
|
|
7
|
+
export * as taskGroup from "./taskGroup/index.mjs";
|
|
11
8
|
export * from "./cargo/client/requests/index.mjs";
|
|
12
9
|
export * from "./expanded/client/requests/index.mjs";
|
|
10
|
+
export * from "./task/client/requests/index.mjs";
|
|
11
|
+
export * from "./taskArtifact/client/requests/index.mjs";
|
|
12
|
+
export * from "./taskGroup/client/requests/index.mjs";
|
package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.d.mts
CHANGED
|
@@ -40,42 +40,42 @@ export declare class Task {
|
|
|
40
40
|
*
|
|
41
41
|
* @example
|
|
42
42
|
* await client.shipping.orderDrafts.task.addV1({
|
|
43
|
-
* task_group_id: "task_group_id",
|
|
44
43
|
* task: {
|
|
45
44
|
* schema_version: 1
|
|
46
|
-
* }
|
|
45
|
+
* },
|
|
46
|
+
* task_group_id: "task_group_id"
|
|
47
47
|
* })
|
|
48
48
|
*/
|
|
49
49
|
addV1(request: Chrt.shipping.orderDrafts.OrderDraftAddTaskReqV1, requestOptions?: Task.RequestOptions): core.HttpResponsePromise<string>;
|
|
50
50
|
private __addV1;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* Deletes a task from a draft order, including all task artifacts. Cargo is preserved. Task is removed from task group. | authz_personas=[draft_creator_org_operator] | () -> (bool)
|
|
53
53
|
*
|
|
54
|
-
* @param {
|
|
54
|
+
* @param {string} taskId
|
|
55
55
|
* @param {Task.RequestOptions} requestOptions - Request-specific configuration.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
58
58
|
*
|
|
59
59
|
* @example
|
|
60
|
-
* await client.shipping.orderDrafts.task.
|
|
61
|
-
* task_id: "task_id",
|
|
62
|
-
* task_update: {}
|
|
63
|
-
* })
|
|
60
|
+
* await client.shipping.orderDrafts.task.deleteV1("task_id")
|
|
64
61
|
*/
|
|
65
|
-
|
|
66
|
-
private
|
|
62
|
+
deleteV1(taskId: string, requestOptions?: Task.RequestOptions): core.HttpResponsePromise<boolean>;
|
|
63
|
+
private __deleteV1;
|
|
67
64
|
/**
|
|
68
|
-
*
|
|
65
|
+
* Updates a task in an existing draft order. | authz_personas=[draft_creator_org_operator] | (OrderDraftUpdateTaskReq) -> (PydanticObjectId)
|
|
69
66
|
*
|
|
70
|
-
* @param {
|
|
67
|
+
* @param {Chrt.shipping.orderDrafts.OrderDraftUpdateTaskReq} request
|
|
71
68
|
* @param {Task.RequestOptions} requestOptions - Request-specific configuration.
|
|
72
69
|
*
|
|
73
70
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
74
71
|
*
|
|
75
72
|
* @example
|
|
76
|
-
* await client.shipping.orderDrafts.task.
|
|
73
|
+
* await client.shipping.orderDrafts.task.updateV1({
|
|
74
|
+
* task_id: "task_id",
|
|
75
|
+
* task_update: {}
|
|
76
|
+
* })
|
|
77
77
|
*/
|
|
78
|
-
|
|
79
|
-
private
|
|
78
|
+
updateV1(request: Chrt.shipping.orderDrafts.OrderDraftUpdateTaskReq, requestOptions?: Task.RequestOptions): core.HttpResponsePromise<string>;
|
|
79
|
+
private __updateV1;
|
|
80
80
|
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
81
81
|
}
|
package/dist/esm/api/resources/shipping/resources/orderDrafts/resources/task/client/Client.mjs
CHANGED
|
@@ -29,10 +29,10 @@ export class Task {
|
|
|
29
29
|
*
|
|
30
30
|
* @example
|
|
31
31
|
* await client.shipping.orderDrafts.task.addV1({
|
|
32
|
-
* task_group_id: "task_group_id",
|
|
33
32
|
* task: {
|
|
34
33
|
* schema_version: 1
|
|
35
|
-
* }
|
|
34
|
+
* },
|
|
35
|
+
* task_group_id: "task_group_id"
|
|
36
36
|
* })
|
|
37
37
|
*/
|
|
38
38
|
addV1(request, requestOptions) {
|
|
@@ -87,34 +87,28 @@ export class Task {
|
|
|
87
87
|
});
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
|
-
*
|
|
90
|
+
* Deletes a task from a draft order, including all task artifacts. Cargo is preserved. Task is removed from task group. | authz_personas=[draft_creator_org_operator] | () -> (bool)
|
|
91
91
|
*
|
|
92
|
-
* @param {
|
|
92
|
+
* @param {string} taskId
|
|
93
93
|
* @param {Task.RequestOptions} requestOptions - Request-specific configuration.
|
|
94
94
|
*
|
|
95
95
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
96
96
|
*
|
|
97
97
|
* @example
|
|
98
|
-
* await client.shipping.orderDrafts.task.
|
|
99
|
-
* task_id: "task_id",
|
|
100
|
-
* task_update: {}
|
|
101
|
-
* })
|
|
98
|
+
* await client.shipping.orderDrafts.task.deleteV1("task_id")
|
|
102
99
|
*/
|
|
103
|
-
|
|
104
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
100
|
+
deleteV1(taskId, requestOptions) {
|
|
101
|
+
return core.HttpResponsePromise.fromPromise(this.__deleteV1(taskId, requestOptions));
|
|
105
102
|
}
|
|
106
|
-
|
|
103
|
+
__deleteV1(taskId, requestOptions) {
|
|
107
104
|
return __awaiter(this, void 0, void 0, function* () {
|
|
108
105
|
var _a, _b, _c, _d;
|
|
109
106
|
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);
|
|
110
107
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
111
|
-
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,
|
|
112
|
-
method: "
|
|
108
|
+
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/order_drafts/task/delete/v1/${encodeURIComponent(taskId)}`),
|
|
109
|
+
method: "DELETE",
|
|
113
110
|
headers: _headers,
|
|
114
|
-
contentType: "application/json",
|
|
115
111
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
116
|
-
requestType: "json",
|
|
117
|
-
body: request,
|
|
118
112
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
119
113
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
120
114
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -142,7 +136,7 @@ export class Task {
|
|
|
142
136
|
rawResponse: _response.rawResponse,
|
|
143
137
|
});
|
|
144
138
|
case "timeout":
|
|
145
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
139
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling DELETE /shipping/order_drafts/task/delete/v1/{task_id}.");
|
|
146
140
|
case "unknown":
|
|
147
141
|
throw new errors.ChrtError({
|
|
148
142
|
message: _response.error.errorMessage,
|
|
@@ -152,28 +146,34 @@ export class Task {
|
|
|
152
146
|
});
|
|
153
147
|
}
|
|
154
148
|
/**
|
|
155
|
-
*
|
|
149
|
+
* Updates a task in an existing draft order. | authz_personas=[draft_creator_org_operator] | (OrderDraftUpdateTaskReq) -> (PydanticObjectId)
|
|
156
150
|
*
|
|
157
|
-
* @param {
|
|
151
|
+
* @param {Chrt.shipping.orderDrafts.OrderDraftUpdateTaskReq} request
|
|
158
152
|
* @param {Task.RequestOptions} requestOptions - Request-specific configuration.
|
|
159
153
|
*
|
|
160
154
|
* @throws {@link Chrt.UnprocessableEntityError}
|
|
161
155
|
*
|
|
162
156
|
* @example
|
|
163
|
-
* await client.shipping.orderDrafts.task.
|
|
157
|
+
* await client.shipping.orderDrafts.task.updateV1({
|
|
158
|
+
* task_id: "task_id",
|
|
159
|
+
* task_update: {}
|
|
160
|
+
* })
|
|
164
161
|
*/
|
|
165
|
-
|
|
166
|
-
return core.HttpResponsePromise.fromPromise(this.
|
|
162
|
+
updateV1(request, requestOptions) {
|
|
163
|
+
return core.HttpResponsePromise.fromPromise(this.__updateV1(request, requestOptions));
|
|
167
164
|
}
|
|
168
|
-
|
|
165
|
+
__updateV1(request, requestOptions) {
|
|
169
166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
170
167
|
var _a, _b, _c, _d;
|
|
171
168
|
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);
|
|
172
169
|
const _response = yield ((_b = this._options.fetcher) !== null && _b !== void 0 ? _b : core.fetcher)({
|
|
173
|
-
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,
|
|
174
|
-
method: "
|
|
170
|
+
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/order_drafts/task/update/v1"),
|
|
171
|
+
method: "PATCH",
|
|
175
172
|
headers: _headers,
|
|
173
|
+
contentType: "application/json",
|
|
176
174
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
175
|
+
requestType: "json",
|
|
176
|
+
body: request,
|
|
177
177
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
178
178
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
179
179
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
@@ -201,7 +201,7 @@ export class Task {
|
|
|
201
201
|
rawResponse: _response.rawResponse,
|
|
202
202
|
});
|
|
203
203
|
case "timeout":
|
|
204
|
-
throw new errors.ChrtTimeoutError("Timeout exceeded when calling
|
|
204
|
+
throw new errors.ChrtTimeoutError("Timeout exceeded when calling PATCH /shipping/order_drafts/task/update/v1.");
|
|
205
205
|
case "unknown":
|
|
206
206
|
throw new errors.ChrtError({
|
|
207
207
|
message: _response.error.errorMessage,
|