@keystrokehq/paypal 0.1.2 → 0.1.3

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 (483) 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 +1 -1
  4. package/dist/actions/activate-plan.d.mts +1 -1
  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 +8 -7
  10. package/dist/actions/add-batch-trackers.d.mts +8 -7
  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 +19 -19
  16. package/dist/actions/authorize-order.d.mts +19 -19
  17. package/dist/actions/authorize-order.mjs +16 -16
  18. package/dist/actions/authorize-order.mjs.map +1 -1
  19. package/dist/actions/cancel-invoice.cjs +3 -3
  20. package/dist/actions/cancel-invoice.cjs.map +1 -1
  21. package/dist/actions/cancel-invoice.d.cts +3 -3
  22. package/dist/actions/cancel-invoice.d.mts +3 -3
  23. package/dist/actions/cancel-invoice.mjs +3 -3
  24. package/dist/actions/cancel-invoice.mjs.map +1 -1
  25. package/dist/actions/cancel-reminders.cjs +3 -3
  26. package/dist/actions/cancel-reminders.cjs.map +1 -1
  27. package/dist/actions/cancel-reminders.d.cts +3 -3
  28. package/dist/actions/cancel-reminders.d.mts +3 -3
  29. package/dist/actions/cancel-reminders.mjs +3 -3
  30. package/dist/actions/cancel-reminders.mjs.map +1 -1
  31. package/dist/actions/capture-subscription-payment.cjs +9 -9
  32. package/dist/actions/capture-subscription-payment.cjs.map +1 -1
  33. package/dist/actions/capture-subscription-payment.d.cts +9 -9
  34. package/dist/actions/capture-subscription-payment.d.mts +9 -9
  35. package/dist/actions/capture-subscription-payment.mjs +9 -9
  36. package/dist/actions/capture-subscription-payment.mjs.map +1 -1
  37. package/dist/actions/charge-payment-method.cjs +1 -1
  38. package/dist/actions/charge-payment-method.cjs.map +1 -1
  39. package/dist/actions/charge-payment-method.d.cts +1 -1
  40. package/dist/actions/charge-payment-method.d.mts +1 -1
  41. package/dist/actions/charge-payment-method.mjs +1 -1
  42. package/dist/actions/charge-payment-method.mjs.map +1 -1
  43. package/dist/actions/create-invoice.cjs +22 -22
  44. package/dist/actions/create-invoice.cjs.map +1 -1
  45. package/dist/actions/create-invoice.d.cts +36 -33
  46. package/dist/actions/create-invoice.d.mts +36 -33
  47. package/dist/actions/create-invoice.mjs +22 -22
  48. package/dist/actions/create-invoice.mjs.map +1 -1
  49. package/dist/actions/create-payment.cjs +31 -31
  50. package/dist/actions/create-payment.cjs.map +1 -1
  51. package/dist/actions/create-payment.d.cts +42 -38
  52. package/dist/actions/create-payment.d.mts +42 -38
  53. package/dist/actions/create-payment.mjs +31 -31
  54. package/dist/actions/create-payment.mjs.map +1 -1
  55. package/dist/actions/create-payments-billing-plans.cjs +8 -8
  56. package/dist/actions/create-payments-billing-plans.cjs.map +1 -1
  57. package/dist/actions/create-payments-billing-plans.d.cts +11 -9
  58. package/dist/actions/create-payments-billing-plans.d.mts +11 -9
  59. package/dist/actions/create-payments-billing-plans.mjs +8 -8
  60. package/dist/actions/create-payments-billing-plans.mjs.map +1 -1
  61. package/dist/actions/create-plan.cjs +12 -12
  62. package/dist/actions/create-plan.cjs.map +1 -1
  63. package/dist/actions/create-plan.d.cts +14 -13
  64. package/dist/actions/create-plan.d.cts.map +1 -1
  65. package/dist/actions/create-plan.d.mts +14 -13
  66. package/dist/actions/create-plan.d.mts.map +1 -1
  67. package/dist/actions/create-plan.mjs +12 -12
  68. package/dist/actions/create-plan.mjs.map +1 -1
  69. package/dist/actions/create-product.cjs +2 -2
  70. package/dist/actions/create-product.cjs.map +1 -1
  71. package/dist/actions/create-product.d.cts +2 -2
  72. package/dist/actions/create-product.d.mts +2 -2
  73. package/dist/actions/create-product.mjs +2 -2
  74. package/dist/actions/create-product.mjs.map +1 -1
  75. package/dist/actions/create-subscription.cjs +15 -15
  76. package/dist/actions/create-subscription.cjs.map +1 -1
  77. package/dist/actions/create-subscription.d.cts +21 -20
  78. package/dist/actions/create-subscription.d.mts +21 -20
  79. package/dist/actions/create-subscription.mjs +15 -15
  80. package/dist/actions/create-subscription.mjs.map +1 -1
  81. package/dist/actions/create-template.cjs +25 -25
  82. package/dist/actions/create-template.cjs.map +1 -1
  83. package/dist/actions/create-template.d.cts +36 -30
  84. package/dist/actions/create-template.d.mts +36 -30
  85. package/dist/actions/create-template.mjs +25 -25
  86. package/dist/actions/create-template.mjs.map +1 -1
  87. package/dist/actions/create-web-profile.cjs +5 -5
  88. package/dist/actions/create-web-profile.cjs.map +1 -1
  89. package/dist/actions/create-web-profile.d.cts +5 -5
  90. package/dist/actions/create-web-profile.d.mts +5 -5
  91. package/dist/actions/create-web-profile.mjs +5 -5
  92. package/dist/actions/create-web-profile.mjs.map +1 -1
  93. package/dist/actions/create-webhook-lookup.cjs +2 -2
  94. package/dist/actions/create-webhook-lookup.cjs.map +1 -1
  95. package/dist/actions/create-webhook-lookup.d.cts +2 -2
  96. package/dist/actions/create-webhook-lookup.d.mts +2 -2
  97. package/dist/actions/create-webhook-lookup.mjs +2 -2
  98. package/dist/actions/create-webhook-lookup.mjs.map +1 -1
  99. package/dist/actions/create-webhook.cjs +4 -4
  100. package/dist/actions/create-webhook.cjs.map +1 -1
  101. package/dist/actions/create-webhook.d.cts +5 -4
  102. package/dist/actions/create-webhook.d.mts +5 -4
  103. package/dist/actions/create-webhook.mjs +4 -4
  104. package/dist/actions/create-webhook.mjs.map +1 -1
  105. package/dist/actions/deactivate-plan.cjs +1 -1
  106. package/dist/actions/deactivate-plan.cjs.map +1 -1
  107. package/dist/actions/deactivate-plan.d.cts +1 -1
  108. package/dist/actions/deactivate-plan.d.mts +1 -1
  109. package/dist/actions/deactivate-plan.mjs +1 -1
  110. package/dist/actions/deactivate-plan.mjs.map +1 -1
  111. package/dist/actions/delete-external-payment.cjs +1 -1
  112. package/dist/actions/delete-external-payment.cjs.map +1 -1
  113. package/dist/actions/delete-external-payment.d.cts +1 -1
  114. package/dist/actions/delete-external-payment.d.mts +1 -1
  115. package/dist/actions/delete-external-payment.mjs +1 -1
  116. package/dist/actions/delete-external-payment.mjs.map +1 -1
  117. package/dist/actions/delete-invoice-payment-record.cjs +1 -1
  118. package/dist/actions/delete-invoice-payment-record.cjs.map +1 -1
  119. package/dist/actions/delete-invoice-payment-record.d.cts +1 -1
  120. package/dist/actions/delete-invoice-payment-record.d.mts +1 -1
  121. package/dist/actions/delete-invoice-payment-record.mjs +1 -1
  122. package/dist/actions/delete-invoice-payment-record.mjs.map +1 -1
  123. package/dist/actions/delete-invoice-refund-record.cjs +1 -1
  124. package/dist/actions/delete-invoice-refund-record.cjs.map +1 -1
  125. package/dist/actions/delete-invoice-refund-record.d.cts +1 -1
  126. package/dist/actions/delete-invoice-refund-record.d.mts +1 -1
  127. package/dist/actions/delete-invoice-refund-record.mjs +1 -1
  128. package/dist/actions/delete-invoice-refund-record.mjs.map +1 -1
  129. package/dist/actions/delete-invoice.cjs +3 -3
  130. package/dist/actions/delete-invoice.cjs.map +1 -1
  131. package/dist/actions/delete-invoice.d.cts +3 -3
  132. package/dist/actions/delete-invoice.d.mts +3 -3
  133. package/dist/actions/delete-invoice.mjs +3 -3
  134. package/dist/actions/delete-invoice.mjs.map +1 -1
  135. package/dist/actions/delete-payment-resource.cjs +1 -1
  136. package/dist/actions/delete-payment-resource.cjs.map +1 -1
  137. package/dist/actions/delete-payment-resource.d.cts +1 -1
  138. package/dist/actions/delete-payment-resource.d.mts +1 -1
  139. package/dist/actions/delete-payment-resource.mjs +1 -1
  140. package/dist/actions/delete-payment-resource.mjs.map +1 -1
  141. package/dist/actions/delete-template.cjs +3 -3
  142. package/dist/actions/delete-template.cjs.map +1 -1
  143. package/dist/actions/delete-template.d.cts +3 -3
  144. package/dist/actions/delete-template.d.mts +3 -3
  145. package/dist/actions/delete-template.mjs +3 -3
  146. package/dist/actions/delete-template.mjs.map +1 -1
  147. package/dist/actions/delete-web-profile.cjs +1 -1
  148. package/dist/actions/delete-web-profile.cjs.map +1 -1
  149. package/dist/actions/delete-web-profile.d.cts +1 -1
  150. package/dist/actions/delete-web-profile.d.mts +1 -1
  151. package/dist/actions/delete-web-profile.mjs +1 -1
  152. package/dist/actions/delete-web-profile.mjs.map +1 -1
  153. package/dist/actions/delete-webhook.cjs +3 -3
  154. package/dist/actions/delete-webhook.cjs.map +1 -1
  155. package/dist/actions/delete-webhook.d.cts +3 -3
  156. package/dist/actions/delete-webhook.d.mts +3 -3
  157. package/dist/actions/delete-webhook.mjs +3 -3
  158. package/dist/actions/delete-webhook.mjs.map +1 -1
  159. package/dist/actions/fetch-node.cjs +5 -5
  160. package/dist/actions/fetch-node.cjs.map +1 -1
  161. package/dist/actions/fetch-node.d.cts +5 -5
  162. package/dist/actions/fetch-node.d.mts +5 -5
  163. package/dist/actions/fetch-node.mjs +5 -5
  164. package/dist/actions/fetch-node.mjs.map +1 -1
  165. package/dist/actions/finalize-pay-pal-braintree-dispute.cjs +3 -3
  166. package/dist/actions/finalize-pay-pal-braintree-dispute.cjs.map +1 -1
  167. package/dist/actions/finalize-pay-pal-braintree-dispute.d.cts +3 -3
  168. package/dist/actions/finalize-pay-pal-braintree-dispute.d.mts +3 -3
  169. package/dist/actions/finalize-pay-pal-braintree-dispute.mjs +3 -3
  170. package/dist/actions/finalize-pay-pal-braintree-dispute.mjs.map +1 -1
  171. package/dist/actions/find-eligible-methods.cjs +7 -7
  172. package/dist/actions/find-eligible-methods.cjs.map +1 -1
  173. package/dist/actions/find-eligible-methods.d.cts +11 -10
  174. package/dist/actions/find-eligible-methods.d.mts +11 -10
  175. package/dist/actions/find-eligible-methods.mjs +7 -7
  176. package/dist/actions/find-eligible-methods.mjs.map +1 -1
  177. package/dist/actions/generate-client-token.cjs +1 -1
  178. package/dist/actions/generate-client-token.cjs.map +1 -1
  179. package/dist/actions/generate-client-token.d.cts +1 -1
  180. package/dist/actions/generate-client-token.d.mts +1 -1
  181. package/dist/actions/generate-client-token.mjs +1 -1
  182. package/dist/actions/generate-client-token.mjs.map +1 -1
  183. package/dist/actions/generate-next-invoice-number-v2.cjs +1 -1
  184. package/dist/actions/generate-next-invoice-number-v2.cjs.map +1 -1
  185. package/dist/actions/generate-next-invoice-number-v2.d.cts +1 -1
  186. package/dist/actions/generate-next-invoice-number-v2.d.mts +1 -1
  187. package/dist/actions/generate-next-invoice-number-v2.mjs +1 -1
  188. package/dist/actions/generate-next-invoice-number-v2.mjs.map +1 -1
  189. package/dist/actions/generate-next-invoice-number.cjs +1 -1
  190. package/dist/actions/generate-next-invoice-number.cjs.map +1 -1
  191. package/dist/actions/generate-next-invoice-number.d.cts +1 -1
  192. package/dist/actions/generate-next-invoice-number.d.mts +1 -1
  193. package/dist/actions/generate-next-invoice-number.mjs +1 -1
  194. package/dist/actions/generate-next-invoice-number.mjs.map +1 -1
  195. package/dist/actions/generate-qr-code.cjs +4 -4
  196. package/dist/actions/generate-qr-code.cjs.map +1 -1
  197. package/dist/actions/generate-qr-code.d.cts +4 -4
  198. package/dist/actions/generate-qr-code.d.mts +4 -4
  199. package/dist/actions/generate-qr-code.mjs +4 -4
  200. package/dist/actions/generate-qr-code.mjs.map +1 -1
  201. package/dist/actions/get-billing-subscriptions.cjs +10 -10
  202. package/dist/actions/get-billing-subscriptions.cjs.map +1 -1
  203. package/dist/actions/get-billing-subscriptions.d.cts +11 -11
  204. package/dist/actions/get-billing-subscriptions.d.mts +11 -11
  205. package/dist/actions/get-billing-subscriptions.mjs +10 -10
  206. package/dist/actions/get-billing-subscriptions.mjs.map +1 -1
  207. package/dist/actions/get-invoice.cjs +24 -24
  208. package/dist/actions/get-invoice.cjs.map +1 -1
  209. package/dist/actions/get-invoice.d.cts +32 -32
  210. package/dist/actions/get-invoice.d.mts +32 -32
  211. package/dist/actions/get-invoice.mjs +24 -24
  212. package/dist/actions/get-invoice.mjs.map +1 -1
  213. package/dist/actions/get-invoicing-invoices-qr-code.cjs +2 -2
  214. package/dist/actions/get-invoicing-invoices-qr-code.cjs.map +1 -1
  215. package/dist/actions/get-invoicing-invoices-qr-code.d.cts +2 -2
  216. package/dist/actions/get-invoicing-invoices-qr-code.d.mts +2 -2
  217. package/dist/actions/get-invoicing-invoices-qr-code.mjs +2 -2
  218. package/dist/actions/get-invoicing-invoices-qr-code.mjs.map +1 -1
  219. package/dist/actions/get-invoicing-template.cjs +20 -20
  220. package/dist/actions/get-invoicing-template.cjs.map +1 -1
  221. package/dist/actions/get-invoicing-template.d.cts +29 -29
  222. package/dist/actions/get-invoicing-template.d.mts +29 -29
  223. package/dist/actions/get-invoicing-template.mjs +20 -20
  224. package/dist/actions/get-invoicing-template.mjs.map +1 -1
  225. package/dist/actions/get-order.cjs +16 -16
  226. package/dist/actions/get-order.cjs.map +1 -1
  227. package/dist/actions/get-order.d.cts +24 -24
  228. package/dist/actions/get-order.d.mts +24 -24
  229. package/dist/actions/get-order.mjs +16 -16
  230. package/dist/actions/get-order.mjs.map +1 -1
  231. package/dist/actions/get-payment.cjs +14 -14
  232. package/dist/actions/get-payment.cjs.map +1 -1
  233. package/dist/actions/get-payment.d.cts +22 -22
  234. package/dist/actions/get-payment.d.mts +22 -22
  235. package/dist/actions/get-payment.mjs +14 -14
  236. package/dist/actions/get-payment.mjs.map +1 -1
  237. package/dist/actions/get-payments-refund.cjs +3 -3
  238. package/dist/actions/get-payments-refund.cjs.map +1 -1
  239. package/dist/actions/get-payments-refund.d.cts +3 -3
  240. package/dist/actions/get-payments-refund.d.mts +3 -3
  241. package/dist/actions/get-payments-refund.mjs +3 -3
  242. package/dist/actions/get-payments-refund.mjs.map +1 -1
  243. package/dist/actions/get-plan.cjs +11 -11
  244. package/dist/actions/get-plan.cjs.map +1 -1
  245. package/dist/actions/get-plan.d.cts +11 -11
  246. package/dist/actions/get-plan.d.mts +11 -11
  247. package/dist/actions/get-plan.mjs +11 -11
  248. package/dist/actions/get-plan.mjs.map +1 -1
  249. package/dist/actions/get-product.cjs +2 -2
  250. package/dist/actions/get-product.cjs.map +1 -1
  251. package/dist/actions/get-product.d.cts +2 -2
  252. package/dist/actions/get-product.d.mts +2 -2
  253. package/dist/actions/get-product.mjs +2 -2
  254. package/dist/actions/get-product.mjs.map +1 -1
  255. package/dist/actions/get-subscription.cjs +10 -10
  256. package/dist/actions/get-subscription.cjs.map +1 -1
  257. package/dist/actions/get-subscription.d.cts +13 -13
  258. package/dist/actions/get-subscription.d.mts +13 -13
  259. package/dist/actions/get-subscription.mjs +10 -10
  260. package/dist/actions/get-subscription.mjs.map +1 -1
  261. package/dist/actions/get-user-info.cjs +3 -3
  262. package/dist/actions/get-user-info.cjs.map +1 -1
  263. package/dist/actions/get-user-info.d.cts +3 -3
  264. package/dist/actions/get-user-info.d.mts +3 -3
  265. package/dist/actions/get-user-info.mjs +3 -3
  266. package/dist/actions/get-user-info.mjs.map +1 -1
  267. package/dist/actions/get-userinfo.cjs +3 -3
  268. package/dist/actions/get-userinfo.cjs.map +1 -1
  269. package/dist/actions/get-userinfo.d.cts +3 -3
  270. package/dist/actions/get-userinfo.d.mts +3 -3
  271. package/dist/actions/get-userinfo.mjs +3 -3
  272. package/dist/actions/get-userinfo.mjs.map +1 -1
  273. package/dist/actions/get-web-profile.cjs +4 -4
  274. package/dist/actions/get-web-profile.cjs.map +1 -1
  275. package/dist/actions/get-web-profile.d.cts +4 -4
  276. package/dist/actions/get-web-profile.d.mts +4 -4
  277. package/dist/actions/get-web-profile.mjs +4 -4
  278. package/dist/actions/get-web-profile.mjs.map +1 -1
  279. package/dist/actions/get-webhook-lookup.cjs +2 -2
  280. package/dist/actions/get-webhook-lookup.cjs.map +1 -1
  281. package/dist/actions/get-webhook-lookup.d.cts +2 -2
  282. package/dist/actions/get-webhook-lookup.d.mts +2 -2
  283. package/dist/actions/get-webhook-lookup.mjs +2 -2
  284. package/dist/actions/get-webhook-lookup.mjs.map +1 -1
  285. package/dist/actions/get-webhook.cjs +4 -4
  286. package/dist/actions/get-webhook.cjs.map +1 -1
  287. package/dist/actions/get-webhook.d.cts +4 -4
  288. package/dist/actions/get-webhook.d.mts +4 -4
  289. package/dist/actions/get-webhook.mjs +4 -4
  290. package/dist/actions/get-webhook.mjs.map +1 -1
  291. package/dist/actions/list-disputes.cjs +5 -5
  292. package/dist/actions/list-disputes.cjs.map +1 -1
  293. package/dist/actions/list-disputes.d.cts +6 -6
  294. package/dist/actions/list-disputes.d.mts +6 -6
  295. package/dist/actions/list-disputes.mjs +5 -5
  296. package/dist/actions/list-disputes.mjs.map +1 -1
  297. package/dist/actions/list-invoices.cjs +15 -15
  298. package/dist/actions/list-invoices.cjs.map +1 -1
  299. package/dist/actions/list-invoices.d.cts +19 -19
  300. package/dist/actions/list-invoices.d.mts +19 -19
  301. package/dist/actions/list-invoices.mjs +15 -15
  302. package/dist/actions/list-invoices.mjs.map +1 -1
  303. package/dist/actions/list-legacy-billing-plans.cjs +7 -7
  304. package/dist/actions/list-legacy-billing-plans.cjs.map +1 -1
  305. package/dist/actions/list-legacy-billing-plans.d.cts +9 -9
  306. package/dist/actions/list-legacy-billing-plans.d.mts +9 -9
  307. package/dist/actions/list-legacy-billing-plans.mjs +7 -7
  308. package/dist/actions/list-legacy-billing-plans.mjs.map +1 -1
  309. package/dist/actions/list-payments.cjs +20 -20
  310. package/dist/actions/list-payments.cjs.map +1 -1
  311. package/dist/actions/list-payments.d.cts +24 -24
  312. package/dist/actions/list-payments.d.mts +24 -24
  313. package/dist/actions/list-payments.mjs +20 -20
  314. package/dist/actions/list-payments.mjs.map +1 -1
  315. package/dist/actions/list-plans.cjs +8 -8
  316. package/dist/actions/list-plans.cjs.map +1 -1
  317. package/dist/actions/list-plans.d.cts +9 -9
  318. package/dist/actions/list-plans.d.mts +9 -9
  319. package/dist/actions/list-plans.mjs +8 -8
  320. package/dist/actions/list-plans.mjs.map +1 -1
  321. package/dist/actions/list-products.cjs +3 -3
  322. package/dist/actions/list-products.cjs.map +1 -1
  323. package/dist/actions/list-products.d.cts +4 -4
  324. package/dist/actions/list-products.d.mts +4 -4
  325. package/dist/actions/list-products.mjs +3 -3
  326. package/dist/actions/list-products.mjs.map +1 -1
  327. package/dist/actions/list-templates.cjs +8 -8
  328. package/dist/actions/list-templates.cjs.map +1 -1
  329. package/dist/actions/list-templates.d.cts +9 -9
  330. package/dist/actions/list-templates.d.mts +9 -9
  331. package/dist/actions/list-templates.mjs +8 -8
  332. package/dist/actions/list-templates.mjs.map +1 -1
  333. package/dist/actions/list-web-profiles.cjs +6 -6
  334. package/dist/actions/list-web-profiles.cjs.map +1 -1
  335. package/dist/actions/list-web-profiles.d.cts +6 -6
  336. package/dist/actions/list-web-profiles.d.mts +6 -6
  337. package/dist/actions/list-web-profiles.mjs +6 -6
  338. package/dist/actions/list-web-profiles.mjs.map +1 -1
  339. package/dist/actions/list-webhook-event-type-subscriptions.cjs +3 -3
  340. package/dist/actions/list-webhook-event-type-subscriptions.cjs.map +1 -1
  341. package/dist/actions/list-webhook-event-type-subscriptions.d.cts +3 -3
  342. package/dist/actions/list-webhook-event-type-subscriptions.d.mts +3 -3
  343. package/dist/actions/list-webhook-event-type-subscriptions.mjs +3 -3
  344. package/dist/actions/list-webhook-event-type-subscriptions.mjs.map +1 -1
  345. package/dist/actions/list-webhook-event-types.cjs +3 -3
  346. package/dist/actions/list-webhook-event-types.cjs.map +1 -1
  347. package/dist/actions/list-webhook-event-types.d.cts +3 -3
  348. package/dist/actions/list-webhook-event-types.d.mts +3 -3
  349. package/dist/actions/list-webhook-event-types.mjs +3 -3
  350. package/dist/actions/list-webhook-event-types.mjs.map +1 -1
  351. package/dist/actions/list-webhook-lookups.cjs +3 -3
  352. package/dist/actions/list-webhook-lookups.cjs.map +1 -1
  353. package/dist/actions/list-webhook-lookups.d.cts +3 -3
  354. package/dist/actions/list-webhook-lookups.d.mts +3 -3
  355. package/dist/actions/list-webhook-lookups.mjs +3 -3
  356. package/dist/actions/list-webhook-lookups.mjs.map +1 -1
  357. package/dist/actions/list-webhooks.cjs +2 -2
  358. package/dist/actions/list-webhooks.cjs.map +1 -1
  359. package/dist/actions/list-webhooks.d.cts +2 -2
  360. package/dist/actions/list-webhooks.d.mts +2 -2
  361. package/dist/actions/list-webhooks.mjs +2 -2
  362. package/dist/actions/list-webhooks.mjs.map +1 -1
  363. package/dist/actions/patch-orders.cjs +2 -2
  364. package/dist/actions/patch-orders.cjs.map +1 -1
  365. package/dist/actions/patch-orders.d.cts +3 -2
  366. package/dist/actions/patch-orders.d.cts.map +1 -1
  367. package/dist/actions/patch-orders.d.mts +3 -2
  368. package/dist/actions/patch-orders.d.mts.map +1 -1
  369. package/dist/actions/patch-orders.mjs +2 -2
  370. package/dist/actions/patch-orders.mjs.map +1 -1
  371. package/dist/actions/patch-plan.cjs +2 -2
  372. package/dist/actions/patch-plan.cjs.map +1 -1
  373. package/dist/actions/patch-plan.d.cts +3 -2
  374. package/dist/actions/patch-plan.d.mts +3 -2
  375. package/dist/actions/patch-plan.mjs +2 -2
  376. package/dist/actions/patch-plan.mjs.map +1 -1
  377. package/dist/actions/patch-subscription.cjs +3 -3
  378. package/dist/actions/patch-subscription.cjs.map +1 -1
  379. package/dist/actions/patch-subscription.d.cts +4 -3
  380. package/dist/actions/patch-subscription.d.cts.map +1 -1
  381. package/dist/actions/patch-subscription.d.mts +4 -3
  382. package/dist/actions/patch-subscription.d.mts.map +1 -1
  383. package/dist/actions/patch-subscription.mjs +3 -3
  384. package/dist/actions/patch-subscription.mjs.map +1 -1
  385. package/dist/actions/patch-web-profile.cjs +2 -2
  386. package/dist/actions/patch-web-profile.cjs.map +1 -1
  387. package/dist/actions/patch-web-profile.d.cts +3 -2
  388. package/dist/actions/patch-web-profile.d.cts.map +1 -1
  389. package/dist/actions/patch-web-profile.d.mts +3 -2
  390. package/dist/actions/patch-web-profile.d.mts.map +1 -1
  391. package/dist/actions/patch-web-profile.mjs +2 -2
  392. package/dist/actions/patch-web-profile.mjs.map +1 -1
  393. package/dist/actions/ping-braintree.cjs +2 -2
  394. package/dist/actions/ping-braintree.cjs.map +1 -1
  395. package/dist/actions/ping-braintree.d.cts +2 -2
  396. package/dist/actions/ping-braintree.d.mts +2 -2
  397. package/dist/actions/ping-braintree.mjs +2 -2
  398. package/dist/actions/ping-braintree.mjs.map +1 -1
  399. package/dist/actions/query-braintree-report.cjs +4 -4
  400. package/dist/actions/query-braintree-report.cjs.map +1 -1
  401. package/dist/actions/query-braintree-report.d.cts +4 -4
  402. package/dist/actions/query-braintree-report.d.mts +4 -4
  403. package/dist/actions/query-braintree-report.mjs +4 -4
  404. package/dist/actions/query-braintree-report.mjs.map +1 -1
  405. package/dist/actions/retrieve-payment-resource.cjs +11 -11
  406. package/dist/actions/retrieve-payment-resource.cjs.map +1 -1
  407. package/dist/actions/retrieve-payment-resource.d.cts +12 -12
  408. package/dist/actions/retrieve-payment-resource.d.mts +12 -12
  409. package/dist/actions/retrieve-payment-resource.mjs +11 -11
  410. package/dist/actions/retrieve-payment-resource.mjs.map +1 -1
  411. package/dist/actions/search-invoices.cjs +11 -11
  412. package/dist/actions/search-invoices.cjs.map +1 -1
  413. package/dist/actions/search-invoices.d.cts +15 -15
  414. package/dist/actions/search-invoices.d.mts +15 -15
  415. package/dist/actions/search-invoices.mjs +11 -11
  416. package/dist/actions/search-invoices.mjs.map +1 -1
  417. package/dist/actions/send-invoice.cjs +2 -2
  418. package/dist/actions/send-invoice.cjs.map +1 -1
  419. package/dist/actions/send-invoice.d.cts +2 -2
  420. package/dist/actions/send-invoice.d.mts +2 -2
  421. package/dist/actions/send-invoice.mjs +2 -2
  422. package/dist/actions/send-invoice.mjs.map +1 -1
  423. package/dist/actions/simulate-webhook-event.cjs +4 -4
  424. package/dist/actions/simulate-webhook-event.cjs.map +1 -1
  425. package/dist/actions/simulate-webhook-event.d.cts +4 -4
  426. package/dist/actions/simulate-webhook-event.d.mts +4 -4
  427. package/dist/actions/simulate-webhook-event.mjs +4 -4
  428. package/dist/actions/simulate-webhook-event.mjs.map +1 -1
  429. package/dist/actions/update-dispute.cjs +3 -3
  430. package/dist/actions/update-dispute.cjs.map +1 -1
  431. package/dist/actions/update-dispute.d.cts +4 -3
  432. package/dist/actions/update-dispute.d.mts +4 -3
  433. package/dist/actions/update-dispute.mjs +3 -3
  434. package/dist/actions/update-dispute.mjs.map +1 -1
  435. package/dist/actions/update-invoice.cjs +34 -34
  436. package/dist/actions/update-invoice.cjs.map +1 -1
  437. package/dist/actions/update-invoice.d.cts +54 -48
  438. package/dist/actions/update-invoice.d.cts.map +1 -1
  439. package/dist/actions/update-invoice.d.mts +54 -48
  440. package/dist/actions/update-invoice.d.mts.map +1 -1
  441. package/dist/actions/update-invoice.mjs +34 -34
  442. package/dist/actions/update-invoice.mjs.map +1 -1
  443. package/dist/actions/update-pay-pal-product.cjs +2 -2
  444. package/dist/actions/update-pay-pal-product.cjs.map +1 -1
  445. package/dist/actions/update-pay-pal-product.d.cts +3 -2
  446. package/dist/actions/update-pay-pal-product.d.cts.map +1 -1
  447. package/dist/actions/update-pay-pal-product.d.mts +3 -2
  448. package/dist/actions/update-pay-pal-product.d.mts.map +1 -1
  449. package/dist/actions/update-pay-pal-product.mjs +2 -2
  450. package/dist/actions/update-pay-pal-product.mjs.map +1 -1
  451. package/dist/actions/update-pay-pal-webhook.cjs +4 -4
  452. package/dist/actions/update-pay-pal-webhook.cjs.map +1 -1
  453. package/dist/actions/update-pay-pal-webhook.d.cts +5 -4
  454. package/dist/actions/update-pay-pal-webhook.d.cts.map +1 -1
  455. package/dist/actions/update-pay-pal-webhook.d.mts +5 -4
  456. package/dist/actions/update-pay-pal-webhook.d.mts.map +1 -1
  457. package/dist/actions/update-pay-pal-webhook.mjs +4 -4
  458. package/dist/actions/update-pay-pal-webhook.mjs.map +1 -1
  459. package/dist/actions/update-templates.cjs +39 -39
  460. package/dist/actions/update-templates.cjs.map +1 -1
  461. package/dist/actions/update-templates.d.cts +65 -56
  462. package/dist/actions/update-templates.d.mts +65 -56
  463. package/dist/actions/update-templates.mjs +39 -39
  464. package/dist/actions/update-templates.mjs.map +1 -1
  465. package/dist/actions/update-web-profile.cjs +2 -2
  466. package/dist/actions/update-web-profile.cjs.map +1 -1
  467. package/dist/actions/update-web-profile.d.cts +2 -2
  468. package/dist/actions/update-web-profile.d.mts +2 -2
  469. package/dist/actions/update-web-profile.mjs +2 -2
  470. package/dist/actions/update-web-profile.mjs.map +1 -1
  471. package/dist/actions/verify-payment-method.cjs +2 -2
  472. package/dist/actions/verify-payment-method.cjs.map +1 -1
  473. package/dist/actions/verify-payment-method.d.cts +2 -2
  474. package/dist/actions/verify-payment-method.d.mts +2 -2
  475. package/dist/actions/verify-payment-method.mjs +2 -2
  476. package/dist/actions/verify-payment-method.mjs.map +1 -1
  477. package/dist/actions/verify-webhook-signature.cjs +1 -1
  478. package/dist/actions/verify-webhook-signature.cjs.map +1 -1
  479. package/dist/actions/verify-webhook-signature.d.cts +1 -1
  480. package/dist/actions/verify-webhook-signature.d.mts +1 -1
  481. package/dist/actions/verify-webhook-signature.mjs +1 -1
  482. package/dist/actions/verify-webhook-signature.mjs.map +1 -1
  483. package/package.json +1 -1
