@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,38 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-package-type.ts
|
|
4
|
+
const ShipengineCreatePackageTypeInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("Name of the custom package type (required)."),
|
|
6
|
+
dimensions: zod.z.object({
|
|
7
|
+
unit: zod.z.enum(["inch", "centimeter"]).describe("Unit of measurement for dimensions."),
|
|
8
|
+
width: zod.z.number().describe("Width of the package; must be greater than 0."),
|
|
9
|
+
height: zod.z.number().describe("Height of the package; must be greater than 0."),
|
|
10
|
+
length: zod.z.number().describe("Length of the package; must be greater than 0.")
|
|
11
|
+
}).describe("Dimensions of the package.").optional(),
|
|
12
|
+
description: zod.z.string().describe("Description of the package type (optional).").optional(),
|
|
13
|
+
package_code: zod.z.string().describe("Code identifier for the package. MUST have prefix 'custom_' (e.g., 'custom_bigbox', 'custom_test_box'). This is a required format enforced by the ShipEngine API.")
|
|
14
|
+
}).describe("Request model for creating a custom package type in ShipEngine.");
|
|
15
|
+
const ShipengineCreatePackageType_DimensionsSchema = zod.z.object({
|
|
16
|
+
unit: zod.z.enum(["inch", "centimeter"]).describe("Unit of measurement for dimensions."),
|
|
17
|
+
width: zod.z.number().describe("Width of the package; must be greater than 0."),
|
|
18
|
+
height: zod.z.number().describe("Height of the package; must be greater than 0."),
|
|
19
|
+
length: zod.z.number().describe("Length of the package; must be greater than 0.")
|
|
20
|
+
}).describe("Dimensions of the package.");
|
|
21
|
+
const ShipengineCreatePackageTypeOutput = zod.z.object({
|
|
22
|
+
name: zod.z.string().describe("Name of the package type."),
|
|
23
|
+
dimensions: ShipengineCreatePackageType_DimensionsSchema.nullable().optional(),
|
|
24
|
+
package_id: zod.z.string().describe("Unique identifier for the package (UUID).").nullable().optional(),
|
|
25
|
+
description: zod.z.string().describe("Description of the package type.").nullable().optional(),
|
|
26
|
+
package_code: zod.z.string().describe("The code used to identify the package type.")
|
|
27
|
+
}).describe("Response model for a created custom package type in ShipEngine.");
|
|
28
|
+
const shipengineCreatePackageType = require_action.action("SHIPENGINE_CREATE_PACKAGE_TYPE", {
|
|
29
|
+
slug: "shipengine-create-package-type",
|
|
30
|
+
name: "Create Package Type",
|
|
31
|
+
description: "Tool to create a custom package type definition in ShipEngine. Use when defining new package types with specific codes and optional dimensions.",
|
|
32
|
+
input: ShipengineCreatePackageTypeInput,
|
|
33
|
+
output: ShipengineCreatePackageTypeOutput
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
exports.shipengineCreatePackageType = shipengineCreatePackageType;
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=create-package-type.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-package-type.cjs","names":["z","action"],"sources":["../../src/actions/create-package-type.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineCreatePackageTypeInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the custom package type (required).\"),\n dimensions: z.object({\n unit: z.enum([\"inch\", \"centimeter\"]).describe(\"Unit of measurement for dimensions.\"),\n width: z.number().describe(\"Width of the package; must be greater than 0.\"),\n height: z.number().describe(\"Height of the package; must be greater than 0.\"),\n length: z.number().describe(\"Length of the package; must be greater than 0.\"),\n}).describe(\"Dimensions of the package.\").optional(),\n description: z.string().describe(\"Description of the package type (optional).\").optional(),\n package_code: z.string().describe(\"Code identifier for the package. MUST have prefix 'custom_' (e.g., 'custom_bigbox', 'custom_test_box'). This is a required format enforced by the ShipEngine API.\"),\n}).describe(\"Request model for creating a custom package type in ShipEngine.\");\nconst ShipengineCreatePackageType_DimensionsSchema: z.ZodTypeAny = z.object({\n unit: z.enum([\"inch\", \"centimeter\"]).describe(\"Unit of measurement for dimensions.\"),\n width: z.number().describe(\"Width of the package; must be greater than 0.\"),\n height: z.number().describe(\"Height of the package; must be greater than 0.\"),\n length: z.number().describe(\"Length of the package; must be greater than 0.\"),\n}).describe(\"Dimensions of the package.\");\nexport const ShipengineCreatePackageTypeOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the package type.\"),\n dimensions: ShipengineCreatePackageType_DimensionsSchema.nullable().optional(),\n package_id: z.string().describe(\"Unique identifier for the package (UUID).\").nullable().optional(),\n description: z.string().describe(\"Description of the package type.\").nullable().optional(),\n package_code: z.string().describe(\"The code used to identify the package type.\"),\n}).describe(\"Response model for a created custom package type in ShipEngine.\");\n\nexport const shipengineCreatePackageType = action(\"SHIPENGINE_CREATE_PACKAGE_TYPE\", {\n slug: \"shipengine-create-package-type\",\n name: \"Create Package Type\",\n description: \"Tool to create a custom package type definition in ShipEngine. Use when defining new package types with specific codes and optional dimensions.\",\n input: ShipengineCreatePackageTypeInput,\n output: ShipengineCreatePackageTypeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACvE,YAAYA,IAAAA,EAAE,OAAO;EACrB,MAAMA,IAAAA,EAAE,KAAK,CAAC,QAAQ,YAAY,CAAC,CAAC,CAAC,SAAS,qCAAqC;EACnF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAC5E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC9E,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACzF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mKAAmK;AACvM,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,KAAK,CAAC,QAAQ,YAAY,CAAC,CAAC,CAAC,SAAS,qCAAqC;CACnF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC5E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AAC9E,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACxC,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,YAAY,6CAA6C,SAAS,CAAC,CAAC,SAAS;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;AACjF,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAE7E,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/create-package-type.d.ts
|
|
4
|
+
declare const ShipengineCreatePackageTypeInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineCreatePackageTypeOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineCreatePackageType: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineCreatePackageType };
|
|
9
|
+
//# sourceMappingURL=create-package-type.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-package-type.d.cts","names":[],"sources":["../../src/actions/create-package-type.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAU6B;AAAA,cAOjE,iCAAA,EAAmC,CAAA,CAAE,UAM4B;AAAA,cAEjE,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-package-type.d.ts
|
|
4
|
+
declare const ShipengineCreatePackageTypeInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineCreatePackageTypeOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineCreatePackageType: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineCreatePackageType };
|
|
9
|
+
//# sourceMappingURL=create-package-type.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-package-type.d.mts","names":[],"sources":["../../src/actions/create-package-type.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAU6B;AAAA,cAOjE,iCAAA,EAAmC,CAAA,CAAE,UAM4B;AAAA,cAEjE,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-package-type.ts
|
|
4
|
+
const ShipengineCreatePackageTypeInput = z.object({
|
|
5
|
+
name: z.string().describe("Name of the custom package type (required)."),
|
|
6
|
+
dimensions: z.object({
|
|
7
|
+
unit: z.enum(["inch", "centimeter"]).describe("Unit of measurement for dimensions."),
|
|
8
|
+
width: z.number().describe("Width of the package; must be greater than 0."),
|
|
9
|
+
height: z.number().describe("Height of the package; must be greater than 0."),
|
|
10
|
+
length: z.number().describe("Length of the package; must be greater than 0.")
|
|
11
|
+
}).describe("Dimensions of the package.").optional(),
|
|
12
|
+
description: z.string().describe("Description of the package type (optional).").optional(),
|
|
13
|
+
package_code: z.string().describe("Code identifier for the package. MUST have prefix 'custom_' (e.g., 'custom_bigbox', 'custom_test_box'). This is a required format enforced by the ShipEngine API.")
|
|
14
|
+
}).describe("Request model for creating a custom package type in ShipEngine.");
|
|
15
|
+
const ShipengineCreatePackageType_DimensionsSchema = z.object({
|
|
16
|
+
unit: z.enum(["inch", "centimeter"]).describe("Unit of measurement for dimensions."),
|
|
17
|
+
width: z.number().describe("Width of the package; must be greater than 0."),
|
|
18
|
+
height: z.number().describe("Height of the package; must be greater than 0."),
|
|
19
|
+
length: z.number().describe("Length of the package; must be greater than 0.")
|
|
20
|
+
}).describe("Dimensions of the package.");
|
|
21
|
+
const shipengineCreatePackageType = action("SHIPENGINE_CREATE_PACKAGE_TYPE", {
|
|
22
|
+
slug: "shipengine-create-package-type",
|
|
23
|
+
name: "Create Package Type",
|
|
24
|
+
description: "Tool to create a custom package type definition in ShipEngine. Use when defining new package types with specific codes and optional dimensions.",
|
|
25
|
+
input: ShipengineCreatePackageTypeInput,
|
|
26
|
+
output: z.object({
|
|
27
|
+
name: z.string().describe("Name of the package type."),
|
|
28
|
+
dimensions: ShipengineCreatePackageType_DimensionsSchema.nullable().optional(),
|
|
29
|
+
package_id: z.string().describe("Unique identifier for the package (UUID).").nullable().optional(),
|
|
30
|
+
description: z.string().describe("Description of the package type.").nullable().optional(),
|
|
31
|
+
package_code: z.string().describe("The code used to identify the package type.")
|
|
32
|
+
}).describe("Response model for a created custom package type in ShipEngine.")
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
export { shipengineCreatePackageType };
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=create-package-type.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-package-type.mjs","names":[],"sources":["../../src/actions/create-package-type.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineCreatePackageTypeInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the custom package type (required).\"),\n dimensions: z.object({\n unit: z.enum([\"inch\", \"centimeter\"]).describe(\"Unit of measurement for dimensions.\"),\n width: z.number().describe(\"Width of the package; must be greater than 0.\"),\n height: z.number().describe(\"Height of the package; must be greater than 0.\"),\n length: z.number().describe(\"Length of the package; must be greater than 0.\"),\n}).describe(\"Dimensions of the package.\").optional(),\n description: z.string().describe(\"Description of the package type (optional).\").optional(),\n package_code: z.string().describe(\"Code identifier for the package. MUST have prefix 'custom_' (e.g., 'custom_bigbox', 'custom_test_box'). This is a required format enforced by the ShipEngine API.\"),\n}).describe(\"Request model for creating a custom package type in ShipEngine.\");\nconst ShipengineCreatePackageType_DimensionsSchema: z.ZodTypeAny = z.object({\n unit: z.enum([\"inch\", \"centimeter\"]).describe(\"Unit of measurement for dimensions.\"),\n width: z.number().describe(\"Width of the package; must be greater than 0.\"),\n height: z.number().describe(\"Height of the package; must be greater than 0.\"),\n length: z.number().describe(\"Length of the package; must be greater than 0.\"),\n}).describe(\"Dimensions of the package.\");\nexport const ShipengineCreatePackageTypeOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the package type.\"),\n dimensions: ShipengineCreatePackageType_DimensionsSchema.nullable().optional(),\n package_id: z.string().describe(\"Unique identifier for the package (UUID).\").nullable().optional(),\n description: z.string().describe(\"Description of the package type.\").nullable().optional(),\n package_code: z.string().describe(\"The code used to identify the package type.\"),\n}).describe(\"Response model for a created custom package type in ShipEngine.\");\n\nexport const shipengineCreatePackageType = action(\"SHIPENGINE_CREATE_PACKAGE_TYPE\", {\n slug: \"shipengine-create-package-type\",\n name: \"Create Package Type\",\n description: \"Tool to create a custom package type definition in ShipEngine. Use when defining new package types with specific codes and optional dimensions.\",\n input: ShipengineCreatePackageTypeInput,\n output: ShipengineCreatePackageTypeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACvE,YAAY,EAAE,OAAO;EACrB,MAAM,EAAE,KAAK,CAAC,QAAQ,YAAY,CAAC,CAAC,CAAC,SAAS,qCAAqC;EACnF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAC5E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC9E,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACzF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mKAAmK;AACvM,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,+CAA6D,EAAE,OAAO;CAC1E,MAAM,EAAE,KAAK,CAAC,QAAQ,YAAY,CAAC,CAAC,CAAC,SAAS,qCAAqC;CACnF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC5E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AAC9E,CAAC,CAAC,CAAC,SAAS,4BAA4B;AASxC,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb6D,EAAE,OAAO;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EACrD,YAAY,6CAA6C,SAAS,CAAC,CAAC,SAAS;EAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACjF,CAAC,CAAC,CAAC,SAAS,iEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-tag.ts
|
|
4
|
+
const ShipengineCreateTagInput = zod.z.object({ tag_name: zod.z.string().describe("The name of the tag to create.") }).describe("Request schema for creating a new tag in ShipEngine.");
|
|
5
|
+
const ShipengineCreateTagOutput = zod.z.object({
|
|
6
|
+
name: zod.z.string().describe("The name of the created tag.").nullable().optional(),
|
|
7
|
+
color: zod.z.string().describe("The color of the tag in hex format.").nullable().optional(),
|
|
8
|
+
tag_id: zod.z.number().int().describe("Unique identifier for the created tag.").nullable().optional()
|
|
9
|
+
}).describe("Response schema after creating a tag in ShipEngine.");
|
|
10
|
+
const shipengineCreateTag = require_action.action("SHIPENGINE_CREATE_TAG", {
|
|
11
|
+
slug: "shipengine-create-tag",
|
|
12
|
+
name: "Create Tag",
|
|
13
|
+
description: "Tool to create a new tag in ShipEngine. Use after determining the desired tag name for shipments.",
|
|
14
|
+
input: ShipengineCreateTagInput,
|
|
15
|
+
output: ShipengineCreateTagOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.shipengineCreateTag = shipengineCreateTag;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=create-tag.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tag.cjs","names":["z","action"],"sources":["../../src/actions/create-tag.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineCreateTagInput: z.ZodTypeAny = z.object({\n tag_name: z.string().describe(\"The name of the tag to create.\"),\n}).describe(\"Request schema for creating a new tag in ShipEngine.\");\nexport const ShipengineCreateTagOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the created tag.\").nullable().optional(),\n color: z.string().describe(\"The color of the tag in hex format.\").nullable().optional(),\n tag_id: z.number().int().describe(\"Unique identifier for the created tag.\").nullable().optional(),\n}).describe(\"Response schema after creating a tag in ShipEngine.\");\n\nexport const shipengineCreateTag = action(\"SHIPENGINE_CREATE_TAG\", {\n slug: \"shipengine-create-tag\",\n name: \"Create Tag\",\n description: \"Tool to create a new tag in ShipEngine. Use after determining the desired tag name for shipments.\",\n input: ShipengineCreateTagInput,\n output: ShipengineCreateTagOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,EAChE,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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/create-tag.d.ts
|
|
4
|
+
declare const ShipengineCreateTagInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineCreateTagOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineCreateTag: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineCreateTag };
|
|
9
|
+
//# sourceMappingURL=create-tag.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tag.d.cts","names":[],"sources":["../../src/actions/create-tag.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAE0B;AAAA,cACtD,yBAAA,EAA2B,CAAA,CAAE,UAIwB;AAAA,cAErD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-tag.d.ts
|
|
4
|
+
declare const ShipengineCreateTagInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineCreateTagOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineCreateTag: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineCreateTag };
|
|
9
|
+
//# sourceMappingURL=create-tag.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tag.d.mts","names":[],"sources":["../../src/actions/create-tag.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAE0B;AAAA,cACtD,yBAAA,EAA2B,CAAA,CAAE,UAIwB;AAAA,cAErD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const shipengineCreateTag = action("SHIPENGINE_CREATE_TAG", {
|
|
4
|
+
slug: "shipengine-create-tag",
|
|
5
|
+
name: "Create Tag",
|
|
6
|
+
description: "Tool to create a new tag in ShipEngine. Use after determining the desired tag name for shipments.",
|
|
7
|
+
input: z.object({ tag_name: z.string().describe("The name of the tag to create.") }).describe("Request schema for creating a new tag in ShipEngine."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
name: z.string().describe("The name of the created tag.").nullable().optional(),
|
|
10
|
+
color: z.string().describe("The color of the tag in hex format.").nullable().optional(),
|
|
11
|
+
tag_id: z.number().int().describe("Unique identifier for the created tag.").nullable().optional()
|
|
12
|
+
}).describe("Response schema after creating a tag in ShipEngine.")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { shipengineCreateTag };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=create-tag.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tag.mjs","names":[],"sources":["../../src/actions/create-tag.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineCreateTagInput: z.ZodTypeAny = z.object({\n tag_name: z.string().describe(\"The name of the tag to create.\"),\n}).describe(\"Request schema for creating a new tag in ShipEngine.\");\nexport const ShipengineCreateTagOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the created tag.\").nullable().optional(),\n color: z.string().describe(\"The color of the tag in hex format.\").nullable().optional(),\n tag_id: z.number().int().describe(\"Unique identifier for the created tag.\").nullable().optional(),\n}).describe(\"Response schema after creating a tag in ShipEngine.\");\n\nexport const shipengineCreateTag = action(\"SHIPENGINE_CREATE_TAG\", {\n slug: \"shipengine-create-tag\",\n name: \"Create Tag\",\n description: \"Tool to create a new tag in ShipEngine. Use after determining the desired tag name for shipments.\",\n input: ShipengineCreateTagInput,\n output: ShipengineCreateTagOutput,\n});\n"],"mappings":";;AAaA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAboD,EAAE,OAAO,EAC7D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,EAChE,CAAC,CAAC,CAAC,SAAS,sDAWH;CACP,QAXqD,EAAE,OAAO;EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-tag2.ts
|
|
4
|
+
const ShipengineCreateTag2Input = zod.z.object({ tag_name: zod.z.string().describe("Tags are arbitrary strings that you can use to categorize shipments. For example, you may want to use tags to distinguish between domestic and international shipments, or between insured and uninsured shipments. Or maybe you want to create a tag for each of your customers so you can easily retrieve every shipment for a customer.") }).describe("Request schema for creating a new tag in ShipEngine using tag name in path.");
|
|
5
|
+
const ShipengineCreateTag2Output = zod.z.object({
|
|
6
|
+
name: zod.z.string().describe("The name of the created tag."),
|
|
7
|
+
color: zod.z.string().describe("The color assigned to the tag.").nullable().optional(),
|
|
8
|
+
tag_id: zod.z.number().int().describe("Unique identifier for the created tag.").nullable().optional()
|
|
9
|
+
}).describe("Response schema after creating a tag in ShipEngine.");
|
|
10
|
+
const shipengineCreateTag2 = require_action.action("SHIPENGINE_CREATE_TAG2", {
|
|
11
|
+
slug: "shipengine-create-tag2",
|
|
12
|
+
name: "Create Tag 2",
|
|
13
|
+
description: "Tool to create a new tag for organizing shipments. Use when you need to create a tag by specifying the tag name in the URL path.",
|
|
14
|
+
input: ShipengineCreateTag2Input,
|
|
15
|
+
output: ShipengineCreateTag2Output
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.shipengineCreateTag2 = shipengineCreateTag2;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=create-tag2.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tag2.cjs","names":["z","action"],"sources":["../../src/actions/create-tag2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineCreateTag2Input: z.ZodTypeAny = z.object({\n tag_name: z.string().describe(\"Tags are arbitrary strings that you can use to categorize shipments. For example, you may want to use tags to distinguish between domestic and international shipments, or between insured and uninsured shipments. Or maybe you want to create a tag for each of your customers so you can easily retrieve every shipment for a customer.\"),\n}).describe(\"Request schema for creating a new tag in ShipEngine using tag name in path.\");\nexport const ShipengineCreateTag2Output: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the created tag.\"),\n color: z.string().describe(\"The color assigned to the tag.\").nullable().optional(),\n tag_id: z.number().int().describe(\"Unique identifier for the created tag.\").nullable().optional(),\n}).describe(\"Response schema after creating a tag in ShipEngine.\");\n\nexport const shipengineCreateTag2 = action(\"SHIPENGINE_CREATE_TAG2\", {\n slug: \"shipengine-create-tag2\",\n name: \"Create Tag 2\",\n description: \"Tool to create a new tag for organizing shipments. Use when you need to create a tag by specifying the tag name in the URL path.\",\n input: ShipengineCreateTag2Input,\n output: ShipengineCreateTag2Output,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4UAA4U,EAC5W,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,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/create-tag2.d.ts
|
|
4
|
+
declare const ShipengineCreateTag2Input: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineCreateTag2Output: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineCreateTag2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineCreateTag2 };
|
|
9
|
+
//# sourceMappingURL=create-tag2.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tag2.d.cts","names":[],"sources":["../../src/actions/create-tag2.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEgD;AAAA,cAC7E,0BAAA,EAA4B,CAAA,CAAE,UAIuB;AAAA,cAErD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-tag2.d.ts
|
|
4
|
+
declare const ShipengineCreateTag2Input: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineCreateTag2Output: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineCreateTag2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineCreateTag2 };
|
|
9
|
+
//# sourceMappingURL=create-tag2.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tag2.d.mts","names":[],"sources":["../../src/actions/create-tag2.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEgD;AAAA,cAC7E,0BAAA,EAA4B,CAAA,CAAE,UAIuB;AAAA,cAErD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const shipengineCreateTag2 = action("SHIPENGINE_CREATE_TAG2", {
|
|
4
|
+
slug: "shipengine-create-tag2",
|
|
5
|
+
name: "Create Tag 2",
|
|
6
|
+
description: "Tool to create a new tag for organizing shipments. Use when you need to create a tag by specifying the tag name in the URL path.",
|
|
7
|
+
input: z.object({ tag_name: z.string().describe("Tags are arbitrary strings that you can use to categorize shipments. For example, you may want to use tags to distinguish between domestic and international shipments, or between insured and uninsured shipments. Or maybe you want to create a tag for each of your customers so you can easily retrieve every shipment for a customer.") }).describe("Request schema for creating a new tag in ShipEngine using tag name in path."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
name: z.string().describe("The name of the created tag."),
|
|
10
|
+
color: z.string().describe("The color assigned to the tag.").nullable().optional(),
|
|
11
|
+
tag_id: z.number().int().describe("Unique identifier for the created tag.").nullable().optional()
|
|
12
|
+
}).describe("Response schema after creating a tag in ShipEngine.")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { shipengineCreateTag2 };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=create-tag2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-tag2.mjs","names":[],"sources":["../../src/actions/create-tag2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineCreateTag2Input: z.ZodTypeAny = z.object({\n tag_name: z.string().describe(\"Tags are arbitrary strings that you can use to categorize shipments. For example, you may want to use tags to distinguish between domestic and international shipments, or between insured and uninsured shipments. Or maybe you want to create a tag for each of your customers so you can easily retrieve every shipment for a customer.\"),\n}).describe(\"Request schema for creating a new tag in ShipEngine using tag name in path.\");\nexport const ShipengineCreateTag2Output: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the created tag.\"),\n color: z.string().describe(\"The color assigned to the tag.\").nullable().optional(),\n tag_id: z.number().int().describe(\"Unique identifier for the created tag.\").nullable().optional(),\n}).describe(\"Response schema after creating a tag in ShipEngine.\");\n\nexport const shipengineCreateTag2 = action(\"SHIPENGINE_CREATE_TAG2\", {\n slug: \"shipengine-create-tag2\",\n name: \"Create Tag 2\",\n description: \"Tool to create a new tag for organizing shipments. Use when you need to create a tag by specifying the tag name in the URL path.\",\n input: ShipengineCreateTag2Input,\n output: ShipengineCreateTag2Output,\n});\n"],"mappings":";;AAaA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbqD,EAAE,OAAO,EAC9D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4UAA4U,EAC5W,CAAC,CAAC,CAAC,SAAS,6EAWH;CACP,QAXsD,EAAE,OAAO;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EACxD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-warehouse.ts
|
|
4
|
+
const ShipengineCreateWarehouseInput = zod.z.object({
|
|
5
|
+
is_default: zod.z.boolean().default(false).describe("Whether this warehouse should be set as default").optional(),
|
|
6
|
+
origin_address: zod.z.object({
|
|
7
|
+
name: zod.z.string().describe("Name at the address (required)"),
|
|
8
|
+
phone: zod.z.string().describe("Phone number at the address (required)"),
|
|
9
|
+
postal_code: zod.z.string().describe("Postal or ZIP code"),
|
|
10
|
+
company_name: zod.z.string().describe("Company name at the address").optional(),
|
|
11
|
+
country_code: zod.z.string().describe("2-letter ISO country code"),
|
|
12
|
+
address_line1: zod.z.string().describe("Street address (line 1)"),
|
|
13
|
+
address_line2: zod.z.string().describe("Address line 2 (apt, suite, etc.)").optional(),
|
|
14
|
+
address_line3: zod.z.string().describe("Additional address line").optional(),
|
|
15
|
+
city_locality: zod.z.string().describe("City or locality"),
|
|
16
|
+
state_province: zod.z.string().describe("State or province"),
|
|
17
|
+
address_residential_indicator: zod.z.enum([
|
|
18
|
+
"yes",
|
|
19
|
+
"no",
|
|
20
|
+
"unknown"
|
|
21
|
+
]).describe("Indicates whether the address is residential (yes/no/unknown)").optional()
|
|
22
|
+
}).describe("The address where inventory is stored"),
|
|
23
|
+
return_address: zod.z.object({
|
|
24
|
+
name: zod.z.string().describe("Name at the address (required)"),
|
|
25
|
+
phone: zod.z.string().describe("Phone number at the address (required)"),
|
|
26
|
+
postal_code: zod.z.string().describe("Postal or ZIP code"),
|
|
27
|
+
company_name: zod.z.string().describe("Company name at the address").optional(),
|
|
28
|
+
country_code: zod.z.string().describe("2-letter ISO country code"),
|
|
29
|
+
address_line1: zod.z.string().describe("Street address (line 1)"),
|
|
30
|
+
address_line2: zod.z.string().describe("Address line 2 (apt, suite, etc.)").optional(),
|
|
31
|
+
address_line3: zod.z.string().describe("Additional address line").optional(),
|
|
32
|
+
city_locality: zod.z.string().describe("City or locality"),
|
|
33
|
+
state_province: zod.z.string().describe("State or province"),
|
|
34
|
+
address_residential_indicator: zod.z.enum([
|
|
35
|
+
"yes",
|
|
36
|
+
"no",
|
|
37
|
+
"unknown"
|
|
38
|
+
]).describe("Indicates whether the address is residential (yes/no/unknown)").optional()
|
|
39
|
+
}).describe("Address object for warehouse origin or return address.").optional(),
|
|
40
|
+
warehouse_name: zod.z.string().describe("Name of the warehouse")
|
|
41
|
+
}).describe("Request payload to create a new warehouse.");
|
|
42
|
+
const ShipengineCreateWarehouse_AddressResponseSchema = zod.z.object({
|
|
43
|
+
name: zod.z.string().describe("Name at the address").nullable().optional(),
|
|
44
|
+
phone: zod.z.string().describe("Phone number at the address").nullable().optional(),
|
|
45
|
+
postal_code: zod.z.string().describe("Postal or ZIP code"),
|
|
46
|
+
company_name: zod.z.string().describe("Company name at the address").nullable().optional(),
|
|
47
|
+
country_code: zod.z.string().describe("2-letter ISO country code"),
|
|
48
|
+
address_line1: zod.z.string().describe("Street address (line 1)"),
|
|
49
|
+
address_line2: zod.z.string().describe("Address line 2 (apt, suite, etc.)").nullable().optional(),
|
|
50
|
+
address_line3: zod.z.string().describe("Additional address line").nullable().optional(),
|
|
51
|
+
city_locality: zod.z.string().describe("City or locality"),
|
|
52
|
+
state_province: zod.z.string().describe("State or province"),
|
|
53
|
+
address_residential_indicator: zod.z.enum([
|
|
54
|
+
"yes",
|
|
55
|
+
"no",
|
|
56
|
+
"unknown"
|
|
57
|
+
]).describe("Indicates whether the address is residential (yes/no/unknown)").nullable().optional()
|
|
58
|
+
}).describe("Address object returned by ShipEngine for warehouse.");
|
|
59
|
+
const ShipengineCreateWarehouseOutput = zod.z.object({
|
|
60
|
+
name: zod.z.string().describe("Name of the warehouse"),
|
|
61
|
+
created_at: zod.z.string().describe("Timestamp when warehouse was created (ISO 8601)"),
|
|
62
|
+
is_default: zod.z.boolean().describe("True if this is the default warehouse"),
|
|
63
|
+
warehouse_id: zod.z.string().describe("Unique identifier for the warehouse"),
|
|
64
|
+
origin_address: ShipengineCreateWarehouse_AddressResponseSchema.nullable(),
|
|
65
|
+
return_address: ShipengineCreateWarehouse_AddressResponseSchema.nullable().optional()
|
|
66
|
+
}).describe("Response body after creating a warehouse.");
|
|
67
|
+
const shipengineCreateWarehouse = require_action.action("SHIPENGINE_CREATE_WAREHOUSE", {
|
|
68
|
+
slug: "shipengine-create-warehouse",
|
|
69
|
+
name: "Create Warehouse",
|
|
70
|
+
description: "Tool to create a new warehouse. Use when adding a new inventory location after verifying its full address details.",
|
|
71
|
+
input: ShipengineCreateWarehouseInput,
|
|
72
|
+
output: ShipengineCreateWarehouseOutput
|
|
73
|
+
});
|
|
74
|
+
//#endregion
|
|
75
|
+
exports.shipengineCreateWarehouse = shipengineCreateWarehouse;
|
|
76
|
+
|
|
77
|
+
//# sourceMappingURL=create-warehouse.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-warehouse.cjs","names":["z","action"],"sources":["../../src/actions/create-warehouse.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineCreateWarehouseInput: z.ZodTypeAny = z.object({\n is_default: z.boolean().default(false).describe(\"Whether this warehouse should be set as default\").optional(),\n origin_address: z.object({\n name: z.string().describe(\"Name at the address (required)\"),\n phone: z.string().describe(\"Phone number at the address (required)\"),\n postal_code: z.string().describe(\"Postal or ZIP code\"),\n company_name: z.string().describe(\"Company name at the address\").optional(),\n country_code: z.string().describe(\"2-letter ISO country code\"),\n address_line1: z.string().describe(\"Street address (line 1)\"),\n address_line2: z.string().describe(\"Address line 2 (apt, suite, etc.)\").optional(),\n address_line3: z.string().describe(\"Additional address line\").optional(),\n city_locality: z.string().describe(\"City or locality\"),\n state_province: z.string().describe(\"State or province\"),\n address_residential_indicator: z.enum([\"yes\", \"no\", \"unknown\"]).describe(\"Indicates whether the address is residential (yes/no/unknown)\").optional(),\n}).describe(\"The address where inventory is stored\"),\n return_address: z.object({\n name: z.string().describe(\"Name at the address (required)\"),\n phone: z.string().describe(\"Phone number at the address (required)\"),\n postal_code: z.string().describe(\"Postal or ZIP code\"),\n company_name: z.string().describe(\"Company name at the address\").optional(),\n country_code: z.string().describe(\"2-letter ISO country code\"),\n address_line1: z.string().describe(\"Street address (line 1)\"),\n address_line2: z.string().describe(\"Address line 2 (apt, suite, etc.)\").optional(),\n address_line3: z.string().describe(\"Additional address line\").optional(),\n city_locality: z.string().describe(\"City or locality\"),\n state_province: z.string().describe(\"State or province\"),\n address_residential_indicator: z.enum([\"yes\", \"no\", \"unknown\"]).describe(\"Indicates whether the address is residential (yes/no/unknown)\").optional(),\n}).describe(\"Address object for warehouse origin or return address.\").optional(),\n warehouse_name: z.string().describe(\"Name of the warehouse\"),\n}).describe(\"Request payload to create a new warehouse.\");\nconst ShipengineCreateWarehouse_AddressResponseSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name at the address\").nullable().optional(),\n phone: z.string().describe(\"Phone number at the address\").nullable().optional(),\n postal_code: z.string().describe(\"Postal or ZIP code\"),\n company_name: z.string().describe(\"Company name at the address\").nullable().optional(),\n country_code: z.string().describe(\"2-letter ISO country code\"),\n address_line1: z.string().describe(\"Street address (line 1)\"),\n address_line2: z.string().describe(\"Address line 2 (apt, suite, etc.)\").nullable().optional(),\n address_line3: z.string().describe(\"Additional address line\").nullable().optional(),\n city_locality: z.string().describe(\"City or locality\"),\n state_province: z.string().describe(\"State or province\"),\n address_residential_indicator: z.enum([\"yes\", \"no\", \"unknown\"]).describe(\"Indicates whether the address is residential (yes/no/unknown)\").nullable().optional(),\n}).describe(\"Address object returned by ShipEngine for warehouse.\");\nexport const ShipengineCreateWarehouseOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the warehouse\"),\n created_at: z.string().describe(\"Timestamp when warehouse was created (ISO 8601)\"),\n is_default: z.boolean().describe(\"True if this is the default warehouse\"),\n warehouse_id: z.string().describe(\"Unique identifier for the warehouse\"),\n origin_address: ShipengineCreateWarehouse_AddressResponseSchema.nullable(),\n return_address: ShipengineCreateWarehouse_AddressResponseSchema.nullable().optional(),\n}).describe(\"Response body after creating a warehouse.\");\n\nexport const shipengineCreateWarehouse = action(\"SHIPENGINE_CREATE_WAREHOUSE\", {\n slug: \"shipengine-create-warehouse\",\n name: \"Create Warehouse\",\n description: \"Tool to create a new warehouse. Use when adding a new inventory location after verifying its full address details.\",\n input: ShipengineCreateWarehouseInput,\n output: ShipengineCreateWarehouseOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-warehouse.d.ts
|
|
4
|
+
declare const ShipengineCreateWarehouseInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineCreateWarehouseOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineCreateWarehouse: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineCreateWarehouse };
|
|
9
|
+
//# sourceMappingURL=create-warehouse.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-warehouse.d.cts","names":[],"sources":["../../src/actions/create-warehouse.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UA6BU;AAAA,cAc5C,+BAAA,EAAiC,CAAA,CAAE,UAOQ;AAAA,cAE3C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-warehouse.d.ts
|
|
4
|
+
declare const ShipengineCreateWarehouseInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineCreateWarehouseOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineCreateWarehouse: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineCreateWarehouse };
|
|
9
|
+
//# sourceMappingURL=create-warehouse.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-warehouse.d.mts","names":[],"sources":["../../src/actions/create-warehouse.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UA6BU;AAAA,cAc5C,+BAAA,EAAiC,CAAA,CAAE,UAOQ;AAAA,cAE3C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-warehouse.ts
|
|
4
|
+
const ShipengineCreateWarehouseInput = z.object({
|
|
5
|
+
is_default: z.boolean().default(false).describe("Whether this warehouse should be set as default").optional(),
|
|
6
|
+
origin_address: z.object({
|
|
7
|
+
name: z.string().describe("Name at the address (required)"),
|
|
8
|
+
phone: z.string().describe("Phone number at the address (required)"),
|
|
9
|
+
postal_code: z.string().describe("Postal or ZIP code"),
|
|
10
|
+
company_name: z.string().describe("Company name at the address").optional(),
|
|
11
|
+
country_code: z.string().describe("2-letter ISO country code"),
|
|
12
|
+
address_line1: z.string().describe("Street address (line 1)"),
|
|
13
|
+
address_line2: z.string().describe("Address line 2 (apt, suite, etc.)").optional(),
|
|
14
|
+
address_line3: z.string().describe("Additional address line").optional(),
|
|
15
|
+
city_locality: z.string().describe("City or locality"),
|
|
16
|
+
state_province: z.string().describe("State or province"),
|
|
17
|
+
address_residential_indicator: z.enum([
|
|
18
|
+
"yes",
|
|
19
|
+
"no",
|
|
20
|
+
"unknown"
|
|
21
|
+
]).describe("Indicates whether the address is residential (yes/no/unknown)").optional()
|
|
22
|
+
}).describe("The address where inventory is stored"),
|
|
23
|
+
return_address: z.object({
|
|
24
|
+
name: z.string().describe("Name at the address (required)"),
|
|
25
|
+
phone: z.string().describe("Phone number at the address (required)"),
|
|
26
|
+
postal_code: z.string().describe("Postal or ZIP code"),
|
|
27
|
+
company_name: z.string().describe("Company name at the address").optional(),
|
|
28
|
+
country_code: z.string().describe("2-letter ISO country code"),
|
|
29
|
+
address_line1: z.string().describe("Street address (line 1)"),
|
|
30
|
+
address_line2: z.string().describe("Address line 2 (apt, suite, etc.)").optional(),
|
|
31
|
+
address_line3: z.string().describe("Additional address line").optional(),
|
|
32
|
+
city_locality: z.string().describe("City or locality"),
|
|
33
|
+
state_province: z.string().describe("State or province"),
|
|
34
|
+
address_residential_indicator: z.enum([
|
|
35
|
+
"yes",
|
|
36
|
+
"no",
|
|
37
|
+
"unknown"
|
|
38
|
+
]).describe("Indicates whether the address is residential (yes/no/unknown)").optional()
|
|
39
|
+
}).describe("Address object for warehouse origin or return address.").optional(),
|
|
40
|
+
warehouse_name: z.string().describe("Name of the warehouse")
|
|
41
|
+
}).describe("Request payload to create a new warehouse.");
|
|
42
|
+
const ShipengineCreateWarehouse_AddressResponseSchema = z.object({
|
|
43
|
+
name: z.string().describe("Name at the address").nullable().optional(),
|
|
44
|
+
phone: z.string().describe("Phone number at the address").nullable().optional(),
|
|
45
|
+
postal_code: z.string().describe("Postal or ZIP code"),
|
|
46
|
+
company_name: z.string().describe("Company name at the address").nullable().optional(),
|
|
47
|
+
country_code: z.string().describe("2-letter ISO country code"),
|
|
48
|
+
address_line1: z.string().describe("Street address (line 1)"),
|
|
49
|
+
address_line2: z.string().describe("Address line 2 (apt, suite, etc.)").nullable().optional(),
|
|
50
|
+
address_line3: z.string().describe("Additional address line").nullable().optional(),
|
|
51
|
+
city_locality: z.string().describe("City or locality"),
|
|
52
|
+
state_province: z.string().describe("State or province"),
|
|
53
|
+
address_residential_indicator: z.enum([
|
|
54
|
+
"yes",
|
|
55
|
+
"no",
|
|
56
|
+
"unknown"
|
|
57
|
+
]).describe("Indicates whether the address is residential (yes/no/unknown)").nullable().optional()
|
|
58
|
+
}).describe("Address object returned by ShipEngine for warehouse.");
|
|
59
|
+
const shipengineCreateWarehouse = action("SHIPENGINE_CREATE_WAREHOUSE", {
|
|
60
|
+
slug: "shipengine-create-warehouse",
|
|
61
|
+
name: "Create Warehouse",
|
|
62
|
+
description: "Tool to create a new warehouse. Use when adding a new inventory location after verifying its full address details.",
|
|
63
|
+
input: ShipengineCreateWarehouseInput,
|
|
64
|
+
output: z.object({
|
|
65
|
+
name: z.string().describe("Name of the warehouse"),
|
|
66
|
+
created_at: z.string().describe("Timestamp when warehouse was created (ISO 8601)"),
|
|
67
|
+
is_default: z.boolean().describe("True if this is the default warehouse"),
|
|
68
|
+
warehouse_id: z.string().describe("Unique identifier for the warehouse"),
|
|
69
|
+
origin_address: ShipengineCreateWarehouse_AddressResponseSchema.nullable(),
|
|
70
|
+
return_address: ShipengineCreateWarehouse_AddressResponseSchema.nullable().optional()
|
|
71
|
+
}).describe("Response body after creating a warehouse.")
|
|
72
|
+
});
|
|
73
|
+
//#endregion
|
|
74
|
+
export { shipengineCreateWarehouse };
|
|
75
|
+
|
|
76
|
+
//# sourceMappingURL=create-warehouse.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-warehouse.mjs","names":[],"sources":["../../src/actions/create-warehouse.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineCreateWarehouseInput: z.ZodTypeAny = z.object({\n is_default: z.boolean().default(false).describe(\"Whether this warehouse should be set as default\").optional(),\n origin_address: z.object({\n name: z.string().describe(\"Name at the address (required)\"),\n phone: z.string().describe(\"Phone number at the address (required)\"),\n postal_code: z.string().describe(\"Postal or ZIP code\"),\n company_name: z.string().describe(\"Company name at the address\").optional(),\n country_code: z.string().describe(\"2-letter ISO country code\"),\n address_line1: z.string().describe(\"Street address (line 1)\"),\n address_line2: z.string().describe(\"Address line 2 (apt, suite, etc.)\").optional(),\n address_line3: z.string().describe(\"Additional address line\").optional(),\n city_locality: z.string().describe(\"City or locality\"),\n state_province: z.string().describe(\"State or province\"),\n address_residential_indicator: z.enum([\"yes\", \"no\", \"unknown\"]).describe(\"Indicates whether the address is residential (yes/no/unknown)\").optional(),\n}).describe(\"The address where inventory is stored\"),\n return_address: z.object({\n name: z.string().describe(\"Name at the address (required)\"),\n phone: z.string().describe(\"Phone number at the address (required)\"),\n postal_code: z.string().describe(\"Postal or ZIP code\"),\n company_name: z.string().describe(\"Company name at the address\").optional(),\n country_code: z.string().describe(\"2-letter ISO country code\"),\n address_line1: z.string().describe(\"Street address (line 1)\"),\n address_line2: z.string().describe(\"Address line 2 (apt, suite, etc.)\").optional(),\n address_line3: z.string().describe(\"Additional address line\").optional(),\n city_locality: z.string().describe(\"City or locality\"),\n state_province: z.string().describe(\"State or province\"),\n address_residential_indicator: z.enum([\"yes\", \"no\", \"unknown\"]).describe(\"Indicates whether the address is residential (yes/no/unknown)\").optional(),\n}).describe(\"Address object for warehouse origin or return address.\").optional(),\n warehouse_name: z.string().describe(\"Name of the warehouse\"),\n}).describe(\"Request payload to create a new warehouse.\");\nconst ShipengineCreateWarehouse_AddressResponseSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name at the address\").nullable().optional(),\n phone: z.string().describe(\"Phone number at the address\").nullable().optional(),\n postal_code: z.string().describe(\"Postal or ZIP code\"),\n company_name: z.string().describe(\"Company name at the address\").nullable().optional(),\n country_code: z.string().describe(\"2-letter ISO country code\"),\n address_line1: z.string().describe(\"Street address (line 1)\"),\n address_line2: z.string().describe(\"Address line 2 (apt, suite, etc.)\").nullable().optional(),\n address_line3: z.string().describe(\"Additional address line\").nullable().optional(),\n city_locality: z.string().describe(\"City or locality\"),\n state_province: z.string().describe(\"State or province\"),\n address_residential_indicator: z.enum([\"yes\", \"no\", \"unknown\"]).describe(\"Indicates whether the address is residential (yes/no/unknown)\").nullable().optional(),\n}).describe(\"Address object returned by ShipEngine for warehouse.\");\nexport const ShipengineCreateWarehouseOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the warehouse\"),\n created_at: z.string().describe(\"Timestamp when warehouse was created (ISO 8601)\"),\n is_default: z.boolean().describe(\"True if this is the default warehouse\"),\n warehouse_id: z.string().describe(\"Unique identifier for the warehouse\"),\n origin_address: ShipengineCreateWarehouse_AddressResponseSchema.nullable(),\n return_address: ShipengineCreateWarehouse_AddressResponseSchema.nullable().optional(),\n}).describe(\"Response body after creating a warehouse.\");\n\nexport const shipengineCreateWarehouse = action(\"SHIPENGINE_CREATE_WAREHOUSE\", {\n slug: \"shipengine-create-warehouse\",\n name: \"Create Warehouse\",\n description: \"Tool to create a new warehouse. Use when adding a new inventory location after verifying its full address details.\",\n input: ShipengineCreateWarehouseInput,\n output: ShipengineCreateWarehouseOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-webhook.ts
|
|
4
|
+
const ShipengineCreateWebhookInput = zod.z.object({
|
|
5
|
+
url: zod.z.string().describe("The webhook URL where event notifications will be sent. Must be publicly reachable before registration; unreachable URLs silently drop notifications with no error indication."),
|
|
6
|
+
event: zod.z.string().describe("The event to subscribe to. Valid events: 'batch', 'track', 'rate', 'carrier_connected', 'report_complete', 'order_source_refresh_complete', 'sales_orders_imported', 'batch_processed_v2', 'fulfillment_rejected_v2', 'fulfillment_shipped_v2'.")
|
|
7
|
+
}).describe("Request parameters for creating a ShipEngine webhook.");
|
|
8
|
+
const ShipengineCreateWebhookOutput = zod.z.object({
|
|
9
|
+
url: zod.z.string().describe("The webhook URL configured for notifications."),
|
|
10
|
+
name: zod.z.string().default("").describe("Name of the webhook.").nullable().optional(),
|
|
11
|
+
event: zod.z.string().describe("The event to which the webhook is subscribed."),
|
|
12
|
+
headers: zod.z.array(zod.z.object({})).describe("Custom headers to be sent with webhook notifications.").nullable().optional(),
|
|
13
|
+
store_id: zod.z.string().describe("Store ID associated with the webhook.").nullable().optional(),
|
|
14
|
+
is_active: zod.z.boolean().describe("Indicates if the webhook is currently active/enabled."),
|
|
15
|
+
webhook_id: zod.z.string().describe("Unique identifier for the created webhook.")
|
|
16
|
+
}).describe("Response returned after creating a ShipEngine webhook.");
|
|
17
|
+
const shipengineCreateWebhook = require_action.action("SHIPENGINE_CREATE_WEBHOOK", {
|
|
18
|
+
slug: "shipengine-create-webhook",
|
|
19
|
+
name: "Create Webhook",
|
|
20
|
+
description: "Tool to create a ShipEngine webhook. Use when you need to register a webhook for specific events. Use after confirming your event-handling endpoint is ready.",
|
|
21
|
+
input: ShipengineCreateWebhookInput,
|
|
22
|
+
output: ShipengineCreateWebhookOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.shipengineCreateWebhook = shipengineCreateWebhook;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=create-webhook.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-webhook.cjs","names":["z","action"],"sources":["../../src/actions/create-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineCreateWebhookInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The webhook URL where event notifications will be sent. Must be publicly reachable before registration; unreachable URLs silently drop notifications with no error indication.\"),\n event: z.string().describe(\"The event to subscribe to. Valid events: 'batch', 'track', 'rate', 'carrier_connected', 'report_complete', 'order_source_refresh_complete', 'sales_orders_imported', 'batch_processed_v2', 'fulfillment_rejected_v2', 'fulfillment_shipped_v2'.\"),\n}).describe(\"Request parameters for creating a ShipEngine webhook.\");\nexport const ShipengineCreateWebhookOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The webhook URL configured for notifications.\"),\n name: z.string().default(\"\").describe(\"Name of the webhook.\").nullable().optional(),\n event: z.string().describe(\"The event to which the webhook is subscribed.\"),\n headers: z.array(z.object({})).describe(\"Custom headers to be sent with webhook notifications.\").nullable().optional(),\n store_id: z.string().describe(\"Store ID associated with the webhook.\").nullable().optional(),\n is_active: z.boolean().describe(\"Indicates if the webhook is currently active/enabled.\"),\n webhook_id: z.string().describe(\"Unique identifier for the created webhook.\"),\n}).describe(\"Response returned after creating a ShipEngine webhook.\");\n\nexport const shipengineCreateWebhook = action(\"SHIPENGINE_CREATE_WEBHOOK\", {\n slug: \"shipengine-create-webhook\",\n name: \"Create Webhook\",\n description: \"Tool to create a ShipEngine webhook. Use when you need to register a webhook for specific events. Use after confirming your event-handling endpoint is ready.\",\n input: ShipengineCreateWebhookInput,\n output: ShipengineCreateWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gLAAgL;CACzM,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iPAAiP;AAC9Q,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC1E,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD;CACvF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AAC9E,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAEpE,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,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/create-webhook.d.ts
|
|
4
|
+
declare const ShipengineCreateWebhookInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineCreateWebhookOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineCreateWebhook };
|
|
9
|
+
//# sourceMappingURL=create-webhook.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-webhook.d.cts","names":[],"sources":["../../src/actions/create-webhook.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGuB;AAAA,cACvD,6BAAA,EAA+B,CAAA,CAAE,UAQuB;AAAA,cAExD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-webhook.d.ts
|
|
4
|
+
declare const ShipengineCreateWebhookInput: z.ZodTypeAny;
|
|
5
|
+
declare const ShipengineCreateWebhookOutput: z.ZodTypeAny;
|
|
6
|
+
declare const shipengineCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { shipengineCreateWebhook };
|
|
9
|
+
//# sourceMappingURL=create-webhook.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-webhook.d.mts","names":[],"sources":["../../src/actions/create-webhook.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGuB;AAAA,cACvD,6BAAA,EAA+B,CAAA,CAAE,UAQuB;AAAA,cAExD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|