@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.
Files changed (509) hide show
  1. package/dist/actions/activate-plan.cjs +1 -1
  2. package/dist/actions/activate-plan.cjs.map +1 -1
  3. package/dist/actions/activate-plan.d.cts +14 -2
  4. package/dist/actions/activate-plan.d.mts +14 -2
  5. package/dist/actions/activate-plan.mjs +1 -1
  6. package/dist/actions/activate-plan.mjs.map +1 -1
  7. package/dist/actions/add-batch-trackers.cjs +5 -5
  8. package/dist/actions/add-batch-trackers.cjs.map +1 -1
  9. package/dist/actions/add-batch-trackers.d.cts +21 -8
  10. package/dist/actions/add-batch-trackers.d.mts +21 -8
  11. package/dist/actions/add-batch-trackers.mjs +5 -5
  12. package/dist/actions/add-batch-trackers.mjs.map +1 -1
  13. package/dist/actions/authorize-order.cjs +16 -16
  14. package/dist/actions/authorize-order.cjs.map +1 -1
  15. package/dist/actions/authorize-order.d.cts +34 -22
  16. package/dist/actions/authorize-order.d.cts.map +1 -1
  17. package/dist/actions/authorize-order.d.mts +34 -22
  18. package/dist/actions/authorize-order.d.mts.map +1 -1
  19. package/dist/actions/authorize-order.mjs +16 -16
  20. package/dist/actions/authorize-order.mjs.map +1 -1
  21. package/dist/actions/cancel-invoice.cjs +3 -3
  22. package/dist/actions/cancel-invoice.cjs.map +1 -1
  23. package/dist/actions/cancel-invoice.d.cts +16 -4
  24. package/dist/actions/cancel-invoice.d.mts +16 -4
  25. package/dist/actions/cancel-invoice.mjs +3 -3
  26. package/dist/actions/cancel-invoice.mjs.map +1 -1
  27. package/dist/actions/cancel-reminders.cjs +3 -3
  28. package/dist/actions/cancel-reminders.cjs.map +1 -1
  29. package/dist/actions/cancel-reminders.d.cts +16 -4
  30. package/dist/actions/cancel-reminders.d.mts +16 -4
  31. package/dist/actions/cancel-reminders.mjs +3 -3
  32. package/dist/actions/cancel-reminders.mjs.map +1 -1
  33. package/dist/actions/capture-subscription-payment.cjs +9 -9
  34. package/dist/actions/capture-subscription-payment.cjs.map +1 -1
  35. package/dist/actions/capture-subscription-payment.d.cts +23 -11
  36. package/dist/actions/capture-subscription-payment.d.mts +23 -11
  37. package/dist/actions/capture-subscription-payment.mjs +9 -9
  38. package/dist/actions/capture-subscription-payment.mjs.map +1 -1
  39. package/dist/actions/charge-payment-method.cjs +1 -1
  40. package/dist/actions/charge-payment-method.cjs.map +1 -1
  41. package/dist/actions/charge-payment-method.d.cts +14 -2
  42. package/dist/actions/charge-payment-method.d.cts.map +1 -1
  43. package/dist/actions/charge-payment-method.d.mts +14 -2
  44. package/dist/actions/charge-payment-method.d.mts.map +1 -1
  45. package/dist/actions/charge-payment-method.mjs +1 -1
  46. package/dist/actions/charge-payment-method.mjs.map +1 -1
  47. package/dist/actions/create-invoice.cjs +22 -22
  48. package/dist/actions/create-invoice.cjs.map +1 -1
  49. package/dist/actions/create-invoice.d.cts +49 -34
  50. package/dist/actions/create-invoice.d.mts +49 -34
  51. package/dist/actions/create-invoice.mjs +22 -22
  52. package/dist/actions/create-invoice.mjs.map +1 -1
  53. package/dist/actions/create-payment.cjs +31 -31
  54. package/dist/actions/create-payment.cjs.map +1 -1
  55. package/dist/actions/create-payment.d.cts +55 -39
  56. package/dist/actions/create-payment.d.mts +55 -39
  57. package/dist/actions/create-payment.mjs +31 -31
  58. package/dist/actions/create-payment.mjs.map +1 -1
  59. package/dist/actions/create-payments-billing-plans.cjs +8 -8
  60. package/dist/actions/create-payments-billing-plans.cjs.map +1 -1
  61. package/dist/actions/create-payments-billing-plans.d.cts +24 -10
  62. package/dist/actions/create-payments-billing-plans.d.mts +24 -10
  63. package/dist/actions/create-payments-billing-plans.mjs +8 -8
  64. package/dist/actions/create-payments-billing-plans.mjs.map +1 -1
  65. package/dist/actions/create-plan.cjs +12 -12
  66. package/dist/actions/create-plan.cjs.map +1 -1
  67. package/dist/actions/create-plan.d.cts +27 -14
  68. package/dist/actions/create-plan.d.cts.map +1 -1
  69. package/dist/actions/create-plan.d.mts +27 -14
  70. package/dist/actions/create-plan.d.mts.map +1 -1
  71. package/dist/actions/create-plan.mjs +12 -12
  72. package/dist/actions/create-plan.mjs.map +1 -1
  73. package/dist/actions/create-product.cjs +2 -2
  74. package/dist/actions/create-product.cjs.map +1 -1
  75. package/dist/actions/create-product.d.cts +15 -3
  76. package/dist/actions/create-product.d.mts +15 -3
  77. package/dist/actions/create-product.mjs +2 -2
  78. package/dist/actions/create-product.mjs.map +1 -1
  79. package/dist/actions/create-subscription.cjs +15 -15
  80. package/dist/actions/create-subscription.cjs.map +1 -1
  81. package/dist/actions/create-subscription.d.cts +34 -21
  82. package/dist/actions/create-subscription.d.mts +34 -21
  83. package/dist/actions/create-subscription.mjs +15 -15
  84. package/dist/actions/create-subscription.mjs.map +1 -1
  85. package/dist/actions/create-template.cjs +25 -25
  86. package/dist/actions/create-template.cjs.map +1 -1
  87. package/dist/actions/create-template.d.cts +49 -31
  88. package/dist/actions/create-template.d.mts +49 -31
  89. package/dist/actions/create-template.mjs +25 -25
  90. package/dist/actions/create-template.mjs.map +1 -1
  91. package/dist/actions/create-web-profile.cjs +5 -5
  92. package/dist/actions/create-web-profile.cjs.map +1 -1
  93. package/dist/actions/create-web-profile.d.cts +18 -6
  94. package/dist/actions/create-web-profile.d.mts +18 -6
  95. package/dist/actions/create-web-profile.mjs +5 -5
  96. package/dist/actions/create-web-profile.mjs.map +1 -1
  97. package/dist/actions/create-webhook-lookup.cjs +2 -2
  98. package/dist/actions/create-webhook-lookup.cjs.map +1 -1
  99. package/dist/actions/create-webhook-lookup.d.cts +15 -3
  100. package/dist/actions/create-webhook-lookup.d.cts.map +1 -1
  101. package/dist/actions/create-webhook-lookup.d.mts +15 -3
  102. package/dist/actions/create-webhook-lookup.d.mts.map +1 -1
  103. package/dist/actions/create-webhook-lookup.mjs +2 -2
  104. package/dist/actions/create-webhook-lookup.mjs.map +1 -1
  105. package/dist/actions/create-webhook.cjs +4 -4
  106. package/dist/actions/create-webhook.cjs.map +1 -1
  107. package/dist/actions/create-webhook.d.cts +18 -5
  108. package/dist/actions/create-webhook.d.mts +18 -5
  109. package/dist/actions/create-webhook.mjs +4 -4
  110. package/dist/actions/create-webhook.mjs.map +1 -1
  111. package/dist/actions/deactivate-plan.cjs +1 -1
  112. package/dist/actions/deactivate-plan.cjs.map +1 -1
  113. package/dist/actions/deactivate-plan.d.cts +14 -2
  114. package/dist/actions/deactivate-plan.d.mts +14 -2
  115. package/dist/actions/deactivate-plan.mjs +1 -1
  116. package/dist/actions/deactivate-plan.mjs.map +1 -1
  117. package/dist/actions/delete-external-payment.cjs +1 -1
  118. package/dist/actions/delete-external-payment.cjs.map +1 -1
  119. package/dist/actions/delete-external-payment.d.cts +14 -2
  120. package/dist/actions/delete-external-payment.d.mts +14 -2
  121. package/dist/actions/delete-external-payment.mjs +1 -1
  122. package/dist/actions/delete-external-payment.mjs.map +1 -1
  123. package/dist/actions/delete-invoice-payment-record.cjs +1 -1
  124. package/dist/actions/delete-invoice-payment-record.cjs.map +1 -1
  125. package/dist/actions/delete-invoice-payment-record.d.cts +14 -2
  126. package/dist/actions/delete-invoice-payment-record.d.mts +14 -2
  127. package/dist/actions/delete-invoice-payment-record.mjs +1 -1
  128. package/dist/actions/delete-invoice-payment-record.mjs.map +1 -1
  129. package/dist/actions/delete-invoice-refund-record.cjs +1 -1
  130. package/dist/actions/delete-invoice-refund-record.cjs.map +1 -1
  131. package/dist/actions/delete-invoice-refund-record.d.cts +14 -2
  132. package/dist/actions/delete-invoice-refund-record.d.mts +14 -2
  133. package/dist/actions/delete-invoice-refund-record.mjs +1 -1
  134. package/dist/actions/delete-invoice-refund-record.mjs.map +1 -1
  135. package/dist/actions/delete-invoice.cjs +3 -3
  136. package/dist/actions/delete-invoice.cjs.map +1 -1
  137. package/dist/actions/delete-invoice.d.cts +16 -4
  138. package/dist/actions/delete-invoice.d.mts +16 -4
  139. package/dist/actions/delete-invoice.mjs +3 -3
  140. package/dist/actions/delete-invoice.mjs.map +1 -1
  141. package/dist/actions/delete-payment-resource.cjs +1 -1
  142. package/dist/actions/delete-payment-resource.cjs.map +1 -1
  143. package/dist/actions/delete-payment-resource.d.cts +14 -2
  144. package/dist/actions/delete-payment-resource.d.mts +14 -2
  145. package/dist/actions/delete-payment-resource.mjs +1 -1
  146. package/dist/actions/delete-payment-resource.mjs.map +1 -1
  147. package/dist/actions/delete-template.cjs +3 -3
  148. package/dist/actions/delete-template.cjs.map +1 -1
  149. package/dist/actions/delete-template.d.cts +16 -4
  150. package/dist/actions/delete-template.d.mts +16 -4
  151. package/dist/actions/delete-template.mjs +3 -3
  152. package/dist/actions/delete-template.mjs.map +1 -1
  153. package/dist/actions/delete-web-profile.cjs +1 -1
  154. package/dist/actions/delete-web-profile.cjs.map +1 -1
  155. package/dist/actions/delete-web-profile.d.cts +14 -2
  156. package/dist/actions/delete-web-profile.d.mts +14 -2
  157. package/dist/actions/delete-web-profile.mjs +1 -1
  158. package/dist/actions/delete-web-profile.mjs.map +1 -1
  159. package/dist/actions/delete-webhook.cjs +3 -3
  160. package/dist/actions/delete-webhook.cjs.map +1 -1
  161. package/dist/actions/delete-webhook.d.cts +16 -4
  162. package/dist/actions/delete-webhook.d.mts +16 -4
  163. package/dist/actions/delete-webhook.mjs +3 -3
  164. package/dist/actions/delete-webhook.mjs.map +1 -1
  165. package/dist/actions/fetch-node.cjs +5 -5
  166. package/dist/actions/fetch-node.cjs.map +1 -1
  167. package/dist/actions/fetch-node.d.cts +18 -6
  168. package/dist/actions/fetch-node.d.mts +18 -6
  169. package/dist/actions/fetch-node.mjs +5 -5
  170. package/dist/actions/fetch-node.mjs.map +1 -1
  171. package/dist/actions/finalize-pay-pal-braintree-dispute.cjs +3 -3
  172. package/dist/actions/finalize-pay-pal-braintree-dispute.cjs.map +1 -1
  173. package/dist/actions/finalize-pay-pal-braintree-dispute.d.cts +16 -4
  174. package/dist/actions/finalize-pay-pal-braintree-dispute.d.mts +16 -4
  175. package/dist/actions/finalize-pay-pal-braintree-dispute.mjs +3 -3
  176. package/dist/actions/finalize-pay-pal-braintree-dispute.mjs.map +1 -1
  177. package/dist/actions/find-eligible-methods.cjs +7 -7
  178. package/dist/actions/find-eligible-methods.cjs.map +1 -1
  179. package/dist/actions/find-eligible-methods.d.cts +24 -11
  180. package/dist/actions/find-eligible-methods.d.mts +24 -11
  181. package/dist/actions/find-eligible-methods.mjs +7 -7
  182. package/dist/actions/find-eligible-methods.mjs.map +1 -1
  183. package/dist/actions/generate-client-token.cjs +1 -1
  184. package/dist/actions/generate-client-token.cjs.map +1 -1
  185. package/dist/actions/generate-client-token.d.cts +14 -2
  186. package/dist/actions/generate-client-token.d.cts.map +1 -1
  187. package/dist/actions/generate-client-token.d.mts +14 -2
  188. package/dist/actions/generate-client-token.d.mts.map +1 -1
  189. package/dist/actions/generate-client-token.mjs +1 -1
  190. package/dist/actions/generate-client-token.mjs.map +1 -1
  191. package/dist/actions/generate-next-invoice-number-v2.cjs +1 -1
  192. package/dist/actions/generate-next-invoice-number-v2.cjs.map +1 -1
  193. package/dist/actions/generate-next-invoice-number-v2.d.cts +14 -2
  194. package/dist/actions/generate-next-invoice-number-v2.d.mts +14 -2
  195. package/dist/actions/generate-next-invoice-number-v2.mjs +1 -1
  196. package/dist/actions/generate-next-invoice-number-v2.mjs.map +1 -1
  197. package/dist/actions/generate-next-invoice-number.cjs +1 -1
  198. package/dist/actions/generate-next-invoice-number.cjs.map +1 -1
  199. package/dist/actions/generate-next-invoice-number.d.cts +14 -2
  200. package/dist/actions/generate-next-invoice-number.d.cts.map +1 -1
  201. package/dist/actions/generate-next-invoice-number.d.mts +14 -2
  202. package/dist/actions/generate-next-invoice-number.d.mts.map +1 -1
  203. package/dist/actions/generate-next-invoice-number.mjs +1 -1
  204. package/dist/actions/generate-next-invoice-number.mjs.map +1 -1
  205. package/dist/actions/generate-qr-code.cjs +4 -4
  206. package/dist/actions/generate-qr-code.cjs.map +1 -1
  207. package/dist/actions/generate-qr-code.d.cts +17 -5
  208. package/dist/actions/generate-qr-code.d.mts +17 -5
  209. package/dist/actions/generate-qr-code.mjs +4 -4
  210. package/dist/actions/generate-qr-code.mjs.map +1 -1
  211. package/dist/actions/get-billing-subscriptions.cjs +10 -10
  212. package/dist/actions/get-billing-subscriptions.cjs.map +1 -1
  213. package/dist/actions/get-billing-subscriptions.d.cts +24 -12
  214. package/dist/actions/get-billing-subscriptions.d.mts +24 -12
  215. package/dist/actions/get-billing-subscriptions.mjs +10 -10
  216. package/dist/actions/get-billing-subscriptions.mjs.map +1 -1
  217. package/dist/actions/get-invoice.cjs +24 -24
  218. package/dist/actions/get-invoice.cjs.map +1 -1
  219. package/dist/actions/get-invoice.d.cts +45 -33
  220. package/dist/actions/get-invoice.d.mts +45 -33
  221. package/dist/actions/get-invoice.mjs +24 -24
  222. package/dist/actions/get-invoice.mjs.map +1 -1
  223. package/dist/actions/get-invoicing-invoices-qr-code.cjs +2 -2
  224. package/dist/actions/get-invoicing-invoices-qr-code.cjs.map +1 -1
  225. package/dist/actions/get-invoicing-invoices-qr-code.d.cts +15 -3
  226. package/dist/actions/get-invoicing-invoices-qr-code.d.mts +15 -3
  227. package/dist/actions/get-invoicing-invoices-qr-code.mjs +2 -2
  228. package/dist/actions/get-invoicing-invoices-qr-code.mjs.map +1 -1
  229. package/dist/actions/get-invoicing-template.cjs +20 -20
  230. package/dist/actions/get-invoicing-template.cjs.map +1 -1
  231. package/dist/actions/get-invoicing-template.d.cts +42 -30
  232. package/dist/actions/get-invoicing-template.d.mts +42 -30
  233. package/dist/actions/get-invoicing-template.mjs +20 -20
  234. package/dist/actions/get-invoicing-template.mjs.map +1 -1
  235. package/dist/actions/get-order.cjs +16 -16
  236. package/dist/actions/get-order.cjs.map +1 -1
  237. package/dist/actions/get-order.d.cts +37 -25
  238. package/dist/actions/get-order.d.mts +37 -25
  239. package/dist/actions/get-order.mjs +16 -16
  240. package/dist/actions/get-order.mjs.map +1 -1
  241. package/dist/actions/get-payment.cjs +14 -14
  242. package/dist/actions/get-payment.cjs.map +1 -1
  243. package/dist/actions/get-payment.d.cts +35 -23
  244. package/dist/actions/get-payment.d.mts +35 -23
  245. package/dist/actions/get-payment.mjs +14 -14
  246. package/dist/actions/get-payment.mjs.map +1 -1
  247. package/dist/actions/get-payments-refund.cjs +3 -3
  248. package/dist/actions/get-payments-refund.cjs.map +1 -1
  249. package/dist/actions/get-payments-refund.d.cts +16 -4
  250. package/dist/actions/get-payments-refund.d.mts +16 -4
  251. package/dist/actions/get-payments-refund.mjs +3 -3
  252. package/dist/actions/get-payments-refund.mjs.map +1 -1
  253. package/dist/actions/get-plan.cjs +11 -11
  254. package/dist/actions/get-plan.cjs.map +1 -1
  255. package/dist/actions/get-plan.d.cts +24 -12
  256. package/dist/actions/get-plan.d.mts +24 -12
  257. package/dist/actions/get-plan.mjs +11 -11
  258. package/dist/actions/get-plan.mjs.map +1 -1
  259. package/dist/actions/get-product.cjs +2 -2
  260. package/dist/actions/get-product.cjs.map +1 -1
  261. package/dist/actions/get-product.d.cts +15 -3
  262. package/dist/actions/get-product.d.mts +15 -3
  263. package/dist/actions/get-product.mjs +2 -2
  264. package/dist/actions/get-product.mjs.map +1 -1
  265. package/dist/actions/get-subscription.cjs +10 -10
  266. package/dist/actions/get-subscription.cjs.map +1 -1
  267. package/dist/actions/get-subscription.d.cts +26 -14
  268. package/dist/actions/get-subscription.d.mts +26 -14
  269. package/dist/actions/get-subscription.mjs +10 -10
  270. package/dist/actions/get-subscription.mjs.map +1 -1
  271. package/dist/actions/get-user-info.cjs +3 -3
  272. package/dist/actions/get-user-info.cjs.map +1 -1
  273. package/dist/actions/get-user-info.d.cts +16 -4
  274. package/dist/actions/get-user-info.d.mts +16 -4
  275. package/dist/actions/get-user-info.mjs +3 -3
  276. package/dist/actions/get-user-info.mjs.map +1 -1
  277. package/dist/actions/get-userinfo.cjs +3 -3
  278. package/dist/actions/get-userinfo.cjs.map +1 -1
  279. package/dist/actions/get-userinfo.d.cts +16 -4
  280. package/dist/actions/get-userinfo.d.mts +16 -4
  281. package/dist/actions/get-userinfo.mjs +3 -3
  282. package/dist/actions/get-userinfo.mjs.map +1 -1
  283. package/dist/actions/get-web-profile.cjs +4 -4
  284. package/dist/actions/get-web-profile.cjs.map +1 -1
  285. package/dist/actions/get-web-profile.d.cts +17 -5
  286. package/dist/actions/get-web-profile.d.mts +17 -5
  287. package/dist/actions/get-web-profile.mjs +4 -4
  288. package/dist/actions/get-web-profile.mjs.map +1 -1
  289. package/dist/actions/get-webhook-lookup.cjs +2 -2
  290. package/dist/actions/get-webhook-lookup.cjs.map +1 -1
  291. package/dist/actions/get-webhook-lookup.d.cts +15 -3
  292. package/dist/actions/get-webhook-lookup.d.mts +15 -3
  293. package/dist/actions/get-webhook-lookup.mjs +2 -2
  294. package/dist/actions/get-webhook-lookup.mjs.map +1 -1
  295. package/dist/actions/get-webhook.cjs +4 -4
  296. package/dist/actions/get-webhook.cjs.map +1 -1
  297. package/dist/actions/get-webhook.d.cts +17 -5
  298. package/dist/actions/get-webhook.d.mts +17 -5
  299. package/dist/actions/get-webhook.mjs +4 -4
  300. package/dist/actions/get-webhook.mjs.map +1 -1
  301. package/dist/actions/list-disputes.cjs +5 -5
  302. package/dist/actions/list-disputes.cjs.map +1 -1
  303. package/dist/actions/list-disputes.d.cts +19 -7
  304. package/dist/actions/list-disputes.d.mts +19 -7
  305. package/dist/actions/list-disputes.mjs +5 -5
  306. package/dist/actions/list-disputes.mjs.map +1 -1
  307. package/dist/actions/list-invoices.cjs +15 -15
  308. package/dist/actions/list-invoices.cjs.map +1 -1
  309. package/dist/actions/list-invoices.d.cts +32 -20
  310. package/dist/actions/list-invoices.d.mts +32 -20
  311. package/dist/actions/list-invoices.mjs +15 -15
  312. package/dist/actions/list-invoices.mjs.map +1 -1
  313. package/dist/actions/list-legacy-billing-plans.cjs +7 -7
  314. package/dist/actions/list-legacy-billing-plans.cjs.map +1 -1
  315. package/dist/actions/list-legacy-billing-plans.d.cts +22 -10
  316. package/dist/actions/list-legacy-billing-plans.d.mts +22 -10
  317. package/dist/actions/list-legacy-billing-plans.mjs +7 -7
  318. package/dist/actions/list-legacy-billing-plans.mjs.map +1 -1
  319. package/dist/actions/list-payments.cjs +20 -20
  320. package/dist/actions/list-payments.cjs.map +1 -1
  321. package/dist/actions/list-payments.d.cts +40 -28
  322. package/dist/actions/list-payments.d.mts +40 -28
  323. package/dist/actions/list-payments.mjs +20 -20
  324. package/dist/actions/list-payments.mjs.map +1 -1
  325. package/dist/actions/list-plans.cjs +8 -8
  326. package/dist/actions/list-plans.cjs.map +1 -1
  327. package/dist/actions/list-plans.d.cts +22 -10
  328. package/dist/actions/list-plans.d.mts +22 -10
  329. package/dist/actions/list-plans.mjs +8 -8
  330. package/dist/actions/list-plans.mjs.map +1 -1
  331. package/dist/actions/list-products.cjs +3 -3
  332. package/dist/actions/list-products.cjs.map +1 -1
  333. package/dist/actions/list-products.d.cts +17 -5
  334. package/dist/actions/list-products.d.mts +17 -5
  335. package/dist/actions/list-products.mjs +3 -3
  336. package/dist/actions/list-products.mjs.map +1 -1
  337. package/dist/actions/list-templates.cjs +8 -8
  338. package/dist/actions/list-templates.cjs.map +1 -1
  339. package/dist/actions/list-templates.d.cts +22 -10
  340. package/dist/actions/list-templates.d.mts +22 -10
  341. package/dist/actions/list-templates.mjs +8 -8
  342. package/dist/actions/list-templates.mjs.map +1 -1
  343. package/dist/actions/list-web-profiles.cjs +6 -6
  344. package/dist/actions/list-web-profiles.cjs.map +1 -1
  345. package/dist/actions/list-web-profiles.d.cts +19 -7
  346. package/dist/actions/list-web-profiles.d.mts +19 -7
  347. package/dist/actions/list-web-profiles.mjs +6 -6
  348. package/dist/actions/list-web-profiles.mjs.map +1 -1
  349. package/dist/actions/list-webhook-event-type-subscriptions.cjs +3 -3
  350. package/dist/actions/list-webhook-event-type-subscriptions.cjs.map +1 -1
  351. package/dist/actions/list-webhook-event-type-subscriptions.d.cts +16 -4
  352. package/dist/actions/list-webhook-event-type-subscriptions.d.mts +16 -4
  353. package/dist/actions/list-webhook-event-type-subscriptions.mjs +3 -3
  354. package/dist/actions/list-webhook-event-type-subscriptions.mjs.map +1 -1
  355. package/dist/actions/list-webhook-event-types.cjs +3 -3
  356. package/dist/actions/list-webhook-event-types.cjs.map +1 -1
  357. package/dist/actions/list-webhook-event-types.d.cts +16 -4
  358. package/dist/actions/list-webhook-event-types.d.cts.map +1 -1
  359. package/dist/actions/list-webhook-event-types.d.mts +16 -4
  360. package/dist/actions/list-webhook-event-types.d.mts.map +1 -1
  361. package/dist/actions/list-webhook-event-types.mjs +3 -3
  362. package/dist/actions/list-webhook-event-types.mjs.map +1 -1
  363. package/dist/actions/list-webhook-lookups.cjs +3 -3
  364. package/dist/actions/list-webhook-lookups.cjs.map +1 -1
  365. package/dist/actions/list-webhook-lookups.d.cts +16 -4
  366. package/dist/actions/list-webhook-lookups.d.cts.map +1 -1
  367. package/dist/actions/list-webhook-lookups.d.mts +16 -4
  368. package/dist/actions/list-webhook-lookups.d.mts.map +1 -1
  369. package/dist/actions/list-webhook-lookups.mjs +3 -3
  370. package/dist/actions/list-webhook-lookups.mjs.map +1 -1
  371. package/dist/actions/list-webhooks.cjs +2 -2
  372. package/dist/actions/list-webhooks.cjs.map +1 -1
  373. package/dist/actions/list-webhooks.d.cts +15 -3
  374. package/dist/actions/list-webhooks.d.mts +15 -3
  375. package/dist/actions/list-webhooks.mjs +2 -2
  376. package/dist/actions/list-webhooks.mjs.map +1 -1
  377. package/dist/actions/patch-orders.cjs +2 -2
  378. package/dist/actions/patch-orders.cjs.map +1 -1
  379. package/dist/actions/patch-orders.d.cts +16 -3
  380. package/dist/actions/patch-orders.d.cts.map +1 -1
  381. package/dist/actions/patch-orders.d.mts +16 -3
  382. package/dist/actions/patch-orders.d.mts.map +1 -1
  383. package/dist/actions/patch-orders.mjs +2 -2
  384. package/dist/actions/patch-orders.mjs.map +1 -1
  385. package/dist/actions/patch-plan.cjs +2 -2
  386. package/dist/actions/patch-plan.cjs.map +1 -1
  387. package/dist/actions/patch-plan.d.cts +16 -3
  388. package/dist/actions/patch-plan.d.mts +16 -3
  389. package/dist/actions/patch-plan.mjs +2 -2
  390. package/dist/actions/patch-plan.mjs.map +1 -1
  391. package/dist/actions/patch-subscription.cjs +3 -3
  392. package/dist/actions/patch-subscription.cjs.map +1 -1
  393. package/dist/actions/patch-subscription.d.cts +17 -4
  394. package/dist/actions/patch-subscription.d.cts.map +1 -1
  395. package/dist/actions/patch-subscription.d.mts +17 -4
  396. package/dist/actions/patch-subscription.d.mts.map +1 -1
  397. package/dist/actions/patch-subscription.mjs +3 -3
  398. package/dist/actions/patch-subscription.mjs.map +1 -1
  399. package/dist/actions/patch-web-profile.cjs +2 -2
  400. package/dist/actions/patch-web-profile.cjs.map +1 -1
  401. package/dist/actions/patch-web-profile.d.cts +16 -3
  402. package/dist/actions/patch-web-profile.d.cts.map +1 -1
  403. package/dist/actions/patch-web-profile.d.mts +16 -3
  404. package/dist/actions/patch-web-profile.d.mts.map +1 -1
  405. package/dist/actions/patch-web-profile.mjs +2 -2
  406. package/dist/actions/patch-web-profile.mjs.map +1 -1
  407. package/dist/actions/ping-braintree.cjs +2 -2
  408. package/dist/actions/ping-braintree.cjs.map +1 -1
  409. package/dist/actions/ping-braintree.d.cts +15 -3
  410. package/dist/actions/ping-braintree.d.cts.map +1 -1
  411. package/dist/actions/ping-braintree.d.mts +15 -3
  412. package/dist/actions/ping-braintree.d.mts.map +1 -1
  413. package/dist/actions/ping-braintree.mjs +2 -2
  414. package/dist/actions/ping-braintree.mjs.map +1 -1
  415. package/dist/actions/query-braintree-report.cjs +4 -4
  416. package/dist/actions/query-braintree-report.cjs.map +1 -1
  417. package/dist/actions/query-braintree-report.d.cts +17 -5
  418. package/dist/actions/query-braintree-report.d.mts +17 -5
  419. package/dist/actions/query-braintree-report.mjs +4 -4
  420. package/dist/actions/query-braintree-report.mjs.map +1 -1
  421. package/dist/actions/retrieve-payment-resource.cjs +11 -11
  422. package/dist/actions/retrieve-payment-resource.cjs.map +1 -1
  423. package/dist/actions/retrieve-payment-resource.d.cts +25 -13
  424. package/dist/actions/retrieve-payment-resource.d.mts +25 -13
  425. package/dist/actions/retrieve-payment-resource.mjs +11 -11
  426. package/dist/actions/retrieve-payment-resource.mjs.map +1 -1
  427. package/dist/actions/search-invoices.cjs +11 -11
  428. package/dist/actions/search-invoices.cjs.map +1 -1
  429. package/dist/actions/search-invoices.d.cts +28 -16
  430. package/dist/actions/search-invoices.d.mts +28 -16
  431. package/dist/actions/search-invoices.mjs +11 -11
  432. package/dist/actions/search-invoices.mjs.map +1 -1
  433. package/dist/actions/send-invoice.cjs +2 -2
  434. package/dist/actions/send-invoice.cjs.map +1 -1
  435. package/dist/actions/send-invoice.d.cts +15 -3
  436. package/dist/actions/send-invoice.d.mts +15 -3
  437. package/dist/actions/send-invoice.mjs +2 -2
  438. package/dist/actions/send-invoice.mjs.map +1 -1
  439. package/dist/actions/simulate-webhook-event.cjs +4 -4
  440. package/dist/actions/simulate-webhook-event.cjs.map +1 -1
  441. package/dist/actions/simulate-webhook-event.d.cts +17 -5
  442. package/dist/actions/simulate-webhook-event.d.mts +17 -5
  443. package/dist/actions/simulate-webhook-event.mjs +4 -4
  444. package/dist/actions/simulate-webhook-event.mjs.map +1 -1
  445. package/dist/actions/update-dispute.cjs +3 -3
  446. package/dist/actions/update-dispute.cjs.map +1 -1
  447. package/dist/actions/update-dispute.d.cts +17 -4
  448. package/dist/actions/update-dispute.d.mts +17 -4
  449. package/dist/actions/update-dispute.mjs +3 -3
  450. package/dist/actions/update-dispute.mjs.map +1 -1
  451. package/dist/actions/update-invoice.cjs +34 -34
  452. package/dist/actions/update-invoice.cjs.map +1 -1
  453. package/dist/actions/update-invoice.d.cts +67 -49
  454. package/dist/actions/update-invoice.d.cts.map +1 -1
  455. package/dist/actions/update-invoice.d.mts +67 -49
  456. package/dist/actions/update-invoice.d.mts.map +1 -1
  457. package/dist/actions/update-invoice.mjs +34 -34
  458. package/dist/actions/update-invoice.mjs.map +1 -1
  459. package/dist/actions/update-pay-pal-product.cjs +2 -2
  460. package/dist/actions/update-pay-pal-product.cjs.map +1 -1
  461. package/dist/actions/update-pay-pal-product.d.cts +16 -3
  462. package/dist/actions/update-pay-pal-product.d.cts.map +1 -1
  463. package/dist/actions/update-pay-pal-product.d.mts +16 -3
  464. package/dist/actions/update-pay-pal-product.d.mts.map +1 -1
  465. package/dist/actions/update-pay-pal-product.mjs +2 -2
  466. package/dist/actions/update-pay-pal-product.mjs.map +1 -1
  467. package/dist/actions/update-pay-pal-webhook.cjs +4 -4
  468. package/dist/actions/update-pay-pal-webhook.cjs.map +1 -1
  469. package/dist/actions/update-pay-pal-webhook.d.cts +18 -5
  470. package/dist/actions/update-pay-pal-webhook.d.cts.map +1 -1
  471. package/dist/actions/update-pay-pal-webhook.d.mts +18 -5
  472. package/dist/actions/update-pay-pal-webhook.d.mts.map +1 -1
  473. package/dist/actions/update-pay-pal-webhook.mjs +4 -4
  474. package/dist/actions/update-pay-pal-webhook.mjs.map +1 -1
  475. package/dist/actions/update-templates.cjs +39 -39
  476. package/dist/actions/update-templates.cjs.map +1 -1
  477. package/dist/actions/update-templates.d.cts +78 -57
  478. package/dist/actions/update-templates.d.mts +78 -57
  479. package/dist/actions/update-templates.mjs +39 -39
  480. package/dist/actions/update-templates.mjs.map +1 -1
  481. package/dist/actions/update-web-profile.cjs +2 -2
  482. package/dist/actions/update-web-profile.cjs.map +1 -1
  483. package/dist/actions/update-web-profile.d.cts +15 -3
  484. package/dist/actions/update-web-profile.d.mts +15 -3
  485. package/dist/actions/update-web-profile.mjs +2 -2
  486. package/dist/actions/update-web-profile.mjs.map +1 -1
  487. package/dist/actions/verify-payment-method.cjs +2 -2
  488. package/dist/actions/verify-payment-method.cjs.map +1 -1
  489. package/dist/actions/verify-payment-method.d.cts +15 -3
  490. package/dist/actions/verify-payment-method.d.mts +15 -3
  491. package/dist/actions/verify-payment-method.mjs +2 -2
  492. package/dist/actions/verify-payment-method.mjs.map +1 -1
  493. package/dist/actions/verify-webhook-signature.cjs +1 -1
  494. package/dist/actions/verify-webhook-signature.cjs.map +1 -1
  495. package/dist/actions/verify-webhook-signature.d.cts +14 -2
  496. package/dist/actions/verify-webhook-signature.d.cts.map +1 -1
  497. package/dist/actions/verify-webhook-signature.d.mts +14 -2
  498. package/dist/actions/verify-webhook-signature.d.mts.map +1 -1
  499. package/dist/actions/verify-webhook-signature.mjs +1 -1
  500. package/dist/actions/verify-webhook-signature.mjs.map +1 -1
  501. package/dist/app.cjs +5 -2
  502. package/dist/app.cjs.map +1 -1
  503. package/dist/app.d.cts +9 -1
  504. package/dist/app.d.cts.map +1 -1
  505. package/dist/app.d.mts +9 -1
  506. package/dist/app.d.mts.map +1 -1
  507. package/dist/app.mjs +3 -1
  508. package/dist/app.mjs.map +1 -1
  509. package/package.json +1 -1