@@ -5,7 +5,7 @@ const PaypalActivatePlanInput = zod.z.object({ id: zod.z.string().describe("The
5
5
  const PaypalActivatePlanOutput = zod.z.object({
6
6
  plan_id: zod.z.string().describe("The ID of the plan that was activated.").nullable().optional(),
7
7
  success: zod.z.boolean().default(true).describe("Indicates whether the plan activation was successful.").nullable().optional()
8
- }).describe("Response from activating a billing plan.");
8
+ }).passthrough().describe("Response from activating a billing plan.");
9
9
  const paypalActivatePlan = require_action.action("PAYPAL_ACTIVATE_PLAN", {
10
10
  slug: "paypal-activate-plan",
11
11
  name: "Activate billing plan",
@@ -1 +1 @@
1
- {"version":3,"file":"activate-plan.cjs","names":["z","action"],"sources":["../../src/actions/activate-plan.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalActivatePlanInput = z.object({\n id: z.string().describe(\"The ID of the billing plan to activate.\"),\n}).describe(\"Request to activate a billing plan.\");\nexport const PaypalActivatePlanOutput = z.object({\n plan_id: z.string().describe(\"The ID of the plan that was activated.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the plan activation was successful.\").nullable().optional(),\n}).describe(\"Response from activating a billing plan.\");\n\nexport const paypalActivatePlan = action(\"PAYPAL_ACTIVATE_PLAN\", {\n slug: \"paypal-activate-plan\",\n name: \"Activate billing plan\",\n description: \"Activates a billing plan in PayPal, making it available for subscription signups. Use this action when you have a billing plan in inactive state that you want to make available for new subscriptions. A successful activation returns HTTP 204 No Content with no response body. This action is idempotent - activating an already active plan returns success.\",\n input: PaypalActivatePlanInput,\n output: PaypalActivatePlanOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,EAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,EACnE,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"activate-plan.cjs","names":["z","action"],"sources":["../../src/actions/activate-plan.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalActivatePlanInput = z.object({\n id: z.string().describe(\"The ID of the billing plan to activate.\"),\n}).describe(\"Request to activate a billing plan.\");\nexport const PaypalActivatePlanOutput = z.object({\n plan_id: z.string().describe(\"The ID of the plan that was activated.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the plan activation was successful.\").nullable().optional(),\n}).passthrough().describe(\"Response from activating a billing plan.\");\n\nexport const paypalActivatePlan = action(\"PAYPAL_ACTIVATE_PLAN\", {\n slug: \"paypal-activate-plan\",\n name: \"Activate billing plan\",\n description: \"Activates a billing plan in PayPal, making it available for subscription signups. Use this action when you have a billing plan in inactive state that you want to make available for new subscriptions. A successful activation returns HTTP 204 No Content with no response body. This action is idempotent - activating an already active plan returns success.\",\n input: PaypalActivatePlanInput,\n output: PaypalActivatePlanOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,EAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,EACnE,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -7,7 +7,7 @@ declare const PaypalActivatePlanInput: z.ZodObject<{
7
7
  declare const PaypalActivatePlanOutput: z.ZodObject<{
8
8
  plan_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
9
  success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
10
- }, z.core.$strip>;
10
+ }, z.core.$loose>;
11
11
  declare const paypalActivatePlan: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  id: string;
13
13
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -7,7 +7,7 @@ declare const PaypalActivatePlanInput: z.ZodObject<{
7
7
  declare const PaypalActivatePlanOutput: z.ZodObject<{
8
8
  plan_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
9
  success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
10
- }, z.core.$strip>;
10
+ }, z.core.$loose>;
11
11
  declare const paypalActivatePlan: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  id: string;
13
13
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -8,7 +8,7 @@ const paypalActivatePlan = action("PAYPAL_ACTIVATE_PLAN", {
8
8
  output: z.object({
9
9
  plan_id: z.string().describe("The ID of the plan that was activated.").nullable().optional(),
10
10
  success: z.boolean().default(true).describe("Indicates whether the plan activation was successful.").nullable().optional()
11
- }).describe("Response from activating a billing plan.")
11
+ }).passthrough().describe("Response from activating a billing plan.")
12
12
  });
13
13
  //#endregion
14
14
  export { paypalActivatePlan };
@@ -1 +1 @@
1
- {"version":3,"file":"activate-plan.mjs","names":[],"sources":["../../src/actions/activate-plan.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalActivatePlanInput = z.object({\n id: z.string().describe(\"The ID of the billing plan to activate.\"),\n}).describe(\"Request to activate a billing plan.\");\nexport const PaypalActivatePlanOutput = z.object({\n plan_id: z.string().describe(\"The ID of the plan that was activated.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the plan activation was successful.\").nullable().optional(),\n}).describe(\"Response from activating a billing plan.\");\n\nexport const paypalActivatePlan = action(\"PAYPAL_ACTIVATE_PLAN\", {\n slug: \"paypal-activate-plan\",\n name: \"Activate billing plan\",\n description: \"Activates a billing plan in PayPal, making it available for subscription signups. Use this action when you have a billing plan in inactive state that you want to make available for new subscriptions. A successful activation returns HTTP 204 No Content with no response body. This action is idempotent - activating an already active plan returns success.\",\n input: PaypalActivatePlanInput,\n output: PaypalActivatePlanOutput,\n});\n"],"mappings":";;AAYA,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZqC,EAAE,OAAO,EAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,EACnE,CAAC,CAAC,CAAC,SAAS,qCAUH;CACP,QAVsC,EAAE,OAAO;EAC/C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"activate-plan.mjs","names":[],"sources":["../../src/actions/activate-plan.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalActivatePlanInput = z.object({\n id: z.string().describe(\"The ID of the billing plan to activate.\"),\n}).describe(\"Request to activate a billing plan.\");\nexport const PaypalActivatePlanOutput = z.object({\n plan_id: z.string().describe(\"The ID of the plan that was activated.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the plan activation was successful.\").nullable().optional(),\n}).passthrough().describe(\"Response from activating a billing plan.\");\n\nexport const paypalActivatePlan = action(\"PAYPAL_ACTIVATE_PLAN\", {\n slug: \"paypal-activate-plan\",\n name: \"Activate billing plan\",\n description: \"Activates a billing plan in PayPal, making it available for subscription signups. Use this action when you have a billing plan in inactive state that you want to make available for new subscriptions. A successful activation returns HTTP 204 No Content with no response body. This action is idempotent - activating an already active plan returns success.\",\n input: PaypalActivatePlanInput,\n output: PaypalActivatePlanOutput,\n});\n"],"mappings":";;AAYA,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZqC,EAAE,OAAO,EAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,EACnE,CAAC,CAAC,CAAC,SAAS,qCAUH;CACP,QAVsC,EAAE,OAAO;EAC/C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAOhB;AACV,CAAC"}
@@ -25,12 +25,12 @@ const PaypalAddBatchTrackersInput = zod.z.object({ trackers: zod.z.array(zod.z.o
25
25
  shipment_direction: zod.z.enum(["FORWARD", "RETURN"]).describe("Direction of the shipment.").optional(),
26
26
  tracking_number_type: zod.z.string().describe("The type of tracking number (e.g., 'CARRIER_PROVIDED', 'GENERATED').").optional(),
27
27
  tracking_number_validated: zod.z.boolean().describe("If true, indicates that the tracking number has been validated with the carrier.").optional()
28
- }).describe("Tracking information for a single shipment.")).describe("An array of tracking information for one or more shipments. Maximum 20 trackers per request.") }).describe("Request schema for adding batch tracking information to PayPal transactions.\n\nUse when you need to add tracking information for one or more PayPal transactions\nat once. This is useful when shipping multiple orders and you want to provide\nreal-time tracking updates to buyers. The request can include up to 20 trackers\nin a single batch.");
28
+ }).passthrough().describe("Tracking information for a single shipment.")).describe("An array of tracking information for one or more shipments. Maximum 20 trackers per request.") }).describe("Request schema for adding batch tracking information to PayPal transactions.\n\nUse when you need to add tracking information for one or more PayPal transactions\nat once. This is useful when shipping multiple orders and you want to provide\nreal-time tracking updates to buyers. The request can include up to 20 trackers\nin a single batch.");
29
29
  const PaypalAddBatchTrackers_LinkDescriptionSchema = zod.z.object({
30
30
  rel: zod.z.string().describe("The link relationship type.").nullable(),
31
31
  href: zod.z.string().describe("The complete URL to the related resource.").nullable(),
32
32
  method: zod.z.string().describe("The HTTP method required to access the resource.").nullable().optional()
33
- }).describe("HATEOAS link information.");
33
+ }).passthrough().describe("HATEOAS link information.");
34
34
  const PaypalAddBatchTrackers_TrackerErrorSchema = zod.z.object({
35
35
  name: zod.z.string().describe("The error name.").nullable(),
36
36
  links: zod.z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe("HATEOAS links related to the error.").nullable().optional(),
@@ -38,17 +38,17 @@ const PaypalAddBatchTrackers_TrackerErrorSchema = zod.z.object({
38
38
  message: zod.z.string().describe("The error message.").nullable(),
39
39
  debug_id: zod.z.string().describe("The PayPal debug ID for the error.").nullable().optional(),
40
40
  information_link: zod.z.string().describe("A link to documentation for the error.").nullable().optional()
41
- }).describe("Error details for failed tracker submissions.");
41
+ }).passthrough().describe("Error details for failed tracker submissions.");
42
42
  const PaypalAddBatchTrackers_TrackerIdentifierSchema = zod.z.object({
43
43
  links: zod.z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe("HATEOAS links for the tracker resource.").nullable().optional(),
44
44
  transaction_id: zod.z.string().describe("The PayPal transaction ID.").nullable(),
45
45
  tracking_number: zod.z.string().describe("The tracking number for the shipment.").nullable().optional()
46
- }).describe("Tracking identifier for a single shipment in the response.");
46
+ }).passthrough().describe("Tracking identifier for a single shipment in the response.");
47
47
  const PaypalAddBatchTrackersOutput = zod.z.object({
48
48
  links: zod.z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe("An array of request-related HATEOAS links.").nullable().optional(),
49
49
  errors: zod.z.array(PaypalAddBatchTrackers_TrackerErrorSchema).describe("An array of error responses for trackers that failed to process.").nullable().optional(),
50
50
  tracker_identifiers: zod.z.array(PaypalAddBatchTrackers_TrackerIdentifierSchema).describe("An array of tracking identifiers for successfully created trackers.").nullable().optional()
51
- }).describe("Response schema for the AddBatchTrackers action.\n\nContains tracking identifiers for successfully processed trackers and any\nerrors for trackers that failed to process.");
51
+ }).passthrough().describe("Response schema for the AddBatchTrackers action.\n\nContains tracking identifiers for successfully processed trackers and any\nerrors for trackers that failed to process.");
52
52
  const paypalAddBatchTrackers = require_action.action("PAYPAL_ADD_BATCH_TRACKERS", {
53
53
  slug: "paypal-add-batch-trackers",
54
54
  name: "Add Batch Tracking Information",
@@ -1 +1 @@
1
- {"version":3,"file":"add-batch-trackers.cjs","names":["z","action"],"sources":["../../src/actions/add-batch-trackers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalAddBatchTrackersInput = z.object({\n trackers: z.array(z.object({\n status: z.enum([\"CLICKED\", \"SHIPPED\", \"DELIVERED\", \"CANCELLED\", \"ARRIVED\", \"RETURNED\"]).describe(\"The status of the tracker. One of: CLICKED, SHIPPED, DELIVERED, CANCELLED, ARRIVED, RETURNED.\"),\n carrier: z.string().describe(\"The carrier for the shipment. Examples: USPS, UPS, FedEx, DHL.\").optional(),\n quantity: z.number().int().describe(\"The quantity of the shipment.\").optional(),\n account_id: z.string().describe(\"The PayPal account ID for the seller.\").optional(),\n notify_buyer: z.boolean().describe(\"If true, sends an email notification to the buyer when the tracking information is updated.\").optional(),\n tracking_url: z.string().describe(\"The URL to track the shipment.\").optional(),\n shipment_date: z.string().describe(\"The date and time when the shipment was processed, in ISO 8601 date format.\").optional(),\n transaction_id: z.string().describe(\"The PayPal transaction ID. Required for each tracker in the request.\"),\n tracking_number: z.string().describe(\"The tracking number for the shipment.\").optional(),\n last_updated_time: z.string().describe(\"The date and time when the tracker was last updated, in ISO 8601 format.\").optional(),\n shipment_uploader: z.string().describe(\"The shipment uploader identifier.\").optional(),\n carrier_name_other: z.string().describe(\"The name of the carrier if the carrier field is set to 'OTHER'.\").optional(),\n postage_payment_id: z.string().describe(\"The postage payment ID.\").optional(),\n shipment_direction: z.enum([\"FORWARD\", \"RETURN\"]).describe(\"Direction of the shipment.\").optional(),\n tracking_number_type: z.string().describe(\"The type of tracking number (e.g., 'CARRIER_PROVIDED', 'GENERATED').\").optional(),\n tracking_number_validated: z.boolean().describe(\"If true, indicates that the tracking number has been validated with the carrier.\").optional(),\n}).describe(\"Tracking information for a single shipment.\")).describe(\"An array of tracking information for one or more shipments. Maximum 20 trackers per request.\"),\n}).describe(\"Request schema for adding batch tracking information to PayPal transactions.\\n\\nUse when you need to add tracking information for one or more PayPal transactions\\nat once. This is useful when shipping multiple orders and you want to provide\\nreal-time tracking updates to buyers. The request can include up to 20 trackers\\nin a single batch.\");\nconst PaypalAddBatchTrackers_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable(),\n href: z.string().describe(\"The complete URL to the related resource.\").nullable(),\n method: z.string().describe(\"The HTTP method required to access the resource.\").nullable().optional(),\n}).describe(\"HATEOAS link information.\");\nconst PaypalAddBatchTrackers_TrackerErrorSchema = z.object({\n name: z.string().describe(\"The error name.\").nullable(),\n links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe(\"HATEOAS links related to the error.\").nullable().optional(),\n details: z.array(z.record(z.string(), z.unknown())).describe(\"Additional error details.\").nullable().optional(),\n message: z.string().describe(\"The error message.\").nullable(),\n debug_id: z.string().describe(\"The PayPal debug ID for the error.\").nullable().optional(),\n information_link: z.string().describe(\"A link to documentation for the error.\").nullable().optional(),\n}).describe(\"Error details for failed tracker submissions.\");\nconst PaypalAddBatchTrackers_TrackerIdentifierSchema = z.object({\n links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe(\"HATEOAS links for the tracker resource.\").nullable().optional(),\n transaction_id: z.string().describe(\"The PayPal transaction ID.\").nullable(),\n tracking_number: z.string().describe(\"The tracking number for the shipment.\").nullable().optional(),\n}).describe(\"Tracking identifier for a single shipment in the response.\");\nexport const PaypalAddBatchTrackersOutput = z.object({\n links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n errors: z.array(PaypalAddBatchTrackers_TrackerErrorSchema).describe(\"An array of error responses for trackers that failed to process.\").nullable().optional(),\n tracker_identifiers: z.array(PaypalAddBatchTrackers_TrackerIdentifierSchema).describe(\"An array of tracking identifiers for successfully created trackers.\").nullable().optional(),\n}).describe(\"Response schema for the AddBatchTrackers action.\\n\\nContains tracking identifiers for successfully processed trackers and any\\nerrors for trackers that failed to process.\");\n\nexport const paypalAddBatchTrackers = action(\"PAYPAL_ADD_BATCH_TRACKERS\", {\n slug: \"paypal-add-batch-trackers\",\n name: \"Add Batch Tracking Information\",\n description: \"Add tracking information for multiple PayPal transactions in a single request. Use this action when you need to add or update tracking information for one or more PayPal transactions. This is particularly useful for batch processing shipping updates when fulfilling multiple orders. The action supports up to 20 trackers per request. The response includes tracker identifiers for successfully processed entries and any errors for entries that failed validation or processing. **Required fields:** - trackers: An array containing at least one tracker object **Each tracker requires:** - transaction_id: The PayPal transaction ID - status: The shipment status (CLICKED, SHIPPED, DELIVERED, etc.)\",\n input: PaypalAddBatchTrackersInput,\n output: PaypalAddBatchTrackersOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"add-batch-trackers.cjs","names":["z","action"],"sources":["../../src/actions/add-batch-trackers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalAddBatchTrackersInput = z.object({\n trackers: z.array(z.object({\n status: z.enum([\"CLICKED\", \"SHIPPED\", \"DELIVERED\", \"CANCELLED\", \"ARRIVED\", \"RETURNED\"]).describe(\"The status of the tracker. One of: CLICKED, SHIPPED, DELIVERED, CANCELLED, ARRIVED, RETURNED.\"),\n carrier: z.string().describe(\"The carrier for the shipment. Examples: USPS, UPS, FedEx, DHL.\").optional(),\n quantity: z.number().int().describe(\"The quantity of the shipment.\").optional(),\n account_id: z.string().describe(\"The PayPal account ID for the seller.\").optional(),\n notify_buyer: z.boolean().describe(\"If true, sends an email notification to the buyer when the tracking information is updated.\").optional(),\n tracking_url: z.string().describe(\"The URL to track the shipment.\").optional(),\n shipment_date: z.string().describe(\"The date and time when the shipment was processed, in ISO 8601 date format.\").optional(),\n transaction_id: z.string().describe(\"The PayPal transaction ID. Required for each tracker in the request.\"),\n tracking_number: z.string().describe(\"The tracking number for the shipment.\").optional(),\n last_updated_time: z.string().describe(\"The date and time when the tracker was last updated, in ISO 8601 format.\").optional(),\n shipment_uploader: z.string().describe(\"The shipment uploader identifier.\").optional(),\n carrier_name_other: z.string().describe(\"The name of the carrier if the carrier field is set to 'OTHER'.\").optional(),\n postage_payment_id: z.string().describe(\"The postage payment ID.\").optional(),\n shipment_direction: z.enum([\"FORWARD\", \"RETURN\"]).describe(\"Direction of the shipment.\").optional(),\n tracking_number_type: z.string().describe(\"The type of tracking number (e.g., 'CARRIER_PROVIDED', 'GENERATED').\").optional(),\n tracking_number_validated: z.boolean().describe(\"If true, indicates that the tracking number has been validated with the carrier.\").optional(),\n}).passthrough().describe(\"Tracking information for a single shipment.\")).describe(\"An array of tracking information for one or more shipments. Maximum 20 trackers per request.\"),\n}).describe(\"Request schema for adding batch tracking information to PayPal transactions.\\n\\nUse when you need to add tracking information for one or more PayPal transactions\\nat once. This is useful when shipping multiple orders and you want to provide\\nreal-time tracking updates to buyers. The request can include up to 20 trackers\\nin a single batch.\");\nconst PaypalAddBatchTrackers_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable(),\n href: z.string().describe(\"The complete URL to the related resource.\").nullable(),\n method: z.string().describe(\"The HTTP method required to access the resource.\").nullable().optional(),\n}).passthrough().describe(\"HATEOAS link information.\");\nconst PaypalAddBatchTrackers_TrackerErrorSchema = z.object({\n name: z.string().describe(\"The error name.\").nullable(),\n links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe(\"HATEOAS links related to the error.\").nullable().optional(),\n details: z.array(z.record(z.string(), z.unknown())).describe(\"Additional error details.\").nullable().optional(),\n message: z.string().describe(\"The error message.\").nullable(),\n debug_id: z.string().describe(\"The PayPal debug ID for the error.\").nullable().optional(),\n information_link: z.string().describe(\"A link to documentation for the error.\").nullable().optional(),\n}).passthrough().describe(\"Error details for failed tracker submissions.\");\nconst PaypalAddBatchTrackers_TrackerIdentifierSchema = z.object({\n links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe(\"HATEOAS links for the tracker resource.\").nullable().optional(),\n transaction_id: z.string().describe(\"The PayPal transaction ID.\").nullable(),\n tracking_number: z.string().describe(\"The tracking number for the shipment.\").nullable().optional(),\n}).passthrough().describe(\"Tracking identifier for a single shipment in the response.\");\nexport const PaypalAddBatchTrackersOutput = z.object({\n links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n errors: z.array(PaypalAddBatchTrackers_TrackerErrorSchema).describe(\"An array of error responses for trackers that failed to process.\").nullable().optional(),\n tracker_identifiers: z.array(PaypalAddBatchTrackers_TrackerIdentifierSchema).describe(\"An array of tracking identifiers for successfully created trackers.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for the AddBatchTrackers action.\\n\\nContains tracking identifiers for successfully processed trackers and any\\nerrors for trackers that failed to process.\");\n\nexport const paypalAddBatchTrackers = action(\"PAYPAL_ADD_BATCH_TRACKERS\", {\n slug: \"paypal-add-batch-trackers\",\n name: \"Add Batch Tracking Information\",\n description: \"Add tracking information for multiple PayPal transactions in a single request. Use this action when you need to add or update tracking information for one or more PayPal transactions. This is particularly useful for batch processing shipping updates when fulfilling multiple orders. The action supports up to 20 trackers per request. The response includes tracker identifiers for successfully processed entries and any errors for entries that failed validation or processing. **Required fields:** - trackers: An array containing at least one tracker object **Each tracker requires:** - transaction_id: The PayPal transaction ID - status: The shipment status (CLICKED, SHIPPED, DELIVERED, etc.)\",\n input: PaypalAddBatchTrackersInput,\n output: PaypalAddBatchTrackersOutput,\n});\n"],"mappings":"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"}
@@ -29,38 +29,39 @@ declare const PaypalAddBatchTrackersInput: z.ZodObject<{
29
29
  }>>;
30
30
  tracking_number_type: z.ZodOptional<z.ZodString>;
31
31
  tracking_number_validated: z.ZodOptional<z.ZodBoolean>;
32
- }, z.core.$strip>>;
32
+ }, z.core.$loose>>;
33
33
  }, z.core.$strip>;
34
34
  declare const PaypalAddBatchTrackersOutput: z.ZodObject<{
35
35
  links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
36
36
  rel: z.ZodNullable<z.ZodString>;
37
37
  href: z.ZodNullable<z.ZodString>;
38
38
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
- }, z.core.$strip>>>>;
39
+ }, z.core.$loose>>>>;
40
40
  errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
41
41
  name: z.ZodNullable<z.ZodString>;
42
42
  links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
43
43
  rel: z.ZodNullable<z.ZodString>;
44
44
  href: z.ZodNullable<z.ZodString>;
45
45
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
- }, z.core.$strip>>>>;
46
+ }, z.core.$loose>>>>;
47
47
  details: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
48
48
  message: z.ZodNullable<z.ZodString>;
49
49
  debug_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
50
  information_link: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
- }, z.core.$strip>>>>;
51
+ }, z.core.$loose>>>>;
52
52
  tracker_identifiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
53
53
  links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
54
54
  rel: z.ZodNullable<z.ZodString>;
55
55
  href: z.ZodNullable<z.ZodString>;
56
56
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
57
- }, z.core.$strip>>>>;
57
+ }, z.core.$loose>>>>;
58
58
  transaction_id: z.ZodNullable<z.ZodString>;
