@chrt-inc/typescript-sdk 1.318.0 → 1.320.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Client.d.ts +6 -3
- package/dist/cjs/Client.js +12 -7
- package/dist/cjs/api/resources/cargos/client/Client.d.ts +48 -0
- package/dist/cjs/api/resources/cargos/client/Client.js +131 -0
- package/dist/cjs/api/resources/cargos/index.d.ts +1 -0
- package/dist/cjs/{exports.js → api/resources/cargos/index.js} +1 -1
- package/dist/cjs/api/resources/connections/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/connections/client/Client.js +4 -4
- package/dist/cjs/api/resources/courierPayDriverPayouts/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/courierPayDriverPayouts/client/Client.js +2 -2
- package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/courierPayDriverRateSheets/client/Client.js +3 -3
- package/dist/cjs/api/resources/courierPayDriverStatements/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/courierPayDriverStatements/client/Client.js +2 -2
- package/dist/cjs/api/resources/dev/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/dev/client/Client.js +4 -4
- package/dist/cjs/api/resources/drivers/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/drivers/client/Client.js +2 -2
- package/dist/cjs/api/resources/index.d.ts +3 -3
- package/dist/cjs/api/resources/index.js +4 -4
- package/dist/cjs/api/resources/notifications/resources/courier/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/notifications/resources/courier/client/Client.js +2 -2
- package/dist/cjs/api/resources/notifications/resources/shipper/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/notifications/resources/shipper/client/Client.js +2 -2
- package/dist/cjs/api/resources/offChrtShipperOrg/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/offChrtShipperOrg/client/Client.js +3 -3
- package/dist/cjs/api/resources/orderDrafts/client/Client.d.ts +7 -17
- package/dist/cjs/api/resources/orderDrafts/client/Client.js +11 -68
- package/dist/cjs/api/resources/orderDrafts/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/orderDrafts/index.d.ts +1 -1
- package/dist/cjs/api/resources/orderDrafts/index.js +1 -1
- package/dist/cjs/api/resources/orderDrafts/resources/expanded/client/Client.d.ts +55 -0
- package/dist/cjs/api/resources/orderDrafts/resources/expanded/client/Client.js +158 -0
- package/dist/cjs/api/resources/orderDrafts/resources/expanded/client/index.d.ts +2 -0
- package/dist/cjs/{core/exports.js → api/resources/orderDrafts/resources/expanded/client/index.js} +1 -1
- package/dist/cjs/api/resources/orderDrafts/resources/expanded/client/requests/ExpandedListV1Request.d.ts +25 -0
- package/dist/cjs/api/resources/orderDrafts/resources/expanded/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/orderDrafts/resources/expanded/index.d.ts +2 -0
- package/dist/cjs/{core/form-data-utils → api/resources/orderDrafts/resources/expanded}/index.js +2 -4
- package/dist/cjs/api/resources/orderDrafts/resources/expanded/types/ExpandedListV1RequestSortOrder.d.ts +8 -0
- package/dist/cjs/api/resources/orderDrafts/resources/expanded/types/ExpandedListV1RequestSortOrder.js +10 -0
- package/dist/cjs/api/resources/orderDrafts/resources/expanded/types/index.d.ts +1 -0
- package/dist/cjs/{core/file → api/resources/orderDrafts/resources/expanded/types}/index.js +1 -2
- package/dist/cjs/api/resources/orderDrafts/resources/index.d.ts +3 -0
- package/dist/cjs/api/resources/orderDrafts/resources/index.js +4 -1
- package/dist/cjs/api/resources/orgInfoForConnections/resources/courier/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/orgInfoForConnections/resources/courier/client/Client.js +1 -1
- package/dist/cjs/api/resources/orgInfoForConnections/resources/forwarder/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/orgInfoForConnections/resources/forwarder/client/Client.js +1 -1
- package/dist/cjs/api/resources/orgInfoForConnections/resources/shipper/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/orgInfoForConnections/resources/shipper/client/Client.js +1 -1
- package/dist/cjs/api/resources/orgProfiles/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/orgProfiles/client/Client.js +1 -1
- package/dist/cjs/api/resources/orgs/client/Client.d.ts +5 -5
- package/dist/cjs/api/resources/orgs/client/Client.js +5 -5
- package/dist/cjs/api/resources/shipperContactInfo/client/Client.d.ts +36 -23
- package/dist/cjs/api/resources/shipperContactInfo/client/Client.js +94 -35
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/client/Client.js +2 -2
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.js +1 -1
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.js +3 -3
- package/dist/cjs/api/resources/taskArtifactNotifications/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/taskArtifactNotifications/client/Client.js +2 -2
- package/dist/cjs/api/resources/taskArtifacts/client/Client.d.ts +0 -60
- package/dist/cjs/api/resources/taskArtifacts/client/Client.js +0 -246
- package/dist/cjs/api/resources/taskArtifacts/client/index.d.ts +0 -1
- package/dist/cjs/api/resources/taskArtifacts/client/index.js +0 -15
- package/dist/cjs/api/resources/taskArtifacts/resources/images/client/Client.d.ts +0 -31
- package/dist/cjs/api/resources/taskArtifacts/resources/images/client/Client.js +0 -128
- package/dist/cjs/api/resources/taskArtifacts/resources/images/client/index.d.ts +0 -1
- package/dist/cjs/api/resources/taskArtifacts/resources/images/client/index.js +0 -15
- package/dist/cjs/api/resources/taskArtifacts/resources/index.d.ts +0 -1
- package/dist/cjs/api/resources/taskArtifacts/resources/index.js +0 -4
- package/dist/cjs/api/resources/tracking/resources/devices/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/tracking/resources/devices/client/Client.js +3 -3
- package/dist/cjs/api/resources/tracking/resources/sessionByDevice/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/tracking/resources/sessionByDevice/client/Client.js +3 -3
- package/dist/cjs/api/resources/users/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/users/client/Client.js +1 -1
- package/dist/cjs/api/types/ChrtGroundCourierTaskActionEnum1.d.ts +2 -2
- package/dist/cjs/api/types/ChrtGroundCourierTaskActionEnum1.js +1 -1
- package/dist/cjs/api/types/{OrderDraftExpandedRes.d.ts → OrderDraftExpanded.d.ts} +5 -6
- package/dist/cjs/api/types/OrderDraftExpandedListRes.d.ts +1 -4
- package/dist/{esm/api/resources/taskArtifacts/client/requests/TaskArtifactUpdateCommentsReq.mjs → cjs/api/types/OrderDraftSortByEnum.d.ts} +1 -1
- package/dist/cjs/api/types/index.d.ts +2 -3
- package/dist/cjs/api/types/index.js +2 -3
- package/dist/cjs/core/index.d.ts +0 -2
- package/dist/cjs/core/index.js +1 -3
- package/dist/cjs/index.d.ts +0 -1
- package/dist/cjs/index.js +0 -4
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +6 -3
- package/dist/esm/Client.mjs +10 -5
- package/dist/esm/api/resources/cargos/client/Client.d.mts +48 -0
- package/dist/esm/api/resources/cargos/client/Client.mjs +94 -0
- package/dist/esm/api/resources/cargos/index.d.mts +1 -0
- package/dist/esm/api/resources/cargos/index.mjs +1 -0
- package/dist/esm/api/resources/connections/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/connections/client/Client.mjs +4 -4
- package/dist/esm/api/resources/courierPayDriverPayouts/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/courierPayDriverPayouts/client/Client.mjs +2 -2
- package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/courierPayDriverRateSheets/client/Client.mjs +3 -3
- package/dist/esm/api/resources/courierPayDriverStatements/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/courierPayDriverStatements/client/Client.mjs +2 -2
- package/dist/esm/api/resources/dev/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/dev/client/Client.mjs +4 -4
- package/dist/esm/api/resources/drivers/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/drivers/client/Client.mjs +2 -2
- package/dist/esm/api/resources/index.d.mts +3 -3
- package/dist/esm/api/resources/index.mjs +3 -3
- package/dist/esm/api/resources/notifications/resources/courier/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/notifications/resources/courier/client/Client.mjs +2 -2
- package/dist/esm/api/resources/notifications/resources/shipper/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/notifications/resources/shipper/client/Client.mjs +2 -2
- package/dist/esm/api/resources/offChrtShipperOrg/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/offChrtShipperOrg/client/Client.mjs +3 -3
- package/dist/esm/api/resources/orderDrafts/client/Client.d.mts +7 -17
- package/dist/esm/api/resources/orderDrafts/client/Client.mjs +11 -68
- package/dist/esm/api/resources/orderDrafts/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/orderDrafts/index.d.mts +1 -1
- package/dist/esm/api/resources/orderDrafts/index.mjs +1 -1
- package/dist/esm/api/resources/orderDrafts/resources/expanded/client/Client.d.mts +55 -0
- package/dist/esm/api/resources/orderDrafts/resources/expanded/client/Client.mjs +121 -0
- package/dist/esm/api/resources/orderDrafts/resources/expanded/client/index.d.mts +2 -0
- package/dist/esm/api/resources/orderDrafts/resources/expanded/client/index.mjs +1 -0
- package/dist/esm/api/resources/orderDrafts/resources/expanded/client/requests/ExpandedListV1Request.d.mts +25 -0
- package/dist/esm/api/resources/orderDrafts/resources/expanded/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/orderDrafts/resources/expanded/index.d.mts +2 -0
- package/dist/esm/api/resources/orderDrafts/resources/expanded/index.mjs +2 -0
- package/dist/esm/api/resources/orderDrafts/resources/expanded/types/ExpandedListV1RequestSortOrder.d.mts +8 -0
- package/dist/esm/api/resources/orderDrafts/resources/expanded/types/ExpandedListV1RequestSortOrder.mjs +7 -0
- package/dist/esm/api/resources/orderDrafts/resources/expanded/types/index.d.mts +1 -0
- package/dist/esm/api/resources/orderDrafts/resources/expanded/types/index.mjs +1 -0
- package/dist/esm/api/resources/orderDrafts/resources/index.d.mts +3 -0
- package/dist/esm/api/resources/orderDrafts/resources/index.mjs +3 -0
- package/dist/esm/api/resources/orgInfoForConnections/resources/courier/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/orgInfoForConnections/resources/courier/client/Client.mjs +1 -1
- package/dist/esm/api/resources/orgInfoForConnections/resources/forwarder/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/orgInfoForConnections/resources/forwarder/client/Client.mjs +1 -1
- package/dist/esm/api/resources/orgInfoForConnections/resources/shipper/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/orgInfoForConnections/resources/shipper/client/Client.mjs +1 -1
- package/dist/esm/api/resources/orgProfiles/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/orgProfiles/client/Client.mjs +1 -1
- package/dist/esm/api/resources/orgs/client/Client.d.mts +5 -5
- package/dist/esm/api/resources/orgs/client/Client.mjs +5 -5
- package/dist/esm/api/resources/shipperContactInfo/client/Client.d.mts +36 -23
- package/dist/esm/api/resources/shipperContactInfo/client/Client.mjs +94 -35
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/client/Client.mjs +2 -2
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/courier/client/Client.mjs +1 -1
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/shipperPayCourierLineItemGroups/resources/shipper/client/Client.mjs +3 -3
- package/dist/esm/api/resources/taskArtifactNotifications/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/taskArtifactNotifications/client/Client.mjs +2 -2
- package/dist/esm/api/resources/taskArtifacts/client/Client.d.mts +0 -60
- package/dist/esm/api/resources/taskArtifacts/client/Client.mjs +0 -213
- package/dist/esm/api/resources/taskArtifacts/client/index.d.mts +0 -1
- package/dist/esm/api/resources/taskArtifacts/client/index.mjs +1 -1
- package/dist/esm/api/resources/taskArtifacts/resources/images/client/Client.d.mts +0 -31
- package/dist/esm/api/resources/taskArtifacts/resources/images/client/Client.mjs +0 -128
- package/dist/esm/api/resources/taskArtifacts/resources/images/client/index.d.mts +0 -1
- package/dist/esm/api/resources/taskArtifacts/resources/images/client/index.mjs +1 -1
- package/dist/esm/api/resources/taskArtifacts/resources/index.d.mts +0 -1
- package/dist/esm/api/resources/taskArtifacts/resources/index.mjs +0 -1
- package/dist/esm/api/resources/tracking/resources/devices/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/tracking/resources/devices/client/Client.mjs +3 -3
- package/dist/esm/api/resources/tracking/resources/sessionByDevice/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/tracking/resources/sessionByDevice/client/Client.mjs +3 -3
- package/dist/esm/api/resources/users/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/users/client/Client.mjs +1 -1
- package/dist/esm/api/types/ChrtGroundCourierTaskActionEnum1.d.mts +2 -2
- package/dist/esm/api/types/ChrtGroundCourierTaskActionEnum1.mjs +1 -1
- package/dist/esm/api/types/{OrderDraftExpandedRes.d.mts → OrderDraftExpanded.d.mts} +5 -6
- package/dist/esm/api/types/OrderDraftExpandedListRes.d.mts +1 -4
- package/dist/esm/api/types/OrderDraftSortByEnum.d.mts +4 -0
- package/dist/esm/api/types/index.d.mts +2 -3
- package/dist/esm/api/types/index.mjs +2 -3
- package/dist/esm/core/index.d.mts +0 -2
- package/dist/esm/core/index.mjs +0 -2
- package/dist/esm/index.d.mts +0 -1
- package/dist/esm/index.mjs +0 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +208 -396
- package/dist/cjs/api/resources/orderDrafts/client/requests/OrderDraftExpandedListReq.d.ts +0 -21
- package/dist/cjs/api/resources/orderDrafts/client/requests/OrderDraftExpandedReq.d.ts +0 -21
- package/dist/cjs/api/resources/taskArtifacts/client/requests/TaskArtifactAddToTaskReq.d.ts +0 -19
- package/dist/cjs/api/resources/taskArtifacts/client/requests/TaskArtifactUpdateCommentsReq.d.ts +0 -14
- package/dist/cjs/api/resources/taskArtifacts/client/requests/TaskArtifactUpdateCommentsReq.js +0 -5
- package/dist/cjs/api/resources/taskArtifacts/client/requests/index.d.ts +0 -2
- package/dist/cjs/api/resources/taskArtifacts/resources/images/client/requests/BodyPostTaskArtifactsUploadImageV1OortTaskArtifactsImagesUploadV1TaskArtifactIdPost.d.ts +0 -13
- package/dist/cjs/api/resources/taskArtifacts/resources/images/client/requests/BodyPostTaskArtifactsUploadImageV1OortTaskArtifactsImagesUploadV1TaskArtifactIdPost.js +0 -5
- package/dist/cjs/api/resources/taskArtifacts/resources/images/client/requests/index.d.ts +0 -1
- package/dist/cjs/api/types/OrderDraftExpandedRes.js +0 -5
- package/dist/cjs/api/types/TaskDraftExpanded.d.ts +0 -10
- package/dist/cjs/api/types/TaskDraftExpanded.js +0 -5
- package/dist/cjs/api/types/TaskGroupDraftExpanded.d.ts +0 -10
- package/dist/cjs/api/types/TaskGroupDraftExpanded.js +0 -5
- package/dist/cjs/core/exports.d.ts +0 -1
- package/dist/cjs/core/file/exports.d.ts +0 -1
- package/dist/cjs/core/file/exports.js +0 -2
- package/dist/cjs/core/file/file.d.ts +0 -5
- package/dist/cjs/core/file/file.js +0 -203
- package/dist/cjs/core/file/index.d.ts +0 -2
- package/dist/cjs/core/file/types.d.ts +0 -66
- package/dist/cjs/core/file/types.js +0 -2
- package/dist/cjs/core/form-data-utils/FormDataWrapper.d.ts +0 -16
- package/dist/cjs/core/form-data-utils/FormDataWrapper.js +0 -208
- package/dist/cjs/core/form-data-utils/encodeAsFormParameter.d.ts +0 -1
- package/dist/cjs/core/form-data-utils/encodeAsFormParameter.js +0 -12
- package/dist/cjs/core/form-data-utils/index.d.ts +0 -2
- package/dist/cjs/exports.d.ts +0 -1
- package/dist/esm/api/resources/orderDrafts/client/requests/OrderDraftExpandedListReq.d.mts +0 -21
- package/dist/esm/api/resources/orderDrafts/client/requests/OrderDraftExpandedReq.d.mts +0 -21
- package/dist/esm/api/resources/taskArtifacts/client/requests/TaskArtifactAddToTaskReq.d.mts +0 -19
- package/dist/esm/api/resources/taskArtifacts/client/requests/TaskArtifactUpdateCommentsReq.d.mts +0 -14
- package/dist/esm/api/resources/taskArtifacts/client/requests/index.d.mts +0 -2
- package/dist/esm/api/resources/taskArtifacts/resources/images/client/requests/BodyPostTaskArtifactsUploadImageV1OortTaskArtifactsImagesUploadV1TaskArtifactIdPost.d.mts +0 -13
- package/dist/esm/api/resources/taskArtifacts/resources/images/client/requests/BodyPostTaskArtifactsUploadImageV1OortTaskArtifactsImagesUploadV1TaskArtifactIdPost.mjs +0 -4
- package/dist/esm/api/resources/taskArtifacts/resources/images/client/requests/index.d.mts +0 -1
- package/dist/esm/api/types/OrderDraftExpandedRes.mjs +0 -4
- package/dist/esm/api/types/TaskDraftExpanded.d.mts +0 -10
- package/dist/esm/api/types/TaskDraftExpanded.mjs +0 -4
- package/dist/esm/api/types/TaskGroupDraftExpanded.d.mts +0 -10
- package/dist/esm/api/types/TaskGroupDraftExpanded.mjs +0 -4
- package/dist/esm/core/exports.d.mts +0 -1
- package/dist/esm/core/exports.mjs +0 -1
- package/dist/esm/core/file/exports.d.mts +0 -1
- package/dist/esm/core/file/file.d.mts +0 -5
- package/dist/esm/core/file/file.mjs +0 -167
- package/dist/esm/core/file/index.d.mts +0 -2
- package/dist/esm/core/file/index.mjs +0 -2
- package/dist/esm/core/file/types.d.mts +0 -66
- package/dist/esm/core/form-data-utils/FormDataWrapper.d.mts +0 -16
- package/dist/esm/core/form-data-utils/FormDataWrapper.mjs +0 -170
- package/dist/esm/core/form-data-utils/encodeAsFormParameter.d.mts +0 -1
- package/dist/esm/core/form-data-utils/encodeAsFormParameter.mjs +0 -9
- package/dist/esm/core/form-data-utils/index.d.mts +0 -2
- package/dist/esm/core/form-data-utils/index.mjs +0 -2
- package/dist/esm/exports.d.mts +0 -1
- package/dist/esm/exports.mjs +0 -1
- /package/dist/{esm/api/resources/taskArtifacts/client/requests/index.mjs → cjs/api/resources/cargos/client/index.d.ts} +0 -0
- /package/dist/cjs/api/resources/{taskArtifacts/client/requests → cargos/client}/index.js +0 -0
- /package/dist/cjs/api/resources/orderDrafts/{client/requests/OrderDraftExpandedListReq.js → resources/expanded/client/requests/ExpandedListV1Request.js} +0 -0
- /package/dist/cjs/api/resources/{taskArtifacts/resources/images → orderDrafts/resources/expanded}/client/requests/index.js +0 -0
- /package/dist/cjs/api/{resources/orderDrafts/client/requests/OrderDraftExpandedReq.js → types/OrderDraftExpanded.js} +0 -0
- /package/dist/cjs/api/{resources/taskArtifacts/client/requests/TaskArtifactAddToTaskReq.js → types/OrderDraftSortByEnum.js} +0 -0
- /package/dist/esm/api/resources/{taskArtifacts/resources/images/client/requests/index.mjs → cargos/client/index.d.mts} +0 -0
- /package/dist/esm/{core/file/exports.mjs → api/resources/cargos/client/index.mjs} +0 -0
- /package/dist/esm/api/resources/orderDrafts/{client/requests/OrderDraftExpandedListReq.mjs → resources/expanded/client/requests/ExpandedListV1Request.mjs} +0 -0
- /package/dist/esm/{core/file/types.mjs → api/resources/orderDrafts/resources/expanded/client/requests/index.mjs} +0 -0
- /package/dist/esm/api/{resources/orderDrafts/client/requests/OrderDraftExpandedReq.mjs → types/OrderDraftExpanded.mjs} +0 -0
- /package/dist/esm/api/{resources/taskArtifacts/client/requests/TaskArtifactAddToTaskReq.mjs → types/OrderDraftSortByEnum.mjs} +0 -0
|
@@ -56,8 +56,9 @@ export * from "./OffChrtShipperOrg1.mjs";
|
|
|
56
56
|
export * from "./OnboardCourierTaskActionEnum1.mjs";
|
|
57
57
|
export * from "./Order1.mjs";
|
|
58
58
|
export * from "./OrderAndTaskGroupExpandedReq.mjs";
|
|
59
|
+
export * from "./OrderDraftExpanded.mjs";
|
|
59
60
|
export * from "./OrderDraftExpandedListRes.mjs";
|
|
60
|
-
export * from "./
|
|
61
|
+
export * from "./OrderDraftSortByEnum.mjs";
|
|
61
62
|
export * from "./OrderExpanded.mjs";
|
|
62
63
|
export * from "./OrderSortByEnum.mjs";
|
|
63
64
|
export * from "./OrderStatusEnum1.mjs";
|
|
@@ -104,10 +105,8 @@ export * from "./TaskArtifactStatusEnum1.mjs";
|
|
|
104
105
|
export * from "./TaskArtifactTypeEnum1.mjs";
|
|
105
106
|
export * from "./TaskClientCreate1.mjs";
|
|
106
107
|
export * from "./TaskClientUpdate1.mjs";
|
|
107
|
-
export * from "./TaskDraftExpanded.mjs";
|
|
108
108
|
export * from "./TaskExpanded.mjs";
|
|
109
109
|
export * from "./TaskGroup1.mjs";
|
|
110
|
-
export * from "./TaskGroupDraftExpanded.mjs";
|
|
111
110
|
export * from "./TaskGroupExpanded.mjs";
|
|
112
111
|
export * from "./TaskGroupExpandedListRes.mjs";
|
|
113
112
|
export * from "./TaskGroupMessage1.mjs";
|
|
@@ -56,8 +56,9 @@ export * from "./OffChrtShipperOrg1.mjs";
|
|
|
56
56
|
export * from "./OnboardCourierTaskActionEnum1.mjs";
|
|
57
57
|
export * from "./Order1.mjs";
|
|
58
58
|
export * from "./OrderAndTaskGroupExpandedReq.mjs";
|
|
59
|
+
export * from "./OrderDraftExpanded.mjs";
|
|
59
60
|
export * from "./OrderDraftExpandedListRes.mjs";
|
|
60
|
-
export * from "./
|
|
61
|
+
export * from "./OrderDraftSortByEnum.mjs";
|
|
61
62
|
export * from "./OrderExpanded.mjs";
|
|
62
63
|
export * from "./OrderSortByEnum.mjs";
|
|
63
64
|
export * from "./OrderStatusEnum1.mjs";
|
|
@@ -104,10 +105,8 @@ export * from "./TaskArtifactStatusEnum1.mjs";
|
|
|
104
105
|
export * from "./TaskArtifactTypeEnum1.mjs";
|
|
105
106
|
export * from "./TaskClientCreate1.mjs";
|
|
106
107
|
export * from "./TaskClientUpdate1.mjs";
|
|
107
|
-
export * from "./TaskDraftExpanded.mjs";
|
|
108
108
|
export * from "./TaskExpanded.mjs";
|
|
109
109
|
export * from "./TaskGroup1.mjs";
|
|
110
|
-
export * from "./TaskGroupDraftExpanded.mjs";
|
|
111
110
|
export * from "./TaskGroupExpanded.mjs";
|
|
112
111
|
export * from "./TaskGroupExpandedListRes.mjs";
|
|
113
112
|
export * from "./TaskGroupMessage1.mjs";
|
package/dist/esm/core/index.mjs
CHANGED
package/dist/esm/index.d.mts
CHANGED
package/dist/esm/index.mjs
CHANGED
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.320.0";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.
|
|
1
|
+
export const SDK_VERSION = "1.320.0";
|