@@ -6,35 +6,35 @@ const PaypalRetrievePaymentResource_PaymentResourceLinkSchema = zod.z.object({
6
6
  rel: zod.z.string().describe("Relationship type (e.g., self, payment_link).").nullable().optional(),
7
7
  href: zod.z.string().describe("URL of the linked resource.").nullable().optional(),
8
8
  method: zod.z.string().describe("HTTP method for the link (e.g., GET, PUT).").nullable().optional()
9
- }).describe("HAL link to related resources.");
9
+ }).passthrough().describe("HAL link to related resources.");
10
10
  const PaypalRetrievePaymentResource_TaxDetailSchema = zod.z.object({
11
11
  name: zod.z.string().describe("Name of the tax.").nullable().optional(),
12
12
  type: zod.z.string().describe("Type of tax (e.g., PERCENTAGE).").nullable().optional(),
13
13
  value: zod.z.string().describe("Value of the tax.").nullable().optional()
14
- }).describe("Tax information for a line item.");
14
+ }).passthrough().describe("Tax information for a line item.");
15
15
  const PaypalRetrievePaymentResource_ShippingCostSchema = zod.z.object({
16
16
  type: zod.z.string().describe("Type of shipping (e.g., FLAT).").nullable().optional(),
17
17
  value: zod.z.string().describe("Value of the shipping cost.").nullable().optional()
18
- }).describe("Shipping cost information for a line item.");
18
+ }).passthrough().describe("Shipping cost information for a line item.");
19
19
  const PaypalRetrievePaymentResource_UnitAmountSchema = zod.z.object({
20
20
  value: zod.z.string().describe("The value of the amount.").nullable().optional(),
21
21
  currency_code: zod.z.string().describe("Three-letter ISO currency code (e.g., USD).").nullable().optional()
22
- }).describe("Currency amount for a line item.");
22
+ }).passthrough().describe("Currency amount for a line item.");
23
23
  const PaypalRetrievePaymentResource_VariantOptionSchema = zod.z.object({
24
24
  label: zod.z.string().describe("Label of the option.").nullable().optional(),
25
25
  unit_amount: PaypalRetrievePaymentResource_UnitAmountSchema.nullable().optional()
26
- }).describe("Option within a variant dimension.");
26
+ }).passthrough().describe("Option within a variant dimension.");
27
27
  const PaypalRetrievePaymentResource_VariantDimensionSchema = zod.z.object({
28
28
  name: zod.z.string().describe("Name of the dimension (e.g., Color, Size).").nullable().optional(),
29
29
  options: zod.z.array(PaypalRetrievePaymentResource_VariantOptionSchema).describe("Available options for this dimension.").nullable().optional(),
30
30
  primary: zod.z.boolean().describe("Whether this is the primary dimension.").nullable().optional()
31
- }).describe("Dimension specification for product variants.");
32
- const PaypalRetrievePaymentResource_VariantsSchema = zod.z.object({ dimensions: zod.z.array(PaypalRetrievePaymentResource_VariantDimensionSchema).describe("List of variant dimensions.").nullable().optional() }).describe("Product variant options.");
31
+ }).passthrough().describe("Dimension specification for product variants.");
32
+ const PaypalRetrievePaymentResource_VariantsSchema = zod.z.object({ dimensions: zod.z.array(PaypalRetrievePaymentResource_VariantDimensionSchema).describe("List of variant dimensions.").nullable().optional() }).passthrough().describe("Product variant options.");
33
33
  const PaypalRetrievePaymentResource_CustomerNoteSchema = zod.z.object({
34
34
  label: zod.z.string().describe("Label for the customer note.").nullable().optional(),
35
35
  required: zod.z.boolean().describe("Whether the field is required.").nullable().optional()
36
- }).describe("Customer note field.");
37
- const PaypalRetrievePaymentResource_AdjustableQuantitySchema = zod.z.object({ maximum: zod.z.number().int().describe("Maximum allowed quantity.").nullable().optional() }).describe("Quantity adjustment settings.");
36
+ }).passthrough().describe("Customer note field.");
37
+ const PaypalRetrievePaymentResource_AdjustableQuantitySchema = zod.z.object({ maximum: zod.z.number().int().describe("Maximum allowed quantity.").nullable().optional() }).passthrough().describe("Quantity adjustment settings.");
38
38
  const PaypalRetrievePaymentResource_LineItemSchema = zod.z.object({
39
39
  name: zod.z.string().describe("Name of the product or service.").nullable().optional(),
40
40
  taxes: zod.z.array(PaypalRetrievePaymentResource_TaxDetailSchema).describe("Taxes applied to this line item.").nullable().optional(),
@@ -46,7 +46,7 @@ const PaypalRetrievePaymentResource_LineItemSchema = zod.z.object({
46
46
  customer_notes: zod.z.array(PaypalRetrievePaymentResource_CustomerNoteSchema).describe("Customer notes/fields for this item.").nullable().optional(),
47
47
  adjustable_quantity: PaypalRetrievePaymentResource_AdjustableQuantitySchema.nullable().optional(),
48
48
  collect_shipping_address: zod.z.boolean().describe("Whether to collect shipping address.").nullable().optional()
49
- }).describe("Line item within a payment resource.");
49
+ }).passthrough().describe("Line item within a payment resource.");
50
50
  const PaypalRetrievePaymentResourceOutput = zod.z.object({
51
51
  id: zod.z.string().describe("Unique identifier for the payment resource.").nullable(),
52
52
  type: zod.z.string().describe("Type of payment resource (e.g., BUY_NOW).").nullable().optional(),
@@ -58,7 +58,7 @@ const PaypalRetrievePaymentResourceOutput = zod.z.object({
58
58
  create_time: zod.z.string().describe("ISO 8601 timestamp when the payment resource was created.").nullable().optional(),
59
59
  update_time: zod.z.string().describe("ISO 8601 timestamp when the payment resource was last updated.").nullable().optional(),
60
60
  integration_mode: zod.z.string().describe("Mode of integration (e.g., LINK).").nullable().optional()
61
- }).describe("Response model for retrieving a payment resource.");
61
+ }).passthrough().describe("Response model for retrieving a payment resource.");
62
62
  const paypalRetrievePaymentResource = require_action.action("PAYPAL_RETRIEVE_PAYMENT_RESOURCE", {
63
63
  slug: "paypal-retrieve-payment-resource",
64
64
  name: "Retrieve Payment Resource",
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-payment-resource.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-payment-resource.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalRetrievePaymentResourceInput = z.object({\n payment_resource_id: z.string().describe(\"Unique identifier of the payment resource to retrieve. This ID is typically returned when creating a payment resource.\"),\n}).describe(\"Request model for retrieving a payment resource.\");\nconst PaypalRetrievePaymentResource_PaymentResourceLinkSchema = z.object({\n rel: z.string().describe(\"Relationship type (e.g., self, payment_link).\").nullable().optional(),\n href: z.string().describe(\"URL of the linked resource.\").nullable().optional(),\n method: z.string().describe(\"HTTP method for the link (e.g., GET, PUT).\").nullable().optional(),\n}).describe(\"HAL link to related resources.\");\nconst PaypalRetrievePaymentResource_TaxDetailSchema = z.object({\n name: z.string().describe(\"Name of the tax.\").nullable().optional(),\n type: z.string().describe(\"Type of tax (e.g., PERCENTAGE).\").nullable().optional(),\n value: z.string().describe(\"Value of the tax.\").nullable().optional(),\n}).describe(\"Tax information for a line item.\");\nconst PaypalRetrievePaymentResource_ShippingCostSchema = z.object({\n type: z.string().describe(\"Type of shipping (e.g., FLAT).\").nullable().optional(),\n value: z.string().describe(\"Value of the shipping cost.\").nullable().optional(),\n}).describe(\"Shipping cost information for a line item.\");\nconst PaypalRetrievePaymentResource_UnitAmountSchema = z.object({\n value: z.string().describe(\"The value of the amount.\").nullable().optional(),\n currency_code: z.string().describe(\"Three-letter ISO currency code (e.g., USD).\").nullable().optional(),\n}).describe(\"Currency amount for a line item.\");\nconst PaypalRetrievePaymentResource_VariantOptionSchema = z.object({\n label: z.string().describe(\"Label of the option.\").nullable().optional(),\n unit_amount: PaypalRetrievePaymentResource_UnitAmountSchema.nullable().optional(),\n}).describe(\"Option within a variant dimension.\");\nconst PaypalRetrievePaymentResource_VariantDimensionSchema = z.object({\n name: z.string().describe(\"Name of the dimension (e.g., Color, Size).\").nullable().optional(),\n options: z.array(PaypalRetrievePaymentResource_VariantOptionSchema).describe(\"Available options for this dimension.\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this is the primary dimension.\").nullable().optional(),\n}).describe(\"Dimension specification for product variants.\");\nconst PaypalRetrievePaymentResource_VariantsSchema = z.object({\n dimensions: z.array(PaypalRetrievePaymentResource_VariantDimensionSchema).describe(\"List of variant dimensions.\").nullable().optional(),\n}).describe(\"Product variant options.\");\nconst PaypalRetrievePaymentResource_CustomerNoteSchema = z.object({\n label: z.string().describe(\"Label for the customer note.\").nullable().optional(),\n required: z.boolean().describe(\"Whether the field is required.\").nullable().optional(),\n}).describe(\"Customer note field.\");\nconst PaypalRetrievePaymentResource_AdjustableQuantitySchema = z.object({\n maximum: z.number().int().describe(\"Maximum allowed quantity.\").nullable().optional(),\n}).describe(\"Quantity adjustment settings.\");\nconst PaypalRetrievePaymentResource_LineItemSchema = z.object({\n name: z.string().describe(\"Name of the product or service.\").nullable().optional(),\n taxes: z.array(PaypalRetrievePaymentResource_TaxDetailSchema).describe(\"Taxes applied to this line item.\").nullable().optional(),\n shipping: z.array(PaypalRetrievePaymentResource_ShippingCostSchema).describe(\"Shipping options for this line item.\").nullable().optional(),\n variants: PaypalRetrievePaymentResource_VariantsSchema.nullable().optional(),\n product_id: z.string().describe(\"Unique identifier for the product.\").nullable().optional(),\n description: z.string().describe(\"Description of the line item.\").nullable().optional(),\n unit_amount: PaypalRetrievePaymentResource_UnitAmountSchema.nullable().optional(),\n customer_notes: z.array(PaypalRetrievePaymentResource_CustomerNoteSchema).describe(\"Customer notes/fields for this item.\").nullable().optional(),\n adjustable_quantity: PaypalRetrievePaymentResource_AdjustableQuantitySchema.nullable().optional(),\n collect_shipping_address: z.boolean().describe(\"Whether to collect shipping address.\").nullable().optional(),\n}).describe(\"Line item within a payment resource.\");\nexport const PaypalRetrievePaymentResourceOutput = z.object({\n id: z.string().describe(\"Unique identifier for the payment resource.\").nullable(),\n type: z.string().describe(\"Type of payment resource (e.g., BUY_NOW).\").nullable().optional(),\n links: z.array(PaypalRetrievePaymentResource_PaymentResourceLinkSchema).describe(\"HAL links to related resources (self, replace, delete, payment_link, etc.).\").nullable().optional(),\n status: z.string().describe(\"Current status of the payment resource (e.g., ACTIVE).\").nullable().optional(),\n reusable: z.string().describe(\"Whether the payment resource is reusable (e.g., MULTIPLE or SINGLE).\").nullable().optional(),\n line_items: z.array(PaypalRetrievePaymentResource_LineItemSchema).describe(\"List of line items included in the payment resource.\").nullable().optional(),\n return_url: z.string().describe(\"URL to redirect after successful payment.\").nullable().optional(),\n create_time: z.string().describe(\"ISO 8601 timestamp when the payment resource was created.\").nullable().optional(),\n update_time: z.string().describe(\"ISO 8601 timestamp when the payment resource was last updated.\").nullable().optional(),\n integration_mode: z.string().describe(\"Mode of integration (e.g., LINK).\").nullable().optional(),\n}).describe(\"Response model for retrieving a payment resource.\");\n\nexport const paypalRetrievePaymentResource = action(\"PAYPAL_RETRIEVE_PAYMENT_RESOURCE\", {\n slug: \"paypal-retrieve-payment-resource\",\n name: \"Retrieve Payment Resource\",\n description: \"Retrieve a PayPal payment resource by its ID. Use this action when you need to fetch details about an existing payment resource created through the Payment Links and Buttons API. This action is useful for checking payment resource status, viewing line items, or retrieving associated links after creating a payment resource. Note: Payment resources are shareable payment links used for simple payment flows.\",\n input: PaypalRetrievePaymentResourceInput,\n output: PaypalRetrievePaymentResourceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO,EACzD,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,EACnK,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,0DAA0DA,IAAAA,EAAE,OAAO;CACvE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChG,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAM,gDAAgDA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,mDAAmDA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,iDAAiDA,IAAAA,EAAE,OAAO;CAC9D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,oDAAoDA,IAAAA,EAAE,OAAO;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,aAAa,+CAA+C,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,uDAAuDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,SAASA,IAAAA,EAAE,MAAM,iDAAiD,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1I,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,+CAA+CA,IAAAA,EAAE,OAAO,EAC5D,YAAYA,IAAAA,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxI,CAAC,CAAC,CAAC,SAAS,0BAA0B;AACtC,MAAM,mDAAmDA,IAAAA,EAAE,OAAO;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,sBAAsB;AAClC,MAAM,yDAAyDA,IAAAA,EAAE,OAAO,EACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtF,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAM,+CAA+CA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,OAAOA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,UAAUA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,UAAU,6CAA6C,SAAS,CAAC,CAAC,SAAS;CAC3E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,aAAa,+CAA+C,SAAS,CAAC,CAAC,SAAS;CAChF,gBAAgBA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/I,qBAAqB,uDAAuD,SAAS,CAAC,CAAC,SAAS;CAChG,0BAA0BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,OAAOA,IAAAA,EAAE,MAAM,uDAAuD,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpL,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,YAAYA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"retrieve-payment-resource.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-payment-resource.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalRetrievePaymentResourceInput = z.object({\n payment_resource_id: z.string().describe(\"Unique identifier of the payment resource to retrieve. This ID is typically returned when creating a payment resource.\"),\n}).describe(\"Request model for retrieving a payment resource.\");\nconst PaypalRetrievePaymentResource_PaymentResourceLinkSchema = z.object({\n rel: z.string().describe(\"Relationship type (e.g., self, payment_link).\").nullable().optional(),\n href: z.string().describe(\"URL of the linked resource.\").nullable().optional(),\n method: z.string().describe(\"HTTP method for the link (e.g., GET, PUT).\").nullable().optional(),\n}).passthrough().describe(\"HAL link to related resources.\");\nconst PaypalRetrievePaymentResource_TaxDetailSchema = z.object({\n name: z.string().describe(\"Name of the tax.\").nullable().optional(),\n type: z.string().describe(\"Type of tax (e.g., PERCENTAGE).\").nullable().optional(),\n value: z.string().describe(\"Value of the tax.\").nullable().optional(),\n}).passthrough().describe(\"Tax information for a line item.\");\nconst PaypalRetrievePaymentResource_ShippingCostSchema = z.object({\n type: z.string().describe(\"Type of shipping (e.g., FLAT).\").nullable().optional(),\n value: z.string().describe(\"Value of the shipping cost.\").nullable().optional(),\n}).passthrough().describe(\"Shipping cost information for a line item.\");\nconst PaypalRetrievePaymentResource_UnitAmountSchema = z.object({\n value: z.string().describe(\"The value of the amount.\").nullable().optional(),\n currency_code: z.string().describe(\"Three-letter ISO currency code (e.g., USD).\").nullable().optional(),\n}).passthrough().describe(\"Currency amount for a line item.\");\nconst PaypalRetrievePaymentResource_VariantOptionSchema = z.object({\n label: z.string().describe(\"Label of the option.\").nullable().optional(),\n unit_amount: PaypalRetrievePaymentResource_UnitAmountSchema.nullable().optional(),\n}).passthrough().describe(\"Option within a variant dimension.\");\nconst PaypalRetrievePaymentResource_VariantDimensionSchema = z.object({\n name: z.string().describe(\"Name of the dimension (e.g., Color, Size).\").nullable().optional(),\n options: z.array(PaypalRetrievePaymentResource_VariantOptionSchema).describe(\"Available options for this dimension.\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this is the primary dimension.\").nullable().optional(),\n}).passthrough().describe(\"Dimension specification for product variants.\");\nconst PaypalRetrievePaymentResource_VariantsSchema = z.object({\n dimensions: z.array(PaypalRetrievePaymentResource_VariantDimensionSchema).describe(\"List of variant dimensions.\").nullable().optional(),\n}).passthrough().describe(\"Product variant options.\");\nconst PaypalRetrievePaymentResource_CustomerNoteSchema = z.object({\n label: z.string().describe(\"Label for the customer note.\").nullable().optional(),\n required: z.boolean().describe(\"Whether the field is required.\").nullable().optional(),\n}).passthrough().describe(\"Customer note field.\");\nconst PaypalRetrievePaymentResource_AdjustableQuantitySchema = z.object({\n maximum: z.number().int().describe(\"Maximum allowed quantity.\").nullable().optional(),\n}).passthrough().describe(\"Quantity adjustment settings.\");\nconst PaypalRetrievePaymentResource_LineItemSchema = z.object({\n name: z.string().describe(\"Name of the product or service.\").nullable().optional(),\n taxes: z.array(PaypalRetrievePaymentResource_TaxDetailSchema).describe(\"Taxes applied to this line item.\").nullable().optional(),\n shipping: z.array(PaypalRetrievePaymentResource_ShippingCostSchema).describe(\"Shipping options for this line item.\").nullable().optional(),\n variants: PaypalRetrievePaymentResource_VariantsSchema.nullable().optional(),\n product_id: z.string().describe(\"Unique identifier for the product.\").nullable().optional(),\n description: z.string().describe(\"Description of the line item.\").nullable().optional(),\n unit_amount: PaypalRetrievePaymentResource_UnitAmountSchema.nullable().optional(),\n customer_notes: z.array(PaypalRetrievePaymentResource_CustomerNoteSchema).describe(\"Customer notes/fields for this item.\").nullable().optional(),\n adjustable_quantity: PaypalRetrievePaymentResource_AdjustableQuantitySchema.nullable().optional(),\n collect_shipping_address: z.boolean().describe(\"Whether to collect shipping address.\").nullable().optional(),\n}).passthrough().describe(\"Line item within a payment resource.\");\nexport const PaypalRetrievePaymentResourceOutput = z.object({\n id: z.string().describe(\"Unique identifier for the payment resource.\").nullable(),\n type: z.string().describe(\"Type of payment resource (e.g., BUY_NOW).\").nullable().optional(),\n links: z.array(PaypalRetrievePaymentResource_PaymentResourceLinkSchema).describe(\"HAL links to related resources (self, replace, delete, payment_link, etc.).\").nullable().optional(),\n status: z.string().describe(\"Current status of the payment resource (e.g., ACTIVE).\").nullable().optional(),\n reusable: z.string().describe(\"Whether the payment resource is reusable (e.g., MULTIPLE or SINGLE).\").nullable().optional(),\n line_items: z.array(PaypalRetrievePaymentResource_LineItemSchema).describe(\"List of line items included in the payment resource.\").nullable().optional(),\n return_url: z.string().describe(\"URL to redirect after successful payment.\").nullable().optional(),\n create_time: z.string().describe(\"ISO 8601 timestamp when the payment resource was created.\").nullable().optional(),\n update_time: z.string().describe(\"ISO 8601 timestamp when the payment resource was last updated.\").nullable().optional(),\n integration_mode: z.string().describe(\"Mode of integration (e.g., LINK).\").nullable().optional(),\n}).passthrough().describe(\"Response model for retrieving a payment resource.\");\n\nexport const paypalRetrievePaymentResource = action(\"PAYPAL_RETRIEVE_PAYMENT_RESOURCE\", {\n slug: \"paypal-retrieve-payment-resource\",\n name: \"Retrieve Payment Resource\",\n description: \"Retrieve a PayPal payment resource by its ID. Use this action when you need to fetch details about an existing payment resource created through the Payment Links and Buttons API. This action is useful for checking payment resource status, viewing line items, or retrieving associated links after creating a payment resource. Note: Payment resources are shareable payment links used for simple payment flows.\",\n input: PaypalRetrievePaymentResourceInput,\n output: PaypalRetrievePaymentResourceOutput,\n});\n"],"mappings":"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"}
@@ -11,7 +11,7 @@ declare const PaypalRetrievePaymentResourceOutput: 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.$strip>>>>;
14
+ }, z.core.$loose>>>>;
15
15
  status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
16
  reusable: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
17
  line_items: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -20,11 +20,11 @@ declare const PaypalRetrievePaymentResourceOutput: z.ZodObject<{
20
20
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
21
  type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
22
  value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
- }, z.core.$strip>>>>;
23
+ }, z.core.$loose>>>>;
24
24
  shipping: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
25
25
  type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
26
  value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
- }, z.core.$strip>>>>;
27
+ }, z.core.$loose>>>>;
28
28
  variants: z.ZodOptional<z.ZodNullable<z.ZodObject<{
29
29
  dimensions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
30
30
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -33,34 +33,46 @@ declare const PaypalRetrievePaymentResourceOutput: z.ZodObject<{
33
33
  unit_amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
34
34
  value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
35
  currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
- }, z.core.$strip>>>;
37
- }, z.core.$strip>>>>;
36
+ }, z.core.$loose>>>;
37
+ }, z.core.$loose>>>>;
38
38
  primary: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