59
59
  tracking_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
60
- }, z.core.$strip>>>>;
61
- }, z.core.$strip>;
60
+ }, z.core.$loose>>>>;
61
+ }, z.core.$loose>;
62
62
  declare const paypalAddBatchTrackers: import("@keystrokehq/action").WorkflowActionDefinition<{
63
63
  trackers: {
64
+ [x: string]: unknown;
64
65
  status: "CLICKED" | "SHIPPED" | "DELIVERED" | "CANCELLED" | "ARRIVED" | "RETURNED";
65
66
  transaction_id: string;
66
67
  carrier?: string | undefined;
@@ -29,38 +29,39 @@ declare const PaypalAddBatchTrackersInput: z.ZodObject<{
29
29
  }>>;
30
30
  tracking_number_type: z.ZodOptional<z.ZodString>;
31
31
  tracking_number_validated: z.ZodOptional<z.ZodBoolean>;
32
- }, z.core.$strip>>;
32
+ }, z.core.$loose>>;
33
33
  }, z.core.$strip>;
34
34
  declare const PaypalAddBatchTrackersOutput: z.ZodObject<{
35
35
  links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
36
36
  rel: z.ZodNullable<z.ZodString>;
37
37
  href: z.ZodNullable<z.ZodString>;
38
38
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
- }, z.core.$strip>>>>;
39
+ }, z.core.$loose>>>>;
40
40
  errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
