increase 0.377.0 → 0.379.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1278) hide show
  1. package/CHANGELOG.md +203 -4438
  2. package/README.md +115 -50
  3. package/api-promise.d.mts +2 -0
  4. package/api-promise.d.mts.map +1 -0
  5. package/api-promise.d.ts +2 -0
  6. package/api-promise.d.ts.map +1 -0
  7. package/api-promise.js +6 -0
  8. package/api-promise.js.map +1 -0
  9. package/api-promise.mjs +2 -0
  10. package/api-promise.mjs.map +1 -0
  11. package/bin/cli +46 -0
  12. package/bin/migration-config.json +6 -0
  13. package/client.d.mts +382 -0
  14. package/client.d.mts.map +1 -0
  15. package/client.d.ts +382 -0
  16. package/client.d.ts.map +1 -0
  17. package/client.js +650 -0
  18. package/client.js.map +1 -0
  19. package/client.mjs +646 -0
  20. package/client.mjs.map +1 -0
  21. package/core/api-promise.d.mts +46 -0
  22. package/core/api-promise.d.mts.map +1 -0
  23. package/core/api-promise.d.ts +46 -0
  24. package/core/api-promise.d.ts.map +1 -0
  25. package/core/api-promise.js +74 -0
  26. package/core/api-promise.js.map +1 -0
  27. package/core/api-promise.mjs +70 -0
  28. package/core/api-promise.mjs.map +1 -0
  29. package/core/error.d.mts +145 -0
  30. package/core/error.d.mts.map +1 -0
  31. package/core/error.d.ts +145 -0
  32. package/core/error.d.ts.map +1 -0
  33. package/core/error.js +280 -0
  34. package/core/error.js.map +1 -0
  35. package/core/error.mjs +253 -0
  36. package/core/error.mjs.map +1 -0
  37. package/core/pagination.d.mts +67 -0
  38. package/core/pagination.d.mts.map +1 -0
  39. package/core/pagination.d.ts +67 -0
  40. package/core/pagination.d.ts.map +1 -0
  41. package/core/pagination.js +101 -0
  42. package/core/pagination.js.map +1 -0
  43. package/core/pagination.mjs +95 -0
  44. package/core/pagination.mjs.map +1 -0
  45. package/core/resource.d.mts +6 -0
  46. package/core/resource.d.mts.map +1 -0
  47. package/core/resource.d.ts +6 -0
  48. package/core/resource.d.ts.map +1 -0
  49. package/core/resource.js +11 -0
  50. package/core/resource.js.map +1 -0
  51. package/core/resource.mjs +7 -0
  52. package/core/resource.mjs.map +1 -0
  53. package/core/uploads.d.mts +3 -0
  54. package/core/uploads.d.mts.map +1 -0
  55. package/core/uploads.d.ts +3 -0
  56. package/core/uploads.d.ts.map +1 -0
  57. package/core/uploads.js +6 -0
  58. package/core/uploads.js.map +1 -0
  59. package/core/uploads.mjs +2 -0
  60. package/core/uploads.mjs.map +1 -0
  61. package/error.d.mts +2 -0
  62. package/error.d.mts.map +1 -0
  63. package/error.d.ts +1 -145
  64. package/error.d.ts.map +1 -1
  65. package/error.js +3 -277
  66. package/error.js.map +1 -1
  67. package/error.mjs +1 -252
  68. package/error.mjs.map +1 -1
  69. package/index.d.mts +7 -320
  70. package/index.d.mts.map +1 -0
  71. package/index.d.ts +6 -319
  72. package/index.d.ts.map +1 -1
  73. package/index.js +14 -358
  74. package/index.js.map +1 -1
  75. package/index.mjs +6 -331
  76. package/index.mjs.map +1 -1
  77. package/internal/builtin-types.d.mts +73 -0
  78. package/internal/builtin-types.d.mts.map +1 -0
  79. package/internal/builtin-types.d.ts +73 -0
  80. package/internal/builtin-types.d.ts.map +1 -0
  81. package/internal/builtin-types.js +4 -0
  82. package/internal/builtin-types.js.map +1 -0
  83. package/internal/builtin-types.mjs +3 -0
  84. package/internal/builtin-types.mjs.map +1 -0
  85. package/internal/detect-platform.d.mts +15 -0
  86. package/internal/detect-platform.d.mts.map +1 -0
  87. package/internal/detect-platform.d.ts +15 -0
  88. package/internal/detect-platform.d.ts.map +1 -0
  89. package/internal/detect-platform.js +162 -0
  90. package/internal/detect-platform.js.map +1 -0
  91. package/internal/detect-platform.mjs +157 -0
  92. package/internal/detect-platform.mjs.map +1 -0
  93. package/internal/errors.d.mts +3 -0
  94. package/internal/errors.d.mts.map +1 -0
  95. package/internal/errors.d.ts +3 -0
  96. package/internal/errors.d.ts.map +1 -0
  97. package/internal/errors.js +41 -0
  98. package/internal/errors.js.map +1 -0
  99. package/internal/errors.mjs +36 -0
  100. package/internal/errors.mjs.map +1 -0
  101. package/internal/headers.d.mts +20 -0
  102. package/internal/headers.d.mts.map +1 -0
  103. package/internal/headers.d.ts +20 -0
  104. package/internal/headers.d.ts.map +1 -0
  105. package/internal/headers.js +79 -0
  106. package/internal/headers.js.map +1 -0
  107. package/internal/headers.mjs +74 -0
  108. package/internal/headers.mjs.map +1 -0
  109. package/internal/parse.d.mts +12 -0
  110. package/internal/parse.d.mts.map +1 -0
  111. package/internal/parse.d.ts +12 -0
  112. package/internal/parse.d.ts.map +1 -0
  113. package/internal/parse.js +35 -0
  114. package/internal/parse.js.map +1 -0
  115. package/internal/parse.mjs +32 -0
  116. package/internal/parse.mjs.map +1 -0
  117. package/internal/qs/formats.d.mts +7 -0
  118. package/internal/qs/formats.d.mts.map +1 -0
  119. package/internal/qs/formats.d.ts +1 -0
  120. package/internal/qs/formats.d.ts.map +1 -1
  121. package/internal/qs/formats.js +4 -2
  122. package/internal/qs/formats.js.map +1 -1
  123. package/internal/qs/formats.mjs +2 -1
  124. package/internal/qs/formats.mjs.map +1 -1
  125. package/internal/qs/index.d.mts +10 -0
  126. package/internal/qs/index.d.mts.map +1 -0
  127. package/internal/qs/index.d.ts.map +1 -1
  128. package/internal/qs/stringify.d.mts +3 -0
  129. package/internal/qs/stringify.d.mts.map +1 -0
  130. package/internal/qs/stringify.d.ts.map +1 -1
  131. package/internal/qs/stringify.js +16 -19
  132. package/internal/qs/stringify.js.map +1 -1
  133. package/internal/qs/stringify.mjs +17 -19
  134. package/internal/qs/stringify.mjs.map +1 -1
  135. package/internal/qs/types.d.mts +57 -0
  136. package/internal/qs/types.d.mts.map +1 -0
  137. package/internal/qs/utils.d.mts +15 -0
  138. package/internal/qs/utils.d.mts.map +1 -0
  139. package/internal/qs/utils.d.ts +1 -0
  140. package/internal/qs/utils.d.ts.map +1 -1
  141. package/internal/qs/utils.js +22 -21
  142. package/internal/qs/utils.js.map +1 -1
  143. package/internal/qs/utils.mjs +12 -12
  144. package/internal/qs/utils.mjs.map +1 -1
  145. package/internal/request-options.d.mts +75 -0
  146. package/internal/request-options.d.mts.map +1 -0
  147. package/internal/request-options.d.ts +75 -0
  148. package/internal/request-options.d.ts.map +1 -0
  149. package/internal/request-options.js +14 -0
  150. package/internal/request-options.js.map +1 -0
  151. package/internal/request-options.mjs +10 -0
  152. package/internal/request-options.mjs.map +1 -0
  153. package/internal/shim-types.d.mts +17 -0
  154. package/internal/shim-types.d.mts.map +1 -0
  155. package/internal/shim-types.d.ts +17 -0
  156. package/internal/shim-types.d.ts.map +1 -0
  157. package/internal/shim-types.js +4 -0
  158. package/internal/shim-types.js.map +1 -0
  159. package/internal/shim-types.mjs +3 -0
  160. package/internal/shim-types.mjs.map +1 -0
  161. package/internal/shims.d.mts +20 -0
  162. package/internal/shims.d.mts.map +1 -0
  163. package/internal/shims.d.ts +20 -0
  164. package/internal/shims.d.ts.map +1 -0
  165. package/internal/shims.js +92 -0
  166. package/internal/shims.js.map +1 -0
  167. package/internal/shims.mjs +85 -0
  168. package/internal/shims.mjs.map +1 -0
  169. package/internal/to-file.d.mts +45 -0
  170. package/internal/to-file.d.mts.map +1 -0
  171. package/internal/to-file.d.ts +45 -0
  172. package/internal/to-file.d.ts.map +1 -0
  173. package/internal/to-file.js +91 -0
  174. package/internal/to-file.js.map +1 -0
  175. package/internal/to-file.mjs +88 -0
  176. package/internal/to-file.mjs.map +1 -0
  177. package/internal/tslib.js +81 -0
  178. package/internal/tslib.mjs +17 -0
  179. package/internal/types.d.mts +69 -0
  180. package/internal/types.d.mts.map +1 -0
  181. package/internal/types.d.ts +69 -0
  182. package/internal/types.d.ts.map +1 -0
  183. package/internal/types.js +4 -0
  184. package/internal/types.js.map +1 -0
  185. package/internal/types.mjs +3 -0
  186. package/internal/types.mjs.map +1 -0
  187. package/internal/uploads.d.mts +42 -0
  188. package/internal/uploads.d.mts.map +1 -0
  189. package/internal/uploads.d.ts +42 -0
  190. package/internal/uploads.d.ts.map +1 -0
  191. package/internal/uploads.js +141 -0
  192. package/internal/uploads.js.map +1 -0
  193. package/internal/uploads.mjs +131 -0
  194. package/internal/uploads.mjs.map +1 -0
  195. package/internal/utils/base64.d.mts +3 -0
  196. package/internal/utils/base64.d.mts.map +1 -0
  197. package/internal/utils/base64.d.ts +3 -0
  198. package/internal/utils/base64.d.ts.map +1 -0
  199. package/internal/utils/base64.js +38 -0
  200. package/internal/utils/base64.js.map +1 -0
  201. package/internal/utils/base64.mjs +33 -0
  202. package/internal/utils/base64.mjs.map +1 -0
  203. package/internal/utils/bytes.d.mts +4 -0
  204. package/internal/utils/bytes.d.mts.map +1 -0
  205. package/internal/utils/bytes.d.ts +4 -0
  206. package/internal/utils/bytes.d.ts.map +1 -0
  207. package/internal/utils/bytes.js +31 -0
  208. package/internal/utils/bytes.js.map +1 -0
  209. package/internal/utils/bytes.mjs +26 -0
  210. package/internal/utils/bytes.mjs.map +1 -0
  211. package/internal/utils/env.d.mts +9 -0
  212. package/internal/utils/env.d.mts.map +1 -0
  213. package/internal/utils/env.d.ts +9 -0
  214. package/internal/utils/env.d.ts.map +1 -0
  215. package/internal/utils/env.js +22 -0
  216. package/internal/utils/env.js.map +1 -0
  217. package/internal/utils/env.mjs +18 -0
  218. package/internal/utils/env.mjs.map +1 -0
  219. package/internal/utils/log.d.mts +37 -0
  220. package/internal/utils/log.d.mts.map +1 -0
  221. package/internal/utils/log.d.ts +37 -0
  222. package/internal/utils/log.d.ts.map +1 -0
  223. package/internal/utils/log.js +85 -0
  224. package/internal/utils/log.js.map +1 -0
  225. package/internal/utils/log.mjs +79 -0
  226. package/internal/utils/log.mjs.map +1 -0
  227. package/internal/utils/path.d.mts +15 -0
  228. package/internal/utils/path.d.mts.map +1 -0
  229. package/internal/utils/path.d.ts +15 -0
  230. package/internal/utils/path.d.ts.map +1 -0
  231. package/internal/utils/path.js +79 -0
  232. package/internal/utils/path.js.map +1 -0
  233. package/internal/utils/path.mjs +74 -0
  234. package/internal/utils/path.mjs.map +1 -0
  235. package/internal/utils/sleep.d.mts +2 -0
  236. package/internal/utils/sleep.d.mts.map +1 -0
  237. package/internal/utils/sleep.d.ts +2 -0
  238. package/internal/utils/sleep.d.ts.map +1 -0
  239. package/internal/utils/sleep.js +7 -0
  240. package/internal/utils/sleep.js.map +1 -0
  241. package/internal/utils/sleep.mjs +3 -0
  242. package/internal/utils/sleep.mjs.map +1 -0
  243. package/internal/utils/uuid.d.mts +5 -0
  244. package/internal/utils/uuid.d.mts.map +1 -0
  245. package/internal/utils/uuid.d.ts +5 -0
  246. package/internal/utils/uuid.d.ts.map +1 -0
  247. package/internal/utils/uuid.js +19 -0
  248. package/internal/utils/uuid.js.map +1 -0
  249. package/internal/utils/uuid.mjs +15 -0
  250. package/internal/utils/uuid.mjs.map +1 -0
  251. package/internal/utils/values.d.mts +18 -0
  252. package/internal/utils/values.d.mts.map +1 -0
  253. package/internal/utils/values.d.ts +18 -0
  254. package/internal/utils/values.d.ts.map +1 -0
  255. package/internal/utils/values.js +112 -0
  256. package/internal/utils/values.js.map +1 -0
  257. package/internal/utils/values.mjs +94 -0
  258. package/internal/utils/values.mjs.map +1 -0
  259. package/internal/utils.d.mts +7 -0
  260. package/internal/utils.d.mts.map +1 -0
  261. package/internal/utils.d.ts +7 -0
  262. package/internal/utils.d.ts.map +1 -0
  263. package/internal/utils.js +11 -0
  264. package/internal/utils.js.map +1 -0
  265. package/internal/utils.mjs +8 -0
  266. package/internal/utils.mjs.map +1 -0
  267. package/package.json +114 -66
  268. package/pagination.d.mts +2 -0
  269. package/pagination.d.mts.map +1 -0
  270. package/pagination.d.ts +1 -30
  271. package/pagination.d.ts.map +1 -1
  272. package/pagination.js +3 -37
  273. package/pagination.js.map +1 -1
  274. package/pagination.mjs +1 -35
  275. package/pagination.mjs.map +1 -1
  276. package/resource.d.mts +2 -0
  277. package/resource.d.mts.map +1 -0
  278. package/resource.d.ts +1 -5
  279. package/resource.d.ts.map +1 -1
  280. package/resource.js +3 -8
  281. package/resource.js.map +1 -1
  282. package/resource.mjs +1 -6
  283. package/resource.mjs.map +1 -1
  284. package/resources/account-numbers.d.mts +309 -0
  285. package/resources/account-numbers.d.mts.map +1 -0
  286. package/resources/account-numbers.d.ts +10 -11
  287. package/resources/account-numbers.d.ts.map +1 -1
  288. package/resources/account-numbers.js +20 -16
  289. package/resources/account-numbers.js.map +1 -1
  290. package/resources/account-numbers.mjs +19 -14
  291. package/resources/account-numbers.mjs.map +1 -1
  292. package/resources/account-statements.d.mts +113 -0
  293. package/resources/account-statements.d.mts.map +1 -0
  294. package/resources/account-statements.d.ts +8 -9
  295. package/resources/account-statements.d.ts.map +1 -1
  296. package/resources/account-statements.js +18 -14
  297. package/resources/account-statements.js.map +1 -1
  298. package/resources/account-statements.mjs +17 -12
  299. package/resources/account-statements.mjs.map +1 -1
  300. package/resources/account-transfers.d.mts +325 -0
  301. package/resources/account-transfers.d.mts.map +1 -0
  302. package/resources/account-transfers.d.ts +11 -12
  303. package/resources/account-transfers.d.ts.map +1 -1
  304. package/resources/account-transfers.js +22 -18
  305. package/resources/account-transfers.js.map +1 -1
  306. package/resources/account-transfers.mjs +21 -16
  307. package/resources/account-transfers.mjs.map +1 -1
  308. package/resources/accounts.d.mts +291 -0
  309. package/resources/accounts.d.mts.map +1 -0
  310. package/resources/accounts.d.ts +12 -14
  311. package/resources/accounts.d.ts.map +1 -1
  312. package/resources/accounts.js +35 -23
  313. package/resources/accounts.js.map +1 -1
  314. package/resources/accounts.mjs +34 -21
  315. package/resources/accounts.mjs.map +1 -1
  316. package/resources/ach-prenotifications.d.mts +473 -0
  317. package/resources/ach-prenotifications.d.mts.map +1 -0
  318. package/resources/ach-prenotifications.d.ts +9 -10
  319. package/resources/ach-prenotifications.d.ts.map +1 -1
  320. package/resources/ach-prenotifications.js +18 -14
  321. package/resources/ach-prenotifications.js.map +1 -1
  322. package/resources/ach-prenotifications.mjs +17 -12
  323. package/resources/ach-prenotifications.mjs.map +1 -1
  324. package/resources/ach-transfers.d.mts +1091 -0
  325. package/resources/ach-transfers.d.mts.map +1 -0
  326. package/resources/ach-transfers.d.ts +11 -12
  327. package/resources/ach-transfers.d.ts.map +1 -1
  328. package/resources/ach-transfers.js +22 -18
  329. package/resources/ach-transfers.js.map +1 -1
  330. package/resources/ach-transfers.mjs +21 -16
  331. package/resources/ach-transfers.mjs.map +1 -1
  332. package/resources/bookkeeping-accounts.d.mts +164 -0
  333. package/resources/bookkeeping-accounts.d.mts.map +1 -0
  334. package/resources/bookkeeping-accounts.d.ts +10 -12
  335. package/resources/bookkeeping-accounts.d.ts.map +1 -1
  336. package/resources/bookkeeping-accounts.js +34 -19
  337. package/resources/bookkeeping-accounts.js.map +1 -1
  338. package/resources/bookkeeping-accounts.mjs +33 -17
  339. package/resources/bookkeeping-accounts.mjs.map +1 -1
  340. package/resources/bookkeeping-entries.d.mts +74 -0
  341. package/resources/bookkeeping-entries.d.mts.map +1 -0
  342. package/resources/bookkeeping-entries.d.ts +8 -9
  343. package/resources/bookkeeping-entries.d.ts.map +1 -1
  344. package/resources/bookkeeping-entries.js +18 -14
  345. package/resources/bookkeeping-entries.js.map +1 -1
  346. package/resources/bookkeeping-entries.mjs +17 -12
  347. package/resources/bookkeeping-entries.mjs.map +1 -1
  348. package/resources/bookkeeping-entry-sets.d.mts +156 -0
  349. package/resources/bookkeeping-entry-sets.d.mts.map +1 -0
  350. package/resources/bookkeeping-entry-sets.d.ts +9 -10
  351. package/resources/bookkeeping-entry-sets.d.ts.map +1 -1
  352. package/resources/bookkeeping-entry-sets.js +18 -14
  353. package/resources/bookkeeping-entry-sets.js.map +1 -1
  354. package/resources/bookkeeping-entry-sets.mjs +17 -12
  355. package/resources/bookkeeping-entry-sets.mjs.map +1 -1
  356. package/resources/card-disputes.d.mts +5657 -0
  357. package/resources/card-disputes.d.mts.map +1 -0
  358. package/resources/card-disputes.d.ts +11 -12
  359. package/resources/card-disputes.d.ts.map +1 -1
  360. package/resources/card-disputes.js +25 -18
  361. package/resources/card-disputes.js.map +1 -1
  362. package/resources/card-disputes.mjs +24 -16
  363. package/resources/card-disputes.mjs.map +1 -1
  364. package/resources/card-payments.d.mts +5066 -0
  365. package/resources/card-payments.d.mts.map +1 -0
  366. package/resources/card-payments.d.ts +555 -13
  367. package/resources/card-payments.d.ts.map +1 -1
  368. package/resources/card-payments.js +18 -14
  369. package/resources/card-payments.js.map +1 -1
  370. package/resources/card-payments.mjs +17 -12
  371. package/resources/card-payments.mjs.map +1 -1
  372. package/resources/card-purchase-supplements.d.mts +266 -0
  373. package/resources/card-purchase-supplements.d.mts.map +1 -0
  374. package/resources/card-purchase-supplements.d.ts +8 -9
  375. package/resources/card-purchase-supplements.d.ts.map +1 -1
  376. package/resources/card-purchase-supplements.js +18 -14
  377. package/resources/card-purchase-supplements.js.map +1 -1
  378. package/resources/card-purchase-supplements.mjs +17 -12
  379. package/resources/card-purchase-supplements.mjs.map +1 -1
  380. package/resources/card-push-transfers.d.mts +992 -0
  381. package/resources/card-push-transfers.d.mts.map +1 -0
  382. package/resources/card-push-transfers.d.ts +11 -12
  383. package/resources/card-push-transfers.d.ts.map +1 -1
  384. package/resources/card-push-transfers.js +22 -18
  385. package/resources/card-push-transfers.js.map +1 -1
  386. package/resources/card-push-transfers.mjs +21 -16
  387. package/resources/card-push-transfers.mjs.map +1 -1
  388. package/resources/card-tokens.d.mts +153 -0
  389. package/resources/card-tokens.d.mts.map +1 -0
  390. package/resources/card-tokens.d.ts +9 -10
  391. package/resources/card-tokens.d.ts.map +1 -1
  392. package/resources/card-tokens.js +20 -16
  393. package/resources/card-tokens.js.map +1 -1
  394. package/resources/card-tokens.mjs +19 -14
  395. package/resources/card-tokens.mjs.map +1 -1
  396. package/resources/card-validations.d.mts +513 -0
  397. package/resources/card-validations.d.mts.map +1 -0
  398. package/resources/card-validations.d.ts +9 -10
  399. package/resources/card-validations.d.ts.map +1 -1
  400. package/resources/card-validations.js +18 -14
  401. package/resources/card-validations.js.map +1 -1
  402. package/resources/card-validations.mjs +17 -12
  403. package/resources/card-validations.mjs.map +1 -1
  404. package/resources/cards.d.mts +486 -0
  405. package/resources/cards.d.mts.map +1 -0
  406. package/resources/cards.d.ts +13 -14
  407. package/resources/cards.d.ts.map +1 -1
  408. package/resources/cards.js +26 -22
  409. package/resources/cards.js.map +1 -1
  410. package/resources/cards.mjs +25 -20
  411. package/resources/cards.mjs.map +1 -1
  412. package/resources/check-deposits.d.mts +453 -0
  413. package/resources/check-deposits.d.mts.map +1 -0
  414. package/resources/check-deposits.d.ts +9 -10
  415. package/resources/check-deposits.d.ts.map +1 -1
  416. package/resources/check-deposits.js +18 -14
  417. package/resources/check-deposits.js.map +1 -1
  418. package/resources/check-deposits.mjs +17 -12
  419. package/resources/check-deposits.mjs.map +1 -1
  420. package/resources/check-transfers.d.mts +874 -0
  421. package/resources/check-transfers.d.mts.map +1 -0
  422. package/resources/check-transfers.d.ts +12 -13
  423. package/resources/check-transfers.d.ts.map +1 -1
  424. package/resources/check-transfers.js +24 -20
  425. package/resources/check-transfers.js.map +1 -1
  426. package/resources/check-transfers.mjs +23 -18
  427. package/resources/check-transfers.mjs.map +1 -1
  428. package/resources/declined-transactions.d.mts +1163 -0
  429. package/resources/declined-transactions.d.mts.map +1 -0
  430. package/resources/declined-transactions.d.ts +11 -10
  431. package/resources/declined-transactions.d.ts.map +1 -1
  432. package/resources/declined-transactions.js +21 -14
  433. package/resources/declined-transactions.js.map +1 -1
  434. package/resources/declined-transactions.mjs +20 -12
  435. package/resources/declined-transactions.mjs.map +1 -1
  436. package/resources/digital-card-profiles.d.mts +303 -0
  437. package/resources/digital-card-profiles.d.mts.map +1 -0
  438. package/resources/digital-card-profiles.d.ts +11 -12
  439. package/resources/digital-card-profiles.d.ts.map +1 -1
  440. package/resources/digital-card-profiles.js +25 -18
  441. package/resources/digital-card-profiles.js.map +1 -1
  442. package/resources/digital-card-profiles.mjs +24 -16
  443. package/resources/digital-card-profiles.mjs.map +1 -1
  444. package/resources/digital-wallet-tokens.d.mts +181 -0
  445. package/resources/digital-wallet-tokens.d.mts.map +1 -0
  446. package/resources/digital-wallet-tokens.d.ts +8 -9
  447. package/resources/digital-wallet-tokens.d.ts.map +1 -1
  448. package/resources/digital-wallet-tokens.js +18 -14
  449. package/resources/digital-wallet-tokens.js.map +1 -1
  450. package/resources/digital-wallet-tokens.mjs +17 -12
  451. package/resources/digital-wallet-tokens.mjs.map +1 -1
  452. package/resources/documents.d.mts +213 -0
  453. package/resources/documents.d.mts.map +1 -0
  454. package/resources/documents.d.ts +9 -10
  455. package/resources/documents.d.ts.map +1 -1
  456. package/resources/documents.js +18 -14
  457. package/resources/documents.js.map +1 -1
  458. package/resources/documents.mjs +17 -12
  459. package/resources/documents.mjs.map +1 -1
  460. package/resources/entities.d.mts +2776 -0
  461. package/resources/entities.d.mts.map +1 -0
  462. package/resources/entities.d.ts +37 -21
  463. package/resources/entities.d.ts.map +1 -1
  464. package/resources/entities.js +37 -30
  465. package/resources/entities.js.map +1 -1
  466. package/resources/entities.mjs +36 -28
  467. package/resources/entities.mjs.map +1 -1
  468. package/resources/event-subscriptions.d.mts +475 -0
  469. package/resources/event-subscriptions.d.mts.map +1 -0
  470. package/resources/event-subscriptions.d.ts +16 -13
  471. package/resources/event-subscriptions.d.ts.map +1 -1
  472. package/resources/event-subscriptions.js +20 -16
  473. package/resources/event-subscriptions.js.map +1 -1
  474. package/resources/event-subscriptions.mjs +19 -14
  475. package/resources/event-subscriptions.mjs.map +1 -1
  476. package/resources/events.d.mts +263 -0
  477. package/resources/events.d.mts.map +1 -0
  478. package/resources/events.d.ts +12 -11
  479. package/resources/events.d.ts.map +1 -1
  480. package/resources/events.js +18 -14
  481. package/resources/events.js.map +1 -1
  482. package/resources/events.mjs +17 -12
  483. package/resources/events.mjs.map +1 -1
  484. package/resources/exports.d.mts +440 -0
  485. package/resources/exports.d.mts.map +1 -0
  486. package/resources/exports.d.ts +9 -10
  487. package/resources/exports.d.ts.map +1 -1
  488. package/resources/exports.js +18 -14
  489. package/resources/exports.js.map +1 -1
  490. package/resources/exports.mjs +17 -12
  491. package/resources/exports.mjs.map +1 -1
  492. package/resources/external-accounts.d.mts +212 -0
  493. package/resources/external-accounts.d.mts.map +1 -0
  494. package/resources/external-accounts.d.ts +10 -11
  495. package/resources/external-accounts.d.ts.map +1 -1
  496. package/resources/external-accounts.js +20 -16
  497. package/resources/external-accounts.js.map +1 -1
  498. package/resources/external-accounts.mjs +19 -14
  499. package/resources/external-accounts.mjs.map +1 -1
  500. package/resources/fednow-transfers.d.mts +474 -0
  501. package/resources/fednow-transfers.d.mts.map +1 -0
  502. package/resources/fednow-transfers.d.ts +11 -12
  503. package/resources/fednow-transfers.d.ts.map +1 -1
  504. package/resources/fednow-transfers.js +22 -18
  505. package/resources/fednow-transfers.js.map +1 -1
  506. package/resources/fednow-transfers.mjs +21 -16
  507. package/resources/fednow-transfers.mjs.map +1 -1
  508. package/resources/file-links.d.mts +72 -0
  509. package/resources/file-links.d.mts.map +1 -0
  510. package/resources/file-links.d.ts +4 -3
  511. package/resources/file-links.d.ts.map +1 -1
  512. package/resources/file-links.js +1 -1
  513. package/resources/file-links.js.map +1 -1
  514. package/resources/file-links.mjs +1 -1
  515. package/resources/file-links.mjs.map +1 -1
  516. package/resources/files.d.mts +242 -0
  517. package/resources/files.d.mts.map +1 -0
  518. package/resources/files.d.ts +11 -11
  519. package/resources/files.d.ts.map +1 -1
  520. package/resources/files.js +20 -39
  521. package/resources/files.js.map +1 -1
  522. package/resources/files.mjs +19 -14
  523. package/resources/files.mjs.map +1 -1
  524. package/resources/groups.d.mts +54 -0
  525. package/resources/groups.d.mts.map +1 -0
  526. package/resources/groups.d.ts +4 -3
  527. package/resources/groups.d.ts.map +1 -1
  528. package/resources/groups.js +1 -1
  529. package/resources/groups.js.map +1 -1
  530. package/resources/groups.mjs +1 -1
  531. package/resources/groups.mjs.map +1 -1
  532. package/resources/inbound-ach-transfers.d.mts +704 -0
  533. package/resources/inbound-ach-transfers.d.mts.map +1 -0
  534. package/resources/inbound-ach-transfers.d.ts +11 -12
  535. package/resources/inbound-ach-transfers.d.ts.map +1 -1
  536. package/resources/inbound-ach-transfers.js +27 -23
  537. package/resources/inbound-ach-transfers.js.map +1 -1
  538. package/resources/inbound-ach-transfers.mjs +26 -21
  539. package/resources/inbound-ach-transfers.mjs.map +1 -1
  540. package/resources/inbound-check-deposits.d.mts +278 -0
  541. package/resources/inbound-check-deposits.d.mts.map +1 -0
  542. package/resources/inbound-check-deposits.d.ts +10 -11
  543. package/resources/inbound-check-deposits.d.ts.map +1 -1
  544. package/resources/inbound-check-deposits.js +25 -18
  545. package/resources/inbound-check-deposits.js.map +1 -1
  546. package/resources/inbound-check-deposits.mjs +24 -16
  547. package/resources/inbound-check-deposits.mjs.map +1 -1
  548. package/resources/inbound-fednow-transfers.d.mts +188 -0
  549. package/resources/inbound-fednow-transfers.d.mts.map +1 -0
  550. package/resources/inbound-fednow-transfers.d.ts +8 -9
  551. package/resources/inbound-fednow-transfers.d.ts.map +1 -1
  552. package/resources/inbound-fednow-transfers.js +18 -14
  553. package/resources/inbound-fednow-transfers.js.map +1 -1
  554. package/resources/inbound-fednow-transfers.mjs +17 -12
  555. package/resources/inbound-fednow-transfers.mjs.map +1 -1
  556. package/resources/inbound-mail-items.d.mts +187 -0
  557. package/resources/inbound-mail-items.d.mts.map +1 -0
  558. package/resources/inbound-mail-items.d.ts +9 -10
  559. package/resources/inbound-mail-items.d.ts.map +1 -1
  560. package/resources/inbound-mail-items.js +20 -16
  561. package/resources/inbound-mail-items.js.map +1 -1
  562. package/resources/inbound-mail-items.mjs +19 -14
  563. package/resources/inbound-mail-items.mjs.map +1 -1
  564. package/resources/inbound-real-time-payments-transfers.d.mts +192 -0
  565. package/resources/inbound-real-time-payments-transfers.d.mts.map +1 -0
  566. package/resources/inbound-real-time-payments-transfers.d.ts +8 -9
  567. package/resources/inbound-real-time-payments-transfers.d.ts.map +1 -1
  568. package/resources/inbound-real-time-payments-transfers.js +18 -14
  569. package/resources/inbound-real-time-payments-transfers.js.map +1 -1
  570. package/resources/inbound-real-time-payments-transfers.mjs +17 -12
  571. package/resources/inbound-real-time-payments-transfers.mjs.map +1 -1
  572. package/resources/inbound-wire-drawdown-requests.d.mts +138 -0
  573. package/resources/inbound-wire-drawdown-requests.d.mts.map +1 -0
  574. package/resources/inbound-wire-drawdown-requests.d.ts +8 -9
  575. package/resources/inbound-wire-drawdown-requests.d.ts.map +1 -1
  576. package/resources/inbound-wire-drawdown-requests.js +18 -14
  577. package/resources/inbound-wire-drawdown-requests.js.map +1 -1
  578. package/resources/inbound-wire-drawdown-requests.mjs +17 -12
  579. package/resources/inbound-wire-drawdown-requests.mjs.map +1 -1
  580. package/resources/inbound-wire-transfers.d.mts +245 -0
  581. package/resources/inbound-wire-transfers.d.mts.map +1 -0
  582. package/resources/inbound-wire-transfers.d.ts +9 -10
  583. package/resources/inbound-wire-transfers.d.ts.map +1 -1
  584. package/resources/inbound-wire-transfers.js +20 -16
  585. package/resources/inbound-wire-transfers.js.map +1 -1
  586. package/resources/inbound-wire-transfers.mjs +19 -14
  587. package/resources/inbound-wire-transfers.mjs.map +1 -1
  588. package/resources/index.d.mts +58 -0
  589. package/resources/index.d.mts.map +1 -0
  590. package/resources/index.d.ts +51 -52
  591. package/resources/index.d.ts.map +1 -1
  592. package/resources/index.js +4 -58
  593. package/resources/index.js.map +1 -1
  594. package/resources/index.mjs +51 -52
  595. package/resources/index.mjs.map +1 -1
  596. package/resources/intrafi-account-enrollments.d.mts +153 -0
  597. package/resources/intrafi-account-enrollments.d.mts.map +1 -0
  598. package/resources/intrafi-account-enrollments.d.ts +10 -11
  599. package/resources/intrafi-account-enrollments.d.ts.map +1 -1
  600. package/resources/intrafi-account-enrollments.js +20 -16
  601. package/resources/intrafi-account-enrollments.js.map +1 -1
  602. package/resources/intrafi-account-enrollments.mjs +19 -14
  603. package/resources/intrafi-account-enrollments.mjs.map +1 -1
  604. package/resources/intrafi-balances.d.mts +101 -0
  605. package/resources/intrafi-balances.d.mts.map +1 -0
  606. package/resources/intrafi-balances.d.ts +4 -3
  607. package/resources/intrafi-balances.d.ts.map +1 -1
  608. package/resources/intrafi-balances.js +4 -3
  609. package/resources/intrafi-balances.js.map +1 -1
  610. package/resources/intrafi-balances.mjs +4 -3
  611. package/resources/intrafi-balances.mjs.map +1 -1
  612. package/resources/intrafi-exclusions.d.mts +141 -0
  613. package/resources/intrafi-exclusions.d.mts.map +1 -0
  614. package/resources/intrafi-exclusions.d.ts +10 -11
  615. package/resources/intrafi-exclusions.d.ts.map +1 -1
  616. package/resources/intrafi-exclusions.js +20 -16
  617. package/resources/intrafi-exclusions.js.map +1 -1
  618. package/resources/intrafi-exclusions.mjs +19 -14
  619. package/resources/intrafi-exclusions.mjs.map +1 -1
  620. package/resources/lockboxes.d.mts +215 -0
  621. package/resources/lockboxes.d.mts.map +1 -0
  622. package/resources/lockboxes.d.ts +10 -11
  623. package/resources/lockboxes.d.ts.map +1 -1
  624. package/resources/lockboxes.js +20 -16
  625. package/resources/lockboxes.js.map +1 -1
  626. package/resources/lockboxes.mjs +19 -14
  627. package/resources/lockboxes.mjs.map +1 -1
  628. package/resources/oauth-applications.d.mts +113 -0
  629. package/resources/oauth-applications.d.mts.map +1 -0
  630. package/resources/oauth-applications.d.ts +8 -9
  631. package/resources/oauth-applications.d.ts.map +1 -1
  632. package/resources/oauth-applications.js +18 -14
  633. package/resources/oauth-applications.js.map +1 -1
  634. package/resources/oauth-applications.mjs +17 -12
  635. package/resources/oauth-applications.mjs.map +1 -1
  636. package/resources/oauth-connections.d.mts +94 -0
  637. package/resources/oauth-connections.d.mts.map +1 -0
  638. package/resources/oauth-connections.d.ts +8 -9
  639. package/resources/oauth-connections.d.ts.map +1 -1
  640. package/resources/oauth-connections.js +18 -14
  641. package/resources/oauth-connections.js.map +1 -1
  642. package/resources/oauth-connections.mjs +17 -12
  643. package/resources/oauth-connections.mjs.map +1 -1
  644. package/resources/oauth-tokens.d.mts +77 -0
  645. package/resources/oauth-tokens.d.mts.map +1 -0
  646. package/resources/oauth-tokens.d.ts +4 -3
  647. package/resources/oauth-tokens.d.ts.map +1 -1
  648. package/resources/oauth-tokens.js +1 -1
  649. package/resources/oauth-tokens.js.map +1 -1
  650. package/resources/oauth-tokens.mjs +1 -1
  651. package/resources/oauth-tokens.mjs.map +1 -1
  652. package/resources/pending-transactions.d.mts +1185 -0
  653. package/resources/pending-transactions.d.mts.map +1 -0
  654. package/resources/pending-transactions.d.ts +17 -15
  655. package/resources/pending-transactions.d.ts.map +1 -1
  656. package/resources/pending-transactions.js +24 -19
  657. package/resources/pending-transactions.js.map +1 -1
  658. package/resources/pending-transactions.mjs +23 -17
  659. package/resources/pending-transactions.mjs.map +1 -1
  660. package/resources/physical-card-profiles.d.mts +268 -0
  661. package/resources/physical-card-profiles.d.mts.map +1 -0
  662. package/resources/physical-card-profiles.d.ts +11 -12
  663. package/resources/physical-card-profiles.d.ts.map +1 -1
  664. package/resources/physical-card-profiles.js +25 -18
  665. package/resources/physical-card-profiles.js.map +1 -1
  666. package/resources/physical-card-profiles.mjs +24 -16
  667. package/resources/physical-card-profiles.mjs.map +1 -1
  668. package/resources/physical-cards.d.mts +455 -0
  669. package/resources/physical-cards.d.mts.map +1 -0
  670. package/resources/physical-cards.d.ts +10 -11
  671. package/resources/physical-cards.d.ts.map +1 -1
  672. package/resources/physical-cards.js +20 -16
  673. package/resources/physical-cards.js.map +1 -1
  674. package/resources/physical-cards.mjs +19 -14
  675. package/resources/physical-cards.mjs.map +1 -1
  676. package/resources/programs.d.mts +89 -0
  677. package/resources/programs.d.mts.map +1 -0
  678. package/resources/programs.d.ts +8 -9
  679. package/resources/programs.d.ts.map +1 -1
  680. package/resources/programs.js +18 -14
  681. package/resources/programs.js.map +1 -1
  682. package/resources/programs.mjs +17 -12
  683. package/resources/programs.mjs.map +1 -1
  684. package/resources/real-time-decisions.d.mts +1733 -0
  685. package/resources/real-time-decisions.d.mts.map +1 -0
  686. package/resources/real-time-decisions.d.ts +791 -189
  687. package/resources/real-time-decisions.d.ts.map +1 -1
  688. package/resources/real-time-decisions.js +6 -5
  689. package/resources/real-time-decisions.js.map +1 -1
  690. package/resources/real-time-decisions.mjs +6 -5
  691. package/resources/real-time-decisions.mjs.map +1 -1
  692. package/resources/real-time-payments-transfers.d.mts +504 -0
  693. package/resources/real-time-payments-transfers.d.mts.map +1 -0
  694. package/resources/real-time-payments-transfers.d.ts +11 -12
  695. package/resources/real-time-payments-transfers.d.ts.map +1 -1
  696. package/resources/real-time-payments-transfers.js +22 -18
  697. package/resources/real-time-payments-transfers.js.map +1 -1
  698. package/resources/real-time-payments-transfers.mjs +21 -16
  699. package/resources/real-time-payments-transfers.mjs.map +1 -1
  700. package/resources/routing-numbers.d.mts +79 -0
  701. package/resources/routing-numbers.d.mts.map +1 -0
  702. package/resources/routing-numbers.d.ts +6 -7
  703. package/resources/routing-numbers.d.ts.map +1 -1
  704. package/resources/routing-numbers.js +7 -8
  705. package/resources/routing-numbers.js.map +1 -1
  706. package/resources/routing-numbers.mjs +6 -6
  707. package/resources/routing-numbers.mjs.map +1 -1
  708. package/resources/simulations/account-statements.d.mts +29 -0
  709. package/resources/simulations/account-statements.d.mts.map +1 -0
  710. package/resources/simulations/account-statements.d.ts +4 -3
  711. package/resources/simulations/account-statements.d.ts.map +1 -1
  712. package/resources/simulations/account-statements.js +1 -1
  713. package/resources/simulations/account-statements.js.map +1 -1
  714. package/resources/simulations/account-statements.mjs +1 -1
  715. package/resources/simulations/account-statements.mjs.map +1 -1
  716. package/resources/simulations/account-transfers.d.mts +22 -0
  717. package/resources/simulations/account-transfers.d.mts.map +1 -0
  718. package/resources/simulations/account-transfers.d.ts +4 -3
  719. package/resources/simulations/account-transfers.d.ts.map +1 -1
  720. package/resources/simulations/account-transfers.js +4 -3
  721. package/resources/simulations/account-transfers.js.map +1 -1
  722. package/resources/simulations/account-transfers.mjs +4 -3
  723. package/resources/simulations/account-transfers.mjs.map +1 -1
  724. package/resources/simulations/ach-transfers.d.mts +307 -0
  725. package/resources/simulations/ach-transfers.d.mts.map +1 -0
  726. package/resources/simulations/ach-transfers.d.ts +8 -7
  727. package/resources/simulations/ach-transfers.d.ts.map +1 -1
  728. package/resources/simulations/ach-transfers.js +12 -14
  729. package/resources/simulations/ach-transfers.js.map +1 -1
  730. package/resources/simulations/ach-transfers.mjs +12 -14
  731. package/resources/simulations/ach-transfers.mjs.map +1 -1
  732. package/resources/simulations/card-authorization-expirations.d.mts +30 -0
  733. package/resources/simulations/card-authorization-expirations.d.mts.map +1 -0
  734. package/resources/simulations/card-authorization-expirations.d.ts +4 -3
  735. package/resources/simulations/card-authorization-expirations.d.ts.map +1 -1
  736. package/resources/simulations/card-authorization-expirations.js +1 -1
  737. package/resources/simulations/card-authorization-expirations.js.map +1 -1
  738. package/resources/simulations/card-authorization-expirations.mjs +1 -1
  739. package/resources/simulations/card-authorization-expirations.mjs.map +1 -1
  740. package/resources/simulations/card-authorizations.d.mts +246 -0
  741. package/resources/simulations/card-authorizations.d.mts.map +1 -0
  742. package/resources/simulations/card-authorizations.d.ts +7 -4
  743. package/resources/simulations/card-authorizations.d.ts.map +1 -1
  744. package/resources/simulations/card-authorizations.js +1 -1
  745. package/resources/simulations/card-authorizations.js.map +1 -1
  746. package/resources/simulations/card-authorizations.mjs +1 -1
  747. package/resources/simulations/card-authorizations.mjs.map +1 -1
  748. package/resources/simulations/card-balance-inquiries.d.mts +160 -0
  749. package/resources/simulations/card-balance-inquiries.d.mts.map +1 -0
  750. package/resources/simulations/card-balance-inquiries.d.ts +160 -0
  751. package/resources/simulations/card-balance-inquiries.d.ts.map +1 -0
  752. package/resources/simulations/card-balance-inquiries.js +21 -0
  753. package/resources/simulations/card-balance-inquiries.js.map +1 -0
  754. package/resources/simulations/card-balance-inquiries.mjs +17 -0
  755. package/resources/simulations/card-balance-inquiries.mjs.map +1 -0
  756. package/resources/simulations/card-disputes.d.mts +192 -0
  757. package/resources/simulations/card-disputes.d.mts.map +1 -0
  758. package/resources/simulations/card-disputes.d.ts +4 -3
  759. package/resources/simulations/card-disputes.d.ts.map +1 -1
  760. package/resources/simulations/card-disputes.js +4 -3
  761. package/resources/simulations/card-disputes.js.map +1 -1
  762. package/resources/simulations/card-disputes.mjs +4 -3
  763. package/resources/simulations/card-disputes.mjs.map +1 -1
  764. package/resources/simulations/card-fuel-confirmations.d.mts +36 -0
  765. package/resources/simulations/card-fuel-confirmations.d.mts.map +1 -0
  766. package/resources/simulations/card-fuel-confirmations.d.ts +4 -3
  767. package/resources/simulations/card-fuel-confirmations.d.ts.map +1 -1
  768. package/resources/simulations/card-fuel-confirmations.js +1 -1
  769. package/resources/simulations/card-fuel-confirmations.js.map +1 -1
  770. package/resources/simulations/card-fuel-confirmations.mjs +1 -1
  771. package/resources/simulations/card-fuel-confirmations.mjs.map +1 -1
  772. package/resources/simulations/card-increments.d.mts +41 -0
  773. package/resources/simulations/card-increments.d.mts.map +1 -0
  774. package/resources/simulations/card-increments.d.ts +4 -3
  775. package/resources/simulations/card-increments.d.ts.map +1 -1
  776. package/resources/simulations/card-increments.js +1 -1
  777. package/resources/simulations/card-increments.js.map +1 -1
  778. package/resources/simulations/card-increments.mjs +1 -1
  779. package/resources/simulations/card-increments.mjs.map +1 -1
  780. package/resources/simulations/card-refunds.d.mts +39 -0
  781. package/resources/simulations/card-refunds.d.mts.map +1 -0
  782. package/resources/simulations/card-refunds.d.ts +4 -3
  783. package/resources/simulations/card-refunds.d.ts.map +1 -1
  784. package/resources/simulations/card-refunds.js +1 -1
  785. package/resources/simulations/card-refunds.js.map +1 -1
  786. package/resources/simulations/card-refunds.mjs +1 -1
  787. package/resources/simulations/card-refunds.mjs.map +1 -1
  788. package/resources/simulations/card-reversals.d.mts +36 -0
  789. package/resources/simulations/card-reversals.d.mts.map +1 -0
  790. package/resources/simulations/card-reversals.d.ts +4 -3
  791. package/resources/simulations/card-reversals.d.ts.map +1 -1
  792. package/resources/simulations/card-reversals.js +1 -1
  793. package/resources/simulations/card-reversals.js.map +1 -1
  794. package/resources/simulations/card-reversals.mjs +1 -1
  795. package/resources/simulations/card-reversals.mjs.map +1 -1
  796. package/resources/simulations/card-settlements.d.mts +44 -0
  797. package/resources/simulations/card-settlements.d.mts.map +1 -0
  798. package/resources/simulations/card-settlements.d.ts +4 -3
  799. package/resources/simulations/card-settlements.d.ts.map +1 -1
  800. package/resources/simulations/card-settlements.js +1 -1
  801. package/resources/simulations/card-settlements.js.map +1 -1
  802. package/resources/simulations/card-settlements.mjs +1 -1
  803. package/resources/simulations/card-settlements.mjs.map +1 -1
  804. package/resources/simulations/card-tokens.d.mts +67 -0
  805. package/resources/simulations/card-tokens.d.mts.map +1 -0
  806. package/resources/simulations/card-tokens.d.ts +4 -3
  807. package/resources/simulations/card-tokens.d.ts.map +1 -1
  808. package/resources/simulations/card-tokens.js +1 -1
  809. package/resources/simulations/card-tokens.js.map +1 -1
  810. package/resources/simulations/card-tokens.mjs +1 -1
  811. package/resources/simulations/card-tokens.mjs.map +1 -1
  812. package/resources/simulations/check-deposits.d.mts +47 -0
  813. package/resources/simulations/check-deposits.d.mts.map +1 -0
  814. package/resources/simulations/check-deposits.d.ts +6 -5
  815. package/resources/simulations/check-deposits.d.ts.map +1 -1
  816. package/resources/simulations/check-deposits.js +8 -7
  817. package/resources/simulations/check-deposits.js.map +1 -1
  818. package/resources/simulations/check-deposits.mjs +8 -7
  819. package/resources/simulations/check-deposits.mjs.map +1 -1
  820. package/resources/simulations/check-transfers.d.mts +22 -0
  821. package/resources/simulations/check-transfers.d.mts.map +1 -0
  822. package/resources/simulations/check-transfers.d.ts +4 -3
  823. package/resources/simulations/check-transfers.d.ts.map +1 -1
  824. package/resources/simulations/check-transfers.js +4 -3
  825. package/resources/simulations/check-transfers.js.map +1 -1
  826. package/resources/simulations/check-transfers.mjs +4 -3
  827. package/resources/simulations/check-transfers.mjs.map +1 -1
  828. package/resources/simulations/digital-wallet-token-requests.d.mts +55 -0
  829. package/resources/simulations/digital-wallet-token-requests.d.mts.map +1 -0
  830. package/resources/simulations/digital-wallet-token-requests.d.ts +4 -3
  831. package/resources/simulations/digital-wallet-token-requests.d.ts.map +1 -1
  832. package/resources/simulations/digital-wallet-token-requests.js +1 -1
  833. package/resources/simulations/digital-wallet-token-requests.js.map +1 -1
  834. package/resources/simulations/digital-wallet-token-requests.mjs +1 -1
  835. package/resources/simulations/digital-wallet-token-requests.mjs.map +1 -1
  836. package/resources/simulations/documents.d.mts +27 -0
  837. package/resources/simulations/documents.d.mts.map +1 -0
  838. package/resources/simulations/documents.d.ts +4 -3
  839. package/resources/simulations/documents.d.ts.map +1 -1
  840. package/resources/simulations/documents.js +1 -1
  841. package/resources/simulations/documents.js.map +1 -1
  842. package/resources/simulations/documents.mjs +1 -1
  843. package/resources/simulations/documents.mjs.map +1 -1
  844. package/resources/simulations/inbound-ach-transfers.d.mts +140 -0
  845. package/resources/simulations/inbound-ach-transfers.d.mts.map +1 -0
  846. package/resources/simulations/inbound-ach-transfers.d.ts +4 -3
  847. package/resources/simulations/inbound-ach-transfers.d.ts.map +1 -1
  848. package/resources/simulations/inbound-ach-transfers.js +1 -1
  849. package/resources/simulations/inbound-ach-transfers.js.map +1 -1
  850. package/resources/simulations/inbound-ach-transfers.mjs +1 -1
  851. package/resources/simulations/inbound-ach-transfers.mjs.map +1 -1
  852. package/resources/simulations/inbound-check-deposits.d.mts +56 -0
  853. package/resources/simulations/inbound-check-deposits.d.mts.map +1 -0
  854. package/resources/simulations/inbound-check-deposits.d.ts +4 -3
  855. package/resources/simulations/inbound-check-deposits.d.ts.map +1 -1
  856. package/resources/simulations/inbound-check-deposits.js +1 -1
  857. package/resources/simulations/inbound-check-deposits.js.map +1 -1
  858. package/resources/simulations/inbound-check-deposits.mjs +1 -1
  859. package/resources/simulations/inbound-check-deposits.mjs.map +1 -1
  860. package/resources/simulations/inbound-fednow-transfers.d.mts +51 -0
  861. package/resources/simulations/inbound-fednow-transfers.d.mts.map +1 -0
  862. package/resources/simulations/inbound-fednow-transfers.d.ts +4 -3
  863. package/resources/simulations/inbound-fednow-transfers.d.ts.map +1 -1
  864. package/resources/simulations/inbound-fednow-transfers.js +1 -1
  865. package/resources/simulations/inbound-fednow-transfers.js.map +1 -1
  866. package/resources/simulations/inbound-fednow-transfers.mjs +1 -1
  867. package/resources/simulations/inbound-fednow-transfers.mjs.map +1 -1
  868. package/resources/simulations/inbound-mail-items.d.mts +39 -0
  869. package/resources/simulations/inbound-mail-items.d.mts.map +1 -0
  870. package/resources/simulations/inbound-mail-items.d.ts +4 -3
  871. package/resources/simulations/inbound-mail-items.d.ts.map +1 -1
  872. package/resources/simulations/inbound-mail-items.js +1 -1
  873. package/resources/simulations/inbound-mail-items.js.map +1 -1
  874. package/resources/simulations/inbound-mail-items.mjs +1 -1
  875. package/resources/simulations/inbound-mail-items.mjs.map +1 -1
  876. package/resources/simulations/inbound-real-time-payments-transfers.d.mts +59 -0
  877. package/resources/simulations/inbound-real-time-payments-transfers.d.mts.map +1 -0
  878. package/resources/simulations/inbound-real-time-payments-transfers.d.ts +4 -3
  879. package/resources/simulations/inbound-real-time-payments-transfers.d.ts.map +1 -1
  880. package/resources/simulations/inbound-real-time-payments-transfers.js +1 -1
  881. package/resources/simulations/inbound-real-time-payments-transfers.js.map +1 -1
  882. package/resources/simulations/inbound-real-time-payments-transfers.mjs +1 -1
  883. package/resources/simulations/inbound-real-time-payments-transfers.mjs.map +1 -1
  884. package/resources/simulations/inbound-wire-drawdown-requests.d.mts +117 -0
  885. package/resources/simulations/inbound-wire-drawdown-requests.d.mts.map +1 -0
  886. package/resources/simulations/inbound-wire-drawdown-requests.d.ts +4 -3
  887. package/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +1 -1
  888. package/resources/simulations/inbound-wire-drawdown-requests.js +1 -1
  889. package/resources/simulations/inbound-wire-drawdown-requests.js.map +1 -1
  890. package/resources/simulations/inbound-wire-drawdown-requests.mjs +1 -1
  891. package/resources/simulations/inbound-wire-drawdown-requests.mjs.map +1 -1
  892. package/resources/simulations/inbound-wire-transfers.d.mts +104 -0
  893. package/resources/simulations/inbound-wire-transfers.d.mts.map +1 -0
  894. package/resources/simulations/inbound-wire-transfers.d.ts +4 -3
  895. package/resources/simulations/inbound-wire-transfers.d.ts.map +1 -1
  896. package/resources/simulations/inbound-wire-transfers.js +1 -1
  897. package/resources/simulations/inbound-wire-transfers.js.map +1 -1
  898. package/resources/simulations/inbound-wire-transfers.mjs +1 -1
  899. package/resources/simulations/inbound-wire-transfers.mjs.map +1 -1
  900. package/resources/simulations/index.d.mts +33 -0
  901. package/resources/simulations/index.d.mts.map +1 -0
  902. package/resources/simulations/index.d.ts +1 -0
  903. package/resources/simulations/index.d.ts.map +1 -1
  904. package/resources/simulations/index.js +3 -1
  905. package/resources/simulations/index.js.map +1 -1
  906. package/resources/simulations/index.mjs +1 -0
  907. package/resources/simulations/index.mjs.map +1 -1
  908. package/resources/simulations/interest-payments.d.mts +46 -0
  909. package/resources/simulations/interest-payments.d.mts.map +1 -0
  910. package/resources/simulations/interest-payments.d.ts +4 -3
  911. package/resources/simulations/interest-payments.d.ts.map +1 -1
  912. package/resources/simulations/interest-payments.js +1 -1
  913. package/resources/simulations/interest-payments.js.map +1 -1
  914. package/resources/simulations/interest-payments.mjs +1 -1
  915. package/resources/simulations/interest-payments.mjs.map +1 -1
  916. package/resources/simulations/pending-transactions.d.mts +20 -0
  917. package/resources/simulations/pending-transactions.d.mts.map +1 -0
  918. package/resources/simulations/pending-transactions.d.ts +4 -3
  919. package/resources/simulations/pending-transactions.d.ts.map +1 -1
  920. package/resources/simulations/pending-transactions.js +4 -3
  921. package/resources/simulations/pending-transactions.js.map +1 -1
  922. package/resources/simulations/pending-transactions.mjs +4 -3
  923. package/resources/simulations/pending-transactions.mjs.map +1 -1
  924. package/resources/simulations/physical-cards.d.mts +88 -0
  925. package/resources/simulations/physical-cards.d.mts.map +1 -0
  926. package/resources/simulations/physical-cards.d.ts +5 -4
  927. package/resources/simulations/physical-cards.d.ts.map +1 -1
  928. package/resources/simulations/physical-cards.js +6 -5
  929. package/resources/simulations/physical-cards.js.map +1 -1
  930. package/resources/simulations/physical-cards.mjs +6 -5
  931. package/resources/simulations/physical-cards.mjs.map +1 -1
  932. package/resources/simulations/programs.d.mts +46 -0
  933. package/resources/simulations/programs.d.mts.map +1 -0
  934. package/resources/simulations/programs.d.ts +4 -3
  935. package/resources/simulations/programs.d.ts.map +1 -1
  936. package/resources/simulations/programs.js +1 -1
  937. package/resources/simulations/programs.js.map +1 -1
  938. package/resources/simulations/programs.mjs +1 -1
  939. package/resources/simulations/programs.mjs.map +1 -1
  940. package/resources/simulations/real-time-payments-transfers.d.mts +91 -0
  941. package/resources/simulations/real-time-payments-transfers.d.mts.map +1 -0
  942. package/resources/simulations/real-time-payments-transfers.d.ts +4 -3
  943. package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
  944. package/resources/simulations/real-time-payments-transfers.js +4 -3
  945. package/resources/simulations/real-time-payments-transfers.js.map +1 -1
  946. package/resources/simulations/real-time-payments-transfers.mjs +4 -3
  947. package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
  948. package/resources/simulations/simulations.d.mts +130 -0
  949. package/resources/simulations/simulations.d.mts.map +1 -0
  950. package/resources/simulations/simulations.d.ts +5 -1
  951. package/resources/simulations/simulations.d.ts.map +1 -1
  952. package/resources/simulations/simulations.js +36 -54
  953. package/resources/simulations/simulations.js.map +1 -1
  954. package/resources/simulations/simulations.mjs +5 -1
  955. package/resources/simulations/simulations.mjs.map +1 -1
  956. package/resources/simulations/wire-drawdown-requests.d.mts +31 -0
  957. package/resources/simulations/wire-drawdown-requests.d.mts.map +1 -0
  958. package/resources/simulations/wire-drawdown-requests.d.ts +5 -4
  959. package/resources/simulations/wire-drawdown-requests.d.ts.map +1 -1
  960. package/resources/simulations/wire-drawdown-requests.js +6 -5
  961. package/resources/simulations/wire-drawdown-requests.js.map +1 -1
  962. package/resources/simulations/wire-drawdown-requests.mjs +6 -5
  963. package/resources/simulations/wire-drawdown-requests.mjs.map +1 -1
  964. package/resources/simulations/wire-transfers.d.mts +36 -0
  965. package/resources/simulations/wire-transfers.d.mts.map +1 -0
  966. package/resources/simulations/wire-transfers.d.ts +5 -4
  967. package/resources/simulations/wire-transfers.d.ts.map +1 -1
  968. package/resources/simulations/wire-transfers.js +6 -5
  969. package/resources/simulations/wire-transfers.js.map +1 -1
  970. package/resources/simulations/wire-transfers.mjs +6 -5
  971. package/resources/simulations/wire-transfers.mjs.map +1 -1
  972. package/resources/simulations.d.mts +2 -0
  973. package/resources/simulations.d.mts.map +1 -0
  974. package/resources/simulations.d.ts.map +1 -1
  975. package/resources/simulations.js +2 -15
  976. package/resources/simulations.js.map +1 -1
  977. package/resources/supplemental-documents.d.mts +92 -0
  978. package/resources/supplemental-documents.d.mts.map +1 -0
  979. package/resources/supplemental-documents.d.ts +8 -8
  980. package/resources/supplemental-documents.d.ts.map +1 -1
  981. package/resources/supplemental-documents.js +4 -8
  982. package/resources/supplemental-documents.js.map +1 -1
  983. package/resources/supplemental-documents.mjs +3 -6
  984. package/resources/supplemental-documents.mjs.map +1 -1
  985. package/resources/transactions.d.mts +3485 -0
  986. package/resources/transactions.d.mts.map +1 -0
  987. package/resources/transactions.d.ts +11 -10
  988. package/resources/transactions.d.ts.map +1 -1
  989. package/resources/transactions.js +18 -14
  990. package/resources/transactions.js.map +1 -1
  991. package/resources/transactions.mjs +17 -12
  992. package/resources/transactions.mjs.map +1 -1
  993. package/resources/wire-drawdown-requests.d.mts +362 -0
  994. package/resources/wire-drawdown-requests.d.mts.map +1 -0
  995. package/resources/wire-drawdown-requests.d.ts +9 -10
  996. package/resources/wire-drawdown-requests.d.ts.map +1 -1
  997. package/resources/wire-drawdown-requests.js +18 -14
  998. package/resources/wire-drawdown-requests.js.map +1 -1
  999. package/resources/wire-drawdown-requests.mjs +17 -12
  1000. package/resources/wire-drawdown-requests.mjs.map +1 -1
  1001. package/resources/wire-transfers.d.mts +751 -0
  1002. package/resources/wire-transfers.d.mts.map +1 -0
  1003. package/resources/wire-transfers.d.ts +11 -12
  1004. package/resources/wire-transfers.d.ts.map +1 -1
  1005. package/resources/wire-transfers.js +22 -18
  1006. package/resources/wire-transfers.js.map +1 -1
  1007. package/resources/wire-transfers.mjs +21 -16
  1008. package/resources/wire-transfers.mjs.map +1 -1
  1009. package/resources.d.mts +2 -0
  1010. package/resources.d.mts.map +1 -0
  1011. package/resources.d.ts.map +1 -1
  1012. package/resources.js +2 -15
  1013. package/resources.js.map +1 -1
  1014. package/src/api-promise.ts +2 -0
  1015. package/src/client.ts +1692 -0
  1016. package/src/core/README.md +3 -0
  1017. package/src/core/api-promise.ts +92 -0
  1018. package/src/core/error.ts +443 -0
  1019. package/src/core/pagination.ts +165 -0
  1020. package/src/core/resource.ts +11 -0
  1021. package/src/core/uploads.ts +2 -0
  1022. package/src/error.ts +2 -443
  1023. package/src/index.ts +6 -1199
  1024. package/src/internal/README.md +3 -0
  1025. package/src/internal/builtin-types.ts +93 -0
  1026. package/src/internal/detect-platform.ts +196 -0
  1027. package/src/internal/errors.ts +33 -0
  1028. package/src/internal/headers.ts +97 -0
  1029. package/src/internal/parse.ts +50 -0
  1030. package/src/internal/qs/formats.ts +2 -1
  1031. package/src/internal/qs/stringify.ts +17 -20
  1032. package/src/internal/qs/utils.ts +14 -14
  1033. package/src/internal/request-options.ts +91 -0
  1034. package/src/internal/shim-types.ts +26 -0
  1035. package/src/internal/shims.ts +107 -0
  1036. package/src/internal/to-file.ts +154 -0
  1037. package/src/internal/types.ts +95 -0
  1038. package/src/internal/uploads.ts +187 -0
  1039. package/src/internal/utils/base64.ts +40 -0
  1040. package/src/internal/utils/bytes.ts +32 -0
  1041. package/src/internal/utils/env.ts +18 -0
  1042. package/src/internal/utils/log.ts +126 -0
  1043. package/src/internal/utils/path.ts +88 -0
  1044. package/src/internal/utils/sleep.ts +3 -0
  1045. package/src/internal/utils/uuid.ts +17 -0
  1046. package/src/internal/utils/values.ts +105 -0
  1047. package/src/internal/utils.ts +8 -0
  1048. package/src/pagination.ts +2 -68
  1049. package/src/resource.ts +2 -11
  1050. package/src/resources/account-numbers.ts +18 -27
  1051. package/src/resources/account-statements.ts +13 -22
  1052. package/src/resources/account-transfers.ts +18 -27
  1053. package/src/resources/accounts.ts +23 -42
  1054. package/src/resources/ach-prenotifications.ts +14 -26
  1055. package/src/resources/ach-transfers.ts +18 -27
  1056. package/src/resources/bookkeeping-accounts.ts +24 -45
  1057. package/src/resources/bookkeeping-entries.ts +13 -22
  1058. package/src/resources/bookkeeping-entry-sets.ts +14 -29
  1059. package/src/resources/card-disputes.ts +23 -29
  1060. package/src/resources/card-payments.ts +900 -257
  1061. package/src/resources/card-purchase-supplements.ts +13 -25
  1062. package/src/resources/card-push-transfers.ts +18 -30
  1063. package/src/resources/card-tokens.ts +15 -24
  1064. package/src/resources/card-validations.ts +14 -23
  1065. package/src/resources/cards.ts +24 -34
  1066. package/src/resources/check-deposits.ts +14 -23
  1067. package/src/resources/check-transfers.ts +22 -31
  1068. package/src/resources/declined-transactions.ts +19 -25
  1069. package/src/resources/digital-card-profiles.ts +23 -32
  1070. package/src/resources/digital-wallet-tokens.ts +13 -22
  1071. package/src/resources/documents.ts +14 -20
  1072. package/src/resources/entities.ts +66 -53
  1073. package/src/resources/event-subscriptions.ts +24 -30
  1074. package/src/resources/events.ts +17 -19
  1075. package/src/resources/exports.ts +14 -20
  1076. package/src/resources/external-accounts.ts +18 -27
  1077. package/src/resources/fednow-transfers.ts +18 -27
  1078. package/src/resources/file-links.ts +4 -3
  1079. package/src/resources/files.ts +18 -22
  1080. package/src/resources/groups.ts +4 -3
  1081. package/src/resources/inbound-ach-transfers.ts +31 -37
  1082. package/src/resources/inbound-check-deposits.ts +22 -34
  1083. package/src/resources/inbound-fednow-transfers.ts +13 -25
  1084. package/src/resources/inbound-mail-items.ts +17 -26
  1085. package/src/resources/inbound-real-time-payments-transfers.ts +15 -26
  1086. package/src/resources/inbound-wire-drawdown-requests.ts +15 -26
  1087. package/src/resources/inbound-wire-transfers.ts +17 -29
  1088. package/src/resources/index.ts +68 -58
  1089. package/src/resources/intrafi-account-enrollments.ts +24 -32
  1090. package/src/resources/intrafi-balances.ts +6 -4
  1091. package/src/resources/intrafi-exclusions.ts +16 -28
  1092. package/src/resources/lockboxes.ts +16 -26
  1093. package/src/resources/oauth-applications.ts +13 -22
  1094. package/src/resources/oauth-connections.ts +13 -22
  1095. package/src/resources/oauth-tokens.ts +4 -3
  1096. package/src/resources/pending-transactions.ts +23 -31
  1097. package/src/resources/physical-card-profiles.ts +23 -38
  1098. package/src/resources/physical-cards.ts +18 -27
  1099. package/src/resources/programs.ts +13 -19
  1100. package/src/resources/real-time-decisions.ts +903 -185
  1101. package/src/resources/real-time-payments-transfers.ts +29 -37
  1102. package/src/resources/routing-numbers.ts +11 -10
  1103. package/src/resources/simulations/account-statements.ts +5 -4
  1104. package/src/resources/simulations/account-transfers.ts +8 -6
  1105. package/src/resources/simulations/ach-transfers.ts +23 -24
  1106. package/src/resources/simulations/card-authorization-expirations.ts +5 -4
  1107. package/src/resources/simulations/card-authorizations.ts +9 -5
  1108. package/src/resources/simulations/card-balance-inquiries.ts +212 -0
  1109. package/src/resources/simulations/card-disputes.ts +8 -6
  1110. package/src/resources/simulations/card-fuel-confirmations.ts +5 -4
  1111. package/src/resources/simulations/card-increments.ts +4 -6
  1112. package/src/resources/simulations/card-refunds.ts +4 -6
  1113. package/src/resources/simulations/card-reversals.ts +4 -6
  1114. package/src/resources/simulations/card-settlements.ts +5 -4
  1115. package/src/resources/simulations/card-tokens.ts +4 -6
  1116. package/src/resources/simulations/check-deposits.ts +10 -17
  1117. package/src/resources/simulations/check-transfers.ts +6 -7
  1118. package/src/resources/simulations/digital-wallet-token-requests.ts +5 -4
  1119. package/src/resources/simulations/documents.ts +4 -3
  1120. package/src/resources/simulations/inbound-ach-transfers.ts +5 -4
  1121. package/src/resources/simulations/inbound-check-deposits.ts +5 -4
  1122. package/src/resources/simulations/inbound-fednow-transfers.ts +5 -4
  1123. package/src/resources/simulations/inbound-mail-items.ts +5 -4
  1124. package/src/resources/simulations/inbound-real-time-payments-transfers.ts +5 -4
  1125. package/src/resources/simulations/inbound-wire-drawdown-requests.ts +5 -4
  1126. package/src/resources/simulations/inbound-wire-transfers.ts +5 -4
  1127. package/src/resources/simulations/index.ts +1 -0
  1128. package/src/resources/simulations/interest-payments.ts +5 -4
  1129. package/src/resources/simulations/pending-transactions.ts +8 -6
  1130. package/src/resources/simulations/physical-cards.ts +12 -10
  1131. package/src/resources/simulations/programs.ts +4 -3
  1132. package/src/resources/simulations/real-time-payments-transfers.ts +8 -6
  1133. package/src/resources/simulations/simulations.ts +11 -1
  1134. package/src/resources/simulations/wire-drawdown-requests.ts +18 -10
  1135. package/src/resources/simulations/wire-transfers.ts +8 -12
  1136. package/src/resources/supplemental-documents.ts +11 -12
  1137. package/src/resources/transactions.ts +16 -22
  1138. package/src/resources/wire-drawdown-requests.ts +14 -29
  1139. package/src/resources/wire-transfers.ts +18 -27
  1140. package/src/tsconfig.json +2 -2
  1141. package/src/uploads.ts +2 -255
  1142. package/src/version.ts +1 -1
  1143. package/uploads.d.mts +2 -0
  1144. package/uploads.d.mts.map +1 -0
  1145. package/uploads.d.ts +1 -74
  1146. package/uploads.d.ts.map +1 -1
  1147. package/uploads.js +3 -168
  1148. package/uploads.js.map +1 -1
  1149. package/uploads.mjs +1 -157
  1150. package/uploads.mjs.map +1 -1
  1151. package/version.d.mts +2 -0
  1152. package/version.d.mts.map +1 -0
  1153. package/version.d.ts +1 -1
  1154. package/version.js +1 -1
  1155. package/version.mjs +1 -1
  1156. package/_shims/MultipartBody.d.ts +0 -9
  1157. package/_shims/MultipartBody.d.ts.map +0 -1
  1158. package/_shims/MultipartBody.js +0 -16
  1159. package/_shims/MultipartBody.js.map +0 -1
  1160. package/_shims/MultipartBody.mjs +0 -12
  1161. package/_shims/MultipartBody.mjs.map +0 -1
  1162. package/_shims/README.md +0 -46
  1163. package/_shims/auto/runtime-bun.d.ts +0 -5
  1164. package/_shims/auto/runtime-bun.d.ts.map +0 -1
  1165. package/_shims/auto/runtime-bun.js +0 -21
  1166. package/_shims/auto/runtime-bun.js.map +0 -1
  1167. package/_shims/auto/runtime-bun.mjs +0 -2
  1168. package/_shims/auto/runtime-bun.mjs.map +0 -1
  1169. package/_shims/auto/runtime-node.d.ts +0 -5
  1170. package/_shims/auto/runtime-node.d.ts.map +0 -1
  1171. package/_shims/auto/runtime-node.js +0 -21
  1172. package/_shims/auto/runtime-node.js.map +0 -1
  1173. package/_shims/auto/runtime-node.mjs +0 -2
  1174. package/_shims/auto/runtime-node.mjs.map +0 -1
  1175. package/_shims/auto/runtime.d.ts +0 -5
  1176. package/_shims/auto/runtime.d.ts.map +0 -1
  1177. package/_shims/auto/runtime.js +0 -21
  1178. package/_shims/auto/runtime.js.map +0 -1
  1179. package/_shims/auto/runtime.mjs +0 -2
  1180. package/_shims/auto/runtime.mjs.map +0 -1
  1181. package/_shims/auto/types-node.d.ts +0 -5
  1182. package/_shims/auto/types-node.d.ts.map +0 -1
  1183. package/_shims/auto/types-node.js +0 -21
  1184. package/_shims/auto/types-node.js.map +0 -1
  1185. package/_shims/auto/types-node.mjs +0 -2
  1186. package/_shims/auto/types-node.mjs.map +0 -1
  1187. package/_shims/auto/types.d.ts +0 -101
  1188. package/_shims/auto/types.js +0 -3
  1189. package/_shims/auto/types.mjs +0 -3
  1190. package/_shims/bun-runtime.d.ts +0 -6
  1191. package/_shims/bun-runtime.d.ts.map +0 -1
  1192. package/_shims/bun-runtime.js +0 -14
  1193. package/_shims/bun-runtime.js.map +0 -1
  1194. package/_shims/bun-runtime.mjs +0 -10
  1195. package/_shims/bun-runtime.mjs.map +0 -1
  1196. package/_shims/index.d.ts +0 -83
  1197. package/_shims/index.js +0 -17
  1198. package/_shims/index.mjs +0 -11
  1199. package/_shims/manual-types.d.ts +0 -12
  1200. package/_shims/manual-types.js +0 -3
  1201. package/_shims/manual-types.mjs +0 -3
  1202. package/_shims/node-runtime.d.ts +0 -3
  1203. package/_shims/node-runtime.d.ts.map +0 -1
  1204. package/_shims/node-runtime.js +0 -89
  1205. package/_shims/node-runtime.js.map +0 -1
  1206. package/_shims/node-runtime.mjs +0 -56
  1207. package/_shims/node-runtime.mjs.map +0 -1
  1208. package/_shims/node-types.d.ts +0 -42
  1209. package/_shims/node-types.js +0 -3
  1210. package/_shims/node-types.mjs +0 -3
  1211. package/_shims/registry.d.ts +0 -37
  1212. package/_shims/registry.d.ts.map +0 -1
  1213. package/_shims/registry.js +0 -41
  1214. package/_shims/registry.js.map +0 -1
  1215. package/_shims/registry.mjs +0 -37
  1216. package/_shims/registry.mjs.map +0 -1
  1217. package/_shims/web-runtime.d.ts +0 -5
  1218. package/_shims/web-runtime.d.ts.map +0 -1
  1219. package/_shims/web-runtime.js +0 -78
  1220. package/_shims/web-runtime.js.map +0 -1
  1221. package/_shims/web-runtime.mjs +0 -71
  1222. package/_shims/web-runtime.mjs.map +0 -1
  1223. package/_shims/web-types.d.ts +0 -83
  1224. package/_shims/web-types.js +0 -3
  1225. package/_shims/web-types.mjs +0 -3
  1226. package/core.d.ts +0 -255
  1227. package/core.d.ts.map +0 -1
  1228. package/core.js +0 -924
  1229. package/core.js.map +0 -1
  1230. package/core.mjs +0 -892
  1231. package/core.mjs.map +0 -1
  1232. package/resources/webhooks.d.ts +0 -22
  1233. package/resources/webhooks.d.ts.map +0 -1
  1234. package/resources/webhooks.js +0 -82
  1235. package/resources/webhooks.js.map +0 -1
  1236. package/resources/webhooks.mjs +0 -78
  1237. package/resources/webhooks.mjs.map +0 -1
  1238. package/shims/node.d.ts +0 -30
  1239. package/shims/node.d.ts.map +0 -1
  1240. package/shims/node.js +0 -31
  1241. package/shims/node.js.map +0 -1
  1242. package/shims/node.mjs +0 -5
  1243. package/shims/node.mjs.map +0 -1
  1244. package/shims/web.d.ts +0 -26
  1245. package/shims/web.d.ts.map +0 -1
  1246. package/shims/web.js +0 -31
  1247. package/shims/web.js.map +0 -1
  1248. package/shims/web.mjs +0 -5
  1249. package/shims/web.mjs.map +0 -1
  1250. package/src/_shims/MultipartBody.ts +0 -9
  1251. package/src/_shims/README.md +0 -46
  1252. package/src/_shims/auto/runtime-bun.ts +0 -4
  1253. package/src/_shims/auto/runtime-node.ts +0 -4
  1254. package/src/_shims/auto/runtime.ts +0 -4
  1255. package/src/_shims/auto/types-node.ts +0 -4
  1256. package/src/_shims/auto/types.d.ts +0 -101
  1257. package/src/_shims/auto/types.js +0 -3
  1258. package/src/_shims/auto/types.mjs +0 -3
  1259. package/src/_shims/bun-runtime.ts +0 -14
  1260. package/src/_shims/index.d.ts +0 -83
  1261. package/src/_shims/index.js +0 -17
  1262. package/src/_shims/index.mjs +0 -11
  1263. package/src/_shims/manual-types.d.ts +0 -12
  1264. package/src/_shims/manual-types.js +0 -3
  1265. package/src/_shims/manual-types.mjs +0 -3
  1266. package/src/_shims/node-runtime.ts +0 -81
  1267. package/src/_shims/node-types.d.ts +0 -42
  1268. package/src/_shims/node-types.js +0 -3
  1269. package/src/_shims/node-types.mjs +0 -3
  1270. package/src/_shims/registry.ts +0 -67
  1271. package/src/_shims/web-runtime.ts +0 -103
  1272. package/src/_shims/web-types.d.ts +0 -83
  1273. package/src/_shims/web-types.js +0 -3
  1274. package/src/_shims/web-types.mjs +0 -3
  1275. package/src/core.ts +0 -1236
  1276. package/src/resources/webhooks.ts +0 -110
  1277. package/src/shims/node.ts +0 -50
  1278. package/src/shims/web.ts +0 -50
package/CHANGELOG.md CHANGED
@@ -1,4451 +1,216 @@
1
1
  # Changelog
2
2
 
3
- ## 0.377.0 (2025-12-01)
3
+ ## 0.379.0 (2025-12-15)
4
4
 
5
- Full Changelog: [v0.376.0...v0.377.0](https://github.com/Increase/increase-node/compare/v0.376.0...v0.377.0)
5
+ Full Changelog: [v0.378.0...v0.379.0](https://github.com/Increase/increase-typescript/compare/v0.378.0...v0.379.0)
6
6
 
7
7
  ### Features
8
8
 
9
- * **api:** api update ([c01d243](https://github.com/Increase/increase-node/commit/c01d2435a7a84c5acd88411b8a8270e395f29896))
9
+ * **api:** api update ([82e6c04](https://github.com/Increase/increase-typescript/commit/82e6c04d01d3ba178f84d9fab9ac8b6ed1937c09))
10
+ * **api:** api update ([bb35122](https://github.com/Increase/increase-typescript/commit/bb35122bb1ecdb375112598b6d0793f06edf3363))
11
+ * **api:** api update ([6328f09](https://github.com/Increase/increase-typescript/commit/6328f0919980ef7f36b183043ff15a29dbe1f539))
12
+ * **api:** api update ([7d741de](https://github.com/Increase/increase-typescript/commit/7d741de4e772bab6075aa8a280c56edbae48be1a))
13
+ * **api:** api update ([a585de6](https://github.com/Increase/increase-typescript/commit/a585de64ff3d12a77bd7cb742846eddb3a82193b))
14
+ * **api:** api update ([e7d0b9d](https://github.com/Increase/increase-typescript/commit/e7d0b9d309eb7cb13a23d9364472c8166d980665))
15
+ * **api:** api update ([2b388c8](https://github.com/Increase/increase-typescript/commit/2b388c8e1e093a625caaf0bfaba1ee6abcd77e18))
16
+ * **api:** api update ([5027ab0](https://github.com/Increase/increase-typescript/commit/5027ab077918c230fc63337df8af95ab4794e789))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **mcp:** correct code tool API endpoint ([9e259cd](https://github.com/Increase/increase-typescript/commit/9e259cda174b02e7b9708a4a529a0b99517a81a2))
22
+ * **mcp:** return correct lines on typescript errors ([c9710ad](https://github.com/Increase/increase-typescript/commit/c9710ad6735cca7ecf80eb0e77881b44bb2cb296))
23
+
24
+
25
+ ### Chores
26
+
27
+ * **internal:** codegen related update ([db1fc02](https://github.com/Increase/increase-typescript/commit/db1fc0214b7e4d6bdb8a4140da47c6c519f9a3bb))
28
+ * **internal:** codegen related update ([96fa26b](https://github.com/Increase/increase-typescript/commit/96fa26bb0175cab4cadbad7bfc0795fe62b64d98))
29
+
30
+ ## 0.378.0 (2025-12-04)
31
+
32
+ Full Changelog: [v0.1.0...v0.378.0](https://github.com/Increase/increase-typescript/compare/v0.1.0...v0.378.0)
33
+
34
+ ### Features
35
+
36
+ * **api:** api update ([86740b5](https://github.com/Increase/increase-typescript/commit/86740b546f5d22845105d7ed15c64184737dc347))
37
+ * **api:** api update ([c013d1e](https://github.com/Increase/increase-typescript/commit/c013d1ed65f5fc16166e6ecb5d133c991d8b7803))
38
+ * **api:** api update ([bd4d924](https://github.com/Increase/increase-typescript/commit/bd4d9243412207a26cffaaeae12c4ca62f22a9c5))
39
+
40
+
41
+ ### Chores
42
+
43
+ * sync repo ([33f5893](https://github.com/Increase/increase-typescript/commit/33f589389e4a19952a7c7fd2ead87f4a05288d1c))
44
+
45
+ ## 0.1.0 (2025-12-03)
46
+
47
+ Full Changelog: [v0.0.1...v0.1.0](https://github.com/Increase/increase-typescript/compare/v0.0.1...v0.1.0)
48
+
49
+ ### Features
50
+
51
+ * **api:** api update ([676fe82](https://github.com/Increase/increase-typescript/commit/676fe822e0381bc16615b15f380001d6da5b58ca))
52
+ * **api:** api update ([a9e4020](https://github.com/Increase/increase-typescript/commit/a9e402092b7fc7384b87e98adbf143c4bfc765f9))
53
+ * **api:** api update ([1fb5bc7](https://github.com/Increase/increase-typescript/commit/1fb5bc73facb5a6ba0b6bcc2527fcadfa49772e2))
54
+ * **api:** api update ([398490f](https://github.com/Increase/increase-typescript/commit/398490f4ddc91520b4ebfc436d0ac6a3eef88693))
55
+ * **api:** api update ([ca5147c](https://github.com/Increase/increase-typescript/commit/ca5147cef5f7a2915df03ccf38e650a2646eeb8e))
56
+ * **api:** api update ([00d58f2](https://github.com/Increase/increase-typescript/commit/00d58f20333beaaca771f9144c401af3ea793982))
57
+ * **api:** api update ([32d4bd6](https://github.com/Increase/increase-typescript/commit/32d4bd626f7a029a230232e5332fe498ed16b354))
58
+ * **api:** api update ([95b3ae1](https://github.com/Increase/increase-typescript/commit/95b3ae123a308c7e7253f53c68624cc6675c1c31))
59
+ * **api:** api update ([c8fbb49](https://github.com/Increase/increase-typescript/commit/c8fbb49f558e010c1d28917f254025f834f4868c))
60
+ * **api:** api update ([ec296a1](https://github.com/Increase/increase-typescript/commit/ec296a13c6f9617169b2e8242a38c06300c9dbf2))
61
+ * **api:** api update ([980db0d](https://github.com/Increase/increase-typescript/commit/980db0df9993a1db6224a51188a17ae377892da5))
62
+ * **api:** api update ([79c18af](https://github.com/Increase/increase-typescript/commit/79c18af67513e0aaea978545430400dc4959ac9c))
63
+ * **api:** api update ([d929c0c](https://github.com/Increase/increase-typescript/commit/d929c0c792612c3f3ffe594c3f3f7355d4232652))
64
+ * **api:** api update ([02b0bb7](https://github.com/Increase/increase-typescript/commit/02b0bb7074fa8462f414320505f55d8b3db015bb))
65
+ * **api:** api update ([10bf59d](https://github.com/Increase/increase-typescript/commit/10bf59d67b485ce9d4ab7e8ac1bc914fa9c32081))
66
+ * **api:** api update ([660a240](https://github.com/Increase/increase-typescript/commit/660a240cf0226ebc874a50f5247e2eb6631c8ead))
67
+ * **api:** api update ([05eb4ba](https://github.com/Increase/increase-typescript/commit/05eb4baf30f55d2dded4d1fd8515ab23260e15b6))
68
+ * **api:** api update ([e97b46c](https://github.com/Increase/increase-typescript/commit/e97b46ce39608e42766d93c748a910e2c195b664))
69
+ * **api:** api update ([9a51fe5](https://github.com/Increase/increase-typescript/commit/9a51fe59c62a621d54428f9477ba68826e9c5f22))
70
+ * **api:** api update ([8c896c2](https://github.com/Increase/increase-typescript/commit/8c896c2720308419b7a8a79720ecefd4de528767))
71
+ * **api:** api update ([5d2d33a](https://github.com/Increase/increase-typescript/commit/5d2d33a5c498928e58cf91c15015ade1c1619190))
72
+ * **api:** api update ([51177e1](https://github.com/Increase/increase-typescript/commit/51177e179b76d5f990ed5eb8c4adaf8bb2c0878d))
73
+ * **api:** api update ([e56436f](https://github.com/Increase/increase-typescript/commit/e56436faa87fc64199a8f9619ba539d6c698c87a))
74
+ * **api:** api update ([9d9848e](https://github.com/Increase/increase-typescript/commit/9d9848e05106ef15afc50e65201f9eef343e61d6))
75
+ * **api:** api update ([e9cb617](https://github.com/Increase/increase-typescript/commit/e9cb61704a09af7972eb9c46f7704e256b53419d))
76
+ * **api:** api update ([ff9bae3](https://github.com/Increase/increase-typescript/commit/ff9bae399f32ad76de7040fb4756a20ce787af08))
77
+ * **api:** api update ([d6ec307](https://github.com/Increase/increase-typescript/commit/d6ec30729da96ef35e8079f0895d62abe2e54a44))
78
+ * **api:** api update ([137c8b0](https://github.com/Increase/increase-typescript/commit/137c8b089e05b4b18b63b4846896194b79f9fde8))
79
+ * **api:** api update ([5002eac](https://github.com/Increase/increase-typescript/commit/5002eac471b1c5071566e9bd7ffbb4ea20cca03c))
80
+ * **api:** api update ([bbfee30](https://github.com/Increase/increase-typescript/commit/bbfee30212217c98091e77ebc8d7d267552cad21))
81
+ * **api:** api update ([50bad60](https://github.com/Increase/increase-typescript/commit/50bad607b1b6bded303e6cc1534b8bb806795d84))
82
+ * **api:** api update ([4635ce1](https://github.com/Increase/increase-typescript/commit/4635ce12f9c9103a1214cec4828c3f791038d155))
83
+ * **api:** api update ([5ce43d0](https://github.com/Increase/increase-typescript/commit/5ce43d0500d98c4b6d7c65790e53947d93548678))
84
+ * **api:** api update ([faf08c0](https://github.com/Increase/increase-typescript/commit/faf08c00ead1154377dde97886abbf360d4e5c1e))
85
+ * **api:** api update ([4f95f4a](https://github.com/Increase/increase-typescript/commit/4f95f4adad2dbf85cc1170bae6370fab51f2adb8))
86
+ * **api:** api update ([3ec23b5](https://github.com/Increase/increase-typescript/commit/3ec23b5778be2799f068b31efa6abea6eb61d599))
87
+ * **api:** api update ([7d54ebe](https://github.com/Increase/increase-typescript/commit/7d54ebe37918f71b6714116bac10cbbe0ecfa736))
88
+ * **api:** api update ([7eccd3c](https://github.com/Increase/increase-typescript/commit/7eccd3cac2c05ac1424648ce45067c41287d20eb))
89
+ * **api:** api update ([3ddbf02](https://github.com/Increase/increase-typescript/commit/3ddbf0212bb9824d32a87e7d3b989e5e5542196b))
90
+ * **api:** api update ([6ae44f3](https://github.com/Increase/increase-typescript/commit/6ae44f31ee7f07cf49ab40ff446eb5bf9b208a8f))
91
+ * **api:** api update ([51b60d6](https://github.com/Increase/increase-typescript/commit/51b60d6082b66d075fc28031ca3f32db952bc972))
92
+ * **api:** api update ([22e3b0c](https://github.com/Increase/increase-typescript/commit/22e3b0c87b58559cc5b5df03dafffc65c2ebb8f3))
93
+ * **api:** api update ([0bec9c7](https://github.com/Increase/increase-typescript/commit/0bec9c71a3354d75a422b8238005a8a765fd2a1f))
94
+ * **api:** api update ([851b5a1](https://github.com/Increase/increase-typescript/commit/851b5a1b67bad5fc15775357ab1f996c7898873c))
95
+ * **api:** api update ([4cef5e1](https://github.com/Increase/increase-typescript/commit/4cef5e19b59b988233a7db61615461852b938402))
96
+ * **api:** api update ([6cd01bc](https://github.com/Increase/increase-typescript/commit/6cd01bce2db3971203ef5ab53c374bb5071d088f))
97
+ * **api:** api update ([b1a2837](https://github.com/Increase/increase-typescript/commit/b1a28373d24b9da9cee7b84a9c0ddf26ad0f292e))
98
+ * **api:** api update ([a8b1d48](https://github.com/Increase/increase-typescript/commit/a8b1d482681846a37aaf91873bafb5f5335c0f17))
99
+ * **api:** api update ([73841df](https://github.com/Increase/increase-typescript/commit/73841df4e9f6111e28b979cfd66bca5a7dd637d5))
100
+ * **api:** api update ([3633404](https://github.com/Increase/increase-typescript/commit/3633404d30dba3209cf7f9280cecd8e0ceabc4e8))
101
+ * **api:** api update ([cbbfc34](https://github.com/Increase/increase-typescript/commit/cbbfc343f1635d6e8d41fa8ad375fb72aa71f74a))
102
+ * **api:** api update ([3a98685](https://github.com/Increase/increase-typescript/commit/3a98685d874ec725afc32d61805ed4d82770115a))
103
+ * **api:** api update ([566ef60](https://github.com/Increase/increase-typescript/commit/566ef60354eadf1ce4a786f32fcd88855fe67ee7))
104
+ * **api:** api update ([82435b5](https://github.com/Increase/increase-typescript/commit/82435b5999cd1417e94a506e4bf3d6546570ae15))
105
+ * **api:** api update ([b8ad8e9](https://github.com/Increase/increase-typescript/commit/b8ad8e9ffc09ad93897fe279fb0d0efbd4b23399))
106
+ * **api:** api update ([3416e79](https://github.com/Increase/increase-typescript/commit/3416e7984564026e4d17e8657255f7ddcd0f964d))
107
+ * **api:** api update ([4cb9e2b](https://github.com/Increase/increase-typescript/commit/4cb9e2ba3fbc61f60eb5ab063e972fb5a13da0d8))
108
+ * **api:** api update ([dde9667](https://github.com/Increase/increase-typescript/commit/dde9667cc9829728eaa7cd186a57ed242e80f2f5))
109
+ * **api:** api update ([ccf3edd](https://github.com/Increase/increase-typescript/commit/ccf3edd5d1d9c05f13a2665ca287cfed0bd1a37b))
110
+ * **api:** api update ([376d89c](https://github.com/Increase/increase-typescript/commit/376d89c5d2a17b317950a7dac10dbeeeab1d819f))
111
+ * **api:** api update ([edfda5e](https://github.com/Increase/increase-typescript/commit/edfda5ee5dfc55b9eabde0a9a785de10eb94aa01))
112
+ * **api:** api update ([9c453a9](https://github.com/Increase/increase-typescript/commit/9c453a939828093effe62fb6e0285c6dddc550bf))
113
+ * **api:** api update ([110c3f0](https://github.com/Increase/increase-typescript/commit/110c3f0478beb5dd40f52eff050703f476e286b0))
114
+ * **api:** api update ([f393b82](https://github.com/Increase/increase-typescript/commit/f393b82bacc41bd0a3ee4dd6510159fe2803d2d0))
115
+ * **api:** api update ([035d01b](https://github.com/Increase/increase-typescript/commit/035d01ba5aa2ea3018d3c70c9ef55e6c64eb28b1))
116
+ * **api:** api update ([13775f2](https://github.com/Increase/increase-typescript/commit/13775f2a5c1e2358bb82b1ac10608b0dbc2d2bc8))
117
+ * **api:** api update ([dc2b9b7](https://github.com/Increase/increase-typescript/commit/dc2b9b75d9e9a091b20c90a82361132289c44d9d))
118
+ * **api:** api update ([96311d5](https://github.com/Increase/increase-typescript/commit/96311d555cd79d9ed484148a4285f5a741821479))
119
+ * **api:** api update ([5126018](https://github.com/Increase/increase-typescript/commit/5126018cb5f43c3e1e458d390a8594eef8885466))
120
+ * **api:** api update ([dce78be](https://github.com/Increase/increase-typescript/commit/dce78be2f339b48fff11737519cf47d61411e6ec))
121
+ * **api:** api update ([d83838f](https://github.com/Increase/increase-typescript/commit/d83838fe5eef530f63a21c53fad0cc39510ef8a0))
122
+ * **api:** api update ([2f90795](https://github.com/Increase/increase-typescript/commit/2f90795a3f862139d09f3570855e6f78493ca083))
123
+ * **api:** api update ([5899d3b](https://github.com/Increase/increase-typescript/commit/5899d3bdd58fae95c5f8efea4a51cf7bf3cd2684))
124
+ * **api:** api update ([795d9ef](https://github.com/Increase/increase-typescript/commit/795d9ef28717f6a71f73d0f38a9171c4859f180c))
125
+ * **api:** api update ([2e69a62](https://github.com/Increase/increase-typescript/commit/2e69a626afcc1611f2f8164cb7f9856f46c0cc33))
126
+ * **api:** api update ([5b7d55a](https://github.com/Increase/increase-typescript/commit/5b7d55a18a0601bc70aaf33322a4c751da02fedc))
127
+ * **api:** api update ([409adb0](https://github.com/Increase/increase-typescript/commit/409adb0da90076a34b964b0371c084f9dbec5bef))
128
+ * **api:** api update ([7aa8c45](https://github.com/Increase/increase-typescript/commit/7aa8c45069916dc31c5b37d79edda0b4c02a6bfe))
129
+ * **api:** api update ([d82a105](https://github.com/Increase/increase-typescript/commit/d82a1055fbc51631d94000b914be0bc4c86305e2))
130
+ * **api:** api update ([f2340e9](https://github.com/Increase/increase-typescript/commit/f2340e9cd96a38f21c6f14fccdfe963636f1f361))
131
+ * **api:** api update ([e36fd67](https://github.com/Increase/increase-typescript/commit/e36fd6759fc414908584dc70674841d7f0af6a1e))
132
+ * **api:** api update ([ea453f6](https://github.com/Increase/increase-typescript/commit/ea453f69e6ad5fbc3f1068ca9b9dfff3280c54d2))
133
+ * **api:** api update ([2016ba5](https://github.com/Increase/increase-typescript/commit/2016ba5541d1e8aac519f5b3a7ef383a76078696))
134
+ * **api:** api update ([ad081b4](https://github.com/Increase/increase-typescript/commit/ad081b4e90a5f5e12f6e8f2672bad4c735f3eeac))
135
+ * **api:** api update ([05efb8d](https://github.com/Increase/increase-typescript/commit/05efb8df88d1afa620463bd42b6084a27f71fc22))
136
+ * **api:** api update ([f598984](https://github.com/Increase/increase-typescript/commit/f59898451b2cda77f8be9b4df214fdd95b4cc722))
137
+ * **api:** api update ([c8adf5e](https://github.com/Increase/increase-typescript/commit/c8adf5e9f7631a1b92955129fa4216544a6662ee))
138
+ * **api:** api update ([045476c](https://github.com/Increase/increase-typescript/commit/045476ca918fd39fa6d4d4aca165d23cd5f5f840))
139
+ * **api:** api update ([bd4d9dc](https://github.com/Increase/increase-typescript/commit/bd4d9dccf004051ec73f3419c7e5506ed26b389d))
140
+ * **api:** api update ([550816c](https://github.com/Increase/increase-typescript/commit/550816cd9457ca45e7e38ce2b42e467c11820555))
141
+ * **api:** api update ([d6ba807](https://github.com/Increase/increase-typescript/commit/d6ba807b9dfa5a131889434ab3e912d278e6bc0b))
142
+ * **api:** api update ([f7e16b8](https://github.com/Increase/increase-typescript/commit/f7e16b838a02dfc17fa323e5490a0067fcbe97c0))
143
+ * **api:** api update ([ee22ea2](https://github.com/Increase/increase-typescript/commit/ee22ea2ff9c24cc51c12c7e0600ca9aa4eee7320))
144
+ * **api:** api update ([e459c3b](https://github.com/Increase/increase-typescript/commit/e459c3b89bf2224597876a522c3e0a815e5d2696))
145
+ * **api:** api update ([fd5570f](https://github.com/Increase/increase-typescript/commit/fd5570f4f5fb1a935ed0d30d8ca9d62830bba31b))
146
+ * **api:** api update ([54ad2ea](https://github.com/Increase/increase-typescript/commit/54ad2ea74e251ed37f54c5369aacc4ded3db116f))
147
+ * **api:** api update ([7e2ba06](https://github.com/Increase/increase-typescript/commit/7e2ba0658baea1de65d0b528beba13aa6fe56ca8))
148
+ * **api:** api update ([4b4adf3](https://github.com/Increase/increase-typescript/commit/4b4adf3eb936f5608278287a10e74493622390c8))
149
+ * **api:** api update ([5f55c09](https://github.com/Increase/increase-typescript/commit/5f55c09ea83e4806e7d4ead7b5f38be65de147ed))
150
+ * **api:** api update ([7840a0d](https://github.com/Increase/increase-typescript/commit/7840a0d8089c519a212e607ccc82633da8fc87ff))
151
+ * **api:** api update ([1159fb6](https://github.com/Increase/increase-typescript/commit/1159fb6b6a6ca6a074beb2885c5541bfc00ea755))
152
+ * **api:** api update ([ca70605](https://github.com/Increase/increase-typescript/commit/ca70605e92596326efe49d997440cde8a70a726f))
153
+ * **api:** api update ([7160246](https://github.com/Increase/increase-typescript/commit/7160246ff97bee88d54835c39d94945d6bdb9391))
154
+ * **api:** api update ([fba8a60](https://github.com/Increase/increase-typescript/commit/fba8a60997f968dc3d8482d4572f940fa141b1f7))
155
+ * **api:** api update ([228a6e9](https://github.com/Increase/increase-typescript/commit/228a6e9cf2167e96b8bb39cd3bef9a9e5cc4049b))
156
+ * **api:** api update ([4bd2512](https://github.com/Increase/increase-typescript/commit/4bd2512c1edcbf5fc7be5a5d5ccef5d7f137d77e))
157
+ * **api:** api update ([576115c](https://github.com/Increase/increase-typescript/commit/576115c51a2d3423d31d175923fc6e4787355aaa))
158
+ * **api:** api update ([8f0d4f6](https://github.com/Increase/increase-typescript/commit/8f0d4f6b89bd09da625a44fd79f917c9efd13890))
159
+ * **api:** api update ([cba7da0](https://github.com/Increase/increase-typescript/commit/cba7da04791b465e0d7a76ff452fbf1e24222e8b))
160
+ * **api:** api update ([ad89987](https://github.com/Increase/increase-typescript/commit/ad89987fc906d7633b62899f09695bfb8d31e0c5))
161
+ * **api:** api update ([5d49a26](https://github.com/Increase/increase-typescript/commit/5d49a262d1610053b798d26bbda3cdbe278bf823))
162
+ * **api:** api update ([250f53c](https://github.com/Increase/increase-typescript/commit/250f53cbfb27557fcbb3c96b8adcb56ed993bca3))
163
+ * **api:** api update ([b3d61f2](https://github.com/Increase/increase-typescript/commit/b3d61f267dd42c59c25a3d8742c55c0de879e621))
164
+ * **api:** api update ([80eddfe](https://github.com/Increase/increase-typescript/commit/80eddfea2863b3f8dd15f9595c65af0ef3c7f934))
165
+ * **api:** api update ([85c25c1](https://github.com/Increase/increase-typescript/commit/85c25c12ce4395bb58e51dc8455d2c837ed70989))
166
+ * **api:** api update ([7f9e140](https://github.com/Increase/increase-typescript/commit/7f9e1404d0521dd6961081bcec8ee9f7e81fe902))
167
+ * **api:** api update ([3ccbdf3](https://github.com/Increase/increase-typescript/commit/3ccbdf30dab0de0fa60ae7f8ff89fcde9be0916b))
168
+ * **api:** api update ([6eb90b6](https://github.com/Increase/increase-typescript/commit/6eb90b6fecbd7f25e9e382a550603409d0c10bdc))
169
+ * **api:** api update ([526707d](https://github.com/Increase/increase-typescript/commit/526707daea76c8fdfb51af7ce38e85a6d80af8a8))
170
+ * **api:** api update ([1ea5548](https://github.com/Increase/increase-typescript/commit/1ea55486ce09cc437aa0f16079297122be9443a6))
171
+ * **api:** api update ([8053493](https://github.com/Increase/increase-typescript/commit/8053493616194e2c63427a1fa00ea8d27bff7bf0))
172
+ * **api:** api update ([880ed30](https://github.com/Increase/increase-typescript/commit/880ed3028d473de461f8e4eddca962ebf0e9375b))
173
+ * **api:** api update ([b91b9fb](https://github.com/Increase/increase-typescript/commit/b91b9fbabf728f2e92be05ea0f5bec3fd20676ec))
174
+ * **api:** api update ([8d48c6e](https://github.com/Increase/increase-typescript/commit/8d48c6e8adf3a67ae0dd332dc9c178f8406b11ab))
175
+ * **api:** api update ([f54f5f8](https://github.com/Increase/increase-typescript/commit/f54f5f813039d00d10067e1e58937386502d2164))
176
+ * **api:** api update ([f625d4c](https://github.com/Increase/increase-typescript/commit/f625d4c853b68c428ecb5d743a96266d6bf3e142))
177
+ * **api:** api update ([12064f2](https://github.com/Increase/increase-typescript/commit/12064f20cc863682370b4a1d2a3764cf050aed5f))
178
+ * **api:** api update ([c817c3d](https://github.com/Increase/increase-typescript/commit/c817c3d6f5ca58ffdecb86e750e9d81eb660f022))
179
+ * **api:** api update ([0449f82](https://github.com/Increase/increase-typescript/commit/0449f82874a050f02c337af3b908ab26c7a5e55c))
180
+ * **api:** api update ([af506d0](https://github.com/Increase/increase-typescript/commit/af506d05d02dc3a9d1351c17f940cd9296811ae2))
181
+ * **api:** api update ([7c380ca](https://github.com/Increase/increase-typescript/commit/7c380ca092d3eb921ffe29d6fcef4befbd024396))
182
+ * **api:** api update ([14974e5](https://github.com/Increase/increase-typescript/commit/14974e5fe20601224d7a8a2278018fc28d9558af))
183
+ * **api:** api update ([6bd1ebb](https://github.com/Increase/increase-typescript/commit/6bd1ebb7308444838831a3694522ad754f6d3b30))
184
+ * **api:** api update ([ccbba40](https://github.com/Increase/increase-typescript/commit/ccbba4086ad100a3386ed76b9f693ccaa07d7fba))
185
+ * **api:** api update ([e6bbc18](https://github.com/Increase/increase-typescript/commit/e6bbc1885fb227e4892ac5820e45242b8be05ef6))
186
+ * **api:** api update ([bb327cd](https://github.com/Increase/increase-typescript/commit/bb327cdac7018748fd225796946c32bc01ca2d0b))
187
+ * **api:** api update ([99557d3](https://github.com/Increase/increase-typescript/commit/99557d32a2b9b0633c94f387e82a2542739881fb))
188
+
189
+
190
+ ### Bug Fixes
191
+
192
+ * **client:** handle some Dispute objects as empty rather than unknown ([d36a043](https://github.com/Increase/increase-typescript/commit/d36a043a4533cfe0a3b5e3e7d12c79215a4978c8))
10
193
 
11
- ## 0.376.0 (2025-11-24)
12
194
 
13
- Full Changelog: [v0.375.0...v0.376.0](https://github.com/Increase/increase-node/compare/v0.375.0...v0.376.0)
14
-
15
- ### Features
16
-
17
- * **api:** api update ([996258b](https://github.com/Increase/increase-node/commit/996258bbda093e7f31347af3a3ced2d8ad0da237))
18
-
19
- ## 0.375.0 (2025-11-24)
20
-
21
- Full Changelog: [v0.374.0...v0.375.0](https://github.com/Increase/increase-node/compare/v0.374.0...v0.375.0)
22
-
23
- ### Features
24
-
25
- * **api:** api update ([06529a3](https://github.com/Increase/increase-node/commit/06529a386f31ae74a11797628f1a0899071f51fe))
26
-
27
- ## 0.374.0 (2025-11-21)
28
-
29
- Full Changelog: [v0.373.0...v0.374.0](https://github.com/Increase/increase-node/compare/v0.373.0...v0.374.0)
30
-
31
- ### Features
32
-
33
- * **api:** api update ([71ebe0e](https://github.com/Increase/increase-node/commit/71ebe0e8ff370eb7324cc97e9f198426ccef5b31))
34
-
35
- ## 0.373.0 (2025-11-21)
36
-
37
- Full Changelog: [v0.372.0...v0.373.0](https://github.com/Increase/increase-node/compare/v0.372.0...v0.373.0)
38
-
39
- ### Features
40
-
41
- * **api:** api update ([2061110](https://github.com/Increase/increase-node/commit/20611104b3c9acb26ad194f6a8b203c2b295b0e7))
42
-
43
- ## 0.372.0 (2025-11-20)
44
-
45
- Full Changelog: [v0.371.0...v0.372.0](https://github.com/Increase/increase-node/compare/v0.371.0...v0.372.0)
46
-
47
- ### Features
48
-
49
- * **api:** api update ([bc45990](https://github.com/Increase/increase-node/commit/bc459909a2c0a3a99ffc7d4b71cbbd1d1615fa54))
50
-
51
- ## 0.371.0 (2025-11-18)
52
-
53
- Full Changelog: [v0.370.0...v0.371.0](https://github.com/Increase/increase-node/compare/v0.370.0...v0.371.0)
54
-
55
- ### Features
56
-
57
- * **api:** api update ([3c35832](https://github.com/Increase/increase-node/commit/3c35832916af081f35c90ad24928f37f0318343c))
58
-
59
- ## 0.370.0 (2025-11-14)
60
-
61
- Full Changelog: [v0.369.0...v0.370.0](https://github.com/Increase/increase-node/compare/v0.369.0...v0.370.0)
62
-
63
- ### Features
64
-
65
- * **api:** api update ([d1ed9da](https://github.com/Increase/increase-node/commit/d1ed9dada8acf38c6344e013a3a15a116969b62a))
66
-
67
- ## 0.369.0 (2025-11-14)
68
-
69
- Full Changelog: [v0.368.0...v0.369.0](https://github.com/Increase/increase-node/compare/v0.368.0...v0.369.0)
70
-
71
- ### Features
72
-
73
- * **api:** api update ([87cb236](https://github.com/Increase/increase-node/commit/87cb23677d145f006692daed1e8d794391d49c39))
74
-
75
- ## 0.368.0 (2025-11-13)
76
-
77
- Full Changelog: [v0.367.0...v0.368.0](https://github.com/Increase/increase-node/compare/v0.367.0...v0.368.0)
78
-
79
- ### Features
80
-
81
- * **api:** api update ([a693f88](https://github.com/Increase/increase-node/commit/a693f881780b3c82a82ca981fe6a266c1e4fa383))
82
-
83
- ## 0.367.0 (2025-11-12)
84
-
85
- Full Changelog: [v0.366.0...v0.367.0](https://github.com/Increase/increase-node/compare/v0.366.0...v0.367.0)
86
-
87
- ### Features
88
-
89
- * **api:** api update ([ae77419](https://github.com/Increase/increase-node/commit/ae774190ee96cffd37ae62f299a62af0b316c102))
90
-
91
- ## 0.366.0 (2025-11-10)
92
-
93
- Full Changelog: [v0.365.0...v0.366.0](https://github.com/Increase/increase-node/compare/v0.365.0...v0.366.0)
94
-
95
- ### Features
96
-
97
- * **api:** api update ([af0c143](https://github.com/Increase/increase-node/commit/af0c143788c1f5344e24a7ce0cb5f807217639c0))
98
-
99
- ## 0.365.0 (2025-11-07)
100
-
101
- Full Changelog: [v0.364.0...v0.365.0](https://github.com/Increase/increase-node/compare/v0.364.0...v0.365.0)
102
-
103
- ### Features
104
-
105
- * **api:** api update ([bb75855](https://github.com/Increase/increase-node/commit/bb758552cc2fb1b29ae01b94efcd75f6861c3201))
106
-
107
- ## 0.364.0 (2025-11-07)
108
-
109
- Full Changelog: [v0.363.0...v0.364.0](https://github.com/Increase/increase-node/compare/v0.363.0...v0.364.0)
110
-
111
- ### Features
112
-
113
- * **api:** api update ([c45bb9f](https://github.com/Increase/increase-node/commit/c45bb9f2bfbed574559d894e777d6e2a35dd9008))
114
-
115
- ## 0.363.0 (2025-11-07)
116
-
117
- Full Changelog: [v0.362.0...v0.363.0](https://github.com/Increase/increase-node/compare/v0.362.0...v0.363.0)
118
-
119
- ### Features
120
-
121
- * **api:** api update ([7afa371](https://github.com/Increase/increase-node/commit/7afa3717800d027eff494a7f5a46ff5dc86b7b67))
122
-
123
- ## 0.362.0 (2025-11-07)
124
-
125
- Full Changelog: [v0.361.0...v0.362.0](https://github.com/Increase/increase-node/compare/v0.361.0...v0.362.0)
126
-
127
- ### Features
128
-
129
- * **api:** api update ([b8bb14c](https://github.com/Increase/increase-node/commit/b8bb14c48498b24d3e900ef35d8ee2f01d4ef04b))
130
-
131
- ## 0.361.0 (2025-11-07)
132
-
133
- Full Changelog: [v0.360.0...v0.361.0](https://github.com/Increase/increase-node/compare/v0.360.0...v0.361.0)
134
-
135
- ### Features
136
-
137
- * **api:** api update ([c97d6a7](https://github.com/Increase/increase-node/commit/c97d6a749fafb5c662a90393f6edc70875a4b3b3))
138
-
139
- ## 0.360.0 (2025-11-07)
140
-
141
- Full Changelog: [v0.359.0...v0.360.0](https://github.com/Increase/increase-node/compare/v0.359.0...v0.360.0)
142
-
143
- ### Features
144
-
145
- * **api:** api update ([574ef01](https://github.com/Increase/increase-node/commit/574ef012b0da49cec54887cd7c0f0ece7047f046))
146
-
147
- ## 0.359.0 (2025-11-06)
148
-
149
- Full Changelog: [v0.358.0...v0.359.0](https://github.com/Increase/increase-node/compare/v0.358.0...v0.359.0)
150
-
151
- ### Features
152
-
153
- * **api:** api update ([ab9864a](https://github.com/Increase/increase-node/commit/ab9864ae919f5328dfa74559d55f383fb3f67801))
154
-
155
- ## 0.358.0 (2025-11-06)
156
-
157
- Full Changelog: [v0.357.0...v0.358.0](https://github.com/Increase/increase-node/compare/v0.357.0...v0.358.0)
158
-
159
- ### Features
160
-
161
- * **api:** api update ([600ac3a](https://github.com/Increase/increase-node/commit/600ac3a3819884ca4b4c1ea8d443c4abd9150634))
162
-
163
- ## 0.357.0 (2025-11-05)
164
-
165
- Full Changelog: [v0.356.0...v0.357.0](https://github.com/Increase/increase-node/compare/v0.356.0...v0.357.0)
166
-
167
- ### Features
168
-
169
- * **api:** api update ([43fd3c8](https://github.com/Increase/increase-node/commit/43fd3c8f94c3ec081e7a311839f95782fd2b0ad1))
170
-
171
- ## 0.356.0 (2025-11-05)
172
-
173
- Full Changelog: [v0.355.0...v0.356.0](https://github.com/Increase/increase-node/compare/v0.355.0...v0.356.0)
174
-
175
- ### Features
176
-
177
- * **api:** api update ([e122cc4](https://github.com/Increase/increase-node/commit/e122cc45835f78840333d7fbf2bb7aa3e942c33a))
178
-
179
- ## 0.355.0 (2025-11-04)
180
-
181
- Full Changelog: [v0.354.0...v0.355.0](https://github.com/Increase/increase-node/compare/v0.354.0...v0.355.0)
182
-
183
- ### Features
184
-
185
- * **api:** api update ([c38e551](https://github.com/Increase/increase-node/commit/c38e551290f98221c82233071779783ad8a17392))
186
-
187
- ## 0.354.0 (2025-10-31)
188
-
189
- Full Changelog: [v0.353.0...v0.354.0](https://github.com/Increase/increase-node/compare/v0.353.0...v0.354.0)
190
-
191
- ### Features
192
-
193
- * **api:** api update ([da8ad54](https://github.com/Increase/increase-node/commit/da8ad547be5a40e7d5a2bbbc4270b09123d8316c))
194
-
195
- ## 0.353.0 (2025-10-31)
196
-
197
- Full Changelog: [v0.352.0...v0.353.0](https://github.com/Increase/increase-node/compare/v0.352.0...v0.353.0)
198
-
199
- ### Features
200
-
201
- * **api:** api update ([e61575b](https://github.com/Increase/increase-node/commit/e61575b3a86c59d7de5a4948b3acbe075b65a9f7))
202
-
203
- ## 0.352.0 (2025-10-31)
204
-
205
- Full Changelog: [v0.351.0...v0.352.0](https://github.com/Increase/increase-node/compare/v0.351.0...v0.352.0)
206
-
207
- ### Features
208
-
209
- * **api:** api update ([66324a0](https://github.com/Increase/increase-node/commit/66324a0e52a453ec036e5504b658a20b362a5cdf))
210
-
211
- ## 0.351.0 (2025-10-31)
212
-
213
- Full Changelog: [v0.350.0...v0.351.0](https://github.com/Increase/increase-node/compare/v0.350.0...v0.351.0)
214
-
215
- ### Features
216
-
217
- * **api:** api update ([56fa61c](https://github.com/Increase/increase-node/commit/56fa61ca815d21f411d92d9b731f60c8487d22e9))
218
-
219
- ## 0.350.0 (2025-10-30)
220
-
221
- Full Changelog: [v0.349.0...v0.350.0](https://github.com/Increase/increase-node/compare/v0.349.0...v0.350.0)
222
-
223
- ### Features
224
-
225
- * **api:** api update ([4e3f214](https://github.com/Increase/increase-node/commit/4e3f21444d6bd63acaadb0438c972191978110fd))
226
-
227
- ## 0.349.0 (2025-10-30)
228
-
229
- Full Changelog: [v0.348.0...v0.349.0](https://github.com/Increase/increase-node/compare/v0.348.0...v0.349.0)
230
-
231
- ### Features
232
-
233
- * **api:** api update ([9c57e86](https://github.com/Increase/increase-node/commit/9c57e8607a7f92d4aaead0539d7f1e8c525c753c))
234
- * **api:** api update ([ec9f147](https://github.com/Increase/increase-node/commit/ec9f147008569a741892e3e635ca1b3ae18a16e6))
235
-
236
- ## 0.348.0 (2025-10-29)
237
-
238
- Full Changelog: [v0.347.0...v0.348.0](https://github.com/Increase/increase-node/compare/v0.347.0...v0.348.0)
239
-
240
- ### Features
241
-
242
- * **api:** api update ([94066dd](https://github.com/Increase/increase-node/commit/94066dd1fde188dc59cc141cd422aa52b912831f))
243
-
244
- ## 0.347.0 (2025-10-29)
245
-
246
- Full Changelog: [v0.346.0...v0.347.0](https://github.com/Increase/increase-node/compare/v0.346.0...v0.347.0)
247
-
248
- ### Features
249
-
250
- * **api:** api update ([43fed97](https://github.com/Increase/increase-node/commit/43fed975a5e1d9305ddb718f3644017c3e92cdfd))
251
-
252
- ## 0.346.0 (2025-10-29)
253
-
254
- Full Changelog: [v0.345.0...v0.346.0](https://github.com/Increase/increase-node/compare/v0.345.0...v0.346.0)
255
-
256
- ### Features
257
-
258
- * **api:** api update ([f2e8557](https://github.com/Increase/increase-node/commit/f2e855702786e6bb529461ae114c3b5d68ccdeb0))
259
-
260
- ## 0.345.0 (2025-10-28)
261
-
262
- Full Changelog: [v0.344.0...v0.345.0](https://github.com/Increase/increase-node/compare/v0.344.0...v0.345.0)
263
-
264
- ### Features
265
-
266
- * **api:** api update ([b9408c1](https://github.com/Increase/increase-node/commit/b9408c1302c2057e4db797d19b24bd32d8ed35a1))
267
-
268
- ## 0.344.0 (2025-10-28)
269
-
270
- Full Changelog: [v0.343.0...v0.344.0](https://github.com/Increase/increase-node/compare/v0.343.0...v0.344.0)
271
-
272
- ### Features
273
-
274
- * **api:** api update ([c87b65e](https://github.com/Increase/increase-node/commit/c87b65ecd352369f5065af0a68d3e9353d0d2d96))
275
-
276
- ## 0.343.0 (2025-10-27)
277
-
278
- Full Changelog: [v0.342.0...v0.343.0](https://github.com/Increase/increase-node/compare/v0.342.0...v0.343.0)
279
-
280
- ### Features
281
-
282
- * **api:** api update ([961d480](https://github.com/Increase/increase-node/commit/961d48093496cde8ea09ed7d5a14ee1c4dd1dafc))
283
-
284
- ## 0.342.0 (2025-10-27)
285
-
286
- Full Changelog: [v0.341.0...v0.342.0](https://github.com/Increase/increase-node/compare/v0.341.0...v0.342.0)
287
-
288
- ### Features
289
-
290
- * **api:** api update ([ef85c68](https://github.com/Increase/increase-node/commit/ef85c688bad31dce881790b4d5259b5f506192d2))
291
-
292
- ## 0.341.0 (2025-10-26)
293
-
294
- Full Changelog: [v0.340.0...v0.341.0](https://github.com/Increase/increase-node/compare/v0.340.0...v0.341.0)
295
-
296
- ### Features
297
-
298
- * **api:** api update ([2cb2745](https://github.com/Increase/increase-node/commit/2cb27450db6e8688e7fa650bd3a6e0c8bcc887fa))
299
-
300
- ## 0.340.0 (2025-10-24)
301
-
302
- Full Changelog: [v0.339.0...v0.340.0](https://github.com/Increase/increase-node/compare/v0.339.0...v0.340.0)
303
-
304
- ### Features
305
-
306
- * **api:** api update ([6f12e77](https://github.com/Increase/increase-node/commit/6f12e77014a54802693c405c6cb243fee8b2984d))
307
-
308
- ## 0.339.0 (2025-10-23)
309
-
310
- Full Changelog: [v0.338.0...v0.339.0](https://github.com/Increase/increase-node/compare/v0.338.0...v0.339.0)
311
-
312
- ### Features
313
-
314
- * **api:** api update ([1c027aa](https://github.com/Increase/increase-node/commit/1c027aa039367cef4056d1e12b0f6970cabf5538))
315
-
316
- ## 0.338.0 (2025-10-22)
317
-
318
- Full Changelog: [v0.337.0...v0.338.0](https://github.com/Increase/increase-node/compare/v0.337.0...v0.338.0)
319
-
320
- ### Features
321
-
322
- * **api:** api update ([b54e0d4](https://github.com/Increase/increase-node/commit/b54e0d4a79bf93ec7cd41348e7ce356f1dd5a838))
323
-
324
- ## 0.337.0 (2025-10-22)
325
-
326
- Full Changelog: [v0.336.0...v0.337.0](https://github.com/Increase/increase-node/compare/v0.336.0...v0.337.0)
327
-
328
- ### Features
329
-
330
- * **api:** api update ([925ea15](https://github.com/Increase/increase-node/commit/925ea1504bc8881eb67536fed8bf369245baaa7f))
331
-
332
- ## 0.336.0 (2025-10-16)
333
-
334
- Full Changelog: [v0.335.0...v0.336.0](https://github.com/Increase/increase-node/compare/v0.335.0...v0.336.0)
335
-
336
- ### Features
337
-
338
- * **api:** api update ([403f557](https://github.com/Increase/increase-node/commit/403f557d83138b2e12aff96f3a693c0738a993c0))
339
-
340
- ## 0.335.0 (2025-10-16)
341
-
342
- Full Changelog: [v0.334.0...v0.335.0](https://github.com/Increase/increase-node/compare/v0.334.0...v0.335.0)
343
-
344
- ### Features
345
-
346
- * **api:** api update ([12d9347](https://github.com/Increase/increase-node/commit/12d9347470fe38767337a110c47d8812cd363315))
347
-
348
- ## 0.334.0 (2025-10-14)
349
-
350
- Full Changelog: [v0.333.0...v0.334.0](https://github.com/Increase/increase-node/compare/v0.333.0...v0.334.0)
351
-
352
- ### Features
353
-
354
- * **api:** api update ([46fceaa](https://github.com/Increase/increase-node/commit/46fceaaf21ade0765dd4248b6df6fdc4c3c3048f))
355
-
356
- ## 0.333.0 (2025-10-14)
357
-
358
- Full Changelog: [v0.332.0...v0.333.0](https://github.com/Increase/increase-node/compare/v0.332.0...v0.333.0)
359
-
360
- ### Features
361
-
362
- * **api:** api update ([8516a57](https://github.com/Increase/increase-node/commit/8516a575a44fa8f36860e06cdd94e45d2afd12c5))
363
-
364
- ## 0.332.0 (2025-10-11)
365
-
366
- Full Changelog: [v0.331.0...v0.332.0](https://github.com/Increase/increase-node/compare/v0.331.0...v0.332.0)
367
-
368
- ### Features
369
-
370
- * **api:** api update ([d77849b](https://github.com/Increase/increase-node/commit/d77849bc9393b5ecd26dba415173285a59a23fbd))
371
-
372
- ## 0.331.0 (2025-10-10)
373
-
374
- Full Changelog: [v0.330.0...v0.331.0](https://github.com/Increase/increase-node/compare/v0.330.0...v0.331.0)
375
-
376
- ### Features
377
-
378
- * **api:** api update ([081e2a2](https://github.com/Increase/increase-node/commit/081e2a2a3bb3e8ef7a3d95bf8ea9fb1b98ec8458))
379
-
380
- ## 0.330.0 (2025-10-10)
381
-
382
- Full Changelog: [v0.329.0...v0.330.0](https://github.com/Increase/increase-node/compare/v0.329.0...v0.330.0)
383
-
384
- ### Features
385
-
386
- * **api:** api update ([ce238fd](https://github.com/Increase/increase-node/commit/ce238fd3fb3bc5c3ed9b83c9ff80e22feb4cc864))
387
-
388
- ## 0.329.0 (2025-10-08)
389
-
390
- Full Changelog: [v0.328.0...v0.329.0](https://github.com/Increase/increase-node/compare/v0.328.0...v0.329.0)
391
-
392
- ### Features
393
-
394
- * **api:** api update ([4f3aadb](https://github.com/Increase/increase-node/commit/4f3aadba360c490282ee8cba15dd34261d40d6a6))
395
-
396
- ## 0.328.0 (2025-10-07)
397
-
398
- Full Changelog: [v0.327.0...v0.328.0](https://github.com/Increase/increase-node/compare/v0.327.0...v0.328.0)
399
-
400
- ### Features
401
-
402
- * **api:** api update ([787006b](https://github.com/Increase/increase-node/commit/787006b1d3a4784e63d4d2a269d66e9861c061af))
403
-
404
-
405
- ### Chores
406
-
407
- * **internal:** use npm pack for build uploads ([cb54698](https://github.com/Increase/increase-node/commit/cb54698e38e1f7f64c456729a71c3f60375d1c12))
408
-
409
- ## 0.327.0 (2025-10-06)
410
-
411
- Full Changelog: [v0.326.0...v0.327.0](https://github.com/Increase/increase-node/compare/v0.326.0...v0.327.0)
412
-
413
- ### Features
414
-
415
- * **api:** api update ([4b872f6](https://github.com/Increase/increase-node/commit/4b872f60807a6e1178fcad7278139915d21bfd9b))
416
-
417
- ## 0.326.0 (2025-10-06)
418
-
419
- Full Changelog: [v0.325.1...v0.326.0](https://github.com/Increase/increase-node/compare/v0.325.1...v0.326.0)
420
-
421
- ### Features
422
-
423
- * **api:** api update ([9884f85](https://github.com/Increase/increase-node/commit/9884f852f8bd3fd3de71e242a38b423777ff76aa))
424
-
425
- ## 0.325.1 (2025-10-06)
426
-
427
- Full Changelog: [v0.325.0...v0.325.1](https://github.com/Increase/increase-node/compare/v0.325.0...v0.325.1)
428
-
429
- ### Bug Fixes
430
-
431
- * **client:** handle some Dispute objects as empty rather than unknown ([e5c1ce1](https://github.com/Increase/increase-node/commit/e5c1ce1f4c2b00dbe77bb98a10335ea6d53c0dfe))
432
-
433
- ## 0.325.0 (2025-10-03)
434
-
435
- Full Changelog: [v0.324.0...v0.325.0](https://github.com/Increase/increase-node/compare/v0.324.0...v0.325.0)
436
-
437
- ### Features
438
-
439
- * **api:** api update ([4ef0b83](https://github.com/Increase/increase-node/commit/4ef0b836139cc425b2aa536b3197d8de395868cc))
440
-
441
- ## 0.324.0 (2025-10-01)
442
-
443
- Full Changelog: [v0.323.0...v0.324.0](https://github.com/Increase/increase-node/compare/v0.323.0...v0.324.0)
444
-
445
- ### Features
446
-
447
- * **api:** api update ([e6f34aa](https://github.com/Increase/increase-node/commit/e6f34aa69d55f21f27b3ef6e3f80f36c2b617e6a))
448
-
449
- ## 0.323.0 (2025-10-01)
450
-
451
- Full Changelog: [v0.322.0...v0.323.0](https://github.com/Increase/increase-node/compare/v0.322.0...v0.323.0)
452
-
453
- ### Features
454
-
455
- * **api:** api update ([70ed806](https://github.com/Increase/increase-node/commit/70ed806f4190629f291d2ac0de626abe9c89d482))
456
-
457
- ## 0.322.0 (2025-10-01)
458
-
459
- Full Changelog: [v0.321.0...v0.322.0](https://github.com/Increase/increase-node/compare/v0.321.0...v0.322.0)
460
-
461
- ### Features
462
-
463
- * **api:** api update ([e37fc7f](https://github.com/Increase/increase-node/commit/e37fc7f49a462bb29459a9e8d25f3e69c875c434))
464
- * **api:** api update ([65a5389](https://github.com/Increase/increase-node/commit/65a5389deb7785a8b9743e68dc2a4e4ee7f7d2dd))
465
- * **api:** api update ([1d14500](https://github.com/Increase/increase-node/commit/1d14500f1350a7a35d6aada4d09a2d6793bcf8b9))
466
- * **api:** api update ([208384b](https://github.com/Increase/increase-node/commit/208384bbbc901dc7ce744d22616fdb5844515bf8))
467
- * **api:** api update ([f715728](https://github.com/Increase/increase-node/commit/f7157281512d56e312b9eb65713215b53bc0454f))
468
-
469
-
470
- ### Chores
471
-
472
- * **internal:** ignore .eslintcache ([5140ab8](https://github.com/Increase/increase-node/commit/5140ab86350d4dae2f153e97d4add837bbf7d023))
473
-
474
- ## 0.321.0 (2025-09-29)
475
-
476
- Full Changelog: [v0.320.0...v0.321.0](https://github.com/Increase/increase-node/compare/v0.320.0...v0.321.0)
477
-
478
- ### Features
479
-
480
- * **api:** api update ([938320e](https://github.com/Increase/increase-node/commit/938320e053ea49e3c036bcaf18ae1fe41b878414))
481
-
482
-
483
- ### Chores
484
-
485
- * **internal:** codegen related update ([af0b1f7](https://github.com/Increase/increase-node/commit/af0b1f7e4b3c3d5fdf56c302fde6681f40510217))
486
- * **internal:** fix incremental formatting in some cases ([8ea97e6](https://github.com/Increase/increase-node/commit/8ea97e64774e83914657a383141868508ae7d90c))
487
-
488
- ## 0.320.0 (2025-09-26)
489
-
490
- Full Changelog: [v0.319.0...v0.320.0](https://github.com/Increase/increase-node/compare/v0.319.0...v0.320.0)
491
-
492
- ### Features
493
-
494
- * **api:** api update ([8ab5fb2](https://github.com/Increase/increase-node/commit/8ab5fb27322a5422aa39f2dd715dd528d7de91b6))
495
-
496
-
497
- ### Performance Improvements
498
-
499
- * faster formatting ([78f8ff4](https://github.com/Increase/increase-node/commit/78f8ff4a347dd297911976128e30653cf04d2e55))
500
-
501
-
502
- ### Chores
503
-
504
- * **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([1cfcd8e](https://github.com/Increase/increase-node/commit/1cfcd8e065228bb44165ab61aa5c5483e91e3c40))
505
-
506
- ## 0.319.0 (2025-09-24)
507
-
508
- Full Changelog: [v0.318.0...v0.319.0](https://github.com/Increase/increase-node/compare/v0.318.0...v0.319.0)
509
-
510
- ### Features
511
-
512
- * **api:** api update ([7509f50](https://github.com/Increase/increase-node/commit/7509f50c3e4745d2f659ab93de4192c9ee4ab5ff))
513
-
514
- ## 0.318.0 (2025-09-24)
515
-
516
- Full Changelog: [v0.317.0...v0.318.0](https://github.com/Increase/increase-node/compare/v0.317.0...v0.318.0)
517
-
518
- ### Features
519
-
520
- * **api:** api update ([1482082](https://github.com/Increase/increase-node/commit/148208217748ecf59046f821d12f9eb09b865648))
521
-
522
- ## 0.317.0 (2025-09-24)
523
-
524
- Full Changelog: [v0.316.0...v0.317.0](https://github.com/Increase/increase-node/compare/v0.316.0...v0.317.0)
525
-
526
- ### Features
527
-
528
- * **api:** api update ([2026a63](https://github.com/Increase/increase-node/commit/2026a637cb268b6278368a04a25e5148b2914e32))
529
-
530
- ## 0.316.0 (2025-09-23)
531
-
532
- Full Changelog: [v0.315.0...v0.316.0](https://github.com/Increase/increase-node/compare/v0.315.0...v0.316.0)
533
-
534
- ### Features
535
-
536
- * **api:** api update ([0c6a221](https://github.com/Increase/increase-node/commit/0c6a22144fd50e6012bfd2cef9a34696e0f7d3a8))
537
-
538
- ## 0.315.0 (2025-09-23)
539
-
540
- Full Changelog: [v0.314.0...v0.315.0](https://github.com/Increase/increase-node/compare/v0.314.0...v0.315.0)
541
-
542
- ### Features
543
-
544
- * **api:** api update ([d5aa10c](https://github.com/Increase/increase-node/commit/d5aa10c90909a3b7b0609eb7078ce7d91955c589))
545
-
546
- ## 0.314.0 (2025-09-22)
547
-
548
- Full Changelog: [v0.313.0...v0.314.0](https://github.com/Increase/increase-node/compare/v0.313.0...v0.314.0)
549
-
550
- ### Features
551
-
552
- * **api:** api update ([d5ad170](https://github.com/Increase/increase-node/commit/d5ad170555a2d3c61143a29d30dabcbcc83b760c))
553
-
554
- ## 0.313.0 (2025-09-19)
555
-
556
- Full Changelog: [v0.312.0...v0.313.0](https://github.com/Increase/increase-node/compare/v0.312.0...v0.313.0)
557
-
558
- ### Features
559
-
560
- * **api:** api update ([dc5ec72](https://github.com/Increase/increase-node/commit/dc5ec72956c366280189cfe84fdb781dcea8f8a9))
561
-
562
- ## 0.312.0 (2025-09-19)
563
-
564
- Full Changelog: [v0.311.0...v0.312.0](https://github.com/Increase/increase-node/compare/v0.311.0...v0.312.0)
565
-
566
- ### Features
567
-
568
- * **api:** api update ([89bfbb7](https://github.com/Increase/increase-node/commit/89bfbb7e4f2836cf4834de7356aef12b82d990f6))
569
-
570
-
571
- ### Chores
572
-
573
- * do not install brew dependencies in ./scripts/bootstrap by default ([88563bd](https://github.com/Increase/increase-node/commit/88563bd43115540194df497003436b4279a6ec4b))
574
-
575
- ## 0.311.0 (2025-09-19)
576
-
577
- Full Changelog: [v0.310.0...v0.311.0](https://github.com/Increase/increase-node/compare/v0.310.0...v0.311.0)
578
-
579
- ### Features
580
-
581
- * **api:** api update ([c4cb99e](https://github.com/Increase/increase-node/commit/c4cb99e564858778b111d19573df163462d336f7))
582
-
583
- ## 0.310.0 (2025-09-18)
584
-
585
- Full Changelog: [v0.309.0...v0.310.0](https://github.com/Increase/increase-node/compare/v0.309.0...v0.310.0)
586
-
587
- ### Features
588
-
589
- * **api:** api update ([871d04d](https://github.com/Increase/increase-node/commit/871d04d36085c8edabdb46b2738016f2362aff57))
590
-
591
- ## 0.309.0 (2025-09-17)
592
-
593
- Full Changelog: [v0.308.0...v0.309.0](https://github.com/Increase/increase-node/compare/v0.308.0...v0.309.0)
594
-
595
- ### Features
596
-
597
- * **api:** api update ([1e0edc6](https://github.com/Increase/increase-node/commit/1e0edc62ed1da1c9617db244d8ab1e1daf1e81e4))
598
-
599
- ## 0.308.0 (2025-09-17)
600
-
601
- Full Changelog: [v0.307.0...v0.308.0](https://github.com/Increase/increase-node/compare/v0.307.0...v0.308.0)
602
-
603
- ### Features
604
-
605
- * **api:** api update ([d48bb99](https://github.com/Increase/increase-node/commit/d48bb99f5137e67ea0ef563a427bab3fd744ad68))
606
-
607
- ## 0.307.0 (2025-09-16)
608
-
609
- Full Changelog: [v0.306.0...v0.307.0](https://github.com/Increase/increase-node/compare/v0.306.0...v0.307.0)
610
-
611
- ### Features
612
-
613
- * **api:** api update ([1c0c06a](https://github.com/Increase/increase-node/commit/1c0c06a6263970ddde42480156bacf7e28576e7a))
614
-
615
- ## 0.306.0 (2025-09-16)
616
-
617
- Full Changelog: [v0.305.0...v0.306.0](https://github.com/Increase/increase-node/compare/v0.305.0...v0.306.0)
618
-
619
- ### Features
620
-
621
- * **api:** api update ([452e40a](https://github.com/Increase/increase-node/commit/452e40af8d17a977aa9d81dbe907744e02452d78))
622
-
623
- ## 0.305.0 (2025-09-15)
624
-
625
- Full Changelog: [v0.304.0...v0.305.0](https://github.com/Increase/increase-node/compare/v0.304.0...v0.305.0)
626
-
627
- ### Features
628
-
629
- * **api:** api update ([67b9ed7](https://github.com/Increase/increase-node/commit/67b9ed77355d5682cea363155aa87a01aba08239))
630
-
631
- ## 0.304.0 (2025-09-12)
632
-
633
- Full Changelog: [v0.303.0...v0.304.0](https://github.com/Increase/increase-node/compare/v0.303.0...v0.304.0)
634
-
635
- ### Features
636
-
637
- * **api:** api update ([e4623f0](https://github.com/Increase/increase-node/commit/e4623f012f48d2fd72ca4777e6341c82e256a213))
638
-
639
-
640
- ### Chores
641
-
642
- * ci build action ([52a7523](https://github.com/Increase/increase-node/commit/52a75231e35839f4cb49401c876298fae92894c6))
643
- * **internal:** codegen related update ([942e835](https://github.com/Increase/increase-node/commit/942e835dee53fe0675fc294deec84c298e720981))
644
-
645
- ## 0.303.0 (2025-09-09)
646
-
647
- Full Changelog: [v0.302.0...v0.303.0](https://github.com/Increase/increase-node/compare/v0.302.0...v0.303.0)
648
-
649
- ### Features
650
-
651
- * **api:** api update ([8ceae78](https://github.com/Increase/increase-node/commit/8ceae7894398c5ba0382c610e386ea5c03f072ea))
652
-
653
- ## 0.302.0 (2025-09-09)
654
-
655
- Full Changelog: [v0.301.0...v0.302.0](https://github.com/Increase/increase-node/compare/v0.301.0...v0.302.0)
656
-
657
- ### Features
658
-
659
- * **api:** api update ([2abee42](https://github.com/Increase/increase-node/commit/2abee42264f02b38fad80e272c141001dff2c268))
660
-
661
- ## 0.301.0 (2025-09-08)
662
-
663
- Full Changelog: [v0.300.0...v0.301.0](https://github.com/Increase/increase-node/compare/v0.300.0...v0.301.0)
664
-
665
- ### Features
666
-
667
- * **api:** api update ([b041f52](https://github.com/Increase/increase-node/commit/b041f522e9914be94714155ca7791deb5e7bea1f))
668
-
669
- ## 0.300.0 (2025-09-08)
670
-
671
- Full Changelog: [v0.299.0...v0.300.0](https://github.com/Increase/increase-node/compare/v0.299.0...v0.300.0)
672
-
673
- ### Features
674
-
675
- * **api:** api update ([0fd19c7](https://github.com/Increase/increase-node/commit/0fd19c7738e657429c8734cbdc38745a667524c5))
676
-
677
- ## 0.299.0 (2025-09-08)
678
-
679
- Full Changelog: [v0.298.0...v0.299.0](https://github.com/Increase/increase-node/compare/v0.298.0...v0.299.0)
680
-
681
- ### Features
682
-
683
- * **api:** api update ([0416519](https://github.com/Increase/increase-node/commit/041651920747b6803408c3f077e673aa91260816))
684
-
685
- ## 0.298.0 (2025-09-08)
686
-
687
- Full Changelog: [v0.297.0...v0.298.0](https://github.com/Increase/increase-node/compare/v0.297.0...v0.298.0)
688
-
689
- ### Features
690
-
691
- * **api:** api update ([9c64c22](https://github.com/Increase/increase-node/commit/9c64c22ca4fd01370418e10b8ae3f7ac5a8bd170))
692
-
693
- ## 0.297.0 (2025-09-07)
694
-
695
- Full Changelog: [v0.296.0...v0.297.0](https://github.com/Increase/increase-node/compare/v0.296.0...v0.297.0)
696
-
697
- ### Features
698
-
699
- * **api:** api update ([3396176](https://github.com/Increase/increase-node/commit/339617694841f1a21105576e89372d2c89a2b42a))
700
-
701
- ## 0.296.0 (2025-09-05)
702
-
703
- Full Changelog: [v0.295.0...v0.296.0](https://github.com/Increase/increase-node/compare/v0.295.0...v0.296.0)
704
-
705
- ### Features
706
-
707
- * **api:** api update ([abca5b4](https://github.com/Increase/increase-node/commit/abca5b4bb349480392cd09f9aa1424b33bdee9ac))
708
-
709
- ## 0.295.0 (2025-09-05)
710
-
711
- Full Changelog: [v0.294.0...v0.295.0](https://github.com/Increase/increase-node/compare/v0.294.0...v0.295.0)
712
-
713
- ### Features
714
-
715
- * **api:** api update ([c8bcbfc](https://github.com/Increase/increase-node/commit/c8bcbfcf6cf1543833a6318bb76ed7cfb8425894))
716
-
717
- ## 0.294.0 (2025-09-05)
718
-
719
- Full Changelog: [v0.293.0...v0.294.0](https://github.com/Increase/increase-node/compare/v0.293.0...v0.294.0)
720
-
721
- ### Features
722
-
723
- * **api:** api update ([c0444e3](https://github.com/Increase/increase-node/commit/c0444e37e76b25db2c82d86378e8c4406db73116))
724
-
725
- ## 0.293.0 (2025-09-04)
726
-
727
- Full Changelog: [v0.292.0...v0.293.0](https://github.com/Increase/increase-node/compare/v0.292.0...v0.293.0)
728
-
729
- ### Features
730
-
731
- * **api:** api update ([1cef042](https://github.com/Increase/increase-node/commit/1cef04235745dda8164b53045deb7b9e8d800439))
732
-
733
- ## 0.292.0 (2025-09-04)
734
-
735
- Full Changelog: [v0.291.0...v0.292.0](https://github.com/Increase/increase-node/compare/v0.291.0...v0.292.0)
736
-
737
- ### Features
738
-
739
- * **api:** api update ([b632bdb](https://github.com/Increase/increase-node/commit/b632bdbfb6d736b481f613758cb5cb07773d7564))
740
-
741
- ## 0.291.0 (2025-09-04)
742
-
743
- Full Changelog: [v0.290.0...v0.291.0](https://github.com/Increase/increase-node/compare/v0.290.0...v0.291.0)
744
-
745
- ### Features
746
-
747
- * **api:** api update ([ca6b784](https://github.com/Increase/increase-node/commit/ca6b78439105c1b01ad3141433f0cc261955a842))
748
-
749
- ## 0.290.0 (2025-08-29)
750
-
751
- Full Changelog: [v0.289.0...v0.290.0](https://github.com/Increase/increase-node/compare/v0.289.0...v0.290.0)
752
-
753
- ### Features
754
-
755
- * **api:** api update ([a0a05a9](https://github.com/Increase/increase-node/commit/a0a05a9e97e84d7d91097e09c4a4695643860046))
756
-
757
- ## 0.289.0 (2025-08-29)
758
-
759
- Full Changelog: [v0.288.0...v0.289.0](https://github.com/Increase/increase-node/compare/v0.288.0...v0.289.0)
760
-
761
- ### Features
762
-
763
- * **api:** api update ([8ec0a85](https://github.com/Increase/increase-node/commit/8ec0a8536631f91587635def671cb554a26a0311))
764
-
765
- ## 0.288.0 (2025-08-29)
766
-
767
- Full Changelog: [v0.287.0...v0.288.0](https://github.com/Increase/increase-node/compare/v0.287.0...v0.288.0)
768
-
769
- ### Features
770
-
771
- * **api:** api update ([f7dfeb4](https://github.com/Increase/increase-node/commit/f7dfeb42e7e6d163722ad07bfb9e55dc8c3a8803))
772
-
773
- ## 0.287.0 (2025-08-28)
774
-
775
- Full Changelog: [v0.286.0...v0.287.0](https://github.com/Increase/increase-node/compare/v0.286.0...v0.287.0)
776
-
777
- ### Features
778
-
779
- * **api:** api update ([a935ace](https://github.com/Increase/increase-node/commit/a935acedd711ff60425f59bec9436d7b0a482a55))
780
-
781
- ## 0.286.0 (2025-08-28)
782
-
783
- Full Changelog: [v0.285.0...v0.286.0](https://github.com/Increase/increase-node/compare/v0.285.0...v0.286.0)
784
-
785
- ### Features
786
-
787
- * **api:** api update ([c80c73b](https://github.com/Increase/increase-node/commit/c80c73b8317bb807988f0bf05f0782fcdc57c1a3))
788
-
789
- ## 0.285.0 (2025-08-28)
790
-
791
- Full Changelog: [v0.284.0...v0.285.0](https://github.com/Increase/increase-node/compare/v0.284.0...v0.285.0)
792
-
793
- ### Features
794
-
795
- * **api:** api update ([181b105](https://github.com/Increase/increase-node/commit/181b1051683efa19c766c50bf326847f7a9ca9cf))
796
-
797
- ## 0.284.0 (2025-08-28)
798
-
799
- Full Changelog: [v0.283.0...v0.284.0](https://github.com/Increase/increase-node/compare/v0.283.0...v0.284.0)
800
-
801
- ### Features
802
-
803
- * **api:** api update ([a473b3f](https://github.com/Increase/increase-node/commit/a473b3fedb0c1675cdbb23ff576167c182eba60b))
804
-
805
- ## 0.283.0 (2025-08-27)
806
-
807
- Full Changelog: [v0.282.0...v0.283.0](https://github.com/Increase/increase-node/compare/v0.282.0...v0.283.0)
808
-
809
- ### Features
810
-
811
- * **api:** api update ([7c68109](https://github.com/Increase/increase-node/commit/7c681090e0193a0dff3babec2135b4f307de6ec4))
812
-
813
- ## 0.282.0 (2025-08-27)
814
-
815
- Full Changelog: [v0.281.0...v0.282.0](https://github.com/Increase/increase-node/compare/v0.281.0...v0.282.0)
816
-
817
- ### Features
818
-
819
- * **api:** api update ([7b77640](https://github.com/Increase/increase-node/commit/7b77640e1467f60e4910f1fde0eeaea322189140))
820
-
821
- ## 0.281.0 (2025-08-26)
822
-
823
- Full Changelog: [v0.280.0...v0.281.0](https://github.com/Increase/increase-node/compare/v0.280.0...v0.281.0)
824
-
825
- ### Features
826
-
827
- * **api:** api update ([97cb077](https://github.com/Increase/increase-node/commit/97cb07790ef3296ba70c162aa26c78fcfd6e23ce))
828
-
829
- ## 0.280.0 (2025-08-26)
830
-
831
- Full Changelog: [v0.279.0...v0.280.0](https://github.com/Increase/increase-node/compare/v0.279.0...v0.280.0)
832
-
833
- ### Features
834
-
835
- * **api:** api update ([6a2deee](https://github.com/Increase/increase-node/commit/6a2deee9f4ed15087ea494c9289dd95ed16500f4))
836
-
837
- ## 0.279.0 (2025-08-26)
838
-
839
- Full Changelog: [v0.278.0...v0.279.0](https://github.com/Increase/increase-node/compare/v0.278.0...v0.279.0)
840
-
841
- ### Features
842
-
843
- * **api:** api update ([d826c32](https://github.com/Increase/increase-node/commit/d826c329a2a708f624608e5a44ba62e4df9b75f2))
844
-
845
- ## 0.278.0 (2025-08-26)
846
-
847
- Full Changelog: [v0.277.0...v0.278.0](https://github.com/Increase/increase-node/compare/v0.277.0...v0.278.0)
848
-
849
- ### Features
850
-
851
- * **api:** api update ([c5b3b79](https://github.com/Increase/increase-node/commit/c5b3b793eb6772575f1830f915b1d273f1e45645))
852
-
853
- ## 0.277.0 (2025-08-25)
854
-
855
- Full Changelog: [v0.276.0...v0.277.0](https://github.com/Increase/increase-node/compare/v0.276.0...v0.277.0)
856
-
857
- ### Features
858
-
859
- * **api:** api update ([8289add](https://github.com/Increase/increase-node/commit/8289add0292bc347ce60f448fbd9aed3327a10bb))
860
-
861
- ## 0.276.0 (2025-08-25)
862
-
863
- Full Changelog: [v0.275.0...v0.276.0](https://github.com/Increase/increase-node/compare/v0.275.0...v0.276.0)
864
-
865
- ### Features
866
-
867
- * **api:** api update ([017e053](https://github.com/Increase/increase-node/commit/017e05375aa490411bd7464ccdb42c105fe3935e))
868
-
869
-
870
- ### Chores
871
-
872
- * update CI script ([d64b8fc](https://github.com/Increase/increase-node/commit/d64b8fc5d56edd61c3f12538c01f704d4ccd1d83))
873
-
874
- ## 0.275.0 (2025-08-22)
875
-
876
- Full Changelog: [v0.274.0...v0.275.0](https://github.com/Increase/increase-node/compare/v0.274.0...v0.275.0)
877
-
878
- ### Features
879
-
880
- * **api:** api update ([b8b691a](https://github.com/Increase/increase-node/commit/b8b691a40ca27d3f71c0cdba073915a488a12275))
881
-
882
- ## 0.274.0 (2025-08-22)
883
-
884
- Full Changelog: [v0.273.0...v0.274.0](https://github.com/Increase/increase-node/compare/v0.273.0...v0.274.0)
885
-
886
- ### Features
887
-
888
- * **api:** api update ([e435d1b](https://github.com/Increase/increase-node/commit/e435d1b2e0b5430bba6f269748730592e542aa1e))
889
-
890
- ## 0.273.0 (2025-08-21)
891
-
892
- Full Changelog: [v0.272.0...v0.273.0](https://github.com/Increase/increase-node/compare/v0.272.0...v0.273.0)
893
-
894
- ### Features
895
-
896
- * **api:** api update ([7613f56](https://github.com/Increase/increase-node/commit/7613f56f32dcfcc0fb498253c86b37da0b1810d5))
897
-
898
- ## 0.272.0 (2025-08-21)
899
-
900
- Full Changelog: [v0.271.0...v0.272.0](https://github.com/Increase/increase-node/compare/v0.271.0...v0.272.0)
901
-
902
- ### Features
903
-
904
- * **api:** api update ([45bb12e](https://github.com/Increase/increase-node/commit/45bb12ecb9e8856350a76e32ed20330af54f5682))
905
-
906
- ## 0.271.0 (2025-08-20)
907
-
908
- Full Changelog: [v0.270.0...v0.271.0](https://github.com/Increase/increase-node/compare/v0.270.0...v0.271.0)
909
-
910
- ### Features
911
-
912
- * **api:** api update ([7815336](https://github.com/Increase/increase-node/commit/78153364d7ca65d2d9ef6e7a3d2da11cf70196d6))
913
-
914
- ## 0.270.0 (2025-08-20)
915
-
916
- Full Changelog: [v0.269.0...v0.270.0](https://github.com/Increase/increase-node/compare/v0.269.0...v0.270.0)
917
-
918
- ### Features
919
-
920
- * **api:** api update ([7e6c28d](https://github.com/Increase/increase-node/commit/7e6c28dee0c14532358a034a09ac18fec19cc5bf))
921
- * **api:** api update ([c694b60](https://github.com/Increase/increase-node/commit/c694b60f11848b2f29686f70566e83ff501042f3))
922
-
923
- ## 0.269.0 (2025-08-20)
924
-
925
- Full Changelog: [v0.268.0...v0.269.0](https://github.com/Increase/increase-node/compare/v0.268.0...v0.269.0)
926
-
927
- ### Features
928
-
929
- * **api:** api update ([188127e](https://github.com/Increase/increase-node/commit/188127e8502d3cf04ee18ee9ab6db284fc2599d9))
930
-
931
- ## 0.268.0 (2025-08-20)
932
-
933
- Full Changelog: [v0.267.0...v0.268.0](https://github.com/Increase/increase-node/compare/v0.267.0...v0.268.0)
934
-
935
- ### Features
936
-
937
- * **api:** api update ([fca342d](https://github.com/Increase/increase-node/commit/fca342da95ef91baca88addc4f0927b5b442055d))
938
-
939
- ## 0.267.0 (2025-08-20)
940
-
941
- Full Changelog: [v0.266.0...v0.267.0](https://github.com/Increase/increase-node/compare/v0.266.0...v0.267.0)
942
-
943
- ### Features
944
-
945
- * **api:** api update ([1a36d2b](https://github.com/Increase/increase-node/commit/1a36d2b8846e07d95afcab2b5ad4c8b1911db3b4))
946
-
947
- ## 0.266.0 (2025-08-19)
948
-
949
- Full Changelog: [v0.265.0...v0.266.0](https://github.com/Increase/increase-node/compare/v0.265.0...v0.266.0)
950
-
951
- ### Features
952
-
953
- * **api:** api update ([f1f2ecf](https://github.com/Increase/increase-node/commit/f1f2ecf962d5094b159a0dc3d9783cb9799e67f6))
954
-
955
- ## 0.265.0 (2025-08-18)
956
-
957
- Full Changelog: [v0.264.0...v0.265.0](https://github.com/Increase/increase-node/compare/v0.264.0...v0.265.0)
958
-
959
- ### Features
960
-
961
- * **api:** api update ([a422fc3](https://github.com/Increase/increase-node/commit/a422fc310a53f2d7ab6c191724489eef86c7ff14))
962
-
963
- ## 0.264.0 (2025-08-18)
964
-
965
- Full Changelog: [v0.263.0...v0.264.0](https://github.com/Increase/increase-node/compare/v0.263.0...v0.264.0)
966
-
967
- ### Features
968
-
969
- * **api:** api update ([5b2b749](https://github.com/Increase/increase-node/commit/5b2b749e83e711d786c5952bd2df62d29f9b0b39))
970
-
971
-
972
- ### Chores
973
-
974
- * **internal:** formatting change ([cafeadd](https://github.com/Increase/increase-node/commit/cafeadd2247a7524f615e2078d7907bd022bd5cf))
975
-
976
- ## 0.263.0 (2025-08-15)
977
-
978
- Full Changelog: [v0.262.0...v0.263.0](https://github.com/Increase/increase-node/compare/v0.262.0...v0.263.0)
979
-
980
- ### Features
981
-
982
- * **api:** api update ([9b3300c](https://github.com/Increase/increase-node/commit/9b3300cd83ccbe1353274b976abe690c51956d64))
983
-
984
-
985
- ### Chores
986
-
987
- * **deps:** update dependency node-fetch to v2.6.13 ([d5c6887](https://github.com/Increase/increase-node/commit/d5c688747ee4b2782bce36266f7b3ab98f335723))
988
-
989
- ## 0.262.0 (2025-08-14)
990
-
991
- Full Changelog: [v0.261.0...v0.262.0](https://github.com/Increase/increase-node/compare/v0.261.0...v0.262.0)
992
-
993
- ### Features
994
-
995
- * **api:** api update ([0d7ce24](https://github.com/Increase/increase-node/commit/0d7ce24692eae849377d10e1467c6fe37a2463b5))
996
-
997
- ## 0.261.0 (2025-08-14)
998
-
999
- Full Changelog: [v0.260.0...v0.261.0](https://github.com/Increase/increase-node/compare/v0.260.0...v0.261.0)
1000
-
1001
- ### Features
1002
-
1003
- * **api:** api update ([2823019](https://github.com/Increase/increase-node/commit/2823019e8425f778bc940c7e2f7a1fb1be2dd0bb))
1004
-
1005
- ## 0.260.0 (2025-08-13)
1006
-
1007
- Full Changelog: [v0.259.0...v0.260.0](https://github.com/Increase/increase-node/compare/v0.259.0...v0.260.0)
1008
-
1009
- ### Features
1010
-
1011
- * **api:** api update ([d10af36](https://github.com/Increase/increase-node/commit/d10af36e065f6d2304338b570b19e11d9930e4d7))
1012
-
1013
- ## 0.259.0 (2025-08-12)
1014
-
1015
- Full Changelog: [v0.258.0...v0.259.0](https://github.com/Increase/increase-node/compare/v0.258.0...v0.259.0)
1016
-
1017
- ### Features
1018
-
1019
- * **api:** api update ([7901ed5](https://github.com/Increase/increase-node/commit/7901ed5ed8cb65f92cd37a94cf4a3b0bd18dcba0))
1020
-
1021
- ## 0.258.0 (2025-08-11)
1022
-
1023
- Full Changelog: [v0.257.0...v0.258.0](https://github.com/Increase/increase-node/compare/v0.257.0...v0.258.0)
1024
-
1025
- ### Features
1026
-
1027
- * **api:** api update ([b484ce7](https://github.com/Increase/increase-node/commit/b484ce729003034409569b95b534284009ff8a2a))
1028
-
1029
- ## 0.257.0 (2025-08-11)
1030
-
1031
- Full Changelog: [v0.256.0...v0.257.0](https://github.com/Increase/increase-node/compare/v0.256.0...v0.257.0)
1032
-
1033
- ### Features
1034
-
1035
- * **api:** api update ([7ddfa67](https://github.com/Increase/increase-node/commit/7ddfa673e8cb7068ba8afd354f0bb1a1429d50f5))
1036
-
1037
-
1038
- ### Chores
1039
-
1040
- * **internal:** update comment in script ([9a666a3](https://github.com/Increase/increase-node/commit/9a666a3ef6904a4d59a9b48e79eae049216eb410))
1041
- * update @stainless-api/prism-cli to v5.15.0 ([7f6a620](https://github.com/Increase/increase-node/commit/7f6a620c0fe707eba4abf09a9485634ce9539121))
1042
-
1043
- ## 0.256.0 (2025-08-07)
1044
-
1045
- Full Changelog: [v0.255.0...v0.256.0](https://github.com/Increase/increase-node/compare/v0.255.0...v0.256.0)
1046
-
1047
- ### Features
1048
-
1049
- * **api:** api update ([b3ab5c4](https://github.com/Increase/increase-node/commit/b3ab5c45dac32cbd43c300ae3f03bbab6868e3d9))
1050
-
1051
- ## 0.255.0 (2025-08-07)
1052
-
1053
- Full Changelog: [v0.254.0...v0.255.0](https://github.com/Increase/increase-node/compare/v0.254.0...v0.255.0)
1054
-
1055
- ### Features
1056
-
1057
- * **api:** api update ([05ba588](https://github.com/Increase/increase-node/commit/05ba588c8a14c292b061fd4fb1d9d2ad978e27d7))
1058
-
1059
- ## 0.254.0 (2025-08-06)
1060
-
1061
- Full Changelog: [v0.253.0...v0.254.0](https://github.com/Increase/increase-node/compare/v0.253.0...v0.254.0)
1062
-
1063
- ### Features
1064
-
1065
- * **api:** api update ([368f988](https://github.com/Increase/increase-node/commit/368f988ab2c50cbdcc8cd728bda33e3650d68703))
1066
-
1067
- ## 0.253.0 (2025-08-06)
1068
-
1069
- Full Changelog: [v0.252.0...v0.253.0](https://github.com/Increase/increase-node/compare/v0.252.0...v0.253.0)
1070
-
1071
- ### Features
1072
-
1073
- * **api:** api update ([0f0c276](https://github.com/Increase/increase-node/commit/0f0c27636255910aeb7cc3d6d411ac878c4c6118))
1074
-
1075
-
1076
- ### Chores
1077
-
1078
- * **internal:** move publish config ([30183f4](https://github.com/Increase/increase-node/commit/30183f499c2eca986d3f69ced8400101df161370))
1079
-
1080
- ## 0.252.0 (2025-08-04)
1081
-
1082
- Full Changelog: [v0.251.0...v0.252.0](https://github.com/Increase/increase-node/compare/v0.251.0...v0.252.0)
1083
-
1084
- ### Features
1085
-
1086
- * **api:** api update ([215bbac](https://github.com/Increase/increase-node/commit/215bbac5a21c31a55c6d3643162dfc3339c022f0))
1087
-
1088
- ## 0.251.0 (2025-08-01)
1089
-
1090
- Full Changelog: [v0.250.0...v0.251.0](https://github.com/Increase/increase-node/compare/v0.250.0...v0.251.0)
1091
-
1092
- ### Features
1093
-
1094
- * **api:** api update ([acfddaa](https://github.com/Increase/increase-node/commit/acfddaa3bb9e539ed8075c1eb752505fca4a95cf))
1095
- * **api:** api update ([3ea6472](https://github.com/Increase/increase-node/commit/3ea6472ce202d04b14cddf1df024e631fc5409aa))
1096
-
1097
- ## 0.250.0 (2025-07-29)
1098
-
1099
- Full Changelog: [v0.249.0...v0.250.0](https://github.com/Increase/increase-node/compare/v0.249.0...v0.250.0)
1100
-
1101
- ### Features
1102
-
1103
- * **api:** api update ([ecf984e](https://github.com/Increase/increase-node/commit/ecf984e0db2b96989af4799b35af9384d31b7eb1))
1104
-
1105
- ## 0.249.0 (2025-07-29)
1106
-
1107
- Full Changelog: [v0.248.0...v0.249.0](https://github.com/Increase/increase-node/compare/v0.248.0...v0.249.0)
1108
-
1109
- ### Features
1110
-
1111
- * **api:** api update ([6eaf7cb](https://github.com/Increase/increase-node/commit/6eaf7cbe7e440bb78accc2e98be602db9957545a))
1112
-
1113
- ## 0.248.0 (2025-07-29)
1114
-
1115
- Full Changelog: [v0.247.0...v0.248.0](https://github.com/Increase/increase-node/compare/v0.247.0...v0.248.0)
1116
-
1117
- ### Features
1118
-
1119
- * **api:** api update ([06e794e](https://github.com/Increase/increase-node/commit/06e794e3219d3f976e8379cb04fd8da1c14e3795))
1120
- * **api:** api update ([b99c21c](https://github.com/Increase/increase-node/commit/b99c21cb7eda04b7eea126a8a10de6f89f907d18))
1121
-
1122
-
1123
- ### Chores
1124
-
1125
- * **internal:** remove redundant imports config ([9aaee9d](https://github.com/Increase/increase-node/commit/9aaee9d671b578aca75a4b7cd8627d9edc10a1f0))
1126
-
1127
- ## 0.247.0 (2025-07-23)
1128
-
1129
- Full Changelog: [v0.246.0...v0.247.0](https://github.com/Increase/increase-node/compare/v0.246.0...v0.247.0)
1130
-
1131
- ### Features
1132
-
1133
- * **api:** api update ([32889bb](https://github.com/Increase/increase-node/commit/32889bb3b91ffd8913318cc79ee43b2f5a3dd4c5))
1134
-
1135
- ## 0.246.0 (2025-07-22)
1136
-
1137
- Full Changelog: [v0.245.0...v0.246.0](https://github.com/Increase/increase-node/compare/v0.245.0...v0.246.0)
1138
-
1139
- ### Features
1140
-
1141
- * **api:** api update ([03de589](https://github.com/Increase/increase-node/commit/03de589701b869af44aeb5ea8853f8a2a83537e9))
1142
-
1143
- ## 0.245.0 (2025-07-22)
1144
-
1145
- Full Changelog: [v0.244.0...v0.245.0](https://github.com/Increase/increase-node/compare/v0.244.0...v0.245.0)
1146
-
1147
- ### Features
1148
-
1149
- * **api:** api update ([6c57a45](https://github.com/Increase/increase-node/commit/6c57a45bfbdc5f4456e896b144dd739e8770ccf8))
1150
-
1151
- ## 0.244.0 (2025-07-21)
1152
-
1153
- Full Changelog: [v0.243.0...v0.244.0](https://github.com/Increase/increase-node/compare/v0.243.0...v0.244.0)
1154
-
1155
- ### Features
1156
-
1157
- * **api:** api update ([e63711e](https://github.com/Increase/increase-node/commit/e63711e393a350903ebedce2a99537329540a09d))
1158
- * **api:** api update ([9de5941](https://github.com/Increase/increase-node/commit/9de59419592ed9015b72d9d68462279b20e8fa87))
1159
-
1160
- ## 0.243.0 (2025-07-18)
1161
-
1162
- Full Changelog: [v0.242.0...v0.243.0](https://github.com/Increase/increase-node/compare/v0.242.0...v0.243.0)
1163
-
1164
- ### Features
1165
-
1166
- * **api:** api update ([fb996bd](https://github.com/Increase/increase-node/commit/fb996bdd9d75fd7e4cdf362fb37407b294831a05))
1167
-
1168
- ## 0.242.0 (2025-07-11)
1169
-
1170
- Full Changelog: [v0.241.0...v0.242.0](https://github.com/Increase/increase-node/compare/v0.241.0...v0.242.0)
1171
-
1172
- ### Features
1173
-
1174
- * **api:** api update ([c7b8458](https://github.com/Increase/increase-node/commit/c7b845872bc39d73acd4f135926b6854aede44cd))
1175
-
1176
- ## 0.241.0 (2025-07-10)
1177
-
1178
- Full Changelog: [v0.240.0...v0.241.0](https://github.com/Increase/increase-node/compare/v0.240.0...v0.241.0)
1179
-
1180
- ### Features
1181
-
1182
- * **api:** api update ([8971d56](https://github.com/Increase/increase-node/commit/8971d56245670ce87c2e6660b0065e8a96b60e2b))
1183
-
1184
- ## 0.240.0 (2025-07-09)
1185
-
1186
- Full Changelog: [v0.239.0...v0.240.0](https://github.com/Increase/increase-node/compare/v0.239.0...v0.240.0)
1187
-
1188
- ### Features
1189
-
1190
- * **api:** api update ([400a529](https://github.com/Increase/increase-node/commit/400a5295f20d30a79ac522bff73b6069cfd429f9))
1191
-
1192
-
1193
- ### Chores
1194
-
1195
- * make some internal functions async ([6b15bdc](https://github.com/Increase/increase-node/commit/6b15bdc96dbf9aff733b1bb4b84a91fee06b79e0))
1196
-
1197
- ## 0.239.0 (2025-07-08)
1198
-
1199
- Full Changelog: [v0.238.0...v0.239.0](https://github.com/Increase/increase-node/compare/v0.238.0...v0.239.0)
1200
-
1201
- ### Features
1202
-
1203
- * **api:** api update ([6052582](https://github.com/Increase/increase-node/commit/60525820f5e3b0944babd1155402ee69b6e8f71f))
1204
-
1205
- ## 0.238.0 (2025-07-07)
1206
-
1207
- Full Changelog: [v0.237.0...v0.238.0](https://github.com/Increase/increase-node/compare/v0.237.0...v0.238.0)
1208
-
1209
- ### Features
1210
-
1211
- * **api:** api update ([733cb36](https://github.com/Increase/increase-node/commit/733cb36a704154b3c613190a3306d7c3aece34a1))
1212
-
1213
- ## 0.237.0 (2025-07-04)
1214
-
1215
- Full Changelog: [v0.236.0...v0.237.0](https://github.com/Increase/increase-node/compare/v0.236.0...v0.237.0)
1216
-
1217
- ### Features
1218
-
1219
- * **api:** api update ([6846376](https://github.com/Increase/increase-node/commit/6846376e1465da354b0a6d2580f9e5a03cf5c0d5))
1220
-
1221
- ## 0.236.0 (2025-07-04)
1222
-
1223
- Full Changelog: [v0.235.0...v0.236.0](https://github.com/Increase/increase-node/compare/v0.235.0...v0.236.0)
1224
-
1225
- ### Features
1226
-
1227
- * **api:** api update ([bc3b1db](https://github.com/Increase/increase-node/commit/bc3b1db37f2425ff31992329b5f29a9ae75b6fb6))
1228
-
1229
- ## 0.235.0 (2025-07-02)
1230
-
1231
- Full Changelog: [v0.234.1...v0.235.0](https://github.com/Increase/increase-node/compare/v0.234.1...v0.235.0)
1232
-
1233
- ### Features
1234
-
1235
- * **api:** api update ([2a41ea9](https://github.com/Increase/increase-node/commit/2a41ea974780d8c6b1fba9fc9266601ad7b0c77e))
1236
-
1237
- ## 0.234.1 (2025-07-02)
1238
-
1239
- Full Changelog: [v0.234.0...v0.234.1](https://github.com/Increase/increase-node/compare/v0.234.0...v0.234.1)
1240
-
1241
- ### Bug Fixes
1242
-
1243
- * **client:** don't send `Content-Type` for bodyless methods ([d04a9cc](https://github.com/Increase/increase-node/commit/d04a9cce5a115c5b3b4bac65117904799fb2b194))
1244
-
1245
-
1246
- ### Chores
1247
-
1248
- * mention unit type in timeout docs ([40c5ff1](https://github.com/Increase/increase-node/commit/40c5ff163ad050254aea8a1213caf7a0ee7df85c))
1249
-
1250
- ## 0.234.0 (2025-07-01)
1251
-
1252
- Full Changelog: [v0.233.2...v0.234.0](https://github.com/Increase/increase-node/compare/v0.233.2...v0.234.0)
1253
-
1254
- ### Features
1255
-
1256
- * **api:** api update ([36ceb03](https://github.com/Increase/increase-node/commit/36ceb03178f1fa6291e2149e39acfca2b7b171e6))
1257
-
1258
- ## 0.233.2 (2025-06-27)
1259
-
1260
- Full Changelog: [v0.233.1...v0.233.2](https://github.com/Increase/increase-node/compare/v0.233.1...v0.233.2)
1261
-
1262
- ### Chores
1263
-
1264
- * **ci:** only run for pushes and fork pull requests ([93f0520](https://github.com/Increase/increase-node/commit/93f0520f55c50066516e21f7f8ddd3e3ac9892a2))
1265
-
1266
- ## 0.233.1 (2025-06-26)
1267
-
1268
- Full Changelog: [v0.233.0...v0.233.1](https://github.com/Increase/increase-node/compare/v0.233.0...v0.233.1)
1269
-
1270
- ### Bug Fixes
1271
-
1272
- * **ci:** release-doctor — report correct token name ([8ac8f8c](https://github.com/Increase/increase-node/commit/8ac8f8cd4da6d9ce71fc9c6b5ffc5f3cd9c65ede))
1273
-
1274
- ## 0.233.0 (2025-06-26)
1275
-
1276
- Full Changelog: [v0.232.0...v0.233.0](https://github.com/Increase/increase-node/compare/v0.232.0...v0.233.0)
1277
-
1278
- ### Features
1279
-
1280
- * **api:** api update ([790198f](https://github.com/Increase/increase-node/commit/790198f7cf801dbdf010a77c0bb3d3ebb0bdb570))
1281
- * **api:** api update ([4cdbcd6](https://github.com/Increase/increase-node/commit/4cdbcd619dc49981652d01c4a7de4af458bfb317))
1282
-
1283
- ## 0.232.0 (2025-06-25)
1284
-
1285
- Full Changelog: [v0.231.0...v0.232.0](https://github.com/Increase/increase-node/compare/v0.231.0...v0.232.0)
1286
-
1287
- ### Features
1288
-
1289
- * **api:** api update ([bfe96ee](https://github.com/Increase/increase-node/commit/bfe96ee9cf172119887946cb772b61f5e44499a7))
1290
- * **api:** api update ([47fdffe](https://github.com/Increase/increase-node/commit/47fdffe2580cdeb35cc426f0270467c0954dcf4b))
1291
-
1292
- ## 0.231.0 (2025-06-24)
1293
-
1294
- Full Changelog: [v0.230.0...v0.231.0](https://github.com/Increase/increase-node/compare/v0.230.0...v0.231.0)
1295
-
1296
- ### Features
1297
-
1298
- * **api:** api update ([9d83d60](https://github.com/Increase/increase-node/commit/9d83d602c68da2a71986e74b32caac14292c8060))
1299
-
1300
- ## 0.230.0 (2025-06-24)
1301
-
1302
- Full Changelog: [v0.229.0...v0.230.0](https://github.com/Increase/increase-node/compare/v0.229.0...v0.230.0)
1303
-
1304
- ### Features
1305
-
1306
- * **api:** api update ([4ec036c](https://github.com/Increase/increase-node/commit/4ec036cfbb8a826887a3596421e77a9eb7f25e47))
1307
-
1308
- ## 0.229.0 (2025-06-23)
1309
-
1310
- Full Changelog: [v0.228.2...v0.229.0](https://github.com/Increase/increase-node/compare/v0.228.2...v0.229.0)
1311
-
1312
- ### Features
1313
-
1314
- * **api:** api update ([74b40cc](https://github.com/Increase/increase-node/commit/74b40cca8dd297176fda4a076ff905b7c10060f4))
1315
- * **api:** api update ([36d64bf](https://github.com/Increase/increase-node/commit/36d64bf16d8a8c5206340b4711335da5b5e32e13))
1316
- * **api:** api update ([ac2b074](https://github.com/Increase/increase-node/commit/ac2b074bc81845b38a4ac0eca12644b027124c42))
1317
- * **api:** api update ([83db757](https://github.com/Increase/increase-node/commit/83db75726ee8c497cb7c365531e86d345ff86dbb))
1318
- * **api:** api update ([eba5747](https://github.com/Increase/increase-node/commit/eba57475d5f891c6472c3de807836f8f16d9c5d2))
1319
- * **api:** api update ([f9fabc7](https://github.com/Increase/increase-node/commit/f9fabc730e514383cd6a8c4f1bafef486180ba58))
1320
- * **api:** api update ([884f557](https://github.com/Increase/increase-node/commit/884f5579559f7b7bbc8121831c381a3d913ae967))
1321
- * **api:** api update ([75c6c78](https://github.com/Increase/increase-node/commit/75c6c78141ff109dcc315144d4a023cf1cd13fd1))
1322
- * **client:** add support for endpoint-specific base URLs ([2ba8f9e](https://github.com/Increase/increase-node/commit/2ba8f9ef185a2bdf589b8c745d5d92a64b93c640))
1323
-
1324
-
1325
- ### Chores
1326
-
1327
- * **ci:** enable for pull requests ([3086fd7](https://github.com/Increase/increase-node/commit/3086fd7cd8276ab3c7cfd96c3d58f1f739ffa397))
1328
-
1329
- ## 0.228.2 (2025-06-13)
1330
-
1331
- Full Changelog: [v0.228.1...v0.228.2](https://github.com/Increase/increase-node/compare/v0.228.1...v0.228.2)
1332
-
1333
- ### Chores
1334
-
1335
- * **internal:** make base APIResource abstract ([8d31027](https://github.com/Increase/increase-node/commit/8d31027bd32ef73b631ea4691c30373697354a60))
1336
-
1337
- ## 0.228.1 (2025-06-13)
1338
-
1339
- Full Changelog: [v0.228.0...v0.228.1](https://github.com/Increase/increase-node/compare/v0.228.0...v0.228.1)
1340
-
1341
- ### Bug Fixes
1342
-
1343
- * publish script — handle NPM errors correctly ([23ba69e](https://github.com/Increase/increase-node/commit/23ba69e8d67b1ceb554d5b4fde02224c64511ca2))
1344
-
1345
- ## 0.228.0 (2025-06-13)
1346
-
1347
- Full Changelog: [v0.227.0...v0.228.0](https://github.com/Increase/increase-node/compare/v0.227.0...v0.228.0)
1348
-
1349
- ### Features
1350
-
1351
- * **api:** api update ([789318d](https://github.com/Increase/increase-node/commit/789318dc30d925ddf34bac511f9247e09f583297))
1352
-
1353
- ## 0.227.0 (2025-06-12)
1354
-
1355
- Full Changelog: [v0.226.0...v0.227.0](https://github.com/Increase/increase-node/compare/v0.226.0...v0.227.0)
1356
-
1357
- ### Features
1358
-
1359
- * **api:** api update ([50c955f](https://github.com/Increase/increase-node/commit/50c955f31aff73bda17159caf6e5b71ea24205d9))
1360
-
1361
- ## 0.226.0 (2025-06-11)
1362
-
1363
- Full Changelog: [v0.225.0...v0.226.0](https://github.com/Increase/increase-node/compare/v0.225.0...v0.226.0)
1364
-
1365
- ### Features
1366
-
1367
- * **api:** api update ([b99c2a3](https://github.com/Increase/increase-node/commit/b99c2a37e9c3d3f40d6276b5de2e8fc7b4a593a5))
1368
-
1369
- ## 0.225.0 (2025-06-08)
1370
-
1371
- Full Changelog: [v0.224.0...v0.225.0](https://github.com/Increase/increase-node/compare/v0.224.0...v0.225.0)
1372
-
1373
- ### Features
1374
-
1375
- * **api:** api update ([a71320d](https://github.com/Increase/increase-node/commit/a71320dab37f0c81ca616212ff26fde8158d2a88))
1376
-
1377
- ## 0.224.0 (2025-06-05)
1378
-
1379
- Full Changelog: [v0.223.0...v0.224.0](https://github.com/Increase/increase-node/compare/v0.223.0...v0.224.0)
1380
-
1381
- ### Features
1382
-
1383
- * **api:** api update ([12e0ff9](https://github.com/Increase/increase-node/commit/12e0ff9de0f60db084751c7284161b9f68cd854e))
1384
-
1385
-
1386
- ### Chores
1387
-
1388
- * fix idempotency header ([f161d54](https://github.com/Increase/increase-node/commit/f161d5461a10007e78bc0e9b1e438b6aaf8305e8))
1389
-
1390
- ## 0.223.0 (2025-06-03)
1391
-
1392
- Full Changelog: [v0.222.0...v0.223.0](https://github.com/Increase/increase-node/compare/v0.222.0...v0.223.0)
1393
-
1394
- ### Features
1395
-
1396
- * **api:** api update ([4621b7f](https://github.com/Increase/increase-node/commit/4621b7fbd1ac426e478213bd5002875f01ece352))
1397
- * **api:** api update ([dd83d57](https://github.com/Increase/increase-node/commit/dd83d5762fd6e5ddb1a5272ab0544a9ce519ff66))
1398
- * **api:** api update ([4d65fec](https://github.com/Increase/increase-node/commit/4d65fec294df8a26858417072117456c07ab79b9))
1399
-
1400
-
1401
- ### Chores
1402
-
1403
- * **docs:** use top-level-await in example snippets ([2f8a48f](https://github.com/Increase/increase-node/commit/2f8a48f11cf84106a71996aead25b3bc8a164929))
1404
-
1405
- ## 0.222.0 (2025-06-02)
1406
-
1407
- Full Changelog: [v0.221.0...v0.222.0](https://github.com/Increase/increase-node/compare/v0.221.0...v0.222.0)
1408
-
1409
- ### Features
1410
-
1411
- * **api:** api update ([571c2c9](https://github.com/Increase/increase-node/commit/571c2c9243a55fe9434363d0b56827324c760353))
1412
- * **api:** api update ([e9102d0](https://github.com/Increase/increase-node/commit/e9102d0c4a59a3a87f998078988b17e796664368))
1413
- * **api:** api update ([c2032b2](https://github.com/Increase/increase-node/commit/c2032b2f701796bc848db8cf5a7784dd6f62bee4))
1414
-
1415
- ## 0.221.0 (2025-05-28)
1416
-
1417
- Full Changelog: [v0.220.0...v0.221.0](https://github.com/Increase/increase-node/compare/v0.220.0...v0.221.0)
1418
-
1419
- ### Features
1420
-
1421
- * **api:** api update ([0c13ffa](https://github.com/Increase/increase-node/commit/0c13ffa6060d15ba6d399391721f30f4ce09f59e))
1422
-
1423
- ## 0.220.0 (2025-05-27)
1424
-
1425
- Full Changelog: [v0.219.0...v0.220.0](https://github.com/Increase/increase-node/compare/v0.219.0...v0.220.0)
1426
-
1427
- ### Features
1428
-
1429
- * **api:** api update ([fcf5fc5](https://github.com/Increase/increase-node/commit/fcf5fc5986c0432c4b10431c300fab4a7f21e904))
1430
-
1431
-
1432
- ### Chores
1433
-
1434
- * improve publish-npm script --latest tag logic ([99a4b2d](https://github.com/Increase/increase-node/commit/99a4b2dfcc396022ad3a6373084182f70d7bd057))
1435
-
1436
- ## 0.219.0 (2025-05-22)
1437
-
1438
- Full Changelog: [v0.218.0...v0.219.0](https://github.com/Increase/increase-node/compare/v0.218.0...v0.219.0)
1439
-
1440
- ### Features
1441
-
1442
- * **api:** api update ([cc4c45c](https://github.com/Increase/increase-node/commit/cc4c45cefb9ec235831f0679665682614c221e31))
1443
-
1444
-
1445
- ### Chores
1446
-
1447
- * **docs:** grammar improvements ([2f1f40e](https://github.com/Increase/increase-node/commit/2f1f40e7afd15592ebcf810e89f65564b52d42c3))
1448
-
1449
- ## 0.218.0 (2025-05-20)
1450
-
1451
- Full Changelog: [v0.217.0...v0.218.0](https://github.com/Increase/increase-node/compare/v0.217.0...v0.218.0)
1452
-
1453
- ### Features
1454
-
1455
- * **api:** api update ([b9d100f](https://github.com/Increase/increase-node/commit/b9d100f5634f0309eab98ae6df1cf5862c345bda))
1456
-
1457
- ## 0.217.0 (2025-05-15)
1458
-
1459
- Full Changelog: [v0.216.0...v0.217.0](https://github.com/Increase/increase-node/compare/v0.216.0...v0.217.0)
1460
-
1461
- ### Features
1462
-
1463
- * **api:** api update ([8939fac](https://github.com/Increase/increase-node/commit/8939fac4337160f15163999f8b26f9dee59b9b56))
1464
-
1465
- ## 0.216.0 (2025-05-14)
1466
-
1467
- Full Changelog: [v0.215.0...v0.216.0](https://github.com/Increase/increase-node/compare/v0.215.0...v0.216.0)
1468
-
1469
- ### Features
1470
-
1471
- * **api:** api update ([830a923](https://github.com/Increase/increase-node/commit/830a923ead61ddde2af59dd779c1db3278302161))
1472
-
1473
- ## 0.215.0 (2025-05-12)
1474
-
1475
- Full Changelog: [v0.214.0...v0.215.0](https://github.com/Increase/increase-node/compare/v0.214.0...v0.215.0)
1476
-
1477
- ### Features
1478
-
1479
- * **api:** api update ([0a30674](https://github.com/Increase/increase-node/commit/0a30674b5dbf239ac1415f5bf7cbae80f47c61e9))
1480
- * **api:** api update ([ec4bf3c](https://github.com/Increase/increase-node/commit/ec4bf3c4c7242332c0edd6fa145576e4068783cc))
1481
-
1482
- ## 0.214.0 (2025-05-09)
1483
-
1484
- Full Changelog: [v0.213.0...v0.214.0](https://github.com/Increase/increase-node/compare/v0.213.0...v0.214.0)
1485
-
1486
- ### Features
1487
-
1488
- * **api:** api update ([8cc05b9](https://github.com/Increase/increase-node/commit/8cc05b9fff52d6d02a657dce35f7aa9f25a11c1c))
1489
-
1490
- ## 0.213.0 (2025-05-07)
1491
-
1492
- Full Changelog: [v0.212.0...v0.213.0](https://github.com/Increase/increase-node/compare/v0.212.0...v0.213.0)
1493
-
1494
- ### Features
1495
-
1496
- * **api:** api update ([02dae90](https://github.com/Increase/increase-node/commit/02dae9090c24ca4a8b931510c373807ad428bf78))
1497
-
1498
- ## 0.212.0 (2025-05-06)
1499
-
1500
- Full Changelog: [v0.211.0...v0.212.0](https://github.com/Increase/increase-node/compare/v0.211.0...v0.212.0)
1501
-
1502
- ### Features
1503
-
1504
- * **api:** api update ([b381624](https://github.com/Increase/increase-node/commit/b381624c212c17bd846c8b62f6765233a9b93d64))
1505
- * **api:** api update ([ac8b886](https://github.com/Increase/increase-node/commit/ac8b886d69d7f8004170b97cb49872150ec5049f))
1506
-
1507
-
1508
- ### Chores
1509
-
1510
- * **ci:** bump node version for release workflows ([f609333](https://github.com/Increase/increase-node/commit/f609333b95730d4569dbe18407119727365df80c))
1511
-
1512
-
1513
- ### Documentation
1514
-
1515
- * add examples to tsdocs ([2b9ad9d](https://github.com/Increase/increase-node/commit/2b9ad9d3ae8905a79a6ce2f85e33a5a09f0ff708))
1516
-
1517
- ## 0.211.0 (2025-05-05)
1518
-
1519
- Full Changelog: [v0.210.0...v0.211.0](https://github.com/Increase/increase-node/compare/v0.210.0...v0.211.0)
1520
-
1521
- ### Features
1522
-
1523
- * **api:** api update ([5659745](https://github.com/Increase/increase-node/commit/5659745c1338164218d6adef7db66676bd09fdd0))
1524
-
1525
- ## 0.210.0 (2025-05-04)
1526
-
1527
- Full Changelog: [v0.209.0...v0.210.0](https://github.com/Increase/increase-node/compare/v0.209.0...v0.210.0)
1528
-
1529
- ### Features
1530
-
1531
- * **api:** api update ([a29c40f](https://github.com/Increase/increase-node/commit/a29c40f734596b28fe382ca0535b067a7af66e88))
1532
-
1533
- ## 0.209.0 (2025-05-01)
1534
-
1535
- Full Changelog: [v0.208.0...v0.209.0](https://github.com/Increase/increase-node/compare/v0.208.0...v0.209.0)
1536
-
1537
- ### Features
1538
-
1539
- * **api:** api update ([d15ddfd](https://github.com/Increase/increase-node/commit/d15ddfd15b96feaf7e6b7cf6e545c7f94057ec2e))
1540
-
1541
- ## 0.208.0 (2025-04-30)
1542
-
1543
- Full Changelog: [v0.207.0...v0.208.0](https://github.com/Increase/increase-node/compare/v0.207.0...v0.208.0)
1544
-
1545
- ### Features
1546
-
1547
- * **api:** api update ([db333c7](https://github.com/Increase/increase-node/commit/db333c700855db92f9a47dae835655c2dcbd41d3))
1548
- * **api:** api update ([e3d9178](https://github.com/Increase/increase-node/commit/e3d91786d601a01e026aa1c0fe609feac8feb4e5))
1549
- * **api:** api update ([1a51b77](https://github.com/Increase/increase-node/commit/1a51b77d0d7c879c8b2385cd807d8978f27be3f9))
1550
- * **api:** api update ([d777c4a](https://github.com/Increase/increase-node/commit/d777c4a9db9ffb4921b21ed3449c71447b860e00))
1551
- * **api:** api update ([ce3cb91](https://github.com/Increase/increase-node/commit/ce3cb911401cdcf981682ced1314da7574b78b9b))
1552
-
1553
-
1554
- ### Chores
1555
-
1556
- * **ci:** add timeout thresholds for CI jobs ([8f023e0](https://github.com/Increase/increase-node/commit/8f023e0fa75aff4dbfb89f415e65d921ceb32897))
1557
- * **ci:** only use depot for staging repos ([1dc450d](https://github.com/Increase/increase-node/commit/1dc450d920044c3805d499c8aa647e1ad03fce2d))
1558
- * **ci:** run on more branches and use depot runners ([a832844](https://github.com/Increase/increase-node/commit/a83284440b281128ffdd48f560d86024821b28a7))
1559
- * fix formatting ([d12c3c4](https://github.com/Increase/increase-node/commit/d12c3c46f6566dedc69fdb66adc744b50f87df90))
1560
-
1561
-
1562
- ### Documentation
1563
-
1564
- * **readme:** fix typo ([66eb3fe](https://github.com/Increase/increase-node/commit/66eb3fec522d812138d5ec8775b22b33a1f94feb))
1565
-
1566
- ## 0.207.0 (2025-04-18)
1567
-
1568
- Full Changelog: [v0.206.0...v0.207.0](https://github.com/Increase/increase-node/compare/v0.206.0...v0.207.0)
1569
-
1570
- ### Features
1571
-
1572
- * **api:** api update ([ad77f66](https://github.com/Increase/increase-node/commit/ad77f6625bffcf9c99b32d1a62525fbe94b8cc9c))
1573
- * **api:** api update ([e4ebac7](https://github.com/Increase/increase-node/commit/e4ebac7d1c0649a5c2d96d8431796990c10c42d2))
1574
- * **api:** api update ([6152ffd](https://github.com/Increase/increase-node/commit/6152ffd031c06adcd320d2c8cc4713e48515cc3f))
1575
-
1576
- ## 0.206.0 (2025-04-17)
1577
-
1578
- Full Changelog: [v0.205.0...v0.206.0](https://github.com/Increase/increase-node/compare/v0.205.0...v0.206.0)
1579
-
1580
- ### Features
1581
-
1582
- * **api:** api update ([4be1f84](https://github.com/Increase/increase-node/commit/4be1f845aac9ca830a8dbb47d2fd2c7a591aea5f))
1583
-
1584
- ## 0.205.0 (2025-04-14)
1585
-
1586
- Full Changelog: [v0.204.0...v0.205.0](https://github.com/Increase/increase-node/compare/v0.204.0...v0.205.0)
1587
-
1588
- ### Features
1589
-
1590
- * **api:** api update ([4df82fa](https://github.com/Increase/increase-node/commit/4df82fa8d8ef4b4d3c3dac31d0b744fc8a25ebe5))
1591
- * **api:** api update ([bbb0794](https://github.com/Increase/increase-node/commit/bbb07943bfd71bd0e8ad55beda79006379488dca))
1592
- * **api:** api update ([1c9e255](https://github.com/Increase/increase-node/commit/1c9e255b80500feed90b9d42e8dde49c37c74747))
1593
- * **api:** api update ([941766f](https://github.com/Increase/increase-node/commit/941766f3c435e8a5b63fbd40dc58fef2945032cd))
1594
- * **api:** api update ([19c6790](https://github.com/Increase/increase-node/commit/19c67909656f2bfaccbb919e71bce1e920b94ef9))
1595
-
1596
-
1597
- ### Bug Fixes
1598
-
1599
- * **client:** correctly reuse idempotency key ([caba8d4](https://github.com/Increase/increase-node/commit/caba8d4fae6d0ea2541bdb287d041d2e3483adf6))
1600
-
1601
- ## 0.204.0 (2025-04-11)
1602
-
1603
- Full Changelog: [v0.203.0...v0.204.0](https://github.com/Increase/increase-node/compare/v0.203.0...v0.204.0)
1604
-
1605
- ### Features
1606
-
1607
- * **api:** api update ([d17dbed](https://github.com/Increase/increase-node/commit/d17dbedd7143fa15d6ecc335346bd6324a76a624))
1608
-
1609
-
1610
- ### Chores
1611
-
1612
- * **internal:** reduce CI branch coverage ([cadaddb](https://github.com/Increase/increase-node/commit/cadaddbeb553f5f22011566cecd122366ae47d71))
1613
- * **internal:** upload builds and expand CI branch coverage ([#980](https://github.com/Increase/increase-node/issues/980)) ([f08fc55](https://github.com/Increase/increase-node/commit/f08fc55bbc4cab59dc393f92c5bf1d1f42bffcbc))
1614
-
1615
- ## 0.203.0 (2025-04-08)
1616
-
1617
- Full Changelog: [v0.202.0...v0.203.0](https://github.com/Increase/increase-node/compare/v0.202.0...v0.203.0)
1618
-
1619
- ### Features
1620
-
1621
- * **api:** api update ([#978](https://github.com/Increase/increase-node/issues/978)) ([0282641](https://github.com/Increase/increase-node/commit/0282641570342c5a39e78c67b3cc4b7048ec4570))
1622
-
1623
- ## 0.202.0 (2025-04-08)
1624
-
1625
- Full Changelog: [v0.201.1...v0.202.0](https://github.com/Increase/increase-node/compare/v0.201.1...v0.202.0)
1626
-
1627
- ### Features
1628
-
1629
- * **api:** api update ([#977](https://github.com/Increase/increase-node/issues/977)) ([047efb7](https://github.com/Increase/increase-node/commit/047efb77b765256746dcb8c36b091d63bc5bf9ca))
1630
-
1631
-
1632
- ### Chores
1633
-
1634
- * **tests:** improve enum examples ([#975](https://github.com/Increase/increase-node/issues/975)) ([5b9933c](https://github.com/Increase/increase-node/commit/5b9933c4b0f9919930ba67536cee450d50aaf6d7))
1635
-
1636
- ## 0.201.1 (2025-04-05)
1637
-
1638
- Full Changelog: [v0.201.0...v0.201.1](https://github.com/Increase/increase-node/compare/v0.201.0...v0.201.1)
1639
-
1640
- ### Bug Fixes
1641
-
1642
- * **mcp:** remove unused tools.ts ([#972](https://github.com/Increase/increase-node/issues/972)) ([9b80c70](https://github.com/Increase/increase-node/commit/9b80c70db67bf1893753030b0038149d95dc63bf))
1643
-
1644
- ## 0.201.0 (2025-04-04)
1645
-
1646
- Full Changelog: [v0.200.1...v0.201.0](https://github.com/Increase/increase-node/compare/v0.200.1...v0.201.0)
1647
-
1648
- ### Features
1649
-
1650
- * **api:** api update ([#969](https://github.com/Increase/increase-node/issues/969)) ([97bad51](https://github.com/Increase/increase-node/commit/97bad515ee9fbf697ce2197099bd3f17b8bacdc3))
1651
-
1652
- ## 0.200.1 (2025-04-03)
1653
-
1654
- Full Changelog: [v0.200.0...v0.200.1](https://github.com/Increase/increase-node/compare/v0.200.0...v0.200.1)
1655
-
1656
- ### Bug Fixes
1657
-
1658
- * **api:** improve type resolution when importing as a package ([#966](https://github.com/Increase/increase-node/issues/966)) ([7f22167](https://github.com/Increase/increase-node/commit/7f22167d30b3d9286953348d6cf272418217340b))
1659
-
1660
- ## 0.200.0 (2025-04-02)
1661
-
1662
- Full Changelog: [v0.199.1...v0.200.0](https://github.com/Increase/increase-node/compare/v0.199.1...v0.200.0)
1663
-
1664
- ### Features
1665
-
1666
- * **api:** api update ([#963](https://github.com/Increase/increase-node/issues/963)) ([ec6ddb3](https://github.com/Increase/increase-node/commit/ec6ddb35898630c0e6fd6813f2ea7177f93c59b0))
1667
-
1668
- ## 0.199.1 (2025-04-02)
1669
-
1670
- Full Changelog: [v0.199.0...v0.199.1](https://github.com/Increase/increase-node/compare/v0.199.0...v0.199.1)
1671
-
1672
- ### Bug Fixes
1673
-
1674
- * **client:** send `X-Stainless-Timeout` in seconds ([#959](https://github.com/Increase/increase-node/issues/959)) ([a0cc5e0](https://github.com/Increase/increase-node/commit/a0cc5e02e5ba7ec12f1731fce25ea169061f76dc))
1675
-
1676
-
1677
- ### Chores
1678
-
1679
- * **internal:** add aliases for Record and Array ([#961](https://github.com/Increase/increase-node/issues/961)) ([3e5d336](https://github.com/Increase/increase-node/commit/3e5d33629fee947b5560b733311d3fe10b3dfc83))
1680
-
1681
- ## 0.199.0 (2025-04-01)
1682
-
1683
- Full Changelog: [v0.198.0...v0.199.0](https://github.com/Increase/increase-node/compare/v0.198.0...v0.199.0)
1684
-
1685
- ### Features
1686
-
1687
- * **api:** api update ([#956](https://github.com/Increase/increase-node/issues/956)) ([475dead](https://github.com/Increase/increase-node/commit/475dead91743228c7dc139a19885c2cf034b8fac))
1688
-
1689
- ## 0.198.0 (2025-04-01)
1690
-
1691
- Full Changelog: [v0.197.0...v0.198.0](https://github.com/Increase/increase-node/compare/v0.197.0...v0.198.0)
1692
-
1693
- ### Features
1694
-
1695
- * **api:** api update ([#953](https://github.com/Increase/increase-node/issues/953)) ([0f8efe2](https://github.com/Increase/increase-node/commit/0f8efe2c5bed8630d070cca524b01cd0400d126c))
1696
-
1697
- ## 0.197.0 (2025-03-31)
1698
-
1699
- Full Changelog: [v0.196.0...v0.197.0](https://github.com/Increase/increase-node/compare/v0.196.0...v0.197.0)
1700
-
1701
- ### Features
1702
-
1703
- * **api:** api update ([#950](https://github.com/Increase/increase-node/issues/950)) ([43908b5](https://github.com/Increase/increase-node/commit/43908b59d01d78ec82a4a276f7d15264ed1f4d08))
1704
-
1705
- ## 0.196.0 (2025-03-28)
1706
-
1707
- Full Changelog: [v0.195.0...v0.196.0](https://github.com/Increase/increase-node/compare/v0.195.0...v0.196.0)
1708
-
1709
- ### Features
1710
-
1711
- * **api:** api update ([#947](https://github.com/Increase/increase-node/issues/947)) ([4d1f54d](https://github.com/Increase/increase-node/commit/4d1f54df6329c0176b3f42374afd1563d2b9205a))
1712
-
1713
- ## 0.195.0 (2025-03-28)
1714
-
1715
- Full Changelog: [v0.194.1...v0.195.0](https://github.com/Increase/increase-node/compare/v0.194.1...v0.195.0)
1716
-
1717
- ### Features
1718
-
1719
- * **api:** api update ([#944](https://github.com/Increase/increase-node/issues/944)) ([2f3f28b](https://github.com/Increase/increase-node/commit/2f3f28b3c8fa50a4db231b6c28a8f76c6adaa7fd))
1720
-
1721
- ## 0.194.1 (2025-03-27)
1722
-
1723
- Full Changelog: [v0.194.0...v0.194.1](https://github.com/Increase/increase-node/compare/v0.194.0...v0.194.1)
1724
-
1725
- ### Bug Fixes
1726
-
1727
- * **internal:** work around https://github.com/vercel/next.js/issues/76881 ([#941](https://github.com/Increase/increase-node/issues/941)) ([c61d98f](https://github.com/Increase/increase-node/commit/c61d98feec0b2e55b3e88ca6f9e275baa87e8435))
1728
-
1729
- ## 0.194.0 (2025-03-26)
1730
-
1731
- Full Changelog: [v0.193.0...v0.194.0](https://github.com/Increase/increase-node/compare/v0.193.0...v0.194.0)
1732
-
1733
- ### Features
1734
-
1735
- * **api:** api update ([#938](https://github.com/Increase/increase-node/issues/938)) ([b4c0ce7](https://github.com/Increase/increase-node/commit/b4c0ce7b5e8602ad1e1c908ecc27f01a755eb71a))
1736
-
1737
- ## 0.193.0 (2025-03-22)
1738
-
1739
- Full Changelog: [v0.192.0...v0.193.0](https://github.com/Increase/increase-node/compare/v0.192.0...v0.193.0)
1740
-
1741
- ### Features
1742
-
1743
- * **api:** api update ([#935](https://github.com/Increase/increase-node/issues/935)) ([50d5c69](https://github.com/Increase/increase-node/commit/50d5c694544557a14d49fe5730bb2b4abee318e7))
1744
-
1745
- ## 0.192.0 (2025-03-22)
1746
-
1747
- Full Changelog: [v0.191.1...v0.192.0](https://github.com/Increase/increase-node/compare/v0.191.1...v0.192.0)
1748
-
1749
- ### Features
1750
-
1751
- * **api:** api update ([#932](https://github.com/Increase/increase-node/issues/932)) ([4b349b9](https://github.com/Increase/increase-node/commit/4b349b9efef711ee2ddb599656ec25cf0c0ed169))
1752
-
1753
- ## 0.191.1 (2025-03-21)
1754
-
1755
- Full Changelog: [v0.191.0...v0.191.1](https://github.com/Increase/increase-node/compare/v0.191.0...v0.191.1)
1756
-
1757
- ### Bug Fixes
1758
-
1759
- * avoid type error in certain environments ([#930](https://github.com/Increase/increase-node/issues/930)) ([5ac5cf5](https://github.com/Increase/increase-node/commit/5ac5cf5da6e1191d84634121d83ba0a8b25d9f2f))
1760
-
1761
-
1762
- ### Chores
1763
-
1764
- * **exports:** cleaner resource index imports ([#927](https://github.com/Increase/increase-node/issues/927)) ([59efc34](https://github.com/Increase/increase-node/commit/59efc349d90cdfa73f5bc9869996f64d5274ec8f))
1765
- * **exports:** stop using path fallbacks ([#929](https://github.com/Increase/increase-node/issues/929)) ([d335d61](https://github.com/Increase/increase-node/commit/d335d6180f827c682439f05196930217761e5517))
1766
-
1767
- ## 0.191.0 (2025-03-18)
1768
-
1769
- Full Changelog: [v0.190.0...v0.191.0](https://github.com/Increase/increase-node/compare/v0.190.0...v0.191.0)
1770
-
1771
- ### Features
1772
-
1773
- * **api:** api update ([#924](https://github.com/Increase/increase-node/issues/924)) ([cb0eac6](https://github.com/Increase/increase-node/commit/cb0eac6d7070a4be7adb8426d45fba1dfe4179ec))
1774
-
1775
- ## 0.190.0 (2025-03-15)
1776
-
1777
- Full Changelog: [v0.189.0...v0.190.0](https://github.com/Increase/increase-node/compare/v0.189.0...v0.190.0)
1778
-
1779
- ### Features
1780
-
1781
- * **api:** api update ([#920](https://github.com/Increase/increase-node/issues/920)) ([8eda059](https://github.com/Increase/increase-node/commit/8eda059a52381f51bbf85665d5b44bae723df6bc))
1782
- * **api:** api update ([#922](https://github.com/Increase/increase-node/issues/922)) ([3be1b1f](https://github.com/Increase/increase-node/commit/3be1b1f4a2508985322660a9e08eecf5546ad6f9))
1783
-
1784
- ## 0.189.0 (2025-03-14)
1785
-
1786
- Full Changelog: [v0.188.1...v0.189.0](https://github.com/Increase/increase-node/compare/v0.188.1...v0.189.0)
1787
-
1788
- ### Features
1789
-
1790
- * **api:** api update ([#917](https://github.com/Increase/increase-node/issues/917)) ([1cfb988](https://github.com/Increase/increase-node/commit/1cfb9885252c2394bebce9e491486e478fe2b0c0))
1791
-
1792
- ## 0.188.1 (2025-03-13)
1793
-
1794
- Full Changelog: [v0.188.0...v0.188.1](https://github.com/Increase/increase-node/compare/v0.188.0...v0.188.1)
1795
-
1796
- ### Bug Fixes
1797
-
1798
- * **exports:** ensure resource imports don't require /index ([#914](https://github.com/Increase/increase-node/issues/914)) ([8989eb9](https://github.com/Increase/increase-node/commit/8989eb9cb6764931e014cedbb7a8676f8d86627f))
1799
-
1800
- ## 0.188.0 (2025-03-13)
1801
-
1802
- Full Changelog: [v0.187.0...v0.188.0](https://github.com/Increase/increase-node/compare/v0.187.0...v0.188.0)
1803
-
1804
- ### Features
1805
-
1806
- * **api:** api update ([#912](https://github.com/Increase/increase-node/issues/912)) ([4d15eac](https://github.com/Increase/increase-node/commit/4d15eacf2fce58bc67b7982e55747819a74a7d64))
1807
-
1808
-
1809
- ### Chores
1810
-
1811
- * **internal:** remove extra empty newlines ([#910](https://github.com/Increase/increase-node/issues/910)) ([d2b1d26](https://github.com/Increase/increase-node/commit/d2b1d26587f31e7dd524fe030775fb42e97eaf6e))
1812
-
1813
- ## 0.187.0 (2025-03-12)
1814
-
1815
- Full Changelog: [v0.186.0...v0.187.0](https://github.com/Increase/increase-node/compare/v0.186.0...v0.187.0)
1816
-
1817
- ### Features
1818
-
1819
- * **api:** api update ([#907](https://github.com/Increase/increase-node/issues/907)) ([d5e71e3](https://github.com/Increase/increase-node/commit/d5e71e3942b40df24032551b938cb9d09dcf779a))
1820
-
1821
- ## 0.186.0 (2025-03-11)
1822
-
1823
- Full Changelog: [v0.185.0...v0.186.0](https://github.com/Increase/increase-node/compare/v0.185.0...v0.186.0)
1824
-
1825
- ### Features
1826
-
1827
- * add SKIP_BREW env var to ./scripts/bootstrap ([#903](https://github.com/Increase/increase-node/issues/903)) ([34f298f](https://github.com/Increase/increase-node/commit/34f298fe27048eee3f47e3dd86884d6407efd9fd))
1828
- * **api:** api update ([#905](https://github.com/Increase/increase-node/issues/905)) ([5e694c0](https://github.com/Increase/increase-node/commit/5e694c066d85c2aad33358dd91aaeba67d64ecc1))
1829
- * **client:** accept RFC6838 JSON content types ([#904](https://github.com/Increase/increase-node/issues/904)) ([de1c923](https://github.com/Increase/increase-node/commit/de1c923d2dfa3d2ceb19c5bfea8050bcab0a6a1e))
1830
-
1831
-
1832
- ### Chores
1833
-
1834
- * **internal:** codegen related update ([#901](https://github.com/Increase/increase-node/issues/901)) ([638889e](https://github.com/Increase/increase-node/commit/638889e225e85cab0bd687104f85f39f219429fc))
1835
-
1836
- ## 0.185.0 (2025-03-07)
1837
-
1838
- Full Changelog: [v0.184.0...v0.185.0](https://github.com/Increase/increase-node/compare/v0.184.0...v0.185.0)
1839
-
1840
- ### Features
1841
-
1842
- * **api:** api update ([#897](https://github.com/Increase/increase-node/issues/897)) ([f58ac3a](https://github.com/Increase/increase-node/commit/f58ac3abef7123d862d407a08a5eb3dc1bd41ae2))
1843
-
1844
- ## 0.184.0 (2025-03-04)
1845
-
1846
- Full Changelog: [v0.183.0...v0.184.0](https://github.com/Increase/increase-node/compare/v0.183.0...v0.184.0)
1847
-
1848
- ### Features
1849
-
1850
- * **api:** api update ([#894](https://github.com/Increase/increase-node/issues/894)) ([d9e05c1](https://github.com/Increase/increase-node/commit/d9e05c18297885d84581be6ccb7068998fa0236c))
1851
-
1852
- ## 0.183.0 (2025-03-04)
1853
-
1854
- Full Changelog: [v0.182.0...v0.183.0](https://github.com/Increase/increase-node/compare/v0.182.0...v0.183.0)
1855
-
1856
- ### Features
1857
-
1858
- * **api:** api update ([#891](https://github.com/Increase/increase-node/issues/891)) ([cad0026](https://github.com/Increase/increase-node/commit/cad0026779ad6225c869f5211719e1ce6ee6d294))
1859
-
1860
- ## 0.182.0 (2025-03-03)
1861
-
1862
- Full Changelog: [v0.181.0...v0.182.0](https://github.com/Increase/increase-node/compare/v0.181.0...v0.182.0)
1863
-
1864
- ### Features
1865
-
1866
- * **api:** api update ([#888](https://github.com/Increase/increase-node/issues/888)) ([831c0e9](https://github.com/Increase/increase-node/commit/831c0e916990bf122981fe5ea5deef0119573cb4))
1867
-
1868
- ## 0.181.0 (2025-03-01)
1869
-
1870
- Full Changelog: [v0.180.0...v0.181.0](https://github.com/Increase/increase-node/compare/v0.180.0...v0.181.0)
1871
-
1872
- ### Features
1873
-
1874
- * **api:** api update ([#885](https://github.com/Increase/increase-node/issues/885)) ([92442ee](https://github.com/Increase/increase-node/commit/92442eea2c62fe7521603a3a78d7dd2825ac7eaa))
1875
-
1876
- ## 0.180.0 (2025-03-01)
1877
-
1878
- Full Changelog: [v0.179.0...v0.180.0](https://github.com/Increase/increase-node/compare/v0.179.0...v0.180.0)
1879
-
1880
- ### Features
1881
-
1882
- * **api:** api update ([#882](https://github.com/Increase/increase-node/issues/882)) ([8c2bee4](https://github.com/Increase/increase-node/commit/8c2bee4232f7648f67a980dae55262d8fda2879e))
1883
-
1884
- ## 0.179.0 (2025-03-01)
1885
-
1886
- Full Changelog: [v0.178.0...v0.179.0](https://github.com/Increase/increase-node/compare/v0.178.0...v0.179.0)
1887
-
1888
- ### Features
1889
-
1890
- * **api:** api update ([#879](https://github.com/Increase/increase-node/issues/879)) ([c50ab48](https://github.com/Increase/increase-node/commit/c50ab484c11e93651009eefc32d981b3ce05d4fc))
1891
-
1892
- ## 0.178.0 (2025-02-28)
1893
-
1894
- Full Changelog: [v0.177.0...v0.178.0](https://github.com/Increase/increase-node/compare/v0.177.0...v0.178.0)
1895
-
1896
- ### Features
1897
-
1898
- * **api:** api update ([#877](https://github.com/Increase/increase-node/issues/877)) ([d80a375](https://github.com/Increase/increase-node/commit/d80a375d001ec58fc2f2fe1df92f2934ce6fdb8e))
1899
-
1900
-
1901
- ### Documentation
1902
-
1903
- * update URLs from stainlessapi.com to stainless.com ([#875](https://github.com/Increase/increase-node/issues/875)) ([381288b](https://github.com/Increase/increase-node/commit/381288bd6afd5aa48b091185a48796082dd734d2))
1904
-
1905
- ## 0.177.0 (2025-02-26)
1906
-
1907
- Full Changelog: [v0.176.0...v0.177.0](https://github.com/Increase/increase-node/compare/v0.176.0...v0.177.0)
1908
-
1909
- ### Features
1910
-
1911
- * **api:** api update ([#872](https://github.com/Increase/increase-node/issues/872)) ([b83965c](https://github.com/Increase/increase-node/commit/b83965c907e19d27d35b567d7aed7b97cea16b7c))
1912
-
1913
- ## 0.176.0 (2025-02-24)
1914
-
1915
- Full Changelog: [v0.175.0...v0.176.0](https://github.com/Increase/increase-node/compare/v0.175.0...v0.176.0)
1916
-
1917
- ### Features
1918
-
1919
- * **api:** api update ([#869](https://github.com/Increase/increase-node/issues/869)) ([240309a](https://github.com/Increase/increase-node/commit/240309a834e0ef6407088ba6ffb6d4e8b4c7627a))
1920
-
1921
- ## 0.175.0 (2025-02-22)
1922
-
1923
- Full Changelog: [v0.174.1...v0.175.0](https://github.com/Increase/increase-node/compare/v0.174.1...v0.175.0)
1924
-
1925
- ### Features
1926
-
1927
- * **api:** api update ([#867](https://github.com/Increase/increase-node/issues/867)) ([df92a32](https://github.com/Increase/increase-node/commit/df92a32d9ee38684313d618ddeb80fa7bbd4ac6a))
1928
-
1929
-
1930
- ### Chores
1931
-
1932
- * **internal:** fix devcontainers setup ([#865](https://github.com/Increase/increase-node/issues/865)) ([4aa2714](https://github.com/Increase/increase-node/commit/4aa27147c05f144a94b16a1307f17675e333a0c5))
1933
-
1934
- ## 0.174.1 (2025-02-19)
1935
-
1936
- Full Changelog: [v0.174.0...v0.174.1](https://github.com/Increase/increase-node/compare/v0.174.0...v0.174.1)
1937
-
1938
- ### Bug Fixes
1939
-
1940
- * **client:** fix export map for index exports ([#862](https://github.com/Increase/increase-node/issues/862)) ([b37e781](https://github.com/Increase/increase-node/commit/b37e7819b73ff0107170e19922018ed832ee539a))
1941
-
1942
- ## 0.174.0 (2025-02-19)
1943
-
1944
- Full Changelog: [v0.173.0...v0.174.0](https://github.com/Increase/increase-node/compare/v0.173.0...v0.174.0)
1945
-
1946
- ### Features
1947
-
1948
- * **api:** api update ([#859](https://github.com/Increase/increase-node/issues/859)) ([1554a76](https://github.com/Increase/increase-node/commit/1554a7633c1eec28d6b31d3e2aaeb4a6b9a276d4))
1949
-
1950
- ## 0.173.0 (2025-02-12)
1951
-
1952
- Full Changelog: [v0.172.0...v0.173.0](https://github.com/Increase/increase-node/compare/v0.172.0...v0.173.0)
1953
-
1954
- ### Features
1955
-
1956
- * **api:** api update ([#856](https://github.com/Increase/increase-node/issues/856)) ([5237efa](https://github.com/Increase/increase-node/commit/5237efa6c25420f42cee67dbde289c237821459f))
1957
-
1958
- ## 0.172.0 (2025-02-11)
1959
-
1960
- Full Changelog: [v0.171.0...v0.172.0](https://github.com/Increase/increase-node/compare/v0.171.0...v0.172.0)
1961
-
1962
- ### Features
1963
-
1964
- * **api:** api update ([#853](https://github.com/Increase/increase-node/issues/853)) ([0be2082](https://github.com/Increase/increase-node/commit/0be208242c46902f8402929b918af01f74b79338))
1965
-
1966
- ## 0.171.0 (2025-02-10)
1967
-
1968
- Full Changelog: [v0.170.0...v0.171.0](https://github.com/Increase/increase-node/compare/v0.170.0...v0.171.0)
1969
-
1970
- ### Features
1971
-
1972
- * **api:** api update ([#850](https://github.com/Increase/increase-node/issues/850)) ([9217b0f](https://github.com/Increase/increase-node/commit/9217b0f5365fdc037920046d1acdc98ef0af450e))
1973
-
1974
- ## 0.170.0 (2025-02-07)
1975
-
1976
- Full Changelog: [v0.169.0...v0.170.0](https://github.com/Increase/increase-node/compare/v0.169.0...v0.170.0)
1977
-
1978
- ### Features
1979
-
1980
- * **api:** api update ([#847](https://github.com/Increase/increase-node/issues/847)) ([d995530](https://github.com/Increase/increase-node/commit/d9955302d9a792f8158b5ed7b3471ca26fa7245f))
1981
-
1982
- ## 0.169.0 (2025-02-04)
1983
-
1984
- Full Changelog: [v0.168.0...v0.169.0](https://github.com/Increase/increase-node/compare/v0.168.0...v0.169.0)
1985
-
1986
- ### Features
1987
-
1988
- * **api:** api update ([#845](https://github.com/Increase/increase-node/issues/845)) ([5423755](https://github.com/Increase/increase-node/commit/54237559b225b08d7cb80764bd459f911fc9cc4a))
1989
- * **client:** send `X-Stainless-Timeout` header ([#843](https://github.com/Increase/increase-node/issues/843)) ([bbfd010](https://github.com/Increase/increase-node/commit/bbfd0103c4c06f15b33ae400a5c05dcb6d9c94c5))
1990
-
1991
- ## 0.168.0 (2025-02-03)
1992
-
1993
- Full Changelog: [v0.167.0...v0.168.0](https://github.com/Increase/increase-node/compare/v0.167.0...v0.168.0)
1994
-
1995
- ### Features
1996
-
1997
- * **api:** api update ([#840](https://github.com/Increase/increase-node/issues/840)) ([ae469f8](https://github.com/Increase/increase-node/commit/ae469f89c1038497da50b95518627397dc484bde))
1998
-
1999
- ## 0.167.0 (2025-01-31)
2000
-
2001
- Full Changelog: [v0.166.0...v0.167.0](https://github.com/Increase/increase-node/compare/v0.166.0...v0.167.0)
2002
-
2003
- ### Features
2004
-
2005
- * **api:** api update ([#837](https://github.com/Increase/increase-node/issues/837)) ([da17f9f](https://github.com/Increase/increase-node/commit/da17f9f2aa5af8778abd0e68ac43c676b81527df))
2006
-
2007
- ## 0.166.0 (2025-01-31)
2008
-
2009
- Full Changelog: [v0.165.0...v0.166.0](https://github.com/Increase/increase-node/compare/v0.165.0...v0.166.0)
2010
-
2011
- ### Features
2012
-
2013
- * **api:** api update ([#834](https://github.com/Increase/increase-node/issues/834)) ([1308f00](https://github.com/Increase/increase-node/commit/1308f003a84be238bf6cbda8f48b26772e94a4b4))
2014
-
2015
- ## 0.165.0 (2025-01-30)
2016
-
2017
- Full Changelog: [v0.164.0...v0.165.0](https://github.com/Increase/increase-node/compare/v0.164.0...v0.165.0)
2018
-
2019
- ### Features
2020
-
2021
- * **api:** api update ([#831](https://github.com/Increase/increase-node/issues/831)) ([346b314](https://github.com/Increase/increase-node/commit/346b31412a089a22eff6a3d049e0905948490621))
2022
-
2023
- ## 0.164.0 (2025-01-30)
2024
-
2025
- Full Changelog: [v0.163.0...v0.164.0](https://github.com/Increase/increase-node/compare/v0.163.0...v0.164.0)
2026
-
2027
- ### Features
2028
-
2029
- * **api:** api update ([#828](https://github.com/Increase/increase-node/issues/828)) ([e58ad2d](https://github.com/Increase/increase-node/commit/e58ad2da02e33edc2b94c4891af57d9d4573f524))
2030
-
2031
- ## 0.163.0 (2025-01-30)
2032
-
2033
- Full Changelog: [v0.162.0...v0.163.0](https://github.com/Increase/increase-node/compare/v0.162.0...v0.163.0)
2034
-
2035
- ### Features
2036
-
2037
- * **api:** api update ([#825](https://github.com/Increase/increase-node/issues/825)) ([17334a8](https://github.com/Increase/increase-node/commit/17334a88482fc5091ee4e5fb5ef0769520fea1dd))
2038
-
2039
- ## 0.162.0 (2025-01-27)
2040
-
2041
- Full Changelog: [v0.161.0...v0.162.0](https://github.com/Increase/increase-node/compare/v0.161.0...v0.162.0)
2042
-
2043
- ### Features
2044
-
2045
- * **api:** api update ([#822](https://github.com/Increase/increase-node/issues/822)) ([ef18412](https://github.com/Increase/increase-node/commit/ef18412346b0b367f41a84397b3c4aa7d8d321ec))
2046
-
2047
- ## 0.161.0 (2025-01-27)
2048
-
2049
- Full Changelog: [v0.160.0...v0.161.0](https://github.com/Increase/increase-node/compare/v0.160.0...v0.161.0)
2050
-
2051
- ### Features
2052
-
2053
- * **api:** api update ([#819](https://github.com/Increase/increase-node/issues/819)) ([48c8b62](https://github.com/Increase/increase-node/commit/48c8b626f787753484d4e67d93dfba61c85dbfa3))
2054
-
2055
- ## 0.160.0 (2025-01-21)
2056
-
2057
- Full Changelog: [v0.159.0...v0.160.0](https://github.com/Increase/increase-node/compare/v0.159.0...v0.160.0)
2058
-
2059
- ### Features
2060
-
2061
- * **api:** api update ([#816](https://github.com/Increase/increase-node/issues/816)) ([eef0653](https://github.com/Increase/increase-node/commit/eef06532aff1c5280dd6ea902bd66f246a175477))
2062
-
2063
- ## 0.159.0 (2025-01-21)
2064
-
2065
- Full Changelog: [v0.158.0...v0.159.0](https://github.com/Increase/increase-node/compare/v0.158.0...v0.159.0)
2066
-
2067
- ### Features
2068
-
2069
- * **api:** api update ([#814](https://github.com/Increase/increase-node/issues/814)) ([a509fa8](https://github.com/Increase/increase-node/commit/a509fa843c6a257855f0b283bc2a0b219378c70a))
2070
-
2071
-
2072
- ### Chores
2073
-
2074
- * **internal:** add test ([#813](https://github.com/Increase/increase-node/issues/813)) ([fdc1f8f](https://github.com/Increase/increase-node/commit/fdc1f8f52ce4e2643497fa1a4f9b07e4aacfe563))
2075
- * **types:** add `| undefined` to client options properties ([#811](https://github.com/Increase/increase-node/issues/811)) ([9655f1e](https://github.com/Increase/increase-node/commit/9655f1e7e38f26e14d09717c4c35d6791b9a07c0))
2076
-
2077
- ## 0.158.0 (2025-01-14)
2078
-
2079
- Full Changelog: [v0.157.0...v0.158.0](https://github.com/Increase/increase-node/compare/v0.157.0...v0.158.0)
2080
-
2081
- ### Features
2082
-
2083
- * **api:** api update ([#809](https://github.com/Increase/increase-node/issues/809)) ([d0852ab](https://github.com/Increase/increase-node/commit/d0852ab2720d0370274f27edcb6a8fa672bb19e8))
2084
-
2085
-
2086
- ### Chores
2087
-
2088
- * **internal:** change formatting ([#808](https://github.com/Increase/increase-node/issues/808)) ([34ff170](https://github.com/Increase/increase-node/commit/34ff1709aaa77ffb81fb534b7435aec836a9acae))
2089
- * **internal:** codegen related update ([#806](https://github.com/Increase/increase-node/issues/806)) ([7620023](https://github.com/Increase/increase-node/commit/762002394f2dc072af354d7fca24ae46f0cd712d))
2090
-
2091
- ## 0.157.0 (2025-01-02)
2092
-
2093
- Full Changelog: [v0.156.0...v0.157.0](https://github.com/Increase/increase-node/compare/v0.156.0...v0.157.0)
2094
-
2095
- ### Features
2096
-
2097
- * **api:** api update ([#784](https://github.com/Increase/increase-node/issues/784)) ([dc0e777](https://github.com/Increase/increase-node/commit/dc0e777919addeb9cd549fce4632637bd2954e97))
2098
- * **api:** api update ([#788](https://github.com/Increase/increase-node/issues/788)) ([1710e02](https://github.com/Increase/increase-node/commit/1710e028d83c4a0288b784a9b858830cee33ae6e))
2099
- * **api:** api update ([#792](https://github.com/Increase/increase-node/issues/792)) ([e994899](https://github.com/Increase/increase-node/commit/e99489914157c2d2fbacf30bd5865c73ff76b2a1))
2100
- * **api:** api update ([#793](https://github.com/Increase/increase-node/issues/793)) ([e6288fa](https://github.com/Increase/increase-node/commit/e6288fac6029147f6da6076286c3fdccc50d8b15))
2101
- * **api:** api update ([#796](https://github.com/Increase/increase-node/issues/796)) ([f1d24d1](https://github.com/Increase/increase-node/commit/f1d24d131bba6acb6dc6afb042854b4454a2c380))
2102
- * **api:** api update ([#798](https://github.com/Increase/increase-node/issues/798)) ([5830ec6](https://github.com/Increase/increase-node/commit/5830ec6df3c97e7a31f3c2aa438f04e14ccafb75))
2103
- * **api:** api update ([#799](https://github.com/Increase/increase-node/issues/799)) ([7f7dff0](https://github.com/Increase/increase-node/commit/7f7dff05a96a23485e6ab0144971b82656938c8c))
2104
- * **api:** api update ([#800](https://github.com/Increase/increase-node/issues/800)) ([146b9f7](https://github.com/Increase/increase-node/commit/146b9f7c75fa9da97a10d3645f88ef193d69ab3e))
2105
- * **api:** api update ([#801](https://github.com/Increase/increase-node/issues/801)) ([2f0cc5a](https://github.com/Increase/increase-node/commit/2f0cc5afa068244f4adeb696d717bf39d986db1b))
2106
- * **api:** api update ([#803](https://github.com/Increase/increase-node/issues/803)) ([770e217](https://github.com/Increase/increase-node/commit/770e217ca02e75dbcde6d8107e5b2442ae3d8d7b))
2107
- * **api:** api update ([#804](https://github.com/Increase/increase-node/issues/804)) ([4d9019f](https://github.com/Increase/increase-node/commit/4d9019fdbe5cc132ee87b48b340e7c06f5bbf40c))
2108
-
2109
-
2110
- ### Bug Fixes
2111
-
2112
- * **client:** normalize method ([#795](https://github.com/Increase/increase-node/issues/795)) ([6212e0f](https://github.com/Increase/increase-node/commit/6212e0f5dcd444d70416b2beee7df48d53af7358))
2113
-
2114
-
2115
- ### Chores
2116
-
2117
- * **internal:** bump cross-spawn to v7.0.6 ([#789](https://github.com/Increase/increase-node/issues/789)) ([3ca5233](https://github.com/Increase/increase-node/commit/3ca52333c14a8ffd44f4f763967069272642b014))
2118
- * **internal:** codegen related update ([#802](https://github.com/Increase/increase-node/issues/802)) ([9e30ba3](https://github.com/Increase/increase-node/commit/9e30ba3ea8cc088df62e0da45c0be1c846e9ce74))
2119
- * **internal:** fix some typos ([#794](https://github.com/Increase/increase-node/issues/794)) ([8cdcbab](https://github.com/Increase/increase-node/commit/8cdcbab81c7472c190ae1d865702e5a581a48e55))
2120
- * **internal:** remove unnecessary getRequestClient function ([#787](https://github.com/Increase/increase-node/issues/787)) ([c43f83e](https://github.com/Increase/increase-node/commit/c43f83e769d404106356febf99ec5717f1bc23e3))
2121
- * **internal:** update isAbsoluteURL ([#791](https://github.com/Increase/increase-node/issues/791)) ([d4f6c95](https://github.com/Increase/increase-node/commit/d4f6c955e8c2c66afe7b6e34f0873c9cd4bd2137))
2122
- * **types:** nicer error class types + jsdocs ([#790](https://github.com/Increase/increase-node/issues/790)) ([dac03fc](https://github.com/Increase/increase-node/commit/dac03fcbe08300d1f320e61dd634d40ec9764a3e))
2123
-
2124
-
2125
- ### Documentation
2126
-
2127
- * minor formatting changes ([#797](https://github.com/Increase/increase-node/issues/797)) ([bdfcf61](https://github.com/Increase/increase-node/commit/bdfcf615aa7aedad75015495d39742d1f0695b03))
2128
-
2129
- ## 0.156.0 (2024-11-22)
2130
-
2131
- Full Changelog: [v0.155.0...v0.156.0](https://github.com/Increase/increase-node/compare/v0.155.0...v0.156.0)
2132
-
2133
- ### Features
2134
-
2135
- * **api:** api update ([#781](https://github.com/Increase/increase-node/issues/781)) ([06732f5](https://github.com/Increase/increase-node/commit/06732f5bd0223d8e12c4d6e57fd3db2ef2bddbb3))
2136
-
2137
-
2138
- ### Chores
2139
-
2140
- * rebuild project due to codegen change ([#775](https://github.com/Increase/increase-node/issues/775)) ([7d49d5f](https://github.com/Increase/increase-node/commit/7d49d5fabcadf25b2a18bf6158b47a501e6cec12))
2141
- * rebuild project due to codegen change ([#777](https://github.com/Increase/increase-node/issues/777)) ([2dbc35a](https://github.com/Increase/increase-node/commit/2dbc35ae83604b034616fe4d43a9d74a4a76b173))
2142
- * rebuild project due to codegen change ([#778](https://github.com/Increase/increase-node/issues/778)) ([a48bc58](https://github.com/Increase/increase-node/commit/a48bc58690b97af70beb6eb6b00ae8b17813e708))
2143
- * remove redundant word in comment ([#780](https://github.com/Increase/increase-node/issues/780)) ([ea77ee2](https://github.com/Increase/increase-node/commit/ea77ee25e66a230824ae646aa3e8a472ddc9ca2b))
2144
-
2145
-
2146
- ### Documentation
2147
-
2148
- * remove suggestion to use `npm` call out ([#779](https://github.com/Increase/increase-node/issues/779)) ([fceb6bd](https://github.com/Increase/increase-node/commit/fceb6bd124872e5e71fbedcbbba33e36a558aa0a))
2149
-
2150
- ## 0.155.0 (2024-11-14)
2151
-
2152
- Full Changelog: [v0.154.0...v0.155.0](https://github.com/Increase/increase-node/compare/v0.154.0...v0.155.0)
2153
-
2154
- ### Features
2155
-
2156
- * **api:** api update ([#772](https://github.com/Increase/increase-node/issues/772)) ([c0d1f97](https://github.com/Increase/increase-node/commit/c0d1f97e6820a52eec7b6a16ba84eca683d7bc38))
2157
-
2158
- ## 0.154.0 (2024-11-14)
2159
-
2160
- Full Changelog: [v0.153.0...v0.154.0](https://github.com/Increase/increase-node/compare/v0.153.0...v0.154.0)
2161
-
2162
- ### Features
2163
-
2164
- * **api:** api update ([#769](https://github.com/Increase/increase-node/issues/769)) ([5873bfd](https://github.com/Increase/increase-node/commit/5873bfd701dc4e9b49421fb72725175abe31cb6d))
2165
-
2166
- ## 0.153.0 (2024-11-14)
2167
-
2168
- Full Changelog: [v0.152.0...v0.153.0](https://github.com/Increase/increase-node/compare/v0.152.0...v0.153.0)
2169
-
2170
- ### Features
2171
-
2172
- * **api:** api update ([#766](https://github.com/Increase/increase-node/issues/766)) ([6f2483a](https://github.com/Increase/increase-node/commit/6f2483ae6004d9027a3099526dc3ab06874be1c6))
2173
-
2174
- ## 0.152.0 (2024-11-14)
2175
-
2176
- Full Changelog: [v0.151.0...v0.152.0](https://github.com/Increase/increase-node/compare/v0.151.0...v0.152.0)
2177
-
2178
- ### Features
2179
-
2180
- * **api:** api update ([#763](https://github.com/Increase/increase-node/issues/763)) ([eb45b43](https://github.com/Increase/increase-node/commit/eb45b43c101cf15689ec5cd5ac4aec8255361f2f))
2181
-
2182
- ## 0.151.0 (2024-11-13)
2183
-
2184
- Full Changelog: [v0.150.0...v0.151.0](https://github.com/Increase/increase-node/compare/v0.150.0...v0.151.0)
2185
-
2186
- ### Features
2187
-
2188
- * **api:** api update ([#760](https://github.com/Increase/increase-node/issues/760)) ([218659d](https://github.com/Increase/increase-node/commit/218659d2a2446d376f9b25d4815442525169414a))
2189
-
2190
- ## 0.150.0 (2024-11-13)
2191
-
2192
- Full Changelog: [v0.149.0...v0.150.0](https://github.com/Increase/increase-node/compare/v0.149.0...v0.150.0)
2193
-
2194
- ### Features
2195
-
2196
- * **api:** api update ([#757](https://github.com/Increase/increase-node/issues/757)) ([a04134e](https://github.com/Increase/increase-node/commit/a04134e4482485f6557e8ef6876d94b07f67acb7))
2197
-
2198
- ## 0.149.0 (2024-11-13)
2199
-
2200
- Full Changelog: [v0.148.0...v0.149.0](https://github.com/Increase/increase-node/compare/v0.148.0...v0.149.0)
2201
-
2202
- ### Features
2203
-
2204
- * **api:** api update ([#754](https://github.com/Increase/increase-node/issues/754)) ([db3df31](https://github.com/Increase/increase-node/commit/db3df31cafca9a0c82bf493db69c9e285112b642))
2205
-
2206
- ## 0.148.0 (2024-11-13)
2207
-
2208
- Full Changelog: [v0.147.0...v0.148.0](https://github.com/Increase/increase-node/compare/v0.147.0...v0.148.0)
2209
-
2210
- ### Features
2211
-
2212
- * **api:** api update ([#751](https://github.com/Increase/increase-node/issues/751)) ([2162bda](https://github.com/Increase/increase-node/commit/2162bdae7ed8c5e65fab34d05b4feba9e4ecec6a))
2213
-
2214
- ## 0.147.0 (2024-11-13)
2215
-
2216
- Full Changelog: [v0.146.0...v0.147.0](https://github.com/Increase/increase-node/compare/v0.146.0...v0.147.0)
2217
-
2218
- ### Features
2219
-
2220
- * **api:** api update ([#748](https://github.com/Increase/increase-node/issues/748)) ([5a0fcb1](https://github.com/Increase/increase-node/commit/5a0fcb1b0f6861fd241ad14f54632597a61380a5))
2221
-
2222
- ## 0.146.0 (2024-11-13)
2223
-
2224
- Full Changelog: [v0.145.0...v0.146.0](https://github.com/Increase/increase-node/compare/v0.145.0...v0.146.0)
2225
-
2226
- ### Features
2227
-
2228
- * **api:** api update ([#745](https://github.com/Increase/increase-node/issues/745)) ([51aea7f](https://github.com/Increase/increase-node/commit/51aea7f6c08a4664765d3c90c5916b5c6f66e964))
2229
-
2230
- ## 0.145.0 (2024-11-13)
2231
-
2232
- Full Changelog: [v0.144.0...v0.145.0](https://github.com/Increase/increase-node/compare/v0.144.0...v0.145.0)
2233
-
2234
- ### Features
2235
-
2236
- * **api:** api update ([#743](https://github.com/Increase/increase-node/issues/743)) ([c32f111](https://github.com/Increase/increase-node/commit/c32f11151db9f7109d2e3481678a087940e6e547))
2237
-
2238
-
2239
- ### Chores
2240
-
2241
- * **internal:** version bump ([#741](https://github.com/Increase/increase-node/issues/741)) ([69c5770](https://github.com/Increase/increase-node/commit/69c5770d452260aad4c2dd6de62d59b2c46dbfed))
2242
-
2243
- ## 0.144.0 (2024-11-11)
2244
-
2245
- Full Changelog: [v0.143.0...v0.144.0](https://github.com/Increase/increase-node/compare/v0.143.0...v0.144.0)
2246
-
2247
- ### Features
2248
-
2249
- * platform-independent crypto (fixes https://github.com/Increase/increase-node/issues/383) ([#713](https://github.com/Increase/increase-node/issues/713)) ([2e39329](https://github.com/Increase/increase-node/commit/2e39329606ed62a7e5760beebaca4a72dc3be836))
2250
-
2251
- ## 0.143.0 (2024-11-11)
2252
-
2253
- Full Changelog: [v0.142.0...v0.143.0](https://github.com/Increase/increase-node/compare/v0.142.0...v0.143.0)
2254
-
2255
- ### Features
2256
-
2257
- * **api:** api update ([#737](https://github.com/Increase/increase-node/issues/737)) ([0d84a0d](https://github.com/Increase/increase-node/commit/0d84a0d41e1e838908b45b41b5b1786e1862a428))
2258
-
2259
- ## 0.142.0 (2024-11-09)
2260
-
2261
- Full Changelog: [v0.141.0...v0.142.0](https://github.com/Increase/increase-node/compare/v0.141.0...v0.142.0)
2262
-
2263
- ### Features
2264
-
2265
- * **api:** api update ([#734](https://github.com/Increase/increase-node/issues/734)) ([e9c9abd](https://github.com/Increase/increase-node/commit/e9c9abdeceeebb824f72d2fc1cd35e128cd9996f))
2266
-
2267
- ## 0.141.0 (2024-11-08)
2268
-
2269
- Full Changelog: [v0.140.0...v0.141.0](https://github.com/Increase/increase-node/compare/v0.140.0...v0.141.0)
2270
-
2271
- ### Features
2272
-
2273
- * **api:** api update ([#730](https://github.com/Increase/increase-node/issues/730)) ([83a356a](https://github.com/Increase/increase-node/commit/83a356a7aaf91a7a75ed1bd5eb7b76d4c23d7c15))
2274
- * **api:** api update ([#732](https://github.com/Increase/increase-node/issues/732)) ([6bb1072](https://github.com/Increase/increase-node/commit/6bb1072dc8133ade5350b7f0cde886742a6d50c3))
2275
-
2276
- ## 0.140.0 (2024-11-06)
2277
-
2278
- Full Changelog: [v0.139.0...v0.140.0](https://github.com/Increase/increase-node/compare/v0.139.0...v0.140.0)
2279
-
2280
- ### Features
2281
-
2282
- * **api:** api update ([#727](https://github.com/Increase/increase-node/issues/727)) ([614f079](https://github.com/Increase/increase-node/commit/614f079999d8908a144e473a8df23a602e0d7e41))
2283
-
2284
- ## 0.139.0 (2024-11-05)
2285
-
2286
- Full Changelog: [v0.138.0...v0.139.0](https://github.com/Increase/increase-node/compare/v0.138.0...v0.139.0)
2287
-
2288
- ### Features
2289
-
2290
- * **api:** api update ([#724](https://github.com/Increase/increase-node/issues/724)) ([6a5fc37](https://github.com/Increase/increase-node/commit/6a5fc37d861561b2f3fb557064f575522096fb12))
2291
-
2292
- ## 0.138.0 (2024-11-04)
2293
-
2294
- Full Changelog: [v0.137.0...v0.138.0](https://github.com/Increase/increase-node/compare/v0.137.0...v0.138.0)
2295
-
2296
- ### Features
2297
-
2298
- * **api:** api update ([#721](https://github.com/Increase/increase-node/issues/721)) ([358c56b](https://github.com/Increase/increase-node/commit/358c56bb2e0634c263bbb6e9970bdd7778521b7c))
2299
-
2300
- ## 0.137.0 (2024-10-31)
2301
-
2302
- Full Changelog: [v0.136.0...v0.137.0](https://github.com/Increase/increase-node/compare/v0.136.0...v0.137.0)
2303
-
2304
- ### Features
2305
-
2306
- * **api:** api update ([#717](https://github.com/Increase/increase-node/issues/717)) ([21806cd](https://github.com/Increase/increase-node/commit/21806cdf0c0c821286292db59221b0847c03643a))
2307
-
2308
- ## 0.136.0 (2024-10-31)
2309
-
2310
- Full Changelog: [v0.135.0...v0.136.0](https://github.com/Increase/increase-node/compare/v0.135.0...v0.136.0)
2311
-
2312
- ### Features
2313
-
2314
- * **api:** api update ([#714](https://github.com/Increase/increase-node/issues/714)) ([f17c21a](https://github.com/Increase/increase-node/commit/f17c21a0f541c5f98244f62e1f5d140a29e0c126))
2315
-
2316
- ## 0.135.0 (2024-10-22)
2317
-
2318
- Full Changelog: [v0.134.0...v0.135.0](https://github.com/Increase/increase-node/compare/v0.134.0...v0.135.0)
2319
-
2320
- ### Features
2321
-
2322
- * **api:** api update ([#710](https://github.com/Increase/increase-node/issues/710)) ([ca867a3](https://github.com/Increase/increase-node/commit/ca867a3ff06e73ce9eb8f547e6cb77252bb6a711))
2323
-
2324
- ## 0.134.0 (2024-10-22)
2325
-
2326
- Full Changelog: [v0.133.0...v0.134.0](https://github.com/Increase/increase-node/compare/v0.133.0...v0.134.0)
2327
-
2328
- ### Features
2329
-
2330
- * **api:** api update ([#707](https://github.com/Increase/increase-node/issues/707)) ([b5d9f44](https://github.com/Increase/increase-node/commit/b5d9f4499ebfded38fd75a1c4e86c4167956ea78))
2331
-
2332
- ## 0.133.0 (2024-10-21)
2333
-
2334
- Full Changelog: [v0.132.0...v0.133.0](https://github.com/Increase/increase-node/compare/v0.132.0...v0.133.0)
2335
-
2336
- ### Features
2337
-
2338
- * **api:** api update ([#704](https://github.com/Increase/increase-node/issues/704)) ([83f52e5](https://github.com/Increase/increase-node/commit/83f52e593906870b17c67102c3e976d89f1b0c0f))
2339
-
2340
- ## 0.132.0 (2024-10-17)
2341
-
2342
- Full Changelog: [v0.131.0...v0.132.0](https://github.com/Increase/increase-node/compare/v0.131.0...v0.132.0)
2343
-
2344
- ### Features
2345
-
2346
- * **api:** api update ([#701](https://github.com/Increase/increase-node/issues/701)) ([cb1d5f5](https://github.com/Increase/increase-node/commit/cb1d5f589479aaa63edd4fffdc84d17cf74765f2))
2347
-
2348
- ## 0.131.0 (2024-10-17)
2349
-
2350
- Full Changelog: [v0.130.0...v0.131.0](https://github.com/Increase/increase-node/compare/v0.130.0...v0.131.0)
2351
-
2352
- ### Features
2353
-
2354
- * **api:** api update ([#698](https://github.com/Increase/increase-node/issues/698)) ([61083c4](https://github.com/Increase/increase-node/commit/61083c46bc29a14902616082c7f0b8341d20a7e4))
2355
-
2356
- ## 0.130.0 (2024-10-17)
2357
-
2358
- Full Changelog: [v0.129.0...v0.130.0](https://github.com/Increase/increase-node/compare/v0.129.0...v0.130.0)
2359
-
2360
- ### Features
2361
-
2362
- * **api:** api update ([#695](https://github.com/Increase/increase-node/issues/695)) ([634d57d](https://github.com/Increase/increase-node/commit/634d57dbf0b51c805695a1ef7aaa5cd4c389f87b))
2363
-
2364
- ## 0.129.0 (2024-10-16)
2365
-
2366
- Full Changelog: [v0.128.0...v0.129.0](https://github.com/Increase/increase-node/compare/v0.128.0...v0.129.0)
2367
-
2368
- ### Features
2369
-
2370
- * **api:** api update ([#692](https://github.com/Increase/increase-node/issues/692)) ([237d1d3](https://github.com/Increase/increase-node/commit/237d1d3c16aae6d758ad49b41555ad0e58168d26))
2371
-
2372
- ## 0.128.0 (2024-10-16)
2373
-
2374
- Full Changelog: [v0.127.0...v0.128.0](https://github.com/Increase/increase-node/compare/v0.127.0...v0.128.0)
2375
-
2376
- ### Features
2377
-
2378
- * **api:** api update ([#689](https://github.com/Increase/increase-node/issues/689)) ([7508159](https://github.com/Increase/increase-node/commit/75081591a3b148bb1182ff0d5d9e0cf71bd255ef))
2379
-
2380
- ## 0.127.0 (2024-10-16)
2381
-
2382
- Full Changelog: [v0.126.0...v0.127.0](https://github.com/Increase/increase-node/compare/v0.126.0...v0.127.0)
2383
-
2384
- ### Features
2385
-
2386
- * **api:** api update ([#686](https://github.com/Increase/increase-node/issues/686)) ([ff1eb21](https://github.com/Increase/increase-node/commit/ff1eb218114b2ef02224076512db9ddd39616e2d))
2387
-
2388
- ## 0.126.0 (2024-10-16)
2389
-
2390
- Full Changelog: [v0.125.0...v0.126.0](https://github.com/Increase/increase-node/compare/v0.125.0...v0.126.0)
2391
-
2392
- ### Features
2393
-
2394
- * **api:** api update ([#683](https://github.com/Increase/increase-node/issues/683)) ([41e4496](https://github.com/Increase/increase-node/commit/41e449639688e57eaca2c6cb171d555a142325e7))
2395
-
2396
- ## 0.125.0 (2024-10-15)
2397
-
2398
- Full Changelog: [v0.124.0...v0.125.0](https://github.com/Increase/increase-node/compare/v0.124.0...v0.125.0)
2399
-
2400
- ### Features
2401
-
2402
- * **api:** api update ([#680](https://github.com/Increase/increase-node/issues/680)) ([c465d2c](https://github.com/Increase/increase-node/commit/c465d2c73ed718b87ac259e5902ef46cbd3da421))
2403
-
2404
- ## 0.124.0 (2024-10-14)
2405
-
2406
- Full Changelog: [v0.123.0...v0.124.0](https://github.com/Increase/increase-node/compare/v0.123.0...v0.124.0)
2407
-
2408
- ### Features
2409
-
2410
- * **api:** api update ([#677](https://github.com/Increase/increase-node/issues/677)) ([43fab47](https://github.com/Increase/increase-node/commit/43fab479f56d2427fd9d3aa1442c17aa8aeffc2a))
2411
-
2412
- ## 0.123.0 (2024-10-11)
2413
-
2414
- Full Changelog: [v0.122.0...v0.123.0](https://github.com/Increase/increase-node/compare/v0.122.0...v0.123.0)
2415
-
2416
- ### Features
2417
-
2418
- * **api:** api update ([#674](https://github.com/Increase/increase-node/issues/674)) ([fc71e4d](https://github.com/Increase/increase-node/commit/fc71e4d74d804e893ab72b2315e645249eab6b36))
2419
-
2420
- ## 0.122.0 (2024-10-11)
2421
-
2422
- Full Changelog: [v0.121.0...v0.122.0](https://github.com/Increase/increase-node/compare/v0.121.0...v0.122.0)
2423
-
2424
- ### Features
2425
-
2426
- * **api:** api update ([#671](https://github.com/Increase/increase-node/issues/671)) ([cd64e63](https://github.com/Increase/increase-node/commit/cd64e635948de4e4614906e8002b669238132c33))
2427
-
2428
- ## 0.121.0 (2024-10-10)
2429
-
2430
- Full Changelog: [v0.120.0...v0.121.0](https://github.com/Increase/increase-node/compare/v0.120.0...v0.121.0)
2431
-
2432
- ### Features
2433
-
2434
- * **api:** api update ([#667](https://github.com/Increase/increase-node/issues/667)) ([544f810](https://github.com/Increase/increase-node/commit/544f810f951bc80b3c810e0d1f4781c915845168))
2435
- * **api:** api update ([#669](https://github.com/Increase/increase-node/issues/669)) ([4899c93](https://github.com/Increase/increase-node/commit/4899c934bf93b59ce900fd72ca08694fed855c36))
2436
-
2437
- ## 0.120.0 (2024-10-10)
2438
-
2439
- Full Changelog: [v0.119.0...v0.120.0](https://github.com/Increase/increase-node/compare/v0.119.0...v0.120.0)
2440
-
2441
- ### Features
2442
-
2443
- * **api:** api update ([#664](https://github.com/Increase/increase-node/issues/664)) ([d6a0620](https://github.com/Increase/increase-node/commit/d6a06201d5846e7638f95fb9822df659b768622e))
2444
-
2445
- ## 0.119.0 (2024-10-07)
2446
-
2447
- Full Changelog: [v0.118.0...v0.119.0](https://github.com/Increase/increase-node/compare/v0.118.0...v0.119.0)
2448
-
2449
- ### Features
2450
-
2451
- * **api:** OpenAPI spec update via Stainless API ([#661](https://github.com/Increase/increase-node/issues/661)) ([ae95ea5](https://github.com/Increase/increase-node/commit/ae95ea50622491808077925ec607e5b24aeb62b5))
2452
-
2453
- ## 0.118.0 (2024-10-07)
2454
-
2455
- Full Changelog: [v0.117.0...v0.118.0](https://github.com/Increase/increase-node/compare/v0.117.0...v0.118.0)
2456
-
2457
- ### Features
2458
-
2459
- * **api:** OpenAPI spec update via Stainless API ([#658](https://github.com/Increase/increase-node/issues/658)) ([5f97a52](https://github.com/Increase/increase-node/commit/5f97a52d60975345e91d723c8b52d2e31749688a))
2460
-
2461
- ## 0.117.0 (2024-10-07)
2462
-
2463
- Full Changelog: [v0.116.0...v0.117.0](https://github.com/Increase/increase-node/compare/v0.116.0...v0.117.0)
2464
-
2465
- ### Features
2466
-
2467
- * **api:** OpenAPI spec update via Stainless API ([#654](https://github.com/Increase/increase-node/issues/654)) ([3112028](https://github.com/Increase/increase-node/commit/3112028880d9ecc6974bd8439e1560c26be74404))
2468
- * **api:** OpenAPI spec update via Stainless API ([#656](https://github.com/Increase/increase-node/issues/656)) ([55eb9c8](https://github.com/Increase/increase-node/commit/55eb9c84fe21460d27e4ed1a432aaa98bfefda00))
2469
-
2470
- ## 0.116.0 (2024-10-03)
2471
-
2472
- Full Changelog: [v0.115.0...v0.116.0](https://github.com/Increase/increase-node/compare/v0.115.0...v0.116.0)
2473
-
2474
- ### Features
2475
-
2476
- * **api:** OpenAPI spec update via Stainless API ([#651](https://github.com/Increase/increase-node/issues/651)) ([21daf39](https://github.com/Increase/increase-node/commit/21daf3962b941ddf60be94178d88509d56945311))
2477
-
2478
- ## 0.115.0 (2024-10-02)
2479
-
2480
- Full Changelog: [v0.114.0...v0.115.0](https://github.com/Increase/increase-node/compare/v0.114.0...v0.115.0)
2481
-
2482
- ### Features
2483
-
2484
- * **api:** OpenAPI spec update via Stainless API ([#648](https://github.com/Increase/increase-node/issues/648)) ([b58112d](https://github.com/Increase/increase-node/commit/b58112d5429d03b83833caca4718364217ef05ac))
2485
-
2486
- ## 0.114.0 (2024-10-02)
2487
-
2488
- Full Changelog: [v0.113.0...v0.114.0](https://github.com/Increase/increase-node/compare/v0.113.0...v0.114.0)
2489
-
2490
- ### Features
2491
-
2492
- * **api:** OpenAPI spec update via Stainless API ([#646](https://github.com/Increase/increase-node/issues/646)) ([0ab560e](https://github.com/Increase/increase-node/commit/0ab560e6567126afffeb7741dfa2eaac457e63f0))
2493
-
2494
-
2495
- ### Chores
2496
-
2497
- * **internal:** codegen related update ([#644](https://github.com/Increase/increase-node/issues/644)) ([c83c79f](https://github.com/Increase/increase-node/commit/c83c79f7fb37e0f925b91c82bdbc8fac784b4427))
2498
-
2499
- ## 0.113.0 (2024-10-02)
2500
-
2501
- Full Changelog: [v0.112.0...v0.113.0](https://github.com/Increase/increase-node/compare/v0.112.0...v0.113.0)
2502
-
2503
- ### Features
2504
-
2505
- * **api:** OpenAPI spec update via Stainless API ([#641](https://github.com/Increase/increase-node/issues/641)) ([21c1198](https://github.com/Increase/increase-node/commit/21c11989a2c2653f298b7a6da951cb0efbbdec9a))
2506
-
2507
-
2508
- ### Chores
2509
-
2510
- * **internal:** codegen related update ([#639](https://github.com/Increase/increase-node/issues/639)) ([37720c8](https://github.com/Increase/increase-node/commit/37720c8cc687cfdccbecb9ca1c02aa8a232aa320))
2511
-
2512
- ## 0.112.0 (2024-09-26)
2513
-
2514
- Full Changelog: [v0.111.0...v0.112.0](https://github.com/Increase/increase-node/compare/v0.111.0...v0.112.0)
2515
-
2516
- ### Features
2517
-
2518
- * **api:** OpenAPI spec update via Stainless API ([#636](https://github.com/Increase/increase-node/issues/636)) ([6f83c0d](https://github.com/Increase/increase-node/commit/6f83c0d8d9359fc5b0bbd0e5e13304e0c23c3a38))
2519
-
2520
- ## 0.111.0 (2024-09-25)
2521
-
2522
- Full Changelog: [v0.110.0...v0.111.0](https://github.com/Increase/increase-node/compare/v0.110.0...v0.111.0)
2523
-
2524
- ### Features
2525
-
2526
- * **api:** OpenAPI spec update via Stainless API ([#633](https://github.com/Increase/increase-node/issues/633)) ([382fce3](https://github.com/Increase/increase-node/commit/382fce319caa1b712b190a5a011be2d86f5a8351))
2527
- * **api:** OpenAPI spec update via Stainless API ([#634](https://github.com/Increase/increase-node/issues/634)) ([52eab0d](https://github.com/Increase/increase-node/commit/52eab0d737486ca35adef18da09d002f242f1a11))
2528
-
2529
-
2530
- ### Chores
2531
-
2532
- * **internal:** temporary docs change ([#631](https://github.com/Increase/increase-node/issues/631)) ([8d956dc](https://github.com/Increase/increase-node/commit/8d956dc9b99ee1f16f5d8886cf04e86e8ba8e03b))
2533
-
2534
- ## 0.110.0 (2024-09-23)
2535
-
2536
- Full Changelog: [v0.109.0...v0.110.0](https://github.com/Increase/increase-node/compare/v0.109.0...v0.110.0)
2537
-
2538
- ### Features
2539
-
2540
- * **api:** OpenAPI spec update via Stainless API ([#628](https://github.com/Increase/increase-node/issues/628)) ([cc7f662](https://github.com/Increase/increase-node/commit/cc7f662360f10bb70959bf764b79db999b9b5026))
2541
-
2542
- ## 0.109.0 (2024-09-23)
2543
-
2544
- Full Changelog: [v0.108.0...v0.109.0](https://github.com/Increase/increase-node/compare/v0.108.0...v0.109.0)
2545
-
2546
- ### Features
2547
-
2548
- * **api:** OpenAPI spec update via Stainless API ([#626](https://github.com/Increase/increase-node/issues/626)) ([111e904](https://github.com/Increase/increase-node/commit/111e904ebf0e20c1755b6e095073810b6d838b6a))
2549
- * **client:** send retry count header ([#624](https://github.com/Increase/increase-node/issues/624)) ([2f7f6ae](https://github.com/Increase/increase-node/commit/2f7f6ae3fa4a19c803292a8b6075a4de8498fbc5))
2550
-
2551
- ## 0.108.0 (2024-09-19)
2552
-
2553
- Full Changelog: [v0.107.1...v0.108.0](https://github.com/Increase/increase-node/compare/v0.107.1...v0.108.0)
2554
-
2555
- ### Features
2556
-
2557
- * **api:** OpenAPI spec update via Stainless API ([#621](https://github.com/Increase/increase-node/issues/621)) ([e247192](https://github.com/Increase/increase-node/commit/e247192ea5f3d8b62f21601094d0c755c6917f4f))
2558
-
2559
- ## 0.107.1 (2024-09-19)
2560
-
2561
- Full Changelog: [v0.107.0...v0.107.1](https://github.com/Increase/increase-node/compare/v0.107.0...v0.107.1)
2562
-
2563
- ### Bug Fixes
2564
-
2565
- * **types:** remove leftover polyfill usage ([#619](https://github.com/Increase/increase-node/issues/619)) ([e2909b0](https://github.com/Increase/increase-node/commit/e2909b0bbc1f84e16c017147d258073a84186d54))
2566
-
2567
-
2568
- ### Chores
2569
-
2570
- * **internal:** add dev dependency ([#616](https://github.com/Increase/increase-node/issues/616)) ([54a0f16](https://github.com/Increase/increase-node/commit/54a0f1650cefbc78293077e41b7e088881527a7e))
2571
- * **internal:** fix some types ([#618](https://github.com/Increase/increase-node/issues/618)) ([a86cb00](https://github.com/Increase/increase-node/commit/a86cb00f5396d3039ae1f2e892e2025809bed2b8))
2572
-
2573
- ## 0.107.0 (2024-09-18)
2574
-
2575
- Full Changelog: [v0.106.0...v0.107.0](https://github.com/Increase/increase-node/compare/v0.106.0...v0.107.0)
2576
-
2577
- ### Features
2578
-
2579
- * **api:** OpenAPI spec update via Stainless API ([#615](https://github.com/Increase/increase-node/issues/615)) ([678979d](https://github.com/Increase/increase-node/commit/678979d12b05b2aaf1c17fd52d992813fce5907c))
2580
-
2581
-
2582
- ### Documentation
2583
-
2584
- * update CONTRIBUTING.md ([#613](https://github.com/Increase/increase-node/issues/613)) ([21843dd](https://github.com/Increase/increase-node/commit/21843dd414049f30802e1d256da3b6eb2012421a))
2585
-
2586
- ## 0.106.0 (2024-09-17)
2587
-
2588
- Full Changelog: [v0.105.0...v0.106.0](https://github.com/Increase/increase-node/compare/v0.105.0...v0.106.0)
2589
-
2590
- ### Features
2591
-
2592
- * **api:** OpenAPI spec update via Stainless API ([#610](https://github.com/Increase/increase-node/issues/610)) ([41d3ef6](https://github.com/Increase/increase-node/commit/41d3ef6f813a8459e38f5cb57875a7df5ef26072))
2593
-
2594
- ## 0.105.0 (2024-09-09)
2595
-
2596
- Full Changelog: [v0.104.0...v0.105.0](https://github.com/Increase/increase-node/compare/v0.104.0...v0.105.0)
2597
-
2598
- ### Features
2599
-
2600
- * **api:** OpenAPI spec update via Stainless API ([#608](https://github.com/Increase/increase-node/issues/608)) ([8a7f66b](https://github.com/Increase/increase-node/commit/8a7f66b3467ede0630b0b8d0ecd87c95670a9715))
2601
-
2602
- ## 0.104.0 (2024-09-09)
2603
-
2604
- Full Changelog: [v0.103.0...v0.104.0](https://github.com/Increase/increase-node/compare/v0.103.0...v0.104.0)
2605
-
2606
- ### Features
2607
-
2608
- * **api:** OpenAPI spec update via Stainless API ([#605](https://github.com/Increase/increase-node/issues/605)) ([e4e6ce7](https://github.com/Increase/increase-node/commit/e4e6ce7801cd516e09a1fbc82b0a8c66479b5021))
2609
-
2610
- ## 0.103.0 (2024-09-09)
2611
-
2612
- Full Changelog: [v0.102.0...v0.103.0](https://github.com/Increase/increase-node/compare/v0.102.0...v0.103.0)
2613
-
2614
- ### Features
2615
-
2616
- * **api:** OpenAPI spec update via Stainless API ([#602](https://github.com/Increase/increase-node/issues/602)) ([fcb9645](https://github.com/Increase/increase-node/commit/fcb9645238509706ddc911214b26a895bbcdfc05))
2617
-
2618
- ## 0.102.0 (2024-09-09)
2619
-
2620
- Full Changelog: [v0.101.0...v0.102.0](https://github.com/Increase/increase-node/compare/v0.101.0...v0.102.0)
2621
-
2622
- ### Features
2623
-
2624
- * **api:** OpenAPI spec update via Stainless API ([#600](https://github.com/Increase/increase-node/issues/600)) ([b4c9ae6](https://github.com/Increase/increase-node/commit/b4c9ae636c00def5cdfe24f1d974b9b7f5816286))
2625
-
2626
-
2627
- ### Chores
2628
-
2629
- * better object fallback behaviour for casting errors ([#598](https://github.com/Increase/increase-node/issues/598)) ([b44cb2d](https://github.com/Increase/increase-node/commit/b44cb2dba22d6be09a3ca4702bf5d5f664d05676))
2630
-
2631
- ## 0.101.0 (2024-09-09)
2632
-
2633
- Full Changelog: [v0.100.1...v0.101.0](https://github.com/Increase/increase-node/compare/v0.100.1...v0.101.0)
2634
-
2635
- ### Features
2636
-
2637
- * **api:** OpenAPI spec update via Stainless API ([#594](https://github.com/Increase/increase-node/issues/594)) ([199f8ac](https://github.com/Increase/increase-node/commit/199f8acf80e4c532e5704a99a666f211cfd3c567))
2638
-
2639
- ## 0.100.1 (2024-09-09)
2640
-
2641
- Full Changelog: [v0.100.0...v0.100.1](https://github.com/Increase/increase-node/compare/v0.100.0...v0.100.1)
2642
-
2643
- ### Bug Fixes
2644
-
2645
- * **errors:** pass message through to APIConnectionError ([#592](https://github.com/Increase/increase-node/issues/592)) ([165d31c](https://github.com/Increase/increase-node/commit/165d31c745b135150d0e2b7e734a32f6675f049d))
2646
-
2647
-
2648
- ### Chores
2649
-
2650
- * **internal:** codegen related update ([#589](https://github.com/Increase/increase-node/issues/589)) ([c33e715](https://github.com/Increase/increase-node/commit/c33e715b256f9df33dae235cf590d84ce8fba120))
2651
- * **internal:** codegen related update ([#591](https://github.com/Increase/increase-node/issues/591)) ([c05b991](https://github.com/Increase/increase-node/commit/c05b991b63db9d72b6fa21dccce6ae4f315700ce))
2652
-
2653
- ## 0.100.0 (2024-09-09)
2654
-
2655
- Full Changelog: [v0.99.0...v0.100.0](https://github.com/Increase/increase-node/compare/v0.99.0...v0.100.0)
2656
-
2657
- ### Features
2658
-
2659
- * **api:** OpenAPI spec update via Stainless API ([#585](https://github.com/Increase/increase-node/issues/585)) ([d7a4d72](https://github.com/Increase/increase-node/commit/d7a4d7252e0795e64b296b0110d82eee03f2c704))
2660
-
2661
- ## 0.99.0 (2024-09-06)
2662
-
2663
- Full Changelog: [v0.98.1...v0.99.0](https://github.com/Increase/increase-node/compare/v0.98.1...v0.99.0)
2664
-
2665
- ### Features
2666
-
2667
- * **api:** OpenAPI spec update via Stainless API ([#582](https://github.com/Increase/increase-node/issues/582)) ([6a14340](https://github.com/Increase/increase-node/commit/6a14340fa1047176bda3a0905268fbd18122a74b))
2668
-
2669
- ## 0.98.1 (2024-09-06)
2670
-
2671
- Full Changelog: [v0.98.0...v0.98.1](https://github.com/Increase/increase-node/compare/v0.98.0...v0.98.1)
2672
-
2673
- ### Bug Fixes
2674
-
2675
- * **uploads:** avoid making redundant memory copies ([#579](https://github.com/Increase/increase-node/issues/579)) ([cd2255c](https://github.com/Increase/increase-node/commit/cd2255c4a8dca086f1996c42e357918e71484a9f))
2676
-
2677
- ## 0.98.0 (2024-09-06)
2678
-
2679
- Full Changelog: [v0.97.0...v0.98.0](https://github.com/Increase/increase-node/compare/v0.97.0...v0.98.0)
2680
-
2681
- ### Features
2682
-
2683
- * **api:** OpenAPI spec update via Stainless API ([#576](https://github.com/Increase/increase-node/issues/576)) ([0eac90c](https://github.com/Increase/increase-node/commit/0eac90c47622aa068738107b0dc84cf1a5605938))
2684
-
2685
- ## 0.97.0 (2024-09-06)
2686
-
2687
- Full Changelog: [v0.96.0...v0.97.0](https://github.com/Increase/increase-node/compare/v0.96.0...v0.97.0)
2688
-
2689
- ### Features
2690
-
2691
- * **api:** OpenAPI spec update via Stainless API ([#571](https://github.com/Increase/increase-node/issues/571)) ([e37335a](https://github.com/Increase/increase-node/commit/e37335a502899b60624bec7943937c9d6b3e98e9))
2692
- * **api:** OpenAPI spec update via Stainless API ([#572](https://github.com/Increase/increase-node/issues/572)) ([44465fd](https://github.com/Increase/increase-node/commit/44465fd27d4ab95753f5dcf719c3e9867c31abc2))
2693
- * **api:** OpenAPI spec update via Stainless API ([#573](https://github.com/Increase/increase-node/issues/573)) ([941797a](https://github.com/Increase/increase-node/commit/941797ad4a4ce26f5e587b702e7d1f1fb0456c5c))
2694
- * **api:** OpenAPI spec update via Stainless API ([#574](https://github.com/Increase/increase-node/issues/574)) ([aef9bb6](https://github.com/Increase/increase-node/commit/aef9bb6fd3b41730699559b91c3936b5112f83be))
2695
-
2696
-
2697
- ### Chores
2698
-
2699
- * **internal:** dependency updates ([#568](https://github.com/Increase/increase-node/issues/568)) ([286f189](https://github.com/Increase/increase-node/commit/286f1892c8a184c82a61928733a4b0e1858d3ee9))
2700
- * **internal:** minor bump qs version ([#570](https://github.com/Increase/increase-node/issues/570)) ([fa35c3d](https://github.com/Increase/increase-node/commit/fa35c3d54bc7de26520df1250e6e20ceaee2b9b6))
2701
-
2702
- ## 0.96.0 (2024-09-04)
2703
-
2704
- Full Changelog: [v0.95.0...v0.96.0](https://github.com/Increase/increase-node/compare/v0.95.0...v0.96.0)
2705
-
2706
- ### Features
2707
-
2708
- * **api:** OpenAPI spec update via Stainless API ([#565](https://github.com/Increase/increase-node/issues/565)) ([a83792a](https://github.com/Increase/increase-node/commit/a83792a6d147704f06f93918164af80c33b6afbe))
2709
-
2710
- ## 0.95.0 (2024-09-03)
2711
-
2712
- Full Changelog: [v0.94.1...v0.95.0](https://github.com/Increase/increase-node/compare/v0.94.1...v0.95.0)
2713
-
2714
- ### Features
2715
-
2716
- * **api:** OpenAPI spec update via Stainless API ([#562](https://github.com/Increase/increase-node/issues/562)) ([1b1c9e0](https://github.com/Increase/increase-node/commit/1b1c9e0316500630f052e4980f30ce08808f74db))
2717
-
2718
- ## 0.94.1 (2024-09-03)
2719
-
2720
- Full Changelog: [v0.94.0...v0.94.1](https://github.com/Increase/increase-node/compare/v0.94.0...v0.94.1)
2721
-
2722
- ### Bug Fixes
2723
-
2724
- * **client:** correct File construction from node-fetch Responses ([#560](https://github.com/Increase/increase-node/issues/560)) ([437bdb7](https://github.com/Increase/increase-node/commit/437bdb7c7eb8466c3aa4781bf9cbf7b877f4134a))
2725
-
2726
-
2727
- ### Chores
2728
-
2729
- * **ci:** check for build errors ([#554](https://github.com/Increase/increase-node/issues/554)) ([ae7c962](https://github.com/Increase/increase-node/commit/ae7c962b424a484cafe882a2dc8f150da5a2baae))
2730
- * **ci:** install deps via ./script/bootstrap ([#558](https://github.com/Increase/increase-node/issues/558)) ([a92a815](https://github.com/Increase/increase-node/commit/a92a815fafe57767f9419eb4048521839b1dc3ee))
2731
- * fix repo names ([#559](https://github.com/Increase/increase-node/issues/559)) ([751bff4](https://github.com/Increase/increase-node/commit/751bff4946ab5207cd464efad40ea0f5364ac7d8))
2732
- * **internal:** codegen related update ([#556](https://github.com/Increase/increase-node/issues/556)) ([9eee0d3](https://github.com/Increase/increase-node/commit/9eee0d314c31bb332dbf1ba82cc0dae354770acb))
2733
- * run tsc as part of lint script ([#557](https://github.com/Increase/increase-node/issues/557)) ([c573359](https://github.com/Increase/increase-node/commit/c57335999006f17f7c3eda812d8896740063b259))
2734
-
2735
- ## 0.94.0 (2024-08-30)
2736
-
2737
- Full Changelog: [v0.93.0...v0.94.0](https://github.com/Increase/increase-node/compare/v0.93.0...v0.94.0)
2738
-
2739
- ### Features
2740
-
2741
- * **api:** OpenAPI spec update via Stainless API ([#551](https://github.com/Increase/increase-node/issues/551)) ([b2b60da](https://github.com/Increase/increase-node/commit/b2b60da058a87bbc686febd5f73afe929c7065d3))
2742
-
2743
- ## 0.93.0 (2024-08-27)
2744
-
2745
- Full Changelog: [v0.92.0...v0.93.0](https://github.com/Increase/increase-node/compare/v0.92.0...v0.93.0)
2746
-
2747
- ### Features
2748
-
2749
- * **api:** OpenAPI spec update via Stainless API ([#548](https://github.com/Increase/increase-node/issues/548)) ([6c79b55](https://github.com/Increase/increase-node/commit/6c79b55a11f2736233eba071e9027be1256ddd69))
2750
-
2751
- ## 0.92.0 (2024-08-26)
2752
-
2753
- Full Changelog: [v0.91.0...v0.92.0](https://github.com/Increase/increase-node/compare/v0.91.0...v0.92.0)
2754
-
2755
- ### Features
2756
-
2757
- * **api:** OpenAPI spec update via Stainless API ([#545](https://github.com/Increase/increase-node/issues/545)) ([f042cfc](https://github.com/Increase/increase-node/commit/f042cfc441f353a20f29bb705d82f9ecb94180db))
2758
-
2759
- ## 0.91.0 (2024-08-26)
2760
-
2761
- Full Changelog: [v0.90.0...v0.91.0](https://github.com/Increase/increase-node/compare/v0.90.0...v0.91.0)
2762
-
2763
- ### Features
2764
-
2765
- * **api:** OpenAPI spec update via Stainless API ([#542](https://github.com/Increase/increase-node/issues/542)) ([94db4d1](https://github.com/Increase/increase-node/commit/94db4d16eca8a9b6a8c5e8df130d02a7be9c45bf))
2766
-
2767
- ## 0.90.0 (2024-08-21)
2768
-
2769
- Full Changelog: [v0.89.0...v0.90.0](https://github.com/Increase/increase-node/compare/v0.89.0...v0.90.0)
2770
-
2771
- ### Features
2772
-
2773
- * **api:** OpenAPI spec update via Stainless API ([#539](https://github.com/Increase/increase-node/issues/539)) ([39d64a3](https://github.com/Increase/increase-node/commit/39d64a3e8ded9679386a46da963a94850b0a19ad))
2774
-
2775
- ## 0.89.0 (2024-08-21)
2776
-
2777
- Full Changelog: [v0.88.0...v0.89.0](https://github.com/Increase/increase-node/compare/v0.88.0...v0.89.0)
2778
-
2779
- ### Features
2780
-
2781
- * **api:** OpenAPI spec update via Stainless API ([#536](https://github.com/Increase/increase-node/issues/536)) ([927d5c3](https://github.com/Increase/increase-node/commit/927d5c3e2d09902ba47cf3f1cd50fcc4fe4d213d))
2782
-
2783
- ## 0.88.0 (2024-08-20)
2784
-
2785
- Full Changelog: [v0.87.0...v0.88.0](https://github.com/Increase/increase-node/compare/v0.87.0...v0.88.0)
2786
-
2787
- ### Features
2788
-
2789
- * **api:** OpenAPI spec update via Stainless API ([#533](https://github.com/Increase/increase-node/issues/533)) ([13a91ad](https://github.com/Increase/increase-node/commit/13a91ad0f2febbfc58fa435613b2557756a65edd))
2790
-
2791
- ## 0.87.0 (2024-08-20)
2792
-
2793
- Full Changelog: [v0.86.0...v0.87.0](https://github.com/Increase/increase-node/compare/v0.86.0...v0.87.0)
2794
-
2795
- ### Features
2796
-
2797
- * **api:** OpenAPI spec update via Stainless API ([#530](https://github.com/Increase/increase-node/issues/530)) ([9abd909](https://github.com/Increase/increase-node/commit/9abd9091ef7f1a31be222b98b331d924ca5f35f4))
2798
-
2799
- ## 0.86.0 (2024-08-20)
2800
-
2801
- Full Changelog: [v0.85.0...v0.86.0](https://github.com/Increase/increase-node/compare/v0.85.0...v0.86.0)
2802
-
2803
- ### Features
2804
-
2805
- * **api:** OpenAPI spec update via Stainless API ([#527](https://github.com/Increase/increase-node/issues/527)) ([4939009](https://github.com/Increase/increase-node/commit/49390098df98841d2e14cbe8094682636d729115))
2806
-
2807
- ## 0.85.0 (2024-08-20)
2808
-
2809
- Full Changelog: [v0.84.0...v0.85.0](https://github.com/Increase/increase-node/compare/v0.84.0...v0.85.0)
2810
-
2811
- ### Features
2812
-
2813
- * **api:** OpenAPI spec update via Stainless API ([#524](https://github.com/Increase/increase-node/issues/524)) ([d930b67](https://github.com/Increase/increase-node/commit/d930b671ba0d1875bfae76abbf8cdd972125343c))
2814
-
2815
- ## 0.84.0 (2024-08-19)
2816
-
2817
- Full Changelog: [v0.83.0...v0.84.0](https://github.com/Increase/increase-node/compare/v0.83.0...v0.84.0)
2818
-
2819
- ### Features
2820
-
2821
- * **api:** OpenAPI spec update via Stainless API ([#521](https://github.com/Increase/increase-node/issues/521)) ([a0825d9](https://github.com/Increase/increase-node/commit/a0825d990a9446a83a45cbdf6a4e84b59a827329))
2822
-
2823
- ## 0.83.0 (2024-08-19)
2824
-
2825
- Full Changelog: [v0.82.0...v0.83.0](https://github.com/Increase/increase-node/compare/v0.82.0...v0.83.0)
2826
-
2827
- ### Features
2828
-
2829
- * **api:** OpenAPI spec update via Stainless API ([#518](https://github.com/Increase/increase-node/issues/518)) ([143b5cc](https://github.com/Increase/increase-node/commit/143b5cc66334b4fe4a94d11ea08110f00ee7457c))
2830
-
2831
- ## 0.82.0 (2024-08-19)
2832
-
2833
- Full Changelog: [v0.81.0...v0.82.0](https://github.com/Increase/increase-node/compare/v0.81.0...v0.82.0)
2834
-
2835
- ### Features
2836
-
2837
- * **api:** OpenAPI spec update via Stainless API ([#515](https://github.com/Increase/increase-node/issues/515)) ([b74e0b8](https://github.com/Increase/increase-node/commit/b74e0b819a44de302f36c87263a70b2defd84909))
2838
-
2839
- ## 0.81.0 (2024-08-16)
2840
-
2841
- Full Changelog: [v0.80.0...v0.81.0](https://github.com/Increase/increase-node/compare/v0.80.0...v0.81.0)
2842
-
2843
- ### Features
2844
-
2845
- * **api:** OpenAPI spec update via Stainless API ([#512](https://github.com/Increase/increase-node/issues/512)) ([fc1b5c0](https://github.com/Increase/increase-node/commit/fc1b5c069c0a9db4eb8fa888bfb80f71945df39e))
2846
-
2847
- ## 0.80.0 (2024-08-16)
2848
-
2849
- Full Changelog: [v0.79.0...v0.80.0](https://github.com/Increase/increase-node/compare/v0.79.0...v0.80.0)
2850
-
2851
- ### Features
2852
-
2853
- * **api:** OpenAPI spec update via Stainless API ([#509](https://github.com/Increase/increase-node/issues/509)) ([365af01](https://github.com/Increase/increase-node/commit/365af0108de7f2a1645c80b57a8b02f04f100686))
2854
-
2855
- ## 0.79.0 (2024-08-15)
2856
-
2857
- Full Changelog: [v0.78.0...v0.79.0](https://github.com/Increase/increase-node/compare/v0.78.0...v0.79.0)
2858
-
2859
- ### Features
2860
-
2861
- * **api:** OpenAPI spec update via Stainless API ([#506](https://github.com/Increase/increase-node/issues/506)) ([2dc602f](https://github.com/Increase/increase-node/commit/2dc602f785e163767d16a44a0ba7e44cd6da1ef1))
2862
-
2863
- ## 0.78.0 (2024-08-15)
2864
-
2865
- Full Changelog: [v0.77.0...v0.78.0](https://github.com/Increase/increase-node/compare/v0.77.0...v0.78.0)
2866
-
2867
- ### Features
2868
-
2869
- * **api:** OpenAPI spec update via Stainless API ([#503](https://github.com/Increase/increase-node/issues/503)) ([4d7253b](https://github.com/Increase/increase-node/commit/4d7253b9336eb347caeaccf1e7a432c4d4169a23))
2870
-
2871
- ## 0.77.0 (2024-08-14)
2872
-
2873
- Full Changelog: [v0.76.0...v0.77.0](https://github.com/Increase/increase-node/compare/v0.76.0...v0.77.0)
2874
-
2875
- ### Features
2876
-
2877
- * **api:** OpenAPI spec update via Stainless API ([#500](https://github.com/Increase/increase-node/issues/500)) ([19c756a](https://github.com/Increase/increase-node/commit/19c756a4530461fb58cf7764639c7884a842515b))
2878
-
2879
- ## 0.76.0 (2024-08-13)
2880
-
2881
- Full Changelog: [v0.75.0...v0.76.0](https://github.com/Increase/increase-node/compare/v0.75.0...v0.76.0)
2882
-
2883
- ### Features
2884
-
2885
- * **api:** OpenAPI spec update via Stainless API ([#497](https://github.com/Increase/increase-node/issues/497)) ([1df6eb5](https://github.com/Increase/increase-node/commit/1df6eb5adfd039de9e4b2ccb2e5393f6664e83e4))
2886
-
2887
- ## 0.75.0 (2024-08-13)
2888
-
2889
- Full Changelog: [v0.74.0...v0.75.0](https://github.com/Increase/increase-node/compare/v0.74.0...v0.75.0)
2890
-
2891
- ### Features
2892
-
2893
- * **api:** OpenAPI spec update via Stainless API ([#495](https://github.com/Increase/increase-node/issues/495)) ([8b7e3b6](https://github.com/Increase/increase-node/commit/8b7e3b6ca1f5e51e96c9242235336a21066d3e03))
2894
-
2895
-
2896
- ### Chores
2897
-
2898
- * **examples:** minor formatting changes ([#493](https://github.com/Increase/increase-node/issues/493)) ([0346327](https://github.com/Increase/increase-node/commit/0346327153a8ccff9241965c13566c2181cc8ec1))
2899
-
2900
- ## 0.74.0 (2024-08-13)
2901
-
2902
- Full Changelog: [v0.73.0...v0.74.0](https://github.com/Increase/increase-node/compare/v0.73.0...v0.74.0)
2903
-
2904
- ### Features
2905
-
2906
- * **api:** OpenAPI spec update via Stainless API ([#491](https://github.com/Increase/increase-node/issues/491)) ([df17137](https://github.com/Increase/increase-node/commit/df17137ccb0bd2720602c5c520ea4068a82506a0))
2907
-
2908
-
2909
- ### Chores
2910
-
2911
- * **ci:** bump prism mock server version ([#490](https://github.com/Increase/increase-node/issues/490)) ([fa46857](https://github.com/Increase/increase-node/commit/fa46857aaa1b14c03fe38e5d109fbead7816279f))
2912
- * **ci:** minor changes ([#488](https://github.com/Increase/increase-node/issues/488)) ([d0add68](https://github.com/Increase/increase-node/commit/d0add682988908f288005e9573b54dfcbeefda15))
2913
-
2914
- ## 0.73.0 (2024-08-09)
2915
-
2916
- Full Changelog: [v0.72.0...v0.73.0](https://github.com/Increase/increase-node/compare/v0.72.0...v0.73.0)
2917
-
2918
- ### Features
2919
-
2920
- * **api:** OpenAPI spec update via Stainless API ([#484](https://github.com/Increase/increase-node/issues/484)) ([46b2f44](https://github.com/Increase/increase-node/commit/46b2f441281b58a8eb4af43dfe2484e5941c4a8e))
2921
- * **api:** OpenAPI spec update via Stainless API ([#485](https://github.com/Increase/increase-node/issues/485)) ([acc60c0](https://github.com/Increase/increase-node/commit/acc60c0dca5970a0193819d93cd3814a66e1aba0))
2922
- * **api:** OpenAPI spec update via Stainless API ([#486](https://github.com/Increase/increase-node/issues/486)) ([daa6483](https://github.com/Increase/increase-node/commit/daa6483d68ea3713b3610256138fbc570af0208a))
2923
-
2924
-
2925
- ### Chores
2926
-
2927
- * force eslint to use non flat config ([#482](https://github.com/Increase/increase-node/issues/482)) ([abcbe18](https://github.com/Increase/increase-node/commit/abcbe18b201f25e92a46c7c123208839e74ff227))
2928
-
2929
- ## 0.72.0 (2024-08-08)
2930
-
2931
- Full Changelog: [v0.71.0...v0.72.0](https://github.com/Increase/increase-node/compare/v0.71.0...v0.72.0)
2932
-
2933
- ### Features
2934
-
2935
- * **api:** api updates ([#479](https://github.com/Increase/increase-node/issues/479)) ([660b768](https://github.com/Increase/increase-node/commit/660b768c793b26f61acd886794c33a13373ad100))
2936
-
2937
-
2938
- ### Chores
2939
-
2940
- * **docs:** fix incorrect client var names ([#475](https://github.com/Increase/increase-node/issues/475)) ([2c3c90f](https://github.com/Increase/increase-node/commit/2c3c90ffdb8c05add33adceac30fe139be135b8b))
2941
- * **internal:** add constant for default timeout ([#477](https://github.com/Increase/increase-node/issues/477)) ([7aa0dcd](https://github.com/Increase/increase-node/commit/7aa0dcdb020f670f9ad7c198a79215074715cb67))
2942
- * **internal:** capitalize github org name ([#480](https://github.com/Increase/increase-node/issues/480)) ([4dcfcde](https://github.com/Increase/increase-node/commit/4dcfcde2213cafce4ebb6f7695ab24ca34e7841e))
2943
- * **internal:** version bump ([#478](https://github.com/Increase/increase-node/issues/478)) ([563efd7](https://github.com/Increase/increase-node/commit/563efd7e7b9727dfb56f02da8d45dc9fd23d29f1))
2944
-
2945
- ## 0.71.0 (2024-08-01)
2946
-
2947
- Full Changelog: [v0.70.0...v0.71.0](https://github.com/Increase/increase-node/compare/v0.70.0...v0.71.0)
2948
-
2949
- ### Features
2950
-
2951
- * **api:** OpenAPI spec update via Stainless API ([#471](https://github.com/Increase/increase-node/issues/471)) ([33ec7f5](https://github.com/Increase/increase-node/commit/33ec7f5812753cc82117c329e01f9ce1a9d69979))
2952
-
2953
- ## 0.70.0 (2024-07-26)
2954
-
2955
- Full Changelog: [v0.69.0...v0.70.0](https://github.com/Increase/increase-node/compare/v0.69.0...v0.70.0)
2956
-
2957
- ### Features
2958
-
2959
- * **api:** OpenAPI spec update via Stainless API ([#468](https://github.com/Increase/increase-node/issues/468)) ([906e00a](https://github.com/Increase/increase-node/commit/906e00a83c5192076cef6371c6ef064ee57eb45f))
2960
-
2961
- ## 0.69.0 (2024-07-25)
2962
-
2963
- Full Changelog: [v0.68.0...v0.69.0](https://github.com/Increase/increase-node/compare/v0.68.0...v0.69.0)
2964
-
2965
- ### Features
2966
-
2967
- * **api:** OpenAPI spec update via Stainless API ([#465](https://github.com/Increase/increase-node/issues/465)) ([692b943](https://github.com/Increase/increase-node/commit/692b943733a077fa82d769bc20aea7c1f170613c))
2968
-
2969
- ## 0.68.0 (2024-07-25)
2970
-
2971
- Full Changelog: [v0.67.0...v0.68.0](https://github.com/Increase/increase-node/compare/v0.67.0...v0.68.0)
2972
-
2973
- ### Features
2974
-
2975
- * **api:** OpenAPI spec update via Stainless API ([#462](https://github.com/Increase/increase-node/issues/462)) ([78de98a](https://github.com/Increase/increase-node/commit/78de98a6f1a7ad3d4c30e46a43a7903ef7780b70))
2976
-
2977
- ## 0.67.0 (2024-07-25)
2978
-
2979
- Full Changelog: [v0.66.1...v0.67.0](https://github.com/Increase/increase-node/compare/v0.66.1...v0.67.0)
2980
-
2981
- ### Features
2982
-
2983
- * **api:** OpenAPI spec update via Stainless API ([#459](https://github.com/Increase/increase-node/issues/459)) ([8e6d947](https://github.com/Increase/increase-node/commit/8e6d94773feae11a4180ae2cf1b07580ed20da8d))
2984
-
2985
- ## 0.66.1 (2024-07-25)
2986
-
2987
- Full Changelog: [v0.66.0...v0.66.1](https://github.com/Increase/increase-node/compare/v0.66.0...v0.66.1)
2988
-
2989
- ### Bug Fixes
2990
-
2991
- * **compat:** remove ReadableStream polyfill redundant since node v16 ([#456](https://github.com/Increase/increase-node/issues/456)) ([7fa7ae5](https://github.com/Increase/increase-node/commit/7fa7ae5a759d2c59d2e567a64758dd809842e7b5))
2992
-
2993
- ## 0.66.0 (2024-07-25)
2994
-
2995
- Full Changelog: [v0.65.0...v0.66.0](https://github.com/Increase/increase-node/compare/v0.65.0...v0.66.0)
2996
-
2997
- ### Features
2998
-
2999
- * **api:** OpenAPI spec update via Stainless API ([#453](https://github.com/Increase/increase-node/issues/453)) ([b65c499](https://github.com/Increase/increase-node/commit/b65c499fcefd8ddee2279e457fa2395be6bfb1f0))
3000
-
3001
- ## 0.65.0 (2024-07-23)
3002
-
3003
- Full Changelog: [v0.64.0...v0.65.0](https://github.com/Increase/increase-node/compare/v0.64.0...v0.65.0)
3004
-
3005
- ### Features
3006
-
3007
- * **api:** OpenAPI spec update via Stainless API ([#450](https://github.com/Increase/increase-node/issues/450)) ([b74aff6](https://github.com/Increase/increase-node/commit/b74aff6248f7b2831343a7581fed81366e4cbe7e))
3008
-
3009
- ## 0.64.0 (2024-07-23)
3010
-
3011
- Full Changelog: [v0.63.0...v0.64.0](https://github.com/Increase/increase-node/compare/v0.63.0...v0.64.0)
3012
-
3013
- ### Features
3014
-
3015
- * **api:** OpenAPI spec update via Stainless API ([#446](https://github.com/Increase/increase-node/issues/446)) ([f470557](https://github.com/Increase/increase-node/commit/f47055771e458d552ec29d63b92b93e3b763c1b1))
3016
-
3017
-
3018
- ### Chores
3019
-
3020
- * **tests:** update prism version ([#448](https://github.com/Increase/increase-node/issues/448)) ([1d6a346](https://github.com/Increase/increase-node/commit/1d6a346d9a05fd683fafd10cc89354e2f0bbed1e))
3021
-
3022
- ## 0.63.0 (2024-07-18)
3023
-
3024
- Full Changelog: [v0.62.0...v0.63.0](https://github.com/Increase/increase-node/compare/v0.62.0...v0.63.0)
3025
-
3026
- ### Features
3027
-
3028
- * **api:** OpenAPI spec update via Stainless API ([#443](https://github.com/Increase/increase-node/issues/443)) ([3d00d54](https://github.com/Increase/increase-node/commit/3d00d54047e09644d9cefffeabc4d854a4bd275c))
3029
-
3030
- ## 0.62.0 (2024-07-17)
3031
-
3032
- Full Changelog: [v0.61.0...v0.62.0](https://github.com/Increase/increase-node/compare/v0.61.0...v0.62.0)
3033
-
3034
- ### Features
3035
-
3036
- * **api:** OpenAPI spec update via Stainless API ([#440](https://github.com/Increase/increase-node/issues/440)) ([43e4cfd](https://github.com/Increase/increase-node/commit/43e4cfdd0471531dd2d4cebf9dfb721ab6120139))
3037
-
3038
- ## 0.61.0 (2024-07-15)
3039
-
3040
- Full Changelog: [v0.60.0...v0.61.0](https://github.com/Increase/increase-node/compare/v0.60.0...v0.61.0)
3041
-
3042
- ### Features
3043
-
3044
- * **api:** OpenAPI spec update via Stainless API ([#438](https://github.com/Increase/increase-node/issues/438)) ([707a9c1](https://github.com/Increase/increase-node/commit/707a9c112815ef00edaa5be158bfc94f3d4b1994))
3045
-
3046
-
3047
- ### Chores
3048
-
3049
- * sync changes ([#436](https://github.com/Increase/increase-node/issues/436)) ([a39baac](https://github.com/Increase/increase-node/commit/a39baaccd37f0a43167eda4a609846fa1f329e24))
3050
-
3051
- ## 0.60.0 (2024-07-14)
3052
-
3053
- Full Changelog: [v0.59.1...v0.60.0](https://github.com/Increase/increase-node/compare/v0.59.1...v0.60.0)
3054
-
3055
- ### Features
3056
-
3057
- * **api:** OpenAPI spec update via Stainless API ([#426](https://github.com/Increase/increase-node/issues/426)) ([47ccc98](https://github.com/Increase/increase-node/commit/47ccc9860e80ed2febc9a9e783d8abe05760ec76))
3058
- * **api:** OpenAPI spec update via Stainless API ([#428](https://github.com/Increase/increase-node/issues/428)) ([4119e7f](https://github.com/Increase/increase-node/commit/4119e7f268e21cb4841ddbdcff036c93117cc2a2))
3059
- * **api:** OpenAPI spec update via Stainless API ([#429](https://github.com/Increase/increase-node/issues/429)) ([c2e8f5c](https://github.com/Increase/increase-node/commit/c2e8f5cab642fe25a9dc2c1cfc0380ceade285c7))
3060
- * **api:** OpenAPI spec update via Stainless API ([#430](https://github.com/Increase/increase-node/issues/430)) ([d044c25](https://github.com/Increase/increase-node/commit/d044c256532958f9d88707b84fefdae0397f23b1))
3061
- * **api:** OpenAPI spec update via Stainless API ([#431](https://github.com/Increase/increase-node/issues/431)) ([e235818](https://github.com/Increase/increase-node/commit/e23581889cded743d847b7317519c63d51255d8c))
3062
- * **api:** OpenAPI spec update via Stainless API ([#432](https://github.com/Increase/increase-node/issues/432)) ([e15fd49](https://github.com/Increase/increase-node/commit/e15fd4912edd1f32b839b4e48063e0d422ec85f3))
3063
-
3064
-
3065
- ### Chores
3066
-
3067
- * **internal:** version bump ([#433](https://github.com/Increase/increase-node/issues/433)) ([cfe1484](https://github.com/Increase/increase-node/commit/cfe14848bff36908d2b08d9898fc8c68d03b9df1))
3068
-
3069
- ## 0.59.1 (2024-07-11)
3070
-
3071
- Full Changelog: [v0.59.0...v0.59.1](https://github.com/Increase/increase-node/compare/v0.59.0...v0.59.1)
3072
-
3073
- ### Chores
3074
-
3075
- * **ci:** also run workflows for PRs targeting `next` ([#423](https://github.com/Increase/increase-node/issues/423)) ([f0427df](https://github.com/Increase/increase-node/commit/f0427df11e2d5fa38c2891bdf18d1d4cf5575016))
3076
-
3077
-
3078
- ### Documentation
3079
-
3080
- * **examples:** update example values ([#425](https://github.com/Increase/increase-node/issues/425)) ([e495197](https://github.com/Increase/increase-node/commit/e495197b349032ffac3992c4c20e03e2dfcefea3))
3081
-
3082
- ## 0.59.0 (2024-07-04)
3083
-
3084
- Full Changelog: [v0.58.0...v0.59.0](https://github.com/Increase/increase-node/compare/v0.58.0...v0.59.0)
3085
-
3086
- ### Features
3087
-
3088
- * **api:** add property 'receiver identification number' to 'originator company entry description' ([#421](https://github.com/Increase/increase-node/issues/421)) ([7deee84](https://github.com/Increase/increase-node/commit/7deee84958ed39f24ab05365aca0513404745406))
3089
-
3090
- ## 0.58.0 (2024-07-02)
3091
-
3092
- Full Changelog: [v0.57.0...v0.58.0](https://github.com/Increase/increase-node/compare/v0.57.0...v0.58.0)
3093
-
3094
- ### Features
3095
-
3096
- * **api:** add deposit return property to inbound check deposit model ([#419](https://github.com/Increase/increase-node/issues/419)) ([336df2f](https://github.com/Increase/increase-node/commit/336df2f5b6eb752665e31bf930a649f2cf0b87c7))
3097
-
3098
- ## 0.57.0 (2024-07-01)
3099
-
3100
- Full Changelog: [v0.56.0...v0.57.0](https://github.com/Increase/increase-node/compare/v0.56.0...v0.57.0)
3101
-
3102
- ### Features
3103
-
3104
- * **api:** add method to simulate international ACH transfers ([#417](https://github.com/Increase/increase-node/issues/417)) ([a9a1220](https://github.com/Increase/increase-node/commit/a9a122022aaccb88dacba2a3633c51c4d9bdc03c))
3105
-
3106
- ## 0.56.0 (2024-06-28)
3107
-
3108
- Full Changelog: [v0.55.0...v0.56.0](https://github.com/Increase/increase-node/compare/v0.55.0...v0.56.0)
3109
-
3110
- ### Features
3111
-
3112
- * **api:** updates ([#416](https://github.com/Increase/increase-node/issues/416)) ([a2983dd](https://github.com/Increase/increase-node/commit/a2983dd9c021d43a75c746292fcf7b58a92ff467))
3113
-
3114
-
3115
- ### Chores
3116
-
3117
- * gitignore test server logs ([#415](https://github.com/Increase/increase-node/issues/415)) ([dd8e696](https://github.com/Increase/increase-node/commit/dd8e6962ce7cb0f5008da9b051866978ad940754))
3118
- * **internal:** minor reformatting ([#413](https://github.com/Increase/increase-node/issues/413)) ([eeb05b1](https://github.com/Increase/increase-node/commit/eeb05b111fe8db410b2967bbdf61c7e45d9f4707))
3119
-
3120
- ## 0.55.0 (2024-06-17)
3121
-
3122
- Full Changelog: [v0.54.0...v0.55.0](https://github.com/Increase/increase-node/compare/v0.54.0...v0.55.0)
3123
-
3124
- ### Features
3125
-
3126
- * **api:** add `default_digital_card_profile_id` property ([#409](https://github.com/Increase/increase-node/issues/409)) ([664e20a](https://github.com/Increase/increase-node/commit/664e20a4fe2f5ff72a941bfaaecc101618c875c7))
3127
- * **api:** add trace number to ach transfer returns ([#406](https://github.com/Increase/increase-node/issues/406)) ([3c51d32](https://github.com/Increase/increase-node/commit/3c51d322628297555a4160ee4b2fe0cfe77ecac4))
3128
- * **api:** enhance API with extended transaction details and new entity types ([#398](https://github.com/Increase/increase-node/issues/398)) ([101a46d](https://github.com/Increase/increase-node/commit/101a46d1d76d7959137b113ca78257721568d9aa))
3129
- * **api:** realtime decision updates ([#404](https://github.com/Increase/increase-node/issues/404)) ([36772d0](https://github.com/Increase/increase-node/commit/36772d09d420f751d8b8e18d583710a9bd57d7f1))
3130
- * **api:** updates ([#403](https://github.com/Increase/increase-node/issues/403)) ([6d1d404](https://github.com/Increase/increase-node/commit/6d1d4045c706fb21cf617fa12ad92b8120bfc2f9))
3131
- * **api:** updates ([#408](https://github.com/Increase/increase-node/issues/408)) ([1997776](https://github.com/Increase/increase-node/commit/19977768df7094fefeaa7ec7ed615d566ab02ee8))
3132
- * support `application/octet-stream` request bodies ([#410](https://github.com/Increase/increase-node/issues/410)) ([0f87fc2](https://github.com/Increase/increase-node/commit/0f87fc28d5e616207c0a165fb82e5d6c329a7d68))
3133
-
3134
-
3135
- ### Bug Fixes
3136
-
3137
- * allow git imports for pnpm ([#407](https://github.com/Increase/increase-node/issues/407)) ([8b92dc9](https://github.com/Increase/increase-node/commit/8b92dc9947ad794d3f885a9bb7dfc7e36816a800))
3138
- * **package:** revert recent client file change ([#396](https://github.com/Increase/increase-node/issues/396)) ([8dae0f6](https://github.com/Increase/increase-node/commit/8dae0f6009f99c6917af71724b6a3f14d617cc4d))
3139
-
3140
-
3141
- ### Chores
3142
-
3143
- * **docs:** add SECURITY.md ([#399](https://github.com/Increase/increase-node/issues/399)) ([9ea713e](https://github.com/Increase/increase-node/commit/9ea713e976158e6af199c0793ab94b59bd9d1858))
3144
- * **internal:** add slightly better logging to scripts ([#402](https://github.com/Increase/increase-node/issues/402)) ([4878594](https://github.com/Increase/increase-node/commit/4878594ff14f8b4d45db7c388e454cd54fa52142))
3145
- * **internal:** fix generated version numbers ([#397](https://github.com/Increase/increase-node/issues/397)) ([65dbf3d](https://github.com/Increase/increase-node/commit/65dbf3d4cef831c7d235138a4042ef18451ee934))
3146
- * **internal:** move client class to separate file ([#395](https://github.com/Increase/increase-node/issues/395)) ([d96cc38](https://github.com/Increase/increase-node/commit/d96cc38b4c8ee08809af25dc5e8bd1025e1ca305))
3147
-
3148
-
3149
- ### Documentation
3150
-
3151
- * **api:** update examples & docstrings ([#401](https://github.com/Increase/increase-node/issues/401)) ([fb5cafb](https://github.com/Increase/increase-node/commit/fb5cafb5d1f347baf18b84f3fc993ac393306c76))
3152
- * **readme:** add bundle size badge ([#405](https://github.com/Increase/increase-node/issues/405)) ([7a07bcb](https://github.com/Increase/increase-node/commit/7a07bcb7e8d22702c77b87974692ab2cdc619516))
3153
-
3154
-
3155
- ### Refactors
3156
-
3157
- * change import paths to be relative ([#400](https://github.com/Increase/increase-node/issues/400)) ([7500ca7](https://github.com/Increase/increase-node/commit/7500ca73b55fdaf02d63bed19157e72f50f4314f))
3158
-
3159
- ## 0.54.0 (2024-05-01)
3160
-
3161
- Full Changelog: [v0.53.0...v0.54.0](https://github.com/Increase/increase-node/compare/v0.53.0...v0.54.0)
3162
-
3163
- ### Features
3164
-
3165
- * **api:** updates ([#394](https://github.com/Increase/increase-node/issues/394)) ([30dfb15](https://github.com/Increase/increase-node/commit/30dfb1582fdfc7ddc435f3b57a255c5597aa6ce7))
3166
-
3167
-
3168
- ### Chores
3169
-
3170
- * **internal:** add link to openapi spec ([#391](https://github.com/Increase/increase-node/issues/391)) ([32ea381](https://github.com/Increase/increase-node/commit/32ea38145a5b8385be4408dbc253003925c99104))
3171
- * **internal:** add scripts/test and scripts/mock ([#388](https://github.com/Increase/increase-node/issues/388)) ([da57efb](https://github.com/Increase/increase-node/commit/da57efba3fba940b5f683ff5efc96b275c61fd87))
3172
- * **internal:** add scripts/test, scripts/mock and add ci job ([#392](https://github.com/Increase/increase-node/issues/392)) ([7e895b5](https://github.com/Increase/increase-node/commit/7e895b5a634f0c000ddd36e1508283cbd0f5325a))
3173
- * **internal:** forward arguments in scripts/test ([#393](https://github.com/Increase/increase-node/issues/393)) ([99378df](https://github.com/Increase/increase-node/commit/99378df86a0a253b652d6cb88fcc86e818bcf257))
3174
- * **internal:** refactor scripts ([#390](https://github.com/Increase/increase-node/issues/390)) ([f74c2b9](https://github.com/Increase/increase-node/commit/f74c2b9c283d139a1a7dbdf5c830b944237fd1ce))
3175
-
3176
- ## 0.53.0 (2024-04-25)
3177
-
3178
- Full Changelog: [v0.52.0...v0.53.0](https://github.com/Increase/increase-node/compare/v0.52.0...v0.53.0)
3179
-
3180
- ### ⚠ BREAKING CHANGES
3181
-
3182
- * require account ID for creating an ACH prenotification ([#387](https://github.com/Increase/increase-node/issues/387))
3183
-
3184
- ### Bug Fixes
3185
-
3186
- * require account ID for creating an ACH prenotification ([#387](https://github.com/Increase/increase-node/issues/387)) ([3f3633e](https://github.com/Increase/increase-node/commit/3f3633ef8afb3dc1d2660709a60c4eb0dae86213))
3187
-
3188
-
3189
- ### Chores
3190
-
3191
- * **internal:** use actions/checkout@v4 for codeflow ([#385](https://github.com/Increase/increase-node/issues/385)) ([442d578](https://github.com/Increase/increase-node/commit/442d57826f04f4337d61a13dc8fe80f3bb91eb2a))
3192
-
3193
- ## 0.52.0 (2024-04-23)
3194
-
3195
- Full Changelog: [v0.51.0...v0.52.0](https://github.com/Increase/increase-node/compare/v0.51.0...v0.52.0)
3196
-
3197
- ### Features
3198
-
3199
- * **api:** remove inbound_wire_drawdown_payment_reversal ([#384](https://github.com/Increase/increase-node/issues/384)) ([396a2f0](https://github.com/Increase/increase-node/commit/396a2f0759afb7ac82de61692b8337a264535bf7))
3200
-
3201
-
3202
- ### Chores
3203
-
3204
- * **internal:** use @swc/jest for running tests ([#381](https://github.com/Increase/increase-node/issues/381)) ([919d14d](https://github.com/Increase/increase-node/commit/919d14da4c5e379b3cfb62bcab0ba2b6c5ddb5d8))
3205
-
3206
- ## 0.51.0 (2024-04-19)
3207
-
3208
- Full Changelog: [v0.50.0...v0.51.0](https://github.com/Increase/increase-node/compare/v0.50.0...v0.51.0)
3209
-
3210
- ### Features
3211
-
3212
- * **api:** add account_id param to ach_prenotification and third_party to check_transfer ([#379](https://github.com/Increase/increase-node/issues/379)) ([dc4addf](https://github.com/Increase/increase-node/commit/dc4addf4692f2d24ecaa0696116b6d806f7ef773))
3213
-
3214
- ## 0.50.0 (2024-04-18)
3215
-
3216
- Full Changelog: [v0.49.0...v0.50.0](https://github.com/Increase/increase-node/compare/v0.49.0...v0.50.0)
3217
-
3218
- ### Features
3219
-
3220
- * **api:** add inbound_check_deposits decline endpoint ([#377](https://github.com/Increase/increase-node/issues/377)) ([0c88faa](https://github.com/Increase/increase-node/commit/0c88faa475a4271efbe2d37089e6688da0be2cb0))
3221
-
3222
- ## 0.49.0 (2024-04-17)
3223
-
3224
- Full Changelog: [v0.48.0...v0.49.0](https://github.com/Increase/increase-node/compare/v0.48.0...v0.49.0)
3225
-
3226
- ### Features
3227
-
3228
- * **api:** add altered_or_fictitious check decline reason ([#375](https://github.com/Increase/increase-node/issues/375)) ([78770e5](https://github.com/Increase/increase-node/commit/78770e56ed15045706f03aa1deb3fead5e8c1ae8))
3229
-
3230
- ## 0.48.0 (2024-04-16)
3231
-
3232
- Full Changelog: [v0.47.0...v0.48.0](https://github.com/Increase/increase-node/compare/v0.47.0...v0.48.0)
3233
-
3234
- ### Features
3235
-
3236
- * **api:** remove deposit field from check transfer ([#374](https://github.com/Increase/increase-node/issues/374)) ([8316f48](https://github.com/Increase/increase-node/commit/8316f48c57c54c1f70c9832dc081a8b321294800))
3237
-
3238
-
3239
- ### Build System
3240
-
3241
- * configure UTF-8 locale in devcontainer ([#372](https://github.com/Increase/increase-node/issues/372)) ([b692ad8](https://github.com/Increase/increase-node/commit/b692ad8f41b05a67ba6b9626d9924596a8e8b812))
3242
-
3243
- ## 0.47.0 (2024-04-16)
3244
-
3245
- Full Changelog: [v0.46.1...v0.47.0](https://github.com/Increase/increase-node/compare/v0.46.1...v0.47.0)
3246
-
3247
- ### Features
3248
-
3249
- * **api:** add /inbound_check_deposits endpoints ([#371](https://github.com/Increase/increase-node/issues/371)) ([12032a4](https://github.com/Increase/increase-node/commit/12032a43dddb125375878a1de58bc006c7e04ce7))
3250
-
3251
-
3252
- ### Chores
3253
-
3254
- * **internal:** formatting ([#370](https://github.com/Increase/increase-node/issues/370)) ([0700ec8](https://github.com/Increase/increase-node/commit/0700ec887ec9350085ad59c815b270d4adbc76c9))
3255
- * **internal:** update gitignore ([#368](https://github.com/Increase/increase-node/issues/368)) ([69e44bc](https://github.com/Increase/increase-node/commit/69e44bc4a16654ad01cb2ad76524594e09d053bf))
3256
-
3257
- ## 0.46.1 (2024-04-11)
3258
-
3259
- Full Changelog: [v0.46.0...v0.46.1](https://github.com/Increase/increase-node/compare/v0.46.0...v0.46.1)
3260
-
3261
- ### Bug Fixes
3262
-
3263
- * **types:** mark physical card cardholder as required ([#366](https://github.com/Increase/increase-node/issues/366)) ([e84890a](https://github.com/Increase/increase-node/commit/e84890a35217f1e386db997e4b18599fc711be5f))
3264
-
3265
- ## 0.46.0 (2024-04-10)
3266
-
3267
- Full Changelog: [v0.45.0...v0.46.0](https://github.com/Increase/increase-node/compare/v0.45.0...v0.46.0)
3268
-
3269
- ### Features
3270
-
3271
- * **api:** updates ([#365](https://github.com/Increase/increase-node/issues/365)) ([5f85a33](https://github.com/Increase/increase-node/commit/5f85a337a3d0fccc1e782a849d43e79762c03fa7))
3272
-
3273
-
3274
- ### Documentation
3275
-
3276
- * **api:** update links to NAICS classification codes ([#363](https://github.com/Increase/increase-node/issues/363)) ([975632f](https://github.com/Increase/increase-node/commit/975632f2c0aa3c20c9485bcd58d51545166d9134))
3277
-
3278
- ## 0.45.0 (2024-04-05)
3279
-
3280
- Full Changelog: [v0.44.0...v0.45.0](https://github.com/Increase/increase-node/compare/v0.44.0...v0.45.0)
3281
-
3282
- ### Features
3283
-
3284
- * **api:** add inbound check deposit return intention ([#361](https://github.com/Increase/increase-node/issues/361)) ([82b351a](https://github.com/Increase/increase-node/commit/82b351a52e4a7b8a3c3e29973571d3c8209233c1))
3285
-
3286
- ## 0.44.0 (2024-04-04)
3287
-
3288
- Full Changelog: [v0.43.0...v0.44.0](https://github.com/Increase/increase-node/compare/v0.43.0...v0.44.0)
3289
-
3290
- ### Features
3291
-
3292
- * **api:** remove inbound_check category, rename check_deposit_mail_item, add inbound_mail_item ([#360](https://github.com/Increase/increase-node/issues/360)) ([408444e](https://github.com/Increase/increase-node/commit/408444ebdfaa66da1d0751d3173482d100a425c7))
3293
-
3294
-
3295
- ### Chores
3296
-
3297
- * **deps:** bump yarn to v1.22.22 ([#357](https://github.com/Increase/increase-node/issues/357)) ([dace670](https://github.com/Increase/increase-node/commit/dace670dbb1b1c2805fccff963fdb0884277004d))
3298
-
3299
- ## 0.43.0 (2024-04-02)
3300
-
3301
- Full Changelog: [v0.42.0...v0.43.0](https://github.com/Increase/increase-node/compare/v0.42.0...v0.43.0)
3302
-
3303
- ### Features
3304
-
3305
- * **api:** filter OAuth connections by their status ([#356](https://github.com/Increase/increase-node/issues/356)) ([0316140](https://github.com/Increase/increase-node/commit/03161400fe12547c1e87aba24339c380babbc69f))
3306
-
3307
-
3308
- ### Chores
3309
-
3310
- * **deps:** remove unused dependency digest-fetch ([#354](https://github.com/Increase/increase-node/issues/354)) ([415325a](https://github.com/Increase/increase-node/commit/415325a7387c2df4ec56ccb2d3d066877391cce3))
3311
-
3312
- ## 0.42.0 (2024-03-29)
3313
-
3314
- Full Changelog: [v0.41.0...v0.42.0](https://github.com/Increase/increase-node/compare/v0.41.0...v0.42.0)
3315
-
3316
- ### Features
3317
-
3318
- * **api:** remove check transfer intention ([#351](https://github.com/Increase/increase-node/issues/351)) ([387c27e](https://github.com/Increase/increase-node/commit/387c27e0d12e78bcc569b619214a096e9359f363))
3319
-
3320
- ## 0.41.0 (2024-03-29)
3321
-
3322
- Full Changelog: [v0.40.0...v0.41.0](https://github.com/Increase/increase-node/compare/v0.40.0...v0.41.0)
3323
-
3324
- ### Features
3325
-
3326
- * **api:** updates ([#350](https://github.com/Increase/increase-node/issues/350)) ([8787a93](https://github.com/Increase/increase-node/commit/8787a934bf3b7f6ece98354ec8ae23d03cbbb219))
3327
-
3328
-
3329
- ### Chores
3330
-
3331
- * **internal:** bump dependencies ([#349](https://github.com/Increase/increase-node/issues/349)) ([08f274c](https://github.com/Increase/increase-node/commit/08f274c395a3b34a7d98a487b0e5c8e6c2d7ed75))
3332
- * revert temporary commit ([e139b3c](https://github.com/Increase/increase-node/commit/e139b3c2839d092a439ab987d8f1b5c0ad79fa0b))
3333
- * temporary commit ([#347](https://github.com/Increase/increase-node/issues/347)) ([3b34ec1](https://github.com/Increase/increase-node/commit/3b34ec1f31949f5e6777b56f3f79219607367fa3))
3334
-
3335
- ## 0.40.0 (2024-03-27)
3336
-
3337
- Full Changelog: [v0.39.0...v0.40.0](https://github.com/Increase/increase-node/compare/v0.39.0...v0.40.0)
3338
-
3339
- ### Features
3340
-
3341
- * **api:** add `funding` parameter to external account update ([#345](https://github.com/Increase/increase-node/issues/345)) ([401da90](https://github.com/Increase/increase-node/commit/401da90116673dac3173dd3020a61f6990bb20fe))
3342
-
3343
- ## 0.39.0 (2024-03-25)
3344
-
3345
- Full Changelog: [v0.38.1...v0.39.0](https://github.com/Increase/increase-node/compare/v0.38.1...v0.39.0)
3346
-
3347
- ### Features
3348
-
3349
- * **api:** updates ([#343](https://github.com/Increase/increase-node/issues/343)) ([bee93aa](https://github.com/Increase/increase-node/commit/bee93aa8dddd9f196031a39f1683ff51c7af82d4))
3350
-
3351
- ## 0.38.1 (2024-03-25)
3352
-
3353
- Full Changelog: [v0.38.0...v0.38.1](https://github.com/Increase/increase-node/compare/v0.38.0...v0.38.1)
3354
-
3355
- ### Bug Fixes
3356
-
3357
- * **client:** correctly send deno version header ([#342](https://github.com/Increase/increase-node/issues/342)) ([fdb2a46](https://github.com/Increase/increase-node/commit/fdb2a468f86928f48160328773fba7afc17c240a))
3358
- * handle process.env being undefined in debug func ([#340](https://github.com/Increase/increase-node/issues/340)) ([376a162](https://github.com/Increase/increase-node/commit/376a1623b3e6caae56505b26311ab38adcedffdf))
3359
-
3360
- ## 0.38.0 (2024-03-21)
3361
-
3362
- Full Changelog: [v0.37.1...v0.38.0](https://github.com/Increase/increase-node/compare/v0.37.1...v0.38.0)
3363
-
3364
- ### Features
3365
-
3366
- * **api:** adding `pending_reviewing` wire transfer state ([ba88eba](https://github.com/Increase/increase-node/commit/ba88ebac15c50b17611e9feefb9c248f4538dcf9))
3367
- * **api:** introduce `network_risk_score` ([#339](https://github.com/Increase/increase-node/issues/339)) ([ba88eba](https://github.com/Increase/increase-node/commit/ba88ebac15c50b17611e9feefb9c248f4538dcf9))
3368
- * **api:** remove Card Profile ID properties ([ba88eba](https://github.com/Increase/increase-node/commit/ba88ebac15c50b17611e9feefb9c248f4538dcf9))
3369
-
3370
-
3371
- ### Chores
3372
-
3373
- * **errors:** fallback to empty array for errors ([#338](https://github.com/Increase/increase-node/issues/338)) ([fbeeb26](https://github.com/Increase/increase-node/commit/fbeeb2687f0e09e19c802ccfc5f52d409226206c))
3374
-
3375
-
3376
- ### Documentation
3377
-
3378
- * **readme:** consistent use of sentence case in headings ([#335](https://github.com/Increase/increase-node/issues/335)) ([13776d1](https://github.com/Increase/increase-node/commit/13776d171ce0def60b476940643248337233d0b0))
3379
- * **readme:** document how to make undocumented requests ([#337](https://github.com/Increase/increase-node/issues/337)) ([79e55a8](https://github.com/Increase/increase-node/commit/79e55a8c341ac5ae9f9974d748e45b70c7751ecf))
3380
-
3381
- ## 0.37.1 (2024-03-19)
3382
-
3383
- Full Changelog: [v0.37.0...v0.37.1](https://github.com/Increase/increase-node/compare/v0.37.0...v0.37.1)
3384
-
3385
- ### Bug Fixes
3386
-
3387
- * **internal:** make toFile use input file's options ([#334](https://github.com/Increase/increase-node/issues/334)) ([11bca30](https://github.com/Increase/increase-node/commit/11bca3005a1db35cd43fb2b1e52b2c918416517d))
3388
-
3389
-
3390
- ### Chores
3391
-
3392
- * **internal:** update generated pragma comment ([#333](https://github.com/Increase/increase-node/issues/333)) ([90096f6](https://github.com/Increase/increase-node/commit/90096f646f8b5d6c5b62830df7f8b49092f6c844))
3393
-
3394
-
3395
- ### Documentation
3396
-
3397
- * fix typo in CONTRIBUTING.md ([#331](https://github.com/Increase/increase-node/issues/331)) ([e1f2ebf](https://github.com/Increase/increase-node/commit/e1f2ebf673505e04889e22eacfd6caca6793f4b3))
3398
-
3399
- ## 0.37.0 (2024-03-13)
3400
-
3401
- Full Changelog: [v0.36.0...v0.37.0](https://github.com/Increase/increase-node/compare/v0.36.0...v0.37.0)
3402
-
3403
- ### Features
3404
-
3405
- * **api:** confirm entities ([#330](https://github.com/Increase/increase-node/issues/330)) ([b664e68](https://github.com/Increase/increase-node/commit/b664e68088ea0733afda85eb097b17912bbd22cc))
3406
-
3407
-
3408
- ### Chores
3409
-
3410
- * fix error handler in readme ([#325](https://github.com/Increase/increase-node/issues/325)) ([d9eaca9](https://github.com/Increase/increase-node/commit/d9eaca9e23cbb60999eecbd671e9b7b1a8252249))
3411
-
3412
-
3413
- ### Documentation
3414
-
3415
- * **readme:** fix https proxy example ([#327](https://github.com/Increase/increase-node/issues/327)) ([deaa721](https://github.com/Increase/increase-node/commit/deaa72164c03287a17cadcad31bd6769d90cf70f))
3416
- * remove extraneous --save and yarn install instructions ([#329](https://github.com/Increase/increase-node/issues/329)) ([efb6ddc](https://github.com/Increase/increase-node/commit/efb6ddc030bfa71e5ef16eb4444aa4fa0ce4644a))
3417
- * update docs for digital wallet phone/email ([#328](https://github.com/Increase/increase-node/issues/328)) ([56804ba](https://github.com/Increase/increase-node/commit/56804ba7ce6d151be8a01b2909a7e0fca6c534a1))
3418
-
3419
- ## 0.36.0 (2024-03-04)
3420
-
3421
- Full Changelog: [v0.35.0...v0.36.0](https://github.com/Increase/increase-node/compare/v0.35.0...v0.36.0)
3422
-
3423
- ### ⚠ BREAKING CHANGES
3424
-
3425
- * rename card_profile_id -> digital_card_profile_id ([#323](https://github.com/Increase/increase-node/issues/323))
3426
-
3427
- ### Bug Fixes
3428
-
3429
- * rename card_profile_id -> digital_card_profile_id ([#323](https://github.com/Increase/increase-node/issues/323)) ([44b2285](https://github.com/Increase/increase-node/commit/44b22858851f254023916a005f939c1224f6052d))
3430
-
3431
- ## 0.35.0 (2024-03-01)
3432
-
3433
- Full Changelog: [v0.34.0...v0.35.0](https://github.com/Increase/increase-node/compare/v0.34.0...v0.35.0)
3434
-
3435
- ### Features
3436
-
3437
- * **api:** add actioner properties ([#322](https://github.com/Increase/increase-node/issues/322)) ([b2b67fe](https://github.com/Increase/increase-node/commit/b2b67fe19bf44f1e34efd7d4e4b72e698025bc80))
3438
-
3439
-
3440
- ### Chores
3441
-
3442
- * **docs:** mention install from git repo ([#319](https://github.com/Increase/increase-node/issues/319)) ([a62fea6](https://github.com/Increase/increase-node/commit/a62fea612ef79fa289bc037b4226d2fbaf51119b))
3443
-
3444
-
3445
- ### Documentation
3446
-
3447
- * change industry code docstring ([#321](https://github.com/Increase/increase-node/issues/321)) ([d724ee6](https://github.com/Increase/increase-node/commit/d724ee6d850b92f341080c17cbcb1f988f1257fe))
3448
-
3449
- ## 0.34.0 (2024-02-29)
3450
-
3451
- Full Changelog: [v0.33.0...v0.34.0](https://github.com/Increase/increase-node/compare/v0.33.0...v0.34.0)
3452
-
3453
- ### Features
3454
-
3455
- * **api:** add post /entities/{entity_id}/industry_code endpoint ([#317](https://github.com/Increase/increase-node/issues/317)) ([20404be](https://github.com/Increase/increase-node/commit/20404be4b66526097dab3be6cba9a6eafe6c96d1))
3456
-
3457
-
3458
- ### Documentation
3459
-
3460
- * **contributing:** improve wording ([#315](https://github.com/Increase/increase-node/issues/315)) ([e1a6af8](https://github.com/Increase/increase-node/commit/e1a6af86738be4d19c6f64fd9cd58d680db6d817))
3461
- * **readme:** fix typo in custom fetch implementation ([#318](https://github.com/Increase/increase-node/issues/318)) ([90aa82e](https://github.com/Increase/increase-node/commit/90aa82e757cbaffbffa348abe823aa8ba7068c8d))
3462
-
3463
- ## 0.33.0 (2024-02-27)
3464
-
3465
- Full Changelog: [v0.32.0...v0.33.0](https://github.com/Increase/increase-node/compare/v0.32.0...v0.33.0)
3466
-
3467
- ### Features
3468
-
3469
- * **api:** add `industry_code` property to methods ([#313](https://github.com/Increase/increase-node/issues/313)) ([78fcc3e](https://github.com/Increase/increase-node/commit/78fcc3ee19abc5cefc1b25b022368d28f4f38cb1))
3470
-
3471
- ## 0.32.0 (2024-02-26)
3472
-
3473
- Full Changelog: [v0.31.0...v0.32.0](https://github.com/Increase/increase-node/compare/v0.31.0...v0.32.0)
3474
-
3475
- ### Features
3476
-
3477
- * **api:** add unusual_activity_report_attachment enum member ([#311](https://github.com/Increase/increase-node/issues/311)) ([c416e7e](https://github.com/Increase/increase-node/commit/c416e7e6cad90c8ba3e994e6a238aa665849e281))
3478
-
3479
- ## 0.31.0 (2024-02-23)
3480
-
3481
- Full Changelog: [v0.30.0...v0.31.0](https://github.com/Increase/increase-node/compare/v0.30.0...v0.31.0)
3482
-
3483
- ### Features
3484
-
3485
- * **api:** physical card clone update ([#310](https://github.com/Increase/increase-node/issues/310)) ([928f605](https://github.com/Increase/increase-node/commit/928f605598b6dcf52cf1510ba7723c2dce85344c))
3486
-
3487
-
3488
- ### Chores
3489
-
3490
- * **internal:** update deps ([#308](https://github.com/Increase/increase-node/issues/308)) ([753ea77](https://github.com/Increase/increase-node/commit/753ea777f1e72af18ba271e9cd5893521ee9f043))
3491
-
3492
- ## 0.30.0 (2024-02-19)
3493
-
3494
- Full Changelog: [v0.29.0...v0.30.0](https://github.com/Increase/increase-node/compare/v0.29.0...v0.30.0)
3495
-
3496
- ### Features
3497
-
3498
- * **api:** inbound checks ([#307](https://github.com/Increase/increase-node/issues/307)) ([554cbdd](https://github.com/Increase/increase-node/commit/554cbdd4e94ff7bce42156d0af5782e3415e7262))
3499
-
3500
-
3501
- ### Chores
3502
-
3503
- * **internal:** refactor release environment script ([#304](https://github.com/Increase/increase-node/issues/304)) ([b144603](https://github.com/Increase/increase-node/commit/b1446035d4f753c679908239a359a99270d7ce96))
3504
-
3505
- ## 0.29.0 (2024-02-14)
3506
-
3507
- Full Changelog: [v0.28.0...v0.29.0](https://github.com/Increase/increase-node/compare/v0.28.0...v0.29.0)
3508
-
3509
- ### ⚠ BREAKING CHANGES
3510
-
3511
- * **api:** split card profile resource into digital and physical card profile resources ([#303](https://github.com/Increase/increase-node/issues/303))
3512
-
3513
- ### Features
3514
-
3515
- * **api:** split card profile resource into digital and physical card profile resources ([#303](https://github.com/Increase/increase-node/issues/303)) ([e94fd3b](https://github.com/Increase/increase-node/commit/e94fd3bfe40cd1bc5a1ee683226ac031777c7ff7))
3516
-
3517
-
3518
- ### Chores
3519
-
3520
- * **ci:** uses Stainless GitHub App for releases ([#302](https://github.com/Increase/increase-node/issues/302)) ([ca42ccd](https://github.com/Increase/increase-node/commit/ca42ccd5ae8bc4a0e630b04767d3eec1f8f6805e))
3521
- * **interal:** make link to api.md relative ([#297](https://github.com/Increase/increase-node/issues/297)) ([5e926c1](https://github.com/Increase/increase-node/commit/5e926c1dc21817c51b8a5ac396b8d0ed353ce479))
3522
- * **internal:** enable building when git installed ([#299](https://github.com/Increase/increase-node/issues/299)) ([43c4bbe](https://github.com/Increase/increase-node/commit/43c4bbe41452a12779aee0054daf6efb12a7b2ce))
3523
- * **internal:** re-order pagination import ([#298](https://github.com/Increase/increase-node/issues/298)) ([c15d905](https://github.com/Increase/increase-node/commit/c15d9057e460bab6ce51d6a95e669f199fc19f28))
3524
- * **internal:** support pre-release versioning ([#295](https://github.com/Increase/increase-node/issues/295)) ([f5a596a](https://github.com/Increase/increase-node/commit/f5a596a3f412a4641e37cba9af421fc7a5db3056))
3525
- * respect `application/vnd.api+json` content-type header ([#301](https://github.com/Increase/increase-node/issues/301)) ([c45a065](https://github.com/Increase/increase-node/commit/c45a065c5bf220dca8f70099c847aa32c0baf74f))
3526
-
3527
-
3528
- ### Documentation
3529
-
3530
- * add a CONTRIBUTING.md ([#300](https://github.com/Increase/increase-node/issues/300)) ([8a175ac](https://github.com/Increase/increase-node/commit/8a175ac27898272092f07b9890f08087cd04ab32))
3531
-
3532
- ## 0.28.0 (2024-01-26)
3533
-
3534
- Full Changelog: [v0.27.0...v0.28.0](https://github.com/increase/increase-node/compare/v0.27.0...v0.28.0)
3535
-
3536
- ### Features
3537
-
3538
- * **api:** update descriptions ([#293](https://github.com/increase/increase-node/issues/293)) ([32aee0a](https://github.com/increase/increase-node/commit/32aee0ab2cfa44bfb603fed86b7340acb50f5d5e))
3539
-
3540
- ## 0.27.0 (2024-01-24)
3541
-
3542
- Full Changelog: [v0.26.0...v0.27.0](https://github.com/increase/increase-node/compare/v0.26.0...v0.27.0)
3543
-
3544
- ### Features
3545
-
3546
- * **api:** list Inbound Wire Transfers, change transfer simulation return types ([#292](https://github.com/increase/increase-node/issues/292)) ([7277e79](https://github.com/increase/increase-node/commit/7277e7944c0a745c65f3e993322369bcfcda29a7))
3547
-
3548
-
3549
- ### Chores
3550
-
3551
- * **internal:** add internal helpers & improve build scripts ([#290](https://github.com/increase/increase-node/issues/290)) ([ed13602](https://github.com/increase/increase-node/commit/ed136020c749eee30889b5e6e26788d9c7847594))
3552
-
3553
- ## 0.26.0 (2024-01-22)
3554
-
3555
- Full Changelog: [v0.25.0...v0.26.0](https://github.com/increase/increase-node/compare/v0.25.0...v0.26.0)
3556
-
3557
- ### Features
3558
-
3559
- * **api:** simplify WireDecline and InboundWireTransfer ([#288](https://github.com/increase/increase-node/issues/288)) ([ac8f91d](https://github.com/increase/increase-node/commit/ac8f91d87a92c4237969dfaade41afbcb5de0835))
3560
-
3561
- ## 0.25.0 (2024-01-19)
3562
-
3563
- Full Changelog: [v0.24.3...v0.25.0](https://github.com/increase/increase-node/compare/v0.24.3...v0.25.0)
3564
-
3565
- ### ⚠ BREAKING CHANGES
3566
-
3567
- * fix oauth casing ([#286](https://github.com/increase/increase-node/issues/286))
3568
-
3569
- ### Features
3570
-
3571
- * add webhook support for node and python SDKs ([#284](https://github.com/increase/increase-node/issues/284)) ([0d6c1de](https://github.com/increase/increase-node/commit/0d6c1de1807cd4735982d28b0623dd7b95939c5e))
3572
- * **api:** add oauth token and inbound wire transfer methods ([#287](https://github.com/increase/increase-node/issues/287)) ([0c814d8](https://github.com/increase/increase-node/commit/0c814d86b1d97215ba419f24468ac5b584b336d1))
3573
-
3574
-
3575
- ### Refactors
3576
-
3577
- * fix oauth casing ([#286](https://github.com/increase/increase-node/issues/286)) ([91a333b](https://github.com/increase/increase-node/commit/91a333b2aff2f6b17d44650da0e06dc1c5adaf69))
3578
-
3579
- ## 0.24.3 (2024-01-18)
3580
-
3581
- Full Changelog: [v0.24.2...v0.24.3](https://github.com/increase/increase-node/compare/v0.24.2...v0.24.3)
3582
-
3583
- ### Bug Fixes
3584
-
3585
- * allow body type in RequestOptions to be null ([#282](https://github.com/increase/increase-node/issues/282)) ([8f848bf](https://github.com/increase/increase-node/commit/8f848bf1c2f674617baff7bd6bee702fb2e6b070))
3586
-
3587
- ## 0.24.2 (2024-01-18)
3588
-
3589
- Full Changelog: [v0.24.1...v0.24.2](https://github.com/increase/increase-node/compare/v0.24.1...v0.24.2)
3590
-
3591
- ### Bug Fixes
3592
-
3593
- * **ci:** ignore stainless-app edits to release PR title ([#280](https://github.com/increase/increase-node/issues/280)) ([99d6035](https://github.com/increase/increase-node/commit/99d6035543ab0ecf2424e7889eb9e68a6727ffa0))
3594
-
3595
- ## 0.24.1 (2024-01-17)
3596
-
3597
- Full Changelog: [v0.24.0...v0.24.1](https://github.com/increase/increase-node/compare/v0.24.0...v0.24.1)
3598
-
3599
- ### Bug Fixes
3600
-
3601
- * **types:** accept undefined for optional client options ([#279](https://github.com/increase/increase-node/issues/279)) ([73ad36c](https://github.com/increase/increase-node/commit/73ad36cb4670eaacd67c487cdc78144fdf053ad0))
3602
-
3603
-
3604
- ### Chores
3605
-
3606
- * **internal:** debug logging for retries; speculative retry-after-ms support ([#278](https://github.com/increase/increase-node/issues/278)) ([8c34478](https://github.com/increase/increase-node/commit/8c34478e5dd83d8e695e8ea271cff849a246c866))
3607
- * remove Alex Rattray from reviewers ([#277](https://github.com/increase/increase-node/issues/277)) ([73a27cc](https://github.com/increase/increase-node/commit/73a27cc60f79b975896c58e87569d6a711008207))
3608
-
3609
-
3610
- ### Documentation
3611
-
3612
- * **api:** fix typo ([#276](https://github.com/increase/increase-node/issues/276)) ([1d3e115](https://github.com/increase/increase-node/commit/1d3e115d5fb38877918b62351fc9cc49061fa005))
3613
- * fix missing async in readme code sample ([#274](https://github.com/increase/increase-node/issues/274)) ([1f3c7d8](https://github.com/increase/increase-node/commit/1f3c7d8a6bad27336f7202d4aefc5ab34026cbdc))
3614
-
3615
- ## 0.24.0 (2024-01-12)
3616
-
3617
- Full Changelog: [v0.23.1...v0.24.0](https://github.com/increase/increase-node/compare/v0.23.1...v0.24.0)
3618
-
3619
- ### Features
3620
-
3621
- * **api:** add merchant data to simulation api ([#273](https://github.com/increase/increase-node/issues/273)) ([856b155](https://github.com/increase/increase-node/commit/856b155e8d11de4c63130fec66e29e76c2d2a497))
3622
-
3623
-
3624
- ### Chores
3625
-
3626
- * **internal:** narrow type into stringifyQuery ([#270](https://github.com/increase/increase-node/issues/270)) ([b7b5615](https://github.com/increase/increase-node/commit/b7b5615666467f331d33c10c1dabc1ed4fc220b2))
3627
-
3628
-
3629
- ### Documentation
3630
-
3631
- * **readme:** improve api reference ([#272](https://github.com/increase/increase-node/issues/272)) ([d83747f](https://github.com/increase/increase-node/commit/d83747f5044ecbc34a51dd1dd0d010b48e5486c1))
3632
-
3633
- ## 0.23.1 (2024-01-10)
3634
-
3635
- Full Changelog: [v0.23.0...v0.23.1](https://github.com/increase/increase-node/compare/v0.23.0...v0.23.1)
3636
-
3637
- ### Bug Fixes
3638
-
3639
- * use default base url if BASE_URL env var is blank ([#269](https://github.com/increase/increase-node/issues/269)) ([03365e2](https://github.com/increase/increase-node/commit/03365e22f44c40d336347d585043fe699250e1c8))
3640
-
3641
-
3642
- ### Chores
3643
-
3644
- * add .keep files for examples and custom code directories ([#266](https://github.com/increase/increase-node/issues/266)) ([0e828fb](https://github.com/increase/increase-node/commit/0e828fb44b2590feee7846a61f17126f3efcba87))
3645
- * **api:** update for other platforms ([#268](https://github.com/increase/increase-node/issues/268)) ([c6e35d7](https://github.com/increase/increase-node/commit/c6e35d7ad6c2dc43224a478cb78d0b5ae34f2531))
3646
-
3647
- ## 0.23.0 (2024-01-08)
3648
-
3649
- Full Changelog: [v0.22.1...v0.23.0](https://github.com/increase/increase-node/compare/v0.22.1...v0.23.0)
3650
-
3651
- ### Features
3652
-
3653
- * **api:** add `ach_debit_status` ([#265](https://github.com/increase/increase-node/issues/265)) ([0b1f17e](https://github.com/increase/increase-node/commit/0b1f17e4640938ff63affa0e72c528a538591cc5))
3654
-
3655
-
3656
- ### Chores
3657
-
3658
- * **internal:** improve type signatures ([#263](https://github.com/increase/increase-node/issues/263)) ([d0130da](https://github.com/increase/increase-node/commit/d0130da799bc666fbd7c07872d55bfb4d02cbece))
3659
-
3660
- ## 0.22.1 (2024-01-04)
3661
-
3662
- Full Changelog: [v0.22.0...v0.22.1](https://github.com/increase/increase-node/compare/v0.22.0...v0.22.1)
3663
-
3664
- ### Bug Fixes
3665
-
3666
- * **headers:** always send lowercase headers and strip undefined (BREAKING in rare cases) ([#261](https://github.com/increase/increase-node/issues/261)) ([55226ec](https://github.com/increase/increase-node/commit/55226ec6d038aac74524ef9e3b40d92ebe499f1f))
3667
-
3668
- ## 0.22.0 (2024-01-02)
3669
-
3670
- Full Changelog: [v0.21.0...v0.22.0](https://github.com/increase/increase-node/compare/v0.21.0...v0.22.0)
3671
-
3672
- ### Features
3673
-
3674
- * **api:** add real-time payments request for payment endpoints ([#260](https://github.com/increase/increase-node/issues/260)) ([66afdeb](https://github.com/increase/increase-node/commit/66afdeb6d050af4b3a083eb93a34e655155e8085))
3675
-
3676
-
3677
- ### Chores
3678
-
3679
- * **deps:** update jest ([#254](https://github.com/increase/increase-node/issues/254)) ([9429b9a](https://github.com/increase/increase-node/commit/9429b9a9551c3e9da543edb731d213c976a01ee2))
3680
- * **internal:** bump license ([#259](https://github.com/increase/increase-node/issues/259)) ([9a910e4](https://github.com/increase/increase-node/commit/9a910e48e6c81c534de490f4f8e0295e3381b83b))
3681
- * **internal:** minor updates to pagination ([#257](https://github.com/increase/increase-node/issues/257)) ([5a176b0](https://github.com/increase/increase-node/commit/5a176b0b7fbb9dc561a7f38a41b3489f4bcc1140))
3682
-
3683
-
3684
- ### Documentation
3685
-
3686
- * reformat README.md ([#258](https://github.com/increase/increase-node/issues/258)) ([4662f4a](https://github.com/increase/increase-node/commit/4662f4af05c3edef21012d50c8772d6338a05c95))
3687
-
3688
-
3689
- ### Refactors
3690
-
3691
- * write jest config in typescript ([#256](https://github.com/increase/increase-node/issues/256)) ([2282980](https://github.com/increase/increase-node/commit/22829807357244fadc2e3f7f65c0c523ad2da911))
3692
-
3693
- ## 0.21.0 (2023-12-18)
3694
-
3695
- Full Changelog: [v0.20.0...v0.21.0](https://github.com/increase/increase-node/compare/v0.20.0...v0.21.0)
3696
-
3697
- ### Features
3698
-
3699
- * **api:** add deposit_submission property to check deposit ([#253](https://github.com/increase/increase-node/issues/253)) ([bc6c3eb](https://github.com/increase/increase-node/commit/bc6c3ebe476188290b54aab4505b976094f4beb5))
3700
-
3701
-
3702
- ### Chores
3703
-
3704
- * **ci:** run release workflow once per day ([#251](https://github.com/increase/increase-node/issues/251)) ([ccee7fc](https://github.com/increase/increase-node/commit/ccee7fc247e8dde383f034c9a64b6c08f2920760))
3705
- * **deps:** update dependency ts-jest to v29.1.1 ([#252](https://github.com/increase/increase-node/issues/252)) ([61974d2](https://github.com/increase/increase-node/commit/61974d220c3eb9bf3e51905802313323ba0ed088))
3706
- * update dependencies ([#250](https://github.com/increase/increase-node/issues/250)) ([538bcd3](https://github.com/increase/increase-node/commit/538bcd3f631b703a1c35c5b57b01034d34ac6208))
3707
- * update prettier ([#248](https://github.com/increase/increase-node/issues/248)) ([90324e3](https://github.com/increase/increase-node/commit/90324e3b528ee452d98249e552afce573167c5fc))
3708
-
3709
- ## 0.20.0 (2023-12-14)
3710
-
3711
- Full Changelog: [v0.19.0...v0.20.0](https://github.com/increase/increase-node/compare/v0.19.0...v0.20.0)
3712
-
3713
- ### Features
3714
-
3715
- * **api:** add `suspected_fraud` rejection reason ([#247](https://github.com/increase/increase-node/issues/247)) ([845dbb9](https://github.com/increase/increase-node/commit/845dbb9af358791aad4ad1e4d8ad65ea82c9f4a4))
3716
-
3717
-
3718
- ### Build System
3719
-
3720
- * specify `packageManager: yarn` ([#245](https://github.com/increase/increase-node/issues/245)) ([fe2ae7f](https://github.com/increase/increase-node/commit/fe2ae7fef1dbdc2a7d51b164398aa4ea92a6529c))
3721
-
3722
- ## 0.19.0 (2023-12-08)
3723
-
3724
- Full Changelog: [v0.18.0...v0.19.0](https://github.com/increase/increase-node/compare/v0.18.0...v0.19.0)
3725
-
3726
- ### Features
3727
-
3728
- * **api:** updates ([#244](https://github.com/increase/increase-node/issues/244)) ([ddbd432](https://github.com/increase/increase-node/commit/ddbd432f37ab96142742de12a49b3e9638b3d8f9))
3729
-
3730
- ## 0.18.0 (2023-12-04)
3731
-
3732
- Full Changelog: [v0.17.0...v0.18.0](https://github.com/increase/increase-node/compare/v0.17.0...v0.18.0)
3733
-
3734
- ### Features
3735
-
3736
- * allow installing package directly from github ([#235](https://github.com/increase/increase-node/issues/235)) ([4239d30](https://github.com/increase/increase-node/commit/4239d3025215e8d45beb10fa089b99dcce7393f9))
3737
- * **client:** support reading the base url from an env variable ([#240](https://github.com/increase/increase-node/issues/240)) ([3edcfbd](https://github.com/increase/increase-node/commit/3edcfbd8cf6c2bea49d1c3121c9fa83b32955ad4))
3738
-
3739
-
3740
- ### Chores
3741
-
3742
- * **internal:** don't call prepare in dist ([#236](https://github.com/increase/increase-node/issues/236)) ([67e6f5a](https://github.com/increase/increase-node/commit/67e6f5a49e6caa8bd75f9807f151d1da03676a01))
3743
- * **internal:** remove file import and conditionally run prepare ([#237](https://github.com/increase/increase-node/issues/237)) ([1432101](https://github.com/increase/increase-node/commit/14321015e67bedabc473b28fdf8926d57123d69d))
3744
- * **internal:** update APIResource structure ([#234](https://github.com/increase/increase-node/issues/234)) ([c0885ff](https://github.com/increase/increase-node/commit/c0885ff85a42aa9e55b154d66c18f2c7b81a59d0))
3745
- * **internal:** update jest config ([#232](https://github.com/increase/increase-node/issues/232)) ([6072553](https://github.com/increase/increase-node/commit/607255347b59d8d7b4ef48a1272e61ef2a98fa5f))
3746
-
3747
-
3748
- ### Documentation
3749
-
3750
- * **readme:** update example snippets ([#239](https://github.com/increase/increase-node/issues/239)) ([cd72a09](https://github.com/increase/increase-node/commit/cd72a0966555ee5ba85b058d5c0feaf169717765))
3751
-
3752
- ## 0.17.0 (2023-11-08)
3753
-
3754
- Full Changelog: [v0.16.0...v0.17.0](https://github.com/increase/increase-node/compare/v0.16.0...v0.17.0)
3755
-
3756
- ### Features
3757
-
3758
- * **api:** restructure balance lookups ([#231](https://github.com/increase/increase-node/issues/231)) ([dffe560](https://github.com/increase/increase-node/commit/dffe560494144adddc63bdce6a7c8cae5bfc94c0))
3759
- * **client:** allow binary returns ([#225](https://github.com/increase/increase-node/issues/225)) ([00b2a56](https://github.com/increase/increase-node/commit/00b2a563b4358b2a056ca45da1335067fe92c3ff))
3760
-
3761
-
3762
- ### Chores
3763
-
3764
- * **ci:** update release-please config ([#228](https://github.com/increase/increase-node/issues/228)) ([c6c8015](https://github.com/increase/increase-node/commit/c6c80154b0d7602fb9f6a0f5a0b20f259879a509))
3765
- * **docs:** fix github links ([#229](https://github.com/increase/increase-node/issues/229)) ([dcf7fb7](https://github.com/increase/increase-node/commit/dcf7fb7342f941aac2b67a753da729315382a089))
3766
- * **internal:** update tsconfig ([#230](https://github.com/increase/increase-node/issues/230)) ([9486e84](https://github.com/increase/increase-node/commit/9486e84052b1c6509fa50acd2a2a78fac9bd49b4))
3767
-
3768
-
3769
- ### Documentation
3770
-
3771
- * document customizing fetch ([#227](https://github.com/increase/increase-node/issues/227)) ([ca94993](https://github.com/increase/increase-node/commit/ca949933ab57c2bebdfbb4d59df588d1c00182a7))
3772
-
3773
- ## 0.16.0 (2023-11-01)
3774
-
3775
- Full Changelog: [v0.15.0...v0.16.0](https://github.com/increase/increase-node/compare/v0.15.0...v0.16.0)
3776
-
3777
- ### Features
3778
-
3779
- * **api:** add failed to export status enum ([#224](https://github.com/increase/increase-node/issues/224)) ([4fa60c0](https://github.com/increase/increase-node/commit/4fa60c0ac93001d6009a529bc9d04a4c520fe641))
3780
- * **github:** include a devcontainer setup ([#223](https://github.com/increase/increase-node/issues/223)) ([d1b23c3](https://github.com/increase/increase-node/commit/d1b23c30e9b2d0c898f531f0fe8924f045dc7ca3))
3781
-
3782
-
3783
- ### Chores
3784
-
3785
- * **internal:** update gitignore ([#221](https://github.com/increase/increase-node/issues/221)) ([a8170f6](https://github.com/increase/increase-node/commit/a8170f617db0e9b86193e434a669539e5fd4c74b))
3786
-
3787
- ## 0.15.0 (2023-10-27)
3788
-
3789
- Full Changelog: [v0.14.0...v0.15.0](https://github.com/increase/increase-node/compare/v0.14.0...v0.15.0)
3790
-
3791
- ### Features
3792
-
3793
- * **api:** add network identifiers and effective date ([#219](https://github.com/increase/increase-node/issues/219)) ([de92338](https://github.com/increase/increase-node/commit/de92338f10e54b67e88a5e0e959923ea157d35d7))
3794
-
3795
- ## 0.14.0 (2023-10-26)
3796
-
3797
- Full Changelog: [v0.13.1...v0.14.0](https://github.com/increase/increase-node/compare/v0.13.1...v0.14.0)
3798
-
3799
- ### Features
3800
-
3801
- * **api:** updates ([#217](https://github.com/increase/increase-node/issues/217)) ([f6a2b13](https://github.com/increase/increase-node/commit/f6a2b1393a677777da94639338aa8a0f67476a54))
3802
-
3803
- ## 0.13.1 (2023-10-25)
3804
-
3805
- Full Changelog: [v0.13.0...v0.13.1](https://github.com/increase/increase-node/compare/v0.13.0...v0.13.1)
3806
-
3807
- ### Bug Fixes
3808
-
3809
- * typo in build script ([#215](https://github.com/increase/increase-node/issues/215)) ([c6d50dd](https://github.com/increase/increase-node/commit/c6d50dde53f8a8f5f1248f2dcec9003787f84e5f))
3810
-
3811
- ## 0.13.0 (2023-10-24)
3812
-
3813
- Full Changelog: [v0.12.0...v0.13.0](https://github.com/increase/increase-node/compare/v0.12.0...v0.13.0)
3814
-
3815
- ### Features
3816
-
3817
- * **api:** add fuel confirmation functionality ([#211](https://github.com/increase/increase-node/issues/211)) ([f18b75e](https://github.com/increase/increase-node/commit/f18b75eed362eda1039b78c0e65d6197a1d6c054))
3818
- * **api:** add returned_per_odfi_request enum ([#210](https://github.com/increase/increase-node/issues/210)) ([bfa8677](https://github.com/increase/increase-node/commit/bfa8677048ceecb400599f850b262e69326c1872))
3819
- * **api:** updates ([#208](https://github.com/increase/increase-node/issues/208)) ([1eb5ca3](https://github.com/increase/increase-node/commit/1eb5ca3f0ed85017ff08df789f89fbf3c72f26a8))
3820
- * **api:** updates ([#209](https://github.com/increase/increase-node/issues/209)) ([7c6b8ba](https://github.com/increase/increase-node/commit/7c6b8ba888b22a73ebcafe492db0ab0550a4995a))
3821
- * **client:** adjust retry behavior to be exponential backoff ([#212](https://github.com/increase/increase-node/issues/212)) ([92132b4](https://github.com/increase/increase-node/commit/92132b47efd3c2720d07444d6153a3a8fd83b645))
3822
- * handle 204 No Content gracefully ([#207](https://github.com/increase/increase-node/issues/207)) ([e2004f3](https://github.com/increase/increase-node/commit/e2004f354e9ac1947b4f6844461a6250fb6cb947))
3823
-
3824
- ## 0.12.0 (2023-10-19)
3825
-
3826
- Full Changelog: [v0.11.8...v0.12.0](https://github.com/increase/increase-node/compare/v0.11.8...v0.12.0)
3827
-
3828
- ### Features
3829
-
3830
- * **api:** add addenda details for ACH transfers ([#202](https://github.com/increase/increase-node/issues/202)) ([0aa3c3f](https://github.com/increase/increase-node/commit/0aa3c3fe6c99c2647d3dd0d52972dcf9419fe3e7))
3831
- * **api:** updates ([#204](https://github.com/increase/increase-node/issues/204)) ([b9ec38a](https://github.com/increase/increase-node/commit/b9ec38af2c855527e71b8d5f53b8014db82aa0f2))
3832
-
3833
-
3834
- ### Bug Fixes
3835
-
3836
- * fix namespace exports regression ([#192](https://github.com/increase/increase-node/issues/192)) ([dbb2850](https://github.com/increase/increase-node/commit/dbb28506a43131cea845dc8249ed3dd76e73acfc))
3837
- * import web-streams-polyfill without overriding globals ([#203](https://github.com/increase/increase-node/issues/203)) ([7ef92ce](https://github.com/increase/increase-node/commit/7ef92ceb406d02f04bfd8b413eb421d890a8a0b2))
3838
- * improve status code in error messages ([#200](https://github.com/increase/increase-node/issues/200)) ([488dc57](https://github.com/increase/increase-node/commit/488dc5738fa86f21390c95c8548c00623869abcd))
3839
-
3840
-
3841
- ### Chores
3842
-
3843
- * add case insensitive get header function ([#198](https://github.com/increase/increase-node/issues/198)) ([7637a13](https://github.com/increase/increase-node/commit/7637a13612177f5e54ab61b476bd9c992501cdb4))
3844
- * **internal:** refactor status code printing in error ([#195](https://github.com/increase/increase-node/issues/195)) ([3f515e7](https://github.com/increase/increase-node/commit/3f515e747fcc0836776b1ee748827a81998a6366))
3845
- * update comment ([#199](https://github.com/increase/increase-node/issues/199)) ([923a71d](https://github.com/increase/increase-node/commit/923a71d39d1b1b57a32e5c3fc35ee3a84f4ecc4e))
3846
- * update README ([#194](https://github.com/increase/increase-node/issues/194)) ([c0e0c50](https://github.com/increase/increase-node/commit/c0e0c50cafa43d6ebc9159f2887d236a453303e4))
3847
-
3848
-
3849
- ### Documentation
3850
-
3851
- * organisation -> organization (UK to US English) ([#201](https://github.com/increase/increase-node/issues/201)) ([8148392](https://github.com/increase/increase-node/commit/81483925ab7dc30d9aba22b554ca7998371a5864))
3852
-
3853
-
3854
- ### Refactors
3855
-
3856
- * **test:** refactor authentication tests ([#196](https://github.com/increase/increase-node/issues/196)) ([465ec0e](https://github.com/increase/increase-node/commit/465ec0e885d79b2abfac928ad169a4cf0a2d8c05))
3857
-
3858
- ## 0.11.8 (2023-10-11)
3859
-
3860
- Full Changelog: [v0.11.7...v0.11.8](https://github.com/Increase/increase-node/compare/v0.11.7...v0.11.8)
3861
-
3862
- ### Bug Fixes
3863
-
3864
- * **client:** eliminate circular imports, which cause runtime errors in webpack dev bundles ([#189](https://github.com/Increase/increase-node/issues/189)) ([717b395](https://github.com/Increase/increase-node/commit/717b39505e451dfd8018d5a4c99ea6df4c5e4d4d))
3865
-
3866
- ## 0.11.8 (2023-10-11)
3867
-
3868
- Full Changelog: [v0.11.7...v0.11.8](https://github.com/increase/increase-node/compare/v0.11.7...v0.11.8)
3869
-
3870
- ### Bug Fixes
3871
-
3872
- * **client:** eliminate circular imports, which cause runtime errors in webpack dev bundles ([#189](https://github.com/increase/increase-node/issues/189)) ([c8ae4b8](https://github.com/increase/increase-node/commit/c8ae4b8fe7b71d81f5ab4ba8bece9f8ea94fc028))
3873
-
3874
- ## 0.11.7 (2023-10-06)
3875
-
3876
- Full Changelog: [v0.11.6...v0.11.7](https://github.com/increase/increase-node/compare/v0.11.6...v0.11.7)
3877
-
3878
- ### Bug Fixes
3879
-
3880
- * prevent ReferenceError, update compatibility to ES2020 and Node 18+ ([#187](https://github.com/increase/increase-node/issues/187)) ([ed733e6](https://github.com/increase/increase-node/commit/ed733e623b708211961da39356bf55886c80ce18))
3881
-
3882
- ## 0.11.6 (2023-10-06)
3883
-
3884
- Full Changelog: [v0.11.5...v0.11.6](https://github.com/Increase/increase-node/compare/v0.11.5...v0.11.6)
3885
-
3886
- ### Features
3887
-
3888
- * **api:** add direction property to CardAuthorization ([#185](https://github.com/Increase/increase-node/issues/185)) ([1656128](https://github.com/Increase/increase-node/commit/1656128e9dda73c7e19e39067b8890b23082acec))
3889
-
3890
- ## 0.11.5 (2023-10-03)
3891
-
3892
- Full Changelog: [v0.11.4...v0.11.5](https://github.com/increase/increase-node/compare/v0.11.4...v0.11.5)
3893
-
3894
- ### Features
3895
-
3896
- * **api:** expand event categories and Entity status options ([#183](https://github.com/increase/increase-node/issues/183)) ([21f2aa7](https://github.com/increase/increase-node/commit/21f2aa74e15805ad4a4dbbdd4ce96f7165a3c32d))
3897
-
3898
-
3899
- ### Chores
3900
-
3901
- * **internal:** update lock file ([#179](https://github.com/increase/increase-node/issues/179)) ([0cf0c29](https://github.com/increase/increase-node/commit/0cf0c29e7e2f13244c3375c9cd95852601ada3da))
3902
- * **tests:** update test examples ([#184](https://github.com/increase/increase-node/issues/184)) ([4a55e48](https://github.com/increase/increase-node/commit/4a55e4806eab51a3077781b77500f5e8dca7f92b))
3903
-
3904
- ## 0.11.4 (2023-09-29)
3905
-
3906
- Full Changelog: [v0.11.3...v0.11.4](https://github.com/Increase/increase-node/compare/v0.11.3...v0.11.4)
3907
-
3908
- ### Features
3909
-
3910
- * **api:** add card payments endpoints ([#178](https://github.com/Increase/increase-node/issues/178)) ([d4c6032](https://github.com/Increase/increase-node/commit/d4c6032050f63186eb9c4f2002ede4d0679ea8d2))
3911
- * **api:** add physical cards endpoints ([#176](https://github.com/Increase/increase-node/issues/176)) ([a96c3e7](https://github.com/Increase/increase-node/commit/a96c3e7225fb83dfb310ac18e9506966240c72b7))
3912
-
3913
- ## 0.11.3 (2023-09-25)
3914
-
3915
- Full Changelog: [v0.11.2...v0.11.3](https://github.com/Increase/increase-node/compare/v0.11.2...v0.11.3)
3916
-
3917
- ### Features
3918
-
3919
- * **api:** add inbound checks, originating routing number and new event types ([#173](https://github.com/Increase/increase-node/issues/173)) ([d212a98](https://github.com/Increase/increase-node/commit/d212a98092d6858f6c351c95c1086ec8dfdadef9))
3920
- * **client:** handle retry-after with a date ([#175](https://github.com/Increase/increase-node/issues/175)) ([b3a7192](https://github.com/Increase/increase-node/commit/b3a719292e8cc4b7961fe28ddd107f9745256dfb))
3921
- * **package:** export a root error type ([#174](https://github.com/Increase/increase-node/issues/174)) ([d2af282](https://github.com/Increase/increase-node/commit/d2af2822ff7e46083a0a2a86079c361e81a33316))
3922
-
3923
-
3924
- ### Documentation
3925
-
3926
- * **api.md:** add shared models ([#172](https://github.com/Increase/increase-node/issues/172)) ([c7c6c32](https://github.com/Increase/increase-node/commit/c7c6c329a39ef77b5fac00fd1e5471597e142293))
3927
- * **README:** fix variable names in some examples ([#170](https://github.com/Increase/increase-node/issues/170)) ([23197d0](https://github.com/Increase/increase-node/commit/23197d0cec26f5bef61e908a8986a4fd25bb47a9))
3928
-
3929
- ## 0.11.2 (2023-09-20)
3930
-
3931
- Full Changelog: [v0.11.1...v0.11.2](https://github.com/Increase/increase-node/compare/v0.11.1...v0.11.2)
3932
-
3933
- ### Features
3934
-
3935
- * **api:** add entity_id to Card and make relationship nullable ([#165](https://github.com/Increase/increase-node/issues/165)) ([2c72176](https://github.com/Increase/increase-node/commit/2c72176535c865107b25d5e80a9f7e6eb54c0e67))
3936
- * **api:** export account statements in OFX format ([#169](https://github.com/Increase/increase-node/issues/169)) ([88678b7](https://github.com/Increase/increase-node/commit/88678b72ceed45fa445d3d07cc21b09299323fa3))
3937
- * **client:** support importing node or web shims manually ([#168](https://github.com/Increase/increase-node/issues/168)) ([986b86c](https://github.com/Increase/increase-node/commit/986b86cabd898c63cc59500da997a2f68cb44325))
3938
-
3939
-
3940
- ### Documentation
3941
-
3942
- * **readme:** remove incorrect wording in opening ([#167](https://github.com/Increase/increase-node/issues/167)) ([70734aa](https://github.com/Increase/increase-node/commit/70734aac9a59686bb2afe56bac9901d0707d41c2))
3943
-
3944
- ## 0.11.1 (2023-09-15)
3945
-
3946
- Full Changelog: [v0.11.0...v0.11.1](https://github.com/Increase/increase-node/compare/v0.11.0...v0.11.1)
3947
-
3948
- ### Features
3949
-
3950
- * **api:** add card payment ID reference to transaction models ([#158](https://github.com/Increase/increase-node/issues/158)) ([1c92078](https://github.com/Increase/increase-node/commit/1c920786fba59a7ae355468e9f9e0b957a693202))
3951
- * **client:** retry on 408 Request Timeout ([#160](https://github.com/Increase/increase-node/issues/160)) ([1792836](https://github.com/Increase/increase-node/commit/1792836c06d3f55e76a1d9347acdedb3ad0148b0))
3952
- * **errors:** add status code to error message ([#164](https://github.com/Increase/increase-node/issues/164)) ([c5493ce](https://github.com/Increase/increase-node/commit/c5493cef8e97b10f72d0cd227ddff4d6d4787103))
3953
-
3954
-
3955
- ### Documentation
3956
-
3957
- * declare Bun 1.0 officially supported ([#163](https://github.com/Increase/increase-node/issues/163)) ([a5611aa](https://github.com/Increase/increase-node/commit/a5611aaf9223425264827b6fbf4a0aca13d916ea))
3958
-
3959
- ## 0.11.0 (2023-09-12)
3960
-
3961
- Full Changelog: [v0.10.4...v0.11.0](https://github.com/increase/increase-node/compare/v0.10.4...v0.11.0)
3962
-
3963
- ### ⚠ BREAKING CHANGES
3964
-
3965
- * **api:** remove Limits API, add ACH controls to Account Numbers ([#156](https://github.com/increase/increase-node/issues/156))
3966
-
3967
- ### Features
3968
-
3969
- * **api:** remove Limits API, add ACH controls to Account Numbers ([#156](https://github.com/increase/increase-node/issues/156)) ([4e4d1b2](https://github.com/increase/increase-node/commit/4e4d1b2d91c88c22ff6e371d2d06570182492d46))
3970
-
3971
- ## 0.10.4 (2023-09-08)
3972
-
3973
- Full Changelog: [v0.10.3...v0.10.4](https://github.com/increase/increase-node/compare/v0.10.3...v0.10.4)
3974
-
3975
- ### Features
3976
-
3977
- * **api:** add bank_of_first_deposit_routing_number and transfer_id properties ([#142](https://github.com/increase/increase-node/issues/142)) ([dbedd6e](https://github.com/increase/increase-node/commit/dbedd6e187c0f5ca02afaf1253a8aeb2e0a7b2d0))
3978
- * **api:** add Update Address and Create Notification Change endpoints ([#149](https://github.com/increase/increase-node/issues/149)) ([0fb3db0](https://github.com/increase/increase-node/commit/0fb3db0384befb5e321deb4ac0db65d17c7576b3))
3979
- * fixes tests where an array has to have unique enum values ([#150](https://github.com/increase/increase-node/issues/150)) ([ef1a132](https://github.com/increase/increase-node/commit/ef1a132654c96b5761e1f273eb47526272e29ae6))
3980
- * **package:** add Bun export map ([#144](https://github.com/increase/increase-node/issues/144)) ([a4f0dab](https://github.com/increase/increase-node/commit/a4f0dab4a2e7a0d8d356061cba2f14a85c875839))
3981
-
3982
-
3983
- ### Bug Fixes
3984
-
3985
- * **client:** fix TS errors that appear when users Go to Source in VSCode ([#147](https://github.com/increase/increase-node/issues/147)) ([c198d77](https://github.com/increase/increase-node/commit/c198d7768eafc3f9a9dc6b6091474b2faae63295))
3986
- * **client:** handle case where the client is instantiated with a undefined baseURL ([#148](https://github.com/increase/increase-node/issues/148)) ([6e63ef2](https://github.com/increase/increase-node/commit/6e63ef243e0188471cb7a39326b84b7b3652bdb7))
3987
- * **client:** use explicit file extensions in _shims imports ([#146](https://github.com/increase/increase-node/issues/146)) ([3645236](https://github.com/increase/increase-node/commit/3645236ad1ab3aace78b4bdb5af0966d540428fc))
3988
- * fix module not found errors in Vercel edge ([#155](https://github.com/increase/increase-node/issues/155)) ([5fa86f3](https://github.com/increase/increase-node/commit/5fa86f3054bafdb72e7cd0b46aa15e9f5364c474))
3989
- * **readme:** update link to api.md to use the correct branch ([#152](https://github.com/increase/increase-node/issues/152)) ([b9db511](https://github.com/increase/increase-node/commit/b9db5115023cc99ca256a94f290872dce1fdae29))
3990
-
3991
-
3992
- ### Chores
3993
-
3994
- * **internal:** export helper from core ([#153](https://github.com/increase/increase-node/issues/153)) ([bdddccd](https://github.com/increase/increase-node/commit/bdddccda7f1507b5de3d3a330e60bb2533ceeb4a))
3995
-
3996
-
3997
- ### Documentation
3998
-
3999
- * **api:** add docstrings and refine enum types ([#154](https://github.com/increase/increase-node/issues/154)) ([2f16a78](https://github.com/increase/increase-node/commit/2f16a7897d0dff64ea1660e081305a175997ac2c))
4000
- * **readme:** add link to api.md ([#151](https://github.com/increase/increase-node/issues/151)) ([e21123b](https://github.com/increase/increase-node/commit/e21123b89ee1fc32f41e75cdb69ffba3abb3f3b2))
4001
-
4002
- ## 0.10.3 (2023-08-29)
4003
-
4004
- Full Changelog: [v0.10.2...v0.10.3](https://github.com/Increase/increase-node/compare/v0.10.2...v0.10.3)
4005
-
4006
- ### Features
4007
-
4008
- * **api:** remove unused `/inbound_ach_transfer_returns` endpoints ([#141](https://github.com/Increase/increase-node/issues/141)) ([8b5d210](https://github.com/Increase/increase-node/commit/8b5d2108a9f287d0a16dbc70d2d99d0ecbb6a0c5))
4009
-
4010
-
4011
- ### Bug Fixes
4012
-
4013
- * **api:** move ACH Return endpoint and add digital wallet properties ([#139](https://github.com/Increase/increase-node/issues/139)) ([ad69548](https://github.com/Increase/increase-node/commit/ad695481fa66240025da740dc621c98a21bc8e95))
4014
- * **types:** improve getNextPage() return type ([#140](https://github.com/Increase/increase-node/issues/140)) ([d45397c](https://github.com/Increase/increase-node/commit/d45397cfc2a9a0f3c6e45fa57cdf31d7f1dd545f))
4015
-
4016
-
4017
- ### Chores
4018
-
4019
- * **ci:** setup workflows to create releases and release PRs ([#136](https://github.com/Increase/increase-node/issues/136)) ([71167b0](https://github.com/Increase/increase-node/commit/71167b097733c5c019cd2035d1ca8e59df47166d))
4020
-
4021
- ## [0.10.2](https://github.com/Increase/increase-node/compare/v0.10.1...v0.10.2) (2023-08-27)
4022
-
4023
-
4024
- ### Features
4025
-
4026
- * **api:** move inbound ACH transfer returns (⚠️ breaking); add ACH transfer declines ([#134](https://github.com/Increase/increase-node/issues/134)) ([6640d70](https://github.com/Increase/increase-node/commit/6640d70edf92c902d5e93ed2e36267bbf76a91b5))
4027
- * **api:** updates ([#131](https://github.com/Increase/increase-node/issues/131)) ([b837631](https://github.com/Increase/increase-node/commit/b8376314e257ceb2253eaccd1c8728ac907814fc))
4028
-
4029
-
4030
- ### Chores
4031
-
4032
- * **internal:** add helper method ([#133](https://github.com/Increase/increase-node/issues/133)) ([9057d13](https://github.com/Increase/increase-node/commit/9057d13c2164ec74b4001af7c5b08aad6b095c02))
4033
-
4034
- ## [0.10.1](https://github.com/Increase/increase-node/compare/v0.10.0...v0.10.1) (2023-08-24)
4035
-
4036
-
4037
- ### Features
4038
-
4039
- * **types:** export RequestOptions type ([#128](https://github.com/Increase/increase-node/issues/128)) ([a7c479a](https://github.com/Increase/increase-node/commit/a7c479aed355858b0bb42a9cbb556aa6a41efc61))
4040
-
4041
-
4042
- ### Bug Fixes
4043
-
4044
- * **core:** fix navigator check for strange environments ([#126](https://github.com/Increase/increase-node/issues/126)) ([3d295e5](https://github.com/Increase/increase-node/commit/3d295e57c0e3f7815650fa42c58a96ec7e696dac))
4045
-
4046
-
4047
- ### Chores
4048
-
4049
- * **internal:** add missing eslint-plugin-prettier ([#125](https://github.com/Increase/increase-node/issues/125)) ([44a4416](https://github.com/Increase/increase-node/commit/44a441620bfccca4fd0ce3159bd6aea3daa7da44))
4050
- * **internal:** export HeadersInit type shim ([#129](https://github.com/Increase/increase-node/issues/129)) ([6120e36](https://github.com/Increase/increase-node/commit/6120e36c88e7c7895bed285eeade28b20934432b))
4051
- * **internal:** minor reformatting of code ([#123](https://github.com/Increase/increase-node/issues/123)) ([39f4300](https://github.com/Increase/increase-node/commit/39f4300b5dcf844b3b54068f88230ed0e931a0d1))
4052
-
4053
- ## [0.10.0](https://github.com/Increase/increase-node/compare/v0.9.1...v0.10.0) (2023-08-17)
4054
-
4055
-
4056
- ### ⚠ BREAKING CHANGES
4057
-
4058
- * **api:** change `physical_cards.status` value, remove `event_subscription` field, add fields ([#120](https://github.com/Increase/increase-node/issues/120))
4059
-
4060
- ### Features
4061
-
4062
- * **api:** change `physical_cards.status` value, remove `event_subscription` field, add fields ([#120](https://github.com/Increase/increase-node/issues/120)) ([8d390d1](https://github.com/Increase/increase-node/commit/8d390d149c59a524c52493908fd5e21c79155803))
4063
- * **client:** improve compatibility with Bun ([#121](https://github.com/Increase/increase-node/issues/121)) ([f969ef3](https://github.com/Increase/increase-node/commit/f969ef3ac02fe73fe5a441eae701d59d4f535eda))
4064
- * **docs:** add documentation to the client constructor ([#118](https://github.com/Increase/increase-node/issues/118)) ([874970c](https://github.com/Increase/increase-node/commit/874970c60dd4850442204d09f98fbc5fe49f5659))
4065
-
4066
- ## [0.9.1](https://github.com/Increase/increase-node/compare/v0.9.0...v0.9.1) (2023-08-16)
4067
-
4068
-
4069
- ### Features
4070
-
4071
- * allow a default timeout to be set for clients ([#111](https://github.com/Increase/increase-node/issues/111)) ([3c477d6](https://github.com/Increase/increase-node/commit/3c477d6df3b9b2eb27c493c5d9cb4f449be188dd))
4072
-
4073
-
4074
- ### Bug Fixes
4075
-
4076
- * **client:** fix TypeError when a request gets retried ([#116](https://github.com/Increase/increase-node/issues/116)) ([dbdc423](https://github.com/Increase/increase-node/commit/dbdc423a3b739b30b81115a253848672cdffa0ac))
4077
-
4078
-
4079
- ### Chores
4080
-
4081
- * assign default reviewers to release PRs ([#113](https://github.com/Increase/increase-node/issues/113)) ([3411dd3](https://github.com/Increase/increase-node/commit/3411dd38827118a537b1a7234dec8ed4679fe394))
4082
- * **internal:** fix error happening in CloudFlare pages ([#114](https://github.com/Increase/increase-node/issues/114)) ([c191d46](https://github.com/Increase/increase-node/commit/c191d46464d2bd22cf2919a06f3f137cd96e7180))
4083
- * **internal:** improve error message when option is missing ([#115](https://github.com/Increase/increase-node/issues/115)) ([6a24a7e](https://github.com/Increase/increase-node/commit/6a24a7e4a76b63143b6f1861db4889cbeb6674d2))
4084
-
4085
- ## [0.9.0](https://github.com/Increase/increase-node/compare/v0.8.1...v0.9.0) (2023-08-11)
4086
-
4087
-
4088
- ### ⚠ BREAKING CHANGES
4089
-
4090
- * **client:** support accessing raw response + remove deprecated features ([#104](https://github.com/Increase/increase-node/issues/104))
4091
-
4092
- ### Features
4093
-
4094
- * **api:** updates ([#106](https://github.com/Increase/increase-node/issues/106)) ([3ba4626](https://github.com/Increase/increase-node/commit/3ba46267c7f1f56f141b0ebaef9f92cf2d3bf3fd))
4095
- * **client:** support accessing raw response + remove deprecated features ([#104](https://github.com/Increase/increase-node/issues/104)) ([b4f3164](https://github.com/Increase/increase-node/commit/b4f3164ed9a134dc95e1e0a62e86f414c7e9e3d1))
4096
-
4097
-
4098
- ### Documentation
4099
-
4100
- * **api:** change description of various fields ([#107](https://github.com/Increase/increase-node/issues/107)) ([54903db](https://github.com/Increase/increase-node/commit/54903db4061f080c7618e2d2348dcad4dc1c5db9))
4101
- * **readme:** minor updates ([#108](https://github.com/Increase/increase-node/issues/108)) ([a5558bc](https://github.com/Increase/increase-node/commit/a5558bca6f934285a33344abc4b5383cca0a2a06))
4102
-
4103
-
4104
- ### Chores
4105
-
4106
- * **internal:** conditionally include bin during build output ([#109](https://github.com/Increase/increase-node/issues/109)) ([ae76bb5](https://github.com/Increase/increase-node/commit/ae76bb539f3fe3352005bb16a9025d03252624a8))
4107
-
4108
- ## [0.8.1](https://github.com/Increase/increase-node/compare/v0.8.0...v0.8.1) (2023-08-08)
4109
-
4110
-
4111
- ### Features
4112
-
4113
- * **api:** updates ([#95](https://github.com/Increase/increase-node/issues/95)) ([ee5fd92](https://github.com/Increase/increase-node/commit/ee5fd92feacdcf53cd8e5ed63ece2152a47ebe88))
4114
- * **client:** detect browser usage ([#97](https://github.com/Increase/increase-node/issues/97)) ([b2ec59b](https://github.com/Increase/increase-node/commit/b2ec59b2d0f251b6e07b773bea4032ba78e01ef0))
4115
- * **streaming:** add `.toReadableStream()` method ([#99](https://github.com/Increase/increase-node/issues/99)) ([e79f368](https://github.com/Increase/increase-node/commit/e79f36881daa1f8e234dd7d7d9986e4634f11148))
4116
- * **test:** unskip file uploads tests ([#90](https://github.com/Increase/increase-node/issues/90)) ([4a36612](https://github.com/Increase/increase-node/commit/4a36612e01b8592141e9d863e085e2b9c68d1d98))
4117
-
4118
-
4119
- ### Bug Fixes
4120
-
4121
- * fix undefined message in errors ([#83](https://github.com/Increase/increase-node/issues/83)) ([ec9aa0e](https://github.com/Increase/increase-node/commit/ec9aa0e83054cd839fff0716ac545033e470393e))
4122
-
4123
-
4124
- ### Refactors
4125
-
4126
- * create build for deno.land ([#89](https://github.com/Increase/increase-node/issues/89)) ([895fa10](https://github.com/Increase/increase-node/commit/895fa10e1f02ad909aeaf7cbebeceb0cadc665e1))
4127
- * use destructuring arguments in client constructor and respect false values ([#87](https://github.com/Increase/increase-node/issues/87)) ([381b58f](https://github.com/Increase/increase-node/commit/381b58f36b3073e4ccac184a0795e0a21251c060))
4128
-
4129
-
4130
- ### Documentation
4131
-
4132
- * **readme:** remove beta status + document versioning policy ([#96](https://github.com/Increase/increase-node/issues/96)) ([dd0bdb9](https://github.com/Increase/increase-node/commit/dd0bdb919a05597f600b3485068410ea8ca5f2f1))
4133
-
4134
-
4135
- ### Chores
4136
-
4137
- * **internal:** allow the build script to be run without yarn installed ([#88](https://github.com/Increase/increase-node/issues/88)) ([cbdca9c](https://github.com/Increase/increase-node/commit/cbdca9c7743ba059e1b727d6140264dfa3987acc))
4138
- * **internal:** change jest exclude patterns ([#103](https://github.com/Increase/increase-node/issues/103)) ([5bfd043](https://github.com/Increase/increase-node/commit/5bfd0434594ccfe7e896861ed7abc2d613972571))
4139
- * **internal:** fix deno build ([#92](https://github.com/Increase/increase-node/issues/92)) ([e27c547](https://github.com/Increase/increase-node/commit/e27c54761219b02ba98687f0f7c5520e9ab2e4f4))
4140
- * **internal:** fix deno build ([#94](https://github.com/Increase/increase-node/issues/94)) ([3c29918](https://github.com/Increase/increase-node/commit/3c2991833443dafeb3b0ef9300d6bb3659fbfc45))
4141
- * **internal:** minor style update ([#86](https://github.com/Increase/increase-node/issues/86)) ([9361d68](https://github.com/Increase/increase-node/commit/9361d68ad5af41bf5a6ac7232fdc54e3033738c8))
4142
- * **internal:** remove deno build ([#98](https://github.com/Increase/increase-node/issues/98)) ([3cc88f4](https://github.com/Increase/increase-node/commit/3cc88f41ef2bc07b380b6759d9e1f4451e86c15f))
4143
- * **internal:** update eslint ([#101](https://github.com/Increase/increase-node/issues/101)) ([02c5b88](https://github.com/Increase/increase-node/commit/02c5b8843281e6dd5e36dcd11bd3495154d97a03))
4144
- * **internal:** update helpers ([#85](https://github.com/Increase/increase-node/issues/85)) ([9849cdf](https://github.com/Increase/increase-node/commit/9849cdf61246694a7c806452d9d5377fa7b89535))
4145
- * **internal:** update tsconfig-paths dep ([#102](https://github.com/Increase/increase-node/issues/102)) ([7c8d8f2](https://github.com/Increase/increase-node/commit/7c8d8f2a07127a656c7f8e6966bd61b2b2000042))
4146
- * **internal:** update typescript ([#100](https://github.com/Increase/increase-node/issues/100)) ([aa35ddb](https://github.com/Increase/increase-node/commit/aa35ddb9504efbac0f805adf33a7184969caef50))
4147
-
4148
- ## [0.8.0](https://github.com/Increase/increase-node/compare/v0.7.1...v0.8.0) (2023-07-22)
4149
-
4150
-
4151
- ### ⚠ BREAKING CHANGES
4152
-
4153
- * **api:** reorganize `check_transfer` and `network fields; add `request_details`; add `unknown` ([#77](https://github.com/Increase/increase-node/issues/77))
4154
-
4155
- ### Features
4156
-
4157
- * **api:** add fee_period_start and return_of_erroneous_or_reversing_debit ([#81](https://github.com/Increase/increase-node/issues/81)) ([0355030](https://github.com/Increase/increase-node/commit/035503048b9a8def682086e31e1d794a4fbd50d2))
4158
- * **api:** reorganize `check_transfer` and `network fields; add `request_details`; add `unknown` ([#77](https://github.com/Increase/increase-node/issues/77)) ([477ba8c](https://github.com/Increase/increase-node/commit/477ba8c7853fe54bd83fdff6b2c280825a15670b))
4159
- * **client:** export ClientOptions interface ([#76](https://github.com/Increase/increase-node/issues/76)) ([757d3e3](https://github.com/Increase/increase-node/commit/757d3e3edee0471d486f6fd9bd1f2dd3f0fa8f58))
4160
- * **streaming:** make requests immediately throw an error if an aborted signal is passed in ([#80](https://github.com/Increase/increase-node/issues/80)) ([d9e16a4](https://github.com/Increase/increase-node/commit/d9e16a4804f6d7bf377ee58054d2914bebae08c6))
4161
-
4162
-
4163
- ### Bug Fixes
4164
-
4165
- * **client:** fix errors with file uploads in the browser ([#78](https://github.com/Increase/increase-node/issues/78)) ([7ebdd66](https://github.com/Increase/increase-node/commit/7ebdd66c0eaee44aae2ab6ea515f4819bbf31a4f))
4166
- * fix error in environments without `TextEncoder` ([#72](https://github.com/Increase/increase-node/issues/72)) ([699c8e1](https://github.com/Increase/increase-node/commit/699c8e1d56d50feb4ef4f052de012da67efe2b52))
4167
- * fix export map order ([#75](https://github.com/Increase/increase-node/issues/75)) ([5826191](https://github.com/Increase/increase-node/commit/582619146249a2c9a71fae31f2df97a261bda9da))
4168
-
4169
-
4170
- ### Chores
4171
-
4172
- * **internal:** restructure code to stringify query ([#74](https://github.com/Increase/increase-node/issues/74)) ([71586e2](https://github.com/Increase/increase-node/commit/71586e2ead82fb7f89be90a1dbd5d4132fcf3d8b))
4173
-
4174
-
4175
- ### Documentation
4176
-
4177
- * **api:** update `model_id` documentation ([#79](https://github.com/Increase/increase-node/issues/79)) ([aee0086](https://github.com/Increase/increase-node/commit/aee00861804949a4eb286bc97da1c3a407ae5df8))
4178
-
4179
- ## [0.7.1](https://github.com/Increase/increase-node/compare/v0.7.0...v0.7.1) (2023-07-17)
4180
-
4181
-
4182
- ### Features
4183
-
4184
- * **api:** add physical_card_id ([#67](https://github.com/Increase/increase-node/issues/67)) ([b1f92d3](https://github.com/Increase/increase-node/commit/b1f92d350b44e51a33a7053666ec1396996008c4))
4185
-
4186
-
4187
- ### Bug Fixes
4188
-
4189
- * fix errors with "named" client export in CJS ([#70](https://github.com/Increase/increase-node/issues/70)) ([2000849](https://github.com/Increase/increase-node/commit/200084971efad026e0ae309356a2367fed1adc73))
4190
-
4191
-
4192
- ### Documentation
4193
-
4194
- * **readme:** improvements to formatting code snippets ([#64](https://github.com/Increase/increase-node/issues/64)) ([f7b65e9](https://github.com/Increase/increase-node/commit/f7b65e9ffa990f686c5699bc1fef0ca5b6c7fbe6))
4195
-
4196
-
4197
- ### Chores
4198
-
4199
- * **internal:** add helper function for b64 ([#68](https://github.com/Increase/increase-node/issues/68)) ([9ac500a](https://github.com/Increase/increase-node/commit/9ac500a1e7086e6eb2ef379d4d1cf7c7ae201c46))
4200
- * **internal:** let `toFile` helper accept promises to objects with name/type properties ([#69](https://github.com/Increase/increase-node/issues/69)) ([b167997](https://github.com/Increase/increase-node/commit/b16799783a94103de0bd64508975a01bfcc12f25))
4201
- * **internal:** remove unused streaming implementation ([#66](https://github.com/Increase/increase-node/issues/66)) ([264a739](https://github.com/Increase/increase-node/commit/264a739869652468ede2a9e6b7b42d616986b8aa))
4202
-
4203
- ## [0.7.0](https://github.com/Increase/increase-node/compare/v0.6.0...v0.7.0) (2023-07-12)
4204
-
4205
-
4206
- ### ⚠ BREAKING CHANGES
4207
-
4208
- * **api:** add unique_identifier, driver's license backs, inbound funds holds, and more ([#62](https://github.com/Increase/increase-node/issues/62))
4209
-
4210
- ### Features
4211
-
4212
- * **api:** add unique_identifier, driver's license backs, inbound funds holds, and more ([#62](https://github.com/Increase/increase-node/issues/62)) ([e253f9c](https://github.com/Increase/increase-node/commit/e253f9c102cf0dc6ae9a8d410edeb5d9acc2ca1a))
4213
- * **client:** add support for passing a `signal` request option ([#61](https://github.com/Increase/increase-node/issues/61)) ([a6f79cf](https://github.com/Increase/increase-node/commit/a6f79cfbd172c1389e614b88ea903fcfe976ba2d))
4214
- * **client:** improve timeout handling to reuse agent ([#53](https://github.com/Increase/increase-node/issues/53)) ([06559f9](https://github.com/Increase/increase-node/commit/06559f9aa0dce45009612658eca8741c2384fc2c))
4215
- * **client:** support passing a custom `fetch` function ([#57](https://github.com/Increase/increase-node/issues/57)) ([7d974fe](https://github.com/Increase/increase-node/commit/7d974fe8a82d8283165ac5f5c14ad7112dab9eda))
4216
-
4217
-
4218
- ### Bug Fixes
4219
-
4220
- * **client:** properly handle multi-byte characters in Content-Length ([#58](https://github.com/Increase/increase-node/issues/58)) ([d75d738](https://github.com/Increase/increase-node/commit/d75d7384d40656252f0021f08083e6b77ea82f0a))
4221
- * **examples:** avoid swallowing errors in example scripts ([#55](https://github.com/Increase/increase-node/issues/55)) ([c21fb83](https://github.com/Increase/increase-node/commit/c21fb83ed08b5b4352d634bd10d12cf2b61e809e))
4222
- * fix errors in package source files when users go to definition in VSCode ([#52](https://github.com/Increase/increase-node/issues/52)) ([1eeacd4](https://github.com/Increase/increase-node/commit/1eeacd4a52545ab310d35c12698919b8a6312493))
4223
- * include README.md, LICENSE and CHANGELOG.md in published package ([#49](https://github.com/Increase/increase-node/issues/49)) ([e0e3baa](https://github.com/Increase/increase-node/commit/e0e3baa15f2b9001eebfdf3e5cb0f8749298dbcd))
4224
- * **streaming:** do not abort successfully completed streams ([#60](https://github.com/Increase/increase-node/issues/60)) ([1505b16](https://github.com/Increase/increase-node/commit/1505b16f45fd00a4e87a4ed38237bf51f02e7b32))
4225
- * **streaming:** fix response body streaming in non-Chrome environments ([#54](https://github.com/Increase/increase-node/issues/54)) ([f45d825](https://github.com/Increase/increase-node/commit/f45d8256456b25d3b153bb9b514e87ccec8c9b7a))
4226
- * **streaming:** polyfill ReadableStream async iterator and text decoding ([#48](https://github.com/Increase/increase-node/issues/48)) ([fd21d9a](https://github.com/Increase/increase-node/commit/fd21d9a8fa0388765ac97515b758c6ecaf0af140))
4227
- * support `PromiseLike` input to `toFile` ([#51](https://github.com/Increase/increase-node/issues/51)) ([af64015](https://github.com/Increase/increase-node/commit/af64015afd02218cc2053a52fbc0940ea3a7ad9b))
4228
-
4229
-
4230
- ### Chores
4231
-
4232
- * **internal:** fix release please version config ([#46](https://github.com/Increase/increase-node/issues/46)) ([12ed2c6](https://github.com/Increase/increase-node/commit/12ed2c6687f50b35ab48fb60ae346831d9a02879))
4233
-
4234
-
4235
- ### Refactors
4236
-
4237
- * improve streaming implementation ([#50](https://github.com/Increase/increase-node/issues/50)) ([1b19296](https://github.com/Increase/increase-node/commit/1b192961cfff15c17e1c2d05983ecb39234f3c51))
4238
- * **streaming:** make response body streaming polyfill more spec-compliant ([#56](https://github.com/Increase/increase-node/issues/56)) ([d98e28e](https://github.com/Increase/increase-node/commit/d98e28ef0c88ca27370a7b401219618472f49ee9))
4239
-
4240
-
4241
- ### Documentation
4242
-
4243
- * **readme:** minor improvements ([#59](https://github.com/Increase/increase-node/issues/59)) ([7bc48c1](https://github.com/Increase/increase-node/commit/7bc48c174b070af513bf84d15e001670d6499270))
4244
-
4245
- ## [0.6.0](https://github.com/Increase/increase-node/compare/v0.5.0...v0.6.0) (2023-07-07)
4246
-
4247
-
4248
- ### ⚠ BREAKING CHANGES
4249
-
4250
- * **api:** add card profiles simulation method ([#42](https://github.com/Increase/increase-node/issues/42))
4251
- * import issue with ESM ([#37](https://github.com/Increase/increase-node/issues/37))
4252
-
4253
- ### Features
4254
-
4255
- * **api:** add card profiles simulation method ([#42](https://github.com/Increase/increase-node/issues/42)) ([a756866](https://github.com/Increase/increase-node/commit/a756866b4e3200ba8bef94149e99bf050b83cfcd))
4256
- * **client:** add support for `defaultQuery` option ([#35](https://github.com/Increase/increase-node/issues/35)) ([eae9716](https://github.com/Increase/increase-node/commit/eae971676c567cb7c1ddba31aae0155e778179d2))
4257
-
4258
-
4259
- ### Bug Fixes
4260
-
4261
- * import issue with ESM ([#37](https://github.com/Increase/increase-node/issues/37)) ([c321dd8](https://github.com/Increase/increase-node/commit/c321dd8593b9c33eb0a3422474cfd66339da2741))
4262
-
4263
-
4264
- ### Refactors
4265
-
4266
- * mark `.responseHeaders` and `.response` as deprecated ([#41](https://github.com/Increase/increase-node/issues/41)) ([54ca3fa](https://github.com/Increase/increase-node/commit/54ca3faf33ade035d6c2be8d6931286b2ca4a0b6))
4267
- * move to src directory, improve ecosystem compatibility ([#33](https://github.com/Increase/increase-node/issues/33)) ([7961453](https://github.com/Increase/increase-node/commit/7961453587e1df95b0739f481a10cb5773173046))
4268
-
4269
-
4270
- ### Chores
4271
-
4272
- * **internal:** fix tsc usage ([#40](https://github.com/Increase/increase-node/issues/40)) ([5411f7e](https://github.com/Increase/increase-node/commit/5411f7ea3f4f21900f12fdd6ccf44989c7214493))
4273
- * set `noEmit: true` in `tsconfig.json`, since it's for typechecking only ([#43](https://github.com/Increase/increase-node/issues/43)) ([2d40060](https://github.com/Increase/increase-node/commit/2d40060684c161d8eb61fc7230d6887859a856be))
4274
-
4275
-
4276
- ### Documentation
4277
-
4278
- * **api.md:** add context to types exported in a different resource ([#44](https://github.com/Increase/increase-node/issues/44)) ([7204785](https://github.com/Increase/increase-node/commit/72047859b486cc374a8d49781ce342090c79f264))
4279
- * **api.md:** fix links not referencing `src` directory ([#36](https://github.com/Increase/increase-node/issues/36)) ([35cccbe](https://github.com/Increase/increase-node/commit/35cccbe76b89d7e8debda7d96e8209623a856f55))
4280
- * **client:** improve documentation for client options ([#38](https://github.com/Increase/increase-node/issues/38)) ([2133c8e](https://github.com/Increase/increase-node/commit/2133c8ee1777d4af86d0abf57631a5194e3673f2))
4281
- * **types:** add documentation for enum members ([#39](https://github.com/Increase/increase-node/issues/39)) ([aeca9c3](https://github.com/Increase/increase-node/commit/aeca9c370994cf9634d0bcab9513e47ecdb25776))
4282
-
4283
- ## [0.5.0](https://github.com/Increase/increase-node/compare/v0.4.0...v0.5.0) (2023-06-29)
4284
-
4285
-
4286
- ### ⚠ BREAKING CHANGES
4287
-
4288
- * **api:** remove many enum members from document category ([#27](https://github.com/Increase/increase-node/issues/27))
4289
- * **types:** singularize array item types ([#25](https://github.com/Increase/increase-node/issues/25))
4290
-
4291
- ### Features
4292
-
4293
- * **api/types:** mark more check transfer intention properties as nullable ([#26](https://github.com/Increase/increase-node/issues/26)) ([324580e](https://github.com/Increase/increase-node/commit/324580e75db774e8ca3c6561e288c217915b7722))
4294
- * support ESM and web platform runtimes; easier file uploads ([#28](https://github.com/Increase/increase-node/issues/28)) ([1d53a8d](https://github.com/Increase/increase-node/commit/1d53a8dd26cfa10c36a1813a9e8d5a78697439e4))
4295
- * **types:** export nested types through the root client export ([#23](https://github.com/Increase/increase-node/issues/23)) ([c68b1ae](https://github.com/Increase/increase-node/commit/c68b1ae49b52828121c5042303d74dc10f2960fc))
4296
-
4297
-
4298
- ### Bug Fixes
4299
-
4300
- * **form-data:** strip out undefined properties ([#21](https://github.com/Increase/increase-node/issues/21)) ([dd73783](https://github.com/Increase/increase-node/commit/dd73783b3541ff86ac53e22f397d53a87872f925))
4301
-
4302
-
4303
- ### Refactors
4304
-
4305
- * **api:** remove `other` from reason enum ([#24](https://github.com/Increase/increase-node/issues/24)) ([5d7206a](https://github.com/Increase/increase-node/commit/5d7206a911039f9f2b8c8f40db589777afbad113))
4306
- * **api:** remove many enum members from document category ([#27](https://github.com/Increase/increase-node/issues/27)) ([ddcd780](https://github.com/Increase/increase-node/commit/ddcd7807953bc64a4e9f055bb9cd1a671554eaa5))
4307
- * **types:** singularize array item types ([#25](https://github.com/Increase/increase-node/issues/25)) ([bb00a48](https://github.com/Increase/increase-node/commit/bb00a48c7c6aee72593c9e79decc9a4127873587))
4308
-
4309
-
4310
- ### Styles
4311
-
4312
- * minor reordering of types and properties ([#29](https://github.com/Increase/increase-node/issues/29)) ([0e6dbc5](https://github.com/Increase/increase-node/commit/0e6dbc537b6a5ff9464de3f3ce2c164f00b79680))
4313
-
4314
-
4315
- ### Chores
4316
-
4317
- * speed up build script slightly ([#30](https://github.com/Increase/increase-node/issues/30)) ([b8ad73c](https://github.com/Increase/increase-node/commit/b8ad73c54aacb5a582826a4d8cfb594f3e1450ee))
4318
-
4319
-
4320
- ### Documentation
4321
-
4322
- * rearrange sections in api.md ([#31](https://github.com/Increase/increase-node/issues/31)) ([a8859f4](https://github.com/Increase/increase-node/commit/a8859f4fcca63820dc3568f7fd9c5a8c5b79c445))
4323
-
4324
- ## [0.4.0](https://github.com/Increase/increase-node/compare/v0.3.0...v0.4.0) (2023-06-19)
4325
-
4326
-
4327
- ### ⚠ BREAKING CHANGES
4328
-
4329
- * drop official support for EOL Node versions (Node 12, 13, 14, 15) ([#18](https://github.com/Increase/increase-node/issues/18))
4330
- * **api:** rename return reason enum member ([#12](https://github.com/Increase/increase-node/issues/12))
4331
- * change nested query parameters to be objects ([#8](https://github.com/Increase/increase-node/issues/8))
4332
-
4333
-
4334
- ### Features
4335
- * **client:** add support for specifying client-level default headers ([#5](https://github.com/Increase/increase-node/issues/5)) ([609c71a](https://github.com/Increase/increase-node/commit/609c71a7f657ec14fba3fa919d8b0dd4ff1ecb5d))
4336
- * **api:** add new endpoints + properties + enums ([#9](https://github.com/Increase/increase-node/issues/9)) ([8fd90c4](https://github.com/Increase/increase-node/commit/8fd90c4b8a50ce9f5a23cc17ee71508df6e34eca))
4337
-
4338
-
4339
- ### Bug Fixes
195
+ ### Performance Improvements
4340
196
 
4341
- * **internal:** improve stream cancellation handling of abort controllers ([#17](https://github.com/Increase/increase-node/issues/17)) ([e8f15dd](https://github.com/Increase/increase-node/commit/e8f15dd5c2001dd6b3023266a2471c019ed96739))
197
+ * faster formatting ([d0150e2](https://github.com/Increase/increase-typescript/commit/d0150e2d4ea4e725ca990e4ff669a40eee37373e))
4342
198
 
4343
199
 
4344
200
  ### Chores
4345
201
 
4346
- * **internal:** improve SSE decoding of lines ([#14](https://github.com/Increase/increase-node/issues/14)) ([74b9bdc](https://github.com/Increase/increase-node/commit/74b9bdcaa44639cd99865d8a2701a2232314f0fd))
4347
- * **internal:** restructure core streaming implementation ([#7](https://github.com/Increase/increase-node/issues/7)) ([b97964b](https://github.com/Increase/increase-node/commit/b97964bd5e22ed7ce4ffdd8e4a8fe5005db40976))
4348
-
4349
-
4350
- ### Refactors
4351
-
4352
- * **api:** remove unused properties and enum members ([#16](https://github.com/Increase/increase-node/issues/16)) ([51c8ab5](https://github.com/Increase/increase-node/commit/51c8ab5e5415d722768af8c53c5c8453398545a6))
4353
- * change nested query parameters to be objects ([#8](https://github.com/Increase/increase-node/issues/8)) ([fdcd3a4](https://github.com/Increase/increase-node/commit/fdcd3a47ff31cece47a646853086f9d9e024720c))
4354
- * **api:** rename return reason enum member ([#12](https://github.com/Increase/increase-node/issues/12)) ([51ba5d4](https://github.com/Increase/increase-node/commit/51ba5d42e07dbde522cf7ff49863fc0935c350bb))
4355
- * **docs:** cleanup api.md response types ([539848e](https://github.com/Increase/increase-node/commit/539848e9001e424f9492f60d82cfb861316cfcb2))
4356
- * move error type definitions to error.ts ([#15](https://github.com/Increase/increase-node/issues/15)) ([e50a9a1](https://github.com/Increase/increase-node/commit/e50a9a1f43e107ae989306f73f210e6b88493d60))
4357
-
4358
-
4359
- ### Documentation
4360
-
4361
- * drop official support for EOL Node versions (Node 12, 13, 14, 15) ([#18](https://github.com/Increase/increase-node/issues/18)) ([f3be71b](https://github.com/Increase/increase-node/commit/f3be71b1191f72a6785f6be07dcf79b45b9640ac))
4362
- * point to github repo instead of email contact ([#13](https://github.com/Increase/increase-node/issues/13)) ([72d7fef](https://github.com/Increase/increase-node/commit/72d7fef408e625906e2ec59c29b9a63ea5a9d64c))
4363
- * slight improvement to file uploads example ([#10](https://github.com/Increase/increase-node/issues/10)) ([b134725](https://github.com/Increase/increase-node/commit/b1347253a900c1af41a66363bc225a2b09a9e4c3))
4364
-
4365
-
4366
- ### Build System
4367
-
4368
- * add `.github` folder to `.npmignore` ([#19](https://github.com/Increase/increase-node/issues/19)) ([a263289](https://github.com/Increase/increase-node/commit/a263289da32b5e0d708c5c21a92a6a58faf74abc))
4369
-
4370
- ## [0.3.0](https://github.com/Increase/increase-node/compare/increase-v0.2.0...increase-v0.3.0) (2023-05-31)
4371
-
4372
-
4373
- ### ⚠ BREAKING CHANGES
4374
-
4375
- * **api:** `notification_of_change` has been removed in favor of the new `notifications_of_change` list field
4376
-
4377
- ### Features
4378
-
4379
- * add additional coercion functions ([5f106bf](https://github.com/Increase/increase-node/commit/5f106bf9d3e0ee1c5b5fc81d112677e2c7580b82))
4380
- * add internal support for streaming responses ([a1c321e](https://github.com/Increase/increase-node/commit/a1c321edc8fd648c9f318e047db5dafb7e37eabe))
4381
- * add internal support for streaming responses ([a1c321e](https://github.com/Increase/increase-node/commit/a1c321edc8fd648c9f318e047db5dafb7e37eabe))
4382
- * add webhook HMAC verification helper methods ([7a00853](https://github.com/Increase/increase-node/commit/7a00853a03b5b606df2c5c9095c53db2a4957af8))
4383
- * **api:** add `at_time` property for balance lookups ([0b6c0de](https://github.com/Increase/increase-node/commit/0b6c0de8d25b04fb95b16d902d90d116d617af76))
4384
- * **api:** add `collection_receivable` to transaction source category enum ([e743cc9](https://github.com/Increase/increase-node/commit/e743cc9ad5855d7c16b2c1f3a1a41dc06581d01d))
4385
- * **api:** add `expires_at` property ([c257707](https://github.com/Increase/increase-node/commit/c2577077bd280793bedf9ff8f802017784da7468))
4386
- * **api:** add `simulations.checkTransfers.return()` method ([e7d330a](https://github.com/Increase/increase-node/commit/e7d330ab5d899ed2305530c0f23fe1fe36eee1a8))
4387
- * **api:** add `simulations.checkTransfers.return()` method ([e7d330a](https://github.com/Increase/increase-node/commit/e7d330ab5d899ed2305530c0f23fe1fe36eee1a8))
4388
- * **api:** add bookkeeping accounts, entries, and entry sets, and several other changes ([d63d4e7](https://github.com/Increase/increase-node/commit/d63d4e71e0d10e70f8d9257ff3ad903b41c64fbe))
4389
- * **api:** add new endpoints ([7d4ebe6](https://github.com/Increase/increase-node/commit/7d4ebe6f0a38e7fade250ece8e50c8d9f6c6d653))
4390
- * **api:** add new endpoints, several params, fields, enum members, and documentation updates ([8ffb013](https://github.com/Increase/increase-node/commit/8ffb0130a53a90c5b00c314850f33bc5af4cb070))
4391
- * **api:** add new enum members ([0785f7a](https://github.com/Increase/increase-node/commit/0785f7a13f2c7194ed3f9f940a34b262c6b25027))
4392
- * **api:** add new fields ([3d9c69b](https://github.com/Increase/increase-node/commit/3d9c69bddf970739f0b91eb4962a058e9ee756c8))
4393
- * **api:** add new methods ([ca41987](https://github.com/Increase/increase-node/commit/ca41987401784ddb2266bd1a32b08f2f58864ceb))
4394
- * **api:** add optional `pending_transaction_id` field to pending transaction ([fa011e7](https://github.com/Increase/increase-node/commit/fa011e7adb44fb954efa3024b01f88aab3d789ed))
4395
- * **api:** add wire decline object ([2d2e77e](https://github.com/Increase/increase-node/commit/2d2e77eaf2c7244d7491153f32f70aae537a62c9))
4396
- * **api:** enum updates ([f09e25a](https://github.com/Increase/increase-node/commit/f09e25a7e4683beb2779fd76a46c2c629414810b))
4397
- * **api:** make routeType an enum & add ACHTransfer.effectiveDate ([77fd8ea](https://github.com/Increase/increase-node/commit/77fd8ea44236307fb6a8e7d464db55f8e3ba5fd9))
4398
- * **api:** make routeType an enum & add ACHTransfer.effectiveDate ([77fd8ea](https://github.com/Increase/increase-node/commit/77fd8ea44236307fb6a8e7d464db55f8e3ba5fd9))
4399
- * **api:** replace notification_of_change with a list, and add merchant_acceptor_id ([831e49e](https://github.com/Increase/increase-node/commit/831e49e0d1fbf8dd57ea204d89b1be2d69d1ee75))
4400
- * **api:** updates ([ad907d5](https://github.com/Increase/increase-node/commit/ad907d5bf9f6fd2ffe7c8fb89c884d5ba0065593))
4401
- * **api:** updates ([ca80997](https://github.com/Increase/increase-node/commit/ca80997fc7397066ac6149e8db65d6541bf012de))
4402
- * **api:** updates ([ca80997](https://github.com/Increase/increase-node/commit/ca80997fc7397066ac6149e8db65d6541bf012de))
4403
- * **api:** updates ([651bf76](https://github.com/Increase/increase-node/commit/651bf7670c167ffc41eb40c0e226fc76062a4305))
4404
- * **api:** updates ([e58e324](https://github.com/Increase/increase-node/commit/e58e3241015e95afac62550f5b0f1d152dba999b))
4405
- * **client:** handle trailing slash in base url properly ([a03d867](https://github.com/Increase/increase-node/commit/a03d86797fa71036cc45b241a1de1b5edb82e416))
4406
- * **docs:** add more doc comments ([b8bc790](https://github.com/Increase/increase-node/commit/b8bc790a3e06fa3b8a9e6a5299c9e8e1db0b671d))
4407
- * **docs:** updates ([6cea39c](https://github.com/Increase/increase-node/commit/6cea39cd892b2fdae5b7b2a171f9acbcab0e6f62))
4408
- * improve docs and add new property ([418fe83](https://github.com/Increase/increase-node/commit/418fe831af1fcb216ea938930a956b6f1d3083d7))
4409
- * improve error types ([db09c19](https://github.com/Increase/increase-node/commit/db09c19c6017817aba695bffd29c63cf5e31f5f3))
4410
- * improve error types ([db09c19](https://github.com/Increase/increase-node/commit/db09c19c6017817aba695bffd29c63cf5e31f5f3))
4411
- * **internal:** add support for positional params ([9cafda3](https://github.com/Increase/increase-node/commit/9cafda3db2f6d124839dabd66e4997826384d197))
4412
- * **internal:** add support for positional params ([9cafda3](https://github.com/Increase/increase-node/commit/9cafda3db2f6d124839dabd66e4997826384d197))
4413
- * **internal:** improve example generation ([e0fa5b3](https://github.com/Increase/increase-node/commit/e0fa5b3a5654d032d0ff98964ed055a27be4c5e7))
4414
- * **internal:** improve example generation ([e0fa5b3](https://github.com/Increase/increase-node/commit/e0fa5b3a5654d032d0ff98964ed055a27be4c5e7))
4415
- * **internal:** internal fixes ([4848450](https://github.com/Increase/increase-node/commit/4848450f8a0cbfa465097b154ccf866766146490))
4416
- * **internal:** internal fixes ([4848450](https://github.com/Increase/increase-node/commit/4848450f8a0cbfa465097b154ccf866766146490))
4417
- * **internal:** re-export `fileFromPath` helper util from the root ([09c0c79](https://github.com/Increase/increase-node/commit/09c0c795a42f8f15ae6008aa8e6baaaa22261dc2))
4418
- * **internal:** re-export `fileFromPath` helper util from the root ([09c0c79](https://github.com/Increase/increase-node/commit/09c0c795a42f8f15ae6008aa8e6baaaa22261dc2))
4419
- * send Idempotency-Key by default for POST requests ([4c15f76](https://github.com/Increase/increase-node/commit/4c15f76c2f04b92e0dd99045f4f801013c105afc))
4420
- * send Idempotency-Key by default for POST requests ([4c15f76](https://github.com/Increase/increase-node/commit/4c15f76c2f04b92e0dd99045f4f801013c105afc))
4421
- * **tsconfig:** set declarationMap: true ([50c755f](https://github.com/Increase/increase-node/commit/50c755f0f5df98074094175e71670d4f45366fb4))
4422
- * **tsconfig:** set declarationMap: true ([50c755f](https://github.com/Increase/increase-node/commit/50c755f0f5df98074094175e71670d4f45366fb4))
4423
- * update docs ([facb322](https://github.com/Increase/increase-node/commit/facb322b04c7951ea764b7db610902812cf5a7be))
4424
-
4425
-
4426
- ### Bug Fixes
4427
-
4428
- * allow importing in typescript without manually installing @types/web ([d802d9e](https://github.com/Increase/increase-node/commit/d802d9e0d145e1b183d476b47764a48f0de08497))
4429
- * bump @types/node version ([7915638](https://github.com/Increase/increase-node/commit/7915638b2e4302a5ed0b9adc024916fccde742c4))
4430
- * change unknown type generation to `interface{}` ([532c5ec](https://github.com/Increase/increase-node/commit/532c5ec12522300e92b4a05f731f8911a6afd3ec))
4431
- * change unknown type generation to `interface{}` ([532c5ec](https://github.com/Increase/increase-node/commit/532c5ec12522300e92b4a05f731f8911a6afd3ec))
4432
- * **client:** properly expose `maxRetries` option ([dfdce20](https://github.com/Increase/increase-node/commit/dfdce20b7a485d0f15182546f47ae340c6280ae7))
4433
- * **internal:** fix TS error when setting global AbortController polyfill ([00c0df8](https://github.com/Increase/increase-node/commit/00c0df83c4ad058271e7207db244ed12c3fe856d))
4434
- * **internal:** fix TS error when setting global AbortController polyfill ([00c0df8](https://github.com/Increase/increase-node/commit/00c0df83c4ad058271e7207db244ed12c3fe856d))
4435
- * polyfill AbortController more safely ([71e0db3](https://github.com/Increase/increase-node/commit/71e0db32ccd0073e052edf6b33bd170e6c5bf7c8))
4436
- * polyfill AbortController more safely ([71e0db3](https://github.com/Increase/increase-node/commit/71e0db32ccd0073e052edf6b33bd170e6c5bf7c8))
4437
- * **sse:** handle server-sent events more robustly ([8dddf91](https://github.com/Increase/increase-node/commit/8dddf917c64db1623b7f4c756539abfe67ab4dd0))
4438
-
4439
-
4440
- ### Reverts
4441
-
4442
- * remove `crypto` module import ([b82e4b7](https://github.com/Increase/increase-node/commit/b82e4b7b2755d9ae1556a0d2bb9d5f30218e56fd))
4443
- * remove `crypto` module import ([b82e4b7](https://github.com/Increase/increase-node/commit/b82e4b7b2755d9ae1556a0d2bb9d5f30218e56fd))
4444
-
4445
-
4446
- ### Refactors
4447
-
4448
- * **docs:** cleanup api.md response types ([539848e](https://github.com/Increase/increase-node/commit/539848e9001e424f9492f60d82cfb861316cfcb2))
4449
- * remove ability to read the api key from the environment ([3051874](https://github.com/Increase/increase-node/commit/30518740b1c8226ee79d959febb32b517631d0bd))
4450
- * reorganize pagination class definitions ([972a30e](https://github.com/Increase/increase-node/commit/972a30e58fb19c4e46d38dddd2b2acd1288f1e36))
4451
- * reorganize pagination class definitions ([972a30e](https://github.com/Increase/increase-node/commit/972a30e58fb19c4e46d38dddd2b2acd1288f1e36))
202
+ * ci build action ([276b23f](https://github.com/Increase/increase-typescript/commit/276b23f9c0b0d52e0749f5f9475f7f85226e8f68))
203
+ * **deps:** update dependency node-fetch to v2.6.13 ([a29ab5d](https://github.com/Increase/increase-typescript/commit/a29ab5d08ea0824cadc15b84c77afa878dfce744))
204
+ * do not install brew dependencies in ./scripts/bootstrap by default ([080b937](https://github.com/Increase/increase-typescript/commit/080b937f1f7397f623ce3327ae9c303d9911437f))
205
+ * **internal:** codegen related update ([0503b91](https://github.com/Increase/increase-typescript/commit/0503b91b3e942f217c88265bd046de5a963f0919))
206
+ * **internal:** codegen related update ([b86a6ab](https://github.com/Increase/increase-typescript/commit/b86a6aba471958a730ba413ce118f886af9e2b63))
207
+ * **internal:** fix incremental formatting in some cases ([4087ed2](https://github.com/Increase/increase-typescript/commit/4087ed27c78d52f5ee22eed1bbdc53dcf1f30a94))
208
+ * **internal:** formatting change ([46f3994](https://github.com/Increase/increase-typescript/commit/46f3994f9e6d80a464ad9fd8134bab969bcfaf38))
209
+ * **internal:** ignore .eslintcache ([38f3c32](https://github.com/Increase/increase-typescript/commit/38f3c3206a134a9d2eb803af12a09decea38f4f5))
210
+ * **internal:** move publish config ([be8f281](https://github.com/Increase/increase-typescript/commit/be8f28149f8a6ec532c964493c5af5a64b4fa105))
211
+ * **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([7559ad8](https://github.com/Increase/increase-typescript/commit/7559ad82fbda981c48cf8c42677671d94ec5cc21))
212
+ * **internal:** update comment in script ([c47c5c8](https://github.com/Increase/increase-typescript/commit/c47c5c8fdfc0b44a4b79c7994c77f428c802eae7))
213
+ * **internal:** use npm pack for build uploads ([b0d8fdc](https://github.com/Increase/increase-typescript/commit/b0d8fdce98e15caa27a3d61046e203ba21024294))
214
+ * sync repo ([fbcfb0f](https://github.com/Increase/increase-typescript/commit/fbcfb0fd5d97006e63e1c3dfed617012ef3e74e5))
215
+ * update @stainless-api/prism-cli to v5.15.0 ([8fc7a8b](https://github.com/Increase/increase-typescript/commit/8fc7a8b0d3f92fe32f70b75c56bd1a02fa2593d6))
216
+ * update CI script ([1b225ae](https://github.com/Increase/increase-typescript/commit/1b225ae4decf7b8ac13a01e3967ac4089c99ba0c))