39
- }, z.core.$strip>>>>;
40
- }, z.core.$strip>>>;
39
+ }, z.core.$loose>>>>;
40
+ }, z.core.$loose>>>;
41
41
  product_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
42
42
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
43
43
  unit_amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
44
44
  value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
45
  currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
- }, z.core.$strip>>>;
46
+ }, z.core.$loose>>>;
47
47
  customer_notes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
48
48
  label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
49
  required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
50
- }, z.core.$strip>>>>;
50
+ }, z.core.$loose>>>>;
51
51
  adjustable_quantity: z.ZodOptional<z.ZodNullable<z.ZodObject<{
52
52
  maximum: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
53
- }, z.core.$strip>>>;
53
+ }, z.core.$loose>>>;
54
54
  collect_shipping_address: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
55
- }, z.core.$strip>>>>;
55
+ }, z.core.$loose>>>>;
56
56
  return_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
57
57
  create_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
58
58
  update_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
59
59
  integration_mode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
60
- }, z.core.$strip>;
60
+ }, z.core.$loose>;
61
61
  declare const paypalRetrievePaymentResource: import("@keystrokehq/action").WorkflowActionDefinition<{
62
62
  payment_resource_id: string;
63
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
63
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
64
+ connectionId: z.ZodString;
65
+ entityId: z.ZodString;
66
+ instanceId: z.ZodString;
67
+ }, z.core.$strip>, z.ZodObject<{
68
+ accessToken: z.ZodString;
69
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
70
+ connectionId: z.ZodString;
71
+ entityId: z.ZodString;
72
+ instanceId: z.ZodString;
73
+ }, z.core.$strip>, z.ZodObject<{
74
+ accessToken: z.ZodString;
75
+ }, z.core.$strip>>]>;
64
76
  //#endregion
