@revkeen/sdk 1.20260312.41

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 (2305) hide show
  1. package/BaseClient.d.ts +41 -0
  2. package/BaseClient.js +29 -0
  3. package/BaseClient.ts +83 -0
  4. package/Client.d.ts +123 -0
  5. package/Client.js +156 -0
  6. package/Client.ts +240 -0
  7. package/api/errors/BadRequestError.d.ts +6 -0
  8. package/api/errors/BadRequestError.js +18 -0
  9. package/api/errors/BadRequestError.ts +21 -0
  10. package/api/errors/ConflictError.d.ts +6 -0
  11. package/api/errors/ConflictError.js +18 -0
  12. package/api/errors/ConflictError.ts +21 -0
  13. package/api/errors/ForbiddenError.d.ts +6 -0
  14. package/api/errors/ForbiddenError.js +18 -0
  15. package/api/errors/ForbiddenError.ts +21 -0
  16. package/api/errors/InternalServerError.d.ts +6 -0
  17. package/api/errors/InternalServerError.js +18 -0
  18. package/api/errors/InternalServerError.ts +21 -0
  19. package/api/errors/NotFoundError.d.ts +6 -0
  20. package/api/errors/NotFoundError.js +18 -0
  21. package/api/errors/NotFoundError.ts +21 -0
  22. package/api/errors/UnauthorizedError.d.ts +6 -0
  23. package/api/errors/UnauthorizedError.js +18 -0
  24. package/api/errors/UnauthorizedError.ts +21 -0
  25. package/api/errors/UnprocessableEntityError.d.ts +6 -0
  26. package/api/errors/UnprocessableEntityError.js +18 -0
  27. package/api/errors/UnprocessableEntityError.ts +21 -0
  28. package/api/errors/index.d.ts +8 -0
  29. package/api/errors/index.js +8 -0
  30. package/api/errors/index.ts +7 -0
  31. package/api/index.d.ts +4 -0
  32. package/api/index.js +4 -0
  33. package/api/index.ts +3 -0
  34. package/api/resources/analytics/client/Client.d.ts +170 -0
  35. package/api/resources/analytics/client/Client.js +613 -0
  36. package/api/resources/analytics/client/Client.ts +860 -0
  37. package/api/resources/analytics/client/index.d.ts +2 -0
  38. package/api/resources/analytics/client/index.js +2 -0
  39. package/api/resources/analytics/client/index.ts +1 -0
  40. package/api/resources/analytics/client/requests/AnalyticsCheckoutAbandonmentGetSummaryRequest.d.ts +14 -0
  41. package/api/resources/analytics/client/requests/AnalyticsCheckoutAbandonmentGetSummaryRequest.js +3 -0
  42. package/api/resources/analytics/client/requests/AnalyticsCheckoutAbandonmentGetSummaryRequest.ts +15 -0
  43. package/api/resources/analytics/client/requests/AnalyticsCheckoutAbandonmentListRequest.d.ts +16 -0
  44. package/api/resources/analytics/client/requests/AnalyticsCheckoutAbandonmentListRequest.js +3 -0
  45. package/api/resources/analytics/client/requests/AnalyticsCheckoutAbandonmentListRequest.ts +18 -0
  46. package/api/resources/analytics/client/requests/AnalyticsCheckoutGetFunnelRequest.d.ts +14 -0
  47. package/api/resources/analytics/client/requests/AnalyticsCheckoutGetFunnelRequest.js +3 -0
  48. package/api/resources/analytics/client/requests/AnalyticsCheckoutGetFunnelRequest.ts +15 -0
  49. package/api/resources/analytics/client/requests/AnalyticsCheckoutWinbackListRequest.d.ts +18 -0
  50. package/api/resources/analytics/client/requests/AnalyticsCheckoutWinbackListRequest.js +3 -0
  51. package/api/resources/analytics/client/requests/AnalyticsCheckoutWinbackListRequest.ts +20 -0
  52. package/api/resources/analytics/client/requests/AnalyticsCollectionsGetDsoRequest.d.ts +14 -0
  53. package/api/resources/analytics/client/requests/AnalyticsCollectionsGetDsoRequest.js +3 -0
  54. package/api/resources/analytics/client/requests/AnalyticsCollectionsGetDsoRequest.ts +15 -0
  55. package/api/resources/analytics/client/requests/AnalyticsCustomersGetLtvRequest.d.ts +11 -0
  56. package/api/resources/analytics/client/requests/AnalyticsCustomersGetLtvRequest.js +3 -0
  57. package/api/resources/analytics/client/requests/AnalyticsCustomersGetLtvRequest.ts +12 -0
  58. package/api/resources/analytics/client/requests/AnalyticsCustomersRetrieveRequest.d.ts +11 -0
  59. package/api/resources/analytics/client/requests/AnalyticsCustomersRetrieveRequest.js +3 -0
  60. package/api/resources/analytics/client/requests/AnalyticsCustomersRetrieveRequest.ts +12 -0
  61. package/api/resources/analytics/client/requests/AnalyticsInvoicesGetArAgingRequest.d.ts +11 -0
  62. package/api/resources/analytics/client/requests/AnalyticsInvoicesGetArAgingRequest.js +3 -0
  63. package/api/resources/analytics/client/requests/AnalyticsInvoicesGetArAgingRequest.ts +12 -0
  64. package/api/resources/analytics/client/requests/AnalyticsPaymentLinksGetConversionRequest.d.ts +14 -0
  65. package/api/resources/analytics/client/requests/AnalyticsPaymentLinksGetConversionRequest.js +3 -0
  66. package/api/resources/analytics/client/requests/AnalyticsPaymentLinksGetConversionRequest.ts +15 -0
  67. package/api/resources/analytics/client/requests/AnalyticsRevenueGetMrrSummaryRequest.d.ts +11 -0
  68. package/api/resources/analytics/client/requests/AnalyticsRevenueGetMrrSummaryRequest.js +3 -0
  69. package/api/resources/analytics/client/requests/AnalyticsRevenueGetMrrSummaryRequest.ts +12 -0
  70. package/api/resources/analytics/client/requests/AnalyticsRevenueGetTimeSeriesRequest.d.ts +17 -0
  71. package/api/resources/analytics/client/requests/AnalyticsRevenueGetTimeSeriesRequest.js +3 -0
  72. package/api/resources/analytics/client/requests/AnalyticsRevenueGetTimeSeriesRequest.ts +19 -0
  73. package/api/resources/analytics/client/requests/index.d.ts +12 -0
  74. package/api/resources/analytics/client/requests/index.js +2 -0
  75. package/api/resources/analytics/client/requests/index.ts +11 -0
  76. package/api/resources/analytics/index.d.ts +3 -0
  77. package/api/resources/analytics/index.js +3 -0
  78. package/api/resources/analytics/index.ts +2 -0
  79. package/api/resources/analytics/types/AnalyticsCheckoutAbandonmentGetSummaryResponse.d.ts +22 -0
  80. package/api/resources/analytics/types/AnalyticsCheckoutAbandonmentGetSummaryResponse.js +3 -0
  81. package/api/resources/analytics/types/AnalyticsCheckoutAbandonmentGetSummaryResponse.ts +25 -0
  82. package/api/resources/analytics/types/AnalyticsCheckoutAbandonmentListRequestSeverity.d.ts +9 -0
  83. package/api/resources/analytics/types/AnalyticsCheckoutAbandonmentListRequestSeverity.js +9 -0
  84. package/api/resources/analytics/types/AnalyticsCheckoutAbandonmentListRequestSeverity.ts +11 -0
  85. package/api/resources/analytics/types/AnalyticsCheckoutAbandonmentListRequestStatus.d.ts +9 -0
  86. package/api/resources/analytics/types/AnalyticsCheckoutAbandonmentListRequestStatus.js +9 -0
  87. package/api/resources/analytics/types/AnalyticsCheckoutAbandonmentListRequestStatus.ts +11 -0
  88. package/api/resources/analytics/types/AnalyticsCheckoutAbandonmentListResponse.d.ts +31 -0
  89. package/api/resources/analytics/types/AnalyticsCheckoutAbandonmentListResponse.js +3 -0
  90. package/api/resources/analytics/types/AnalyticsCheckoutAbandonmentListResponse.ts +34 -0
  91. package/api/resources/analytics/types/AnalyticsCheckoutGetFunnelResponse.d.ts +25 -0
  92. package/api/resources/analytics/types/AnalyticsCheckoutGetFunnelResponse.js +3 -0
  93. package/api/resources/analytics/types/AnalyticsCheckoutGetFunnelResponse.ts +28 -0
  94. package/api/resources/analytics/types/AnalyticsCheckoutWinbackGetSummaryResponse.d.ts +23 -0
  95. package/api/resources/analytics/types/AnalyticsCheckoutWinbackGetSummaryResponse.js +3 -0
  96. package/api/resources/analytics/types/AnalyticsCheckoutWinbackGetSummaryResponse.ts +26 -0
  97. package/api/resources/analytics/types/AnalyticsCheckoutWinbackListRequestStatus.d.ts +10 -0
  98. package/api/resources/analytics/types/AnalyticsCheckoutWinbackListRequestStatus.js +10 -0
  99. package/api/resources/analytics/types/AnalyticsCheckoutWinbackListRequestStatus.ts +12 -0
  100. package/api/resources/analytics/types/AnalyticsCheckoutWinbackListRequestType.d.ts +8 -0
  101. package/api/resources/analytics/types/AnalyticsCheckoutWinbackListRequestType.js +8 -0
  102. package/api/resources/analytics/types/AnalyticsCheckoutWinbackListRequestType.ts +10 -0
  103. package/api/resources/analytics/types/AnalyticsCheckoutWinbackListResponse.d.ts +45 -0
  104. package/api/resources/analytics/types/AnalyticsCheckoutWinbackListResponse.js +23 -0
  105. package/api/resources/analytics/types/AnalyticsCheckoutWinbackListResponse.ts +49 -0
  106. package/api/resources/analytics/types/AnalyticsCollectionsGetDsoResponse.d.ts +16 -0
  107. package/api/resources/analytics/types/AnalyticsCollectionsGetDsoResponse.js +10 -0
  108. package/api/resources/analytics/types/AnalyticsCollectionsGetDsoResponse.ts +18 -0
  109. package/api/resources/analytics/types/AnalyticsCustomersGetLtvResponse.d.ts +19 -0
  110. package/api/resources/analytics/types/AnalyticsCustomersGetLtvResponse.js +3 -0
  111. package/api/resources/analytics/types/AnalyticsCustomersGetLtvResponse.ts +22 -0
  112. package/api/resources/analytics/types/AnalyticsCustomersRetrieveResponse.d.ts +10 -0
  113. package/api/resources/analytics/types/AnalyticsCustomersRetrieveResponse.js +3 -0
  114. package/api/resources/analytics/types/AnalyticsCustomersRetrieveResponse.ts +11 -0
  115. package/api/resources/analytics/types/AnalyticsInvoicesGetArAgingResponse.d.ts +17 -0
  116. package/api/resources/analytics/types/AnalyticsInvoicesGetArAgingResponse.js +3 -0
  117. package/api/resources/analytics/types/AnalyticsInvoicesGetArAgingResponse.ts +20 -0
  118. package/api/resources/analytics/types/AnalyticsPaymentLinksGetConversionResponse.d.ts +9 -0
  119. package/api/resources/analytics/types/AnalyticsPaymentLinksGetConversionResponse.js +3 -0
  120. package/api/resources/analytics/types/AnalyticsPaymentLinksGetConversionResponse.ts +10 -0
  121. package/api/resources/analytics/types/AnalyticsRevenueGetMrrSummaryResponse.d.ts +11 -0
  122. package/api/resources/analytics/types/AnalyticsRevenueGetMrrSummaryResponse.js +3 -0
  123. package/api/resources/analytics/types/AnalyticsRevenueGetMrrSummaryResponse.ts +12 -0
  124. package/api/resources/analytics/types/AnalyticsRevenueGetTimeSeriesRequestGranularity.d.ts +10 -0
  125. package/api/resources/analytics/types/AnalyticsRevenueGetTimeSeriesRequestGranularity.js +10 -0
  126. package/api/resources/analytics/types/AnalyticsRevenueGetTimeSeriesRequestGranularity.ts +12 -0
  127. package/api/resources/analytics/types/AnalyticsRevenueGetTimeSeriesResponse.d.ts +19 -0
  128. package/api/resources/analytics/types/AnalyticsRevenueGetTimeSeriesResponse.js +3 -0
  129. package/api/resources/analytics/types/AnalyticsRevenueGetTimeSeriesResponse.ts +22 -0
  130. package/api/resources/analytics/types/index.d.ts +18 -0
  131. package/api/resources/analytics/types/index.js +18 -0
  132. package/api/resources/analytics/types/index.ts +17 -0
  133. package/api/resources/apps/client/Client.d.ts +63 -0
  134. package/api/resources/apps/client/Client.js +187 -0
  135. package/api/resources/apps/client/Client.ts +246 -0
  136. package/api/resources/apps/client/index.d.ts +2 -0
  137. package/api/resources/apps/client/index.js +2 -0
  138. package/api/resources/apps/client/index.ts +1 -0
  139. package/api/resources/apps/client/requests/DeleteAppsAppKeyInstallRequest.d.ts +10 -0
  140. package/api/resources/apps/client/requests/DeleteAppsAppKeyInstallRequest.js +3 -0
  141. package/api/resources/apps/client/requests/DeleteAppsAppKeyInstallRequest.ts +11 -0
  142. package/api/resources/apps/client/requests/PostAppsAppKeyInstallRequest.d.ts +10 -0
  143. package/api/resources/apps/client/requests/PostAppsAppKeyInstallRequest.js +3 -0
  144. package/api/resources/apps/client/requests/PostAppsAppKeyInstallRequest.ts +11 -0
  145. package/api/resources/apps/client/requests/index.d.ts +3 -0
  146. package/api/resources/apps/client/requests/index.js +2 -0
  147. package/api/resources/apps/client/requests/index.ts +2 -0
  148. package/api/resources/apps/index.d.ts +3 -0
  149. package/api/resources/apps/index.js +3 -0
  150. package/api/resources/apps/index.ts +2 -0
  151. package/api/resources/apps/types/DeleteAppsAppKeyInstallResponse.d.ts +5 -0
  152. package/api/resources/apps/types/DeleteAppsAppKeyInstallResponse.js +3 -0
  153. package/api/resources/apps/types/DeleteAppsAppKeyInstallResponse.ts +6 -0
  154. package/api/resources/apps/types/GetAppsEntitlementsResponse.d.ts +5 -0
  155. package/api/resources/apps/types/GetAppsEntitlementsResponse.js +3 -0
  156. package/api/resources/apps/types/GetAppsEntitlementsResponse.ts +6 -0
  157. package/api/resources/apps/types/PostAppsAppKeyInstallResponse.d.ts +6 -0
  158. package/api/resources/apps/types/PostAppsAppKeyInstallResponse.js +3 -0
  159. package/api/resources/apps/types/PostAppsAppKeyInstallResponse.ts +7 -0
  160. package/api/resources/apps/types/index.d.ts +4 -0
  161. package/api/resources/apps/types/index.js +4 -0
  162. package/api/resources/apps/types/index.ts +3 -0
  163. package/api/resources/billing/client/Client.d.ts +61 -0
  164. package/api/resources/billing/client/Client.js +156 -0
  165. package/api/resources/billing/client/Client.ts +213 -0
  166. package/api/resources/billing/client/index.d.ts +2 -0
  167. package/api/resources/billing/client/index.js +2 -0
  168. package/api/resources/billing/client/index.ts +1 -0
  169. package/api/resources/billing/client/requests/BillingGeneratePreviewRequest.d.ts +50 -0
  170. package/api/resources/billing/client/requests/BillingGeneratePreviewRequest.js +27 -0
  171. package/api/resources/billing/client/requests/BillingGeneratePreviewRequest.ts +52 -0
  172. package/api/resources/billing/client/requests/index.d.ts +2 -0
  173. package/api/resources/billing/client/requests/index.js +2 -0
  174. package/api/resources/billing/client/requests/index.ts +1 -0
  175. package/api/resources/billing/index.d.ts +2 -0
  176. package/api/resources/billing/index.js +2 -0
  177. package/api/resources/billing/index.ts +1 -0
  178. package/api/resources/businesses/client/Client.d.ts +59 -0
  179. package/api/resources/businesses/client/Client.js +175 -0
  180. package/api/resources/businesses/client/Client.ts +236 -0
  181. package/api/resources/businesses/client/index.d.ts +2 -0
  182. package/api/resources/businesses/client/index.js +2 -0
  183. package/api/resources/businesses/client/index.ts +1 -0
  184. package/api/resources/businesses/client/requests/GetBusinessesIdRequest.d.ts +10 -0
  185. package/api/resources/businesses/client/requests/GetBusinessesIdRequest.js +3 -0
  186. package/api/resources/businesses/client/requests/GetBusinessesIdRequest.ts +11 -0
  187. package/api/resources/businesses/client/requests/GetBusinessesRequest.d.ts +13 -0
  188. package/api/resources/businesses/client/requests/GetBusinessesRequest.js +3 -0
  189. package/api/resources/businesses/client/requests/GetBusinessesRequest.ts +14 -0
  190. package/api/resources/businesses/client/requests/PostBusinessesRequest.d.ts +21 -0
  191. package/api/resources/businesses/client/requests/PostBusinessesRequest.js +3 -0
  192. package/api/resources/businesses/client/requests/PostBusinessesRequest.ts +22 -0
  193. package/api/resources/businesses/client/requests/index.d.ts +4 -0
  194. package/api/resources/businesses/client/requests/index.js +2 -0
  195. package/api/resources/businesses/client/requests/index.ts +3 -0
  196. package/api/resources/businesses/index.d.ts +3 -0
  197. package/api/resources/businesses/index.js +3 -0
  198. package/api/resources/businesses/index.ts +2 -0
  199. package/api/resources/businesses/types/GetBusinessesIdResponse.d.ts +5 -0
  200. package/api/resources/businesses/types/GetBusinessesIdResponse.js +3 -0
  201. package/api/resources/businesses/types/GetBusinessesIdResponse.ts +6 -0
  202. package/api/resources/businesses/types/GetBusinessesResponse.d.ts +15 -0
  203. package/api/resources/businesses/types/GetBusinessesResponse.js +3 -0
  204. package/api/resources/businesses/types/GetBusinessesResponse.ts +17 -0
  205. package/api/resources/businesses/types/PostBusinessesResponse.d.ts +5 -0
  206. package/api/resources/businesses/types/PostBusinessesResponse.js +3 -0
  207. package/api/resources/businesses/types/PostBusinessesResponse.ts +6 -0
  208. package/api/resources/businesses/types/index.d.ts +4 -0
  209. package/api/resources/businesses/types/index.js +4 -0
  210. package/api/resources/businesses/types/index.ts +3 -0
  211. package/api/resources/charges/client/Client.d.ts +110 -0
  212. package/api/resources/charges/client/Client.js +317 -0
  213. package/api/resources/charges/client/Client.ts +412 -0
  214. package/api/resources/charges/client/index.d.ts +2 -0
  215. package/api/resources/charges/client/index.js +2 -0
  216. package/api/resources/charges/client/index.ts +1 -0
  217. package/api/resources/charges/client/requests/ChargesCaptureRequest.d.ts +11 -0
  218. package/api/resources/charges/client/requests/ChargesCaptureRequest.js +3 -0
  219. package/api/resources/charges/client/requests/ChargesCaptureRequest.ts +12 -0
  220. package/api/resources/charges/client/requests/ChargesCreateRequest.d.ts +21 -0
  221. package/api/resources/charges/client/requests/ChargesCreateRequest.js +3 -0
  222. package/api/resources/charges/client/requests/ChargesCreateRequest.ts +22 -0
  223. package/api/resources/charges/client/requests/ChargesListRequest.d.ts +20 -0
  224. package/api/resources/charges/client/requests/ChargesListRequest.js +3 -0
  225. package/api/resources/charges/client/requests/ChargesListRequest.ts +22 -0
  226. package/api/resources/charges/client/requests/ChargesRefundRequest.d.ts +22 -0
  227. package/api/resources/charges/client/requests/ChargesRefundRequest.js +11 -0
  228. package/api/resources/charges/client/requests/ChargesRefundRequest.ts +24 -0
  229. package/api/resources/charges/client/requests/ChargesRetrieveRequest.d.ts +10 -0
  230. package/api/resources/charges/client/requests/ChargesRetrieveRequest.js +3 -0
  231. package/api/resources/charges/client/requests/ChargesRetrieveRequest.ts +11 -0
  232. package/api/resources/charges/client/requests/index.d.ts +6 -0
  233. package/api/resources/charges/client/requests/index.js +2 -0
  234. package/api/resources/charges/client/requests/index.ts +5 -0
  235. package/api/resources/charges/index.d.ts +3 -0
  236. package/api/resources/charges/index.js +3 -0
  237. package/api/resources/charges/index.ts +2 -0
  238. package/api/resources/charges/types/ChargesListRequestStatus.d.ts +10 -0
  239. package/api/resources/charges/types/ChargesListRequestStatus.js +10 -0
  240. package/api/resources/charges/types/ChargesListRequestStatus.ts +11 -0
  241. package/api/resources/charges/types/index.d.ts +2 -0
  242. package/api/resources/charges/types/index.js +2 -0
  243. package/api/resources/charges/types/index.ts +1 -0
  244. package/api/resources/checkoutSessions/client/Client.d.ts +36 -0
  245. package/api/resources/checkoutSessions/client/Client.js +80 -0
  246. package/api/resources/checkoutSessions/client/Client.ts +107 -0
  247. package/api/resources/checkoutSessions/client/index.d.ts +2 -0
  248. package/api/resources/checkoutSessions/client/index.js +2 -0
  249. package/api/resources/checkoutSessions/client/index.ts +1 -0
  250. package/api/resources/checkoutSessions/client/requests/CreateCheckoutSessionInput.d.ts +13 -0
  251. package/api/resources/checkoutSessions/client/requests/CreateCheckoutSessionInput.js +3 -0
  252. package/api/resources/checkoutSessions/client/requests/CreateCheckoutSessionInput.ts +14 -0
  253. package/api/resources/checkoutSessions/client/requests/index.d.ts +2 -0
  254. package/api/resources/checkoutSessions/client/requests/index.js +2 -0
  255. package/api/resources/checkoutSessions/client/requests/index.ts +1 -0
  256. package/api/resources/checkoutSessions/index.d.ts +2 -0
  257. package/api/resources/checkoutSessions/index.js +2 -0
  258. package/api/resources/checkoutSessions/index.ts +1 -0
  259. package/api/resources/clients/client/Client.d.ts +32 -0
  260. package/api/resources/clients/client/Client.js +76 -0
  261. package/api/resources/clients/client/Client.ts +108 -0
  262. package/api/resources/clients/client/index.d.ts +2 -0
  263. package/api/resources/clients/client/index.js +2 -0
  264. package/api/resources/clients/client/index.ts +1 -0
  265. package/api/resources/clients/client/requests/GetClientsIdConfiguredCurrenciesRequest.d.ts +10 -0
  266. package/api/resources/clients/client/requests/GetClientsIdConfiguredCurrenciesRequest.js +3 -0
  267. package/api/resources/clients/client/requests/GetClientsIdConfiguredCurrenciesRequest.ts +11 -0
  268. package/api/resources/clients/client/requests/index.d.ts +2 -0
  269. package/api/resources/clients/client/requests/index.js +2 -0
  270. package/api/resources/clients/client/requests/index.ts +1 -0
  271. package/api/resources/clients/index.d.ts +3 -0
  272. package/api/resources/clients/index.js +3 -0
  273. package/api/resources/clients/index.ts +2 -0
  274. package/api/resources/clients/types/GetClientsIdConfiguredCurrenciesResponse.d.ts +18 -0
  275. package/api/resources/clients/types/GetClientsIdConfiguredCurrenciesResponse.js +3 -0
  276. package/api/resources/clients/types/GetClientsIdConfiguredCurrenciesResponse.ts +21 -0
  277. package/api/resources/clients/types/index.d.ts +2 -0
  278. package/api/resources/clients/types/index.js +2 -0
  279. package/api/resources/clients/types/index.ts +1 -0
  280. package/api/resources/comms/client/Client.d.ts +56 -0
  281. package/api/resources/comms/client/Client.js +170 -0
  282. package/api/resources/comms/client/Client.ts +236 -0
  283. package/api/resources/comms/client/index.d.ts +2 -0
  284. package/api/resources/comms/client/index.js +2 -0
  285. package/api/resources/comms/client/index.ts +1 -0
  286. package/api/resources/comms/client/requests/CommsMessagesListRequest.d.ts +15 -0
  287. package/api/resources/comms/client/requests/CommsMessagesListRequest.js +3 -0
  288. package/api/resources/comms/client/requests/CommsMessagesListRequest.ts +16 -0
  289. package/api/resources/comms/client/requests/CommsMessagesSendRequest.d.ts +45 -0
  290. package/api/resources/comms/client/requests/CommsMessagesSendRequest.js +22 -0
  291. package/api/resources/comms/client/requests/CommsMessagesSendRequest.ts +47 -0
  292. package/api/resources/comms/client/requests/CommsThreadsListRequest.d.ts +20 -0
  293. package/api/resources/comms/client/requests/CommsThreadsListRequest.js +3 -0
  294. package/api/resources/comms/client/requests/CommsThreadsListRequest.ts +22 -0
  295. package/api/resources/comms/client/requests/index.d.ts +4 -0
  296. package/api/resources/comms/client/requests/index.js +2 -0
  297. package/api/resources/comms/client/requests/index.ts +3 -0
  298. package/api/resources/comms/index.d.ts +3 -0
  299. package/api/resources/comms/index.js +3 -0
  300. package/api/resources/comms/index.ts +2 -0
  301. package/api/resources/comms/types/CommsMessagesListResponse.d.ts +8 -0
  302. package/api/resources/comms/types/CommsMessagesListResponse.js +3 -0
  303. package/api/resources/comms/types/CommsMessagesListResponse.ts +9 -0
  304. package/api/resources/comms/types/CommsMessagesSendResponse.d.ts +8 -0
  305. package/api/resources/comms/types/CommsMessagesSendResponse.js +3 -0
  306. package/api/resources/comms/types/CommsMessagesSendResponse.ts +9 -0
  307. package/api/resources/comms/types/CommsThreadsListRequestStatus.d.ts +8 -0
  308. package/api/resources/comms/types/CommsThreadsListRequestStatus.js +8 -0
  309. package/api/resources/comms/types/CommsThreadsListRequestStatus.ts +10 -0
  310. package/api/resources/comms/types/CommsThreadsListResponse.d.ts +8 -0
  311. package/api/resources/comms/types/CommsThreadsListResponse.js +3 -0
  312. package/api/resources/comms/types/CommsThreadsListResponse.ts +9 -0
  313. package/api/resources/comms/types/index.d.ts +5 -0
  314. package/api/resources/comms/types/index.js +5 -0
  315. package/api/resources/comms/types/index.ts +4 -0
  316. package/api/resources/creditNotes/client/Client.d.ts +93 -0
  317. package/api/resources/creditNotes/client/Client.js +263 -0
  318. package/api/resources/creditNotes/client/Client.ts +350 -0
  319. package/api/resources/creditNotes/client/index.d.ts +2 -0
  320. package/api/resources/creditNotes/client/index.js +2 -0
  321. package/api/resources/creditNotes/client/index.ts +1 -0
  322. package/api/resources/creditNotes/client/requests/CreateCreditNoteInput.d.ts +54 -0
  323. package/api/resources/creditNotes/client/requests/CreateCreditNoteInput.js +21 -0
  324. package/api/resources/creditNotes/client/requests/CreateCreditNoteInput.ts +56 -0
  325. package/api/resources/creditNotes/client/requests/CreditNotesListRequest.d.ts +28 -0
  326. package/api/resources/creditNotes/client/requests/CreditNotesListRequest.js +3 -0
  327. package/api/resources/creditNotes/client/requests/CreditNotesListRequest.ts +30 -0
  328. package/api/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.d.ts +11 -0
  329. package/api/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.js +3 -0
  330. package/api/resources/creditNotes/client/requests/CreditNotesRetrieveRequest.ts +12 -0
  331. package/api/resources/creditNotes/client/requests/CreditNotesVoidRequest.d.ts +11 -0
  332. package/api/resources/creditNotes/client/requests/CreditNotesVoidRequest.js +3 -0
  333. package/api/resources/creditNotes/client/requests/CreditNotesVoidRequest.ts +12 -0
  334. package/api/resources/creditNotes/client/requests/index.d.ts +5 -0
  335. package/api/resources/creditNotes/client/requests/index.js +2 -0
  336. package/api/resources/creditNotes/client/requests/index.ts +4 -0
  337. package/api/resources/creditNotes/index.d.ts +3 -0
  338. package/api/resources/creditNotes/index.js +3 -0
  339. package/api/resources/creditNotes/index.ts +2 -0
  340. package/api/resources/creditNotes/types/CreditNotesListRequestCreditMethod.d.ts +8 -0
  341. package/api/resources/creditNotes/types/CreditNotesListRequestCreditMethod.js +8 -0
  342. package/api/resources/creditNotes/types/CreditNotesListRequestCreditMethod.ts +10 -0
  343. package/api/resources/creditNotes/types/CreditNotesListRequestStatus.d.ts +10 -0
  344. package/api/resources/creditNotes/types/CreditNotesListRequestStatus.js +10 -0
  345. package/api/resources/creditNotes/types/CreditNotesListRequestStatus.ts +12 -0
  346. package/api/resources/creditNotes/types/index.d.ts +3 -0
  347. package/api/resources/creditNotes/types/index.js +3 -0
  348. package/api/resources/creditNotes/types/index.ts +2 -0
  349. package/api/resources/customers/client/Client.d.ts +223 -0
  350. package/api/resources/customers/client/Client.js +729 -0
  351. package/api/resources/customers/client/Client.ts +978 -0
  352. package/api/resources/customers/client/index.d.ts +2 -0
  353. package/api/resources/customers/client/index.js +2 -0
  354. package/api/resources/customers/client/index.ts +1 -0
  355. package/api/resources/customers/client/requests/CustomersCreateRequest.d.ts +15 -0
  356. package/api/resources/customers/client/requests/CustomersCreateRequest.js +3 -0
  357. package/api/resources/customers/client/requests/CustomersCreateRequest.ts +16 -0
  358. package/api/resources/customers/client/requests/CustomersExternalBatchRequest.d.ts +53 -0
  359. package/api/resources/customers/client/requests/CustomersExternalBatchRequest.js +3 -0
  360. package/api/resources/customers/client/requests/CustomersExternalBatchRequest.ts +56 -0
  361. package/api/resources/customers/client/requests/CustomersExternalUpsertByExternalIdRequest.d.ts +31 -0
  362. package/api/resources/customers/client/requests/CustomersExternalUpsertByExternalIdRequest.js +3 -0
  363. package/api/resources/customers/client/requests/CustomersExternalUpsertByExternalIdRequest.ts +32 -0
  364. package/api/resources/customers/client/requests/CustomersInvoicesListRequest.d.ts +18 -0
  365. package/api/resources/customers/client/requests/CustomersInvoicesListRequest.js +3 -0
  366. package/api/resources/customers/client/requests/CustomersInvoicesListRequest.ts +19 -0
  367. package/api/resources/customers/client/requests/CustomersListRequest.d.ts +13 -0
  368. package/api/resources/customers/client/requests/CustomersListRequest.js +3 -0
  369. package/api/resources/customers/client/requests/CustomersListRequest.ts +14 -0
  370. package/api/resources/customers/client/requests/CustomersOrdersListRequest.d.ts +21 -0
  371. package/api/resources/customers/client/requests/CustomersOrdersListRequest.js +3 -0
  372. package/api/resources/customers/client/requests/CustomersOrdersListRequest.ts +23 -0
  373. package/api/resources/customers/client/requests/CustomersPaymentMethodsListRequest.d.ts +11 -0
  374. package/api/resources/customers/client/requests/CustomersPaymentMethodsListRequest.js +3 -0
  375. package/api/resources/customers/client/requests/CustomersPaymentMethodsListRequest.ts +12 -0
  376. package/api/resources/customers/client/requests/CustomersPaymentsListRequest.d.ts +21 -0
  377. package/api/resources/customers/client/requests/CustomersPaymentsListRequest.js +3 -0
  378. package/api/resources/customers/client/requests/CustomersPaymentsListRequest.ts +23 -0
  379. package/api/resources/customers/client/requests/CustomersPortalSessionsCreateRequest.d.ts +13 -0
  380. package/api/resources/customers/client/requests/CustomersPortalSessionsCreateRequest.js +3 -0
  381. package/api/resources/customers/client/requests/CustomersPortalSessionsCreateRequest.ts +14 -0
  382. package/api/resources/customers/client/requests/CustomersRetrieveRequest.d.ts +11 -0
  383. package/api/resources/customers/client/requests/CustomersRetrieveRequest.js +3 -0
  384. package/api/resources/customers/client/requests/CustomersRetrieveRequest.ts +12 -0
  385. package/api/resources/customers/client/requests/CustomersSubscriptionsListRequest.d.ts +21 -0
  386. package/api/resources/customers/client/requests/CustomersSubscriptionsListRequest.js +3 -0
  387. package/api/resources/customers/client/requests/CustomersSubscriptionsListRequest.ts +23 -0
  388. package/api/resources/customers/client/requests/CustomersUpdateRequest.d.ts +17 -0
  389. package/api/resources/customers/client/requests/CustomersUpdateRequest.js +3 -0
  390. package/api/resources/customers/client/requests/CustomersUpdateRequest.ts +18 -0
  391. package/api/resources/customers/client/requests/index.d.ts +13 -0
  392. package/api/resources/customers/client/requests/index.js +2 -0
  393. package/api/resources/customers/client/requests/index.ts +12 -0
  394. package/api/resources/customers/index.d.ts +3 -0
  395. package/api/resources/customers/index.js +3 -0
  396. package/api/resources/customers/index.ts +2 -0
  397. package/api/resources/customers/types/CustomersExternalBatchResponse.d.ts +20 -0
  398. package/api/resources/customers/types/CustomersExternalBatchResponse.js +3 -0
  399. package/api/resources/customers/types/CustomersExternalBatchResponse.ts +23 -0
  400. package/api/resources/customers/types/CustomersExternalUpsertByExternalIdResponse.d.ts +23 -0
  401. package/api/resources/customers/types/CustomersExternalUpsertByExternalIdResponse.js +3 -0
  402. package/api/resources/customers/types/CustomersExternalUpsertByExternalIdResponse.ts +26 -0
  403. package/api/resources/customers/types/CustomersInvoicesListResponse.d.ts +13 -0
  404. package/api/resources/customers/types/CustomersInvoicesListResponse.js +8 -0
  405. package/api/resources/customers/types/CustomersInvoicesListResponse.ts +16 -0
  406. package/api/resources/customers/types/CustomersOrdersListRequestStatus.d.ts +9 -0
  407. package/api/resources/customers/types/CustomersOrdersListRequestStatus.js +9 -0
  408. package/api/resources/customers/types/CustomersOrdersListRequestStatus.ts +11 -0
  409. package/api/resources/customers/types/CustomersOrdersListResponse.d.ts +13 -0
  410. package/api/resources/customers/types/CustomersOrdersListResponse.js +8 -0
  411. package/api/resources/customers/types/CustomersOrdersListResponse.ts +16 -0
  412. package/api/resources/customers/types/CustomersPaymentsListRequestStatus.d.ts +11 -0
  413. package/api/resources/customers/types/CustomersPaymentsListRequestStatus.js +11 -0
  414. package/api/resources/customers/types/CustomersPaymentsListRequestStatus.ts +13 -0
  415. package/api/resources/customers/types/CustomersPaymentsListResponse.d.ts +13 -0
  416. package/api/resources/customers/types/CustomersPaymentsListResponse.js +8 -0
  417. package/api/resources/customers/types/CustomersPaymentsListResponse.ts +16 -0
  418. package/api/resources/customers/types/CustomersSubscriptionsListRequestStatus.d.ts +10 -0
  419. package/api/resources/customers/types/CustomersSubscriptionsListRequestStatus.js +10 -0
  420. package/api/resources/customers/types/CustomersSubscriptionsListRequestStatus.ts +12 -0
  421. package/api/resources/customers/types/CustomersSubscriptionsListResponse.d.ts +13 -0
  422. package/api/resources/customers/types/CustomersSubscriptionsListResponse.js +8 -0
  423. package/api/resources/customers/types/CustomersSubscriptionsListResponse.ts +16 -0
  424. package/api/resources/customers/types/index.d.ts +10 -0
  425. package/api/resources/customers/types/index.js +10 -0
  426. package/api/resources/customers/types/index.ts +9 -0
  427. package/api/resources/discounts/client/Client.d.ts +104 -0
  428. package/api/resources/discounts/client/Client.js +300 -0
  429. package/api/resources/discounts/client/Client.ts +395 -0
  430. package/api/resources/discounts/client/index.d.ts +2 -0
  431. package/api/resources/discounts/client/index.js +2 -0
  432. package/api/resources/discounts/client/index.ts +1 -0
  433. package/api/resources/discounts/client/requests/CreateDiscountInput.d.ts +71 -0
  434. package/api/resources/discounts/client/requests/CreateDiscountInput.js +28 -0
  435. package/api/resources/discounts/client/requests/CreateDiscountInput.ts +73 -0
  436. package/api/resources/discounts/client/requests/DiscountsDeleteRequest.d.ts +11 -0
  437. package/api/resources/discounts/client/requests/DiscountsDeleteRequest.js +3 -0
  438. package/api/resources/discounts/client/requests/DiscountsDeleteRequest.ts +12 -0
  439. package/api/resources/discounts/client/requests/DiscountsListRequest.d.ts +18 -0
  440. package/api/resources/discounts/client/requests/DiscountsListRequest.js +3 -0
  441. package/api/resources/discounts/client/requests/DiscountsListRequest.ts +20 -0
  442. package/api/resources/discounts/client/requests/DiscountsRetrieveRequest.d.ts +11 -0
  443. package/api/resources/discounts/client/requests/DiscountsRetrieveRequest.js +3 -0
  444. package/api/resources/discounts/client/requests/DiscountsRetrieveRequest.ts +12 -0
  445. package/api/resources/discounts/client/requests/UpdateDiscountInput.d.ts +46 -0
  446. package/api/resources/discounts/client/requests/UpdateDiscountInput.js +20 -0
  447. package/api/resources/discounts/client/requests/UpdateDiscountInput.ts +48 -0
  448. package/api/resources/discounts/client/requests/index.d.ts +6 -0
  449. package/api/resources/discounts/client/requests/index.js +3 -0
  450. package/api/resources/discounts/client/requests/index.ts +5 -0
  451. package/api/resources/discounts/index.d.ts +3 -0
  452. package/api/resources/discounts/index.js +3 -0
  453. package/api/resources/discounts/index.ts +2 -0
  454. package/api/resources/discounts/types/DiscountsListRequestIsActive.d.ts +7 -0
  455. package/api/resources/discounts/types/DiscountsListRequestIsActive.js +7 -0
  456. package/api/resources/discounts/types/DiscountsListRequestIsActive.ts +9 -0
  457. package/api/resources/discounts/types/DiscountsListRequestIsArchived.d.ts +7 -0
  458. package/api/resources/discounts/types/DiscountsListRequestIsArchived.js +7 -0
  459. package/api/resources/discounts/types/DiscountsListRequestIsArchived.ts +9 -0
  460. package/api/resources/discounts/types/index.d.ts +3 -0
  461. package/api/resources/discounts/types/index.js +3 -0
  462. package/api/resources/discounts/types/index.ts +2 -0
  463. package/api/resources/disputes/client/Client.d.ts +72 -0
  464. package/api/resources/disputes/client/Client.js +199 -0
  465. package/api/resources/disputes/client/Client.ts +270 -0
  466. package/api/resources/disputes/client/index.d.ts +2 -0
  467. package/api/resources/disputes/client/index.js +2 -0
  468. package/api/resources/disputes/client/index.ts +1 -0
  469. package/api/resources/disputes/client/requests/DisputesGetOpenRequest.d.ts +11 -0
  470. package/api/resources/disputes/client/requests/DisputesGetOpenRequest.js +3 -0
  471. package/api/resources/disputes/client/requests/DisputesGetOpenRequest.ts +12 -0
  472. package/api/resources/disputes/client/requests/DisputesListRequest.d.ts +30 -0
  473. package/api/resources/disputes/client/requests/DisputesListRequest.js +3 -0
  474. package/api/resources/disputes/client/requests/DisputesListRequest.ts +32 -0
  475. package/api/resources/disputes/client/requests/DisputesRetrieveRequest.d.ts +11 -0
  476. package/api/resources/disputes/client/requests/DisputesRetrieveRequest.js +3 -0
  477. package/api/resources/disputes/client/requests/DisputesRetrieveRequest.ts +12 -0
  478. package/api/resources/disputes/client/requests/index.d.ts +4 -0
  479. package/api/resources/disputes/client/requests/index.js +2 -0
  480. package/api/resources/disputes/client/requests/index.ts +3 -0
  481. package/api/resources/disputes/index.d.ts +3 -0
  482. package/api/resources/disputes/index.js +3 -0
  483. package/api/resources/disputes/index.ts +2 -0
  484. package/api/resources/disputes/types/DisputesGetOpenResponse.d.ts +12 -0
  485. package/api/resources/disputes/types/DisputesGetOpenResponse.js +3 -0
  486. package/api/resources/disputes/types/DisputesGetOpenResponse.ts +15 -0
  487. package/api/resources/disputes/types/DisputesListRequestNeedsEvidence.d.ts +7 -0
  488. package/api/resources/disputes/types/DisputesListRequestNeedsEvidence.js +7 -0
  489. package/api/resources/disputes/types/DisputesListRequestNeedsEvidence.ts +9 -0
  490. package/api/resources/disputes/types/DisputesListRequestResolution.d.ts +8 -0
  491. package/api/resources/disputes/types/DisputesListRequestResolution.js +8 -0
  492. package/api/resources/disputes/types/DisputesListRequestResolution.ts +10 -0
  493. package/api/resources/disputes/types/DisputesListRequestStatus.d.ts +11 -0
  494. package/api/resources/disputes/types/DisputesListRequestStatus.js +11 -0
  495. package/api/resources/disputes/types/DisputesListRequestStatus.ts +12 -0
  496. package/api/resources/disputes/types/DisputesListResponse.d.ts +14 -0
  497. package/api/resources/disputes/types/DisputesListResponse.js +3 -0
  498. package/api/resources/disputes/types/DisputesListResponse.ts +17 -0
  499. package/api/resources/disputes/types/DisputesRetrieveResponse.d.ts +11 -0
  500. package/api/resources/disputes/types/DisputesRetrieveResponse.js +3 -0
  501. package/api/resources/disputes/types/DisputesRetrieveResponse.ts +14 -0
  502. package/api/resources/disputes/types/index.d.ts +7 -0
  503. package/api/resources/disputes/types/index.js +7 -0
  504. package/api/resources/disputes/types/index.ts +6 -0
  505. package/api/resources/entitlements/client/Client.d.ts +98 -0
  506. package/api/resources/entitlements/client/Client.js +318 -0
  507. package/api/resources/entitlements/client/Client.ts +438 -0
  508. package/api/resources/entitlements/client/index.d.ts +2 -0
  509. package/api/resources/entitlements/client/index.js +2 -0
  510. package/api/resources/entitlements/client/index.ts +1 -0
  511. package/api/resources/entitlements/client/requests/CustomersEntitlementsCheckRequest.d.ts +14 -0
  512. package/api/resources/entitlements/client/requests/CustomersEntitlementsCheckRequest.js +3 -0
  513. package/api/resources/entitlements/client/requests/CustomersEntitlementsCheckRequest.ts +15 -0
  514. package/api/resources/entitlements/client/requests/CustomersEntitlementsGrantRequest.d.ts +15 -0
  515. package/api/resources/entitlements/client/requests/CustomersEntitlementsGrantRequest.js +3 -0
  516. package/api/resources/entitlements/client/requests/CustomersEntitlementsGrantRequest.ts +16 -0
  517. package/api/resources/entitlements/client/requests/CustomersEntitlementsListRequest.d.ts +21 -0
  518. package/api/resources/entitlements/client/requests/CustomersEntitlementsListRequest.js +3 -0
  519. package/api/resources/entitlements/client/requests/CustomersEntitlementsListRequest.ts +22 -0
  520. package/api/resources/entitlements/client/requests/CustomersEntitlementsRevokeByIdRequest.d.ts +14 -0
  521. package/api/resources/entitlements/client/requests/CustomersEntitlementsRevokeByIdRequest.js +3 -0
  522. package/api/resources/entitlements/client/requests/CustomersEntitlementsRevokeByIdRequest.ts +15 -0
  523. package/api/resources/entitlements/client/requests/CustomersEntitlementsRevokeByKeyRequest.d.ts +13 -0
  524. package/api/resources/entitlements/client/requests/CustomersEntitlementsRevokeByKeyRequest.js +3 -0
  525. package/api/resources/entitlements/client/requests/CustomersEntitlementsRevokeByKeyRequest.ts +14 -0
  526. package/api/resources/entitlements/client/requests/index.d.ts +6 -0
  527. package/api/resources/entitlements/client/requests/index.js +2 -0
  528. package/api/resources/entitlements/client/requests/index.ts +5 -0
  529. package/api/resources/entitlements/index.d.ts +3 -0
  530. package/api/resources/entitlements/index.js +3 -0
  531. package/api/resources/entitlements/index.ts +2 -0
  532. package/api/resources/entitlements/types/CustomersEntitlementsCheckResponse.d.ts +45 -0
  533. package/api/resources/entitlements/types/CustomersEntitlementsCheckResponse.js +22 -0
  534. package/api/resources/entitlements/types/CustomersEntitlementsCheckResponse.ts +49 -0
  535. package/api/resources/entitlements/types/CustomersEntitlementsGrantResponse.d.ts +52 -0
  536. package/api/resources/entitlements/types/CustomersEntitlementsGrantResponse.js +22 -0
  537. package/api/resources/entitlements/types/CustomersEntitlementsGrantResponse.ts +56 -0
  538. package/api/resources/entitlements/types/CustomersEntitlementsListResponse.d.ts +66 -0
  539. package/api/resources/entitlements/types/CustomersEntitlementsListResponse.js +25 -0
  540. package/api/resources/entitlements/types/CustomersEntitlementsListResponse.ts +73 -0
  541. package/api/resources/entitlements/types/CustomersEntitlementsRevokeByIdResponse.d.ts +52 -0
  542. package/api/resources/entitlements/types/CustomersEntitlementsRevokeByIdResponse.js +22 -0
  543. package/api/resources/entitlements/types/CustomersEntitlementsRevokeByIdResponse.ts +56 -0
  544. package/api/resources/entitlements/types/CustomersEntitlementsRevokeByKeyResponse.d.ts +52 -0
  545. package/api/resources/entitlements/types/CustomersEntitlementsRevokeByKeyResponse.js +22 -0
  546. package/api/resources/entitlements/types/CustomersEntitlementsRevokeByKeyResponse.ts +56 -0
  547. package/api/resources/entitlements/types/index.d.ts +6 -0
  548. package/api/resources/entitlements/types/index.js +6 -0
  549. package/api/resources/entitlements/types/index.ts +5 -0
  550. package/api/resources/events/client/Client.d.ts +84 -0
  551. package/api/resources/events/client/Client.js +243 -0
  552. package/api/resources/events/client/Client.ts +333 -0
  553. package/api/resources/events/client/index.d.ts +2 -0
  554. package/api/resources/events/client/index.js +2 -0
  555. package/api/resources/events/client/index.ts +1 -0
  556. package/api/resources/events/client/requests/CreateTestEventRequest.d.ts +60 -0
  557. package/api/resources/events/client/requests/CreateTestEventRequest.js +51 -0
  558. package/api/resources/events/client/requests/CreateTestEventRequest.ts +62 -0
  559. package/api/resources/events/client/requests/EventsListRequest.d.ts +32 -0
  560. package/api/resources/events/client/requests/EventsListRequest.js +3 -0
  561. package/api/resources/events/client/requests/EventsListRequest.ts +33 -0
  562. package/api/resources/events/client/requests/EventsResendRequest.d.ts +11 -0
  563. package/api/resources/events/client/requests/EventsResendRequest.js +3 -0
  564. package/api/resources/events/client/requests/EventsResendRequest.ts +12 -0
  565. package/api/resources/events/client/requests/EventsRetrieveRequest.d.ts +11 -0
  566. package/api/resources/events/client/requests/EventsRetrieveRequest.js +3 -0
  567. package/api/resources/events/client/requests/EventsRetrieveRequest.ts +12 -0
  568. package/api/resources/events/client/requests/index.d.ts +5 -0
  569. package/api/resources/events/client/requests/index.js +2 -0
  570. package/api/resources/events/client/requests/index.ts +4 -0
  571. package/api/resources/events/index.d.ts +2 -0
  572. package/api/resources/events/index.js +2 -0
  573. package/api/resources/events/index.ts +1 -0
  574. package/api/resources/finance/client/Client.d.ts +46 -0
  575. package/api/resources/finance/client/Client.js +130 -0
  576. package/api/resources/finance/client/Client.ts +178 -0
  577. package/api/resources/finance/client/index.d.ts +2 -0
  578. package/api/resources/finance/client/index.js +2 -0
  579. package/api/resources/finance/client/index.ts +1 -0
  580. package/api/resources/finance/client/requests/GetFinanceIncomeRequest.d.ts +21 -0
  581. package/api/resources/finance/client/requests/GetFinanceIncomeRequest.js +3 -0
  582. package/api/resources/finance/client/requests/GetFinanceIncomeRequest.ts +23 -0
  583. package/api/resources/finance/client/requests/index.d.ts +2 -0
  584. package/api/resources/finance/client/requests/index.js +2 -0
  585. package/api/resources/finance/client/requests/index.ts +1 -0
  586. package/api/resources/finance/index.d.ts +3 -0
  587. package/api/resources/finance/index.js +3 -0
  588. package/api/resources/finance/index.ts +2 -0
  589. package/api/resources/finance/types/GetFinanceIncomeRequestGroupBy.d.ts +8 -0
  590. package/api/resources/finance/types/GetFinanceIncomeRequestGroupBy.js +8 -0
  591. package/api/resources/finance/types/GetFinanceIncomeRequestGroupBy.ts +10 -0
  592. package/api/resources/finance/types/GetFinanceIncomeResponse.d.ts +15 -0
  593. package/api/resources/finance/types/GetFinanceIncomeResponse.js +3 -0
  594. package/api/resources/finance/types/GetFinanceIncomeResponse.ts +17 -0
  595. package/api/resources/finance/types/GetFinanceSummaryResponse.d.ts +7 -0
  596. package/api/resources/finance/types/GetFinanceSummaryResponse.js +3 -0
  597. package/api/resources/finance/types/GetFinanceSummaryResponse.ts +8 -0
  598. package/api/resources/finance/types/index.d.ts +4 -0
  599. package/api/resources/finance/types/index.js +4 -0
  600. package/api/resources/finance/types/index.ts +3 -0
  601. package/api/resources/index.d.ts +109 -0
  602. package/api/resources/index.js +109 -0
  603. package/api/resources/index.ts +108 -0
  604. package/api/resources/integrations/client/Client.d.ts +416 -0
  605. package/api/resources/integrations/client/Client.js +1385 -0
  606. package/api/resources/integrations/client/Client.ts +1922 -0
  607. package/api/resources/integrations/client/index.d.ts +2 -0
  608. package/api/resources/integrations/client/index.js +2 -0
  609. package/api/resources/integrations/client/index.ts +1 -0
  610. package/api/resources/integrations/client/requests/IntegrationsActivateRequest.d.ts +26 -0
  611. package/api/resources/integrations/client/requests/IntegrationsActivateRequest.js +3 -0
  612. package/api/resources/integrations/client/requests/IntegrationsActivateRequest.ts +29 -0
  613. package/api/resources/integrations/client/requests/IntegrationsBatchRetryRequest.d.ts +15 -0
  614. package/api/resources/integrations/client/requests/IntegrationsBatchRetryRequest.js +3 -0
  615. package/api/resources/integrations/client/requests/IntegrationsBatchRetryRequest.ts +17 -0
  616. package/api/resources/integrations/client/requests/IntegrationsDeactivateRequest.d.ts +12 -0
  617. package/api/resources/integrations/client/requests/IntegrationsDeactivateRequest.js +3 -0
  618. package/api/resources/integrations/client/requests/IntegrationsDeactivateRequest.ts +14 -0
  619. package/api/resources/integrations/client/requests/IntegrationsDeleteProductMappingRequest.d.ts +13 -0
  620. package/api/resources/integrations/client/requests/IntegrationsDeleteProductMappingRequest.js +3 -0
  621. package/api/resources/integrations/client/requests/IntegrationsDeleteProductMappingRequest.ts +15 -0
  622. package/api/resources/integrations/client/requests/IntegrationsGetPackagesRequest.d.ts +11 -0
  623. package/api/resources/integrations/client/requests/IntegrationsGetPackagesRequest.js +3 -0
  624. package/api/resources/integrations/client/requests/IntegrationsGetPackagesRequest.ts +13 -0
  625. package/api/resources/integrations/client/requests/IntegrationsGetPaymentMethodsRequest.d.ts +11 -0
  626. package/api/resources/integrations/client/requests/IntegrationsGetPaymentMethodsRequest.js +3 -0
  627. package/api/resources/integrations/client/requests/IntegrationsGetPaymentMethodsRequest.ts +13 -0
  628. package/api/resources/integrations/client/requests/IntegrationsGetProductMappingsRequest.d.ts +11 -0
  629. package/api/resources/integrations/client/requests/IntegrationsGetProductMappingsRequest.js +3 -0
  630. package/api/resources/integrations/client/requests/IntegrationsGetProductMappingsRequest.ts +13 -0
  631. package/api/resources/integrations/client/requests/IntegrationsGetStatusRequest.d.ts +11 -0
  632. package/api/resources/integrations/client/requests/IntegrationsGetStatusRequest.js +3 -0
  633. package/api/resources/integrations/client/requests/IntegrationsGetStatusRequest.ts +13 -0
  634. package/api/resources/integrations/client/requests/IntegrationsInvoiceLookbackRequest.d.ts +13 -0
  635. package/api/resources/integrations/client/requests/IntegrationsInvoiceLookbackRequest.js +3 -0
  636. package/api/resources/integrations/client/requests/IntegrationsInvoiceLookbackRequest.ts +15 -0
  637. package/api/resources/integrations/client/requests/IntegrationsPaymentMappingsRequest.d.ts +27 -0
  638. package/api/resources/integrations/client/requests/IntegrationsPaymentMappingsRequest.js +3 -0
  639. package/api/resources/integrations/client/requests/IntegrationsPaymentMappingsRequest.ts +31 -0
  640. package/api/resources/integrations/client/requests/IntegrationsPostPaymentMethodsRequest.d.ts +17 -0
  641. package/api/resources/integrations/client/requests/IntegrationsPostPaymentMethodsRequest.js +3 -0
  642. package/api/resources/integrations/client/requests/IntegrationsPostPaymentMethodsRequest.ts +19 -0
  643. package/api/resources/integrations/client/requests/IntegrationsPutProductMappingsRequest.d.ts +33 -0
  644. package/api/resources/integrations/client/requests/IntegrationsPutProductMappingsRequest.js +3 -0
  645. package/api/resources/integrations/client/requests/IntegrationsPutProductMappingsRequest.ts +38 -0
  646. package/api/resources/integrations/client/requests/IntegrationsRetryLogRequest.d.ts +13 -0
  647. package/api/resources/integrations/client/requests/IntegrationsRetryLogRequest.js +3 -0
  648. package/api/resources/integrations/client/requests/IntegrationsRetryLogRequest.ts +15 -0
  649. package/api/resources/integrations/client/requests/IntegrationsSyncIntervalRequest.d.ts +13 -0
  650. package/api/resources/integrations/client/requests/IntegrationsSyncIntervalRequest.js +3 -0
  651. package/api/resources/integrations/client/requests/IntegrationsSyncIntervalRequest.ts +15 -0
  652. package/api/resources/integrations/client/requests/IntegrationsSyncLogByIdRequest.d.ts +13 -0
  653. package/api/resources/integrations/client/requests/IntegrationsSyncLogByIdRequest.js +3 -0
  654. package/api/resources/integrations/client/requests/IntegrationsSyncLogByIdRequest.ts +15 -0
  655. package/api/resources/integrations/client/requests/IntegrationsSyncLogsRequest.d.ts +20 -0
  656. package/api/resources/integrations/client/requests/IntegrationsSyncLogsRequest.js +3 -0
  657. package/api/resources/integrations/client/requests/IntegrationsSyncLogsRequest.ts +22 -0
  658. package/api/resources/integrations/client/requests/IntegrationsSyncStatesRequest.d.ts +11 -0
  659. package/api/resources/integrations/client/requests/IntegrationsSyncStatesRequest.js +3 -0
  660. package/api/resources/integrations/client/requests/IntegrationsSyncStatesRequest.ts +13 -0
  661. package/api/resources/integrations/client/requests/IntegrationsSyncStatsByTypeRequest.d.ts +13 -0
  662. package/api/resources/integrations/client/requests/IntegrationsSyncStatsByTypeRequest.js +3 -0
  663. package/api/resources/integrations/client/requests/IntegrationsSyncStatsByTypeRequest.ts +15 -0
  664. package/api/resources/integrations/client/requests/IntegrationsSyncStatsRequest.d.ts +13 -0
  665. package/api/resources/integrations/client/requests/IntegrationsSyncStatsRequest.js +3 -0
  666. package/api/resources/integrations/client/requests/IntegrationsSyncStatsRequest.ts +15 -0
  667. package/api/resources/integrations/client/requests/IntegrationsSyncToggleRequest.d.ts +13 -0
  668. package/api/resources/integrations/client/requests/IntegrationsSyncToggleRequest.js +3 -0
  669. package/api/resources/integrations/client/requests/IntegrationsSyncToggleRequest.ts +15 -0
  670. package/api/resources/integrations/client/requests/IntegrationsTestRequest.d.ts +24 -0
  671. package/api/resources/integrations/client/requests/IntegrationsTestRequest.js +3 -0
  672. package/api/resources/integrations/client/requests/IntegrationsTestRequest.ts +27 -0
  673. package/api/resources/integrations/client/requests/IntegrationsTriggerSyncRequest.d.ts +12 -0
  674. package/api/resources/integrations/client/requests/IntegrationsTriggerSyncRequest.js +3 -0
  675. package/api/resources/integrations/client/requests/IntegrationsTriggerSyncRequest.ts +14 -0
  676. package/api/resources/integrations/client/requests/IntegrationsUpdateStatusRequest.d.ts +23 -0
  677. package/api/resources/integrations/client/requests/IntegrationsUpdateStatusRequest.js +11 -0
  678. package/api/resources/integrations/client/requests/IntegrationsUpdateStatusRequest.ts +26 -0
  679. package/api/resources/integrations/client/requests/index.d.ts +24 -0
  680. package/api/resources/integrations/client/requests/index.js +2 -0
  681. package/api/resources/integrations/client/requests/index.ts +23 -0
  682. package/api/resources/integrations/index.d.ts +3 -0
  683. package/api/resources/integrations/index.js +3 -0
  684. package/api/resources/integrations/index.ts +2 -0
  685. package/api/resources/integrations/types/IntegrationsActivateRequestProvider.d.ts +6 -0
  686. package/api/resources/integrations/types/IntegrationsActivateRequestProvider.js +6 -0
  687. package/api/resources/integrations/types/IntegrationsActivateRequestProvider.ts +8 -0
  688. package/api/resources/integrations/types/IntegrationsActivateResponse.d.ts +37 -0
  689. package/api/resources/integrations/types/IntegrationsActivateResponse.js +18 -0
  690. package/api/resources/integrations/types/IntegrationsActivateResponse.ts +41 -0
  691. package/api/resources/integrations/types/IntegrationsBatchRetryRequestProvider.d.ts +6 -0
  692. package/api/resources/integrations/types/IntegrationsBatchRetryRequestProvider.js +6 -0
  693. package/api/resources/integrations/types/IntegrationsBatchRetryRequestProvider.ts +8 -0
  694. package/api/resources/integrations/types/IntegrationsBatchRetryResponse.d.ts +5 -0
  695. package/api/resources/integrations/types/IntegrationsBatchRetryResponse.js +3 -0
  696. package/api/resources/integrations/types/IntegrationsBatchRetryResponse.ts +6 -0
  697. package/api/resources/integrations/types/IntegrationsDeactivateRequestProvider.d.ts +6 -0
  698. package/api/resources/integrations/types/IntegrationsDeactivateRequestProvider.js +6 -0
  699. package/api/resources/integrations/types/IntegrationsDeactivateRequestProvider.ts +8 -0
  700. package/api/resources/integrations/types/IntegrationsDeactivateResponse.d.ts +5 -0
  701. package/api/resources/integrations/types/IntegrationsDeactivateResponse.js +3 -0
  702. package/api/resources/integrations/types/IntegrationsDeactivateResponse.ts +6 -0
  703. package/api/resources/integrations/types/IntegrationsDeleteProductMappingRequestProvider.d.ts +6 -0
  704. package/api/resources/integrations/types/IntegrationsDeleteProductMappingRequestProvider.js +6 -0
  705. package/api/resources/integrations/types/IntegrationsDeleteProductMappingRequestProvider.ts +8 -0
  706. package/api/resources/integrations/types/IntegrationsDeleteProductMappingResponse.d.ts +4 -0
  707. package/api/resources/integrations/types/IntegrationsDeleteProductMappingResponse.js +3 -0
  708. package/api/resources/integrations/types/IntegrationsDeleteProductMappingResponse.ts +5 -0
  709. package/api/resources/integrations/types/IntegrationsGetPackagesRequestProvider.d.ts +6 -0
  710. package/api/resources/integrations/types/IntegrationsGetPackagesRequestProvider.js +6 -0
  711. package/api/resources/integrations/types/IntegrationsGetPackagesRequestProvider.ts +8 -0
  712. package/api/resources/integrations/types/IntegrationsGetPackagesResponse.d.ts +25 -0
  713. package/api/resources/integrations/types/IntegrationsGetPackagesResponse.js +3 -0
  714. package/api/resources/integrations/types/IntegrationsGetPackagesResponse.ts +29 -0
  715. package/api/resources/integrations/types/IntegrationsGetPaymentMethodsRequestProvider.d.ts +6 -0
  716. package/api/resources/integrations/types/IntegrationsGetPaymentMethodsRequestProvider.js +6 -0
  717. package/api/resources/integrations/types/IntegrationsGetPaymentMethodsRequestProvider.ts +8 -0
  718. package/api/resources/integrations/types/IntegrationsGetPaymentMethodsResponse.d.ts +16 -0
  719. package/api/resources/integrations/types/IntegrationsGetPaymentMethodsResponse.js +3 -0
  720. package/api/resources/integrations/types/IntegrationsGetPaymentMethodsResponse.ts +19 -0
  721. package/api/resources/integrations/types/IntegrationsGetProductMappingsRequestProvider.d.ts +6 -0
  722. package/api/resources/integrations/types/IntegrationsGetProductMappingsRequestProvider.js +6 -0
  723. package/api/resources/integrations/types/IntegrationsGetProductMappingsRequestProvider.ts +8 -0
  724. package/api/resources/integrations/types/IntegrationsGetProductMappingsResponse.d.ts +18 -0
  725. package/api/resources/integrations/types/IntegrationsGetProductMappingsResponse.js +3 -0
  726. package/api/resources/integrations/types/IntegrationsGetProductMappingsResponse.ts +21 -0
  727. package/api/resources/integrations/types/IntegrationsGetStatusRequestProvider.d.ts +6 -0
  728. package/api/resources/integrations/types/IntegrationsGetStatusRequestProvider.js +6 -0
  729. package/api/resources/integrations/types/IntegrationsGetStatusRequestProvider.ts +8 -0
  730. package/api/resources/integrations/types/IntegrationsGetStatusResponse.d.ts +36 -0
  731. package/api/resources/integrations/types/IntegrationsGetStatusResponse.js +18 -0
  732. package/api/resources/integrations/types/IntegrationsGetStatusResponse.ts +40 -0
  733. package/api/resources/integrations/types/IntegrationsInvoiceLookbackRequestProvider.d.ts +6 -0
  734. package/api/resources/integrations/types/IntegrationsInvoiceLookbackRequestProvider.js +6 -0
  735. package/api/resources/integrations/types/IntegrationsInvoiceLookbackRequestProvider.ts +8 -0
  736. package/api/resources/integrations/types/IntegrationsInvoiceLookbackResponse.d.ts +4 -0
  737. package/api/resources/integrations/types/IntegrationsInvoiceLookbackResponse.js +3 -0
  738. package/api/resources/integrations/types/IntegrationsInvoiceLookbackResponse.ts +5 -0
  739. package/api/resources/integrations/types/IntegrationsListResponse.d.ts +39 -0
  740. package/api/resources/integrations/types/IntegrationsListResponse.js +21 -0
  741. package/api/resources/integrations/types/IntegrationsListResponse.ts +44 -0
  742. package/api/resources/integrations/types/IntegrationsPaymentMappingsRequestProvider.d.ts +6 -0
  743. package/api/resources/integrations/types/IntegrationsPaymentMappingsRequestProvider.js +6 -0
  744. package/api/resources/integrations/types/IntegrationsPaymentMappingsRequestProvider.ts +8 -0
  745. package/api/resources/integrations/types/IntegrationsPaymentMappingsResponse.d.ts +4 -0
  746. package/api/resources/integrations/types/IntegrationsPaymentMappingsResponse.js +3 -0
  747. package/api/resources/integrations/types/IntegrationsPaymentMappingsResponse.ts +5 -0
  748. package/api/resources/integrations/types/IntegrationsPostPaymentMethodsRequestProvider.d.ts +6 -0
  749. package/api/resources/integrations/types/IntegrationsPostPaymentMethodsRequestProvider.js +6 -0
  750. package/api/resources/integrations/types/IntegrationsPostPaymentMethodsRequestProvider.ts +8 -0
  751. package/api/resources/integrations/types/IntegrationsPostPaymentMethodsResponse.d.ts +16 -0
  752. package/api/resources/integrations/types/IntegrationsPostPaymentMethodsResponse.js +3 -0
  753. package/api/resources/integrations/types/IntegrationsPostPaymentMethodsResponse.ts +19 -0
  754. package/api/resources/integrations/types/IntegrationsPutProductMappingsRequestProvider.d.ts +6 -0
  755. package/api/resources/integrations/types/IntegrationsPutProductMappingsRequestProvider.js +6 -0
  756. package/api/resources/integrations/types/IntegrationsPutProductMappingsRequestProvider.ts +8 -0
  757. package/api/resources/integrations/types/IntegrationsPutProductMappingsResponse.d.ts +5 -0
  758. package/api/resources/integrations/types/IntegrationsPutProductMappingsResponse.js +3 -0
  759. package/api/resources/integrations/types/IntegrationsPutProductMappingsResponse.ts +6 -0
  760. package/api/resources/integrations/types/IntegrationsRetryLogRequestProvider.d.ts +6 -0
  761. package/api/resources/integrations/types/IntegrationsRetryLogRequestProvider.js +6 -0
  762. package/api/resources/integrations/types/IntegrationsRetryLogRequestProvider.ts +8 -0
  763. package/api/resources/integrations/types/IntegrationsRetryLogResponse.d.ts +5 -0
  764. package/api/resources/integrations/types/IntegrationsRetryLogResponse.js +3 -0
  765. package/api/resources/integrations/types/IntegrationsRetryLogResponse.ts +6 -0
  766. package/api/resources/integrations/types/IntegrationsSyncIntervalRequestProvider.d.ts +6 -0
  767. package/api/resources/integrations/types/IntegrationsSyncIntervalRequestProvider.js +6 -0
  768. package/api/resources/integrations/types/IntegrationsSyncIntervalRequestProvider.ts +8 -0
  769. package/api/resources/integrations/types/IntegrationsSyncIntervalResponse.d.ts +4 -0
  770. package/api/resources/integrations/types/IntegrationsSyncIntervalResponse.js +3 -0
  771. package/api/resources/integrations/types/IntegrationsSyncIntervalResponse.ts +5 -0
  772. package/api/resources/integrations/types/IntegrationsSyncLogByIdRequestProvider.d.ts +6 -0
  773. package/api/resources/integrations/types/IntegrationsSyncLogByIdRequestProvider.js +6 -0
  774. package/api/resources/integrations/types/IntegrationsSyncLogByIdRequestProvider.ts +8 -0
  775. package/api/resources/integrations/types/IntegrationsSyncLogByIdResponse.d.ts +5 -0
  776. package/api/resources/integrations/types/IntegrationsSyncLogByIdResponse.js +3 -0
  777. package/api/resources/integrations/types/IntegrationsSyncLogByIdResponse.ts +6 -0
  778. package/api/resources/integrations/types/IntegrationsSyncLogsRequestJobType.d.ts +8 -0
  779. package/api/resources/integrations/types/IntegrationsSyncLogsRequestJobType.js +8 -0
  780. package/api/resources/integrations/types/IntegrationsSyncLogsRequestJobType.ts +10 -0
  781. package/api/resources/integrations/types/IntegrationsSyncLogsRequestLatestOnly.d.ts +6 -0
  782. package/api/resources/integrations/types/IntegrationsSyncLogsRequestLatestOnly.js +6 -0
  783. package/api/resources/integrations/types/IntegrationsSyncLogsRequestLatestOnly.ts +8 -0
  784. package/api/resources/integrations/types/IntegrationsSyncLogsRequestProvider.d.ts +6 -0
  785. package/api/resources/integrations/types/IntegrationsSyncLogsRequestProvider.js +6 -0
  786. package/api/resources/integrations/types/IntegrationsSyncLogsRequestProvider.ts +8 -0
  787. package/api/resources/integrations/types/IntegrationsSyncLogsRequestStatus.d.ts +9 -0
  788. package/api/resources/integrations/types/IntegrationsSyncLogsRequestStatus.js +9 -0
  789. package/api/resources/integrations/types/IntegrationsSyncLogsRequestStatus.ts +11 -0
  790. package/api/resources/integrations/types/IntegrationsSyncLogsResponse.d.ts +5 -0
  791. package/api/resources/integrations/types/IntegrationsSyncLogsResponse.js +3 -0
  792. package/api/resources/integrations/types/IntegrationsSyncLogsResponse.ts +6 -0
  793. package/api/resources/integrations/types/IntegrationsSyncStatesRequestProvider.d.ts +6 -0
  794. package/api/resources/integrations/types/IntegrationsSyncStatesRequestProvider.js +6 -0
  795. package/api/resources/integrations/types/IntegrationsSyncStatesRequestProvider.ts +8 -0
  796. package/api/resources/integrations/types/IntegrationsSyncStatesResponse.d.ts +18 -0
  797. package/api/resources/integrations/types/IntegrationsSyncStatesResponse.js +3 -0
  798. package/api/resources/integrations/types/IntegrationsSyncStatesResponse.ts +21 -0
  799. package/api/resources/integrations/types/IntegrationsSyncStatsByTypeRequestProvider.d.ts +6 -0
  800. package/api/resources/integrations/types/IntegrationsSyncStatsByTypeRequestProvider.js +6 -0
  801. package/api/resources/integrations/types/IntegrationsSyncStatsByTypeRequestProvider.ts +8 -0
  802. package/api/resources/integrations/types/IntegrationsSyncStatsByTypeResponse.d.ts +5 -0
  803. package/api/resources/integrations/types/IntegrationsSyncStatsByTypeResponse.js +3 -0
  804. package/api/resources/integrations/types/IntegrationsSyncStatsByTypeResponse.ts +6 -0
  805. package/api/resources/integrations/types/IntegrationsSyncStatsRequestProvider.d.ts +6 -0
  806. package/api/resources/integrations/types/IntegrationsSyncStatsRequestProvider.js +6 -0
  807. package/api/resources/integrations/types/IntegrationsSyncStatsRequestProvider.ts +8 -0
  808. package/api/resources/integrations/types/IntegrationsSyncStatsResponse.d.ts +5 -0
  809. package/api/resources/integrations/types/IntegrationsSyncStatsResponse.js +3 -0
  810. package/api/resources/integrations/types/IntegrationsSyncStatsResponse.ts +6 -0
  811. package/api/resources/integrations/types/IntegrationsSyncToggleRequestProvider.d.ts +6 -0
  812. package/api/resources/integrations/types/IntegrationsSyncToggleRequestProvider.js +6 -0
  813. package/api/resources/integrations/types/IntegrationsSyncToggleRequestProvider.ts +8 -0
  814. package/api/resources/integrations/types/IntegrationsSyncToggleResponse.d.ts +4 -0
  815. package/api/resources/integrations/types/IntegrationsSyncToggleResponse.js +3 -0
  816. package/api/resources/integrations/types/IntegrationsSyncToggleResponse.ts +5 -0
  817. package/api/resources/integrations/types/IntegrationsTestRequestProvider.d.ts +6 -0
  818. package/api/resources/integrations/types/IntegrationsTestRequestProvider.js +6 -0
  819. package/api/resources/integrations/types/IntegrationsTestRequestProvider.ts +8 -0
  820. package/api/resources/integrations/types/IntegrationsTestResponse.d.ts +5 -0
  821. package/api/resources/integrations/types/IntegrationsTestResponse.js +3 -0
  822. package/api/resources/integrations/types/IntegrationsTestResponse.ts +6 -0
  823. package/api/resources/integrations/types/IntegrationsTriggerSyncRequestProvider.d.ts +6 -0
  824. package/api/resources/integrations/types/IntegrationsTriggerSyncRequestProvider.js +6 -0
  825. package/api/resources/integrations/types/IntegrationsTriggerSyncRequestProvider.ts +8 -0
  826. package/api/resources/integrations/types/IntegrationsTriggerSyncResponse.d.ts +5 -0
  827. package/api/resources/integrations/types/IntegrationsTriggerSyncResponse.js +3 -0
  828. package/api/resources/integrations/types/IntegrationsTriggerSyncResponse.ts +6 -0
  829. package/api/resources/integrations/types/IntegrationsUpdateStatusRequestProvider.d.ts +6 -0
  830. package/api/resources/integrations/types/IntegrationsUpdateStatusRequestProvider.js +6 -0
  831. package/api/resources/integrations/types/IntegrationsUpdateStatusRequestProvider.ts +8 -0
  832. package/api/resources/integrations/types/IntegrationsUpdateStatusResponse.d.ts +4 -0
  833. package/api/resources/integrations/types/IntegrationsUpdateStatusResponse.js +3 -0
  834. package/api/resources/integrations/types/IntegrationsUpdateStatusResponse.ts +5 -0
  835. package/api/resources/integrations/types/index.d.ts +51 -0
  836. package/api/resources/integrations/types/index.js +51 -0
  837. package/api/resources/integrations/types/index.ts +50 -0
  838. package/api/resources/invoices/client/Client.d.ts +297 -0
  839. package/api/resources/invoices/client/Client.js +964 -0
  840. package/api/resources/invoices/client/Client.ts +1290 -0
  841. package/api/resources/invoices/client/index.d.ts +2 -0
  842. package/api/resources/invoices/client/index.js +2 -0
  843. package/api/resources/invoices/client/index.ts +1 -0
  844. package/api/resources/invoices/client/requests/InvoicesCommentsAddRequest.d.ts +15 -0
  845. package/api/resources/invoices/client/requests/InvoicesCommentsAddRequest.js +3 -0
  846. package/api/resources/invoices/client/requests/InvoicesCommentsAddRequest.ts +16 -0
  847. package/api/resources/invoices/client/requests/InvoicesCommentsListRequest.d.ts +13 -0
  848. package/api/resources/invoices/client/requests/InvoicesCommentsListRequest.js +3 -0
  849. package/api/resources/invoices/client/requests/InvoicesCommentsListRequest.ts +14 -0
  850. package/api/resources/invoices/client/requests/InvoicesCreateRequest.d.ts +20 -0
  851. package/api/resources/invoices/client/requests/InvoicesCreateRequest.js +3 -0
  852. package/api/resources/invoices/client/requests/InvoicesCreateRequest.ts +22 -0
  853. package/api/resources/invoices/client/requests/InvoicesCreditEligibilityRequest.d.ts +10 -0
  854. package/api/resources/invoices/client/requests/InvoicesCreditEligibilityRequest.js +3 -0
  855. package/api/resources/invoices/client/requests/InvoicesCreditEligibilityRequest.ts +11 -0
  856. package/api/resources/invoices/client/requests/InvoicesCreditNoteIssueRequest.d.ts +56 -0
  857. package/api/resources/invoices/client/requests/InvoicesCreditNoteIssueRequest.js +23 -0
  858. package/api/resources/invoices/client/requests/InvoicesCreditNoteIssueRequest.ts +58 -0
  859. package/api/resources/invoices/client/requests/InvoicesCreditNotesListRequest.d.ts +10 -0
  860. package/api/resources/invoices/client/requests/InvoicesCreditNotesListRequest.js +3 -0
  861. package/api/resources/invoices/client/requests/InvoicesCreditNotesListRequest.ts +11 -0
  862. package/api/resources/invoices/client/requests/InvoicesDeleteRequest.d.ts +10 -0
  863. package/api/resources/invoices/client/requests/InvoicesDeleteRequest.js +3 -0
  864. package/api/resources/invoices/client/requests/InvoicesDeleteRequest.ts +11 -0
  865. package/api/resources/invoices/client/requests/InvoicesExternalBatchRequest.d.ts +74 -0
  866. package/api/resources/invoices/client/requests/InvoicesExternalBatchRequest.js +3 -0
  867. package/api/resources/invoices/client/requests/InvoicesExternalBatchRequest.ts +81 -0
  868. package/api/resources/invoices/client/requests/InvoicesExternalUpsertByExternalIdRequest.d.ts +50 -0
  869. package/api/resources/invoices/client/requests/InvoicesExternalUpsertByExternalIdRequest.js +3 -0
  870. package/api/resources/invoices/client/requests/InvoicesExternalUpsertByExternalIdRequest.ts +55 -0
  871. package/api/resources/invoices/client/requests/InvoicesFinalizeRequest.d.ts +12 -0
  872. package/api/resources/invoices/client/requests/InvoicesFinalizeRequest.js +3 -0
  873. package/api/resources/invoices/client/requests/InvoicesFinalizeRequest.ts +13 -0
  874. package/api/resources/invoices/client/requests/InvoicesListRequest.d.ts +15 -0
  875. package/api/resources/invoices/client/requests/InvoicesListRequest.js +3 -0
  876. package/api/resources/invoices/client/requests/InvoicesListRequest.ts +16 -0
  877. package/api/resources/invoices/client/requests/InvoicesPayRequest.d.ts +30 -0
  878. package/api/resources/invoices/client/requests/InvoicesPayRequest.js +12 -0
  879. package/api/resources/invoices/client/requests/InvoicesPayRequest.ts +32 -0
  880. package/api/resources/invoices/client/requests/InvoicesRefundRequest.d.ts +14 -0
  881. package/api/resources/invoices/client/requests/InvoicesRefundRequest.js +3 -0
  882. package/api/resources/invoices/client/requests/InvoicesRefundRequest.ts +15 -0
  883. package/api/resources/invoices/client/requests/InvoicesRejectRequest.d.ts +13 -0
  884. package/api/resources/invoices/client/requests/InvoicesRejectRequest.js +3 -0
  885. package/api/resources/invoices/client/requests/InvoicesRejectRequest.ts +14 -0
  886. package/api/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +10 -0
  887. package/api/resources/invoices/client/requests/InvoicesRetrieveRequest.js +3 -0
  888. package/api/resources/invoices/client/requests/InvoicesRetrieveRequest.ts +11 -0
  889. package/api/resources/invoices/client/requests/InvoicesSendRequest.d.ts +23 -0
  890. package/api/resources/invoices/client/requests/InvoicesSendRequest.js +11 -0
  891. package/api/resources/invoices/client/requests/InvoicesSendRequest.ts +25 -0
  892. package/api/resources/invoices/client/requests/InvoicesUpdateRequest.d.ts +65 -0
  893. package/api/resources/invoices/client/requests/InvoicesUpdateRequest.js +31 -0
  894. package/api/resources/invoices/client/requests/InvoicesUpdateRequest.ts +68 -0
  895. package/api/resources/invoices/client/requests/InvoicesVoidRequest.d.ts +12 -0
  896. package/api/resources/invoices/client/requests/InvoicesVoidRequest.js +3 -0
  897. package/api/resources/invoices/client/requests/InvoicesVoidRequest.ts +13 -0
  898. package/api/resources/invoices/client/requests/index.d.ts +19 -0
  899. package/api/resources/invoices/client/requests/index.js +5 -0
  900. package/api/resources/invoices/client/requests/index.ts +18 -0
  901. package/api/resources/invoices/index.d.ts +3 -0
  902. package/api/resources/invoices/index.js +3 -0
  903. package/api/resources/invoices/index.ts +2 -0
  904. package/api/resources/invoices/types/InvoicesExternalBatchResponse.d.ts +23 -0
  905. package/api/resources/invoices/types/InvoicesExternalBatchResponse.js +3 -0
  906. package/api/resources/invoices/types/InvoicesExternalBatchResponse.ts +26 -0
  907. package/api/resources/invoices/types/InvoicesExternalUpsertByExternalIdResponse.d.ts +3 -0
  908. package/api/resources/invoices/types/InvoicesExternalUpsertByExternalIdResponse.js +3 -0
  909. package/api/resources/invoices/types/InvoicesExternalUpsertByExternalIdResponse.ts +5 -0
  910. package/api/resources/invoices/types/index.d.ts +3 -0
  911. package/api/resources/invoices/types/index.js +3 -0
  912. package/api/resources/invoices/types/index.ts +2 -0
  913. package/api/resources/orders/client/Client.d.ts +123 -0
  914. package/api/resources/orders/client/Client.js +372 -0
  915. package/api/resources/orders/client/Client.ts +493 -0
  916. package/api/resources/orders/client/index.d.ts +2 -0
  917. package/api/resources/orders/client/index.js +2 -0
  918. package/api/resources/orders/client/index.ts +1 -0
  919. package/api/resources/orders/client/requests/CancelOrderRequest.d.ts +13 -0
  920. package/api/resources/orders/client/requests/CancelOrderRequest.js +3 -0
  921. package/api/resources/orders/client/requests/CancelOrderRequest.ts +14 -0
  922. package/api/resources/orders/client/requests/CreateOrderRequest.d.ts +50 -0
  923. package/api/resources/orders/client/requests/CreateOrderRequest.js +10 -0
  924. package/api/resources/orders/client/requests/CreateOrderRequest.ts +53 -0
  925. package/api/resources/orders/client/requests/FulfillOrderRequest.d.ts +19 -0
  926. package/api/resources/orders/client/requests/FulfillOrderRequest.js +3 -0
  927. package/api/resources/orders/client/requests/FulfillOrderRequest.ts +20 -0
  928. package/api/resources/orders/client/requests/OrdersListRequest.d.ts +24 -0
  929. package/api/resources/orders/client/requests/OrdersListRequest.js +3 -0
  930. package/api/resources/orders/client/requests/OrdersListRequest.ts +26 -0
  931. package/api/resources/orders/client/requests/OrdersRetrieveRequest.d.ts +11 -0
  932. package/api/resources/orders/client/requests/OrdersRetrieveRequest.js +3 -0
  933. package/api/resources/orders/client/requests/OrdersRetrieveRequest.ts +12 -0
  934. package/api/resources/orders/client/requests/PayOrderRequest.d.ts +17 -0
  935. package/api/resources/orders/client/requests/PayOrderRequest.js +3 -0
  936. package/api/resources/orders/client/requests/PayOrderRequest.ts +18 -0
  937. package/api/resources/orders/client/requests/index.d.ts +7 -0
  938. package/api/resources/orders/client/requests/index.js +2 -0
  939. package/api/resources/orders/client/requests/index.ts +6 -0
  940. package/api/resources/orders/index.d.ts +3 -0
  941. package/api/resources/orders/index.js +3 -0
  942. package/api/resources/orders/index.ts +2 -0
  943. package/api/resources/orders/types/OrdersListRequestBillingType.d.ts +7 -0
  944. package/api/resources/orders/types/OrdersListRequestBillingType.js +7 -0
  945. package/api/resources/orders/types/OrdersListRequestBillingType.ts +9 -0
  946. package/api/resources/orders/types/OrdersListRequestStatus.d.ts +12 -0
  947. package/api/resources/orders/types/OrdersListRequestStatus.js +12 -0
  948. package/api/resources/orders/types/OrdersListRequestStatus.ts +13 -0
  949. package/api/resources/orders/types/index.d.ts +3 -0
  950. package/api/resources/orders/types/index.js +3 -0
  951. package/api/resources/orders/types/index.ts +2 -0
  952. package/api/resources/paymentAttempts/client/Client.d.ts +165 -0
  953. package/api/resources/paymentAttempts/client/Client.js +537 -0
  954. package/api/resources/paymentAttempts/client/Client.ts +757 -0
  955. package/api/resources/paymentAttempts/client/index.d.ts +2 -0
  956. package/api/resources/paymentAttempts/client/index.js +2 -0
  957. package/api/resources/paymentAttempts/client/index.ts +1 -0
  958. package/api/resources/paymentAttempts/client/requests/CheckRetryEligibilityPaymentAttemptsRequest.d.ts +11 -0
  959. package/api/resources/paymentAttempts/client/requests/CheckRetryEligibilityPaymentAttemptsRequest.js +3 -0
  960. package/api/resources/paymentAttempts/client/requests/CheckRetryEligibilityPaymentAttemptsRequest.ts +12 -0
  961. package/api/resources/paymentAttempts/client/requests/GetByGatewayOrderIdPaymentAttemptsRequest.d.ts +11 -0
  962. package/api/resources/paymentAttempts/client/requests/GetByGatewayOrderIdPaymentAttemptsRequest.js +3 -0
  963. package/api/resources/paymentAttempts/client/requests/GetByGatewayOrderIdPaymentAttemptsRequest.ts +12 -0
  964. package/api/resources/paymentAttempts/client/requests/GetPaymentAttemptsRequest.d.ts +11 -0
  965. package/api/resources/paymentAttempts/client/requests/GetPaymentAttemptsRequest.js +3 -0
  966. package/api/resources/paymentAttempts/client/requests/GetPaymentAttemptsRequest.ts +12 -0
  967. package/api/resources/paymentAttempts/client/requests/GetSecurityResultPaymentAttemptsRequest.d.ts +11 -0
  968. package/api/resources/paymentAttempts/client/requests/GetSecurityResultPaymentAttemptsRequest.js +3 -0
  969. package/api/resources/paymentAttempts/client/requests/GetSecurityResultPaymentAttemptsRequest.ts +12 -0
  970. package/api/resources/paymentAttempts/client/requests/ListByInvoicePaymentAttemptsRequest.d.ts +13 -0
  971. package/api/resources/paymentAttempts/client/requests/ListByInvoicePaymentAttemptsRequest.js +3 -0
  972. package/api/resources/paymentAttempts/client/requests/ListByInvoicePaymentAttemptsRequest.ts +14 -0
  973. package/api/resources/paymentAttempts/client/requests/ListBySubscriptionPaymentAttemptsRequest.d.ts +13 -0
  974. package/api/resources/paymentAttempts/client/requests/ListBySubscriptionPaymentAttemptsRequest.js +3 -0
  975. package/api/resources/paymentAttempts/client/requests/ListBySubscriptionPaymentAttemptsRequest.ts +14 -0
  976. package/api/resources/paymentAttempts/client/requests/ListByTransactionPaymentAttemptsRequest.d.ts +11 -0
  977. package/api/resources/paymentAttempts/client/requests/ListByTransactionPaymentAttemptsRequest.js +3 -0
  978. package/api/resources/paymentAttempts/client/requests/ListByTransactionPaymentAttemptsRequest.ts +12 -0
  979. package/api/resources/paymentAttempts/client/requests/ListPaymentAttemptsRequest.d.ts +19 -0
  980. package/api/resources/paymentAttempts/client/requests/ListPaymentAttemptsRequest.js +3 -0
  981. package/api/resources/paymentAttempts/client/requests/ListPaymentAttemptsRequest.ts +20 -0
  982. package/api/resources/paymentAttempts/client/requests/index.d.ts +9 -0
  983. package/api/resources/paymentAttempts/client/requests/index.js +2 -0
  984. package/api/resources/paymentAttempts/client/requests/index.ts +8 -0
  985. package/api/resources/paymentAttempts/index.d.ts +4 -0
  986. package/api/resources/paymentAttempts/index.js +4 -0
  987. package/api/resources/paymentAttempts/index.ts +3 -0
  988. package/api/resources/paymentAttempts/resources/analytics/client/Client.d.ts +30 -0
  989. package/api/resources/paymentAttempts/resources/analytics/client/Client.js +70 -0
  990. package/api/resources/paymentAttempts/resources/analytics/client/Client.ts +102 -0
  991. package/api/resources/paymentAttempts/resources/analytics/client/index.d.ts +2 -0
  992. package/api/resources/paymentAttempts/resources/analytics/client/index.js +2 -0
  993. package/api/resources/paymentAttempts/resources/analytics/client/index.ts +1 -0
  994. package/api/resources/paymentAttempts/resources/analytics/client/requests/GetDeclinesAnalyticsRequest.d.ts +16 -0
  995. package/api/resources/paymentAttempts/resources/analytics/client/requests/GetDeclinesAnalyticsRequest.js +3 -0
  996. package/api/resources/paymentAttempts/resources/analytics/client/requests/GetDeclinesAnalyticsRequest.ts +17 -0
  997. package/api/resources/paymentAttempts/resources/analytics/client/requests/index.d.ts +2 -0
  998. package/api/resources/paymentAttempts/resources/analytics/client/requests/index.js +2 -0
  999. package/api/resources/paymentAttempts/resources/analytics/client/requests/index.ts +1 -0
  1000. package/api/resources/paymentAttempts/resources/analytics/index.d.ts +2 -0
  1001. package/api/resources/paymentAttempts/resources/analytics/index.js +2 -0
  1002. package/api/resources/paymentAttempts/resources/analytics/index.ts +1 -0
  1003. package/api/resources/paymentAttempts/resources/index.d.ts +3 -0
  1004. package/api/resources/paymentAttempts/resources/index.js +3 -0
  1005. package/api/resources/paymentAttempts/resources/index.ts +2 -0
  1006. package/api/resources/paymentAttempts/types/ListSecurityCodesPaymentAttemptsResponse.d.ts +32 -0
  1007. package/api/resources/paymentAttempts/types/ListSecurityCodesPaymentAttemptsResponse.js +3 -0
  1008. package/api/resources/paymentAttempts/types/ListSecurityCodesPaymentAttemptsResponse.ts +38 -0
  1009. package/api/resources/paymentAttempts/types/index.d.ts +2 -0
  1010. package/api/resources/paymentAttempts/types/index.js +2 -0
  1011. package/api/resources/paymentAttempts/types/index.ts +1 -0
  1012. package/api/resources/paymentIntents/client/Client.d.ts +132 -0
  1013. package/api/resources/paymentIntents/client/Client.js +410 -0
  1014. package/api/resources/paymentIntents/client/Client.ts +557 -0
  1015. package/api/resources/paymentIntents/client/index.d.ts +2 -0
  1016. package/api/resources/paymentIntents/client/index.js +2 -0
  1017. package/api/resources/paymentIntents/client/index.ts +1 -0
  1018. package/api/resources/paymentIntents/client/requests/CancelPaymentIntentRequest.d.ts +24 -0
  1019. package/api/resources/paymentIntents/client/requests/CancelPaymentIntentRequest.js +13 -0
  1020. package/api/resources/paymentIntents/client/requests/CancelPaymentIntentRequest.ts +26 -0
  1021. package/api/resources/paymentIntents/client/requests/CapturePaymentIntentRequest.d.ts +13 -0
  1022. package/api/resources/paymentIntents/client/requests/CapturePaymentIntentRequest.js +3 -0
  1023. package/api/resources/paymentIntents/client/requests/CapturePaymentIntentRequest.ts +14 -0
  1024. package/api/resources/paymentIntents/client/requests/ConfirmPaymentIntentRequest.d.ts +15 -0
  1025. package/api/resources/paymentIntents/client/requests/ConfirmPaymentIntentRequest.js +3 -0
  1026. package/api/resources/paymentIntents/client/requests/ConfirmPaymentIntentRequest.ts +16 -0
  1027. package/api/resources/paymentIntents/client/requests/CreatePaymentIntentRequest.d.ts +40 -0
  1028. package/api/resources/paymentIntents/client/requests/CreatePaymentIntentRequest.js +10 -0
  1029. package/api/resources/paymentIntents/client/requests/CreatePaymentIntentRequest.ts +42 -0
  1030. package/api/resources/paymentIntents/client/requests/PaymentIntentsListRequest.d.ts +22 -0
  1031. package/api/resources/paymentIntents/client/requests/PaymentIntentsListRequest.js +3 -0
  1032. package/api/resources/paymentIntents/client/requests/PaymentIntentsListRequest.ts +24 -0
  1033. package/api/resources/paymentIntents/client/requests/PaymentIntentsRetrieveRequest.d.ts +11 -0
  1034. package/api/resources/paymentIntents/client/requests/PaymentIntentsRetrieveRequest.js +3 -0
  1035. package/api/resources/paymentIntents/client/requests/PaymentIntentsRetrieveRequest.ts +12 -0
  1036. package/api/resources/paymentIntents/client/requests/UpdatePaymentIntentRequest.d.ts +27 -0
  1037. package/api/resources/paymentIntents/client/requests/UpdatePaymentIntentRequest.js +3 -0
  1038. package/api/resources/paymentIntents/client/requests/UpdatePaymentIntentRequest.ts +28 -0
  1039. package/api/resources/paymentIntents/client/requests/index.d.ts +8 -0
  1040. package/api/resources/paymentIntents/client/requests/index.js +3 -0
  1041. package/api/resources/paymentIntents/client/requests/index.ts +7 -0
  1042. package/api/resources/paymentIntents/index.d.ts +3 -0
  1043. package/api/resources/paymentIntents/index.js +3 -0
  1044. package/api/resources/paymentIntents/index.ts +2 -0
  1045. package/api/resources/paymentIntents/types/PaymentIntentsListRequestStatus.d.ts +11 -0
  1046. package/api/resources/paymentIntents/types/PaymentIntentsListRequestStatus.js +11 -0
  1047. package/api/resources/paymentIntents/types/PaymentIntentsListRequestStatus.ts +13 -0
  1048. package/api/resources/paymentIntents/types/index.d.ts +2 -0
  1049. package/api/resources/paymentIntents/types/index.js +2 -0
  1050. package/api/resources/paymentIntents/types/index.ts +1 -0
  1051. package/api/resources/paymentLinks/client/Client.d.ts +151 -0
  1052. package/api/resources/paymentLinks/client/Client.js +478 -0
  1053. package/api/resources/paymentLinks/client/Client.ts +629 -0
  1054. package/api/resources/paymentLinks/client/index.d.ts +2 -0
  1055. package/api/resources/paymentLinks/client/index.js +2 -0
  1056. package/api/resources/paymentLinks/client/index.ts +1 -0
  1057. package/api/resources/paymentLinks/client/requests/ActivatePaymentLinkRequest.d.ts +11 -0
  1058. package/api/resources/paymentLinks/client/requests/ActivatePaymentLinkRequest.js +3 -0
  1059. package/api/resources/paymentLinks/client/requests/ActivatePaymentLinkRequest.ts +12 -0
  1060. package/api/resources/paymentLinks/client/requests/ArchivePaymentLinkRequest.d.ts +11 -0
  1061. package/api/resources/paymentLinks/client/requests/ArchivePaymentLinkRequest.js +3 -0
  1062. package/api/resources/paymentLinks/client/requests/ArchivePaymentLinkRequest.ts +12 -0
  1063. package/api/resources/paymentLinks/client/requests/CreatePaymentLinkRequest.d.ts +86 -0
  1064. package/api/resources/paymentLinks/client/requests/CreatePaymentLinkRequest.js +37 -0
  1065. package/api/resources/paymentLinks/client/requests/CreatePaymentLinkRequest.ts +95 -0
  1066. package/api/resources/paymentLinks/client/requests/DeactivatePaymentLinkRequest.d.ts +11 -0
  1067. package/api/resources/paymentLinks/client/requests/DeactivatePaymentLinkRequest.js +3 -0
  1068. package/api/resources/paymentLinks/client/requests/DeactivatePaymentLinkRequest.ts +12 -0
  1069. package/api/resources/paymentLinks/client/requests/ExpirePaymentLinkRequest.d.ts +12 -0
  1070. package/api/resources/paymentLinks/client/requests/ExpirePaymentLinkRequest.js +3 -0
  1071. package/api/resources/paymentLinks/client/requests/ExpirePaymentLinkRequest.ts +13 -0
  1072. package/api/resources/paymentLinks/client/requests/GetPaymentLinkRequest.d.ts +11 -0
  1073. package/api/resources/paymentLinks/client/requests/GetPaymentLinkRequest.js +3 -0
  1074. package/api/resources/paymentLinks/client/requests/GetPaymentLinkRequest.ts +12 -0
  1075. package/api/resources/paymentLinks/client/requests/ListPaymentLinksRequest.d.ts +13 -0
  1076. package/api/resources/paymentLinks/client/requests/ListPaymentLinksRequest.js +3 -0
  1077. package/api/resources/paymentLinks/client/requests/ListPaymentLinksRequest.ts +15 -0
  1078. package/api/resources/paymentLinks/client/requests/UpdatePaymentLinkStatusRequest.d.ts +23 -0
  1079. package/api/resources/paymentLinks/client/requests/UpdatePaymentLinkStatusRequest.js +11 -0
  1080. package/api/resources/paymentLinks/client/requests/UpdatePaymentLinkStatusRequest.ts +25 -0
  1081. package/api/resources/paymentLinks/client/requests/index.d.ts +9 -0
  1082. package/api/resources/paymentLinks/client/requests/index.js +3 -0
  1083. package/api/resources/paymentLinks/client/requests/index.ts +8 -0
  1084. package/api/resources/paymentLinks/index.d.ts +3 -0
  1085. package/api/resources/paymentLinks/index.js +3 -0
  1086. package/api/resources/paymentLinks/index.ts +2 -0
  1087. package/api/resources/paymentLinks/types/ActivatePaymentLinkResponse.d.ts +16 -0
  1088. package/api/resources/paymentLinks/types/ActivatePaymentLinkResponse.js +10 -0
  1089. package/api/resources/paymentLinks/types/ActivatePaymentLinkResponse.ts +18 -0
  1090. package/api/resources/paymentLinks/types/ArchivePaymentLinkResponse.d.ts +16 -0
  1091. package/api/resources/paymentLinks/types/ArchivePaymentLinkResponse.js +10 -0
  1092. package/api/resources/paymentLinks/types/ArchivePaymentLinkResponse.ts +18 -0
  1093. package/api/resources/paymentLinks/types/CreatePaymentLinkResponse.d.ts +84 -0
  1094. package/api/resources/paymentLinks/types/CreatePaymentLinkResponse.js +39 -0
  1095. package/api/resources/paymentLinks/types/CreatePaymentLinkResponse.ts +91 -0
  1096. package/api/resources/paymentLinks/types/DeactivatePaymentLinkResponse.d.ts +16 -0
  1097. package/api/resources/paymentLinks/types/DeactivatePaymentLinkResponse.js +10 -0
  1098. package/api/resources/paymentLinks/types/DeactivatePaymentLinkResponse.ts +18 -0
  1099. package/api/resources/paymentLinks/types/ExpirePaymentLinkResponse.d.ts +84 -0
  1100. package/api/resources/paymentLinks/types/ExpirePaymentLinkResponse.js +39 -0
  1101. package/api/resources/paymentLinks/types/ExpirePaymentLinkResponse.ts +91 -0
  1102. package/api/resources/paymentLinks/types/GetPaymentLinkResponse.d.ts +84 -0
  1103. package/api/resources/paymentLinks/types/GetPaymentLinkResponse.js +39 -0
  1104. package/api/resources/paymentLinks/types/GetPaymentLinkResponse.ts +91 -0
  1105. package/api/resources/paymentLinks/types/ListPaymentLinksRequestMode.d.ts +7 -0
  1106. package/api/resources/paymentLinks/types/ListPaymentLinksRequestMode.js +7 -0
  1107. package/api/resources/paymentLinks/types/ListPaymentLinksRequestMode.ts +9 -0
  1108. package/api/resources/paymentLinks/types/ListPaymentLinksRequestStatus.d.ts +8 -0
  1109. package/api/resources/paymentLinks/types/ListPaymentLinksRequestStatus.js +8 -0
  1110. package/api/resources/paymentLinks/types/ListPaymentLinksRequestStatus.ts +10 -0
  1111. package/api/resources/paymentLinks/types/ListPaymentLinksResponse.d.ts +98 -0
  1112. package/api/resources/paymentLinks/types/ListPaymentLinksResponse.js +45 -0
  1113. package/api/resources/paymentLinks/types/ListPaymentLinksResponse.ts +108 -0
  1114. package/api/resources/paymentLinks/types/UpdatePaymentLinkStatusResponse.d.ts +16 -0
  1115. package/api/resources/paymentLinks/types/UpdatePaymentLinkStatusResponse.js +10 -0
  1116. package/api/resources/paymentLinks/types/UpdatePaymentLinkStatusResponse.ts +18 -0
  1117. package/api/resources/paymentLinks/types/index.d.ts +11 -0
  1118. package/api/resources/paymentLinks/types/index.js +11 -0
  1119. package/api/resources/paymentLinks/types/index.ts +10 -0
  1120. package/api/resources/paymentMethods/client/Client.d.ts +115 -0
  1121. package/api/resources/paymentMethods/client/Client.js +327 -0
  1122. package/api/resources/paymentMethods/client/Client.ts +428 -0
  1123. package/api/resources/paymentMethods/client/index.d.ts +2 -0
  1124. package/api/resources/paymentMethods/client/index.js +2 -0
  1125. package/api/resources/paymentMethods/client/index.ts +1 -0
  1126. package/api/resources/paymentMethods/client/requests/AttachPaymentMethodRequest.d.ts +14 -0
  1127. package/api/resources/paymentMethods/client/requests/AttachPaymentMethodRequest.js +3 -0
  1128. package/api/resources/paymentMethods/client/requests/AttachPaymentMethodRequest.ts +15 -0
  1129. package/api/resources/paymentMethods/client/requests/DetachPaymentMethodsRequest.d.ts +11 -0
  1130. package/api/resources/paymentMethods/client/requests/DetachPaymentMethodsRequest.js +3 -0
  1131. package/api/resources/paymentMethods/client/requests/DetachPaymentMethodsRequest.ts +12 -0
  1132. package/api/resources/paymentMethods/client/requests/ListPaymentMethodsRequest.d.ts +18 -0
  1133. package/api/resources/paymentMethods/client/requests/ListPaymentMethodsRequest.js +3 -0
  1134. package/api/resources/paymentMethods/client/requests/ListPaymentMethodsRequest.ts +20 -0
  1135. package/api/resources/paymentMethods/client/requests/RetrievePaymentMethodsRequest.d.ts +11 -0
  1136. package/api/resources/paymentMethods/client/requests/RetrievePaymentMethodsRequest.js +3 -0
  1137. package/api/resources/paymentMethods/client/requests/RetrievePaymentMethodsRequest.ts +12 -0
  1138. package/api/resources/paymentMethods/client/requests/UpdatePaymentMethodRequest.d.ts +15 -0
  1139. package/api/resources/paymentMethods/client/requests/UpdatePaymentMethodRequest.js +3 -0
  1140. package/api/resources/paymentMethods/client/requests/UpdatePaymentMethodRequest.ts +17 -0
  1141. package/api/resources/paymentMethods/client/requests/index.d.ts +6 -0
  1142. package/api/resources/paymentMethods/client/requests/index.js +2 -0
  1143. package/api/resources/paymentMethods/client/requests/index.ts +5 -0
  1144. package/api/resources/paymentMethods/index.d.ts +3 -0
  1145. package/api/resources/paymentMethods/index.js +3 -0
  1146. package/api/resources/paymentMethods/index.ts +2 -0
  1147. package/api/resources/paymentMethods/types/ListPaymentMethodsRequestType.d.ts +8 -0
  1148. package/api/resources/paymentMethods/types/ListPaymentMethodsRequestType.js +8 -0
  1149. package/api/resources/paymentMethods/types/ListPaymentMethodsRequestType.ts +10 -0
  1150. package/api/resources/paymentMethods/types/index.d.ts +2 -0
  1151. package/api/resources/paymentMethods/types/index.js +2 -0
  1152. package/api/resources/paymentMethods/types/index.ts +1 -0
  1153. package/api/resources/payments/client/Client.d.ts +86 -0
  1154. package/api/resources/payments/client/Client.js +253 -0
  1155. package/api/resources/payments/client/Client.ts +341 -0
  1156. package/api/resources/payments/client/index.d.ts +2 -0
  1157. package/api/resources/payments/client/index.js +2 -0
  1158. package/api/resources/payments/client/index.ts +1 -0
  1159. package/api/resources/payments/client/requests/CancelPaymentRequest.d.ts +13 -0
  1160. package/api/resources/payments/client/requests/CancelPaymentRequest.js +3 -0
  1161. package/api/resources/payments/client/requests/CancelPaymentRequest.ts +14 -0
  1162. package/api/resources/payments/client/requests/CapturePaymentRequest.d.ts +13 -0
  1163. package/api/resources/payments/client/requests/CapturePaymentRequest.js +3 -0
  1164. package/api/resources/payments/client/requests/CapturePaymentRequest.ts +14 -0
  1165. package/api/resources/payments/client/requests/PaymentsListRequest.d.ts +26 -0
  1166. package/api/resources/payments/client/requests/PaymentsListRequest.js +3 -0
  1167. package/api/resources/payments/client/requests/PaymentsListRequest.ts +28 -0
  1168. package/api/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +11 -0
  1169. package/api/resources/payments/client/requests/PaymentsRetrieveRequest.js +3 -0
  1170. package/api/resources/payments/client/requests/PaymentsRetrieveRequest.ts +12 -0
  1171. package/api/resources/payments/client/requests/index.d.ts +5 -0
  1172. package/api/resources/payments/client/requests/index.js +2 -0
  1173. package/api/resources/payments/client/requests/index.ts +4 -0
  1174. package/api/resources/payments/index.d.ts +3 -0
  1175. package/api/resources/payments/index.js +3 -0
  1176. package/api/resources/payments/index.ts +2 -0
  1177. package/api/resources/payments/types/PaymentsListRequestPaymentChannel.d.ts +9 -0
  1178. package/api/resources/payments/types/PaymentsListRequestPaymentChannel.js +9 -0
  1179. package/api/resources/payments/types/PaymentsListRequestPaymentChannel.ts +11 -0
  1180. package/api/resources/payments/types/PaymentsListRequestStatus.d.ts +13 -0
  1181. package/api/resources/payments/types/PaymentsListRequestStatus.js +13 -0
  1182. package/api/resources/payments/types/PaymentsListRequestStatus.ts +14 -0
  1183. package/api/resources/payments/types/index.d.ts +3 -0
  1184. package/api/resources/payments/types/index.js +3 -0
  1185. package/api/resources/payments/types/index.ts +2 -0
  1186. package/api/resources/payouts/client/Client.d.ts +72 -0
  1187. package/api/resources/payouts/client/Client.js +199 -0
  1188. package/api/resources/payouts/client/Client.ts +260 -0
  1189. package/api/resources/payouts/client/index.d.ts +2 -0
  1190. package/api/resources/payouts/client/index.js +2 -0
  1191. package/api/resources/payouts/client/index.ts +1 -0
  1192. package/api/resources/payouts/client/requests/PayoutsListRequest.d.ts +24 -0
  1193. package/api/resources/payouts/client/requests/PayoutsListRequest.js +3 -0
  1194. package/api/resources/payouts/client/requests/PayoutsListRequest.ts +26 -0
  1195. package/api/resources/payouts/client/requests/PayoutsPaymentsListRequest.d.ts +15 -0
  1196. package/api/resources/payouts/client/requests/PayoutsPaymentsListRequest.js +3 -0
  1197. package/api/resources/payouts/client/requests/PayoutsPaymentsListRequest.ts +16 -0
  1198. package/api/resources/payouts/client/requests/PayoutsRetrieveRequest.d.ts +11 -0
  1199. package/api/resources/payouts/client/requests/PayoutsRetrieveRequest.js +3 -0
  1200. package/api/resources/payouts/client/requests/PayoutsRetrieveRequest.ts +12 -0
  1201. package/api/resources/payouts/client/requests/index.d.ts +4 -0
  1202. package/api/resources/payouts/client/requests/index.js +2 -0
  1203. package/api/resources/payouts/client/requests/index.ts +3 -0
  1204. package/api/resources/payouts/index.d.ts +3 -0
  1205. package/api/resources/payouts/index.js +3 -0
  1206. package/api/resources/payouts/index.ts +2 -0
  1207. package/api/resources/payouts/types/PayoutsListRequestStatus.d.ts +10 -0
  1208. package/api/resources/payouts/types/PayoutsListRequestStatus.js +10 -0
  1209. package/api/resources/payouts/types/PayoutsListRequestStatus.ts +11 -0
  1210. package/api/resources/payouts/types/PayoutsListResponse.d.ts +14 -0
  1211. package/api/resources/payouts/types/PayoutsListResponse.js +3 -0
  1212. package/api/resources/payouts/types/PayoutsListResponse.ts +17 -0
  1213. package/api/resources/payouts/types/PayoutsPaymentsListResponse.d.ts +14 -0
  1214. package/api/resources/payouts/types/PayoutsPaymentsListResponse.js +3 -0
  1215. package/api/resources/payouts/types/PayoutsPaymentsListResponse.ts +17 -0
  1216. package/api/resources/payouts/types/PayoutsRetrieveResponse.d.ts +5 -0
  1217. package/api/resources/payouts/types/PayoutsRetrieveResponse.js +3 -0
  1218. package/api/resources/payouts/types/PayoutsRetrieveResponse.ts +7 -0
  1219. package/api/resources/payouts/types/index.d.ts +5 -0
  1220. package/api/resources/payouts/types/index.js +5 -0
  1221. package/api/resources/payouts/types/index.ts +4 -0
  1222. package/api/resources/prices/client/Client.d.ts +100 -0
  1223. package/api/resources/prices/client/Client.js +303 -0
  1224. package/api/resources/prices/client/Client.ts +408 -0
  1225. package/api/resources/prices/client/index.d.ts +2 -0
  1226. package/api/resources/prices/client/index.js +2 -0
  1227. package/api/resources/prices/client/index.ts +1 -0
  1228. package/api/resources/prices/client/requests/CreatePriceRequest.d.ts +62 -0
  1229. package/api/resources/prices/client/requests/CreatePriceRequest.js +23 -0
  1230. package/api/resources/prices/client/requests/CreatePriceRequest.ts +64 -0
  1231. package/api/resources/prices/client/requests/PricesArchiveRequest.d.ts +11 -0
  1232. package/api/resources/prices/client/requests/PricesArchiveRequest.js +3 -0
  1233. package/api/resources/prices/client/requests/PricesArchiveRequest.ts +12 -0
  1234. package/api/resources/prices/client/requests/PricesListRequest.d.ts +26 -0
  1235. package/api/resources/prices/client/requests/PricesListRequest.js +3 -0
  1236. package/api/resources/prices/client/requests/PricesListRequest.ts +28 -0
  1237. package/api/resources/prices/client/requests/PricesRetrieveRequest.d.ts +11 -0
  1238. package/api/resources/prices/client/requests/PricesRetrieveRequest.js +3 -0
  1239. package/api/resources/prices/client/requests/PricesRetrieveRequest.ts +12 -0
  1240. package/api/resources/prices/client/requests/UpdatePriceRequest.d.ts +19 -0
  1241. package/api/resources/prices/client/requests/UpdatePriceRequest.js +3 -0
  1242. package/api/resources/prices/client/requests/UpdatePriceRequest.ts +20 -0
  1243. package/api/resources/prices/client/requests/index.d.ts +6 -0
  1244. package/api/resources/prices/client/requests/index.js +2 -0
  1245. package/api/resources/prices/client/requests/index.ts +5 -0
  1246. package/api/resources/prices/index.d.ts +3 -0
  1247. package/api/resources/prices/index.js +3 -0
  1248. package/api/resources/prices/index.ts +2 -0
  1249. package/api/resources/prices/types/PricesListRequestActive.d.ts +7 -0
  1250. package/api/resources/prices/types/PricesListRequestActive.js +7 -0
  1251. package/api/resources/prices/types/PricesListRequestActive.ts +8 -0
  1252. package/api/resources/prices/types/PricesListRequestPricingModel.d.ts +8 -0
  1253. package/api/resources/prices/types/PricesListRequestPricingModel.js +8 -0
  1254. package/api/resources/prices/types/PricesListRequestPricingModel.ts +10 -0
  1255. package/api/resources/prices/types/PricesListRequestType.d.ts +7 -0
  1256. package/api/resources/prices/types/PricesListRequestType.js +7 -0
  1257. package/api/resources/prices/types/PricesListRequestType.ts +8 -0
  1258. package/api/resources/prices/types/index.d.ts +4 -0
  1259. package/api/resources/prices/types/index.js +4 -0
  1260. package/api/resources/prices/types/index.ts +3 -0
  1261. package/api/resources/products/client/Client.d.ts +130 -0
  1262. package/api/resources/products/client/Client.js +379 -0
  1263. package/api/resources/products/client/Client.ts +496 -0
  1264. package/api/resources/products/client/index.d.ts +2 -0
  1265. package/api/resources/products/client/index.js +2 -0
  1266. package/api/resources/products/client/index.ts +1 -0
  1267. package/api/resources/products/client/requests/CreateProductRequest.d.ts +78 -0
  1268. package/api/resources/products/client/requests/CreateProductRequest.js +38 -0
  1269. package/api/resources/products/client/requests/CreateProductRequest.ts +80 -0
  1270. package/api/resources/products/client/requests/ProductsExternalBatchRequest.d.ts +65 -0
  1271. package/api/resources/products/client/requests/ProductsExternalBatchRequest.js +23 -0
  1272. package/api/resources/products/client/requests/ProductsExternalBatchRequest.ts +69 -0
  1273. package/api/resources/products/client/requests/ProductsExternalUpsertRequest.d.ts +56 -0
  1274. package/api/resources/products/client/requests/ProductsExternalUpsertRequest.js +17 -0
  1275. package/api/resources/products/client/requests/ProductsExternalUpsertRequest.ts +58 -0
  1276. package/api/resources/products/client/requests/ProductsListRequest.d.ts +13 -0
  1277. package/api/resources/products/client/requests/ProductsListRequest.js +3 -0
  1278. package/api/resources/products/client/requests/ProductsListRequest.ts +14 -0
  1279. package/api/resources/products/client/requests/ProductsRetrieveRequest.d.ts +10 -0
  1280. package/api/resources/products/client/requests/ProductsRetrieveRequest.js +3 -0
  1281. package/api/resources/products/client/requests/ProductsRetrieveRequest.ts +11 -0
  1282. package/api/resources/products/client/requests/UpdateProductRequest.d.ts +58 -0
  1283. package/api/resources/products/client/requests/UpdateProductRequest.js +28 -0
  1284. package/api/resources/products/client/requests/UpdateProductRequest.ts +60 -0
  1285. package/api/resources/products/client/requests/index.d.ts +7 -0
  1286. package/api/resources/products/client/requests/index.js +5 -0
  1287. package/api/resources/products/client/requests/index.ts +6 -0
  1288. package/api/resources/products/index.d.ts +3 -0
  1289. package/api/resources/products/index.js +3 -0
  1290. package/api/resources/products/index.ts +2 -0
  1291. package/api/resources/products/types/ProductsExternalBatchResponse.d.ts +20 -0
  1292. package/api/resources/products/types/ProductsExternalBatchResponse.js +3 -0
  1293. package/api/resources/products/types/ProductsExternalBatchResponse.ts +23 -0
  1294. package/api/resources/products/types/ProductsExternalUpsertResponse.d.ts +32 -0
  1295. package/api/resources/products/types/ProductsExternalUpsertResponse.js +12 -0
  1296. package/api/resources/products/types/ProductsExternalUpsertResponse.ts +35 -0
  1297. package/api/resources/products/types/index.d.ts +3 -0
  1298. package/api/resources/products/types/index.js +3 -0
  1299. package/api/resources/products/types/index.ts +2 -0
  1300. package/api/resources/refunds/client/Client.d.ts +75 -0
  1301. package/api/resources/refunds/client/Client.js +202 -0
  1302. package/api/resources/refunds/client/Client.ts +272 -0
  1303. package/api/resources/refunds/client/index.d.ts +2 -0
  1304. package/api/resources/refunds/client/index.js +2 -0
  1305. package/api/resources/refunds/client/index.ts +1 -0
  1306. package/api/resources/refunds/client/requests/CreateRefundInput.d.ts +30 -0
  1307. package/api/resources/refunds/client/requests/CreateRefundInput.js +15 -0
  1308. package/api/resources/refunds/client/requests/CreateRefundInput.ts +32 -0
  1309. package/api/resources/refunds/client/requests/RefundsListRequest.d.ts +28 -0
  1310. package/api/resources/refunds/client/requests/RefundsListRequest.js +3 -0
  1311. package/api/resources/refunds/client/requests/RefundsListRequest.ts +30 -0
  1312. package/api/resources/refunds/client/requests/RefundsRetrieveRequest.d.ts +11 -0
  1313. package/api/resources/refunds/client/requests/RefundsRetrieveRequest.js +3 -0
  1314. package/api/resources/refunds/client/requests/RefundsRetrieveRequest.ts +12 -0
  1315. package/api/resources/refunds/client/requests/index.d.ts +4 -0
  1316. package/api/resources/refunds/client/requests/index.js +2 -0
  1317. package/api/resources/refunds/client/requests/index.ts +3 -0
  1318. package/api/resources/refunds/index.d.ts +3 -0
  1319. package/api/resources/refunds/index.js +3 -0
  1320. package/api/resources/refunds/index.ts +2 -0
  1321. package/api/resources/refunds/types/RefundsListRequestReason.d.ts +12 -0
  1322. package/api/resources/refunds/types/RefundsListRequestReason.js +12 -0
  1323. package/api/resources/refunds/types/RefundsListRequestReason.ts +13 -0
  1324. package/api/resources/refunds/types/RefundsListRequestStatus.d.ts +10 -0
  1325. package/api/resources/refunds/types/RefundsListRequestStatus.js +10 -0
  1326. package/api/resources/refunds/types/RefundsListRequestStatus.ts +11 -0
  1327. package/api/resources/refunds/types/index.d.ts +3 -0
  1328. package/api/resources/refunds/types/index.js +3 -0
  1329. package/api/resources/refunds/types/index.ts +2 -0
  1330. package/api/resources/setupIntents/client/Client.d.ts +144 -0
  1331. package/api/resources/setupIntents/client/Client.js +400 -0
  1332. package/api/resources/setupIntents/client/Client.ts +518 -0
  1333. package/api/resources/setupIntents/client/index.d.ts +2 -0
  1334. package/api/resources/setupIntents/client/index.js +2 -0
  1335. package/api/resources/setupIntents/client/index.ts +1 -0
  1336. package/api/resources/setupIntents/client/requests/CancelSetupIntentRequest.d.ts +22 -0
  1337. package/api/resources/setupIntents/client/requests/CancelSetupIntentRequest.js +11 -0
  1338. package/api/resources/setupIntents/client/requests/CancelSetupIntentRequest.ts +24 -0
  1339. package/api/resources/setupIntents/client/requests/ConfirmSetupIntentRequest.d.ts +15 -0
  1340. package/api/resources/setupIntents/client/requests/ConfirmSetupIntentRequest.js +3 -0
  1341. package/api/resources/setupIntents/client/requests/ConfirmSetupIntentRequest.ts +16 -0
  1342. package/api/resources/setupIntents/client/requests/CreateSetupIntentRequest.d.ts +25 -0
  1343. package/api/resources/setupIntents/client/requests/CreateSetupIntentRequest.js +10 -0
  1344. package/api/resources/setupIntents/client/requests/CreateSetupIntentRequest.ts +27 -0
  1345. package/api/resources/setupIntents/client/requests/ListSetupIntentsRequest.d.ts +18 -0
  1346. package/api/resources/setupIntents/client/requests/ListSetupIntentsRequest.js +3 -0
  1347. package/api/resources/setupIntents/client/requests/ListSetupIntentsRequest.ts +20 -0
  1348. package/api/resources/setupIntents/client/requests/RetrieveSetupIntentsRequest.d.ts +11 -0
  1349. package/api/resources/setupIntents/client/requests/RetrieveSetupIntentsRequest.js +3 -0
  1350. package/api/resources/setupIntents/client/requests/RetrieveSetupIntentsRequest.ts +12 -0
  1351. package/api/resources/setupIntents/client/requests/UpdateSetupIntentRequest.d.ts +19 -0
  1352. package/api/resources/setupIntents/client/requests/UpdateSetupIntentRequest.js +3 -0
  1353. package/api/resources/setupIntents/client/requests/UpdateSetupIntentRequest.ts +20 -0
  1354. package/api/resources/setupIntents/client/requests/index.d.ts +7 -0
  1355. package/api/resources/setupIntents/client/requests/index.js +3 -0
  1356. package/api/resources/setupIntents/client/requests/index.ts +6 -0
  1357. package/api/resources/setupIntents/index.d.ts +3 -0
  1358. package/api/resources/setupIntents/index.js +3 -0
  1359. package/api/resources/setupIntents/index.ts +2 -0
  1360. package/api/resources/setupIntents/types/ListSetupIntentsRequestStatus.d.ts +11 -0
  1361. package/api/resources/setupIntents/types/ListSetupIntentsRequestStatus.js +11 -0
  1362. package/api/resources/setupIntents/types/ListSetupIntentsRequestStatus.ts +13 -0
  1363. package/api/resources/setupIntents/types/index.d.ts +2 -0
  1364. package/api/resources/setupIntents/types/index.js +2 -0
  1365. package/api/resources/setupIntents/types/index.ts +1 -0
  1366. package/api/resources/subscriptionSchedules/client/Client.d.ts +122 -0
  1367. package/api/resources/subscriptionSchedules/client/Client.js +372 -0
  1368. package/api/resources/subscriptionSchedules/client/Client.ts +503 -0
  1369. package/api/resources/subscriptionSchedules/client/index.d.ts +2 -0
  1370. package/api/resources/subscriptionSchedules/client/index.js +2 -0
  1371. package/api/resources/subscriptionSchedules/client/index.ts +1 -0
  1372. package/api/resources/subscriptionSchedules/client/requests/CancelSubscriptionScheduleRequest.d.ts +15 -0
  1373. package/api/resources/subscriptionSchedules/client/requests/CancelSubscriptionScheduleRequest.js +3 -0
  1374. package/api/resources/subscriptionSchedules/client/requests/CancelSubscriptionScheduleRequest.ts +16 -0
  1375. package/api/resources/subscriptionSchedules/client/requests/CreateSubscriptionScheduleRequest.d.ts +39 -0
  1376. package/api/resources/subscriptionSchedules/client/requests/CreateSubscriptionScheduleRequest.js +10 -0
  1377. package/api/resources/subscriptionSchedules/client/requests/CreateSubscriptionScheduleRequest.ts +42 -0
  1378. package/api/resources/subscriptionSchedules/client/requests/ReleaseSubscriptionScheduleRequest.d.ts +13 -0
  1379. package/api/resources/subscriptionSchedules/client/requests/ReleaseSubscriptionScheduleRequest.js +3 -0
  1380. package/api/resources/subscriptionSchedules/client/requests/ReleaseSubscriptionScheduleRequest.ts +14 -0
  1381. package/api/resources/subscriptionSchedules/client/requests/SubscriptionSchedulesListRequest.d.ts +24 -0
  1382. package/api/resources/subscriptionSchedules/client/requests/SubscriptionSchedulesListRequest.js +3 -0
  1383. package/api/resources/subscriptionSchedules/client/requests/SubscriptionSchedulesListRequest.ts +26 -0
  1384. package/api/resources/subscriptionSchedules/client/requests/SubscriptionSchedulesRetrieveRequest.d.ts +11 -0
  1385. package/api/resources/subscriptionSchedules/client/requests/SubscriptionSchedulesRetrieveRequest.js +3 -0
  1386. package/api/resources/subscriptionSchedules/client/requests/SubscriptionSchedulesRetrieveRequest.ts +12 -0
  1387. package/api/resources/subscriptionSchedules/client/requests/UpdateSubscriptionScheduleRequest.d.ts +35 -0
  1388. package/api/resources/subscriptionSchedules/client/requests/UpdateSubscriptionScheduleRequest.js +16 -0
  1389. package/api/resources/subscriptionSchedules/client/requests/UpdateSubscriptionScheduleRequest.ts +38 -0
  1390. package/api/resources/subscriptionSchedules/client/requests/index.d.ts +7 -0
  1391. package/api/resources/subscriptionSchedules/client/requests/index.js +3 -0
  1392. package/api/resources/subscriptionSchedules/client/requests/index.ts +6 -0
  1393. package/api/resources/subscriptionSchedules/index.d.ts +3 -0
  1394. package/api/resources/subscriptionSchedules/index.js +3 -0
  1395. package/api/resources/subscriptionSchedules/index.ts +2 -0
  1396. package/api/resources/subscriptionSchedules/types/SubscriptionSchedulesListRequestStatus.d.ts +10 -0
  1397. package/api/resources/subscriptionSchedules/types/SubscriptionSchedulesListRequestStatus.js +10 -0
  1398. package/api/resources/subscriptionSchedules/types/SubscriptionSchedulesListRequestStatus.ts +12 -0
  1399. package/api/resources/subscriptionSchedules/types/index.d.ts +2 -0
  1400. package/api/resources/subscriptionSchedules/types/index.js +2 -0
  1401. package/api/resources/subscriptionSchedules/types/index.ts +1 -0
  1402. package/api/resources/subscriptions/client/Client.d.ts +309 -0
  1403. package/api/resources/subscriptions/client/Client.js +971 -0
  1404. package/api/resources/subscriptions/client/Client.ts +1293 -0
  1405. package/api/resources/subscriptions/client/index.d.ts +2 -0
  1406. package/api/resources/subscriptions/client/index.js +2 -0
  1407. package/api/resources/subscriptions/client/index.ts +1 -0
  1408. package/api/resources/subscriptions/client/requests/CancelSubscriptionInput.d.ts +24 -0
  1409. package/api/resources/subscriptions/client/requests/CancelSubscriptionInput.js +10 -0
  1410. package/api/resources/subscriptions/client/requests/CancelSubscriptionInput.ts +26 -0
  1411. package/api/resources/subscriptions/client/requests/CreateSubscriptionItemInput.d.ts +38 -0
  1412. package/api/resources/subscriptions/client/requests/CreateSubscriptionItemInput.js +11 -0
  1413. package/api/resources/subscriptions/client/requests/CreateSubscriptionItemInput.ts +40 -0
  1414. package/api/resources/subscriptions/client/requests/PauseSubscriptionInput.d.ts +24 -0
  1415. package/api/resources/subscriptions/client/requests/PauseSubscriptionInput.js +11 -0
  1416. package/api/resources/subscriptions/client/requests/PauseSubscriptionInput.ts +26 -0
  1417. package/api/resources/subscriptions/client/requests/SubscriptionItemsDeleteRequest.d.ts +14 -0
  1418. package/api/resources/subscriptions/client/requests/SubscriptionItemsDeleteRequest.js +3 -0
  1419. package/api/resources/subscriptions/client/requests/SubscriptionItemsDeleteRequest.ts +15 -0
  1420. package/api/resources/subscriptions/client/requests/SubscriptionItemsListRequest.d.ts +15 -0
  1421. package/api/resources/subscriptions/client/requests/SubscriptionItemsListRequest.js +3 -0
  1422. package/api/resources/subscriptions/client/requests/SubscriptionItemsListRequest.ts +16 -0
  1423. package/api/resources/subscriptions/client/requests/SubscriptionsCancelRequest.d.ts +11 -0
  1424. package/api/resources/subscriptions/client/requests/SubscriptionsCancelRequest.js +3 -0
  1425. package/api/resources/subscriptions/client/requests/SubscriptionsCancelRequest.ts +12 -0
  1426. package/api/resources/subscriptions/client/requests/SubscriptionsChangePlanRequest.d.ts +24 -0
  1427. package/api/resources/subscriptions/client/requests/SubscriptionsChangePlanRequest.js +10 -0
  1428. package/api/resources/subscriptions/client/requests/SubscriptionsChangePlanRequest.ts +26 -0
  1429. package/api/resources/subscriptions/client/requests/SubscriptionsChangeQuantityRequest.d.ts +24 -0
  1430. package/api/resources/subscriptions/client/requests/SubscriptionsChangeQuantityRequest.js +10 -0
  1431. package/api/resources/subscriptions/client/requests/SubscriptionsChangeQuantityRequest.ts +26 -0
  1432. package/api/resources/subscriptions/client/requests/SubscriptionsCreateRequest.d.ts +42 -0
  1433. package/api/resources/subscriptions/client/requests/SubscriptionsCreateRequest.js +15 -0
  1434. package/api/resources/subscriptions/client/requests/SubscriptionsCreateRequest.ts +44 -0
  1435. package/api/resources/subscriptions/client/requests/SubscriptionsListRequest.d.ts +16 -0
  1436. package/api/resources/subscriptions/client/requests/SubscriptionsListRequest.js +3 -0
  1437. package/api/resources/subscriptions/client/requests/SubscriptionsListRequest.ts +18 -0
  1438. package/api/resources/subscriptions/client/requests/SubscriptionsPreviewRenewalRequest.d.ts +12 -0
  1439. package/api/resources/subscriptions/client/requests/SubscriptionsPreviewRenewalRequest.js +3 -0
  1440. package/api/resources/subscriptions/client/requests/SubscriptionsPreviewRenewalRequest.ts +13 -0
  1441. package/api/resources/subscriptions/client/requests/SubscriptionsReactivateRequest.d.ts +11 -0
  1442. package/api/resources/subscriptions/client/requests/SubscriptionsReactivateRequest.js +3 -0
  1443. package/api/resources/subscriptions/client/requests/SubscriptionsReactivateRequest.ts +12 -0
  1444. package/api/resources/subscriptions/client/requests/SubscriptionsResumeRequest.d.ts +11 -0
  1445. package/api/resources/subscriptions/client/requests/SubscriptionsResumeRequest.js +3 -0
  1446. package/api/resources/subscriptions/client/requests/SubscriptionsResumeRequest.ts +12 -0
  1447. package/api/resources/subscriptions/client/requests/SubscriptionsRetrieveRequest.d.ts +11 -0
  1448. package/api/resources/subscriptions/client/requests/SubscriptionsRetrieveRequest.js +3 -0
  1449. package/api/resources/subscriptions/client/requests/SubscriptionsRetrieveRequest.ts +12 -0
  1450. package/api/resources/subscriptions/client/requests/SubscriptionsUpdateRequest.d.ts +30 -0
  1451. package/api/resources/subscriptions/client/requests/SubscriptionsUpdateRequest.js +13 -0
  1452. package/api/resources/subscriptions/client/requests/SubscriptionsUpdateRequest.ts +32 -0
  1453. package/api/resources/subscriptions/client/requests/UpdateSubscriptionItemInput.d.ts +33 -0
  1454. package/api/resources/subscriptions/client/requests/UpdateSubscriptionItemInput.js +11 -0
  1455. package/api/resources/subscriptions/client/requests/UpdateSubscriptionItemInput.ts +35 -0
  1456. package/api/resources/subscriptions/client/requests/index.d.ts +17 -0
  1457. package/api/resources/subscriptions/client/requests/index.js +9 -0
  1458. package/api/resources/subscriptions/client/requests/index.ts +16 -0
  1459. package/api/resources/subscriptions/index.d.ts +3 -0
  1460. package/api/resources/subscriptions/index.js +3 -0
  1461. package/api/resources/subscriptions/index.ts +2 -0
  1462. package/api/resources/subscriptions/types/SubscriptionsListRequestStatus.d.ts +12 -0
  1463. package/api/resources/subscriptions/types/SubscriptionsListRequestStatus.js +12 -0
  1464. package/api/resources/subscriptions/types/SubscriptionsListRequestStatus.ts +14 -0
  1465. package/api/resources/subscriptions/types/index.d.ts +2 -0
  1466. package/api/resources/subscriptions/types/index.js +2 -0
  1467. package/api/resources/subscriptions/types/index.ts +1 -0
  1468. package/api/resources/syncState/client/Client.d.ts +52 -0
  1469. package/api/resources/syncState/client/Client.js +129 -0
  1470. package/api/resources/syncState/client/Client.ts +183 -0
  1471. package/api/resources/syncState/client/index.d.ts +2 -0
  1472. package/api/resources/syncState/client/index.js +2 -0
  1473. package/api/resources/syncState/client/index.ts +1 -0
  1474. package/api/resources/syncState/client/requests/SyncStateListRequest.d.ts +14 -0
  1475. package/api/resources/syncState/client/requests/SyncStateListRequest.js +3 -0
  1476. package/api/resources/syncState/client/requests/SyncStateListRequest.ts +15 -0
  1477. package/api/resources/syncState/client/requests/SyncStateUpdateRequest.d.ts +31 -0
  1478. package/api/resources/syncState/client/requests/SyncStateUpdateRequest.js +11 -0
  1479. package/api/resources/syncState/client/requests/SyncStateUpdateRequest.ts +33 -0
  1480. package/api/resources/syncState/client/requests/index.d.ts +3 -0
  1481. package/api/resources/syncState/client/requests/index.js +2 -0
  1482. package/api/resources/syncState/client/requests/index.ts +2 -0
  1483. package/api/resources/syncState/index.d.ts +3 -0
  1484. package/api/resources/syncState/index.js +3 -0
  1485. package/api/resources/syncState/index.ts +2 -0
  1486. package/api/resources/syncState/types/SyncStateListResponse.d.ts +31 -0
  1487. package/api/resources/syncState/types/SyncStateListResponse.js +17 -0
  1488. package/api/resources/syncState/types/SyncStateListResponse.ts +35 -0
  1489. package/api/resources/syncState/types/SyncStateUpdateResponse.d.ts +29 -0
  1490. package/api/resources/syncState/types/SyncStateUpdateResponse.js +14 -0
  1491. package/api/resources/syncState/types/SyncStateUpdateResponse.ts +32 -0
  1492. package/api/resources/syncState/types/index.d.ts +3 -0
  1493. package/api/resources/syncState/types/index.js +3 -0
  1494. package/api/resources/syncState/types/index.ts +2 -0
  1495. package/api/resources/taxRates/client/Client.d.ts +93 -0
  1496. package/api/resources/taxRates/client/Client.js +293 -0
  1497. package/api/resources/taxRates/client/Client.ts +397 -0
  1498. package/api/resources/taxRates/client/index.d.ts +2 -0
  1499. package/api/resources/taxRates/client/index.js +2 -0
  1500. package/api/resources/taxRates/client/index.ts +1 -0
  1501. package/api/resources/taxRates/client/requests/CreateTaxRateRequest.d.ts +38 -0
  1502. package/api/resources/taxRates/client/requests/CreateTaxRateRequest.js +12 -0
  1503. package/api/resources/taxRates/client/requests/CreateTaxRateRequest.ts +40 -0
  1504. package/api/resources/taxRates/client/requests/DeleteTaxRatesIdRequest.d.ts +11 -0
  1505. package/api/resources/taxRates/client/requests/DeleteTaxRatesIdRequest.js +3 -0
  1506. package/api/resources/taxRates/client/requests/DeleteTaxRatesIdRequest.ts +12 -0
  1507. package/api/resources/taxRates/client/requests/GetTaxRatesIdRequest.d.ts +11 -0
  1508. package/api/resources/taxRates/client/requests/GetTaxRatesIdRequest.js +3 -0
  1509. package/api/resources/taxRates/client/requests/GetTaxRatesIdRequest.ts +12 -0
  1510. package/api/resources/taxRates/client/requests/GetTaxRatesRequest.d.ts +24 -0
  1511. package/api/resources/taxRates/client/requests/GetTaxRatesRequest.js +3 -0
  1512. package/api/resources/taxRates/client/requests/GetTaxRatesRequest.ts +26 -0
  1513. package/api/resources/taxRates/client/requests/UpdateTaxRateRequest.d.ts +25 -0
  1514. package/api/resources/taxRates/client/requests/UpdateTaxRateRequest.js +3 -0
  1515. package/api/resources/taxRates/client/requests/UpdateTaxRateRequest.ts +26 -0
  1516. package/api/resources/taxRates/client/requests/index.d.ts +6 -0
  1517. package/api/resources/taxRates/client/requests/index.js +2 -0
  1518. package/api/resources/taxRates/client/requests/index.ts +5 -0
  1519. package/api/resources/taxRates/index.d.ts +3 -0
  1520. package/api/resources/taxRates/index.js +3 -0
  1521. package/api/resources/taxRates/index.ts +2 -0
  1522. package/api/resources/taxRates/types/GetTaxRatesRequestActive.d.ts +7 -0
  1523. package/api/resources/taxRates/types/GetTaxRatesRequestActive.js +7 -0
  1524. package/api/resources/taxRates/types/GetTaxRatesRequestActive.ts +8 -0
  1525. package/api/resources/taxRates/types/GetTaxRatesRequestInclusive.d.ts +7 -0
  1526. package/api/resources/taxRates/types/GetTaxRatesRequestInclusive.js +7 -0
  1527. package/api/resources/taxRates/types/GetTaxRatesRequestInclusive.ts +9 -0
  1528. package/api/resources/taxRates/types/GetTaxRatesRequestTaxType.d.ts +9 -0
  1529. package/api/resources/taxRates/types/GetTaxRatesRequestTaxType.js +9 -0
  1530. package/api/resources/taxRates/types/GetTaxRatesRequestTaxType.ts +10 -0
  1531. package/api/resources/taxRates/types/index.d.ts +4 -0
  1532. package/api/resources/taxRates/types/index.js +4 -0
  1533. package/api/resources/taxRates/types/index.ts +3 -0
  1534. package/api/resources/terminalDevices/client/Client.d.ts +50 -0
  1535. package/api/resources/terminalDevices/client/Client.js +124 -0
  1536. package/api/resources/terminalDevices/client/Client.ts +168 -0
  1537. package/api/resources/terminalDevices/client/index.d.ts +2 -0
  1538. package/api/resources/terminalDevices/client/index.js +2 -0
  1539. package/api/resources/terminalDevices/client/index.ts +1 -0
  1540. package/api/resources/terminalDevices/client/requests/ListTerminalDevicesRequest.d.ts +12 -0
  1541. package/api/resources/terminalDevices/client/requests/ListTerminalDevicesRequest.js +3 -0
  1542. package/api/resources/terminalDevices/client/requests/ListTerminalDevicesRequest.ts +14 -0
  1543. package/api/resources/terminalDevices/client/requests/RetrieveTerminalDevicesRequest.d.ts +11 -0
  1544. package/api/resources/terminalDevices/client/requests/RetrieveTerminalDevicesRequest.js +3 -0
  1545. package/api/resources/terminalDevices/client/requests/RetrieveTerminalDevicesRequest.ts +12 -0
  1546. package/api/resources/terminalDevices/client/requests/index.d.ts +3 -0
  1547. package/api/resources/terminalDevices/client/requests/index.js +2 -0
  1548. package/api/resources/terminalDevices/client/requests/index.ts +2 -0
  1549. package/api/resources/terminalDevices/index.d.ts +3 -0
  1550. package/api/resources/terminalDevices/index.js +3 -0
  1551. package/api/resources/terminalDevices/index.ts +2 -0
  1552. package/api/resources/terminalDevices/types/ListTerminalDevicesRequestStatus.d.ts +8 -0
  1553. package/api/resources/terminalDevices/types/ListTerminalDevicesRequestStatus.js +8 -0
  1554. package/api/resources/terminalDevices/types/ListTerminalDevicesRequestStatus.ts +10 -0
  1555. package/api/resources/terminalDevices/types/index.d.ts +2 -0
  1556. package/api/resources/terminalDevices/types/index.js +2 -0
  1557. package/api/resources/terminalDevices/types/index.ts +1 -0
  1558. package/api/resources/terminalPayments/client/Client.d.ts +134 -0
  1559. package/api/resources/terminalPayments/client/Client.js +374 -0
  1560. package/api/resources/terminalPayments/client/Client.ts +503 -0
  1561. package/api/resources/terminalPayments/client/index.d.ts +2 -0
  1562. package/api/resources/terminalPayments/client/index.js +2 -0
  1563. package/api/resources/terminalPayments/client/index.ts +1 -0
  1564. package/api/resources/terminalPayments/client/requests/CancelTerminalPaymentsRequest.d.ts +11 -0
  1565. package/api/resources/terminalPayments/client/requests/CancelTerminalPaymentsRequest.js +3 -0
  1566. package/api/resources/terminalPayments/client/requests/CancelTerminalPaymentsRequest.ts +12 -0
  1567. package/api/resources/terminalPayments/client/requests/CreateTerminalPaymentRequest.d.ts +21 -0
  1568. package/api/resources/terminalPayments/client/requests/CreateTerminalPaymentRequest.js +3 -0
  1569. package/api/resources/terminalPayments/client/requests/CreateTerminalPaymentRequest.ts +22 -0
  1570. package/api/resources/terminalPayments/client/requests/ListTerminalPaymentsRequest.d.ts +20 -0
  1571. package/api/resources/terminalPayments/client/requests/ListTerminalPaymentsRequest.js +3 -0
  1572. package/api/resources/terminalPayments/client/requests/ListTerminalPaymentsRequest.ts +22 -0
  1573. package/api/resources/terminalPayments/client/requests/RefundTerminalPaymentRequest.d.ts +15 -0
  1574. package/api/resources/terminalPayments/client/requests/RefundTerminalPaymentRequest.js +3 -0
  1575. package/api/resources/terminalPayments/client/requests/RefundTerminalPaymentRequest.ts +16 -0
  1576. package/api/resources/terminalPayments/client/requests/RetrieveTerminalPaymentsRequest.d.ts +11 -0
  1577. package/api/resources/terminalPayments/client/requests/RetrieveTerminalPaymentsRequest.js +3 -0
  1578. package/api/resources/terminalPayments/client/requests/RetrieveTerminalPaymentsRequest.ts +12 -0
  1579. package/api/resources/terminalPayments/client/requests/VoidTerminalPaymentRequest.d.ts +13 -0
  1580. package/api/resources/terminalPayments/client/requests/VoidTerminalPaymentRequest.js +3 -0
  1581. package/api/resources/terminalPayments/client/requests/VoidTerminalPaymentRequest.ts +14 -0
  1582. package/api/resources/terminalPayments/client/requests/index.d.ts +7 -0
  1583. package/api/resources/terminalPayments/client/requests/index.js +2 -0
  1584. package/api/resources/terminalPayments/client/requests/index.ts +6 -0
  1585. package/api/resources/terminalPayments/index.d.ts +3 -0
  1586. package/api/resources/terminalPayments/index.js +3 -0
  1587. package/api/resources/terminalPayments/index.ts +2 -0
  1588. package/api/resources/terminalPayments/types/ListTerminalPaymentsRequestStatus.d.ts +12 -0
  1589. package/api/resources/terminalPayments/types/ListTerminalPaymentsRequestStatus.js +12 -0
  1590. package/api/resources/terminalPayments/types/ListTerminalPaymentsRequestStatus.ts +14 -0
  1591. package/api/resources/terminalPayments/types/ListTerminalPaymentsRequestType.d.ts +8 -0
  1592. package/api/resources/terminalPayments/types/ListTerminalPaymentsRequestType.js +8 -0
  1593. package/api/resources/terminalPayments/types/ListTerminalPaymentsRequestType.ts +10 -0
  1594. package/api/resources/terminalPayments/types/index.d.ts +3 -0
  1595. package/api/resources/terminalPayments/types/index.js +3 -0
  1596. package/api/resources/terminalPayments/types/index.ts +2 -0
  1597. package/api/resources/userInvitations/client/Client.d.ts +96 -0
  1598. package/api/resources/userInvitations/client/Client.js +299 -0
  1599. package/api/resources/userInvitations/client/Client.ts +397 -0
  1600. package/api/resources/userInvitations/client/index.d.ts +2 -0
  1601. package/api/resources/userInvitations/client/index.js +2 -0
  1602. package/api/resources/userInvitations/client/index.ts +1 -0
  1603. package/api/resources/userInvitations/client/requests/DeleteUserInvitationsIdRequest.d.ts +10 -0
  1604. package/api/resources/userInvitations/client/requests/DeleteUserInvitationsIdRequest.js +3 -0
  1605. package/api/resources/userInvitations/client/requests/DeleteUserInvitationsIdRequest.ts +11 -0
  1606. package/api/resources/userInvitations/client/requests/PostUserInvitationsAcceptRequest.d.ts +13 -0
  1607. package/api/resources/userInvitations/client/requests/PostUserInvitationsAcceptRequest.js +3 -0
  1608. package/api/resources/userInvitations/client/requests/PostUserInvitationsAcceptRequest.ts +14 -0
  1609. package/api/resources/userInvitations/client/requests/PostUserInvitationsIdResendRequest.d.ts +10 -0
  1610. package/api/resources/userInvitations/client/requests/PostUserInvitationsIdResendRequest.js +3 -0
  1611. package/api/resources/userInvitations/client/requests/PostUserInvitationsIdResendRequest.ts +11 -0
  1612. package/api/resources/userInvitations/client/requests/PostUserInvitationsRequest.d.ts +21 -0
  1613. package/api/resources/userInvitations/client/requests/PostUserInvitationsRequest.js +10 -0
  1614. package/api/resources/userInvitations/client/requests/PostUserInvitationsRequest.ts +23 -0
  1615. package/api/resources/userInvitations/client/requests/index.d.ts +5 -0
  1616. package/api/resources/userInvitations/client/requests/index.js +2 -0
  1617. package/api/resources/userInvitations/client/requests/index.ts +4 -0
  1618. package/api/resources/userInvitations/index.d.ts +3 -0
  1619. package/api/resources/userInvitations/index.js +3 -0
  1620. package/api/resources/userInvitations/index.ts +2 -0
  1621. package/api/resources/userInvitations/types/DeleteUserInvitationsIdResponse.d.ts +4 -0
  1622. package/api/resources/userInvitations/types/DeleteUserInvitationsIdResponse.js +3 -0
  1623. package/api/resources/userInvitations/types/DeleteUserInvitationsIdResponse.ts +5 -0
  1624. package/api/resources/userInvitations/types/GetUserInvitationsResponse.d.ts +26 -0
  1625. package/api/resources/userInvitations/types/GetUserInvitationsResponse.js +16 -0
  1626. package/api/resources/userInvitations/types/GetUserInvitationsResponse.ts +30 -0
  1627. package/api/resources/userInvitations/types/PostUserInvitationsAcceptResponse.d.ts +6 -0
  1628. package/api/resources/userInvitations/types/PostUserInvitationsAcceptResponse.js +3 -0
  1629. package/api/resources/userInvitations/types/PostUserInvitationsAcceptResponse.ts +7 -0
  1630. package/api/resources/userInvitations/types/PostUserInvitationsIdResendResponse.d.ts +23 -0
  1631. package/api/resources/userInvitations/types/PostUserInvitationsIdResendResponse.js +13 -0
  1632. package/api/resources/userInvitations/types/PostUserInvitationsIdResendResponse.ts +26 -0
  1633. package/api/resources/userInvitations/types/PostUserInvitationsResponse.d.ts +23 -0
  1634. package/api/resources/userInvitations/types/PostUserInvitationsResponse.js +13 -0
  1635. package/api/resources/userInvitations/types/PostUserInvitationsResponse.ts +26 -0
  1636. package/api/resources/userInvitations/types/index.d.ts +6 -0
  1637. package/api/resources/userInvitations/types/index.js +6 -0
  1638. package/api/resources/userInvitations/types/index.ts +5 -0
  1639. package/api/resources/voids/client/Client.d.ts +73 -0
  1640. package/api/resources/voids/client/Client.js +199 -0
  1641. package/api/resources/voids/client/Client.ts +268 -0
  1642. package/api/resources/voids/client/index.d.ts +2 -0
  1643. package/api/resources/voids/client/index.js +2 -0
  1644. package/api/resources/voids/client/index.ts +1 -0
  1645. package/api/resources/voids/client/requests/CreateVoidInput.d.ts +26 -0
  1646. package/api/resources/voids/client/requests/CreateVoidInput.js +13 -0
  1647. package/api/resources/voids/client/requests/CreateVoidInput.ts +28 -0
  1648. package/api/resources/voids/client/requests/VoidsListRequest.d.ts +26 -0
  1649. package/api/resources/voids/client/requests/VoidsListRequest.js +3 -0
  1650. package/api/resources/voids/client/requests/VoidsListRequest.ts +28 -0
  1651. package/api/resources/voids/client/requests/VoidsRetrieveRequest.d.ts +11 -0
  1652. package/api/resources/voids/client/requests/VoidsRetrieveRequest.js +3 -0
  1653. package/api/resources/voids/client/requests/VoidsRetrieveRequest.ts +12 -0
  1654. package/api/resources/voids/client/requests/index.d.ts +4 -0
  1655. package/api/resources/voids/client/requests/index.js +2 -0
  1656. package/api/resources/voids/client/requests/index.ts +3 -0
  1657. package/api/resources/voids/index.d.ts +3 -0
  1658. package/api/resources/voids/index.js +3 -0
  1659. package/api/resources/voids/index.ts +2 -0
  1660. package/api/resources/voids/types/VoidsListRequestStatus.d.ts +9 -0
  1661. package/api/resources/voids/types/VoidsListRequestStatus.js +9 -0
  1662. package/api/resources/voids/types/VoidsListRequestStatus.ts +10 -0
  1663. package/api/resources/voids/types/index.d.ts +2 -0
  1664. package/api/resources/voids/types/index.js +2 -0
  1665. package/api/resources/voids/types/index.ts +1 -0
  1666. package/api/resources/webhookEndpoints/client/Client.d.ts +136 -0
  1667. package/api/resources/webhookEndpoints/client/Client.js +385 -0
  1668. package/api/resources/webhookEndpoints/client/Client.ts +502 -0
  1669. package/api/resources/webhookEndpoints/client/index.d.ts +2 -0
  1670. package/api/resources/webhookEndpoints/client/index.js +2 -0
  1671. package/api/resources/webhookEndpoints/client/index.ts +1 -0
  1672. package/api/resources/webhookEndpoints/client/requests/CreateWebhookEndpointInput.d.ts +16 -0
  1673. package/api/resources/webhookEndpoints/client/requests/CreateWebhookEndpointInput.js +3 -0
  1674. package/api/resources/webhookEndpoints/client/requests/CreateWebhookEndpointInput.ts +17 -0
  1675. package/api/resources/webhookEndpoints/client/requests/UpdateWebhookEndpointInput.d.ts +19 -0
  1676. package/api/resources/webhookEndpoints/client/requests/UpdateWebhookEndpointInput.js +3 -0
  1677. package/api/resources/webhookEndpoints/client/requests/UpdateWebhookEndpointInput.ts +20 -0
  1678. package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsDeleteRequest.d.ts +11 -0
  1679. package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsDeleteRequest.js +3 -0
  1680. package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsDeleteRequest.ts +12 -0
  1681. package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsListRequest.d.ts +16 -0
  1682. package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsListRequest.js +3 -0
  1683. package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsListRequest.ts +18 -0
  1684. package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsRetrieveRequest.d.ts +11 -0
  1685. package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsRetrieveRequest.js +3 -0
  1686. package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsRetrieveRequest.ts +12 -0
  1687. package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsRotateSecretRequest.d.ts +11 -0
  1688. package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsRotateSecretRequest.js +3 -0
  1689. package/api/resources/webhookEndpoints/client/requests/WebhookEndpointsRotateSecretRequest.ts +12 -0
  1690. package/api/resources/webhookEndpoints/client/requests/index.d.ts +7 -0
  1691. package/api/resources/webhookEndpoints/client/requests/index.js +2 -0
  1692. package/api/resources/webhookEndpoints/client/requests/index.ts +6 -0
  1693. package/api/resources/webhookEndpoints/index.d.ts +3 -0
  1694. package/api/resources/webhookEndpoints/index.js +3 -0
  1695. package/api/resources/webhookEndpoints/index.ts +2 -0
  1696. package/api/resources/webhookEndpoints/types/WebhookEndpointsListRequestStatus.d.ts +7 -0
  1697. package/api/resources/webhookEndpoints/types/WebhookEndpointsListRequestStatus.js +7 -0
  1698. package/api/resources/webhookEndpoints/types/WebhookEndpointsListRequestStatus.ts +9 -0
  1699. package/api/resources/webhookEndpoints/types/index.d.ts +2 -0
  1700. package/api/resources/webhookEndpoints/types/index.js +2 -0
  1701. package/api/resources/webhookEndpoints/types/index.ts +1 -0
  1702. package/api/types/AuthenticationError.d.ts +24 -0
  1703. package/api/types/AuthenticationError.js +16 -0
  1704. package/api/types/AuthenticationError.ts +27 -0
  1705. package/api/types/AvsCodeInterpretation.d.ts +38 -0
  1706. package/api/types/AvsCodeInterpretation.js +21 -0
  1707. package/api/types/AvsCodeInterpretation.ts +40 -0
  1708. package/api/types/BadRequestErrorBody.d.ts +5 -0
  1709. package/api/types/BadRequestErrorBody.js +3 -0
  1710. package/api/types/BadRequestErrorBody.ts +6 -0
  1711. package/api/types/BankAccountDetails.d.ts +22 -0
  1712. package/api/types/BankAccountDetails.js +10 -0
  1713. package/api/types/BankAccountDetails.ts +24 -0
  1714. package/api/types/BillingAnchorRulesResponse.d.ts +15 -0
  1715. package/api/types/BillingAnchorRulesResponse.js +3 -0
  1716. package/api/types/BillingAnchorRulesResponse.ts +18 -0
  1717. package/api/types/BillingDetails.d.ts +27 -0
  1718. package/api/types/BillingDetails.js +3 -0
  1719. package/api/types/BillingDetails.ts +29 -0
  1720. package/api/types/BillingIntervalsResponse.d.ts +14 -0
  1721. package/api/types/BillingIntervalsResponse.js +3 -0
  1722. package/api/types/BillingIntervalsResponse.ts +17 -0
  1723. package/api/types/BillingPreviewErrorResponse.d.ts +5 -0
  1724. package/api/types/BillingPreviewErrorResponse.js +3 -0
  1725. package/api/types/BillingPreviewErrorResponse.ts +6 -0
  1726. package/api/types/BillingPreviewResponse.d.ts +31 -0
  1727. package/api/types/BillingPreviewResponse.js +3 -0
  1728. package/api/types/BillingPreviewResponse.ts +35 -0
  1729. package/api/types/CardDetails.d.ts +38 -0
  1730. package/api/types/CardDetails.js +23 -0
  1731. package/api/types/CardDetails.ts +40 -0
  1732. package/api/types/ChargeCaptureResponse.d.ts +40 -0
  1733. package/api/types/ChargeCaptureResponse.js +17 -0
  1734. package/api/types/ChargeCaptureResponse.ts +43 -0
  1735. package/api/types/ChargeCreateResponse.d.ts +40 -0
  1736. package/api/types/ChargeCreateResponse.js +17 -0
  1737. package/api/types/ChargeCreateResponse.ts +43 -0
  1738. package/api/types/ChargeDuplicateErrorResponse.d.ts +5 -0
  1739. package/api/types/ChargeDuplicateErrorResponse.js +3 -0
  1740. package/api/types/ChargeDuplicateErrorResponse.ts +6 -0
  1741. package/api/types/ChargeErrorResponse.d.ts +5 -0
  1742. package/api/types/ChargeErrorResponse.js +3 -0
  1743. package/api/types/ChargeErrorResponse.ts +6 -0
  1744. package/api/types/ChargeListResponse.d.ts +50 -0
  1745. package/api/types/ChargeListResponse.js +20 -0
  1746. package/api/types/ChargeListResponse.ts +55 -0
  1747. package/api/types/ChargeRefundResponse.d.ts +40 -0
  1748. package/api/types/ChargeRefundResponse.js +17 -0
  1749. package/api/types/ChargeRefundResponse.ts +43 -0
  1750. package/api/types/ChargeRetrieveResponse.d.ts +40 -0
  1751. package/api/types/ChargeRetrieveResponse.js +17 -0
  1752. package/api/types/ChargeRetrieveResponse.ts +43 -0
  1753. package/api/types/CheckoutSessionCreateResponse.d.ts +16 -0
  1754. package/api/types/CheckoutSessionCreateResponse.js +3 -0
  1755. package/api/types/CheckoutSessionCreateResponse.ts +18 -0
  1756. package/api/types/CheckoutSessionErrorResponse.d.ts +4 -0
  1757. package/api/types/CheckoutSessionErrorResponse.js +3 -0
  1758. package/api/types/CheckoutSessionErrorResponse.ts +5 -0
  1759. package/api/types/ConflictErrorBody.d.ts +5 -0
  1760. package/api/types/ConflictErrorBody.js +3 -0
  1761. package/api/types/ConflictErrorBody.ts +6 -0
  1762. package/api/types/CreditEligibilityResponse.d.ts +14 -0
  1763. package/api/types/CreditEligibilityResponse.js +3 -0
  1764. package/api/types/CreditEligibilityResponse.ts +16 -0
  1765. package/api/types/CreditNote.d.ts +18 -0
  1766. package/api/types/CreditNote.js +3 -0
  1767. package/api/types/CreditNote.ts +19 -0
  1768. package/api/types/CreditNoteCreateResponse.d.ts +5 -0
  1769. package/api/types/CreditNoteCreateResponse.js +3 -0
  1770. package/api/types/CreditNoteCreateResponse.ts +7 -0
  1771. package/api/types/CreditNoteListResponse.d.ts +6 -0
  1772. package/api/types/CreditNoteListResponse.js +3 -0
  1773. package/api/types/CreditNoteListResponse.ts +8 -0
  1774. package/api/types/CreditNoteResponse.d.ts +6 -0
  1775. package/api/types/CreditNoteResponse.js +3 -0
  1776. package/api/types/CreditNoteResponse.ts +8 -0
  1777. package/api/types/CreditNoteRetrieveResponse.d.ts +5 -0
  1778. package/api/types/CreditNoteRetrieveResponse.js +3 -0
  1779. package/api/types/CreditNoteRetrieveResponse.ts +7 -0
  1780. package/api/types/CreditNoteVoidResponse.d.ts +5 -0
  1781. package/api/types/CreditNoteVoidResponse.js +3 -0
  1782. package/api/types/CreditNoteVoidResponse.ts +7 -0
  1783. package/api/types/CustomerCreateResponse.d.ts +20 -0
  1784. package/api/types/CustomerCreateResponse.js +3 -0
  1785. package/api/types/CustomerCreateResponse.ts +22 -0
  1786. package/api/types/CustomerInvoice.d.ts +12 -0
  1787. package/api/types/CustomerInvoice.js +3 -0
  1788. package/api/types/CustomerInvoice.ts +13 -0
  1789. package/api/types/CustomerListResponse.d.ts +29 -0
  1790. package/api/types/CustomerListResponse.js +3 -0
  1791. package/api/types/CustomerListResponse.ts +33 -0
  1792. package/api/types/CustomerOrder.d.ts +13 -0
  1793. package/api/types/CustomerOrder.js +3 -0
  1794. package/api/types/CustomerOrder.ts +14 -0
  1795. package/api/types/CustomerPayment.d.ts +12 -0
  1796. package/api/types/CustomerPayment.js +3 -0
  1797. package/api/types/CustomerPayment.ts +13 -0
  1798. package/api/types/CustomerPaymentMethodsListResponse.d.ts +5 -0
  1799. package/api/types/CustomerPaymentMethodsListResponse.js +3 -0
  1800. package/api/types/CustomerPaymentMethodsListResponse.ts +6 -0
  1801. package/api/types/CustomerPortalSessionCreateResponse.d.ts +14 -0
  1802. package/api/types/CustomerPortalSessionCreateResponse.js +3 -0
  1803. package/api/types/CustomerPortalSessionCreateResponse.ts +16 -0
  1804. package/api/types/CustomerRetrieveResponse.d.ts +20 -0
  1805. package/api/types/CustomerRetrieveResponse.js +3 -0
  1806. package/api/types/CustomerRetrieveResponse.ts +22 -0
  1807. package/api/types/CustomerSubscription.d.ts +14 -0
  1808. package/api/types/CustomerSubscription.js +3 -0
  1809. package/api/types/CustomerSubscription.ts +15 -0
  1810. package/api/types/CustomerUpdateResponse.d.ts +20 -0
  1811. package/api/types/CustomerUpdateResponse.js +3 -0
  1812. package/api/types/CustomerUpdateResponse.ts +22 -0
  1813. package/api/types/CvvCodeInterpretation.d.ts +34 -0
  1814. package/api/types/CvvCodeInterpretation.js +21 -0
  1815. package/api/types/CvvCodeInterpretation.ts +36 -0
  1816. package/api/types/DeclineAnalyticsResponse.d.ts +33 -0
  1817. package/api/types/DeclineAnalyticsResponse.js +3 -0
  1818. package/api/types/DeclineAnalyticsResponse.ts +38 -0
  1819. package/api/types/Discount.d.ts +22 -0
  1820. package/api/types/Discount.js +3 -0
  1821. package/api/types/Discount.ts +23 -0
  1822. package/api/types/DiscountCreateResponse.d.ts +5 -0
  1823. package/api/types/DiscountCreateResponse.js +3 -0
  1824. package/api/types/DiscountCreateResponse.ts +7 -0
  1825. package/api/types/DiscountDeleteResponse.d.ts +5 -0
  1826. package/api/types/DiscountDeleteResponse.js +3 -0
  1827. package/api/types/DiscountDeleteResponse.ts +7 -0
  1828. package/api/types/DiscountListResponse.d.ts +14 -0
  1829. package/api/types/DiscountListResponse.js +3 -0
  1830. package/api/types/DiscountListResponse.ts +17 -0
  1831. package/api/types/DiscountRetrieveResponse.d.ts +5 -0
  1832. package/api/types/DiscountRetrieveResponse.js +3 -0
  1833. package/api/types/DiscountRetrieveResponse.ts +7 -0
  1834. package/api/types/DiscountUpdateResponse.d.ts +5 -0
  1835. package/api/types/DiscountUpdateResponse.js +3 -0
  1836. package/api/types/DiscountUpdateResponse.ts +7 -0
  1837. package/api/types/Dispute.d.ts +48 -0
  1838. package/api/types/Dispute.js +18 -0
  1839. package/api/types/Dispute.ts +50 -0
  1840. package/api/types/ErrorResponse.d.ts +10 -0
  1841. package/api/types/ErrorResponse.js +3 -0
  1842. package/api/types/ErrorResponse.ts +12 -0
  1843. package/api/types/Event.d.ts +37 -0
  1844. package/api/types/Event.js +9 -0
  1845. package/api/types/Event.ts +41 -0
  1846. package/api/types/EventErrorResponse.d.ts +16 -0
  1847. package/api/types/EventErrorResponse.js +3 -0
  1848. package/api/types/EventErrorResponse.ts +18 -0
  1849. package/api/types/EventListResponse.d.ts +15 -0
  1850. package/api/types/EventListResponse.js +8 -0
  1851. package/api/types/EventListResponse.ts +18 -0
  1852. package/api/types/EventRequest.d.ts +10 -0
  1853. package/api/types/EventRequest.js +3 -0
  1854. package/api/types/EventRequest.ts +11 -0
  1855. package/api/types/ExternalUpsertResponse.d.ts +8 -0
  1856. package/api/types/ExternalUpsertResponse.js +3 -0
  1857. package/api/types/ExternalUpsertResponse.ts +10 -0
  1858. package/api/types/ForbiddenErrorBody.d.ts +23 -0
  1859. package/api/types/ForbiddenErrorBody.js +15 -0
  1860. package/api/types/ForbiddenErrorBody.ts +26 -0
  1861. package/api/types/InternalServerErrorBody.d.ts +4 -0
  1862. package/api/types/InternalServerErrorBody.js +3 -0
  1863. package/api/types/InternalServerErrorBody.ts +5 -0
  1864. package/api/types/Invoice.d.ts +72 -0
  1865. package/api/types/Invoice.js +31 -0
  1866. package/api/types/Invoice.ts +75 -0
  1867. package/api/types/InvoiceCommentDetail.d.ts +10 -0
  1868. package/api/types/InvoiceCommentDetail.js +3 -0
  1869. package/api/types/InvoiceCommentDetail.ts +11 -0
  1870. package/api/types/InvoiceCommentDetailResponse.d.ts +6 -0
  1871. package/api/types/InvoiceCommentDetailResponse.js +3 -0
  1872. package/api/types/InvoiceCommentDetailResponse.ts +8 -0
  1873. package/api/types/InvoiceCommentListDetailResponse.d.ts +6 -0
  1874. package/api/types/InvoiceCommentListDetailResponse.js +3 -0
  1875. package/api/types/InvoiceCommentListDetailResponse.ts +8 -0
  1876. package/api/types/InvoiceListResponse.d.ts +6 -0
  1877. package/api/types/InvoiceListResponse.js +3 -0
  1878. package/api/types/InvoiceListResponse.ts +8 -0
  1879. package/api/types/InvoiceResponse.d.ts +6 -0
  1880. package/api/types/InvoiceResponse.js +3 -0
  1881. package/api/types/InvoiceResponse.ts +8 -0
  1882. package/api/types/NotFoundErrorBody.d.ts +23 -0
  1883. package/api/types/NotFoundErrorBody.js +14 -0
  1884. package/api/types/NotFoundErrorBody.ts +26 -0
  1885. package/api/types/OpenDispute.d.ts +18 -0
  1886. package/api/types/OpenDispute.js +3 -0
  1887. package/api/types/OpenDispute.ts +19 -0
  1888. package/api/types/Order.d.ts +80 -0
  1889. package/api/types/Order.js +31 -0
  1890. package/api/types/Order.ts +83 -0
  1891. package/api/types/OrderErrorResponse.d.ts +12 -0
  1892. package/api/types/OrderErrorResponse.js +3 -0
  1893. package/api/types/OrderErrorResponse.ts +14 -0
  1894. package/api/types/OrderLineItem.d.ts +20 -0
  1895. package/api/types/OrderLineItem.js +3 -0
  1896. package/api/types/OrderLineItem.ts +21 -0
  1897. package/api/types/OrderListResponse.d.ts +14 -0
  1898. package/api/types/OrderListResponse.js +8 -0
  1899. package/api/types/OrderListResponse.ts +17 -0
  1900. package/api/types/Payment.d.ts +83 -0
  1901. package/api/types/Payment.js +35 -0
  1902. package/api/types/Payment.ts +85 -0
  1903. package/api/types/PaymentAttempt.d.ts +171 -0
  1904. package/api/types/PaymentAttempt.js +89 -0
  1905. package/api/types/PaymentAttempt.ts +173 -0
  1906. package/api/types/PaymentAttemptErrorResponse.d.ts +5 -0
  1907. package/api/types/PaymentAttemptErrorResponse.js +3 -0
  1908. package/api/types/PaymentAttemptErrorResponse.ts +6 -0
  1909. package/api/types/PaymentAttemptListResponse.d.ts +14 -0
  1910. package/api/types/PaymentAttemptListResponse.js +3 -0
  1911. package/api/types/PaymentAttemptListResponse.ts +17 -0
  1912. package/api/types/PaymentAttemptSingleResponse.d.ts +5 -0
  1913. package/api/types/PaymentAttemptSingleResponse.js +3 -0
  1914. package/api/types/PaymentAttemptSingleResponse.ts +7 -0
  1915. package/api/types/PaymentErrorResponse.d.ts +12 -0
  1916. package/api/types/PaymentErrorResponse.js +3 -0
  1917. package/api/types/PaymentErrorResponse.ts +14 -0
  1918. package/api/types/PaymentIntent.d.ts +130 -0
  1919. package/api/types/PaymentIntent.js +40 -0
  1920. package/api/types/PaymentIntent.ts +138 -0
  1921. package/api/types/PaymentIntentErrorResponse.d.ts +16 -0
  1922. package/api/types/PaymentIntentErrorResponse.js +3 -0
  1923. package/api/types/PaymentIntentErrorResponse.ts +18 -0
  1924. package/api/types/PaymentIntentListResponse.d.ts +15 -0
  1925. package/api/types/PaymentIntentListResponse.js +8 -0
  1926. package/api/types/PaymentIntentListResponse.ts +18 -0
  1927. package/api/types/PaymentListResponse.d.ts +14 -0
  1928. package/api/types/PaymentListResponse.js +8 -0
  1929. package/api/types/PaymentListResponse.ts +17 -0
  1930. package/api/types/PaymentMethod.d.ts +48 -0
  1931. package/api/types/PaymentMethod.js +21 -0
  1932. package/api/types/PaymentMethod.ts +51 -0
  1933. package/api/types/PaymentMethodList.d.ts +19 -0
  1934. package/api/types/PaymentMethodList.js +9 -0
  1935. package/api/types/PaymentMethodList.ts +22 -0
  1936. package/api/types/PaymentSecurityResponse.d.ts +5 -0
  1937. package/api/types/PaymentSecurityResponse.js +3 -0
  1938. package/api/types/PaymentSecurityResponse.ts +7 -0
  1939. package/api/types/PaymentSecurityResult.d.ts +27 -0
  1940. package/api/types/PaymentSecurityResult.js +18 -0
  1941. package/api/types/PaymentSecurityResult.ts +30 -0
  1942. package/api/types/Payout.d.ts +31 -0
  1943. package/api/types/Payout.js +12 -0
  1944. package/api/types/Payout.ts +33 -0
  1945. package/api/types/PayoutPayment.d.ts +11 -0
  1946. package/api/types/PayoutPayment.js +3 -0
  1947. package/api/types/PayoutPayment.ts +12 -0
  1948. package/api/types/PhaseItem.d.ts +7 -0
  1949. package/api/types/PhaseItem.js +3 -0
  1950. package/api/types/PhaseItem.ts +8 -0
  1951. package/api/types/Price.d.ts +71 -0
  1952. package/api/types/Price.js +27 -0
  1953. package/api/types/Price.ts +73 -0
  1954. package/api/types/PriceErrorResponse.d.ts +12 -0
  1955. package/api/types/PriceErrorResponse.js +3 -0
  1956. package/api/types/PriceErrorResponse.ts +14 -0
  1957. package/api/types/PriceListResponse.d.ts +14 -0
  1958. package/api/types/PriceListResponse.js +8 -0
  1959. package/api/types/PriceListResponse.ts +17 -0
  1960. package/api/types/ProductCreateResponse.d.ts +5 -0
  1961. package/api/types/ProductCreateResponse.js +3 -0
  1962. package/api/types/ProductCreateResponse.ts +6 -0
  1963. package/api/types/ProductErrorResponse.d.ts +4 -0
  1964. package/api/types/ProductErrorResponse.js +3 -0
  1965. package/api/types/ProductErrorResponse.ts +5 -0
  1966. package/api/types/ProductListResponse.d.ts +15 -0
  1967. package/api/types/ProductListResponse.js +3 -0
  1968. package/api/types/ProductListResponse.ts +17 -0
  1969. package/api/types/ProductRetrieveResponse.d.ts +5 -0
  1970. package/api/types/ProductRetrieveResponse.js +3 -0
  1971. package/api/types/ProductRetrieveResponse.ts +6 -0
  1972. package/api/types/ProductUpdateResponse.d.ts +5 -0
  1973. package/api/types/ProductUpdateResponse.js +3 -0
  1974. package/api/types/ProductUpdateResponse.ts +6 -0
  1975. package/api/types/Refund.d.ts +42 -0
  1976. package/api/types/Refund.js +21 -0
  1977. package/api/types/Refund.ts +44 -0
  1978. package/api/types/RefundCreateResponse.d.ts +5 -0
  1979. package/api/types/RefundCreateResponse.js +3 -0
  1980. package/api/types/RefundCreateResponse.ts +7 -0
  1981. package/api/types/RefundListResponse.d.ts +14 -0
  1982. package/api/types/RefundListResponse.js +3 -0
  1983. package/api/types/RefundListResponse.ts +17 -0
  1984. package/api/types/RefundRetrieveResponse.d.ts +5 -0
  1985. package/api/types/RefundRetrieveResponse.js +3 -0
  1986. package/api/types/RefundRetrieveResponse.ts +7 -0
  1987. package/api/types/ResendWebhookResponse.d.ts +9 -0
  1988. package/api/types/ResendWebhookResponse.js +3 -0
  1989. package/api/types/ResendWebhookResponse.ts +10 -0
  1990. package/api/types/RetryEligibilityResponse.d.ts +14 -0
  1991. package/api/types/RetryEligibilityResponse.js +3 -0
  1992. package/api/types/RetryEligibilityResponse.ts +17 -0
  1993. package/api/types/SchedulePhase.d.ts +39 -0
  1994. package/api/types/SchedulePhase.js +16 -0
  1995. package/api/types/SchedulePhase.ts +42 -0
  1996. package/api/types/SetupIntent.d.ts +70 -0
  1997. package/api/types/SetupIntent.js +29 -0
  1998. package/api/types/SetupIntent.ts +73 -0
  1999. package/api/types/SetupIntentError.d.ts +23 -0
  2000. package/api/types/SetupIntentError.js +3 -0
  2001. package/api/types/SetupIntentError.ts +25 -0
  2002. package/api/types/SetupIntentList.d.ts +21 -0
  2003. package/api/types/SetupIntentList.js +9 -0
  2004. package/api/types/SetupIntentList.ts +24 -0
  2005. package/api/types/SetupIntentNextAction.d.ts +29 -0
  2006. package/api/types/SetupIntentNextAction.js +10 -0
  2007. package/api/types/SetupIntentNextAction.ts +32 -0
  2008. package/api/types/StaleUpdateResponse.d.ts +14 -0
  2009. package/api/types/StaleUpdateResponse.js +8 -0
  2010. package/api/types/StaleUpdateResponse.ts +16 -0
  2011. package/api/types/SubscriptionCancelResponse.d.ts +4 -0
  2012. package/api/types/SubscriptionCancelResponse.js +3 -0
  2013. package/api/types/SubscriptionCancelResponse.ts +5 -0
  2014. package/api/types/SubscriptionCancelSubscriptionResponse.d.ts +63 -0
  2015. package/api/types/SubscriptionCancelSubscriptionResponse.js +30 -0
  2016. package/api/types/SubscriptionCancelSubscriptionResponse.ts +68 -0
  2017. package/api/types/SubscriptionChangePlanResponse.d.ts +67 -0
  2018. package/api/types/SubscriptionChangePlanResponse.js +30 -0
  2019. package/api/types/SubscriptionChangePlanResponse.ts +72 -0
  2020. package/api/types/SubscriptionChangeQuantityResponse.d.ts +67 -0
  2021. package/api/types/SubscriptionChangeQuantityResponse.js +30 -0
  2022. package/api/types/SubscriptionChangeQuantityResponse.ts +72 -0
  2023. package/api/types/SubscriptionCreateResponse.d.ts +63 -0
  2024. package/api/types/SubscriptionCreateResponse.js +30 -0
  2025. package/api/types/SubscriptionCreateResponse.ts +68 -0
  2026. package/api/types/SubscriptionItem.d.ts +28 -0
  2027. package/api/types/SubscriptionItem.js +11 -0
  2028. package/api/types/SubscriptionItem.ts +30 -0
  2029. package/api/types/SubscriptionItemCreateResponse.d.ts +5 -0
  2030. package/api/types/SubscriptionItemCreateResponse.js +3 -0
  2031. package/api/types/SubscriptionItemCreateResponse.ts +7 -0
  2032. package/api/types/SubscriptionItemDeleteResponse.d.ts +5 -0
  2033. package/api/types/SubscriptionItemDeleteResponse.js +3 -0
  2034. package/api/types/SubscriptionItemDeleteResponse.ts +6 -0
  2035. package/api/types/SubscriptionItemListResponse.d.ts +14 -0
  2036. package/api/types/SubscriptionItemListResponse.js +3 -0
  2037. package/api/types/SubscriptionItemListResponse.ts +17 -0
  2038. package/api/types/SubscriptionItemUpdateResponse.d.ts +5 -0
  2039. package/api/types/SubscriptionItemUpdateResponse.js +3 -0
  2040. package/api/types/SubscriptionItemUpdateResponse.ts +7 -0
  2041. package/api/types/SubscriptionListResponse.d.ts +73 -0
  2042. package/api/types/SubscriptionListResponse.js +33 -0
  2043. package/api/types/SubscriptionListResponse.ts +80 -0
  2044. package/api/types/SubscriptionPauseResponse.d.ts +63 -0
  2045. package/api/types/SubscriptionPauseResponse.js +30 -0
  2046. package/api/types/SubscriptionPauseResponse.ts +68 -0
  2047. package/api/types/SubscriptionPreviewRenewalResponse.d.ts +29 -0
  2048. package/api/types/SubscriptionPreviewRenewalResponse.js +3 -0
  2049. package/api/types/SubscriptionPreviewRenewalResponse.ts +33 -0
  2050. package/api/types/SubscriptionReactivateResponse.d.ts +63 -0
  2051. package/api/types/SubscriptionReactivateResponse.js +30 -0
  2052. package/api/types/SubscriptionReactivateResponse.ts +68 -0
  2053. package/api/types/SubscriptionResumeResponse.d.ts +63 -0
  2054. package/api/types/SubscriptionResumeResponse.js +30 -0
  2055. package/api/types/SubscriptionResumeResponse.ts +68 -0
  2056. package/api/types/SubscriptionRetrieveResponse.d.ts +63 -0
  2057. package/api/types/SubscriptionRetrieveResponse.js +30 -0
  2058. package/api/types/SubscriptionRetrieveResponse.ts +68 -0
  2059. package/api/types/SubscriptionSchedule.d.ts +61 -0
  2060. package/api/types/SubscriptionSchedule.js +22 -0
  2061. package/api/types/SubscriptionSchedule.ts +66 -0
  2062. package/api/types/SubscriptionScheduleErrorResponse.d.ts +16 -0
  2063. package/api/types/SubscriptionScheduleErrorResponse.js +3 -0
  2064. package/api/types/SubscriptionScheduleErrorResponse.ts +18 -0
  2065. package/api/types/SubscriptionScheduleListResponse.d.ts +15 -0
  2066. package/api/types/SubscriptionScheduleListResponse.js +8 -0
  2067. package/api/types/SubscriptionScheduleListResponse.ts +18 -0
  2068. package/api/types/SubscriptionTerms.d.ts +49 -0
  2069. package/api/types/SubscriptionTerms.js +28 -0
  2070. package/api/types/SubscriptionTerms.ts +51 -0
  2071. package/api/types/SubscriptionUpdateResponse.d.ts +63 -0
  2072. package/api/types/SubscriptionUpdateResponse.js +30 -0
  2073. package/api/types/SubscriptionUpdateResponse.ts +68 -0
  2074. package/api/types/SuccessResponse.d.ts +4 -0
  2075. package/api/types/SuccessResponse.js +3 -0
  2076. package/api/types/SuccessResponse.ts +5 -0
  2077. package/api/types/TaxRate.d.ts +46 -0
  2078. package/api/types/TaxRate.js +16 -0
  2079. package/api/types/TaxRate.ts +48 -0
  2080. package/api/types/TaxRateErrorResponse.d.ts +12 -0
  2081. package/api/types/TaxRateErrorResponse.js +3 -0
  2082. package/api/types/TaxRateErrorResponse.ts +14 -0
  2083. package/api/types/TaxRateListResponse.d.ts +14 -0
  2084. package/api/types/TaxRateListResponse.js +8 -0
  2085. package/api/types/TaxRateListResponse.ts +17 -0
  2086. package/api/types/TerminalDevice.d.ts +39 -0
  2087. package/api/types/TerminalDevice.js +17 -0
  2088. package/api/types/TerminalDevice.ts +41 -0
  2089. package/api/types/TerminalDeviceErrorResponse.d.ts +5 -0
  2090. package/api/types/TerminalDeviceErrorResponse.js +3 -0
  2091. package/api/types/TerminalDeviceErrorResponse.ts +6 -0
  2092. package/api/types/TerminalDeviceListResponse.d.ts +11 -0
  2093. package/api/types/TerminalDeviceListResponse.js +3 -0
  2094. package/api/types/TerminalDeviceListResponse.ts +14 -0
  2095. package/api/types/TerminalDeviceResponse.d.ts +5 -0
  2096. package/api/types/TerminalDeviceResponse.js +3 -0
  2097. package/api/types/TerminalDeviceResponse.ts +7 -0
  2098. package/api/types/TerminalPayment.d.ts +63 -0
  2099. package/api/types/TerminalPayment.js +23 -0
  2100. package/api/types/TerminalPayment.ts +65 -0
  2101. package/api/types/TerminalPaymentErrorResponse.d.ts +6 -0
  2102. package/api/types/TerminalPaymentErrorResponse.js +3 -0
  2103. package/api/types/TerminalPaymentErrorResponse.ts +7 -0
  2104. package/api/types/TerminalPaymentListResponse.d.ts +12 -0
  2105. package/api/types/TerminalPaymentListResponse.js +3 -0
  2106. package/api/types/TerminalPaymentListResponse.ts +15 -0
  2107. package/api/types/TerminalPaymentResponse.d.ts +5 -0
  2108. package/api/types/TerminalPaymentResponse.js +3 -0
  2109. package/api/types/TerminalPaymentResponse.ts +7 -0
  2110. package/api/types/TestEventResponse.d.ts +9 -0
  2111. package/api/types/TestEventResponse.js +3 -0
  2112. package/api/types/TestEventResponse.ts +11 -0
  2113. package/api/types/UnauthorizedErrorBody.d.ts +5 -0
  2114. package/api/types/UnauthorizedErrorBody.js +3 -0
  2115. package/api/types/UnauthorizedErrorBody.ts +6 -0
  2116. package/api/types/ValidationError.d.ts +28 -0
  2117. package/api/types/ValidationError.js +14 -0
  2118. package/api/types/ValidationError.ts +32 -0
  2119. package/api/types/Void.d.ts +39 -0
  2120. package/api/types/Void.js +18 -0
  2121. package/api/types/Void.ts +41 -0
  2122. package/api/types/VoidCreateResponse.d.ts +5 -0
  2123. package/api/types/VoidCreateResponse.js +3 -0
  2124. package/api/types/VoidCreateResponse.ts +7 -0
  2125. package/api/types/VoidListResponse.d.ts +14 -0
  2126. package/api/types/VoidListResponse.js +3 -0
  2127. package/api/types/VoidListResponse.ts +17 -0
  2128. package/api/types/VoidRetrieveResponse.d.ts +5 -0
  2129. package/api/types/VoidRetrieveResponse.js +3 -0
  2130. package/api/types/VoidRetrieveResponse.ts +7 -0
  2131. package/api/types/WebhookEndpoint.d.ts +33 -0
  2132. package/api/types/WebhookEndpoint.js +15 -0
  2133. package/api/types/WebhookEndpoint.ts +35 -0
  2134. package/api/types/WebhookEndpointCreateResponse.d.ts +5 -0
  2135. package/api/types/WebhookEndpointCreateResponse.js +3 -0
  2136. package/api/types/WebhookEndpointCreateResponse.ts +7 -0
  2137. package/api/types/WebhookEndpointDeleteResponse.d.ts +10 -0
  2138. package/api/types/WebhookEndpointDeleteResponse.js +3 -0
  2139. package/api/types/WebhookEndpointDeleteResponse.ts +12 -0
  2140. package/api/types/WebhookEndpointListResponse.d.ts +46 -0
  2141. package/api/types/WebhookEndpointListResponse.js +21 -0
  2142. package/api/types/WebhookEndpointListResponse.ts +51 -0
  2143. package/api/types/WebhookEndpointRetrieveResponse.d.ts +36 -0
  2144. package/api/types/WebhookEndpointRetrieveResponse.js +18 -0
  2145. package/api/types/WebhookEndpointRetrieveResponse.ts +39 -0
  2146. package/api/types/WebhookEndpointRotateSecretResponse.d.ts +5 -0
  2147. package/api/types/WebhookEndpointRotateSecretResponse.js +3 -0
  2148. package/api/types/WebhookEndpointRotateSecretResponse.ts +7 -0
  2149. package/api/types/WebhookEndpointUpdateResponse.d.ts +36 -0
  2150. package/api/types/WebhookEndpointUpdateResponse.js +18 -0
  2151. package/api/types/WebhookEndpointUpdateResponse.ts +39 -0
  2152. package/api/types/WebhookEvent.d.ts +24 -0
  2153. package/api/types/WebhookEvent.js +3 -0
  2154. package/api/types/WebhookEvent.ts +26 -0
  2155. package/api/types/index.d.ts +152 -0
  2156. package/api/types/index.js +152 -0
  2157. package/api/types/index.ts +151 -0
  2158. package/auth/HeaderAuthProvider.d.ts +21 -0
  2159. package/auth/HeaderAuthProvider.js +33 -0
  2160. package/auth/HeaderAuthProvider.ts +48 -0
  2161. package/auth/index.d.ts +2 -0
  2162. package/auth/index.js +2 -0
  2163. package/auth/index.ts +1 -0
  2164. package/core/auth/AuthProvider.d.ts +8 -0
  2165. package/core/auth/AuthProvider.js +2 -0
  2166. package/core/auth/AuthProvider.ts +6 -0
  2167. package/core/auth/AuthRequest.d.ts +10 -0
  2168. package/core/auth/AuthRequest.js +2 -0
  2169. package/core/auth/AuthRequest.ts +9 -0
  2170. package/core/auth/BasicAuth.d.ts +9 -0
  2171. package/core/auth/BasicAuth.js +25 -0
  2172. package/core/auth/BasicAuth.ts +32 -0
  2173. package/core/auth/BearerToken.d.ts +8 -0
  2174. package/core/auth/BearerToken.js +14 -0
  2175. package/core/auth/BearerToken.ts +20 -0
  2176. package/core/auth/NoOpAuthProvider.d.ts +6 -0
  2177. package/core/auth/NoOpAuthProvider.js +6 -0
  2178. package/core/auth/NoOpAuthProvider.ts +8 -0
  2179. package/core/auth/index.d.ts +6 -0
  2180. package/core/auth/index.js +4 -0
  2181. package/core/auth/index.ts +5 -0
  2182. package/core/base64.d.ts +3 -0
  2183. package/core/base64.js +23 -0
  2184. package/core/base64.ts +27 -0
  2185. package/core/exports.d.ts +2 -0
  2186. package/core/exports.js +2 -0
  2187. package/core/exports.ts +1 -0
  2188. package/core/fetcher/APIResponse.d.ts +21 -0
  2189. package/core/fetcher/APIResponse.js +2 -0
  2190. package/core/fetcher/APIResponse.ts +23 -0
  2191. package/core/fetcher/BinaryResponse.d.ts +20 -0
  2192. package/core/fetcher/BinaryResponse.js +15 -0
  2193. package/core/fetcher/BinaryResponse.ts +34 -0
  2194. package/core/fetcher/EndpointMetadata.d.ts +14 -0
  2195. package/core/fetcher/EndpointMetadata.js +2 -0
  2196. package/core/fetcher/EndpointMetadata.ts +13 -0
  2197. package/core/fetcher/EndpointSupplier.d.ts +13 -0
  2198. package/core/fetcher/EndpointSupplier.js +11 -0
  2199. package/core/fetcher/EndpointSupplier.ts +14 -0
  2200. package/core/fetcher/Fetcher.d.ts +49 -0
  2201. package/core/fetcher/Fetcher.js +296 -0
  2202. package/core/fetcher/Fetcher.ts +391 -0
  2203. package/core/fetcher/Headers.d.ts +3 -0
  2204. package/core/fetcher/Headers.js +83 -0
  2205. package/core/fetcher/Headers.ts +93 -0
  2206. package/core/fetcher/HttpResponsePromise.d.ts +59 -0
  2207. package/core/fetcher/HttpResponsePromise.js +89 -0
  2208. package/core/fetcher/HttpResponsePromise.ts +116 -0
  2209. package/core/fetcher/RawResponse.d.ts +30 -0
  2210. package/core/fetcher/RawResponse.js +41 -0
  2211. package/core/fetcher/RawResponse.ts +61 -0
  2212. package/core/fetcher/Supplier.d.ts +5 -0
  2213. package/core/fetcher/Supplier.js +11 -0
  2214. package/core/fetcher/Supplier.ts +11 -0
  2215. package/core/fetcher/createRequestUrl.d.ts +2 -0
  2216. package/core/fetcher/createRequestUrl.js +6 -0
  2217. package/core/fetcher/createRequestUrl.ts +6 -0
  2218. package/core/fetcher/getErrorResponseBody.d.ts +2 -0
  2219. package/core/fetcher/getErrorResponseBody.js +31 -0
  2220. package/core/fetcher/getErrorResponseBody.ts +33 -0
  2221. package/core/fetcher/getFetchFn.d.ts +2 -0
  2222. package/core/fetcher/getFetchFn.js +4 -0
  2223. package/core/fetcher/getFetchFn.ts +3 -0
  2224. package/core/fetcher/getHeader.d.ts +2 -0
  2225. package/core/fetcher/getHeader.js +9 -0
  2226. package/core/fetcher/getHeader.ts +8 -0
  2227. package/core/fetcher/getRequestBody.d.ts +8 -0
  2228. package/core/fetcher/getRequestBody.js +14 -0
  2229. package/core/fetcher/getRequestBody.ts +20 -0
  2230. package/core/fetcher/getResponseBody.d.ts +2 -0
  2231. package/core/fetcher/getResponseBody.js +56 -0
  2232. package/core/fetcher/getResponseBody.ts +58 -0
  2233. package/core/fetcher/index.d.ts +12 -0
  2234. package/core/fetcher/index.js +7 -0
  2235. package/core/fetcher/index.ts +11 -0
  2236. package/core/fetcher/makeRequest.d.ts +2 -0
  2237. package/core/fetcher/makeRequest.js +28 -0
  2238. package/core/fetcher/makeRequest.ts +42 -0
  2239. package/core/fetcher/requestWithRetries.d.ts +2 -0
  2240. package/core/fetcher/requestWithRetries.js +54 -0
  2241. package/core/fetcher/requestWithRetries.ts +64 -0
  2242. package/core/fetcher/signals.d.ts +6 -0
  2243. package/core/fetcher/signals.js +21 -0
  2244. package/core/fetcher/signals.ts +26 -0
  2245. package/core/headers.d.ts +3 -0
  2246. package/core/headers.js +28 -0
  2247. package/core/headers.ts +33 -0
  2248. package/core/index.d.ts +7 -0
  2249. package/core/index.js +7 -0
  2250. package/core/index.ts +6 -0
  2251. package/core/json.d.ts +16 -0
  2252. package/core/json.js +20 -0
  2253. package/core/json.ts +27 -0
  2254. package/core/logging/exports.d.ts +19 -0
  2255. package/core/logging/exports.js +10 -0
  2256. package/core/logging/exports.ts +19 -0
  2257. package/core/logging/index.d.ts +2 -0
  2258. package/core/logging/index.js +2 -0
  2259. package/core/logging/index.ts +1 -0
  2260. package/core/logging/logger.d.ts +127 -0
  2261. package/core/logging/logger.js +138 -0
  2262. package/core/logging/logger.ts +203 -0
  2263. package/core/runtime/index.d.ts +2 -0
  2264. package/core/runtime/index.js +2 -0
  2265. package/core/runtime/index.ts +1 -0
  2266. package/core/runtime/runtime.d.ts +10 -0
  2267. package/core/runtime/runtime.js +100 -0
  2268. package/core/runtime/runtime.ts +134 -0
  2269. package/core/url/encodePathParam.d.ts +2 -0
  2270. package/core/url/encodePathParam.js +19 -0
  2271. package/core/url/encodePathParam.ts +18 -0
  2272. package/core/url/index.d.ts +4 -0
  2273. package/core/url/index.js +4 -0
  2274. package/core/url/index.ts +3 -0
  2275. package/core/url/join.d.ts +2 -0
  2276. package/core/url/join.js +66 -0
  2277. package/core/url/join.ts +79 -0
  2278. package/core/url/qs.d.ts +7 -0
  2279. package/core/url/qs.js +65 -0
  2280. package/core/url/qs.ts +74 -0
  2281. package/environments.d.ts +5 -0
  2282. package/environments.js +5 -0
  2283. package/environments.ts +7 -0
  2284. package/errors/RevKeenError.d.ts +13 -0
  2285. package/errors/RevKeenError.js +29 -0
  2286. package/errors/RevKeenError.ts +58 -0
  2287. package/errors/RevKeenTimeoutError.d.ts +4 -0
  2288. package/errors/RevKeenTimeoutError.js +12 -0
  2289. package/errors/RevKeenTimeoutError.ts +13 -0
  2290. package/errors/handleNonStatusCodeError.d.ts +3 -0
  2291. package/errors/handleNonStatusCodeError.js +30 -0
  2292. package/errors/handleNonStatusCodeError.ts +37 -0
  2293. package/errors/index.d.ts +3 -0
  2294. package/errors/index.js +3 -0
  2295. package/errors/index.ts +2 -0
  2296. package/exports.d.ts +2 -0
  2297. package/exports.js +2 -0
  2298. package/exports.ts +1 -0
  2299. package/index.d.ts +9 -0
  2300. package/index.js +8 -0
  2301. package/index.ts +10 -0
  2302. package/package.json +53 -0
  2303. package/webhooks.d.ts +292 -0
  2304. package/webhooks.js +360 -0
  2305. package/webhooks.ts +558 -0
