@keystrokehq/paypal 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/activate-plan.cjs +19 -0
- package/dist/actions/activate-plan.cjs.map +1 -0
- package/dist/actions/activate-plan.d.cts +9 -0
- package/dist/actions/activate-plan.d.cts.map +1 -0
- package/dist/actions/activate-plan.d.mts +9 -0
- package/dist/actions/activate-plan.d.mts.map +1 -0
- package/dist/actions/activate-plan.mjs +16 -0
- package/dist/actions/activate-plan.mjs.map +1 -0
- package/dist/actions/add-batch-trackers.cjs +62 -0
- package/dist/actions/add-batch-trackers.cjs.map +1 -0
- package/dist/actions/add-batch-trackers.d.cts +9 -0
- package/dist/actions/add-batch-trackers.d.cts.map +1 -0
- package/dist/actions/add-batch-trackers.d.mts +9 -0
- package/dist/actions/add-batch-trackers.d.mts.map +1 -0
- package/dist/actions/add-batch-trackers.mjs +61 -0
- package/dist/actions/add-batch-trackers.mjs.map +1 -0
- package/dist/actions/authorize-order.cjs +101 -0
- package/dist/actions/authorize-order.cjs.map +1 -0
- package/dist/actions/authorize-order.d.cts +9 -0
- package/dist/actions/authorize-order.d.cts.map +1 -0
- package/dist/actions/authorize-order.d.mts +9 -0
- package/dist/actions/authorize-order.d.mts.map +1 -0
- package/dist/actions/authorize-order.mjs +100 -0
- package/dist/actions/authorize-order.mjs.map +1 -0
- package/dist/actions/cancel-invoice.cjs +44 -0
- package/dist/actions/cancel-invoice.cjs.map +1 -0
- package/dist/actions/cancel-invoice.d.cts +9 -0
- package/dist/actions/cancel-invoice.d.cts.map +1 -0
- package/dist/actions/cancel-invoice.d.mts +9 -0
- package/dist/actions/cancel-invoice.d.mts.map +1 -0
- package/dist/actions/cancel-invoice.mjs +43 -0
- package/dist/actions/cancel-invoice.mjs.map +1 -0
- package/dist/actions/cancel-reminders.cjs +36 -0
- package/dist/actions/cancel-reminders.cjs.map +1 -0
- package/dist/actions/cancel-reminders.d.cts +9 -0
- package/dist/actions/cancel-reminders.d.cts.map +1 -0
- package/dist/actions/cancel-reminders.d.mts +9 -0
- package/dist/actions/cancel-reminders.d.mts.map +1 -0
- package/dist/actions/cancel-reminders.mjs +35 -0
- package/dist/actions/cancel-reminders.mjs.map +1 -0
- package/dist/actions/capture-subscription-payment.cjs +79 -0
- package/dist/actions/capture-subscription-payment.cjs.map +1 -0
- package/dist/actions/capture-subscription-payment.d.cts +9 -0
- package/dist/actions/capture-subscription-payment.d.cts.map +1 -0
- package/dist/actions/capture-subscription-payment.d.mts +9 -0
- package/dist/actions/capture-subscription-payment.d.mts.map +1 -0
- package/dist/actions/capture-subscription-payment.mjs +78 -0
- package/dist/actions/capture-subscription-payment.mjs.map +1 -0
- package/dist/actions/charge-payment-method.cjs +58 -0
- package/dist/actions/charge-payment-method.cjs.map +1 -0
- package/dist/actions/charge-payment-method.d.cts +9 -0
- package/dist/actions/charge-payment-method.d.cts.map +1 -0
- package/dist/actions/charge-payment-method.d.mts +9 -0
- package/dist/actions/charge-payment-method.d.mts.map +1 -0
- package/dist/actions/charge-payment-method.mjs +55 -0
- package/dist/actions/charge-payment-method.mjs.map +1 -0
- package/dist/actions/create-invoice.cjs +294 -0
- package/dist/actions/create-invoice.cjs.map +1 -0
- package/dist/actions/create-invoice.d.cts +9 -0
- package/dist/actions/create-invoice.d.cts.map +1 -0
- package/dist/actions/create-invoice.d.mts +9 -0
- package/dist/actions/create-invoice.d.mts.map +1 -0
- package/dist/actions/create-invoice.mjs +293 -0
- package/dist/actions/create-invoice.mjs.map +1 -0
- package/dist/actions/create-payment.cjs +178 -0
- package/dist/actions/create-payment.cjs.map +1 -0
- package/dist/actions/create-payment.d.cts +9 -0
- package/dist/actions/create-payment.d.cts.map +1 -0
- package/dist/actions/create-payment.d.mts +9 -0
- package/dist/actions/create-payment.d.mts.map +1 -0
- package/dist/actions/create-payment.mjs +177 -0
- package/dist/actions/create-payment.mjs.map +1 -0
- package/dist/actions/create-payments-billing-plans.cjs +111 -0
- package/dist/actions/create-payments-billing-plans.cjs.map +1 -0
- package/dist/actions/create-payments-billing-plans.d.cts +9 -0
- package/dist/actions/create-payments-billing-plans.d.cts.map +1 -0
- package/dist/actions/create-payments-billing-plans.d.mts +9 -0
- package/dist/actions/create-payments-billing-plans.d.mts.map +1 -0
- package/dist/actions/create-payments-billing-plans.mjs +110 -0
- package/dist/actions/create-payments-billing-plans.mjs.map +1 -0
- package/dist/actions/create-plan.cjs +119 -0
- package/dist/actions/create-plan.cjs.map +1 -0
- package/dist/actions/create-plan.d.cts +9 -0
- package/dist/actions/create-plan.d.cts.map +1 -0
- package/dist/actions/create-plan.d.mts +9 -0
- package/dist/actions/create-plan.d.mts.map +1 -0
- package/dist/actions/create-plan.mjs +118 -0
- package/dist/actions/create-plan.mjs.map +1 -0
- package/dist/actions/create-product.cjs +190 -0
- package/dist/actions/create-product.cjs.map +1 -0
- package/dist/actions/create-product.d.cts +9 -0
- package/dist/actions/create-product.d.cts.map +1 -0
- package/dist/actions/create-product.d.mts +9 -0
- package/dist/actions/create-product.d.mts.map +1 -0
- package/dist/actions/create-product.mjs +189 -0
- package/dist/actions/create-product.mjs.map +1 -0
- package/dist/actions/create-subscription.cjs +183 -0
- package/dist/actions/create-subscription.cjs.map +1 -0
- package/dist/actions/create-subscription.d.cts +9 -0
- package/dist/actions/create-subscription.d.cts.map +1 -0
- package/dist/actions/create-subscription.d.mts +9 -0
- package/dist/actions/create-subscription.d.mts.map +1 -0
- package/dist/actions/create-subscription.mjs +182 -0
- package/dist/actions/create-subscription.mjs.map +1 -0
- package/dist/actions/create-template.cjs +234 -0
- package/dist/actions/create-template.cjs.map +1 -0
- package/dist/actions/create-template.d.cts +9 -0
- package/dist/actions/create-template.d.cts.map +1 -0
- package/dist/actions/create-template.d.mts +9 -0
- package/dist/actions/create-template.d.mts.map +1 -0
- package/dist/actions/create-template.mjs +233 -0
- package/dist/actions/create-template.mjs.map +1 -0
- package/dist/actions/create-web-profile.cjs +66 -0
- package/dist/actions/create-web-profile.cjs.map +1 -0
- package/dist/actions/create-web-profile.d.cts +9 -0
- package/dist/actions/create-web-profile.d.cts.map +1 -0
- package/dist/actions/create-web-profile.d.mts +9 -0
- package/dist/actions/create-web-profile.d.mts.map +1 -0
- package/dist/actions/create-web-profile.mjs +65 -0
- package/dist/actions/create-web-profile.mjs.map +1 -0
- package/dist/actions/create-webhook-lookup.cjs +25 -0
- package/dist/actions/create-webhook-lookup.cjs.map +1 -0
- package/dist/actions/create-webhook-lookup.d.cts +9 -0
- package/dist/actions/create-webhook-lookup.d.cts.map +1 -0
- package/dist/actions/create-webhook-lookup.d.mts +9 -0
- package/dist/actions/create-webhook-lookup.d.mts.map +1 -0
- package/dist/actions/create-webhook-lookup.mjs +24 -0
- package/dist/actions/create-webhook-lookup.mjs.map +1 -0
- package/dist/actions/create-webhook.cjs +39 -0
- package/dist/actions/create-webhook.cjs.map +1 -0
- package/dist/actions/create-webhook.d.cts +9 -0
- package/dist/actions/create-webhook.d.cts.map +1 -0
- package/dist/actions/create-webhook.d.mts +9 -0
- package/dist/actions/create-webhook.d.mts.map +1 -0
- package/dist/actions/create-webhook.mjs +38 -0
- package/dist/actions/create-webhook.mjs.map +1 -0
- package/dist/actions/deactivate-plan.cjs +19 -0
- package/dist/actions/deactivate-plan.cjs.map +1 -0
- package/dist/actions/deactivate-plan.d.cts +9 -0
- package/dist/actions/deactivate-plan.d.cts.map +1 -0
- package/dist/actions/deactivate-plan.d.mts +9 -0
- package/dist/actions/deactivate-plan.d.mts.map +1 -0
- package/dist/actions/deactivate-plan.mjs +16 -0
- package/dist/actions/deactivate-plan.mjs.map +1 -0
- package/dist/actions/delete-external-payment.cjs +23 -0
- package/dist/actions/delete-external-payment.cjs.map +1 -0
- package/dist/actions/delete-external-payment.d.cts +9 -0
- package/dist/actions/delete-external-payment.d.cts.map +1 -0
- package/dist/actions/delete-external-payment.d.mts +9 -0
- package/dist/actions/delete-external-payment.d.mts.map +1 -0
- package/dist/actions/delete-external-payment.mjs +20 -0
- package/dist/actions/delete-external-payment.mjs.map +1 -0
- package/dist/actions/delete-invoice-payment-record.cjs +23 -0
- package/dist/actions/delete-invoice-payment-record.cjs.map +1 -0
- package/dist/actions/delete-invoice-payment-record.d.cts +9 -0
- package/dist/actions/delete-invoice-payment-record.d.cts.map +1 -0
- package/dist/actions/delete-invoice-payment-record.d.mts +9 -0
- package/dist/actions/delete-invoice-payment-record.d.mts.map +1 -0
- package/dist/actions/delete-invoice-payment-record.mjs +20 -0
- package/dist/actions/delete-invoice-payment-record.mjs.map +1 -0
- package/dist/actions/delete-invoice-refund-record.cjs +22 -0
- package/dist/actions/delete-invoice-refund-record.cjs.map +1 -0
- package/dist/actions/delete-invoice-refund-record.d.cts +9 -0
- package/dist/actions/delete-invoice-refund-record.d.cts.map +1 -0
- package/dist/actions/delete-invoice-refund-record.d.mts +9 -0
- package/dist/actions/delete-invoice-refund-record.d.mts.map +1 -0
- package/dist/actions/delete-invoice-refund-record.mjs +19 -0
- package/dist/actions/delete-invoice-refund-record.mjs.map +1 -0
- package/dist/actions/delete-invoice.cjs +36 -0
- package/dist/actions/delete-invoice.cjs.map +1 -0
- package/dist/actions/delete-invoice.d.cts +9 -0
- package/dist/actions/delete-invoice.d.cts.map +1 -0
- package/dist/actions/delete-invoice.d.mts +9 -0
- package/dist/actions/delete-invoice.d.mts.map +1 -0
- package/dist/actions/delete-invoice.mjs +35 -0
- package/dist/actions/delete-invoice.mjs.map +1 -0
- package/dist/actions/delete-payment-resource.cjs +19 -0
- package/dist/actions/delete-payment-resource.cjs.map +1 -0
- package/dist/actions/delete-payment-resource.d.cts +9 -0
- package/dist/actions/delete-payment-resource.d.cts.map +1 -0
- package/dist/actions/delete-payment-resource.d.mts +9 -0
- package/dist/actions/delete-payment-resource.d.mts.map +1 -0
- package/dist/actions/delete-payment-resource.mjs +16 -0
- package/dist/actions/delete-payment-resource.mjs.map +1 -0
- package/dist/actions/delete-template.cjs +36 -0
- package/dist/actions/delete-template.cjs.map +1 -0
- package/dist/actions/delete-template.d.cts +9 -0
- package/dist/actions/delete-template.d.cts.map +1 -0
- package/dist/actions/delete-template.d.mts +9 -0
- package/dist/actions/delete-template.d.mts.map +1 -0
- package/dist/actions/delete-template.mjs +35 -0
- package/dist/actions/delete-template.mjs.map +1 -0
- package/dist/actions/delete-web-profile.cjs +19 -0
- package/dist/actions/delete-web-profile.cjs.map +1 -0
- package/dist/actions/delete-web-profile.d.cts +9 -0
- package/dist/actions/delete-web-profile.d.cts.map +1 -0
- package/dist/actions/delete-web-profile.d.mts +9 -0
- package/dist/actions/delete-web-profile.d.mts.map +1 -0
- package/dist/actions/delete-web-profile.mjs +16 -0
- package/dist/actions/delete-web-profile.mjs.map +1 -0
- package/dist/actions/delete-webhook.cjs +35 -0
- package/dist/actions/delete-webhook.cjs.map +1 -0
- package/dist/actions/delete-webhook.d.cts +9 -0
- package/dist/actions/delete-webhook.d.cts.map +1 -0
- package/dist/actions/delete-webhook.d.mts +9 -0
- package/dist/actions/delete-webhook.d.mts.map +1 -0
- package/dist/actions/delete-webhook.mjs +34 -0
- package/dist/actions/delete-webhook.mjs.map +1 -0
- package/dist/actions/fetch-node.cjs +30 -0
- package/dist/actions/fetch-node.cjs.map +1 -0
- package/dist/actions/fetch-node.d.cts +9 -0
- package/dist/actions/fetch-node.d.cts.map +1 -0
- package/dist/actions/fetch-node.d.mts +9 -0
- package/dist/actions/fetch-node.d.mts.map +1 -0
- package/dist/actions/fetch-node.mjs +29 -0
- package/dist/actions/fetch-node.mjs.map +1 -0
- package/dist/actions/finalize-pay-pal-braintree-dispute.cjs +21 -0
- package/dist/actions/finalize-pay-pal-braintree-dispute.cjs.map +1 -0
- package/dist/actions/finalize-pay-pal-braintree-dispute.d.cts +9 -0
- package/dist/actions/finalize-pay-pal-braintree-dispute.d.cts.map +1 -0
- package/dist/actions/finalize-pay-pal-braintree-dispute.d.mts +9 -0
- package/dist/actions/finalize-pay-pal-braintree-dispute.d.mts.map +1 -0
- package/dist/actions/finalize-pay-pal-braintree-dispute.mjs +20 -0
- package/dist/actions/finalize-pay-pal-braintree-dispute.mjs.map +1 -0
- package/dist/actions/find-eligible-methods.cjs +87 -0
- package/dist/actions/find-eligible-methods.cjs.map +1 -0
- package/dist/actions/find-eligible-methods.d.cts +9 -0
- package/dist/actions/find-eligible-methods.d.cts.map +1 -0
- package/dist/actions/find-eligible-methods.d.mts +9 -0
- package/dist/actions/find-eligible-methods.d.mts.map +1 -0
- package/dist/actions/find-eligible-methods.mjs +86 -0
- package/dist/actions/find-eligible-methods.mjs.map +1 -0
- package/dist/actions/generate-client-token.cjs +20 -0
- package/dist/actions/generate-client-token.cjs.map +1 -0
- package/dist/actions/generate-client-token.d.cts +9 -0
- package/dist/actions/generate-client-token.d.cts.map +1 -0
- package/dist/actions/generate-client-token.d.mts +9 -0
- package/dist/actions/generate-client-token.d.mts.map +1 -0
- package/dist/actions/generate-client-token.mjs +17 -0
- package/dist/actions/generate-client-token.mjs.map +1 -0
- package/dist/actions/generate-next-invoice-number-v2.cjs +19 -0
- package/dist/actions/generate-next-invoice-number-v2.cjs.map +1 -0
- package/dist/actions/generate-next-invoice-number-v2.d.cts +9 -0
- package/dist/actions/generate-next-invoice-number-v2.d.cts.map +1 -0
- package/dist/actions/generate-next-invoice-number-v2.d.mts +9 -0
- package/dist/actions/generate-next-invoice-number-v2.d.mts.map +1 -0
- package/dist/actions/generate-next-invoice-number-v2.mjs +16 -0
- package/dist/actions/generate-next-invoice-number-v2.mjs.map +1 -0
- package/dist/actions/generate-next-invoice-number.cjs +16 -0
- package/dist/actions/generate-next-invoice-number.cjs.map +1 -0
- package/dist/actions/generate-next-invoice-number.d.cts +9 -0
- package/dist/actions/generate-next-invoice-number.d.cts.map +1 -0
- package/dist/actions/generate-next-invoice-number.d.mts +9 -0
- package/dist/actions/generate-next-invoice-number.d.mts.map +1 -0
- package/dist/actions/generate-next-invoice-number.mjs +13 -0
- package/dist/actions/generate-next-invoice-number.mjs.map +1 -0
- package/dist/actions/generate-qr-code.cjs +46 -0
- package/dist/actions/generate-qr-code.cjs.map +1 -0
- package/dist/actions/generate-qr-code.d.cts +9 -0
- package/dist/actions/generate-qr-code.d.cts.map +1 -0
- package/dist/actions/generate-qr-code.d.mts +9 -0
- package/dist/actions/generate-qr-code.d.mts.map +1 -0
- package/dist/actions/generate-qr-code.mjs +45 -0
- package/dist/actions/generate-qr-code.mjs.map +1 -0
- package/dist/actions/get-billing-subscriptions.cjs +98 -0
- package/dist/actions/get-billing-subscriptions.cjs.map +1 -0
- package/dist/actions/get-billing-subscriptions.d.cts +9 -0
- package/dist/actions/get-billing-subscriptions.d.cts.map +1 -0
- package/dist/actions/get-billing-subscriptions.d.mts +9 -0
- package/dist/actions/get-billing-subscriptions.d.mts.map +1 -0
- package/dist/actions/get-billing-subscriptions.mjs +97 -0
- package/dist/actions/get-billing-subscriptions.mjs.map +1 -0
- package/dist/actions/get-invoice.cjs +159 -0
- package/dist/actions/get-invoice.cjs.map +1 -0
- package/dist/actions/get-invoice.d.cts +9 -0
- package/dist/actions/get-invoice.d.cts.map +1 -0
- package/dist/actions/get-invoice.d.mts +9 -0
- package/dist/actions/get-invoice.d.mts.map +1 -0
- package/dist/actions/get-invoice.mjs +158 -0
- package/dist/actions/get-invoice.mjs.map +1 -0
- package/dist/actions/get-invoicing-invoices-qr-code.cjs +29 -0
- package/dist/actions/get-invoicing-invoices-qr-code.cjs.map +1 -0
- package/dist/actions/get-invoicing-invoices-qr-code.d.cts +9 -0
- package/dist/actions/get-invoicing-invoices-qr-code.d.cts.map +1 -0
- package/dist/actions/get-invoicing-invoices-qr-code.d.mts +9 -0
- package/dist/actions/get-invoicing-invoices-qr-code.d.mts.map +1 -0
- package/dist/actions/get-invoicing-invoices-qr-code.mjs +28 -0
- package/dist/actions/get-invoicing-invoices-qr-code.mjs.map +1 -0
- package/dist/actions/get-invoicing-template.cjs +136 -0
- package/dist/actions/get-invoicing-template.cjs.map +1 -0
- package/dist/actions/get-invoicing-template.d.cts +9 -0
- package/dist/actions/get-invoicing-template.d.cts.map +1 -0
- package/dist/actions/get-invoicing-template.d.mts +9 -0
- package/dist/actions/get-invoicing-template.d.mts.map +1 -0
- package/dist/actions/get-invoicing-template.mjs +135 -0
- package/dist/actions/get-invoicing-template.mjs.map +1 -0
- package/dist/actions/get-order.cjs +112 -0
- package/dist/actions/get-order.cjs.map +1 -0
- package/dist/actions/get-order.d.cts +9 -0
- package/dist/actions/get-order.d.cts.map +1 -0
- package/dist/actions/get-order.d.mts +9 -0
- package/dist/actions/get-order.d.mts.map +1 -0
- package/dist/actions/get-order.mjs +111 -0
- package/dist/actions/get-order.mjs.map +1 -0
- package/dist/actions/get-payment.cjs +98 -0
- package/dist/actions/get-payment.cjs.map +1 -0
- package/dist/actions/get-payment.d.cts +9 -0
- package/dist/actions/get-payment.d.cts.map +1 -0
- package/dist/actions/get-payment.d.mts +9 -0
- package/dist/actions/get-payment.d.mts.map +1 -0
- package/dist/actions/get-payment.mjs +97 -0
- package/dist/actions/get-payment.mjs.map +1 -0
- package/dist/actions/get-payments-refund.cjs +37 -0
- package/dist/actions/get-payments-refund.cjs.map +1 -0
- package/dist/actions/get-payments-refund.d.cts +9 -0
- package/dist/actions/get-payments-refund.d.cts.map +1 -0
- package/dist/actions/get-payments-refund.d.mts +9 -0
- package/dist/actions/get-payments-refund.d.mts.map +1 -0
- package/dist/actions/get-payments-refund.mjs +36 -0
- package/dist/actions/get-payments-refund.mjs.map +1 -0
- package/dist/actions/get-plan.cjs +69 -0
- package/dist/actions/get-plan.cjs.map +1 -0
- package/dist/actions/get-plan.d.cts +9 -0
- package/dist/actions/get-plan.d.cts.map +1 -0
- package/dist/actions/get-plan.d.mts +9 -0
- package/dist/actions/get-plan.d.mts.map +1 -0
- package/dist/actions/get-plan.mjs +68 -0
- package/dist/actions/get-plan.mjs.map +1 -0
- package/dist/actions/get-product.cjs +32 -0
- package/dist/actions/get-product.cjs.map +1 -0
- package/dist/actions/get-product.d.cts +9 -0
- package/dist/actions/get-product.d.cts.map +1 -0
- package/dist/actions/get-product.d.mts +9 -0
- package/dist/actions/get-product.d.mts.map +1 -0
- package/dist/actions/get-product.mjs +31 -0
- package/dist/actions/get-product.mjs.map +1 -0
- package/dist/actions/get-subscription.cjs +88 -0
- package/dist/actions/get-subscription.cjs.map +1 -0
- package/dist/actions/get-subscription.d.cts +9 -0
- package/dist/actions/get-subscription.d.cts.map +1 -0
- package/dist/actions/get-subscription.d.mts +9 -0
- package/dist/actions/get-subscription.d.mts.map +1 -0
- package/dist/actions/get-subscription.mjs +87 -0
- package/dist/actions/get-subscription.mjs.map +1 -0
- package/dist/actions/get-user-info.cjs +43 -0
- package/dist/actions/get-user-info.cjs.map +1 -0
- package/dist/actions/get-user-info.d.cts +9 -0
- package/dist/actions/get-user-info.d.cts.map +1 -0
- package/dist/actions/get-user-info.d.mts +9 -0
- package/dist/actions/get-user-info.d.mts.map +1 -0
- package/dist/actions/get-user-info.mjs +42 -0
- package/dist/actions/get-user-info.mjs.map +1 -0
- package/dist/actions/get-userinfo.cjs +55 -0
- package/dist/actions/get-userinfo.cjs.map +1 -0
- package/dist/actions/get-userinfo.d.cts +9 -0
- package/dist/actions/get-userinfo.d.cts.map +1 -0
- package/dist/actions/get-userinfo.d.mts +9 -0
- package/dist/actions/get-userinfo.d.mts.map +1 -0
- package/dist/actions/get-userinfo.mjs +54 -0
- package/dist/actions/get-userinfo.mjs.map +1 -0
- package/dist/actions/get-web-profile.cjs +38 -0
- package/dist/actions/get-web-profile.cjs.map +1 -0
- package/dist/actions/get-web-profile.d.cts +9 -0
- package/dist/actions/get-web-profile.d.cts.map +1 -0
- package/dist/actions/get-web-profile.d.mts +9 -0
- package/dist/actions/get-web-profile.d.mts.map +1 -0
- package/dist/actions/get-web-profile.mjs +37 -0
- package/dist/actions/get-web-profile.mjs.map +1 -0
- package/dist/actions/get-webhook-lookup.cjs +25 -0
- package/dist/actions/get-webhook-lookup.cjs.map +1 -0
- package/dist/actions/get-webhook-lookup.d.cts +9 -0
- package/dist/actions/get-webhook-lookup.d.cts.map +1 -0
- package/dist/actions/get-webhook-lookup.d.mts +9 -0
- package/dist/actions/get-webhook-lookup.d.mts.map +1 -0
- package/dist/actions/get-webhook-lookup.mjs +24 -0
- package/dist/actions/get-webhook-lookup.mjs.map +1 -0
- package/dist/actions/get-webhook.cjs +33 -0
- package/dist/actions/get-webhook.cjs.map +1 -0
- package/dist/actions/get-webhook.d.cts +9 -0
- package/dist/actions/get-webhook.d.cts.map +1 -0
- package/dist/actions/get-webhook.d.mts +9 -0
- package/dist/actions/get-webhook.d.mts.map +1 -0
- package/dist/actions/get-webhook.mjs +32 -0
- package/dist/actions/get-webhook.mjs.map +1 -0
- package/dist/actions/index.cjs +157 -0
- package/dist/actions/index.d.cts +79 -0
- package/dist/actions/index.d.mts +79 -0
- package/dist/actions/index.mjs +79 -0
- package/dist/actions/list-disputes.cjs +62 -0
- package/dist/actions/list-disputes.cjs.map +1 -0
- package/dist/actions/list-disputes.d.cts +9 -0
- package/dist/actions/list-disputes.d.cts.map +1 -0
- package/dist/actions/list-disputes.d.mts +9 -0
- package/dist/actions/list-disputes.d.mts.map +1 -0
- package/dist/actions/list-disputes.mjs +61 -0
- package/dist/actions/list-disputes.mjs.map +1 -0
- package/dist/actions/list-invoices.cjs +81 -0
- package/dist/actions/list-invoices.cjs.map +1 -0
- package/dist/actions/list-invoices.d.cts +9 -0
- package/dist/actions/list-invoices.d.cts.map +1 -0
- package/dist/actions/list-invoices.d.mts +9 -0
- package/dist/actions/list-invoices.d.mts.map +1 -0
- package/dist/actions/list-invoices.mjs +80 -0
- package/dist/actions/list-invoices.mjs.map +1 -0
- package/dist/actions/list-legacy-billing-plans.cjs +87 -0
- package/dist/actions/list-legacy-billing-plans.cjs.map +1 -0
- package/dist/actions/list-legacy-billing-plans.d.cts +9 -0
- package/dist/actions/list-legacy-billing-plans.d.cts.map +1 -0
- package/dist/actions/list-legacy-billing-plans.d.mts +9 -0
- package/dist/actions/list-legacy-billing-plans.d.mts.map +1 -0
- package/dist/actions/list-legacy-billing-plans.mjs +86 -0
- package/dist/actions/list-legacy-billing-plans.mjs.map +1 -0
- package/dist/actions/list-payments.cjs +112 -0
- package/dist/actions/list-payments.cjs.map +1 -0
- package/dist/actions/list-payments.d.cts +9 -0
- package/dist/actions/list-payments.d.cts.map +1 -0
- package/dist/actions/list-payments.d.mts +9 -0
- package/dist/actions/list-payments.d.mts.map +1 -0
- package/dist/actions/list-payments.mjs +111 -0
- package/dist/actions/list-payments.mjs.map +1 -0
- package/dist/actions/list-plans.cjs +66 -0
- package/dist/actions/list-plans.cjs.map +1 -0
- package/dist/actions/list-plans.d.cts +9 -0
- package/dist/actions/list-plans.d.cts.map +1 -0
- package/dist/actions/list-plans.d.mts +9 -0
- package/dist/actions/list-plans.d.mts.map +1 -0
- package/dist/actions/list-plans.mjs +65 -0
- package/dist/actions/list-plans.mjs.map +1 -0
- package/dist/actions/list-products.cjs +37 -0
- package/dist/actions/list-products.cjs.map +1 -0
- package/dist/actions/list-products.d.cts +9 -0
- package/dist/actions/list-products.d.cts.map +1 -0
- package/dist/actions/list-products.d.mts +9 -0
- package/dist/actions/list-products.d.mts.map +1 -0
- package/dist/actions/list-products.mjs +36 -0
- package/dist/actions/list-products.mjs.map +1 -0
- package/dist/actions/list-templates.cjs +74 -0
- package/dist/actions/list-templates.cjs.map +1 -0
- package/dist/actions/list-templates.d.cts +9 -0
- package/dist/actions/list-templates.d.cts.map +1 -0
- package/dist/actions/list-templates.d.mts +9 -0
- package/dist/actions/list-templates.d.mts.map +1 -0
- package/dist/actions/list-templates.mjs +73 -0
- package/dist/actions/list-templates.mjs.map +1 -0
- package/dist/actions/list-web-profiles.cjs +48 -0
- package/dist/actions/list-web-profiles.cjs.map +1 -0
- package/dist/actions/list-web-profiles.d.cts +9 -0
- package/dist/actions/list-web-profiles.d.cts.map +1 -0
- package/dist/actions/list-web-profiles.d.mts +9 -0
- package/dist/actions/list-web-profiles.d.mts.map +1 -0
- package/dist/actions/list-web-profiles.mjs +47 -0
- package/dist/actions/list-web-profiles.mjs.map +1 -0
- package/dist/actions/list-webhook-event-type-subscriptions.cjs +23 -0
- package/dist/actions/list-webhook-event-type-subscriptions.cjs.map +1 -0
- package/dist/actions/list-webhook-event-type-subscriptions.d.cts +9 -0
- package/dist/actions/list-webhook-event-type-subscriptions.d.cts.map +1 -0
- package/dist/actions/list-webhook-event-type-subscriptions.d.mts +9 -0
- package/dist/actions/list-webhook-event-type-subscriptions.d.mts.map +1 -0
- package/dist/actions/list-webhook-event-type-subscriptions.mjs +22 -0
- package/dist/actions/list-webhook-event-type-subscriptions.mjs.map +1 -0
- package/dist/actions/list-webhook-event-types.cjs +23 -0
- package/dist/actions/list-webhook-event-types.cjs.map +1 -0
- package/dist/actions/list-webhook-event-types.d.cts +9 -0
- package/dist/actions/list-webhook-event-types.d.cts.map +1 -0
- package/dist/actions/list-webhook-event-types.d.mts +9 -0
- package/dist/actions/list-webhook-event-types.d.mts.map +1 -0
- package/dist/actions/list-webhook-event-types.mjs +22 -0
- package/dist/actions/list-webhook-event-types.mjs.map +1 -0
- package/dist/actions/list-webhook-lookups.cjs +26 -0
- package/dist/actions/list-webhook-lookups.cjs.map +1 -0
- package/dist/actions/list-webhook-lookups.d.cts +9 -0
- package/dist/actions/list-webhook-lookups.d.cts.map +1 -0
- package/dist/actions/list-webhook-lookups.d.mts +9 -0
- package/dist/actions/list-webhook-lookups.d.mts.map +1 -0
- package/dist/actions/list-webhook-lookups.mjs +25 -0
- package/dist/actions/list-webhook-lookups.mjs.map +1 -0
- package/dist/actions/list-webhooks.cjs +31 -0
- package/dist/actions/list-webhooks.cjs.map +1 -0
- package/dist/actions/list-webhooks.d.cts +9 -0
- package/dist/actions/list-webhooks.d.cts.map +1 -0
- package/dist/actions/list-webhooks.d.mts +9 -0
- package/dist/actions/list-webhooks.d.mts.map +1 -0
- package/dist/actions/list-webhooks.mjs +30 -0
- package/dist/actions/list-webhooks.mjs.map +1 -0
- package/dist/actions/patch-orders.cjs +43 -0
- package/dist/actions/patch-orders.cjs.map +1 -0
- package/dist/actions/patch-orders.d.cts +9 -0
- package/dist/actions/patch-orders.d.cts.map +1 -0
- package/dist/actions/patch-orders.d.mts +9 -0
- package/dist/actions/patch-orders.d.mts.map +1 -0
- package/dist/actions/patch-orders.mjs +40 -0
- package/dist/actions/patch-orders.mjs.map +1 -0
- package/dist/actions/patch-plan.cjs +34 -0
- package/dist/actions/patch-plan.cjs.map +1 -0
- package/dist/actions/patch-plan.d.cts +9 -0
- package/dist/actions/patch-plan.d.cts.map +1 -0
- package/dist/actions/patch-plan.d.mts +9 -0
- package/dist/actions/patch-plan.d.mts.map +1 -0
- package/dist/actions/patch-plan.mjs +31 -0
- package/dist/actions/patch-plan.mjs.map +1 -0
- package/dist/actions/patch-subscription.cjs +49 -0
- package/dist/actions/patch-subscription.cjs.map +1 -0
- package/dist/actions/patch-subscription.d.cts +9 -0
- package/dist/actions/patch-subscription.d.cts.map +1 -0
- package/dist/actions/patch-subscription.d.mts +9 -0
- package/dist/actions/patch-subscription.d.mts.map +1 -0
- package/dist/actions/patch-subscription.mjs +48 -0
- package/dist/actions/patch-subscription.mjs.map +1 -0
- package/dist/actions/patch-web-profile.cjs +41 -0
- package/dist/actions/patch-web-profile.cjs.map +1 -0
- package/dist/actions/patch-web-profile.d.cts +9 -0
- package/dist/actions/patch-web-profile.d.cts.map +1 -0
- package/dist/actions/patch-web-profile.d.mts +9 -0
- package/dist/actions/patch-web-profile.d.mts.map +1 -0
- package/dist/actions/patch-web-profile.mjs +38 -0
- package/dist/actions/patch-web-profile.mjs.map +1 -0
- package/dist/actions/ping-braintree.cjs +19 -0
- package/dist/actions/ping-braintree.cjs.map +1 -0
- package/dist/actions/ping-braintree.d.cts +9 -0
- package/dist/actions/ping-braintree.d.cts.map +1 -0
- package/dist/actions/ping-braintree.d.mts +9 -0
- package/dist/actions/ping-braintree.d.mts.map +1 -0
- package/dist/actions/ping-braintree.mjs +16 -0
- package/dist/actions/ping-braintree.mjs.map +1 -0
- package/dist/actions/query-braintree-report.cjs +39 -0
- package/dist/actions/query-braintree-report.cjs.map +1 -0
- package/dist/actions/query-braintree-report.d.cts +9 -0
- package/dist/actions/query-braintree-report.d.cts.map +1 -0
- package/dist/actions/query-braintree-report.d.mts +9 -0
- package/dist/actions/query-braintree-report.d.mts.map +1 -0
- package/dist/actions/query-braintree-report.mjs +38 -0
- package/dist/actions/query-braintree-report.mjs.map +1 -0
- package/dist/actions/retrieve-payment-resource.cjs +72 -0
- package/dist/actions/retrieve-payment-resource.cjs.map +1 -0
- package/dist/actions/retrieve-payment-resource.d.cts +9 -0
- package/dist/actions/retrieve-payment-resource.d.cts.map +1 -0
- package/dist/actions/retrieve-payment-resource.d.mts +9 -0
- package/dist/actions/retrieve-payment-resource.d.mts.map +1 -0
- package/dist/actions/retrieve-payment-resource.mjs +71 -0
- package/dist/actions/retrieve-payment-resource.mjs.map +1 -0
- package/dist/actions/search-invoices.cjs +120 -0
- package/dist/actions/search-invoices.cjs.map +1 -0
- package/dist/actions/search-invoices.d.cts +9 -0
- package/dist/actions/search-invoices.d.cts.map +1 -0
- package/dist/actions/search-invoices.d.mts +9 -0
- package/dist/actions/search-invoices.d.mts.map +1 -0
- package/dist/actions/search-invoices.mjs +119 -0
- package/dist/actions/search-invoices.mjs.map +1 -0
- package/dist/actions/send-invoice.cjs +37 -0
- package/dist/actions/send-invoice.cjs.map +1 -0
- package/dist/actions/send-invoice.d.cts +9 -0
- package/dist/actions/send-invoice.d.cts.map +1 -0
- package/dist/actions/send-invoice.d.mts +9 -0
- package/dist/actions/send-invoice.d.mts.map +1 -0
- package/dist/actions/send-invoice.mjs +36 -0
- package/dist/actions/send-invoice.mjs.map +1 -0
- package/dist/actions/simulate-webhook-event.cjs +52 -0
- package/dist/actions/simulate-webhook-event.cjs.map +1 -0
- package/dist/actions/simulate-webhook-event.d.cts +9 -0
- package/dist/actions/simulate-webhook-event.d.cts.map +1 -0
- package/dist/actions/simulate-webhook-event.d.mts +9 -0
- package/dist/actions/simulate-webhook-event.d.mts.map +1 -0
- package/dist/actions/simulate-webhook-event.mjs +51 -0
- package/dist/actions/simulate-webhook-event.mjs.map +1 -0
- package/dist/actions/update-dispute.cjs +45 -0
- package/dist/actions/update-dispute.cjs.map +1 -0
- package/dist/actions/update-dispute.d.cts +9 -0
- package/dist/actions/update-dispute.d.cts.map +1 -0
- package/dist/actions/update-dispute.d.mts +9 -0
- package/dist/actions/update-dispute.d.mts.map +1 -0
- package/dist/actions/update-dispute.mjs +44 -0
- package/dist/actions/update-dispute.mjs.map +1 -0
- package/dist/actions/update-invoice.cjs +367 -0
- package/dist/actions/update-invoice.cjs.map +1 -0
- package/dist/actions/update-invoice.d.cts +9 -0
- package/dist/actions/update-invoice.d.cts.map +1 -0
- package/dist/actions/update-invoice.d.mts +9 -0
- package/dist/actions/update-invoice.d.mts.map +1 -0
- package/dist/actions/update-invoice.mjs +366 -0
- package/dist/actions/update-invoice.mjs.map +1 -0
- package/dist/actions/update-pay-pal-product.cjs +41 -0
- package/dist/actions/update-pay-pal-product.cjs.map +1 -0
- package/dist/actions/update-pay-pal-product.d.cts +9 -0
- package/dist/actions/update-pay-pal-product.d.cts.map +1 -0
- package/dist/actions/update-pay-pal-product.d.mts +9 -0
- package/dist/actions/update-pay-pal-product.d.mts.map +1 -0
- package/dist/actions/update-pay-pal-product.mjs +38 -0
- package/dist/actions/update-pay-pal-product.mjs.map +1 -0
- package/dist/actions/update-pay-pal-webhook.cjs +54 -0
- package/dist/actions/update-pay-pal-webhook.cjs.map +1 -0
- package/dist/actions/update-pay-pal-webhook.d.cts +9 -0
- package/dist/actions/update-pay-pal-webhook.d.cts.map +1 -0
- package/dist/actions/update-pay-pal-webhook.d.mts +9 -0
- package/dist/actions/update-pay-pal-webhook.d.mts.map +1 -0
- package/dist/actions/update-pay-pal-webhook.mjs +53 -0
- package/dist/actions/update-pay-pal-webhook.mjs.map +1 -0
- package/dist/actions/update-templates.cjs +403 -0
- package/dist/actions/update-templates.cjs.map +1 -0
- package/dist/actions/update-templates.d.cts +9 -0
- package/dist/actions/update-templates.d.cts.map +1 -0
- package/dist/actions/update-templates.d.mts +9 -0
- package/dist/actions/update-templates.d.mts.map +1 -0
- package/dist/actions/update-templates.mjs +402 -0
- package/dist/actions/update-templates.mjs.map +1 -0
- package/dist/actions/update-web-profile.cjs +50 -0
- package/dist/actions/update-web-profile.cjs.map +1 -0
- package/dist/actions/update-web-profile.d.cts +9 -0
- package/dist/actions/update-web-profile.d.cts.map +1 -0
- package/dist/actions/update-web-profile.d.mts +9 -0
- package/dist/actions/update-web-profile.d.mts.map +1 -0
- package/dist/actions/update-web-profile.mjs +49 -0
- package/dist/actions/update-web-profile.mjs.map +1 -0
- package/dist/actions/verify-payment-method.cjs +33 -0
- package/dist/actions/verify-payment-method.cjs.map +1 -0
- package/dist/actions/verify-payment-method.d.cts +9 -0
- package/dist/actions/verify-payment-method.d.cts.map +1 -0
- package/dist/actions/verify-payment-method.d.mts +9 -0
- package/dist/actions/verify-payment-method.d.mts.map +1 -0
- package/dist/actions/verify-payment-method.mjs +32 -0
- package/dist/actions/verify-payment-method.mjs.map +1 -0
- package/dist/actions/verify-webhook-signature.cjs +37 -0
- package/dist/actions/verify-webhook-signature.cjs.map +1 -0
- package/dist/actions/verify-webhook-signature.d.cts +9 -0
- package/dist/actions/verify-webhook-signature.d.cts.map +1 -0
- package/dist/actions/verify-webhook-signature.d.mts +9 -0
- package/dist/actions/verify-webhook-signature.d.mts.map +1 -0
- package/dist/actions/verify-webhook-signature.mjs +34 -0
- package/dist/actions/verify-webhook-signature.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +162 -0
- package/dist/index.d.cts +81 -0
- package/dist/index.d.mts +81 -0
- package/dist/index.mjs +82 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-invoice.cjs","names":["z","action"],"sources":["../../src/actions/create-invoice.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalCreateInvoiceInput: z.ZodTypeAny = z.object({\n items: z.array(z.object({\n tax: z.object({\n name: z.string().describe(\"The name of the tax.\").optional(),\n 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 currency and amount for a financial transaction.\").optional(),\n percent: z.string().describe(\"The tax percentage as a string.\").optional(),\n}).describe(\"Tax information for an invoice item.\").optional(),\n name: z.string().describe(\"The item name. Must be 1-200 characters.\"),\n discount: z.object({\n 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 currency and amount for a financial transaction.\").optional(),\n percent: z.string().describe(\"The discount percentage as a string.\").optional(),\n}).describe(\"Discount information for an invoice item.\").optional(),\n quantity: z.string().describe(\"The quantity of the item. Must be a positive number.\"),\n item_date: z.string().describe(\"The date when the item was created or provided, in ISO 8601 format.\").optional(),\n description: z.string().describe(\"The item description. Must be 1-2000 characters.\").optional(),\n unit_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 unit amount of the item.\"),\n unit_of_measure: z.string().describe(\"The unit of measure of the item.\").optional(),\n}).describe(\"An invoice line item.\")).describe(\"An array of invoice line items. Each item includes name, quantity, and unit amount. Maximum 100 items.\").optional(),\n amount: z.object({\n value: z.string().describe(\"The total amount value.\").optional(),\n breakdown: z.object({\n custom: 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 currency and amount for a financial transaction.\").optional(),\n discount: z.object({\n 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 currency and amount for a financial transaction.\").optional(),\n percent: z.string().describe(\"The discount percentage as a string.\").optional(),\n}).describe(\"Discount information for an invoice item.\").optional(),\n shipping: 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 currency and amount for a financial transaction.\").optional(),\n tax_total: 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 currency and amount for a financial transaction.\").optional(),\n item_total: 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 currency and amount for a financial transaction.\").optional(),\n}).describe(\"The breakdown of the amount including item total, tax, shipping, and discounts.\").optional(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code.\").optional(),\n}).describe(\"The invoice amount summary including breakdown.\").optional(),\n detail: z.object({\n memo: z.string().describe(\"A memo for the invoice. Must be 1-1000 characters.\").optional(),\n note: z.string().describe(\"A note to the payer. Must be 1-1000 characters.\").optional(),\n metadata: z.object({\n sine: z.string().describe(\"The Sine field.\").optional(),\n qr_code: z.string().describe(\"QR code for the invoice.\").optional(),\n has_shipping: z.boolean().describe(\"Whether the invoice has shipping information.\").optional(),\n integrator_id: z.string().describe(\"The integrator ID.\").optional(),\n tax_invoice_id: z.string().describe(\"The tax invoice ID.\").optional(),\n second_window_id: z.string().describe(\"The second window ID.\").optional(),\n buyer_supplied_tax_id: z.string().describe(\"The buyer supplied tax ID.\").optional(),\n}).describe(\"The metadata for the invoice.\").optional(),\n reference: z.string().describe(\"A reference to the associated transaction.\").optional(),\n invoice_date: z.string().describe(\"The date when the invoice was issued, in ISO 8601 format.\").optional(),\n payment_term: z.object({\n due_days: z.number().int().describe(\"The number of days until the invoice is due.\").optional(),\n term_type: z.string().describe(\"The type of payment term.\").optional(),\n}).describe(\"The payment term for the invoice.\").optional(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code for the invoice.\"),\n invoice_number: z.string().describe(\"The invoice number. Must be 1-127 characters.\").optional(),\n terms_and_conditions: z.string().describe(\"The terms of the invoice. Must be 1-1000 characters.\").optional(),\n}).describe(\"The details of the invoice. Includes invoice number, date, currency code, and payment terms. The currency_code field is required.\"),\n invoicer: z.object({\n phones: z.array(z.object({\n country_code: z.string().describe(\"The country code.\").optional(),\n national_number: z.string().describe(\"The national phone number.\").optional(),\n}).describe(\"Phone number information.\")).describe(\"The phone numbers of the invoicer.\").optional(),\n tax_id: z.string().describe(\"The tax ID of the invoicer.\").optional(),\n website: z.string().describe(\"The website URL of the invoicer.\").optional(),\n logo_url: z.string().describe(\"The URL to the logo image for the invoicer.\").optional(),\n email_address: z.string().describe(\"The email address of the invoicer.\").optional(),\n additional_notes: z.string().describe(\"Additional notes for the invoicer.\").optional(),\n}).describe(\"The invoicer business information that appears on the invoice.\").optional(),\n due_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 currency and amount for a financial transaction.\").optional(),\n configuration: z.object({\n allow_tip: z.boolean().describe(\"Whether to allow tips.\").optional(),\n template_id: z.string().describe(\"The template ID.\").optional(),\n tax_inclusive: z.boolean().describe(\"Whether the amount includes tax.\").optional(),\n partial_payment: z.object({\n minimum_amount_due: 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 currency and amount for a financial transaction.\").optional(),\n allow_partial_payment: z.boolean().describe(\"Whether partial payments are allowed.\").optional(),\n}).describe(\"Configuration for partial payments.\").optional(),\n has_conditional_rule: z.boolean().describe(\"Whether there are conditional rules.\").optional(),\n tax_calculated_after_discount: z.boolean().describe(\"Whether tax is calculated after discount.\").optional(),\n}).describe(\"Configuration for the invoice template.\").optional(),\n primary_recipients: z.array(z.object({\n billing_info: z.object({\n last_name: z.string().describe(\"The last name of the billing contact.\").optional(),\n first_name: z.string().describe(\"The first name of the billing contact.\").optional(),\n business_name: z.string().describe(\"The business name of the billing contact.\").optional(),\n email_address: z.string().describe(\"The email address of the billing contact.\").optional(),\n}).describe(\"The billing information for the recipient.\").optional(),\n shipping_info: z.object({\n name: z.string().describe(\"The full name of the shipping recipient.\").optional(),\n phone: z.object({\n country_code: z.string().describe(\"The country code.\").optional(),\n national_number: z.string().describe(\"The national phone number.\").optional(),\n}).describe(\"Phone number information.\").optional(),\n address: z.object({\n city: z.string().describe(\"The city name.\").optional(),\n state: z.string().describe(\"The state code or name.\").optional(),\n postal_code: z.string().describe(\"The postal code.\").optional(),\n country_code: z.string().describe(\"The two-character country code.\").optional(),\n address_line_1: z.string().describe(\"The primary address line.\").optional(),\n address_line_2: z.string().describe(\"The secondary address line.\").optional(),\n}).describe(\"Address information for shipping.\").optional(),\n business_name: z.string().describe(\"The business name of the shipping recipient.\").optional(),\n email_address: z.string().describe(\"The email address of the shipping recipient.\").optional(),\n}).describe(\"The shipping information for the recipient.\").optional(),\n}).describe(\"The billing and shipping information for the recipient.\")).describe(\"The billing and shipping information for the recipients. Includes name, email, address, and phone.\").optional(),\n additional_recipients: z.array(z.string()).describe(\"An array of CC email addresses to which notifications are sent.\").optional(),\n}).describe(\"Request schema for creating a PayPal draft invoice.\\n\\nUse this action when you need to create a new draft invoice that can be\\ncustomized and sent to recipients. The minimum required field is the\\ndetail object with currency_code.\\n\\nThe created invoice will have status DRAFT until you send it.\");\nconst PaypalCreateInvoice_MoneySchema: z.ZodTypeAny = 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 currency and amount for a financial transaction.\");\nconst PaypalCreateInvoice_TaxInfoSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the tax.\").nullable().optional(),\n amount: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n percent: z.string().describe(\"The tax percentage as a string.\").nullable().optional(),\n}).describe(\"Tax information for an invoice item.\");\nconst PaypalCreateInvoice_DiscountInfoSchema: z.ZodTypeAny = z.object({\n amount: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n percent: z.string().describe(\"The discount percentage as a string.\").nullable().optional(),\n}).describe(\"Discount information for an invoice item.\");\nconst PaypalCreateInvoice_InvoiceItemSchema: z.ZodTypeAny = z.object({\n tax: PaypalCreateInvoice_TaxInfoSchema.nullable().optional(),\n name: z.string().describe(\"The item name. Must be 1-200 characters.\"),\n discount: PaypalCreateInvoice_DiscountInfoSchema.nullable().optional(),\n quantity: z.string().describe(\"The quantity of the item. Must be a positive number.\"),\n item_date: z.string().describe(\"The date when the item was created or provided, in ISO 8601 format.\").nullable().optional(),\n description: z.string().describe(\"The item description. Must be 1-2000 characters.\").nullable().optional(),\n unit_amount: PaypalCreateInvoice_MoneySchema.nullable(),\n unit_of_measure: z.string().describe(\"The unit of measure of the item.\").nullable().optional(),\n}).describe(\"An invoice line item.\");\nconst PaypalCreateInvoice_LinkDescriptionSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"The link relationship type.\"),\n href: z.string().describe(\"The complete URL to the related resource.\"),\n method: z.string().describe(\"The HTTP method required to access the resource.\").nullable().optional(),\n}).describe(\"HATEOAS link information.\");\nconst PaypalCreateInvoice_AmountBreakdownSchema: z.ZodTypeAny = z.object({\n custom: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n discount: PaypalCreateInvoice_DiscountInfoSchema.nullable().optional(),\n shipping: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n tax_total: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n item_total: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n}).describe(\"The breakdown of the amount including item total, tax, shipping, and discounts.\");\nconst PaypalCreateInvoice_InvoiceAmountSummarySchema: z.ZodTypeAny = z.object({\n value: z.string().describe(\"The total amount value.\").nullable().optional(),\n breakdown: PaypalCreateInvoice_AmountBreakdownSchema.nullable().optional(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code.\").nullable().optional(),\n}).describe(\"The invoice amount summary including breakdown.\");\nconst PaypalCreateInvoice_InvoiceMetadataSchema: z.ZodTypeAny = z.object({\n sine: z.string().describe(\"The Sine field.\").nullable().optional(),\n qr_code: z.string().describe(\"QR code for the invoice.\").nullable().optional(),\n has_shipping: z.boolean().describe(\"Whether the invoice has shipping information.\").nullable().optional(),\n integrator_id: z.string().describe(\"The integrator ID.\").nullable().optional(),\n tax_invoice_id: z.string().describe(\"The tax invoice ID.\").nullable().optional(),\n second_window_id: z.string().describe(\"The second window ID.\").nullable().optional(),\n buyer_supplied_tax_id: z.string().describe(\"The buyer supplied tax ID.\").nullable().optional(),\n}).describe(\"The metadata for the invoice.\");\nconst PaypalCreateInvoice_PaymentTermSchema: z.ZodTypeAny = z.object({\n due_days: z.number().int().describe(\"The number of days until the invoice is due.\").nullable().optional(),\n term_type: z.string().describe(\"The type of payment term.\").nullable().optional(),\n}).describe(\"The payment term for the invoice.\");\nconst PaypalCreateInvoice_InvoiceDetailSchema: z.ZodTypeAny = z.object({\n memo: z.string().describe(\"A memo for the invoice. Must be 1-1000 characters.\").nullable().optional(),\n note: z.string().describe(\"A note to the payer. Must be 1-1000 characters.\").nullable().optional(),\n metadata: PaypalCreateInvoice_InvoiceMetadataSchema.nullable().optional(),\n reference: z.string().describe(\"A reference to the associated transaction.\").nullable().optional(),\n invoice_date: z.string().describe(\"The date when the invoice was issued, in ISO 8601 format.\").nullable().optional(),\n payment_term: PaypalCreateInvoice_PaymentTermSchema.nullable().optional(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code for the invoice.\"),\n invoice_number: z.string().describe(\"The invoice number. Must be 1-127 characters.\").nullable().optional(),\n terms_and_conditions: z.string().describe(\"The terms of the invoice. Must be 1-1000 characters.\").nullable().optional(),\n}).describe(\"The details of the invoice including number, date, payment terms, and metadata.\");\nconst PaypalCreateInvoice_InvoiceStatusSchema: z.ZodTypeAny = 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.\");\nconst PaypalCreateInvoice_PhoneSchema: z.ZodTypeAny = z.object({\n country_code: z.string().describe(\"The country code.\").nullable().optional(),\n national_number: z.string().describe(\"The national phone number.\").nullable().optional(),\n}).describe(\"Phone number information.\");\nconst PaypalCreateInvoice_InvoicerInfoSchema: z.ZodTypeAny = z.object({\n phones: z.array(PaypalCreateInvoice_PhoneSchema).describe(\"The phone numbers of the invoicer.\").nullable().optional(),\n tax_id: z.string().describe(\"The tax ID of the invoicer.\").nullable().optional(),\n website: z.string().describe(\"The website URL of the invoicer.\").nullable().optional(),\n logo_url: z.string().describe(\"The URL to the logo image for the invoicer.\").nullable().optional(),\n email_address: z.string().describe(\"The email address of the invoicer.\").nullable().optional(),\n additional_notes: z.string().describe(\"Additional notes for the invoicer.\").nullable().optional(),\n}).describe(\"The invoicer business information that appears on the invoice.\");\nconst PaypalCreateInvoice_PartialPaymentSchema: z.ZodTypeAny = z.object({\n minimum_amount_due: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n allow_partial_payment: z.boolean().describe(\"Whether partial payments are allowed.\").nullable().optional(),\n}).describe(\"Configuration for partial payments.\");\nconst PaypalCreateInvoice_TemplateConfigurationSchema: z.ZodTypeAny = z.object({\n allow_tip: z.boolean().describe(\"Whether to allow tips.\").nullable().optional(),\n template_id: z.string().describe(\"The template ID.\").nullable().optional(),\n tax_inclusive: z.boolean().describe(\"Whether the amount includes tax.\").nullable().optional(),\n partial_payment: PaypalCreateInvoice_PartialPaymentSchema.nullable().optional(),\n has_conditional_rule: z.boolean().describe(\"Whether there are conditional rules.\").nullable().optional(),\n tax_calculated_after_discount: z.boolean().describe(\"Whether tax is calculated after discount.\").nullable().optional(),\n}).describe(\"Configuration for the invoice template.\");\nconst PaypalCreateInvoice_BillingInfoSchema: z.ZodTypeAny = z.object({\n last_name: z.string().describe(\"The last name of the billing contact.\").nullable().optional(),\n first_name: z.string().describe(\"The first name of the billing contact.\").nullable().optional(),\n business_name: z.string().describe(\"The business name of the billing contact.\").nullable().optional(),\n email_address: z.string().describe(\"The email address of the billing contact.\").nullable().optional(),\n}).describe(\"The billing information for the recipient.\");\nconst PaypalCreateInvoice_AddressSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"The city name.\").nullable().optional(),\n state: z.string().describe(\"The state code or name.\").nullable().optional(),\n postal_code: z.string().describe(\"The postal code.\").nullable().optional(),\n country_code: z.string().describe(\"The two-character country code.\").nullable().optional(),\n address_line_1: z.string().describe(\"The primary address line.\").nullable().optional(),\n address_line_2: z.string().describe(\"The secondary address line.\").nullable().optional(),\n}).describe(\"Address information for shipping.\");\nconst PaypalCreateInvoice_ShippingInfoSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The full name of the shipping recipient.\").nullable().optional(),\n phone: PaypalCreateInvoice_PhoneSchema.nullable().optional(),\n address: PaypalCreateInvoice_AddressSchema.nullable().optional(),\n business_name: z.string().describe(\"The business name of the shipping recipient.\").nullable().optional(),\n email_address: z.string().describe(\"The email address of the shipping recipient.\").nullable().optional(),\n}).describe(\"The shipping information for the recipient.\");\nconst PaypalCreateInvoice_RecipientInfoSchema: z.ZodTypeAny = z.object({\n billing_info: PaypalCreateInvoice_BillingInfoSchema.nullable().optional(),\n shipping_info: PaypalCreateInvoice_ShippingInfoSchema.nullable().optional(),\n}).describe(\"The billing and shipping information for the recipient.\");\nexport const PaypalCreateInvoiceOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique PayPal-generated ID for the invoice.\").nullable().optional(),\n name: z.string().describe(\"Error name if the request failed.\").nullable().optional(),\n items: z.array(PaypalCreateInvoice_InvoiceItemSchema).describe(\"An array of invoice line items.\").nullable().optional(),\n links: z.array(PaypalCreateInvoice_LinkDescriptionSchema).describe(\"An array of HATEOAS links related to the invoice.\").nullable().optional(),\n amount: PaypalCreateInvoice_InvoiceAmountSummarySchema.nullable().optional(),\n detail: PaypalCreateInvoice_InvoiceDetailSchema.nullable().optional(),\n status: PaypalCreateInvoice_InvoiceStatusSchema.nullable().optional(),\n message: z.string().describe(\"Error message if the request failed.\").nullable().optional(),\n invoicer: PaypalCreateInvoice_InvoicerInfoSchema.nullable().optional(),\n due_amount: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n configuration: PaypalCreateInvoice_TemplateConfigurationSchema.nullable().optional(),\n primary_recipients: z.array(PaypalCreateInvoice_RecipientInfoSchema).describe(\"The billing and shipping information for the recipients.\").nullable().optional(),\n additional_recipients: z.array(z.string()).describe(\"An array of CC email addresses.\").nullable().optional(),\n}).describe(\"Response schema for a created PayPal invoice.\");\n\nexport const paypalCreateInvoice = action(\"PAYPAL_CREATE_INVOICE\", {\n slug: \"paypal-create-invoice\",\n name: \"Create invoice\",\n description: \"Creates a PayPal draft invoice. Use this action when you need to create a new invoice that can be customized and sent to recipients. The invoice is created in DRAFT status and can be modified before being sent. **Required fields:** - detail.currency_code: The three-character currency code (e.g., \\\"USD\\\") **Optional fields:** - detail.invoice_number: Custom invoice number - detail.invoice_date: Date when invoice was issued - detail.note: Note to the payer - detail.terms_and_conditions: Payment terms - items: List of line items (name, quantity, unit_amount required) - primary_recipients: Billing information for recipients - amount: Invoice amount breakdown The created invoice can be modified, scheduled, or sent using other PayPal invoicing actions.\",\n input: PaypalCreateInvoiceInput,\n output: PaypalCreateInvoiceOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-invoice.d.ts
|
|
4
|
+
declare const PaypalCreateInvoiceInput: z.ZodTypeAny;
|
|
5
|
+
declare const PaypalCreateInvoiceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const paypalCreateInvoice: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { paypalCreateInvoice };
|
|
9
|
+
//# sourceMappingURL=create-invoice.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-invoice.d.cts","names":[],"sources":["../../src/actions/create-invoice.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAqI8Q;AAAA,cAmH1S,yBAAA,EAA2B,CAAA,CAAE,UAckB;AAAA,cAE/C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-invoice.d.ts
|
|
4
|
+
declare const PaypalCreateInvoiceInput: z.ZodTypeAny;
|
|
5
|
+
declare const PaypalCreateInvoiceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const paypalCreateInvoice: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { paypalCreateInvoice };
|
|
9
|
+
//# sourceMappingURL=create-invoice.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-invoice.d.mts","names":[],"sources":["../../src/actions/create-invoice.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAqI8Q;AAAA,cAmH1S,yBAAA,EAA2B,CAAA,CAAE,UAckB;AAAA,cAE/C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-invoice.ts
|
|
4
|
+
const PaypalCreateInvoiceInput = z.object({
|
|
5
|
+
items: z.array(z.object({
|
|
6
|
+
tax: z.object({
|
|
7
|
+
name: z.string().describe("The name of the tax.").optional(),
|
|
8
|
+
amount: z.object({
|
|
9
|
+
value: z.string().describe("The value, which might be an integer for currencies like JPY or a decimal fraction for others."),
|
|
10
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code that identifies the currency.")
|
|
11
|
+
}).describe("The currency and amount for a financial transaction.").optional(),
|
|
12
|
+
percent: z.string().describe("The tax percentage as a string.").optional()
|
|
13
|
+
}).describe("Tax information for an invoice item.").optional(),
|
|
14
|
+
name: z.string().describe("The item name. Must be 1-200 characters."),
|
|
15
|
+
discount: z.object({
|
|
16
|
+
amount: z.object({
|
|
17
|
+
value: z.string().describe("The value, which might be an integer for currencies like JPY or a decimal fraction for others."),
|
|
18
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code that identifies the currency.")
|
|
19
|
+
}).describe("The currency and amount for a financial transaction.").optional(),
|
|
20
|
+
percent: z.string().describe("The discount percentage as a string.").optional()
|
|
21
|
+
}).describe("Discount information for an invoice item.").optional(),
|
|
22
|
+
quantity: z.string().describe("The quantity of the item. Must be a positive number."),
|
|
23
|
+
item_date: z.string().describe("The date when the item was created or provided, in ISO 8601 format.").optional(),
|
|
24
|
+
description: z.string().describe("The item description. Must be 1-2000 characters.").optional(),
|
|
25
|
+
unit_amount: z.object({
|
|
26
|
+
value: z.string().describe("The value, which might be an integer for currencies like JPY or a decimal fraction for others."),
|
|
27
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code that identifies the currency.")
|
|
28
|
+
}).describe("The unit amount of the item."),
|
|
29
|
+
unit_of_measure: z.string().describe("The unit of measure of the item.").optional()
|
|
30
|
+
}).describe("An invoice line item.")).describe("An array of invoice line items. Each item includes name, quantity, and unit amount. Maximum 100 items.").optional(),
|
|
31
|
+
amount: z.object({
|
|
32
|
+
value: z.string().describe("The total amount value.").optional(),
|
|
33
|
+
breakdown: z.object({
|
|
34
|
+
custom: z.object({
|
|
35
|
+
value: z.string().describe("The value, which might be an integer for currencies like JPY or a decimal fraction for others."),
|
|
36
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code that identifies the currency.")
|
|
37
|
+
}).describe("The currency and amount for a financial transaction.").optional(),
|
|
38
|
+
discount: z.object({
|
|
39
|
+
amount: z.object({
|
|
40
|
+
value: z.string().describe("The value, which might be an integer for currencies like JPY or a decimal fraction for others."),
|
|
41
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code that identifies the currency.")
|
|
42
|
+
}).describe("The currency and amount for a financial transaction.").optional(),
|
|
43
|
+
percent: z.string().describe("The discount percentage as a string.").optional()
|
|
44
|
+
}).describe("Discount information for an invoice item.").optional(),
|
|
45
|
+
shipping: z.object({
|
|
46
|
+
value: z.string().describe("The value, which might be an integer for currencies like JPY or a decimal fraction for others."),
|
|
47
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code that identifies the currency.")
|
|
48
|
+
}).describe("The currency and amount for a financial transaction.").optional(),
|
|
49
|
+
tax_total: z.object({
|
|
50
|
+
value: z.string().describe("The value, which might be an integer for currencies like JPY or a decimal fraction for others."),
|
|
51
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code that identifies the currency.")
|
|
52
|
+
}).describe("The currency and amount for a financial transaction.").optional(),
|
|
53
|
+
item_total: z.object({
|
|
54
|
+
value: z.string().describe("The value, which might be an integer for currencies like JPY or a decimal fraction for others."),
|
|
55
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code that identifies the currency.")
|
|
56
|
+
}).describe("The currency and amount for a financial transaction.").optional()
|
|
57
|
+
}).describe("The breakdown of the amount including item total, tax, shipping, and discounts.").optional(),
|
|
58
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code.").optional()
|
|
59
|
+
}).describe("The invoice amount summary including breakdown.").optional(),
|
|
60
|
+
detail: z.object({
|
|
61
|
+
memo: z.string().describe("A memo for the invoice. Must be 1-1000 characters.").optional(),
|
|
62
|
+
note: z.string().describe("A note to the payer. Must be 1-1000 characters.").optional(),
|
|
63
|
+
metadata: z.object({
|
|
64
|
+
sine: z.string().describe("The Sine field.").optional(),
|
|
65
|
+
qr_code: z.string().describe("QR code for the invoice.").optional(),
|
|
66
|
+
has_shipping: z.boolean().describe("Whether the invoice has shipping information.").optional(),
|
|
67
|
+
integrator_id: z.string().describe("The integrator ID.").optional(),
|
|
68
|
+
tax_invoice_id: z.string().describe("The tax invoice ID.").optional(),
|
|
69
|
+
second_window_id: z.string().describe("The second window ID.").optional(),
|
|
70
|
+
buyer_supplied_tax_id: z.string().describe("The buyer supplied tax ID.").optional()
|
|
71
|
+
}).describe("The metadata for the invoice.").optional(),
|
|
72
|
+
reference: z.string().describe("A reference to the associated transaction.").optional(),
|
|
73
|
+
invoice_date: z.string().describe("The date when the invoice was issued, in ISO 8601 format.").optional(),
|
|
74
|
+
payment_term: z.object({
|
|
75
|
+
due_days: z.number().int().describe("The number of days until the invoice is due.").optional(),
|
|
76
|
+
term_type: z.string().describe("The type of payment term.").optional()
|
|
77
|
+
}).describe("The payment term for the invoice.").optional(),
|
|
78
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code for the invoice."),
|
|
79
|
+
invoice_number: z.string().describe("The invoice number. Must be 1-127 characters.").optional(),
|
|
80
|
+
terms_and_conditions: z.string().describe("The terms of the invoice. Must be 1-1000 characters.").optional()
|
|
81
|
+
}).describe("The details of the invoice. Includes invoice number, date, currency code, and payment terms. The currency_code field is required."),
|
|
82
|
+
invoicer: z.object({
|
|
83
|
+
phones: z.array(z.object({
|
|
84
|
+
country_code: z.string().describe("The country code.").optional(),
|
|
85
|
+
national_number: z.string().describe("The national phone number.").optional()
|
|
86
|
+
}).describe("Phone number information.")).describe("The phone numbers of the invoicer.").optional(),
|
|
87
|
+
tax_id: z.string().describe("The tax ID of the invoicer.").optional(),
|
|
88
|
+
website: z.string().describe("The website URL of the invoicer.").optional(),
|
|
89
|
+
logo_url: z.string().describe("The URL to the logo image for the invoicer.").optional(),
|
|
90
|
+
email_address: z.string().describe("The email address of the invoicer.").optional(),
|
|
91
|
+
additional_notes: z.string().describe("Additional notes for the invoicer.").optional()
|
|
92
|
+
}).describe("The invoicer business information that appears on the invoice.").optional(),
|
|
93
|
+
due_amount: z.object({
|
|
94
|
+
value: z.string().describe("The value, which might be an integer for currencies like JPY or a decimal fraction for others."),
|
|
95
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code that identifies the currency.")
|
|
96
|
+
}).describe("The currency and amount for a financial transaction.").optional(),
|
|
97
|
+
configuration: z.object({
|
|
98
|
+
allow_tip: z.boolean().describe("Whether to allow tips.").optional(),
|
|
99
|
+
template_id: z.string().describe("The template ID.").optional(),
|
|
100
|
+
tax_inclusive: z.boolean().describe("Whether the amount includes tax.").optional(),
|
|
101
|
+
partial_payment: z.object({
|
|
102
|
+
minimum_amount_due: z.object({
|
|
103
|
+
value: z.string().describe("The value, which might be an integer for currencies like JPY or a decimal fraction for others."),
|
|
104
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code that identifies the currency.")
|
|
105
|
+
}).describe("The currency and amount for a financial transaction.").optional(),
|
|
106
|
+
allow_partial_payment: z.boolean().describe("Whether partial payments are allowed.").optional()
|
|
107
|
+
}).describe("Configuration for partial payments.").optional(),
|
|
108
|
+
has_conditional_rule: z.boolean().describe("Whether there are conditional rules.").optional(),
|
|
109
|
+
tax_calculated_after_discount: z.boolean().describe("Whether tax is calculated after discount.").optional()
|
|
110
|
+
}).describe("Configuration for the invoice template.").optional(),
|
|
111
|
+
primary_recipients: z.array(z.object({
|
|
112
|
+
billing_info: z.object({
|
|
113
|
+
last_name: z.string().describe("The last name of the billing contact.").optional(),
|
|
114
|
+
first_name: z.string().describe("The first name of the billing contact.").optional(),
|
|
115
|
+
business_name: z.string().describe("The business name of the billing contact.").optional(),
|
|
116
|
+
email_address: z.string().describe("The email address of the billing contact.").optional()
|
|
117
|
+
}).describe("The billing information for the recipient.").optional(),
|
|
118
|
+
shipping_info: z.object({
|
|
119
|
+
name: z.string().describe("The full name of the shipping recipient.").optional(),
|
|
120
|
+
phone: z.object({
|
|
121
|
+
country_code: z.string().describe("The country code.").optional(),
|
|
122
|
+
national_number: z.string().describe("The national phone number.").optional()
|
|
123
|
+
}).describe("Phone number information.").optional(),
|
|
124
|
+
address: z.object({
|
|
125
|
+
city: z.string().describe("The city name.").optional(),
|
|
126
|
+
state: z.string().describe("The state code or name.").optional(),
|
|
127
|
+
postal_code: z.string().describe("The postal code.").optional(),
|
|
128
|
+
country_code: z.string().describe("The two-character country code.").optional(),
|
|
129
|
+
address_line_1: z.string().describe("The primary address line.").optional(),
|
|
130
|
+
address_line_2: z.string().describe("The secondary address line.").optional()
|
|
131
|
+
}).describe("Address information for shipping.").optional(),
|
|
132
|
+
business_name: z.string().describe("The business name of the shipping recipient.").optional(),
|
|
133
|
+
email_address: z.string().describe("The email address of the shipping recipient.").optional()
|
|
134
|
+
}).describe("The shipping information for the recipient.").optional()
|
|
135
|
+
}).describe("The billing and shipping information for the recipient.")).describe("The billing and shipping information for the recipients. Includes name, email, address, and phone.").optional(),
|
|
136
|
+
additional_recipients: z.array(z.string()).describe("An array of CC email addresses to which notifications are sent.").optional()
|
|
137
|
+
}).describe("Request schema for creating a PayPal draft invoice.\n\nUse this action when you need to create a new draft invoice that can be\ncustomized and sent to recipients. The minimum required field is the\ndetail object with currency_code.\n\nThe created invoice will have status DRAFT until you send it.");
|
|
138
|
+
const PaypalCreateInvoice_MoneySchema = z.object({
|
|
139
|
+
value: z.string().describe("The value, which might be an integer for currencies like JPY or a decimal fraction for others."),
|
|
140
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code that identifies the currency.")
|
|
141
|
+
}).describe("The currency and amount for a financial transaction.");
|
|
142
|
+
const PaypalCreateInvoice_TaxInfoSchema = z.object({
|
|
143
|
+
name: z.string().describe("The name of the tax.").nullable().optional(),
|
|
144
|
+
amount: PaypalCreateInvoice_MoneySchema.nullable().optional(),
|
|
145
|
+
percent: z.string().describe("The tax percentage as a string.").nullable().optional()
|
|
146
|
+
}).describe("Tax information for an invoice item.");
|
|
147
|
+
const PaypalCreateInvoice_DiscountInfoSchema = z.object({
|
|
148
|
+
amount: PaypalCreateInvoice_MoneySchema.nullable().optional(),
|
|
149
|
+
percent: z.string().describe("The discount percentage as a string.").nullable().optional()
|
|
150
|
+
}).describe("Discount information for an invoice item.");
|
|
151
|
+
const PaypalCreateInvoice_InvoiceItemSchema = z.object({
|
|
152
|
+
tax: PaypalCreateInvoice_TaxInfoSchema.nullable().optional(),
|
|
153
|
+
name: z.string().describe("The item name. Must be 1-200 characters."),
|
|
154
|
+
discount: PaypalCreateInvoice_DiscountInfoSchema.nullable().optional(),
|
|
155
|
+
quantity: z.string().describe("The quantity of the item. Must be a positive number."),
|
|
156
|
+
item_date: z.string().describe("The date when the item was created or provided, in ISO 8601 format.").nullable().optional(),
|
|
157
|
+
description: z.string().describe("The item description. Must be 1-2000 characters.").nullable().optional(),
|
|
158
|
+
unit_amount: PaypalCreateInvoice_MoneySchema.nullable(),
|
|
159
|
+
unit_of_measure: z.string().describe("The unit of measure of the item.").nullable().optional()
|
|
160
|
+
}).describe("An invoice line item.");
|
|
161
|
+
const PaypalCreateInvoice_LinkDescriptionSchema = z.object({
|
|
162
|
+
rel: z.string().describe("The link relationship type."),
|
|
163
|
+
href: z.string().describe("The complete URL to the related resource."),
|
|
164
|
+
method: z.string().describe("The HTTP method required to access the resource.").nullable().optional()
|
|
165
|
+
}).describe("HATEOAS link information.");
|
|
166
|
+
const PaypalCreateInvoice_AmountBreakdownSchema = z.object({
|
|
167
|
+
custom: PaypalCreateInvoice_MoneySchema.nullable().optional(),
|
|
168
|
+
discount: PaypalCreateInvoice_DiscountInfoSchema.nullable().optional(),
|
|
169
|
+
shipping: PaypalCreateInvoice_MoneySchema.nullable().optional(),
|
|
170
|
+
tax_total: PaypalCreateInvoice_MoneySchema.nullable().optional(),
|
|
171
|
+
item_total: PaypalCreateInvoice_MoneySchema.nullable().optional()
|
|
172
|
+
}).describe("The breakdown of the amount including item total, tax, shipping, and discounts.");
|
|
173
|
+
const PaypalCreateInvoice_InvoiceAmountSummarySchema = z.object({
|
|
174
|
+
value: z.string().describe("The total amount value.").nullable().optional(),
|
|
175
|
+
breakdown: PaypalCreateInvoice_AmountBreakdownSchema.nullable().optional(),
|
|
176
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code.").nullable().optional()
|
|
177
|
+
}).describe("The invoice amount summary including breakdown.");
|
|
178
|
+
const PaypalCreateInvoice_InvoiceMetadataSchema = z.object({
|
|
179
|
+
sine: z.string().describe("The Sine field.").nullable().optional(),
|
|
180
|
+
qr_code: z.string().describe("QR code for the invoice.").nullable().optional(),
|
|
181
|
+
has_shipping: z.boolean().describe("Whether the invoice has shipping information.").nullable().optional(),
|
|
182
|
+
integrator_id: z.string().describe("The integrator ID.").nullable().optional(),
|
|
183
|
+
tax_invoice_id: z.string().describe("The tax invoice ID.").nullable().optional(),
|
|
184
|
+
second_window_id: z.string().describe("The second window ID.").nullable().optional(),
|
|
185
|
+
buyer_supplied_tax_id: z.string().describe("The buyer supplied tax ID.").nullable().optional()
|
|
186
|
+
}).describe("The metadata for the invoice.");
|
|
187
|
+
const PaypalCreateInvoice_PaymentTermSchema = z.object({
|
|
188
|
+
due_days: z.number().int().describe("The number of days until the invoice is due.").nullable().optional(),
|
|
189
|
+
term_type: z.string().describe("The type of payment term.").nullable().optional()
|
|
190
|
+
}).describe("The payment term for the invoice.");
|
|
191
|
+
const PaypalCreateInvoice_InvoiceDetailSchema = z.object({
|
|
192
|
+
memo: z.string().describe("A memo for the invoice. Must be 1-1000 characters.").nullable().optional(),
|
|
193
|
+
note: z.string().describe("A note to the payer. Must be 1-1000 characters.").nullable().optional(),
|
|
194
|
+
metadata: PaypalCreateInvoice_InvoiceMetadataSchema.nullable().optional(),
|
|
195
|
+
reference: z.string().describe("A reference to the associated transaction.").nullable().optional(),
|
|
196
|
+
invoice_date: z.string().describe("The date when the invoice was issued, in ISO 8601 format.").nullable().optional(),
|
|
197
|
+
payment_term: PaypalCreateInvoice_PaymentTermSchema.nullable().optional(),
|
|
198
|
+
currency_code: z.string().describe("The three-character ISO-4217 currency code for the invoice."),
|
|
199
|
+
invoice_number: z.string().describe("The invoice number. Must be 1-127 characters.").nullable().optional(),
|
|
200
|
+
terms_and_conditions: z.string().describe("The terms of the invoice. Must be 1-1000 characters.").nullable().optional()
|
|
201
|
+
}).describe("The details of the invoice including number, date, payment terms, and metadata.");
|
|
202
|
+
const PaypalCreateInvoice_InvoiceStatusSchema = z.enum([
|
|
203
|
+
"DRAFT",
|
|
204
|
+
"SENT",
|
|
205
|
+
"SCHEDULED",
|
|
206
|
+
"PAID",
|
|
207
|
+
"MARKED_AS_PAID",
|
|
208
|
+
"CANCELLED",
|
|
209
|
+
"REFUNDED",
|
|
210
|
+
"PARTIALLY_PAID",
|
|
211
|
+
"PARTIALLY_REFUNDED",
|
|
212
|
+
"MARKED_AS_REFUNDED",
|
|
213
|
+
"UNPAID",
|
|
214
|
+
"PAYMENT_PENDING",
|
|
215
|
+
"AUTO_CANCELLED",
|
|
216
|
+
"PAID_EXTERNAL",
|
|
217
|
+
"REFUNDED_EXTERNAL",
|
|
218
|
+
"SHARED"
|
|
219
|
+
]).describe("The status of the invoice.");
|
|
220
|
+
const PaypalCreateInvoice_PhoneSchema = z.object({
|
|
221
|
+
country_code: z.string().describe("The country code.").nullable().optional(),
|
|
222
|
+
national_number: z.string().describe("The national phone number.").nullable().optional()
|
|
223
|
+
}).describe("Phone number information.");
|
|
224
|
+
const PaypalCreateInvoice_InvoicerInfoSchema = z.object({
|
|
225
|
+
phones: z.array(PaypalCreateInvoice_PhoneSchema).describe("The phone numbers of the invoicer.").nullable().optional(),
|
|
226
|
+
tax_id: z.string().describe("The tax ID of the invoicer.").nullable().optional(),
|
|
227
|
+
website: z.string().describe("The website URL of the invoicer.").nullable().optional(),
|
|
228
|
+
logo_url: z.string().describe("The URL to the logo image for the invoicer.").nullable().optional(),
|
|
229
|
+
email_address: z.string().describe("The email address of the invoicer.").nullable().optional(),
|
|
230
|
+
additional_notes: z.string().describe("Additional notes for the invoicer.").nullable().optional()
|
|
231
|
+
}).describe("The invoicer business information that appears on the invoice.");
|
|
232
|
+
const PaypalCreateInvoice_PartialPaymentSchema = z.object({
|
|
233
|
+
minimum_amount_due: PaypalCreateInvoice_MoneySchema.nullable().optional(),
|
|
234
|
+
allow_partial_payment: z.boolean().describe("Whether partial payments are allowed.").nullable().optional()
|
|
235
|
+
}).describe("Configuration for partial payments.");
|
|
236
|
+
const PaypalCreateInvoice_TemplateConfigurationSchema = z.object({
|
|
237
|
+
allow_tip: z.boolean().describe("Whether to allow tips.").nullable().optional(),
|
|
238
|
+
template_id: z.string().describe("The template ID.").nullable().optional(),
|
|
239
|
+
tax_inclusive: z.boolean().describe("Whether the amount includes tax.").nullable().optional(),
|
|
240
|
+
partial_payment: PaypalCreateInvoice_PartialPaymentSchema.nullable().optional(),
|
|
241
|
+
has_conditional_rule: z.boolean().describe("Whether there are conditional rules.").nullable().optional(),
|
|
242
|
+
tax_calculated_after_discount: z.boolean().describe("Whether tax is calculated after discount.").nullable().optional()
|
|
243
|
+
}).describe("Configuration for the invoice template.");
|
|
244
|
+
const PaypalCreateInvoice_BillingInfoSchema = z.object({
|
|
245
|
+
last_name: z.string().describe("The last name of the billing contact.").nullable().optional(),
|
|
246
|
+
first_name: z.string().describe("The first name of the billing contact.").nullable().optional(),
|
|
247
|
+
business_name: z.string().describe("The business name of the billing contact.").nullable().optional(),
|
|
248
|
+
email_address: z.string().describe("The email address of the billing contact.").nullable().optional()
|
|
249
|
+
}).describe("The billing information for the recipient.");
|
|
250
|
+
const PaypalCreateInvoice_AddressSchema = z.object({
|
|
251
|
+
city: z.string().describe("The city name.").nullable().optional(),
|
|
252
|
+
state: z.string().describe("The state code or name.").nullable().optional(),
|
|
253
|
+
postal_code: z.string().describe("The postal code.").nullable().optional(),
|
|
254
|
+
country_code: z.string().describe("The two-character country code.").nullable().optional(),
|
|
255
|
+
address_line_1: z.string().describe("The primary address line.").nullable().optional(),
|
|
256
|
+
address_line_2: z.string().describe("The secondary address line.").nullable().optional()
|
|
257
|
+
}).describe("Address information for shipping.");
|
|
258
|
+
const PaypalCreateInvoice_ShippingInfoSchema = z.object({
|
|
259
|
+
name: z.string().describe("The full name of the shipping recipient.").nullable().optional(),
|
|
260
|
+
phone: PaypalCreateInvoice_PhoneSchema.nullable().optional(),
|
|
261
|
+
address: PaypalCreateInvoice_AddressSchema.nullable().optional(),
|
|
262
|
+
business_name: z.string().describe("The business name of the shipping recipient.").nullable().optional(),
|
|
263
|
+
email_address: z.string().describe("The email address of the shipping recipient.").nullable().optional()
|
|
264
|
+
}).describe("The shipping information for the recipient.");
|
|
265
|
+
const PaypalCreateInvoice_RecipientInfoSchema = z.object({
|
|
266
|
+
billing_info: PaypalCreateInvoice_BillingInfoSchema.nullable().optional(),
|
|
267
|
+
shipping_info: PaypalCreateInvoice_ShippingInfoSchema.nullable().optional()
|
|
268
|
+
}).describe("The billing and shipping information for the recipient.");
|
|
269
|
+
const paypalCreateInvoice = action("PAYPAL_CREATE_INVOICE", {
|
|
270
|
+
slug: "paypal-create-invoice",
|
|
271
|
+
name: "Create invoice",
|
|
272
|
+
description: "Creates a PayPal draft invoice. Use this action when you need to create a new invoice that can be customized and sent to recipients. The invoice is created in DRAFT status and can be modified before being sent. **Required fields:** - detail.currency_code: The three-character currency code (e.g., \"USD\") **Optional fields:** - detail.invoice_number: Custom invoice number - detail.invoice_date: Date when invoice was issued - detail.note: Note to the payer - detail.terms_and_conditions: Payment terms - items: List of line items (name, quantity, unit_amount required) - primary_recipients: Billing information for recipients - amount: Invoice amount breakdown The created invoice can be modified, scheduled, or sent using other PayPal invoicing actions.",
|
|
273
|
+
input: PaypalCreateInvoiceInput,
|
|
274
|
+
output: z.object({
|
|
275
|
+
id: z.string().describe("The unique PayPal-generated ID for the invoice.").nullable().optional(),
|
|
276
|
+
name: z.string().describe("Error name if the request failed.").nullable().optional(),
|
|
277
|
+
items: z.array(PaypalCreateInvoice_InvoiceItemSchema).describe("An array of invoice line items.").nullable().optional(),
|
|
278
|
+
links: z.array(PaypalCreateInvoice_LinkDescriptionSchema).describe("An array of HATEOAS links related to the invoice.").nullable().optional(),
|
|
279
|
+
amount: PaypalCreateInvoice_InvoiceAmountSummarySchema.nullable().optional(),
|
|
280
|
+
detail: PaypalCreateInvoice_InvoiceDetailSchema.nullable().optional(),
|
|
281
|
+
status: PaypalCreateInvoice_InvoiceStatusSchema.nullable().optional(),
|
|
282
|
+
message: z.string().describe("Error message if the request failed.").nullable().optional(),
|
|
283
|
+
invoicer: PaypalCreateInvoice_InvoicerInfoSchema.nullable().optional(),
|
|
284
|
+
due_amount: PaypalCreateInvoice_MoneySchema.nullable().optional(),
|
|
285
|
+
configuration: PaypalCreateInvoice_TemplateConfigurationSchema.nullable().optional(),
|
|
286
|
+
primary_recipients: z.array(PaypalCreateInvoice_RecipientInfoSchema).describe("The billing and shipping information for the recipients.").nullable().optional(),
|
|
287
|
+
additional_recipients: z.array(z.string()).describe("An array of CC email addresses.").nullable().optional()
|
|
288
|
+
}).describe("Response schema for a created PayPal invoice.")
|
|
289
|
+
});
|
|
290
|
+
//#endregion
|
|
291
|
+
export { paypalCreateInvoice };
|
|
292
|
+
|
|
293
|
+
//# sourceMappingURL=create-invoice.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-invoice.mjs","names":[],"sources":["../../src/actions/create-invoice.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalCreateInvoiceInput: z.ZodTypeAny = z.object({\n items: z.array(z.object({\n tax: z.object({\n name: z.string().describe(\"The name of the tax.\").optional(),\n 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 currency and amount for a financial transaction.\").optional(),\n percent: z.string().describe(\"The tax percentage as a string.\").optional(),\n}).describe(\"Tax information for an invoice item.\").optional(),\n name: z.string().describe(\"The item name. Must be 1-200 characters.\"),\n discount: z.object({\n 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 currency and amount for a financial transaction.\").optional(),\n percent: z.string().describe(\"The discount percentage as a string.\").optional(),\n}).describe(\"Discount information for an invoice item.\").optional(),\n quantity: z.string().describe(\"The quantity of the item. Must be a positive number.\"),\n item_date: z.string().describe(\"The date when the item was created or provided, in ISO 8601 format.\").optional(),\n description: z.string().describe(\"The item description. Must be 1-2000 characters.\").optional(),\n unit_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 unit amount of the item.\"),\n unit_of_measure: z.string().describe(\"The unit of measure of the item.\").optional(),\n}).describe(\"An invoice line item.\")).describe(\"An array of invoice line items. Each item includes name, quantity, and unit amount. Maximum 100 items.\").optional(),\n amount: z.object({\n value: z.string().describe(\"The total amount value.\").optional(),\n breakdown: z.object({\n custom: 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 currency and amount for a financial transaction.\").optional(),\n discount: z.object({\n 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 currency and amount for a financial transaction.\").optional(),\n percent: z.string().describe(\"The discount percentage as a string.\").optional(),\n}).describe(\"Discount information for an invoice item.\").optional(),\n shipping: 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 currency and amount for a financial transaction.\").optional(),\n tax_total: 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 currency and amount for a financial transaction.\").optional(),\n item_total: 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 currency and amount for a financial transaction.\").optional(),\n}).describe(\"The breakdown of the amount including item total, tax, shipping, and discounts.\").optional(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code.\").optional(),\n}).describe(\"The invoice amount summary including breakdown.\").optional(),\n detail: z.object({\n memo: z.string().describe(\"A memo for the invoice. Must be 1-1000 characters.\").optional(),\n note: z.string().describe(\"A note to the payer. Must be 1-1000 characters.\").optional(),\n metadata: z.object({\n sine: z.string().describe(\"The Sine field.\").optional(),\n qr_code: z.string().describe(\"QR code for the invoice.\").optional(),\n has_shipping: z.boolean().describe(\"Whether the invoice has shipping information.\").optional(),\n integrator_id: z.string().describe(\"The integrator ID.\").optional(),\n tax_invoice_id: z.string().describe(\"The tax invoice ID.\").optional(),\n second_window_id: z.string().describe(\"The second window ID.\").optional(),\n buyer_supplied_tax_id: z.string().describe(\"The buyer supplied tax ID.\").optional(),\n}).describe(\"The metadata for the invoice.\").optional(),\n reference: z.string().describe(\"A reference to the associated transaction.\").optional(),\n invoice_date: z.string().describe(\"The date when the invoice was issued, in ISO 8601 format.\").optional(),\n payment_term: z.object({\n due_days: z.number().int().describe(\"The number of days until the invoice is due.\").optional(),\n term_type: z.string().describe(\"The type of payment term.\").optional(),\n}).describe(\"The payment term for the invoice.\").optional(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code for the invoice.\"),\n invoice_number: z.string().describe(\"The invoice number. Must be 1-127 characters.\").optional(),\n terms_and_conditions: z.string().describe(\"The terms of the invoice. Must be 1-1000 characters.\").optional(),\n}).describe(\"The details of the invoice. Includes invoice number, date, currency code, and payment terms. The currency_code field is required.\"),\n invoicer: z.object({\n phones: z.array(z.object({\n country_code: z.string().describe(\"The country code.\").optional(),\n national_number: z.string().describe(\"The national phone number.\").optional(),\n}).describe(\"Phone number information.\")).describe(\"The phone numbers of the invoicer.\").optional(),\n tax_id: z.string().describe(\"The tax ID of the invoicer.\").optional(),\n website: z.string().describe(\"The website URL of the invoicer.\").optional(),\n logo_url: z.string().describe(\"The URL to the logo image for the invoicer.\").optional(),\n email_address: z.string().describe(\"The email address of the invoicer.\").optional(),\n additional_notes: z.string().describe(\"Additional notes for the invoicer.\").optional(),\n}).describe(\"The invoicer business information that appears on the invoice.\").optional(),\n due_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 currency and amount for a financial transaction.\").optional(),\n configuration: z.object({\n allow_tip: z.boolean().describe(\"Whether to allow tips.\").optional(),\n template_id: z.string().describe(\"The template ID.\").optional(),\n tax_inclusive: z.boolean().describe(\"Whether the amount includes tax.\").optional(),\n partial_payment: z.object({\n minimum_amount_due: 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 currency and amount for a financial transaction.\").optional(),\n allow_partial_payment: z.boolean().describe(\"Whether partial payments are allowed.\").optional(),\n}).describe(\"Configuration for partial payments.\").optional(),\n has_conditional_rule: z.boolean().describe(\"Whether there are conditional rules.\").optional(),\n tax_calculated_after_discount: z.boolean().describe(\"Whether tax is calculated after discount.\").optional(),\n}).describe(\"Configuration for the invoice template.\").optional(),\n primary_recipients: z.array(z.object({\n billing_info: z.object({\n last_name: z.string().describe(\"The last name of the billing contact.\").optional(),\n first_name: z.string().describe(\"The first name of the billing contact.\").optional(),\n business_name: z.string().describe(\"The business name of the billing contact.\").optional(),\n email_address: z.string().describe(\"The email address of the billing contact.\").optional(),\n}).describe(\"The billing information for the recipient.\").optional(),\n shipping_info: z.object({\n name: z.string().describe(\"The full name of the shipping recipient.\").optional(),\n phone: z.object({\n country_code: z.string().describe(\"The country code.\").optional(),\n national_number: z.string().describe(\"The national phone number.\").optional(),\n}).describe(\"Phone number information.\").optional(),\n address: z.object({\n city: z.string().describe(\"The city name.\").optional(),\n state: z.string().describe(\"The state code or name.\").optional(),\n postal_code: z.string().describe(\"The postal code.\").optional(),\n country_code: z.string().describe(\"The two-character country code.\").optional(),\n address_line_1: z.string().describe(\"The primary address line.\").optional(),\n address_line_2: z.string().describe(\"The secondary address line.\").optional(),\n}).describe(\"Address information for shipping.\").optional(),\n business_name: z.string().describe(\"The business name of the shipping recipient.\").optional(),\n email_address: z.string().describe(\"The email address of the shipping recipient.\").optional(),\n}).describe(\"The shipping information for the recipient.\").optional(),\n}).describe(\"The billing and shipping information for the recipient.\")).describe(\"The billing and shipping information for the recipients. Includes name, email, address, and phone.\").optional(),\n additional_recipients: z.array(z.string()).describe(\"An array of CC email addresses to which notifications are sent.\").optional(),\n}).describe(\"Request schema for creating a PayPal draft invoice.\\n\\nUse this action when you need to create a new draft invoice that can be\\ncustomized and sent to recipients. The minimum required field is the\\ndetail object with currency_code.\\n\\nThe created invoice will have status DRAFT until you send it.\");\nconst PaypalCreateInvoice_MoneySchema: z.ZodTypeAny = 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 currency and amount for a financial transaction.\");\nconst PaypalCreateInvoice_TaxInfoSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the tax.\").nullable().optional(),\n amount: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n percent: z.string().describe(\"The tax percentage as a string.\").nullable().optional(),\n}).describe(\"Tax information for an invoice item.\");\nconst PaypalCreateInvoice_DiscountInfoSchema: z.ZodTypeAny = z.object({\n amount: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n percent: z.string().describe(\"The discount percentage as a string.\").nullable().optional(),\n}).describe(\"Discount information for an invoice item.\");\nconst PaypalCreateInvoice_InvoiceItemSchema: z.ZodTypeAny = z.object({\n tax: PaypalCreateInvoice_TaxInfoSchema.nullable().optional(),\n name: z.string().describe(\"The item name. Must be 1-200 characters.\"),\n discount: PaypalCreateInvoice_DiscountInfoSchema.nullable().optional(),\n quantity: z.string().describe(\"The quantity of the item. Must be a positive number.\"),\n item_date: z.string().describe(\"The date when the item was created or provided, in ISO 8601 format.\").nullable().optional(),\n description: z.string().describe(\"The item description. Must be 1-2000 characters.\").nullable().optional(),\n unit_amount: PaypalCreateInvoice_MoneySchema.nullable(),\n unit_of_measure: z.string().describe(\"The unit of measure of the item.\").nullable().optional(),\n}).describe(\"An invoice line item.\");\nconst PaypalCreateInvoice_LinkDescriptionSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"The link relationship type.\"),\n href: z.string().describe(\"The complete URL to the related resource.\"),\n method: z.string().describe(\"The HTTP method required to access the resource.\").nullable().optional(),\n}).describe(\"HATEOAS link information.\");\nconst PaypalCreateInvoice_AmountBreakdownSchema: z.ZodTypeAny = z.object({\n custom: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n discount: PaypalCreateInvoice_DiscountInfoSchema.nullable().optional(),\n shipping: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n tax_total: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n item_total: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n}).describe(\"The breakdown of the amount including item total, tax, shipping, and discounts.\");\nconst PaypalCreateInvoice_InvoiceAmountSummarySchema: z.ZodTypeAny = z.object({\n value: z.string().describe(\"The total amount value.\").nullable().optional(),\n breakdown: PaypalCreateInvoice_AmountBreakdownSchema.nullable().optional(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code.\").nullable().optional(),\n}).describe(\"The invoice amount summary including breakdown.\");\nconst PaypalCreateInvoice_InvoiceMetadataSchema: z.ZodTypeAny = z.object({\n sine: z.string().describe(\"The Sine field.\").nullable().optional(),\n qr_code: z.string().describe(\"QR code for the invoice.\").nullable().optional(),\n has_shipping: z.boolean().describe(\"Whether the invoice has shipping information.\").nullable().optional(),\n integrator_id: z.string().describe(\"The integrator ID.\").nullable().optional(),\n tax_invoice_id: z.string().describe(\"The tax invoice ID.\").nullable().optional(),\n second_window_id: z.string().describe(\"The second window ID.\").nullable().optional(),\n buyer_supplied_tax_id: z.string().describe(\"The buyer supplied tax ID.\").nullable().optional(),\n}).describe(\"The metadata for the invoice.\");\nconst PaypalCreateInvoice_PaymentTermSchema: z.ZodTypeAny = z.object({\n due_days: z.number().int().describe(\"The number of days until the invoice is due.\").nullable().optional(),\n term_type: z.string().describe(\"The type of payment term.\").nullable().optional(),\n}).describe(\"The payment term for the invoice.\");\nconst PaypalCreateInvoice_InvoiceDetailSchema: z.ZodTypeAny = z.object({\n memo: z.string().describe(\"A memo for the invoice. Must be 1-1000 characters.\").nullable().optional(),\n note: z.string().describe(\"A note to the payer. Must be 1-1000 characters.\").nullable().optional(),\n metadata: PaypalCreateInvoice_InvoiceMetadataSchema.nullable().optional(),\n reference: z.string().describe(\"A reference to the associated transaction.\").nullable().optional(),\n invoice_date: z.string().describe(\"The date when the invoice was issued, in ISO 8601 format.\").nullable().optional(),\n payment_term: PaypalCreateInvoice_PaymentTermSchema.nullable().optional(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code for the invoice.\"),\n invoice_number: z.string().describe(\"The invoice number. Must be 1-127 characters.\").nullable().optional(),\n terms_and_conditions: z.string().describe(\"The terms of the invoice. Must be 1-1000 characters.\").nullable().optional(),\n}).describe(\"The details of the invoice including number, date, payment terms, and metadata.\");\nconst PaypalCreateInvoice_InvoiceStatusSchema: z.ZodTypeAny = 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.\");\nconst PaypalCreateInvoice_PhoneSchema: z.ZodTypeAny = z.object({\n country_code: z.string().describe(\"The country code.\").nullable().optional(),\n national_number: z.string().describe(\"The national phone number.\").nullable().optional(),\n}).describe(\"Phone number information.\");\nconst PaypalCreateInvoice_InvoicerInfoSchema: z.ZodTypeAny = z.object({\n phones: z.array(PaypalCreateInvoice_PhoneSchema).describe(\"The phone numbers of the invoicer.\").nullable().optional(),\n tax_id: z.string().describe(\"The tax ID of the invoicer.\").nullable().optional(),\n website: z.string().describe(\"The website URL of the invoicer.\").nullable().optional(),\n logo_url: z.string().describe(\"The URL to the logo image for the invoicer.\").nullable().optional(),\n email_address: z.string().describe(\"The email address of the invoicer.\").nullable().optional(),\n additional_notes: z.string().describe(\"Additional notes for the invoicer.\").nullable().optional(),\n}).describe(\"The invoicer business information that appears on the invoice.\");\nconst PaypalCreateInvoice_PartialPaymentSchema: z.ZodTypeAny = z.object({\n minimum_amount_due: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n allow_partial_payment: z.boolean().describe(\"Whether partial payments are allowed.\").nullable().optional(),\n}).describe(\"Configuration for partial payments.\");\nconst PaypalCreateInvoice_TemplateConfigurationSchema: z.ZodTypeAny = z.object({\n allow_tip: z.boolean().describe(\"Whether to allow tips.\").nullable().optional(),\n template_id: z.string().describe(\"The template ID.\").nullable().optional(),\n tax_inclusive: z.boolean().describe(\"Whether the amount includes tax.\").nullable().optional(),\n partial_payment: PaypalCreateInvoice_PartialPaymentSchema.nullable().optional(),\n has_conditional_rule: z.boolean().describe(\"Whether there are conditional rules.\").nullable().optional(),\n tax_calculated_after_discount: z.boolean().describe(\"Whether tax is calculated after discount.\").nullable().optional(),\n}).describe(\"Configuration for the invoice template.\");\nconst PaypalCreateInvoice_BillingInfoSchema: z.ZodTypeAny = z.object({\n last_name: z.string().describe(\"The last name of the billing contact.\").nullable().optional(),\n first_name: z.string().describe(\"The first name of the billing contact.\").nullable().optional(),\n business_name: z.string().describe(\"The business name of the billing contact.\").nullable().optional(),\n email_address: z.string().describe(\"The email address of the billing contact.\").nullable().optional(),\n}).describe(\"The billing information for the recipient.\");\nconst PaypalCreateInvoice_AddressSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"The city name.\").nullable().optional(),\n state: z.string().describe(\"The state code or name.\").nullable().optional(),\n postal_code: z.string().describe(\"The postal code.\").nullable().optional(),\n country_code: z.string().describe(\"The two-character country code.\").nullable().optional(),\n address_line_1: z.string().describe(\"The primary address line.\").nullable().optional(),\n address_line_2: z.string().describe(\"The secondary address line.\").nullable().optional(),\n}).describe(\"Address information for shipping.\");\nconst PaypalCreateInvoice_ShippingInfoSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The full name of the shipping recipient.\").nullable().optional(),\n phone: PaypalCreateInvoice_PhoneSchema.nullable().optional(),\n address: PaypalCreateInvoice_AddressSchema.nullable().optional(),\n business_name: z.string().describe(\"The business name of the shipping recipient.\").nullable().optional(),\n email_address: z.string().describe(\"The email address of the shipping recipient.\").nullable().optional(),\n}).describe(\"The shipping information for the recipient.\");\nconst PaypalCreateInvoice_RecipientInfoSchema: z.ZodTypeAny = z.object({\n billing_info: PaypalCreateInvoice_BillingInfoSchema.nullable().optional(),\n shipping_info: PaypalCreateInvoice_ShippingInfoSchema.nullable().optional(),\n}).describe(\"The billing and shipping information for the recipient.\");\nexport const PaypalCreateInvoiceOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique PayPal-generated ID for the invoice.\").nullable().optional(),\n name: z.string().describe(\"Error name if the request failed.\").nullable().optional(),\n items: z.array(PaypalCreateInvoice_InvoiceItemSchema).describe(\"An array of invoice line items.\").nullable().optional(),\n links: z.array(PaypalCreateInvoice_LinkDescriptionSchema).describe(\"An array of HATEOAS links related to the invoice.\").nullable().optional(),\n amount: PaypalCreateInvoice_InvoiceAmountSummarySchema.nullable().optional(),\n detail: PaypalCreateInvoice_InvoiceDetailSchema.nullable().optional(),\n status: PaypalCreateInvoice_InvoiceStatusSchema.nullable().optional(),\n message: z.string().describe(\"Error message if the request failed.\").nullable().optional(),\n invoicer: PaypalCreateInvoice_InvoicerInfoSchema.nullable().optional(),\n due_amount: PaypalCreateInvoice_MoneySchema.nullable().optional(),\n configuration: PaypalCreateInvoice_TemplateConfigurationSchema.nullable().optional(),\n primary_recipients: z.array(PaypalCreateInvoice_RecipientInfoSchema).describe(\"The billing and shipping information for the recipients.\").nullable().optional(),\n additional_recipients: z.array(z.string()).describe(\"An array of CC email addresses.\").nullable().optional(),\n}).describe(\"Response schema for a created PayPal invoice.\");\n\nexport const paypalCreateInvoice = action(\"PAYPAL_CREATE_INVOICE\", {\n slug: \"paypal-create-invoice\",\n name: \"Create invoice\",\n description: \"Creates a PayPal draft invoice. Use this action when you need to create a new invoice that can be customized and sent to recipients. The invoice is created in DRAFT status and can be modified before being sent. **Required fields:** - detail.currency_code: The three-character currency code (e.g., \\\"USD\\\") **Optional fields:** - detail.invoice_number: Custom invoice number - detail.invoice_date: Date when invoice was issued - detail.note: Note to the payer - detail.terms_and_conditions: Payment terms - items: List of line items (name, quantity, unit_amount required) - primary_recipients: Billing information for recipients - amount: Invoice amount breakdown The created invoice can be modified, scheduled, or sent using other PayPal invoicing actions.\",\n input: PaypalCreateInvoiceInput,\n output: PaypalCreateInvoiceOutput,\n});\n"],"mappings":"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"}
|