@lightsparkdev/grid 0.2.1

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 (610) hide show
  1. package/.DS_Store +0 -0
  2. package/CHANGELOG.md +85 -0
  3. package/LICENSE +201 -0
  4. package/README.md +516 -0
  5. package/api-promise.d.mts +2 -0
  6. package/api-promise.d.mts.map +1 -0
  7. package/api-promise.d.ts +2 -0
  8. package/api-promise.d.ts.map +1 -0
  9. package/api-promise.js +6 -0
  10. package/api-promise.js.map +1 -0
  11. package/api-promise.mjs +2 -0
  12. package/api-promise.mjs.map +1 -0
  13. package/client.d.mts +302 -0
  14. package/client.d.mts.map +1 -0
  15. package/client.d.ts +302 -0
  16. package/client.d.ts.map +1 -0
  17. package/client.js +588 -0
  18. package/client.js.map +1 -0
  19. package/client.mjs +584 -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 +2055 -0
  30. package/core/error.d.mts.map +1 -0
  31. package/core/error.d.ts +2055 -0
  32. package/core/error.d.ts.map +1 -0
  33. package/core/error.js +857 -0
  34. package/core/error.js.map +1 -0
  35. package/core/error.mjs +787 -0
  36. package/core/error.mjs.map +1 -0
  37. package/core/pagination.d.mts +58 -0
  38. package/core/pagination.d.mts.map +1 -0
  39. package/core/pagination.d.ts +58 -0
  40. package/core/pagination.d.ts.map +1 -0
  41. package/core/pagination.js +109 -0
  42. package/core/pagination.js.map +1 -0
  43. package/core/pagination.mjs +103 -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 +2 -0
  64. package/error.d.ts.map +1 -0
  65. package/error.js +6 -0
  66. package/error.js.map +1 -0
  67. package/error.mjs +2 -0
  68. package/error.mjs.map +1 -0
  69. package/index.d.mts +7 -0
  70. package/index.d.mts.map +1 -0
  71. package/index.d.ts +7 -0
  72. package/index.d.ts.map +1 -0
  73. package/index.js +86 -0
  74. package/index.js.map +1 -0
  75. package/index.mjs +8 -0
  76. package/index.mjs.map +1 -0
  77. package/internal/.DS_Store +0 -0
  78. package/internal/builtin-types.d.mts +73 -0
  79. package/internal/builtin-types.d.mts.map +1 -0
  80. package/internal/builtin-types.d.ts +73 -0
  81. package/internal/builtin-types.d.ts.map +1 -0
  82. package/internal/builtin-types.js +4 -0
  83. package/internal/builtin-types.js.map +1 -0
  84. package/internal/builtin-types.mjs +3 -0
  85. package/internal/builtin-types.mjs.map +1 -0
  86. package/internal/detect-platform.d.mts +15 -0
  87. package/internal/detect-platform.d.mts.map +1 -0
  88. package/internal/detect-platform.d.ts +15 -0
  89. package/internal/detect-platform.d.ts.map +1 -0
  90. package/internal/detect-platform.js +162 -0
  91. package/internal/detect-platform.js.map +1 -0
  92. package/internal/detect-platform.mjs +157 -0
  93. package/internal/detect-platform.mjs.map +1 -0
  94. package/internal/errors.d.mts +3 -0
  95. package/internal/errors.d.mts.map +1 -0
  96. package/internal/errors.d.ts +3 -0
  97. package/internal/errors.d.ts.map +1 -0
  98. package/internal/errors.js +41 -0
  99. package/internal/errors.js.map +1 -0
  100. package/internal/errors.mjs +36 -0
  101. package/internal/errors.mjs.map +1 -0
  102. package/internal/headers.d.mts +20 -0
  103. package/internal/headers.d.mts.map +1 -0
  104. package/internal/headers.d.ts +20 -0
  105. package/internal/headers.d.ts.map +1 -0
  106. package/internal/headers.js +79 -0
  107. package/internal/headers.js.map +1 -0
  108. package/internal/headers.mjs +74 -0
  109. package/internal/headers.mjs.map +1 -0
  110. package/internal/parse.d.mts +12 -0
  111. package/internal/parse.d.mts.map +1 -0
  112. package/internal/parse.d.ts +12 -0
  113. package/internal/parse.d.ts.map +1 -0
  114. package/internal/parse.js +40 -0
  115. package/internal/parse.js.map +1 -0
  116. package/internal/parse.mjs +37 -0
  117. package/internal/parse.mjs.map +1 -0
  118. package/internal/qs/formats.d.mts +7 -0
  119. package/internal/qs/formats.d.mts.map +1 -0
  120. package/internal/qs/formats.d.ts +7 -0
  121. package/internal/qs/formats.d.ts.map +1 -0
  122. package/internal/qs/formats.js +13 -0
  123. package/internal/qs/formats.js.map +1 -0
  124. package/internal/qs/formats.mjs +9 -0
  125. package/internal/qs/formats.mjs.map +1 -0
  126. package/internal/qs/index.d.mts +10 -0
  127. package/internal/qs/index.d.mts.map +1 -0
  128. package/internal/qs/index.d.ts +10 -0
  129. package/internal/qs/index.d.ts.map +1 -0
  130. package/internal/qs/index.js +14 -0
  131. package/internal/qs/index.js.map +1 -0
  132. package/internal/qs/index.mjs +10 -0
  133. package/internal/qs/index.mjs.map +1 -0
  134. package/internal/qs/stringify.d.mts +3 -0
  135. package/internal/qs/stringify.d.mts.map +1 -0
  136. package/internal/qs/stringify.d.ts +3 -0
  137. package/internal/qs/stringify.d.ts.map +1 -0
  138. package/internal/qs/stringify.js +277 -0
  139. package/internal/qs/stringify.js.map +1 -0
  140. package/internal/qs/stringify.mjs +274 -0
  141. package/internal/qs/stringify.mjs.map +1 -0
  142. package/internal/qs/types.d.mts +57 -0
  143. package/internal/qs/types.d.mts.map +1 -0
  144. package/internal/qs/types.d.ts +57 -0
  145. package/internal/qs/types.d.ts.map +1 -0
  146. package/internal/qs/types.js +3 -0
  147. package/internal/qs/types.js.map +1 -0
  148. package/internal/qs/types.mjs +2 -0
  149. package/internal/qs/types.mjs.map +1 -0
  150. package/internal/qs/utils.d.mts +15 -0
  151. package/internal/qs/utils.d.mts.map +1 -0
  152. package/internal/qs/utils.d.ts +15 -0
  153. package/internal/qs/utils.d.ts.map +1 -0
  154. package/internal/qs/utils.js +230 -0
  155. package/internal/qs/utils.js.map +1 -0
  156. package/internal/qs/utils.mjs +217 -0
  157. package/internal/qs/utils.mjs.map +1 -0
  158. package/internal/request-options.d.mts +75 -0
  159. package/internal/request-options.d.mts.map +1 -0
  160. package/internal/request-options.d.ts +75 -0
  161. package/internal/request-options.d.ts.map +1 -0
  162. package/internal/request-options.js +14 -0
  163. package/internal/request-options.js.map +1 -0
  164. package/internal/request-options.mjs +10 -0
  165. package/internal/request-options.mjs.map +1 -0
  166. package/internal/shim-types.d.mts +17 -0
  167. package/internal/shim-types.d.mts.map +1 -0
  168. package/internal/shim-types.d.ts +17 -0
  169. package/internal/shim-types.d.ts.map +1 -0
  170. package/internal/shim-types.js +4 -0
  171. package/internal/shim-types.js.map +1 -0
  172. package/internal/shim-types.mjs +3 -0
  173. package/internal/shim-types.mjs.map +1 -0
  174. package/internal/shims.d.mts +20 -0
  175. package/internal/shims.d.mts.map +1 -0
  176. package/internal/shims.d.ts +20 -0
  177. package/internal/shims.d.ts.map +1 -0
  178. package/internal/shims.js +92 -0
  179. package/internal/shims.js.map +1 -0
  180. package/internal/shims.mjs +85 -0
  181. package/internal/shims.mjs.map +1 -0
  182. package/internal/to-file.d.mts +45 -0
  183. package/internal/to-file.d.mts.map +1 -0
  184. package/internal/to-file.d.ts +45 -0
  185. package/internal/to-file.d.ts.map +1 -0
  186. package/internal/to-file.js +91 -0
  187. package/internal/to-file.js.map +1 -0
  188. package/internal/to-file.mjs +88 -0
  189. package/internal/to-file.mjs.map +1 -0
  190. package/internal/tslib.js +81 -0
  191. package/internal/tslib.mjs +17 -0
  192. package/internal/types.d.mts +69 -0
  193. package/internal/types.d.mts.map +1 -0
  194. package/internal/types.d.ts +69 -0
  195. package/internal/types.d.ts.map +1 -0
  196. package/internal/types.js +4 -0
  197. package/internal/types.js.map +1 -0
  198. package/internal/types.mjs +3 -0
  199. package/internal/types.mjs.map +1 -0
  200. package/internal/uploads.d.mts +42 -0
  201. package/internal/uploads.d.mts.map +1 -0
  202. package/internal/uploads.d.ts +42 -0
  203. package/internal/uploads.d.ts.map +1 -0
  204. package/internal/uploads.js +141 -0
  205. package/internal/uploads.js.map +1 -0
  206. package/internal/uploads.mjs +131 -0
  207. package/internal/uploads.mjs.map +1 -0
  208. package/internal/utils/base64.d.mts +3 -0
  209. package/internal/utils/base64.d.mts.map +1 -0
  210. package/internal/utils/base64.d.ts +3 -0
  211. package/internal/utils/base64.d.ts.map +1 -0
  212. package/internal/utils/base64.js +38 -0
  213. package/internal/utils/base64.js.map +1 -0
  214. package/internal/utils/base64.mjs +33 -0
  215. package/internal/utils/base64.mjs.map +1 -0
  216. package/internal/utils/bytes.d.mts +4 -0
  217. package/internal/utils/bytes.d.mts.map +1 -0
  218. package/internal/utils/bytes.d.ts +4 -0
  219. package/internal/utils/bytes.d.ts.map +1 -0
  220. package/internal/utils/bytes.js +31 -0
  221. package/internal/utils/bytes.js.map +1 -0
  222. package/internal/utils/bytes.mjs +26 -0
  223. package/internal/utils/bytes.mjs.map +1 -0
  224. package/internal/utils/env.d.mts +9 -0
  225. package/internal/utils/env.d.mts.map +1 -0
  226. package/internal/utils/env.d.ts +9 -0
  227. package/internal/utils/env.d.ts.map +1 -0
  228. package/internal/utils/env.js +22 -0
  229. package/internal/utils/env.js.map +1 -0
  230. package/internal/utils/env.mjs +18 -0
  231. package/internal/utils/env.mjs.map +1 -0
  232. package/internal/utils/log.d.mts +37 -0
  233. package/internal/utils/log.d.mts.map +1 -0
  234. package/internal/utils/log.d.ts +37 -0
  235. package/internal/utils/log.d.ts.map +1 -0
  236. package/internal/utils/log.js +86 -0
  237. package/internal/utils/log.js.map +1 -0
  238. package/internal/utils/log.mjs +80 -0
  239. package/internal/utils/log.mjs.map +1 -0
  240. package/internal/utils/path.d.mts +15 -0
  241. package/internal/utils/path.d.mts.map +1 -0
  242. package/internal/utils/path.d.ts +15 -0
  243. package/internal/utils/path.d.ts.map +1 -0
  244. package/internal/utils/path.js +79 -0
  245. package/internal/utils/path.js.map +1 -0
  246. package/internal/utils/path.mjs +74 -0
  247. package/internal/utils/path.mjs.map +1 -0
  248. package/internal/utils/sleep.d.mts +2 -0
  249. package/internal/utils/sleep.d.mts.map +1 -0
  250. package/internal/utils/sleep.d.ts +2 -0
  251. package/internal/utils/sleep.d.ts.map +1 -0
  252. package/internal/utils/sleep.js +7 -0
  253. package/internal/utils/sleep.js.map +1 -0
  254. package/internal/utils/sleep.mjs +3 -0
  255. package/internal/utils/sleep.mjs.map +1 -0
  256. package/internal/utils/uuid.d.mts +5 -0
  257. package/internal/utils/uuid.d.mts.map +1 -0
  258. package/internal/utils/uuid.d.ts +5 -0
  259. package/internal/utils/uuid.d.ts.map +1 -0
  260. package/internal/utils/uuid.js +19 -0
  261. package/internal/utils/uuid.js.map +1 -0
  262. package/internal/utils/uuid.mjs +15 -0
  263. package/internal/utils/uuid.mjs.map +1 -0
  264. package/internal/utils/values.d.mts +18 -0
  265. package/internal/utils/values.d.mts.map +1 -0
  266. package/internal/utils/values.d.ts +18 -0
  267. package/internal/utils/values.d.ts.map +1 -0
  268. package/internal/utils/values.js +112 -0
  269. package/internal/utils/values.js.map +1 -0
  270. package/internal/utils/values.mjs +94 -0
  271. package/internal/utils/values.mjs.map +1 -0
  272. package/internal/utils.d.mts +7 -0
  273. package/internal/utils.d.mts.map +1 -0
  274. package/internal/utils.d.ts +7 -0
  275. package/internal/utils.d.ts.map +1 -0
  276. package/internal/utils.js +11 -0
  277. package/internal/utils.js.map +1 -0
  278. package/internal/utils.mjs +8 -0
  279. package/internal/utils.mjs.map +1 -0
  280. package/package.json +147 -0
  281. package/pagination.d.mts +2 -0
  282. package/pagination.d.mts.map +1 -0
  283. package/pagination.d.ts +2 -0
  284. package/pagination.d.ts.map +1 -0
  285. package/pagination.js +6 -0
  286. package/pagination.js.map +1 -0
  287. package/pagination.mjs +2 -0
  288. package/pagination.mjs.map +1 -0
  289. package/resource.d.mts +2 -0
  290. package/resource.d.mts.map +1 -0
  291. package/resource.d.ts +2 -0
  292. package/resource.d.ts.map +1 -0
  293. package/resource.js +6 -0
  294. package/resource.js.map +1 -0
  295. package/resource.mjs +2 -0
  296. package/resource.mjs.map +1 -0
  297. package/resources/.DS_Store +0 -0
  298. package/resources/config.d.mts +130 -0
  299. package/resources/config.d.mts.map +1 -0
  300. package/resources/config.d.ts +130 -0
  301. package/resources/config.d.ts.map +1 -0
  302. package/resources/config.js +47 -0
  303. package/resources/config.js.map +1 -0
  304. package/resources/config.mjs +43 -0
  305. package/resources/config.mjs.map +1 -0
  306. package/resources/customers/bulk.d.mts +170 -0
  307. package/resources/customers/bulk.d.mts.map +1 -0
  308. package/resources/customers/bulk.d.ts +170 -0
  309. package/resources/customers/bulk.d.ts.map +1 -0
  310. package/resources/customers/bulk.js +103 -0
  311. package/resources/customers/bulk.js.map +1 -0
  312. package/resources/customers/bulk.mjs +99 -0
  313. package/resources/customers/bulk.mjs.map +1 -0
  314. package/resources/customers/customers.d.mts +1238 -0
  315. package/resources/customers/customers.d.mts.map +1 -0
  316. package/resources/customers/customers.d.ts +1238 -0
  317. package/resources/customers/customers.d.ts.map +1 -0
  318. package/resources/customers/customers.js +130 -0
  319. package/resources/customers/customers.js.map +1 -0
  320. package/resources/customers/customers.mjs +125 -0
  321. package/resources/customers/customers.mjs.map +1 -0
  322. package/resources/customers/external-accounts.d.mts +461 -0
  323. package/resources/customers/external-accounts.d.mts.map +1 -0
  324. package/resources/customers/external-accounts.d.ts +461 -0
  325. package/resources/customers/external-accounts.d.ts.map +1 -0
  326. package/resources/customers/external-accounts.js +83 -0
  327. package/resources/customers/external-accounts.js.map +1 -0
  328. package/resources/customers/external-accounts.mjs +79 -0
  329. package/resources/customers/external-accounts.mjs.map +1 -0
  330. package/resources/customers/index.d.mts +4 -0
  331. package/resources/customers/index.d.mts.map +1 -0
  332. package/resources/customers/index.d.ts +4 -0
  333. package/resources/customers/index.d.ts.map +1 -0
  334. package/resources/customers/index.js +11 -0
  335. package/resources/customers/index.js.map +1 -0
  336. package/resources/customers/index.mjs +5 -0
  337. package/resources/customers/index.mjs.map +1 -0
  338. package/resources/customers.d.mts +2 -0
  339. package/resources/customers.d.mts.map +1 -0
  340. package/resources/customers.d.ts +2 -0
  341. package/resources/customers.d.ts.map +1 -0
  342. package/resources/customers.js +6 -0
  343. package/resources/customers.js.map +1 -0
  344. package/resources/customers.mjs +3 -0
  345. package/resources/customers.mjs.map +1 -0
  346. package/resources/exchange-rates.d.mts +101 -0
  347. package/resources/exchange-rates.d.mts.map +1 -0
  348. package/resources/exchange-rates.d.ts +101 -0
  349. package/resources/exchange-rates.d.ts.map +1 -0
  350. package/resources/exchange-rates.js +23 -0
  351. package/resources/exchange-rates.js.map +1 -0
  352. package/resources/exchange-rates.mjs +19 -0
  353. package/resources/exchange-rates.mjs.map +1 -0
  354. package/resources/index.d.mts +16 -0
  355. package/resources/index.d.mts.map +1 -0
  356. package/resources/index.d.ts +16 -0
  357. package/resources/index.d.ts.map +1 -0
  358. package/resources/index.js +35 -0
  359. package/resources/index.js.map +1 -0
  360. package/resources/index.mjs +17 -0
  361. package/resources/index.mjs.map +1 -0
  362. package/resources/invitations.d.mts +166 -0
  363. package/resources/invitations.d.mts.map +1 -0
  364. package/resources/invitations.d.ts +166 -0
  365. package/resources/invitations.d.ts.map +1 -0
  366. package/resources/invitations.js +83 -0
  367. package/resources/invitations.js.map +1 -0
  368. package/resources/invitations.mjs +79 -0
  369. package/resources/invitations.mjs.map +1 -0
  370. package/resources/plaid.d.mts +101 -0
  371. package/resources/plaid.d.mts.map +1 -0
  372. package/resources/plaid.d.ts +101 -0
  373. package/resources/plaid.d.ts.map +1 -0
  374. package/resources/plaid.js +64 -0
  375. package/resources/plaid.js.map +1 -0
  376. package/resources/plaid.mjs +60 -0
  377. package/resources/plaid.mjs.map +1 -0
  378. package/resources/platform/external-accounts.d.mts +111 -0
  379. package/resources/platform/external-accounts.d.mts.map +1 -0
  380. package/resources/platform/external-accounts.d.ts +111 -0
  381. package/resources/platform/external-accounts.d.ts.map +1 -0
  382. package/resources/platform/external-accounts.js +74 -0
  383. package/resources/platform/external-accounts.js.map +1 -0
  384. package/resources/platform/external-accounts.mjs +70 -0
  385. package/resources/platform/external-accounts.mjs.map +1 -0
  386. package/resources/platform/index.d.mts +3 -0
  387. package/resources/platform/index.d.mts.map +1 -0
  388. package/resources/platform/index.d.ts +3 -0
  389. package/resources/platform/index.d.ts.map +1 -0
  390. package/resources/platform/index.js +9 -0
  391. package/resources/platform/index.js.map +1 -0
  392. package/resources/platform/index.mjs +4 -0
  393. package/resources/platform/index.mjs.map +1 -0
  394. package/resources/platform/platform.d.mts +41 -0
  395. package/resources/platform/platform.d.mts.map +1 -0
  396. package/resources/platform/platform.d.ts +41 -0
  397. package/resources/platform/platform.d.ts.map +1 -0
  398. package/resources/platform/platform.js +34 -0
  399. package/resources/platform/platform.js.map +1 -0
  400. package/resources/platform/platform.mjs +29 -0
  401. package/resources/platform/platform.mjs.map +1 -0
  402. package/resources/platform.d.mts +2 -0
  403. package/resources/platform.d.mts.map +1 -0
  404. package/resources/platform.d.ts +2 -0
  405. package/resources/platform.d.ts.map +1 -0
  406. package/resources/platform.js +6 -0
  407. package/resources/platform.js.map +1 -0
  408. package/resources/platform.mjs +3 -0
  409. package/resources/platform.mjs.map +1 -0
  410. package/resources/quotes.d.mts +580 -0
  411. package/resources/quotes.d.mts.map +1 -0
  412. package/resources/quotes.d.ts +580 -0
  413. package/resources/quotes.d.ts.map +1 -0
  414. package/resources/quotes.js +122 -0
  415. package/resources/quotes.js.map +1 -0
  416. package/resources/quotes.mjs +118 -0
  417. package/resources/quotes.mjs.map +1 -0
  418. package/resources/receiver.d.mts +100 -0
  419. package/resources/receiver.d.mts.map +1 -0
  420. package/resources/receiver.d.ts +100 -0
  421. package/resources/receiver.d.ts.map +1 -0
  422. package/resources/receiver.js +27 -0
  423. package/resources/receiver.js.map +1 -0
  424. package/resources/receiver.mjs +23 -0
  425. package/resources/receiver.mjs.map +1 -0
  426. package/resources/sandbox/index.d.mts +4 -0
  427. package/resources/sandbox/index.d.mts.map +1 -0
  428. package/resources/sandbox/index.d.ts +4 -0
  429. package/resources/sandbox/index.d.ts.map +1 -0
  430. package/resources/sandbox/index.js +11 -0
  431. package/resources/sandbox/index.js.map +1 -0
  432. package/resources/sandbox/index.mjs +5 -0
  433. package/resources/sandbox/index.mjs.map +1 -0
  434. package/resources/sandbox/internal-accounts.d.mts +61 -0
  435. package/resources/sandbox/internal-accounts.d.mts.map +1 -0
  436. package/resources/sandbox/internal-accounts.d.ts +61 -0
  437. package/resources/sandbox/internal-accounts.d.ts.map +1 -0
  438. package/resources/sandbox/internal-accounts.js +29 -0
  439. package/resources/sandbox/internal-accounts.js.map +1 -0
  440. package/resources/sandbox/internal-accounts.mjs +25 -0
  441. package/resources/sandbox/internal-accounts.mjs.map +1 -0
  442. package/resources/sandbox/sandbox.d.mts +116 -0
  443. package/resources/sandbox/sandbox.d.mts.map +1 -0
  444. package/resources/sandbox/sandbox.d.ts +116 -0
  445. package/resources/sandbox/sandbox.d.ts.map +1 -0
  446. package/resources/sandbox/sandbox.js +37 -0
  447. package/resources/sandbox/sandbox.js.map +1 -0
  448. package/resources/sandbox/sandbox.mjs +32 -0
  449. package/resources/sandbox/sandbox.mjs.map +1 -0
  450. package/resources/sandbox/uma.d.mts +48 -0
  451. package/resources/sandbox/uma.d.mts.map +1 -0
  452. package/resources/sandbox/uma.d.ts +48 -0
  453. package/resources/sandbox/uma.d.ts.map +1 -0
  454. package/resources/sandbox/uma.js +27 -0
  455. package/resources/sandbox/uma.js.map +1 -0
  456. package/resources/sandbox/uma.mjs +23 -0
  457. package/resources/sandbox/uma.mjs.map +1 -0
  458. package/resources/sandbox.d.mts +2 -0
  459. package/resources/sandbox.d.mts.map +1 -0
  460. package/resources/sandbox.d.ts +2 -0
  461. package/resources/sandbox.d.ts.map +1 -0
  462. package/resources/sandbox.js +6 -0
  463. package/resources/sandbox.js.map +1 -0
  464. package/resources/sandbox.mjs +3 -0
  465. package/resources/sandbox.mjs.map +1 -0
  466. package/resources/tokens.d.mts +131 -0
  467. package/resources/tokens.d.mts.map +1 -0
  468. package/resources/tokens.d.ts +131 -0
  469. package/resources/tokens.d.ts.map +1 -0
  470. package/resources/tokens.js +67 -0
  471. package/resources/tokens.js.map +1 -0
  472. package/resources/tokens.mjs +63 -0
  473. package/resources/tokens.mjs.map +1 -0
  474. package/resources/transactions.d.mts +226 -0
  475. package/resources/transactions.d.mts.map +1 -0
  476. package/resources/transactions.d.ts +226 -0
  477. package/resources/transactions.d.ts.map +1 -0
  478. package/resources/transactions.js +71 -0
  479. package/resources/transactions.js.map +1 -0
  480. package/resources/transactions.mjs +67 -0
  481. package/resources/transactions.mjs.map +1 -0
  482. package/resources/transfer-in.d.mts +154 -0
  483. package/resources/transfer-in.d.mts.map +1 -0
  484. package/resources/transfer-in.d.ts +154 -0
  485. package/resources/transfer-in.d.ts.map +1 -0
  486. package/resources/transfer-in.js +42 -0
  487. package/resources/transfer-in.js.map +1 -0
  488. package/resources/transfer-in.mjs +38 -0
  489. package/resources/transfer-in.mjs.map +1 -0
  490. package/resources/transfer-out.d.mts +70 -0
  491. package/resources/transfer-out.d.mts.map +1 -0
  492. package/resources/transfer-out.d.ts +70 -0
  493. package/resources/transfer-out.d.ts.map +1 -0
  494. package/resources/transfer-out.js +40 -0
  495. package/resources/transfer-out.js.map +1 -0
  496. package/resources/transfer-out.mjs +36 -0
  497. package/resources/transfer-out.mjs.map +1 -0
  498. package/resources/uma-providers.d.mts +70 -0
  499. package/resources/uma-providers.d.mts.map +1 -0
  500. package/resources/uma-providers.d.ts +70 -0
  501. package/resources/uma-providers.d.ts.map +1 -0
  502. package/resources/uma-providers.js +21 -0
  503. package/resources/uma-providers.js.map +1 -0
  504. package/resources/uma-providers.mjs +17 -0
  505. package/resources/uma-providers.mjs.map +1 -0
  506. package/resources/webhooks.d.mts +27 -0
  507. package/resources/webhooks.d.mts.map +1 -0
  508. package/resources/webhooks.d.ts +27 -0
  509. package/resources/webhooks.d.ts.map +1 -0
  510. package/resources/webhooks.js +15 -0
  511. package/resources/webhooks.js.map +1 -0
  512. package/resources/webhooks.mjs +11 -0
  513. package/resources/webhooks.mjs.map +1 -0
  514. package/resources.d.mts +2 -0
  515. package/resources.d.mts.map +1 -0
  516. package/resources.d.ts +2 -0
  517. package/resources.d.ts.map +1 -0
  518. package/resources.js +5 -0
  519. package/resources.js.map +1 -0
  520. package/resources.mjs +2 -0
  521. package/resources.mjs.map +1 -0
  522. package/src/.DS_Store +0 -0
  523. package/src/api-promise.ts +2 -0
  524. package/src/client.ts +1111 -0
  525. package/src/core/README.md +3 -0
  526. package/src/core/api-promise.ts +92 -0
  527. package/src/core/error.ts +2936 -0
  528. package/src/core/pagination.ts +173 -0
  529. package/src/core/resource.ts +11 -0
  530. package/src/core/uploads.ts +2 -0
  531. package/src/error.ts +2 -0
  532. package/src/index.ts +76 -0
  533. package/src/internal/README.md +3 -0
  534. package/src/internal/builtin-types.ts +93 -0
  535. package/src/internal/detect-platform.ts +196 -0
  536. package/src/internal/errors.ts +33 -0
  537. package/src/internal/headers.ts +97 -0
  538. package/src/internal/parse.ts +56 -0
  539. package/src/internal/qs/LICENSE.md +13 -0
  540. package/src/internal/qs/README.md +3 -0
  541. package/src/internal/qs/formats.ts +10 -0
  542. package/src/internal/qs/index.ts +13 -0
  543. package/src/internal/qs/stringify.ts +385 -0
  544. package/src/internal/qs/types.ts +71 -0
  545. package/src/internal/qs/utils.ts +265 -0
  546. package/src/internal/request-options.ts +91 -0
  547. package/src/internal/shim-types.ts +26 -0
  548. package/src/internal/shims.ts +107 -0
  549. package/src/internal/to-file.ts +154 -0
  550. package/src/internal/types.ts +95 -0
  551. package/src/internal/uploads.ts +187 -0
  552. package/src/internal/utils/base64.ts +40 -0
  553. package/src/internal/utils/bytes.ts +32 -0
  554. package/src/internal/utils/env.ts +18 -0
  555. package/src/internal/utils/log.ts +127 -0
  556. package/src/internal/utils/path.ts +88 -0
  557. package/src/internal/utils/sleep.ts +3 -0
  558. package/src/internal/utils/uuid.ts +17 -0
  559. package/src/internal/utils/values.ts +105 -0
  560. package/src/internal/utils.ts +8 -0
  561. package/src/lib/.keep +4 -0
  562. package/src/pagination.ts +2 -0
  563. package/src/resource.ts +2 -0
  564. package/src/resources/config.ts +178 -0
  565. package/src/resources/customers/bulk.ts +201 -0
  566. package/src/resources/customers/customers.ts +1687 -0
  567. package/src/resources/customers/external-accounts.ts +630 -0
  568. package/src/resources/customers/index.ts +51 -0
  569. package/src/resources/customers.ts +3 -0
  570. package/src/resources/exchange-rates.ts +127 -0
  571. package/src/resources/index.ts +104 -0
  572. package/src/resources/invitations.ts +207 -0
  573. package/src/resources/plaid.ts +128 -0
  574. package/src/resources/platform/external-accounts.ts +136 -0
  575. package/src/resources/platform/index.ts +13 -0
  576. package/src/resources/platform/platform.ts +70 -0
  577. package/src/resources/platform.ts +3 -0
  578. package/src/resources/quotes.ts +726 -0
  579. package/src/resources/receiver.ts +139 -0
  580. package/src/resources/sandbox/index.ts +10 -0
  581. package/src/resources/sandbox/internal-accounts.ts +82 -0
  582. package/src/resources/sandbox/sandbox.ts +159 -0
  583. package/src/resources/sandbox/uma.ts +61 -0
  584. package/src/resources/sandbox.ts +3 -0
  585. package/src/resources/tokens.ts +176 -0
  586. package/src/resources/transactions.ts +312 -0
  587. package/src/resources/transfer-in.ts +193 -0
  588. package/src/resources/transfer-out.ts +90 -0
  589. package/src/resources/uma-providers.ts +98 -0
  590. package/src/resources/webhooks.ts +35 -0
  591. package/src/resources.ts +1 -0
  592. package/src/tsconfig.json +11 -0
  593. package/src/uploads.ts +2 -0
  594. package/src/version.ts +1 -0
  595. package/uploads.d.mts +2 -0
  596. package/uploads.d.mts.map +1 -0
  597. package/uploads.d.ts +2 -0
  598. package/uploads.d.ts.map +1 -0
  599. package/uploads.js +6 -0
  600. package/uploads.js.map +1 -0
  601. package/uploads.mjs +2 -0
  602. package/uploads.mjs.map +1 -0
  603. package/version.d.mts +2 -0
  604. package/version.d.mts.map +1 -0
  605. package/version.d.ts +2 -0
  606. package/version.d.ts.map +1 -0
  607. package/version.js +5 -0
  608. package/version.js.map +1 -0
  609. package/version.mjs +2 -0
  610. package/version.mjs.map +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