65
77
  export { paypalRetrievePaymentResource };
66
78
  //# sourceMappingURL=retrieve-payment-resource.d.cts.map
@@ -11,7 +11,7 @@ declare const PaypalRetrievePaymentResourceOutput: 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.$strip>>>>;
14
+ }, z.core.$loose>>>>;
15
15
  status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
16
  reusable: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
17
  line_items: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -20,11 +20,11 @@ declare const PaypalRetrievePaymentResourceOutput: z.ZodObject<{
20
20
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
21
  type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
22
  value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
- }, z.core.$strip>>>>;
23
+ }, z.core.$loose>>>>;
24
24
  shipping: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
25
25
  type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
26
  value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
- }, z.core.$strip>>>>;
27
+ }, z.core.$loose>>>>;
28
28
  variants: z.ZodOptional<z.ZodNullable<z.ZodObject<{
29
29
  dimensions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
30
30
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -33,34 +33,46 @@ declare const PaypalRetrievePaymentResourceOutput: z.ZodObject<{
33
33
  unit_amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
34
34
  value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
35
  currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
- }, z.core.$strip>>>;
37
- }, z.core.$strip>>>>;
36
+ }, z.core.$loose>>>;
37
+ }, z.core.$loose>>>>;
38
38
  primary: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
39
- }, z.core.$strip>>>>;
40
- }, z.core.$strip>>>;
39
+ }, z.core.$loose>>>>;
40
+ }, z.core.$loose>>>;
41
41
  product_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
