@keystrokehq/shipengine 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/add-tag-to-shipment.cjs +19 -0
- package/dist/actions/add-tag-to-shipment.cjs.map +1 -0
- package/dist/actions/add-tag-to-shipment.d.cts +9 -0
- package/dist/actions/add-tag-to-shipment.d.cts.map +1 -0
- package/dist/actions/add-tag-to-shipment.d.mts +9 -0
- package/dist/actions/add-tag-to-shipment.d.mts.map +1 -0
- package/dist/actions/add-tag-to-shipment.mjs +16 -0
- package/dist/actions/add-tag-to-shipment.mjs.map +1 -0
- package/dist/actions/add-to-batch.cjs +20 -0
- package/dist/actions/add-to-batch.cjs.map +1 -0
- package/dist/actions/add-to-batch.d.cts +9 -0
- package/dist/actions/add-to-batch.d.cts.map +1 -0
- package/dist/actions/add-to-batch.d.mts +9 -0
- package/dist/actions/add-to-batch.d.mts.map +1 -0
- package/dist/actions/add-to-batch.mjs +17 -0
- package/dist/actions/add-to-batch.mjs.map +1 -0
- package/dist/actions/cancel-shipment.cjs +16 -0
- package/dist/actions/cancel-shipment.cjs.map +1 -0
- package/dist/actions/cancel-shipment.d.cts +9 -0
- package/dist/actions/cancel-shipment.d.cts.map +1 -0
- package/dist/actions/cancel-shipment.d.mts +9 -0
- package/dist/actions/cancel-shipment.d.mts.map +1 -0
- package/dist/actions/cancel-shipment.mjs +13 -0
- package/dist/actions/cancel-shipment.mjs.map +1 -0
- package/dist/actions/connect-ltl-carrier.cjs +19 -0
- package/dist/actions/connect-ltl-carrier.cjs.map +1 -0
- package/dist/actions/connect-ltl-carrier.d.cts +9 -0
- package/dist/actions/connect-ltl-carrier.d.cts.map +1 -0
- package/dist/actions/connect-ltl-carrier.d.mts +9 -0
- package/dist/actions/connect-ltl-carrier.d.mts.map +1 -0
- package/dist/actions/connect-ltl-carrier.mjs +16 -0
- package/dist/actions/connect-ltl-carrier.mjs.map +1 -0
- package/dist/actions/connect-shipsurance.cjs +19 -0
- package/dist/actions/connect-shipsurance.cjs.map +1 -0
- package/dist/actions/connect-shipsurance.d.cts +9 -0
- package/dist/actions/connect-shipsurance.d.cts.map +1 -0
- package/dist/actions/connect-shipsurance.d.mts +9 -0
- package/dist/actions/connect-shipsurance.d.mts.map +1 -0
- package/dist/actions/connect-shipsurance.mjs +16 -0
- package/dist/actions/connect-shipsurance.mjs.map +1 -0
- package/dist/actions/create-account-image.cjs +28 -0
- package/dist/actions/create-account-image.cjs.map +1 -0
- package/dist/actions/create-account-image.d.cts +9 -0
- package/dist/actions/create-account-image.d.cts.map +1 -0
- package/dist/actions/create-account-image.d.mts +9 -0
- package/dist/actions/create-account-image.d.mts.map +1 -0
- package/dist/actions/create-account-image.mjs +25 -0
- package/dist/actions/create-account-image.mjs.map +1 -0
- package/dist/actions/create-package-type.cjs +38 -0
- package/dist/actions/create-package-type.cjs.map +1 -0
- package/dist/actions/create-package-type.d.cts +9 -0
- package/dist/actions/create-package-type.d.cts.map +1 -0
- package/dist/actions/create-package-type.d.mts +9 -0
- package/dist/actions/create-package-type.d.mts.map +1 -0
- package/dist/actions/create-package-type.mjs +37 -0
- package/dist/actions/create-package-type.mjs.map +1 -0
- package/dist/actions/create-tag.cjs +20 -0
- package/dist/actions/create-tag.cjs.map +1 -0
- package/dist/actions/create-tag.d.cts +9 -0
- package/dist/actions/create-tag.d.cts.map +1 -0
- package/dist/actions/create-tag.d.mts +9 -0
- package/dist/actions/create-tag.d.mts.map +1 -0
- package/dist/actions/create-tag.mjs +17 -0
- package/dist/actions/create-tag.mjs.map +1 -0
- package/dist/actions/create-tag2.cjs +20 -0
- package/dist/actions/create-tag2.cjs.map +1 -0
- package/dist/actions/create-tag2.d.cts +9 -0
- package/dist/actions/create-tag2.d.cts.map +1 -0
- package/dist/actions/create-tag2.d.mts +9 -0
- package/dist/actions/create-tag2.d.mts.map +1 -0
- package/dist/actions/create-tag2.mjs +17 -0
- package/dist/actions/create-tag2.mjs.map +1 -0
- package/dist/actions/create-warehouse.cjs +77 -0
- package/dist/actions/create-warehouse.cjs.map +1 -0
- package/dist/actions/create-warehouse.d.cts +9 -0
- package/dist/actions/create-warehouse.d.cts.map +1 -0
- package/dist/actions/create-warehouse.d.mts +9 -0
- package/dist/actions/create-warehouse.d.mts.map +1 -0
- package/dist/actions/create-warehouse.mjs +76 -0
- package/dist/actions/create-warehouse.mjs.map +1 -0
- package/dist/actions/create-webhook.cjs +27 -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 +24 -0
- package/dist/actions/create-webhook.mjs.map +1 -0
- package/dist/actions/delete-account-image-by-id.cjs +19 -0
- package/dist/actions/delete-account-image-by-id.cjs.map +1 -0
- package/dist/actions/delete-account-image-by-id.d.cts +9 -0
- package/dist/actions/delete-account-image-by-id.d.cts.map +1 -0
- package/dist/actions/delete-account-image-by-id.d.mts +9 -0
- package/dist/actions/delete-account-image-by-id.d.mts.map +1 -0
- package/dist/actions/delete-account-image-by-id.mjs +16 -0
- package/dist/actions/delete-account-image-by-id.mjs.map +1 -0
- package/dist/actions/delete-batch.cjs +16 -0
- package/dist/actions/delete-batch.cjs.map +1 -0
- package/dist/actions/delete-batch.d.cts +9 -0
- package/dist/actions/delete-batch.d.cts.map +1 -0
- package/dist/actions/delete-batch.d.mts +9 -0
- package/dist/actions/delete-batch.d.mts.map +1 -0
- package/dist/actions/delete-batch.mjs +13 -0
- package/dist/actions/delete-batch.mjs.map +1 -0
- package/dist/actions/delete-package.cjs +19 -0
- package/dist/actions/delete-package.cjs.map +1 -0
- package/dist/actions/delete-package.d.cts +9 -0
- package/dist/actions/delete-package.d.cts.map +1 -0
- package/dist/actions/delete-package.d.mts +9 -0
- package/dist/actions/delete-package.d.mts.map +1 -0
- package/dist/actions/delete-package.mjs +16 -0
- package/dist/actions/delete-package.mjs.map +1 -0
- package/dist/actions/delete-warehouse.cjs +19 -0
- package/dist/actions/delete-warehouse.cjs.map +1 -0
- package/dist/actions/delete-warehouse.d.cts +9 -0
- package/dist/actions/delete-warehouse.d.cts.map +1 -0
- package/dist/actions/delete-warehouse.d.mts +9 -0
- package/dist/actions/delete-warehouse.d.mts.map +1 -0
- package/dist/actions/delete-warehouse.mjs +16 -0
- package/dist/actions/delete-warehouse.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/disconnect-carrier.cjs +48 -0
- package/dist/actions/disconnect-carrier.cjs.map +1 -0
- package/dist/actions/disconnect-carrier.d.cts +9 -0
- package/dist/actions/disconnect-carrier.d.cts.map +1 -0
- package/dist/actions/disconnect-carrier.d.mts +9 -0
- package/dist/actions/disconnect-carrier.d.mts.map +1 -0
- package/dist/actions/disconnect-carrier.mjs +45 -0
- package/dist/actions/disconnect-carrier.mjs.map +1 -0
- package/dist/actions/disconnect-shipsurance.cjs +16 -0
- package/dist/actions/disconnect-shipsurance.cjs.map +1 -0
- package/dist/actions/disconnect-shipsurance.d.cts +9 -0
- package/dist/actions/disconnect-shipsurance.d.cts.map +1 -0
- package/dist/actions/disconnect-shipsurance.d.mts +9 -0
- package/dist/actions/disconnect-shipsurance.d.mts.map +1 -0
- package/dist/actions/disconnect-shipsurance.mjs +13 -0
- package/dist/actions/disconnect-shipsurance.mjs.map +1 -0
- package/dist/actions/download-file.cjs +27 -0
- package/dist/actions/download-file.cjs.map +1 -0
- package/dist/actions/download-file.d.cts +9 -0
- package/dist/actions/download-file.d.cts.map +1 -0
- package/dist/actions/download-file.d.mts +9 -0
- package/dist/actions/download-file.d.mts.map +1 -0
- package/dist/actions/download-file.mjs +26 -0
- package/dist/actions/download-file.mjs.map +1 -0
- package/dist/actions/get-account-image-by-id.cjs +24 -0
- package/dist/actions/get-account-image-by-id.cjs.map +1 -0
- package/dist/actions/get-account-image-by-id.d.cts +9 -0
- package/dist/actions/get-account-image-by-id.d.cts.map +1 -0
- package/dist/actions/get-account-image-by-id.d.mts +9 -0
- package/dist/actions/get-account-image-by-id.d.mts.map +1 -0
- package/dist/actions/get-account-image-by-id.mjs +21 -0
- package/dist/actions/get-account-image-by-id.mjs.map +1 -0
- package/dist/actions/get-batch-by-external-id.cjs +38 -0
- package/dist/actions/get-batch-by-external-id.cjs.map +1 -0
- package/dist/actions/get-batch-by-external-id.d.cts +9 -0
- package/dist/actions/get-batch-by-external-id.d.cts.map +1 -0
- package/dist/actions/get-batch-by-external-id.d.mts +9 -0
- package/dist/actions/get-batch-by-external-id.d.mts.map +1 -0
- package/dist/actions/get-batch-by-external-id.mjs +35 -0
- package/dist/actions/get-batch-by-external-id.mjs.map +1 -0
- package/dist/actions/get-batch-by-id.cjs +43 -0
- package/dist/actions/get-batch-by-id.cjs.map +1 -0
- package/dist/actions/get-batch-by-id.d.cts +9 -0
- package/dist/actions/get-batch-by-id.d.cts.map +1 -0
- package/dist/actions/get-batch-by-id.d.mts +9 -0
- package/dist/actions/get-batch-by-id.d.mts.map +1 -0
- package/dist/actions/get-batch-by-id.mjs +42 -0
- package/dist/actions/get-batch-by-id.mjs.map +1 -0
- package/dist/actions/get-batch-errors.cjs +35 -0
- package/dist/actions/get-batch-errors.cjs.map +1 -0
- package/dist/actions/get-batch-errors.d.cts +9 -0
- package/dist/actions/get-batch-errors.d.cts.map +1 -0
- package/dist/actions/get-batch-errors.d.mts +9 -0
- package/dist/actions/get-batch-errors.d.mts.map +1 -0
- package/dist/actions/get-batch-errors.mjs +34 -0
- package/dist/actions/get-batch-errors.mjs.map +1 -0
- package/dist/actions/get-bulk-rates.cjs +107 -0
- package/dist/actions/get-bulk-rates.cjs.map +1 -0
- package/dist/actions/get-bulk-rates.d.cts +9 -0
- package/dist/actions/get-bulk-rates.d.cts.map +1 -0
- package/dist/actions/get-bulk-rates.d.mts +9 -0
- package/dist/actions/get-bulk-rates.d.mts.map +1 -0
- package/dist/actions/get-bulk-rates.mjs +106 -0
- package/dist/actions/get-bulk-rates.mjs.map +1 -0
- package/dist/actions/get-insurance-balance.cjs +23 -0
- package/dist/actions/get-insurance-balance.cjs.map +1 -0
- package/dist/actions/get-insurance-balance.d.cts +9 -0
- package/dist/actions/get-insurance-balance.d.cts.map +1 -0
- package/dist/actions/get-insurance-balance.d.mts +9 -0
- package/dist/actions/get-insurance-balance.d.mts.map +1 -0
- package/dist/actions/get-insurance-balance.mjs +22 -0
- package/dist/actions/get-insurance-balance.mjs.map +1 -0
- package/dist/actions/get-ltl-carrier-credential-requirements.cjs +21 -0
- package/dist/actions/get-ltl-carrier-credential-requirements.cjs.map +1 -0
- package/dist/actions/get-ltl-carrier-credential-requirements.d.cts +9 -0
- package/dist/actions/get-ltl-carrier-credential-requirements.d.cts.map +1 -0
- package/dist/actions/get-ltl-carrier-credential-requirements.d.mts +9 -0
- package/dist/actions/get-ltl-carrier-credential-requirements.d.mts.map +1 -0
- package/dist/actions/get-ltl-carrier-credential-requirements.mjs +20 -0
- package/dist/actions/get-ltl-carrier-credential-requirements.mjs.map +1 -0
- package/dist/actions/get-ltl-carrier-features.cjs +25 -0
- package/dist/actions/get-ltl-carrier-features.cjs.map +1 -0
- package/dist/actions/get-ltl-carrier-features.d.cts +9 -0
- package/dist/actions/get-ltl-carrier-features.d.cts.map +1 -0
- package/dist/actions/get-ltl-carrier-features.d.mts +9 -0
- package/dist/actions/get-ltl-carrier-features.d.mts.map +1 -0
- package/dist/actions/get-ltl-carrier-features.mjs +24 -0
- package/dist/actions/get-ltl-carrier-features.mjs.map +1 -0
- package/dist/actions/get-ltl-carrier-options.cjs +26 -0
- package/dist/actions/get-ltl-carrier-options.cjs.map +1 -0
- package/dist/actions/get-ltl-carrier-options.d.cts +9 -0
- package/dist/actions/get-ltl-carrier-options.d.cts.map +1 -0
- package/dist/actions/get-ltl-carrier-options.d.mts +9 -0
- package/dist/actions/get-ltl-carrier-options.d.mts.map +1 -0
- package/dist/actions/get-ltl-carrier-options.mjs +25 -0
- package/dist/actions/get-ltl-carrier-options.mjs.map +1 -0
- package/dist/actions/get-ltl-carrier-packages.cjs +21 -0
- package/dist/actions/get-ltl-carrier-packages.cjs.map +1 -0
- package/dist/actions/get-ltl-carrier-packages.d.cts +9 -0
- package/dist/actions/get-ltl-carrier-packages.d.cts.map +1 -0
- package/dist/actions/get-ltl-carrier-packages.d.mts +9 -0
- package/dist/actions/get-ltl-carrier-packages.d.mts.map +1 -0
- package/dist/actions/get-ltl-carrier-packages.mjs +20 -0
- package/dist/actions/get-ltl-carrier-packages.mjs.map +1 -0
- package/dist/actions/get-ltl-carrier-services.cjs +21 -0
- package/dist/actions/get-ltl-carrier-services.cjs.map +1 -0
- package/dist/actions/get-ltl-carrier-services.d.cts +9 -0
- package/dist/actions/get-ltl-carrier-services.d.cts.map +1 -0
- package/dist/actions/get-ltl-carrier-services.d.mts +9 -0
- package/dist/actions/get-ltl-carrier-services.d.mts.map +1 -0
- package/dist/actions/get-ltl-carrier-services.mjs +20 -0
- package/dist/actions/get-ltl-carrier-services.mjs.map +1 -0
- package/dist/actions/get-package-by-id.cjs +28 -0
- package/dist/actions/get-package-by-id.cjs.map +1 -0
- package/dist/actions/get-package-by-id.d.cts +9 -0
- package/dist/actions/get-package-by-id.d.cts.map +1 -0
- package/dist/actions/get-package-by-id.d.mts +9 -0
- package/dist/actions/get-package-by-id.d.mts.map +1 -0
- package/dist/actions/get-package-by-id.mjs +27 -0
- package/dist/actions/get-package-by-id.mjs.map +1 -0
- package/dist/actions/get-shipment-by-external-id.cjs +111 -0
- package/dist/actions/get-shipment-by-external-id.cjs.map +1 -0
- package/dist/actions/get-shipment-by-external-id.d.cts +9 -0
- package/dist/actions/get-shipment-by-external-id.d.cts.map +1 -0
- package/dist/actions/get-shipment-by-external-id.d.mts +9 -0
- package/dist/actions/get-shipment-by-external-id.d.mts.map +1 -0
- package/dist/actions/get-shipment-by-external-id.mjs +110 -0
- package/dist/actions/get-shipment-by-external-id.mjs.map +1 -0
- package/dist/actions/get-shipment-by-id.cjs +101 -0
- package/dist/actions/get-shipment-by-id.cjs.map +1 -0
- package/dist/actions/get-shipment-by-id.d.cts +9 -0
- package/dist/actions/get-shipment-by-id.d.cts.map +1 -0
- package/dist/actions/get-shipment-by-id.d.mts +9 -0
- package/dist/actions/get-shipment-by-id.d.mts.map +1 -0
- package/dist/actions/get-shipment-by-id.mjs +100 -0
- package/dist/actions/get-shipment-by-id.mjs.map +1 -0
- package/dist/actions/get-shipment-rates.cjs +64 -0
- package/dist/actions/get-shipment-rates.cjs.map +1 -0
- package/dist/actions/get-shipment-rates.d.cts +9 -0
- package/dist/actions/get-shipment-rates.d.cts.map +1 -0
- package/dist/actions/get-shipment-rates.d.mts +9 -0
- package/dist/actions/get-shipment-rates.d.mts.map +1 -0
- package/dist/actions/get-shipment-rates.mjs +63 -0
- package/dist/actions/get-shipment-rates.mjs.map +1 -0
- package/dist/actions/get-tracking-info.cjs +55 -0
- package/dist/actions/get-tracking-info.cjs.map +1 -0
- package/dist/actions/get-tracking-info.d.cts +9 -0
- package/dist/actions/get-tracking-info.d.cts.map +1 -0
- package/dist/actions/get-tracking-info.d.mts +9 -0
- package/dist/actions/get-tracking-info.d.mts.map +1 -0
- package/dist/actions/get-tracking-info.mjs +54 -0
- package/dist/actions/get-tracking-info.mjs.map +1 -0
- package/dist/actions/get-warehouse-by-id.cjs +40 -0
- package/dist/actions/get-warehouse-by-id.cjs.map +1 -0
- package/dist/actions/get-warehouse-by-id.d.cts +9 -0
- package/dist/actions/get-warehouse-by-id.d.cts.map +1 -0
- package/dist/actions/get-warehouse-by-id.d.mts +9 -0
- package/dist/actions/get-warehouse-by-id.d.mts.map +1 -0
- package/dist/actions/get-warehouse-by-id.mjs +39 -0
- package/dist/actions/get-warehouse-by-id.mjs.map +1 -0
- package/dist/actions/get-webhook-by-id.cjs +27 -0
- package/dist/actions/get-webhook-by-id.cjs.map +1 -0
- package/dist/actions/get-webhook-by-id.d.cts +9 -0
- package/dist/actions/get-webhook-by-id.d.cts.map +1 -0
- package/dist/actions/get-webhook-by-id.d.mts +9 -0
- package/dist/actions/get-webhook-by-id.d.mts.map +1 -0
- package/dist/actions/get-webhook-by-id.mjs +26 -0
- package/dist/actions/get-webhook-by-id.mjs.map +1 -0
- package/dist/actions/index.cjs +133 -0
- package/dist/actions/index.d.cts +67 -0
- package/dist/actions/index.d.mts +67 -0
- package/dist/actions/index.mjs +67 -0
- package/dist/actions/list-account-images.cjs +25 -0
- package/dist/actions/list-account-images.cjs.map +1 -0
- package/dist/actions/list-account-images.d.cts +9 -0
- package/dist/actions/list-account-images.d.cts.map +1 -0
- package/dist/actions/list-account-images.d.mts +9 -0
- package/dist/actions/list-account-images.d.mts.map +1 -0
- package/dist/actions/list-account-images.mjs +24 -0
- package/dist/actions/list-account-images.mjs.map +1 -0
- package/dist/actions/list-account-settings.cjs +16 -0
- package/dist/actions/list-account-settings.cjs.map +1 -0
- package/dist/actions/list-account-settings.d.cts +9 -0
- package/dist/actions/list-account-settings.d.cts.map +1 -0
- package/dist/actions/list-account-settings.d.mts +9 -0
- package/dist/actions/list-account-settings.d.mts.map +1 -0
- package/dist/actions/list-account-settings.mjs +13 -0
- package/dist/actions/list-account-settings.mjs.map +1 -0
- package/dist/actions/list-batches2.cjs +75 -0
- package/dist/actions/list-batches2.cjs.map +1 -0
- package/dist/actions/list-batches2.d.cts +9 -0
- package/dist/actions/list-batches2.d.cts.map +1 -0
- package/dist/actions/list-batches2.d.mts +9 -0
- package/dist/actions/list-batches2.d.mts.map +1 -0
- package/dist/actions/list-batches2.mjs +74 -0
- package/dist/actions/list-batches2.mjs.map +1 -0
- package/dist/actions/list-carrier-package-types.cjs +29 -0
- package/dist/actions/list-carrier-package-types.cjs.map +1 -0
- package/dist/actions/list-carrier-package-types.d.cts +9 -0
- package/dist/actions/list-carrier-package-types.d.cts.map +1 -0
- package/dist/actions/list-carrier-package-types.d.mts +9 -0
- package/dist/actions/list-carrier-package-types.d.mts.map +1 -0
- package/dist/actions/list-carrier-package-types.mjs +28 -0
- package/dist/actions/list-carrier-package-types.mjs.map +1 -0
- package/dist/actions/list-labels2.cjs +153 -0
- package/dist/actions/list-labels2.cjs.map +1 -0
- package/dist/actions/list-labels2.d.cts +9 -0
- package/dist/actions/list-labels2.d.cts.map +1 -0
- package/dist/actions/list-labels2.d.mts +9 -0
- package/dist/actions/list-labels2.d.mts.map +1 -0
- package/dist/actions/list-labels2.mjs +152 -0
- package/dist/actions/list-labels2.mjs.map +1 -0
- package/dist/actions/list-ltl-carriers.cjs +55 -0
- package/dist/actions/list-ltl-carriers.cjs.map +1 -0
- package/dist/actions/list-ltl-carriers.d.cts +9 -0
- package/dist/actions/list-ltl-carriers.d.cts.map +1 -0
- package/dist/actions/list-ltl-carriers.d.mts +9 -0
- package/dist/actions/list-ltl-carriers.d.mts.map +1 -0
- package/dist/actions/list-ltl-carriers.mjs +54 -0
- package/dist/actions/list-ltl-carriers.mjs.map +1 -0
- package/dist/actions/list-manifests2.cjs +57 -0
- package/dist/actions/list-manifests2.cjs.map +1 -0
- package/dist/actions/list-manifests2.d.cts +9 -0
- package/dist/actions/list-manifests2.d.cts.map +1 -0
- package/dist/actions/list-manifests2.d.mts +9 -0
- package/dist/actions/list-manifests2.d.mts.map +1 -0
- package/dist/actions/list-manifests2.mjs +56 -0
- package/dist/actions/list-manifests2.mjs.map +1 -0
- package/dist/actions/list-packages.cjs +43 -0
- package/dist/actions/list-packages.cjs.map +1 -0
- package/dist/actions/list-packages.d.cts +9 -0
- package/dist/actions/list-packages.d.cts.map +1 -0
- package/dist/actions/list-packages.d.mts +9 -0
- package/dist/actions/list-packages.d.mts.map +1 -0
- package/dist/actions/list-packages.mjs +42 -0
- package/dist/actions/list-packages.mjs.map +1 -0
- package/dist/actions/list-pickups.cjs +71 -0
- package/dist/actions/list-pickups.cjs.map +1 -0
- package/dist/actions/list-pickups.d.cts +9 -0
- package/dist/actions/list-pickups.d.cts.map +1 -0
- package/dist/actions/list-pickups.d.mts +9 -0
- package/dist/actions/list-pickups.d.mts.map +1 -0
- package/dist/actions/list-pickups.mjs +70 -0
- package/dist/actions/list-pickups.mjs.map +1 -0
- package/dist/actions/list-shipments2.cjs +126 -0
- package/dist/actions/list-shipments2.cjs.map +1 -0
- package/dist/actions/list-shipments2.d.cts +9 -0
- package/dist/actions/list-shipments2.d.cts.map +1 -0
- package/dist/actions/list-shipments2.d.mts +9 -0
- package/dist/actions/list-shipments2.d.mts.map +1 -0
- package/dist/actions/list-shipments2.mjs +125 -0
- package/dist/actions/list-shipments2.mjs.map +1 -0
- package/dist/actions/list-tags2.cjs +21 -0
- package/dist/actions/list-tags2.cjs.map +1 -0
- package/dist/actions/list-tags2.d.cts +9 -0
- package/dist/actions/list-tags2.d.cts.map +1 -0
- package/dist/actions/list-tags2.d.mts +9 -0
- package/dist/actions/list-tags2.d.mts.map +1 -0
- package/dist/actions/list-tags2.mjs +20 -0
- package/dist/actions/list-tags2.mjs.map +1 -0
- package/dist/actions/list-warehouses.cjs +42 -0
- package/dist/actions/list-warehouses.cjs.map +1 -0
- package/dist/actions/list-warehouses.d.cts +9 -0
- package/dist/actions/list-warehouses.d.cts.map +1 -0
- package/dist/actions/list-warehouses.d.mts +9 -0
- package/dist/actions/list-warehouses.d.mts.map +1 -0
- package/dist/actions/list-warehouses.mjs +41 -0
- package/dist/actions/list-warehouses.mjs.map +1 -0
- package/dist/actions/list-webhook-events.cjs +20 -0
- package/dist/actions/list-webhook-events.cjs.map +1 -0
- package/dist/actions/list-webhook-events.d.cts +9 -0
- package/dist/actions/list-webhook-events.d.cts.map +1 -0
- package/dist/actions/list-webhook-events.d.mts +9 -0
- package/dist/actions/list-webhook-events.d.mts.map +1 -0
- package/dist/actions/list-webhook-events.mjs +19 -0
- package/dist/actions/list-webhook-events.mjs.map +1 -0
- package/dist/actions/list-webhooks.cjs +28 -0
- package/dist/actions/list-webhooks.cjs.map +1 -0
- package/dist/actions/list-webhooks.d.cts +9 -0
- package/dist/actions/list-webhooks.d.cts.map +1 -0
- package/dist/actions/list-webhooks.d.mts +9 -0
- package/dist/actions/list-webhooks.d.mts.map +1 -0
- package/dist/actions/list-webhooks.mjs +27 -0
- package/dist/actions/list-webhooks.mjs.map +1 -0
- package/dist/actions/parse-address.cjs +58 -0
- package/dist/actions/parse-address.cjs.map +1 -0
- package/dist/actions/parse-address.d.cts +9 -0
- package/dist/actions/parse-address.d.cts.map +1 -0
- package/dist/actions/parse-address.d.mts +9 -0
- package/dist/actions/parse-address.d.mts.map +1 -0
- package/dist/actions/parse-address.mjs +57 -0
- package/dist/actions/parse-address.mjs.map +1 -0
- package/dist/actions/process-batch-labels.cjs +29 -0
- package/dist/actions/process-batch-labels.cjs.map +1 -0
- package/dist/actions/process-batch-labels.d.cts +9 -0
- package/dist/actions/process-batch-labels.d.cts.map +1 -0
- package/dist/actions/process-batch-labels.d.mts +9 -0
- package/dist/actions/process-batch-labels.d.mts.map +1 -0
- package/dist/actions/process-batch-labels.mjs +26 -0
- package/dist/actions/process-batch-labels.mjs.map +1 -0
- package/dist/actions/remove-from-batch.cjs +20 -0
- package/dist/actions/remove-from-batch.cjs.map +1 -0
- package/dist/actions/remove-from-batch.d.cts +9 -0
- package/dist/actions/remove-from-batch.d.cts.map +1 -0
- package/dist/actions/remove-from-batch.d.mts +9 -0
- package/dist/actions/remove-from-batch.d.mts.map +1 -0
- package/dist/actions/remove-from-batch.mjs +17 -0
- package/dist/actions/remove-from-batch.mjs.map +1 -0
- package/dist/actions/remove-tag-from-shipment.cjs +19 -0
- package/dist/actions/remove-tag-from-shipment.cjs.map +1 -0
- package/dist/actions/remove-tag-from-shipment.d.cts +9 -0
- package/dist/actions/remove-tag-from-shipment.d.cts.map +1 -0
- package/dist/actions/remove-tag-from-shipment.d.mts +9 -0
- package/dist/actions/remove-tag-from-shipment.d.mts.map +1 -0
- package/dist/actions/remove-tag-from-shipment.mjs +16 -0
- package/dist/actions/remove-tag-from-shipment.mjs.map +1 -0
- package/dist/actions/start-tracking.cjs +23 -0
- package/dist/actions/start-tracking.cjs.map +1 -0
- package/dist/actions/start-tracking.d.cts +9 -0
- package/dist/actions/start-tracking.d.cts.map +1 -0
- package/dist/actions/start-tracking.d.mts +9 -0
- package/dist/actions/start-tracking.d.mts.map +1 -0
- package/dist/actions/start-tracking.mjs +20 -0
- package/dist/actions/start-tracking.mjs.map +1 -0
- package/dist/actions/stop-tracking.cjs +22 -0
- package/dist/actions/stop-tracking.cjs.map +1 -0
- package/dist/actions/stop-tracking.d.cts +9 -0
- package/dist/actions/stop-tracking.d.cts.map +1 -0
- package/dist/actions/stop-tracking.d.mts +9 -0
- package/dist/actions/stop-tracking.d.mts.map +1 -0
- package/dist/actions/stop-tracking.mjs +19 -0
- package/dist/actions/stop-tracking.mjs.map +1 -0
- package/dist/actions/track-ltl-shipment.cjs +48 -0
- package/dist/actions/track-ltl-shipment.cjs.map +1 -0
- package/dist/actions/track-ltl-shipment.d.cts +9 -0
- package/dist/actions/track-ltl-shipment.d.cts.map +1 -0
- package/dist/actions/track-ltl-shipment.d.mts +9 -0
- package/dist/actions/track-ltl-shipment.d.mts.map +1 -0
- package/dist/actions/track-ltl-shipment.mjs +47 -0
- package/dist/actions/track-ltl-shipment.mjs.map +1 -0
- package/dist/actions/update-account-image-by-id.cjs +21 -0
- package/dist/actions/update-account-image-by-id.cjs.map +1 -0
- package/dist/actions/update-account-image-by-id.d.cts +9 -0
- package/dist/actions/update-account-image-by-id.d.cts.map +1 -0
- package/dist/actions/update-account-image-by-id.d.mts +9 -0
- package/dist/actions/update-account-image-by-id.d.mts.map +1 -0
- package/dist/actions/update-account-image-by-id.mjs +18 -0
- package/dist/actions/update-account-image-by-id.mjs.map +1 -0
- package/dist/actions/update-ltl-connection.cjs +20 -0
- package/dist/actions/update-ltl-connection.cjs.map +1 -0
- package/dist/actions/update-ltl-connection.d.cts +9 -0
- package/dist/actions/update-ltl-connection.d.cts.map +1 -0
- package/dist/actions/update-ltl-connection.d.mts +9 -0
- package/dist/actions/update-ltl-connection.d.mts.map +1 -0
- package/dist/actions/update-ltl-connection.mjs +17 -0
- package/dist/actions/update-ltl-connection.mjs.map +1 -0
- package/dist/actions/update-package.cjs +30 -0
- package/dist/actions/update-package.cjs.map +1 -0
- package/dist/actions/update-package.d.cts +9 -0
- package/dist/actions/update-package.d.cts.map +1 -0
- package/dist/actions/update-package.d.mts +9 -0
- package/dist/actions/update-package.d.mts.map +1 -0
- package/dist/actions/update-package.mjs +27 -0
- package/dist/actions/update-package.mjs.map +1 -0
- package/dist/actions/update-shipment.cjs +261 -0
- package/dist/actions/update-shipment.cjs.map +1 -0
- package/dist/actions/update-shipment.d.cts +9 -0
- package/dist/actions/update-shipment.d.cts.map +1 -0
- package/dist/actions/update-shipment.d.mts +9 -0
- package/dist/actions/update-shipment.d.mts.map +1 -0
- package/dist/actions/update-shipment.mjs +260 -0
- package/dist/actions/update-shipment.mjs.map +1 -0
- package/dist/actions/update-shipments-tags.cjs +22 -0
- package/dist/actions/update-shipments-tags.cjs.map +1 -0
- package/dist/actions/update-shipments-tags.d.cts +9 -0
- package/dist/actions/update-shipments-tags.d.cts.map +1 -0
- package/dist/actions/update-shipments-tags.d.mts +9 -0
- package/dist/actions/update-shipments-tags.d.mts.map +1 -0
- package/dist/actions/update-shipments-tags.mjs +19 -0
- package/dist/actions/update-shipments-tags.mjs.map +1 -0
- package/dist/actions/update-warehouse.cjs +57 -0
- package/dist/actions/update-warehouse.cjs.map +1 -0
- package/dist/actions/update-warehouse.d.cts +9 -0
- package/dist/actions/update-warehouse.d.cts.map +1 -0
- package/dist/actions/update-warehouse.d.mts +9 -0
- package/dist/actions/update-warehouse.d.mts.map +1 -0
- package/dist/actions/update-warehouse.mjs +54 -0
- package/dist/actions/update-warehouse.mjs.map +1 -0
- package/dist/actions/update-webhook.cjs +25 -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 +22 -0
- package/dist/actions/update-webhook.mjs.map +1 -0
- package/dist/actions/validate-address.cjs +67 -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 +66 -0
- package/dist/actions/validate-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 +138 -0
- package/dist/index.d.cts +69 -0
- package/dist/index.d.mts +69 -0
- package/dist/index.mjs +70 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-webhook-by-id.d.ts
|
|
4
|
+
declare const ShipengineGetWebhookByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineGetWebhookByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineGetWebhookById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineGetWebhookById };
|
|
9
|
+
//# sourceMappingURL=get-webhook-by-id.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-webhook-by-id.d.cts","names":[],"sources":["../../src/actions/get-webhook-by-id.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEuB;AAAA,cAKxD,8BAAA,EAAgC,CAAA,CAAE,UAOkB;AAAA,cAEpD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-webhook-by-id.d.ts
|
|
4
|
+
declare const ShipengineGetWebhookByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineGetWebhookByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineGetWebhookById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineGetWebhookById };
|
|
9
|
+
//# sourceMappingURL=get-webhook-by-id.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-webhook-by-id.d.mts","names":[],"sources":["../../src/actions/get-webhook-by-id.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEuB;AAAA,cAKxD,8BAAA,EAAgC,CAAA,CAAE,UAOkB;AAAA,cAEpD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-webhook-by-id.ts
|
|
4
|
+
const ShipengineGetWebhookByIdInput = z.object({ webhook_id: z.string().describe("Unique identifier for the webhook to retrieve. Must be a valid ShipEngine webhook ID.") }).describe("Request parameters for retrieving a webhook by its ID.");
|
|
5
|
+
const ShipengineGetWebhookById_WebhookHeaderSchema = z.object({
|
|
6
|
+
name: z.string().describe("Header name"),
|
|
7
|
+
value: z.string().describe("Header value")
|
|
8
|
+
}).describe("Custom header to be sent with webhook notifications.");
|
|
9
|
+
const shipengineGetWebhookById = action("SHIPENGINE_GET_WEBHOOK_BY_ID", {
|
|
10
|
+
slug: "shipengine-get-webhook-by-id",
|
|
11
|
+
name: "Get Webhook by ID",
|
|
12
|
+
description: "Tool to retrieve details of a specific webhook by ID. Use when you need to view the configuration of an existing webhook.",
|
|
13
|
+
input: ShipengineGetWebhookByIdInput,
|
|
14
|
+
output: z.object({
|
|
15
|
+
url: z.string().describe("The webhook URL where event notifications are sent."),
|
|
16
|
+
name: z.string().describe("Name of the webhook.").nullable().optional(),
|
|
17
|
+
event: z.string().describe("The event to which the webhook is subscribed (e.g., 'batch', 'track', 'rate')."),
|
|
18
|
+
headers: z.array(ShipengineGetWebhookById_WebhookHeaderSchema).describe("Custom headers to be sent with webhook notifications.").nullable().optional(),
|
|
19
|
+
store_id: z.number().int().describe("Store ID associated with the webhook.").nullable().optional(),
|
|
20
|
+
webhook_id: z.string().describe("Unique identifier for the webhook.")
|
|
21
|
+
}).describe("Response returned when retrieving a webhook by ID.")
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { shipengineGetWebhookById };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=get-webhook-by-id.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-webhook-by-id.mjs","names":[],"sources":["../../src/actions/get-webhook-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineGetWebhookByIdInput: z.ZodTypeAny = z.object({\n webhook_id: z.string().describe(\"Unique identifier for the webhook to retrieve. Must be a valid ShipEngine webhook ID.\"),\n}).describe(\"Request parameters for retrieving a webhook by its ID.\");\nconst ShipengineGetWebhookById_WebhookHeaderSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Header name\"),\n value: z.string().describe(\"Header value\"),\n}).describe(\"Custom header to be sent with webhook notifications.\");\nexport const ShipengineGetWebhookByIdOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The webhook URL where event notifications are sent.\"),\n name: z.string().describe(\"Name of the webhook.\").nullable().optional(),\n event: z.string().describe(\"The event to which the webhook is subscribed (e.g., 'batch', 'track', 'rate').\"),\n headers: z.array(ShipengineGetWebhookById_WebhookHeaderSchema).describe(\"Custom headers to be sent with webhook notifications.\").nullable().optional(),\n store_id: z.number().int().describe(\"Store ID associated with the webhook.\").nullable().optional(),\n webhook_id: z.string().describe(\"Unique identifier for the webhook.\"),\n}).describe(\"Response returned when retrieving a webhook by ID.\");\n\nexport const shipengineGetWebhookById = action(\"SHIPENGINE_GET_WEBHOOK_BY_ID\", {\n slug: \"shipengine-get-webhook-by-id\",\n name: \"Get Webhook by ID\",\n description: \"Tool to retrieve details of a specific webhook by ID. Use when you need to view the configuration of an existing webhook.\",\n input: ShipengineGetWebhookByIdInput,\n output: ShipengineGetWebhookByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO,EAClE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,EACzH,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,+CAA6D,EAAE,OAAO;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;CACvC,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;AAC3C,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAUlE,MAAa,2BAA2B,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd0D,EAAE,OAAO;EACnE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;EAC3G,SAAS,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrJ,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACtE,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_add_tag_to_shipment = require("./add-tag-to-shipment.cjs");
|
|
3
|
+
const require_add_to_batch = require("./add-to-batch.cjs");
|
|
4
|
+
const require_cancel_shipment = require("./cancel-shipment.cjs");
|
|
5
|
+
const require_connect_ltl_carrier = require("./connect-ltl-carrier.cjs");
|
|
6
|
+
const require_connect_shipsurance = require("./connect-shipsurance.cjs");
|
|
7
|
+
const require_create_account_image = require("./create-account-image.cjs");
|
|
8
|
+
const require_create_package_type = require("./create-package-type.cjs");
|
|
9
|
+
const require_create_tag = require("./create-tag.cjs");
|
|
10
|
+
const require_create_tag2 = require("./create-tag2.cjs");
|
|
11
|
+
const require_create_warehouse = require("./create-warehouse.cjs");
|
|
12
|
+
const require_create_webhook = require("./create-webhook.cjs");
|
|
13
|
+
const require_delete_account_image_by_id = require("./delete-account-image-by-id.cjs");
|
|
14
|
+
const require_delete_batch = require("./delete-batch.cjs");
|
|
15
|
+
const require_delete_package = require("./delete-package.cjs");
|
|
16
|
+
const require_delete_warehouse = require("./delete-warehouse.cjs");
|
|
17
|
+
const require_delete_webhook = require("./delete-webhook.cjs");
|
|
18
|
+
const require_disconnect_carrier = require("./disconnect-carrier.cjs");
|
|
19
|
+
const require_disconnect_shipsurance = require("./disconnect-shipsurance.cjs");
|
|
20
|
+
const require_download_file = require("./download-file.cjs");
|
|
21
|
+
const require_get_account_image_by_id = require("./get-account-image-by-id.cjs");
|
|
22
|
+
const require_get_batch_by_external_id = require("./get-batch-by-external-id.cjs");
|
|
23
|
+
const require_get_batch_by_id = require("./get-batch-by-id.cjs");
|
|
24
|
+
const require_get_batch_errors = require("./get-batch-errors.cjs");
|
|
25
|
+
const require_get_bulk_rates = require("./get-bulk-rates.cjs");
|
|
26
|
+
const require_get_insurance_balance = require("./get-insurance-balance.cjs");
|
|
27
|
+
const require_get_ltl_carrier_credential_requirements = require("./get-ltl-carrier-credential-requirements.cjs");
|
|
28
|
+
const require_get_ltl_carrier_features = require("./get-ltl-carrier-features.cjs");
|
|
29
|
+
const require_get_ltl_carrier_options = require("./get-ltl-carrier-options.cjs");
|
|
30
|
+
const require_get_ltl_carrier_packages = require("./get-ltl-carrier-packages.cjs");
|
|
31
|
+
const require_get_ltl_carrier_services = require("./get-ltl-carrier-services.cjs");
|
|
32
|
+
const require_get_package_by_id = require("./get-package-by-id.cjs");
|
|
33
|
+
const require_get_shipment_by_external_id = require("./get-shipment-by-external-id.cjs");
|
|
34
|
+
const require_get_shipment_by_id = require("./get-shipment-by-id.cjs");
|
|
35
|
+
const require_get_shipment_rates = require("./get-shipment-rates.cjs");
|
|
36
|
+
const require_get_tracking_info = require("./get-tracking-info.cjs");
|
|
37
|
+
const require_get_warehouse_by_id = require("./get-warehouse-by-id.cjs");
|
|
38
|
+
const require_get_webhook_by_id = require("./get-webhook-by-id.cjs");
|
|
39
|
+
const require_list_account_images = require("./list-account-images.cjs");
|
|
40
|
+
const require_list_account_settings = require("./list-account-settings.cjs");
|
|
41
|
+
const require_list_batches2 = require("./list-batches2.cjs");
|
|
42
|
+
const require_list_carrier_package_types = require("./list-carrier-package-types.cjs");
|
|
43
|
+
const require_list_labels2 = require("./list-labels2.cjs");
|
|
44
|
+
const require_list_ltl_carriers = require("./list-ltl-carriers.cjs");
|
|
45
|
+
const require_list_manifests2 = require("./list-manifests2.cjs");
|
|
46
|
+
const require_list_packages = require("./list-packages.cjs");
|
|
47
|
+
const require_list_pickups = require("./list-pickups.cjs");
|
|
48
|
+
const require_list_shipments2 = require("./list-shipments2.cjs");
|
|
49
|
+
const require_list_tags2 = require("./list-tags2.cjs");
|
|
50
|
+
const require_list_warehouses = require("./list-warehouses.cjs");
|
|
51
|
+
const require_list_webhook_events = require("./list-webhook-events.cjs");
|
|
52
|
+
const require_list_webhooks = require("./list-webhooks.cjs");
|
|
53
|
+
const require_parse_address = require("./parse-address.cjs");
|
|
54
|
+
const require_process_batch_labels = require("./process-batch-labels.cjs");
|
|
55
|
+
const require_remove_from_batch = require("./remove-from-batch.cjs");
|
|
56
|
+
const require_remove_tag_from_shipment = require("./remove-tag-from-shipment.cjs");
|
|
57
|
+
const require_start_tracking = require("./start-tracking.cjs");
|
|
58
|
+
const require_stop_tracking = require("./stop-tracking.cjs");
|
|
59
|
+
const require_track_ltl_shipment = require("./track-ltl-shipment.cjs");
|
|
60
|
+
const require_update_account_image_by_id = require("./update-account-image-by-id.cjs");
|
|
61
|
+
const require_update_ltl_connection = require("./update-ltl-connection.cjs");
|
|
62
|
+
const require_update_package = require("./update-package.cjs");
|
|
63
|
+
const require_update_shipment = require("./update-shipment.cjs");
|
|
64
|
+
const require_update_shipments_tags = require("./update-shipments-tags.cjs");
|
|
65
|
+
const require_update_warehouse = require("./update-warehouse.cjs");
|
|
66
|
+
const require_update_webhook = require("./update-webhook.cjs");
|
|
67
|
+
const require_validate_address = require("./validate-address.cjs");
|
|
68
|
+
exports.shipengineAddTagToShipment = require_add_tag_to_shipment.shipengineAddTagToShipment;
|
|
69
|
+
exports.shipengineAddToBatch = require_add_to_batch.shipengineAddToBatch;
|
|
70
|
+
exports.shipengineCancelShipment = require_cancel_shipment.shipengineCancelShipment;
|
|
71
|
+
exports.shipengineConnectLtlCarrier = require_connect_ltl_carrier.shipengineConnectLtlCarrier;
|
|
72
|
+
exports.shipengineConnectShipsurance = require_connect_shipsurance.shipengineConnectShipsurance;
|
|
73
|
+
exports.shipengineCreateAccountImage = require_create_account_image.shipengineCreateAccountImage;
|
|
74
|
+
exports.shipengineCreatePackageType = require_create_package_type.shipengineCreatePackageType;
|
|
75
|
+
exports.shipengineCreateTag = require_create_tag.shipengineCreateTag;
|
|
76
|
+
exports.shipengineCreateTag2 = require_create_tag2.shipengineCreateTag2;
|
|
77
|
+
exports.shipengineCreateWarehouse = require_create_warehouse.shipengineCreateWarehouse;
|
|
78
|
+
exports.shipengineCreateWebhook = require_create_webhook.shipengineCreateWebhook;
|
|
79
|
+
exports.shipengineDeleteAccountImageById = require_delete_account_image_by_id.shipengineDeleteAccountImageById;
|
|
80
|
+
exports.shipengineDeleteBatch = require_delete_batch.shipengineDeleteBatch;
|
|
81
|
+
exports.shipengineDeletePackage = require_delete_package.shipengineDeletePackage;
|
|
82
|
+
exports.shipengineDeleteWarehouse = require_delete_warehouse.shipengineDeleteWarehouse;
|
|
83
|
+
exports.shipengineDeleteWebhook = require_delete_webhook.shipengineDeleteWebhook;
|
|
84
|
+
exports.shipengineDisconnectCarrier = require_disconnect_carrier.shipengineDisconnectCarrier;
|
|
85
|
+
exports.shipengineDisconnectShipsurance = require_disconnect_shipsurance.shipengineDisconnectShipsurance;
|
|
86
|
+
exports.shipengineDownloadFile = require_download_file.shipengineDownloadFile;
|
|
87
|
+
exports.shipengineGetAccountImageById = require_get_account_image_by_id.shipengineGetAccountImageById;
|
|
88
|
+
exports.shipengineGetBatchByExternalId = require_get_batch_by_external_id.shipengineGetBatchByExternalId;
|
|
89
|
+
exports.shipengineGetBatchById = require_get_batch_by_id.shipengineGetBatchById;
|
|
90
|
+
exports.shipengineGetBatchErrors = require_get_batch_errors.shipengineGetBatchErrors;
|
|
91
|
+
exports.shipengineGetBulkRates = require_get_bulk_rates.shipengineGetBulkRates;
|
|
92
|
+
exports.shipengineGetInsuranceBalance = require_get_insurance_balance.shipengineGetInsuranceBalance;
|
|
93
|
+
exports.shipengineGetLtlCarrierCredentialRequirements = require_get_ltl_carrier_credential_requirements.shipengineGetLtlCarrierCredentialRequirements;
|
|
94
|
+
exports.shipengineGetLtlCarrierFeatures = require_get_ltl_carrier_features.shipengineGetLtlCarrierFeatures;
|
|
95
|
+
exports.shipengineGetLtlCarrierOptions = require_get_ltl_carrier_options.shipengineGetLtlCarrierOptions;
|
|
96
|
+
exports.shipengineGetLtlCarrierPackages = require_get_ltl_carrier_packages.shipengineGetLtlCarrierPackages;
|
|
97
|
+
exports.shipengineGetLtlCarrierServices = require_get_ltl_carrier_services.shipengineGetLtlCarrierServices;
|
|
98
|
+
exports.shipengineGetPackageById = require_get_package_by_id.shipengineGetPackageById;
|
|
99
|
+
exports.shipengineGetShipmentByExternalId = require_get_shipment_by_external_id.shipengineGetShipmentByExternalId;
|
|
100
|
+
exports.shipengineGetShipmentById = require_get_shipment_by_id.shipengineGetShipmentById;
|
|
101
|
+
exports.shipengineGetShipmentRates = require_get_shipment_rates.shipengineGetShipmentRates;
|
|
102
|
+
exports.shipengineGetTrackingInfo = require_get_tracking_info.shipengineGetTrackingInfo;
|
|
103
|
+
exports.shipengineGetWarehouseById = require_get_warehouse_by_id.shipengineGetWarehouseById;
|
|
104
|
+
exports.shipengineGetWebhookById = require_get_webhook_by_id.shipengineGetWebhookById;
|
|
105
|
+
exports.shipengineListAccountImages = require_list_account_images.shipengineListAccountImages;
|
|
106
|
+
exports.shipengineListAccountSettings = require_list_account_settings.shipengineListAccountSettings;
|
|
107
|
+
exports.shipengineListBatches2 = require_list_batches2.shipengineListBatches2;
|
|
108
|
+
exports.shipengineListCarrierPackageTypes = require_list_carrier_package_types.shipengineListCarrierPackageTypes;
|
|
109
|
+
exports.shipengineListLabels2 = require_list_labels2.shipengineListLabels2;
|
|
110
|
+
exports.shipengineListLtlCarriers = require_list_ltl_carriers.shipengineListLtlCarriers;
|
|
111
|
+
exports.shipengineListManifests2 = require_list_manifests2.shipengineListManifests2;
|
|
112
|
+
exports.shipengineListPackages = require_list_packages.shipengineListPackages;
|
|
113
|
+
exports.shipengineListPickups = require_list_pickups.shipengineListPickups;
|
|
114
|
+
exports.shipengineListShipments2 = require_list_shipments2.shipengineListShipments2;
|
|
115
|
+
exports.shipengineListTags2 = require_list_tags2.shipengineListTags2;
|
|
116
|
+
exports.shipengineListWarehouses = require_list_warehouses.shipengineListWarehouses;
|
|
117
|
+
exports.shipengineListWebhookEvents = require_list_webhook_events.shipengineListWebhookEvents;
|
|
118
|
+
exports.shipengineListWebhooks = require_list_webhooks.shipengineListWebhooks;
|
|
119
|
+
exports.shipengineParseAddress = require_parse_address.shipengineParseAddress;
|
|
120
|
+
exports.shipengineProcessBatchLabels = require_process_batch_labels.shipengineProcessBatchLabels;
|
|
121
|
+
exports.shipengineRemoveFromBatch = require_remove_from_batch.shipengineRemoveFromBatch;
|
|
122
|
+
exports.shipengineRemoveTagFromShipment = require_remove_tag_from_shipment.shipengineRemoveTagFromShipment;
|
|
123
|
+
exports.shipengineStartTracking = require_start_tracking.shipengineStartTracking;
|
|
124
|
+
exports.shipengineStopTracking = require_stop_tracking.shipengineStopTracking;
|
|
125
|
+
exports.shipengineTrackLtlShipment = require_track_ltl_shipment.shipengineTrackLtlShipment;
|
|
126
|
+
exports.shipengineUpdateAccountImageById = require_update_account_image_by_id.shipengineUpdateAccountImageById;
|
|
127
|
+
exports.shipengineUpdateLtlConnection = require_update_ltl_connection.shipengineUpdateLtlConnection;
|
|
128
|
+
exports.shipengineUpdatePackage = require_update_package.shipengineUpdatePackage;
|
|
129
|
+
exports.shipengineUpdateShipment = require_update_shipment.shipengineUpdateShipment;
|
|
130
|
+
exports.shipengineUpdateShipmentsTags = require_update_shipments_tags.shipengineUpdateShipmentsTags;
|
|
131
|
+
exports.shipengineUpdateWarehouse = require_update_warehouse.shipengineUpdateWarehouse;
|
|
132
|
+
exports.shipengineUpdateWebhook = require_update_webhook.shipengineUpdateWebhook;
|
|
133
|
+
exports.shipengineValidateAddress = require_validate_address.shipengineValidateAddress;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { shipengineAddTagToShipment } from "./add-tag-to-shipment.cjs";
|
|
2
|
+
import { shipengineAddToBatch } from "./add-to-batch.cjs";
|
|
3
|
+
import { shipengineCancelShipment } from "./cancel-shipment.cjs";
|
|
4
|
+
import { shipengineConnectLtlCarrier } from "./connect-ltl-carrier.cjs";
|
|
5
|
+
import { shipengineConnectShipsurance } from "./connect-shipsurance.cjs";
|
|
6
|
+
import { shipengineCreateAccountImage } from "./create-account-image.cjs";
|
|
7
|
+
import { shipengineCreatePackageType } from "./create-package-type.cjs";
|
|
8
|
+
import { shipengineCreateTag } from "./create-tag.cjs";
|
|
9
|
+
import { shipengineCreateTag2 } from "./create-tag2.cjs";
|
|
10
|
+
import { shipengineCreateWarehouse } from "./create-warehouse.cjs";
|
|
11
|
+
import { shipengineCreateWebhook } from "./create-webhook.cjs";
|
|
12
|
+
import { shipengineDeleteAccountImageById } from "./delete-account-image-by-id.cjs";
|
|
13
|
+
import { shipengineDeleteBatch } from "./delete-batch.cjs";
|
|
14
|
+
import { shipengineDeletePackage } from "./delete-package.cjs";
|
|
15
|
+
import { shipengineDeleteWarehouse } from "./delete-warehouse.cjs";
|
|
16
|
+
import { shipengineDeleteWebhook } from "./delete-webhook.cjs";
|
|
17
|
+
import { shipengineDisconnectCarrier } from "./disconnect-carrier.cjs";
|
|
18
|
+
import { shipengineDisconnectShipsurance } from "./disconnect-shipsurance.cjs";
|
|
19
|
+
import { shipengineDownloadFile } from "./download-file.cjs";
|
|
20
|
+
import { shipengineGetAccountImageById } from "./get-account-image-by-id.cjs";
|
|
21
|
+
import { shipengineGetBatchByExternalId } from "./get-batch-by-external-id.cjs";
|
|
22
|
+
import { shipengineGetBatchById } from "./get-batch-by-id.cjs";
|
|
23
|
+
import { shipengineGetBatchErrors } from "./get-batch-errors.cjs";
|
|
24
|
+
import { shipengineGetBulkRates } from "./get-bulk-rates.cjs";
|
|
25
|
+
import { shipengineGetInsuranceBalance } from "./get-insurance-balance.cjs";
|
|
26
|
+
import { shipengineGetLtlCarrierCredentialRequirements } from "./get-ltl-carrier-credential-requirements.cjs";
|
|
27
|
+
import { shipengineGetLtlCarrierFeatures } from "./get-ltl-carrier-features.cjs";
|
|
28
|
+
import { shipengineGetLtlCarrierOptions } from "./get-ltl-carrier-options.cjs";
|
|
29
|
+
import { shipengineGetLtlCarrierPackages } from "./get-ltl-carrier-packages.cjs";
|
|
30
|
+
import { shipengineGetLtlCarrierServices } from "./get-ltl-carrier-services.cjs";
|
|
31
|
+
import { shipengineGetPackageById } from "./get-package-by-id.cjs";
|
|
32
|
+
import { shipengineGetShipmentByExternalId } from "./get-shipment-by-external-id.cjs";
|
|
33
|
+
import { shipengineGetShipmentById } from "./get-shipment-by-id.cjs";
|
|
34
|
+
import { shipengineGetShipmentRates } from "./get-shipment-rates.cjs";
|
|
35
|
+
import { shipengineGetTrackingInfo } from "./get-tracking-info.cjs";
|
|
36
|
+
import { shipengineGetWarehouseById } from "./get-warehouse-by-id.cjs";
|
|
37
|
+
import { shipengineGetWebhookById } from "./get-webhook-by-id.cjs";
|
|
38
|
+
import { shipengineListAccountImages } from "./list-account-images.cjs";
|
|
39
|
+
import { shipengineListAccountSettings } from "./list-account-settings.cjs";
|
|
40
|
+
import { shipengineListBatches2 } from "./list-batches2.cjs";
|
|
41
|
+
import { shipengineListCarrierPackageTypes } from "./list-carrier-package-types.cjs";
|
|
42
|
+
import { shipengineListLabels2 } from "./list-labels2.cjs";
|
|
43
|
+
import { shipengineListLtlCarriers } from "./list-ltl-carriers.cjs";
|
|
44
|
+
import { shipengineListManifests2 } from "./list-manifests2.cjs";
|
|
45
|
+
import { shipengineListPackages } from "./list-packages.cjs";
|
|
46
|
+
import { shipengineListPickups } from "./list-pickups.cjs";
|
|
47
|
+
import { shipengineListShipments2 } from "./list-shipments2.cjs";
|
|
48
|
+
import { shipengineListTags2 } from "./list-tags2.cjs";
|
|
49
|
+
import { shipengineListWarehouses } from "./list-warehouses.cjs";
|
|
50
|
+
import { shipengineListWebhookEvents } from "./list-webhook-events.cjs";
|
|
51
|
+
import { shipengineListWebhooks } from "./list-webhooks.cjs";
|
|
52
|
+
import { shipengineParseAddress } from "./parse-address.cjs";
|
|
53
|
+
import { shipengineProcessBatchLabels } from "./process-batch-labels.cjs";
|
|
54
|
+
import { shipengineRemoveFromBatch } from "./remove-from-batch.cjs";
|
|
55
|
+
import { shipengineRemoveTagFromShipment } from "./remove-tag-from-shipment.cjs";
|
|
56
|
+
import { shipengineStartTracking } from "./start-tracking.cjs";
|
|
57
|
+
import { shipengineStopTracking } from "./stop-tracking.cjs";
|
|
58
|
+
import { shipengineTrackLtlShipment } from "./track-ltl-shipment.cjs";
|
|
59
|
+
import { shipengineUpdateAccountImageById } from "./update-account-image-by-id.cjs";
|
|
60
|
+
import { shipengineUpdateLtlConnection } from "./update-ltl-connection.cjs";
|
|
61
|
+
import { shipengineUpdatePackage } from "./update-package.cjs";
|
|
62
|
+
import { shipengineUpdateShipment } from "./update-shipment.cjs";
|
|
63
|
+
import { shipengineUpdateShipmentsTags } from "./update-shipments-tags.cjs";
|
|
64
|
+
import { shipengineUpdateWarehouse } from "./update-warehouse.cjs";
|
|
65
|
+
import { shipengineUpdateWebhook } from "./update-webhook.cjs";
|
|
66
|
+
import { shipengineValidateAddress } from "./validate-address.cjs";
|
|
67
|
+
export { shipengineAddTagToShipment, shipengineAddToBatch, shipengineCancelShipment, shipengineConnectLtlCarrier, shipengineConnectShipsurance, shipengineCreateAccountImage, shipengineCreatePackageType, shipengineCreateTag, shipengineCreateTag2, shipengineCreateWarehouse, shipengineCreateWebhook, shipengineDeleteAccountImageById, shipengineDeleteBatch, shipengineDeletePackage, shipengineDeleteWarehouse, shipengineDeleteWebhook, shipengineDisconnectCarrier, shipengineDisconnectShipsurance, shipengineDownloadFile, shipengineGetAccountImageById, shipengineGetBatchByExternalId, shipengineGetBatchById, shipengineGetBatchErrors, shipengineGetBulkRates, shipengineGetInsuranceBalance, shipengineGetLtlCarrierCredentialRequirements, shipengineGetLtlCarrierFeatures, shipengineGetLtlCarrierOptions, shipengineGetLtlCarrierPackages, shipengineGetLtlCarrierServices, shipengineGetPackageById, shipengineGetShipmentByExternalId, shipengineGetShipmentById, shipengineGetShipmentRates, shipengineGetTrackingInfo, shipengineGetWarehouseById, shipengineGetWebhookById, shipengineListAccountImages, shipengineListAccountSettings, shipengineListBatches2, shipengineListCarrierPackageTypes, shipengineListLabels2, shipengineListLtlCarriers, shipengineListManifests2, shipengineListPackages, shipengineListPickups, shipengineListShipments2, shipengineListTags2, shipengineListWarehouses, shipengineListWebhookEvents, shipengineListWebhooks, shipengineParseAddress, shipengineProcessBatchLabels, shipengineRemoveFromBatch, shipengineRemoveTagFromShipment, shipengineStartTracking, shipengineStopTracking, shipengineTrackLtlShipment, shipengineUpdateAccountImageById, shipengineUpdateLtlConnection, shipengineUpdatePackage, shipengineUpdateShipment, shipengineUpdateShipmentsTags, shipengineUpdateWarehouse, shipengineUpdateWebhook, shipengineValidateAddress };
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { shipengineAddTagToShipment } from "./add-tag-to-shipment.mjs";
|
|
2
|
+
import { shipengineAddToBatch } from "./add-to-batch.mjs";
|
|
3
|
+
import { shipengineCancelShipment } from "./cancel-shipment.mjs";
|
|
4
|
+
import { shipengineConnectLtlCarrier } from "./connect-ltl-carrier.mjs";
|
|
5
|
+
import { shipengineConnectShipsurance } from "./connect-shipsurance.mjs";
|
|
6
|
+
import { shipengineCreateAccountImage } from "./create-account-image.mjs";
|
|
7
|
+
import { shipengineCreatePackageType } from "./create-package-type.mjs";
|
|
8
|
+
import { shipengineCreateTag } from "./create-tag.mjs";
|
|
9
|
+
import { shipengineCreateTag2 } from "./create-tag2.mjs";
|
|
10
|
+
import { shipengineCreateWarehouse } from "./create-warehouse.mjs";
|
|
11
|
+
import { shipengineCreateWebhook } from "./create-webhook.mjs";
|
|
12
|
+
import { shipengineDeleteAccountImageById } from "./delete-account-image-by-id.mjs";
|
|
13
|
+
import { shipengineDeleteBatch } from "./delete-batch.mjs";
|
|
14
|
+
import { shipengineDeletePackage } from "./delete-package.mjs";
|
|
15
|
+
import { shipengineDeleteWarehouse } from "./delete-warehouse.mjs";
|
|
16
|
+
import { shipengineDeleteWebhook } from "./delete-webhook.mjs";
|
|
17
|
+
import { shipengineDisconnectCarrier } from "./disconnect-carrier.mjs";
|
|
18
|
+
import { shipengineDisconnectShipsurance } from "./disconnect-shipsurance.mjs";
|
|
19
|
+
import { shipengineDownloadFile } from "./download-file.mjs";
|
|
20
|
+
import { shipengineGetAccountImageById } from "./get-account-image-by-id.mjs";
|
|
21
|
+
import { shipengineGetBatchByExternalId } from "./get-batch-by-external-id.mjs";
|
|
22
|
+
import { shipengineGetBatchById } from "./get-batch-by-id.mjs";
|
|
23
|
+
import { shipengineGetBatchErrors } from "./get-batch-errors.mjs";
|
|
24
|
+
import { shipengineGetBulkRates } from "./get-bulk-rates.mjs";
|
|
25
|
+
import { shipengineGetInsuranceBalance } from "./get-insurance-balance.mjs";
|
|
26
|
+
import { shipengineGetLtlCarrierCredentialRequirements } from "./get-ltl-carrier-credential-requirements.mjs";
|
|
27
|
+
import { shipengineGetLtlCarrierFeatures } from "./get-ltl-carrier-features.mjs";
|
|
28
|
+
import { shipengineGetLtlCarrierOptions } from "./get-ltl-carrier-options.mjs";
|
|
29
|
+
import { shipengineGetLtlCarrierPackages } from "./get-ltl-carrier-packages.mjs";
|
|
30
|
+
import { shipengineGetLtlCarrierServices } from "./get-ltl-carrier-services.mjs";
|
|
31
|
+
import { shipengineGetPackageById } from "./get-package-by-id.mjs";
|
|
32
|
+
import { shipengineGetShipmentByExternalId } from "./get-shipment-by-external-id.mjs";
|
|
33
|
+
import { shipengineGetShipmentById } from "./get-shipment-by-id.mjs";
|
|
34
|
+
import { shipengineGetShipmentRates } from "./get-shipment-rates.mjs";
|
|
35
|
+
import { shipengineGetTrackingInfo } from "./get-tracking-info.mjs";
|
|
36
|
+
import { shipengineGetWarehouseById } from "./get-warehouse-by-id.mjs";
|
|
37
|
+
import { shipengineGetWebhookById } from "./get-webhook-by-id.mjs";
|
|
38
|
+
import { shipengineListAccountImages } from "./list-account-images.mjs";
|
|
39
|
+
import { shipengineListAccountSettings } from "./list-account-settings.mjs";
|
|
40
|
+
import { shipengineListBatches2 } from "./list-batches2.mjs";
|
|
41
|
+
import { shipengineListCarrierPackageTypes } from "./list-carrier-package-types.mjs";
|
|
42
|
+
import { shipengineListLabels2 } from "./list-labels2.mjs";
|
|
43
|
+
import { shipengineListLtlCarriers } from "./list-ltl-carriers.mjs";
|
|
44
|
+
import { shipengineListManifests2 } from "./list-manifests2.mjs";
|
|
45
|
+
import { shipengineListPackages } from "./list-packages.mjs";
|
|
46
|
+
import { shipengineListPickups } from "./list-pickups.mjs";
|
|
47
|
+
import { shipengineListShipments2 } from "./list-shipments2.mjs";
|
|
48
|
+
import { shipengineListTags2 } from "./list-tags2.mjs";
|
|
49
|
+
import { shipengineListWarehouses } from "./list-warehouses.mjs";
|
|
50
|
+
import { shipengineListWebhookEvents } from "./list-webhook-events.mjs";
|
|
51
|
+
import { shipengineListWebhooks } from "./list-webhooks.mjs";
|
|
52
|
+
import { shipengineParseAddress } from "./parse-address.mjs";
|
|
53
|
+
import { shipengineProcessBatchLabels } from "./process-batch-labels.mjs";
|
|
54
|
+
import { shipengineRemoveFromBatch } from "./remove-from-batch.mjs";
|
|
55
|
+
import { shipengineRemoveTagFromShipment } from "./remove-tag-from-shipment.mjs";
|
|
56
|
+
import { shipengineStartTracking } from "./start-tracking.mjs";
|
|
57
|
+
import { shipengineStopTracking } from "./stop-tracking.mjs";
|
|
58
|
+
import { shipengineTrackLtlShipment } from "./track-ltl-shipment.mjs";
|
|
59
|
+
import { shipengineUpdateAccountImageById } from "./update-account-image-by-id.mjs";
|
|
60
|
+
import { shipengineUpdateLtlConnection } from "./update-ltl-connection.mjs";
|
|
61
|
+
import { shipengineUpdatePackage } from "./update-package.mjs";
|
|
62
|
+
import { shipengineUpdateShipment } from "./update-shipment.mjs";
|
|
63
|
+
import { shipengineUpdateShipmentsTags } from "./update-shipments-tags.mjs";
|
|
64
|
+
import { shipengineUpdateWarehouse } from "./update-warehouse.mjs";
|
|
65
|
+
import { shipengineUpdateWebhook } from "./update-webhook.mjs";
|
|
66
|
+
import { shipengineValidateAddress } from "./validate-address.mjs";
|
|
67
|
+
export { shipengineAddTagToShipment, shipengineAddToBatch, shipengineCancelShipment, shipengineConnectLtlCarrier, shipengineConnectShipsurance, shipengineCreateAccountImage, shipengineCreatePackageType, shipengineCreateTag, shipengineCreateTag2, shipengineCreateWarehouse, shipengineCreateWebhook, shipengineDeleteAccountImageById, shipengineDeleteBatch, shipengineDeletePackage, shipengineDeleteWarehouse, shipengineDeleteWebhook, shipengineDisconnectCarrier, shipengineDisconnectShipsurance, shipengineDownloadFile, shipengineGetAccountImageById, shipengineGetBatchByExternalId, shipengineGetBatchById, shipengineGetBatchErrors, shipengineGetBulkRates, shipengineGetInsuranceBalance, shipengineGetLtlCarrierCredentialRequirements, shipengineGetLtlCarrierFeatures, shipengineGetLtlCarrierOptions, shipengineGetLtlCarrierPackages, shipengineGetLtlCarrierServices, shipengineGetPackageById, shipengineGetShipmentByExternalId, shipengineGetShipmentById, shipengineGetShipmentRates, shipengineGetTrackingInfo, shipengineGetWarehouseById, shipengineGetWebhookById, shipengineListAccountImages, shipengineListAccountSettings, shipengineListBatches2, shipengineListCarrierPackageTypes, shipengineListLabels2, shipengineListLtlCarriers, shipengineListManifests2, shipengineListPackages, shipengineListPickups, shipengineListShipments2, shipengineListTags2, shipengineListWarehouses, shipengineListWebhookEvents, shipengineListWebhooks, shipengineParseAddress, shipengineProcessBatchLabels, shipengineRemoveFromBatch, shipengineRemoveTagFromShipment, shipengineStartTracking, shipengineStopTracking, shipengineTrackLtlShipment, shipengineUpdateAccountImageById, shipengineUpdateLtlConnection, shipengineUpdatePackage, shipengineUpdateShipment, shipengineUpdateShipmentsTags, shipengineUpdateWarehouse, shipengineUpdateWebhook, shipengineValidateAddress };
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { shipengineAddTagToShipment } from "./add-tag-to-shipment.mjs";
|
|
2
|
+
import { shipengineAddToBatch } from "./add-to-batch.mjs";
|
|
3
|
+
import { shipengineCancelShipment } from "./cancel-shipment.mjs";
|
|
4
|
+
import { shipengineConnectLtlCarrier } from "./connect-ltl-carrier.mjs";
|
|
5
|
+
import { shipengineConnectShipsurance } from "./connect-shipsurance.mjs";
|
|
6
|
+
import { shipengineCreateAccountImage } from "./create-account-image.mjs";
|
|
7
|
+
import { shipengineCreatePackageType } from "./create-package-type.mjs";
|
|
8
|
+
import { shipengineCreateTag } from "./create-tag.mjs";
|
|
9
|
+
import { shipengineCreateTag2 } from "./create-tag2.mjs";
|
|
10
|
+
import { shipengineCreateWarehouse } from "./create-warehouse.mjs";
|
|
11
|
+
import { shipengineCreateWebhook } from "./create-webhook.mjs";
|
|
12
|
+
import { shipengineDeleteAccountImageById } from "./delete-account-image-by-id.mjs";
|
|
13
|
+
import { shipengineDeleteBatch } from "./delete-batch.mjs";
|
|
14
|
+
import { shipengineDeletePackage } from "./delete-package.mjs";
|
|
15
|
+
import { shipengineDeleteWarehouse } from "./delete-warehouse.mjs";
|
|
16
|
+
import { shipengineDeleteWebhook } from "./delete-webhook.mjs";
|
|
17
|
+
import { shipengineDisconnectCarrier } from "./disconnect-carrier.mjs";
|
|
18
|
+
import { shipengineDisconnectShipsurance } from "./disconnect-shipsurance.mjs";
|
|
19
|
+
import { shipengineDownloadFile } from "./download-file.mjs";
|
|
20
|
+
import { shipengineGetAccountImageById } from "./get-account-image-by-id.mjs";
|
|
21
|
+
import { shipengineGetBatchByExternalId } from "./get-batch-by-external-id.mjs";
|
|
22
|
+
import { shipengineGetBatchById } from "./get-batch-by-id.mjs";
|
|
23
|
+
import { shipengineGetBatchErrors } from "./get-batch-errors.mjs";
|
|
24
|
+
import { shipengineGetBulkRates } from "./get-bulk-rates.mjs";
|
|
25
|
+
import { shipengineGetInsuranceBalance } from "./get-insurance-balance.mjs";
|
|
26
|
+
import { shipengineGetLtlCarrierCredentialRequirements } from "./get-ltl-carrier-credential-requirements.mjs";
|
|
27
|
+
import { shipengineGetLtlCarrierFeatures } from "./get-ltl-carrier-features.mjs";
|
|
28
|
+
import { shipengineGetLtlCarrierOptions } from "./get-ltl-carrier-options.mjs";
|
|
29
|
+
import { shipengineGetLtlCarrierPackages } from "./get-ltl-carrier-packages.mjs";
|
|
30
|
+
import { shipengineGetLtlCarrierServices } from "./get-ltl-carrier-services.mjs";
|
|
31
|
+
import { shipengineGetPackageById } from "./get-package-by-id.mjs";
|
|
32
|
+
import { shipengineGetShipmentByExternalId } from "./get-shipment-by-external-id.mjs";
|
|
33
|
+
import { shipengineGetShipmentById } from "./get-shipment-by-id.mjs";
|
|
34
|
+
import { shipengineGetShipmentRates } from "./get-shipment-rates.mjs";
|
|
35
|
+
import { shipengineGetTrackingInfo } from "./get-tracking-info.mjs";
|
|
36
|
+
import { shipengineGetWarehouseById } from "./get-warehouse-by-id.mjs";
|
|
37
|
+
import { shipengineGetWebhookById } from "./get-webhook-by-id.mjs";
|
|
38
|
+
import { shipengineListAccountImages } from "./list-account-images.mjs";
|
|
39
|
+
import { shipengineListAccountSettings } from "./list-account-settings.mjs";
|
|
40
|
+
import { shipengineListBatches2 } from "./list-batches2.mjs";
|
|
41
|
+
import { shipengineListCarrierPackageTypes } from "./list-carrier-package-types.mjs";
|
|
42
|
+
import { shipengineListLabels2 } from "./list-labels2.mjs";
|
|
43
|
+
import { shipengineListLtlCarriers } from "./list-ltl-carriers.mjs";
|
|
44
|
+
import { shipengineListManifests2 } from "./list-manifests2.mjs";
|
|
45
|
+
import { shipengineListPackages } from "./list-packages.mjs";
|
|
46
|
+
import { shipengineListPickups } from "./list-pickups.mjs";
|
|
47
|
+
import { shipengineListShipments2 } from "./list-shipments2.mjs";
|
|
48
|
+
import { shipengineListTags2 } from "./list-tags2.mjs";
|
|
49
|
+
import { shipengineListWarehouses } from "./list-warehouses.mjs";
|
|
50
|
+
import { shipengineListWebhookEvents } from "./list-webhook-events.mjs";
|
|
51
|
+
import { shipengineListWebhooks } from "./list-webhooks.mjs";
|
|
52
|
+
import { shipengineParseAddress } from "./parse-address.mjs";
|
|
53
|
+
import { shipengineProcessBatchLabels } from "./process-batch-labels.mjs";
|
|
54
|
+
import { shipengineRemoveFromBatch } from "./remove-from-batch.mjs";
|
|
55
|
+
import { shipengineRemoveTagFromShipment } from "./remove-tag-from-shipment.mjs";
|
|
56
|
+
import { shipengineStartTracking } from "./start-tracking.mjs";
|
|
57
|
+
import { shipengineStopTracking } from "./stop-tracking.mjs";
|
|
58
|
+
import { shipengineTrackLtlShipment } from "./track-ltl-shipment.mjs";
|
|
59
|
+
import { shipengineUpdateAccountImageById } from "./update-account-image-by-id.mjs";
|
|
60
|
+
import { shipengineUpdateLtlConnection } from "./update-ltl-connection.mjs";
|
|
61
|
+
import { shipengineUpdatePackage } from "./update-package.mjs";
|
|
62
|
+
import { shipengineUpdateShipment } from "./update-shipment.mjs";
|
|
63
|
+
import { shipengineUpdateShipmentsTags } from "./update-shipments-tags.mjs";
|
|
64
|
+
import { shipengineUpdateWarehouse } from "./update-warehouse.mjs";
|
|
65
|
+
import { shipengineUpdateWebhook } from "./update-webhook.mjs";
|
|
66
|
+
import { shipengineValidateAddress } from "./validate-address.mjs";
|
|
67
|
+
export { shipengineAddTagToShipment, shipengineAddToBatch, shipengineCancelShipment, shipengineConnectLtlCarrier, shipengineConnectShipsurance, shipengineCreateAccountImage, shipengineCreatePackageType, shipengineCreateTag, shipengineCreateTag2, shipengineCreateWarehouse, shipengineCreateWebhook, shipengineDeleteAccountImageById, shipengineDeleteBatch, shipengineDeletePackage, shipengineDeleteWarehouse, shipengineDeleteWebhook, shipengineDisconnectCarrier, shipengineDisconnectShipsurance, shipengineDownloadFile, shipengineGetAccountImageById, shipengineGetBatchByExternalId, shipengineGetBatchById, shipengineGetBatchErrors, shipengineGetBulkRates, shipengineGetInsuranceBalance, shipengineGetLtlCarrierCredentialRequirements, shipengineGetLtlCarrierFeatures, shipengineGetLtlCarrierOptions, shipengineGetLtlCarrierPackages, shipengineGetLtlCarrierServices, shipengineGetPackageById, shipengineGetShipmentByExternalId, shipengineGetShipmentById, shipengineGetShipmentRates, shipengineGetTrackingInfo, shipengineGetWarehouseById, shipengineGetWebhookById, shipengineListAccountImages, shipengineListAccountSettings, shipengineListBatches2, shipengineListCarrierPackageTypes, shipengineListLabels2, shipengineListLtlCarriers, shipengineListManifests2, shipengineListPackages, shipengineListPickups, shipengineListShipments2, shipengineListTags2, shipengineListWarehouses, shipengineListWebhookEvents, shipengineListWebhooks, shipengineParseAddress, shipengineProcessBatchLabels, shipengineRemoveFromBatch, shipengineRemoveTagFromShipment, shipengineStartTracking, shipengineStopTracking, shipengineTrackLtlShipment, shipengineUpdateAccountImageById, shipengineUpdateLtlConnection, shipengineUpdatePackage, shipengineUpdateShipment, shipengineUpdateShipmentsTags, shipengineUpdateWarehouse, shipengineUpdateWebhook, shipengineValidateAddress };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-account-images.ts
|
|
4
|
+
const ShipengineListAccountImagesInput = zod.z.object({}).describe("Request model for listing account images. This endpoint does not require any parameters.");
|
|
5
|
+
const ShipengineListAccountImages_AccountImageSchema = zod.z.object({
|
|
6
|
+
name: zod.z.string().describe("Name of the account image").nullable().optional(),
|
|
7
|
+
created_at: zod.z.string().describe("Timestamp when the image was created (ISO 8601 format)").nullable().optional(),
|
|
8
|
+
image_data: zod.z.string().describe("Base64-encoded image data").nullable().optional(),
|
|
9
|
+
is_default: zod.z.boolean().describe("Whether this image is set as the default account image").nullable().optional(),
|
|
10
|
+
modified_at: zod.z.string().describe("Timestamp when the image was last modified (ISO 8601 format)").nullable().optional(),
|
|
11
|
+
label_image_id: zod.z.string().describe("Unique identifier for the label image").nullable().optional(),
|
|
12
|
+
image_content_type: zod.z.string().describe("MIME type of the image (e.g., image/png, image/jpeg)").nullable().optional()
|
|
13
|
+
}).describe("Represents an account image object.");
|
|
14
|
+
const ShipengineListAccountImagesOutput = zod.z.object({ images: zod.z.array(ShipengineListAccountImages_AccountImageSchema).describe("List of account images configured for the ShipEngine account") }).describe("Response model for listing account images.");
|
|
15
|
+
const shipengineListAccountImages = require_action.action("SHIPENGINE_LIST_ACCOUNT_IMAGES", {
|
|
16
|
+
slug: "shipengine-list-account-images",
|
|
17
|
+
name: "List Account Images",
|
|
18
|
+
description: "Tool to list all account images. Use when you need to retrieve all images configured for the ShipEngine account, such as logos or branding images used on shipping labels.",
|
|
19
|
+
input: ShipengineListAccountImagesInput,
|
|
20
|
+
output: ShipengineListAccountImagesOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.shipengineListAccountImages = shipengineListAccountImages;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=list-account-images.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-account-images.cjs","names":["z","action"],"sources":["../../src/actions/list-account-images.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineListAccountImagesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing account images. This endpoint does not require any parameters.\");\nconst ShipengineListAccountImages_AccountImageSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the account image\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the image was created (ISO 8601 format)\").nullable().optional(),\n image_data: z.string().describe(\"Base64-encoded image data\").nullable().optional(),\n is_default: z.boolean().describe(\"Whether this image is set as the default account image\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the image was last modified (ISO 8601 format)\").nullable().optional(),\n label_image_id: z.string().describe(\"Unique identifier for the label image\").nullable().optional(),\n image_content_type: z.string().describe(\"MIME type of the image (e.g., image/png, image/jpeg)\").nullable().optional(),\n}).describe(\"Represents an account image object.\");\nexport const ShipengineListAccountImagesOutput: z.ZodTypeAny = z.object({\n images: z.array(ShipengineListAccountImages_AccountImageSchema).describe(\"List of account images configured for the ShipEngine account\"),\n}).describe(\"Response model for listing account images.\");\n\nexport const shipengineListAccountImages = action(\"SHIPENGINE_LIST_ACCOUNT_IMAGES\", {\n slug: \"shipengine-list-account-images\",\n name: \"List Account Images\",\n description: \"Tool to list all account images. Use when you need to retrieve all images configured for the ShipEngine account, such as logos or branding images used on shipping labels.\",\n input: ShipengineListAccountImagesInput,\n output: ShipengineListAccountImagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0FAA0F;AAC9K,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,QAAQA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,8DAA8D,EACzI,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-account-images.d.ts
|
|
4
|
+
declare const ShipengineListAccountImagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineListAccountImagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineListAccountImages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineListAccountImages };
|
|
9
|
+
//# sourceMappingURL=list-account-images.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-account-images.d.cts","names":[],"sources":["../../src/actions/list-account-images.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAA8H;AAAA,cAUlK,iCAAA,EAAmC,CAAA,CAAE,UAEO;AAAA,cAE5C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-account-images.d.ts
|
|
4
|
+
declare const ShipengineListAccountImagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineListAccountImagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineListAccountImages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineListAccountImages };
|
|
9
|
+
//# sourceMappingURL=list-account-images.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-account-images.d.mts","names":[],"sources":["../../src/actions/list-account-images.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAA8H;AAAA,cAUlK,iCAAA,EAAmC,CAAA,CAAE,UAEO;AAAA,cAE5C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-account-images.ts
|
|
4
|
+
const ShipengineListAccountImagesInput = z.object({}).describe("Request model for listing account images. This endpoint does not require any parameters.");
|
|
5
|
+
const ShipengineListAccountImages_AccountImageSchema = z.object({
|
|
6
|
+
name: z.string().describe("Name of the account image").nullable().optional(),
|
|
7
|
+
created_at: z.string().describe("Timestamp when the image was created (ISO 8601 format)").nullable().optional(),
|
|
8
|
+
image_data: z.string().describe("Base64-encoded image data").nullable().optional(),
|
|
9
|
+
is_default: z.boolean().describe("Whether this image is set as the default account image").nullable().optional(),
|
|
10
|
+
modified_at: z.string().describe("Timestamp when the image was last modified (ISO 8601 format)").nullable().optional(),
|
|
11
|
+
label_image_id: z.string().describe("Unique identifier for the label image").nullable().optional(),
|
|
12
|
+
image_content_type: z.string().describe("MIME type of the image (e.g., image/png, image/jpeg)").nullable().optional()
|
|
13
|
+
}).describe("Represents an account image object.");
|
|
14
|
+
const shipengineListAccountImages = action("SHIPENGINE_LIST_ACCOUNT_IMAGES", {
|
|
15
|
+
slug: "shipengine-list-account-images",
|
|
16
|
+
name: "List Account Images",
|
|
17
|
+
description: "Tool to list all account images. Use when you need to retrieve all images configured for the ShipEngine account, such as logos or branding images used on shipping labels.",
|
|
18
|
+
input: ShipengineListAccountImagesInput,
|
|
19
|
+
output: z.object({ images: z.array(ShipengineListAccountImages_AccountImageSchema).describe("List of account images configured for the ShipEngine account") }).describe("Response model for listing account images.")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { shipengineListAccountImages };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=list-account-images.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-account-images.mjs","names":[],"sources":["../../src/actions/list-account-images.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineListAccountImagesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing account images. This endpoint does not require any parameters.\");\nconst ShipengineListAccountImages_AccountImageSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the account image\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the image was created (ISO 8601 format)\").nullable().optional(),\n image_data: z.string().describe(\"Base64-encoded image data\").nullable().optional(),\n is_default: z.boolean().describe(\"Whether this image is set as the default account image\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the image was last modified (ISO 8601 format)\").nullable().optional(),\n label_image_id: z.string().describe(\"Unique identifier for the label image\").nullable().optional(),\n image_content_type: z.string().describe(\"MIME type of the image (e.g., image/png, image/jpeg)\").nullable().optional(),\n}).describe(\"Represents an account image object.\");\nexport const ShipengineListAccountImagesOutput: z.ZodTypeAny = z.object({\n images: z.array(ShipengineListAccountImages_AccountImageSchema).describe(\"List of account images configured for the ShipEngine account\"),\n}).describe(\"Response model for listing account images.\");\n\nexport const shipengineListAccountImages = action(\"SHIPENGINE_LIST_ACCOUNT_IMAGES\", {\n slug: \"shipengine-list-account-images\",\n name: \"List Account Images\",\n description: \"Tool to list all account images. Use when you need to retrieve all images configured for the ShipEngine account, such as logos or branding images used on shipping labels.\",\n input: ShipengineListAccountImagesInput,\n output: ShipengineListAccountImagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0FAA0F;AAC9K,MAAM,iDAA+D,EAAE,OAAO;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAKjD,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6D,EAAE,OAAO,EACtE,QAAQ,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,8DAA8D,EACzI,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-account-settings.ts
|
|
4
|
+
const ShipengineListAccountSettingsInput = zod.z.object({}).describe("Request model for listing account settings. This endpoint does not require any parameters.");
|
|
5
|
+
const ShipengineListAccountSettingsOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response model for listing account settings. The API returns an object with dynamic keys\nrepresenting various account configuration options.");
|
|
6
|
+
const shipengineListAccountSettings = require_action.action("SHIPENGINE_LIST_ACCOUNT_SETTINGS", {
|
|
7
|
+
slug: "shipengine-list-account-settings",
|
|
8
|
+
name: "List Account Settings",
|
|
9
|
+
description: "Tool to list all account settings for the ShipEngine account. Use when you need to retrieve account configuration, preferences, or settings information.",
|
|
10
|
+
input: ShipengineListAccountSettingsInput,
|
|
11
|
+
output: ShipengineListAccountSettingsOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.shipengineListAccountSettings = shipengineListAccountSettings;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=list-account-settings.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-account-settings.cjs","names":["z","action"],"sources":["../../src/actions/list-account-settings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineListAccountSettingsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing account settings. This endpoint does not require any parameters.\");\nexport const ShipengineListAccountSettingsOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model for listing account settings. The API returns an object with dynamic keys\\nrepresenting various account configuration options.\");\n\nexport const shipengineListAccountSettings = action(\"SHIPENGINE_LIST_ACCOUNT_SETTINGS\", {\n slug: \"shipengine-list-account-settings\",\n name: \"List Account Settings\",\n description: \"Tool to list all account settings for the ShipEngine account. Use when you need to retrieve account configuration, preferences, or settings information.\",\n input: ShipengineListAccountSettingsInput,\n output: ShipengineListAccountSettingsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4FAA4F;AAClL,MAAa,sCAAoDA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+IAA+I;AAE3P,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-account-settings.d.ts
|
|
4
|
+
declare const ShipengineListAccountSettingsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineListAccountSettingsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineListAccountSettings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineListAccountSettings };
|
|
9
|
+
//# sourceMappingURL=list-account-settings.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-account-settings.d.cts","names":[],"sources":["../../src/actions/list-account-settings.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAgI;AAAA,cACtK,mCAAA,EAAqC,CAAA,CAAE,UAAwM;AAAA,cAE/O,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-account-settings.d.ts
|
|
4
|
+
declare const ShipengineListAccountSettingsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineListAccountSettingsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineListAccountSettings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineListAccountSettings };
|
|
9
|
+
//# sourceMappingURL=list-account-settings.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-account-settings.d.mts","names":[],"sources":["../../src/actions/list-account-settings.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAgI;AAAA,cACtK,mCAAA,EAAqC,CAAA,CAAE,UAAwM;AAAA,cAE/O,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const shipengineListAccountSettings = action("SHIPENGINE_LIST_ACCOUNT_SETTINGS", {
|
|
4
|
+
slug: "shipengine-list-account-settings",
|
|
5
|
+
name: "List Account Settings",
|
|
6
|
+
description: "Tool to list all account settings for the ShipEngine account. Use when you need to retrieve account configuration, preferences, or settings information.",
|
|
7
|
+
input: z.object({}).describe("Request model for listing account settings. This endpoint does not require any parameters."),
|
|
8
|
+
output: z.record(z.string(), z.unknown()).describe("Response model for listing account settings. The API returns an object with dynamic keys\nrepresenting various account configuration options.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { shipengineListAccountSettings };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=list-account-settings.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-account-settings.mjs","names":[],"sources":["../../src/actions/list-account-settings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineListAccountSettingsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing account settings. This endpoint does not require any parameters.\");\nexport const ShipengineListAccountSettingsOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model for listing account settings. The API returns an object with dynamic keys\\nrepresenting various account configuration options.\");\n\nexport const shipengineListAccountSettings = action(\"SHIPENGINE_LIST_ACCOUNT_SETTINGS\", {\n slug: \"shipengine-list-account-settings\",\n name: \"List Account Settings\",\n description: \"Tool to list all account settings for the ShipEngine account. Use when you need to retrieve account configuration, preferences, or settings information.\",\n input: ShipengineListAccountSettingsInput,\n output: ShipengineListAccountSettingsOutput,\n});\n"],"mappings":";;AAOA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAP8D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4FAO7E;CACP,QAP+D,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+IAOlG;AACV,CAAC"}
|