package/client.js ADDED
@@ -0,0 +1,588 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var _LightsparkGrid_instances, _a, _LightsparkGrid_encoder, _LightsparkGrid_baseURLOverridden;
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.LightsparkGrid = void 0;
6
+ const tslib_1 = require("./internal/tslib.js");
7
+ const uuid_1 = require("./internal/utils/uuid.js");
8
+ const values_1 = require("./internal/utils/values.js");
9
+ const sleep_1 = require("./internal/utils/sleep.js");
10
+ const errors_1 = require("./internal/errors.js");
11
+ const detect_platform_1 = require("./internal/detect-platform.js");
12
+ const Shims = tslib_1.__importStar(require("./internal/shims.js"));
13
+ const Opts = tslib_1.__importStar(require("./internal/request-options.js"));
14
+ const qs = tslib_1.__importStar(require("./internal/qs/index.js"));
15
+ const version_1 = require("./version.js");
16
+ const Errors = tslib_1.__importStar(require("./core/error.js"));
17
+ const Pagination = tslib_1.__importStar(require("./core/pagination.js"));
18
+ const Uploads = tslib_1.__importStar(require("./core/uploads.js"));
19
+ const API = tslib_1.__importStar(require("./resources/index.js"));
20
+ const api_promise_1 = require("./core/api-promise.js");
21
+ const config_1 = require("./resources/config.js");
22
+ const exchange_rates_1 = require("./resources/exchange-rates.js");
23
+ const invitations_1 = require("./resources/invitations.js");
24
+ const plaid_1 = require("./resources/plaid.js");
25
+ const quotes_1 = require("./resources/quotes.js");
26
+ const receiver_1 = require("./resources/receiver.js");
27
+ const tokens_1 = require("./resources/tokens.js");
28
+ const transactions_1 = require("./resources/transactions.js");
29
+ const transfer_in_1 = require("./resources/transfer-in.js");
30
+ const transfer_out_1 = require("./resources/transfer-out.js");
31
+ const uma_providers_1 = require("./resources/uma-providers.js");
32
+ const webhooks_1 = require("./resources/webhooks.js");
33
+ const customers_1 = require("./resources/customers/customers.js");
34
+ const platform_1 = require("./resources/platform/platform.js");
35
+ const sandbox_1 = require("./resources/sandbox/sandbox.js");
36
+ const headers_1 = require("./internal/headers.js");
37
+ const base64_1 = require("./internal/utils/base64.js");
38
+ const env_1 = require("./internal/utils/env.js");
39
+ const log_1 = require("./internal/utils/log.js");
40
+ const values_2 = require("./internal/utils/values.js");
41
+ /**
42
+ * API Client for interfacing with the Lightspark Grid API.
43
+ */
44
+ class LightsparkGrid {
45
+ /**
46
+ * API Client for interfacing with the Lightspark Grid API.
47
+ *
48
+ * @param {string | undefined} [opts.username=process.env['GRID_CLIENT_ID'] ?? undefined]
49
+ * @param {string | undefined} [opts.password=process.env['GRID_CLIENT_SECRET'] ?? undefined]
50
+ * @param {string | null | undefined} [opts.webhookSignature=process.env['GRID_WEBHOOK_PUBKEY'] ?? null]
51
+ * @param {string} [opts.baseURL=process.env['LIGHTSPARK_GRID_BASE_URL'] ?? https://api.lightspark.com/grid/2025-10-13] - Override the default base URL for the API.
52
+ * @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
53
+ * @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
54
+ * @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
55
+ * @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
56
+ * @param {HeadersLike} opts.defaultHeaders - Default headers to include with every request to the API.
57
+ * @param {Record<string, string | undefined>} opts.defaultQuery - Default query parameters to include with every request to the API.
58
+ */
59
+ constructor({ baseURL = (0, env_1.readEnv)('LIGHTSPARK_GRID_BASE_URL'), username = (0, env_1.readEnv)('GRID_CLIENT_ID'), password = (0, env_1.readEnv)('GRID_CLIENT_SECRET'), webhookSignature = (0, env_1.readEnv)('GRID_WEBHOOK_PUBKEY') ?? null, ...opts } = {}) {
60
+ _LightsparkGrid_instances.add(this);
61
+ _LightsparkGrid_encoder.set(this, void 0);
62
+ this.config = new API.Config(this);
63
+ this.customers = new API.Customers(this);
64
+ this.platform = new API.Platform(this);
65
+ this.plaid = new API.Plaid(this);
66
+ this.transferIn = new API.TransferIn(this);
67
+ this.transferOut = new API.TransferOut(this);
68
+ this.receiver = new API.Receiver(this);
69
+ this.quotes = new API.Quotes(this);
70
+ this.transactions = new API.Transactions(this);
71
+ this.webhooks = new API.Webhooks(this);
72
+ this.invitations = new API.Invitations(this);
73
+ this.sandbox = new API.Sandbox(this);
74
+ this.umaProviders = new API.UmaProviders(this);
75
+ this.tokens = new API.Tokens(this);
76
+ this.exchangeRates = new API.ExchangeRates(this);
77
+ if (username === undefined) {
78
+ throw new Errors.LightsparkGridError("The GRID_CLIENT_ID environment variable is missing or empty; either provide it, or instantiate the LightsparkGrid client with an username option, like new LightsparkGrid({ username: 'My Username' }).");
79
+ }
80
+ if (password === undefined) {
81
+ throw new Errors.LightsparkGridError("The GRID_CLIENT_SECRET environment variable is missing or empty; either provide it, or instantiate the LightsparkGrid client with an password option, like new LightsparkGrid({ password: 'My Password' }).");
82
+ }
83
+ const options = {
84
+ username,
85
+ password,
86
+ webhookSignature,
87
+ ...opts,
88
+ baseURL: baseURL || `https://api.lightspark.com/grid/2025-10-13`,
89
+ };
90
+ this.baseURL = options.baseURL;
91
+ this.timeout = options.timeout ?? _a.DEFAULT_TIMEOUT /* 1 minute */;
92
+ this.logger = options.logger ?? console;
93
+ const defaultLogLevel = 'warn';
94
+ // Set default logLevel early so that we can log a warning in parseLogLevel.
95
+ this.logLevel = defaultLogLevel;
96
+ this.logLevel =
97
+ (0, log_1.parseLogLevel)(options.logLevel, 'ClientOptions.logLevel', this) ??
98
+ (0, log_1.parseLogLevel)((0, env_1.readEnv)('LIGHTSPARK_GRID_LOG'), "process.env['LIGHTSPARK_GRID_LOG']", this) ??
99
+ defaultLogLevel;
100
+ this.fetchOptions = options.fetchOptions;
101
+ this.maxRetries = options.maxRetries ?? 2;
102
+ this.fetch = options.fetch ?? Shims.getDefaultFetch();
103
+ tslib_1.__classPrivateFieldSet(this, _LightsparkGrid_encoder, Opts.FallbackEncoder, "f");
104
+ this._options = options;
105
+ this.username = username;
106
+ this.password = password;
107
+ this.webhookSignature = webhookSignature;
108
+ }
109
+ /**
110
+ * Create a new client instance re-using the same options given to the current client with optional overriding.
111
+ */
112
+ withOptions(options) {
113
+ const client = new this.constructor({
114
+ ...this._options,
115
+ baseURL: this.baseURL,
116
+ maxRetries: this.maxRetries,
117
+ timeout: this.timeout,
118
+ logger: this.logger,
119
+ logLevel: this.logLevel,
120
+ fetch: this.fetch,
121
+ fetchOptions: this.fetchOptions,
122
+ username: this.username,
123
+ password: this.password,
124
+ webhookSignature: this.webhookSignature,
125
+ ...options,
126
+ });
127
+ return client;
128
+ }
129
+ defaultQuery() {
130
+ return this._options.defaultQuery;
131
+ }
132
+ validateHeaders({ values, nulls }) {
133
+ return;
134
+ }
135
+ async authHeaders(opts) {
136
+ return (0, headers_1.buildHeaders)([await this.basicAuth(opts), await this.webhookSignatureAuth(opts)]);
137
+ }
138
+ async basicAuth(opts) {
139
+ if (!this.username) {
140
+ return undefined;
141
+ }
142
+ if (!this.password) {
143
+ return undefined;
144
+ }
145
+ const credentials = `${this.username}:${this.password}`;
146
+ const Authorization = `Basic ${(0, base64_1.toBase64)(credentials)}`;
147
+ return (0, headers_1.buildHeaders)([{ Authorization }]);
148
+ }
149
+ async webhookSignatureAuth(opts) {
150
+ if (this.webhookSignature == null) {
151
+ return undefined;
152
+ }
153
+ return (0, headers_1.buildHeaders)([{ 'X-Grid-Signature': this.webhookSignature }]);
154
+ }
155
+ stringifyQuery(query) {
156
+ return qs.stringify(query, { arrayFormat: 'comma' });
157
+ }
158
+ getUserAgent() {
159
+ return `${this.constructor.name}/JS ${version_1.VERSION}`;
160
+ }
161
+ defaultIdempotencyKey() {
162
+ return `stainless-node-retry-${(0, uuid_1.uuid4)()}`;
163
+ }
164
+ makeStatusError(status, error, message, headers) {
165
+ return Errors.APIError.generate(status, error, message, headers);
166
+ }
167
+ buildURL(path, query, defaultBaseURL) {
168
+ const baseURL = (!tslib_1.__classPrivateFieldGet(this, _LightsparkGrid_instances, "m", _LightsparkGrid_baseURLOverridden).call(this) && defaultBaseURL) || this.baseURL;
169
+ const url = (0, values_1.isAbsoluteURL)(path) ?
170
+ new URL(path)
171
+ : new URL(baseURL + (baseURL.endsWith('/') && path.startsWith('/') ? path.slice(1) : path));
172
+ const defaultQuery = this.defaultQuery();
173
+ if (!(0, values_2.isEmptyObj)(defaultQuery)) {
174
+ query = { ...defaultQuery, ...query };
175
+ }
176
+ if (typeof query === 'object' && query && !Array.isArray(query)) {
177
+ url.search = this.stringifyQuery(query);
178
+ }
179
+ return url.toString();
180
+ }
181
+ /**
182
+ * Used as a callback for mutating the given `FinalRequestOptions` object.
183
+ */
184
+ async prepareOptions(options) { }
185
+ /**
186
+ * Used as a callback for mutating the given `RequestInit` object.
187
+ *
188
+ * This is useful for cases where you want to add certain headers based off of
189
+ * the request properties, e.g. `method` or `url`.
190
+ */
191
+ async prepareRequest(request, { url, options }) { }
192
+ get(path, opts) {
193
+ return this.methodRequest('get', path, opts);
194
+ }
195
+ post(path, opts) {
196
+ return this.methodRequest('post', path, opts);
197
+ }
198
+ patch(path, opts) {
199
+ return this.methodRequest('patch', path, opts);
200
+ }
201
+ put(path, opts) {
202
+ return this.methodRequest('put', path, opts);
203
+ }
204
+ delete(path, opts) {
205
+ return this.methodRequest('delete', path, opts);
206
+ }
207
+ methodRequest(method, path, opts) {
208
+ return this.request(Promise.resolve(opts).then((opts) => {
209
+ return { method, path, ...opts };
210
+ }));
211
+ }
212
+ request(options, remainingRetries = null) {
213
+ return new api_promise_1.APIPromise(this, this.makeRequest(options, remainingRetries, undefined));
214
+ }
215
+ async makeRequest(optionsInput, retriesRemaining, retryOfRequestLogID) {
216
+ const options = await optionsInput;
217
+ const maxRetries = options.maxRetries ?? this.maxRetries;
218
+ if (retriesRemaining == null) {
219
+ retriesRemaining = maxRetries;
220
+ }
221
+ await this.prepareOptions(options);
222
+ const { req, url, timeout } = await this.buildRequest(options, {
223
+ retryCount: maxRetries - retriesRemaining,
224
+ });
225
+ await this.prepareRequest(req, { url, options });
226
+ /** Not an API request ID, just for correlating local log entries. */
227
+ const requestLogID = 'log_' + ((Math.random() * (1 << 24)) | 0).toString(16).padStart(6, '0');
228
+ const retryLogStr = retryOfRequestLogID === undefined ? '' : `, retryOf: ${retryOfRequestLogID}`;
229
+ const startTime = Date.now();
230
+ (0, log_1.loggerFor)(this).debug(`[${requestLogID}] sending request`, (0, log_1.formatRequestDetails)({
231
+ retryOfRequestLogID,
232
+ method: options.method,
233
+ url,
234
+ options,
235
+ headers: req.headers,
236
+ }));
237
+ if (options.signal?.aborted) {
238
+ throw new Errors.APIUserAbortError();
239
+ }
240
+ const controller = new AbortController();
241
+ const response = await this.fetchWithTimeout(url, req, timeout, controller).catch(errors_1.castToError);
242
+ const headersTime = Date.now();
243
+ if (response instanceof globalThis.Error) {
244
+ const retryMessage = `retrying, ${retriesRemaining} attempts remaining`;
245
+ if (options.signal?.aborted) {
246
+ throw new Errors.APIUserAbortError();
247
+ }
248
+ // detect native connection timeout errors
249
+ // deno throws "TypeError: error sending request for url (https://example/): client error (Connect): tcp connect error: Operation timed out (os error 60): Operation timed out (os error 60)"
250
+ // undici throws "TypeError: fetch failed" with cause "ConnectTimeoutError: Connect Timeout Error (attempted address: example:443, timeout: 1ms)"
251
+ // others do not provide enough information to distinguish timeouts from other connection errors
252
+ const isTimeout = (0, errors_1.isAbortError)(response) ||
253
+ /timed? ?out/i.test(String(response) + ('cause' in response ? String(response.cause) : ''));
254
+ if (retriesRemaining) {
255
+ (0, log_1.loggerFor)(this).info(`[${requestLogID}] connection ${isTimeout ? 'timed out' : 'failed'} - ${retryMessage}`);
256
+ (0, log_1.loggerFor)(this).debug(`[${requestLogID}] connection ${isTimeout ? 'timed out' : 'failed'} (${retryMessage})`, (0, log_1.formatRequestDetails)({
257
+ retryOfRequestLogID,
258
+ url,
259
+ durationMs: headersTime - startTime,
260
+ message: response.message,
261
+ }));
262
+ return this.retryRequest(options, retriesRemaining, retryOfRequestLogID ?? requestLogID);
263
+ }
264
+ (0, log_1.loggerFor)(this).info(`[${requestLogID}] connection ${isTimeout ? 'timed out' : 'failed'} - error; no more retries left`);
265
+ (0, log_1.loggerFor)(this).debug(`[${requestLogID}] connection ${isTimeout ? 'timed out' : 'failed'} (error; no more retries left)`, (0, log_1.formatRequestDetails)({
266
+ retryOfRequestLogID,
267
+ url,
268
+ durationMs: headersTime - startTime,
269
+ message: response.message,
270
+ }));
271
+ if (isTimeout) {
272
+ throw new Errors.APIConnectionTimeoutError();
273
+ }
274
+ throw new Errors.APIConnectionError({ cause: response });
275
+ }
276
+ const responseInfo = `[${requestLogID}${retryLogStr}] ${req.method} ${url} ${response.ok ? 'succeeded' : 'failed'} with status ${response.status} in ${headersTime - startTime}ms`;
277
+ if (!response.ok) {
278
+ const shouldRetry = await this.shouldRetry(response);
279
+ if (retriesRemaining && shouldRetry) {
280
+ const retryMessage = `retrying, ${retriesRemaining} attempts remaining`;
281
+ // We don't need the body of this response.
282
+ await Shims.CancelReadableStream(response.body);
283
+ (0, log_1.loggerFor)(this).info(`${responseInfo} - ${retryMessage}`);
284
+ (0, log_1.loggerFor)(this).debug(`[${requestLogID}] response error (${retryMessage})`, (0, log_1.formatRequestDetails)({
285
+ retryOfRequestLogID,
286
+ url: response.url,
287
+ status: response.status,
288
+ headers: response.headers,
289
+ durationMs: headersTime - startTime,
290
+ }));
291
+ return this.retryRequest(options, retriesRemaining, retryOfRequestLogID ?? requestLogID, response.headers);
292
+ }
293
+ const retryMessage = shouldRetry ? `error; no more retries left` : `error; not retryable`;
294
+ (0, log_1.loggerFor)(this).info(`${responseInfo} - ${retryMessage}`);
295
+ const errText = await response.text().catch((err) => (0, errors_1.castToError)(err).message);
296
+ const errJSON = (0, values_1.safeJSON)(errText);
297
+ const errMessage = errJSON ? undefined : errText;
298
+ (0, log_1.loggerFor)(this).debug(`[${requestLogID}] response error (${retryMessage})`, (0, log_1.formatRequestDetails)({
299
+ retryOfRequestLogID,
300
+ url: response.url,
301
+ status: response.status,
302
+ headers: response.headers,
303
+ message: errMessage,
304
+ durationMs: Date.now() - startTime,
305
+ }));
306
+ const err = this.makeStatusError(response.status, errJSON, errMessage, response.headers);
307
+ throw err;
308
+ }
309
+ (0, log_1.loggerFor)(this).info(responseInfo);
310
+ (0, log_1.loggerFor)(this).debug(`[${requestLogID}] response start`, (0, log_1.formatRequestDetails)({
311
+ retryOfRequestLogID,
312
+ url: response.url,
313
+ status: response.status,
314
+ headers: response.headers,
315
+ durationMs: headersTime - startTime,
316
+ }));
317
+ return { response, options, controller, requestLogID, retryOfRequestLogID, startTime };
318
+ }
319
+ getAPIList(path, Page, opts) {
320
+ return this.requestAPIList(Page, opts && 'then' in opts ?
321
+ opts.then((opts) => ({ method: 'get', path, ...opts }))
322
+ : { method: 'get', path, ...opts });
323
+ }
324
+ requestAPIList(Page, options) {
325
+ const request = this.makeRequest(options, null, undefined);
326
+ return new Pagination.PagePromise(this, request, Page);
327
+ }
328
+ async fetchWithTimeout(url, init, ms, controller) {
329
+ const { signal, method, ...options } = init || {};
330
+ const abort = this._makeAbort(controller);
331
+ if (signal)
332
+ signal.addEventListener('abort', abort, { once: true });
333
+ const timeout = setTimeout(abort, ms);
334
+ const isReadableBody = (globalThis.ReadableStream && options.body instanceof globalThis.ReadableStream) ||
335
+ (typeof options.body === 'object' && options.body !== null && Symbol.asyncIterator in options.body);
336
+ const fetchOptions = {
337
+ signal: controller.signal,
338
+ ...(isReadableBody ? { duplex: 'half' } : {}),
339
+ method: 'GET',
340
+ ...options,
341
+ };
342
+ if (method) {
343
+ // Custom methods like 'patch' need to be uppercased
344
+ // See https://github.com/nodejs/undici/issues/2294
345
+ fetchOptions.method = method.toUpperCase();
346
+ }
347
+ try {
348
+ // use undefined this binding; fetch errors if bound to something else in browser/cloudflare
349
+ return await this.fetch.call(undefined, url, fetchOptions);
350
+ }
351
+ finally {
352
+ clearTimeout(timeout);
353
+ }
354
+ }
355
+ async shouldRetry(response) {
356
+ // Note this is not a standard header.
357
+ const shouldRetryHeader = response.headers.get('x-should-retry');
358
+ // If the server explicitly says whether or not to retry, obey.
359
+ if (shouldRetryHeader === 'true')
360
+ return true;
361
+ if (shouldRetryHeader === 'false')
362
+ return false;
363
+ // Retry on request timeouts.
364
+ if (response.status === 408)
365
+ return true;
366
+ // Retry on lock timeouts.
367
+ if (response.status === 409)
368
+ return true;
369
+ // Retry on rate limits.
370
+ if (response.status === 429)
371
+ return true;
372
+ // Retry internal errors.
373
+ if (response.status >= 500)
374
+ return true;
375
+ return false;
376
+ }
377
+ async retryRequest(options, retriesRemaining, requestLogID, responseHeaders) {
378
+ let timeoutMillis;
379
+ // Note the `retry-after-ms` header may not be standard, but is a good idea and we'd like proactive support for it.
380
+ const retryAfterMillisHeader = responseHeaders?.get('retry-after-ms');
381
+ if (retryAfterMillisHeader) {
382
+ const timeoutMs = parseFloat(retryAfterMillisHeader);
383
+ if (!Number.isNaN(timeoutMs)) {
384
+ timeoutMillis = timeoutMs;
385
+ }
386
+ }
387
+ // About the Retry-After header: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After
388
+ const retryAfterHeader = responseHeaders?.get('retry-after');
389
+ if (retryAfterHeader && !timeoutMillis) {
390
+ const timeoutSeconds = parseFloat(retryAfterHeader);
391
+ if (!Number.isNaN(timeoutSeconds)) {
392
+ timeoutMillis = timeoutSeconds * 1000;
393
+ }
394
+ else {
395
+ timeoutMillis = Date.parse(retryAfterHeader) - Date.now();
396
+ }
397
+ }
398
+ // If the API asks us to wait a certain amount of time (and it's a reasonable amount),
399
+ // just do what it says, but otherwise calculate a default
400
+ if (!(timeoutMillis && 0 <= timeoutMillis && timeoutMillis < 60 * 1000)) {
401
+ const maxRetries = options.maxRetries ?? this.maxRetries;
402
+ timeoutMillis = this.calculateDefaultRetryTimeoutMillis(retriesRemaining, maxRetries);
403
+ }
404
+ await (0, sleep_1.sleep)(timeoutMillis);
405
+ return this.makeRequest(options, retriesRemaining - 1, requestLogID);
406
+ }
407
+ calculateDefaultRetryTimeoutMillis(retriesRemaining, maxRetries) {
408
+ const initialRetryDelay = 0.5;
409
+ const maxRetryDelay = 8.0;
410
+ const numRetries = maxRetries - retriesRemaining;
411
+ // Apply exponential backoff, but not more than the max.
412
+ const sleepSeconds = Math.min(initialRetryDelay * Math.pow(2, numRetries), maxRetryDelay);
413
+ // Apply some jitter, take up to at most 25 percent of the retry time.
414
+ const jitter = 1 - Math.random() * 0.25;
415
+ return sleepSeconds * jitter * 1000;
416
+ }
417
+ async buildRequest(inputOptions, { retryCount = 0 } = {}) {
418
+ const options = { ...inputOptions };
419
+ const { method, path, query, defaultBaseURL } = options;
420
+ const url = this.buildURL(path, query, defaultBaseURL);
421
+ if ('timeout' in options)
422
+ (0, values_1.validatePositiveInteger)('timeout', options.timeout);
423
+ options.timeout = options.timeout ?? this.timeout;
424
+ const { bodyHeaders, body } = this.buildBody({ options });
425
+ const reqHeaders = await this.buildHeaders({ options: inputOptions, method, bodyHeaders, retryCount });
426
+ const req = {
427
+ method,
428
+ headers: reqHeaders,
429
+ ...(options.signal && { signal: options.signal }),
430
+ ...(globalThis.ReadableStream &&
431
+ body instanceof globalThis.ReadableStream && { duplex: 'half' }),
432
+ ...(body && { body }),
433
+ ...(this.fetchOptions ?? {}),
434
+ ...(options.fetchOptions ?? {}),
435
+ };
436
+ return { req, url, timeout: options.timeout };
437
+ }
438
+ async buildHeaders({ options, method, bodyHeaders, retryCount, }) {
439
+ let idempotencyHeaders = {};
440
+ if (this.idempotencyHeader && method !== 'get') {
441
+ if (!options.idempotencyKey)
442
+ options.idempotencyKey = this.defaultIdempotencyKey();
443
+ idempotencyHeaders[this.idempotencyHeader] = options.idempotencyKey;
444
+ }
445
+ const headers = (0, headers_1.buildHeaders)([
446
+ idempotencyHeaders,
447
+ {
448
+ Accept: 'application/json',
449
+ 'User-Agent': this.getUserAgent(),
450
+ 'X-Stainless-Retry-Count': String(retryCount),
451
+ ...(options.timeout ? { 'X-Stainless-Timeout': String(Math.trunc(options.timeout / 1000)) } : {}),
452
+ ...(0, detect_platform_1.getPlatformHeaders)(),
453
+ },
454
+ await this.authHeaders(options),
455
+ this._options.defaultHeaders,
456
+ bodyHeaders,
457
+ options.headers,
458
+ ]);
459
+ this.validateHeaders(headers);
460
+ return headers.values;
461
+ }
462
+ _makeAbort(controller) {
463
+ // note: we can't just inline this method inside `fetchWithTimeout()` because then the closure
464
+ // would capture all request options, and cause a memory leak.
465
+ return () => controller.abort();
466
+ }
467
+ buildBody({ options: { body, headers: rawHeaders } }) {
468
+ if (!body) {
469
+ return { bodyHeaders: undefined, body: undefined };
470
+ }
471
+ const headers = (0, headers_1.buildHeaders)([rawHeaders]);
472
+ if (
473
+ // Pass raw type verbatim
474
+ ArrayBuffer.isView(body) ||
475
+ body instanceof ArrayBuffer ||
476
+ body instanceof DataView ||
477
+ (typeof body === 'string' &&
478
+ // Preserve legacy string encoding behavior for now
479
+ headers.values.has('content-type')) ||
480
+ // `Blob` is superset of `File`
481
+ (globalThis.Blob && body instanceof globalThis.Blob) ||
482
+ // `FormData` -> `multipart/form-data`
483
+ body instanceof FormData ||
484
+ // `URLSearchParams` -> `application/x-www-form-urlencoded`
485
+ body instanceof URLSearchParams ||
486
+ // Send chunked stream (each chunk has own `length`)
487
+ (globalThis.ReadableStream && body instanceof globalThis.ReadableStream)) {
488
+ return { bodyHeaders: undefined, body: body };
489
+ }
490
+ else if (typeof body === 'object' &&
491
+ (Symbol.asyncIterator in body ||
492
+ (Symbol.iterator in body && 'next' in body && typeof body.next === 'function'))) {
493
+ return { bodyHeaders: undefined, body: Shims.ReadableStreamFrom(body) };
494
+ }
495
+ else {
496
+ return tslib_1.__classPrivateFieldGet(this, _LightsparkGrid_encoder, "f").call(this, { body, headers });
497
+ }
498
+ }
499
+ }
500
+ exports.LightsparkGrid = LightsparkGrid;
501
+ _a = LightsparkGrid, _LightsparkGrid_encoder = new WeakMap(), _LightsparkGrid_instances = new WeakSet(), _LightsparkGrid_baseURLOverridden = function _LightsparkGrid_baseURLOverridden() {
502
+ return this.baseURL !== 'https://api.lightspark.com/grid/2025-10-13';
503
+ };
504
+ LightsparkGrid.LightsparkGrid = _a;
505
+ LightsparkGrid.DEFAULT_TIMEOUT = 60000; // 1 minute
506
+ LightsparkGrid.LightsparkGridError = Errors.LightsparkGridError;
507
+ LightsparkGrid.APIError = Errors.APIError;
508
+ LightsparkGrid.APIConnectionError = Errors.APIConnectionError;
509
+ LightsparkGrid.APIConnectionTimeoutError = Errors.APIConnectionTimeoutError;
510
+ LightsparkGrid.APIUserAbortError = Errors.APIUserAbortError;
511
+ LightsparkGrid.Forbidden = Errors.Forbidden;
512
+ LightsparkGrid.SelfPayment = Errors.SelfPayment;
513
+ LightsparkGrid.InvalidInput = Errors.InvalidInput;
514
+ LightsparkGrid.InvalidNonce = Errors.InvalidNonce;
515
+ LightsparkGrid.Unauthorized = Errors.Unauthorized;
516
+ LightsparkGrid.UserNotReady = Errors.UserNotReady;
517
+ LightsparkGrid.UserNotFound = Errors.UserNotFound;
518
+ LightsparkGrid.NotFoundError = Errors.NotFoundError;
519
+ LightsparkGrid.ConflictError = Errors.ConflictError;
520
+ LightsparkGrid.InvalidAmount = Errors.InvalidAmount;
521
+ LightsparkGrid.QuoteNotFound = Errors.QuoteNotFound;
522
+ LightsparkGrid.TokenNotFound = Errors.TokenNotFound;
523
+ LightsparkGrid.InternalError = Errors.InternalError;
524
+ LightsparkGrid.RateLimitError = Errors.RateLimitError;
525
+ LightsparkGrid.NotImplemented = Errors.NotImplemented;
526
+ LightsparkGrid.BadRequestError = Errors.BadRequestError;
527
+ LightsparkGrid.InvalidReceiver = Errors.InvalidReceiver;
528
+ LightsparkGrid.InvalidCurrency = Errors.InvalidCurrency;
529
+ LightsparkGrid.CustomerDeleted = Errors.CustomerDeleted;
530
+ LightsparkGrid.GridSwitchError = Errors.GridSwitchError;
531
+ LightsparkGrid.CertChainInvalid = Errors.CertChainInvalid;
532
+ LightsparkGrid.CertChainExpired = Errors.CertChainExpired;
533
+ LightsparkGrid.AmountOutOfRange = Errors.AmountOutOfRange;
534
+ LightsparkGrid.InvalidTimestamp = Errors.InvalidTimestamp;
535
+ LightsparkGrid.InvalidSignature = Errors.InvalidSignature;
536
+ LightsparkGrid.UmaAddressExists = Errors.UmaAddressExists;
537
+ LightsparkGrid.InvalidUmaAddress = Errors.InvalidUmaAddress;
538
+ LightsparkGrid.SenderNotAccepted = Errors.SenderNotAccepted;
539
+ LightsparkGrid.ReferenceNotFound = Errors.ReferenceNotFound;
540
+ LightsparkGrid.QuoteRequestFailed = Errors.QuoteRequestFailed;
541
+ LightsparkGrid.InvalidBankAccount = Errors.InvalidBankAccount;
542
+ LightsparkGrid.InvitationNotFound = Errors.InvitationNotFound;
543
+ LightsparkGrid.AuthenticationError = Errors.AuthenticationError;
544
+ LightsparkGrid.InternalServerError = Errors.InternalServerError;
545
+ LightsparkGrid.InvitationCancelled = Errors.InvitationCancelled;
546
+ LightsparkGrid.InvalidPubkeyFormat = Errors.InvalidPubkeyFormat;
547
+ LightsparkGrid.LookupRequestFailed = Errors.LookupRequestFailed;
548
+ LightsparkGrid.TransactionNotFound = Errors.TransactionNotFound;
549
+ LightsparkGrid.PayreqRequestFailed = Errors.PayreqRequestFailed;
550
+ LightsparkGrid.LnurlpRequestFailed = Errors.LnurlpRequestFailed;
551
+ LightsparkGrid.InvalidRequestFormat = Errors.InvalidRequestFormat;
552
+ LightsparkGrid.WebhookDeliveryError = Errors.WebhookDeliveryError;
553
+ LightsparkGrid.PermissionDeniedError = Errors.PermissionDeniedError;
554
+ LightsparkGrid.InvalidPayreqResponse = Errors.InvalidPayreqResponse;
555
+ LightsparkGrid.WebhookEndpointNotSet = Errors.WebhookEndpointNotSet;
556
+ LightsparkGrid.VelocityLimitExceeded = Errors.VelocityLimitExceeded;
557
+ LightsparkGrid.LookupRequestNotFound = Errors.LookupRequestNotFound;
558
+ LightsparkGrid.BulkUploadJobNotFound = Errors.BulkUploadJobNotFound;
559
+ LightsparkGrid.UnsupportedUmaVersion = Errors.UnsupportedUmaVersion;
560
+ LightsparkGrid.CounterpartyNotAllowed = Errors.CounterpartyNotAllowed;
561
+ LightsparkGrid.NoCompatibleUmaVersion = Errors.NoCompatibleUmaVersion;
562
+ LightsparkGrid.UnprocessableEntityError = Errors.UnprocessableEntityError;
563
+ LightsparkGrid.MissingMandatoryUserInfo = Errors.MissingMandatoryUserInfo;
564
+ LightsparkGrid.InvitationAlreadyClaimed = Errors.InvitationAlreadyClaimed;
565
+ LightsparkGrid.InvitationsNotConfigured = Errors.InvitationsNotConfigured;
566
+ LightsparkGrid.ParsePayreqResponseError = Errors.ParsePayreqResponseError;
567
+ LightsparkGrid.ParseLnurlpResponseError = Errors.ParseLnurlpResponseError;
568
+ LightsparkGrid.MissingRequiredUmaParameters = Errors.MissingRequiredUmaParameters;
569
+ LightsparkGrid.CounterpartyPubkeyFetchError = Errors.CounterpartyPubkeyFetchError;
570
+ LightsparkGrid.UnrecognizedMandatoryPayeeDataKey = Errors.UnrecognizedMandatoryPayeeDataKey;
571
+ LightsparkGrid.TransactionNotPendingPlatformApproval = Errors.TransactionNotPendingPlatformApproval;
572
+ LightsparkGrid.toFile = Uploads.toFile;
573
+ LightsparkGrid.Config = config_1.Config;
574
+ LightsparkGrid.Customers = customers_1.Customers;
575
+ LightsparkGrid.Platform = platform_1.Platform;
576
+ LightsparkGrid.Plaid = plaid_1.Plaid;
577
+ LightsparkGrid.TransferIn = transfer_in_1.TransferIn;
578
+ LightsparkGrid.TransferOut = transfer_out_1.TransferOut;
579
+ LightsparkGrid.Receiver = receiver_1.Receiver;
580
+ LightsparkGrid.Quotes = quotes_1.Quotes;
581
+ LightsparkGrid.Transactions = transactions_1.Transactions;
582
+ LightsparkGrid.Webhooks = webhooks_1.Webhooks;
583
+ LightsparkGrid.Invitations = invitations_1.Invitations;
584
+ LightsparkGrid.Sandbox = sandbox_1.Sandbox;
585
+ LightsparkGrid.UmaProviders = uma_providers_1.UmaProviders;
586
+ LightsparkGrid.Tokens = tokens_1.Tokens;
587
+ LightsparkGrid.ExchangeRates = exchange_rates_1.ExchangeRates;
588
+ //# sourceMappingURL=client.js.map