42
42
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
43
43
  unit_amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
44
44
  value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
45
  currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
- }, z.core.$strip>>>;
46
+ }, z.core.$loose>>>;
47
47
  customer_notes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
48
48
  label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
49
  required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
50
- }, z.core.$strip>>>>;
50
+ }, z.core.$loose>>>>;
51
51
  adjustable_quantity: z.ZodOptional<z.ZodNullable<z.ZodObject<{
52
52
  maximum: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
53
- }, z.core.$strip>>>;
53
+ }, z.core.$loose>>>;
54
54
  collect_shipping_address: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
55
- }, z.core.$strip>>>>;
55
+ }, z.core.$loose>>>>;
56
56
  return_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
57
57
  create_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
58
58
  update_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
59
59
  integration_mode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
60
- }, z.core.$strip>;
60
+ }, z.core.$loose>;
61
61
  declare const paypalRetrievePaymentResource: import("@keystrokehq/action").WorkflowActionDefinition<{
62
62
  payment_resource_id: string;
63
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
63
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
64
+ connectionId: z.ZodString;
65
+ entityId: z.ZodString;
66
+ instanceId: z.ZodString;
67
+ }, z.core.$strip>, z.ZodObject<{
68
+ accessToken: z.ZodString;
69
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"paypal", z.ZodObject<{
70
+ connectionId: z.ZodString;
71
+ entityId: z.ZodString;
72
+ instanceId: z.ZodString;
73
+ }, z.core.$strip>, z.ZodObject<{
74
+ accessToken: z.ZodString;
75
+ }, z.core.$strip>>]>;
64
76
  //#endregion
65
77
  export { paypalRetrievePaymentResource };
66
78
  //# sourceMappingURL=retrieve-payment-resource.d.mts.map
@@ -6,35 +6,35 @@ const PaypalRetrievePaymentResource_PaymentResourceLinkSchema = z.object({
6
6
  rel: z.string().describe("Relationship type (e.g., self, payment_link).").nullable().optional(),
7
7
  href: z.string().describe("URL of the linked resource.").nullable().optional(),
8
8
  method: z.string().describe("HTTP method for the link (e.g., GET, PUT).").nullable().optional()
9
- }).describe("HAL link to related resources.");
9
+ }).passthrough().describe("HAL link to related resources.");
10
10
  const PaypalRetrievePaymentResource_TaxDetailSchema = z.object({
11
11
  name: z.string().describe("Name of the tax.").nullable().optional(),
12
12
  type: z.string().describe("Type of tax (e.g., PERCENTAGE).").nullable().optional(),
13
13
  value: z.string().describe("Value of the tax.").nullable().optional()
14
- }).describe("Tax information for a line item.");
14
+ }).passthrough().describe("Tax information for a line item.");
15
15
  const PaypalRetrievePaymentResource_ShippingCostSchema = z.object({
16
16
  type: z.string().describe("Type of shipping (e.g., FLAT).").nullable().optional(),
17
17
  value: z.string().describe("Value of the shipping cost.").nullable().optional()
18
- }).describe("Shipping cost information for a line item.");
18
+ }).passthrough().describe("Shipping cost information for a line item.");
19
19
  const PaypalRetrievePaymentResource_UnitAmountSchema = z.object({
20
20
  value: z.string().describe("The value of the amount.").nullable().optional(),
21
21
  currency_code: z.string().describe("Three-letter ISO currency code (e.g., USD).").nullable().optional()
22
- }).describe("Currency amount for a line item.");
22
+ }).passthrough().describe("Currency amount for a line item.");
23
23
  const PaypalRetrievePaymentResource_VariantOptionSchema = z.object({
24
24
  label: z.string().describe("Label of the option.").nullable().optional(),
25
25
  unit_amount: PaypalRetrievePaymentResource_UnitAmountSchema.nullable().optional()
26
- }).describe("Option within a variant dimension.");
26
+ }).passthrough().describe("Option within a variant dimension.");
27
27
  const PaypalRetrievePaymentResource_VariantDimensionSchema = z.object({
28
28
  name: z.string().describe("Name of the dimension (e.g., Color, Size).").nullable().optional(),
29
29
  options: z.array(PaypalRetrievePaymentResource_VariantOptionSchema).describe("Available options for this dimension.").nullable().optional(),
30
30
  primary: z.boolean().describe("Whether this is the primary dimension.").nullable().optional()
31
- }).describe("Dimension specification for product variants.");
32
- const PaypalRetrievePaymentResource_VariantsSchema = z.object({ dimensions: z.array(PaypalRetrievePaymentResource_VariantDimensionSchema).describe("List of variant dimensions.").nullable().optional() }).describe("Product variant options.");
31
+ }).passthrough().describe("Dimension specification for product variants.");
32
+ const PaypalRetrievePaymentResource_VariantsSchema = z.object({ dimensions: z.array(PaypalRetrievePaymentResource_VariantDimensionSchema).describe("List of variant dimensions.").nullable().optional() }).passthrough().describe("Product variant options.");
33
33
  const PaypalRetrievePaymentResource_CustomerNoteSchema = z.object({
34
34
  label: z.string().describe("Label for the customer note.").nullable().optional(),
35
35
  required: z.boolean().describe("Whether the field is required.").nullable().optional()
36
- }).describe("Customer note field.");
37
- const PaypalRetrievePaymentResource_AdjustableQuantitySchema = z.object({ maximum: z.number().int().describe("Maximum allowed quantity.").nullable().optional() }).describe("Quantity adjustment settings.");
36
+ }).passthrough().describe("Customer note field.");
37
+ const PaypalRetrievePaymentResource_AdjustableQuantitySchema = z.object({ maximum: z.number().int().describe("Maximum allowed quantity.").nullable().optional() }).passthrough().describe("Quantity adjustment settings.");
38
38
  const PaypalRetrievePaymentResource_LineItemSchema = z.object({
39
39
  name: z.string().describe("Name of the product or service.").nullable().optional(),
40
40
  taxes: z.array(PaypalRetrievePaymentResource_TaxDetailSchema).describe("Taxes applied to this line item.").nullable().optional(),
@@ -46,7 +46,7 @@ const PaypalRetrievePaymentResource_LineItemSchema = z.object({
46
46
  customer_notes: z.array(PaypalRetrievePaymentResource_CustomerNoteSchema).describe("Customer notes/fields for this item.").nullable().optional(),
47
47
  adjustable_quantity: PaypalRetrievePaymentResource_AdjustableQuantitySchema.nullable().optional(),
48
48
  collect_shipping_address: z.boolean().describe("Whether to collect shipping address.").nullable().optional()
49
- }).describe("Line item within a payment resource.");
49
+ }).passthrough().describe("Line item within a payment resource.");
50
50
  const paypalRetrievePaymentResource = action("PAYPAL_RETRIEVE_PAYMENT_RESOURCE", {
51
51
  slug: "paypal-retrieve-payment-resource",
52
52
  name: "Retrieve Payment Resource",
@@ -63,7 +63,7 @@ const paypalRetrievePaymentResource = action("PAYPAL_RETRIEVE_PAYMENT_RESOURCE",
63
63
  create_time: z.string().describe("ISO 8601 timestamp when the payment resource was created.").nullable().optional(),
64
64
  update_time: z.string().describe("ISO 8601 timestamp when the payment resource was last updated.").nullable().optional(),
65
65
  integration_mode: z.string().describe("Mode of integration (e.g., LINK).").nullable().optional()
66
- }).describe("Response model for retrieving a payment resource.")
66
+ }).passthrough().describe("Response model for retrieving a payment resource.")
67
67
  });
