@keystrokehq/shippo 0.1.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 +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-address.cjs +65 -0
- package/dist/actions/create-address.cjs.map +1 -0
- package/dist/actions/create-address.d.cts +9 -0
- package/dist/actions/create-address.d.cts.map +1 -0
- package/dist/actions/create-address.d.mts +9 -0
- package/dist/actions/create-address.d.mts.map +1 -0
- package/dist/actions/create-address.mjs +64 -0
- package/dist/actions/create-address.mjs.map +1 -0
- package/dist/actions/create-batch.cjs +76 -0
- package/dist/actions/create-batch.cjs.map +1 -0
- package/dist/actions/create-batch.d.cts +9 -0
- package/dist/actions/create-batch.d.cts.map +1 -0
- package/dist/actions/create-batch.d.mts +9 -0
- package/dist/actions/create-batch.d.mts.map +1 -0
- package/dist/actions/create-batch.mjs +75 -0
- package/dist/actions/create-batch.mjs.map +1 -0
- package/dist/actions/create-carrier-account.cjs +80 -0
- package/dist/actions/create-carrier-account.cjs.map +1 -0
- package/dist/actions/create-carrier-account.d.cts +9 -0
- package/dist/actions/create-carrier-account.d.cts.map +1 -0
- package/dist/actions/create-carrier-account.d.mts +9 -0
- package/dist/actions/create-carrier-account.d.mts.map +1 -0
- package/dist/actions/create-carrier-account.mjs +79 -0
- package/dist/actions/create-carrier-account.mjs.map +1 -0
- package/dist/actions/create-customs-item.cjs +47 -0
- package/dist/actions/create-customs-item.cjs.map +1 -0
- package/dist/actions/create-customs-item.d.cts +9 -0
- package/dist/actions/create-customs-item.d.cts.map +1 -0
- package/dist/actions/create-customs-item.d.mts +9 -0
- package/dist/actions/create-customs-item.d.mts.map +1 -0
- package/dist/actions/create-customs-item.mjs +44 -0
- package/dist/actions/create-customs-item.mjs.map +1 -0
- package/dist/actions/create-live-rate.cjs +75 -0
- package/dist/actions/create-live-rate.cjs.map +1 -0
- package/dist/actions/create-live-rate.d.cts +9 -0
- package/dist/actions/create-live-rate.d.cts.map +1 -0
- package/dist/actions/create-live-rate.d.mts +9 -0
- package/dist/actions/create-live-rate.d.mts.map +1 -0
- package/dist/actions/create-live-rate.mjs +74 -0
- package/dist/actions/create-live-rate.mjs.map +1 -0
- package/dist/actions/create-manifest.cjs +38 -0
- package/dist/actions/create-manifest.cjs.map +1 -0
- package/dist/actions/create-manifest.d.cts +9 -0
- package/dist/actions/create-manifest.d.cts.map +1 -0
- package/dist/actions/create-manifest.d.mts +9 -0
- package/dist/actions/create-manifest.d.mts.map +1 -0
- package/dist/actions/create-manifest.mjs +37 -0
- package/dist/actions/create-manifest.mjs.map +1 -0
- package/dist/actions/create-merchant-address.cjs +61 -0
- package/dist/actions/create-merchant-address.cjs.map +1 -0
- package/dist/actions/create-merchant-address.d.cts +9 -0
- package/dist/actions/create-merchant-address.d.cts.map +1 -0
- package/dist/actions/create-merchant-address.d.mts +9 -0
- package/dist/actions/create-merchant-address.d.mts.map +1 -0
- package/dist/actions/create-merchant-address.mjs +60 -0
- package/dist/actions/create-merchant-address.mjs.map +1 -0
- package/dist/actions/create-merchant-batch.cjs +88 -0
- package/dist/actions/create-merchant-batch.cjs.map +1 -0
- package/dist/actions/create-merchant-batch.d.cts +9 -0
- package/dist/actions/create-merchant-batch.d.cts.map +1 -0
- package/dist/actions/create-merchant-batch.d.mts +9 -0
- package/dist/actions/create-merchant-batch.d.mts.map +1 -0
- package/dist/actions/create-merchant-batch.mjs +87 -0
- package/dist/actions/create-merchant-batch.mjs.map +1 -0
- package/dist/actions/create-merchant-carrier-account.cjs +82 -0
- package/dist/actions/create-merchant-carrier-account.cjs.map +1 -0
- package/dist/actions/create-merchant-carrier-account.d.cts +9 -0
- package/dist/actions/create-merchant-carrier-account.d.cts.map +1 -0
- package/dist/actions/create-merchant-carrier-account.d.mts +9 -0
- package/dist/actions/create-merchant-carrier-account.d.mts.map +1 -0
- package/dist/actions/create-merchant-carrier-account.mjs +81 -0
- package/dist/actions/create-merchant-carrier-account.mjs.map +1 -0
- package/dist/actions/create-merchant-customs-declaration.cjs +93 -0
- package/dist/actions/create-merchant-customs-declaration.cjs.map +1 -0
- package/dist/actions/create-merchant-customs-declaration.d.cts +9 -0
- package/dist/actions/create-merchant-customs-declaration.d.cts.map +1 -0
- package/dist/actions/create-merchant-customs-declaration.d.mts +9 -0
- package/dist/actions/create-merchant-customs-declaration.d.mts.map +1 -0
- package/dist/actions/create-merchant-customs-declaration.mjs +92 -0
- package/dist/actions/create-merchant-customs-declaration.mjs.map +1 -0
- package/dist/actions/create-merchant-customs-item.cjs +60 -0
- package/dist/actions/create-merchant-customs-item.cjs.map +1 -0
- package/dist/actions/create-merchant-customs-item.d.cts +9 -0
- package/dist/actions/create-merchant-customs-item.d.cts.map +1 -0
- package/dist/actions/create-merchant-customs-item.d.mts +9 -0
- package/dist/actions/create-merchant-customs-item.d.mts.map +1 -0
- package/dist/actions/create-merchant-customs-item.mjs +59 -0
- package/dist/actions/create-merchant-customs-item.mjs.map +1 -0
- package/dist/actions/create-merchant-order.cjs +120 -0
- package/dist/actions/create-merchant-order.cjs.map +1 -0
- package/dist/actions/create-merchant-order.d.cts +9 -0
- package/dist/actions/create-merchant-order.d.cts.map +1 -0
- package/dist/actions/create-merchant-order.d.mts +9 -0
- package/dist/actions/create-merchant-order.d.mts.map +1 -0
- package/dist/actions/create-merchant-order.mjs +119 -0
- package/dist/actions/create-merchant-order.mjs.map +1 -0
- package/dist/actions/create-merchant-parcel.cjs +156 -0
- package/dist/actions/create-merchant-parcel.cjs.map +1 -0
- package/dist/actions/create-merchant-parcel.d.cts +9 -0
- package/dist/actions/create-merchant-parcel.d.cts.map +1 -0
- package/dist/actions/create-merchant-parcel.d.mts +9 -0
- package/dist/actions/create-merchant-parcel.d.mts.map +1 -0
- package/dist/actions/create-merchant-parcel.mjs +155 -0
- package/dist/actions/create-merchant-parcel.mjs.map +1 -0
- package/dist/actions/create-merchant-refund.cjs +35 -0
- package/dist/actions/create-merchant-refund.cjs.map +1 -0
- package/dist/actions/create-merchant-refund.d.cts +9 -0
- package/dist/actions/create-merchant-refund.d.cts.map +1 -0
- package/dist/actions/create-merchant-refund.d.mts +9 -0
- package/dist/actions/create-merchant-refund.d.mts.map +1 -0
- package/dist/actions/create-merchant-refund.mjs +34 -0
- package/dist/actions/create-merchant-refund.mjs.map +1 -0
- package/dist/actions/create-merchant-shipment.cjs +182 -0
- package/dist/actions/create-merchant-shipment.cjs.map +1 -0
- package/dist/actions/create-merchant-shipment.d.cts +9 -0
- package/dist/actions/create-merchant-shipment.d.cts.map +1 -0
- package/dist/actions/create-merchant-shipment.d.mts +9 -0
- package/dist/actions/create-merchant-shipment.d.mts.map +1 -0
- package/dist/actions/create-merchant-shipment.mjs +181 -0
- package/dist/actions/create-merchant-shipment.mjs.map +1 -0
- package/dist/actions/create-merchant-transaction.cjs +65 -0
- package/dist/actions/create-merchant-transaction.cjs.map +1 -0
- package/dist/actions/create-merchant-transaction.d.cts +9 -0
- package/dist/actions/create-merchant-transaction.d.cts.map +1 -0
- package/dist/actions/create-merchant-transaction.d.mts +9 -0
- package/dist/actions/create-merchant-transaction.d.mts.map +1 -0
- package/dist/actions/create-merchant-transaction.mjs +64 -0
- package/dist/actions/create-merchant-transaction.mjs.map +1 -0
- package/dist/actions/create-order.cjs +129 -0
- package/dist/actions/create-order.cjs.map +1 -0
- package/dist/actions/create-order.d.cts +9 -0
- package/dist/actions/create-order.d.cts.map +1 -0
- package/dist/actions/create-order.d.mts +9 -0
- package/dist/actions/create-order.d.mts.map +1 -0
- package/dist/actions/create-order.mjs +128 -0
- package/dist/actions/create-order.mjs.map +1 -0
- package/dist/actions/create-parcel.cjs +82 -0
- package/dist/actions/create-parcel.cjs.map +1 -0
- package/dist/actions/create-parcel.d.cts +9 -0
- package/dist/actions/create-parcel.d.cts.map +1 -0
- package/dist/actions/create-parcel.d.mts +9 -0
- package/dist/actions/create-parcel.d.mts.map +1 -0
- package/dist/actions/create-parcel.mjs +81 -0
- package/dist/actions/create-parcel.mjs.map +1 -0
- package/dist/actions/create-refund.cjs +34 -0
- package/dist/actions/create-refund.cjs.map +1 -0
- package/dist/actions/create-refund.d.cts +9 -0
- package/dist/actions/create-refund.d.cts.map +1 -0
- package/dist/actions/create-refund.d.mts +9 -0
- package/dist/actions/create-refund.d.mts.map +1 -0
- package/dist/actions/create-refund.mjs +33 -0
- package/dist/actions/create-refund.mjs.map +1 -0
- package/dist/actions/create-service-group.cjs +50 -0
- package/dist/actions/create-service-group.cjs.map +1 -0
- package/dist/actions/create-service-group.d.cts +9 -0
- package/dist/actions/create-service-group.d.cts.map +1 -0
- package/dist/actions/create-service-group.d.mts +9 -0
- package/dist/actions/create-service-group.d.mts.map +1 -0
- package/dist/actions/create-service-group.mjs +49 -0
- package/dist/actions/create-service-group.mjs.map +1 -0
- package/dist/actions/create-shipment.cjs +148 -0
- package/dist/actions/create-shipment.cjs.map +1 -0
- package/dist/actions/create-shipment.d.cts +9 -0
- package/dist/actions/create-shipment.d.cts.map +1 -0
- package/dist/actions/create-shipment.d.mts +9 -0
- package/dist/actions/create-shipment.d.mts.map +1 -0
- package/dist/actions/create-shipment.mjs +147 -0
- package/dist/actions/create-shipment.mjs.map +1 -0
- package/dist/actions/create-track.cjs +60 -0
- package/dist/actions/create-track.cjs.map +1 -0
- package/dist/actions/create-track.d.cts +9 -0
- package/dist/actions/create-track.d.cts.map +1 -0
- package/dist/actions/create-track.d.mts +9 -0
- package/dist/actions/create-track.d.mts.map +1 -0
- package/dist/actions/create-track.mjs +59 -0
- package/dist/actions/create-track.mjs.map +1 -0
- package/dist/actions/create-transaction.cjs +62 -0
- package/dist/actions/create-transaction.cjs.map +1 -0
- package/dist/actions/create-transaction.d.cts +9 -0
- package/dist/actions/create-transaction.d.cts.map +1 -0
- package/dist/actions/create-transaction.d.mts +9 -0
- package/dist/actions/create-transaction.d.mts.map +1 -0
- package/dist/actions/create-transaction.mjs +61 -0
- package/dist/actions/create-transaction.mjs.map +1 -0
- package/dist/actions/create-user-parcel-template.cjs +44 -0
- package/dist/actions/create-user-parcel-template.cjs.map +1 -0
- package/dist/actions/create-user-parcel-template.d.cts +9 -0
- package/dist/actions/create-user-parcel-template.d.cts.map +1 -0
- package/dist/actions/create-user-parcel-template.d.mts +9 -0
- package/dist/actions/create-user-parcel-template.d.mts.map +1 -0
- package/dist/actions/create-user-parcel-template.mjs +43 -0
- package/dist/actions/create-user-parcel-template.mjs.map +1 -0
- package/dist/actions/create-webhook.cjs +36 -0
- package/dist/actions/create-webhook.cjs.map +1 -0
- package/dist/actions/create-webhook.d.cts +9 -0
- package/dist/actions/create-webhook.d.cts.map +1 -0
- package/dist/actions/create-webhook.d.mts +9 -0
- package/dist/actions/create-webhook.d.mts.map +1 -0
- package/dist/actions/create-webhook.mjs +33 -0
- package/dist/actions/create-webhook.mjs.map +1 -0
- package/dist/actions/delete-default-parcel-template.cjs +16 -0
- package/dist/actions/delete-default-parcel-template.cjs.map +1 -0
- package/dist/actions/delete-default-parcel-template.d.cts +9 -0
- package/dist/actions/delete-default-parcel-template.d.cts.map +1 -0
- package/dist/actions/delete-default-parcel-template.d.mts +9 -0
- package/dist/actions/delete-default-parcel-template.d.mts.map +1 -0
- package/dist/actions/delete-default-parcel-template.mjs +13 -0
- package/dist/actions/delete-default-parcel-template.mjs.map +1 -0
- package/dist/actions/delete-user-parcel-template.cjs +19 -0
- package/dist/actions/delete-user-parcel-template.cjs.map +1 -0
- package/dist/actions/delete-user-parcel-template.d.cts +9 -0
- package/dist/actions/delete-user-parcel-template.d.cts.map +1 -0
- package/dist/actions/delete-user-parcel-template.d.mts +9 -0
- package/dist/actions/delete-user-parcel-template.d.mts.map +1 -0
- package/dist/actions/delete-user-parcel-template.mjs +16 -0
- package/dist/actions/delete-user-parcel-template.mjs.map +1 -0
- package/dist/actions/delete-webhook.cjs +19 -0
- package/dist/actions/delete-webhook.cjs.map +1 -0
- package/dist/actions/delete-webhook.d.cts +9 -0
- package/dist/actions/delete-webhook.d.cts.map +1 -0
- package/dist/actions/delete-webhook.d.mts +9 -0
- package/dist/actions/delete-webhook.d.mts.map +1 -0
- package/dist/actions/delete-webhook.mjs +16 -0
- package/dist/actions/delete-webhook.mjs.map +1 -0
- package/dist/actions/get-address.cjs +51 -0
- package/dist/actions/get-address.cjs.map +1 -0
- package/dist/actions/get-address.d.cts +9 -0
- package/dist/actions/get-address.d.cts.map +1 -0
- package/dist/actions/get-address.d.mts +9 -0
- package/dist/actions/get-address.d.mts.map +1 -0
- package/dist/actions/get-address.mjs +50 -0
- package/dist/actions/get-address.mjs.map +1 -0
- package/dist/actions/get-carrier-account.cjs +29 -0
- package/dist/actions/get-carrier-account.cjs.map +1 -0
- package/dist/actions/get-carrier-account.d.cts +9 -0
- package/dist/actions/get-carrier-account.d.cts.map +1 -0
- package/dist/actions/get-carrier-account.d.mts +9 -0
- package/dist/actions/get-carrier-account.d.mts.map +1 -0
- package/dist/actions/get-carrier-account.mjs +26 -0
- package/dist/actions/get-carrier-account.mjs.map +1 -0
- package/dist/actions/get-carrier-parcel-template.cjs +36 -0
- package/dist/actions/get-carrier-parcel-template.cjs.map +1 -0
- package/dist/actions/get-carrier-parcel-template.d.cts +9 -0
- package/dist/actions/get-carrier-parcel-template.d.cts.map +1 -0
- package/dist/actions/get-carrier-parcel-template.d.mts +9 -0
- package/dist/actions/get-carrier-parcel-template.d.mts.map +1 -0
- package/dist/actions/get-carrier-parcel-template.mjs +35 -0
- package/dist/actions/get-carrier-parcel-template.mjs.map +1 -0
- package/dist/actions/get-carrier-registration-status.cjs +23 -0
- package/dist/actions/get-carrier-registration-status.cjs.map +1 -0
- package/dist/actions/get-carrier-registration-status.d.cts +9 -0
- package/dist/actions/get-carrier-registration-status.d.cts.map +1 -0
- package/dist/actions/get-carrier-registration-status.d.mts +9 -0
- package/dist/actions/get-carrier-registration-status.d.mts.map +1 -0
- package/dist/actions/get-carrier-registration-status.mjs +20 -0
- package/dist/actions/get-carrier-registration-status.mjs.map +1 -0
- package/dist/actions/get-customs-declaration.cjs +59 -0
- package/dist/actions/get-customs-declaration.cjs.map +1 -0
- package/dist/actions/get-customs-declaration.d.cts +9 -0
- package/dist/actions/get-customs-declaration.d.cts.map +1 -0
- package/dist/actions/get-customs-declaration.d.mts +9 -0
- package/dist/actions/get-customs-declaration.d.mts.map +1 -0
- package/dist/actions/get-customs-declaration.mjs +58 -0
- package/dist/actions/get-customs-declaration.mjs.map +1 -0
- package/dist/actions/get-customs-item.cjs +38 -0
- package/dist/actions/get-customs-item.cjs.map +1 -0
- package/dist/actions/get-customs-item.d.cts +9 -0
- package/dist/actions/get-customs-item.d.cts.map +1 -0
- package/dist/actions/get-customs-item.d.mts +9 -0
- package/dist/actions/get-customs-item.d.mts.map +1 -0
- package/dist/actions/get-customs-item.mjs +35 -0
- package/dist/actions/get-customs-item.mjs.map +1 -0
- package/dist/actions/get-default-parcel-template.cjs +30 -0
- package/dist/actions/get-default-parcel-template.cjs.map +1 -0
- package/dist/actions/get-default-parcel-template.d.cts +9 -0
- package/dist/actions/get-default-parcel-template.d.cts.map +1 -0
- package/dist/actions/get-default-parcel-template.d.mts +9 -0
- package/dist/actions/get-default-parcel-template.d.mts.map +1 -0
- package/dist/actions/get-default-parcel-template.mjs +29 -0
- package/dist/actions/get-default-parcel-template.mjs.map +1 -0
- package/dist/actions/get-merchant-address.cjs +49 -0
- package/dist/actions/get-merchant-address.cjs.map +1 -0
- package/dist/actions/get-merchant-address.d.cts +9 -0
- package/dist/actions/get-merchant-address.d.cts.map +1 -0
- package/dist/actions/get-merchant-address.d.mts +9 -0
- package/dist/actions/get-merchant-address.d.mts.map +1 -0
- package/dist/actions/get-merchant-address.mjs +48 -0
- package/dist/actions/get-merchant-address.mjs.map +1 -0
- package/dist/actions/get-merchant-batch.cjs +64 -0
- package/dist/actions/get-merchant-batch.cjs.map +1 -0
- package/dist/actions/get-merchant-batch.d.cts +9 -0
- package/dist/actions/get-merchant-batch.d.cts.map +1 -0
- package/dist/actions/get-merchant-batch.d.mts +9 -0
- package/dist/actions/get-merchant-batch.d.mts.map +1 -0
- package/dist/actions/get-merchant-batch.mjs +63 -0
- package/dist/actions/get-merchant-batch.mjs.map +1 -0
- package/dist/actions/get-merchant-carrier-account.cjs +54 -0
- package/dist/actions/get-merchant-carrier-account.cjs.map +1 -0
- package/dist/actions/get-merchant-carrier-account.d.cts +9 -0
- package/dist/actions/get-merchant-carrier-account.d.cts.map +1 -0
- package/dist/actions/get-merchant-carrier-account.d.mts +9 -0
- package/dist/actions/get-merchant-carrier-account.d.mts.map +1 -0
- package/dist/actions/get-merchant-carrier-account.mjs +53 -0
- package/dist/actions/get-merchant-carrier-account.mjs.map +1 -0
- package/dist/actions/get-merchant-carrier-registration-status.cjs +30 -0
- package/dist/actions/get-merchant-carrier-registration-status.cjs.map +1 -0
- package/dist/actions/get-merchant-carrier-registration-status.d.cts +9 -0
- package/dist/actions/get-merchant-carrier-registration-status.d.cts.map +1 -0
- package/dist/actions/get-merchant-carrier-registration-status.d.mts +9 -0
- package/dist/actions/get-merchant-carrier-registration-status.d.mts.map +1 -0
- package/dist/actions/get-merchant-carrier-registration-status.mjs +27 -0
- package/dist/actions/get-merchant-carrier-registration-status.mjs.map +1 -0
- package/dist/actions/get-merchant-customs-declaration.cjs +48 -0
- package/dist/actions/get-merchant-customs-declaration.cjs.map +1 -0
- package/dist/actions/get-merchant-customs-declaration.d.cts +9 -0
- package/dist/actions/get-merchant-customs-declaration.d.cts.map +1 -0
- package/dist/actions/get-merchant-customs-declaration.d.mts +9 -0
- package/dist/actions/get-merchant-customs-declaration.d.mts.map +1 -0
- package/dist/actions/get-merchant-customs-declaration.mjs +45 -0
- package/dist/actions/get-merchant-customs-declaration.mjs.map +1 -0
- package/dist/actions/get-merchant-customs-item.cjs +39 -0
- package/dist/actions/get-merchant-customs-item.cjs.map +1 -0
- package/dist/actions/get-merchant-customs-item.d.cts +9 -0
- package/dist/actions/get-merchant-customs-item.d.cts.map +1 -0
- package/dist/actions/get-merchant-customs-item.d.mts +9 -0
- package/dist/actions/get-merchant-customs-item.d.mts.map +1 -0
- package/dist/actions/get-merchant-customs-item.mjs +36 -0
- package/dist/actions/get-merchant-customs-item.mjs.map +1 -0
- package/dist/actions/get-merchant-manifest.cjs +36 -0
- package/dist/actions/get-merchant-manifest.cjs.map +1 -0
- package/dist/actions/get-merchant-manifest.d.cts +9 -0
- package/dist/actions/get-merchant-manifest.d.cts.map +1 -0
- package/dist/actions/get-merchant-manifest.d.mts +9 -0
- package/dist/actions/get-merchant-manifest.d.mts.map +1 -0
- package/dist/actions/get-merchant-manifest.mjs +35 -0
- package/dist/actions/get-merchant-manifest.mjs.map +1 -0
- package/dist/actions/get-merchant-order.cjs +78 -0
- package/dist/actions/get-merchant-order.cjs.map +1 -0
- package/dist/actions/get-merchant-order.d.cts +9 -0
- package/dist/actions/get-merchant-order.d.cts.map +1 -0
- package/dist/actions/get-merchant-order.d.mts +9 -0
- package/dist/actions/get-merchant-order.d.mts.map +1 -0
- package/dist/actions/get-merchant-order.mjs +77 -0
- package/dist/actions/get-merchant-order.mjs.map +1 -0
- package/dist/actions/get-merchant-parcel.cjs +51 -0
- package/dist/actions/get-merchant-parcel.cjs.map +1 -0
- package/dist/actions/get-merchant-parcel.d.cts +9 -0
- package/dist/actions/get-merchant-parcel.d.cts.map +1 -0
- package/dist/actions/get-merchant-parcel.d.mts +9 -0
- package/dist/actions/get-merchant-parcel.d.mts.map +1 -0
- package/dist/actions/get-merchant-parcel.mjs +50 -0
- package/dist/actions/get-merchant-parcel.mjs.map +1 -0
- package/dist/actions/get-merchant-rate.cjs +55 -0
- package/dist/actions/get-merchant-rate.cjs.map +1 -0
- package/dist/actions/get-merchant-rate.d.cts +9 -0
- package/dist/actions/get-merchant-rate.d.cts.map +1 -0
- package/dist/actions/get-merchant-rate.d.mts +9 -0
- package/dist/actions/get-merchant-rate.d.mts.map +1 -0
- package/dist/actions/get-merchant-rate.mjs +54 -0
- package/dist/actions/get-merchant-rate.mjs.map +1 -0
- package/dist/actions/get-merchant-refund.cjs +34 -0
- package/dist/actions/get-merchant-refund.cjs.map +1 -0
- package/dist/actions/get-merchant-refund.d.cts +9 -0
- package/dist/actions/get-merchant-refund.d.cts.map +1 -0
- package/dist/actions/get-merchant-refund.d.mts +9 -0
- package/dist/actions/get-merchant-refund.d.mts.map +1 -0
- package/dist/actions/get-merchant-refund.mjs +33 -0
- package/dist/actions/get-merchant-refund.mjs.map +1 -0
- package/dist/actions/get-merchant-shipment.cjs +111 -0
- package/dist/actions/get-merchant-shipment.cjs.map +1 -0
- package/dist/actions/get-merchant-shipment.d.cts +9 -0
- package/dist/actions/get-merchant-shipment.d.cts.map +1 -0
- package/dist/actions/get-merchant-shipment.d.mts +9 -0
- package/dist/actions/get-merchant-shipment.d.mts.map +1 -0
- package/dist/actions/get-merchant-shipment.mjs +110 -0
- package/dist/actions/get-merchant-shipment.mjs.map +1 -0
- package/dist/actions/get-merchant-track.cjs +69 -0
- package/dist/actions/get-merchant-track.cjs.map +1 -0
- package/dist/actions/get-merchant-track.d.cts +9 -0
- package/dist/actions/get-merchant-track.d.cts.map +1 -0
- package/dist/actions/get-merchant-track.d.mts +9 -0
- package/dist/actions/get-merchant-track.d.mts.map +1 -0
- package/dist/actions/get-merchant-track.mjs +68 -0
- package/dist/actions/get-merchant-track.mjs.map +1 -0
- package/dist/actions/get-merchant-transaction.cjs +52 -0
- package/dist/actions/get-merchant-transaction.cjs.map +1 -0
- package/dist/actions/get-merchant-transaction.d.cts +9 -0
- package/dist/actions/get-merchant-transaction.d.cts.map +1 -0
- package/dist/actions/get-merchant-transaction.d.mts +9 -0
- package/dist/actions/get-merchant-transaction.d.mts.map +1 -0
- package/dist/actions/get-merchant-transaction.mjs +51 -0
- package/dist/actions/get-merchant-transaction.mjs.map +1 -0
- package/dist/actions/get-merchant.cjs +27 -0
- package/dist/actions/get-merchant.cjs.map +1 -0
- package/dist/actions/get-merchant.d.cts +9 -0
- package/dist/actions/get-merchant.d.cts.map +1 -0
- package/dist/actions/get-merchant.d.mts +9 -0
- package/dist/actions/get-merchant.d.mts.map +1 -0
- package/dist/actions/get-merchant.mjs +24 -0
- package/dist/actions/get-merchant.mjs.map +1 -0
- package/dist/actions/get-order.cjs +80 -0
- package/dist/actions/get-order.cjs.map +1 -0
- package/dist/actions/get-order.d.cts +9 -0
- package/dist/actions/get-order.d.cts.map +1 -0
- package/dist/actions/get-order.d.mts +9 -0
- package/dist/actions/get-order.d.mts.map +1 -0
- package/dist/actions/get-order.mjs +79 -0
- package/dist/actions/get-order.mjs.map +1 -0
- package/dist/actions/get-parcel.cjs +50 -0
- package/dist/actions/get-parcel.cjs.map +1 -0
- package/dist/actions/get-parcel.d.cts +9 -0
- package/dist/actions/get-parcel.d.cts.map +1 -0
- package/dist/actions/get-parcel.d.mts +9 -0
- package/dist/actions/get-parcel.d.mts.map +1 -0
- package/dist/actions/get-parcel.mjs +49 -0
- package/dist/actions/get-parcel.mjs.map +1 -0
- package/dist/actions/get-rate.cjs +55 -0
- package/dist/actions/get-rate.cjs.map +1 -0
- package/dist/actions/get-rate.d.cts +9 -0
- package/dist/actions/get-rate.d.cts.map +1 -0
- package/dist/actions/get-rate.d.mts +9 -0
- package/dist/actions/get-rate.d.mts.map +1 -0
- package/dist/actions/get-rate.mjs +54 -0
- package/dist/actions/get-rate.mjs.map +1 -0
- package/dist/actions/get-refund.cjs +33 -0
- package/dist/actions/get-refund.cjs.map +1 -0
- package/dist/actions/get-refund.d.cts +9 -0
- package/dist/actions/get-refund.d.cts.map +1 -0
- package/dist/actions/get-refund.d.mts +9 -0
- package/dist/actions/get-refund.d.mts.map +1 -0
- package/dist/actions/get-refund.mjs +32 -0
- package/dist/actions/get-refund.mjs.map +1 -0
- package/dist/actions/get-shipment.cjs +93 -0
- package/dist/actions/get-shipment.cjs.map +1 -0
- package/dist/actions/get-shipment.d.cts +9 -0
- package/dist/actions/get-shipment.d.cts.map +1 -0
- package/dist/actions/get-shipment.d.mts +9 -0
- package/dist/actions/get-shipment.d.mts.map +1 -0
- package/dist/actions/get-shipment.mjs +92 -0
- package/dist/actions/get-shipment.mjs.map +1 -0
- package/dist/actions/get-shippo-account.cjs +27 -0
- package/dist/actions/get-shippo-account.cjs.map +1 -0
- package/dist/actions/get-shippo-account.d.cts +9 -0
- package/dist/actions/get-shippo-account.d.cts.map +1 -0
- package/dist/actions/get-shippo-account.d.mts +9 -0
- package/dist/actions/get-shippo-account.d.mts.map +1 -0
- package/dist/actions/get-shippo-account.mjs +24 -0
- package/dist/actions/get-shippo-account.mjs.map +1 -0
- package/dist/actions/get-track.cjs +68 -0
- package/dist/actions/get-track.cjs.map +1 -0
- package/dist/actions/get-track.d.cts +9 -0
- package/dist/actions/get-track.d.cts.map +1 -0
- package/dist/actions/get-track.d.mts +9 -0
- package/dist/actions/get-track.d.mts.map +1 -0
- package/dist/actions/get-track.mjs +67 -0
- package/dist/actions/get-track.mjs.map +1 -0
- package/dist/actions/get-transaction.cjs +41 -0
- package/dist/actions/get-transaction.cjs.map +1 -0
- package/dist/actions/get-transaction.d.cts +9 -0
- package/dist/actions/get-transaction.d.cts.map +1 -0
- package/dist/actions/get-transaction.d.mts +9 -0
- package/dist/actions/get-transaction.d.mts.map +1 -0
- package/dist/actions/get-transaction.mjs +40 -0
- package/dist/actions/get-transaction.mjs.map +1 -0
- package/dist/actions/get-user-parcel-template.cjs +42 -0
- package/dist/actions/get-user-parcel-template.cjs.map +1 -0
- package/dist/actions/get-user-parcel-template.d.cts +9 -0
- package/dist/actions/get-user-parcel-template.d.cts.map +1 -0
- package/dist/actions/get-user-parcel-template.d.mts +9 -0
- package/dist/actions/get-user-parcel-template.d.mts.map +1 -0
- package/dist/actions/get-user-parcel-template.mjs +41 -0
- package/dist/actions/get-user-parcel-template.mjs.map +1 -0
- package/dist/actions/get-webhook.cjs +25 -0
- package/dist/actions/get-webhook.cjs.map +1 -0
- package/dist/actions/get-webhook.d.cts +9 -0
- package/dist/actions/get-webhook.d.cts.map +1 -0
- package/dist/actions/get-webhook.d.mts +9 -0
- package/dist/actions/get-webhook.d.mts.map +1 -0
- package/dist/actions/get-webhook.mjs +22 -0
- package/dist/actions/get-webhook.mjs.map +1 -0
- package/dist/actions/index.cjs +191 -0
- package/dist/actions/index.d.cts +96 -0
- package/dist/actions/index.d.mts +96 -0
- package/dist/actions/index.mjs +96 -0
- package/dist/actions/list-addresses.cjs +57 -0
- package/dist/actions/list-addresses.cjs.map +1 -0
- package/dist/actions/list-addresses.d.cts +9 -0
- package/dist/actions/list-addresses.d.cts.map +1 -0
- package/dist/actions/list-addresses.d.mts +9 -0
- package/dist/actions/list-addresses.d.mts.map +1 -0
- package/dist/actions/list-addresses.mjs +56 -0
- package/dist/actions/list-addresses.mjs.map +1 -0
- package/dist/actions/list-carrier-accounts.cjs +43 -0
- package/dist/actions/list-carrier-accounts.cjs.map +1 -0
- package/dist/actions/list-carrier-accounts.d.cts +9 -0
- package/dist/actions/list-carrier-accounts.d.cts.map +1 -0
- package/dist/actions/list-carrier-accounts.d.mts +9 -0
- package/dist/actions/list-carrier-accounts.d.mts.map +1 -0
- package/dist/actions/list-carrier-accounts.mjs +42 -0
- package/dist/actions/list-carrier-accounts.mjs.map +1 -0
- package/dist/actions/list-carrier-parcel-templates.cjs +42 -0
- package/dist/actions/list-carrier-parcel-templates.cjs.map +1 -0
- package/dist/actions/list-carrier-parcel-templates.d.cts +9 -0
- package/dist/actions/list-carrier-parcel-templates.d.cts.map +1 -0
- package/dist/actions/list-carrier-parcel-templates.d.mts +9 -0
- package/dist/actions/list-carrier-parcel-templates.d.mts.map +1 -0
- package/dist/actions/list-carrier-parcel-templates.mjs +41 -0
- package/dist/actions/list-carrier-parcel-templates.mjs.map +1 -0
- package/dist/actions/list-customs-declarations.cjs +77 -0
- package/dist/actions/list-customs-declarations.cjs.map +1 -0
- package/dist/actions/list-customs-declarations.d.cts +9 -0
- package/dist/actions/list-customs-declarations.d.cts.map +1 -0
- package/dist/actions/list-customs-declarations.d.mts +9 -0
- package/dist/actions/list-customs-declarations.d.mts.map +1 -0
- package/dist/actions/list-customs-declarations.mjs +76 -0
- package/dist/actions/list-customs-declarations.mjs.map +1 -0
- package/dist/actions/list-customs-items.cjs +42 -0
- package/dist/actions/list-customs-items.cjs.map +1 -0
- package/dist/actions/list-customs-items.d.cts +9 -0
- package/dist/actions/list-customs-items.d.cts.map +1 -0
- package/dist/actions/list-customs-items.d.mts +9 -0
- package/dist/actions/list-customs-items.d.mts.map +1 -0
- package/dist/actions/list-customs-items.mjs +41 -0
- package/dist/actions/list-customs-items.mjs.map +1 -0
- package/dist/actions/list-manifests.cjs +38 -0
- package/dist/actions/list-manifests.cjs.map +1 -0
- package/dist/actions/list-manifests.d.cts +9 -0
- package/dist/actions/list-manifests.d.cts.map +1 -0
- package/dist/actions/list-manifests.d.mts +9 -0
- package/dist/actions/list-manifests.d.mts.map +1 -0
- package/dist/actions/list-manifests.mjs +37 -0
- package/dist/actions/list-manifests.mjs.map +1 -0
- package/dist/actions/list-merchant-addresses.cjs +55 -0
- package/dist/actions/list-merchant-addresses.cjs.map +1 -0
- package/dist/actions/list-merchant-addresses.d.cts +9 -0
- package/dist/actions/list-merchant-addresses.d.cts.map +1 -0
- package/dist/actions/list-merchant-addresses.d.mts +9 -0
- package/dist/actions/list-merchant-addresses.d.mts.map +1 -0
- package/dist/actions/list-merchant-addresses.mjs +54 -0
- package/dist/actions/list-merchant-addresses.mjs.map +1 -0
- package/dist/actions/list-merchant-carrier-accounts.cjs +36 -0
- package/dist/actions/list-merchant-carrier-accounts.cjs.map +1 -0
- package/dist/actions/list-merchant-carrier-accounts.d.cts +9 -0
- package/dist/actions/list-merchant-carrier-accounts.d.cts.map +1 -0
- package/dist/actions/list-merchant-carrier-accounts.d.mts +9 -0
- package/dist/actions/list-merchant-carrier-accounts.d.mts.map +1 -0
- package/dist/actions/list-merchant-carrier-accounts.mjs +35 -0
- package/dist/actions/list-merchant-carrier-accounts.mjs.map +1 -0
- package/dist/actions/list-merchant-customs-declarations.cjs +53 -0
- package/dist/actions/list-merchant-customs-declarations.cjs.map +1 -0
- package/dist/actions/list-merchant-customs-declarations.d.cts +9 -0
- package/dist/actions/list-merchant-customs-declarations.d.cts.map +1 -0
- package/dist/actions/list-merchant-customs-declarations.d.mts +9 -0
- package/dist/actions/list-merchant-customs-declarations.d.mts.map +1 -0
- package/dist/actions/list-merchant-customs-declarations.mjs +52 -0
- package/dist/actions/list-merchant-customs-declarations.mjs.map +1 -0
- package/dist/actions/list-merchant-customs-items.cjs +44 -0
- package/dist/actions/list-merchant-customs-items.cjs.map +1 -0
- package/dist/actions/list-merchant-customs-items.d.cts +9 -0
- package/dist/actions/list-merchant-customs-items.d.cts.map +1 -0
- package/dist/actions/list-merchant-customs-items.d.mts +9 -0
- package/dist/actions/list-merchant-customs-items.d.mts.map +1 -0
- package/dist/actions/list-merchant-customs-items.mjs +43 -0
- package/dist/actions/list-merchant-customs-items.mjs.map +1 -0
- package/dist/actions/list-merchant-manifests.cjs +41 -0
- package/dist/actions/list-merchant-manifests.cjs.map +1 -0
- package/dist/actions/list-merchant-manifests.d.cts +9 -0
- package/dist/actions/list-merchant-manifests.d.cts.map +1 -0
- package/dist/actions/list-merchant-manifests.d.mts +9 -0
- package/dist/actions/list-merchant-manifests.d.mts.map +1 -0
- package/dist/actions/list-merchant-manifests.mjs +40 -0
- package/dist/actions/list-merchant-manifests.mjs.map +1 -0
- package/dist/actions/list-merchant-parcels.cjs +42 -0
- package/dist/actions/list-merchant-parcels.cjs.map +1 -0
- package/dist/actions/list-merchant-parcels.d.cts +9 -0
- package/dist/actions/list-merchant-parcels.d.cts.map +1 -0
- package/dist/actions/list-merchant-parcels.d.mts +9 -0
- package/dist/actions/list-merchant-parcels.d.mts.map +1 -0
- package/dist/actions/list-merchant-parcels.mjs +41 -0
- package/dist/actions/list-merchant-parcels.mjs.map +1 -0
- package/dist/actions/list-merchant-shipment-rates-by-currency.cjs +64 -0
- package/dist/actions/list-merchant-shipment-rates-by-currency.cjs.map +1 -0
- package/dist/actions/list-merchant-shipment-rates-by-currency.d.cts +9 -0
- package/dist/actions/list-merchant-shipment-rates-by-currency.d.cts.map +1 -0
- package/dist/actions/list-merchant-shipment-rates-by-currency.d.mts +9 -0
- package/dist/actions/list-merchant-shipment-rates-by-currency.d.mts.map +1 -0
- package/dist/actions/list-merchant-shipment-rates-by-currency.mjs +63 -0
- package/dist/actions/list-merchant-shipment-rates-by-currency.mjs.map +1 -0
- package/dist/actions/list-merchant-shipments.cjs +89 -0
- package/dist/actions/list-merchant-shipments.cjs.map +1 -0
- package/dist/actions/list-merchant-shipments.d.cts +9 -0
- package/dist/actions/list-merchant-shipments.d.cts.map +1 -0
- package/dist/actions/list-merchant-shipments.d.mts +9 -0
- package/dist/actions/list-merchant-shipments.d.mts.map +1 -0
- package/dist/actions/list-merchant-shipments.mjs +88 -0
- package/dist/actions/list-merchant-shipments.mjs.map +1 -0
- package/dist/actions/list-merchant-transactions.cjs +48 -0
- package/dist/actions/list-merchant-transactions.cjs.map +1 -0
- package/dist/actions/list-merchant-transactions.d.cts +9 -0
- package/dist/actions/list-merchant-transactions.d.cts.map +1 -0
- package/dist/actions/list-merchant-transactions.d.mts +9 -0
- package/dist/actions/list-merchant-transactions.d.mts.map +1 -0
- package/dist/actions/list-merchant-transactions.mjs +47 -0
- package/dist/actions/list-merchant-transactions.mjs.map +1 -0
- package/dist/actions/list-merchants.cjs +33 -0
- package/dist/actions/list-merchants.cjs.map +1 -0
- package/dist/actions/list-merchants.d.cts +9 -0
- package/dist/actions/list-merchants.d.cts.map +1 -0
- package/dist/actions/list-merchants.d.mts +9 -0
- package/dist/actions/list-merchants.d.mts.map +1 -0
- package/dist/actions/list-merchants.mjs +32 -0
- package/dist/actions/list-merchants.mjs.map +1 -0
- package/dist/actions/list-orders.cjs +83 -0
- package/dist/actions/list-orders.cjs.map +1 -0
- package/dist/actions/list-orders.d.cts +9 -0
- package/dist/actions/list-orders.d.cts.map +1 -0
- package/dist/actions/list-orders.d.mts +9 -0
- package/dist/actions/list-orders.d.mts.map +1 -0
- package/dist/actions/list-orders.mjs +82 -0
- package/dist/actions/list-orders.mjs.map +1 -0
- package/dist/actions/list-refunds.cjs +32 -0
- package/dist/actions/list-refunds.cjs.map +1 -0
- package/dist/actions/list-refunds.d.cts +9 -0
- package/dist/actions/list-refunds.d.cts.map +1 -0
- package/dist/actions/list-refunds.d.mts +9 -0
- package/dist/actions/list-refunds.d.mts.map +1 -0
- package/dist/actions/list-refunds.mjs +31 -0
- package/dist/actions/list-refunds.mjs.map +1 -0
- package/dist/actions/list-service-groups.cjs +33 -0
- package/dist/actions/list-service-groups.cjs.map +1 -0
- package/dist/actions/list-service-groups.d.cts +9 -0
- package/dist/actions/list-service-groups.d.cts.map +1 -0
- package/dist/actions/list-service-groups.d.mts +9 -0
- package/dist/actions/list-service-groups.d.mts.map +1 -0
- package/dist/actions/list-service-groups.mjs +32 -0
- package/dist/actions/list-service-groups.mjs.map +1 -0
- package/dist/actions/list-shipment-rates-by-currency.cjs +63 -0
- package/dist/actions/list-shipment-rates-by-currency.cjs.map +1 -0
- package/dist/actions/list-shipment-rates-by-currency.d.cts +9 -0
- package/dist/actions/list-shipment-rates-by-currency.d.cts.map +1 -0
- package/dist/actions/list-shipment-rates-by-currency.d.mts +9 -0
- package/dist/actions/list-shipment-rates-by-currency.d.mts.map +1 -0
- package/dist/actions/list-shipment-rates-by-currency.mjs +62 -0
- package/dist/actions/list-shipment-rates-by-currency.mjs.map +1 -0
- package/dist/actions/list-shipment-rates.cjs +62 -0
- package/dist/actions/list-shipment-rates.cjs.map +1 -0
- package/dist/actions/list-shipment-rates.d.cts +9 -0
- package/dist/actions/list-shipment-rates.d.cts.map +1 -0
- package/dist/actions/list-shipment-rates.d.mts +9 -0
- package/dist/actions/list-shipment-rates.d.mts.map +1 -0
- package/dist/actions/list-shipment-rates.mjs +61 -0
- package/dist/actions/list-shipment-rates.mjs.map +1 -0
- package/dist/actions/list-shipments.cjs +88 -0
- package/dist/actions/list-shipments.cjs.map +1 -0
- package/dist/actions/list-shipments.d.cts +9 -0
- package/dist/actions/list-shipments.d.cts.map +1 -0
- package/dist/actions/list-shipments.d.mts +9 -0
- package/dist/actions/list-shipments.d.mts.map +1 -0
- package/dist/actions/list-shipments.mjs +87 -0
- package/dist/actions/list-shipments.mjs.map +1 -0
- package/dist/actions/list-shippo-accounts.cjs +30 -0
- package/dist/actions/list-shippo-accounts.cjs.map +1 -0
- package/dist/actions/list-shippo-accounts.d.cts +9 -0
- package/dist/actions/list-shippo-accounts.d.cts.map +1 -0
- package/dist/actions/list-shippo-accounts.d.mts +9 -0
- package/dist/actions/list-shippo-accounts.d.mts.map +1 -0
- package/dist/actions/list-shippo-accounts.mjs +29 -0
- package/dist/actions/list-shippo-accounts.mjs.map +1 -0
- package/dist/actions/list-user-parcel-templates.cjs +40 -0
- package/dist/actions/list-user-parcel-templates.cjs.map +1 -0
- package/dist/actions/list-user-parcel-templates.d.cts +9 -0
- package/dist/actions/list-user-parcel-templates.d.cts.map +1 -0
- package/dist/actions/list-user-parcel-templates.d.mts +9 -0
- package/dist/actions/list-user-parcel-templates.d.mts.map +1 -0
- package/dist/actions/list-user-parcel-templates.mjs +39 -0
- package/dist/actions/list-user-parcel-templates.mjs.map +1 -0
- package/dist/actions/purchase-merchant-batch.cjs +51 -0
- package/dist/actions/purchase-merchant-batch.cjs.map +1 -0
- package/dist/actions/purchase-merchant-batch.d.cts +9 -0
- package/dist/actions/purchase-merchant-batch.d.cts.map +1 -0
- package/dist/actions/purchase-merchant-batch.d.mts +9 -0
- package/dist/actions/purchase-merchant-batch.d.mts.map +1 -0
- package/dist/actions/purchase-merchant-batch.mjs +50 -0
- package/dist/actions/purchase-merchant-batch.mjs.map +1 -0
- package/dist/actions/remove-shipments-from-batch.cjs +57 -0
- package/dist/actions/remove-shipments-from-batch.cjs.map +1 -0
- package/dist/actions/remove-shipments-from-batch.d.cts +9 -0
- package/dist/actions/remove-shipments-from-batch.d.cts.map +1 -0
- package/dist/actions/remove-shipments-from-batch.d.mts +9 -0
- package/dist/actions/remove-shipments-from-batch.d.mts.map +1 -0
- package/dist/actions/remove-shipments-from-batch.mjs +56 -0
- package/dist/actions/remove-shipments-from-batch.mjs.map +1 -0
- package/dist/actions/update-carrier-account.cjs +33 -0
- package/dist/actions/update-carrier-account.cjs.map +1 -0
- package/dist/actions/update-carrier-account.d.cts +9 -0
- package/dist/actions/update-carrier-account.d.cts.map +1 -0
- package/dist/actions/update-carrier-account.d.mts +9 -0
- package/dist/actions/update-carrier-account.d.mts.map +1 -0
- package/dist/actions/update-carrier-account.mjs +30 -0
- package/dist/actions/update-carrier-account.mjs.map +1 -0
- package/dist/actions/update-default-parcel-template.cjs +46 -0
- package/dist/actions/update-default-parcel-template.cjs.map +1 -0
- package/dist/actions/update-default-parcel-template.d.cts +9 -0
- package/dist/actions/update-default-parcel-template.d.cts.map +1 -0
- package/dist/actions/update-default-parcel-template.d.mts +9 -0
- package/dist/actions/update-default-parcel-template.d.mts.map +1 -0
- package/dist/actions/update-default-parcel-template.mjs +45 -0
- package/dist/actions/update-default-parcel-template.mjs.map +1 -0
- package/dist/actions/update-merchant-carrier-account.cjs +57 -0
- package/dist/actions/update-merchant-carrier-account.cjs.map +1 -0
- package/dist/actions/update-merchant-carrier-account.d.cts +9 -0
- package/dist/actions/update-merchant-carrier-account.d.cts.map +1 -0
- package/dist/actions/update-merchant-carrier-account.d.mts +9 -0
- package/dist/actions/update-merchant-carrier-account.d.mts.map +1 -0
- package/dist/actions/update-merchant-carrier-account.mjs +54 -0
- package/dist/actions/update-merchant-carrier-account.mjs.map +1 -0
- package/dist/actions/update-merchant.cjs +31 -0
- package/dist/actions/update-merchant.cjs.map +1 -0
- package/dist/actions/update-merchant.d.cts +9 -0
- package/dist/actions/update-merchant.d.cts.map +1 -0
- package/dist/actions/update-merchant.d.mts +9 -0
- package/dist/actions/update-merchant.d.mts.map +1 -0
- package/dist/actions/update-merchant.mjs +28 -0
- package/dist/actions/update-merchant.mjs.map +1 -0
- package/dist/actions/update-service-group.cjs +47 -0
- package/dist/actions/update-service-group.cjs.map +1 -0
- package/dist/actions/update-service-group.d.cts +9 -0
- package/dist/actions/update-service-group.d.cts.map +1 -0
- package/dist/actions/update-service-group.d.mts +9 -0
- package/dist/actions/update-service-group.d.mts.map +1 -0
- package/dist/actions/update-service-group.mjs +46 -0
- package/dist/actions/update-service-group.mjs.map +1 -0
- package/dist/actions/update-user-parcel-template.cjs +35 -0
- package/dist/actions/update-user-parcel-template.cjs.map +1 -0
- package/dist/actions/update-user-parcel-template.d.cts +9 -0
- package/dist/actions/update-user-parcel-template.d.cts.map +1 -0
- package/dist/actions/update-user-parcel-template.d.mts +9 -0
- package/dist/actions/update-user-parcel-template.d.mts.map +1 -0
- package/dist/actions/update-user-parcel-template.mjs +32 -0
- package/dist/actions/update-user-parcel-template.mjs.map +1 -0
- package/dist/actions/update-webhook.cjs +38 -0
- package/dist/actions/update-webhook.cjs.map +1 -0
- package/dist/actions/update-webhook.d.cts +9 -0
- package/dist/actions/update-webhook.d.cts.map +1 -0
- package/dist/actions/update-webhook.d.mts +9 -0
- package/dist/actions/update-webhook.d.mts.map +1 -0
- package/dist/actions/update-webhook.mjs +35 -0
- package/dist/actions/update-webhook.mjs.map +1 -0
- package/dist/actions/validate-address.cjs +51 -0
- package/dist/actions/validate-address.cjs.map +1 -0
- package/dist/actions/validate-address.d.cts +9 -0
- package/dist/actions/validate-address.d.cts.map +1 -0
- package/dist/actions/validate-address.d.mts +9 -0
- package/dist/actions/validate-address.d.mts.map +1 -0
- package/dist/actions/validate-address.mjs +50 -0
- package/dist/actions/validate-address.mjs.map +1 -0
- package/dist/actions/validate-merchant-address.cjs +49 -0
- package/dist/actions/validate-merchant-address.cjs.map +1 -0
- package/dist/actions/validate-merchant-address.d.cts +9 -0
- package/dist/actions/validate-merchant-address.d.cts.map +1 -0
- package/dist/actions/validate-merchant-address.d.mts +9 -0
- package/dist/actions/validate-merchant-address.d.mts.map +1 -0
- package/dist/actions/validate-merchant-address.mjs +48 -0
- package/dist/actions/validate-merchant-address.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +196 -0
- package/dist/index.d.cts +98 -0
- package/dist/index.d.mts +98 -0
- package/dist/index.mjs +99 -0
- package/package.json +49 -0
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { shippoCreateAddress } from "./create-address.mjs";
|
|
2
|
+
import { shippoCreateBatch } from "./create-batch.mjs";
|
|
3
|
+
import { shippoCreateCarrierAccount } from "./create-carrier-account.mjs";
|
|
4
|
+
import { shippoCreateCustomsItem } from "./create-customs-item.mjs";
|
|
5
|
+
import { shippoCreateLiveRate } from "./create-live-rate.mjs";
|
|
6
|
+
import { shippoCreateManifest } from "./create-manifest.mjs";
|
|
7
|
+
import { shippoCreateMerchantAddress } from "./create-merchant-address.mjs";
|
|
8
|
+
import { shippoCreateMerchantBatch } from "./create-merchant-batch.mjs";
|
|
9
|
+
import { shippoCreateMerchantCarrierAccount } from "./create-merchant-carrier-account.mjs";
|
|
10
|
+
import { shippoCreateMerchantCustomsDeclaration } from "./create-merchant-customs-declaration.mjs";
|
|
11
|
+
import { shippoCreateMerchantCustomsItem } from "./create-merchant-customs-item.mjs";
|
|
12
|
+
import { shippoCreateMerchantOrder } from "./create-merchant-order.mjs";
|
|
13
|
+
import { shippoCreateMerchantParcel } from "./create-merchant-parcel.mjs";
|
|
14
|
+
import { shippoCreateMerchantRefund } from "./create-merchant-refund.mjs";
|
|
15
|
+
import { shippoCreateMerchantShipment } from "./create-merchant-shipment.mjs";
|
|
16
|
+
import { shippoCreateMerchantTransaction } from "./create-merchant-transaction.mjs";
|
|
17
|
+
import { shippoCreateOrder } from "./create-order.mjs";
|
|
18
|
+
import { shippoCreateParcel } from "./create-parcel.mjs";
|
|
19
|
+
import { shippoCreateRefund } from "./create-refund.mjs";
|
|
20
|
+
import { shippoCreateServiceGroup } from "./create-service-group.mjs";
|
|
21
|
+
import { shippoCreateShipment } from "./create-shipment.mjs";
|
|
22
|
+
import { shippoCreateTrack } from "./create-track.mjs";
|
|
23
|
+
import { shippoCreateTransaction } from "./create-transaction.mjs";
|
|
24
|
+
import { shippoCreateUserParcelTemplate } from "./create-user-parcel-template.mjs";
|
|
25
|
+
import { shippoCreateWebhook } from "./create-webhook.mjs";
|
|
26
|
+
import { shippoDeleteDefaultParcelTemplate } from "./delete-default-parcel-template.mjs";
|
|
27
|
+
import { shippoDeleteUserParcelTemplate } from "./delete-user-parcel-template.mjs";
|
|
28
|
+
import { shippoDeleteWebhook } from "./delete-webhook.mjs";
|
|
29
|
+
import { shippoGetAddress } from "./get-address.mjs";
|
|
30
|
+
import { shippoGetCarrierAccount } from "./get-carrier-account.mjs";
|
|
31
|
+
import { shippoGetCarrierParcelTemplate } from "./get-carrier-parcel-template.mjs";
|
|
32
|
+
import { shippoGetCarrierRegistrationStatus } from "./get-carrier-registration-status.mjs";
|
|
33
|
+
import { shippoGetCustomsDeclaration } from "./get-customs-declaration.mjs";
|
|
34
|
+
import { shippoGetCustomsItem } from "./get-customs-item.mjs";
|
|
35
|
+
import { shippoGetDefaultParcelTemplate } from "./get-default-parcel-template.mjs";
|
|
36
|
+
import { shippoGetMerchant } from "./get-merchant.mjs";
|
|
37
|
+
import { shippoGetMerchantAddress } from "./get-merchant-address.mjs";
|
|
38
|
+
import { shippoGetMerchantBatch } from "./get-merchant-batch.mjs";
|
|
39
|
+
import { shippoGetMerchantCarrierAccount } from "./get-merchant-carrier-account.mjs";
|
|
40
|
+
import { shippoGetMerchantCarrierRegistrationStatus } from "./get-merchant-carrier-registration-status.mjs";
|
|
41
|
+
import { shippoGetMerchantCustomsDeclaration } from "./get-merchant-customs-declaration.mjs";
|
|
42
|
+
import { shippoGetMerchantCustomsItem } from "./get-merchant-customs-item.mjs";
|
|
43
|
+
import { shippoGetMerchantManifest } from "./get-merchant-manifest.mjs";
|
|
44
|
+
import { shippoGetMerchantOrder } from "./get-merchant-order.mjs";
|
|
45
|
+
import { shippoGetMerchantParcel } from "./get-merchant-parcel.mjs";
|
|
46
|
+
import { shippoGetMerchantRate } from "./get-merchant-rate.mjs";
|
|
47
|
+
import { shippoGetMerchantRefund } from "./get-merchant-refund.mjs";
|
|
48
|
+
import { shippoGetMerchantShipment } from "./get-merchant-shipment.mjs";
|
|
49
|
+
import { shippoGetMerchantTrack } from "./get-merchant-track.mjs";
|
|
50
|
+
import { shippoGetMerchantTransaction } from "./get-merchant-transaction.mjs";
|
|
51
|
+
import { shippoGetOrder } from "./get-order.mjs";
|
|
52
|
+
import { shippoGetParcel } from "./get-parcel.mjs";
|
|
53
|
+
import { shippoGetRate } from "./get-rate.mjs";
|
|
54
|
+
import { shippoGetRefund } from "./get-refund.mjs";
|
|
55
|
+
import { shippoGetShipment } from "./get-shipment.mjs";
|
|
56
|
+
import { shippoGetShippoAccount } from "./get-shippo-account.mjs";
|
|
57
|
+
import { shippoGetTrack } from "./get-track.mjs";
|
|
58
|
+
import { shippoGetTransaction } from "./get-transaction.mjs";
|
|
59
|
+
import { shippoGetUserParcelTemplate } from "./get-user-parcel-template.mjs";
|
|
60
|
+
import { shippoGetWebhook } from "./get-webhook.mjs";
|
|
61
|
+
import { shippoListAddresses } from "./list-addresses.mjs";
|
|
62
|
+
import { shippoListCarrierAccounts } from "./list-carrier-accounts.mjs";
|
|
63
|
+
import { shippoListCarrierParcelTemplates } from "./list-carrier-parcel-templates.mjs";
|
|
64
|
+
import { shippoListCustomsDeclarations } from "./list-customs-declarations.mjs";
|
|
65
|
+
import { shippoListCustomsItems } from "./list-customs-items.mjs";
|
|
66
|
+
import { shippoListManifests } from "./list-manifests.mjs";
|
|
67
|
+
import { shippoListMerchantAddresses } from "./list-merchant-addresses.mjs";
|
|
68
|
+
import { shippoListMerchantCarrierAccounts } from "./list-merchant-carrier-accounts.mjs";
|
|
69
|
+
import { shippoListMerchantCustomsDeclarations } from "./list-merchant-customs-declarations.mjs";
|
|
70
|
+
import { shippoListMerchantCustomsItems } from "./list-merchant-customs-items.mjs";
|
|
71
|
+
import { shippoListMerchantManifests } from "./list-merchant-manifests.mjs";
|
|
72
|
+
import { shippoListMerchantParcels } from "./list-merchant-parcels.mjs";
|
|
73
|
+
import { shippoListMerchantShipmentRatesByCurrency } from "./list-merchant-shipment-rates-by-currency.mjs";
|
|
74
|
+
import { shippoListMerchantShipments } from "./list-merchant-shipments.mjs";
|
|
75
|
+
import { shippoListMerchantTransactions } from "./list-merchant-transactions.mjs";
|
|
76
|
+
import { shippoListMerchants } from "./list-merchants.mjs";
|
|
77
|
+
import { shippoListOrders } from "./list-orders.mjs";
|
|
78
|
+
import { shippoListRefunds } from "./list-refunds.mjs";
|
|
79
|
+
import { shippoListServiceGroups } from "./list-service-groups.mjs";
|
|
80
|
+
import { shippoListShipmentRates } from "./list-shipment-rates.mjs";
|
|
81
|
+
import { shippoListShipmentRatesByCurrency } from "./list-shipment-rates-by-currency.mjs";
|
|
82
|
+
import { shippoListShipments } from "./list-shipments.mjs";
|
|
83
|
+
import { shippoListShippoAccounts } from "./list-shippo-accounts.mjs";
|
|
84
|
+
import { shippoListUserParcelTemplates } from "./list-user-parcel-templates.mjs";
|
|
85
|
+
import { shippoPurchaseMerchantBatch } from "./purchase-merchant-batch.mjs";
|
|
86
|
+
import { shippoRemoveShipmentsFromBatch } from "./remove-shipments-from-batch.mjs";
|
|
87
|
+
import { shippoUpdateCarrierAccount } from "./update-carrier-account.mjs";
|
|
88
|
+
import { shippoUpdateDefaultParcelTemplate } from "./update-default-parcel-template.mjs";
|
|
89
|
+
import { shippoUpdateMerchant } from "./update-merchant.mjs";
|
|
90
|
+
import { shippoUpdateMerchantCarrierAccount } from "./update-merchant-carrier-account.mjs";
|
|
91
|
+
import { shippoUpdateServiceGroup } from "./update-service-group.mjs";
|
|
92
|
+
import { shippoUpdateUserParcelTemplate } from "./update-user-parcel-template.mjs";
|
|
93
|
+
import { shippoUpdateWebhook } from "./update-webhook.mjs";
|
|
94
|
+
import { shippoValidateAddress } from "./validate-address.mjs";
|
|
95
|
+
import { shippoValidateMerchantAddress } from "./validate-merchant-address.mjs";
|
|
96
|
+
export { shippoCreateAddress, shippoCreateBatch, shippoCreateCarrierAccount, shippoCreateCustomsItem, shippoCreateLiveRate, shippoCreateManifest, shippoCreateMerchantAddress, shippoCreateMerchantBatch, shippoCreateMerchantCarrierAccount, shippoCreateMerchantCustomsDeclaration, shippoCreateMerchantCustomsItem, shippoCreateMerchantOrder, shippoCreateMerchantParcel, shippoCreateMerchantRefund, shippoCreateMerchantShipment, shippoCreateMerchantTransaction, shippoCreateOrder, shippoCreateParcel, shippoCreateRefund, shippoCreateServiceGroup, shippoCreateShipment, shippoCreateTrack, shippoCreateTransaction, shippoCreateUserParcelTemplate, shippoCreateWebhook, shippoDeleteDefaultParcelTemplate, shippoDeleteUserParcelTemplate, shippoDeleteWebhook, shippoGetAddress, shippoGetCarrierAccount, shippoGetCarrierParcelTemplate, shippoGetCarrierRegistrationStatus, shippoGetCustomsDeclaration, shippoGetCustomsItem, shippoGetDefaultParcelTemplate, shippoGetMerchant, shippoGetMerchantAddress, shippoGetMerchantBatch, shippoGetMerchantCarrierAccount, shippoGetMerchantCarrierRegistrationStatus, shippoGetMerchantCustomsDeclaration, shippoGetMerchantCustomsItem, shippoGetMerchantManifest, shippoGetMerchantOrder, shippoGetMerchantParcel, shippoGetMerchantRate, shippoGetMerchantRefund, shippoGetMerchantShipment, shippoGetMerchantTrack, shippoGetMerchantTransaction, shippoGetOrder, shippoGetParcel, shippoGetRate, shippoGetRefund, shippoGetShipment, shippoGetShippoAccount, shippoGetTrack, shippoGetTransaction, shippoGetUserParcelTemplate, shippoGetWebhook, shippoListAddresses, shippoListCarrierAccounts, shippoListCarrierParcelTemplates, shippoListCustomsDeclarations, shippoListCustomsItems, shippoListManifests, shippoListMerchantAddresses, shippoListMerchantCarrierAccounts, shippoListMerchantCustomsDeclarations, shippoListMerchantCustomsItems, shippoListMerchantManifests, shippoListMerchantParcels, shippoListMerchantShipmentRatesByCurrency, shippoListMerchantShipments, shippoListMerchantTransactions, shippoListMerchants, shippoListOrders, shippoListRefunds, shippoListServiceGroups, shippoListShipmentRates, shippoListShipmentRatesByCurrency, shippoListShipments, shippoListShippoAccounts, shippoListUserParcelTemplates, shippoPurchaseMerchantBatch, shippoRemoveShipmentsFromBatch, shippoUpdateCarrierAccount, shippoUpdateDefaultParcelTemplate, shippoUpdateMerchant, shippoUpdateMerchantCarrierAccount, shippoUpdateServiceGroup, shippoUpdateUserParcelTemplate, shippoUpdateWebhook, shippoValidateAddress, shippoValidateMerchantAddress };
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { shippoCreateAddress } from "./create-address.mjs";
|
|
2
|
+
import { shippoCreateBatch } from "./create-batch.mjs";
|
|
3
|
+
import { shippoCreateCarrierAccount } from "./create-carrier-account.mjs";
|
|
4
|
+
import { shippoCreateCustomsItem } from "./create-customs-item.mjs";
|
|
5
|
+
import { shippoCreateLiveRate } from "./create-live-rate.mjs";
|
|
6
|
+
import { shippoCreateManifest } from "./create-manifest.mjs";
|
|
7
|
+
import { shippoCreateMerchantAddress } from "./create-merchant-address.mjs";
|
|
8
|
+
import { shippoCreateMerchantBatch } from "./create-merchant-batch.mjs";
|
|
9
|
+
import { shippoCreateMerchantCarrierAccount } from "./create-merchant-carrier-account.mjs";
|
|
10
|
+
import { shippoCreateMerchantCustomsDeclaration } from "./create-merchant-customs-declaration.mjs";
|
|
11
|
+
import { shippoCreateMerchantCustomsItem } from "./create-merchant-customs-item.mjs";
|
|
12
|
+
import { shippoCreateMerchantOrder } from "./create-merchant-order.mjs";
|
|
13
|
+
import { shippoCreateMerchantParcel } from "./create-merchant-parcel.mjs";
|
|
14
|
+
import { shippoCreateMerchantRefund } from "./create-merchant-refund.mjs";
|
|
15
|
+
import { shippoCreateMerchantShipment } from "./create-merchant-shipment.mjs";
|
|
16
|
+
import { shippoCreateMerchantTransaction } from "./create-merchant-transaction.mjs";
|
|
17
|
+
import { shippoCreateOrder } from "./create-order.mjs";
|
|
18
|
+
import { shippoCreateParcel } from "./create-parcel.mjs";
|
|
19
|
+
import { shippoCreateRefund } from "./create-refund.mjs";
|
|
20
|
+
import { shippoCreateServiceGroup } from "./create-service-group.mjs";
|
|
21
|
+
import { shippoCreateShipment } from "./create-shipment.mjs";
|
|
22
|
+
import { shippoCreateTrack } from "./create-track.mjs";
|
|
23
|
+
import { shippoCreateTransaction } from "./create-transaction.mjs";
|
|
24
|
+
import { shippoCreateUserParcelTemplate } from "./create-user-parcel-template.mjs";
|
|
25
|
+
import { shippoCreateWebhook } from "./create-webhook.mjs";
|
|
26
|
+
import { shippoDeleteDefaultParcelTemplate } from "./delete-default-parcel-template.mjs";
|
|
27
|
+
import { shippoDeleteUserParcelTemplate } from "./delete-user-parcel-template.mjs";
|
|
28
|
+
import { shippoDeleteWebhook } from "./delete-webhook.mjs";
|
|
29
|
+
import { shippoGetAddress } from "./get-address.mjs";
|
|
30
|
+
import { shippoGetCarrierAccount } from "./get-carrier-account.mjs";
|
|
31
|
+
import { shippoGetCarrierParcelTemplate } from "./get-carrier-parcel-template.mjs";
|
|
32
|
+
import { shippoGetCarrierRegistrationStatus } from "./get-carrier-registration-status.mjs";
|
|
33
|
+
import { shippoGetCustomsDeclaration } from "./get-customs-declaration.mjs";
|
|
34
|
+
import { shippoGetCustomsItem } from "./get-customs-item.mjs";
|
|
35
|
+
import { shippoGetDefaultParcelTemplate } from "./get-default-parcel-template.mjs";
|
|
36
|
+
import { shippoGetMerchant } from "./get-merchant.mjs";
|
|
37
|
+
import { shippoGetMerchantAddress } from "./get-merchant-address.mjs";
|
|
38
|
+
import { shippoGetMerchantBatch } from "./get-merchant-batch.mjs";
|
|
39
|
+
import { shippoGetMerchantCarrierAccount } from "./get-merchant-carrier-account.mjs";
|
|
40
|
+
import { shippoGetMerchantCarrierRegistrationStatus } from "./get-merchant-carrier-registration-status.mjs";
|
|
41
|
+
import { shippoGetMerchantCustomsDeclaration } from "./get-merchant-customs-declaration.mjs";
|
|
42
|
+
import { shippoGetMerchantCustomsItem } from "./get-merchant-customs-item.mjs";
|
|
43
|
+
import { shippoGetMerchantManifest } from "./get-merchant-manifest.mjs";
|
|
44
|
+
import { shippoGetMerchantOrder } from "./get-merchant-order.mjs";
|
|
45
|
+
import { shippoGetMerchantParcel } from "./get-merchant-parcel.mjs";
|
|
46
|
+
import { shippoGetMerchantRate } from "./get-merchant-rate.mjs";
|
|
47
|
+
import { shippoGetMerchantRefund } from "./get-merchant-refund.mjs";
|
|
48
|
+
import { shippoGetMerchantShipment } from "./get-merchant-shipment.mjs";
|
|
49
|
+
import { shippoGetMerchantTrack } from "./get-merchant-track.mjs";
|
|
50
|
+
import { shippoGetMerchantTransaction } from "./get-merchant-transaction.mjs";
|
|
51
|
+
import { shippoGetOrder } from "./get-order.mjs";
|
|
52
|
+
import { shippoGetParcel } from "./get-parcel.mjs";
|
|
53
|
+
import { shippoGetRate } from "./get-rate.mjs";
|
|
54
|
+
import { shippoGetRefund } from "./get-refund.mjs";
|
|
55
|
+
import { shippoGetShipment } from "./get-shipment.mjs";
|
|
56
|
+
import { shippoGetShippoAccount } from "./get-shippo-account.mjs";
|
|
57
|
+
import { shippoGetTrack } from "./get-track.mjs";
|
|
58
|
+
import { shippoGetTransaction } from "./get-transaction.mjs";
|
|
59
|
+
import { shippoGetUserParcelTemplate } from "./get-user-parcel-template.mjs";
|
|
60
|
+
import { shippoGetWebhook } from "./get-webhook.mjs";
|
|
61
|
+
import { shippoListAddresses } from "./list-addresses.mjs";
|
|
62
|
+
import { shippoListCarrierAccounts } from "./list-carrier-accounts.mjs";
|
|
63
|
+
import { shippoListCarrierParcelTemplates } from "./list-carrier-parcel-templates.mjs";
|
|
64
|
+
import { shippoListCustomsDeclarations } from "./list-customs-declarations.mjs";
|
|
65
|
+
import { shippoListCustomsItems } from "./list-customs-items.mjs";
|
|
66
|
+
import { shippoListManifests } from "./list-manifests.mjs";
|
|
67
|
+
import { shippoListMerchantAddresses } from "./list-merchant-addresses.mjs";
|
|
68
|
+
import { shippoListMerchantCarrierAccounts } from "./list-merchant-carrier-accounts.mjs";
|
|
69
|
+
import { shippoListMerchantCustomsDeclarations } from "./list-merchant-customs-declarations.mjs";
|
|
70
|
+
import { shippoListMerchantCustomsItems } from "./list-merchant-customs-items.mjs";
|
|
71
|
+
import { shippoListMerchantManifests } from "./list-merchant-manifests.mjs";
|
|
72
|
+
import { shippoListMerchantParcels } from "./list-merchant-parcels.mjs";
|
|
73
|
+
import { shippoListMerchantShipmentRatesByCurrency } from "./list-merchant-shipment-rates-by-currency.mjs";
|
|
74
|
+
import { shippoListMerchantShipments } from "./list-merchant-shipments.mjs";
|
|
75
|
+
import { shippoListMerchantTransactions } from "./list-merchant-transactions.mjs";
|
|
76
|
+
import { shippoListMerchants } from "./list-merchants.mjs";
|
|
77
|
+
import { shippoListOrders } from "./list-orders.mjs";
|
|
78
|
+
import { shippoListRefunds } from "./list-refunds.mjs";
|
|
79
|
+
import { shippoListServiceGroups } from "./list-service-groups.mjs";
|
|
80
|
+
import { shippoListShipmentRates } from "./list-shipment-rates.mjs";
|
|
81
|
+
import { shippoListShipmentRatesByCurrency } from "./list-shipment-rates-by-currency.mjs";
|
|
82
|
+
import { shippoListShipments } from "./list-shipments.mjs";
|
|
83
|
+
import { shippoListShippoAccounts } from "./list-shippo-accounts.mjs";
|
|
84
|
+
import { shippoListUserParcelTemplates } from "./list-user-parcel-templates.mjs";
|
|
85
|
+
import { shippoPurchaseMerchantBatch } from "./purchase-merchant-batch.mjs";
|
|
86
|
+
import { shippoRemoveShipmentsFromBatch } from "./remove-shipments-from-batch.mjs";
|
|
87
|
+
import { shippoUpdateCarrierAccount } from "./update-carrier-account.mjs";
|
|
88
|
+
import { shippoUpdateDefaultParcelTemplate } from "./update-default-parcel-template.mjs";
|
|
89
|
+
import { shippoUpdateMerchant } from "./update-merchant.mjs";
|
|
90
|
+
import { shippoUpdateMerchantCarrierAccount } from "./update-merchant-carrier-account.mjs";
|
|
91
|
+
import { shippoUpdateServiceGroup } from "./update-service-group.mjs";
|
|
92
|
+
import { shippoUpdateUserParcelTemplate } from "./update-user-parcel-template.mjs";
|
|
93
|
+
import { shippoUpdateWebhook } from "./update-webhook.mjs";
|
|
94
|
+
import { shippoValidateAddress } from "./validate-address.mjs";
|
|
95
|
+
import { shippoValidateMerchantAddress } from "./validate-merchant-address.mjs";
|
|
96
|
+
export { shippoCreateAddress, shippoCreateBatch, shippoCreateCarrierAccount, shippoCreateCustomsItem, shippoCreateLiveRate, shippoCreateManifest, shippoCreateMerchantAddress, shippoCreateMerchantBatch, shippoCreateMerchantCarrierAccount, shippoCreateMerchantCustomsDeclaration, shippoCreateMerchantCustomsItem, shippoCreateMerchantOrder, shippoCreateMerchantParcel, shippoCreateMerchantRefund, shippoCreateMerchantShipment, shippoCreateMerchantTransaction, shippoCreateOrder, shippoCreateParcel, shippoCreateRefund, shippoCreateServiceGroup, shippoCreateShipment, shippoCreateTrack, shippoCreateTransaction, shippoCreateUserParcelTemplate, shippoCreateWebhook, shippoDeleteDefaultParcelTemplate, shippoDeleteUserParcelTemplate, shippoDeleteWebhook, shippoGetAddress, shippoGetCarrierAccount, shippoGetCarrierParcelTemplate, shippoGetCarrierRegistrationStatus, shippoGetCustomsDeclaration, shippoGetCustomsItem, shippoGetDefaultParcelTemplate, shippoGetMerchant, shippoGetMerchantAddress, shippoGetMerchantBatch, shippoGetMerchantCarrierAccount, shippoGetMerchantCarrierRegistrationStatus, shippoGetMerchantCustomsDeclaration, shippoGetMerchantCustomsItem, shippoGetMerchantManifest, shippoGetMerchantOrder, shippoGetMerchantParcel, shippoGetMerchantRate, shippoGetMerchantRefund, shippoGetMerchantShipment, shippoGetMerchantTrack, shippoGetMerchantTransaction, shippoGetOrder, shippoGetParcel, shippoGetRate, shippoGetRefund, shippoGetShipment, shippoGetShippoAccount, shippoGetTrack, shippoGetTransaction, shippoGetUserParcelTemplate, shippoGetWebhook, shippoListAddresses, shippoListCarrierAccounts, shippoListCarrierParcelTemplates, shippoListCustomsDeclarations, shippoListCustomsItems, shippoListManifests, shippoListMerchantAddresses, shippoListMerchantCarrierAccounts, shippoListMerchantCustomsDeclarations, shippoListMerchantCustomsItems, shippoListMerchantManifests, shippoListMerchantParcels, shippoListMerchantShipmentRatesByCurrency, shippoListMerchantShipments, shippoListMerchantTransactions, shippoListMerchants, shippoListOrders, shippoListRefunds, shippoListServiceGroups, shippoListShipmentRates, shippoListShipmentRatesByCurrency, shippoListShipments, shippoListShippoAccounts, shippoListUserParcelTemplates, shippoPurchaseMerchantBatch, shippoRemoveShipmentsFromBatch, shippoUpdateCarrierAccount, shippoUpdateDefaultParcelTemplate, shippoUpdateMerchant, shippoUpdateMerchantCarrierAccount, shippoUpdateServiceGroup, shippoUpdateUserParcelTemplate, shippoUpdateWebhook, shippoValidateAddress, shippoValidateMerchantAddress };
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-addresses.ts
|
|
4
|
+
const ShippoListAddressesInput = zod.z.object({
|
|
5
|
+
page: zod.z.number().int().default(1).describe("The page number you want to select").optional(),
|
|
6
|
+
results: zod.z.number().int().default(25).describe("The number of results to return per page (max 100)").optional(),
|
|
7
|
+
SHIPPO_API_VERSION: zod.z.string().describe("String used to pick a non-default API version to use").optional()
|
|
8
|
+
}).describe("Request model for listing addresses with pagination.");
|
|
9
|
+
const ShippoListAddresses_ValidationMessageSchema = zod.z.object({
|
|
10
|
+
code: zod.z.string().describe("Validation message code").nullable().optional(),
|
|
11
|
+
text: zod.z.string().describe("Validation message text").nullable().optional(),
|
|
12
|
+
type: zod.z.string().describe("Type of validation message").nullable().optional(),
|
|
13
|
+
source: zod.z.string().describe("Source of the validation message").nullable().optional()
|
|
14
|
+
}).describe("Validation message object.");
|
|
15
|
+
const ShippoListAddresses_ValidationResultsSchema = zod.z.object({
|
|
16
|
+
is_valid: zod.z.boolean().describe("Boolean indicating if the address is valid").nullable().optional(),
|
|
17
|
+
messages: zod.z.array(ShippoListAddresses_ValidationMessageSchema).describe("List of validation messages").nullable().optional()
|
|
18
|
+
}).describe("Validation results for an address.");
|
|
19
|
+
const ShippoListAddresses_AddressSchema = zod.z.object({
|
|
20
|
+
zip: zod.z.string().describe("Postal code (required for purchase)").nullable().optional(),
|
|
21
|
+
city: zod.z.string().describe("City name (required for purchase)").nullable().optional(),
|
|
22
|
+
name: zod.z.string().describe("First and last name (required for purchase)").nullable().optional(),
|
|
23
|
+
test: zod.z.boolean().describe("Boolean indicating if this is a test mode address").nullable().optional(),
|
|
24
|
+
email: zod.z.string().describe("RFC3696/5321-compliant email address").nullable().optional(),
|
|
25
|
+
phone: zod.z.string().describe("Contact phone number").nullable().optional(),
|
|
26
|
+
state: zod.z.string().describe("State/province (required for some countries)").nullable().optional(),
|
|
27
|
+
company: zod.z.string().describe("Company name").nullable().optional(),
|
|
28
|
+
country: zod.z.string().describe("ISO country code (always required)").nullable().optional(),
|
|
29
|
+
street1: zod.z.string().describe("First street line, max 35 characters (required for purchase)").nullable().optional(),
|
|
30
|
+
street2: zod.z.string().describe("Second street line, max 35 characters").nullable().optional(),
|
|
31
|
+
street3: zod.z.string().describe("Third street line (USPS international, UPS only)").nullable().optional(),
|
|
32
|
+
metadata: zod.z.string().describe("Additional metadata, up to 100 characters").nullable().optional(),
|
|
33
|
+
object_id: zod.z.string().describe("Unique identifier for the address").nullable().optional(),
|
|
34
|
+
street_no: zod.z.string().describe("Building street number").nullable().optional(),
|
|
35
|
+
is_complete: zod.z.boolean().describe("Boolean indicating if all required values are present").nullable().optional(),
|
|
36
|
+
object_owner: zod.z.string().describe("Username of the creator").nullable().optional(),
|
|
37
|
+
is_residential: zod.z.boolean().describe("Boolean indicating residential status").nullable().optional(),
|
|
38
|
+
object_created: zod.z.string().describe("ISO 8601 timestamp when the address was created").nullable().optional(),
|
|
39
|
+
object_updated: zod.z.string().describe("ISO 8601 timestamp of last update").nullable().optional(),
|
|
40
|
+
validation_results: ShippoListAddresses_ValidationResultsSchema.nullable().optional()
|
|
41
|
+
}).describe("Address object returned by the Shippo API.");
|
|
42
|
+
const ShippoListAddressesOutput = zod.z.object({
|
|
43
|
+
next: zod.z.string().describe("URL for the next page of results, null if no more pages").nullable().optional(),
|
|
44
|
+
results: zod.z.array(ShippoListAddresses_AddressSchema).describe("Array of address objects").nullable().optional(),
|
|
45
|
+
previous: zod.z.string().describe("URL for the previous page of results, null if on first page").nullable().optional()
|
|
46
|
+
}).describe("Response containing paginated list of addresses.");
|
|
47
|
+
const shippoListAddresses = require_action.action("SHIPPO_LIST_ADDRESSES", {
|
|
48
|
+
slug: "shippo-list-addresses",
|
|
49
|
+
name: "List Addresses",
|
|
50
|
+
description: "Tool to list all addresses in the Shippo account with pagination support. Use when you need to retrieve stored addresses for shipment creation or management.",
|
|
51
|
+
input: ShippoListAddressesInput,
|
|
52
|
+
output: ShippoListAddressesOutput
|
|
53
|
+
});
|
|
54
|
+
//#endregion
|
|
55
|
+
exports.shippoListAddresses = shippoListAddresses;
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=list-addresses.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addresses.cjs","names":["z","action"],"sources":["../../src/actions/list-addresses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoListAddressesInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"The page number you want to select\").optional(),\n results: z.number().int().default(25).describe(\"The number of results to return per page (max 100)\").optional(),\n SHIPPO_API_VERSION: z.string().describe(\"String used to pick a non-default API version to use\").optional(),\n}).describe(\"Request model for listing addresses with pagination.\");\nconst ShippoListAddresses_ValidationMessageSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Validation message code\").nullable().optional(),\n text: z.string().describe(\"Validation message text\").nullable().optional(),\n type: z.string().describe(\"Type of validation message\").nullable().optional(),\n source: z.string().describe(\"Source of the validation message\").nullable().optional(),\n}).describe(\"Validation message object.\");\nconst ShippoListAddresses_ValidationResultsSchema: z.ZodTypeAny = z.object({\n is_valid: z.boolean().describe(\"Boolean indicating if the address is valid\").nullable().optional(),\n messages: z.array(ShippoListAddresses_ValidationMessageSchema).describe(\"List of validation messages\").nullable().optional(),\n}).describe(\"Validation results for an address.\");\nconst ShippoListAddresses_AddressSchema: z.ZodTypeAny = z.object({\n zip: z.string().describe(\"Postal code (required for purchase)\").nullable().optional(),\n city: z.string().describe(\"City name (required for purchase)\").nullable().optional(),\n name: z.string().describe(\"First and last name (required for purchase)\").nullable().optional(),\n test: z.boolean().describe(\"Boolean indicating if this is a test mode address\").nullable().optional(),\n email: z.string().describe(\"RFC3696/5321-compliant email address\").nullable().optional(),\n phone: z.string().describe(\"Contact phone number\").nullable().optional(),\n state: z.string().describe(\"State/province (required for some countries)\").nullable().optional(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"ISO country code (always required)\").nullable().optional(),\n street1: z.string().describe(\"First street line, max 35 characters (required for purchase)\").nullable().optional(),\n street2: z.string().describe(\"Second street line, max 35 characters\").nullable().optional(),\n street3: z.string().describe(\"Third street line (USPS international, UPS only)\").nullable().optional(),\n metadata: z.string().describe(\"Additional metadata, up to 100 characters\").nullable().optional(),\n object_id: z.string().describe(\"Unique identifier for the address\").nullable().optional(),\n street_no: z.string().describe(\"Building street number\").nullable().optional(),\n is_complete: z.boolean().describe(\"Boolean indicating if all required values are present\").nullable().optional(),\n object_owner: z.string().describe(\"Username of the creator\").nullable().optional(),\n is_residential: z.boolean().describe(\"Boolean indicating residential status\").nullable().optional(),\n object_created: z.string().describe(\"ISO 8601 timestamp when the address was created\").nullable().optional(),\n object_updated: z.string().describe(\"ISO 8601 timestamp of last update\").nullable().optional(),\n validation_results: ShippoListAddresses_ValidationResultsSchema.nullable().optional(),\n}).describe(\"Address object returned by the Shippo API.\");\nexport const ShippoListAddressesOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results, null if no more pages\").nullable().optional(),\n results: z.array(ShippoListAddresses_AddressSchema).describe(\"Array of address objects\").nullable().optional(),\n previous: z.string().describe(\"URL for the previous page of results, null if on first page\").nullable().optional(),\n}).describe(\"Response containing paginated list of addresses.\");\n\nexport const shippoListAddresses = action(\"SHIPPO_LIST_ADDRESSES\", {\n slug: \"shippo-list-addresses\",\n name: \"List Addresses\",\n description: \"Tool to list all addresses in the Shippo account with pagination support. Use when you need to retrieve stored addresses for shipment creation or management.\",\n input: ShippoListAddressesInput,\n output: ShippoListAddressesOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-addresses.d.ts
|
|
4
|
+
declare const ShippoListAddressesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShippoListAddressesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shippoListAddresses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shippoListAddresses };
|
|
9
|
+
//# sourceMappingURL=list-addresses.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addresses.d.cts","names":[],"sources":["../../src/actions/list-addresses.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAI0B;AAAA,cAkCtD,yBAAA,EAA2B,CAAA,CAAE,UAIqB;AAAA,cAElD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-addresses.d.ts
|
|
4
|
+
declare const ShippoListAddressesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShippoListAddressesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shippoListAddresses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shippoListAddresses };
|
|
9
|
+
//# sourceMappingURL=list-addresses.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addresses.d.mts","names":[],"sources":["../../src/actions/list-addresses.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAI0B;AAAA,cAkCtD,yBAAA,EAA2B,CAAA,CAAE,UAIqB;AAAA,cAElD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-addresses.ts
|
|
4
|
+
const ShippoListAddressesInput = z.object({
|
|
5
|
+
page: z.number().int().default(1).describe("The page number you want to select").optional(),
|
|
6
|
+
results: z.number().int().default(25).describe("The number of results to return per page (max 100)").optional(),
|
|
7
|
+
SHIPPO_API_VERSION: z.string().describe("String used to pick a non-default API version to use").optional()
|
|
8
|
+
}).describe("Request model for listing addresses with pagination.");
|
|
9
|
+
const ShippoListAddresses_ValidationMessageSchema = z.object({
|
|
10
|
+
code: z.string().describe("Validation message code").nullable().optional(),
|
|
11
|
+
text: z.string().describe("Validation message text").nullable().optional(),
|
|
12
|
+
type: z.string().describe("Type of validation message").nullable().optional(),
|
|
13
|
+
source: z.string().describe("Source of the validation message").nullable().optional()
|
|
14
|
+
}).describe("Validation message object.");
|
|
15
|
+
const ShippoListAddresses_ValidationResultsSchema = z.object({
|
|
16
|
+
is_valid: z.boolean().describe("Boolean indicating if the address is valid").nullable().optional(),
|
|
17
|
+
messages: z.array(ShippoListAddresses_ValidationMessageSchema).describe("List of validation messages").nullable().optional()
|
|
18
|
+
}).describe("Validation results for an address.");
|
|
19
|
+
const ShippoListAddresses_AddressSchema = z.object({
|
|
20
|
+
zip: z.string().describe("Postal code (required for purchase)").nullable().optional(),
|
|
21
|
+
city: z.string().describe("City name (required for purchase)").nullable().optional(),
|
|
22
|
+
name: z.string().describe("First and last name (required for purchase)").nullable().optional(),
|
|
23
|
+
test: z.boolean().describe("Boolean indicating if this is a test mode address").nullable().optional(),
|
|
24
|
+
email: z.string().describe("RFC3696/5321-compliant email address").nullable().optional(),
|
|
25
|
+
phone: z.string().describe("Contact phone number").nullable().optional(),
|
|
26
|
+
state: z.string().describe("State/province (required for some countries)").nullable().optional(),
|
|
27
|
+
company: z.string().describe("Company name").nullable().optional(),
|
|
28
|
+
country: z.string().describe("ISO country code (always required)").nullable().optional(),
|
|
29
|
+
street1: z.string().describe("First street line, max 35 characters (required for purchase)").nullable().optional(),
|
|
30
|
+
street2: z.string().describe("Second street line, max 35 characters").nullable().optional(),
|
|
31
|
+
street3: z.string().describe("Third street line (USPS international, UPS only)").nullable().optional(),
|
|
32
|
+
metadata: z.string().describe("Additional metadata, up to 100 characters").nullable().optional(),
|
|
33
|
+
object_id: z.string().describe("Unique identifier for the address").nullable().optional(),
|
|
34
|
+
street_no: z.string().describe("Building street number").nullable().optional(),
|
|
35
|
+
is_complete: z.boolean().describe("Boolean indicating if all required values are present").nullable().optional(),
|
|
36
|
+
object_owner: z.string().describe("Username of the creator").nullable().optional(),
|
|
37
|
+
is_residential: z.boolean().describe("Boolean indicating residential status").nullable().optional(),
|
|
38
|
+
object_created: z.string().describe("ISO 8601 timestamp when the address was created").nullable().optional(),
|
|
39
|
+
object_updated: z.string().describe("ISO 8601 timestamp of last update").nullable().optional(),
|
|
40
|
+
validation_results: ShippoListAddresses_ValidationResultsSchema.nullable().optional()
|
|
41
|
+
}).describe("Address object returned by the Shippo API.");
|
|
42
|
+
const shippoListAddresses = action("SHIPPO_LIST_ADDRESSES", {
|
|
43
|
+
slug: "shippo-list-addresses",
|
|
44
|
+
name: "List Addresses",
|
|
45
|
+
description: "Tool to list all addresses in the Shippo account with pagination support. Use when you need to retrieve stored addresses for shipment creation or management.",
|
|
46
|
+
input: ShippoListAddressesInput,
|
|
47
|
+
output: z.object({
|
|
48
|
+
next: z.string().describe("URL for the next page of results, null if no more pages").nullable().optional(),
|
|
49
|
+
results: z.array(ShippoListAddresses_AddressSchema).describe("Array of address objects").nullable().optional(),
|
|
50
|
+
previous: z.string().describe("URL for the previous page of results, null if on first page").nullable().optional()
|
|
51
|
+
}).describe("Response containing paginated list of addresses.")
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
export { shippoListAddresses };
|
|
55
|
+
|
|
56
|
+
//# sourceMappingURL=list-addresses.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-addresses.mjs","names":[],"sources":["../../src/actions/list-addresses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoListAddressesInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"The page number you want to select\").optional(),\n results: z.number().int().default(25).describe(\"The number of results to return per page (max 100)\").optional(),\n SHIPPO_API_VERSION: z.string().describe(\"String used to pick a non-default API version to use\").optional(),\n}).describe(\"Request model for listing addresses with pagination.\");\nconst ShippoListAddresses_ValidationMessageSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Validation message code\").nullable().optional(),\n text: z.string().describe(\"Validation message text\").nullable().optional(),\n type: z.string().describe(\"Type of validation message\").nullable().optional(),\n source: z.string().describe(\"Source of the validation message\").nullable().optional(),\n}).describe(\"Validation message object.\");\nconst ShippoListAddresses_ValidationResultsSchema: z.ZodTypeAny = z.object({\n is_valid: z.boolean().describe(\"Boolean indicating if the address is valid\").nullable().optional(),\n messages: z.array(ShippoListAddresses_ValidationMessageSchema).describe(\"List of validation messages\").nullable().optional(),\n}).describe(\"Validation results for an address.\");\nconst ShippoListAddresses_AddressSchema: z.ZodTypeAny = z.object({\n zip: z.string().describe(\"Postal code (required for purchase)\").nullable().optional(),\n city: z.string().describe(\"City name (required for purchase)\").nullable().optional(),\n name: z.string().describe(\"First and last name (required for purchase)\").nullable().optional(),\n test: z.boolean().describe(\"Boolean indicating if this is a test mode address\").nullable().optional(),\n email: z.string().describe(\"RFC3696/5321-compliant email address\").nullable().optional(),\n phone: z.string().describe(\"Contact phone number\").nullable().optional(),\n state: z.string().describe(\"State/province (required for some countries)\").nullable().optional(),\n company: z.string().describe(\"Company name\").nullable().optional(),\n country: z.string().describe(\"ISO country code (always required)\").nullable().optional(),\n street1: z.string().describe(\"First street line, max 35 characters (required for purchase)\").nullable().optional(),\n street2: z.string().describe(\"Second street line, max 35 characters\").nullable().optional(),\n street3: z.string().describe(\"Third street line (USPS international, UPS only)\").nullable().optional(),\n metadata: z.string().describe(\"Additional metadata, up to 100 characters\").nullable().optional(),\n object_id: z.string().describe(\"Unique identifier for the address\").nullable().optional(),\n street_no: z.string().describe(\"Building street number\").nullable().optional(),\n is_complete: z.boolean().describe(\"Boolean indicating if all required values are present\").nullable().optional(),\n object_owner: z.string().describe(\"Username of the creator\").nullable().optional(),\n is_residential: z.boolean().describe(\"Boolean indicating residential status\").nullable().optional(),\n object_created: z.string().describe(\"ISO 8601 timestamp when the address was created\").nullable().optional(),\n object_updated: z.string().describe(\"ISO 8601 timestamp of last update\").nullable().optional(),\n validation_results: ShippoListAddresses_ValidationResultsSchema.nullable().optional(),\n}).describe(\"Address object returned by the Shippo API.\");\nexport const ShippoListAddressesOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results, null if no more pages\").nullable().optional(),\n results: z.array(ShippoListAddresses_AddressSchema).describe(\"Array of address objects\").nullable().optional(),\n previous: z.string().describe(\"URL for the previous page of results, null if on first page\").nullable().optional(),\n}).describe(\"Response containing paginated list of addresses.\");\n\nexport const shippoListAddresses = action(\"SHIPPO_LIST_ADDRESSES\", {\n slug: \"shippo-list-addresses\",\n name: \"List Addresses\",\n description: \"Tool to list all addresses in the Shippo account with pagination support. Use when you need to retrieve stored addresses for shipment creation or management.\",\n input: ShippoListAddressesInput,\n output: ShippoListAddressesOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-carrier-accounts.ts
|
|
4
|
+
const ShippoListCarrierAccountsInput = zod.z.object({
|
|
5
|
+
page: zod.z.number().int().default(1).describe("The page number you want to select").optional(),
|
|
6
|
+
results: zod.z.number().int().default(25).describe("The number of results to return per page (max 100)").optional(),
|
|
7
|
+
SHIPPO_API_VERSION: zod.z.string().describe("String used to pick a non-default API version to use").optional()
|
|
8
|
+
}).describe("Request model for listing carrier accounts with pagination.");
|
|
9
|
+
const ShippoListCarrierAccounts_CarrierImagesSchema = zod.z.object({
|
|
10
|
+
"75": zod.z.string().describe("URL to carrier logo at 75px size").nullable().optional(),
|
|
11
|
+
"200": zod.z.string().describe("URL to carrier logo at 200px size").nullable().optional()
|
|
12
|
+
}).describe("Carrier logo images at different sizes.");
|
|
13
|
+
const ShippoListCarrierAccounts_CarrierAccountSchema = zod.z.object({
|
|
14
|
+
test: zod.z.boolean().describe("Indicates whether the carrier account is in test mode").nullable().optional(),
|
|
15
|
+
active: zod.z.boolean().describe("Indicates whether the carrier account is active").nullable().optional(),
|
|
16
|
+
carrier: zod.z.string().describe("The carrier name (e.g., 'usps', 'fedex', 'ups')").nullable().optional(),
|
|
17
|
+
metadata: zod.z.string().describe("A string of up to 100 characters that can be filled with any additional information").nullable().optional(),
|
|
18
|
+
object_id: zod.z.string().describe("Unique identifier of the carrier account object").nullable().optional(),
|
|
19
|
+
account_id: zod.z.string().describe("The account ID for the carrier account (may be masked for security)").nullable().optional(),
|
|
20
|
+
parameters: zod.z.object({}).describe("Carrier-specific parameters for the account (may be masked for security)").nullable().optional(),
|
|
21
|
+
carrier_name: zod.z.string().describe("Human-readable carrier name").nullable().optional(),
|
|
22
|
+
object_owner: zod.z.string().describe("Username of the user who created the carrier account object").nullable().optional(),
|
|
23
|
+
carrier_images: ShippoListCarrierAccounts_CarrierImagesSchema.nullable().optional(),
|
|
24
|
+
object_created: zod.z.string().describe("ISO 8601 timestamp when the carrier account was created").nullable().optional(),
|
|
25
|
+
object_updated: zod.z.string().describe("ISO 8601 timestamp of last update").nullable().optional(),
|
|
26
|
+
is_shippo_account: zod.z.boolean().describe("Indicates if this is a Shippo-managed carrier account").nullable().optional()
|
|
27
|
+
}).describe("Carrier account object returned by the Shippo API.");
|
|
28
|
+
const ShippoListCarrierAccountsOutput = zod.z.object({
|
|
29
|
+
next: zod.z.string().describe("URL for the next page of results, null if no more pages").nullable().optional(),
|
|
30
|
+
results: zod.z.array(ShippoListCarrierAccounts_CarrierAccountSchema).describe("Array of carrier account objects").nullable().optional(),
|
|
31
|
+
previous: zod.z.string().describe("URL for the previous page of results, null if on first page").nullable().optional()
|
|
32
|
+
}).describe("Response containing paginated list of carrier accounts.");
|
|
33
|
+
const shippoListCarrierAccounts = require_action.action("SHIPPO_LIST_CARRIER_ACCOUNTS", {
|
|
34
|
+
slug: "shippo-list-carrier-accounts",
|
|
35
|
+
name: "List Carrier Accounts",
|
|
36
|
+
description: "Tool to list all carrier accounts configured in the Shippo account with pagination support. Use when you need to retrieve carrier accounts for shipment creation or management.",
|
|
37
|
+
input: ShippoListCarrierAccountsInput,
|
|
38
|
+
output: ShippoListCarrierAccountsOutput
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
exports.shippoListCarrierAccounts = shippoListCarrierAccounts;
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=list-carrier-accounts.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-carrier-accounts.cjs","names":["z","action"],"sources":["../../src/actions/list-carrier-accounts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoListCarrierAccountsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"The page number you want to select\").optional(),\n results: z.number().int().default(25).describe(\"The number of results to return per page (max 100)\").optional(),\n SHIPPO_API_VERSION: z.string().describe(\"String used to pick a non-default API version to use\").optional(),\n}).describe(\"Request model for listing carrier accounts with pagination.\");\nconst ShippoListCarrierAccounts_CarrierImagesSchema: z.ZodTypeAny = z.object({\n \"75\": z.string().describe(\"URL to carrier logo at 75px size\").nullable().optional(),\n \"200\": z.string().describe(\"URL to carrier logo at 200px size\").nullable().optional(),\n}).describe(\"Carrier logo images at different sizes.\");\nconst ShippoListCarrierAccounts_CarrierAccountSchema: z.ZodTypeAny = z.object({\n test: z.boolean().describe(\"Indicates whether the carrier account is in test mode\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the carrier account is active\").nullable().optional(),\n carrier: z.string().describe(\"The carrier name (e.g., 'usps', 'fedex', 'ups')\").nullable().optional(),\n metadata: z.string().describe(\"A string of up to 100 characters that can be filled with any additional information\").nullable().optional(),\n object_id: z.string().describe(\"Unique identifier of the carrier account object\").nullable().optional(),\n account_id: z.string().describe(\"The account ID for the carrier account (may be masked for security)\").nullable().optional(),\n parameters: z.object({}).describe(\"Carrier-specific parameters for the account (may be masked for security)\").nullable().optional(),\n carrier_name: z.string().describe(\"Human-readable carrier name\").nullable().optional(),\n object_owner: z.string().describe(\"Username of the user who created the carrier account object\").nullable().optional(),\n carrier_images: ShippoListCarrierAccounts_CarrierImagesSchema.nullable().optional(),\n object_created: z.string().describe(\"ISO 8601 timestamp when the carrier account was created\").nullable().optional(),\n object_updated: z.string().describe(\"ISO 8601 timestamp of last update\").nullable().optional(),\n is_shippo_account: z.boolean().describe(\"Indicates if this is a Shippo-managed carrier account\").nullable().optional(),\n}).describe(\"Carrier account object returned by the Shippo API.\");\nexport const ShippoListCarrierAccountsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results, null if no more pages\").nullable().optional(),\n results: z.array(ShippoListCarrierAccounts_CarrierAccountSchema).describe(\"Array of carrier account objects\").nullable().optional(),\n previous: z.string().describe(\"URL for the previous page of results, null if on first page\").nullable().optional(),\n}).describe(\"Response containing paginated list of carrier accounts.\");\n\nexport const shippoListCarrierAccounts = action(\"SHIPPO_LIST_CARRIER_ACCOUNTS\", {\n slug: \"shippo-list-carrier-accounts\",\n name: \"List Carrier Accounts\",\n description: \"Tool to list all carrier accounts configured in the Shippo account with pagination support. Use when you need to retrieve carrier accounts for shipment creation or management.\",\n input: ShippoListCarrierAccountsInput,\n output: ShippoListCarrierAccountsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-carrier-accounts.d.ts
|
|
4
|
+
declare const ShippoListCarrierAccountsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShippoListCarrierAccountsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shippoListCarrierAccounts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shippoListCarrierAccounts };
|
|
9
|
+
//# sourceMappingURL=list-carrier-accounts.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-carrier-accounts.d.cts","names":[],"sources":["../../src/actions/list-carrier-accounts.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAI2B;AAAA,cAoB7D,+BAAA,EAAiC,CAAA,CAAE,UAIsB;AAAA,cAEzD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-carrier-accounts.d.ts
|
|
4
|
+
declare const ShippoListCarrierAccountsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShippoListCarrierAccountsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shippoListCarrierAccounts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shippoListCarrierAccounts };
|
|
9
|
+
//# sourceMappingURL=list-carrier-accounts.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-carrier-accounts.d.mts","names":[],"sources":["../../src/actions/list-carrier-accounts.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAI2B;AAAA,cAoB7D,+BAAA,EAAiC,CAAA,CAAE,UAIsB;AAAA,cAEzD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-carrier-accounts.ts
|
|
4
|
+
const ShippoListCarrierAccountsInput = z.object({
|
|
5
|
+
page: z.number().int().default(1).describe("The page number you want to select").optional(),
|
|
6
|
+
results: z.number().int().default(25).describe("The number of results to return per page (max 100)").optional(),
|
|
7
|
+
SHIPPO_API_VERSION: z.string().describe("String used to pick a non-default API version to use").optional()
|
|
8
|
+
}).describe("Request model for listing carrier accounts with pagination.");
|
|
9
|
+
const ShippoListCarrierAccounts_CarrierImagesSchema = z.object({
|
|
10
|
+
"75": z.string().describe("URL to carrier logo at 75px size").nullable().optional(),
|
|
11
|
+
"200": z.string().describe("URL to carrier logo at 200px size").nullable().optional()
|
|
12
|
+
}).describe("Carrier logo images at different sizes.");
|
|
13
|
+
const ShippoListCarrierAccounts_CarrierAccountSchema = z.object({
|
|
14
|
+
test: z.boolean().describe("Indicates whether the carrier account is in test mode").nullable().optional(),
|
|
15
|
+
active: z.boolean().describe("Indicates whether the carrier account is active").nullable().optional(),
|
|
16
|
+
carrier: z.string().describe("The carrier name (e.g., 'usps', 'fedex', 'ups')").nullable().optional(),
|
|
17
|
+
metadata: z.string().describe("A string of up to 100 characters that can be filled with any additional information").nullable().optional(),
|
|
18
|
+
object_id: z.string().describe("Unique identifier of the carrier account object").nullable().optional(),
|
|
19
|
+
account_id: z.string().describe("The account ID for the carrier account (may be masked for security)").nullable().optional(),
|
|
20
|
+
parameters: z.object({}).describe("Carrier-specific parameters for the account (may be masked for security)").nullable().optional(),
|
|
21
|
+
carrier_name: z.string().describe("Human-readable carrier name").nullable().optional(),
|
|
22
|
+
object_owner: z.string().describe("Username of the user who created the carrier account object").nullable().optional(),
|
|
23
|
+
carrier_images: ShippoListCarrierAccounts_CarrierImagesSchema.nullable().optional(),
|
|
24
|
+
object_created: z.string().describe("ISO 8601 timestamp when the carrier account was created").nullable().optional(),
|
|
25
|
+
object_updated: z.string().describe("ISO 8601 timestamp of last update").nullable().optional(),
|
|
26
|
+
is_shippo_account: z.boolean().describe("Indicates if this is a Shippo-managed carrier account").nullable().optional()
|
|
27
|
+
}).describe("Carrier account object returned by the Shippo API.");
|
|
28
|
+
const shippoListCarrierAccounts = action("SHIPPO_LIST_CARRIER_ACCOUNTS", {
|
|
29
|
+
slug: "shippo-list-carrier-accounts",
|
|
30
|
+
name: "List Carrier Accounts",
|
|
31
|
+
description: "Tool to list all carrier accounts configured in the Shippo account with pagination support. Use when you need to retrieve carrier accounts for shipment creation or management.",
|
|
32
|
+
input: ShippoListCarrierAccountsInput,
|
|
33
|
+
output: z.object({
|
|
34
|
+
next: z.string().describe("URL for the next page of results, null if no more pages").nullable().optional(),
|
|
35
|
+
results: z.array(ShippoListCarrierAccounts_CarrierAccountSchema).describe("Array of carrier account objects").nullable().optional(),
|
|
36
|
+
previous: z.string().describe("URL for the previous page of results, null if on first page").nullable().optional()
|
|
37
|
+
}).describe("Response containing paginated list of carrier accounts.")
|
|
38
|
+
});
|
|
39
|
+
//#endregion
|
|
40
|
+
export { shippoListCarrierAccounts };
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=list-carrier-accounts.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-carrier-accounts.mjs","names":[],"sources":["../../src/actions/list-carrier-accounts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoListCarrierAccountsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"The page number you want to select\").optional(),\n results: z.number().int().default(25).describe(\"The number of results to return per page (max 100)\").optional(),\n SHIPPO_API_VERSION: z.string().describe(\"String used to pick a non-default API version to use\").optional(),\n}).describe(\"Request model for listing carrier accounts with pagination.\");\nconst ShippoListCarrierAccounts_CarrierImagesSchema: z.ZodTypeAny = z.object({\n \"75\": z.string().describe(\"URL to carrier logo at 75px size\").nullable().optional(),\n \"200\": z.string().describe(\"URL to carrier logo at 200px size\").nullable().optional(),\n}).describe(\"Carrier logo images at different sizes.\");\nconst ShippoListCarrierAccounts_CarrierAccountSchema: z.ZodTypeAny = z.object({\n test: z.boolean().describe(\"Indicates whether the carrier account is in test mode\").nullable().optional(),\n active: z.boolean().describe(\"Indicates whether the carrier account is active\").nullable().optional(),\n carrier: z.string().describe(\"The carrier name (e.g., 'usps', 'fedex', 'ups')\").nullable().optional(),\n metadata: z.string().describe(\"A string of up to 100 characters that can be filled with any additional information\").nullable().optional(),\n object_id: z.string().describe(\"Unique identifier of the carrier account object\").nullable().optional(),\n account_id: z.string().describe(\"The account ID for the carrier account (may be masked for security)\").nullable().optional(),\n parameters: z.object({}).describe(\"Carrier-specific parameters for the account (may be masked for security)\").nullable().optional(),\n carrier_name: z.string().describe(\"Human-readable carrier name\").nullable().optional(),\n object_owner: z.string().describe(\"Username of the user who created the carrier account object\").nullable().optional(),\n carrier_images: ShippoListCarrierAccounts_CarrierImagesSchema.nullable().optional(),\n object_created: z.string().describe(\"ISO 8601 timestamp when the carrier account was created\").nullable().optional(),\n object_updated: z.string().describe(\"ISO 8601 timestamp of last update\").nullable().optional(),\n is_shippo_account: z.boolean().describe(\"Indicates if this is a Shippo-managed carrier account\").nullable().optional(),\n}).describe(\"Carrier account object returned by the Shippo API.\");\nexport const ShippoListCarrierAccountsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results, null if no more pages\").nullable().optional(),\n results: z.array(ShippoListCarrierAccounts_CarrierAccountSchema).describe(\"Array of carrier account objects\").nullable().optional(),\n previous: z.string().describe(\"URL for the previous page of results, null if on first page\").nullable().optional(),\n}).describe(\"Response containing paginated list of carrier accounts.\");\n\nexport const shippoListCarrierAccounts = action(\"SHIPPO_LIST_CARRIER_ACCOUNTS\", {\n slug: \"shippo-list-carrier-accounts\",\n name: \"List Carrier Accounts\",\n description: \"Tool to list all carrier accounts configured in the Shippo account with pagination support. Use when you need to retrieve carrier accounts for shipment creation or management.\",\n input: ShippoListCarrierAccountsInput,\n output: ShippoListCarrierAccountsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9G,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,gDAA8D,EAAE,OAAO;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,iDAA+D,EAAE,OAAO;CAC5E,MAAM,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,YAAY,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,gBAAgB,8CAA8C,SAAS,CAAC,CAAC,SAAS;CAClF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,mBAAmB,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAOhE,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX2D,EAAE,OAAO;EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,SAAS,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-carrier-parcel-templates.ts
|
|
4
|
+
const ShippoListCarrierParcelTemplatesInput = zod.z.object({
|
|
5
|
+
carrier: zod.z.string().describe("Filter templates by specific carrier name (e.g., 'fedex', 'usps', 'ups')").optional(),
|
|
6
|
+
include: zod.z.enum([
|
|
7
|
+
"all",
|
|
8
|
+
"user",
|
|
9
|
+
"enabled"
|
|
10
|
+
]).describe("Filter templates by type: 'all' returns all templates, 'user' returns only user-created templates, 'enabled' returns only enabled templates").optional(),
|
|
11
|
+
shippo_api_version: zod.z.string().describe("String used to pick a non-default API version to use").optional()
|
|
12
|
+
});
|
|
13
|
+
const ShippoListCarrierParcelTemplates_DistanceUnitSchema = zod.z.enum([
|
|
14
|
+
"cm",
|
|
15
|
+
"in",
|
|
16
|
+
"ft",
|
|
17
|
+
"m",
|
|
18
|
+
"mm",
|
|
19
|
+
"yd"
|
|
20
|
+
]);
|
|
21
|
+
const ShippoListCarrierParcelTemplates_CarrierParcelTemplateSchema = zod.z.object({
|
|
22
|
+
name: zod.z.string().describe("The name of the carrier parcel template").nullable().optional(),
|
|
23
|
+
token: zod.z.string().describe("The unique string representation of the carrier parcel template").nullable().optional(),
|
|
24
|
+
width: zod.z.string().describe("The width of the package, in units specified by the distance_unit attribute").nullable().optional(),
|
|
25
|
+
height: zod.z.string().describe("The height of the package, in units specified by the distance_unit attribute").nullable().optional(),
|
|
26
|
+
length: zod.z.string().describe("The length of the package, in units specified by the distance_unit attribute").nullable().optional(),
|
|
27
|
+
carrier: zod.z.string().describe("The name of the carrier that provides this parcel template").nullable().optional(),
|
|
28
|
+
distance_unit: ShippoListCarrierParcelTemplates_DistanceUnitSchema.nullable().optional(),
|
|
29
|
+
is_variable_dimensions: zod.z.boolean().describe("True if the carrier parcel template allows custom dimensions, such as USPS Softpack").nullable().optional()
|
|
30
|
+
});
|
|
31
|
+
const ShippoListCarrierParcelTemplatesOutput = zod.z.object({ templates: zod.z.array(ShippoListCarrierParcelTemplates_CarrierParcelTemplateSchema).describe("List of carrier parcel templates available for creating shipments") });
|
|
32
|
+
const shippoListCarrierParcelTemplates = require_action.action("SHIPPO_LIST_CARRIER_PARCEL_TEMPLATES", {
|
|
33
|
+
slug: "shippo-list-carrier-parcel-templates",
|
|
34
|
+
name: "List Carrier Parcel Templates",
|
|
35
|
+
description: "Tool to list all carrier parcel templates available for creating shipments. Use when you need to retrieve standardized parcel dimensions provided by carriers like FedEx, USPS, UPS, etc.",
|
|
36
|
+
input: ShippoListCarrierParcelTemplatesInput,
|
|
37
|
+
output: ShippoListCarrierParcelTemplatesOutput
|
|
38
|
+
});
|
|
39
|
+
//#endregion
|
|
40
|
+
exports.shippoListCarrierParcelTemplates = shippoListCarrierParcelTemplates;
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=list-carrier-parcel-templates.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-carrier-parcel-templates.cjs","names":["z","action"],"sources":["../../src/actions/list-carrier-parcel-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoListCarrierParcelTemplatesInput: z.ZodTypeAny = z.object({\n carrier: z.string().describe(\"Filter templates by specific carrier name (e.g., 'fedex', 'usps', 'ups')\").optional(),\n include: z.enum([\"all\", \"user\", \"enabled\"]).describe(\"Filter templates by type: 'all' returns all templates, 'user' returns only user-created templates, 'enabled' returns only enabled templates\").optional(),\n shippo_api_version: z.string().describe(\"String used to pick a non-default API version to use\").optional(),\n});\nconst ShippoListCarrierParcelTemplates_DistanceUnitSchema: z.ZodTypeAny = z.enum([\"cm\", \"in\", \"ft\", \"m\", \"mm\", \"yd\"]);\nconst ShippoListCarrierParcelTemplates_CarrierParcelTemplateSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the carrier parcel template\").nullable().optional(),\n token: z.string().describe(\"The unique string representation of the carrier parcel template\").nullable().optional(),\n width: z.string().describe(\"The width of the package, in units specified by the distance_unit attribute\").nullable().optional(),\n height: z.string().describe(\"The height of the package, in units specified by the distance_unit attribute\").nullable().optional(),\n length: z.string().describe(\"The length of the package, in units specified by the distance_unit attribute\").nullable().optional(),\n carrier: z.string().describe(\"The name of the carrier that provides this parcel template\").nullable().optional(),\n distance_unit: ShippoListCarrierParcelTemplates_DistanceUnitSchema.nullable().optional(),\n is_variable_dimensions: z.boolean().describe(\"True if the carrier parcel template allows custom dimensions, such as USPS Softpack\").nullable().optional(),\n});\nexport const ShippoListCarrierParcelTemplatesOutput: z.ZodTypeAny = z.object({\n templates: z.array(ShippoListCarrierParcelTemplates_CarrierParcelTemplateSchema).describe(\"List of carrier parcel templates available for creating shipments\"),\n});\n\nexport const shippoListCarrierParcelTemplates = action(\"SHIPPO_LIST_CARRIER_PARCEL_TEMPLATES\", {\n slug: \"shippo-list-carrier-parcel-templates\",\n name: \"List Carrier Parcel Templates\",\n description: \"Tool to list all carrier parcel templates available for creating shipments. Use when you need to retrieve standardized parcel dimensions provided by carriers like FedEx, USPS, UPS, etc.\",\n input: ShippoListCarrierParcelTemplatesInput,\n output: ShippoListCarrierParcelTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CAClH,SAASA,IAAAA,EAAE,KAAK;EAAC;EAAO;EAAQ;CAAS,CAAC,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS;CAC7M,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AAC3G,CAAC;AACD,MAAM,sDAAoEA,IAAAA,EAAE,KAAK;CAAC;CAAM;CAAM;CAAM;CAAK;CAAM;AAAI,CAAC;AACpH,MAAM,+DAA6EA,IAAAA,EAAE,OAAO;CAC1F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,eAAe,oDAAoD,SAAS,CAAC,CAAC,SAAS;CACvF,wBAAwBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1J,CAAC;AACD,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,WAAWA,IAAAA,EAAE,MAAM,4DAA4D,CAAC,CAAC,SAAS,mEAAmE,EAC/J,CAAC;AAED,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|