@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
|
@@ -69,52 +69,52 @@ declare const PaypalSearchInvoicesOutput: z.ZodObject<{
|
|
|
69
69
|
unit_amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
70
70
|
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
71
|
currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72
|
-
}, z.core.$
|
|
73
|
-
}, z.core.$
|
|
72
|
+
}, z.core.$loose>>>;
|
|
73
|
+
}, z.core.$loose>>>>;
|
|
74
74
|
links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
75
75
|
rel: z.ZodNullable<z.ZodString>;
|
|
76
76
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
77
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
78
|
-
}, z.core.$
|
|
78
|
+
}, z.core.$loose>>>>;
|
|
79
79
|
amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
80
80
|
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
81
|
currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
82
|
-
}, z.core.$
|
|
82
|
+
}, z.core.$loose>>>;
|
|
83
83
|
detail: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
84
84
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
85
|
currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
86
86
|
invoice_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
87
|
-
}, z.core.$
|
|
87
|
+
}, z.core.$loose>>>;
|
|
88
88
|
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
89
|
-
refunds: z.ZodOptional<z.ZodNullable<z.
|
|
89
|
+
refunds: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
90
90
|
gratuity: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
91
91
|
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
92
92
|
currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
93
|
-
}, z.core.$
|
|
93
|
+
}, z.core.$loose>>>;
|
|
94
94
|
invoicer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
95
95
|
email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
96
|
-
}, z.core.$
|
|
97
|
-
payments: z.ZodOptional<z.ZodNullable<z.
|
|
96
|
+
}, z.core.$loose>>>;
|
|
97
|
+
payments: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
98
98
|
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
99
99
|
due_amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
100
100
|
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
101
101
|
currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
102
|
-
}, z.core.$
|
|
103
|
-
configuration: z.ZodOptional<z.ZodNullable<z.
|
|
102
|
+
}, z.core.$loose>>>;
|
|
103
|
+
configuration: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
104
104
|
primary_recipients: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
105
105
|
business_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
106
106
|
email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
107
|
-
}, z.core.$
|
|
107
|
+
}, z.core.$loose>>>>;
|
|
108
108
|
additional_recipients: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
109
|
-
}, z.core.$
|
|
109
|
+
}, z.core.$loose>>;
|
|
110
110
|
links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
111
111
|
rel: z.ZodNullable<z.ZodString>;
|
|
112
112
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
113
113
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
114
|
-
}, z.core.$
|
|
114
|
+
}, z.core.$loose>>>>;
|
|
115
115
|
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
116
116
|
total_pages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
117
|
-
}, z.core.$
|
|
117
|
+
}, z.core.$loose>;
|
|
118
118
|
declare const paypalSearchInvoices: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
119
119
|
memo?: string | undefined;
|
|
120
120
|
page?: number | undefined;
|
|
@@ -156,7 +156,19 @@ declare const paypalSearchInvoices: import("@keystrokehq/action").WorkflowAction
|
|
|
156
156
|
recipient_last_name?: string | undefined;
|
|
157
157
|
recipient_first_name?: string | undefined;
|
|
158
158
|
recipient_business_name?: string | undefined;
|
|
159
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
159
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
160
|
+
connectionId: z.ZodString;
|
|
161
|
+
entityId: z.ZodString;
|
|
162
|
+
instanceId: z.ZodString;
|
|
163
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
164
|
+
accessToken: z.ZodString;
|
|
165
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
166
|
+
connectionId: z.ZodString;
|
|
167
|
+
entityId: z.ZodString;
|
|
168
|
+
instanceId: z.ZodString;
|
|
169
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
170
|
+
accessToken: z.ZodString;
|
|
171
|
+
}, z.core.$strip>>]>;
|
|
160
172
|
//#endregion
|
|
161
173
|
export { paypalSearchInvoices };
|
|
162
174
|
//# sourceMappingURL=search-invoices.d.cts.map
|
|
@@ -69,52 +69,52 @@ declare const PaypalSearchInvoicesOutput: z.ZodObject<{
|
|
|
69
69
|
unit_amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
70
70
|
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
71
|
currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72
|
-
}, z.core.$
|
|
73
|
-
}, z.core.$
|
|
72
|
+
}, z.core.$loose>>>;
|
|
73
|
+
}, z.core.$loose>>>>;
|
|
74
74
|
links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
75
75
|
rel: z.ZodNullable<z.ZodString>;
|
|
76
76
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
77
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
78
|
-
}, z.core.$
|
|
78
|
+
}, z.core.$loose>>>>;
|
|
79
79
|
amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
80
80
|
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
81
|
currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
82
|
-
}, z.core.$
|
|
82
|
+
}, z.core.$loose>>>;
|
|
83
83
|
detail: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
84
84
|
reference: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
85
|
currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
86
86
|
invoice_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
87
|
-
}, z.core.$
|
|
87
|
+
}, z.core.$loose>>>;
|
|
88
88
|
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
89
|
-
refunds: z.ZodOptional<z.ZodNullable<z.
|
|
89
|
+
refunds: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
90
90
|
gratuity: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
91
91
|
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
92
92
|
currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
93
|
-
}, z.core.$
|
|
93
|
+
}, z.core.$loose>>>;
|
|
94
94
|
invoicer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
95
95
|
email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
96
|
-
}, z.core.$
|
|
97
|
-
payments: z.ZodOptional<z.ZodNullable<z.
|
|
96
|
+
}, z.core.$loose>>>;
|
|
97
|
+
payments: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
98
98
|
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
99
99
|
due_amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
100
100
|
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
101
101
|
currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
102
|
-
}, z.core.$
|
|
103
|
-
configuration: z.ZodOptional<z.ZodNullable<z.
|
|
102
|
+
}, z.core.$loose>>>;
|
|
103
|
+
configuration: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
104
104
|
primary_recipients: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
105
105
|
business_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
106
106
|
email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
107
|
-
}, z.core.$
|
|
107
|
+
}, z.core.$loose>>>>;
|
|
108
108
|
additional_recipients: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
109
|
-
}, z.core.$
|
|
109
|
+
}, z.core.$loose>>;
|
|
110
110
|
links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
111
111
|
rel: z.ZodNullable<z.ZodString>;
|
|
112
112
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
113
113
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
114
|
-
}, z.core.$
|
|
114
|
+
}, z.core.$loose>>>>;
|
|
115
115
|
total_items: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
116
116
|
total_pages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
117
|
-
}, z.core.$
|
|
117
|
+
}, z.core.$loose>;
|
|
118
118
|
declare const paypalSearchInvoices: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
119
119
|
memo?: string | undefined;
|
|
120
120
|
page?: number | undefined;
|
|
@@ -156,7 +156,19 @@ declare const paypalSearchInvoices: import("@keystrokehq/action").WorkflowAction
|
|
|
156
156
|
recipient_last_name?: string | undefined;
|
|
157
157
|
recipient_first_name?: string | undefined;
|
|
158
158
|
recipient_business_name?: string | undefined;
|
|
159
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
159
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
160
|
+
connectionId: z.ZodString;
|
|
161
|
+
entityId: z.ZodString;
|
|
162
|
+
instanceId: z.ZodString;
|
|
163
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
164
|
+
accessToken: z.ZodString;
|
|
165
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
166
|
+
connectionId: z.ZodString;
|
|
167
|
+
entityId: z.ZodString;
|
|
168
|
+
instanceId: z.ZodString;
|
|
169
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
170
|
+
accessToken: z.ZodString;
|
|
171
|
+
}, z.core.$strip>>]>;
|
|
160
172
|
//#endregion
|
|
161
173
|
export { paypalSearchInvoices };
|
|
162
174
|
//# sourceMappingURL=search-invoices.d.mts.map
|
|
@@ -63,27 +63,27 @@ const PaypalSearchInvoicesInput = z.object({
|
|
|
63
63
|
const PaypalSearchInvoices_InvoiceAmountSummarySchema = z.object({
|
|
64
64
|
value: z.string().describe("The value of the amount.").nullable().optional(),
|
|
65
65
|
currency_code: z.string().describe("The three-character ISO currency code.").nullable().optional()
|
|
66
|
-
}).describe("Invoice amount summary details.");
|
|
66
|
+
}).passthrough().describe("Invoice amount summary details.");
|
|
67
67
|
const PaypalSearchInvoices_InvoiceItemSchema = z.object({
|
|
68
68
|
name: z.string().describe("The item name.").nullable().optional(),
|
|
69
69
|
quantity: z.string().describe("The quantity of the item.").nullable().optional(),
|
|
70
70
|
unit_amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional()
|
|
71
|
-
}).describe("Invoice line item details.");
|
|
71
|
+
}).passthrough().describe("Invoice line item details.");
|
|
72
72
|
const PaypalSearchInvoices_LinkDescriptionSchema = z.object({
|
|
73
73
|
rel: z.string().describe("The link relation type.").nullable(),
|
|
74
74
|
href: z.string().describe("The hyperlink to the related resource.").nullable().optional(),
|
|
75
75
|
method: z.string().describe("The HTTP method required to access the related resource.").nullable().optional()
|
|
76
|
-
}).describe("The request-related HATEOAS link information.");
|
|
76
|
+
}).passthrough().describe("The request-related HATEOAS link information.");
|
|
77
77
|
const PaypalSearchInvoices_InvoiceDetailSchema = z.object({
|
|
78
78
|
reference: z.string().describe("The reference of the invoice.").nullable().optional(),
|
|
79
79
|
currency_code: z.string().describe("The currency code.").nullable().optional(),
|
|
80
80
|
invoice_number: z.string().describe("The invoice number that appears on the invoice.").nullable().optional()
|
|
81
|
-
}).describe("Invoice detail information.");
|
|
82
|
-
const PaypalSearchInvoices_InvoicerInfoSchema = z.object({ email_address: z.string().describe("The email address of the invoicer.").nullable().optional() }).describe("Invoicer information details.");
|
|
81
|
+
}).passthrough().describe("Invoice detail information.");
|
|
82
|
+
const PaypalSearchInvoices_InvoicerInfoSchema = z.object({ email_address: z.string().describe("The email address of the invoicer.").nullable().optional() }).passthrough().describe("Invoicer information details.");
|
|
83
83
|
const PaypalSearchInvoices_RecipientInfoSchema = z.object({
|
|
84
84
|
business_name: z.string().describe("The business name of the recipient.").nullable().optional(),
|
|
85
85
|
email_address: z.string().describe("The email address of the recipient.").nullable().optional()
|
|
86
|
-
}).describe("Recipient information for invoice.");
|
|
86
|
+
}).passthrough().describe("Recipient information for invoice.");
|
|
87
87
|
const PaypalSearchInvoices_InvoiceSchema = z.object({
|
|
88
88
|
id: z.string().describe("The unique identifier for the invoice.").nullable().optional(),
|
|
89
89
|
items: z.array(PaypalSearchInvoices_InvoiceItemSchema).describe("The list of items in the invoice.").nullable().optional(),
|
|
@@ -91,16 +91,16 @@ const PaypalSearchInvoices_InvoiceSchema = z.object({
|
|
|
91
91
|
amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),
|
|
92
92
|
detail: PaypalSearchInvoices_InvoiceDetailSchema.nullable().optional(),
|
|
93
93
|
status: z.string().describe("The status of the invoice.").nullable().optional(),
|
|
94
|
-
refunds: z.
|
|
94
|
+
refunds: z.record(z.string(), z.unknown()).describe("The refunds information.").nullable().optional(),
|
|
95
95
|
gratuity: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),
|
|
96
96
|
invoicer: PaypalSearchInvoices_InvoicerInfoSchema.nullable().optional(),
|
|
97
|
-
payments: z.
|
|
97
|
+
payments: z.record(z.string(), z.unknown()).describe("The payments information.").nullable().optional(),
|
|
98
98
|
parent_id: z.string().describe("The parent ID of the invoice.").nullable().optional(),
|
|
99
99
|
due_amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),
|
|
100
|
-
configuration: z.
|
|
100
|
+
configuration: z.record(z.string(), z.unknown()).describe("The configuration of the invoice.").nullable().optional(),
|
|
101
101
|
primary_recipients: z.array(PaypalSearchInvoices_RecipientInfoSchema).describe("The primary recipients of the invoice.").nullable().optional(),
|
|
102
102
|
additional_recipients: z.array(z.string()).describe("Additional recipients for the invoice.").nullable().optional()
|
|
103
|
-
}).describe("Invoice details including all information about the invoice like items, billing information.");
|
|
103
|
+
}).passthrough().describe("Invoice details including all information about the invoice like items, billing information.");
|
|
104
104
|
const paypalSearchInvoices = action("PAYPAL_SEARCH_INVOICES", {
|
|
105
105
|
slug: "paypal-search-invoices",
|
|
106
106
|
name: "Search PayPal Invoices",
|
|
@@ -111,7 +111,7 @@ const paypalSearchInvoices = action("PAYPAL_SEARCH_INVOICES", {
|
|
|
111
111
|
links: z.array(PaypalSearchInvoices_LinkDescriptionSchema).describe("An array of request-related HATEOAS links.").nullable().optional(),
|
|
112
112
|
total_items: z.number().int().describe("The total number of invoices that match the search criteria. Note: Clients MUST NOT assume that the value of total_items is constant.").nullable().optional(),
|
|
113
113
|
total_pages: z.number().int().describe("The total number of pages that are available for the search criteria. Note: Clients MUST NOT assume that the value of total_pages is constant.").nullable().optional()
|
|
114
|
-
}).describe("Response schema for the SearchInvoices action containing matching invoices.")
|
|
114
|
+
}).passthrough().describe("Response schema for the SearchInvoices action containing matching invoices.")
|
|
115
115
|
});
|
|
116
116
|
//#endregion
|
|
117
117
|
export { paypalSearchInvoices };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-invoices.mjs","names":[],"sources":["../../src/actions/search-invoices.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalSearchInvoicesInput = z.object({\n memo: z.string().describe(\"A private bookkeeping memo to filter by.\").optional(),\n page: z.number().int().default(1).describe(\"The page number to be retrieved. A combination of page=1 and page_size=20 returns the first 20 invoices. A combination of page=2 and page_size=20 returns the next 20 invoices.\").optional(),\n fields: z.array(z.string()).describe(\"A list of fields to return for each invoice. Valid fields are: items, payments, refunds, additional_recipients_info, and attachments. Maximum 5 fields.\").optional(),\n status: z.array(z.enum([\"DRAFT\", \"SENT\", \"SCHEDULED\", \"PAID\", \"MARKED_AS_PAID\", \"CANCELLED\", \"REFUNDED\", \"PARTIALLY_PAID\", \"PARTIALLY_REFUNDED\", \"MARKED_AS_REFUNDED\", \"UNPAID\", \"PAYMENT_PENDING\", \"AUTO_CANCELLED\", \"PAID_EXTERNAL\", \"REFUNDED_EXTERNAL\", \"SHARED\"]).describe(\"The status of the invoice.\")).describe(\"An array of invoice status values to filter by. Common statuses include DRAFT, SENT, SCHEDULED, PAID, CANCELLED, REFUNDED, PARTIALLY_PAID, UNPAID.\").optional(),\n archived: z.boolean().describe(\"Indicates whether to list merchant-archived invoices. true: lists only archived, false: lists only unarchived, null: lists all.\").optional(),\n page_size: z.number().int().default(25).describe(\"The maximum number of invoices to return in the response.\").optional(),\n reference: z.string().describe(\"The reference data including a Purchase Order (PO) number to filter by.\").optional(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code to filter invoices.\").optional(),\n due_date_range: z.object({\n end: z.string().describe(\"The end date in ISO 8601 format (e.g., '2024-12-31').\"),\n start: z.string().describe(\"The start date in ISO 8601 format (e.g., '2024-01-01').\"),\n}).describe(\"The date range for filtering invoices.\").optional(),\n invoice_number: z.string().describe(\"Filters the search by the invoice number.\").optional(),\n total_required: z.boolean().default(false).describe(\"Indicates whether to show total_pages and total_items in the response.\").optional(),\n recipient_email: z.string().describe(\"Filters the search by the recipient email address.\").optional(),\n invoice_date_range: z.object({\n end: z.string().describe(\"The end date in ISO 8601 format (e.g., '2024-12-31').\"),\n start: z.string().describe(\"The start date in ISO 8601 format (e.g., '2024-01-01').\"),\n}).describe(\"The date range for filtering invoices.\").optional(),\n payment_date_range: z.object({\n end: z.string().describe(\"The end date and time, in ISO 8601 format (e.g., '2024-12-31T23:59:59Z').\"),\n start: z.string().describe(\"The start date and time, in ISO 8601 format (e.g., '2024-01-01T00:00:00Z').\"),\n}).describe(\"The date and time range for filtering invoices.\").optional(),\n total_amount_range: z.object({\n lower_amount: z.object({\n value: z.string().describe(\"The value, which might be an integer for currencies like JPY or a decimal fraction for others.\"),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code that identifies the currency.\"),\n}).describe(\"The lower bound of the amount range.\"),\n upper_amount: z.object({\n value: z.string().describe(\"The value, which might be an integer for currencies like JPY or a decimal fraction for others.\"),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code that identifies the currency.\"),\n}).describe(\"The upper bound of the amount range.\"),\n}).describe(\"The amount range for filtering invoices.\").optional(),\n creation_date_range: z.object({\n end: z.string().describe(\"The end date and time, in ISO 8601 format (e.g., '2024-12-31T23:59:59Z').\"),\n start: z.string().describe(\"The start date and time, in ISO 8601 format (e.g., '2024-01-01T00:00:00Z').\"),\n}).describe(\"The date and time range for filtering invoices.\").optional(),\n recipient_last_name: z.string().describe(\"Filters the search by the recipient last name.\").optional(),\n recipient_first_name: z.string().describe(\"Filters the search by the recipient first name.\").optional(),\n recipient_business_name: z.string().describe(\"Filters the search by the recipient business name.\").optional(),\n}).describe(\"Request schema for searching PayPal invoices with various filter criteria.\\n\\nUse when you need to search for invoices based on status, dates, recipients,\\namount ranges, or other criteria. The search returns matching invoices with\\npagination support.\\n\\n**Common use cases:**\\n- Find all invoices with a specific status (e.g., DRAFT, SENT, PAID)\\n- Find invoices within a date range (creation, due, or invoice date)\\n- Find invoices for a specific recipient by email or name\\n- Find invoices within a monetary amount range\");\nconst PaypalSearchInvoices_InvoiceAmountSummarySchema = z.object({\n value: z.string().describe(\"The value of the amount.\").nullable().optional(),\n currency_code: z.string().describe(\"The three-character ISO currency code.\").nullable().optional(),\n}).describe(\"Invoice amount summary details.\");\nconst PaypalSearchInvoices_InvoiceItemSchema = z.object({\n name: z.string().describe(\"The item name.\").nullable().optional(),\n quantity: z.string().describe(\"The quantity of the item.\").nullable().optional(),\n unit_amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n}).describe(\"Invoice line item details.\");\nconst PaypalSearchInvoices_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relation type.\").nullable(),\n href: z.string().describe(\"The hyperlink to the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method required to access the related resource.\").nullable().optional(),\n}).describe(\"The request-related HATEOAS link information.\");\nconst PaypalSearchInvoices_InvoiceDetailSchema = z.object({\n reference: z.string().describe(\"The reference of the invoice.\").nullable().optional(),\n currency_code: z.string().describe(\"The currency code.\").nullable().optional(),\n invoice_number: z.string().describe(\"The invoice number that appears on the invoice.\").nullable().optional(),\n}).describe(\"Invoice detail information.\");\nconst PaypalSearchInvoices_InvoicerInfoSchema = z.object({\n email_address: z.string().describe(\"The email address of the invoicer.\").nullable().optional(),\n}).describe(\"Invoicer information details.\");\nconst PaypalSearchInvoices_RecipientInfoSchema = z.object({\n business_name: z.string().describe(\"The business name of the recipient.\").nullable().optional(),\n email_address: z.string().describe(\"The email address of the recipient.\").nullable().optional(),\n}).describe(\"Recipient information for invoice.\");\nconst PaypalSearchInvoices_InvoiceSchema = z.object({\n id: z.string().describe(\"The unique identifier for the invoice.\").nullable().optional(),\n items: z.array(PaypalSearchInvoices_InvoiceItemSchema).describe(\"The list of items in the invoice.\").nullable().optional(),\n links: z.array(PaypalSearchInvoices_LinkDescriptionSchema).describe(\"An array of HATEOAS links related to the invoice.\").nullable().optional(),\n amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n detail: PaypalSearchInvoices_InvoiceDetailSchema.nullable().optional(),\n status: z.string().describe(\"The status of the invoice.\").nullable().optional(),\n refunds: z.object({}).describe(\"The refunds information.\").nullable().optional(),\n gratuity: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n invoicer: PaypalSearchInvoices_InvoicerInfoSchema.nullable().optional(),\n payments: z.object({}).describe(\"The payments information.\").nullable().optional(),\n parent_id: z.string().describe(\"The parent ID of the invoice.\").nullable().optional(),\n due_amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n configuration: z.object({}).describe(\"The configuration of the invoice.\").nullable().optional(),\n primary_recipients: z.array(PaypalSearchInvoices_RecipientInfoSchema).describe(\"The primary recipients of the invoice.\").nullable().optional(),\n additional_recipients: z.array(z.string()).describe(\"Additional recipients for the invoice.\").nullable().optional(),\n}).describe(\"Invoice details including all information about the invoice like items, billing information.\");\nexport const PaypalSearchInvoicesOutput = z.object({\n items: z.array(PaypalSearchInvoices_InvoiceSchema).describe(\"The list of invoices that match the search criteria.\"),\n links: z.array(PaypalSearchInvoices_LinkDescriptionSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n total_items: z.number().int().describe(\"The total number of invoices that match the search criteria. Note: Clients MUST NOT assume that the value of total_items is constant.\").nullable().optional(),\n total_pages: z.number().int().describe(\"The total number of pages that are available for the search criteria. Note: Clients MUST NOT assume that the value of total_pages is constant.\").nullable().optional(),\n}).describe(\"Response schema for the SearchInvoices action containing matching invoices.\");\n\nexport const paypalSearchInvoices = action(\"PAYPAL_SEARCH_INVOICES\", {\n slug: \"paypal-search-invoices\",\n name: \"Search PayPal Invoices\",\n description: \"Search for PayPal invoices based on various filter criteria. Use when you need to find invoices matching specific criteria such as status, date ranges, recipient information, amount ranges, or invoice numbers. This action supports pagination and can return total counts when total_required=true. **Common use cases:** - Find all invoices with a specific status (e.g., all DRAFT or SENT invoices) - Find invoices created within a date range - Find invoices for a specific customer by email or business name - Find invoices within a monetary amount range - Combine multiple filters for precise invoice searches **Pagination:** Results are paginated using page and page_size parameters. Set total_required=true to include total_counts in the response.\",\n input: PaypalSearchInvoicesInput,\n output: PaypalSearchInvoicesOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"search-invoices.mjs","names":[],"sources":["../../src/actions/search-invoices.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalSearchInvoicesInput = z.object({\n memo: z.string().describe(\"A private bookkeeping memo to filter by.\").optional(),\n page: z.number().int().default(1).describe(\"The page number to be retrieved. A combination of page=1 and page_size=20 returns the first 20 invoices. A combination of page=2 and page_size=20 returns the next 20 invoices.\").optional(),\n fields: z.array(z.string()).describe(\"A list of fields to return for each invoice. Valid fields are: items, payments, refunds, additional_recipients_info, and attachments. Maximum 5 fields.\").optional(),\n status: z.array(z.enum([\"DRAFT\", \"SENT\", \"SCHEDULED\", \"PAID\", \"MARKED_AS_PAID\", \"CANCELLED\", \"REFUNDED\", \"PARTIALLY_PAID\", \"PARTIALLY_REFUNDED\", \"MARKED_AS_REFUNDED\", \"UNPAID\", \"PAYMENT_PENDING\", \"AUTO_CANCELLED\", \"PAID_EXTERNAL\", \"REFUNDED_EXTERNAL\", \"SHARED\"]).describe(\"The status of the invoice.\")).describe(\"An array of invoice status values to filter by. Common statuses include DRAFT, SENT, SCHEDULED, PAID, CANCELLED, REFUNDED, PARTIALLY_PAID, UNPAID.\").optional(),\n archived: z.boolean().describe(\"Indicates whether to list merchant-archived invoices. true: lists only archived, false: lists only unarchived, null: lists all.\").optional(),\n page_size: z.number().int().default(25).describe(\"The maximum number of invoices to return in the response.\").optional(),\n reference: z.string().describe(\"The reference data including a Purchase Order (PO) number to filter by.\").optional(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code to filter invoices.\").optional(),\n due_date_range: z.object({\n end: z.string().describe(\"The end date in ISO 8601 format (e.g., '2024-12-31').\"),\n start: z.string().describe(\"The start date in ISO 8601 format (e.g., '2024-01-01').\"),\n}).describe(\"The date range for filtering invoices.\").optional(),\n invoice_number: z.string().describe(\"Filters the search by the invoice number.\").optional(),\n total_required: z.boolean().default(false).describe(\"Indicates whether to show total_pages and total_items in the response.\").optional(),\n recipient_email: z.string().describe(\"Filters the search by the recipient email address.\").optional(),\n invoice_date_range: z.object({\n end: z.string().describe(\"The end date in ISO 8601 format (e.g., '2024-12-31').\"),\n start: z.string().describe(\"The start date in ISO 8601 format (e.g., '2024-01-01').\"),\n}).describe(\"The date range for filtering invoices.\").optional(),\n payment_date_range: z.object({\n end: z.string().describe(\"The end date and time, in ISO 8601 format (e.g., '2024-12-31T23:59:59Z').\"),\n start: z.string().describe(\"The start date and time, in ISO 8601 format (e.g., '2024-01-01T00:00:00Z').\"),\n}).describe(\"The date and time range for filtering invoices.\").optional(),\n total_amount_range: z.object({\n lower_amount: z.object({\n value: z.string().describe(\"The value, which might be an integer for currencies like JPY or a decimal fraction for others.\"),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code that identifies the currency.\"),\n}).describe(\"The lower bound of the amount range.\"),\n upper_amount: z.object({\n value: z.string().describe(\"The value, which might be an integer for currencies like JPY or a decimal fraction for others.\"),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code that identifies the currency.\"),\n}).describe(\"The upper bound of the amount range.\"),\n}).describe(\"The amount range for filtering invoices.\").optional(),\n creation_date_range: z.object({\n end: z.string().describe(\"The end date and time, in ISO 8601 format (e.g., '2024-12-31T23:59:59Z').\"),\n start: z.string().describe(\"The start date and time, in ISO 8601 format (e.g., '2024-01-01T00:00:00Z').\"),\n}).describe(\"The date and time range for filtering invoices.\").optional(),\n recipient_last_name: z.string().describe(\"Filters the search by the recipient last name.\").optional(),\n recipient_first_name: z.string().describe(\"Filters the search by the recipient first name.\").optional(),\n recipient_business_name: z.string().describe(\"Filters the search by the recipient business name.\").optional(),\n}).describe(\"Request schema for searching PayPal invoices with various filter criteria.\\n\\nUse when you need to search for invoices based on status, dates, recipients,\\namount ranges, or other criteria. The search returns matching invoices with\\npagination support.\\n\\n**Common use cases:**\\n- Find all invoices with a specific status (e.g., DRAFT, SENT, PAID)\\n- Find invoices within a date range (creation, due, or invoice date)\\n- Find invoices for a specific recipient by email or name\\n- Find invoices within a monetary amount range\");\nconst PaypalSearchInvoices_InvoiceAmountSummarySchema = z.object({\n value: z.string().describe(\"The value of the amount.\").nullable().optional(),\n currency_code: z.string().describe(\"The three-character ISO currency code.\").nullable().optional(),\n}).passthrough().describe(\"Invoice amount summary details.\");\nconst PaypalSearchInvoices_InvoiceItemSchema = z.object({\n name: z.string().describe(\"The item name.\").nullable().optional(),\n quantity: z.string().describe(\"The quantity of the item.\").nullable().optional(),\n unit_amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n}).passthrough().describe(\"Invoice line item details.\");\nconst PaypalSearchInvoices_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relation type.\").nullable(),\n href: z.string().describe(\"The hyperlink to the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method required to access the related resource.\").nullable().optional(),\n}).passthrough().describe(\"The request-related HATEOAS link information.\");\nconst PaypalSearchInvoices_InvoiceDetailSchema = z.object({\n reference: z.string().describe(\"The reference of the invoice.\").nullable().optional(),\n currency_code: z.string().describe(\"The currency code.\").nullable().optional(),\n invoice_number: z.string().describe(\"The invoice number that appears on the invoice.\").nullable().optional(),\n}).passthrough().describe(\"Invoice detail information.\");\nconst PaypalSearchInvoices_InvoicerInfoSchema = z.object({\n email_address: z.string().describe(\"The email address of the invoicer.\").nullable().optional(),\n}).passthrough().describe(\"Invoicer information details.\");\nconst PaypalSearchInvoices_RecipientInfoSchema = z.object({\n business_name: z.string().describe(\"The business name of the recipient.\").nullable().optional(),\n email_address: z.string().describe(\"The email address of the recipient.\").nullable().optional(),\n}).passthrough().describe(\"Recipient information for invoice.\");\nconst PaypalSearchInvoices_InvoiceSchema = z.object({\n id: z.string().describe(\"The unique identifier for the invoice.\").nullable().optional(),\n items: z.array(PaypalSearchInvoices_InvoiceItemSchema).describe(\"The list of items in the invoice.\").nullable().optional(),\n links: z.array(PaypalSearchInvoices_LinkDescriptionSchema).describe(\"An array of HATEOAS links related to the invoice.\").nullable().optional(),\n amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n detail: PaypalSearchInvoices_InvoiceDetailSchema.nullable().optional(),\n status: z.string().describe(\"The status of the invoice.\").nullable().optional(),\n refunds: z.record(z.string(), z.unknown()).describe(\"The refunds information.\").nullable().optional(),\n gratuity: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n invoicer: PaypalSearchInvoices_InvoicerInfoSchema.nullable().optional(),\n payments: z.record(z.string(), z.unknown()).describe(\"The payments information.\").nullable().optional(),\n parent_id: z.string().describe(\"The parent ID of the invoice.\").nullable().optional(),\n due_amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n configuration: z.record(z.string(), z.unknown()).describe(\"The configuration of the invoice.\").nullable().optional(),\n primary_recipients: z.array(PaypalSearchInvoices_RecipientInfoSchema).describe(\"The primary recipients of the invoice.\").nullable().optional(),\n additional_recipients: z.array(z.string()).describe(\"Additional recipients for the invoice.\").nullable().optional(),\n}).passthrough().describe(\"Invoice details including all information about the invoice like items, billing information.\");\nexport const PaypalSearchInvoicesOutput = z.object({\n items: z.array(PaypalSearchInvoices_InvoiceSchema).describe(\"The list of invoices that match the search criteria.\"),\n links: z.array(PaypalSearchInvoices_LinkDescriptionSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n total_items: z.number().int().describe(\"The total number of invoices that match the search criteria. Note: Clients MUST NOT assume that the value of total_items is constant.\").nullable().optional(),\n total_pages: z.number().int().describe(\"The total number of pages that are available for the search criteria. Note: Clients MUST NOT assume that the value of total_pages is constant.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for the SearchInvoices action containing matching invoices.\");\n\nexport const paypalSearchInvoices = action(\"PAYPAL_SEARCH_INVOICES\", {\n slug: \"paypal-search-invoices\",\n name: \"Search PayPal Invoices\",\n description: \"Search for PayPal invoices based on various filter criteria. Use when you need to find invoices matching specific criteria such as status, date ranges, recipient information, amount ranges, or invoice numbers. This action supports pagination and can return total counts when total_required=true. **Common use cases:** - Find all invoices with a specific status (e.g., all DRAFT or SENT invoices) - Find invoices created within a date range - Find invoices for a specific customer by email or business name - Find invoices within a monetary amount range - Combine multiple filters for precise invoice searches **Pagination:** Results are paginated using page and page_size parameters. Set total_required=true to include total_counts in the response.\",\n input: PaypalSearchInvoicesInput,\n output: PaypalSearchInvoicesOutput,\n});\n"],"mappings":"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"}
|
|
@@ -13,7 +13,7 @@ const PaypalSendInvoice_LinkDescriptionSchema = zod.z.object({
|
|
|
13
13
|
rel: zod.z.string().describe("The link relationship type.").nullable(),
|
|
14
14
|
href: zod.z.string().describe("The complete URL to the related resource.").nullable(),
|
|
15
15
|
method: zod.z.string().describe("The HTTP method required to access the resource.").nullable().optional()
|
|
16
|
-
}).describe("HATEOAS link information.");
|
|
16
|
+
}).passthrough().describe("HATEOAS link information.");
|
|
17
17
|
const PaypalSendInvoiceOutput = zod.z.object({
|
|
18
18
|
rel: zod.z.string().describe("The link relationship type.").nullable().optional(),
|
|
19
19
|
href: zod.z.string().describe("The URI for the invoice that was sent.").nullable().optional(),
|
|
@@ -23,7 +23,7 @@ const PaypalSendInvoiceOutput = zod.z.object({
|
|
|
23
23
|
message: zod.z.string().describe("The message describing the result or any error.").nullable().optional(),
|
|
24
24
|
success: zod.z.boolean().describe("Indicates whether the invoice was successfully sent.").nullable().optional(),
|
|
25
25
|
debug_id: zod.z.string().describe("The PayPal internal ID for correlation purposes.").nullable().optional()
|
|
26
|
-
}).describe("Response schema returned after sending a PayPal invoice.\n\nContains HATEOAS links for related operations and confirmation of the send action.");
|
|
26
|
+
}).passthrough().describe("Response schema returned after sending a PayPal invoice.\n\nContains HATEOAS links for related operations and confirmation of the send action.");
|
|
27
27
|
const paypalSendInvoice = require_action.action("PAYPAL_SEND_INVOICE", {
|
|
28
28
|
slug: "paypal-send-invoice",
|
|
29
29
|
name: "Send Invoice",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"send-invoice.cjs","names":["z","action"],"sources":["../../src/actions/send-invoice.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalSendInvoiceInput = z.object({\n note: z.string().describe(\"A note to the recipient that is included in the email. Maximum length is 4000 characters.\").optional(),\n subject: z.string().describe(\"The subject of the email that is sent to the recipient. Maximum length is 998 characters.\").optional(),\n invoice_id: z.string().describe(\"The ID of the invoice to send.\"),\n send_to_invoicer: z.boolean().default(false).describe(\"Whether to send a copy of the invoice to the invoicer's email address. Defaults to false.\").optional(),\n send_to_recipient: z.boolean().default(true).describe(\"Whether to send the invoice to the recipient's email address. Defaults to true.\").optional(),\n additional_recipients: z.array(z.string()).describe(\"An array of email addresses to receive a copy of the invoice notification. Maximum of 100 email addresses.\").optional(),\n}).describe(\"Request schema for sending a PayPal invoice to recipients.\\n\\nUse this action when you need to send a draft invoice to the recipient\\nvia email. The invoice must be in DRAFT status before it can be sent.\");\nconst PaypalSendInvoice_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable(),\n href: z.string().describe(\"The complete URL to the related resource.\").nullable(),\n method: z.string().describe(\"The HTTP method required to access the resource.\").nullable().optional(),\n}).describe(\"HATEOAS link information.\");\nexport const PaypalSendInvoiceOutput = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable().optional(),\n href: z.string().describe(\"The URI for the invoice that was sent.\").nullable().optional(),\n name: z.string().describe(\"The human-readable, unique name of the error if the request failed.\").nullable().optional(),\n links: z.array(PaypalSendInvoice_LinkDescriptionSchema).describe(\"An array of HATEOAS links related to the invoice.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method for the link.\").nullable().optional(),\n message: z.string().describe(\"The message describing the result or any error.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the invoice was successfully sent.\").nullable().optional(),\n debug_id: z.string().describe(\"The PayPal internal ID for correlation purposes.\").nullable().optional(),\n}).describe(\"Response schema returned after sending a PayPal invoice.\\n\\nContains HATEOAS links for related operations and confirmation of the send action.\");\n\nexport const paypalSendInvoice = action(\"PAYPAL_SEND_INVOICE\", {\n slug: \"paypal-send-invoice\",\n name: \"Send Invoice\",\n description: \"Sends a PayPal invoice to the recipient via email. Use this action when you need to send a draft invoice to the recipient. The invoice must be in DRAFT status before it can be sent. Once sent, the invoice status changes to SENT and the recipient will receive an email notification with a link to view and pay the invoice. You can optionally customize the email subject and note, specify whether to send a copy to the invoicer, and add additional CC recipients.\",\n input: PaypalSendInvoiceInput,\n output: PaypalSendInvoiceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CAChI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CACnI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAChE,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CAC5J,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CAClJ,uBAAuBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;AAC7K,CAAC,CAAC,CAAC,SAAS,6MAA6M;AACzN,MAAM,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAChF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,2BAA2B;
|
|
1
|
+
{"version":3,"file":"send-invoice.cjs","names":["z","action"],"sources":["../../src/actions/send-invoice.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalSendInvoiceInput = z.object({\n note: z.string().describe(\"A note to the recipient that is included in the email. Maximum length is 4000 characters.\").optional(),\n subject: z.string().describe(\"The subject of the email that is sent to the recipient. Maximum length is 998 characters.\").optional(),\n invoice_id: z.string().describe(\"The ID of the invoice to send.\"),\n send_to_invoicer: z.boolean().default(false).describe(\"Whether to send a copy of the invoice to the invoicer's email address. Defaults to false.\").optional(),\n send_to_recipient: z.boolean().default(true).describe(\"Whether to send the invoice to the recipient's email address. Defaults to true.\").optional(),\n additional_recipients: z.array(z.string()).describe(\"An array of email addresses to receive a copy of the invoice notification. Maximum of 100 email addresses.\").optional(),\n}).describe(\"Request schema for sending a PayPal invoice to recipients.\\n\\nUse this action when you need to send a draft invoice to the recipient\\nvia email. The invoice must be in DRAFT status before it can be sent.\");\nconst PaypalSendInvoice_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable(),\n href: z.string().describe(\"The complete URL to the related resource.\").nullable(),\n method: z.string().describe(\"The HTTP method required to access the resource.\").nullable().optional(),\n}).passthrough().describe(\"HATEOAS link information.\");\nexport const PaypalSendInvoiceOutput = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable().optional(),\n href: z.string().describe(\"The URI for the invoice that was sent.\").nullable().optional(),\n name: z.string().describe(\"The human-readable, unique name of the error if the request failed.\").nullable().optional(),\n links: z.array(PaypalSendInvoice_LinkDescriptionSchema).describe(\"An array of HATEOAS links related to the invoice.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method for the link.\").nullable().optional(),\n message: z.string().describe(\"The message describing the result or any error.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the invoice was successfully sent.\").nullable().optional(),\n debug_id: z.string().describe(\"The PayPal internal ID for correlation purposes.\").nullable().optional(),\n}).passthrough().describe(\"Response schema returned after sending a PayPal invoice.\\n\\nContains HATEOAS links for related operations and confirmation of the send action.\");\n\nexport const paypalSendInvoice = action(\"PAYPAL_SEND_INVOICE\", {\n slug: \"paypal-send-invoice\",\n name: \"Send Invoice\",\n description: \"Sends a PayPal invoice to the recipient via email. Use this action when you need to send a draft invoice to the recipient. The invoice must be in DRAFT status before it can be sent. Once sent, the invoice status changes to SENT and the recipient will receive an email notification with a link to view and pay the invoice. You can optionally customize the email subject and note, specify whether to send a copy to the invoicer, and add additional CC recipients.\",\n input: PaypalSendInvoiceInput,\n output: PaypalSendInvoiceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CAChI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CACnI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAChE,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CAC5J,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CAClJ,uBAAuBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;AAC7K,CAAC,CAAC,CAAC,SAAS,6MAA6M;AACzN,MAAM,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAChF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2BAA2B;AACrD,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,OAAOA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1I,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gJAAgJ;AAE1K,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -17,12 +17,12 @@ declare const PaypalSendInvoiceOutput: z.ZodObject<{
|
|
|
17
17
|
rel: z.ZodNullable<z.ZodString>;
|
|
18
18
|
href: z.ZodNullable<z.ZodString>;
|
|
19
19
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
-
}, z.core.$
|
|
20
|
+
}, z.core.$loose>>>>;
|
|
21
21
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
22
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
23
|
success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
24
24
|
debug_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>;
|
|
26
26
|
declare const paypalSendInvoice: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
invoice_id: string;
|
|
28
28
|
note?: string | undefined;
|
|
@@ -30,7 +30,19 @@ declare const paypalSendInvoice: import("@keystrokehq/action").WorkflowActionDef
|
|
|
30
30
|
send_to_invoicer?: boolean | undefined;
|
|
31
31
|
send_to_recipient?: boolean | undefined;
|
|
32
32
|
additional_recipients?: string[] | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
accessToken: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { paypalSendInvoice };
|
|
36
48
|
//# sourceMappingURL=send-invoice.d.cts.map
|
|
@@ -17,12 +17,12 @@ declare const PaypalSendInvoiceOutput: z.ZodObject<{
|
|
|
17
17
|
rel: z.ZodNullable<z.ZodString>;
|
|
18
18
|
href: z.ZodNullable<z.ZodString>;
|
|
19
19
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
-
}, z.core.$
|
|
20
|
+
}, z.core.$loose>>>>;
|
|
21
21
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
22
|
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
23
|
success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
24
24
|
debug_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>;
|
|
26
26
|
declare const paypalSendInvoice: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
invoice_id: string;
|
|
28
28
|
note?: string | undefined;
|
|
@@ -30,7 +30,19 @@ declare const paypalSendInvoice: import("@keystrokehq/action").WorkflowActionDef
|
|
|
30
30
|
send_to_invoicer?: boolean | undefined;
|
|
31
31
|
send_to_recipient?: boolean | undefined;
|
|
32
32
|
additional_recipients?: string[] | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
accessToken: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { paypalSendInvoice };
|
|
36
48
|
//# sourceMappingURL=send-invoice.d.mts.map
|
|
@@ -13,7 +13,7 @@ const PaypalSendInvoice_LinkDescriptionSchema = z.object({
|
|
|
13
13
|
rel: z.string().describe("The link relationship type.").nullable(),
|
|
14
14
|
href: z.string().describe("The complete URL to the related resource.").nullable(),
|
|
15
15
|
method: z.string().describe("The HTTP method required to access the resource.").nullable().optional()
|
|
16
|
-
}).describe("HATEOAS link information.");
|
|
16
|
+
}).passthrough().describe("HATEOAS link information.");
|
|
17
17
|
const paypalSendInvoice = action("PAYPAL_SEND_INVOICE", {
|
|
18
18
|
slug: "paypal-send-invoice",
|
|
19
19
|
name: "Send Invoice",
|
|
@@ -28,7 +28,7 @@ const paypalSendInvoice = action("PAYPAL_SEND_INVOICE", {
|
|
|
28
28
|
message: z.string().describe("The message describing the result or any error.").nullable().optional(),
|
|
29
29
|
success: z.boolean().describe("Indicates whether the invoice was successfully sent.").nullable().optional(),
|
|
30
30
|
debug_id: z.string().describe("The PayPal internal ID for correlation purposes.").nullable().optional()
|
|
31
|
-
}).describe("Response schema returned after sending a PayPal invoice.\n\nContains HATEOAS links for related operations and confirmation of the send action.")
|
|
31
|
+
}).passthrough().describe("Response schema returned after sending a PayPal invoice.\n\nContains HATEOAS links for related operations and confirmation of the send action.")
|
|
32
32
|
});
|
|
33
33
|
//#endregion
|
|
34
34
|
export { paypalSendInvoice };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"send-invoice.mjs","names":[],"sources":["../../src/actions/send-invoice.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalSendInvoiceInput = z.object({\n note: z.string().describe(\"A note to the recipient that is included in the email. Maximum length is 4000 characters.\").optional(),\n subject: z.string().describe(\"The subject of the email that is sent to the recipient. Maximum length is 998 characters.\").optional(),\n invoice_id: z.string().describe(\"The ID of the invoice to send.\"),\n send_to_invoicer: z.boolean().default(false).describe(\"Whether to send a copy of the invoice to the invoicer's email address. Defaults to false.\").optional(),\n send_to_recipient: z.boolean().default(true).describe(\"Whether to send the invoice to the recipient's email address. Defaults to true.\").optional(),\n additional_recipients: z.array(z.string()).describe(\"An array of email addresses to receive a copy of the invoice notification. Maximum of 100 email addresses.\").optional(),\n}).describe(\"Request schema for sending a PayPal invoice to recipients.\\n\\nUse this action when you need to send a draft invoice to the recipient\\nvia email. The invoice must be in DRAFT status before it can be sent.\");\nconst PaypalSendInvoice_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable(),\n href: z.string().describe(\"The complete URL to the related resource.\").nullable(),\n method: z.string().describe(\"The HTTP method required to access the resource.\").nullable().optional(),\n}).describe(\"HATEOAS link information.\");\nexport const PaypalSendInvoiceOutput = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable().optional(),\n href: z.string().describe(\"The URI for the invoice that was sent.\").nullable().optional(),\n name: z.string().describe(\"The human-readable, unique name of the error if the request failed.\").nullable().optional(),\n links: z.array(PaypalSendInvoice_LinkDescriptionSchema).describe(\"An array of HATEOAS links related to the invoice.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method for the link.\").nullable().optional(),\n message: z.string().describe(\"The message describing the result or any error.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the invoice was successfully sent.\").nullable().optional(),\n debug_id: z.string().describe(\"The PayPal internal ID for correlation purposes.\").nullable().optional(),\n}).describe(\"Response schema returned after sending a PayPal invoice.\\n\\nContains HATEOAS links for related operations and confirmation of the send action.\");\n\nexport const paypalSendInvoice = action(\"PAYPAL_SEND_INVOICE\", {\n slug: \"paypal-send-invoice\",\n name: \"Send Invoice\",\n description: \"Sends a PayPal invoice to the recipient via email. Use this action when you need to send a draft invoice to the recipient. The invoice must be in DRAFT status before it can be sent. Once sent, the invoice status changes to SENT and the recipient will receive an email notification with a link to view and pay the invoice. You can optionally customize the email subject and note, specify whether to send a copy to the invoicer, and add additional CC recipients.\",\n input: PaypalSendInvoiceInput,\n output: PaypalSendInvoiceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyB,EAAE,OAAO;CAC7C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CAChI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CACnI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAChE,kBAAkB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CAC5J,mBAAmB,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CAClJ,uBAAuB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;AAC7K,CAAC,CAAC,CAAC,SAAS,6MAA6M;AACzN,MAAM,0CAA0C,EAAE,OAAO;CACvD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,2BAA2B;
|
|
1
|
+
{"version":3,"file":"send-invoice.mjs","names":[],"sources":["../../src/actions/send-invoice.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalSendInvoiceInput = z.object({\n note: z.string().describe(\"A note to the recipient that is included in the email. Maximum length is 4000 characters.\").optional(),\n subject: z.string().describe(\"The subject of the email that is sent to the recipient. Maximum length is 998 characters.\").optional(),\n invoice_id: z.string().describe(\"The ID of the invoice to send.\"),\n send_to_invoicer: z.boolean().default(false).describe(\"Whether to send a copy of the invoice to the invoicer's email address. Defaults to false.\").optional(),\n send_to_recipient: z.boolean().default(true).describe(\"Whether to send the invoice to the recipient's email address. Defaults to true.\").optional(),\n additional_recipients: z.array(z.string()).describe(\"An array of email addresses to receive a copy of the invoice notification. Maximum of 100 email addresses.\").optional(),\n}).describe(\"Request schema for sending a PayPal invoice to recipients.\\n\\nUse this action when you need to send a draft invoice to the recipient\\nvia email. The invoice must be in DRAFT status before it can be sent.\");\nconst PaypalSendInvoice_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable(),\n href: z.string().describe(\"The complete URL to the related resource.\").nullable(),\n method: z.string().describe(\"The HTTP method required to access the resource.\").nullable().optional(),\n}).passthrough().describe(\"HATEOAS link information.\");\nexport const PaypalSendInvoiceOutput = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable().optional(),\n href: z.string().describe(\"The URI for the invoice that was sent.\").nullable().optional(),\n name: z.string().describe(\"The human-readable, unique name of the error if the request failed.\").nullable().optional(),\n links: z.array(PaypalSendInvoice_LinkDescriptionSchema).describe(\"An array of HATEOAS links related to the invoice.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method for the link.\").nullable().optional(),\n message: z.string().describe(\"The message describing the result or any error.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the invoice was successfully sent.\").nullable().optional(),\n debug_id: z.string().describe(\"The PayPal internal ID for correlation purposes.\").nullable().optional(),\n}).passthrough().describe(\"Response schema returned after sending a PayPal invoice.\\n\\nContains HATEOAS links for related operations and confirmation of the send action.\");\n\nexport const paypalSendInvoice = action(\"PAYPAL_SEND_INVOICE\", {\n slug: \"paypal-send-invoice\",\n name: \"Send Invoice\",\n description: \"Sends a PayPal invoice to the recipient via email. Use this action when you need to send a draft invoice to the recipient. The invoice must be in DRAFT status before it can be sent. Once sent, the invoice status changes to SENT and the recipient will receive an email notification with a link to view and pay the invoice. You can optionally customize the email subject and note, specify whether to send a copy to the invoicer, and add additional CC recipients.\",\n input: PaypalSendInvoiceInput,\n output: PaypalSendInvoiceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyB,EAAE,OAAO;CAC7C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CAChI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CACnI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAChE,kBAAkB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CAC5J,mBAAmB,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CAClJ,uBAAuB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;AAC7K,CAAC,CAAC,CAAC,SAAS,6MAA6M;AACzN,MAAM,0CAA0C,EAAE,OAAO;CACvD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2BAA2B;AAYrD,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAhBqC,EAAE,OAAO;EAC9C,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,OAAO,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1I,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gJAOhB;AACV,CAAC"}
|
|
@@ -11,14 +11,14 @@ const PaypalSimulateWebhookEvent_LinkDescriptionSchema = zod.z.object({
|
|
|
11
11
|
rel: zod.z.string().describe("The relationship between the resource and the link.").nullable(),
|
|
12
12
|
href: zod.z.string().describe("The URI of the related resource.").nullable(),
|
|
13
13
|
method: zod.z.string().describe("The HTTP method to use for the related resource.").nullable().optional()
|
|
14
|
-
}).describe("HATEOAS link information.");
|
|
14
|
+
}).passthrough().describe("HATEOAS link information.");
|
|
15
15
|
const PaypalSimulateWebhookEvent_ErrorDetailSchema = zod.z.object({
|
|
16
16
|
field: zod.z.string().describe("The field that caused the error.").nullable().optional(),
|
|
17
17
|
issue: zod.z.string().describe("The issue description.").nullable(),
|
|
18
18
|
value: zod.z.string().describe("The value that caused the error.").nullable().optional(),
|
|
19
19
|
location: zod.z.string().describe("The location of the error (body, path, query, header).").nullable().optional(),
|
|
20
20
|
description: zod.z.string().describe("The error description.").nullable().optional()
|
|
21
|
-
}).describe("Error detail information.");
|
|
21
|
+
}).passthrough().describe("Error detail information.");
|
|
22
22
|
const PaypalSimulateWebhookEventOutput = zod.z.object({
|
|
23
23
|
id: zod.z.string().describe("The ID of the simulated event notification.").nullable().optional(),
|
|
24
24
|
name: zod.z.string().describe("The human-readable, unique name of the error.").nullable().optional(),
|
|
@@ -28,7 +28,7 @@ const PaypalSimulateWebhookEventOutput = zod.z.object({
|
|
|
28
28
|
message: zod.z.string().describe("The message that describes the error.").nullable().optional(),
|
|
29
29
|
summary: zod.z.string().describe("A summary of the notification.").nullable().optional(),
|
|
30
30
|
debug_id: zod.z.string().describe("The PayPal internal ID. Used for correlation purposes.").nullable().optional(),
|
|
31
|
-
resource: zod.z.
|
|
31
|
+
resource: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The resource object associated with the notification.").nullable().optional(),
|
|
32
32
|
event_type: zod.z.string().describe("The event type of the simulated notification.").nullable().optional(),
|
|
33
33
|
webhook_id: zod.z.string().describe("The webhook ID that received the simulated notification.").nullable().optional(),
|
|
34
34
|
create_time: zod.z.string().describe("The creation time of the notification in ISO 8601 format.").nullable().optional(),
|
|
@@ -38,7 +38,7 @@ const PaypalSimulateWebhookEventOutput = zod.z.object({
|
|
|
38
38
|
information_link: zod.z.string().describe("The information link, or URI, that shows detailed information about this error for the developer.").nullable().optional(),
|
|
39
39
|
resource_version: zod.z.string().describe("The resource version of the simulated notification.").nullable().optional(),
|
|
40
40
|
transmission_time: zod.z.string().describe("The time of the webhook notification transmission in ISO 8601 format.").nullable().optional()
|
|
41
|
-
}).describe("Response model for simulating a webhook event.");
|
|
41
|
+
}).passthrough().describe("Response model for simulating a webhook event.");
|
|
42
42
|
const paypalSimulateWebhookEvent = require_action.action("PAYPAL_SIMULATE_WEBHOOK_EVENT", {
|
|
43
43
|
slug: "paypal-simulate-webhook-event",
|
|
44
44
|
name: "Simulate Webhook Event",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"simulate-webhook-event.cjs","names":["z","action"],"sources":["../../src/actions/simulate-webhook-event.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalSimulateWebhookEventInput = z.object({\n url: z.string().describe(\"The URL for the webhook endpoint. If omitted, the webhook ID is required.\").optional(),\n event_type: z.string().describe(\"The event name. Specify one of the subscribed events. For each request, provide only one event.\"),\n webhook_id: z.string().describe(\"The ID of the webhook. If omitted, the URL is required.\").optional(),\n resource_version: z.string().describe(\"The identifier for event type (e.g., 1.0, 2.0).\").optional(),\n}).describe(\"Request model for simulating a webhook event.\");\nconst PaypalSimulateWebhookEvent_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The relationship between the resource and the link.\").nullable(),\n href: z.string().describe(\"The URI of the related resource.\").nullable(),\n method: z.string().describe(\"The HTTP method to use for the related resource.\").nullable().optional(),\n}).describe(\"HATEOAS link information.\");\nconst PaypalSimulateWebhookEvent_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 PaypalSimulateWebhookEventOutput = z.object({\n id: z.string().describe(\"The ID of the simulated event notification.\").nullable().optional(),\n name: z.string().describe(\"The human-readable, unique name of the error.\").nullable().optional(),\n links: z.array(PaypalSimulateWebhookEvent_LinkDescriptionSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n status: z.string().describe(\"The status of the simulated notification.\").nullable().optional(),\n details: z.array(PaypalSimulateWebhookEvent_ErrorDetailSchema).describe(\"An array of additional details about the error.\").nullable().optional(),\n message: z.string().describe(\"The message that describes the error.\").nullable().optional(),\n summary: z.string().describe(\"A summary of the notification.\").nullable().optional(),\n debug_id: z.string().describe(\"The PayPal internal ID. Used for correlation purposes.\").nullable().optional(),\n resource: z.
|
|
1
|
+
{"version":3,"file":"simulate-webhook-event.cjs","names":["z","action"],"sources":["../../src/actions/simulate-webhook-event.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalSimulateWebhookEventInput = z.object({\n url: z.string().describe(\"The URL for the webhook endpoint. If omitted, the webhook ID is required.\").optional(),\n event_type: z.string().describe(\"The event name. Specify one of the subscribed events. For each request, provide only one event.\"),\n webhook_id: z.string().describe(\"The ID of the webhook. If omitted, the URL is required.\").optional(),\n resource_version: z.string().describe(\"The identifier for event type (e.g., 1.0, 2.0).\").optional(),\n}).describe(\"Request model for simulating a webhook event.\");\nconst PaypalSimulateWebhookEvent_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The relationship between the resource and the link.\").nullable(),\n href: z.string().describe(\"The URI of the related resource.\").nullable(),\n method: z.string().describe(\"The HTTP method to use for the related resource.\").nullable().optional(),\n}).passthrough().describe(\"HATEOAS link information.\");\nconst PaypalSimulateWebhookEvent_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 PaypalSimulateWebhookEventOutput = z.object({\n id: z.string().describe(\"The ID of the simulated event notification.\").nullable().optional(),\n name: z.string().describe(\"The human-readable, unique name of the error.\").nullable().optional(),\n links: z.array(PaypalSimulateWebhookEvent_LinkDescriptionSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n status: z.string().describe(\"The status of the simulated notification.\").nullable().optional(),\n details: z.array(PaypalSimulateWebhookEvent_ErrorDetailSchema).describe(\"An array of additional details about the error.\").nullable().optional(),\n message: z.string().describe(\"The message that describes the error.\").nullable().optional(),\n summary: z.string().describe(\"A summary of the notification.\").nullable().optional(),\n debug_id: z.string().describe(\"The PayPal internal ID. Used for correlation purposes.\").nullable().optional(),\n resource: z.record(z.string(), z.unknown()).describe(\"The resource object associated with the notification.\").nullable().optional(),\n event_type: z.string().describe(\"The event type of the simulated notification.\").nullable().optional(),\n webhook_id: z.string().describe(\"The webhook ID that received the simulated notification.\").nullable().optional(),\n create_time: z.string().describe(\"The creation time of the notification in ISO 8601 format.\").nullable().optional(),\n update_time: z.string().describe(\"The last update time of the notification in ISO 8601 format.\").nullable().optional(),\n resource_type: z.string().describe(\"The resource type of the simulated notification.\").nullable().optional(),\n transmission_id: z.string().describe(\"The unique identifier for the webhook notification transmission.\").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 resource_version: z.string().describe(\"The resource version of the simulated notification.\").nullable().optional(),\n transmission_time: z.string().describe(\"The time of the webhook notification transmission in ISO 8601 format.\").nullable().optional(),\n}).passthrough().describe(\"Response model for simulating a webhook event.\");\n\nexport const paypalSimulateWebhookEvent = action(\"PAYPAL_SIMULATE_WEBHOOK_EVENT\", {\n slug: \"paypal-simulate-webhook-event\",\n name: \"Simulate Webhook Event\",\n description: \"Simulates a webhook event to test your webhook integration. Use this action when you need to verify that your webhook endpoint is correctly configured and receiving events from PayPal. This is particularly useful during development and testing to ensure webhook handlers process events correctly without requiring real transaction data. Note: Either `url` or `webhook_id` must be provided in the request.\",\n input: PaypalSimulateWebhookEventInput,\n output: PaypalSimulateWebhookEventOutput,\n});\n"],"mappings":"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"}
|