68
68
  //#endregion
69
69
  export { paypalRetrievePaymentResource };
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-payment-resource.mjs","names":[],"sources":["../../src/actions/retrieve-payment-resource.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalRetrievePaymentResourceInput = z.object({\n payment_resource_id: z.string().describe(\"Unique identifier of the payment resource to retrieve. This ID is typically returned when creating a payment resource.\"),\n}).describe(\"Request model for retrieving a payment resource.\");\nconst PaypalRetrievePaymentResource_PaymentResourceLinkSchema = z.object({\n rel: z.string().describe(\"Relationship type (e.g., self, payment_link).\").nullable().optional(),\n href: z.string().describe(\"URL of the linked resource.\").nullable().optional(),\n method: z.string().describe(\"HTTP method for the link (e.g., GET, PUT).\").nullable().optional(),\n}).describe(\"HAL link to related resources.\");\nconst PaypalRetrievePaymentResource_TaxDetailSchema = z.object({\n name: z.string().describe(\"Name of the tax.\").nullable().optional(),\n type: z.string().describe(\"Type of tax (e.g., PERCENTAGE).\").nullable().optional(),\n value: z.string().describe(\"Value of the tax.\").nullable().optional(),\n}).describe(\"Tax information for a line item.\");\nconst PaypalRetrievePaymentResource_ShippingCostSchema = z.object({\n type: z.string().describe(\"Type of shipping (e.g., FLAT).\").nullable().optional(),\n value: z.string().describe(\"Value of the shipping cost.\").nullable().optional(),\n}).describe(\"Shipping cost information for a line item.\");\nconst PaypalRetrievePaymentResource_UnitAmountSchema = z.object({\n value: z.string().describe(\"The value of the amount.\").nullable().optional(),\n currency_code: z.string().describe(\"Three-letter ISO currency code (e.g., USD).\").nullable().optional(),\n}).describe(\"Currency amount for a line item.\");\nconst PaypalRetrievePaymentResource_VariantOptionSchema = z.object({\n label: z.string().describe(\"Label of the option.\").nullable().optional(),\n unit_amount: PaypalRetrievePaymentResource_UnitAmountSchema.nullable().optional(),\n}).describe(\"Option within a variant dimension.\");\nconst PaypalRetrievePaymentResource_VariantDimensionSchema = z.object({\n name: z.string().describe(\"Name of the dimension (e.g., Color, Size).\").nullable().optional(),\n options: z.array(PaypalRetrievePaymentResource_VariantOptionSchema).describe(\"Available options for this dimension.\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this is the primary dimension.\").nullable().optional(),\n}).describe(\"Dimension specification for product variants.\");\nconst PaypalRetrievePaymentResource_VariantsSchema = z.object({\n dimensions: z.array(PaypalRetrievePaymentResource_VariantDimensionSchema).describe(\"List of variant dimensions.\").nullable().optional(),\n}).describe(\"Product variant options.\");\nconst PaypalRetrievePaymentResource_CustomerNoteSchema = z.object({\n label: z.string().describe(\"Label for the customer note.\").nullable().optional(),\n required: z.boolean().describe(\"Whether the field is required.\").nullable().optional(),\n}).describe(\"Customer note field.\");\nconst PaypalRetrievePaymentResource_AdjustableQuantitySchema = z.object({\n maximum: z.number().int().describe(\"Maximum allowed quantity.\").nullable().optional(),\n}).describe(\"Quantity adjustment settings.\");\nconst PaypalRetrievePaymentResource_LineItemSchema = z.object({\n name: z.string().describe(\"Name of the product or service.\").nullable().optional(),\n taxes: z.array(PaypalRetrievePaymentResource_TaxDetailSchema).describe(\"Taxes applied to this line item.\").nullable().optional(),\n shipping: z.array(PaypalRetrievePaymentResource_ShippingCostSchema).describe(\"Shipping options for this line item.\").nullable().optional(),\n variants: PaypalRetrievePaymentResource_VariantsSchema.nullable().optional(),\n product_id: z.string().describe(\"Unique identifier for the product.\").nullable().optional(),\n description: z.string().describe(\"Description of the line item.\").nullable().optional(),\n unit_amount: PaypalRetrievePaymentResource_UnitAmountSchema.nullable().optional(),\n customer_notes: z.array(PaypalRetrievePaymentResource_CustomerNoteSchema).describe(\"Customer notes/fields for this item.\").nullable().optional(),\n adjustable_quantity: PaypalRetrievePaymentResource_AdjustableQuantitySchema.nullable().optional(),\n collect_shipping_address: z.boolean().describe(\"Whether to collect shipping address.\").nullable().optional(),\n}).describe(\"Line item within a payment resource.\");\nexport const PaypalRetrievePaymentResourceOutput = z.object({\n id: z.string().describe(\"Unique identifier for the payment resource.\").nullable(),\n type: z.string().describe(\"Type of payment resource (e.g., BUY_NOW).\").nullable().optional(),\n links: z.array(PaypalRetrievePaymentResource_PaymentResourceLinkSchema).describe(\"HAL links to related resources (self, replace, delete, payment_link, etc.).\").nullable().optional(),\n status: z.string().describe(\"Current status of the payment resource (e.g., ACTIVE).\").nullable().optional(),\n reusable: z.string().describe(\"Whether the payment resource is reusable (e.g., MULTIPLE or SINGLE).\").nullable().optional(),\n line_items: z.array(PaypalRetrievePaymentResource_LineItemSchema).describe(\"List of line items included in the payment resource.\").nullable().optional(),\n return_url: z.string().describe(\"URL to redirect after successful payment.\").nullable().optional(),\n create_time: z.string().describe(\"ISO 8601 timestamp when the payment resource was created.\").nullable().optional(),\n update_time: z.string().describe(\"ISO 8601 timestamp when the payment resource was last updated.\").nullable().optional(),\n integration_mode: z.string().describe(\"Mode of integration (e.g., LINK).\").nullable().optional(),\n}).describe(\"Response model for retrieving a payment resource.\");\n\nexport const paypalRetrievePaymentResource = action(\"PAYPAL_RETRIEVE_PAYMENT_RESOURCE\", {\n slug: \"paypal-retrieve-payment-resource\",\n name: \"Retrieve Payment Resource\",\n description: \"Retrieve a PayPal payment resource by its ID. Use this action when you need to fetch details about an existing payment resource created through the Payment Links and Buttons API. This action is useful for checking payment resource status, viewing line items, or retrieving associated links after creating a payment resource. Note: Payment resources are shareable payment links used for simple payment flows.\",\n input: PaypalRetrievePaymentResourceInput,\n output: PaypalRetrievePaymentResourceOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"retrieve-payment-resource.mjs","names":[],"sources":["../../src/actions/retrieve-payment-resource.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalRetrievePaymentResourceInput = z.object({\n payment_resource_id: z.string().describe(\"Unique identifier of the payment resource to retrieve. This ID is typically returned when creating a payment resource.\"),\n}).describe(\"Request model for retrieving a payment resource.\");\nconst PaypalRetrievePaymentResource_PaymentResourceLinkSchema = z.object({\n rel: z.string().describe(\"Relationship type (e.g., self, payment_link).\").nullable().optional(),\n href: z.string().describe(\"URL of the linked resource.\").nullable().optional(),\n method: z.string().describe(\"HTTP method for the link (e.g., GET, PUT).\").nullable().optional(),\n}).passthrough().describe(\"HAL link to related resources.\");\nconst PaypalRetrievePaymentResource_TaxDetailSchema = z.object({\n name: z.string().describe(\"Name of the tax.\").nullable().optional(),\n type: z.string().describe(\"Type of tax (e.g., PERCENTAGE).\").nullable().optional(),\n value: z.string().describe(\"Value of the tax.\").nullable().optional(),\n}).passthrough().describe(\"Tax information for a line item.\");\nconst PaypalRetrievePaymentResource_ShippingCostSchema = z.object({\n type: z.string().describe(\"Type of shipping (e.g., FLAT).\").nullable().optional(),\n value: z.string().describe(\"Value of the shipping cost.\").nullable().optional(),\n}).passthrough().describe(\"Shipping cost information for a line item.\");\nconst PaypalRetrievePaymentResource_UnitAmountSchema = z.object({\n value: z.string().describe(\"The value of the amount.\").nullable().optional(),\n currency_code: z.string().describe(\"Three-letter ISO currency code (e.g., USD).\").nullable().optional(),\n}).passthrough().describe(\"Currency amount for a line item.\");\nconst PaypalRetrievePaymentResource_VariantOptionSchema = z.object({\n label: z.string().describe(\"Label of the option.\").nullable().optional(),\n unit_amount: PaypalRetrievePaymentResource_UnitAmountSchema.nullable().optional(),\n}).passthrough().describe(\"Option within a variant dimension.\");\nconst PaypalRetrievePaymentResource_VariantDimensionSchema = z.object({\n name: z.string().describe(\"Name of the dimension (e.g., Color, Size).\").nullable().optional(),\n options: z.array(PaypalRetrievePaymentResource_VariantOptionSchema).describe(\"Available options for this dimension.\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this is the primary dimension.\").nullable().optional(),\n}).passthrough().describe(\"Dimension specification for product variants.\");\nconst PaypalRetrievePaymentResource_VariantsSchema = z.object({\n dimensions: z.array(PaypalRetrievePaymentResource_VariantDimensionSchema).describe(\"List of variant dimensions.\").nullable().optional(),\n}).passthrough().describe(\"Product variant options.\");\nconst PaypalRetrievePaymentResource_CustomerNoteSchema = z.object({\n label: z.string().describe(\"Label for the customer note.\").nullable().optional(),\n required: z.boolean().describe(\"Whether the field is required.\").nullable().optional(),\n}).passthrough().describe(\"Customer note field.\");\nconst PaypalRetrievePaymentResource_AdjustableQuantitySchema = z.object({\n maximum: z.number().int().describe(\"Maximum allowed quantity.\").nullable().optional(),\n}).passthrough().describe(\"Quantity adjustment settings.\");\nconst PaypalRetrievePaymentResource_LineItemSchema = z.object({\n name: z.string().describe(\"Name of the product or service.\").nullable().optional(),\n taxes: z.array(PaypalRetrievePaymentResource_TaxDetailSchema).describe(\"Taxes applied to this line item.\").nullable().optional(),\n shipping: z.array(PaypalRetrievePaymentResource_ShippingCostSchema).describe(\"Shipping options for this line item.\").nullable().optional(),\n variants: PaypalRetrievePaymentResource_VariantsSchema.nullable().optional(),\n product_id: z.string().describe(\"Unique identifier for the product.\").nullable().optional(),\n description: z.string().describe(\"Description of the line item.\").nullable().optional(),\n unit_amount: PaypalRetrievePaymentResource_UnitAmountSchema.nullable().optional(),\n customer_notes: z.array(PaypalRetrievePaymentResource_CustomerNoteSchema).describe(\"Customer notes/fields for this item.\").nullable().optional(),\n adjustable_quantity: PaypalRetrievePaymentResource_AdjustableQuantitySchema.nullable().optional(),\n collect_shipping_address: z.boolean().describe(\"Whether to collect shipping address.\").nullable().optional(),\n}).passthrough().describe(\"Line item within a payment resource.\");\nexport const PaypalRetrievePaymentResourceOutput = z.object({\n id: z.string().describe(\"Unique identifier for the payment resource.\").nullable(),\n type: z.string().describe(\"Type of payment resource (e.g., BUY_NOW).\").nullable().optional(),\n links: z.array(PaypalRetrievePaymentResource_PaymentResourceLinkSchema).describe(\"HAL links to related resources (self, replace, delete, payment_link, etc.).\").nullable().optional(),\n status: z.string().describe(\"Current status of the payment resource (e.g., ACTIVE).\").nullable().optional(),\n reusable: z.string().describe(\"Whether the payment resource is reusable (e.g., MULTIPLE or SINGLE).\").nullable().optional(),\n line_items: z.array(PaypalRetrievePaymentResource_LineItemSchema).describe(\"List of line items included in the payment resource.\").nullable().optional(),\n return_url: z.string().describe(\"URL to redirect after successful payment.\").nullable().optional(),\n create_time: z.string().describe(\"ISO 8601 timestamp when the payment resource was created.\").nullable().optional(),\n update_time: z.string().describe(\"ISO 8601 timestamp when the payment resource was last updated.\").nullable().optional(),\n integration_mode: z.string().describe(\"Mode of integration (e.g., LINK).\").nullable().optional(),\n}).passthrough().describe(\"Response model for retrieving a payment resource.\");\n\nexport const paypalRetrievePaymentResource = action(\"PAYPAL_RETRIEVE_PAYMENT_RESOURCE\", {\n slug: \"paypal-retrieve-payment-resource\",\n name: \"Retrieve Payment Resource\",\n description: \"Retrieve a PayPal payment resource by its ID. Use this action when you need to fetch details about an existing payment resource created through the Payment Links and Buttons API. This action is useful for checking payment resource status, viewing line items, or retrieving associated links after creating a payment resource. Note: Payment resources are shareable payment links used for simple payment flows.\",\n input: PaypalRetrievePaymentResourceInput,\n output: PaypalRetrievePaymentResourceOutput,\n});\n"],"mappings":"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"}
@@ -63,27 +63,27 @@ const PaypalSearchInvoicesInput = zod.z.object({
63
63
  const PaypalSearchInvoices_InvoiceAmountSummarySchema = zod.z.object({
64
64
  value: zod.z.string().describe("The value of the amount.").nullable().optional(),
65
65
  currency_code: zod.z.string().describe("The three-character ISO currency code.").nullable().optional()
66
- }).describe("Invoice amount summary details.");
66
+ }).passthrough().describe("Invoice amount summary details.");
67
67
  const PaypalSearchInvoices_InvoiceItemSchema = zod.z.object({
68
68
  name: zod.z.string().describe("The item name.").nullable().optional(),
69
69
  quantity: zod.z.string().describe("The quantity of the item.").nullable().optional(),
70
70
  unit_amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional()
71
- }).describe("Invoice line item details.");
71
+ }).passthrough().describe("Invoice line item details.");
72
72
  const PaypalSearchInvoices_LinkDescriptionSchema = zod.z.object({
73
73
  rel: zod.z.string().describe("The link relation type.").nullable(),
74
74
  href: zod.z.string().describe("The hyperlink to the related resource.").nullable().optional(),
75
75
  method: zod.z.string().describe("The HTTP method required to access the related resource.").nullable().optional()
76
- }).describe("The request-related HATEOAS link information.");
76
+ }).passthrough().describe("The request-related HATEOAS link information.");
77
77
  const PaypalSearchInvoices_InvoiceDetailSchema = zod.z.object({
78
78
  reference: zod.z.string().describe("The reference of the invoice.").nullable().optional(),
79
79
  currency_code: zod.z.string().describe("The currency code.").nullable().optional(),
80
80
  invoice_number: zod.z.string().describe("The invoice number that appears on the invoice.").nullable().optional()
81
- }).describe("Invoice detail information.");
82
- const PaypalSearchInvoices_InvoicerInfoSchema = zod.z.object({ email_address: zod.z.string().describe("The email address of the invoicer.").nullable().optional() }).describe("Invoicer information details.");
81
+ }).passthrough().describe("Invoice detail information.");
82
+ const PaypalSearchInvoices_InvoicerInfoSchema = zod.z.object({ email_address: zod.z.string().describe("The email address of the invoicer.").nullable().optional() }).passthrough().describe("Invoicer information details.");
83
83
  const PaypalSearchInvoices_RecipientInfoSchema = zod.z.object({
84
84
  business_name: zod.z.string().describe("The business name of the recipient.").nullable().optional(),
85
85
  email_address: zod.z.string().describe("The email address of the recipient.").nullable().optional()
86
- }).describe("Recipient information for invoice.");
86
+ }).passthrough().describe("Recipient information for invoice.");
87
87
  const PaypalSearchInvoices_InvoiceSchema = zod.z.object({
88
88
  id: zod.z.string().describe("The unique identifier for the invoice.").nullable().optional(),
89
89
  items: zod.z.array(PaypalSearchInvoices_InvoiceItemSchema).describe("The list of items in the invoice.").nullable().optional(),
@@ -91,22 +91,22 @@ const PaypalSearchInvoices_InvoiceSchema = zod.z.object({
91
91
  amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),
92
92
  detail: PaypalSearchInvoices_InvoiceDetailSchema.nullable().optional(),
93
93
  status: zod.z.string().describe("The status of the invoice.").nullable().optional(),
94
- refunds: zod.z.object({}).describe("The refunds information.").nullable().optional(),
94
+ refunds: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The refunds information.").nullable().optional(),
95
95
  gratuity: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),
96
96
  invoicer: PaypalSearchInvoices_InvoicerInfoSchema.nullable().optional(),
97
- payments: zod.z.object({}).describe("The payments information.").nullable().optional(),
97
+ payments: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The payments information.").nullable().optional(),
98
98
  parent_id: zod.z.string().describe("The parent ID of the invoice.").nullable().optional(),
99
99
  due_amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),
100
- configuration: zod.z.object({}).describe("The configuration of the invoice.").nullable().optional(),
100
+ configuration: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The configuration of the invoice.").nullable().optional(),
101
101
  primary_recipients: zod.z.array(PaypalSearchInvoices_RecipientInfoSchema).describe("The primary recipients of the invoice.").nullable().optional(),
102
102
  additional_recipients: zod.z.array(zod.z.string()).describe("Additional recipients for the invoice.").nullable().optional()
103
- }).describe("Invoice details including all information about the invoice like items, billing information.");
103
+ }).passthrough().describe("Invoice details including all information about the invoice like items, billing information.");
104
104
  const PaypalSearchInvoicesOutput = zod.z.object({
105
105
  items: zod.z.array(PaypalSearchInvoices_InvoiceSchema).describe("The list of invoices that match the search criteria."),
106
106
  links: zod.z.array(PaypalSearchInvoices_LinkDescriptionSchema).describe("An array of request-related HATEOAS links.").nullable().optional(),
107
107
  total_items: zod.z.number().int().describe("The total number of invoices that match the search criteria. Note: Clients MUST NOT assume that the value of total_items is constant.").nullable().optional(),
108
108
  total_pages: zod.z.number().int().describe("The total number of pages that are available for the search criteria. Note: Clients MUST NOT assume that the value of total_pages is constant.").nullable().optional()
109
- }).describe("Response schema for the SearchInvoices action containing matching invoices.");
109
+ }).passthrough().describe("Response schema for the SearchInvoices action containing matching invoices.");
110
110
  const paypalSearchInvoices = require_action.action("PAYPAL_SEARCH_INVOICES", {
111
111
  slug: "paypal-search-invoices",
112
112
  name: "Search PayPal Invoices",
@@ -1 +1 @@
1
- {"version":3,"file":"search-invoices.cjs","names":["z","action"],"sources":["../../src/actions/search-invoices.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalSearchInvoicesInput = z.object({\n memo: z.string().describe(\"A private bookkeeping memo to filter by.\").optional(),\n page: z.number().int().default(1).describe(\"The page number to be retrieved. A combination of page=1 and page_size=20 returns the first 20 invoices. A combination of page=2 and page_size=20 returns the next 20 invoices.\").optional(),\n fields: z.array(z.string()).describe(\"A list of fields to return for each invoice. Valid fields are: items, payments, refunds, additional_recipients_info, and attachments. Maximum 5 fields.\").optional(),\n status: z.array(z.enum([\"DRAFT\", \"SENT\", \"SCHEDULED\", \"PAID\", \"MARKED_AS_PAID\", \"CANCELLED\", \"REFUNDED\", \"PARTIALLY_PAID\", \"PARTIALLY_REFUNDED\", \"MARKED_AS_REFUNDED\", \"UNPAID\", \"PAYMENT_PENDING\", \"AUTO_CANCELLED\", \"PAID_EXTERNAL\", \"REFUNDED_EXTERNAL\", \"SHARED\"]).describe(\"The status of the invoice.\")).describe(\"An array of invoice status values to filter by. Common statuses include DRAFT, SENT, SCHEDULED, PAID, CANCELLED, REFUNDED, PARTIALLY_PAID, UNPAID.\").optional(),\n archived: z.boolean().describe(\"Indicates whether to list merchant-archived invoices. true: lists only archived, false: lists only unarchived, null: lists all.\").optional(),\n page_size: z.number().int().default(25).describe(\"The maximum number of invoices to return in the response.\").optional(),\n reference: z.string().describe(\"The reference data including a Purchase Order (PO) number to filter by.\").optional(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code to filter invoices.\").optional(),\n due_date_range: z.object({\n end: z.string().describe(\"The end date in ISO 8601 format (e.g., '2024-12-31').\"),\n start: z.string().describe(\"The start date in ISO 8601 format (e.g., '2024-01-01').\"),\n}).describe(\"The date range for filtering invoices.\").optional(),\n invoice_number: z.string().describe(\"Filters the search by the invoice number.\").optional(),\n total_required: z.boolean().default(false).describe(\"Indicates whether to show total_pages and total_items in the response.\").optional(),\n recipient_email: z.string().describe(\"Filters the search by the recipient email address.\").optional(),\n invoice_date_range: z.object({\n end: z.string().describe(\"The end date in ISO 8601 format (e.g., '2024-12-31').\"),\n start: z.string().describe(\"The start date in ISO 8601 format (e.g., '2024-01-01').\"),\n}).describe(\"The date range for filtering invoices.\").optional(),\n payment_date_range: z.object({\n end: z.string().describe(\"The end date and time, in ISO 8601 format (e.g., '2024-12-31T23:59:59Z').\"),\n start: z.string().describe(\"The start date and time, in ISO 8601 format (e.g., '2024-01-01T00:00:00Z').\"),\n}).describe(\"The date and time range for filtering invoices.\").optional(),\n total_amount_range: z.object({\n lower_amount: z.object({\n value: z.string().describe(\"The value, which might be an integer for currencies like JPY or a decimal fraction for others.\"),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code that identifies the currency.\"),\n}).describe(\"The lower bound of the amount range.\"),\n upper_amount: z.object({\n value: z.string().describe(\"The value, which might be an integer for currencies like JPY or a decimal fraction for others.\"),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code that identifies the currency.\"),\n}).describe(\"The upper bound of the amount range.\"),\n}).describe(\"The amount range for filtering invoices.\").optional(),\n creation_date_range: z.object({\n end: z.string().describe(\"The end date and time, in ISO 8601 format (e.g., '2024-12-31T23:59:59Z').\"),\n start: z.string().describe(\"The start date and time, in ISO 8601 format (e.g., '2024-01-01T00:00:00Z').\"),\n}).describe(\"The date and time range for filtering invoices.\").optional(),\n recipient_last_name: z.string().describe(\"Filters the search by the recipient last name.\").optional(),\n recipient_first_name: z.string().describe(\"Filters the search by the recipient first name.\").optional(),\n recipient_business_name: z.string().describe(\"Filters the search by the recipient business name.\").optional(),\n}).describe(\"Request schema for searching PayPal invoices with various filter criteria.\\n\\nUse when you need to search for invoices based on status, dates, recipients,\\namount ranges, or other criteria. The search returns matching invoices with\\npagination support.\\n\\n**Common use cases:**\\n- Find all invoices with a specific status (e.g., DRAFT, SENT, PAID)\\n- Find invoices within a date range (creation, due, or invoice date)\\n- Find invoices for a specific recipient by email or name\\n- Find invoices within a monetary amount range\");\nconst PaypalSearchInvoices_InvoiceAmountSummarySchema = z.object({\n value: z.string().describe(\"The value of the amount.\").nullable().optional(),\n currency_code: z.string().describe(\"The three-character ISO currency code.\").nullable().optional(),\n}).describe(\"Invoice amount summary details.\");\nconst PaypalSearchInvoices_InvoiceItemSchema = z.object({\n name: z.string().describe(\"The item name.\").nullable().optional(),\n quantity: z.string().describe(\"The quantity of the item.\").nullable().optional(),\n unit_amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n}).describe(\"Invoice line item details.\");\nconst PaypalSearchInvoices_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relation type.\").nullable(),\n href: z.string().describe(\"The hyperlink to the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method required to access the related resource.\").nullable().optional(),\n}).describe(\"The request-related HATEOAS link information.\");\nconst PaypalSearchInvoices_InvoiceDetailSchema = z.object({\n reference: z.string().describe(\"The reference of the invoice.\").nullable().optional(),\n currency_code: z.string().describe(\"The currency code.\").nullable().optional(),\n invoice_number: z.string().describe(\"The invoice number that appears on the invoice.\").nullable().optional(),\n}).describe(\"Invoice detail information.\");\nconst PaypalSearchInvoices_InvoicerInfoSchema = z.object({\n email_address: z.string().describe(\"The email address of the invoicer.\").nullable().optional(),\n}).describe(\"Invoicer information details.\");\nconst PaypalSearchInvoices_RecipientInfoSchema = z.object({\n business_name: z.string().describe(\"The business name of the recipient.\").nullable().optional(),\n email_address: z.string().describe(\"The email address of the recipient.\").nullable().optional(),\n}).describe(\"Recipient information for invoice.\");\nconst PaypalSearchInvoices_InvoiceSchema = z.object({\n id: z.string().describe(\"The unique identifier for the invoice.\").nullable().optional(),\n items: z.array(PaypalSearchInvoices_InvoiceItemSchema).describe(\"The list of items in the invoice.\").nullable().optional(),\n links: z.array(PaypalSearchInvoices_LinkDescriptionSchema).describe(\"An array of HATEOAS links related to the invoice.\").nullable().optional(),\n amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n detail: PaypalSearchInvoices_InvoiceDetailSchema.nullable().optional(),\n status: z.string().describe(\"The status of the invoice.\").nullable().optional(),\n refunds: z.object({}).describe(\"The refunds information.\").nullable().optional(),\n gratuity: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n invoicer: PaypalSearchInvoices_InvoicerInfoSchema.nullable().optional(),\n payments: z.object({}).describe(\"The payments information.\").nullable().optional(),\n parent_id: z.string().describe(\"The parent ID of the invoice.\").nullable().optional(),\n due_amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n configuration: z.object({}).describe(\"The configuration of the invoice.\").nullable().optional(),\n primary_recipients: z.array(PaypalSearchInvoices_RecipientInfoSchema).describe(\"The primary recipients of the invoice.\").nullable().optional(),\n additional_recipients: z.array(z.string()).describe(\"Additional recipients for the invoice.\").nullable().optional(),\n}).describe(\"Invoice details including all information about the invoice like items, billing information.\");\nexport const PaypalSearchInvoicesOutput = z.object({\n items: z.array(PaypalSearchInvoices_InvoiceSchema).describe(\"The list of invoices that match the search criteria.\"),\n links: z.array(PaypalSearchInvoices_LinkDescriptionSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n total_items: z.number().int().describe(\"The total number of invoices that match the search criteria. Note: Clients MUST NOT assume that the value of total_items is constant.\").nullable().optional(),\n total_pages: z.number().int().describe(\"The total number of pages that are available for the search criteria. Note: Clients MUST NOT assume that the value of total_pages is constant.\").nullable().optional(),\n}).describe(\"Response schema for the SearchInvoices action containing matching invoices.\");\n\nexport const paypalSearchInvoices = action(\"PAYPAL_SEARCH_INVOICES\", {\n slug: \"paypal-search-invoices\",\n name: \"Search PayPal Invoices\",\n description: \"Search for PayPal invoices based on various filter criteria. Use when you need to find invoices matching specific criteria such as status, date ranges, recipient information, amount ranges, or invoice numbers. This action supports pagination and can return total counts when total_required=true. **Common use cases:** - Find all invoices with a specific status (e.g., all DRAFT or SENT invoices) - Find invoices created within a date range - Find invoices for a specific customer by email or business name - Find invoices within a monetary amount range - Combine multiple filters for precise invoice searches **Pagination:** Results are paginated using page and page_size parameters. Set total_required=true to include total_counts in the response.\",\n input: PaypalSearchInvoicesInput,\n output: PaypalSearchInvoicesOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"search-invoices.cjs","names":["z","action"],"sources":["../../src/actions/search-invoices.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalSearchInvoicesInput = z.object({\n memo: z.string().describe(\"A private bookkeeping memo to filter by.\").optional(),\n page: z.number().int().default(1).describe(\"The page number to be retrieved. A combination of page=1 and page_size=20 returns the first 20 invoices. A combination of page=2 and page_size=20 returns the next 20 invoices.\").optional(),\n fields: z.array(z.string()).describe(\"A list of fields to return for each invoice. Valid fields are: items, payments, refunds, additional_recipients_info, and attachments. Maximum 5 fields.\").optional(),\n status: z.array(z.enum([\"DRAFT\", \"SENT\", \"SCHEDULED\", \"PAID\", \"MARKED_AS_PAID\", \"CANCELLED\", \"REFUNDED\", \"PARTIALLY_PAID\", \"PARTIALLY_REFUNDED\", \"MARKED_AS_REFUNDED\", \"UNPAID\", \"PAYMENT_PENDING\", \"AUTO_CANCELLED\", \"PAID_EXTERNAL\", \"REFUNDED_EXTERNAL\", \"SHARED\"]).describe(\"The status of the invoice.\")).describe(\"An array of invoice status values to filter by. Common statuses include DRAFT, SENT, SCHEDULED, PAID, CANCELLED, REFUNDED, PARTIALLY_PAID, UNPAID.\").optional(),\n archived: z.boolean().describe(\"Indicates whether to list merchant-archived invoices. true: lists only archived, false: lists only unarchived, null: lists all.\").optional(),\n page_size: z.number().int().default(25).describe(\"The maximum number of invoices to return in the response.\").optional(),\n reference: z.string().describe(\"The reference data including a Purchase Order (PO) number to filter by.\").optional(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code to filter invoices.\").optional(),\n due_date_range: z.object({\n end: z.string().describe(\"The end date in ISO 8601 format (e.g., '2024-12-31').\"),\n start: z.string().describe(\"The start date in ISO 8601 format (e.g., '2024-01-01').\"),\n}).describe(\"The date range for filtering invoices.\").optional(),\n invoice_number: z.string().describe(\"Filters the search by the invoice number.\").optional(),\n total_required: z.boolean().default(false).describe(\"Indicates whether to show total_pages and total_items in the response.\").optional(),\n recipient_email: z.string().describe(\"Filters the search by the recipient email address.\").optional(),\n invoice_date_range: z.object({\n end: z.string().describe(\"The end date in ISO 8601 format (e.g., '2024-12-31').\"),\n start: z.string().describe(\"The start date in ISO 8601 format (e.g., '2024-01-01').\"),\n}).describe(\"The date range for filtering invoices.\").optional(),\n payment_date_range: z.object({\n end: z.string().describe(\"The end date and time, in ISO 8601 format (e.g., '2024-12-31T23:59:59Z').\"),\n start: z.string().describe(\"The start date and time, in ISO 8601 format (e.g., '2024-01-01T00:00:00Z').\"),\n}).describe(\"The date and time range for filtering invoices.\").optional(),\n total_amount_range: z.object({\n lower_amount: z.object({\n value: z.string().describe(\"The value, which might be an integer for currencies like JPY or a decimal fraction for others.\"),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code that identifies the currency.\"),\n}).describe(\"The lower bound of the amount range.\"),\n upper_amount: z.object({\n value: z.string().describe(\"The value, which might be an integer for currencies like JPY or a decimal fraction for others.\"),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code that identifies the currency.\"),\n}).describe(\"The upper bound of the amount range.\"),\n}).describe(\"The amount range for filtering invoices.\").optional(),\n creation_date_range: z.object({\n end: z.string().describe(\"The end date and time, in ISO 8601 format (e.g., '2024-12-31T23:59:59Z').\"),\n start: z.string().describe(\"The start date and time, in ISO 8601 format (e.g., '2024-01-01T00:00:00Z').\"),\n}).describe(\"The date and time range for filtering invoices.\").optional(),\n recipient_last_name: z.string().describe(\"Filters the search by the recipient last name.\").optional(),\n recipient_first_name: z.string().describe(\"Filters the search by the recipient first name.\").optional(),\n recipient_business_name: z.string().describe(\"Filters the search by the recipient business name.\").optional(),\n}).describe(\"Request schema for searching PayPal invoices with various filter criteria.\\n\\nUse when you need to search for invoices based on status, dates, recipients,\\namount ranges, or other criteria. The search returns matching invoices with\\npagination support.\\n\\n**Common use cases:**\\n- Find all invoices with a specific status (e.g., DRAFT, SENT, PAID)\\n- Find invoices within a date range (creation, due, or invoice date)\\n- Find invoices for a specific recipient by email or name\\n- Find invoices within a monetary amount range\");\nconst PaypalSearchInvoices_InvoiceAmountSummarySchema = z.object({\n value: z.string().describe(\"The value of the amount.\").nullable().optional(),\n currency_code: z.string().describe(\"The three-character ISO currency code.\").nullable().optional(),\n}).passthrough().describe(\"Invoice amount summary details.\");\nconst PaypalSearchInvoices_InvoiceItemSchema = z.object({\n name: z.string().describe(\"The item name.\").nullable().optional(),\n quantity: z.string().describe(\"The quantity of the item.\").nullable().optional(),\n unit_amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n}).passthrough().describe(\"Invoice line item details.\");\nconst PaypalSearchInvoices_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relation type.\").nullable(),\n href: z.string().describe(\"The hyperlink to the related resource.\").nullable().optional(),\n method: z.string().describe(\"The HTTP method required to access the related resource.\").nullable().optional(),\n}).passthrough().describe(\"The request-related HATEOAS link information.\");\nconst PaypalSearchInvoices_InvoiceDetailSchema = z.object({\n reference: z.string().describe(\"The reference of the invoice.\").nullable().optional(),\n currency_code: z.string().describe(\"The currency code.\").nullable().optional(),\n invoice_number: z.string().describe(\"The invoice number that appears on the invoice.\").nullable().optional(),\n}).passthrough().describe(\"Invoice detail information.\");\nconst PaypalSearchInvoices_InvoicerInfoSchema = z.object({\n email_address: z.string().describe(\"The email address of the invoicer.\").nullable().optional(),\n}).passthrough().describe(\"Invoicer information details.\");\nconst PaypalSearchInvoices_RecipientInfoSchema = z.object({\n business_name: z.string().describe(\"The business name of the recipient.\").nullable().optional(),\n email_address: z.string().describe(\"The email address of the recipient.\").nullable().optional(),\n}).passthrough().describe(\"Recipient information for invoice.\");\nconst PaypalSearchInvoices_InvoiceSchema = z.object({\n id: z.string().describe(\"The unique identifier for the invoice.\").nullable().optional(),\n items: z.array(PaypalSearchInvoices_InvoiceItemSchema).describe(\"The list of items in the invoice.\").nullable().optional(),\n links: z.array(PaypalSearchInvoices_LinkDescriptionSchema).describe(\"An array of HATEOAS links related to the invoice.\").nullable().optional(),\n amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n detail: PaypalSearchInvoices_InvoiceDetailSchema.nullable().optional(),\n status: z.string().describe(\"The status of the invoice.\").nullable().optional(),\n refunds: z.record(z.string(), z.unknown()).describe(\"The refunds information.\").nullable().optional(),\n gratuity: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n invoicer: PaypalSearchInvoices_InvoicerInfoSchema.nullable().optional(),\n payments: z.record(z.string(), z.unknown()).describe(\"The payments information.\").nullable().optional(),\n parent_id: z.string().describe(\"The parent ID of the invoice.\").nullable().optional(),\n due_amount: PaypalSearchInvoices_InvoiceAmountSummarySchema.nullable().optional(),\n configuration: z.record(z.string(), z.unknown()).describe(\"The configuration of the invoice.\").nullable().optional(),\n primary_recipients: z.array(PaypalSearchInvoices_RecipientInfoSchema).describe(\"The primary recipients of the invoice.\").nullable().optional(),\n additional_recipients: z.array(z.string()).describe(\"Additional recipients for the invoice.\").nullable().optional(),\n}).passthrough().describe(\"Invoice details including all information about the invoice like items, billing information.\");\nexport const PaypalSearchInvoicesOutput = z.object({\n items: z.array(PaypalSearchInvoices_InvoiceSchema).describe(\"The list of invoices that match the search criteria.\"),\n links: z.array(PaypalSearchInvoices_LinkDescriptionSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n total_items: z.number().int().describe(\"The total number of invoices that match the search criteria. Note: Clients MUST NOT assume that the value of total_items is constant.\").nullable().optional(),\n total_pages: z.number().int().describe(\"The total number of pages that are available for the search criteria. Note: Clients MUST NOT assume that the value of total_pages is constant.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for the SearchInvoices action containing matching invoices.\");\n\nexport const paypalSearchInvoices = action(\"PAYPAL_SEARCH_INVOICES\", {\n slug: \"paypal-search-invoices\",\n name: \"Search PayPal Invoices\",\n description: \"Search for PayPal invoices based on various filter criteria. Use when you need to find invoices matching specific criteria such as status, date ranges, recipient information, amount ranges, or invoice numbers. This action supports pagination and can return total counts when total_required=true. **Common use cases:** - Find all invoices with a specific status (e.g., all DRAFT or SENT invoices) - Find invoices created within a date range - Find invoices for a specific customer by email or business name - Find invoices within a monetary amount range - Combine multiple filters for precise invoice searches **Pagination:** Results are paginated using page and page_size parameters. Set total_required=true to include total_counts in the response.\",\n input: PaypalSearchInvoicesInput,\n output: PaypalSearchInvoicesOutput,\n});\n"],"mappings":"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"}