@keystrokehq/shippo 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actions/create-address.cjs +3 -3
- package/dist/actions/create-address.cjs.map +1 -1
- package/dist/actions/create-address.d.cts +16 -4
- package/dist/actions/create-address.d.mts +16 -4
- package/dist/actions/create-address.mjs +3 -3
- package/dist/actions/create-address.mjs.map +1 -1
- package/dist/actions/create-batch.cjs +4 -4
- package/dist/actions/create-batch.cjs.map +1 -1
- package/dist/actions/create-batch.d.cts +19 -5
- package/dist/actions/create-batch.d.mts +19 -5
- package/dist/actions/create-batch.mjs +4 -4
- package/dist/actions/create-batch.mjs.map +1 -1
- package/dist/actions/create-carrier-account.cjs +2 -2
- package/dist/actions/create-carrier-account.cjs.map +1 -1
- package/dist/actions/create-carrier-account.d.cts +15 -3
- package/dist/actions/create-carrier-account.d.mts +15 -3
- package/dist/actions/create-carrier-account.mjs +2 -2
- package/dist/actions/create-carrier-account.mjs.map +1 -1
- package/dist/actions/create-customs-item.cjs +1 -1
- package/dist/actions/create-customs-item.cjs.map +1 -1
- package/dist/actions/create-customs-item.d.cts +14 -2
- package/dist/actions/create-customs-item.d.mts +14 -2
- package/dist/actions/create-customs-item.mjs +1 -1
- package/dist/actions/create-customs-item.mjs.map +1 -1
- package/dist/actions/create-live-rate.cjs +6 -6
- package/dist/actions/create-live-rate.cjs.map +1 -1
- package/dist/actions/create-live-rate.d.cts +23 -7
- package/dist/actions/create-live-rate.d.mts +23 -7
- package/dist/actions/create-live-rate.mjs +6 -6
- package/dist/actions/create-live-rate.mjs.map +1 -1
- package/dist/actions/create-manifest.cjs +2 -2
- package/dist/actions/create-manifest.cjs.map +1 -1
- package/dist/actions/create-manifest.d.cts +15 -3
- package/dist/actions/create-manifest.d.mts +15 -3
- package/dist/actions/create-manifest.mjs +2 -2
- package/dist/actions/create-manifest.mjs.map +1 -1
- package/dist/actions/create-merchant-address.cjs +3 -3
- package/dist/actions/create-merchant-address.cjs.map +1 -1
- package/dist/actions/create-merchant-address.d.cts +16 -4
- package/dist/actions/create-merchant-address.d.mts +16 -4
- package/dist/actions/create-merchant-address.mjs +3 -3
- package/dist/actions/create-merchant-address.mjs.map +1 -1
- package/dist/actions/create-merchant-batch.cjs +6 -6
- package/dist/actions/create-merchant-batch.cjs.map +1 -1
- package/dist/actions/create-merchant-batch.d.cts +22 -9
- package/dist/actions/create-merchant-batch.d.mts +22 -9
- package/dist/actions/create-merchant-batch.mjs +6 -6
- package/dist/actions/create-merchant-batch.mjs.map +1 -1
- package/dist/actions/create-merchant-carrier-account.cjs +2 -2
- package/dist/actions/create-merchant-carrier-account.cjs.map +1 -1
- package/dist/actions/create-merchant-carrier-account.d.cts +15 -3
- package/dist/actions/create-merchant-carrier-account.d.mts +15 -3
- package/dist/actions/create-merchant-carrier-account.mjs +2 -2
- package/dist/actions/create-merchant-carrier-account.mjs.map +1 -1
- package/dist/actions/create-merchant-customs-declaration.cjs +2 -2
- package/dist/actions/create-merchant-customs-declaration.cjs.map +1 -1
- package/dist/actions/create-merchant-customs-declaration.d.cts +17 -4
- package/dist/actions/create-merchant-customs-declaration.d.mts +17 -4
- package/dist/actions/create-merchant-customs-declaration.mjs +2 -2
- package/dist/actions/create-merchant-customs-declaration.mjs.map +1 -1
- package/dist/actions/create-merchant-customs-item.cjs +1 -1
- package/dist/actions/create-merchant-customs-item.cjs.map +1 -1
- package/dist/actions/create-merchant-customs-item.d.cts +15 -3
- package/dist/actions/create-merchant-customs-item.d.mts +15 -3
- package/dist/actions/create-merchant-customs-item.mjs +1 -1
- package/dist/actions/create-merchant-customs-item.mjs.map +1 -1
- package/dist/actions/create-merchant-order.cjs +4 -4
- package/dist/actions/create-merchant-order.cjs.map +1 -1
- package/dist/actions/create-merchant-order.d.cts +19 -6
- package/dist/actions/create-merchant-order.d.mts +19 -6
- package/dist/actions/create-merchant-order.mjs +4 -4
- package/dist/actions/create-merchant-order.mjs.map +1 -1
- package/dist/actions/create-merchant-parcel.cjs +4 -4
- package/dist/actions/create-merchant-parcel.cjs.map +1 -1
- package/dist/actions/create-merchant-parcel.d.cts +19 -7
- package/dist/actions/create-merchant-parcel.d.mts +19 -7
- package/dist/actions/create-merchant-parcel.mjs +4 -4
- package/dist/actions/create-merchant-parcel.mjs.map +1 -1
- package/dist/actions/create-merchant-refund.cjs +1 -1
- package/dist/actions/create-merchant-refund.cjs.map +1 -1
- package/dist/actions/create-merchant-refund.d.cts +14 -2
- package/dist/actions/create-merchant-refund.d.mts +14 -2
- package/dist/actions/create-merchant-refund.mjs +1 -1
- package/dist/actions/create-merchant-refund.mjs.map +1 -1
- package/dist/actions/create-merchant-shipment.cjs +14 -14
- package/dist/actions/create-merchant-shipment.cjs.map +1 -1
- package/dist/actions/create-merchant-shipment.d.cts +34 -21
- package/dist/actions/create-merchant-shipment.d.mts +34 -21
- package/dist/actions/create-merchant-shipment.mjs +14 -14
- package/dist/actions/create-merchant-shipment.mjs.map +1 -1
- package/dist/actions/create-merchant-transaction.cjs +2 -2
- package/dist/actions/create-merchant-transaction.cjs.map +1 -1
- package/dist/actions/create-merchant-transaction.d.cts +17 -5
- package/dist/actions/create-merchant-transaction.d.mts +17 -5
- package/dist/actions/create-merchant-transaction.mjs +2 -2
- package/dist/actions/create-merchant-transaction.mjs.map +1 -1
- package/dist/actions/create-order.cjs +4 -4
- package/dist/actions/create-order.cjs.map +1 -1
- package/dist/actions/create-order.d.cts +19 -6
- package/dist/actions/create-order.d.mts +19 -6
- package/dist/actions/create-order.mjs +4 -4
- package/dist/actions/create-order.mjs.map +1 -1
- package/dist/actions/create-parcel.cjs +4 -4
- package/dist/actions/create-parcel.cjs.map +1 -1
- package/dist/actions/create-parcel.d.cts +19 -7
- package/dist/actions/create-parcel.d.mts +19 -7
- package/dist/actions/create-parcel.mjs +4 -4
- package/dist/actions/create-parcel.mjs.map +1 -1
- package/dist/actions/create-refund.cjs +1 -1
- package/dist/actions/create-refund.cjs.map +1 -1
- package/dist/actions/create-refund.d.cts +14 -2
- package/dist/actions/create-refund.d.mts +14 -2
- package/dist/actions/create-refund.mjs +1 -1
- package/dist/actions/create-refund.mjs.map +1 -1
- package/dist/actions/create-service-group.cjs +3 -3
- package/dist/actions/create-service-group.cjs.map +1 -1
- package/dist/actions/create-service-group.d.cts +17 -4
- package/dist/actions/create-service-group.d.mts +17 -4
- package/dist/actions/create-service-group.mjs +3 -3
- package/dist/actions/create-service-group.mjs.map +1 -1
- package/dist/actions/create-shipment.cjs +10 -10
- package/dist/actions/create-shipment.cjs.map +1 -1
- package/dist/actions/create-shipment.d.cts +31 -18
- package/dist/actions/create-shipment.d.cts.map +1 -1
- package/dist/actions/create-shipment.d.mts +31 -18
- package/dist/actions/create-shipment.d.mts.map +1 -1
- package/dist/actions/create-shipment.mjs +10 -10
- package/dist/actions/create-shipment.mjs.map +1 -1
- package/dist/actions/create-track.cjs +5 -5
- package/dist/actions/create-track.cjs.map +1 -1
- package/dist/actions/create-track.d.cts +21 -9
- package/dist/actions/create-track.d.mts +21 -9
- package/dist/actions/create-track.mjs +5 -5
- package/dist/actions/create-track.mjs.map +1 -1
- package/dist/actions/create-transaction.cjs +3 -3
- package/dist/actions/create-transaction.cjs.map +1 -1
- package/dist/actions/create-transaction.d.cts +19 -7
- package/dist/actions/create-transaction.d.cts.map +1 -1
- package/dist/actions/create-transaction.d.mts +19 -7
- package/dist/actions/create-transaction.d.mts.map +1 -1
- package/dist/actions/create-transaction.mjs +3 -3
- package/dist/actions/create-transaction.mjs.map +1 -1
- package/dist/actions/create-user-parcel-template.cjs +2 -2
- package/dist/actions/create-user-parcel-template.cjs.map +1 -1
- package/dist/actions/create-user-parcel-template.d.cts +15 -3
- package/dist/actions/create-user-parcel-template.d.mts +15 -3
- package/dist/actions/create-user-parcel-template.mjs +2 -2
- package/dist/actions/create-user-parcel-template.mjs.map +1 -1
- package/dist/actions/create-webhook.cjs +1 -1
- package/dist/actions/create-webhook.cjs.map +1 -1
- package/dist/actions/create-webhook.d.cts +18 -6
- package/dist/actions/create-webhook.d.mts +18 -6
- package/dist/actions/create-webhook.mjs +1 -1
- package/dist/actions/create-webhook.mjs.map +1 -1
- package/dist/actions/delete-default-parcel-template.cjs +1 -1
- package/dist/actions/delete-default-parcel-template.cjs.map +1 -1
- package/dist/actions/delete-default-parcel-template.d.cts +14 -2
- package/dist/actions/delete-default-parcel-template.d.mts +14 -2
- package/dist/actions/delete-default-parcel-template.mjs +1 -1
- package/dist/actions/delete-default-parcel-template.mjs.map +1 -1
- package/dist/actions/delete-user-parcel-template.cjs +1 -1
- package/dist/actions/delete-user-parcel-template.cjs.map +1 -1
- package/dist/actions/delete-user-parcel-template.d.cts +14 -2
- package/dist/actions/delete-user-parcel-template.d.mts +14 -2
- package/dist/actions/delete-user-parcel-template.mjs +1 -1
- package/dist/actions/delete-user-parcel-template.mjs.map +1 -1
- package/dist/actions/delete-webhook.cjs +1 -1
- package/dist/actions/delete-webhook.cjs.map +1 -1
- package/dist/actions/delete-webhook.d.cts +14 -2
- package/dist/actions/delete-webhook.d.mts +14 -2
- package/dist/actions/delete-webhook.mjs +1 -1
- package/dist/actions/delete-webhook.mjs.map +1 -1
- package/dist/actions/get-address.cjs +3 -3
- package/dist/actions/get-address.cjs.map +1 -1
- package/dist/actions/get-address.d.cts +16 -4
- package/dist/actions/get-address.d.mts +16 -4
- package/dist/actions/get-address.mjs +3 -3
- package/dist/actions/get-address.mjs.map +1 -1
- package/dist/actions/get-carrier-account.cjs +2 -2
- package/dist/actions/get-carrier-account.cjs.map +1 -1
- package/dist/actions/get-carrier-account.d.cts +15 -3
- package/dist/actions/get-carrier-account.d.mts +15 -3
- package/dist/actions/get-carrier-account.mjs +2 -2
- package/dist/actions/get-carrier-account.mjs.map +1 -1
- package/dist/actions/get-carrier-parcel-template.cjs +1 -1
- package/dist/actions/get-carrier-parcel-template.cjs.map +1 -1
- package/dist/actions/get-carrier-parcel-template.d.cts +15 -3
- package/dist/actions/get-carrier-parcel-template.d.mts +15 -3
- package/dist/actions/get-carrier-parcel-template.mjs +1 -1
- package/dist/actions/get-carrier-parcel-template.mjs.map +1 -1
- package/dist/actions/get-carrier-registration-status.cjs +1 -1
- package/dist/actions/get-carrier-registration-status.cjs.map +1 -1
- package/dist/actions/get-carrier-registration-status.d.cts +14 -2
- package/dist/actions/get-carrier-registration-status.d.mts +14 -2
- package/dist/actions/get-carrier-registration-status.mjs +1 -1
- package/dist/actions/get-carrier-registration-status.mjs.map +1 -1
- package/dist/actions/get-customs-declaration.cjs +4 -4
- package/dist/actions/get-customs-declaration.cjs.map +1 -1
- package/dist/actions/get-customs-declaration.d.cts +17 -5
- package/dist/actions/get-customs-declaration.d.mts +17 -5
- package/dist/actions/get-customs-declaration.mjs +4 -4
- package/dist/actions/get-customs-declaration.mjs.map +1 -1
- package/dist/actions/get-customs-item.cjs +1 -1
- package/dist/actions/get-customs-item.cjs.map +1 -1
- package/dist/actions/get-customs-item.d.cts +14 -2
- package/dist/actions/get-customs-item.d.mts +14 -2
- package/dist/actions/get-customs-item.mjs +1 -1
- package/dist/actions/get-customs-item.mjs.map +1 -1
- package/dist/actions/get-default-parcel-template.cjs +2 -2
- package/dist/actions/get-default-parcel-template.cjs.map +1 -1
- package/dist/actions/get-default-parcel-template.d.cts +15 -3
- package/dist/actions/get-default-parcel-template.d.mts +15 -3
- package/dist/actions/get-default-parcel-template.mjs +2 -2
- package/dist/actions/get-default-parcel-template.mjs.map +1 -1
- package/dist/actions/get-merchant-address.cjs +3 -3
- package/dist/actions/get-merchant-address.cjs.map +1 -1
- package/dist/actions/get-merchant-address.d.cts +16 -4
- package/dist/actions/get-merchant-address.d.mts +16 -4
- package/dist/actions/get-merchant-address.mjs +3 -3
- package/dist/actions/get-merchant-address.mjs.map +1 -1
- package/dist/actions/get-merchant-batch.cjs +3 -3
- package/dist/actions/get-merchant-batch.cjs.map +1 -1
- package/dist/actions/get-merchant-batch.d.cts +18 -6
- package/dist/actions/get-merchant-batch.d.mts +18 -6
- package/dist/actions/get-merchant-batch.mjs +3 -3
- package/dist/actions/get-merchant-batch.mjs.map +1 -1
- package/dist/actions/get-merchant-carrier-account.cjs +2 -2
- package/dist/actions/get-merchant-carrier-account.cjs.map +1 -1
- package/dist/actions/get-merchant-carrier-account.d.cts +15 -3
- package/dist/actions/get-merchant-carrier-account.d.mts +15 -3
- package/dist/actions/get-merchant-carrier-account.mjs +2 -2
- package/dist/actions/get-merchant-carrier-account.mjs.map +1 -1
- package/dist/actions/get-merchant-carrier-registration-status.cjs +1 -1
- package/dist/actions/get-merchant-carrier-registration-status.cjs.map +1 -1
- package/dist/actions/get-merchant-carrier-registration-status.d.cts +14 -2
- package/dist/actions/get-merchant-carrier-registration-status.d.mts +14 -2
- package/dist/actions/get-merchant-carrier-registration-status.mjs +1 -1
- package/dist/actions/get-merchant-carrier-registration-status.mjs.map +1 -1
- package/dist/actions/get-merchant-customs-declaration.cjs +1 -1
- package/dist/actions/get-merchant-customs-declaration.cjs.map +1 -1
- package/dist/actions/get-merchant-customs-declaration.d.cts +14 -2
- package/dist/actions/get-merchant-customs-declaration.d.mts +14 -2
- package/dist/actions/get-merchant-customs-declaration.mjs +1 -1
- package/dist/actions/get-merchant-customs-declaration.mjs.map +1 -1
- package/dist/actions/get-merchant-customs-item.cjs +1 -1
- package/dist/actions/get-merchant-customs-item.cjs.map +1 -1
- package/dist/actions/get-merchant-customs-item.d.cts +14 -2
- package/dist/actions/get-merchant-customs-item.d.mts +14 -2
- package/dist/actions/get-merchant-customs-item.mjs +1 -1
- package/dist/actions/get-merchant-customs-item.mjs.map +1 -1
- package/dist/actions/get-merchant-manifest.cjs +1 -1
- package/dist/actions/get-merchant-manifest.cjs.map +1 -1
- package/dist/actions/get-merchant-manifest.d.cts +14 -2
- package/dist/actions/get-merchant-manifest.d.mts +14 -2
- package/dist/actions/get-merchant-manifest.mjs +1 -1
- package/dist/actions/get-merchant-manifest.mjs.map +1 -1
- package/dist/actions/get-merchant-order.cjs +3 -3
- package/dist/actions/get-merchant-order.cjs.map +1 -1
- package/dist/actions/get-merchant-order.d.cts +17 -5
- package/dist/actions/get-merchant-order.d.mts +17 -5
- package/dist/actions/get-merchant-order.mjs +3 -3
- package/dist/actions/get-merchant-order.mjs.map +1 -1
- package/dist/actions/get-merchant-parcel.cjs +4 -4
- package/dist/actions/get-merchant-parcel.cjs.map +1 -1
- package/dist/actions/get-merchant-parcel.d.cts +17 -5
- package/dist/actions/get-merchant-parcel.d.mts +17 -5
- package/dist/actions/get-merchant-parcel.mjs +4 -4
- package/dist/actions/get-merchant-parcel.mjs.map +1 -1
- package/dist/actions/get-merchant-rate.cjs +3 -3
- package/dist/actions/get-merchant-rate.cjs.map +1 -1
- package/dist/actions/get-merchant-rate.d.cts +16 -4
- package/dist/actions/get-merchant-rate.d.mts +16 -4
- package/dist/actions/get-merchant-rate.mjs +3 -3
- package/dist/actions/get-merchant-rate.mjs.map +1 -1
- package/dist/actions/get-merchant-refund.cjs +1 -1
- package/dist/actions/get-merchant-refund.cjs.map +1 -1
- package/dist/actions/get-merchant-refund.d.cts +14 -2
- package/dist/actions/get-merchant-refund.d.mts +14 -2
- package/dist/actions/get-merchant-refund.mjs +1 -1
- package/dist/actions/get-merchant-refund.mjs.map +1 -1
- package/dist/actions/get-merchant-shipment.cjs +14 -14
- package/dist/actions/get-merchant-shipment.cjs.map +1 -1
- package/dist/actions/get-merchant-shipment.d.cts +32 -20
- package/dist/actions/get-merchant-shipment.d.mts +32 -20
- package/dist/actions/get-merchant-shipment.mjs +14 -14
- package/dist/actions/get-merchant-shipment.mjs.map +1 -1
- package/dist/actions/get-merchant-track.cjs +6 -6
- package/dist/actions/get-merchant-track.cjs.map +1 -1
- package/dist/actions/get-merchant-track.d.cts +21 -9
- package/dist/actions/get-merchant-track.d.mts +21 -9
- package/dist/actions/get-merchant-track.mjs +6 -6
- package/dist/actions/get-merchant-track.mjs.map +1 -1
- package/dist/actions/get-merchant-transaction.cjs +2 -2
- package/dist/actions/get-merchant-transaction.cjs.map +1 -1
- package/dist/actions/get-merchant-transaction.d.cts +17 -5
- package/dist/actions/get-merchant-transaction.d.mts +17 -5
- package/dist/actions/get-merchant-transaction.mjs +2 -2
- package/dist/actions/get-merchant-transaction.mjs.map +1 -1
- package/dist/actions/get-merchant.cjs +1 -1
- package/dist/actions/get-merchant.cjs.map +1 -1
- package/dist/actions/get-merchant.d.cts +14 -2
- package/dist/actions/get-merchant.d.mts +14 -2
- package/dist/actions/get-merchant.mjs +1 -1
- package/dist/actions/get-merchant.mjs.map +1 -1
- package/dist/actions/get-order.cjs +5 -5
- package/dist/actions/get-order.cjs.map +1 -1
- package/dist/actions/get-order.d.cts +19 -7
- package/dist/actions/get-order.d.mts +19 -7
- package/dist/actions/get-order.mjs +5 -5
- package/dist/actions/get-order.mjs.map +1 -1
- package/dist/actions/get-parcel.cjs +4 -4
- package/dist/actions/get-parcel.cjs.map +1 -1
- package/dist/actions/get-parcel.d.cts +17 -5
- package/dist/actions/get-parcel.d.mts +17 -5
- package/dist/actions/get-parcel.mjs +4 -4
- package/dist/actions/get-parcel.mjs.map +1 -1
- package/dist/actions/get-rate.cjs +3 -3
- package/dist/actions/get-rate.cjs.map +1 -1
- package/dist/actions/get-rate.d.cts +16 -4
- package/dist/actions/get-rate.d.mts +16 -4
- package/dist/actions/get-rate.mjs +3 -3
- package/dist/actions/get-rate.mjs.map +1 -1
- package/dist/actions/get-refund.cjs +1 -1
- package/dist/actions/get-refund.cjs.map +1 -1
- package/dist/actions/get-refund.d.cts +14 -2
- package/dist/actions/get-refund.d.mts +14 -2
- package/dist/actions/get-refund.mjs +1 -1
- package/dist/actions/get-refund.mjs.map +1 -1
- package/dist/actions/get-shipment.cjs +9 -9
- package/dist/actions/get-shipment.cjs.map +1 -1
- package/dist/actions/get-shipment.d.cts +26 -14
- package/dist/actions/get-shipment.d.mts +26 -14
- package/dist/actions/get-shipment.mjs +9 -9
- package/dist/actions/get-shipment.mjs.map +1 -1
- package/dist/actions/get-shippo-account.cjs +1 -1
- package/dist/actions/get-shippo-account.cjs.map +1 -1
- package/dist/actions/get-shippo-account.d.cts +14 -2
- package/dist/actions/get-shippo-account.d.mts +14 -2
- package/dist/actions/get-shippo-account.mjs +1 -1
- package/dist/actions/get-shippo-account.mjs.map +1 -1
- package/dist/actions/get-track.cjs +6 -6
- package/dist/actions/get-track.cjs.map +1 -1
- package/dist/actions/get-track.d.cts +21 -9
- package/dist/actions/get-track.d.mts +21 -9
- package/dist/actions/get-track.mjs +6 -6
- package/dist/actions/get-track.mjs.map +1 -1
- package/dist/actions/get-transaction.cjs +2 -2
- package/dist/actions/get-transaction.cjs.map +1 -1
- package/dist/actions/get-transaction.d.cts +15 -3
- package/dist/actions/get-transaction.d.mts +15 -3
- package/dist/actions/get-transaction.mjs +2 -2
- package/dist/actions/get-transaction.mjs.map +1 -1
- package/dist/actions/get-user-parcel-template.cjs +2 -2
- package/dist/actions/get-user-parcel-template.cjs.map +1 -1
- package/dist/actions/get-user-parcel-template.d.cts +15 -3
- package/dist/actions/get-user-parcel-template.d.mts +15 -3
- package/dist/actions/get-user-parcel-template.mjs +2 -2
- package/dist/actions/get-user-parcel-template.mjs.map +1 -1
- package/dist/actions/get-webhook.cjs +1 -1
- package/dist/actions/get-webhook.cjs.map +1 -1
- package/dist/actions/get-webhook.d.cts +14 -2
- package/dist/actions/get-webhook.d.mts +14 -2
- package/dist/actions/get-webhook.mjs +1 -1
- package/dist/actions/get-webhook.mjs.map +1 -1
- package/dist/actions/list-addresses.cjs +4 -4
- package/dist/actions/list-addresses.cjs.map +1 -1
- package/dist/actions/list-addresses.d.cts +17 -5
- package/dist/actions/list-addresses.d.mts +17 -5
- package/dist/actions/list-addresses.mjs +4 -4
- package/dist/actions/list-addresses.mjs.map +1 -1
- package/dist/actions/list-carrier-accounts.cjs +4 -4
- package/dist/actions/list-carrier-accounts.cjs.map +1 -1
- package/dist/actions/list-carrier-accounts.d.cts +17 -5
- package/dist/actions/list-carrier-accounts.d.mts +17 -5
- package/dist/actions/list-carrier-accounts.mjs +4 -4
- package/dist/actions/list-carrier-accounts.mjs.map +1 -1
- package/dist/actions/list-carrier-parcel-templates.cjs +2 -2
- package/dist/actions/list-carrier-parcel-templates.cjs.map +1 -1
- package/dist/actions/list-carrier-parcel-templates.d.cts +16 -4
- package/dist/actions/list-carrier-parcel-templates.d.mts +16 -4
- package/dist/actions/list-carrier-parcel-templates.mjs +2 -2
- package/dist/actions/list-carrier-parcel-templates.mjs.map +1 -1
- package/dist/actions/list-customs-declarations.cjs +7 -7
- package/dist/actions/list-customs-declarations.cjs.map +1 -1
- package/dist/actions/list-customs-declarations.d.cts +20 -8
- package/dist/actions/list-customs-declarations.d.mts +20 -8
- package/dist/actions/list-customs-declarations.mjs +7 -7
- package/dist/actions/list-customs-declarations.mjs.map +1 -1
- package/dist/actions/list-customs-items.cjs +2 -2
- package/dist/actions/list-customs-items.cjs.map +1 -1
- package/dist/actions/list-customs-items.d.cts +15 -3
- package/dist/actions/list-customs-items.d.mts +15 -3
- package/dist/actions/list-customs-items.mjs +2 -2
- package/dist/actions/list-customs-items.mjs.map +1 -1
- package/dist/actions/list-manifests.cjs +2 -2
- package/dist/actions/list-manifests.cjs.map +1 -1
- package/dist/actions/list-manifests.d.cts +15 -3
- package/dist/actions/list-manifests.d.mts +15 -3
- package/dist/actions/list-manifests.mjs +2 -2
- package/dist/actions/list-manifests.mjs.map +1 -1
- package/dist/actions/list-merchant-addresses.cjs +4 -4
- package/dist/actions/list-merchant-addresses.cjs.map +1 -1
- package/dist/actions/list-merchant-addresses.d.cts +17 -5
- package/dist/actions/list-merchant-addresses.d.mts +17 -5
- package/dist/actions/list-merchant-addresses.mjs +4 -4
- package/dist/actions/list-merchant-addresses.mjs.map +1 -1
- package/dist/actions/list-merchant-carrier-accounts.cjs +3 -3
- package/dist/actions/list-merchant-carrier-accounts.cjs.map +1 -1
- package/dist/actions/list-merchant-carrier-accounts.d.cts +16 -4
- package/dist/actions/list-merchant-carrier-accounts.d.mts +16 -4
- package/dist/actions/list-merchant-carrier-accounts.mjs +3 -3
- package/dist/actions/list-merchant-carrier-accounts.mjs.map +1 -1
- package/dist/actions/list-merchant-customs-declarations.cjs +2 -2
- package/dist/actions/list-merchant-customs-declarations.cjs.map +1 -1
- package/dist/actions/list-merchant-customs-declarations.d.cts +15 -3
- package/dist/actions/list-merchant-customs-declarations.d.mts +15 -3
- package/dist/actions/list-merchant-customs-declarations.mjs +2 -2
- package/dist/actions/list-merchant-customs-declarations.mjs.map +1 -1
- package/dist/actions/list-merchant-customs-items.cjs +2 -2
- package/dist/actions/list-merchant-customs-items.cjs.map +1 -1
- package/dist/actions/list-merchant-customs-items.d.cts +15 -3
- package/dist/actions/list-merchant-customs-items.d.mts +15 -3
- package/dist/actions/list-merchant-customs-items.mjs +2 -2
- package/dist/actions/list-merchant-customs-items.mjs.map +1 -1
- package/dist/actions/list-merchant-manifests.cjs +3 -3
- package/dist/actions/list-merchant-manifests.cjs.map +1 -1
- package/dist/actions/list-merchant-manifests.d.cts +16 -4
- package/dist/actions/list-merchant-manifests.d.mts +16 -4
- package/dist/actions/list-merchant-manifests.mjs +3 -3
- package/dist/actions/list-merchant-manifests.mjs.map +1 -1
- package/dist/actions/list-merchant-parcels.cjs +3 -3
- package/dist/actions/list-merchant-parcels.cjs.map +1 -1
- package/dist/actions/list-merchant-parcels.d.cts +16 -4
- package/dist/actions/list-merchant-parcels.d.mts +16 -4
- package/dist/actions/list-merchant-parcels.mjs +3 -3
- package/dist/actions/list-merchant-parcels.mjs.map +1 -1
- package/dist/actions/list-merchant-shipment-rates-by-currency.cjs +4 -4
- package/dist/actions/list-merchant-shipment-rates-by-currency.cjs.map +1 -1
- package/dist/actions/list-merchant-shipment-rates-by-currency.d.cts +17 -5
- package/dist/actions/list-merchant-shipment-rates-by-currency.d.mts +17 -5
- package/dist/actions/list-merchant-shipment-rates-by-currency.mjs +4 -4
- package/dist/actions/list-merchant-shipment-rates-by-currency.mjs.map +1 -1
- package/dist/actions/list-merchant-shipments.cjs +10 -10
- package/dist/actions/list-merchant-shipments.cjs.map +1 -1
- package/dist/actions/list-merchant-shipments.d.cts +26 -14
- package/dist/actions/list-merchant-shipments.d.mts +26 -14
- package/dist/actions/list-merchant-shipments.mjs +10 -10
- package/dist/actions/list-merchant-shipments.mjs.map +1 -1
- package/dist/actions/list-merchant-transactions.cjs +3 -3
- package/dist/actions/list-merchant-transactions.cjs.map +1 -1
- package/dist/actions/list-merchant-transactions.d.cts +16 -4
- package/dist/actions/list-merchant-transactions.d.mts +16 -4
- package/dist/actions/list-merchant-transactions.mjs +3 -3
- package/dist/actions/list-merchant-transactions.mjs.map +1 -1
- package/dist/actions/list-merchants.cjs +2 -2
- package/dist/actions/list-merchants.cjs.map +1 -1
- package/dist/actions/list-merchants.d.cts +15 -3
- package/dist/actions/list-merchants.d.mts +15 -3
- package/dist/actions/list-merchants.mjs +2 -2
- package/dist/actions/list-merchants.mjs.map +1 -1
- package/dist/actions/list-orders.cjs +6 -6
- package/dist/actions/list-orders.cjs.map +1 -1
- package/dist/actions/list-orders.d.cts +20 -8
- package/dist/actions/list-orders.d.mts +20 -8
- package/dist/actions/list-orders.mjs +6 -6
- package/dist/actions/list-orders.mjs.map +1 -1
- package/dist/actions/list-refunds.cjs +2 -2
- package/dist/actions/list-refunds.cjs.map +1 -1
- package/dist/actions/list-refunds.d.cts +15 -3
- package/dist/actions/list-refunds.d.mts +15 -3
- package/dist/actions/list-refunds.mjs +2 -2
- package/dist/actions/list-refunds.mjs.map +1 -1
- package/dist/actions/list-service-groups.cjs +3 -3
- package/dist/actions/list-service-groups.cjs.map +1 -1
- package/dist/actions/list-service-groups.d.cts +16 -4
- package/dist/actions/list-service-groups.d.mts +16 -4
- package/dist/actions/list-service-groups.mjs +3 -3
- package/dist/actions/list-service-groups.mjs.map +1 -1
- package/dist/actions/list-shipment-rates-by-currency.cjs +4 -4
- package/dist/actions/list-shipment-rates-by-currency.cjs.map +1 -1
- package/dist/actions/list-shipment-rates-by-currency.d.cts +17 -5
- package/dist/actions/list-shipment-rates-by-currency.d.mts +17 -5
- package/dist/actions/list-shipment-rates-by-currency.mjs +4 -4
- package/dist/actions/list-shipment-rates-by-currency.mjs.map +1 -1
- package/dist/actions/list-shipment-rates.cjs +4 -4
- package/dist/actions/list-shipment-rates.cjs.map +1 -1
- package/dist/actions/list-shipment-rates.d.cts +17 -5
- package/dist/actions/list-shipment-rates.d.mts +17 -5
- package/dist/actions/list-shipment-rates.mjs +4 -4
- package/dist/actions/list-shipment-rates.mjs.map +1 -1
- package/dist/actions/list-shipments.cjs +9 -9
- package/dist/actions/list-shipments.cjs.map +1 -1
- package/dist/actions/list-shipments.d.cts +26 -14
- package/dist/actions/list-shipments.d.mts +26 -14
- package/dist/actions/list-shipments.mjs +9 -9
- package/dist/actions/list-shipments.mjs.map +1 -1
- package/dist/actions/list-shippo-accounts.cjs +2 -2
- package/dist/actions/list-shippo-accounts.cjs.map +1 -1
- package/dist/actions/list-shippo-accounts.d.cts +15 -3
- package/dist/actions/list-shippo-accounts.d.mts +15 -3
- package/dist/actions/list-shippo-accounts.mjs +2 -2
- package/dist/actions/list-shippo-accounts.mjs.map +1 -1
- package/dist/actions/list-user-parcel-templates.cjs +3 -3
- package/dist/actions/list-user-parcel-templates.cjs.map +1 -1
- package/dist/actions/list-user-parcel-templates.d.cts +16 -4
- package/dist/actions/list-user-parcel-templates.d.mts +16 -4
- package/dist/actions/list-user-parcel-templates.mjs +3 -3
- package/dist/actions/list-user-parcel-templates.mjs.map +1 -1
- package/dist/actions/purchase-merchant-batch.cjs +4 -4
- package/dist/actions/purchase-merchant-batch.cjs.map +1 -1
- package/dist/actions/purchase-merchant-batch.d.cts +17 -5
- package/dist/actions/purchase-merchant-batch.d.mts +17 -5
- package/dist/actions/purchase-merchant-batch.mjs +4 -4
- package/dist/actions/purchase-merchant-batch.mjs.map +1 -1
- package/dist/actions/remove-shipments-from-batch.cjs +5 -5
- package/dist/actions/remove-shipments-from-batch.cjs.map +1 -1
- package/dist/actions/remove-shipments-from-batch.d.cts +18 -6
- package/dist/actions/remove-shipments-from-batch.d.mts +18 -6
- package/dist/actions/remove-shipments-from-batch.mjs +5 -5
- package/dist/actions/remove-shipments-from-batch.mjs.map +1 -1
- package/dist/actions/update-carrier-account.cjs +3 -3
- package/dist/actions/update-carrier-account.cjs.map +1 -1
- package/dist/actions/update-carrier-account.d.cts +17 -5
- package/dist/actions/update-carrier-account.d.cts.map +1 -1
- package/dist/actions/update-carrier-account.d.mts +17 -5
- package/dist/actions/update-carrier-account.d.mts.map +1 -1
- package/dist/actions/update-carrier-account.mjs +3 -3
- package/dist/actions/update-carrier-account.mjs.map +1 -1
- package/dist/actions/update-default-parcel-template.cjs +3 -3
- package/dist/actions/update-default-parcel-template.cjs.map +1 -1
- package/dist/actions/update-default-parcel-template.d.cts +16 -4
- package/dist/actions/update-default-parcel-template.d.mts +16 -4
- package/dist/actions/update-default-parcel-template.mjs +3 -3
- package/dist/actions/update-default-parcel-template.mjs.map +1 -1
- package/dist/actions/update-merchant-carrier-account.cjs +2 -2
- package/dist/actions/update-merchant-carrier-account.cjs.map +1 -1
- package/dist/actions/update-merchant-carrier-account.d.cts +15 -3
- package/dist/actions/update-merchant-carrier-account.d.mts +15 -3
- package/dist/actions/update-merchant-carrier-account.mjs +2 -2
- package/dist/actions/update-merchant-carrier-account.mjs.map +1 -1
- package/dist/actions/update-merchant.cjs +1 -1
- package/dist/actions/update-merchant.cjs.map +1 -1
- package/dist/actions/update-merchant.d.cts +14 -2
- package/dist/actions/update-merchant.d.mts +14 -2
- package/dist/actions/update-merchant.mjs +1 -1
- package/dist/actions/update-merchant.mjs.map +1 -1
- package/dist/actions/update-service-group.cjs +3 -3
- package/dist/actions/update-service-group.cjs.map +1 -1
- package/dist/actions/update-service-group.d.cts +17 -4
- package/dist/actions/update-service-group.d.mts +17 -4
- package/dist/actions/update-service-group.mjs +3 -3
- package/dist/actions/update-service-group.mjs.map +1 -1
- package/dist/actions/update-user-parcel-template.cjs +2 -2
- package/dist/actions/update-user-parcel-template.cjs.map +1 -1
- package/dist/actions/update-user-parcel-template.d.cts +15 -3
- package/dist/actions/update-user-parcel-template.d.mts +15 -3
- package/dist/actions/update-user-parcel-template.mjs +2 -2
- package/dist/actions/update-user-parcel-template.mjs.map +1 -1
- package/dist/actions/update-webhook.cjs +1 -1
- package/dist/actions/update-webhook.cjs.map +1 -1
- package/dist/actions/update-webhook.d.cts +18 -6
- package/dist/actions/update-webhook.d.mts +18 -6
- package/dist/actions/update-webhook.mjs +1 -1
- package/dist/actions/update-webhook.mjs.map +1 -1
- package/dist/actions/validate-address.cjs +3 -3
- package/dist/actions/validate-address.cjs.map +1 -1
- package/dist/actions/validate-address.d.cts +16 -4
- package/dist/actions/validate-address.d.mts +16 -4
- package/dist/actions/validate-address.mjs +3 -3
- package/dist/actions/validate-address.mjs.map +1 -1
- package/dist/actions/validate-merchant-address.cjs +3 -3
- package/dist/actions/validate-merchant-address.cjs.map +1 -1
- package/dist/actions/validate-merchant-address.d.cts +16 -4
- package/dist/actions/validate-merchant-address.d.mts +16 -4
- package/dist/actions/validate-merchant-address.mjs +3 -3
- package/dist/actions/validate-merchant-address.mjs.map +1 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-service-group.cjs","names":["z","action"],"sources":["../../src/actions/update-service-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoUpdateServiceGroupInput = z.object({\n name: z.string().describe(\"Name of the service group\").optional(),\n type: z.string().describe(\"Type of service group (e.g., FLAT_RATE, LIVE_RATE)\").optional(),\n flat_rate: z.string().describe(\"Flat rate amount (used when type is FLAT_RATE)\").optional(),\n is_active: z.boolean().describe(\"Whether the service group is active\").optional(),\n object_id: z.string().describe(\"The object ID of the service group being updated\"),\n description: z.string().describe(\"Description of the service group\").optional(),\n service_levels: z.array(z.object({\n account_object_id: z.string().describe(\"The carrier account object ID\"),\n service_level_token: z.string().describe(\"The service level token identifying the shipping service\"),\n}).describe(\"Service level configuration for a service group.\")).describe(\"Array of service level configurations to associate with this group\").optional(),\n rate_adjustment: z.number().int().describe(\"Rate adjustment value as percentage (e.g., 10 for 10% increase, -5 for 5% decrease)\").optional(),\n flat_rate_currency: z.string().describe(\"Currency for the flat rate (ISO 4217 currency code)\").optional(),\n free_shipping_threshold_min: z.string().describe(\"Minimum amount for free shipping threshold\").optional(),\n free_shipping_threshold_currency: z.string().describe(\"Currency for free shipping threshold (ISO 4217 currency code)\").optional(),\n}).describe(\"Request model for updating an existing Shippo service group.\");\nconst ShippoUpdateServiceGroup_ServiceLevelResponseSchema = z.object({\n account_object_id: z.string().describe(\"The carrier account object ID\").nullable().optional(),\n service_level_token: z.string().describe(\"The service level token\").nullable().optional(),\n}).describe(\"Service level in the response.\");\nexport const ShippoUpdateServiceGroupOutput = z.object({\n name: z.string().describe(\"Name of the service group\").nullable(),\n type: z.string().describe(\"Type of service group\").nullable(),\n flat_rate: z.string().describe(\"Flat rate amount\").nullable().optional(),\n is_active: z.boolean().describe(\"Whether the service group is active\").nullable().optional(),\n object_id: z.string().describe(\"The object ID of the service group\").nullable(),\n description: z.string().describe(\"Description of the service group\").nullable(),\n service_levels: z.array(ShippoUpdateServiceGroup_ServiceLevelResponseSchema).describe(\"Array of service levels\"),\n rate_adjustment: z.number().int().describe(\"Rate adjustment value\").nullable().optional(),\n flat_rate_currency: z.string().describe(\"Flat rate currency\").nullable().optional(),\n free_shipping_threshold_min: z.string().describe(\"Minimum amount for free shipping\").nullable().optional(),\n free_shipping_threshold_currency: z.string().describe(\"Currency for free shipping threshold\").nullable().optional(),\n}).describe(\"Response model after updating a service group.\");\n\nexport const shippoUpdateServiceGroup = action(\"SHIPPO_UPDATE_SERVICE_GROUP\", {\n slug: \"shippo-update-service-group\",\n name: \"Update Service Group\",\n description: \"Tool to update an existing Shippo service group. Use when you need to modify service group details such as name, description, rate adjustment, or service levels.\",\n input: ShippoUpdateServiceGroupInput,\n output: ShippoUpdateServiceGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC1F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC9E,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACjC,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACtE,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACrG,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;
|
|
1
|
+
{"version":3,"file":"update-service-group.cjs","names":["z","action"],"sources":["../../src/actions/update-service-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoUpdateServiceGroupInput = z.object({\n name: z.string().describe(\"Name of the service group\").optional(),\n type: z.string().describe(\"Type of service group (e.g., FLAT_RATE, LIVE_RATE)\").optional(),\n flat_rate: z.string().describe(\"Flat rate amount (used when type is FLAT_RATE)\").optional(),\n is_active: z.boolean().describe(\"Whether the service group is active\").optional(),\n object_id: z.string().describe(\"The object ID of the service group being updated\"),\n description: z.string().describe(\"Description of the service group\").optional(),\n service_levels: z.array(z.object({\n account_object_id: z.string().describe(\"The carrier account object ID\"),\n service_level_token: z.string().describe(\"The service level token identifying the shipping service\"),\n}).passthrough().describe(\"Service level configuration for a service group.\")).describe(\"Array of service level configurations to associate with this group\").optional(),\n rate_adjustment: z.number().int().describe(\"Rate adjustment value as percentage (e.g., 10 for 10% increase, -5 for 5% decrease)\").optional(),\n flat_rate_currency: z.string().describe(\"Currency for the flat rate (ISO 4217 currency code)\").optional(),\n free_shipping_threshold_min: z.string().describe(\"Minimum amount for free shipping threshold\").optional(),\n free_shipping_threshold_currency: z.string().describe(\"Currency for free shipping threshold (ISO 4217 currency code)\").optional(),\n}).describe(\"Request model for updating an existing Shippo service group.\");\nconst ShippoUpdateServiceGroup_ServiceLevelResponseSchema = z.object({\n account_object_id: z.string().describe(\"The carrier account object ID\").nullable().optional(),\n service_level_token: z.string().describe(\"The service level token\").nullable().optional(),\n}).passthrough().describe(\"Service level in the response.\");\nexport const ShippoUpdateServiceGroupOutput = z.object({\n name: z.string().describe(\"Name of the service group\").nullable(),\n type: z.string().describe(\"Type of service group\").nullable(),\n flat_rate: z.string().describe(\"Flat rate amount\").nullable().optional(),\n is_active: z.boolean().describe(\"Whether the service group is active\").nullable().optional(),\n object_id: z.string().describe(\"The object ID of the service group\").nullable(),\n description: z.string().describe(\"Description of the service group\").nullable(),\n service_levels: z.array(ShippoUpdateServiceGroup_ServiceLevelResponseSchema).describe(\"Array of service levels\"),\n rate_adjustment: z.number().int().describe(\"Rate adjustment value\").nullable().optional(),\n flat_rate_currency: z.string().describe(\"Flat rate currency\").nullable().optional(),\n free_shipping_threshold_min: z.string().describe(\"Minimum amount for free shipping\").nullable().optional(),\n free_shipping_threshold_currency: z.string().describe(\"Currency for free shipping threshold\").nullable().optional(),\n}).passthrough().describe(\"Response model after updating a service group.\");\n\nexport const shippoUpdateServiceGroup = action(\"SHIPPO_UPDATE_SERVICE_GROUP\", {\n slug: \"shippo-update-service-group\",\n name: \"Update Service Group\",\n description: \"Tool to update an existing Shippo service group. Use when you need to modify service group details such as name, description, rate adjustment, or service levels.\",\n input: ShippoUpdateServiceGroupInput,\n output: ShippoUpdateServiceGroupOutput,\n});\n"],"mappings":"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"}
|
|
@@ -11,7 +11,7 @@ declare const ShippoUpdateServiceGroupInput: z.ZodObject<{
|
|
|
11
11
|
service_levels: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12
12
|
account_object_id: z.ZodString;
|
|
13
13
|
service_level_token: z.ZodString;
|
|
14
|
-
}, z.core.$
|
|
14
|
+
}, z.core.$loose>>>;
|
|
15
15
|
rate_adjustment: z.ZodOptional<z.ZodNumber>;
|
|
16
16
|
flat_rate_currency: z.ZodOptional<z.ZodString>;
|
|
17
17
|
free_shipping_threshold_min: z.ZodOptional<z.ZodString>;
|
|
@@ -27,12 +27,12 @@ declare const ShippoUpdateServiceGroupOutput: z.ZodObject<{
|
|
|
27
27
|
service_levels: z.ZodArray<z.ZodObject<{
|
|
28
28
|
account_object_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
29
|
service_level_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
-
}, z.core.$
|
|
30
|
+
}, z.core.$loose>>;
|
|
31
31
|
rate_adjustment: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
32
|
flat_rate_currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
33
|
free_shipping_threshold_min: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
34
|
free_shipping_threshold_currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
-
}, z.core.$
|
|
35
|
+
}, z.core.$loose>;
|
|
36
36
|
declare const shippoUpdateServiceGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
37
|
object_id: string;
|
|
38
38
|
name?: string | undefined;
|
|
@@ -41,6 +41,7 @@ declare const shippoUpdateServiceGroup: import("@keystrokehq/action").WorkflowAc
|
|
|
41
41
|
is_active?: boolean | undefined;
|
|
42
42
|
description?: string | undefined;
|
|
43
43
|
service_levels?: {
|
|
44
|
+
[x: string]: unknown;
|
|
44
45
|
account_object_id: string;
|
|
45
46
|
service_level_token: string;
|
|
46
47
|
}[] | undefined;
|
|
@@ -48,7 +49,19 @@ declare const shippoUpdateServiceGroup: import("@keystrokehq/action").WorkflowAc
|
|
|
48
49
|
flat_rate_currency?: string | undefined;
|
|
49
50
|
free_shipping_threshold_min?: string | undefined;
|
|
50
51
|
free_shipping_threshold_currency?: string | undefined;
|
|
51
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
52
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
accessToken: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
accessToken: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
52
65
|
//#endregion
|
|
53
66
|
export { shippoUpdateServiceGroup };
|
|
54
67
|
//# sourceMappingURL=update-service-group.d.cts.map
|
|
@@ -11,7 +11,7 @@ declare const ShippoUpdateServiceGroupInput: z.ZodObject<{
|
|
|
11
11
|
service_levels: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12
12
|
account_object_id: z.ZodString;
|
|
13
13
|
service_level_token: z.ZodString;
|
|
14
|
-
}, z.core.$
|
|
14
|
+
}, z.core.$loose>>>;
|
|
15
15
|
rate_adjustment: z.ZodOptional<z.ZodNumber>;
|
|
16
16
|
flat_rate_currency: z.ZodOptional<z.ZodString>;
|
|
17
17
|
free_shipping_threshold_min: z.ZodOptional<z.ZodString>;
|
|
@@ -27,12 +27,12 @@ declare const ShippoUpdateServiceGroupOutput: z.ZodObject<{
|
|
|
27
27
|
service_levels: z.ZodArray<z.ZodObject<{
|
|
28
28
|
account_object_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
29
|
service_level_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
-
}, z.core.$
|
|
30
|
+
}, z.core.$loose>>;
|
|
31
31
|
rate_adjustment: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
32
|
flat_rate_currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
33
|
free_shipping_threshold_min: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
34
|
free_shipping_threshold_currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
-
}, z.core.$
|
|
35
|
+
}, z.core.$loose>;
|
|
36
36
|
declare const shippoUpdateServiceGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
37
|
object_id: string;
|
|
38
38
|
name?: string | undefined;
|
|
@@ -41,6 +41,7 @@ declare const shippoUpdateServiceGroup: import("@keystrokehq/action").WorkflowAc
|
|
|
41
41
|
is_active?: boolean | undefined;
|
|
42
42
|
description?: string | undefined;
|
|
43
43
|
service_levels?: {
|
|
44
|
+
[x: string]: unknown;
|
|
44
45
|
account_object_id: string;
|
|
45
46
|
service_level_token: string;
|
|
46
47
|
}[] | undefined;
|
|
@@ -48,7 +49,19 @@ declare const shippoUpdateServiceGroup: import("@keystrokehq/action").WorkflowAc
|
|
|
48
49
|
flat_rate_currency?: string | undefined;
|
|
49
50
|
free_shipping_threshold_min?: string | undefined;
|
|
50
51
|
free_shipping_threshold_currency?: string | undefined;
|
|
51
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
52
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
accessToken: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
accessToken: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>;
|
|
52
65
|
//#endregion
|
|
53
66
|
export { shippoUpdateServiceGroup };
|
|
54
67
|
//# sourceMappingURL=update-service-group.d.mts.map
|
|
@@ -11,7 +11,7 @@ const ShippoUpdateServiceGroupInput = z.object({
|
|
|
11
11
|
service_levels: z.array(z.object({
|
|
12
12
|
account_object_id: z.string().describe("The carrier account object ID"),
|
|
13
13
|
service_level_token: z.string().describe("The service level token identifying the shipping service")
|
|
14
|
-
}).describe("Service level configuration for a service group.")).describe("Array of service level configurations to associate with this group").optional(),
|
|
14
|
+
}).passthrough().describe("Service level configuration for a service group.")).describe("Array of service level configurations to associate with this group").optional(),
|
|
15
15
|
rate_adjustment: z.number().int().describe("Rate adjustment value as percentage (e.g., 10 for 10% increase, -5 for 5% decrease)").optional(),
|
|
16
16
|
flat_rate_currency: z.string().describe("Currency for the flat rate (ISO 4217 currency code)").optional(),
|
|
17
17
|
free_shipping_threshold_min: z.string().describe("Minimum amount for free shipping threshold").optional(),
|
|
@@ -20,7 +20,7 @@ const ShippoUpdateServiceGroupInput = z.object({
|
|
|
20
20
|
const ShippoUpdateServiceGroup_ServiceLevelResponseSchema = z.object({
|
|
21
21
|
account_object_id: z.string().describe("The carrier account object ID").nullable().optional(),
|
|
22
22
|
service_level_token: z.string().describe("The service level token").nullable().optional()
|
|
23
|
-
}).describe("Service level in the response.");
|
|
23
|
+
}).passthrough().describe("Service level in the response.");
|
|
24
24
|
const shippoUpdateServiceGroup = action("SHIPPO_UPDATE_SERVICE_GROUP", {
|
|
25
25
|
slug: "shippo-update-service-group",
|
|
26
26
|
name: "Update Service Group",
|
|
@@ -38,7 +38,7 @@ const shippoUpdateServiceGroup = action("SHIPPO_UPDATE_SERVICE_GROUP", {
|
|
|
38
38
|
flat_rate_currency: z.string().describe("Flat rate currency").nullable().optional(),
|
|
39
39
|
free_shipping_threshold_min: z.string().describe("Minimum amount for free shipping").nullable().optional(),
|
|
40
40
|
free_shipping_threshold_currency: z.string().describe("Currency for free shipping threshold").nullable().optional()
|
|
41
|
-
}).describe("Response model after updating a service group.")
|
|
41
|
+
}).passthrough().describe("Response model after updating a service group.")
|
|
42
42
|
});
|
|
43
43
|
//#endregion
|
|
44
44
|
export { shippoUpdateServiceGroup };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-service-group.mjs","names":[],"sources":["../../src/actions/update-service-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoUpdateServiceGroupInput = z.object({\n name: z.string().describe(\"Name of the service group\").optional(),\n type: z.string().describe(\"Type of service group (e.g., FLAT_RATE, LIVE_RATE)\").optional(),\n flat_rate: z.string().describe(\"Flat rate amount (used when type is FLAT_RATE)\").optional(),\n is_active: z.boolean().describe(\"Whether the service group is active\").optional(),\n object_id: z.string().describe(\"The object ID of the service group being updated\"),\n description: z.string().describe(\"Description of the service group\").optional(),\n service_levels: z.array(z.object({\n account_object_id: z.string().describe(\"The carrier account object ID\"),\n service_level_token: z.string().describe(\"The service level token identifying the shipping service\"),\n}).describe(\"Service level configuration for a service group.\")).describe(\"Array of service level configurations to associate with this group\").optional(),\n rate_adjustment: z.number().int().describe(\"Rate adjustment value as percentage (e.g., 10 for 10% increase, -5 for 5% decrease)\").optional(),\n flat_rate_currency: z.string().describe(\"Currency for the flat rate (ISO 4217 currency code)\").optional(),\n free_shipping_threshold_min: z.string().describe(\"Minimum amount for free shipping threshold\").optional(),\n free_shipping_threshold_currency: z.string().describe(\"Currency for free shipping threshold (ISO 4217 currency code)\").optional(),\n}).describe(\"Request model for updating an existing Shippo service group.\");\nconst ShippoUpdateServiceGroup_ServiceLevelResponseSchema = z.object({\n account_object_id: z.string().describe(\"The carrier account object ID\").nullable().optional(),\n service_level_token: z.string().describe(\"The service level token\").nullable().optional(),\n}).describe(\"Service level in the response.\");\nexport const ShippoUpdateServiceGroupOutput = z.object({\n name: z.string().describe(\"Name of the service group\").nullable(),\n type: z.string().describe(\"Type of service group\").nullable(),\n flat_rate: z.string().describe(\"Flat rate amount\").nullable().optional(),\n is_active: z.boolean().describe(\"Whether the service group is active\").nullable().optional(),\n object_id: z.string().describe(\"The object ID of the service group\").nullable(),\n description: z.string().describe(\"Description of the service group\").nullable(),\n service_levels: z.array(ShippoUpdateServiceGroup_ServiceLevelResponseSchema).describe(\"Array of service levels\"),\n rate_adjustment: z.number().int().describe(\"Rate adjustment value\").nullable().optional(),\n flat_rate_currency: z.string().describe(\"Flat rate currency\").nullable().optional(),\n free_shipping_threshold_min: z.string().describe(\"Minimum amount for free shipping\").nullable().optional(),\n free_shipping_threshold_currency: z.string().describe(\"Currency for free shipping threshold\").nullable().optional(),\n}).describe(\"Response model after updating a service group.\");\n\nexport const shippoUpdateServiceGroup = action(\"SHIPPO_UPDATE_SERVICE_GROUP\", {\n slug: \"shippo-update-service-group\",\n name: \"Update Service Group\",\n description: \"Tool to update an existing Shippo service group. Use when you need to modify service group details such as name, description, rate adjustment, or service levels.\",\n input: ShippoUpdateServiceGroupInput,\n output: ShippoUpdateServiceGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC1F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC9E,gBAAgB,EAAE,MAAM,EAAE,OAAO;EACjC,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACtE,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACrG,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;
|
|
1
|
+
{"version":3,"file":"update-service-group.mjs","names":[],"sources":["../../src/actions/update-service-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoUpdateServiceGroupInput = z.object({\n name: z.string().describe(\"Name of the service group\").optional(),\n type: z.string().describe(\"Type of service group (e.g., FLAT_RATE, LIVE_RATE)\").optional(),\n flat_rate: z.string().describe(\"Flat rate amount (used when type is FLAT_RATE)\").optional(),\n is_active: z.boolean().describe(\"Whether the service group is active\").optional(),\n object_id: z.string().describe(\"The object ID of the service group being updated\"),\n description: z.string().describe(\"Description of the service group\").optional(),\n service_levels: z.array(z.object({\n account_object_id: z.string().describe(\"The carrier account object ID\"),\n service_level_token: z.string().describe(\"The service level token identifying the shipping service\"),\n}).passthrough().describe(\"Service level configuration for a service group.\")).describe(\"Array of service level configurations to associate with this group\").optional(),\n rate_adjustment: z.number().int().describe(\"Rate adjustment value as percentage (e.g., 10 for 10% increase, -5 for 5% decrease)\").optional(),\n flat_rate_currency: z.string().describe(\"Currency for the flat rate (ISO 4217 currency code)\").optional(),\n free_shipping_threshold_min: z.string().describe(\"Minimum amount for free shipping threshold\").optional(),\n free_shipping_threshold_currency: z.string().describe(\"Currency for free shipping threshold (ISO 4217 currency code)\").optional(),\n}).describe(\"Request model for updating an existing Shippo service group.\");\nconst ShippoUpdateServiceGroup_ServiceLevelResponseSchema = z.object({\n account_object_id: z.string().describe(\"The carrier account object ID\").nullable().optional(),\n service_level_token: z.string().describe(\"The service level token\").nullable().optional(),\n}).passthrough().describe(\"Service level in the response.\");\nexport const ShippoUpdateServiceGroupOutput = z.object({\n name: z.string().describe(\"Name of the service group\").nullable(),\n type: z.string().describe(\"Type of service group\").nullable(),\n flat_rate: z.string().describe(\"Flat rate amount\").nullable().optional(),\n is_active: z.boolean().describe(\"Whether the service group is active\").nullable().optional(),\n object_id: z.string().describe(\"The object ID of the service group\").nullable(),\n description: z.string().describe(\"Description of the service group\").nullable(),\n service_levels: z.array(ShippoUpdateServiceGroup_ServiceLevelResponseSchema).describe(\"Array of service levels\"),\n rate_adjustment: z.number().int().describe(\"Rate adjustment value\").nullable().optional(),\n flat_rate_currency: z.string().describe(\"Flat rate currency\").nullable().optional(),\n free_shipping_threshold_min: z.string().describe(\"Minimum amount for free shipping\").nullable().optional(),\n free_shipping_threshold_currency: z.string().describe(\"Currency for free shipping threshold\").nullable().optional(),\n}).passthrough().describe(\"Response model after updating a service group.\");\n\nexport const shippoUpdateServiceGroup = action(\"SHIPPO_UPDATE_SERVICE_GROUP\", {\n slug: \"shippo-update-service-group\",\n name: \"Update Service Group\",\n description: \"Tool to update an existing Shippo service group. Use when you need to modify service group details such as name, description, rate adjustment, or service levels.\",\n input: ShippoUpdateServiceGroupInput,\n output: ShippoUpdateServiceGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC1F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC9E,gBAAgB,EAAE,MAAM,EAAE,OAAO;EACjC,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACtE,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CACrK,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CAC3I,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACxG,6BAA6B,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACxG,kCAAkC,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,sDAAsD,EAAE,OAAO;CACnE,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gCAAgC;AAe1D,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnB4C,EAAE,OAAO;EACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC5D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EAC9E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC9E,gBAAgB,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,yBAAyB;EAC/G,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,6BAA6B,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,kCAAkC,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAOhB;AACV,CAAC"}
|
|
@@ -14,14 +14,14 @@ const ShippoUpdateUserParcelTemplateOutput = zod.z.object({
|
|
|
14
14
|
height: zod.z.string().describe("Height of the parcel.").nullable().optional(),
|
|
15
15
|
length: zod.z.string().describe("Length of the parcel.").nullable().optional(),
|
|
16
16
|
weight: zod.z.string().describe("Weight of the parcel.").nullable().optional(),
|
|
17
|
-
template: zod.z.
|
|
17
|
+
template: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Carrier parcel template structure containing additional template details.").nullable().optional(),
|
|
18
18
|
object_id: zod.z.string().describe("Unique identifier for the object.").nullable().optional(),
|
|
19
19
|
weight_unit: zod.z.string().describe("Unit of measurement for weight (e.g., 'lb' for pounds, 'kg' for kilograms).").nullable().optional(),
|
|
20
20
|
object_owner: zod.z.string().describe("Owner of the object.").nullable().optional(),
|
|
21
21
|
distance_unit: zod.z.string().describe("Unit of measurement for distance (e.g., 'in' for inches, 'cm' for centimeters).").nullable().optional(),
|
|
22
22
|
object_created: zod.z.string().describe("Timestamp when the object was created.").nullable().optional(),
|
|
23
23
|
object_updated: zod.z.string().describe("Timestamp when the object was last updated.").nullable().optional()
|
|
24
|
-
}).describe("Response schema for updating a user parcel template.");
|
|
24
|
+
}).passthrough().describe("Response schema for updating a user parcel template.");
|
|
25
25
|
const shippoUpdateUserParcelTemplate = require_action.action("SHIPPO_UPDATE_USER_PARCEL_TEMPLATE", {
|
|
26
26
|
slug: "shippo-update-user-parcel-template",
|
|
27
27
|
name: "Update User Parcel Template",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user-parcel-template.cjs","names":["z","action"],"sources":["../../src/actions/update-user-parcel-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoUpdateUserParcelTemplateInput = z.object({\n weight: z.string().describe(\"The weight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted.\"),\n template: z.string().describe(\"The token of a carrier parcel template (e.g., USPS_FlatRateEnvelope, USPS_FlatRatePaddedEnvelope, FedExBox). This specifies the carrier's predefined package type.\"),\n weight_unit: z.string().describe(\"The unit of weight measurement (e.g., lb for pounds, kg for kilograms, oz for ounces, g for grams).\"),\n shippo_api_version: z.string().describe(\"String used to pick a non-default API version to use. If not specified, the default API version will be used.\").optional(),\n user_parcel_template_object_id: z.string().describe(\"Object ID of the user parcel template to update. This is the unique identifier of an existing user parcel template.\"),\n}).describe(\"Request schema for updating a user parcel template.\");\nexport const ShippoUpdateUserParcelTemplateOutput = z.object({\n name: z.string().describe(\"Name of the parcel template.\").nullable().optional(),\n width: z.string().describe(\"Width of the parcel.\").nullable().optional(),\n height: z.string().describe(\"Height of the parcel.\").nullable().optional(),\n length: z.string().describe(\"Length of the parcel.\").nullable().optional(),\n weight: z.string().describe(\"Weight of the parcel.\").nullable().optional(),\n template: z.
|
|
1
|
+
{"version":3,"file":"update-user-parcel-template.cjs","names":["z","action"],"sources":["../../src/actions/update-user-parcel-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoUpdateUserParcelTemplateInput = z.object({\n weight: z.string().describe(\"The weight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted.\"),\n template: z.string().describe(\"The token of a carrier parcel template (e.g., USPS_FlatRateEnvelope, USPS_FlatRatePaddedEnvelope, FedExBox). This specifies the carrier's predefined package type.\"),\n weight_unit: z.string().describe(\"The unit of weight measurement (e.g., lb for pounds, kg for kilograms, oz for ounces, g for grams).\"),\n shippo_api_version: z.string().describe(\"String used to pick a non-default API version to use. If not specified, the default API version will be used.\").optional(),\n user_parcel_template_object_id: z.string().describe(\"Object ID of the user parcel template to update. This is the unique identifier of an existing user parcel template.\"),\n}).describe(\"Request schema for updating a user parcel template.\");\nexport const ShippoUpdateUserParcelTemplateOutput = z.object({\n name: z.string().describe(\"Name of the parcel template.\").nullable().optional(),\n width: z.string().describe(\"Width of the parcel.\").nullable().optional(),\n height: z.string().describe(\"Height of the parcel.\").nullable().optional(),\n length: z.string().describe(\"Length of the parcel.\").nullable().optional(),\n weight: z.string().describe(\"Weight of the parcel.\").nullable().optional(),\n template: z.record(z.string(), z.unknown()).describe(\"Carrier parcel template structure containing additional template details.\").nullable().optional(),\n object_id: z.string().describe(\"Unique identifier for the object.\").nullable().optional(),\n weight_unit: z.string().describe(\"Unit of measurement for weight (e.g., 'lb' for pounds, 'kg' for kilograms).\").nullable().optional(),\n object_owner: z.string().describe(\"Owner of the object.\").nullable().optional(),\n distance_unit: z.string().describe(\"Unit of measurement for distance (e.g., 'in' for inches, 'cm' for centimeters).\").nullable().optional(),\n object_created: z.string().describe(\"Timestamp when the object was created.\").nullable().optional(),\n object_updated: z.string().describe(\"Timestamp when the object was last updated.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for updating a user parcel template.\");\n\nexport const shippoUpdateUserParcelTemplate = action(\"SHIPPO_UPDATE_USER_PARCEL_TEMPLATE\", {\n slug: \"shippo-update-user-parcel-template\",\n name: \"Update User Parcel Template\",\n description: \"Tool to update an existing user parcel template with new weight and carrier template settings. Use when you need to modify the dimensions or weight of a previously created custom parcel template.\",\n input: ShippoUpdateUserParcelTemplateInput,\n output: ShippoUpdateUserParcelTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G;CAC3I,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oKAAoK;CAClM,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG;CACtI,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;CAClK,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH;AAC3K,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,uCAAuCA,IAAAA,EAAE,OAAO;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1I,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sDAAsD;AAEhF,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -14,21 +14,33 @@ declare const ShippoUpdateUserParcelTemplateOutput: z.ZodObject<{
|
|
|
14
14
|
height: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
15
|
length: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
16
|
weight: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
-
template: z.ZodOptional<z.ZodNullable<z.
|
|
17
|
+
template: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
18
18
|
object_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
19
|
weight_unit: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
20
|
object_owner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
21
|
distance_unit: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
22
|
object_created: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
23
|
object_updated: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
-
}, z.core.$
|
|
24
|
+
}, z.core.$loose>;
|
|
25
25
|
declare const shippoUpdateUserParcelTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
26
26
|
weight: string;
|
|
27
27
|
template: string;
|
|
28
28
|
weight_unit: string;
|
|
29
29
|
user_parcel_template_object_id: string;
|
|
30
30
|
shippo_api_version?: string | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
accessToken: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
accessToken: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { shippoUpdateUserParcelTemplate };
|
|
34
46
|
//# sourceMappingURL=update-user-parcel-template.d.cts.map
|
|
@@ -14,21 +14,33 @@ declare const ShippoUpdateUserParcelTemplateOutput: z.ZodObject<{
|
|
|
14
14
|
height: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
15
|
length: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
16
|
weight: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
-
template: z.ZodOptional<z.ZodNullable<z.
|
|
17
|
+
template: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
18
18
|
object_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
19
|
weight_unit: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
20
|
object_owner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
21
|
distance_unit: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
22
|
object_created: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
23
|
object_updated: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
-
}, z.core.$
|
|
24
|
+
}, z.core.$loose>;
|
|
25
25
|
declare const shippoUpdateUserParcelTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
26
26
|
weight: string;
|
|
27
27
|
template: string;
|
|
28
28
|
weight_unit: string;
|
|
29
29
|
user_parcel_template_object_id: string;
|
|
30
30
|
shippo_api_version?: string | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
accessToken: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
accessToken: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { shippoUpdateUserParcelTemplate };
|
|
34
46
|
//# sourceMappingURL=update-user-parcel-template.d.mts.map
|
|
@@ -17,14 +17,14 @@ const shippoUpdateUserParcelTemplate = action("SHIPPO_UPDATE_USER_PARCEL_TEMPLAT
|
|
|
17
17
|
height: z.string().describe("Height of the parcel.").nullable().optional(),
|
|
18
18
|
length: z.string().describe("Length of the parcel.").nullable().optional(),
|
|
19
19
|
weight: z.string().describe("Weight of the parcel.").nullable().optional(),
|
|
20
|
-
template: z.
|
|
20
|
+
template: z.record(z.string(), z.unknown()).describe("Carrier parcel template structure containing additional template details.").nullable().optional(),
|
|
21
21
|
object_id: z.string().describe("Unique identifier for the object.").nullable().optional(),
|
|
22
22
|
weight_unit: z.string().describe("Unit of measurement for weight (e.g., 'lb' for pounds, 'kg' for kilograms).").nullable().optional(),
|
|
23
23
|
object_owner: z.string().describe("Owner of the object.").nullable().optional(),
|
|
24
24
|
distance_unit: z.string().describe("Unit of measurement for distance (e.g., 'in' for inches, 'cm' for centimeters).").nullable().optional(),
|
|
25
25
|
object_created: z.string().describe("Timestamp when the object was created.").nullable().optional(),
|
|
26
26
|
object_updated: z.string().describe("Timestamp when the object was last updated.").nullable().optional()
|
|
27
|
-
}).describe("Response schema for updating a user parcel template.")
|
|
27
|
+
}).passthrough().describe("Response schema for updating a user parcel template.")
|
|
28
28
|
});
|
|
29
29
|
//#endregion
|
|
30
30
|
export { shippoUpdateUserParcelTemplate };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user-parcel-template.mjs","names":[],"sources":["../../src/actions/update-user-parcel-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoUpdateUserParcelTemplateInput = z.object({\n weight: z.string().describe(\"The weight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted.\"),\n template: z.string().describe(\"The token of a carrier parcel template (e.g., USPS_FlatRateEnvelope, USPS_FlatRatePaddedEnvelope, FedExBox). This specifies the carrier's predefined package type.\"),\n weight_unit: z.string().describe(\"The unit of weight measurement (e.g., lb for pounds, kg for kilograms, oz for ounces, g for grams).\"),\n shippo_api_version: z.string().describe(\"String used to pick a non-default API version to use. If not specified, the default API version will be used.\").optional(),\n user_parcel_template_object_id: z.string().describe(\"Object ID of the user parcel template to update. This is the unique identifier of an existing user parcel template.\"),\n}).describe(\"Request schema for updating a user parcel template.\");\nexport const ShippoUpdateUserParcelTemplateOutput = z.object({\n name: z.string().describe(\"Name of the parcel template.\").nullable().optional(),\n width: z.string().describe(\"Width of the parcel.\").nullable().optional(),\n height: z.string().describe(\"Height of the parcel.\").nullable().optional(),\n length: z.string().describe(\"Length of the parcel.\").nullable().optional(),\n weight: z.string().describe(\"Weight of the parcel.\").nullable().optional(),\n template: z.
|
|
1
|
+
{"version":3,"file":"update-user-parcel-template.mjs","names":[],"sources":["../../src/actions/update-user-parcel-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoUpdateUserParcelTemplateInput = z.object({\n weight: z.string().describe(\"The weight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted.\"),\n template: z.string().describe(\"The token of a carrier parcel template (e.g., USPS_FlatRateEnvelope, USPS_FlatRatePaddedEnvelope, FedExBox). This specifies the carrier's predefined package type.\"),\n weight_unit: z.string().describe(\"The unit of weight measurement (e.g., lb for pounds, kg for kilograms, oz for ounces, g for grams).\"),\n shippo_api_version: z.string().describe(\"String used to pick a non-default API version to use. If not specified, the default API version will be used.\").optional(),\n user_parcel_template_object_id: z.string().describe(\"Object ID of the user parcel template to update. This is the unique identifier of an existing user parcel template.\"),\n}).describe(\"Request schema for updating a user parcel template.\");\nexport const ShippoUpdateUserParcelTemplateOutput = z.object({\n name: z.string().describe(\"Name of the parcel template.\").nullable().optional(),\n width: z.string().describe(\"Width of the parcel.\").nullable().optional(),\n height: z.string().describe(\"Height of the parcel.\").nullable().optional(),\n length: z.string().describe(\"Length of the parcel.\").nullable().optional(),\n weight: z.string().describe(\"Weight of the parcel.\").nullable().optional(),\n template: z.record(z.string(), z.unknown()).describe(\"Carrier parcel template structure containing additional template details.\").nullable().optional(),\n object_id: z.string().describe(\"Unique identifier for the object.\").nullable().optional(),\n weight_unit: z.string().describe(\"Unit of measurement for weight (e.g., 'lb' for pounds, 'kg' for kilograms).\").nullable().optional(),\n object_owner: z.string().describe(\"Owner of the object.\").nullable().optional(),\n distance_unit: z.string().describe(\"Unit of measurement for distance (e.g., 'in' for inches, 'cm' for centimeters).\").nullable().optional(),\n object_created: z.string().describe(\"Timestamp when the object was created.\").nullable().optional(),\n object_updated: z.string().describe(\"Timestamp when the object was last updated.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for updating a user parcel template.\");\n\nexport const shippoUpdateUserParcelTemplate = action(\"SHIPPO_UPDATE_USER_PARCEL_TEMPLATE\", {\n slug: \"shippo-update-user-parcel-template\",\n name: \"Update User Parcel Template\",\n description: \"Tool to update an existing user parcel template with new weight and carrier template settings. Use when you need to modify the dimensions or weight of a previously created custom parcel template.\",\n input: ShippoUpdateUserParcelTemplateInput,\n output: ShippoUpdateUserParcelTemplateOutput,\n});\n"],"mappings":";;AA0BA,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA1BiD,EAAE,OAAO;EAC1D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G;EAC3I,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oKAAoK;EAClM,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG;EACtI,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;EAClK,gCAAgC,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH;CAC3K,CAAC,CAAC,CAAC,SAAS,qDAoBH;CACP,QApBkD,EAAE,OAAO;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzE,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1I,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sDAOhB;AACV,CAAC"}
|
|
@@ -24,7 +24,7 @@ const ShippoUpdateWebhookOutput = zod.z.object({
|
|
|
24
24
|
object_owner: zod.z.string().describe("The account owner's email address.").nullable().optional(),
|
|
25
25
|
object_created: zod.z.string().describe("Timestamp when the webhook was created (ISO 8601 format).").nullable().optional(),
|
|
26
26
|
object_updated: zod.z.string().describe("Timestamp when the webhook was last updated (ISO 8601 format).").nullable().optional()
|
|
27
|
-
}).describe("Response model containing the updated webhook details.");
|
|
27
|
+
}).passthrough().describe("Response model containing the updated webhook details.");
|
|
28
28
|
const shippoUpdateWebhook = require_action.action("SHIPPO_UPDATE_WEBHOOK", {
|
|
29
29
|
slug: "shippo-update-webhook",
|
|
30
30
|
name: "Update Webhook",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-webhook.cjs","names":["z","action"],"sources":["../../src/actions/update-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoUpdateWebhookInput = z.object({\n url: z.string().describe(\"The webhook URL endpoint where notifications will be sent. Must be a valid HTTPS URL.\"),\n event: z.enum([\"batch_created\", \"transaction_created\", \"transaction_updated\", \"track_updated\", \"batch_updated\", \"all\"]).describe(\"The webhook event type to listen for. Use 'all' to receive all event types.\"),\n active: z.boolean().describe(\"Whether the webhook should be active or inactive. Set to true to enable, false to disable.\"),\n is_test: z.boolean().describe(\"Whether this is a test webhook. Set to true for testing, false for production.\"),\n webhook_id: z.string().describe(\"Object ID of the webhook to update (e.g., '7c190fc9a7e1473dbf59c861b535e3d5').\"),\n}).describe(\"Request model for updating an existing webhook in Shippo.\");\nexport const ShippoUpdateWebhookOutput = z.object({\n url: z.string().describe(\"The webhook URL endpoint.\").nullable(),\n event: z.string().describe(\"The webhook event type.\").nullable(),\n active: z.boolean().describe(\"Whether the webhook is active.\").nullable(),\n is_test: z.boolean().describe(\"Whether this is a test webhook.\").nullable(),\n object_id: z.string().describe(\"Unique identifier for this webhook object.\").nullable(),\n object_owner: z.string().describe(\"The account owner's email address.\").nullable().optional(),\n object_created: z.string().describe(\"Timestamp when the webhook was created (ISO 8601 format).\").nullable().optional(),\n object_updated: z.string().describe(\"Timestamp when the webhook was last updated (ISO 8601 format).\").nullable().optional(),\n}).describe(\"Response model containing the updated webhook details.\");\n\nexport const shippoUpdateWebhook = action(\"SHIPPO_UPDATE_WEBHOOK\", {\n slug: \"shippo-update-webhook\",\n name: \"Update Webhook\",\n description: \"Tool to update an existing webhook in Shippo. Use when you need to modify webhook settings such as the event type, URL endpoint, activation status, or test mode flag.\",\n input: ShippoUpdateWebhookInput,\n output: ShippoUpdateWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;CAChH,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAiB;EAAuB;EAAuB;EAAiB;EAAiB;CAAK,CAAC,CAAC,CAAC,SAAS,6EAA6E;CAC9M,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4FAA4F;CACzH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gFAAgF;CAC9G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;AAClH,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC/D,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACxE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC1E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACtF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,wDAAwD;
|
|
1
|
+
{"version":3,"file":"update-webhook.cjs","names":["z","action"],"sources":["../../src/actions/update-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoUpdateWebhookInput = z.object({\n url: z.string().describe(\"The webhook URL endpoint where notifications will be sent. Must be a valid HTTPS URL.\"),\n event: z.enum([\"batch_created\", \"transaction_created\", \"transaction_updated\", \"track_updated\", \"batch_updated\", \"all\"]).describe(\"The webhook event type to listen for. Use 'all' to receive all event types.\"),\n active: z.boolean().describe(\"Whether the webhook should be active or inactive. Set to true to enable, false to disable.\"),\n is_test: z.boolean().describe(\"Whether this is a test webhook. Set to true for testing, false for production.\"),\n webhook_id: z.string().describe(\"Object ID of the webhook to update (e.g., '7c190fc9a7e1473dbf59c861b535e3d5').\"),\n}).describe(\"Request model for updating an existing webhook in Shippo.\");\nexport const ShippoUpdateWebhookOutput = z.object({\n url: z.string().describe(\"The webhook URL endpoint.\").nullable(),\n event: z.string().describe(\"The webhook event type.\").nullable(),\n active: z.boolean().describe(\"Whether the webhook is active.\").nullable(),\n is_test: z.boolean().describe(\"Whether this is a test webhook.\").nullable(),\n object_id: z.string().describe(\"Unique identifier for this webhook object.\").nullable(),\n object_owner: z.string().describe(\"The account owner's email address.\").nullable().optional(),\n object_created: z.string().describe(\"Timestamp when the webhook was created (ISO 8601 format).\").nullable().optional(),\n object_updated: z.string().describe(\"Timestamp when the webhook was last updated (ISO 8601 format).\").nullable().optional(),\n}).passthrough().describe(\"Response model containing the updated webhook details.\");\n\nexport const shippoUpdateWebhook = action(\"SHIPPO_UPDATE_WEBHOOK\", {\n slug: \"shippo-update-webhook\",\n name: \"Update Webhook\",\n description: \"Tool to update an existing webhook in Shippo. Use when you need to modify webhook settings such as the event type, URL endpoint, activation status, or test mode flag.\",\n input: ShippoUpdateWebhookInput,\n output: ShippoUpdateWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;CAChH,OAAOA,IAAAA,EAAE,KAAK;EAAC;EAAiB;EAAuB;EAAuB;EAAiB;EAAiB;CAAK,CAAC,CAAC,CAAC,SAAS,6EAA6E;CAC9M,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4FAA4F;CACzH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gFAAgF;CAC9G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;AAClH,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC/D,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACxE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC1E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACtF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wDAAwD;AAElF,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -4,11 +4,11 @@ import { z } from "zod";
|
|
|
4
4
|
declare const ShippoUpdateWebhookInput: z.ZodObject<{
|
|
5
5
|
url: z.ZodString;
|
|
6
6
|
event: z.ZodEnum<{
|
|
7
|
-
|
|
8
|
-
batch_created: "batch_created";
|
|
7
|
+
track_updated: "track_updated";
|
|
9
8
|
transaction_created: "transaction_created";
|
|
10
9
|
transaction_updated: "transaction_updated";
|
|
11
|
-
|
|
10
|
+
batch_created: "batch_created";
|
|
11
|
+
all: "all";
|
|
12
12
|
batch_updated: "batch_updated";
|
|
13
13
|
}>;
|
|
14
14
|
active: z.ZodBoolean;
|
|
@@ -24,14 +24,26 @@ declare const ShippoUpdateWebhookOutput: z.ZodObject<{
|
|
|
24
24
|
object_owner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
25
|
object_created: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
26
|
object_updated: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
|
-
}, z.core.$
|
|
27
|
+
}, z.core.$loose>;
|
|
28
28
|
declare const shippoUpdateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
url: string;
|
|
30
|
-
event: "
|
|
30
|
+
event: "track_updated" | "transaction_created" | "transaction_updated" | "batch_created" | "all" | "batch_updated";
|
|
31
31
|
active: boolean;
|
|
32
32
|
is_test: boolean;
|
|
33
33
|
webhook_id: string;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
accessToken: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
accessToken: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
35
47
|
//#endregion
|
|
36
48
|
export { shippoUpdateWebhook };
|
|
37
49
|
//# sourceMappingURL=update-webhook.d.cts.map
|
|
@@ -4,11 +4,11 @@ import { z } from "zod";
|
|
|
4
4
|
declare const ShippoUpdateWebhookInput: z.ZodObject<{
|
|
5
5
|
url: z.ZodString;
|
|
6
6
|
event: z.ZodEnum<{
|
|
7
|
-
|
|
8
|
-
batch_created: "batch_created";
|
|
7
|
+
track_updated: "track_updated";
|
|
9
8
|
transaction_created: "transaction_created";
|
|
10
9
|
transaction_updated: "transaction_updated";
|
|
11
|
-
|
|
10
|
+
batch_created: "batch_created";
|
|
11
|
+
all: "all";
|
|
12
12
|
batch_updated: "batch_updated";
|
|
13
13
|
}>;
|
|
14
14
|
active: z.ZodBoolean;
|
|
@@ -24,14 +24,26 @@ declare const ShippoUpdateWebhookOutput: z.ZodObject<{
|
|
|
24
24
|
object_owner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
25
|
object_created: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
26
|
object_updated: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
|
-
}, z.core.$
|
|
27
|
+
}, z.core.$loose>;
|
|
28
28
|
declare const shippoUpdateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
url: string;
|
|
30
|
-
event: "
|
|
30
|
+
event: "track_updated" | "transaction_created" | "transaction_updated" | "batch_created" | "all" | "batch_updated";
|
|
31
31
|
active: boolean;
|
|
32
32
|
is_test: boolean;
|
|
33
33
|
webhook_id: string;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
accessToken: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
accessToken: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
35
47
|
//#endregion
|
|
36
48
|
export { shippoUpdateWebhook };
|
|
37
49
|
//# sourceMappingURL=update-webhook.d.mts.map
|
|
@@ -27,7 +27,7 @@ const shippoUpdateWebhook = action("SHIPPO_UPDATE_WEBHOOK", {
|
|
|
27
27
|
object_owner: z.string().describe("The account owner's email address.").nullable().optional(),
|
|
28
28
|
object_created: z.string().describe("Timestamp when the webhook was created (ISO 8601 format).").nullable().optional(),
|
|
29
29
|
object_updated: z.string().describe("Timestamp when the webhook was last updated (ISO 8601 format).").nullable().optional()
|
|
30
|
-
}).describe("Response model containing the updated webhook details.")
|
|
30
|
+
}).passthrough().describe("Response model containing the updated webhook details.")
|
|
31
31
|
});
|
|
32
32
|
//#endregion
|
|
33
33
|
export { shippoUpdateWebhook };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-webhook.mjs","names":[],"sources":["../../src/actions/update-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoUpdateWebhookInput = z.object({\n url: z.string().describe(\"The webhook URL endpoint where notifications will be sent. Must be a valid HTTPS URL.\"),\n event: z.enum([\"batch_created\", \"transaction_created\", \"transaction_updated\", \"track_updated\", \"batch_updated\", \"all\"]).describe(\"The webhook event type to listen for. Use 'all' to receive all event types.\"),\n active: z.boolean().describe(\"Whether the webhook should be active or inactive. Set to true to enable, false to disable.\"),\n is_test: z.boolean().describe(\"Whether this is a test webhook. Set to true for testing, false for production.\"),\n webhook_id: z.string().describe(\"Object ID of the webhook to update (e.g., '7c190fc9a7e1473dbf59c861b535e3d5').\"),\n}).describe(\"Request model for updating an existing webhook in Shippo.\");\nexport const ShippoUpdateWebhookOutput = z.object({\n url: z.string().describe(\"The webhook URL endpoint.\").nullable(),\n event: z.string().describe(\"The webhook event type.\").nullable(),\n active: z.boolean().describe(\"Whether the webhook is active.\").nullable(),\n is_test: z.boolean().describe(\"Whether this is a test webhook.\").nullable(),\n object_id: z.string().describe(\"Unique identifier for this webhook object.\").nullable(),\n object_owner: z.string().describe(\"The account owner's email address.\").nullable().optional(),\n object_created: z.string().describe(\"Timestamp when the webhook was created (ISO 8601 format).\").nullable().optional(),\n object_updated: z.string().describe(\"Timestamp when the webhook was last updated (ISO 8601 format).\").nullable().optional(),\n}).describe(\"Response model containing the updated webhook details.\");\n\nexport const shippoUpdateWebhook = action(\"SHIPPO_UPDATE_WEBHOOK\", {\n slug: \"shippo-update-webhook\",\n name: \"Update Webhook\",\n description: \"Tool to update an existing webhook in Shippo. Use when you need to modify webhook settings such as the event type, URL endpoint, activation status, or test mode flag.\",\n input: ShippoUpdateWebhookInput,\n output: ShippoUpdateWebhookOutput,\n});\n"],"mappings":";;AAsBA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtBsC,EAAE,OAAO;EAC/C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;EAChH,OAAO,EAAE,KAAK;GAAC;GAAiB;GAAuB;GAAuB;GAAiB;GAAiB;EAAK,CAAC,CAAC,CAAC,SAAS,6EAA6E;EAC9M,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,4FAA4F;EACzH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gFAAgF;EAC9G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;CAClH,CAAC,CAAC,CAAC,SAAS,2DAgBH;CACP,QAhBuC,EAAE,OAAO;EAChD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EAC/D,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACxE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EAC1E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACtF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"update-webhook.mjs","names":[],"sources":["../../src/actions/update-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoUpdateWebhookInput = z.object({\n url: z.string().describe(\"The webhook URL endpoint where notifications will be sent. Must be a valid HTTPS URL.\"),\n event: z.enum([\"batch_created\", \"transaction_created\", \"transaction_updated\", \"track_updated\", \"batch_updated\", \"all\"]).describe(\"The webhook event type to listen for. Use 'all' to receive all event types.\"),\n active: z.boolean().describe(\"Whether the webhook should be active or inactive. Set to true to enable, false to disable.\"),\n is_test: z.boolean().describe(\"Whether this is a test webhook. Set to true for testing, false for production.\"),\n webhook_id: z.string().describe(\"Object ID of the webhook to update (e.g., '7c190fc9a7e1473dbf59c861b535e3d5').\"),\n}).describe(\"Request model for updating an existing webhook in Shippo.\");\nexport const ShippoUpdateWebhookOutput = z.object({\n url: z.string().describe(\"The webhook URL endpoint.\").nullable(),\n event: z.string().describe(\"The webhook event type.\").nullable(),\n active: z.boolean().describe(\"Whether the webhook is active.\").nullable(),\n is_test: z.boolean().describe(\"Whether this is a test webhook.\").nullable(),\n object_id: z.string().describe(\"Unique identifier for this webhook object.\").nullable(),\n object_owner: z.string().describe(\"The account owner's email address.\").nullable().optional(),\n object_created: z.string().describe(\"Timestamp when the webhook was created (ISO 8601 format).\").nullable().optional(),\n object_updated: z.string().describe(\"Timestamp when the webhook was last updated (ISO 8601 format).\").nullable().optional(),\n}).passthrough().describe(\"Response model containing the updated webhook details.\");\n\nexport const shippoUpdateWebhook = action(\"SHIPPO_UPDATE_WEBHOOK\", {\n slug: \"shippo-update-webhook\",\n name: \"Update Webhook\",\n description: \"Tool to update an existing webhook in Shippo. Use when you need to modify webhook settings such as the event type, URL endpoint, activation status, or test mode flag.\",\n input: ShippoUpdateWebhookInput,\n output: ShippoUpdateWebhookOutput,\n});\n"],"mappings":";;AAsBA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtBsC,EAAE,OAAO;EAC/C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;EAChH,OAAO,EAAE,KAAK;GAAC;GAAiB;GAAuB;GAAuB;GAAiB;GAAiB;EAAK,CAAC,CAAC,CAAC,SAAS,6EAA6E;EAC9M,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,4FAA4F;EACzH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gFAAgF;EAC9G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;CAClH,CAAC,CAAC,CAAC,SAAS,2DAgBH;CACP,QAhBuC,EAAE,OAAO;EAChD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EAC/D,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EACxE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EAC1E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACtF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wDAOhB;AACV,CAAC"}
|
|
@@ -10,11 +10,11 @@ const ShippoValidateAddress_ValidationMessageSchema = zod.z.object({
|
|
|
10
10
|
text: zod.z.string().describe("Human-readable text of the validation message.").nullable().optional(),
|
|
11
11
|
type: zod.z.string().describe("Type of the message (e.g., 'warning', 'error', 'info').").nullable().optional(),
|
|
12
12
|
source: zod.z.string().describe("Source of the validation message.").nullable().optional()
|
|
13
|
-
}).describe("Model for a single validation message.");
|
|
13
|
+
}).passthrough().describe("Model for a single validation message.");
|
|
14
14
|
const ShippoValidateAddress_ValidationResultsSchema = zod.z.object({
|
|
15
15
|
is_valid: zod.z.boolean().describe("Indicates whether the address is valid according to the validation service.").nullable().optional(),
|
|
16
16
|
messages: zod.z.array(ShippoValidateAddress_ValidationMessageSchema).describe("List of validation messages, warnings, or errors from the validation service.").nullable().optional()
|
|
17
|
-
}).describe("Model for address validation results.");
|
|
17
|
+
}).passthrough().describe("Model for address validation results.");
|
|
18
18
|
const ShippoValidateAddressOutput = zod.z.object({
|
|
19
19
|
zip: zod.z.string().describe("Postal or ZIP code.").nullable().optional(),
|
|
20
20
|
city: zod.z.string().describe("City name.").nullable().optional(),
|
|
@@ -37,7 +37,7 @@ const ShippoValidateAddressOutput = zod.z.object({
|
|
|
37
37
|
object_created: zod.z.string().describe("Timestamp when the address object was created.").nullable().optional(),
|
|
38
38
|
object_updated: zod.z.string().describe("Timestamp when the address object was last updated.").nullable().optional(),
|
|
39
39
|
validation_results: ShippoValidateAddress_ValidationResultsSchema.nullable().optional()
|
|
40
|
-
}).describe("Response model returned after validating an address.");
|
|
40
|
+
}).passthrough().describe("Response model returned after validating an address.");
|
|
41
41
|
const shippoValidateAddress = require_action.action("SHIPPO_VALIDATE_ADDRESS", {
|
|
42
42
|
slug: "shippo-validate-address",
|
|
43
43
|
name: "Validate Address",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate-address.cjs","names":["z","action"],"sources":["../../src/actions/validate-address.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoValidateAddressInput = z.object({\n address_id: z.string().describe(\"Object ID of the address to validate. This is the unique identifier returned when an address was created.\"),\n shippo_api_version: z.string().describe(\"Optional API version string to use a non-default API version. If not provided, the default API version will be used.\").optional(),\n}).describe(\"Request model for validating an address via the Shippo API.\");\nconst ShippoValidateAddress_ValidationMessageSchema = z.object({\n code: z.string().describe(\"Code identifying the type of validation message.\").nullable().optional(),\n text: z.string().describe(\"Human-readable text of the validation message.\").nullable().optional(),\n type: z.string().describe(\"Type of the message (e.g., 'warning', 'error', 'info').\").nullable().optional(),\n source: z.string().describe(\"Source of the validation message.\").nullable().optional(),\n}).describe(\"Model for a single validation message.\");\nconst ShippoValidateAddress_ValidationResultsSchema = z.object({\n is_valid: z.boolean().describe(\"Indicates whether the address is valid according to the validation service.\").nullable().optional(),\n messages: z.array(ShippoValidateAddress_ValidationMessageSchema).describe(\"List of validation messages, warnings, or errors from the validation service.\").nullable().optional(),\n}).describe(\"Model for address validation results.\");\nexport const ShippoValidateAddressOutput = z.object({\n zip: z.string().describe(\"Postal or ZIP code.\").nullable().optional(),\n city: z.string().describe(\"City name.\").nullable().optional(),\n name: z.string().describe(\"Name associated with the address.\").nullable().optional(),\n test: z.boolean().describe(\"Indicates whether this is a test address.\").nullable().optional(),\n email: z.string().describe(\"Email address associated with the address.\").nullable().optional(),\n phone: z.string().describe(\"Phone number associated with the address.\").nullable().optional(),\n state: z.string().describe(\"State or province code.\").nullable().optional(),\n company: z.string().describe(\"Company name associated with the address.\").nullable().optional(),\n country: z.string().describe(\"ISO 3166-1 alpha-2 country code (e.g., 'US', 'CA', 'GB').\").nullable(),\n street1: z.string().describe(\"First line of the street address.\").nullable().optional(),\n street2: z.string().describe(\"Second line of the street address (e.g., apartment, suite number).\").nullable().optional(),\n street3: z.string().describe(\"Third line of the street address.\").nullable().optional(),\n metadata: z.string().describe(\"Custom metadata string associated with the address.\").nullable().optional(),\n object_id: z.string().describe(\"Unique identifier for the address object.\").nullable().optional(),\n street_no: z.string().describe(\"Street number.\").nullable().optional(),\n is_complete: z.boolean().describe(\"Indicates whether the address contains all required fields.\").nullable().optional(),\n object_owner: z.string().describe(\"Owner of the address object.\").nullable().optional(),\n is_residential: z.boolean().describe(\"Indicates whether the address is residential (True) or commercial (False).\").nullable().optional(),\n object_created: z.string().describe(\"Timestamp when the address object was created.\").nullable().optional(),\n object_updated: z.string().describe(\"Timestamp when the address object was last updated.\").nullable().optional(),\n validation_results: ShippoValidateAddress_ValidationResultsSchema.nullable().optional(),\n}).describe(\"Response model returned after validating an address.\");\n\nexport const shippoValidateAddress = action(\"SHIPPO_VALIDATE_ADDRESS\", {\n slug: \"shippo-validate-address\",\n name: \"Validate Address\",\n description: \"Tool to validate an address using the Shippo API. Use when you need to verify that a shipping address is valid and complete before creating a shipment.\",\n input: ShippoValidateAddressInput,\n output: ShippoValidateAddressOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G;CAC3I,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS;AAC3K,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,gDAAgDA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,wCAAwC;
|
|
1
|
+
{"version":3,"file":"validate-address.cjs","names":["z","action"],"sources":["../../src/actions/validate-address.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShippoValidateAddressInput = z.object({\n address_id: z.string().describe(\"Object ID of the address to validate. This is the unique identifier returned when an address was created.\"),\n shippo_api_version: z.string().describe(\"Optional API version string to use a non-default API version. If not provided, the default API version will be used.\").optional(),\n}).describe(\"Request model for validating an address via the Shippo API.\");\nconst ShippoValidateAddress_ValidationMessageSchema = z.object({\n code: z.string().describe(\"Code identifying the type of validation message.\").nullable().optional(),\n text: z.string().describe(\"Human-readable text of the validation message.\").nullable().optional(),\n type: z.string().describe(\"Type of the message (e.g., 'warning', 'error', 'info').\").nullable().optional(),\n source: z.string().describe(\"Source of the validation message.\").nullable().optional(),\n}).passthrough().describe(\"Model for a single validation message.\");\nconst ShippoValidateAddress_ValidationResultsSchema = z.object({\n is_valid: z.boolean().describe(\"Indicates whether the address is valid according to the validation service.\").nullable().optional(),\n messages: z.array(ShippoValidateAddress_ValidationMessageSchema).describe(\"List of validation messages, warnings, or errors from the validation service.\").nullable().optional(),\n}).passthrough().describe(\"Model for address validation results.\");\nexport const ShippoValidateAddressOutput = z.object({\n zip: z.string().describe(\"Postal or ZIP code.\").nullable().optional(),\n city: z.string().describe(\"City name.\").nullable().optional(),\n name: z.string().describe(\"Name associated with the address.\").nullable().optional(),\n test: z.boolean().describe(\"Indicates whether this is a test address.\").nullable().optional(),\n email: z.string().describe(\"Email address associated with the address.\").nullable().optional(),\n phone: z.string().describe(\"Phone number associated with the address.\").nullable().optional(),\n state: z.string().describe(\"State or province code.\").nullable().optional(),\n company: z.string().describe(\"Company name associated with the address.\").nullable().optional(),\n country: z.string().describe(\"ISO 3166-1 alpha-2 country code (e.g., 'US', 'CA', 'GB').\").nullable(),\n street1: z.string().describe(\"First line of the street address.\").nullable().optional(),\n street2: z.string().describe(\"Second line of the street address (e.g., apartment, suite number).\").nullable().optional(),\n street3: z.string().describe(\"Third line of the street address.\").nullable().optional(),\n metadata: z.string().describe(\"Custom metadata string associated with the address.\").nullable().optional(),\n object_id: z.string().describe(\"Unique identifier for the address object.\").nullable().optional(),\n street_no: z.string().describe(\"Street number.\").nullable().optional(),\n is_complete: z.boolean().describe(\"Indicates whether the address contains all required fields.\").nullable().optional(),\n object_owner: z.string().describe(\"Owner of the address object.\").nullable().optional(),\n is_residential: z.boolean().describe(\"Indicates whether the address is residential (True) or commercial (False).\").nullable().optional(),\n object_created: z.string().describe(\"Timestamp when the address object was created.\").nullable().optional(),\n object_updated: z.string().describe(\"Timestamp when the address object was last updated.\").nullable().optional(),\n validation_results: ShippoValidateAddress_ValidationResultsSchema.nullable().optional(),\n}).passthrough().describe(\"Response model returned after validating an address.\");\n\nexport const shippoValidateAddress = action(\"SHIPPO_VALIDATE_ADDRESS\", {\n slug: \"shippo-validate-address\",\n name: \"Validate Address\",\n description: \"Tool to validate an address using the Shippo API. Use when you need to verify that a shipping address is valid and complete before creating a shipment.\",\n input: ShippoValidateAddressInput,\n output: ShippoValidateAddressOutput,\n});\n"],"mappings":"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"}
|
|
@@ -33,13 +33,25 @@ declare const ShippoValidateAddressOutput: z.ZodObject<{
|
|
|
33
33
|
text: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
34
|
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
35
|
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
-
}, z.core.$
|
|
37
|
-
}, z.core.$
|
|
38
|
-
}, z.core.$
|
|
36
|
+
}, z.core.$loose>>>>;
|
|
37
|
+
}, z.core.$loose>>>;
|
|
38
|
+
}, z.core.$loose>;
|
|
39
39
|
declare const shippoValidateAddress: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
40
40
|
address_id: string;
|
|
41
41
|
shippo_api_version?: string | undefined;
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
accessToken: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"shippo", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
accessToken: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
43
55
|
//#endregion
|
|
44
56
|
export { shippoValidateAddress };
|
|
45
57
|
//# sourceMappingURL=validate-address.d.cts.map
|