41
41
  name: z.ZodNullable<z.ZodString>;
42
42
  links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
43
43
  rel: z.ZodNullable<z.ZodString>;
44
44
  href: z.ZodNullable<z.ZodString>;
45
45
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
- }, z.core.$strip>>>>;
46
+ }, z.core.$loose>>>>;
47
47
  details: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
48
48
  message: z.ZodNullable<z.ZodString>;
49
49
  debug_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
50
  information_link: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
- }, z.core.$strip>>>>;
51
+ }, z.core.$loose>>>>;
52
52
  tracker_identifiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
53
53
  links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
54
54
  rel: z.ZodNullable<z.ZodString>;
55
55
  href: z.ZodNullable<z.ZodString>;
56
56
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
57
- }, z.core.$strip>>>>;
57
+ }, z.core.$loose>>>>;
58
58
  transaction_id: z.ZodNullable<z.ZodString>;
59
59
  tracking_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
60
- }, z.core.$strip>>>>;
61
- }, z.core.$strip>;
60
+ }, z.core.$loose>>>>;
61
+ }, z.core.$loose>;
62
62
  declare const paypalAddBatchTrackers: import("@keystrokehq/action").WorkflowActionDefinition<{
63
63
  trackers: {
64
+ [x: string]: unknown;
64
65
  status: "CLICKED" | "SHIPPED" | "DELIVERED" | "CANCELLED" | "ARRIVED" | "RETURNED";
65
66
  transaction_id: string;
66
67
  carrier?: string | undefined;
@@ -25,12 +25,12 @@ const PaypalAddBatchTrackersInput = z.object({ trackers: z.array(z.object({
25
25
  shipment_direction: z.enum(["FORWARD", "RETURN"]).describe("Direction of the shipment.").optional(),
26
26
  tracking_number_type: z.string().describe("The type of tracking number (e.g., 'CARRIER_PROVIDED', 'GENERATED').").optional(),
27
27
  tracking_number_validated: z.boolean().describe("If true, indicates that the tracking number has been validated with the carrier.").optional()
28
- }).describe("Tracking information for a single shipment.")).describe("An array of tracking information for one or more shipments. Maximum 20 trackers per request.") }).describe("Request schema for adding batch tracking information to PayPal transactions.\n\nUse when you need to add tracking information for one or more PayPal transactions\nat once. This is useful when shipping multiple orders and you want to provide\nreal-time tracking updates to buyers. The request can include up to 20 trackers\nin a single batch.");
28
+ }).passthrough().describe("Tracking information for a single shipment.")).describe("An array of tracking information for one or more shipments. Maximum 20 trackers per request.") }).describe("Request schema for adding batch tracking information to PayPal transactions.\n\nUse when you need to add tracking information for one or more PayPal transactions\nat once. This is useful when shipping multiple orders and you want to provide\nreal-time tracking updates to buyers. The request can include up to 20 trackers\nin a single batch.");
29
29
  const PaypalAddBatchTrackers_LinkDescriptionSchema = z.object({
30
30
  rel: z.string().describe("The link relationship type.").nullable(),
31
31
  href: z.string().describe("The complete URL to the related resource.").nullable(),
32
32
  method: z.string().describe("The HTTP method required to access the resource.").nullable().optional()
33
- }).describe("HATEOAS link information.");
33
+ }).passthrough().describe("HATEOAS link information.");
34
34
  const PaypalAddBatchTrackers_TrackerErrorSchema = z.object({
35
35
  name: z.string().describe("The error name.").nullable(),
36
36
  links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe("HATEOAS links related to the error.").nullable().optional(),
@@ -38,12 +38,12 @@ const PaypalAddBatchTrackers_TrackerErrorSchema = z.object({
38
38
  message: z.string().describe("The error message.").nullable(),
39
39
  debug_id: z.string().describe("The PayPal debug ID for the error.").nullable().optional(),
40
40
  information_link: z.string().describe("A link to documentation for the error.").nullable().optional()
41
- }).describe("Error details for failed tracker submissions.");
41
+ }).passthrough().describe("Error details for failed tracker submissions.");
42
42
  const PaypalAddBatchTrackers_TrackerIdentifierSchema = z.object({
43
43
  links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe("HATEOAS links for the tracker resource.").nullable().optional(),
44
44
  transaction_id: z.string().describe("The PayPal transaction ID.").nullable(),
45
45
  tracking_number: z.string().describe("The tracking number for the shipment.").nullable().optional()
46
- }).describe("Tracking identifier for a single shipment in the response.");
46
+ }).passthrough().describe("Tracking identifier for a single shipment in the response.");
47
47
  const paypalAddBatchTrackers = action("PAYPAL_ADD_BATCH_TRACKERS", {
48
48
  slug: "paypal-add-batch-trackers",
49
49
  name: "Add Batch Tracking Information",
@@ -53,7 +53,7 @@ const paypalAddBatchTrackers = action("PAYPAL_ADD_BATCH_TRACKERS", {
53
53
  links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe("An array of request-related HATEOAS links.").nullable().optional(),
54
54
  errors: z.array(PaypalAddBatchTrackers_TrackerErrorSchema).describe("An array of error responses for trackers that failed to process.").nullable().optional(),
55
55
  tracker_identifiers: z.array(PaypalAddBatchTrackers_TrackerIdentifierSchema).describe("An array of tracking identifiers for successfully created trackers.").nullable().optional()
56
- }).describe("Response schema for the AddBatchTrackers action.\n\nContains tracking identifiers for successfully processed trackers and any\nerrors for trackers that failed to process.")
56
+ }).passthrough().describe("Response schema for the AddBatchTrackers action.\n\nContains tracking identifiers for successfully processed trackers and any\nerrors for trackers that failed to process.")
57
57
  });