@@ -0,0 +1,123 @@
1
+ import type { BaseClientOptions, BaseRequestOptions } from "../../../../BaseClient.js";
2
+ import { type NormalizedClientOptionsWithAuth } from "../../../../BaseClient.js";
3
+ import * as core from "../../../../core/index.js";
4
+ import * as RevKeen from "../../../index.js";
5
+ export declare namespace OrdersClient {
6
+ type Options = BaseClientOptions;
7
+ interface RequestOptions extends BaseRequestOptions {
8
+ }
9
+ }
10
+ /**
11
+ * One-off purchases with lifecycle operations: create, pay, cancel, and fulfill.
12
+ *
13
+ * **Required Scopes:**
14
+ * - `orders:read` - List and retrieve orders
15
+ * - `orders:write` - Create, cancel, fulfill orders
16
+ *
17
+ * **MCP Tools:** `orders_list`, `orders_create`, `orders_cancel`, `orders_fulfill`
18
+ */
19
+ export declare class OrdersClient {
20
+ protected readonly _options: NormalizedClientOptionsWithAuth<OrdersClient.Options>;
21
+ constructor(options: OrdersClient.Options);
22
+ /**
23
+ * List all orders for the authenticated merchant. Supports filtering and cursor-based pagination.
24
+ *
25
+ * @param {RevKeen.OrdersListRequest} request
26
+ * @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
27
+ *
28
+ * @throws {@link RevKeen.UnauthorizedError}
29
+ *
30
+ * @example
31
+ * await client.orders.list()
32
+ */
33
+ list(request?: RevKeen.OrdersListRequest, requestOptions?: OrdersClient.RequestOptions): core.HttpResponsePromise<RevKeen.OrderListResponse>;
34
+ private __list;
35
+ /**
36
+ * Creates a new order with line items. Orders start in draft status.
37
+ *
38
+ * @param {RevKeen.CreateOrderRequest} request
39
+ * @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
40
+ *
41
+ * @throws {@link RevKeen.BadRequestError}
42
+ * @throws {@link RevKeen.UnauthorizedError}
43
+ * @throws {@link RevKeen.NotFoundError}
44
+ *
45
+ * @example
46
+ * await client.orders.create({
47
+ * line_items: [{
48
+ * description: "description",
49
+ * unit_price: 1
50
+ * }]
51
+ * })
52
+ */
53
+ create(request: RevKeen.CreateOrderRequest, requestOptions?: OrdersClient.RequestOptions): core.HttpResponsePromise<RevKeen.Order>;
54
+ private __create;
55
+ /**
56
+ * Retrieves an order by its ID, including line items.
57
+ *
58
+ * @param {RevKeen.OrdersRetrieveRequest} request
59
+ * @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
60
+ *
61
+ * @throws {@link RevKeen.UnauthorizedError}
62
+ * @throws {@link RevKeen.NotFoundError}
63
+ *
64
+ * @example
65
+ * await client.orders.retrieve({
66
+ * id: "id"
67
+ * })
68
+ */
69
+ retrieve(request: RevKeen.OrdersRetrieveRequest, requestOptions?: OrdersClient.RequestOptions): core.HttpResponsePromise<RevKeen.Order>;
70
+ private __retrieve;
71
+ /**
72
+ * Process payment for an order. Creates an invoice and charges the customer's payment method.
73
+ *
74
+ * @param {RevKeen.PayOrderRequest} request
75
+ * @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
76
+ *
77
+ * @throws {@link RevKeen.BadRequestError}
78
+ * @throws {@link RevKeen.UnauthorizedError}
79
+ * @throws {@link RevKeen.NotFoundError}
80
+ *
81
+ * @example
82
+ * await client.orders.pay({
83
+ * id: "id"
84
+ * })
85
+ */
86
+ pay(request: RevKeen.PayOrderRequest, requestOptions?: OrdersClient.RequestOptions): core.HttpResponsePromise<RevKeen.Order>;
87
+ private __pay;
88
+ /**
89
+ * Cancels an order. Only orders that haven't been paid or fulfilled can be canceled.
90
+ *
91
+ * @param {RevKeen.CancelOrderRequest} request
92
+ * @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
93
+ *
94
+ * @throws {@link RevKeen.BadRequestError}
95
+ * @throws {@link RevKeen.UnauthorizedError}
96
+ * @throws {@link RevKeen.NotFoundError}
97
+ *
98
+ * @example
99
+ * await client.orders.cancel({
100
+ * id: "id"
101
+ * })
102
+ */
103
+ cancel(request: RevKeen.CancelOrderRequest, requestOptions?: OrdersClient.RequestOptions): core.HttpResponsePromise<RevKeen.Order>;
104
+ private __cancel;
105
+ /**
106
+ * Mark an order as fulfilled. Optionally include shipping tracking information.
107
+ *
108
+ * @param {RevKeen.FulfillOrderRequest} request
109
+ * @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
110
+ *
111
+ * @throws {@link RevKeen.BadRequestError}
112
+ * @throws {@link RevKeen.UnauthorizedError}
113
+ * @throws {@link RevKeen.NotFoundError}
114
+ *
115
+ * @example
116
+ * await client.orders.fulfill({
117
+ * id: "id"
118
+ * })
119
+ */
120
+ fulfill(request: RevKeen.FulfillOrderRequest, requestOptions?: OrdersClient.RequestOptions): core.HttpResponsePromise<RevKeen.Order>;
121
+ private __fulfill;
122
+ }
123
+ //# sourceMappingURL=Client.d.ts.map
@@ -0,0 +1,372 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ import { normalizeClientOptionsWithAuth } from "../../../../BaseClient.js";
3
+ import { mergeHeaders } from "../../../../core/headers.js";
4
+ import * as core from "../../../../core/index.js";
5
+ import * as environments from "../../../../environments.js";
6
+ import { handleNonStatusCodeError } from "../../../../errors/handleNonStatusCodeError.js";
7
+ import * as errors from "../../../../errors/index.js";
8
+ import * as RevKeen from "../../../index.js";
9
+ /**
10
+ * One-off purchases with lifecycle operations: create, pay, cancel, and fulfill.
11
+ *
12
+ * **Required Scopes:**
13
+ * - `orders:read` - List and retrieve orders
14
+ * - `orders:write` - Create, cancel, fulfill orders
15
+ *
16
+ * **MCP Tools:** `orders_list`, `orders_create`, `orders_cancel`, `orders_fulfill`
17
+ */
18
+ export class OrdersClient {
19
+ constructor(options) {
20
+ this._options = normalizeClientOptionsWithAuth(options);
21
+ }
22
+ /**
23
+ * List all orders for the authenticated merchant. Supports filtering and cursor-based pagination.
24
+ *
25
+ * @param {RevKeen.OrdersListRequest} request
26
+ * @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
27
+ *
28
+ * @throws {@link RevKeen.UnauthorizedError}
29
+ *
30
+ * @example
31
+ * await client.orders.list()
32
+ */
33
+ list(request = {}, requestOptions) {
34
+ return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
35
+ }
36
+ async __list(request = {}, requestOptions) {
37
+ const { customer_id: customerId, status, billing_type: billingType, created_gte: createdGte, created_lte: createdLte, limit, starting_after: startingAfter, ending_before: endingBefore, } = request;
38
+ const _queryParams = {
39
+ customer_id: customerId,
40
+ status: status != null ? status : undefined,
41
+ billing_type: billingType != null ? billingType : undefined,
42
+ created_gte: createdGte,
43
+ created_lte: createdLte,
44
+ limit,
45
+ starting_after: startingAfter,
46
+ ending_before: endingBefore,
47
+ };
48
+ const _authRequest = await this._options.authProvider.getAuthRequest();
49
+ const _headers = mergeHeaders(_authRequest.headers, this._options?.headers, requestOptions?.headers);
50
+ const _response = await (this._options.fetcher ?? core.fetcher)({
51
+ url: core.url.join((await core.Supplier.get(this._options.baseUrl)) ??
52
+ (await core.Supplier.get(this._options.environment)) ??
53
+ environments.RevKeenEnvironment.Default, "orders"),
54
+ method: "GET",
55
+ headers: _headers,
56
+ queryParameters: { ..._queryParams, ...requestOptions?.queryParams },
57
+ timeoutMs: (requestOptions?.timeoutInSeconds ?? this._options?.timeoutInSeconds ?? 60) * 1000,
58
+ maxRetries: requestOptions?.maxRetries ?? this._options?.maxRetries,
59
+ abortSignal: requestOptions?.abortSignal,
60
+ fetchFn: this._options?.fetch,
61
+ logging: this._options.logging,
62
+ });
63
+ if (_response.ok) {
64
+ return { data: _response.body, rawResponse: _response.rawResponse };
65
+ }
66
+ if (_response.error.reason === "status-code") {
67
+ switch (_response.error.statusCode) {
68
+ case 401:
69
+ throw new RevKeen.UnauthorizedError(_response.error.body, _response.rawResponse);
70
+ default:
71
+ throw new errors.RevKeenError({
72
+ statusCode: _response.error.statusCode,
73
+ body: _response.error.body,
74
+ rawResponse: _response.rawResponse,
75
+ });
76
+ }
77
+ }
78
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "GET", "/orders");
79
+ }
80
+ /**
81
+ * Creates a new order with line items. Orders start in draft status.
82
+ *
83
+ * @param {RevKeen.CreateOrderRequest} request
84
+ * @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
85
+ *
86
+ * @throws {@link RevKeen.BadRequestError}
87
+ * @throws {@link RevKeen.UnauthorizedError}
88
+ * @throws {@link RevKeen.NotFoundError}
89
+ *
90
+ * @example
91
+ * await client.orders.create({
92
+ * line_items: [{
93
+ * description: "description",
94
+ * unit_price: 1
95
+ * }]
96
+ * })
97
+ */
98
+ create(request, requestOptions) {
99
+ return core.HttpResponsePromise.fromPromise(this.__create(request, requestOptions));
100
+ }
101
+ async __create(request, requestOptions) {
102
+ const _authRequest = await this._options.authProvider.getAuthRequest();
103
+ const _headers = mergeHeaders(_authRequest.headers, this._options?.headers, requestOptions?.headers);
104
+ const _response = await (this._options.fetcher ?? core.fetcher)({
105
+ url: core.url.join((await core.Supplier.get(this._options.baseUrl)) ??
106
+ (await core.Supplier.get(this._options.environment)) ??
107
+ environments.RevKeenEnvironment.Default, "orders"),
108
+ method: "POST",
109
+ headers: _headers,
110
+ contentType: "application/json",
111
+ queryParameters: requestOptions?.queryParams,
112
+ requestType: "json",
113
+ body: request,
114
+ timeoutMs: (requestOptions?.timeoutInSeconds ?? this._options?.timeoutInSeconds ?? 60) * 1000,
115
+ maxRetries: requestOptions?.maxRetries ?? this._options?.maxRetries,
116
+ abortSignal: requestOptions?.abortSignal,
117
+ fetchFn: this._options?.fetch,
118
+ logging: this._options.logging,
119
+ });
120
+ if (_response.ok) {
121
+ return { data: _response.body, rawResponse: _response.rawResponse };
122
+ }
123
+ if (_response.error.reason === "status-code") {
124
+ switch (_response.error.statusCode) {
125
+ case 400:
126
+ throw new RevKeen.BadRequestError(_response.error.body, _response.rawResponse);
127
+ case 401:
128
+ throw new RevKeen.UnauthorizedError(_response.error.body, _response.rawResponse);
129
+ case 404:
130
+ throw new RevKeen.NotFoundError(_response.error.body, _response.rawResponse);
131
+ default:
132
+ throw new errors.RevKeenError({
133
+ statusCode: _response.error.statusCode,
134
+ body: _response.error.body,
135
+ rawResponse: _response.rawResponse,
136
+ });
137
+ }
138
+ }
139
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/orders");
140
+ }
141
+ /**
142
+ * Retrieves an order by its ID, including line items.
143
+ *
144
+ * @param {RevKeen.OrdersRetrieveRequest} request
145
+ * @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
146
+ *
147
+ * @throws {@link RevKeen.UnauthorizedError}
148
+ * @throws {@link RevKeen.NotFoundError}
149
+ *
150
+ * @example
151
+ * await client.orders.retrieve({
152
+ * id: "id"
153
+ * })
154
+ */
155
+ retrieve(request, requestOptions) {
156
+ return core.HttpResponsePromise.fromPromise(this.__retrieve(request, requestOptions));
157
+ }
158
+ async __retrieve(request, requestOptions) {
159
+ const { id } = request;
160
+ const _authRequest = await this._options.authProvider.getAuthRequest();
161
+ const _headers = mergeHeaders(_authRequest.headers, this._options?.headers, requestOptions?.headers);
162
+ const _response = await (this._options.fetcher ?? core.fetcher)({
163
+ url: core.url.join((await core.Supplier.get(this._options.baseUrl)) ??
164
+ (await core.Supplier.get(this._options.environment)) ??
165
+ environments.RevKeenEnvironment.Default, `orders/${core.url.encodePathParam(id)}`),
166
+ method: "GET",
167
+ headers: _headers,
168
+ queryParameters: requestOptions?.queryParams,
169
+ timeoutMs: (requestOptions?.timeoutInSeconds ?? this._options?.timeoutInSeconds ?? 60) * 1000,
170
+ maxRetries: requestOptions?.maxRetries ?? this._options?.maxRetries,
171
+ abortSignal: requestOptions?.abortSignal,
172
+ fetchFn: this._options?.fetch,
173
+ logging: this._options.logging,
174
+ });
175
+ if (_response.ok) {
176
+ return { data: _response.body, rawResponse: _response.rawResponse };
177
+ }
178
+ if (_response.error.reason === "status-code") {
179
+ switch (_response.error.statusCode) {
180
+ case 401:
181
+ throw new RevKeen.UnauthorizedError(_response.error.body, _response.rawResponse);
182
+ case 404:
183
+ throw new RevKeen.NotFoundError(_response.error.body, _response.rawResponse);
184
+ default:
185
+ throw new errors.RevKeenError({
186
+ statusCode: _response.error.statusCode,
187
+ body: _response.error.body,
188
+ rawResponse: _response.rawResponse,
189
+ });
190
+ }
191
+ }
192
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "GET", "/orders/{id}");
193
+ }
194
+ /**
195
+ * Process payment for an order. Creates an invoice and charges the customer's payment method.
196
+ *
197
+ * @param {RevKeen.PayOrderRequest} request
198
+ * @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
199
+ *
200
+ * @throws {@link RevKeen.BadRequestError}
201
+ * @throws {@link RevKeen.UnauthorizedError}
202
+ * @throws {@link RevKeen.NotFoundError}
203
+ *
204
+ * @example
205
+ * await client.orders.pay({
206
+ * id: "id"
207
+ * })
208
+ */
209
+ pay(request, requestOptions) {
210
+ return core.HttpResponsePromise.fromPromise(this.__pay(request, requestOptions));
211
+ }
212
+ async __pay(request, requestOptions) {
213
+ const { id, ..._body } = request;
214
+ const _authRequest = await this._options.authProvider.getAuthRequest();
215
+ const _headers = mergeHeaders(_authRequest.headers, this._options?.headers, requestOptions?.headers);
216
+ const _response = await (this._options.fetcher ?? core.fetcher)({
217
+ url: core.url.join((await core.Supplier.get(this._options.baseUrl)) ??
218
+ (await core.Supplier.get(this._options.environment)) ??
219
+ environments.RevKeenEnvironment.Default, `orders/${core.url.encodePathParam(id)}/pay`),
220
+ method: "POST",
221
+ headers: _headers,
222
+ contentType: "application/json",
223
+ queryParameters: requestOptions?.queryParams,
224
+ requestType: "json",
225
+ body: _body,
226
+ timeoutMs: (requestOptions?.timeoutInSeconds ?? this._options?.timeoutInSeconds ?? 60) * 1000,
227
+ maxRetries: requestOptions?.maxRetries ?? this._options?.maxRetries,
228
+ abortSignal: requestOptions?.abortSignal,
229
+ fetchFn: this._options?.fetch,
230
+ logging: this._options.logging,
231
+ });
232
+ if (_response.ok) {
233
+ return { data: _response.body, rawResponse: _response.rawResponse };
234
+ }
235
+ if (_response.error.reason === "status-code") {
236
+ switch (_response.error.statusCode) {
237
+ case 400:
238
+ throw new RevKeen.BadRequestError(_response.error.body, _response.rawResponse);
239
+ case 401:
240
+ throw new RevKeen.UnauthorizedError(_response.error.body, _response.rawResponse);
241
+ case 404:
242
+ throw new RevKeen.NotFoundError(_response.error.body, _response.rawResponse);
243
+ default:
244
+ throw new errors.RevKeenError({
245
+ statusCode: _response.error.statusCode,
246
+ body: _response.error.body,
247
+ rawResponse: _response.rawResponse,
248
+ });
249
+ }
250
+ }
251
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/orders/{id}/pay");
252
+ }
253
+ /**
254
+ * Cancels an order. Only orders that haven't been paid or fulfilled can be canceled.
255
+ *
256
+ * @param {RevKeen.CancelOrderRequest} request
257
+ * @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
258
+ *
259
+ * @throws {@link RevKeen.BadRequestError}
260
+ * @throws {@link RevKeen.UnauthorizedError}
261
+ * @throws {@link RevKeen.NotFoundError}
262
+ *
263
+ * @example
264
+ * await client.orders.cancel({
265
+ * id: "id"
266
+ * })
267
+ */
268
+ cancel(request, requestOptions) {
269
+ return core.HttpResponsePromise.fromPromise(this.__cancel(request, requestOptions));
270
+ }
271
+ async __cancel(request, requestOptions) {
272
+ const { id, ..._body } = request;
273
+ const _authRequest = await this._options.authProvider.getAuthRequest();
274
+ const _headers = mergeHeaders(_authRequest.headers, this._options?.headers, requestOptions?.headers);
275
+ const _response = await (this._options.fetcher ?? core.fetcher)({
276
+ url: core.url.join((await core.Supplier.get(this._options.baseUrl)) ??
277
+ (await core.Supplier.get(this._options.environment)) ??
278
+ environments.RevKeenEnvironment.Default, `orders/${core.url.encodePathParam(id)}/cancel`),
279
+ method: "POST",
280
+ headers: _headers,
281
+ contentType: "application/json",
282
+ queryParameters: requestOptions?.queryParams,
283
+ requestType: "json",
284
+ body: _body,
285
+ timeoutMs: (requestOptions?.timeoutInSeconds ?? this._options?.timeoutInSeconds ?? 60) * 1000,
286
+ maxRetries: requestOptions?.maxRetries ?? this._options?.maxRetries,
287
+ abortSignal: requestOptions?.abortSignal,
288
+ fetchFn: this._options?.fetch,
289
+ logging: this._options.logging,
290
+ });
291
+ if (_response.ok) {
292
+ return { data: _response.body, rawResponse: _response.rawResponse };
293
+ }
294
+ if (_response.error.reason === "status-code") {
295
+ switch (_response.error.statusCode) {
296
+ case 400:
297
+ throw new RevKeen.BadRequestError(_response.error.body, _response.rawResponse);
298
+ case 401:
299
+ throw new RevKeen.UnauthorizedError(_response.error.body, _response.rawResponse);
300
+ case 404:
301
+ throw new RevKeen.NotFoundError(_response.error.body, _response.rawResponse);
302
+ default:
303
+ throw new errors.RevKeenError({
304
+ statusCode: _response.error.statusCode,
305
+ body: _response.error.body,
306
+ rawResponse: _response.rawResponse,
307
+ });
308
+ }
309
+ }
310
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/orders/{id}/cancel");
311
+ }
312
+ /**
313
+ * Mark an order as fulfilled. Optionally include shipping tracking information.
314
+ *
315
+ * @param {RevKeen.FulfillOrderRequest} request
316
+ * @param {OrdersClient.RequestOptions} requestOptions - Request-specific configuration.
317
+ *
318
+ * @throws {@link RevKeen.BadRequestError}
319
+ * @throws {@link RevKeen.UnauthorizedError}
320
+ * @throws {@link RevKeen.NotFoundError}
321
+ *
322
+ * @example
323
+ * await client.orders.fulfill({
324
+ * id: "id"
325
+ * })
326
+ */
327
+ fulfill(request, requestOptions) {
328
+ return core.HttpResponsePromise.fromPromise(this.__fulfill(request, requestOptions));
329
+ }
330
+ async __fulfill(request, requestOptions) {
331
+ const { id, ..._body } = request;
332
+ const _authRequest = await this._options.authProvider.getAuthRequest();
333
+ const _headers = mergeHeaders(_authRequest.headers, this._options?.headers, requestOptions?.headers);
334
+ const _response = await (this._options.fetcher ?? core.fetcher)({
335
+ url: core.url.join((await core.Supplier.get(this._options.baseUrl)) ??
336
+ (await core.Supplier.get(this._options.environment)) ??
337
+ environments.RevKeenEnvironment.Default, `orders/${core.url.encodePathParam(id)}/fulfill`),
338
+ method: "POST",
339
+ headers: _headers,
340
+ contentType: "application/json",
341
+ queryParameters: requestOptions?.queryParams,
342
+ requestType: "json",
343
+ body: _body,
344
+ timeoutMs: (requestOptions?.timeoutInSeconds ?? this._options?.timeoutInSeconds ?? 60) * 1000,
345
+ maxRetries: requestOptions?.maxRetries ?? this._options?.maxRetries,
346
+ abortSignal: requestOptions?.abortSignal,
347
+ fetchFn: this._options?.fetch,
348
+ logging: this._options.logging,
349
+ });
350
+ if (_response.ok) {
351
+ return { data: _response.body, rawResponse: _response.rawResponse };
352
+ }
353
+ if (_response.error.reason === "status-code") {
354
+ switch (_response.error.statusCode) {
355
+ case 400:
356
+ throw new RevKeen.BadRequestError(_response.error.body, _response.rawResponse);
357
+ case 401:
358
+ throw new RevKeen.UnauthorizedError(_response.error.body, _response.rawResponse);
359
+ case 404:
360
+ throw new RevKeen.NotFoundError(_response.error.body, _response.rawResponse);
361
+ default:
362
+ throw new errors.RevKeenError({
363
+ statusCode: _response.error.statusCode,
364
+ body: _response.error.body,
365
+ rawResponse: _response.rawResponse,
366
+ });
367
+ }
368
+ }
369
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/orders/{id}/fulfill");
370
+ }
371
+ }
372
+ //# sourceMappingURL=Client.js.map