@keystrokehq/paypal 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/activate-plan.cjs +1 -1
- package/dist/actions/activate-plan.cjs.map +1 -1
- package/dist/actions/activate-plan.d.cts +14 -2
- package/dist/actions/activate-plan.d.mts +14 -2
- package/dist/actions/activate-plan.mjs +1 -1
- package/dist/actions/activate-plan.mjs.map +1 -1
- package/dist/actions/add-batch-trackers.cjs +5 -5
- package/dist/actions/add-batch-trackers.cjs.map +1 -1
- package/dist/actions/add-batch-trackers.d.cts +21 -8
- package/dist/actions/add-batch-trackers.d.mts +21 -8
- package/dist/actions/add-batch-trackers.mjs +5 -5
- package/dist/actions/add-batch-trackers.mjs.map +1 -1
- package/dist/actions/authorize-order.cjs +16 -16
- package/dist/actions/authorize-order.cjs.map +1 -1
- package/dist/actions/authorize-order.d.cts +34 -22
- package/dist/actions/authorize-order.d.cts.map +1 -1
- package/dist/actions/authorize-order.d.mts +34 -22
- package/dist/actions/authorize-order.d.mts.map +1 -1
- package/dist/actions/authorize-order.mjs +16 -16
- package/dist/actions/authorize-order.mjs.map +1 -1
- package/dist/actions/cancel-invoice.cjs +3 -3
- package/dist/actions/cancel-invoice.cjs.map +1 -1
- package/dist/actions/cancel-invoice.d.cts +16 -4
- package/dist/actions/cancel-invoice.d.mts +16 -4
- package/dist/actions/cancel-invoice.mjs +3 -3
- package/dist/actions/cancel-invoice.mjs.map +1 -1
- package/dist/actions/cancel-reminders.cjs +3 -3
- package/dist/actions/cancel-reminders.cjs.map +1 -1
- package/dist/actions/cancel-reminders.d.cts +16 -4
- package/dist/actions/cancel-reminders.d.mts +16 -4
- package/dist/actions/cancel-reminders.mjs +3 -3
- package/dist/actions/cancel-reminders.mjs.map +1 -1
- package/dist/actions/capture-subscription-payment.cjs +9 -9
- package/dist/actions/capture-subscription-payment.cjs.map +1 -1
- package/dist/actions/capture-subscription-payment.d.cts +23 -11
- package/dist/actions/capture-subscription-payment.d.mts +23 -11
- package/dist/actions/capture-subscription-payment.mjs +9 -9
- package/dist/actions/capture-subscription-payment.mjs.map +1 -1
- package/dist/actions/charge-payment-method.cjs +1 -1
- package/dist/actions/charge-payment-method.cjs.map +1 -1
- package/dist/actions/charge-payment-method.d.cts +14 -2
- package/dist/actions/charge-payment-method.d.cts.map +1 -1
- package/dist/actions/charge-payment-method.d.mts +14 -2
- package/dist/actions/charge-payment-method.d.mts.map +1 -1
- package/dist/actions/charge-payment-method.mjs +1 -1
- package/dist/actions/charge-payment-method.mjs.map +1 -1
- package/dist/actions/create-invoice.cjs +22 -22
- package/dist/actions/create-invoice.cjs.map +1 -1
- package/dist/actions/create-invoice.d.cts +49 -34
- package/dist/actions/create-invoice.d.mts +49 -34
- package/dist/actions/create-invoice.mjs +22 -22
- package/dist/actions/create-invoice.mjs.map +1 -1
- package/dist/actions/create-payment.cjs +31 -31
- package/dist/actions/create-payment.cjs.map +1 -1
- package/dist/actions/create-payment.d.cts +55 -39
- package/dist/actions/create-payment.d.mts +55 -39
- package/dist/actions/create-payment.mjs +31 -31
- package/dist/actions/create-payment.mjs.map +1 -1
- package/dist/actions/create-payments-billing-plans.cjs +8 -8
- package/dist/actions/create-payments-billing-plans.cjs.map +1 -1
- package/dist/actions/create-payments-billing-plans.d.cts +24 -10
- package/dist/actions/create-payments-billing-plans.d.mts +24 -10
- package/dist/actions/create-payments-billing-plans.mjs +8 -8
- package/dist/actions/create-payments-billing-plans.mjs.map +1 -1
- package/dist/actions/create-plan.cjs +12 -12
- package/dist/actions/create-plan.cjs.map +1 -1
- package/dist/actions/create-plan.d.cts +27 -14
- package/dist/actions/create-plan.d.cts.map +1 -1
- package/dist/actions/create-plan.d.mts +27 -14
- package/dist/actions/create-plan.d.mts.map +1 -1
- package/dist/actions/create-plan.mjs +12 -12
- package/dist/actions/create-plan.mjs.map +1 -1
- package/dist/actions/create-product.cjs +2 -2
- package/dist/actions/create-product.cjs.map +1 -1
- package/dist/actions/create-product.d.cts +15 -3
- package/dist/actions/create-product.d.mts +15 -3
- package/dist/actions/create-product.mjs +2 -2
- package/dist/actions/create-product.mjs.map +1 -1
- package/dist/actions/create-subscription.cjs +15 -15
- package/dist/actions/create-subscription.cjs.map +1 -1
- package/dist/actions/create-subscription.d.cts +34 -21
- package/dist/actions/create-subscription.d.mts +34 -21
- package/dist/actions/create-subscription.mjs +15 -15
- package/dist/actions/create-subscription.mjs.map +1 -1
- package/dist/actions/create-template.cjs +25 -25
- package/dist/actions/create-template.cjs.map +1 -1
- package/dist/actions/create-template.d.cts +49 -31
- package/dist/actions/create-template.d.mts +49 -31
- package/dist/actions/create-template.mjs +25 -25
- package/dist/actions/create-template.mjs.map +1 -1
- package/dist/actions/create-web-profile.cjs +5 -5
- package/dist/actions/create-web-profile.cjs.map +1 -1
- package/dist/actions/create-web-profile.d.cts +18 -6
- package/dist/actions/create-web-profile.d.mts +18 -6
- package/dist/actions/create-web-profile.mjs +5 -5
- package/dist/actions/create-web-profile.mjs.map +1 -1
- package/dist/actions/create-webhook-lookup.cjs +2 -2
- package/dist/actions/create-webhook-lookup.cjs.map +1 -1
- package/dist/actions/create-webhook-lookup.d.cts +15 -3
- package/dist/actions/create-webhook-lookup.d.cts.map +1 -1
- package/dist/actions/create-webhook-lookup.d.mts +15 -3
- package/dist/actions/create-webhook-lookup.d.mts.map +1 -1
- package/dist/actions/create-webhook-lookup.mjs +2 -2
- package/dist/actions/create-webhook-lookup.mjs.map +1 -1
- package/dist/actions/create-webhook.cjs +4 -4
- package/dist/actions/create-webhook.cjs.map +1 -1
- package/dist/actions/create-webhook.d.cts +18 -5
- package/dist/actions/create-webhook.d.mts +18 -5
- package/dist/actions/create-webhook.mjs +4 -4
- package/dist/actions/create-webhook.mjs.map +1 -1
- package/dist/actions/deactivate-plan.cjs +1 -1
- package/dist/actions/deactivate-plan.cjs.map +1 -1
- package/dist/actions/deactivate-plan.d.cts +14 -2
- package/dist/actions/deactivate-plan.d.mts +14 -2
- package/dist/actions/deactivate-plan.mjs +1 -1
- package/dist/actions/deactivate-plan.mjs.map +1 -1
- package/dist/actions/delete-external-payment.cjs +1 -1
- package/dist/actions/delete-external-payment.cjs.map +1 -1
- package/dist/actions/delete-external-payment.d.cts +14 -2
- package/dist/actions/delete-external-payment.d.mts +14 -2
- package/dist/actions/delete-external-payment.mjs +1 -1
- package/dist/actions/delete-external-payment.mjs.map +1 -1
- package/dist/actions/delete-invoice-payment-record.cjs +1 -1
- package/dist/actions/delete-invoice-payment-record.cjs.map +1 -1
- package/dist/actions/delete-invoice-payment-record.d.cts +14 -2
- package/dist/actions/delete-invoice-payment-record.d.mts +14 -2
- package/dist/actions/delete-invoice-payment-record.mjs +1 -1
- package/dist/actions/delete-invoice-payment-record.mjs.map +1 -1
- package/dist/actions/delete-invoice-refund-record.cjs +1 -1
- package/dist/actions/delete-invoice-refund-record.cjs.map +1 -1
- package/dist/actions/delete-invoice-refund-record.d.cts +14 -2
- package/dist/actions/delete-invoice-refund-record.d.mts +14 -2
- package/dist/actions/delete-invoice-refund-record.mjs +1 -1
- package/dist/actions/delete-invoice-refund-record.mjs.map +1 -1
- package/dist/actions/delete-invoice.cjs +3 -3
- package/dist/actions/delete-invoice.cjs.map +1 -1
- package/dist/actions/delete-invoice.d.cts +16 -4
- package/dist/actions/delete-invoice.d.mts +16 -4
- package/dist/actions/delete-invoice.mjs +3 -3
- package/dist/actions/delete-invoice.mjs.map +1 -1
- package/dist/actions/delete-payment-resource.cjs +1 -1
- package/dist/actions/delete-payment-resource.cjs.map +1 -1
- package/dist/actions/delete-payment-resource.d.cts +14 -2
- package/dist/actions/delete-payment-resource.d.mts +14 -2
- package/dist/actions/delete-payment-resource.mjs +1 -1
- package/dist/actions/delete-payment-resource.mjs.map +1 -1
- package/dist/actions/delete-template.cjs +3 -3
- package/dist/actions/delete-template.cjs.map +1 -1
- package/dist/actions/delete-template.d.cts +16 -4
- package/dist/actions/delete-template.d.mts +16 -4
- package/dist/actions/delete-template.mjs +3 -3
- package/dist/actions/delete-template.mjs.map +1 -1
- package/dist/actions/delete-web-profile.cjs +1 -1
- package/dist/actions/delete-web-profile.cjs.map +1 -1
- package/dist/actions/delete-web-profile.d.cts +14 -2
- package/dist/actions/delete-web-profile.d.mts +14 -2
- package/dist/actions/delete-web-profile.mjs +1 -1
- package/dist/actions/delete-web-profile.mjs.map +1 -1
- package/dist/actions/delete-webhook.cjs +3 -3
- package/dist/actions/delete-webhook.cjs.map +1 -1
- package/dist/actions/delete-webhook.d.cts +16 -4
- package/dist/actions/delete-webhook.d.mts +16 -4
- package/dist/actions/delete-webhook.mjs +3 -3
- package/dist/actions/delete-webhook.mjs.map +1 -1
- package/dist/actions/fetch-node.cjs +5 -5
- package/dist/actions/fetch-node.cjs.map +1 -1
- package/dist/actions/fetch-node.d.cts +18 -6
- package/dist/actions/fetch-node.d.mts +18 -6
- package/dist/actions/fetch-node.mjs +5 -5
- package/dist/actions/fetch-node.mjs.map +1 -1
- package/dist/actions/finalize-pay-pal-braintree-dispute.cjs +3 -3
- package/dist/actions/finalize-pay-pal-braintree-dispute.cjs.map +1 -1
- package/dist/actions/finalize-pay-pal-braintree-dispute.d.cts +16 -4
- package/dist/actions/finalize-pay-pal-braintree-dispute.d.mts +16 -4
- package/dist/actions/finalize-pay-pal-braintree-dispute.mjs +3 -3
- package/dist/actions/finalize-pay-pal-braintree-dispute.mjs.map +1 -1
- package/dist/actions/find-eligible-methods.cjs +7 -7
- package/dist/actions/find-eligible-methods.cjs.map +1 -1
- package/dist/actions/find-eligible-methods.d.cts +24 -11
- package/dist/actions/find-eligible-methods.d.mts +24 -11
- package/dist/actions/find-eligible-methods.mjs +7 -7
- package/dist/actions/find-eligible-methods.mjs.map +1 -1
- package/dist/actions/generate-client-token.cjs +1 -1
- package/dist/actions/generate-client-token.cjs.map +1 -1
- package/dist/actions/generate-client-token.d.cts +14 -2
- package/dist/actions/generate-client-token.d.cts.map +1 -1
- package/dist/actions/generate-client-token.d.mts +14 -2
- package/dist/actions/generate-client-token.d.mts.map +1 -1
- package/dist/actions/generate-client-token.mjs +1 -1
- package/dist/actions/generate-client-token.mjs.map +1 -1
- package/dist/actions/generate-next-invoice-number-v2.cjs +1 -1
- package/dist/actions/generate-next-invoice-number-v2.cjs.map +1 -1
- package/dist/actions/generate-next-invoice-number-v2.d.cts +14 -2
- package/dist/actions/generate-next-invoice-number-v2.d.mts +14 -2
- package/dist/actions/generate-next-invoice-number-v2.mjs +1 -1
- package/dist/actions/generate-next-invoice-number-v2.mjs.map +1 -1
- package/dist/actions/generate-next-invoice-number.cjs +1 -1
- package/dist/actions/generate-next-invoice-number.cjs.map +1 -1
- package/dist/actions/generate-next-invoice-number.d.cts +14 -2
- package/dist/actions/generate-next-invoice-number.d.cts.map +1 -1
- package/dist/actions/generate-next-invoice-number.d.mts +14 -2
- package/dist/actions/generate-next-invoice-number.d.mts.map +1 -1
- package/dist/actions/generate-next-invoice-number.mjs +1 -1
- package/dist/actions/generate-next-invoice-number.mjs.map +1 -1
- package/dist/actions/generate-qr-code.cjs +4 -4
- package/dist/actions/generate-qr-code.cjs.map +1 -1
- package/dist/actions/generate-qr-code.d.cts +17 -5
- package/dist/actions/generate-qr-code.d.mts +17 -5
- package/dist/actions/generate-qr-code.mjs +4 -4
- package/dist/actions/generate-qr-code.mjs.map +1 -1
- package/dist/actions/get-billing-subscriptions.cjs +10 -10
- package/dist/actions/get-billing-subscriptions.cjs.map +1 -1
- package/dist/actions/get-billing-subscriptions.d.cts +24 -12
- package/dist/actions/get-billing-subscriptions.d.mts +24 -12
- package/dist/actions/get-billing-subscriptions.mjs +10 -10
- package/dist/actions/get-billing-subscriptions.mjs.map +1 -1
- package/dist/actions/get-invoice.cjs +24 -24
- package/dist/actions/get-invoice.cjs.map +1 -1
- package/dist/actions/get-invoice.d.cts +45 -33
- package/dist/actions/get-invoice.d.mts +45 -33
- package/dist/actions/get-invoice.mjs +24 -24
- package/dist/actions/get-invoice.mjs.map +1 -1
- package/dist/actions/get-invoicing-invoices-qr-code.cjs +2 -2
- package/dist/actions/get-invoicing-invoices-qr-code.cjs.map +1 -1
- package/dist/actions/get-invoicing-invoices-qr-code.d.cts +15 -3
- package/dist/actions/get-invoicing-invoices-qr-code.d.mts +15 -3
- package/dist/actions/get-invoicing-invoices-qr-code.mjs +2 -2
- package/dist/actions/get-invoicing-invoices-qr-code.mjs.map +1 -1
- package/dist/actions/get-invoicing-template.cjs +20 -20
- package/dist/actions/get-invoicing-template.cjs.map +1 -1
- package/dist/actions/get-invoicing-template.d.cts +42 -30
- package/dist/actions/get-invoicing-template.d.mts +42 -30
- package/dist/actions/get-invoicing-template.mjs +20 -20
- package/dist/actions/get-invoicing-template.mjs.map +1 -1
- package/dist/actions/get-order.cjs +16 -16
- package/dist/actions/get-order.cjs.map +1 -1
- package/dist/actions/get-order.d.cts +37 -25
- package/dist/actions/get-order.d.mts +37 -25
- package/dist/actions/get-order.mjs +16 -16
- package/dist/actions/get-order.mjs.map +1 -1
- package/dist/actions/get-payment.cjs +14 -14
- package/dist/actions/get-payment.cjs.map +1 -1
- package/dist/actions/get-payment.d.cts +35 -23
- package/dist/actions/get-payment.d.mts +35 -23
- package/dist/actions/get-payment.mjs +14 -14
- package/dist/actions/get-payment.mjs.map +1 -1
- package/dist/actions/get-payments-refund.cjs +3 -3
- package/dist/actions/get-payments-refund.cjs.map +1 -1
- package/dist/actions/get-payments-refund.d.cts +16 -4
- package/dist/actions/get-payments-refund.d.mts +16 -4
- package/dist/actions/get-payments-refund.mjs +3 -3
- package/dist/actions/get-payments-refund.mjs.map +1 -1
- package/dist/actions/get-plan.cjs +11 -11
- package/dist/actions/get-plan.cjs.map +1 -1
- package/dist/actions/get-plan.d.cts +24 -12
- package/dist/actions/get-plan.d.mts +24 -12
- package/dist/actions/get-plan.mjs +11 -11
- package/dist/actions/get-plan.mjs.map +1 -1
- package/dist/actions/get-product.cjs +2 -2
- package/dist/actions/get-product.cjs.map +1 -1
- package/dist/actions/get-product.d.cts +15 -3
- package/dist/actions/get-product.d.mts +15 -3
- package/dist/actions/get-product.mjs +2 -2
- package/dist/actions/get-product.mjs.map +1 -1
- package/dist/actions/get-subscription.cjs +10 -10
- package/dist/actions/get-subscription.cjs.map +1 -1
- package/dist/actions/get-subscription.d.cts +26 -14
- package/dist/actions/get-subscription.d.mts +26 -14
- package/dist/actions/get-subscription.mjs +10 -10
- package/dist/actions/get-subscription.mjs.map +1 -1
- package/dist/actions/get-user-info.cjs +3 -3
- package/dist/actions/get-user-info.cjs.map +1 -1
- package/dist/actions/get-user-info.d.cts +16 -4
- package/dist/actions/get-user-info.d.mts +16 -4
- package/dist/actions/get-user-info.mjs +3 -3
- package/dist/actions/get-user-info.mjs.map +1 -1
- package/dist/actions/get-userinfo.cjs +3 -3
- package/dist/actions/get-userinfo.cjs.map +1 -1
- package/dist/actions/get-userinfo.d.cts +16 -4
- package/dist/actions/get-userinfo.d.mts +16 -4
- package/dist/actions/get-userinfo.mjs +3 -3
- package/dist/actions/get-userinfo.mjs.map +1 -1
- package/dist/actions/get-web-profile.cjs +4 -4
- package/dist/actions/get-web-profile.cjs.map +1 -1
- package/dist/actions/get-web-profile.d.cts +17 -5
- package/dist/actions/get-web-profile.d.mts +17 -5
- package/dist/actions/get-web-profile.mjs +4 -4
- package/dist/actions/get-web-profile.mjs.map +1 -1
- package/dist/actions/get-webhook-lookup.cjs +2 -2
- package/dist/actions/get-webhook-lookup.cjs.map +1 -1
- package/dist/actions/get-webhook-lookup.d.cts +15 -3
- package/dist/actions/get-webhook-lookup.d.mts +15 -3
- package/dist/actions/get-webhook-lookup.mjs +2 -2
- package/dist/actions/get-webhook-lookup.mjs.map +1 -1
- package/dist/actions/get-webhook.cjs +4 -4
- package/dist/actions/get-webhook.cjs.map +1 -1
- package/dist/actions/get-webhook.d.cts +17 -5
- package/dist/actions/get-webhook.d.mts +17 -5
- package/dist/actions/get-webhook.mjs +4 -4
- package/dist/actions/get-webhook.mjs.map +1 -1
- package/dist/actions/list-disputes.cjs +5 -5
- package/dist/actions/list-disputes.cjs.map +1 -1
- package/dist/actions/list-disputes.d.cts +19 -7
- package/dist/actions/list-disputes.d.mts +19 -7
- package/dist/actions/list-disputes.mjs +5 -5
- package/dist/actions/list-disputes.mjs.map +1 -1
- package/dist/actions/list-invoices.cjs +15 -15
- package/dist/actions/list-invoices.cjs.map +1 -1
- package/dist/actions/list-invoices.d.cts +32 -20
- package/dist/actions/list-invoices.d.mts +32 -20
- package/dist/actions/list-invoices.mjs +15 -15
- package/dist/actions/list-invoices.mjs.map +1 -1
- package/dist/actions/list-legacy-billing-plans.cjs +7 -7
- package/dist/actions/list-legacy-billing-plans.cjs.map +1 -1
- package/dist/actions/list-legacy-billing-plans.d.cts +22 -10
- package/dist/actions/list-legacy-billing-plans.d.mts +22 -10
- package/dist/actions/list-legacy-billing-plans.mjs +7 -7
- package/dist/actions/list-legacy-billing-plans.mjs.map +1 -1
- package/dist/actions/list-payments.cjs +20 -20
- package/dist/actions/list-payments.cjs.map +1 -1
- package/dist/actions/list-payments.d.cts +40 -28
- package/dist/actions/list-payments.d.mts +40 -28
- package/dist/actions/list-payments.mjs +20 -20
- package/dist/actions/list-payments.mjs.map +1 -1
- package/dist/actions/list-plans.cjs +8 -8
- package/dist/actions/list-plans.cjs.map +1 -1
- package/dist/actions/list-plans.d.cts +22 -10
- package/dist/actions/list-plans.d.mts +22 -10
- package/dist/actions/list-plans.mjs +8 -8
- package/dist/actions/list-plans.mjs.map +1 -1
- package/dist/actions/list-products.cjs +3 -3
- package/dist/actions/list-products.cjs.map +1 -1
- package/dist/actions/list-products.d.cts +17 -5
- package/dist/actions/list-products.d.mts +17 -5
- package/dist/actions/list-products.mjs +3 -3
- package/dist/actions/list-products.mjs.map +1 -1
- package/dist/actions/list-templates.cjs +8 -8
- package/dist/actions/list-templates.cjs.map +1 -1
- package/dist/actions/list-templates.d.cts +22 -10
- package/dist/actions/list-templates.d.mts +22 -10
- package/dist/actions/list-templates.mjs +8 -8
- package/dist/actions/list-templates.mjs.map +1 -1
- package/dist/actions/list-web-profiles.cjs +6 -6
- package/dist/actions/list-web-profiles.cjs.map +1 -1
- package/dist/actions/list-web-profiles.d.cts +19 -7
- package/dist/actions/list-web-profiles.d.mts +19 -7
- package/dist/actions/list-web-profiles.mjs +6 -6
- package/dist/actions/list-web-profiles.mjs.map +1 -1
- package/dist/actions/list-webhook-event-type-subscriptions.cjs +3 -3
- package/dist/actions/list-webhook-event-type-subscriptions.cjs.map +1 -1
- package/dist/actions/list-webhook-event-type-subscriptions.d.cts +16 -4
- package/dist/actions/list-webhook-event-type-subscriptions.d.mts +16 -4
- package/dist/actions/list-webhook-event-type-subscriptions.mjs +3 -3
- package/dist/actions/list-webhook-event-type-subscriptions.mjs.map +1 -1
- package/dist/actions/list-webhook-event-types.cjs +3 -3
- package/dist/actions/list-webhook-event-types.cjs.map +1 -1
- package/dist/actions/list-webhook-event-types.d.cts +16 -4
- package/dist/actions/list-webhook-event-types.d.cts.map +1 -1
- package/dist/actions/list-webhook-event-types.d.mts +16 -4
- package/dist/actions/list-webhook-event-types.d.mts.map +1 -1
- package/dist/actions/list-webhook-event-types.mjs +3 -3
- package/dist/actions/list-webhook-event-types.mjs.map +1 -1
- package/dist/actions/list-webhook-lookups.cjs +3 -3
- package/dist/actions/list-webhook-lookups.cjs.map +1 -1
- package/dist/actions/list-webhook-lookups.d.cts +16 -4
- package/dist/actions/list-webhook-lookups.d.cts.map +1 -1
- package/dist/actions/list-webhook-lookups.d.mts +16 -4
- package/dist/actions/list-webhook-lookups.d.mts.map +1 -1
- package/dist/actions/list-webhook-lookups.mjs +3 -3
- package/dist/actions/list-webhook-lookups.mjs.map +1 -1
- package/dist/actions/list-webhooks.cjs +2 -2
- package/dist/actions/list-webhooks.cjs.map +1 -1
- package/dist/actions/list-webhooks.d.cts +15 -3
- package/dist/actions/list-webhooks.d.mts +15 -3
- package/dist/actions/list-webhooks.mjs +2 -2
- package/dist/actions/list-webhooks.mjs.map +1 -1
- package/dist/actions/patch-orders.cjs +2 -2
- package/dist/actions/patch-orders.cjs.map +1 -1
- package/dist/actions/patch-orders.d.cts +16 -3
- package/dist/actions/patch-orders.d.cts.map +1 -1
- package/dist/actions/patch-orders.d.mts +16 -3
- package/dist/actions/patch-orders.d.mts.map +1 -1
- package/dist/actions/patch-orders.mjs +2 -2
- package/dist/actions/patch-orders.mjs.map +1 -1
- package/dist/actions/patch-plan.cjs +2 -2
- package/dist/actions/patch-plan.cjs.map +1 -1
- package/dist/actions/patch-plan.d.cts +16 -3
- package/dist/actions/patch-plan.d.mts +16 -3
- package/dist/actions/patch-plan.mjs +2 -2
- package/dist/actions/patch-plan.mjs.map +1 -1
- package/dist/actions/patch-subscription.cjs +3 -3
- package/dist/actions/patch-subscription.cjs.map +1 -1
- package/dist/actions/patch-subscription.d.cts +17 -4
- package/dist/actions/patch-subscription.d.cts.map +1 -1
- package/dist/actions/patch-subscription.d.mts +17 -4
- package/dist/actions/patch-subscription.d.mts.map +1 -1
- package/dist/actions/patch-subscription.mjs +3 -3
- package/dist/actions/patch-subscription.mjs.map +1 -1
- package/dist/actions/patch-web-profile.cjs +2 -2
- package/dist/actions/patch-web-profile.cjs.map +1 -1
- package/dist/actions/patch-web-profile.d.cts +16 -3
- package/dist/actions/patch-web-profile.d.cts.map +1 -1
- package/dist/actions/patch-web-profile.d.mts +16 -3
- package/dist/actions/patch-web-profile.d.mts.map +1 -1
- package/dist/actions/patch-web-profile.mjs +2 -2
- package/dist/actions/patch-web-profile.mjs.map +1 -1
- package/dist/actions/ping-braintree.cjs +2 -2
- package/dist/actions/ping-braintree.cjs.map +1 -1
- package/dist/actions/ping-braintree.d.cts +15 -3
- package/dist/actions/ping-braintree.d.cts.map +1 -1
- package/dist/actions/ping-braintree.d.mts +15 -3
- package/dist/actions/ping-braintree.d.mts.map +1 -1
- package/dist/actions/ping-braintree.mjs +2 -2
- package/dist/actions/ping-braintree.mjs.map +1 -1
- package/dist/actions/query-braintree-report.cjs +4 -4
- package/dist/actions/query-braintree-report.cjs.map +1 -1
- package/dist/actions/query-braintree-report.d.cts +17 -5
- package/dist/actions/query-braintree-report.d.mts +17 -5
- package/dist/actions/query-braintree-report.mjs +4 -4
- package/dist/actions/query-braintree-report.mjs.map +1 -1
- package/dist/actions/retrieve-payment-resource.cjs +11 -11
- package/dist/actions/retrieve-payment-resource.cjs.map +1 -1
- package/dist/actions/retrieve-payment-resource.d.cts +25 -13
- package/dist/actions/retrieve-payment-resource.d.mts +25 -13
- package/dist/actions/retrieve-payment-resource.mjs +11 -11
- package/dist/actions/retrieve-payment-resource.mjs.map +1 -1
- package/dist/actions/search-invoices.cjs +11 -11
- package/dist/actions/search-invoices.cjs.map +1 -1
- package/dist/actions/search-invoices.d.cts +28 -16
- package/dist/actions/search-invoices.d.mts +28 -16
- package/dist/actions/search-invoices.mjs +11 -11
- package/dist/actions/search-invoices.mjs.map +1 -1
- package/dist/actions/send-invoice.cjs +2 -2
- package/dist/actions/send-invoice.cjs.map +1 -1
- package/dist/actions/send-invoice.d.cts +15 -3
- package/dist/actions/send-invoice.d.mts +15 -3
- package/dist/actions/send-invoice.mjs +2 -2
- package/dist/actions/send-invoice.mjs.map +1 -1
- package/dist/actions/simulate-webhook-event.cjs +4 -4
- package/dist/actions/simulate-webhook-event.cjs.map +1 -1
- package/dist/actions/simulate-webhook-event.d.cts +17 -5
- package/dist/actions/simulate-webhook-event.d.mts +17 -5
- package/dist/actions/simulate-webhook-event.mjs +4 -4
- package/dist/actions/simulate-webhook-event.mjs.map +1 -1
- package/dist/actions/update-dispute.cjs +3 -3
- package/dist/actions/update-dispute.cjs.map +1 -1
- package/dist/actions/update-dispute.d.cts +17 -4
- package/dist/actions/update-dispute.d.mts +17 -4
- package/dist/actions/update-dispute.mjs +3 -3
- package/dist/actions/update-dispute.mjs.map +1 -1
- package/dist/actions/update-invoice.cjs +34 -34
- package/dist/actions/update-invoice.cjs.map +1 -1
- package/dist/actions/update-invoice.d.cts +67 -49
- package/dist/actions/update-invoice.d.cts.map +1 -1
- package/dist/actions/update-invoice.d.mts +67 -49
- package/dist/actions/update-invoice.d.mts.map +1 -1
- package/dist/actions/update-invoice.mjs +34 -34
- package/dist/actions/update-invoice.mjs.map +1 -1
- package/dist/actions/update-pay-pal-product.cjs +2 -2
- package/dist/actions/update-pay-pal-product.cjs.map +1 -1
- package/dist/actions/update-pay-pal-product.d.cts +16 -3
- package/dist/actions/update-pay-pal-product.d.cts.map +1 -1
- package/dist/actions/update-pay-pal-product.d.mts +16 -3
- package/dist/actions/update-pay-pal-product.d.mts.map +1 -1
- package/dist/actions/update-pay-pal-product.mjs +2 -2
- package/dist/actions/update-pay-pal-product.mjs.map +1 -1
- package/dist/actions/update-pay-pal-webhook.cjs +4 -4
- package/dist/actions/update-pay-pal-webhook.cjs.map +1 -1
- package/dist/actions/update-pay-pal-webhook.d.cts +18 -5
- package/dist/actions/update-pay-pal-webhook.d.cts.map +1 -1
- package/dist/actions/update-pay-pal-webhook.d.mts +18 -5
- package/dist/actions/update-pay-pal-webhook.d.mts.map +1 -1
- package/dist/actions/update-pay-pal-webhook.mjs +4 -4
- package/dist/actions/update-pay-pal-webhook.mjs.map +1 -1
- package/dist/actions/update-templates.cjs +39 -39
- package/dist/actions/update-templates.cjs.map +1 -1
- package/dist/actions/update-templates.d.cts +78 -57
- package/dist/actions/update-templates.d.mts +78 -57
- package/dist/actions/update-templates.mjs +39 -39
- package/dist/actions/update-templates.mjs.map +1 -1
- package/dist/actions/update-web-profile.cjs +2 -2
- package/dist/actions/update-web-profile.cjs.map +1 -1
- package/dist/actions/update-web-profile.d.cts +15 -3
- package/dist/actions/update-web-profile.d.mts +15 -3
- package/dist/actions/update-web-profile.mjs +2 -2
- package/dist/actions/update-web-profile.mjs.map +1 -1
- package/dist/actions/verify-payment-method.cjs +2 -2
- package/dist/actions/verify-payment-method.cjs.map +1 -1
- package/dist/actions/verify-payment-method.d.cts +15 -3
- package/dist/actions/verify-payment-method.d.mts +15 -3
- package/dist/actions/verify-payment-method.mjs +2 -2
- package/dist/actions/verify-payment-method.mjs.map +1 -1
- package/dist/actions/verify-webhook-signature.cjs +1 -1
- package/dist/actions/verify-webhook-signature.cjs.map +1 -1
- package/dist/actions/verify-webhook-signature.d.cts +14 -2
- package/dist/actions/verify-webhook-signature.d.cts.map +1 -1
- package/dist/actions/verify-webhook-signature.d.mts +14 -2
- package/dist/actions/verify-webhook-signature.d.mts.map +1 -1
- package/dist/actions/verify-webhook-signature.mjs +1 -1
- package/dist/actions/verify-webhook-signature.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
|
@@ -5,8 +5,8 @@ declare const PaypalAuthorizeOrderInput: z.ZodObject<{
|
|
|
5
5
|
prefer: z.ZodOptional<z.ZodString>;
|
|
6
6
|
order_id: z.ZodString;
|
|
7
7
|
payment_source: z.ZodOptional<z.ZodObject<{
|
|
8
|
-
card: z.ZodOptional<z.
|
|
9
|
-
paypal: z.ZodOptional<z.
|
|
8
|
+
card: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
9
|
+
paypal: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10
10
|
}, z.core.$strip>>;
|
|
11
11
|
paypal_request_id: z.ZodOptional<z.ZodString>;
|
|
12
12
|
paypal_auth_assertion: z.ZodOptional<z.ZodString>;
|
|
@@ -18,52 +18,52 @@ declare const PaypalAuthorizeOrderOutput: z.ZodObject<{
|
|
|
18
18
|
rel: z.ZodNullable<z.ZodString>;
|
|
19
19
|
href: z.ZodNullable<z.ZodString>;
|
|
20
20
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
-
}, z.core.$
|
|
21
|
+
}, z.core.$loose>>>>;
|
|
22
22
|
payer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
23
23
|
name: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
24
24
|
surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
25
|
given_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
-
}, z.core.$
|
|
27
|
-
phone: z.ZodOptional<z.ZodNullable<z.
|
|
26
|
+
}, z.core.$loose>>>;
|
|
27
|
+
phone: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
28
28
|
address: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
29
29
|
country_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
-
}, z.core.$
|
|
30
|
+
}, z.core.$loose>>>;
|
|
31
31
|
payer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
32
|
email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
-
}, z.core.$
|
|
33
|
+
}, z.core.$loose>>>;
|
|
34
34
|
intent: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
35
|
status: z.ZodNullable<z.ZodEnum<{
|
|
36
|
+
COMPLETED: "COMPLETED";
|
|
36
37
|
CREATED: "CREATED";
|
|
37
38
|
SAVED: "SAVED";
|
|
38
39
|
APPROVED: "APPROVED";
|
|
39
40
|
VOIDED: "VOIDED";
|
|
40
|
-
COMPLETED: "COMPLETED";
|
|
41
41
|
PAYER_ACTION_REQUIRED: "PAYER_ACTION_REQUIRED";
|
|
42
42
|
}>>;
|
|
43
43
|
create_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
44
|
update_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
45
|
purchase_units: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
46
|
-
payee: z.ZodOptional<z.ZodNullable<z.
|
|
46
|
+
payee: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
47
47
|
amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
48
48
|
value: z.ZodNullable<z.ZodString>;
|
|
49
49
|
currency_code: z.ZodNullable<z.ZodString>;
|
|
50
|
-
}, z.core.$
|
|
50
|
+
}, z.core.$loose>>>;
|
|
51
51
|
payments: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
52
52
|
authorizations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
53
53
|
id: z.ZodNullable<z.ZodString>;
|
|
54
|
-
links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.
|
|
54
|
+
links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
|
|
55
55
|
amount: z.ZodNullable<z.ZodObject<{
|
|
56
56
|
value: z.ZodNullable<z.ZodString>;
|
|
57
57
|
currency_code: z.ZodNullable<z.ZodString>;
|
|
58
|
-
}, z.core.$
|
|
58
|
+
}, z.core.$loose>>;
|
|
59
59
|
status: z.ZodNullable<z.ZodEnum<{
|
|
60
|
+
PENDING: "PENDING";
|
|
60
61
|
CREATED: "CREATED";
|
|
61
62
|
VOIDED: "VOIDED";
|
|
62
63
|
CAPTURED: "CAPTURED";
|
|
63
64
|
DENIED: "DENIED";
|
|
64
65
|
EXPIRED: "EXPIRED";
|
|
65
66
|
PARTIALLY_CAPTURED: "PARTIALLY_CAPTURED";
|
|
66
|
-
PENDING: "PENDING";
|
|
67
67
|
}>>;
|
|
68
68
|
custom_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
69
69
|
invoice_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73,28 +73,40 @@ declare const PaypalAuthorizeOrderOutput: z.ZodObject<{
|
|
|
73
73
|
seller_protection: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74
74
|
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
75
|
dispute_categories: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
76
|
-
}, z.core.$
|
|
77
|
-
}, z.core.$
|
|
78
|
-
}, z.core.$
|
|
79
|
-
shipping: z.ZodOptional<z.ZodNullable<z.
|
|
76
|
+
}, z.core.$loose>>>;
|
|
77
|
+
}, z.core.$loose>>>>;
|
|
78
|
+
}, z.core.$loose>>>;
|
|
79
|
+
shipping: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
80
80
|
custom_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
81
|
invoice_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
82
82
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
83
|
reference_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
84
84
|
soft_descriptor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
|
-
}, z.core.$
|
|
86
|
-
}, z.core.$
|
|
85
|
+
}, z.core.$loose>>>>;
|
|
86
|
+
}, z.core.$loose>;
|
|
87
87
|
declare const paypalAuthorizeOrder: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
88
88
|
order_id: string;
|
|
89
89
|
prefer?: string | undefined;
|
|
90
90
|
payment_source?: {
|
|
91
|
-
card?: Record<string,
|
|
92
|
-
paypal?: Record<string,
|
|
91
|
+
card?: Record<string, unknown> | undefined;
|
|
92
|
+
paypal?: Record<string, unknown> | undefined;
|
|
93
93
|
} | undefined;
|
|
94
94
|
paypal_request_id?: string | undefined;
|
|
95
95
|
paypal_auth_assertion?: string | undefined;
|
|
96
96
|
paypal_client_metadata_id?: string | undefined;
|
|
97
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
97
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
98
|
+
connectionId: z.ZodString;
|
|
99
|
+
entityId: z.ZodString;
|
|
100
|
+
instanceId: z.ZodString;
|
|
101
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
102
|
+
accessToken: z.ZodString;
|
|
103
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
104
|
+
connectionId: z.ZodString;
|
|
105
|
+
entityId: z.ZodString;
|
|
106
|
+
instanceId: z.ZodString;
|
|
107
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
108
|
+
accessToken: z.ZodString;
|
|
109
|
+
}, z.core.$strip>>]>;
|
|
98
110
|
//#endregion
|
|
99
111
|
export { paypalAuthorizeOrder };
|
|
100
112
|
//# sourceMappingURL=authorize-order.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorize-order.d.cts","names":[],"sources":["../../src/actions/authorize-order.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;cAkEzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAW1B,oBAAA,gCAAoB,wBAAA
|
|
1
|
+
{"version":3,"file":"authorize-order.d.cts","names":[],"sources":["../../src/actions/authorize-order.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;cAkEzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAW1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -5,8 +5,8 @@ declare const PaypalAuthorizeOrderInput: z.ZodObject<{
|
|
|
5
5
|
prefer: z.ZodOptional<z.ZodString>;
|
|
6
6
|
order_id: z.ZodString;
|
|
7
7
|
payment_source: z.ZodOptional<z.ZodObject<{
|
|
8
|
-
card: z.ZodOptional<z.
|
|
9
|
-
paypal: z.ZodOptional<z.
|
|
8
|
+
card: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
9
|
+
paypal: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10
10
|
}, z.core.$strip>>;
|
|
11
11
|
paypal_request_id: z.ZodOptional<z.ZodString>;
|
|
12
12
|
paypal_auth_assertion: z.ZodOptional<z.ZodString>;
|
|
@@ -18,52 +18,52 @@ declare const PaypalAuthorizeOrderOutput: z.ZodObject<{
|
|
|
18
18
|
rel: z.ZodNullable<z.ZodString>;
|
|
19
19
|
href: z.ZodNullable<z.ZodString>;
|
|
20
20
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
-
}, z.core.$
|
|
21
|
+
}, z.core.$loose>>>>;
|
|
22
22
|
payer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
23
23
|
name: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
24
24
|
surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
25
|
given_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
-
}, z.core.$
|
|
27
|
-
phone: z.ZodOptional<z.ZodNullable<z.
|
|
26
|
+
}, z.core.$loose>>>;
|
|
27
|
+
phone: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
28
28
|
address: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
29
29
|
country_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
-
}, z.core.$
|
|
30
|
+
}, z.core.$loose>>>;
|
|
31
31
|
payer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
32
|
email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
-
}, z.core.$
|
|
33
|
+
}, z.core.$loose>>>;
|
|
34
34
|
intent: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
35
|
status: z.ZodNullable<z.ZodEnum<{
|
|
36
|
+
COMPLETED: "COMPLETED";
|
|
36
37
|
CREATED: "CREATED";
|
|
37
38
|
SAVED: "SAVED";
|
|
38
39
|
APPROVED: "APPROVED";
|
|
39
40
|
VOIDED: "VOIDED";
|
|
40
|
-
COMPLETED: "COMPLETED";
|
|
41
41
|
PAYER_ACTION_REQUIRED: "PAYER_ACTION_REQUIRED";
|
|
42
42
|
}>>;
|
|
43
43
|
create_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
44
|
update_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
45
|
purchase_units: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
46
|
-
payee: z.ZodOptional<z.ZodNullable<z.
|
|
46
|
+
payee: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
47
47
|
amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
48
48
|
value: z.ZodNullable<z.ZodString>;
|
|
49
49
|
currency_code: z.ZodNullable<z.ZodString>;
|
|
50
|
-
}, z.core.$
|
|
50
|
+
}, z.core.$loose>>>;
|
|
51
51
|
payments: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
52
52
|
authorizations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
53
53
|
id: z.ZodNullable<z.ZodString>;
|
|
54
|
-
links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.
|
|
54
|
+
links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
|
|
55
55
|
amount: z.ZodNullable<z.ZodObject<{
|
|
56
56
|
value: z.ZodNullable<z.ZodString>;
|
|
57
57
|
currency_code: z.ZodNullable<z.ZodString>;
|
|
58
|
-
}, z.core.$
|
|
58
|
+
}, z.core.$loose>>;
|
|
59
59
|
status: z.ZodNullable<z.ZodEnum<{
|
|
60
|
+
PENDING: "PENDING";
|
|
60
61
|
CREATED: "CREATED";
|
|
61
62
|
VOIDED: "VOIDED";
|
|
62
63
|
CAPTURED: "CAPTURED";
|
|
63
64
|
DENIED: "DENIED";
|
|
64
65
|
EXPIRED: "EXPIRED";
|
|
65
66
|
PARTIALLY_CAPTURED: "PARTIALLY_CAPTURED";
|
|
66
|
-
PENDING: "PENDING";
|
|
67
67
|
}>>;
|
|
68
68
|
custom_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
69
69
|
invoice_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -73,28 +73,40 @@ declare const PaypalAuthorizeOrderOutput: z.ZodObject<{
|
|
|
73
73
|
seller_protection: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
74
74
|
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
75
|
dispute_categories: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
76
|
-
}, z.core.$
|
|
77
|
-
}, z.core.$
|
|
78
|
-
}, z.core.$
|
|
79
|
-
shipping: z.ZodOptional<z.ZodNullable<z.
|
|
76
|
+
}, z.core.$loose>>>;
|
|
77
|
+
}, z.core.$loose>>>>;
|
|
78
|
+
}, z.core.$loose>>>;
|
|
79
|
+
shipping: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
80
80
|
custom_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
81
|
invoice_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
82
82
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
83
|
reference_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
84
84
|
soft_descriptor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
|
-
}, z.core.$
|
|
86
|
-
}, z.core.$
|
|
85
|
+
}, z.core.$loose>>>>;
|
|
86
|
+
}, z.core.$loose>;
|
|
87
87
|
declare const paypalAuthorizeOrder: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
88
88
|
order_id: string;
|
|
89
89
|
prefer?: string | undefined;
|
|
90
90
|
payment_source?: {
|
|
91
|
-
card?: Record<string,
|
|
92
|
-
paypal?: Record<string,
|
|
91
|
+
card?: Record<string, unknown> | undefined;
|
|
92
|
+
paypal?: Record<string, unknown> | undefined;
|
|
93
93
|
} | undefined;
|
|
94
94
|
paypal_request_id?: string | undefined;
|
|
95
95
|
paypal_auth_assertion?: string | undefined;
|
|
96
96
|
paypal_client_metadata_id?: string | undefined;
|
|
97
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
97
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
98
|
+
connectionId: z.ZodString;
|
|
99
|
+
entityId: z.ZodString;
|
|
100
|
+
instanceId: z.ZodString;
|
|
101
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
102
|
+
accessToken: z.ZodString;
|
|
103
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
104
|
+
connectionId: z.ZodString;
|
|
105
|
+
entityId: z.ZodString;
|
|
106
|
+
instanceId: z.ZodString;
|
|
107
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
108
|
+
accessToken: z.ZodString;
|
|
109
|
+
}, z.core.$strip>>]>;
|
|
98
110
|
//#endregion
|
|
99
111
|
export { paypalAuthorizeOrder };
|
|
100
112
|
//# sourceMappingURL=authorize-order.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorize-order.d.mts","names":[],"sources":["../../src/actions/authorize-order.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;cAkEzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAW1B,oBAAA,gCAAoB,wBAAA
|
|
1
|
+
{"version":3,"file":"authorize-order.d.mts","names":[],"sources":["../../src/actions/authorize-order.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;cAkEzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAW1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -5,8 +5,8 @@ const PaypalAuthorizeOrderInput = z.object({
|
|
|
5
5
|
prefer: z.string().describe("The preferred server response upon successful completion of the request. Use 'return=minimal' for minimal response or 'return=representation' for full response.").optional(),
|
|
6
6
|
order_id: z.string().describe("The ID of the order to authorize."),
|
|
7
7
|
payment_source: z.object({
|
|
8
|
-
card: z.
|
|
9
|
-
paypal: z.
|
|
8
|
+
card: z.record(z.string(), z.unknown()).describe("Card payment source details including card number, expiry, security code, and billing address.").optional(),
|
|
9
|
+
paypal: z.record(z.string(), z.unknown()).describe("PayPal payment source details including account information.").optional()
|
|
10
10
|
}).describe("Payment source for the order authorization.").optional(),
|
|
11
11
|
paypal_request_id: z.string().describe("The server stores keys for 72 hours. Used to enforce idempotency for multiple authorizations on the same order.").optional(),
|
|
12
12
|
paypal_auth_assertion: z.string().describe("Deprecated. Caller-supplied PayPal-Auth-Assertion headers are not supported.").optional(),
|
|
@@ -16,19 +16,19 @@ const PaypalAuthorizeOrder_LinkSchema = z.object({
|
|
|
16
16
|
rel: z.string().describe("The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link.").nullable(),
|
|
17
17
|
href: z.string().describe("The complete target URL.").nullable(),
|
|
18
18
|
method: z.string().describe("The HTTP method required to make the related call.").nullable().optional()
|
|
19
|
-
}).describe("A HATEOAS link.");
|
|
19
|
+
}).passthrough().describe("A HATEOAS link.");
|
|
20
20
|
const PaypalAuthorizeOrder_PayerNameSchema = z.object({
|
|
21
21
|
surname: z.string().describe("When the party is a person, the party's surname or family name.").nullable().optional(),
|
|
22
22
|
given_name: z.string().describe("When the party is a person, the party's given, or first, name.").nullable().optional()
|
|
23
|
-
}).describe("The name of the payer.");
|
|
24
|
-
const PaypalAuthorizeOrder_PayerAddressSchema = z.object({ country_code: z.string().describe("The two-character ISO 3166-1 code that identifies the country or region.").nullable().optional() }).describe("The address of the payer.");
|
|
23
|
+
}).passthrough().describe("The name of the payer.");
|
|
24
|
+
const PaypalAuthorizeOrder_PayerAddressSchema = z.object({ country_code: z.string().describe("The two-character ISO 3166-1 code that identifies the country or region.").nullable().optional() }).passthrough().describe("The address of the payer.");
|
|
25
25
|
const PaypalAuthorizeOrder_PayerSchema = z.object({
|
|
26
26
|
name: PaypalAuthorizeOrder_PayerNameSchema.nullable().optional(),
|
|
27
|
-
phone: z.
|
|
27
|
+
phone: z.record(z.string(), z.unknown()).describe("The phone number of the payer.").nullable().optional(),
|
|
28
28
|
address: PaypalAuthorizeOrder_PayerAddressSchema.nullable().optional(),
|
|
29
29
|
payer_id: z.string().describe("The PayPal-assigned ID for the payer.").nullable().optional(),
|
|
30
30
|
email_address: z.string().describe("The internationalized email address of the payer.").nullable().optional()
|
|
31
|
-
}).describe("The payer for the order.");
|
|
31
|
+
}).passthrough().describe("The payer for the order.");
|
|
32
32
|
const PaypalAuthorizeOrder_OrderStatusSchema = z.enum([
|
|
33
33
|
"CREATED",
|
|
34
34
|
"SAVED",
|
|
@@ -40,7 +40,7 @@ const PaypalAuthorizeOrder_OrderStatusSchema = z.enum([
|
|
|
40
40
|
const PaypalAuthorizeOrder_AmountSchema = z.object({
|
|
41
41
|
value: z.string().describe("The value, which might be an integer for currencies like JPY that are not typically fractional, or a decimal fraction for currencies like TND that are subdivided into thousandths.").nullable(),
|
|
42
42
|
currency_code: z.string().describe("The three-character ISO-4217 currency code that identifies the currency.").nullable()
|
|
43
|
-
}).describe("The currency and amount for a financial transaction.");
|
|
43
|
+
}).passthrough().describe("The currency and amount for a financial transaction.");
|
|
44
44
|
const PaypalAuthorizeOrder_AuthorizationStatusSchema = z.enum([
|
|
45
45
|
"CREATED",
|
|
46
46
|
"CAPTURED",
|
|
@@ -53,10 +53,10 @@ const PaypalAuthorizeOrder_AuthorizationStatusSchema = z.enum([
|
|
|
53
53
|
const PaypalAuthorizeOrder_SellerProtectionSchema = z.object({
|
|
54
54
|
status: z.string().describe("Indicates whether the transaction is eligible for seller protection.").nullable().optional(),
|
|
55
55
|
dispute_categories: z.array(z.string()).describe("An array of conditions that are covered for the transaction.").nullable().optional()
|
|
56
|
-
}).describe("The seller protection details for the authorization.");
|
|
56
|
+
}).passthrough().describe("The seller protection details for the authorization.");
|
|
57
57
|
const PaypalAuthorizeOrder_AuthorizationSchema = z.object({
|
|
58
58
|
id: z.string().describe("The PayPal-generated ID for the authorized payment.").nullable(),
|
|
59
|
-
links: z.array(z.
|
|
59
|
+
links: z.array(z.record(z.string(), z.unknown())).describe("An array of related HATEOAS links.").nullable().optional(),
|
|
60
60
|
amount: PaypalAuthorizeOrder_AmountSchema.nullable(),
|
|
61
61
|
status: PaypalAuthorizeOrder_AuthorizationStatusSchema.nullable(),
|
|
62
62
|
custom_id: z.string().describe("The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions.").nullable().optional(),
|
|
@@ -65,19 +65,19 @@ const PaypalAuthorizeOrder_AuthorizationSchema = z.object({
|
|
|
65
65
|
update_time: z.string().describe("The date and time when the transaction was last updated, in Internet date and time format.").nullable().optional(),
|
|
66
66
|
expiration_time: z.string().describe("The date and time when the authorized payment expires, in Internet date and time format.").nullable().optional(),
|
|
67
67
|
seller_protection: PaypalAuthorizeOrder_SellerProtectionSchema.nullable().optional()
|
|
68
|
-
}).describe("An authorized payment to be captured later.");
|
|
69
|
-
const PaypalAuthorizeOrder_PaymentCollectionSchema = z.object({ authorizations: z.array(PaypalAuthorizeOrder_AuthorizationSchema).describe("An array of authorized payments for the purchase unit. A purchase unit can have zero or more authorized payments.").nullable().optional() }).describe("The payment collection details including authorizations.");
|
|
68
|
+
}).passthrough().describe("An authorized payment to be captured later.");
|
|
69
|
+
const PaypalAuthorizeOrder_PaymentCollectionSchema = z.object({ authorizations: z.array(PaypalAuthorizeOrder_AuthorizationSchema).describe("An array of authorized payments for the purchase unit. A purchase unit can have zero or more authorized payments.").nullable().optional() }).passthrough().describe("The payment collection details including authorizations.");
|
|
70
70
|
const PaypalAuthorizeOrder_PurchaseUnitSchema = z.object({
|
|
71
|
-
payee: z.
|
|
71
|
+
payee: z.record(z.string(), z.unknown()).describe("The merchant who receives payment for this transaction.").nullable().optional(),
|
|
72
72
|
amount: PaypalAuthorizeOrder_AmountSchema.nullable().optional(),
|
|
73
73
|
payments: PaypalAuthorizeOrder_PaymentCollectionSchema.nullable().optional(),
|
|
74
|
-
shipping: z.
|
|
74
|
+
shipping: z.record(z.string(), z.unknown()).describe("The shipping details for the purchase unit.").nullable().optional(),
|
|
75
75
|
custom_id: z.string().describe("The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions.").nullable().optional(),
|
|
76
76
|
invoice_id: z.string().describe("The API caller-provided external invoice number for this order.").nullable().optional(),
|
|
77
77
|
description: z.string().describe("The purchase description.").nullable().optional(),
|
|
78
78
|
reference_id: z.string().describe("The API caller-provided external ID for the purchase unit.").nullable().optional(),
|
|
79
79
|
soft_descriptor: z.string().describe("The soft descriptor is the dynamic text used to construct the statement descriptor that appears on a payer's card statement.").nullable().optional()
|
|
80
|
-
}).describe("A purchase unit for the order.");
|
|
80
|
+
}).passthrough().describe("A purchase unit for the order.");
|
|
81
81
|
const paypalAuthorizeOrder = action("PAYPAL_AUTHORIZE_ORDER", {
|
|
82
82
|
slug: "paypal-authorize-order",
|
|
83
83
|
name: "Authorize order payment",
|
|
@@ -92,7 +92,7 @@ const paypalAuthorizeOrder = action("PAYPAL_AUTHORIZE_ORDER", {
|
|
|
92
92
|
create_time: z.string().describe("The date and time when the transaction occurred, in Internet date and time format.").nullable().optional(),
|
|
93
93
|
update_time: z.string().describe("The date and time when the transaction was last updated, in Internet date and time format.").nullable().optional(),
|
|
94
94
|
purchase_units: z.array(PaypalAuthorizeOrder_PurchaseUnitSchema).describe("An array of purchase units. Each purchase unit establishes a contract between a payer and the payee. May not be included in minimal responses.").nullable().optional()
|
|
95
|
-
}).describe("Response from authorizing payment for an order.")
|
|
95
|
+
}).passthrough().describe("Response from authorizing payment for an order.")
|
|
96
96
|
});
|
|
97
97
|
//#endregion
|
|
98
98
|
export { paypalAuthorizeOrder };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorize-order.mjs","names":[],"sources":["../../src/actions/authorize-order.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalAuthorizeOrderInput = z.object({\n prefer: z.string().describe(\"The preferred server response upon successful completion of the request. Use 'return=minimal' for minimal response or 'return=representation' for full response.\").optional(),\n order_id: z.string().describe(\"The ID of the order to authorize.\"),\n payment_source: z.object({\n card: z.object({}).describe(\"Card payment source details including card number, expiry, security code, and billing address.\").optional(),\n paypal: z.object({}).describe(\"PayPal payment source details including account information.\").optional(),\n}).describe(\"Payment source for the order authorization.\").optional(),\n paypal_request_id: z.string().describe(\"The server stores keys for 72 hours. Used to enforce idempotency for multiple authorizations on the same order.\").optional(),\n paypal_auth_assertion: z.string().describe(\"Deprecated. Caller-supplied PayPal-Auth-Assertion headers are not supported.\").optional(),\n paypal_client_metadata_id: z.string().describe(\"Optional. Verifies that the payment originates from a valid, user-consented device and application.\").optional(),\n}).describe(\"Request to authorize payment for an order.\");\nconst PaypalAuthorizeOrder_LinkSchema = z.object({\n rel: z.string().describe(\"The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link.\").nullable(),\n href: z.string().describe(\"The complete target URL.\").nullable(),\n method: z.string().describe(\"The HTTP method required to make the related call.\").nullable().optional(),\n}).describe(\"A HATEOAS link.\");\nconst PaypalAuthorizeOrder_PayerNameSchema = z.object({\n surname: z.string().describe(\"When the party is a person, the party's surname or family name.\").nullable().optional(),\n given_name: z.string().describe(\"When the party is a person, the party's given, or first, name.\").nullable().optional(),\n}).describe(\"The name of the payer.\");\nconst PaypalAuthorizeOrder_PayerAddressSchema = z.object({\n country_code: z.string().describe(\"The two-character ISO 3166-1 code that identifies the country or region.\").nullable().optional(),\n}).describe(\"The address of the payer.\");\nconst PaypalAuthorizeOrder_PayerSchema = z.object({\n name: PaypalAuthorizeOrder_PayerNameSchema.nullable().optional(),\n phone: z.object({}).describe(\"The phone number of the payer.\").nullable().optional(),\n address: PaypalAuthorizeOrder_PayerAddressSchema.nullable().optional(),\n payer_id: z.string().describe(\"The PayPal-assigned ID for the payer.\").nullable().optional(),\n email_address: z.string().describe(\"The internationalized email address of the payer.\").nullable().optional(),\n}).describe(\"The payer for the order.\");\nconst PaypalAuthorizeOrder_OrderStatusSchema = z.enum([\"CREATED\", \"SAVED\", \"APPROVED\", \"VOIDED\", \"COMPLETED\", \"PAYER_ACTION_REQUIRED\"]).describe(\"Status of the order after authorization.\");\nconst PaypalAuthorizeOrder_AmountSchema = z.object({\n value: z.string().describe(\"The value, which might be an integer for currencies like JPY that are not typically fractional, or a decimal fraction for currencies like TND that are subdivided into thousandths.\").nullable(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code that identifies the currency.\").nullable(),\n}).describe(\"The currency and amount for a financial transaction.\");\nconst PaypalAuthorizeOrder_AuthorizationStatusSchema = z.enum([\"CREATED\", \"CAPTURED\", \"DENIED\", \"EXPIRED\", \"PARTIALLY_CAPTURED\", \"VOIDED\", \"PENDING\"]).describe(\"Status of the authorization.\");\nconst PaypalAuthorizeOrder_SellerProtectionSchema = z.object({\n status: z.string().describe(\"Indicates whether the transaction is eligible for seller protection.\").nullable().optional(),\n dispute_categories: z.array(z.string()).describe(\"An array of conditions that are covered for the transaction.\").nullable().optional(),\n}).describe(\"The seller protection details for the authorization.\");\nconst PaypalAuthorizeOrder_AuthorizationSchema = z.object({\n id: z.string().describe(\"The PayPal-generated ID for the authorized payment.\").nullable(),\n links: z.array(z.object({})).describe(\"An array of related HATEOAS links.\").nullable().optional(),\n amount: PaypalAuthorizeOrder_AmountSchema.nullable(),\n status: PaypalAuthorizeOrder_AuthorizationStatusSchema.nullable(),\n custom_id: z.string().describe(\"The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions.\").nullable().optional(),\n invoice_id: z.string().describe(\"The API caller-provided external invoice number for this order.\").nullable().optional(),\n create_time: z.string().describe(\"The date and time when the transaction occurred, in Internet date and time format.\").nullable().optional(),\n update_time: z.string().describe(\"The date and time when the transaction was last updated, in Internet date and time format.\").nullable().optional(),\n expiration_time: z.string().describe(\"The date and time when the authorized payment expires, in Internet date and time format.\").nullable().optional(),\n seller_protection: PaypalAuthorizeOrder_SellerProtectionSchema.nullable().optional(),\n}).describe(\"An authorized payment to be captured later.\");\nconst PaypalAuthorizeOrder_PaymentCollectionSchema = z.object({\n authorizations: z.array(PaypalAuthorizeOrder_AuthorizationSchema).describe(\"An array of authorized payments for the purchase unit. A purchase unit can have zero or more authorized payments.\").nullable().optional(),\n}).describe(\"The payment collection details including authorizations.\");\nconst PaypalAuthorizeOrder_PurchaseUnitSchema = z.object({\n payee: z.object({}).describe(\"The merchant who receives payment for this transaction.\").nullable().optional(),\n amount: PaypalAuthorizeOrder_AmountSchema.nullable().optional(),\n payments: PaypalAuthorizeOrder_PaymentCollectionSchema.nullable().optional(),\n shipping: z.object({}).describe(\"The shipping details for the purchase unit.\").nullable().optional(),\n custom_id: z.string().describe(\"The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions.\").nullable().optional(),\n invoice_id: z.string().describe(\"The API caller-provided external invoice number for this order.\").nullable().optional(),\n description: z.string().describe(\"The purchase description.\").nullable().optional(),\n reference_id: z.string().describe(\"The API caller-provided external ID for the purchase unit.\").nullable().optional(),\n soft_descriptor: z.string().describe(\"The soft descriptor is the dynamic text used to construct the statement descriptor that appears on a payer's card statement.\").nullable().optional(),\n}).describe(\"A purchase unit for the order.\");\nexport const PaypalAuthorizeOrderOutput = z.object({\n id: z.string().describe(\"The ID of the order.\").nullable(),\n links: z.array(PaypalAuthorizeOrder_LinkSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n payer: PaypalAuthorizeOrder_PayerSchema.nullable().optional(),\n intent: z.string().describe(\"The intent to either capture payment immediately or authorize a payment for an order after order creation.\").nullable().optional(),\n status: PaypalAuthorizeOrder_OrderStatusSchema.nullable(),\n create_time: z.string().describe(\"The date and time when the transaction occurred, in Internet date and time format.\").nullable().optional(),\n update_time: z.string().describe(\"The date and time when the transaction was last updated, in Internet date and time format.\").nullable().optional(),\n purchase_units: z.array(PaypalAuthorizeOrder_PurchaseUnitSchema).describe(\"An array of purchase units. Each purchase unit establishes a contract between a payer and the payee. May not be included in minimal responses.\").nullable().optional(),\n}).describe(\"Response from authorizing payment for an order.\");\n\nexport const paypalAuthorizeOrder = action(\"PAYPAL_AUTHORIZE_ORDER\", {\n slug: \"paypal-authorize-order\",\n name: \"Authorize order payment\",\n description: \"Authorizes payment for an order. Use this action when you need to authorize funds from a payer's payment source but delay capturing the payment until a later time, such as when goods are shipped or services are delivered. The authorization creates a hold on the payer's funds and returns authorization details including an authorization ID that can be used later to capture or void the payment. Authorizations are typically valid for 3 days for most payment sources, though this may vary. Use this action after an order has been created and approved by the payer, when you want to authorize but not immediately capture the payment.\",\n input: PaypalAuthorizeOrderInput,\n output: PaypalAuthorizeOrderOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"authorize-order.mjs","names":[],"sources":["../../src/actions/authorize-order.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalAuthorizeOrderInput = z.object({\n prefer: z.string().describe(\"The preferred server response upon successful completion of the request. Use 'return=minimal' for minimal response or 'return=representation' for full response.\").optional(),\n order_id: z.string().describe(\"The ID of the order to authorize.\"),\n payment_source: z.object({\n card: z.record(z.string(), z.unknown()).describe(\"Card payment source details including card number, expiry, security code, and billing address.\").optional(),\n paypal: z.record(z.string(), z.unknown()).describe(\"PayPal payment source details including account information.\").optional(),\n}).describe(\"Payment source for the order authorization.\").optional(),\n paypal_request_id: z.string().describe(\"The server stores keys for 72 hours. Used to enforce idempotency for multiple authorizations on the same order.\").optional(),\n paypal_auth_assertion: z.string().describe(\"Deprecated. Caller-supplied PayPal-Auth-Assertion headers are not supported.\").optional(),\n paypal_client_metadata_id: z.string().describe(\"Optional. Verifies that the payment originates from a valid, user-consented device and application.\").optional(),\n}).describe(\"Request to authorize payment for an order.\");\nconst PaypalAuthorizeOrder_LinkSchema = z.object({\n rel: z.string().describe(\"The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link.\").nullable(),\n href: z.string().describe(\"The complete target URL.\").nullable(),\n method: z.string().describe(\"The HTTP method required to make the related call.\").nullable().optional(),\n}).passthrough().describe(\"A HATEOAS link.\");\nconst PaypalAuthorizeOrder_PayerNameSchema = z.object({\n surname: z.string().describe(\"When the party is a person, the party's surname or family name.\").nullable().optional(),\n given_name: z.string().describe(\"When the party is a person, the party's given, or first, name.\").nullable().optional(),\n}).passthrough().describe(\"The name of the payer.\");\nconst PaypalAuthorizeOrder_PayerAddressSchema = z.object({\n country_code: z.string().describe(\"The two-character ISO 3166-1 code that identifies the country or region.\").nullable().optional(),\n}).passthrough().describe(\"The address of the payer.\");\nconst PaypalAuthorizeOrder_PayerSchema = z.object({\n name: PaypalAuthorizeOrder_PayerNameSchema.nullable().optional(),\n phone: z.record(z.string(), z.unknown()).describe(\"The phone number of the payer.\").nullable().optional(),\n address: PaypalAuthorizeOrder_PayerAddressSchema.nullable().optional(),\n payer_id: z.string().describe(\"The PayPal-assigned ID for the payer.\").nullable().optional(),\n email_address: z.string().describe(\"The internationalized email address of the payer.\").nullable().optional(),\n}).passthrough().describe(\"The payer for the order.\");\nconst PaypalAuthorizeOrder_OrderStatusSchema = z.enum([\"CREATED\", \"SAVED\", \"APPROVED\", \"VOIDED\", \"COMPLETED\", \"PAYER_ACTION_REQUIRED\"]).describe(\"Status of the order after authorization.\");\nconst PaypalAuthorizeOrder_AmountSchema = z.object({\n value: z.string().describe(\"The value, which might be an integer for currencies like JPY that are not typically fractional, or a decimal fraction for currencies like TND that are subdivided into thousandths.\").nullable(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code that identifies the currency.\").nullable(),\n}).passthrough().describe(\"The currency and amount for a financial transaction.\");\nconst PaypalAuthorizeOrder_AuthorizationStatusSchema = z.enum([\"CREATED\", \"CAPTURED\", \"DENIED\", \"EXPIRED\", \"PARTIALLY_CAPTURED\", \"VOIDED\", \"PENDING\"]).describe(\"Status of the authorization.\");\nconst PaypalAuthorizeOrder_SellerProtectionSchema = z.object({\n status: z.string().describe(\"Indicates whether the transaction is eligible for seller protection.\").nullable().optional(),\n dispute_categories: z.array(z.string()).describe(\"An array of conditions that are covered for the transaction.\").nullable().optional(),\n}).passthrough().describe(\"The seller protection details for the authorization.\");\nconst PaypalAuthorizeOrder_AuthorizationSchema = z.object({\n id: z.string().describe(\"The PayPal-generated ID for the authorized payment.\").nullable(),\n links: z.array(z.record(z.string(), z.unknown())).describe(\"An array of related HATEOAS links.\").nullable().optional(),\n amount: PaypalAuthorizeOrder_AmountSchema.nullable(),\n status: PaypalAuthorizeOrder_AuthorizationStatusSchema.nullable(),\n custom_id: z.string().describe(\"The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions.\").nullable().optional(),\n invoice_id: z.string().describe(\"The API caller-provided external invoice number for this order.\").nullable().optional(),\n create_time: z.string().describe(\"The date and time when the transaction occurred, in Internet date and time format.\").nullable().optional(),\n update_time: z.string().describe(\"The date and time when the transaction was last updated, in Internet date and time format.\").nullable().optional(),\n expiration_time: z.string().describe(\"The date and time when the authorized payment expires, in Internet date and time format.\").nullable().optional(),\n seller_protection: PaypalAuthorizeOrder_SellerProtectionSchema.nullable().optional(),\n}).passthrough().describe(\"An authorized payment to be captured later.\");\nconst PaypalAuthorizeOrder_PaymentCollectionSchema = z.object({\n authorizations: z.array(PaypalAuthorizeOrder_AuthorizationSchema).describe(\"An array of authorized payments for the purchase unit. A purchase unit can have zero or more authorized payments.\").nullable().optional(),\n}).passthrough().describe(\"The payment collection details including authorizations.\");\nconst PaypalAuthorizeOrder_PurchaseUnitSchema = z.object({\n payee: z.record(z.string(), z.unknown()).describe(\"The merchant who receives payment for this transaction.\").nullable().optional(),\n amount: PaypalAuthorizeOrder_AmountSchema.nullable().optional(),\n payments: PaypalAuthorizeOrder_PaymentCollectionSchema.nullable().optional(),\n shipping: z.record(z.string(), z.unknown()).describe(\"The shipping details for the purchase unit.\").nullable().optional(),\n custom_id: z.string().describe(\"The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions.\").nullable().optional(),\n invoice_id: z.string().describe(\"The API caller-provided external invoice number for this order.\").nullable().optional(),\n description: z.string().describe(\"The purchase description.\").nullable().optional(),\n reference_id: z.string().describe(\"The API caller-provided external ID for the purchase unit.\").nullable().optional(),\n soft_descriptor: z.string().describe(\"The soft descriptor is the dynamic text used to construct the statement descriptor that appears on a payer's card statement.\").nullable().optional(),\n}).passthrough().describe(\"A purchase unit for the order.\");\nexport const PaypalAuthorizeOrderOutput = z.object({\n id: z.string().describe(\"The ID of the order.\").nullable(),\n links: z.array(PaypalAuthorizeOrder_LinkSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n payer: PaypalAuthorizeOrder_PayerSchema.nullable().optional(),\n intent: z.string().describe(\"The intent to either capture payment immediately or authorize a payment for an order after order creation.\").nullable().optional(),\n status: PaypalAuthorizeOrder_OrderStatusSchema.nullable(),\n create_time: z.string().describe(\"The date and time when the transaction occurred, in Internet date and time format.\").nullable().optional(),\n update_time: z.string().describe(\"The date and time when the transaction was last updated, in Internet date and time format.\").nullable().optional(),\n purchase_units: z.array(PaypalAuthorizeOrder_PurchaseUnitSchema).describe(\"An array of purchase units. Each purchase unit establishes a contract between a payer and the payee. May not be included in minimal responses.\").nullable().optional(),\n}).passthrough().describe(\"Response from authorizing payment for an order.\");\n\nexport const paypalAuthorizeOrder = action(\"PAYPAL_AUTHORIZE_ORDER\", {\n slug: \"paypal-authorize-order\",\n name: \"Authorize order payment\",\n description: \"Authorizes payment for an order. Use this action when you need to authorize funds from a payer's payment source but delay capturing the payment until a later time, such as when goods are shipped or services are delivered. The authorization creates a hold on the payer's funds and returns authorization details including an authorization ID that can be used later to capture or void the payment. Authorizations are typically valid for 3 days for most payment sources, though this may vary. Use this action after an order has been created and approved by the payer, when you want to authorize but not immediately capture the payment.\",\n input: PaypalAuthorizeOrderInput,\n output: PaypalAuthorizeOrderOutput,\n});\n"],"mappings":"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"}
|
|
@@ -13,14 +13,14 @@ const PaypalCancelInvoice_LinkDescriptionSchema = zod.z.object({
|
|
|
13
13
|
rel: zod.z.string().describe("The relationship between the resource and the link.").nullable().optional(),
|
|
14
14
|
href: zod.z.string().describe("The URI of the related resource.").nullable().optional(),
|
|
15
15
|
method: zod.z.string().describe("The HTTP method to use for the related resource.").nullable().optional()
|
|
16
|
-
}).describe("HATEOAS link information.");
|
|
16
|
+
}).passthrough().describe("HATEOAS link information.");
|
|
17
17
|
const PaypalCancelInvoice_ErrorDetailSchema = zod.z.object({
|
|
18
18
|
field: zod.z.string().describe("The field that caused the error.").nullable().optional(),
|
|
19
19
|
issue: zod.z.string().describe("The issue description.").nullable(),
|
|
20
20
|
value: zod.z.string().describe("The value that caused the error.").nullable().optional(),
|
|
21
21
|
location: zod.z.string().describe("The location of the error (body, path, query, header).").nullable().optional(),
|
|
22
22
|
description: zod.z.string().describe("The error description.").nullable().optional()
|
|
23
|
-
}).describe("Error detail information.");
|
|
23
|
+
}).passthrough().describe("Error detail information.");
|
|
24
24
|
const PaypalCancelInvoiceOutput = zod.z.object({
|
|
25
25
|
name: zod.z.string().describe("The human-readable, unique name of the error.").nullable().optional(),
|
|
26
26
|
links: zod.z.array(PaypalCancelInvoice_LinkDescriptionSchema).describe("An array of request-related HATEOAS links.").nullable().optional(),
|
|
@@ -30,7 +30,7 @@ const PaypalCancelInvoiceOutput = zod.z.object({
|
|
|
30
30
|
debug_id: zod.z.string().describe("The PayPal internal ID. Used for correlation purposes.").nullable().optional(),
|
|
31
31
|
status_code: zod.z.number().int().describe("The HTTP status code of the response.").nullable().optional(),
|
|
32
32
|
information_link: zod.z.string().describe("The information link, or URI, that shows detailed information about this error for the developer.").nullable().optional()
|
|
33
|
-
}).describe("Response model for canceling a PayPal invoice.");
|
|
33
|
+
}).passthrough().describe("Response model for canceling a PayPal invoice.");
|
|
34
34
|
const paypalCancelInvoice = require_action.action("PAYPAL_CANCEL_INVOICE", {
|
|
35
35
|
slug: "paypal-cancel-invoice",
|
|
36
36
|
name: "Cancel Invoice",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cancel-invoice.cjs","names":["z","action"],"sources":["../../src/actions/cancel-invoice.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalCancelInvoiceInput = z.object({\n note: z.string().describe(\"A note about the cancellation reason. Maximum 1000 characters.\").optional(),\n subject: z.string().describe(\"The subject of the email notification sent about the cancellation. Maximum 150 characters.\").optional(),\n invoice_id: z.string().describe(\"The ID of the invoice to cancel.\"),\n send_to_invoicer: z.boolean().describe(\"Whether to send the cancellation notification email to the merchant (invoicer). Default is true.\").optional(),\n send_to_recipient: z.boolean().describe(\"Whether to send the cancellation notification email to the recipient (payer). Default is true.\").optional(),\n additional_recipients: z.array(z.string()).describe(\"An array of CC email addresses to which the cancellation notification is sent. Maximum 100 email addresses.\").optional(),\n}).describe(\"Request schema for canceling a PayPal invoice.\\n\\nUse this when you need to cancel an invoice that has been sent to a payer.\\nYou can optionally include a cancellation reason and control who receives\\nnotifications about the cancellation.\");\nconst PaypalCancelInvoice_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The relationship between the resource and the link.\").nullable().optional(),\n href: z.string().describe(\"The URI of the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method to use for the related resource.\").nullable().optional(),\n}).describe(\"HATEOAS link information.\");\nconst PaypalCancelInvoice_ErrorDetailSchema = z.object({\n field: z.string().describe(\"The field that caused the error.\").nullable().optional(),\n issue: z.string().describe(\"The issue description.\").nullable(),\n value: z.string().describe(\"The value that caused the error.\").nullable().optional(),\n location: z.string().describe(\"The location of the error (body, path, query, header).\").nullable().optional(),\n description: z.string().describe(\"The error description.\").nullable().optional(),\n}).describe(\"Error detail information.\");\nexport const PaypalCancelInvoiceOutput = z.object({\n name: z.string().describe(\"The human-readable, unique name of the error.\").nullable().optional(),\n links: z.array(PaypalCancelInvoice_LinkDescriptionSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n details: z.array(PaypalCancelInvoice_ErrorDetailSchema).describe(\"An array of additional details about the error.\").nullable().optional(),\n message: z.string().describe(\"A message describing the result of the cancellation operation.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the invoice cancellation was successful.\").nullable().optional(),\n debug_id: z.string().describe(\"The PayPal internal ID. Used for correlation purposes.\").nullable().optional(),\n status_code: z.number().int().describe(\"The HTTP status code of the response.\").nullable().optional(),\n information_link: z.string().describe(\"The information link, or URI, that shows detailed information about this error for the developer.\").nullable().optional(),\n}).describe(\"Response model for canceling a PayPal invoice.\");\n\nexport const paypalCancelInvoice = action(\"PAYPAL_CANCEL_INVOICE\", {\n slug: \"paypal-cancel-invoice\",\n name: \"Cancel Invoice\",\n description: \"Cancels a sent PayPal invoice and optionally notifies relevant parties. Use this action when you need to cancel an invoice that has already been sent to a payer. The action allows you to provide a cancellation reason and control who receives email notifications about the cancellation (recipient, invoicer, and additional CC recipients). This action is irreversible — once canceled, the invoice cannot be reinstated and the payer will no longer be able to pay it through PayPal. Note: Only invoices in SENT or SCHEDULED status can be canceled. Draft invoices should be deleted instead, and paid invoices must be refunded.\",\n input: PaypalCancelInvoiceInput,\n output: PaypalCancelInvoiceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACrG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;CACpI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAClE,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CACpJ,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;CACnJ,uBAAuBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;AAC9K,CAAC,CAAC,CAAC,SAAS,gPAAgP;AAC5P,MAAM,4CAA4CA,IAAAA,EAAE,OAAO;CACzD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,2BAA2B;
|
|
1
|
+
{"version":3,"file":"cancel-invoice.cjs","names":["z","action"],"sources":["../../src/actions/cancel-invoice.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalCancelInvoiceInput = z.object({\n note: z.string().describe(\"A note about the cancellation reason. Maximum 1000 characters.\").optional(),\n subject: z.string().describe(\"The subject of the email notification sent about the cancellation. Maximum 150 characters.\").optional(),\n invoice_id: z.string().describe(\"The ID of the invoice to cancel.\"),\n send_to_invoicer: z.boolean().describe(\"Whether to send the cancellation notification email to the merchant (invoicer). Default is true.\").optional(),\n send_to_recipient: z.boolean().describe(\"Whether to send the cancellation notification email to the recipient (payer). Default is true.\").optional(),\n additional_recipients: z.array(z.string()).describe(\"An array of CC email addresses to which the cancellation notification is sent. Maximum 100 email addresses.\").optional(),\n}).describe(\"Request schema for canceling a PayPal invoice.\\n\\nUse this when you need to cancel an invoice that has been sent to a payer.\\nYou can optionally include a cancellation reason and control who receives\\nnotifications about the cancellation.\");\nconst PaypalCancelInvoice_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The relationship between the resource and the link.\").nullable().optional(),\n href: z.string().describe(\"The URI of the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method to use for the related resource.\").nullable().optional(),\n}).passthrough().describe(\"HATEOAS link information.\");\nconst PaypalCancelInvoice_ErrorDetailSchema = z.object({\n field: z.string().describe(\"The field that caused the error.\").nullable().optional(),\n issue: z.string().describe(\"The issue description.\").nullable(),\n value: z.string().describe(\"The value that caused the error.\").nullable().optional(),\n location: z.string().describe(\"The location of the error (body, path, query, header).\").nullable().optional(),\n description: z.string().describe(\"The error description.\").nullable().optional(),\n}).passthrough().describe(\"Error detail information.\");\nexport const PaypalCancelInvoiceOutput = z.object({\n name: z.string().describe(\"The human-readable, unique name of the error.\").nullable().optional(),\n links: z.array(PaypalCancelInvoice_LinkDescriptionSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n details: z.array(PaypalCancelInvoice_ErrorDetailSchema).describe(\"An array of additional details about the error.\").nullable().optional(),\n message: z.string().describe(\"A message describing the result of the cancellation operation.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the invoice cancellation was successful.\").nullable().optional(),\n debug_id: z.string().describe(\"The PayPal internal ID. Used for correlation purposes.\").nullable().optional(),\n status_code: z.number().int().describe(\"The HTTP status code of the response.\").nullable().optional(),\n information_link: z.string().describe(\"The information link, or URI, that shows detailed information about this error for the developer.\").nullable().optional(),\n}).passthrough().describe(\"Response model for canceling a PayPal invoice.\");\n\nexport const paypalCancelInvoice = action(\"PAYPAL_CANCEL_INVOICE\", {\n slug: \"paypal-cancel-invoice\",\n name: \"Cancel Invoice\",\n description: \"Cancels a sent PayPal invoice and optionally notifies relevant parties. Use this action when you need to cancel an invoice that has already been sent to a payer. The action allows you to provide a cancellation reason and control who receives email notifications about the cancellation (recipient, invoicer, and additional CC recipients). This action is irreversible — once canceled, the invoice cannot be reinstated and the payer will no longer be able to pay it through PayPal. Note: Only invoices in SENT or SCHEDULED status can be canceled. Draft invoices should be deleted instead, and paid invoices must be refunded.\",\n input: PaypalCancelInvoiceInput,\n output: PaypalCancelInvoiceOutput,\n});\n"],"mappings":"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"}
|
|
@@ -15,20 +15,20 @@ declare const PaypalCancelInvoiceOutput: z.ZodObject<{
|
|
|
15
15
|
rel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
16
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
17
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
-
}, z.core.$
|
|
18
|
+
}, z.core.$loose>>>>;
|
|
19
19
|
details: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
20
20
|
field: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
21
|
issue: z.ZodNullable<z.ZodString>;
|
|
22
22
|
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
23
|
location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
24
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>>>>;
|
|
26
26
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
27
|
success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
28
28
|
debug_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
29
|
status_code: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
30
30
|
information_link: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
-
}, z.core.$
|
|
31
|
+
}, z.core.$loose>;
|
|
32
32
|
declare const paypalCancelInvoice: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
invoice_id: string;
|
|
34
34
|
note?: string | undefined;
|
|
@@ -36,7 +36,19 @@ declare const paypalCancelInvoice: import("@keystrokehq/action").WorkflowActionD
|
|
|
36
36
|
send_to_invoicer?: boolean | undefined;
|
|
37
37
|
send_to_recipient?: boolean | undefined;
|
|
38
38
|
additional_recipients?: string[] | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
accessToken: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
accessToken: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
40
52
|
//#endregion
|
|
41
53
|
export { paypalCancelInvoice };
|
|
42
54
|
//# sourceMappingURL=cancel-invoice.d.cts.map
|
|
@@ -15,20 +15,20 @@ declare const PaypalCancelInvoiceOutput: z.ZodObject<{
|
|
|
15
15
|
rel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
16
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
17
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
-
}, z.core.$
|
|
18
|
+
}, z.core.$loose>>>>;
|
|
19
19
|
details: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
20
20
|
field: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
21
|
issue: z.ZodNullable<z.ZodString>;
|
|
22
22
|
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
23
|
location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
24
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>>>>;
|
|
26
26
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
27
|
success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
28
28
|
debug_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
29
|
status_code: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
30
30
|
information_link: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
-
}, z.core.$
|
|
31
|
+
}, z.core.$loose>;
|
|
32
32
|
declare const paypalCancelInvoice: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
invoice_id: string;
|
|
34
34
|
note?: string | undefined;
|
|
@@ -36,7 +36,19 @@ declare const paypalCancelInvoice: import("@keystrokehq/action").WorkflowActionD
|
|
|
36
36
|
send_to_invoicer?: boolean | undefined;
|
|
37
37
|
send_to_recipient?: boolean | undefined;
|
|
38
38
|
additional_recipients?: string[] | undefined;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
accessToken: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
accessToken: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
40
52
|
//#endregion
|
|
41
53
|
export { paypalCancelInvoice };
|
|
42
54
|
//# sourceMappingURL=cancel-invoice.d.mts.map
|
|
@@ -13,14 +13,14 @@ const PaypalCancelInvoice_LinkDescriptionSchema = z.object({
|
|
|
13
13
|
rel: z.string().describe("The relationship between the resource and the link.").nullable().optional(),
|
|
14
14
|
href: z.string().describe("The URI of the related resource.").nullable().optional(),
|
|
15
15
|
method: z.string().describe("The HTTP method to use for the related resource.").nullable().optional()
|
|
16
|
-
}).describe("HATEOAS link information.");
|
|
16
|
+
}).passthrough().describe("HATEOAS link information.");
|
|
17
17
|
const PaypalCancelInvoice_ErrorDetailSchema = z.object({
|
|
18
18
|
field: z.string().describe("The field that caused the error.").nullable().optional(),
|
|
19
19
|
issue: z.string().describe("The issue description.").nullable(),
|
|
20
20
|
value: z.string().describe("The value that caused the error.").nullable().optional(),
|
|
21
21
|
location: z.string().describe("The location of the error (body, path, query, header).").nullable().optional(),
|
|
22
22
|
description: z.string().describe("The error description.").nullable().optional()
|
|
23
|
-
}).describe("Error detail information.");
|
|
23
|
+
}).passthrough().describe("Error detail information.");
|
|
24
24
|
const paypalCancelInvoice = action("PAYPAL_CANCEL_INVOICE", {
|
|
25
25
|
slug: "paypal-cancel-invoice",
|
|
26
26
|
name: "Cancel Invoice",
|
|
@@ -35,7 +35,7 @@ const paypalCancelInvoice = action("PAYPAL_CANCEL_INVOICE", {
|
|
|
35
35
|
debug_id: z.string().describe("The PayPal internal ID. Used for correlation purposes.").nullable().optional(),
|
|
36
36
|
status_code: z.number().int().describe("The HTTP status code of the response.").nullable().optional(),
|
|
37
37
|
information_link: z.string().describe("The information link, or URI, that shows detailed information about this error for the developer.").nullable().optional()
|
|
38
|
-
}).describe("Response model for canceling a PayPal invoice.")
|
|
38
|
+
}).passthrough().describe("Response model for canceling a PayPal invoice.")
|
|
39
39
|
});
|
|
40
40
|
//#endregion
|
|
41
41
|
export { paypalCancelInvoice };
|