@keystrokehq/paypal 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actions/activate-plan.cjs +1 -1
- package/dist/actions/activate-plan.cjs.map +1 -1
- package/dist/actions/activate-plan.d.cts +14 -2
- package/dist/actions/activate-plan.d.mts +14 -2
- package/dist/actions/activate-plan.mjs +1 -1
- package/dist/actions/activate-plan.mjs.map +1 -1
- package/dist/actions/add-batch-trackers.cjs +5 -5
- package/dist/actions/add-batch-trackers.cjs.map +1 -1
- package/dist/actions/add-batch-trackers.d.cts +21 -8
- package/dist/actions/add-batch-trackers.d.mts +21 -8
- package/dist/actions/add-batch-trackers.mjs +5 -5
- package/dist/actions/add-batch-trackers.mjs.map +1 -1
- package/dist/actions/authorize-order.cjs +16 -16
- package/dist/actions/authorize-order.cjs.map +1 -1
- package/dist/actions/authorize-order.d.cts +34 -22
- package/dist/actions/authorize-order.d.cts.map +1 -1
- package/dist/actions/authorize-order.d.mts +34 -22
- package/dist/actions/authorize-order.d.mts.map +1 -1
- package/dist/actions/authorize-order.mjs +16 -16
- package/dist/actions/authorize-order.mjs.map +1 -1
- package/dist/actions/cancel-invoice.cjs +3 -3
- package/dist/actions/cancel-invoice.cjs.map +1 -1
- package/dist/actions/cancel-invoice.d.cts +16 -4
- package/dist/actions/cancel-invoice.d.mts +16 -4
- package/dist/actions/cancel-invoice.mjs +3 -3
- package/dist/actions/cancel-invoice.mjs.map +1 -1
- package/dist/actions/cancel-reminders.cjs +3 -3
- package/dist/actions/cancel-reminders.cjs.map +1 -1
- package/dist/actions/cancel-reminders.d.cts +16 -4
- package/dist/actions/cancel-reminders.d.mts +16 -4
- package/dist/actions/cancel-reminders.mjs +3 -3
- package/dist/actions/cancel-reminders.mjs.map +1 -1
- package/dist/actions/capture-subscription-payment.cjs +9 -9
- package/dist/actions/capture-subscription-payment.cjs.map +1 -1
- package/dist/actions/capture-subscription-payment.d.cts +23 -11
- package/dist/actions/capture-subscription-payment.d.mts +23 -11
- package/dist/actions/capture-subscription-payment.mjs +9 -9
- package/dist/actions/capture-subscription-payment.mjs.map +1 -1
- package/dist/actions/charge-payment-method.cjs +1 -1
- package/dist/actions/charge-payment-method.cjs.map +1 -1
- package/dist/actions/charge-payment-method.d.cts +14 -2
- package/dist/actions/charge-payment-method.d.cts.map +1 -1
- package/dist/actions/charge-payment-method.d.mts +14 -2
- package/dist/actions/charge-payment-method.d.mts.map +1 -1
- package/dist/actions/charge-payment-method.mjs +1 -1
- package/dist/actions/charge-payment-method.mjs.map +1 -1
- package/dist/actions/create-invoice.cjs +22 -22
- package/dist/actions/create-invoice.cjs.map +1 -1
- package/dist/actions/create-invoice.d.cts +49 -34
- package/dist/actions/create-invoice.d.mts +49 -34
- package/dist/actions/create-invoice.mjs +22 -22
- package/dist/actions/create-invoice.mjs.map +1 -1
- package/dist/actions/create-payment.cjs +31 -31
- package/dist/actions/create-payment.cjs.map +1 -1
- package/dist/actions/create-payment.d.cts +55 -39
- package/dist/actions/create-payment.d.mts +55 -39
- package/dist/actions/create-payment.mjs +31 -31
- package/dist/actions/create-payment.mjs.map +1 -1
- package/dist/actions/create-payments-billing-plans.cjs +8 -8
- package/dist/actions/create-payments-billing-plans.cjs.map +1 -1
- package/dist/actions/create-payments-billing-plans.d.cts +24 -10
- package/dist/actions/create-payments-billing-plans.d.mts +24 -10
- package/dist/actions/create-payments-billing-plans.mjs +8 -8
- package/dist/actions/create-payments-billing-plans.mjs.map +1 -1
- package/dist/actions/create-plan.cjs +12 -12
- package/dist/actions/create-plan.cjs.map +1 -1
- package/dist/actions/create-plan.d.cts +27 -14
- package/dist/actions/create-plan.d.cts.map +1 -1
- package/dist/actions/create-plan.d.mts +27 -14
- package/dist/actions/create-plan.d.mts.map +1 -1
- package/dist/actions/create-plan.mjs +12 -12
- package/dist/actions/create-plan.mjs.map +1 -1
- package/dist/actions/create-product.cjs +2 -2
- package/dist/actions/create-product.cjs.map +1 -1
- package/dist/actions/create-product.d.cts +15 -3
- package/dist/actions/create-product.d.mts +15 -3
- package/dist/actions/create-product.mjs +2 -2
- package/dist/actions/create-product.mjs.map +1 -1
- package/dist/actions/create-subscription.cjs +15 -15
- package/dist/actions/create-subscription.cjs.map +1 -1
- package/dist/actions/create-subscription.d.cts +34 -21
- package/dist/actions/create-subscription.d.mts +34 -21
- package/dist/actions/create-subscription.mjs +15 -15
- package/dist/actions/create-subscription.mjs.map +1 -1
- package/dist/actions/create-template.cjs +25 -25
- package/dist/actions/create-template.cjs.map +1 -1
- package/dist/actions/create-template.d.cts +49 -31
- package/dist/actions/create-template.d.mts +49 -31
- package/dist/actions/create-template.mjs +25 -25
- package/dist/actions/create-template.mjs.map +1 -1
- package/dist/actions/create-web-profile.cjs +5 -5
- package/dist/actions/create-web-profile.cjs.map +1 -1
- package/dist/actions/create-web-profile.d.cts +18 -6
- package/dist/actions/create-web-profile.d.mts +18 -6
- package/dist/actions/create-web-profile.mjs +5 -5
- package/dist/actions/create-web-profile.mjs.map +1 -1
- package/dist/actions/create-webhook-lookup.cjs +2 -2
- package/dist/actions/create-webhook-lookup.cjs.map +1 -1
- package/dist/actions/create-webhook-lookup.d.cts +15 -3
- package/dist/actions/create-webhook-lookup.d.cts.map +1 -1
- package/dist/actions/create-webhook-lookup.d.mts +15 -3
- package/dist/actions/create-webhook-lookup.d.mts.map +1 -1
- package/dist/actions/create-webhook-lookup.mjs +2 -2
- package/dist/actions/create-webhook-lookup.mjs.map +1 -1
- package/dist/actions/create-webhook.cjs +4 -4
- package/dist/actions/create-webhook.cjs.map +1 -1
- package/dist/actions/create-webhook.d.cts +18 -5
- package/dist/actions/create-webhook.d.mts +18 -5
- package/dist/actions/create-webhook.mjs +4 -4
- package/dist/actions/create-webhook.mjs.map +1 -1
- package/dist/actions/deactivate-plan.cjs +1 -1
- package/dist/actions/deactivate-plan.cjs.map +1 -1
- package/dist/actions/deactivate-plan.d.cts +14 -2
- package/dist/actions/deactivate-plan.d.mts +14 -2
- package/dist/actions/deactivate-plan.mjs +1 -1
- package/dist/actions/deactivate-plan.mjs.map +1 -1
- package/dist/actions/delete-external-payment.cjs +1 -1
- package/dist/actions/delete-external-payment.cjs.map +1 -1
- package/dist/actions/delete-external-payment.d.cts +14 -2
- package/dist/actions/delete-external-payment.d.mts +14 -2
- package/dist/actions/delete-external-payment.mjs +1 -1
- package/dist/actions/delete-external-payment.mjs.map +1 -1
- package/dist/actions/delete-invoice-payment-record.cjs +1 -1
- package/dist/actions/delete-invoice-payment-record.cjs.map +1 -1
- package/dist/actions/delete-invoice-payment-record.d.cts +14 -2
- package/dist/actions/delete-invoice-payment-record.d.mts +14 -2
- package/dist/actions/delete-invoice-payment-record.mjs +1 -1
- package/dist/actions/delete-invoice-payment-record.mjs.map +1 -1
- package/dist/actions/delete-invoice-refund-record.cjs +1 -1
- package/dist/actions/delete-invoice-refund-record.cjs.map +1 -1
- package/dist/actions/delete-invoice-refund-record.d.cts +14 -2
- package/dist/actions/delete-invoice-refund-record.d.mts +14 -2
- package/dist/actions/delete-invoice-refund-record.mjs +1 -1
- package/dist/actions/delete-invoice-refund-record.mjs.map +1 -1
- package/dist/actions/delete-invoice.cjs +3 -3
- package/dist/actions/delete-invoice.cjs.map +1 -1
- package/dist/actions/delete-invoice.d.cts +16 -4
- package/dist/actions/delete-invoice.d.mts +16 -4
- package/dist/actions/delete-invoice.mjs +3 -3
- package/dist/actions/delete-invoice.mjs.map +1 -1
- package/dist/actions/delete-payment-resource.cjs +1 -1
- package/dist/actions/delete-payment-resource.cjs.map +1 -1
- package/dist/actions/delete-payment-resource.d.cts +14 -2
- package/dist/actions/delete-payment-resource.d.mts +14 -2
- package/dist/actions/delete-payment-resource.mjs +1 -1
- package/dist/actions/delete-payment-resource.mjs.map +1 -1
- package/dist/actions/delete-template.cjs +3 -3
- package/dist/actions/delete-template.cjs.map +1 -1
- package/dist/actions/delete-template.d.cts +16 -4
- package/dist/actions/delete-template.d.mts +16 -4
- package/dist/actions/delete-template.mjs +3 -3
- package/dist/actions/delete-template.mjs.map +1 -1
- package/dist/actions/delete-web-profile.cjs +1 -1
- package/dist/actions/delete-web-profile.cjs.map +1 -1
- package/dist/actions/delete-web-profile.d.cts +14 -2
- package/dist/actions/delete-web-profile.d.mts +14 -2
- package/dist/actions/delete-web-profile.mjs +1 -1
- package/dist/actions/delete-web-profile.mjs.map +1 -1
- package/dist/actions/delete-webhook.cjs +3 -3
- package/dist/actions/delete-webhook.cjs.map +1 -1
- package/dist/actions/delete-webhook.d.cts +16 -4
- package/dist/actions/delete-webhook.d.mts +16 -4
- package/dist/actions/delete-webhook.mjs +3 -3
- package/dist/actions/delete-webhook.mjs.map +1 -1
- package/dist/actions/fetch-node.cjs +5 -5
- package/dist/actions/fetch-node.cjs.map +1 -1
- package/dist/actions/fetch-node.d.cts +18 -6
- package/dist/actions/fetch-node.d.mts +18 -6
- package/dist/actions/fetch-node.mjs +5 -5
- package/dist/actions/fetch-node.mjs.map +1 -1
- package/dist/actions/finalize-pay-pal-braintree-dispute.cjs +3 -3
- package/dist/actions/finalize-pay-pal-braintree-dispute.cjs.map +1 -1
- package/dist/actions/finalize-pay-pal-braintree-dispute.d.cts +16 -4
- package/dist/actions/finalize-pay-pal-braintree-dispute.d.mts +16 -4
- package/dist/actions/finalize-pay-pal-braintree-dispute.mjs +3 -3
- package/dist/actions/finalize-pay-pal-braintree-dispute.mjs.map +1 -1
- package/dist/actions/find-eligible-methods.cjs +7 -7
- package/dist/actions/find-eligible-methods.cjs.map +1 -1
- package/dist/actions/find-eligible-methods.d.cts +24 -11
- package/dist/actions/find-eligible-methods.d.mts +24 -11
- package/dist/actions/find-eligible-methods.mjs +7 -7
- package/dist/actions/find-eligible-methods.mjs.map +1 -1
- package/dist/actions/generate-client-token.cjs +1 -1
- package/dist/actions/generate-client-token.cjs.map +1 -1
- package/dist/actions/generate-client-token.d.cts +14 -2
- package/dist/actions/generate-client-token.d.cts.map +1 -1
- package/dist/actions/generate-client-token.d.mts +14 -2
- package/dist/actions/generate-client-token.d.mts.map +1 -1
- package/dist/actions/generate-client-token.mjs +1 -1
- package/dist/actions/generate-client-token.mjs.map +1 -1
- package/dist/actions/generate-next-invoice-number-v2.cjs +1 -1
- package/dist/actions/generate-next-invoice-number-v2.cjs.map +1 -1
- package/dist/actions/generate-next-invoice-number-v2.d.cts +14 -2
- package/dist/actions/generate-next-invoice-number-v2.d.mts +14 -2
- package/dist/actions/generate-next-invoice-number-v2.mjs +1 -1
- package/dist/actions/generate-next-invoice-number-v2.mjs.map +1 -1
- package/dist/actions/generate-next-invoice-number.cjs +1 -1
- package/dist/actions/generate-next-invoice-number.cjs.map +1 -1
- package/dist/actions/generate-next-invoice-number.d.cts +14 -2
- package/dist/actions/generate-next-invoice-number.d.cts.map +1 -1
- package/dist/actions/generate-next-invoice-number.d.mts +14 -2
- package/dist/actions/generate-next-invoice-number.d.mts.map +1 -1
- package/dist/actions/generate-next-invoice-number.mjs +1 -1
- package/dist/actions/generate-next-invoice-number.mjs.map +1 -1
- package/dist/actions/generate-qr-code.cjs +4 -4
- package/dist/actions/generate-qr-code.cjs.map +1 -1
- package/dist/actions/generate-qr-code.d.cts +17 -5
- package/dist/actions/generate-qr-code.d.mts +17 -5
- package/dist/actions/generate-qr-code.mjs +4 -4
- package/dist/actions/generate-qr-code.mjs.map +1 -1
- package/dist/actions/get-billing-subscriptions.cjs +10 -10
- package/dist/actions/get-billing-subscriptions.cjs.map +1 -1
- package/dist/actions/get-billing-subscriptions.d.cts +24 -12
- package/dist/actions/get-billing-subscriptions.d.mts +24 -12
- package/dist/actions/get-billing-subscriptions.mjs +10 -10
- package/dist/actions/get-billing-subscriptions.mjs.map +1 -1
- package/dist/actions/get-invoice.cjs +24 -24
- package/dist/actions/get-invoice.cjs.map +1 -1
- package/dist/actions/get-invoice.d.cts +45 -33
- package/dist/actions/get-invoice.d.mts +45 -33
- package/dist/actions/get-invoice.mjs +24 -24
- package/dist/actions/get-invoice.mjs.map +1 -1
- package/dist/actions/get-invoicing-invoices-qr-code.cjs +2 -2
- package/dist/actions/get-invoicing-invoices-qr-code.cjs.map +1 -1
- package/dist/actions/get-invoicing-invoices-qr-code.d.cts +15 -3
- package/dist/actions/get-invoicing-invoices-qr-code.d.mts +15 -3
- package/dist/actions/get-invoicing-invoices-qr-code.mjs +2 -2
- package/dist/actions/get-invoicing-invoices-qr-code.mjs.map +1 -1
- package/dist/actions/get-invoicing-template.cjs +20 -20
- package/dist/actions/get-invoicing-template.cjs.map +1 -1
- package/dist/actions/get-invoicing-template.d.cts +42 -30
- package/dist/actions/get-invoicing-template.d.mts +42 -30
- package/dist/actions/get-invoicing-template.mjs +20 -20
- package/dist/actions/get-invoicing-template.mjs.map +1 -1
- package/dist/actions/get-order.cjs +16 -16
- package/dist/actions/get-order.cjs.map +1 -1
- package/dist/actions/get-order.d.cts +37 -25
- package/dist/actions/get-order.d.mts +37 -25
- package/dist/actions/get-order.mjs +16 -16
- package/dist/actions/get-order.mjs.map +1 -1
- package/dist/actions/get-payment.cjs +14 -14
- package/dist/actions/get-payment.cjs.map +1 -1
- package/dist/actions/get-payment.d.cts +35 -23
- package/dist/actions/get-payment.d.mts +35 -23
- package/dist/actions/get-payment.mjs +14 -14
- package/dist/actions/get-payment.mjs.map +1 -1
- package/dist/actions/get-payments-refund.cjs +3 -3
- package/dist/actions/get-payments-refund.cjs.map +1 -1
- package/dist/actions/get-payments-refund.d.cts +16 -4
- package/dist/actions/get-payments-refund.d.mts +16 -4
- package/dist/actions/get-payments-refund.mjs +3 -3
- package/dist/actions/get-payments-refund.mjs.map +1 -1
- package/dist/actions/get-plan.cjs +11 -11
- package/dist/actions/get-plan.cjs.map +1 -1
- package/dist/actions/get-plan.d.cts +24 -12
- package/dist/actions/get-plan.d.mts +24 -12
- package/dist/actions/get-plan.mjs +11 -11
- package/dist/actions/get-plan.mjs.map +1 -1
- package/dist/actions/get-product.cjs +2 -2
- package/dist/actions/get-product.cjs.map +1 -1
- package/dist/actions/get-product.d.cts +15 -3
- package/dist/actions/get-product.d.mts +15 -3
- package/dist/actions/get-product.mjs +2 -2
- package/dist/actions/get-product.mjs.map +1 -1
- package/dist/actions/get-subscription.cjs +10 -10
- package/dist/actions/get-subscription.cjs.map +1 -1
- package/dist/actions/get-subscription.d.cts +26 -14
- package/dist/actions/get-subscription.d.mts +26 -14
- package/dist/actions/get-subscription.mjs +10 -10
- package/dist/actions/get-subscription.mjs.map +1 -1
- package/dist/actions/get-user-info.cjs +3 -3
- package/dist/actions/get-user-info.cjs.map +1 -1
- package/dist/actions/get-user-info.d.cts +16 -4
- package/dist/actions/get-user-info.d.mts +16 -4
- package/dist/actions/get-user-info.mjs +3 -3
- package/dist/actions/get-user-info.mjs.map +1 -1
- package/dist/actions/get-userinfo.cjs +3 -3
- package/dist/actions/get-userinfo.cjs.map +1 -1
- package/dist/actions/get-userinfo.d.cts +16 -4
- package/dist/actions/get-userinfo.d.mts +16 -4
- package/dist/actions/get-userinfo.mjs +3 -3
- package/dist/actions/get-userinfo.mjs.map +1 -1
- package/dist/actions/get-web-profile.cjs +4 -4
- package/dist/actions/get-web-profile.cjs.map +1 -1
- package/dist/actions/get-web-profile.d.cts +17 -5
- package/dist/actions/get-web-profile.d.mts +17 -5
- package/dist/actions/get-web-profile.mjs +4 -4
- package/dist/actions/get-web-profile.mjs.map +1 -1
- package/dist/actions/get-webhook-lookup.cjs +2 -2
- package/dist/actions/get-webhook-lookup.cjs.map +1 -1
- package/dist/actions/get-webhook-lookup.d.cts +15 -3
- package/dist/actions/get-webhook-lookup.d.mts +15 -3
- package/dist/actions/get-webhook-lookup.mjs +2 -2
- package/dist/actions/get-webhook-lookup.mjs.map +1 -1
- package/dist/actions/get-webhook.cjs +4 -4
- package/dist/actions/get-webhook.cjs.map +1 -1
- package/dist/actions/get-webhook.d.cts +17 -5
- package/dist/actions/get-webhook.d.mts +17 -5
- package/dist/actions/get-webhook.mjs +4 -4
- package/dist/actions/get-webhook.mjs.map +1 -1
- package/dist/actions/list-disputes.cjs +5 -5
- package/dist/actions/list-disputes.cjs.map +1 -1
- package/dist/actions/list-disputes.d.cts +19 -7
- package/dist/actions/list-disputes.d.mts +19 -7
- package/dist/actions/list-disputes.mjs +5 -5
- package/dist/actions/list-disputes.mjs.map +1 -1
- package/dist/actions/list-invoices.cjs +15 -15
- package/dist/actions/list-invoices.cjs.map +1 -1
- package/dist/actions/list-invoices.d.cts +32 -20
- package/dist/actions/list-invoices.d.mts +32 -20
- package/dist/actions/list-invoices.mjs +15 -15
- package/dist/actions/list-invoices.mjs.map +1 -1
- package/dist/actions/list-legacy-billing-plans.cjs +7 -7
- package/dist/actions/list-legacy-billing-plans.cjs.map +1 -1
- package/dist/actions/list-legacy-billing-plans.d.cts +22 -10
- package/dist/actions/list-legacy-billing-plans.d.mts +22 -10
- package/dist/actions/list-legacy-billing-plans.mjs +7 -7
- package/dist/actions/list-legacy-billing-plans.mjs.map +1 -1
- package/dist/actions/list-payments.cjs +20 -20
- package/dist/actions/list-payments.cjs.map +1 -1
- package/dist/actions/list-payments.d.cts +40 -28
- package/dist/actions/list-payments.d.mts +40 -28
- package/dist/actions/list-payments.mjs +20 -20
- package/dist/actions/list-payments.mjs.map +1 -1
- package/dist/actions/list-plans.cjs +8 -8
- package/dist/actions/list-plans.cjs.map +1 -1
- package/dist/actions/list-plans.d.cts +22 -10
- package/dist/actions/list-plans.d.mts +22 -10
- package/dist/actions/list-plans.mjs +8 -8
- package/dist/actions/list-plans.mjs.map +1 -1
- package/dist/actions/list-products.cjs +3 -3
- package/dist/actions/list-products.cjs.map +1 -1
- package/dist/actions/list-products.d.cts +17 -5
- package/dist/actions/list-products.d.mts +17 -5
- package/dist/actions/list-products.mjs +3 -3
- package/dist/actions/list-products.mjs.map +1 -1
- package/dist/actions/list-templates.cjs +8 -8
- package/dist/actions/list-templates.cjs.map +1 -1
- package/dist/actions/list-templates.d.cts +22 -10
- package/dist/actions/list-templates.d.mts +22 -10
- package/dist/actions/list-templates.mjs +8 -8
- package/dist/actions/list-templates.mjs.map +1 -1
- package/dist/actions/list-web-profiles.cjs +6 -6
- package/dist/actions/list-web-profiles.cjs.map +1 -1
- package/dist/actions/list-web-profiles.d.cts +19 -7
- package/dist/actions/list-web-profiles.d.mts +19 -7
- package/dist/actions/list-web-profiles.mjs +6 -6
- package/dist/actions/list-web-profiles.mjs.map +1 -1
- package/dist/actions/list-webhook-event-type-subscriptions.cjs +3 -3
- package/dist/actions/list-webhook-event-type-subscriptions.cjs.map +1 -1
- package/dist/actions/list-webhook-event-type-subscriptions.d.cts +16 -4
- package/dist/actions/list-webhook-event-type-subscriptions.d.mts +16 -4
- package/dist/actions/list-webhook-event-type-subscriptions.mjs +3 -3
- package/dist/actions/list-webhook-event-type-subscriptions.mjs.map +1 -1
- package/dist/actions/list-webhook-event-types.cjs +3 -3
- package/dist/actions/list-webhook-event-types.cjs.map +1 -1
- package/dist/actions/list-webhook-event-types.d.cts +16 -4
- package/dist/actions/list-webhook-event-types.d.cts.map +1 -1
- package/dist/actions/list-webhook-event-types.d.mts +16 -4
- package/dist/actions/list-webhook-event-types.d.mts.map +1 -1
- package/dist/actions/list-webhook-event-types.mjs +3 -3
- package/dist/actions/list-webhook-event-types.mjs.map +1 -1
- package/dist/actions/list-webhook-lookups.cjs +3 -3
- package/dist/actions/list-webhook-lookups.cjs.map +1 -1
- package/dist/actions/list-webhook-lookups.d.cts +16 -4
- package/dist/actions/list-webhook-lookups.d.cts.map +1 -1
- package/dist/actions/list-webhook-lookups.d.mts +16 -4
- package/dist/actions/list-webhook-lookups.d.mts.map +1 -1
- package/dist/actions/list-webhook-lookups.mjs +3 -3
- package/dist/actions/list-webhook-lookups.mjs.map +1 -1
- package/dist/actions/list-webhooks.cjs +2 -2
- package/dist/actions/list-webhooks.cjs.map +1 -1
- package/dist/actions/list-webhooks.d.cts +15 -3
- package/dist/actions/list-webhooks.d.mts +15 -3
- package/dist/actions/list-webhooks.mjs +2 -2
- package/dist/actions/list-webhooks.mjs.map +1 -1
- package/dist/actions/patch-orders.cjs +2 -2
- package/dist/actions/patch-orders.cjs.map +1 -1
- package/dist/actions/patch-orders.d.cts +16 -3
- package/dist/actions/patch-orders.d.cts.map +1 -1
- package/dist/actions/patch-orders.d.mts +16 -3
- package/dist/actions/patch-orders.d.mts.map +1 -1
- package/dist/actions/patch-orders.mjs +2 -2
- package/dist/actions/patch-orders.mjs.map +1 -1
- package/dist/actions/patch-plan.cjs +2 -2
- package/dist/actions/patch-plan.cjs.map +1 -1
- package/dist/actions/patch-plan.d.cts +16 -3
- package/dist/actions/patch-plan.d.mts +16 -3
- package/dist/actions/patch-plan.mjs +2 -2
- package/dist/actions/patch-plan.mjs.map +1 -1
- package/dist/actions/patch-subscription.cjs +3 -3
- package/dist/actions/patch-subscription.cjs.map +1 -1
- package/dist/actions/patch-subscription.d.cts +17 -4
- package/dist/actions/patch-subscription.d.cts.map +1 -1
- package/dist/actions/patch-subscription.d.mts +17 -4
- package/dist/actions/patch-subscription.d.mts.map +1 -1
- package/dist/actions/patch-subscription.mjs +3 -3
- package/dist/actions/patch-subscription.mjs.map +1 -1
- package/dist/actions/patch-web-profile.cjs +2 -2
- package/dist/actions/patch-web-profile.cjs.map +1 -1
- package/dist/actions/patch-web-profile.d.cts +16 -3
- package/dist/actions/patch-web-profile.d.cts.map +1 -1
- package/dist/actions/patch-web-profile.d.mts +16 -3
- package/dist/actions/patch-web-profile.d.mts.map +1 -1
- package/dist/actions/patch-web-profile.mjs +2 -2
- package/dist/actions/patch-web-profile.mjs.map +1 -1
- package/dist/actions/ping-braintree.cjs +2 -2
- package/dist/actions/ping-braintree.cjs.map +1 -1
- package/dist/actions/ping-braintree.d.cts +15 -3
- package/dist/actions/ping-braintree.d.cts.map +1 -1
- package/dist/actions/ping-braintree.d.mts +15 -3
- package/dist/actions/ping-braintree.d.mts.map +1 -1
- package/dist/actions/ping-braintree.mjs +2 -2
- package/dist/actions/ping-braintree.mjs.map +1 -1
- package/dist/actions/query-braintree-report.cjs +4 -4
- package/dist/actions/query-braintree-report.cjs.map +1 -1
- package/dist/actions/query-braintree-report.d.cts +17 -5
- package/dist/actions/query-braintree-report.d.mts +17 -5
- package/dist/actions/query-braintree-report.mjs +4 -4
- package/dist/actions/query-braintree-report.mjs.map +1 -1
- package/dist/actions/retrieve-payment-resource.cjs +11 -11
- package/dist/actions/retrieve-payment-resource.cjs.map +1 -1
- package/dist/actions/retrieve-payment-resource.d.cts +25 -13
- package/dist/actions/retrieve-payment-resource.d.mts +25 -13
- package/dist/actions/retrieve-payment-resource.mjs +11 -11
- package/dist/actions/retrieve-payment-resource.mjs.map +1 -1
- package/dist/actions/search-invoices.cjs +11 -11
- package/dist/actions/search-invoices.cjs.map +1 -1
- package/dist/actions/search-invoices.d.cts +28 -16
- package/dist/actions/search-invoices.d.mts +28 -16
- package/dist/actions/search-invoices.mjs +11 -11
- package/dist/actions/search-invoices.mjs.map +1 -1
- package/dist/actions/send-invoice.cjs +2 -2
- package/dist/actions/send-invoice.cjs.map +1 -1
- package/dist/actions/send-invoice.d.cts +15 -3
- package/dist/actions/send-invoice.d.mts +15 -3
- package/dist/actions/send-invoice.mjs +2 -2
- package/dist/actions/send-invoice.mjs.map +1 -1
- package/dist/actions/simulate-webhook-event.cjs +4 -4
- package/dist/actions/simulate-webhook-event.cjs.map +1 -1
- package/dist/actions/simulate-webhook-event.d.cts +17 -5
- package/dist/actions/simulate-webhook-event.d.mts +17 -5
- package/dist/actions/simulate-webhook-event.mjs +4 -4
- package/dist/actions/simulate-webhook-event.mjs.map +1 -1
- package/dist/actions/update-dispute.cjs +3 -3
- package/dist/actions/update-dispute.cjs.map +1 -1
- package/dist/actions/update-dispute.d.cts +17 -4
- package/dist/actions/update-dispute.d.mts +17 -4
- package/dist/actions/update-dispute.mjs +3 -3
- package/dist/actions/update-dispute.mjs.map +1 -1
- package/dist/actions/update-invoice.cjs +34 -34
- package/dist/actions/update-invoice.cjs.map +1 -1
- package/dist/actions/update-invoice.d.cts +67 -49
- package/dist/actions/update-invoice.d.cts.map +1 -1
- package/dist/actions/update-invoice.d.mts +67 -49
- package/dist/actions/update-invoice.d.mts.map +1 -1
- package/dist/actions/update-invoice.mjs +34 -34
- package/dist/actions/update-invoice.mjs.map +1 -1
- package/dist/actions/update-pay-pal-product.cjs +2 -2
- package/dist/actions/update-pay-pal-product.cjs.map +1 -1
- package/dist/actions/update-pay-pal-product.d.cts +16 -3
- package/dist/actions/update-pay-pal-product.d.cts.map +1 -1
- package/dist/actions/update-pay-pal-product.d.mts +16 -3
- package/dist/actions/update-pay-pal-product.d.mts.map +1 -1
- package/dist/actions/update-pay-pal-product.mjs +2 -2
- package/dist/actions/update-pay-pal-product.mjs.map +1 -1
- package/dist/actions/update-pay-pal-webhook.cjs +4 -4
- package/dist/actions/update-pay-pal-webhook.cjs.map +1 -1
- package/dist/actions/update-pay-pal-webhook.d.cts +18 -5
- package/dist/actions/update-pay-pal-webhook.d.cts.map +1 -1
- package/dist/actions/update-pay-pal-webhook.d.mts +18 -5
- package/dist/actions/update-pay-pal-webhook.d.mts.map +1 -1
- package/dist/actions/update-pay-pal-webhook.mjs +4 -4
- package/dist/actions/update-pay-pal-webhook.mjs.map +1 -1
- package/dist/actions/update-templates.cjs +39 -39
- package/dist/actions/update-templates.cjs.map +1 -1
- package/dist/actions/update-templates.d.cts +78 -57
- package/dist/actions/update-templates.d.mts +78 -57
- package/dist/actions/update-templates.mjs +39 -39
- package/dist/actions/update-templates.mjs.map +1 -1
- package/dist/actions/update-web-profile.cjs +2 -2
- package/dist/actions/update-web-profile.cjs.map +1 -1
- package/dist/actions/update-web-profile.d.cts +15 -3
- package/dist/actions/update-web-profile.d.mts +15 -3
- package/dist/actions/update-web-profile.mjs +2 -2
- package/dist/actions/update-web-profile.mjs.map +1 -1
- package/dist/actions/verify-payment-method.cjs +2 -2
- package/dist/actions/verify-payment-method.cjs.map +1 -1
- package/dist/actions/verify-payment-method.d.cts +15 -3
- package/dist/actions/verify-payment-method.d.mts +15 -3
- package/dist/actions/verify-payment-method.mjs +2 -2
- package/dist/actions/verify-payment-method.mjs.map +1 -1
- package/dist/actions/verify-webhook-signature.cjs +1 -1
- package/dist/actions/verify-webhook-signature.cjs.map +1 -1
- package/dist/actions/verify-webhook-signature.d.cts +14 -2
- package/dist/actions/verify-webhook-signature.d.cts.map +1 -1
- package/dist/actions/verify-webhook-signature.d.mts +14 -2
- package/dist/actions/verify-webhook-signature.d.mts.map +1 -1
- package/dist/actions/verify-webhook-signature.mjs +1 -1
- package/dist/actions/verify-webhook-signature.mjs.map +1 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-web-profile.cjs","names":["z","action"],"sources":["../../src/actions/get-web-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalGetWebProfileInput = z.object({\n id: z.string().describe(\"The ID of the web experience profile to retrieve.\"),\n}).describe(\"Request model for getting a PayPal web experience profile by ID.\");\nconst PaypalGetWebProfile_FlowConfigSchema = z.object({\n user_action: z.string().describe(\"Presents either the **Continue** or **Pay Now** checkout flow to the customer. Default is **Continue**, or `user_action=continue`. When you do not know the final payment amount, accept this default flow. When you know the final payment amount, set `user_action=commit` to choose the **Pay Now** flow.\").nullable().optional(),\n landing_page_type: z.string().describe(\"The type of landing page to display on the PayPal site for user checkout. To use the non-PayPal account landing page, set to `Billing`. To use the PayPal account login landing page, set to `Login`.\").nullable().optional(),\n bank_txn_pending_url: z.string().describe(\"The merchant site URL to display after a bank transfer payment. In Germany, valid only for the Giropay payment method or bank transfer payment method.\").nullable().optional(),\n return_uri_http_method: z.string().describe(\"The HTTP method to use to redirect the customer to a return URL. Value is `GET` or `POST`.\").nullable().optional(),\n}).describe(\"Model for flow configuration parameters.\");\nconst PaypalGetWebProfile_InputFieldsSchema = z.object({\n no_shipping: z.number().int().describe(\"Indicates whether PayPal displays shipping address fields on the experience pages. Value is 0 (display), 1 (redact), or 2 (from account profile).\").nullable().optional(),\n address_override: z.number().int().describe(\"Indicates whether to display the shipping address that is passed to this call rather than the one on file. Value is 0 (display on file) or 1 (display passed address).\").nullable().optional(),\n}).describe(\"Model for input field customization parameters.\");\nconst PaypalGetWebProfile_PresentationSchema = z.object({\n brand_name: z.string().describe(\"A label that overrides the business name in the PayPal account on the PayPal pages. Character length: 127 single-byte alphanumeric characters.\").nullable().optional(),\n logo_image: z.string().describe(\"A URL to the logo image. Valid media types: .gif, .jpg, .png. Maximum width: 190 pixels, maximum height: 60 pixels. Character length: 127 single-byte alphanumeric characters.\").nullable().optional(),\n locale_code: z.string().describe(\"The locale of pages that the PayPal payment experience displays. Valid values: AU, AT, BE, BR, CA, CH, CN, DE, ES, GB, FR, IT, NL, PL, PT, RU, US. Also valid 5-character codes: da_DK, he_IL, id_ID, ja_JP, no_NO, pt_BR, ru_RU, sv_SE, th_TH, zh_CN, zh_HK, zh_TW.\").nullable().optional(),\n}).describe(\"Model for style and presentation parameters.\");\nexport const PaypalGetWebProfileOutput = z.object({\n id: z.string().describe(\"The ID of the web experience profile.\").nullable().optional(),\n name: z.string().describe(\"The web experience profile name. Must be unique for a set of profiles for a merchant.\").nullable(),\n temporary: z.boolean().describe(\"Indicates whether the profile persists for three hours or permanently. To persist the profile permanently, set to `false`. To persist the profile for three hours, set to `true`.\").nullable().optional(),\n flow_config: PaypalGetWebProfile_FlowConfigSchema.nullable().optional(),\n input_fields: PaypalGetWebProfile_InputFieldsSchema.nullable().optional(),\n presentation: PaypalGetWebProfile_PresentationSchema.nullable().optional(),\n}).describe(\"Response model containing web experience profile details from PayPal API.\");\n\nexport const paypalGetWebProfile = action(\"PAYPAL_GET_WEB_PROFILE\", {\n slug: \"paypal-get-web-profile\",\n name: \"Get Web Profile\",\n description: \"Retrieves detailed information about a PayPal web experience profile by its ID. Use when you need to get details about an existing web experience profile, such as its name, flow configuration, input field settings, or presentation style. This is useful for auditing profile settings, verifying configurations, or retrieving profile information before updating. This is a read-only operation that returns the web profile details including its ID, name, flow config, input fields, presentation settings, and temporary status.\",\n input: PaypalGetWebProfileInput,\n output: PaypalGetWebProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,EAC7E,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,uCAAuCA,IAAAA,EAAE,OAAO;CACpD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8SAA8S,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrW,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpQ,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wJAAwJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxN,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChK,CAAC,CAAC,CAAC,SAAS,0CAA0C;
|
|
1
|
+
{"version":3,"file":"get-web-profile.cjs","names":["z","action"],"sources":["../../src/actions/get-web-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalGetWebProfileInput = z.object({\n id: z.string().describe(\"The ID of the web experience profile to retrieve.\"),\n}).describe(\"Request model for getting a PayPal web experience profile by ID.\");\nconst PaypalGetWebProfile_FlowConfigSchema = z.object({\n user_action: z.string().describe(\"Presents either the **Continue** or **Pay Now** checkout flow to the customer. Default is **Continue**, or `user_action=continue`. When you do not know the final payment amount, accept this default flow. When you know the final payment amount, set `user_action=commit` to choose the **Pay Now** flow.\").nullable().optional(),\n landing_page_type: z.string().describe(\"The type of landing page to display on the PayPal site for user checkout. To use the non-PayPal account landing page, set to `Billing`. To use the PayPal account login landing page, set to `Login`.\").nullable().optional(),\n bank_txn_pending_url: z.string().describe(\"The merchant site URL to display after a bank transfer payment. In Germany, valid only for the Giropay payment method or bank transfer payment method.\").nullable().optional(),\n return_uri_http_method: z.string().describe(\"The HTTP method to use to redirect the customer to a return URL. Value is `GET` or `POST`.\").nullable().optional(),\n}).passthrough().describe(\"Model for flow configuration parameters.\");\nconst PaypalGetWebProfile_InputFieldsSchema = z.object({\n no_shipping: z.number().int().describe(\"Indicates whether PayPal displays shipping address fields on the experience pages. Value is 0 (display), 1 (redact), or 2 (from account profile).\").nullable().optional(),\n address_override: z.number().int().describe(\"Indicates whether to display the shipping address that is passed to this call rather than the one on file. Value is 0 (display on file) or 1 (display passed address).\").nullable().optional(),\n}).passthrough().describe(\"Model for input field customization parameters.\");\nconst PaypalGetWebProfile_PresentationSchema = z.object({\n brand_name: z.string().describe(\"A label that overrides the business name in the PayPal account on the PayPal pages. Character length: 127 single-byte alphanumeric characters.\").nullable().optional(),\n logo_image: z.string().describe(\"A URL to the logo image. Valid media types: .gif, .jpg, .png. Maximum width: 190 pixels, maximum height: 60 pixels. Character length: 127 single-byte alphanumeric characters.\").nullable().optional(),\n locale_code: z.string().describe(\"The locale of pages that the PayPal payment experience displays. Valid values: AU, AT, BE, BR, CA, CH, CN, DE, ES, GB, FR, IT, NL, PL, PT, RU, US. Also valid 5-character codes: da_DK, he_IL, id_ID, ja_JP, no_NO, pt_BR, ru_RU, sv_SE, th_TH, zh_CN, zh_HK, zh_TW.\").nullable().optional(),\n}).passthrough().describe(\"Model for style and presentation parameters.\");\nexport const PaypalGetWebProfileOutput = z.object({\n id: z.string().describe(\"The ID of the web experience profile.\").nullable().optional(),\n name: z.string().describe(\"The web experience profile name. Must be unique for a set of profiles for a merchant.\").nullable(),\n temporary: z.boolean().describe(\"Indicates whether the profile persists for three hours or permanently. To persist the profile permanently, set to `false`. To persist the profile for three hours, set to `true`.\").nullable().optional(),\n flow_config: PaypalGetWebProfile_FlowConfigSchema.nullable().optional(),\n input_fields: PaypalGetWebProfile_InputFieldsSchema.nullable().optional(),\n presentation: PaypalGetWebProfile_PresentationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model containing web experience profile details from PayPal API.\");\n\nexport const paypalGetWebProfile = action(\"PAYPAL_GET_WEB_PROFILE\", {\n slug: \"paypal-get-web-profile\",\n name: \"Get Web Profile\",\n description: \"Retrieves detailed information about a PayPal web experience profile by its ID. Use when you need to get details about an existing web experience profile, such as its name, flow configuration, input field settings, or presentation style. This is useful for auditing profile settings, verifying configurations, or retrieving profile information before updating. This is a read-only operation that returns the web profile details including its ID, name, flow config, input fields, presentation settings, and temporary status.\",\n input: PaypalGetWebProfileInput,\n output: PaypalGetWebProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,EAC7E,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,uCAAuCA,IAAAA,EAAE,OAAO;CACpD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8SAA8S,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrW,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpQ,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wJAAwJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxN,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AACpE,MAAM,wCAAwCA,IAAAA,EAAE,OAAO;CACrD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mJAAmJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChN,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wKAAwK,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5O,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iDAAiD;AAC3E,MAAM,yCAAyCA,IAAAA,EAAE,OAAO;CACtD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtM,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gLAAgL,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtO,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sQAAsQ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/T,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;CAC5H,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mLAAmL,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzO,aAAa,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACtE,cAAc,sCAAsC,SAAS,CAAC,CAAC,SAAS;CACxE,cAAc,uCAAuC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2EAA2E;AAErG,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -13,20 +13,32 @@ declare const PaypalGetWebProfileOutput: z.ZodObject<{
|
|
|
13
13
|
landing_page_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
14
|
bank_txn_pending_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
15
|
return_uri_http_method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
-
}, z.core.$
|
|
16
|
+
}, z.core.$loose>>>;
|
|
17
17
|
input_fields: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
18
18
|
no_shipping: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
19
|
address_override: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
20
|
-
}, z.core.$
|
|
20
|
+
}, z.core.$loose>>>;
|
|
21
21
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
22
22
|
brand_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
23
|
logo_image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
24
|
locale_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
-
}, z.core.$
|
|
26
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>>>;
|
|
26
|
+
}, z.core.$loose>;
|
|
27
27
|
declare const paypalGetWebProfile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
id: string;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
accessToken: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
accessToken: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { paypalGetWebProfile };
|
|
32
44
|
//# sourceMappingURL=get-web-profile.d.cts.map
|
|
@@ -13,20 +13,32 @@ declare const PaypalGetWebProfileOutput: z.ZodObject<{
|
|
|
13
13
|
landing_page_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
14
|
bank_txn_pending_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
15
|
return_uri_http_method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
-
}, z.core.$
|
|
16
|
+
}, z.core.$loose>>>;
|
|
17
17
|
input_fields: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
18
18
|
no_shipping: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
19
|
address_override: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
20
|
-
}, z.core.$
|
|
20
|
+
}, z.core.$loose>>>;
|
|
21
21
|
presentation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
22
22
|
brand_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
23
|
logo_image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
24
|
locale_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
-
}, z.core.$
|
|
26
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>>>;
|
|
26
|
+
}, z.core.$loose>;
|
|
27
27
|
declare const paypalGetWebProfile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
28
28
|
id: string;
|
|
29
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
29
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
accessToken: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
accessToken: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
30
42
|
//#endregion
|
|
31
43
|
export { paypalGetWebProfile };
|
|
32
44
|
//# sourceMappingURL=get-web-profile.d.mts.map
|
|
@@ -7,16 +7,16 @@ const PaypalGetWebProfile_FlowConfigSchema = z.object({
|
|
|
7
7
|
landing_page_type: z.string().describe("The type of landing page to display on the PayPal site for user checkout. To use the non-PayPal account landing page, set to `Billing`. To use the PayPal account login landing page, set to `Login`.").nullable().optional(),
|
|
8
8
|
bank_txn_pending_url: z.string().describe("The merchant site URL to display after a bank transfer payment. In Germany, valid only for the Giropay payment method or bank transfer payment method.").nullable().optional(),
|
|
9
9
|
return_uri_http_method: z.string().describe("The HTTP method to use to redirect the customer to a return URL. Value is `GET` or `POST`.").nullable().optional()
|
|
10
|
-
}).describe("Model for flow configuration parameters.");
|
|
10
|
+
}).passthrough().describe("Model for flow configuration parameters.");
|
|
11
11
|
const PaypalGetWebProfile_InputFieldsSchema = z.object({
|
|
12
12
|
no_shipping: z.number().int().describe("Indicates whether PayPal displays shipping address fields on the experience pages. Value is 0 (display), 1 (redact), or 2 (from account profile).").nullable().optional(),
|
|
13
13
|
address_override: z.number().int().describe("Indicates whether to display the shipping address that is passed to this call rather than the one on file. Value is 0 (display on file) or 1 (display passed address).").nullable().optional()
|
|
14
|
-
}).describe("Model for input field customization parameters.");
|
|
14
|
+
}).passthrough().describe("Model for input field customization parameters.");
|
|
15
15
|
const PaypalGetWebProfile_PresentationSchema = z.object({
|
|
16
16
|
brand_name: z.string().describe("A label that overrides the business name in the PayPal account on the PayPal pages. Character length: 127 single-byte alphanumeric characters.").nullable().optional(),
|
|
17
17
|
logo_image: z.string().describe("A URL to the logo image. Valid media types: .gif, .jpg, .png. Maximum width: 190 pixels, maximum height: 60 pixels. Character length: 127 single-byte alphanumeric characters.").nullable().optional(),
|
|
18
18
|
locale_code: z.string().describe("The locale of pages that the PayPal payment experience displays. Valid values: AU, AT, BE, BR, CA, CH, CN, DE, ES, GB, FR, IT, NL, PL, PT, RU, US. Also valid 5-character codes: da_DK, he_IL, id_ID, ja_JP, no_NO, pt_BR, ru_RU, sv_SE, th_TH, zh_CN, zh_HK, zh_TW.").nullable().optional()
|
|
19
|
-
}).describe("Model for style and presentation parameters.");
|
|
19
|
+
}).passthrough().describe("Model for style and presentation parameters.");
|
|
20
20
|
const paypalGetWebProfile = action("PAYPAL_GET_WEB_PROFILE", {
|
|
21
21
|
slug: "paypal-get-web-profile",
|
|
22
22
|
name: "Get Web Profile",
|
|
@@ -29,7 +29,7 @@ const paypalGetWebProfile = action("PAYPAL_GET_WEB_PROFILE", {
|
|
|
29
29
|
flow_config: PaypalGetWebProfile_FlowConfigSchema.nullable().optional(),
|
|
30
30
|
input_fields: PaypalGetWebProfile_InputFieldsSchema.nullable().optional(),
|
|
31
31
|
presentation: PaypalGetWebProfile_PresentationSchema.nullable().optional()
|
|
32
|
-
}).describe("Response model containing web experience profile details from PayPal API.")
|
|
32
|
+
}).passthrough().describe("Response model containing web experience profile details from PayPal API.")
|
|
33
33
|
});
|
|
34
34
|
//#endregion
|
|
35
35
|
export { paypalGetWebProfile };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-web-profile.mjs","names":[],"sources":["../../src/actions/get-web-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalGetWebProfileInput = z.object({\n id: z.string().describe(\"The ID of the web experience profile to retrieve.\"),\n}).describe(\"Request model for getting a PayPal web experience profile by ID.\");\nconst PaypalGetWebProfile_FlowConfigSchema = z.object({\n user_action: z.string().describe(\"Presents either the **Continue** or **Pay Now** checkout flow to the customer. Default is **Continue**, or `user_action=continue`. When you do not know the final payment amount, accept this default flow. When you know the final payment amount, set `user_action=commit` to choose the **Pay Now** flow.\").nullable().optional(),\n landing_page_type: z.string().describe(\"The type of landing page to display on the PayPal site for user checkout. To use the non-PayPal account landing page, set to `Billing`. To use the PayPal account login landing page, set to `Login`.\").nullable().optional(),\n bank_txn_pending_url: z.string().describe(\"The merchant site URL to display after a bank transfer payment. In Germany, valid only for the Giropay payment method or bank transfer payment method.\").nullable().optional(),\n return_uri_http_method: z.string().describe(\"The HTTP method to use to redirect the customer to a return URL. Value is `GET` or `POST`.\").nullable().optional(),\n}).describe(\"Model for flow configuration parameters.\");\nconst PaypalGetWebProfile_InputFieldsSchema = z.object({\n no_shipping: z.number().int().describe(\"Indicates whether PayPal displays shipping address fields on the experience pages. Value is 0 (display), 1 (redact), or 2 (from account profile).\").nullable().optional(),\n address_override: z.number().int().describe(\"Indicates whether to display the shipping address that is passed to this call rather than the one on file. Value is 0 (display on file) or 1 (display passed address).\").nullable().optional(),\n}).describe(\"Model for input field customization parameters.\");\nconst PaypalGetWebProfile_PresentationSchema = z.object({\n brand_name: z.string().describe(\"A label that overrides the business name in the PayPal account on the PayPal pages. Character length: 127 single-byte alphanumeric characters.\").nullable().optional(),\n logo_image: z.string().describe(\"A URL to the logo image. Valid media types: .gif, .jpg, .png. Maximum width: 190 pixels, maximum height: 60 pixels. Character length: 127 single-byte alphanumeric characters.\").nullable().optional(),\n locale_code: z.string().describe(\"The locale of pages that the PayPal payment experience displays. Valid values: AU, AT, BE, BR, CA, CH, CN, DE, ES, GB, FR, IT, NL, PL, PT, RU, US. Also valid 5-character codes: da_DK, he_IL, id_ID, ja_JP, no_NO, pt_BR, ru_RU, sv_SE, th_TH, zh_CN, zh_HK, zh_TW.\").nullable().optional(),\n}).describe(\"Model for style and presentation parameters.\");\nexport const PaypalGetWebProfileOutput = z.object({\n id: z.string().describe(\"The ID of the web experience profile.\").nullable().optional(),\n name: z.string().describe(\"The web experience profile name. Must be unique for a set of profiles for a merchant.\").nullable(),\n temporary: z.boolean().describe(\"Indicates whether the profile persists for three hours or permanently. To persist the profile permanently, set to `false`. To persist the profile for three hours, set to `true`.\").nullable().optional(),\n flow_config: PaypalGetWebProfile_FlowConfigSchema.nullable().optional(),\n input_fields: PaypalGetWebProfile_InputFieldsSchema.nullable().optional(),\n presentation: PaypalGetWebProfile_PresentationSchema.nullable().optional(),\n}).describe(\"Response model containing web experience profile details from PayPal API.\");\n\nexport const paypalGetWebProfile = action(\"PAYPAL_GET_WEB_PROFILE\", {\n slug: \"paypal-get-web-profile\",\n name: \"Get Web Profile\",\n description: \"Retrieves detailed information about a PayPal web experience profile by its ID. Use when you need to get details about an existing web experience profile, such as its name, flow configuration, input field settings, or presentation style. This is useful for auditing profile settings, verifying configurations, or retrieving profile information before updating. This is a read-only operation that returns the web profile details including its ID, name, flow config, input fields, presentation settings, and temporary status.\",\n input: PaypalGetWebProfileInput,\n output: PaypalGetWebProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO,EAC/C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,EAC7E,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,uCAAuC,EAAE,OAAO;CACpD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8SAA8S,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrW,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpQ,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,wJAAwJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxN,wBAAwB,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChK,CAAC,CAAC,CAAC,SAAS,0CAA0C;
|
|
1
|
+
{"version":3,"file":"get-web-profile.mjs","names":[],"sources":["../../src/actions/get-web-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalGetWebProfileInput = z.object({\n id: z.string().describe(\"The ID of the web experience profile to retrieve.\"),\n}).describe(\"Request model for getting a PayPal web experience profile by ID.\");\nconst PaypalGetWebProfile_FlowConfigSchema = z.object({\n user_action: z.string().describe(\"Presents either the **Continue** or **Pay Now** checkout flow to the customer. Default is **Continue**, or `user_action=continue`. When you do not know the final payment amount, accept this default flow. When you know the final payment amount, set `user_action=commit` to choose the **Pay Now** flow.\").nullable().optional(),\n landing_page_type: z.string().describe(\"The type of landing page to display on the PayPal site for user checkout. To use the non-PayPal account landing page, set to `Billing`. To use the PayPal account login landing page, set to `Login`.\").nullable().optional(),\n bank_txn_pending_url: z.string().describe(\"The merchant site URL to display after a bank transfer payment. In Germany, valid only for the Giropay payment method or bank transfer payment method.\").nullable().optional(),\n return_uri_http_method: z.string().describe(\"The HTTP method to use to redirect the customer to a return URL. Value is `GET` or `POST`.\").nullable().optional(),\n}).passthrough().describe(\"Model for flow configuration parameters.\");\nconst PaypalGetWebProfile_InputFieldsSchema = z.object({\n no_shipping: z.number().int().describe(\"Indicates whether PayPal displays shipping address fields on the experience pages. Value is 0 (display), 1 (redact), or 2 (from account profile).\").nullable().optional(),\n address_override: z.number().int().describe(\"Indicates whether to display the shipping address that is passed to this call rather than the one on file. Value is 0 (display on file) or 1 (display passed address).\").nullable().optional(),\n}).passthrough().describe(\"Model for input field customization parameters.\");\nconst PaypalGetWebProfile_PresentationSchema = z.object({\n brand_name: z.string().describe(\"A label that overrides the business name in the PayPal account on the PayPal pages. Character length: 127 single-byte alphanumeric characters.\").nullable().optional(),\n logo_image: z.string().describe(\"A URL to the logo image. Valid media types: .gif, .jpg, .png. Maximum width: 190 pixels, maximum height: 60 pixels. Character length: 127 single-byte alphanumeric characters.\").nullable().optional(),\n locale_code: z.string().describe(\"The locale of pages that the PayPal payment experience displays. Valid values: AU, AT, BE, BR, CA, CH, CN, DE, ES, GB, FR, IT, NL, PL, PT, RU, US. Also valid 5-character codes: da_DK, he_IL, id_ID, ja_JP, no_NO, pt_BR, ru_RU, sv_SE, th_TH, zh_CN, zh_HK, zh_TW.\").nullable().optional(),\n}).passthrough().describe(\"Model for style and presentation parameters.\");\nexport const PaypalGetWebProfileOutput = z.object({\n id: z.string().describe(\"The ID of the web experience profile.\").nullable().optional(),\n name: z.string().describe(\"The web experience profile name. Must be unique for a set of profiles for a merchant.\").nullable(),\n temporary: z.boolean().describe(\"Indicates whether the profile persists for three hours or permanently. To persist the profile permanently, set to `false`. To persist the profile for three hours, set to `true`.\").nullable().optional(),\n flow_config: PaypalGetWebProfile_FlowConfigSchema.nullable().optional(),\n input_fields: PaypalGetWebProfile_InputFieldsSchema.nullable().optional(),\n presentation: PaypalGetWebProfile_PresentationSchema.nullable().optional(),\n}).passthrough().describe(\"Response model containing web experience profile details from PayPal API.\");\n\nexport const paypalGetWebProfile = action(\"PAYPAL_GET_WEB_PROFILE\", {\n slug: \"paypal-get-web-profile\",\n name: \"Get Web Profile\",\n description: \"Retrieves detailed information about a PayPal web experience profile by its ID. Use when you need to get details about an existing web experience profile, such as its name, flow configuration, input field settings, or presentation style. This is useful for auditing profile settings, verifying configurations, or retrieving profile information before updating. This is a read-only operation that returns the web profile details including its ID, name, flow config, input fields, presentation settings, and temporary status.\",\n input: PaypalGetWebProfileInput,\n output: PaypalGetWebProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2B,EAAE,OAAO,EAC/C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,EAC7E,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,uCAAuC,EAAE,OAAO;CACpD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8SAA8S,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrW,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpQ,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,wJAAwJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxN,wBAAwB,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AACpE,MAAM,wCAAwC,EAAE,OAAO;CACrD,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mJAAmJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChN,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wKAAwK,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5O,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iDAAiD;AAC3E,MAAM,yCAAyC,EAAE,OAAO;CACtD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtM,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gLAAgL,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtO,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sQAAsQ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/T,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAUxE,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAduC,EAAE,OAAO;EAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;EAC5H,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mLAAmL,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzO,aAAa,qCAAqC,SAAS,CAAC,CAAC,SAAS;EACtE,cAAc,sCAAsC,SAAS,CAAC,CAAC,SAAS;EACxE,cAAc,uCAAuC,SAAS,CAAC,CAAC,SAAS;CAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2EAOhB;AACV,CAAC"}
|
|
@@ -6,12 +6,12 @@ const PaypalGetWebhookLookup_WebhookLookupLinkSchema = zod.z.object({
|
|
|
6
6
|
rel: zod.z.string().describe("The link relationship type.").nullable().optional(),
|
|
7
7
|
href: zod.z.string().describe("The URI of the related resource.").nullable().optional(),
|
|
8
8
|
method: zod.z.string().describe("The HTTP method required to invoke the related resource.").nullable().optional()
|
|
9
|
-
}).describe("Model for HATEOAS link information in webhook lookup responses.");
|
|
9
|
+
}).passthrough().describe("Model for HATEOAS link information in webhook lookup responses.");
|
|
10
10
|
const PaypalGetWebhookLookupOutput = zod.z.object({
|
|
11
11
|
id: zod.z.string().describe("The ID of the webhook lookup.").nullable(),
|
|
12
12
|
links: zod.z.array(PaypalGetWebhookLookup_WebhookLookupLinkSchema).describe("An array of request-related HATEOAS links.").nullable().optional(),
|
|
13
13
|
client_id: zod.z.string().describe("The application client ID.").nullable().optional()
|
|
14
|
-
}).describe("Response model containing webhook lookup details from PayPal API.");
|
|
14
|
+
}).passthrough().describe("Response model containing webhook lookup details from PayPal API.");
|
|
15
15
|
const paypalGetWebhookLookup = require_action.action("PAYPAL_GET_WEBHOOK_LOOKUP", {
|
|
16
16
|
slug: "paypal-get-webhook-lookup",
|
|
17
17
|
name: "Get Webhook Lookup",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-webhook-lookup.cjs","names":["z","action"],"sources":["../../src/actions/get-webhook-lookup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalGetWebhookLookupInput = z.object({\n webhook_lookup_id: z.string().describe(\"The ID of the webhook lookup to retrieve. This is the unique identifier assigned when the webhook lookup was created.\"),\n}).describe(\"Request model for getting a PayPal webhook lookup by ID.\");\nconst PaypalGetWebhookLookup_WebhookLookupLinkSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable().optional(),\n href: z.string().describe(\"The URI of the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method required to invoke the related resource.\").nullable().optional(),\n}).describe(\"Model for HATEOAS link information in webhook lookup responses.\");\nexport const PaypalGetWebhookLookupOutput = z.object({\n id: z.string().describe(\"The ID of the webhook lookup.\").nullable(),\n links: z.array(PaypalGetWebhookLookup_WebhookLookupLinkSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n client_id: z.string().describe(\"The application client ID.\").nullable().optional(),\n}).describe(\"Response model containing webhook lookup details from PayPal API.\");\n\nexport const paypalGetWebhookLookup = action(\"PAYPAL_GET_WEBHOOK_LOOKUP\", {\n slug: \"paypal-get-webhook-lookup\",\n name: \"Get Webhook Lookup\",\n description: \"Retrieves detailed information about a specific PayPal webhook lookup by its ID. Use this action when you need to get details about a webhook lookup, such as its associated client ID and related HATEOAS links. This is useful for verifying webhook lookup information or auditing webhook lookup records. This is a read-only operation that returns the webhook lookup details including the lookup ID, client ID, and related links for navigation.\",\n input: PaypalGetWebhookLookupInput,\n output: PaypalGetWebhookLookupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,EAChK,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,iDAAiDA,IAAAA,EAAE,OAAO;CAC9D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,iEAAiE;
|
|
1
|
+
{"version":3,"file":"get-webhook-lookup.cjs","names":["z","action"],"sources":["../../src/actions/get-webhook-lookup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalGetWebhookLookupInput = z.object({\n webhook_lookup_id: z.string().describe(\"The ID of the webhook lookup to retrieve. This is the unique identifier assigned when the webhook lookup was created.\"),\n}).describe(\"Request model for getting a PayPal webhook lookup by ID.\");\nconst PaypalGetWebhookLookup_WebhookLookupLinkSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable().optional(),\n href: z.string().describe(\"The URI of the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method required to invoke the related resource.\").nullable().optional(),\n}).passthrough().describe(\"Model for HATEOAS link information in webhook lookup responses.\");\nexport const PaypalGetWebhookLookupOutput = z.object({\n id: z.string().describe(\"The ID of the webhook lookup.\").nullable(),\n links: z.array(PaypalGetWebhookLookup_WebhookLookupLinkSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n client_id: z.string().describe(\"The application client ID.\").nullable().optional(),\n}).passthrough().describe(\"Response model containing webhook lookup details from PayPal API.\");\n\nexport const paypalGetWebhookLookup = action(\"PAYPAL_GET_WEBHOOK_LOOKUP\", {\n slug: \"paypal-get-webhook-lookup\",\n name: \"Get Webhook Lookup\",\n description: \"Retrieves detailed information about a specific PayPal webhook lookup by its ID. Use this action when you need to get details about a webhook lookup, such as its associated client ID and related HATEOAS links. This is useful for verifying webhook lookup information or auditing webhook lookup records. This is a read-only operation that returns the webhook lookup details including the lookup ID, client ID, and related links for navigation.\",\n input: PaypalGetWebhookLookupInput,\n output: PaypalGetWebhookLookupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,EAChK,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,iDAAiDA,IAAAA,EAAE,OAAO;CAC9D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iEAAiE;AAC3F,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAClE,OAAOA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1I,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mEAAmE;AAE7F,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -10,12 +10,24 @@ declare const PaypalGetWebhookLookupOutput: z.ZodObject<{
|
|
|
10
10
|
rel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
11
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
12
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
-
}, z.core.$
|
|
13
|
+
}, z.core.$loose>>>>;
|
|
14
14
|
client_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
-
}, z.core.$
|
|
15
|
+
}, z.core.$loose>;
|
|
16
16
|
declare const paypalGetWebhookLookup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
webhook_lookup_id: string;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
accessToken: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { paypalGetWebhookLookup };
|
|
21
33
|
//# sourceMappingURL=get-webhook-lookup.d.cts.map
|
|
@@ -10,12 +10,24 @@ declare const PaypalGetWebhookLookupOutput: z.ZodObject<{
|
|
|
10
10
|
rel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
11
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
12
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
-
}, z.core.$
|
|
13
|
+
}, z.core.$loose>>>>;
|
|
14
14
|
client_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
-
}, z.core.$
|
|
15
|
+
}, z.core.$loose>;
|
|
16
16
|
declare const paypalGetWebhookLookup: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
webhook_lookup_id: string;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
accessToken: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
accessToken: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { paypalGetWebhookLookup };
|
|
21
33
|
//# sourceMappingURL=get-webhook-lookup.d.mts.map
|
|
@@ -6,7 +6,7 @@ const PaypalGetWebhookLookup_WebhookLookupLinkSchema = z.object({
|
|
|
6
6
|
rel: z.string().describe("The link relationship type.").nullable().optional(),
|
|
7
7
|
href: z.string().describe("The URI of the related resource.").nullable().optional(),
|
|
8
8
|
method: z.string().describe("The HTTP method required to invoke the related resource.").nullable().optional()
|
|
9
|
-
}).describe("Model for HATEOAS link information in webhook lookup responses.");
|
|
9
|
+
}).passthrough().describe("Model for HATEOAS link information in webhook lookup responses.");
|
|
10
10
|
const paypalGetWebhookLookup = action("PAYPAL_GET_WEBHOOK_LOOKUP", {
|
|
11
11
|
slug: "paypal-get-webhook-lookup",
|
|
12
12
|
name: "Get Webhook Lookup",
|
|
@@ -16,7 +16,7 @@ const paypalGetWebhookLookup = action("PAYPAL_GET_WEBHOOK_LOOKUP", {
|
|
|
16
16
|
id: z.string().describe("The ID of the webhook lookup.").nullable(),
|
|
17
17
|
links: z.array(PaypalGetWebhookLookup_WebhookLookupLinkSchema).describe("An array of request-related HATEOAS links.").nullable().optional(),
|
|
18
18
|
client_id: z.string().describe("The application client ID.").nullable().optional()
|
|
19
|
-
}).describe("Response model containing webhook lookup details from PayPal API.")
|
|
19
|
+
}).passthrough().describe("Response model containing webhook lookup details from PayPal API.")
|
|
20
20
|
});
|
|
21
21
|
//#endregion
|
|
22
22
|
export { paypalGetWebhookLookup };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-webhook-lookup.mjs","names":[],"sources":["../../src/actions/get-webhook-lookup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalGetWebhookLookupInput = z.object({\n webhook_lookup_id: z.string().describe(\"The ID of the webhook lookup to retrieve. This is the unique identifier assigned when the webhook lookup was created.\"),\n}).describe(\"Request model for getting a PayPal webhook lookup by ID.\");\nconst PaypalGetWebhookLookup_WebhookLookupLinkSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable().optional(),\n href: z.string().describe(\"The URI of the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method required to invoke the related resource.\").nullable().optional(),\n}).describe(\"Model for HATEOAS link information in webhook lookup responses.\");\nexport const PaypalGetWebhookLookupOutput = z.object({\n id: z.string().describe(\"The ID of the webhook lookup.\").nullable(),\n links: z.array(PaypalGetWebhookLookup_WebhookLookupLinkSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n client_id: z.string().describe(\"The application client ID.\").nullable().optional(),\n}).describe(\"Response model containing webhook lookup details from PayPal API.\");\n\nexport const paypalGetWebhookLookup = action(\"PAYPAL_GET_WEBHOOK_LOOKUP\", {\n slug: \"paypal-get-webhook-lookup\",\n name: \"Get Webhook Lookup\",\n description: \"Retrieves detailed information about a specific PayPal webhook lookup by its ID. Use this action when you need to get details about a webhook lookup, such as its associated client ID and related HATEOAS links. This is useful for verifying webhook lookup information or auditing webhook lookup records. This is a read-only operation that returns the webhook lookup details including the lookup ID, client ID, and related links for navigation.\",\n input: PaypalGetWebhookLookupInput,\n output: PaypalGetWebhookLookupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8B,EAAE,OAAO,EAClD,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,EAChK,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,iDAAiD,EAAE,OAAO;CAC9D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,iEAAiE;
|
|
1
|
+
{"version":3,"file":"get-webhook-lookup.mjs","names":[],"sources":["../../src/actions/get-webhook-lookup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalGetWebhookLookupInput = z.object({\n webhook_lookup_id: z.string().describe(\"The ID of the webhook lookup to retrieve. This is the unique identifier assigned when the webhook lookup was created.\"),\n}).describe(\"Request model for getting a PayPal webhook lookup by ID.\");\nconst PaypalGetWebhookLookup_WebhookLookupLinkSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable().optional(),\n href: z.string().describe(\"The URI of the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method required to invoke the related resource.\").nullable().optional(),\n}).passthrough().describe(\"Model for HATEOAS link information in webhook lookup responses.\");\nexport const PaypalGetWebhookLookupOutput = z.object({\n id: z.string().describe(\"The ID of the webhook lookup.\").nullable(),\n links: z.array(PaypalGetWebhookLookup_WebhookLookupLinkSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n client_id: z.string().describe(\"The application client ID.\").nullable().optional(),\n}).passthrough().describe(\"Response model containing webhook lookup details from PayPal API.\");\n\nexport const paypalGetWebhookLookup = action(\"PAYPAL_GET_WEBHOOK_LOOKUP\", {\n slug: \"paypal-get-webhook-lookup\",\n name: \"Get Webhook Lookup\",\n description: \"Retrieves detailed information about a specific PayPal webhook lookup by its ID. Use this action when you need to get details about a webhook lookup, such as its associated client ID and related HATEOAS links. This is useful for verifying webhook lookup information or auditing webhook lookup records. This is a read-only operation that returns the webhook lookup details including the lookup ID, client ID, and related links for navigation.\",\n input: PaypalGetWebhookLookupInput,\n output: PaypalGetWebhookLookupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8B,EAAE,OAAO,EAClD,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,EAChK,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,iDAAiD,EAAE,OAAO;CAC9D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iEAAiE;AAO3F,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX0C,EAAE,OAAO;EACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EAClE,OAAO,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1I,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mEAOhB;AACV,CAAC"}
|
|
@@ -6,20 +6,20 @@ const PaypalGetWebhook_WebhookLinkSchema = zod.z.object({
|
|
|
6
6
|
rel: zod.z.string().describe("The link relationship type.").nullable().optional(),
|
|
7
7
|
href: zod.z.string().describe("The URI of the related resource.").nullable().optional(),
|
|
8
8
|
method: zod.z.string().describe("The HTTP method required to invoke the related resource.").nullable().optional()
|
|
9
|
-
}).describe("Model for HATEOAS link information in webhook responses.");
|
|
10
|
-
const PaypalGetWebhook_ResourceVersionSchema = zod.z.object({ version: zod.z.string().describe("The version of the resource.").nullable().optional() }).describe("Model for a resource version in an event type.");
|
|
9
|
+
}).passthrough().describe("Model for HATEOAS link information in webhook responses.");
|
|
10
|
+
const PaypalGetWebhook_ResourceVersionSchema = zod.z.object({ version: zod.z.string().describe("The version of the resource.").nullable().optional() }).passthrough().describe("Model for a resource version in an event type.");
|
|
11
11
|
const PaypalGetWebhook_EventTypeSchema = zod.z.object({
|
|
12
12
|
name: zod.z.string().describe("The name of the event type.").nullable(),
|
|
13
13
|
status: zod.z.string().describe("The status of the event type.").nullable().optional(),
|
|
14
14
|
description: zod.z.string().describe("A human-readable description for the event type.").nullable().optional(),
|
|
15
15
|
resource_versions: zod.z.array(PaypalGetWebhook_ResourceVersionSchema).describe("The versions of the resource related to the event type.").nullable().optional()
|
|
16
|
-
}).describe("Model for an event type subscribed to by a webhook.");
|
|
16
|
+
}).passthrough().describe("Model for an event type subscribed to by a webhook.");
|
|
17
17
|
const PaypalGetWebhookOutput = zod.z.object({
|
|
18
18
|
id: zod.z.string().describe("The ID of the webhook.").nullable().optional(),
|
|
19
19
|
url: zod.z.string().describe("The URL that is configured to listen for incoming POST notification messages that contain event information.").nullable(),
|
|
20
20
|
links: zod.z.array(PaypalGetWebhook_WebhookLinkSchema).describe("An array of request-related HATEOAS links.").nullable().optional(),
|
|
21
21
|
event_types: zod.z.array(PaypalGetWebhook_EventTypeSchema).describe("An array of events to which the webhook is subscribed.")
|
|
22
|
-
}).describe("Response model containing webhook details from PayPal API.");
|
|
22
|
+
}).passthrough().describe("Response model containing webhook details from PayPal API.");
|
|
23
23
|
const paypalGetWebhook = require_action.action("PAYPAL_GET_WEBHOOK", {
|
|
24
24
|
slug: "paypal-get-webhook",
|
|
25
25
|
name: "Get Webhook",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-webhook.cjs","names":["z","action"],"sources":["../../src/actions/get-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalGetWebhookInput = z.object({\n webhook_id: z.string().describe(\"The ID of the webhook to retrieve.\"),\n}).describe(\"Request model for getting PayPal webhook details by ID.\");\nconst PaypalGetWebhook_WebhookLinkSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable().optional(),\n href: z.string().describe(\"The URI of the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method required to invoke the related resource.\").nullable().optional(),\n}).describe(\"Model for HATEOAS link information in webhook responses.\");\nconst PaypalGetWebhook_ResourceVersionSchema = z.object({\n version: z.string().describe(\"The version of the resource.\").nullable().optional(),\n}).describe(\"Model for a resource version in an event type.\");\nconst PaypalGetWebhook_EventTypeSchema = z.object({\n name: z.string().describe(\"The name of the event type.\").nullable(),\n status: z.string().describe(\"The status of the event type.\").nullable().optional(),\n description: z.string().describe(\"A human-readable description for the event type.\").nullable().optional(),\n resource_versions: z.array(PaypalGetWebhook_ResourceVersionSchema).describe(\"The versions of the resource related to the event type.\").nullable().optional(),\n}).describe(\"Model for an event type subscribed to by a webhook.\");\nexport const PaypalGetWebhookOutput = z.object({\n id: z.string().describe(\"The ID of the webhook.\").nullable().optional(),\n url: z.string().describe(\"The URL that is configured to listen for incoming POST notification messages that contain event information.\").nullable(),\n links: z.array(PaypalGetWebhook_WebhookLinkSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n event_types: z.array(PaypalGetWebhook_EventTypeSchema).describe(\"An array of events to which the webhook is subscribed.\"),\n}).describe(\"Response model containing webhook details from PayPal API.\");\n\nexport const paypalGetWebhook = action(\"PAYPAL_GET_WEBHOOK\", {\n slug: \"paypal-get-webhook\",\n name: \"Get Webhook\",\n description: \"Retrieves detailed information about a specific PayPal webhook by its ID. Use this action when you need to get details about an existing webhook configuration, such as the webhook URL, subscribed event types, or webhook status. This is useful for auditing webhook settings, verifying webhook subscriptions, or checking webhook configuration. This is a read-only operation that returns the webhook details including its ID, URL, subscribed event types, and HATEOAS links for related actions.\",\n input: PaypalGetWebhookInput,\n output: PaypalGetWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAwBA,IAAAA,EAAE,OAAO,EAC5C,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,EACtE,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,0DAA0D;
|
|
1
|
+
{"version":3,"file":"get-webhook.cjs","names":["z","action"],"sources":["../../src/actions/get-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalGetWebhookInput = z.object({\n webhook_id: z.string().describe(\"The ID of the webhook to retrieve.\"),\n}).describe(\"Request model for getting PayPal webhook details by ID.\");\nconst PaypalGetWebhook_WebhookLinkSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable().optional(),\n href: z.string().describe(\"The URI of the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method required to invoke the related resource.\").nullable().optional(),\n}).passthrough().describe(\"Model for HATEOAS link information in webhook responses.\");\nconst PaypalGetWebhook_ResourceVersionSchema = z.object({\n version: z.string().describe(\"The version of the resource.\").nullable().optional(),\n}).passthrough().describe(\"Model for a resource version in an event type.\");\nconst PaypalGetWebhook_EventTypeSchema = z.object({\n name: z.string().describe(\"The name of the event type.\").nullable(),\n status: z.string().describe(\"The status of the event type.\").nullable().optional(),\n description: z.string().describe(\"A human-readable description for the event type.\").nullable().optional(),\n resource_versions: z.array(PaypalGetWebhook_ResourceVersionSchema).describe(\"The versions of the resource related to the event type.\").nullable().optional(),\n}).passthrough().describe(\"Model for an event type subscribed to by a webhook.\");\nexport const PaypalGetWebhookOutput = z.object({\n id: z.string().describe(\"The ID of the webhook.\").nullable().optional(),\n url: z.string().describe(\"The URL that is configured to listen for incoming POST notification messages that contain event information.\").nullable(),\n links: z.array(PaypalGetWebhook_WebhookLinkSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n event_types: z.array(PaypalGetWebhook_EventTypeSchema).describe(\"An array of events to which the webhook is subscribed.\"),\n}).passthrough().describe(\"Response model containing webhook details from PayPal API.\");\n\nexport const paypalGetWebhook = action(\"PAYPAL_GET_WEBHOOK\", {\n slug: \"paypal-get-webhook\",\n name: \"Get Webhook\",\n description: \"Retrieves detailed information about a specific PayPal webhook by its ID. Use this action when you need to get details about an existing webhook configuration, such as the webhook URL, subscribed event types, or webhook status. This is useful for auditing webhook settings, verifying webhook subscriptions, or checking webhook configuration. This is a read-only operation that returns the webhook details including its ID, URL, subscribed event types, and HATEOAS links for related actions.\",\n input: PaypalGetWebhookInput,\n output: PaypalGetWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAwBA,IAAAA,EAAE,OAAO,EAC5C,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,EACtE,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AACpF,MAAM,yCAAyCA,IAAAA,EAAE,OAAO,EACtD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAC1E,MAAM,mCAAmCA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,mBAAmBA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7J,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAC/E,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;CAClJ,OAAOA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,aAAaA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,wDAAwD;AAC1H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4DAA4D;AAEtF,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -11,19 +11,31 @@ declare const PaypalGetWebhookOutput: z.ZodObject<{
|
|
|
11
11
|
rel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
12
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
13
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
-
}, z.core.$
|
|
14
|
+
}, z.core.$loose>>>>;
|
|
15
15
|
event_types: z.ZodArray<z.ZodObject<{
|
|
16
16
|
name: z.ZodNullable<z.ZodString>;
|
|
17
17
|
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
18
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
19
|
resource_versions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
20
20
|
version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
-
}, z.core.$
|
|
22
|
-
}, z.core.$
|
|
23
|
-
}, z.core.$
|
|
21
|
+
}, z.core.$loose>>>>;
|
|
22
|
+
}, z.core.$loose>>;
|
|
23
|
+
}, z.core.$loose>;
|
|
24
24
|
declare const paypalGetWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
webhook_id: string;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
accessToken: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
accessToken: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
27
39
|
//#endregion
|
|
28
40
|
export { paypalGetWebhook };
|
|
29
41
|
//# sourceMappingURL=get-webhook.d.cts.map
|
|
@@ -11,19 +11,31 @@ declare const PaypalGetWebhookOutput: z.ZodObject<{
|
|
|
11
11
|
rel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
12
|
href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
13
|
method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
-
}, z.core.$
|
|
14
|
+
}, z.core.$loose>>>>;
|
|
15
15
|
event_types: z.ZodArray<z.ZodObject<{
|
|
16
16
|
name: z.ZodNullable<z.ZodString>;
|
|
17
17
|
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
18
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
19
|
resource_versions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
20
20
|
version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
-
}, z.core.$
|
|
22
|
-
}, z.core.$
|
|
23
|
-
}, z.core.$
|
|
21
|
+
}, z.core.$loose>>>>;
|
|
22
|
+
}, z.core.$loose>>;
|
|
23
|
+
}, z.core.$loose>;
|
|
24
24
|
declare const paypalGetWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
webhook_id: string;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
accessToken: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
accessToken: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
27
39
|
//#endregion
|
|
28
40
|
export { paypalGetWebhook };
|
|
29
41
|
//# sourceMappingURL=get-webhook.d.mts.map
|
|
@@ -6,14 +6,14 @@ const PaypalGetWebhook_WebhookLinkSchema = z.object({
|
|
|
6
6
|
rel: z.string().describe("The link relationship type.").nullable().optional(),
|
|
7
7
|
href: z.string().describe("The URI of the related resource.").nullable().optional(),
|
|
8
8
|
method: z.string().describe("The HTTP method required to invoke the related resource.").nullable().optional()
|
|
9
|
-
}).describe("Model for HATEOAS link information in webhook responses.");
|
|
10
|
-
const PaypalGetWebhook_ResourceVersionSchema = z.object({ version: z.string().describe("The version of the resource.").nullable().optional() }).describe("Model for a resource version in an event type.");
|
|
9
|
+
}).passthrough().describe("Model for HATEOAS link information in webhook responses.");
|
|
10
|
+
const PaypalGetWebhook_ResourceVersionSchema = z.object({ version: z.string().describe("The version of the resource.").nullable().optional() }).passthrough().describe("Model for a resource version in an event type.");
|
|
11
11
|
const PaypalGetWebhook_EventTypeSchema = z.object({
|
|
12
12
|
name: z.string().describe("The name of the event type.").nullable(),
|
|
13
13
|
status: z.string().describe("The status of the event type.").nullable().optional(),
|
|
14
14
|
description: z.string().describe("A human-readable description for the event type.").nullable().optional(),
|
|
15
15
|
resource_versions: z.array(PaypalGetWebhook_ResourceVersionSchema).describe("The versions of the resource related to the event type.").nullable().optional()
|
|
16
|
-
}).describe("Model for an event type subscribed to by a webhook.");
|
|
16
|
+
}).passthrough().describe("Model for an event type subscribed to by a webhook.");
|
|
17
17
|
const paypalGetWebhook = action("PAYPAL_GET_WEBHOOK", {
|
|
18
18
|
slug: "paypal-get-webhook",
|
|
19
19
|
name: "Get Webhook",
|
|
@@ -24,7 +24,7 @@ const paypalGetWebhook = action("PAYPAL_GET_WEBHOOK", {
|
|
|
24
24
|
url: z.string().describe("The URL that is configured to listen for incoming POST notification messages that contain event information.").nullable(),
|
|
25
25
|
links: z.array(PaypalGetWebhook_WebhookLinkSchema).describe("An array of request-related HATEOAS links.").nullable().optional(),
|
|
26
26
|
event_types: z.array(PaypalGetWebhook_EventTypeSchema).describe("An array of events to which the webhook is subscribed.")
|
|
27
|
-
}).describe("Response model containing webhook details from PayPal API.")
|
|
27
|
+
}).passthrough().describe("Response model containing webhook details from PayPal API.")
|
|
28
28
|
});
|
|
29
29
|
//#endregion
|
|
30
30
|
export { paypalGetWebhook };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-webhook.mjs","names":[],"sources":["../../src/actions/get-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalGetWebhookInput = z.object({\n webhook_id: z.string().describe(\"The ID of the webhook to retrieve.\"),\n}).describe(\"Request model for getting PayPal webhook details by ID.\");\nconst PaypalGetWebhook_WebhookLinkSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable().optional(),\n href: z.string().describe(\"The URI of the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method required to invoke the related resource.\").nullable().optional(),\n}).describe(\"Model for HATEOAS link information in webhook responses.\");\nconst PaypalGetWebhook_ResourceVersionSchema = z.object({\n version: z.string().describe(\"The version of the resource.\").nullable().optional(),\n}).describe(\"Model for a resource version in an event type.\");\nconst PaypalGetWebhook_EventTypeSchema = z.object({\n name: z.string().describe(\"The name of the event type.\").nullable(),\n status: z.string().describe(\"The status of the event type.\").nullable().optional(),\n description: z.string().describe(\"A human-readable description for the event type.\").nullable().optional(),\n resource_versions: z.array(PaypalGetWebhook_ResourceVersionSchema).describe(\"The versions of the resource related to the event type.\").nullable().optional(),\n}).describe(\"Model for an event type subscribed to by a webhook.\");\nexport const PaypalGetWebhookOutput = z.object({\n id: z.string().describe(\"The ID of the webhook.\").nullable().optional(),\n url: z.string().describe(\"The URL that is configured to listen for incoming POST notification messages that contain event information.\").nullable(),\n links: z.array(PaypalGetWebhook_WebhookLinkSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n event_types: z.array(PaypalGetWebhook_EventTypeSchema).describe(\"An array of events to which the webhook is subscribed.\"),\n}).describe(\"Response model containing webhook details from PayPal API.\");\n\nexport const paypalGetWebhook = action(\"PAYPAL_GET_WEBHOOK\", {\n slug: \"paypal-get-webhook\",\n name: \"Get Webhook\",\n description: \"Retrieves detailed information about a specific PayPal webhook by its ID. Use this action when you need to get details about an existing webhook configuration, such as the webhook URL, subscribed event types, or webhook status. This is useful for auditing webhook settings, verifying webhook subscriptions, or checking webhook configuration. This is a read-only operation that returns the webhook details including its ID, URL, subscribed event types, and HATEOAS links for related actions.\",\n input: PaypalGetWebhookInput,\n output: PaypalGetWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAwB,EAAE,OAAO,EAC5C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,EACtE,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,qCAAqC,EAAE,OAAO;CAClD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,0DAA0D;
|
|
1
|
+
{"version":3,"file":"get-webhook.mjs","names":[],"sources":["../../src/actions/get-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalGetWebhookInput = z.object({\n webhook_id: z.string().describe(\"The ID of the webhook to retrieve.\"),\n}).describe(\"Request model for getting PayPal webhook details by ID.\");\nconst PaypalGetWebhook_WebhookLinkSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable().optional(),\n href: z.string().describe(\"The URI of the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method required to invoke the related resource.\").nullable().optional(),\n}).passthrough().describe(\"Model for HATEOAS link information in webhook responses.\");\nconst PaypalGetWebhook_ResourceVersionSchema = z.object({\n version: z.string().describe(\"The version of the resource.\").nullable().optional(),\n}).passthrough().describe(\"Model for a resource version in an event type.\");\nconst PaypalGetWebhook_EventTypeSchema = z.object({\n name: z.string().describe(\"The name of the event type.\").nullable(),\n status: z.string().describe(\"The status of the event type.\").nullable().optional(),\n description: z.string().describe(\"A human-readable description for the event type.\").nullable().optional(),\n resource_versions: z.array(PaypalGetWebhook_ResourceVersionSchema).describe(\"The versions of the resource related to the event type.\").nullable().optional(),\n}).passthrough().describe(\"Model for an event type subscribed to by a webhook.\");\nexport const PaypalGetWebhookOutput = z.object({\n id: z.string().describe(\"The ID of the webhook.\").nullable().optional(),\n url: z.string().describe(\"The URL that is configured to listen for incoming POST notification messages that contain event information.\").nullable(),\n links: z.array(PaypalGetWebhook_WebhookLinkSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n event_types: z.array(PaypalGetWebhook_EventTypeSchema).describe(\"An array of events to which the webhook is subscribed.\"),\n}).passthrough().describe(\"Response model containing webhook details from PayPal API.\");\n\nexport const paypalGetWebhook = action(\"PAYPAL_GET_WEBHOOK\", {\n slug: \"paypal-get-webhook\",\n name: \"Get Webhook\",\n description: \"Retrieves detailed information about a specific PayPal webhook by its ID. Use this action when you need to get details about an existing webhook configuration, such as the webhook URL, subscribed event types, or webhook status. This is useful for auditing webhook settings, verifying webhook subscriptions, or checking webhook configuration. This is a read-only operation that returns the webhook details including its ID, URL, subscribed event types, and HATEOAS links for related actions.\",\n input: PaypalGetWebhookInput,\n output: PaypalGetWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAwB,EAAE,OAAO,EAC5C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,EACtE,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,qCAAqC,EAAE,OAAO;CAClD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AACpF,MAAM,yCAAyC,EAAE,OAAO,EACtD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAC1E,MAAM,mCAAmC,EAAE,OAAO;CAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,mBAAmB,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7J,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAQ/E,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZoC,EAAE,OAAO;EAC7C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;EAClJ,OAAO,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,aAAa,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,wDAAwD;CAC1H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4DAOhB;AACV,CAAC"}
|
|
@@ -21,15 +21,15 @@ const PaypalListDisputes_LinkDescriptionSchema = zod.z.object({
|
|
|
21
21
|
rel: zod.z.string().describe("The link relation type that describes the meaning of the link.").nullable(),
|
|
22
22
|
href: zod.z.string().describe("The complete target URL for the link.").nullable().optional(),
|
|
23
23
|
method: zod.z.string().describe("The HTTP method that must be used to access the link.").nullable().optional()
|
|
24
|
-
}).describe("HATEOAS link information for navigating API responses.");
|
|
24
|
+
}).passthrough().describe("HATEOAS link information for navigating API responses.");
|
|
25
25
|
const PaypalListDisputes_DisputeAssetSchema = zod.z.object({
|
|
26
26
|
value: zod.z.string().describe("The value of the asset.").nullable().optional(),
|
|
27
27
|
currency_code: zod.z.string().describe("Cryptocurrency currency code (e.g., BTC, ETH).").nullable().optional()
|
|
28
|
-
}).describe("Cryptocurrency asset information for disputes involving crypto transactions.");
|
|
28
|
+
}).passthrough().describe("Cryptocurrency asset information for disputes involving crypto transactions.");
|
|
29
29
|
const PaypalListDisputes_DisputeAmountSchema = zod.z.object({
|
|
30
30
|
value: zod.z.string().describe("The value of the amount. Format may vary based on currency convention.").nullable().optional(),
|
|
31
31
|
currency_code: zod.z.string().describe("Three-character ISO currency code. Supported currencies include USD, EUR, GBP, CAD, AUD, JPY, and more.").nullable().optional()
|
|
32
|
-
}).describe("Money amount associated with a dispute.");
|
|
32
|
+
}).passthrough().describe("Money amount associated with a dispute.");
|
|
33
33
|
const PaypalListDisputes_DisputeSummarySchema = zod.z.object({
|
|
34
34
|
links: zod.z.array(PaypalListDisputes_LinkDescriptionSchema).describe("HATEOAS links to related dispute resources.").nullable().optional(),
|
|
35
35
|
reason: zod.z.string().describe("The reason for the dispute (e.g., 'MERCHANT_ISSUE', 'UNAUTHORIZED_TRANSACTION').").nullable().optional(),
|
|
@@ -44,11 +44,11 @@ const PaypalListDisputes_DisputeSummarySchema = zod.z.object({
|
|
|
44
44
|
buyer_response_due_date: zod.z.string().describe("The date and time by which the buyer must respond to an inquiry from PayPal. Format: ISO 8601.").nullable().optional(),
|
|
45
45
|
dispute_life_cycle_stage: zod.z.string().describe("The lifecycle stage of the dispute (e.g., 'INQUIRY_CREATED', 'CHARGEBACK', 'PRE_ARBITRATION').").nullable().optional(),
|
|
46
46
|
seller_response_due_date: zod.z.string().describe("The date and time by which the seller must respond to an inquiry from PayPal. Format: ISO 8601.").nullable().optional()
|
|
47
|
-
}).describe("Dispute summary information returned in list operations.");
|
|
47
|
+
}).passthrough().describe("Dispute summary information returned in list operations.");
|
|
48
48
|
const PaypalListDisputesOutput = zod.z.object({
|
|
49
49
|
items: zod.z.array(PaypalListDisputes_DisputeSummarySchema).describe("An array of disputes that match the filter criteria. Sorted in latest to earliest creation time order.").nullable().optional(),
|
|
50
50
|
links: zod.z.array(PaypalListDisputes_LinkDescriptionSchema).describe("HATEOAS links for navigating through paginated results.").nullable().optional()
|
|
51
|
-
}).describe("Response schema for the ListDisputes action containing an array of dispute summaries.");
|
|
51
|
+
}).passthrough().describe("Response schema for the ListDisputes action containing an array of dispute summaries.");
|
|
52
52
|
const paypalListDisputes = require_action.action("PAYPAL_LIST_DISPUTES", {
|
|
53
53
|
slug: "paypal-list-disputes",
|
|
54
54
|
name: "List PayPal Disputes",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-disputes.cjs","names":["z","action"],"sources":["../../src/actions/list-disputes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalListDisputesInput = z.object({\n page_size: z.number().int().default(25).describe(\"Limits the number of disputes in the response. Maximum allowed value is typically 100.\").optional(),\n start_time: z.string().describe(\"Filters the disputes by creation date and time. The start time must be within the last 180 days. Format: ISO 8601 (e.g., yyyy-MM-ddTHH:mm:ss.SSSZ). You can specify either start_time or disputed_transaction_id, but not both.\").optional(),\n dispute_state: z.array(z.enum([\"REQUIRED_ACTION\", \"REQUIRED_OTHER_PARTY_ACTION\", \"UNDER_PAYPAL_REVIEW\", \"RESOLVED\", \"OPEN_INQUIRIES\", \"APPEALABLE\"]).describe(\"Dispute state filter values for listing disputes.\")).describe(\"Filters the disputes by one or more dispute states. Separate multiple values with comma or provide as a list. When multiple states are specified, disputes matching any of the states are returned.\").optional(),\n next_page_token: z.string().describe(\"A token that describes the next page of results to fetch. Use the token from the previous response's HATEOAS links.\").optional(),\n update_time_after: z.string().describe(\"Filters disputes updated after this date and time. Must be within the last 180 days. Default is 180 days ago. Format: ISO 8601.\").optional(),\n update_time_before: z.string().describe(\"Filters disputes updated before this date and time. Must be within the last 180 days. Default is current time. Format: ISO 8601.\").optional(),\n disputed_transaction_id: z.string().describe(\"Filters the disputes by a transaction ID. You can specify either start_time or disputed_transaction_id, but not both.\").optional(),\n}).describe(\"Request schema for listing PayPal customer disputes with optional filters.\\n\\nUse when you need to retrieve a list of PayPal disputes, optionally filtered by\\ncreation date, transaction ID, dispute state, or update time.\");\nconst PaypalListDisputes_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relation type that describes the meaning of the link.\").nullable(),\n href: z.string().describe(\"The complete target URL for the link.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method that must be used to access the link.\").nullable().optional(),\n}).describe(\"HATEOAS link information for navigating API responses.\");\nconst PaypalListDisputes_DisputeAssetSchema = z.object({\n value: z.string().describe(\"The value of the asset.\").nullable().optional(),\n currency_code: z.string().describe(\"Cryptocurrency currency code (e.g., BTC, ETH).\").nullable().optional(),\n}).describe(\"Cryptocurrency asset information for disputes involving crypto transactions.\");\nconst PaypalListDisputes_DisputeAmountSchema = z.object({\n value: z.string().describe(\"The value of the amount. Format may vary based on currency convention.\").nullable().optional(),\n currency_code: z.string().describe(\"Three-character ISO currency code. Supported currencies include USD, EUR, GBP, CAD, AUD, JPY, and more.\").nullable().optional(),\n}).describe(\"Money amount associated with a dispute.\");\nconst PaypalListDisputes_DisputeSummarySchema = z.object({\n links: z.array(PaypalListDisputes_LinkDescriptionSchema).describe(\"HATEOAS links to related dispute resources.\").nullable().optional(),\n reason: z.string().describe(\"The reason for the dispute (e.g., 'MERCHANT_ISSUE', 'UNAUTHORIZED_TRANSACTION').\").nullable().optional(),\n status: z.string().describe(\"The status of the dispute.\").nullable().optional(),\n dispute_id: z.string().describe(\"The ID of the dispute.\").nullable(),\n create_time: z.string().describe(\"The date and time when the dispute was created, in ISO 8601 format.\").nullable().optional(),\n update_time: z.string().describe(\"The date and time when the dispute was last updated, in ISO 8601 format.\").nullable().optional(),\n dispute_asset: PaypalListDisputes_DisputeAssetSchema.nullable().optional(),\n dispute_state: z.string().describe(\"The current state of the dispute.\").nullable().optional(),\n dispute_amount: PaypalListDisputes_DisputeAmountSchema.nullable().optional(),\n dispute_channel: z.string().describe(\"The channel through which the dispute was initiated (e.g., 'COMPANY_DISPUTE', 'PAYPAL_DISPUTE').\").nullable().optional(),\n buyer_response_due_date: z.string().describe(\"The date and time by which the buyer must respond to an inquiry from PayPal. Format: ISO 8601.\").nullable().optional(),\n dispute_life_cycle_stage: z.string().describe(\"The lifecycle stage of the dispute (e.g., 'INQUIRY_CREATED', 'CHARGEBACK', 'PRE_ARBITRATION').\").nullable().optional(),\n seller_response_due_date: z.string().describe(\"The date and time by which the seller must respond to an inquiry from PayPal. Format: ISO 8601.\").nullable().optional(),\n}).describe(\"Dispute summary information returned in list operations.\");\nexport const PaypalListDisputesOutput = z.object({\n items: z.array(PaypalListDisputes_DisputeSummarySchema).describe(\"An array of disputes that match the filter criteria. Sorted in latest to earliest creation time order.\").nullable().optional(),\n links: z.array(PaypalListDisputes_LinkDescriptionSchema).describe(\"HATEOAS links for navigating through paginated results.\").nullable().optional(),\n}).describe(\"Response schema for the ListDisputes action containing an array of dispute summaries.\");\n\nexport const paypalListDisputes = action(\"PAYPAL_LIST_DISPUTES\", {\n slug: \"paypal-list-disputes\",\n name: \"List PayPal Disputes\",\n description: \"List PayPal customer disputes with optional filtering by date, transaction, or state. Use when you need to retrieve a paginated list of PayPal disputes. You can filter by creation date, transaction ID, dispute state, or update time range. Results are sorted by creation time (newest first). Use the next_page_token from response links to paginate through additional results.\",\n input: PaypalListDisputesInput,\n output: PaypalListDisputesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACpJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iOAAiO,CAAC,CAAC,SAAS;CAC5Q,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAmB;EAA+B;EAAuB;EAAY;EAAkB;CAAY,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,CAAC,SAAS,qMAAqM,CAAC,CAAC,SAAS;CAC7a,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;CACrK,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;CACnL,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kIAAkI,CAAC,CAAC,SAAS;CACrL,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,8NAA8N;AAC1O,MAAM,2CAA2CA,IAAAA,EAAE,OAAO;CACxD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACpG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,wDAAwD;
|
|
1
|
+
{"version":3,"file":"list-disputes.cjs","names":["z","action"],"sources":["../../src/actions/list-disputes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalListDisputesInput = z.object({\n page_size: z.number().int().default(25).describe(\"Limits the number of disputes in the response. Maximum allowed value is typically 100.\").optional(),\n start_time: z.string().describe(\"Filters the disputes by creation date and time. The start time must be within the last 180 days. Format: ISO 8601 (e.g., yyyy-MM-ddTHH:mm:ss.SSSZ). You can specify either start_time or disputed_transaction_id, but not both.\").optional(),\n dispute_state: z.array(z.enum([\"REQUIRED_ACTION\", \"REQUIRED_OTHER_PARTY_ACTION\", \"UNDER_PAYPAL_REVIEW\", \"RESOLVED\", \"OPEN_INQUIRIES\", \"APPEALABLE\"]).describe(\"Dispute state filter values for listing disputes.\")).describe(\"Filters the disputes by one or more dispute states. Separate multiple values with comma or provide as a list. When multiple states are specified, disputes matching any of the states are returned.\").optional(),\n next_page_token: z.string().describe(\"A token that describes the next page of results to fetch. Use the token from the previous response's HATEOAS links.\").optional(),\n update_time_after: z.string().describe(\"Filters disputes updated after this date and time. Must be within the last 180 days. Default is 180 days ago. Format: ISO 8601.\").optional(),\n update_time_before: z.string().describe(\"Filters disputes updated before this date and time. Must be within the last 180 days. Default is current time. Format: ISO 8601.\").optional(),\n disputed_transaction_id: z.string().describe(\"Filters the disputes by a transaction ID. You can specify either start_time or disputed_transaction_id, but not both.\").optional(),\n}).describe(\"Request schema for listing PayPal customer disputes with optional filters.\\n\\nUse when you need to retrieve a list of PayPal disputes, optionally filtered by\\ncreation date, transaction ID, dispute state, or update time.\");\nconst PaypalListDisputes_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relation type that describes the meaning of the link.\").nullable(),\n href: z.string().describe(\"The complete target URL for the link.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method that must be used to access the link.\").nullable().optional(),\n}).passthrough().describe(\"HATEOAS link information for navigating API responses.\");\nconst PaypalListDisputes_DisputeAssetSchema = z.object({\n value: z.string().describe(\"The value of the asset.\").nullable().optional(),\n currency_code: z.string().describe(\"Cryptocurrency currency code (e.g., BTC, ETH).\").nullable().optional(),\n}).passthrough().describe(\"Cryptocurrency asset information for disputes involving crypto transactions.\");\nconst PaypalListDisputes_DisputeAmountSchema = z.object({\n value: z.string().describe(\"The value of the amount. Format may vary based on currency convention.\").nullable().optional(),\n currency_code: z.string().describe(\"Three-character ISO currency code. Supported currencies include USD, EUR, GBP, CAD, AUD, JPY, and more.\").nullable().optional(),\n}).passthrough().describe(\"Money amount associated with a dispute.\");\nconst PaypalListDisputes_DisputeSummarySchema = z.object({\n links: z.array(PaypalListDisputes_LinkDescriptionSchema).describe(\"HATEOAS links to related dispute resources.\").nullable().optional(),\n reason: z.string().describe(\"The reason for the dispute (e.g., 'MERCHANT_ISSUE', 'UNAUTHORIZED_TRANSACTION').\").nullable().optional(),\n status: z.string().describe(\"The status of the dispute.\").nullable().optional(),\n dispute_id: z.string().describe(\"The ID of the dispute.\").nullable(),\n create_time: z.string().describe(\"The date and time when the dispute was created, in ISO 8601 format.\").nullable().optional(),\n update_time: z.string().describe(\"The date and time when the dispute was last updated, in ISO 8601 format.\").nullable().optional(),\n dispute_asset: PaypalListDisputes_DisputeAssetSchema.nullable().optional(),\n dispute_state: z.string().describe(\"The current state of the dispute.\").nullable().optional(),\n dispute_amount: PaypalListDisputes_DisputeAmountSchema.nullable().optional(),\n dispute_channel: z.string().describe(\"The channel through which the dispute was initiated (e.g., 'COMPANY_DISPUTE', 'PAYPAL_DISPUTE').\").nullable().optional(),\n buyer_response_due_date: z.string().describe(\"The date and time by which the buyer must respond to an inquiry from PayPal. Format: ISO 8601.\").nullable().optional(),\n dispute_life_cycle_stage: z.string().describe(\"The lifecycle stage of the dispute (e.g., 'INQUIRY_CREATED', 'CHARGEBACK', 'PRE_ARBITRATION').\").nullable().optional(),\n seller_response_due_date: z.string().describe(\"The date and time by which the seller must respond to an inquiry from PayPal. Format: ISO 8601.\").nullable().optional(),\n}).passthrough().describe(\"Dispute summary information returned in list operations.\");\nexport const PaypalListDisputesOutput = z.object({\n items: z.array(PaypalListDisputes_DisputeSummarySchema).describe(\"An array of disputes that match the filter criteria. Sorted in latest to earliest creation time order.\").nullable().optional(),\n links: z.array(PaypalListDisputes_LinkDescriptionSchema).describe(\"HATEOAS links for navigating through paginated results.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for the ListDisputes action containing an array of dispute summaries.\");\n\nexport const paypalListDisputes = action(\"PAYPAL_LIST_DISPUTES\", {\n slug: \"paypal-list-disputes\",\n name: \"List PayPal Disputes\",\n description: \"List PayPal customer disputes with optional filtering by date, transaction, or state. Use when you need to retrieve a paginated list of PayPal disputes. You can filter by creation date, transaction ID, dispute state, or update time range. Results are sorted by creation time (newest first). Use the next_page_token from response links to paginate through additional results.\",\n input: PaypalListDisputesInput,\n output: PaypalListDisputesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACpJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iOAAiO,CAAC,CAAC,SAAS;CAC5Q,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAmB;EAA+B;EAAuB;EAAY;EAAkB;CAAY,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,CAAC,SAAS,qMAAqM,CAAC,CAAC,SAAS;CAC7a,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;CACrK,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;CACnL,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kIAAkI,CAAC,CAAC,SAAS;CACrL,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;AACjL,CAAC,CAAC,CAAC,SAAS,8NAA8N;AAC1O,MAAM,2CAA2CA,IAAAA,EAAE,OAAO;CACxD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACpG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wDAAwD;AAClF,MAAM,wCAAwCA,IAAAA,EAAE,OAAO;CACrD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8EAA8E;AACxG,MAAM,yCAAyCA,IAAAA,EAAE,OAAO;CACtD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yCAAyC;AACnE,MAAM,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,OAAOA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACnE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,eAAe,sCAAsC,SAAS,CAAC,CAAC,SAAS;CACzE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,gBAAgB,uCAAuC,SAAS,CAAC,CAAC,SAAS;CAC3E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7J,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnK,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpK,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AACpF,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,OAAOA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/L,OAAOA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uFAAuF;AAEjH,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|