58
58
  //#endregion
59
59
  export { paypalAddBatchTrackers };
@@ -1 +1 @@
1
- {"version":3,"file":"add-batch-trackers.mjs","names":[],"sources":["../../src/actions/add-batch-trackers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalAddBatchTrackersInput = z.object({\n trackers: z.array(z.object({\n status: z.enum([\"CLICKED\", \"SHIPPED\", \"DELIVERED\", \"CANCELLED\", \"ARRIVED\", \"RETURNED\"]).describe(\"The status of the tracker. One of: CLICKED, SHIPPED, DELIVERED, CANCELLED, ARRIVED, RETURNED.\"),\n carrier: z.string().describe(\"The carrier for the shipment. Examples: USPS, UPS, FedEx, DHL.\").optional(),\n quantity: z.number().int().describe(\"The quantity of the shipment.\").optional(),\n account_id: z.string().describe(\"The PayPal account ID for the seller.\").optional(),\n notify_buyer: z.boolean().describe(\"If true, sends an email notification to the buyer when the tracking information is updated.\").optional(),\n tracking_url: z.string().describe(\"The URL to track the shipment.\").optional(),\n shipment_date: z.string().describe(\"The date and time when the shipment was processed, in ISO 8601 date format.\").optional(),\n transaction_id: z.string().describe(\"The PayPal transaction ID. Required for each tracker in the request.\"),\n tracking_number: z.string().describe(\"The tracking number for the shipment.\").optional(),\n last_updated_time: z.string().describe(\"The date and time when the tracker was last updated, in ISO 8601 format.\").optional(),\n shipment_uploader: z.string().describe(\"The shipment uploader identifier.\").optional(),\n carrier_name_other: z.string().describe(\"The name of the carrier if the carrier field is set to 'OTHER'.\").optional(),\n postage_payment_id: z.string().describe(\"The postage payment ID.\").optional(),\n shipment_direction: z.enum([\"FORWARD\", \"RETURN\"]).describe(\"Direction of the shipment.\").optional(),\n tracking_number_type: z.string().describe(\"The type of tracking number (e.g., 'CARRIER_PROVIDED', 'GENERATED').\").optional(),\n tracking_number_validated: z.boolean().describe(\"If true, indicates that the tracking number has been validated with the carrier.\").optional(),\n}).describe(\"Tracking information for a single shipment.\")).describe(\"An array of tracking information for one or more shipments. Maximum 20 trackers per request.\"),\n}).describe(\"Request schema for adding batch tracking information to PayPal transactions.\\n\\nUse when you need to add tracking information for one or more PayPal transactions\\nat once. This is useful when shipping multiple orders and you want to provide\\nreal-time tracking updates to buyers. The request can include up to 20 trackers\\nin a single batch.\");\nconst PaypalAddBatchTrackers_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable(),\n href: z.string().describe(\"The complete URL to the related resource.\").nullable(),\n method: z.string().describe(\"The HTTP method required to access the resource.\").nullable().optional(),\n}).describe(\"HATEOAS link information.\");\nconst PaypalAddBatchTrackers_TrackerErrorSchema = z.object({\n name: z.string().describe(\"The error name.\").nullable(),\n links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe(\"HATEOAS links related to the error.\").nullable().optional(),\n details: z.array(z.record(z.string(), z.unknown())).describe(\"Additional error details.\").nullable().optional(),\n message: z.string().describe(\"The error message.\").nullable(),\n debug_id: z.string().describe(\"The PayPal debug ID for the error.\").nullable().optional(),\n information_link: z.string().describe(\"A link to documentation for the error.\").nullable().optional(),\n}).describe(\"Error details for failed tracker submissions.\");\nconst PaypalAddBatchTrackers_TrackerIdentifierSchema = z.object({\n links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe(\"HATEOAS links for the tracker resource.\").nullable().optional(),\n transaction_id: z.string().describe(\"The PayPal transaction ID.\").nullable(),\n tracking_number: z.string().describe(\"The tracking number for the shipment.\").nullable().optional(),\n}).describe(\"Tracking identifier for a single shipment in the response.\");\nexport const PaypalAddBatchTrackersOutput = z.object({\n links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n errors: z.array(PaypalAddBatchTrackers_TrackerErrorSchema).describe(\"An array of error responses for trackers that failed to process.\").nullable().optional(),\n tracker_identifiers: z.array(PaypalAddBatchTrackers_TrackerIdentifierSchema).describe(\"An array of tracking identifiers for successfully created trackers.\").nullable().optional(),\n}).describe(\"Response schema for the AddBatchTrackers action.\\n\\nContains tracking identifiers for successfully processed trackers and any\\nerrors for trackers that failed to process.\");\n\nexport const paypalAddBatchTrackers = action(\"PAYPAL_ADD_BATCH_TRACKERS\", {\n slug: \"paypal-add-batch-trackers\",\n name: \"Add Batch Tracking Information\",\n description: \"Add tracking information for multiple PayPal transactions in a single request. Use this action when you need to add or update tracking information for one or more PayPal transactions. This is particularly useful for batch processing shipping updates when fulfilling multiple orders. The action supports up to 20 trackers per request. The response includes tracker identifiers for successfully processed entries and any errors for entries that failed validation or processing. **Required fields:** - trackers: An array containing at least one tracker object **Each tracker requires:** - transaction_id: The PayPal transaction ID - status: The shipment status (CLICKED, SHIPPED, DELIVERED, etc.)\",\n input: PaypalAddBatchTrackersInput,\n output: PaypalAddBatchTrackersOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"add-batch-trackers.mjs","names":[],"sources":["../../src/actions/add-batch-trackers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalAddBatchTrackersInput = z.object({\n trackers: z.array(z.object({\n status: z.enum([\"CLICKED\", \"SHIPPED\", \"DELIVERED\", \"CANCELLED\", \"ARRIVED\", \"RETURNED\"]).describe(\"The status of the tracker. One of: CLICKED, SHIPPED, DELIVERED, CANCELLED, ARRIVED, RETURNED.\"),\n carrier: z.string().describe(\"The carrier for the shipment. Examples: USPS, UPS, FedEx, DHL.\").optional(),\n quantity: z.number().int().describe(\"The quantity of the shipment.\").optional(),\n account_id: z.string().describe(\"The PayPal account ID for the seller.\").optional(),\n notify_buyer: z.boolean().describe(\"If true, sends an email notification to the buyer when the tracking information is updated.\").optional(),\n tracking_url: z.string().describe(\"The URL to track the shipment.\").optional(),\n shipment_date: z.string().describe(\"The date and time when the shipment was processed, in ISO 8601 date format.\").optional(),\n transaction_id: z.string().describe(\"The PayPal transaction ID. Required for each tracker in the request.\"),\n tracking_number: z.string().describe(\"The tracking number for the shipment.\").optional(),\n last_updated_time: z.string().describe(\"The date and time when the tracker was last updated, in ISO 8601 format.\").optional(),\n shipment_uploader: z.string().describe(\"The shipment uploader identifier.\").optional(),\n carrier_name_other: z.string().describe(\"The name of the carrier if the carrier field is set to 'OTHER'.\").optional(),\n postage_payment_id: z.string().describe(\"The postage payment ID.\").optional(),\n shipment_direction: z.enum([\"FORWARD\", \"RETURN\"]).describe(\"Direction of the shipment.\").optional(),\n tracking_number_type: z.string().describe(\"The type of tracking number (e.g., 'CARRIER_PROVIDED', 'GENERATED').\").optional(),\n tracking_number_validated: z.boolean().describe(\"If true, indicates that the tracking number has been validated with the carrier.\").optional(),\n}).passthrough().describe(\"Tracking information for a single shipment.\")).describe(\"An array of tracking information for one or more shipments. Maximum 20 trackers per request.\"),\n}).describe(\"Request schema for adding batch tracking information to PayPal transactions.\\n\\nUse when you need to add tracking information for one or more PayPal transactions\\nat once. This is useful when shipping multiple orders and you want to provide\\nreal-time tracking updates to buyers. The request can include up to 20 trackers\\nin a single batch.\");\nconst PaypalAddBatchTrackers_LinkDescriptionSchema = z.object({\n rel: z.string().describe(\"The link relationship type.\").nullable(),\n href: z.string().describe(\"The complete URL to the related resource.\").nullable(),\n method: z.string().describe(\"The HTTP method required to access the resource.\").nullable().optional(),\n}).passthrough().describe(\"HATEOAS link information.\");\nconst PaypalAddBatchTrackers_TrackerErrorSchema = z.object({\n name: z.string().describe(\"The error name.\").nullable(),\n links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe(\"HATEOAS links related to the error.\").nullable().optional(),\n details: z.array(z.record(z.string(), z.unknown())).describe(\"Additional error details.\").nullable().optional(),\n message: z.string().describe(\"The error message.\").nullable(),\n debug_id: z.string().describe(\"The PayPal debug ID for the error.\").nullable().optional(),\n information_link: z.string().describe(\"A link to documentation for the error.\").nullable().optional(),\n}).passthrough().describe(\"Error details for failed tracker submissions.\");\nconst PaypalAddBatchTrackers_TrackerIdentifierSchema = z.object({\n links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe(\"HATEOAS links for the tracker resource.\").nullable().optional(),\n transaction_id: z.string().describe(\"The PayPal transaction ID.\").nullable(),\n tracking_number: z.string().describe(\"The tracking number for the shipment.\").nullable().optional(),\n}).passthrough().describe(\"Tracking identifier for a single shipment in the response.\");\nexport const PaypalAddBatchTrackersOutput = z.object({\n links: z.array(PaypalAddBatchTrackers_LinkDescriptionSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n errors: z.array(PaypalAddBatchTrackers_TrackerErrorSchema).describe(\"An array of error responses for trackers that failed to process.\").nullable().optional(),\n tracker_identifiers: z.array(PaypalAddBatchTrackers_TrackerIdentifierSchema).describe(\"An array of tracking identifiers for successfully created trackers.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for the AddBatchTrackers action.\\n\\nContains tracking identifiers for successfully processed trackers and any\\nerrors for trackers that failed to process.\");\n\nexport const paypalAddBatchTrackers = action(\"PAYPAL_ADD_BATCH_TRACKERS\", {\n slug: \"paypal-add-batch-trackers\",\n name: \"Add Batch Tracking Information\",\n description: \"Add tracking information for multiple PayPal transactions in a single request. Use this action when you need to add or update tracking information for one or more PayPal transactions. This is particularly useful for batch processing shipping updates when fulfilling multiple orders. The action supports up to 20 trackers per request. The response includes tracker identifiers for successfully processed entries and any errors for entries that failed validation or processing. **Required fields:** - trackers: An array containing at least one tracker object **Each tracker requires:** - transaction_id: The PayPal transaction ID - status: The shipment status (CLICKED, SHIPPED, DELIVERED, etc.)\",\n input: PaypalAddBatchTrackersInput,\n output: PaypalAddBatchTrackersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8B,EAAE,OAAO,EAClD,UAAU,EAAE,MAAM,EAAE,OAAO;CAC3B,QAAQ,EAAE,KAAK;EAAC;EAAW;EAAW;EAAa;EAAa;EAAW;CAAU,CAAC,CAAC,CAAC,SAAS,+FAA+F;CAChM,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACxG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAClF,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS;CAC3I,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC7E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CAC3H,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CAC1G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACvF,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CAC5H,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACrF,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CACpH,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC5E,oBAAoB,EAAE,KAAK,CAAC,WAAW,QAAQ,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAClG,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAC3H,2BAA2B,EAAE,QAAQ,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;AAC/I,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,CAAC,SAAS,8FAA8F,EACjL,CAAC,CAAC,CAAC,SAAS,uVAAuV;AACnW,MAAM,+CAA+C,EAAE,OAAO;CAC5D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2BAA2B;AACrD,MAAM,4CAA4C,EAAE,OAAO;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;CACtD,OAAO,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC5D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AACzE,MAAM,iDAAiD,EAAE,OAAO;CAC9D,OAAO,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC3E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4DAA4D;AAOtF,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX0C,EAAE,OAAO;EACnD,OAAO,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxI,QAAQ,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5J,qBAAqB,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnL,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4KAOhB;AACV,CAAC"}
@@ -5,8 +5,8 @@ const PaypalAuthorizeOrderInput = zod.z.object({
5
5
  prefer: zod.z.string().describe("The preferred server response upon successful completion of the request. Use 'return=minimal' for minimal response or 'return=representation' for full response.").optional(),
6
6
  order_id: zod.z.string().describe("The ID of the order to authorize."),
7
7
  payment_source: zod.z.object({
8
- card: zod.z.object({}).describe("Card payment source details including card number, expiry, security code, and billing address.").optional(),
9
- paypal: zod.z.object({}).describe("PayPal payment source details including account information.").optional()
8
+ card: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Card payment source details including card number, expiry, security code, and billing address.").optional(),
9
+ paypal: zod.z.record(zod.z.string(), zod.z.unknown()).describe("PayPal payment source details including account information.").optional()
10
10
  }).describe("Payment source for the order authorization.").optional(),
11
11
  paypal_request_id: zod.z.string().describe("The server stores keys for 72 hours. Used to enforce idempotency for multiple authorizations on the same order.").optional(),
12
12
  paypal_auth_assertion: zod.z.string().describe("Deprecated. Caller-supplied PayPal-Auth-Assertion headers are not supported.").optional(),
@@ -16,19 +16,19 @@ const PaypalAuthorizeOrder_LinkSchema = zod.z.object({
16
16
  rel: zod.z.string().describe("The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link.").nullable(),
17
17
  href: zod.z.string().describe("The complete target URL.").nullable(),
18
18
  method: zod.z.string().describe("The HTTP method required to make the related call.").nullable().optional()
19
- }).describe("A HATEOAS link.");
19
+ }).passthrough().describe("A HATEOAS link.");
20
20
  const PaypalAuthorizeOrder_PayerNameSchema = zod.z.object({
21
21
  surname: zod.z.string().describe("When the party is a person, the party's surname or family name.").nullable().optional(),
22
22
  given_name: zod.z.string().describe("When the party is a person, the party's given, or first, name.").nullable().optional()
23
- }).describe("The name of the payer.");
24
- const PaypalAuthorizeOrder_PayerAddressSchema = zod.z.object({ country_code: zod.z.string().describe("The two-character ISO 3166-1 code that identifies the country or region.").nullable().optional() }).describe("The address of the payer.");
23
+ }).passthrough().describe("The name of the payer.");
24
+ const PaypalAuthorizeOrder_PayerAddressSchema = zod.z.object({ country_code: zod.z.string().describe("The two-character ISO 3166-1 code that identifies the country or region.").nullable().optional() }).passthrough().describe("The address of the payer.");
25
25
  const PaypalAuthorizeOrder_PayerSchema = zod.z.object({
26
26
  name: PaypalAuthorizeOrder_PayerNameSchema.nullable().optional(),
27
- phone: zod.z.object({}).describe("The phone number of the payer.").nullable().optional(),
27
+ phone: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The phone number of the payer.").nullable().optional(),
28
28
  address: PaypalAuthorizeOrder_PayerAddressSchema.nullable().optional(),
29
29
  payer_id: zod.z.string().describe("The PayPal-assigned ID for the payer.").nullable().optional(),
30
30
  email_address: zod.z.string().describe("The internationalized email address of the payer.").nullable().optional()
31
- }).describe("The payer for the order.");
31
+ }).passthrough().describe("The payer for the order.");
32
32
  const PaypalAuthorizeOrder_OrderStatusSchema = zod.z.enum([
33
33
  "CREATED",
34
34
  "SAVED",
@@ -40,7 +40,7 @@ const PaypalAuthorizeOrder_OrderStatusSchema = zod.z.enum([
40
40
  const PaypalAuthorizeOrder_AmountSchema = zod.z.object({
41
41
  value: zod.z.string().describe("The value, which might be an integer for currencies like JPY that are not typically fractional, or a decimal fraction for currencies like TND that are subdivided into thousandths.").nullable(),
42
42
  currency_code: zod.z.string().describe("The three-character ISO-4217 currency code that identifies the currency.").nullable()
43
- }).describe("The currency and amount for a financial transaction.");
43
+ }).passthrough().describe("The currency and amount for a financial transaction.");
44
44
  const PaypalAuthorizeOrder_AuthorizationStatusSchema = zod.z.enum([
45
45
  "CREATED",
46
46
  "CAPTURED",
@@ -53,10 +53,10 @@ const PaypalAuthorizeOrder_AuthorizationStatusSchema = zod.z.enum([
53
53
  const PaypalAuthorizeOrder_SellerProtectionSchema = zod.z.object({
54
54
  status: zod.z.string().describe("Indicates whether the transaction is eligible for seller protection.").nullable().optional(),
55
55
  dispute_categories: zod.z.array(zod.z.string()).describe("An array of conditions that are covered for the transaction.").nullable().optional()
56
- }).describe("The seller protection details for the authorization.");
56
+ }).passthrough().describe("The seller protection details for the authorization.");
57
57
  const PaypalAuthorizeOrder_AuthorizationSchema = zod.z.object({
58
58
  id: zod.z.string().describe("The PayPal-generated ID for the authorized payment.").nullable(),
59
- links: zod.z.array(zod.z.object({})).describe("An array of related HATEOAS links.").nullable().optional(),
59
+ links: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("An array of related HATEOAS links.").nullable().optional(),
60
60
  amount: PaypalAuthorizeOrder_AmountSchema.nullable(),
61
61
  status: PaypalAuthorizeOrder_AuthorizationStatusSchema.nullable(),
62
62
  custom_id: zod.z.string().describe("The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions.").nullable().optional(),
@@ -65,19 +65,19 @@ const PaypalAuthorizeOrder_AuthorizationSchema = zod.z.object({
65
65
  update_time: zod.z.string().describe("The date and time when the transaction was last updated, in Internet date and time format.").nullable().optional(),
66
66
  expiration_time: zod.z.string().describe("The date and time when the authorized payment expires, in Internet date and time format.").nullable().optional(),
67
67
  seller_protection: PaypalAuthorizeOrder_SellerProtectionSchema.nullable().optional()
68
- }).describe("An authorized payment to be captured later.");
69
- const PaypalAuthorizeOrder_PaymentCollectionSchema = zod.z.object({ authorizations: zod.z.array(PaypalAuthorizeOrder_AuthorizationSchema).describe("An array of authorized payments for the purchase unit. A purchase unit can have zero or more authorized payments.").nullable().optional() }).describe("The payment collection details including authorizations.");
68
+ }).passthrough().describe("An authorized payment to be captured later.");
69
+ const PaypalAuthorizeOrder_PaymentCollectionSchema = zod.z.object({ authorizations: zod.z.array(PaypalAuthorizeOrder_AuthorizationSchema).describe("An array of authorized payments for the purchase unit. A purchase unit can have zero or more authorized payments.").nullable().optional() }).passthrough().describe("The payment collection details including authorizations.");
70
70
  const PaypalAuthorizeOrder_PurchaseUnitSchema = zod.z.object({
71
- payee: zod.z.object({}).describe("The merchant who receives payment for this transaction.").nullable().optional(),
71
+ payee: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The merchant who receives payment for this transaction.").nullable().optional(),
72
72
  amount: PaypalAuthorizeOrder_AmountSchema.nullable().optional(),
73
73
  payments: PaypalAuthorizeOrder_PaymentCollectionSchema.nullable().optional(),
74
- shipping: zod.z.object({}).describe("The shipping details for the purchase unit.").nullable().optional(),
74
+ shipping: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The shipping details for the purchase unit.").nullable().optional(),
75
75
  custom_id: zod.z.string().describe("The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions.").nullable().optional(),
76
76
  invoice_id: zod.z.string().describe("The API caller-provided external invoice number for this order.").nullable().optional(),
77
77
  description: zod.z.string().describe("The purchase description.").nullable().optional(),
78
78
  reference_id: zod.z.string().describe("The API caller-provided external ID for the purchase unit.").nullable().optional(),
79
79
  soft_descriptor: zod.z.string().describe("The soft descriptor is the dynamic text used to construct the statement descriptor that appears on a payer's card statement.").nullable().optional()
80
- }).describe("A purchase unit for the order.");
80
+ }).passthrough().describe("A purchase unit for the order.");
81
81
  const PaypalAuthorizeOrderOutput = zod.z.object({
82
82
  id: zod.z.string().describe("The ID of the order.").nullable(),
83
83
  links: zod.z.array(PaypalAuthorizeOrder_LinkSchema).describe("An array of request-related HATEOAS links.").nullable().optional(),
@@ -87,7 +87,7 @@ const PaypalAuthorizeOrderOutput = zod.z.object({
87
87
  create_time: zod.z.string().describe("The date and time when the transaction occurred, in Internet date and time format.").nullable().optional(),
88
88
  update_time: zod.z.string().describe("The date and time when the transaction was last updated, in Internet date and time format.").nullable().optional(),
89
89
  purchase_units: zod.z.array(PaypalAuthorizeOrder_PurchaseUnitSchema).describe("An array of purchase units. Each purchase unit establishes a contract between a payer and the payee. May not be included in minimal responses.").nullable().optional()
90
- }).describe("Response from authorizing payment for an order.");
90
+ }).passthrough().describe("Response from authorizing payment for an order.");
91
91
  const paypalAuthorizeOrder = require_action.action("PAYPAL_AUTHORIZE_ORDER", {
92
92
  slug: "paypal-authorize-order",
93
93
  name: "Authorize order payment",
@@ -1 +1 @@
1
- {"version":3,"file":"authorize-order.cjs","names":["z","action"],"sources":["../../src/actions/authorize-order.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalAuthorizeOrderInput = z.object({\n prefer: z.string().describe(\"The preferred server response upon successful completion of the request. Use 'return=minimal' for minimal response or 'return=representation' for full response.\").optional(),\n order_id: z.string().describe(\"The ID of the order to authorize.\"),\n payment_source: z.object({\n card: z.object({}).describe(\"Card payment source details including card number, expiry, security code, and billing address.\").optional(),\n paypal: z.object({}).describe(\"PayPal payment source details including account information.\").optional(),\n}).describe(\"Payment source for the order authorization.\").optional(),\n paypal_request_id: z.string().describe(\"The server stores keys for 72 hours. Used to enforce idempotency for multiple authorizations on the same order.\").optional(),\n paypal_auth_assertion: z.string().describe(\"Deprecated. Caller-supplied PayPal-Auth-Assertion headers are not supported.\").optional(),\n paypal_client_metadata_id: z.string().describe(\"Optional. Verifies that the payment originates from a valid, user-consented device and application.\").optional(),\n}).describe(\"Request to authorize payment for an order.\");\nconst PaypalAuthorizeOrder_LinkSchema = z.object({\n rel: z.string().describe(\"The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link.\").nullable(),\n href: z.string().describe(\"The complete target URL.\").nullable(),\n method: z.string().describe(\"The HTTP method required to make the related call.\").nullable().optional(),\n}).describe(\"A HATEOAS link.\");\nconst PaypalAuthorizeOrder_PayerNameSchema = z.object({\n surname: z.string().describe(\"When the party is a person, the party's surname or family name.\").nullable().optional(),\n given_name: z.string().describe(\"When the party is a person, the party's given, or first, name.\").nullable().optional(),\n}).describe(\"The name of the payer.\");\nconst PaypalAuthorizeOrder_PayerAddressSchema = z.object({\n country_code: z.string().describe(\"The two-character ISO 3166-1 code that identifies the country or region.\").nullable().optional(),\n}).describe(\"The address of the payer.\");\nconst PaypalAuthorizeOrder_PayerSchema = z.object({\n name: PaypalAuthorizeOrder_PayerNameSchema.nullable().optional(),\n phone: z.object({}).describe(\"The phone number of the payer.\").nullable().optional(),\n address: PaypalAuthorizeOrder_PayerAddressSchema.nullable().optional(),\n payer_id: z.string().describe(\"The PayPal-assigned ID for the payer.\").nullable().optional(),\n email_address: z.string().describe(\"The internationalized email address of the payer.\").nullable().optional(),\n}).describe(\"The payer for the order.\");\nconst PaypalAuthorizeOrder_OrderStatusSchema = z.enum([\"CREATED\", \"SAVED\", \"APPROVED\", \"VOIDED\", \"COMPLETED\", \"PAYER_ACTION_REQUIRED\"]).describe(\"Status of the order after authorization.\");\nconst PaypalAuthorizeOrder_AmountSchema = z.object({\n value: z.string().describe(\"The value, which might be an integer for currencies like JPY that are not typically fractional, or a decimal fraction for currencies like TND that are subdivided into thousandths.\").nullable(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code that identifies the currency.\").nullable(),\n}).describe(\"The currency and amount for a financial transaction.\");\nconst PaypalAuthorizeOrder_AuthorizationStatusSchema = z.enum([\"CREATED\", \"CAPTURED\", \"DENIED\", \"EXPIRED\", \"PARTIALLY_CAPTURED\", \"VOIDED\", \"PENDING\"]).describe(\"Status of the authorization.\");\nconst PaypalAuthorizeOrder_SellerProtectionSchema = z.object({\n status: z.string().describe(\"Indicates whether the transaction is eligible for seller protection.\").nullable().optional(),\n dispute_categories: z.array(z.string()).describe(\"An array of conditions that are covered for the transaction.\").nullable().optional(),\n}).describe(\"The seller protection details for the authorization.\");\nconst PaypalAuthorizeOrder_AuthorizationSchema = z.object({\n id: z.string().describe(\"The PayPal-generated ID for the authorized payment.\").nullable(),\n links: z.array(z.object({})).describe(\"An array of related HATEOAS links.\").nullable().optional(),\n amount: PaypalAuthorizeOrder_AmountSchema.nullable(),\n status: PaypalAuthorizeOrder_AuthorizationStatusSchema.nullable(),\n custom_id: z.string().describe(\"The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions.\").nullable().optional(),\n invoice_id: z.string().describe(\"The API caller-provided external invoice number for this order.\").nullable().optional(),\n create_time: z.string().describe(\"The date and time when the transaction occurred, in Internet date and time format.\").nullable().optional(),\n update_time: z.string().describe(\"The date and time when the transaction was last updated, in Internet date and time format.\").nullable().optional(),\n expiration_time: z.string().describe(\"The date and time when the authorized payment expires, in Internet date and time format.\").nullable().optional(),\n seller_protection: PaypalAuthorizeOrder_SellerProtectionSchema.nullable().optional(),\n}).describe(\"An authorized payment to be captured later.\");\nconst PaypalAuthorizeOrder_PaymentCollectionSchema = z.object({\n authorizations: z.array(PaypalAuthorizeOrder_AuthorizationSchema).describe(\"An array of authorized payments for the purchase unit. A purchase unit can have zero or more authorized payments.\").nullable().optional(),\n}).describe(\"The payment collection details including authorizations.\");\nconst PaypalAuthorizeOrder_PurchaseUnitSchema = z.object({\n payee: z.object({}).describe(\"The merchant who receives payment for this transaction.\").nullable().optional(),\n amount: PaypalAuthorizeOrder_AmountSchema.nullable().optional(),\n payments: PaypalAuthorizeOrder_PaymentCollectionSchema.nullable().optional(),\n shipping: z.object({}).describe(\"The shipping details for the purchase unit.\").nullable().optional(),\n custom_id: z.string().describe(\"The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions.\").nullable().optional(),\n invoice_id: z.string().describe(\"The API caller-provided external invoice number for this order.\").nullable().optional(),\n description: z.string().describe(\"The purchase description.\").nullable().optional(),\n reference_id: z.string().describe(\"The API caller-provided external ID for the purchase unit.\").nullable().optional(),\n soft_descriptor: z.string().describe(\"The soft descriptor is the dynamic text used to construct the statement descriptor that appears on a payer's card statement.\").nullable().optional(),\n}).describe(\"A purchase unit for the order.\");\nexport const PaypalAuthorizeOrderOutput = z.object({\n id: z.string().describe(\"The ID of the order.\").nullable(),\n links: z.array(PaypalAuthorizeOrder_LinkSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n payer: PaypalAuthorizeOrder_PayerSchema.nullable().optional(),\n intent: z.string().describe(\"The intent to either capture payment immediately or authorize a payment for an order after order creation.\").nullable().optional(),\n status: PaypalAuthorizeOrder_OrderStatusSchema.nullable(),\n create_time: z.string().describe(\"The date and time when the transaction occurred, in Internet date and time format.\").nullable().optional(),\n update_time: z.string().describe(\"The date and time when the transaction was last updated, in Internet date and time format.\").nullable().optional(),\n purchase_units: z.array(PaypalAuthorizeOrder_PurchaseUnitSchema).describe(\"An array of purchase units. Each purchase unit establishes a contract between a payer and the payee. May not be included in minimal responses.\").nullable().optional(),\n}).describe(\"Response from authorizing payment for an order.\");\n\nexport const paypalAuthorizeOrder = action(\"PAYPAL_AUTHORIZE_ORDER\", {\n slug: \"paypal-authorize-order\",\n name: \"Authorize order payment\",\n description: \"Authorizes payment for an order. Use this action when you need to authorize funds from a payer's payment source but delay capturing the payment until a later time, such as when goods are shipped or services are delivered. The authorization creates a hold on the payer's funds and returns authorization details including an authorization ID that can be used later to capture or void the payment. Authorizations are typically valid for 3 days for most payment sources, though this may vary. Use this action after an order has been created and approved by the payer, when you want to authorize but not immediately capture the payment.\",\n input: PaypalAuthorizeOrderInput,\n output: PaypalAuthorizeOrderOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"authorize-order.cjs","names":["z","action"],"sources":["../../src/actions/authorize-order.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PaypalAuthorizeOrderInput = z.object({\n prefer: z.string().describe(\"The preferred server response upon successful completion of the request. Use 'return=minimal' for minimal response or 'return=representation' for full response.\").optional(),\n order_id: z.string().describe(\"The ID of the order to authorize.\"),\n payment_source: z.object({\n card: z.record(z.string(), z.unknown()).describe(\"Card payment source details including card number, expiry, security code, and billing address.\").optional(),\n paypal: z.record(z.string(), z.unknown()).describe(\"PayPal payment source details including account information.\").optional(),\n}).describe(\"Payment source for the order authorization.\").optional(),\n paypal_request_id: z.string().describe(\"The server stores keys for 72 hours. Used to enforce idempotency for multiple authorizations on the same order.\").optional(),\n paypal_auth_assertion: z.string().describe(\"Deprecated. Caller-supplied PayPal-Auth-Assertion headers are not supported.\").optional(),\n paypal_client_metadata_id: z.string().describe(\"Optional. Verifies that the payment originates from a valid, user-consented device and application.\").optional(),\n}).describe(\"Request to authorize payment for an order.\");\nconst PaypalAuthorizeOrder_LinkSchema = z.object({\n rel: z.string().describe(\"The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link.\").nullable(),\n href: z.string().describe(\"The complete target URL.\").nullable(),\n method: z.string().describe(\"The HTTP method required to make the related call.\").nullable().optional(),\n}).passthrough().describe(\"A HATEOAS link.\");\nconst PaypalAuthorizeOrder_PayerNameSchema = z.object({\n surname: z.string().describe(\"When the party is a person, the party's surname or family name.\").nullable().optional(),\n given_name: z.string().describe(\"When the party is a person, the party's given, or first, name.\").nullable().optional(),\n}).passthrough().describe(\"The name of the payer.\");\nconst PaypalAuthorizeOrder_PayerAddressSchema = z.object({\n country_code: z.string().describe(\"The two-character ISO 3166-1 code that identifies the country or region.\").nullable().optional(),\n}).passthrough().describe(\"The address of the payer.\");\nconst PaypalAuthorizeOrder_PayerSchema = z.object({\n name: PaypalAuthorizeOrder_PayerNameSchema.nullable().optional(),\n phone: z.record(z.string(), z.unknown()).describe(\"The phone number of the payer.\").nullable().optional(),\n address: PaypalAuthorizeOrder_PayerAddressSchema.nullable().optional(),\n payer_id: z.string().describe(\"The PayPal-assigned ID for the payer.\").nullable().optional(),\n email_address: z.string().describe(\"The internationalized email address of the payer.\").nullable().optional(),\n}).passthrough().describe(\"The payer for the order.\");\nconst PaypalAuthorizeOrder_OrderStatusSchema = z.enum([\"CREATED\", \"SAVED\", \"APPROVED\", \"VOIDED\", \"COMPLETED\", \"PAYER_ACTION_REQUIRED\"]).describe(\"Status of the order after authorization.\");\nconst PaypalAuthorizeOrder_AmountSchema = z.object({\n value: z.string().describe(\"The value, which might be an integer for currencies like JPY that are not typically fractional, or a decimal fraction for currencies like TND that are subdivided into thousandths.\").nullable(),\n currency_code: z.string().describe(\"The three-character ISO-4217 currency code that identifies the currency.\").nullable(),\n}).passthrough().describe(\"The currency and amount for a financial transaction.\");\nconst PaypalAuthorizeOrder_AuthorizationStatusSchema = z.enum([\"CREATED\", \"CAPTURED\", \"DENIED\", \"EXPIRED\", \"PARTIALLY_CAPTURED\", \"VOIDED\", \"PENDING\"]).describe(\"Status of the authorization.\");\nconst PaypalAuthorizeOrder_SellerProtectionSchema = z.object({\n status: z.string().describe(\"Indicates whether the transaction is eligible for seller protection.\").nullable().optional(),\n dispute_categories: z.array(z.string()).describe(\"An array of conditions that are covered for the transaction.\").nullable().optional(),\n}).passthrough().describe(\"The seller protection details for the authorization.\");\nconst PaypalAuthorizeOrder_AuthorizationSchema = z.object({\n id: z.string().describe(\"The PayPal-generated ID for the authorized payment.\").nullable(),\n links: z.array(z.record(z.string(), z.unknown())).describe(\"An array of related HATEOAS links.\").nullable().optional(),\n amount: PaypalAuthorizeOrder_AmountSchema.nullable(),\n status: PaypalAuthorizeOrder_AuthorizationStatusSchema.nullable(),\n custom_id: z.string().describe(\"The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions.\").nullable().optional(),\n invoice_id: z.string().describe(\"The API caller-provided external invoice number for this order.\").nullable().optional(),\n create_time: z.string().describe(\"The date and time when the transaction occurred, in Internet date and time format.\").nullable().optional(),\n update_time: z.string().describe(\"The date and time when the transaction was last updated, in Internet date and time format.\").nullable().optional(),\n expiration_time: z.string().describe(\"The date and time when the authorized payment expires, in Internet date and time format.\").nullable().optional(),\n seller_protection: PaypalAuthorizeOrder_SellerProtectionSchema.nullable().optional(),\n}).passthrough().describe(\"An authorized payment to be captured later.\");\nconst PaypalAuthorizeOrder_PaymentCollectionSchema = z.object({\n authorizations: z.array(PaypalAuthorizeOrder_AuthorizationSchema).describe(\"An array of authorized payments for the purchase unit. A purchase unit can have zero or more authorized payments.\").nullable().optional(),\n}).passthrough().describe(\"The payment collection details including authorizations.\");\nconst PaypalAuthorizeOrder_PurchaseUnitSchema = z.object({\n payee: z.record(z.string(), z.unknown()).describe(\"The merchant who receives payment for this transaction.\").nullable().optional(),\n amount: PaypalAuthorizeOrder_AmountSchema.nullable().optional(),\n payments: PaypalAuthorizeOrder_PaymentCollectionSchema.nullable().optional(),\n shipping: z.record(z.string(), z.unknown()).describe(\"The shipping details for the purchase unit.\").nullable().optional(),\n custom_id: z.string().describe(\"The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions.\").nullable().optional(),\n invoice_id: z.string().describe(\"The API caller-provided external invoice number for this order.\").nullable().optional(),\n description: z.string().describe(\"The purchase description.\").nullable().optional(),\n reference_id: z.string().describe(\"The API caller-provided external ID for the purchase unit.\").nullable().optional(),\n soft_descriptor: z.string().describe(\"The soft descriptor is the dynamic text used to construct the statement descriptor that appears on a payer's card statement.\").nullable().optional(),\n}).passthrough().describe(\"A purchase unit for the order.\");\nexport const PaypalAuthorizeOrderOutput = z.object({\n id: z.string().describe(\"The ID of the order.\").nullable(),\n links: z.array(PaypalAuthorizeOrder_LinkSchema).describe(\"An array of request-related HATEOAS links.\").nullable().optional(),\n payer: PaypalAuthorizeOrder_PayerSchema.nullable().optional(),\n intent: z.string().describe(\"The intent to either capture payment immediately or authorize a payment for an order after order creation.\").nullable().optional(),\n status: PaypalAuthorizeOrder_OrderStatusSchema.nullable(),\n create_time: z.string().describe(\"The date and time when the transaction occurred, in Internet date and time format.\").nullable().optional(),\n update_time: z.string().describe(\"The date and time when the transaction was last updated, in Internet date and time format.\").nullable().optional(),\n purchase_units: z.array(PaypalAuthorizeOrder_PurchaseUnitSchema).describe(\"An array of purchase units. Each purchase unit establishes a contract between a payer and the payee. May not be included in minimal responses.\").nullable().optional(),\n}).passthrough().describe(\"Response from authorizing payment for an order.\");\n\nexport const paypalAuthorizeOrder = action(\"PAYPAL_AUTHORIZE_ORDER\", {\n slug: \"paypal-authorize-order\",\n name: \"Authorize order payment\",\n description: \"Authorizes payment for an order. Use this action when you need to authorize funds from a payer's payment source but delay capturing the payment until a later time, such as when goods are shipped or services are delivered. The authorization creates a hold on the payer's funds and returns authorization details including an authorization ID that can be used later to capture or void the payment. Authorizations are typically valid for 3 days for most payment sources, though this may vary. Use this action after an order has been created and approved by the payer, when you want to authorize but not immediately capture the payment.\",\n input: PaypalAuthorizeOrderInput,\n output: PaypalAuthorizeOrderOutput,\n});\n"],"mappings":"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"}
@@ -5,8 +5,8 @@ declare const PaypalAuthorizeOrderInput: z.ZodObject<{
5
5
  prefer: z.ZodOptional<z.ZodString>;
6
6
  order_id: z.ZodString;
7
7
  payment_source: z.ZodOptional<z.ZodObject<{
8
- card: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
9
- paypal: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
8
+ card: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
9
+ paypal: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
10
10
  }, z.core.$strip>>;
11
11
  paypal_request_id: z.ZodOptional<z.ZodString>;
12
12
  paypal_auth_assertion: z.ZodOptional<z.ZodString>;
@@ -18,19 +18,19 @@ declare const PaypalAuthorizeOrderOutput: z.ZodObject<{
18
18
  rel: z.ZodNullable<z.ZodString>;
19
19
  href: z.ZodNullable<z.ZodString>;
20
20
  method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
- }, z.core.$strip>>>>;
21
+ }, z.core.$loose>>>>;
22
22
  payer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
23
23
  name: z.ZodOptional<z.ZodNullable<z.ZodObject<{
24
24
  surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
25
  given_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
- }, z.core.$strip>>>;
27
- phone: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
26
+ }, z.core.$loose>>>;
27
+ phone: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
28
28
  address: z.ZodOptional<z.ZodNullable<z.ZodObject<{
29
29
  country_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
- }, z.core.$strip>>>;
30
+ }, z.core.$loose>>>;
31
31
  payer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
32
  email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
- }, z.core.$strip>>>;
33
+ }, z.core.$loose>>>;
34
34
  intent: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
35
  status: z.ZodNullable<z.ZodEnum<{
36
36
  CREATED: "CREATED";
@@ -43,19 +43,19 @@ declare const PaypalAuthorizeOrderOutput: z.ZodObject<{
43
43
  create_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
44
  update_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
45
  purchase_units: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
46
- payee: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
46
+ payee: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
47
47
  amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
48
48
  value: z.ZodNullable<z.ZodString>;
49
49
  currency_code: z.ZodNullable<z.ZodString>;
50
- }, z.core.$strip>>>;
50
+ }, z.core.$loose>>>;
51
51
  payments: z.ZodOptional<z.ZodNullable<z.ZodObject<{
52
52
  authorizations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
53
53
  id: z.ZodNullable<z.ZodString>;
54
- links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{}, z.core.$strip>>>>;
54
+ links: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
55
55
  amount: z.ZodNullable<z.ZodObject<{
56
56
  value: z.ZodNullable<z.ZodString>;
57
57
  currency_code: z.ZodNullable<z.ZodString>;
58
- }, z.core.$strip>>;
58
+ }, z.core.$loose>>;
59
59
  status: z.ZodNullable<z.ZodEnum<{
60
60
  CREATED: "CREATED";
61
61
  VOIDED: "VOIDED";
@@ -73,23 +73,23 @@ declare const PaypalAuthorizeOrderOutput: z.ZodObject<{
73
73
  seller_protection: z.ZodOptional<z.ZodNullable<z.ZodObject<{
74
74
  status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
75
75
  dispute_categories: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
76
- }, z.core.$strip>>>;
77
- }, z.core.$strip>>>>;
78
- }, z.core.$strip>>>;
79
- shipping: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
76
+ }, z.core.$loose>>>;
77
+ }, z.core.$loose>>>>;
78
+ }, z.core.$loose>>>;
79
+ shipping: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
80
80
  custom_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
81
81
  invoice_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
82
82
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
83
83
  reference_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
84
84
  soft_descriptor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
85
- }, z.core.$strip>>>>;
86
- }, z.core.$strip>;
85
+ }, z.core.$loose>>>>;
86
+ }, z.core.$loose>;
87
87
  declare const paypalAuthorizeOrder: import("@keystrokehq/action").WorkflowActionDefinition<{
88
88
  order_id: string;
89
89
  prefer?: string | undefined;
90
90
  payment_source?: {
91
- card?: Record<string, never> | undefined;
92
- paypal?: Record<string, never> | undefined;
91
+ card?: Record<string, unknown> | undefined;
92
+ paypal?: Record<string, unknown> | undefined;
93
93
  } | undefined;
94
94
  paypal_request_id?: string | undefined;
95
95
  paypal_auth_assertion?: string | undefined;