@usehercules/sdk 1.11.0 → 1.12.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 (413) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/README.md +13 -12
  3. package/client.d.mts +12 -3
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +12 -3
  6. package/client.d.ts.map +1 -1
  7. package/client.js +12 -3
  8. package/client.js.map +1 -1
  9. package/client.mjs +12 -3
  10. package/client.mjs.map +1 -1
  11. package/package.json +2 -2
  12. package/resources/{beta/commerce → commerce}/commerce.d.mts +38 -21
  13. package/resources/commerce/commerce.d.mts.map +1 -0
  14. package/resources/{beta/commerce → commerce}/commerce.d.ts +38 -21
  15. package/resources/commerce/commerce.d.ts.map +1 -0
  16. package/resources/{beta/commerce → commerce}/commerce.js +36 -4
  17. package/resources/commerce/commerce.js.map +1 -0
  18. package/resources/{beta/commerce → commerce}/commerce.mjs +35 -3
  19. package/resources/commerce/commerce.mjs.map +1 -0
  20. package/resources/{beta/commerce → commerce}/coupons.d.mts +34 -10
  21. package/resources/commerce/coupons.d.mts.map +1 -0
  22. package/resources/{beta/commerce → commerce}/coupons.d.ts +34 -10
  23. package/resources/commerce/coupons.d.ts.map +1 -0
  24. package/resources/{beta/commerce → commerce}/coupons.js +32 -14
  25. package/resources/commerce/coupons.js.map +1 -0
  26. package/resources/{beta/commerce → commerce}/coupons.mjs +32 -14
  27. package/resources/commerce/coupons.mjs.map +1 -0
  28. package/resources/commerce/customers/balance-transactions.d.mts +4 -0
  29. package/resources/commerce/customers/balance-transactions.d.mts.map +1 -0
  30. package/resources/commerce/customers/balance-transactions.d.ts +4 -0
  31. package/resources/commerce/customers/balance-transactions.d.ts.map +1 -0
  32. package/resources/commerce/customers/balance-transactions.js +9 -0
  33. package/resources/commerce/customers/balance-transactions.js.map +1 -0
  34. package/resources/commerce/customers/balance-transactions.mjs +5 -0
  35. package/resources/commerce/customers/balance-transactions.mjs.map +1 -0
  36. package/resources/{beta/commerce → commerce/customers}/customers.d.mts +51 -12
  37. package/resources/commerce/customers/customers.d.mts.map +1 -0
  38. package/resources/{beta/commerce → commerce/customers}/customers.d.ts +51 -12
  39. package/resources/commerce/customers/customers.d.ts.map +1 -0
  40. package/resources/{beta/commerce → commerce/customers}/customers.js +43 -11
  41. package/resources/commerce/customers/customers.js.map +1 -0
  42. package/resources/{beta/commerce → commerce/customers}/customers.mjs +42 -11
  43. package/resources/commerce/customers/customers.mjs.map +1 -0
  44. package/resources/commerce/customers/index.d.mts +3 -0
  45. package/resources/commerce/customers/index.d.mts.map +1 -0
  46. package/resources/commerce/customers/index.d.ts +3 -0
  47. package/resources/commerce/customers/index.d.ts.map +1 -0
  48. package/resources/commerce/customers/index.js +9 -0
  49. package/resources/commerce/customers/index.js.map +1 -0
  50. package/resources/commerce/customers/index.mjs +4 -0
  51. package/resources/commerce/customers/index.mjs.map +1 -0
  52. package/resources/commerce/customers.d.mts +2 -0
  53. package/resources/commerce/customers.d.mts.map +1 -0
  54. package/resources/commerce/customers.d.ts +2 -0
  55. package/resources/commerce/customers.d.ts.map +1 -0
  56. package/resources/{beta.js → commerce/customers.js} +3 -3
  57. package/resources/commerce/customers.js.map +1 -0
  58. package/resources/{beta.mjs → commerce/customers.mjs} +2 -2
  59. package/resources/commerce/customers.mjs.map +1 -0
  60. package/resources/{beta/commerce → commerce}/features.d.mts +36 -11
  61. package/resources/commerce/features.d.mts.map +1 -0
  62. package/resources/{beta/commerce → commerce}/features.d.ts +36 -11
  63. package/resources/commerce/features.d.ts.map +1 -0
  64. package/resources/{beta/commerce → commerce}/features.js +33 -14
  65. package/resources/commerce/features.js.map +1 -0
  66. package/resources/{beta/commerce → commerce}/features.mjs +33 -14
  67. package/resources/commerce/features.mjs.map +1 -0
  68. package/resources/{beta/commerce → commerce}/index.d.mts +2 -1
  69. package/resources/commerce/index.d.mts.map +1 -0
  70. package/resources/{beta/commerce → commerce}/index.d.ts +2 -1
  71. package/resources/commerce/index.d.ts.map +1 -0
  72. package/resources/{beta/commerce → commerce}/index.js +7 -5
  73. package/resources/commerce/index.js.map +1 -0
  74. package/resources/{beta/commerce → commerce}/index.mjs +2 -1
  75. package/resources/commerce/index.mjs.map +1 -0
  76. package/resources/{beta/commerce → commerce}/products/index.d.mts +2 -2
  77. package/resources/commerce/products/index.d.mts.map +1 -0
  78. package/resources/{beta/commerce → commerce}/products/index.d.ts +2 -2
  79. package/resources/commerce/products/index.d.ts.map +1 -0
  80. package/resources/commerce/products/index.js.map +1 -0
  81. package/resources/commerce/products/index.mjs.map +1 -0
  82. package/resources/{beta/commerce → commerce}/products/products.d.mts +45 -55
  83. package/resources/commerce/products/products.d.mts.map +1 -0
  84. package/resources/{beta/commerce → commerce}/products/products.d.ts +45 -55
  85. package/resources/commerce/products/products.d.ts.map +1 -0
  86. package/resources/{beta/commerce → commerce}/products/products.js +34 -11
  87. package/resources/commerce/products/products.js.map +1 -0
  88. package/resources/{beta/commerce → commerce}/products/products.mjs +33 -10
  89. package/resources/commerce/products/products.mjs.map +1 -0
  90. package/resources/commerce/products/resources.d.mts +174 -0
  91. package/resources/commerce/products/resources.d.mts.map +1 -0
  92. package/resources/commerce/products/resources.d.ts +174 -0
  93. package/resources/commerce/products/resources.d.ts.map +1 -0
  94. package/resources/commerce/products/resources.js +65 -0
  95. package/resources/commerce/products/resources.js.map +1 -0
  96. package/resources/commerce/products/resources.mjs +61 -0
  97. package/resources/commerce/products/resources.mjs.map +1 -0
  98. package/resources/{beta/commerce → commerce}/products/variants.d.mts +43 -53
  99. package/resources/commerce/products/variants.d.mts.map +1 -0
  100. package/resources/{beta/commerce → commerce}/products/variants.d.ts +43 -53
  101. package/resources/commerce/products/variants.d.ts.map +1 -0
  102. package/resources/{beta/commerce → commerce}/products/variants.js +39 -11
  103. package/resources/commerce/products/variants.js.map +1 -0
  104. package/resources/{beta/commerce → commerce}/products/variants.mjs +39 -11
  105. package/resources/commerce/products/variants.mjs.map +1 -0
  106. package/resources/commerce/products.d.mts.map +1 -0
  107. package/resources/commerce/products.d.ts.map +1 -0
  108. package/resources/{beta/commerce → commerce}/products.js +1 -1
  109. package/resources/commerce/products.js.map +1 -0
  110. package/resources/commerce/products.mjs.map +1 -0
  111. package/resources/commerce/subscription-groups.d.mts +4 -0
  112. package/resources/commerce/subscription-groups.d.mts.map +1 -0
  113. package/resources/commerce/subscription-groups.d.ts +4 -0
  114. package/resources/commerce/subscription-groups.d.ts.map +1 -0
  115. package/resources/commerce/subscription-groups.js +9 -0
  116. package/resources/commerce/subscription-groups.js.map +1 -0
  117. package/resources/commerce/subscription-groups.mjs +5 -0
  118. package/resources/commerce/subscription-groups.mjs.map +1 -0
  119. package/resources/commerce.d.mts.map +1 -0
  120. package/resources/{beta/commerce.d.ts.map → commerce.d.ts.map} +1 -1
  121. package/resources/{beta/commerce.js → commerce.js} +1 -1
  122. package/resources/commerce.js.map +1 -0
  123. package/resources/commerce.mjs.map +1 -0
  124. package/resources/{beta/content → content}/assets.d.mts +5 -5
  125. package/resources/content/assets.d.mts.map +1 -0
  126. package/resources/{beta/content → content}/assets.d.ts +5 -5
  127. package/resources/content/assets.d.ts.map +1 -0
  128. package/resources/{beta/content → content}/assets.js +4 -4
  129. package/resources/content/assets.js.map +1 -0
  130. package/resources/{beta/content → content}/assets.mjs +4 -4
  131. package/resources/content/assets.mjs.map +1 -0
  132. package/resources/{beta/content → content}/content.d.mts +4 -1
  133. package/resources/content/content.d.mts.map +1 -0
  134. package/resources/{beta/content → content}/content.d.ts +4 -1
  135. package/resources/content/content.d.ts.map +1 -0
  136. package/resources/{beta/content → content}/content.js +5 -2
  137. package/resources/content/content.js.map +1 -0
  138. package/resources/{beta/content → content}/content.mjs +4 -1
  139. package/resources/content/content.mjs.map +1 -0
  140. package/resources/{beta/content → content}/entries.d.mts +5 -5
  141. package/resources/content/entries.d.mts.map +1 -0
  142. package/resources/{beta/content → content}/entries.d.ts +5 -5
  143. package/resources/content/entries.d.ts.map +1 -0
  144. package/resources/{beta/content → content}/entries.js +3 -3
  145. package/resources/content/entries.js.map +1 -0
  146. package/resources/{beta/content → content}/entries.mjs +3 -3
  147. package/resources/content/entries.mjs.map +1 -0
  148. package/resources/content/index.d.mts.map +1 -0
  149. package/resources/content/index.d.ts.map +1 -0
  150. package/resources/content/index.js.map +1 -0
  151. package/resources/content/index.mjs.map +1 -0
  152. package/resources/{beta/content → content}/locales.d.mts +6 -6
  153. package/resources/content/locales.d.mts.map +1 -0
  154. package/resources/{beta/content → content}/locales.d.ts +6 -6
  155. package/resources/content/locales.d.ts.map +1 -0
  156. package/resources/{beta/content → content}/locales.js +4 -4
  157. package/resources/content/locales.js.map +1 -0
  158. package/resources/{beta/content → content}/locales.mjs +4 -4
  159. package/resources/content/locales.mjs.map +1 -0
  160. package/resources/{beta/content → content}/models/fields.d.mts +6 -6
  161. package/resources/content/models/fields.d.mts.map +1 -0
  162. package/resources/{beta/content → content}/models/fields.d.ts +6 -6
  163. package/resources/content/models/fields.d.ts.map +1 -0
  164. package/resources/{beta/content → content}/models/fields.js +3 -3
  165. package/resources/content/models/fields.js.map +1 -0
  166. package/resources/{beta/content → content}/models/fields.mjs +3 -3
  167. package/resources/content/models/fields.mjs.map +1 -0
  168. package/resources/content/models/index.d.mts.map +1 -0
  169. package/resources/content/models/index.d.ts.map +1 -0
  170. package/resources/content/models/index.js.map +1 -0
  171. package/resources/content/models/index.mjs.map +1 -0
  172. package/resources/{beta/content → content}/models/models.d.mts +10 -10
  173. package/resources/content/models/models.d.mts.map +1 -0
  174. package/resources/{beta/content → content}/models/models.d.ts +10 -10
  175. package/resources/content/models/models.d.ts.map +1 -0
  176. package/resources/{beta/content → content}/models/models.js +4 -4
  177. package/resources/content/models/models.js.map +1 -0
  178. package/resources/{beta/content → content}/models/models.mjs +3 -3
  179. package/resources/content/models/models.mjs.map +1 -0
  180. package/resources/content/models.d.mts.map +1 -0
  181. package/resources/content/models.d.ts.map +1 -0
  182. package/resources/{beta/content → content}/models.js +1 -1
  183. package/resources/content/models.js.map +1 -0
  184. package/resources/content/models.mjs.map +1 -0
  185. package/resources/content/releases/index.d.mts.map +1 -0
  186. package/resources/content/releases/index.d.ts.map +1 -0
  187. package/resources/content/releases/index.js.map +1 -0
  188. package/resources/content/releases/index.mjs.map +1 -0
  189. package/resources/{beta/content → content}/releases/items.d.mts +3 -3
  190. package/resources/content/releases/items.d.mts.map +1 -0
  191. package/resources/{beta/content → content}/releases/items.d.ts +3 -3
  192. package/resources/content/releases/items.d.ts.map +1 -0
  193. package/resources/{beta/content → content}/releases/items.js +3 -3
  194. package/resources/content/releases/items.js.map +1 -0
  195. package/resources/{beta/content → content}/releases/items.mjs +3 -3
  196. package/resources/content/releases/items.mjs.map +1 -0
  197. package/resources/{beta/content → content}/releases/releases.d.mts +6 -6
  198. package/resources/content/releases/releases.d.mts.map +1 -0
  199. package/resources/{beta/content → content}/releases/releases.d.ts +6 -6
  200. package/resources/content/releases/releases.d.ts.map +1 -0
  201. package/resources/{beta/content → content}/releases/releases.js +5 -5
  202. package/resources/content/releases/releases.js.map +1 -0
  203. package/resources/{beta/content → content}/releases/releases.mjs +4 -4
  204. package/resources/content/releases/releases.mjs.map +1 -0
  205. package/resources/content/releases.d.mts.map +1 -0
  206. package/resources/content/releases.d.ts.map +1 -0
  207. package/resources/{beta/content → content}/releases.js +1 -1
  208. package/resources/content/releases.js.map +1 -0
  209. package/resources/content/releases.mjs.map +1 -0
  210. package/resources/{beta/content.d.mts.map → content.d.mts.map} +1 -1
  211. package/resources/{beta/content.d.ts.map → content.d.ts.map} +1 -1
  212. package/resources/{beta/content.js → content.js} +1 -1
  213. package/resources/content.js.map +1 -0
  214. package/resources/content.mjs.map +1 -0
  215. package/resources/index.d.mts +2 -1
  216. package/resources/index.d.mts.map +1 -1
  217. package/resources/index.d.ts +2 -1
  218. package/resources/index.d.ts.map +1 -1
  219. package/resources/index.js +5 -3
  220. package/resources/index.js.map +1 -1
  221. package/resources/index.mjs +2 -1
  222. package/resources/index.mjs.map +1 -1
  223. package/src/client.ts +31 -4
  224. package/src/resources/{beta/commerce → commerce}/commerce.ts +51 -33
  225. package/src/resources/{beta/commerce → commerce}/coupons.ts +35 -18
  226. package/src/resources/commerce/customers/balance-transactions.ts +5 -0
  227. package/src/resources/{beta/commerce → commerce/customers}/customers.ts +57 -19
  228. package/src/resources/commerce/customers/index.ts +15 -0
  229. package/src/resources/{beta.ts → commerce/customers.ts} +1 -1
  230. package/src/resources/{beta/commerce → commerce}/features.ts +37 -19
  231. package/src/resources/{beta/commerce → commerce}/index.ts +2 -1
  232. package/src/resources/{beta/commerce → commerce}/products/index.ts +1 -2
  233. package/src/resources/{beta/commerce → commerce}/products/products.ts +44 -66
  234. package/src/resources/commerce/products/resources.ts +226 -0
  235. package/src/resources/{beta/commerce → commerce}/products/variants.ts +43 -66
  236. package/src/resources/commerce/subscription-groups.ts +5 -0
  237. package/src/resources/{beta/content → content}/assets.ts +7 -7
  238. package/src/resources/{beta/content → content}/content.ts +4 -1
  239. package/src/resources/{beta/content → content}/entries.ts +6 -6
  240. package/src/resources/{beta/content → content}/locales.ts +8 -8
  241. package/src/resources/{beta/content → content}/models/fields.ts +8 -8
  242. package/src/resources/{beta/content → content}/models/models.ts +11 -11
  243. package/src/resources/{beta/content → content}/releases/items.ts +5 -5
  244. package/src/resources/{beta/content → content}/releases/releases.ts +8 -8
  245. package/src/resources/index.ts +10 -1
  246. package/src/version.ts +1 -1
  247. package/version.d.mts +1 -1
  248. package/version.d.ts +1 -1
  249. package/version.js +1 -1
  250. package/version.mjs +1 -1
  251. package/resources/beta/beta.d.mts +0 -14
  252. package/resources/beta/beta.d.mts.map +0 -1
  253. package/resources/beta/beta.d.ts +0 -14
  254. package/resources/beta/beta.d.ts.map +0 -1
  255. package/resources/beta/beta.js +0 -21
  256. package/resources/beta/beta.js.map +0 -1
  257. package/resources/beta/beta.mjs +0 -16
  258. package/resources/beta/beta.mjs.map +0 -1
  259. package/resources/beta/commerce/commerce.d.mts.map +0 -1
  260. package/resources/beta/commerce/commerce.d.ts.map +0 -1
  261. package/resources/beta/commerce/commerce.js.map +0 -1
  262. package/resources/beta/commerce/commerce.mjs.map +0 -1
  263. package/resources/beta/commerce/coupons.d.mts.map +0 -1
  264. package/resources/beta/commerce/coupons.d.ts.map +0 -1
  265. package/resources/beta/commerce/coupons.js.map +0 -1
  266. package/resources/beta/commerce/coupons.mjs.map +0 -1
  267. package/resources/beta/commerce/customers.d.mts.map +0 -1
  268. package/resources/beta/commerce/customers.d.ts.map +0 -1
  269. package/resources/beta/commerce/customers.js.map +0 -1
  270. package/resources/beta/commerce/customers.mjs.map +0 -1
  271. package/resources/beta/commerce/features.d.mts.map +0 -1
  272. package/resources/beta/commerce/features.d.ts.map +0 -1
  273. package/resources/beta/commerce/features.js.map +0 -1
  274. package/resources/beta/commerce/features.mjs.map +0 -1
  275. package/resources/beta/commerce/index.d.mts.map +0 -1
  276. package/resources/beta/commerce/index.d.ts.map +0 -1
  277. package/resources/beta/commerce/index.js.map +0 -1
  278. package/resources/beta/commerce/index.mjs.map +0 -1
  279. package/resources/beta/commerce/products/index.d.mts.map +0 -1
  280. package/resources/beta/commerce/products/index.d.ts.map +0 -1
  281. package/resources/beta/commerce/products/index.js.map +0 -1
  282. package/resources/beta/commerce/products/index.mjs.map +0 -1
  283. package/resources/beta/commerce/products/products.d.mts.map +0 -1
  284. package/resources/beta/commerce/products/products.d.ts.map +0 -1
  285. package/resources/beta/commerce/products/products.js.map +0 -1
  286. package/resources/beta/commerce/products/products.mjs.map +0 -1
  287. package/resources/beta/commerce/products/resources.d.mts +0 -161
  288. package/resources/beta/commerce/products/resources.d.mts.map +0 -1
  289. package/resources/beta/commerce/products/resources.d.ts +0 -161
  290. package/resources/beta/commerce/products/resources.d.ts.map +0 -1
  291. package/resources/beta/commerce/products/resources.js +0 -41
  292. package/resources/beta/commerce/products/resources.js.map +0 -1
  293. package/resources/beta/commerce/products/resources.mjs +0 -37
  294. package/resources/beta/commerce/products/resources.mjs.map +0 -1
  295. package/resources/beta/commerce/products/variants.d.mts.map +0 -1
  296. package/resources/beta/commerce/products/variants.d.ts.map +0 -1
  297. package/resources/beta/commerce/products/variants.js.map +0 -1
  298. package/resources/beta/commerce/products/variants.mjs.map +0 -1
  299. package/resources/beta/commerce/products.d.mts.map +0 -1
  300. package/resources/beta/commerce/products.d.ts.map +0 -1
  301. package/resources/beta/commerce/products.js.map +0 -1
  302. package/resources/beta/commerce/products.mjs.map +0 -1
  303. package/resources/beta/commerce.d.mts.map +0 -1
  304. package/resources/beta/commerce.js.map +0 -1
  305. package/resources/beta/commerce.mjs.map +0 -1
  306. package/resources/beta/content/assets.d.mts.map +0 -1
  307. package/resources/beta/content/assets.d.ts.map +0 -1
  308. package/resources/beta/content/assets.js.map +0 -1
  309. package/resources/beta/content/assets.mjs.map +0 -1
  310. package/resources/beta/content/content.d.mts.map +0 -1
  311. package/resources/beta/content/content.d.ts.map +0 -1
  312. package/resources/beta/content/content.js.map +0 -1
  313. package/resources/beta/content/content.mjs.map +0 -1
  314. package/resources/beta/content/entries.d.mts.map +0 -1
  315. package/resources/beta/content/entries.d.ts.map +0 -1
  316. package/resources/beta/content/entries.js.map +0 -1
  317. package/resources/beta/content/entries.mjs.map +0 -1
  318. package/resources/beta/content/index.d.mts.map +0 -1
  319. package/resources/beta/content/index.d.ts.map +0 -1
  320. package/resources/beta/content/index.js.map +0 -1
  321. package/resources/beta/content/index.mjs.map +0 -1
  322. package/resources/beta/content/locales.d.mts.map +0 -1
  323. package/resources/beta/content/locales.d.ts.map +0 -1
  324. package/resources/beta/content/locales.js.map +0 -1
  325. package/resources/beta/content/locales.mjs.map +0 -1
  326. package/resources/beta/content/models/fields.d.mts.map +0 -1
  327. package/resources/beta/content/models/fields.d.ts.map +0 -1
  328. package/resources/beta/content/models/fields.js.map +0 -1
  329. package/resources/beta/content/models/fields.mjs.map +0 -1
  330. package/resources/beta/content/models/index.d.mts.map +0 -1
  331. package/resources/beta/content/models/index.d.ts.map +0 -1
  332. package/resources/beta/content/models/index.js.map +0 -1
  333. package/resources/beta/content/models/index.mjs.map +0 -1
  334. package/resources/beta/content/models/models.d.mts.map +0 -1
  335. package/resources/beta/content/models/models.d.ts.map +0 -1
  336. package/resources/beta/content/models/models.js.map +0 -1
  337. package/resources/beta/content/models/models.mjs.map +0 -1
  338. package/resources/beta/content/models.d.mts.map +0 -1
  339. package/resources/beta/content/models.d.ts.map +0 -1
  340. package/resources/beta/content/models.js.map +0 -1
  341. package/resources/beta/content/models.mjs.map +0 -1
  342. package/resources/beta/content/releases/index.d.mts.map +0 -1
  343. package/resources/beta/content/releases/index.d.ts.map +0 -1
  344. package/resources/beta/content/releases/index.js.map +0 -1
  345. package/resources/beta/content/releases/index.mjs.map +0 -1
  346. package/resources/beta/content/releases/items.d.mts.map +0 -1
  347. package/resources/beta/content/releases/items.d.ts.map +0 -1
  348. package/resources/beta/content/releases/items.js.map +0 -1
  349. package/resources/beta/content/releases/items.mjs.map +0 -1
  350. package/resources/beta/content/releases/releases.d.mts.map +0 -1
  351. package/resources/beta/content/releases/releases.d.ts.map +0 -1
  352. package/resources/beta/content/releases/releases.js.map +0 -1
  353. package/resources/beta/content/releases/releases.mjs.map +0 -1
  354. package/resources/beta/content/releases.d.mts.map +0 -1
  355. package/resources/beta/content/releases.d.ts.map +0 -1
  356. package/resources/beta/content/releases.js.map +0 -1
  357. package/resources/beta/content/releases.mjs.map +0 -1
  358. package/resources/beta/content.js.map +0 -1
  359. package/resources/beta/content.mjs.map +0 -1
  360. package/resources/beta/index.d.mts +0 -4
  361. package/resources/beta/index.d.mts.map +0 -1
  362. package/resources/beta/index.d.ts +0 -4
  363. package/resources/beta/index.d.ts.map +0 -1
  364. package/resources/beta/index.js +0 -11
  365. package/resources/beta/index.js.map +0 -1
  366. package/resources/beta/index.mjs +0 -5
  367. package/resources/beta/index.mjs.map +0 -1
  368. package/resources/beta.d.mts +0 -2
  369. package/resources/beta.d.mts.map +0 -1
  370. package/resources/beta.d.ts +0 -2
  371. package/resources/beta.d.ts.map +0 -1
  372. package/resources/beta.js.map +0 -1
  373. package/resources/beta.mjs.map +0 -1
  374. package/src/resources/beta/beta.ts +0 -37
  375. package/src/resources/beta/commerce/products/resources.ts +0 -214
  376. package/src/resources/beta/index.ts +0 -13
  377. /package/resources/{beta/commerce → commerce}/products/index.js +0 -0
  378. /package/resources/{beta/commerce → commerce}/products/index.mjs +0 -0
  379. /package/resources/{beta/commerce → commerce}/products.d.mts +0 -0
  380. /package/resources/{beta/commerce → commerce}/products.d.ts +0 -0
  381. /package/resources/{beta/commerce → commerce}/products.mjs +0 -0
  382. /package/resources/{beta/commerce.d.mts → commerce.d.mts} +0 -0
  383. /package/resources/{beta/commerce.d.ts → commerce.d.ts} +0 -0
  384. /package/resources/{beta/commerce.mjs → commerce.mjs} +0 -0
  385. /package/resources/{beta/content → content}/index.d.mts +0 -0
  386. /package/resources/{beta/content → content}/index.d.ts +0 -0
  387. /package/resources/{beta/content → content}/index.js +0 -0
  388. /package/resources/{beta/content → content}/index.mjs +0 -0
  389. /package/resources/{beta/content → content}/models/index.d.mts +0 -0
  390. /package/resources/{beta/content → content}/models/index.d.ts +0 -0
  391. /package/resources/{beta/content → content}/models/index.js +0 -0
  392. /package/resources/{beta/content → content}/models/index.mjs +0 -0
  393. /package/resources/{beta/content → content}/models.d.mts +0 -0
  394. /package/resources/{beta/content → content}/models.d.ts +0 -0
  395. /package/resources/{beta/content → content}/models.mjs +0 -0
  396. /package/resources/{beta/content → content}/releases/index.d.mts +0 -0
  397. /package/resources/{beta/content → content}/releases/index.d.ts +0 -0
  398. /package/resources/{beta/content → content}/releases/index.js +0 -0
  399. /package/resources/{beta/content → content}/releases/index.mjs +0 -0
  400. /package/resources/{beta/content → content}/releases.d.mts +0 -0
  401. /package/resources/{beta/content → content}/releases.d.ts +0 -0
  402. /package/resources/{beta/content → content}/releases.mjs +0 -0
  403. /package/resources/{beta/content.d.mts → content.d.mts} +0 -0
  404. /package/resources/{beta/content.d.ts → content.d.ts} +0 -0
  405. /package/resources/{beta/content.mjs → content.mjs} +0 -0
  406. /package/src/resources/{beta/commerce → commerce}/products.ts +0 -0
  407. /package/src/resources/{beta/commerce.ts → commerce.ts} +0 -0
  408. /package/src/resources/{beta/content → content}/index.ts +0 -0
  409. /package/src/resources/{beta/content → content}/models/index.ts +0 -0
  410. /package/src/resources/{beta/content → content}/models.ts +0 -0
  411. /package/src/resources/{beta/content → content}/releases/index.ts +0 -0
  412. /package/src/resources/{beta/content → content}/releases.ts +0 -0
  413. /package/src/resources/{beta/content.ts → content.ts} +0 -0
@@ -0,0 +1,4 @@
1
+ import { APIResource } from "../../../core/resource.js";
2
+ export declare class BalanceTransactions extends APIResource {
3
+ }
4
+ //# sourceMappingURL=balance-transactions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"balance-transactions.d.ts","sourceRoot":"","sources":["../../../src/resources/commerce/customers/balance-transactions.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,mBAAoB,SAAQ,WAAW;CAAG"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.BalanceTransactions = void 0;
5
+ const resource_1 = require("../../../core/resource.js");
6
+ class BalanceTransactions extends resource_1.APIResource {
7
+ }
8
+ exports.BalanceTransactions = BalanceTransactions;
9
+ //# sourceMappingURL=balance-transactions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"balance-transactions.js","sourceRoot":"","sources":["../../../src/resources/commerce/customers/balance-transactions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAErD,MAAa,mBAAoB,SAAQ,sBAAW;CAAG;AAAvD,kDAAuD"}
@@ -0,0 +1,5 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../../core/resource.mjs";
3
+ export class BalanceTransactions extends APIResource {
4
+ }
5
+ //# sourceMappingURL=balance-transactions.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"balance-transactions.mjs","sourceRoot":"","sources":["../../../src/resources/commerce/customers/balance-transactions.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAEtB,MAAM,OAAO,mBAAoB,SAAQ,WAAW;CAAG"}
@@ -1,40 +1,73 @@
1
1
  import { APIResource } from "../../../core/resource.mjs";
2
+ import * as BalanceTransactionsAPI from "./balance-transactions.mjs";
3
+ import { BalanceTransactions } from "./balance-transactions.mjs";
2
4
  import { APIPromise } from "../../../core/api-promise.mjs";
3
5
  import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../../core/pagination.mjs";
4
6
  import { RequestOptions } from "../../../internal/request-options.mjs";
5
7
  export declare class Customers extends APIResource {
8
+ balanceTransactions: BalanceTransactionsAPI.BalanceTransactions;
6
9
  /**
7
10
  * Creates a new billable customer. A customer represents the entity in your app
8
11
  * that will be charged—typically a user, organization, or project. Hercules
9
12
  * recommends creating a customer immediately after creating the corresponding
10
13
  * entity in your app.
14
+ *
15
+ * @example
16
+ * ```ts
17
+ * const customer = await client.commerce.customers.create();
18
+ * ```
11
19
  */
12
20
  create(body?: CustomerCreateParams | null | undefined, options?: RequestOptions): APIPromise<Customer>;
13
21
  /**
14
22
  * Updates an existing customer. Use this to modify contact information or billing
15
23
  * address. Only provided fields are updated; omitted fields remain unchanged.
24
+ *
25
+ * @example
26
+ * ```ts
27
+ * const customer = await client.commerce.customers.update(
28
+ * 'cus_1234567890',
29
+ * );
30
+ * ```
16
31
  */
17
32
  update(customerID: string, body?: CustomerUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Customer>;
18
33
  /**
19
34
  * Retrieves a paginated list of all customers. Customers are the billable entities
20
35
  * in your app—typically users, organizations, or projects.
36
+ *
37
+ * @example
38
+ * ```ts
39
+ * // Automatically fetches more pages as needed.
40
+ * for await (const customer of client.commerce.customers.list()) {
41
+ * // ...
42
+ * }
43
+ * ```
21
44
  */
22
45
  list(query?: CustomerListParams | null | undefined, options?: RequestOptions): PagePromise<CustomersCursorIDPage, Customer>;
23
- /**
24
- * Permanently deletes a customer. This also cancels any active subscriptions. This
25
- * action cannot be undone.
26
- */
27
- delete(customerID: string, options?: RequestOptions): APIPromise<void>;
28
46
  /**
29
47
  * Generates a URL to a hosted billing portal where the customer can view invoices,
30
48
  * update payment methods, and manage billing details. Redirect the customer to the
31
49
  * returned URL.
50
+ *
51
+ * @example
52
+ * ```ts
53
+ * const response =
54
+ * await client.commerce.customers.billingPortal(
55
+ * 'cus_1234567890',
56
+ * );
57
+ * ```
32
58
  */
33
59
  billingPortal(customerID: string, body?: CustomerBillingPortalParams | null | undefined, options?: RequestOptions): APIPromise<CustomerBillingPortalResponse>;
34
60
  /**
35
61
  * Retrieves a customer by ID. Returns the customer object including contact
36
62
  * information, billing address, active subscriptions, recent invoices, and saved
37
63
  * payment methods.
64
+ *
65
+ * @example
66
+ * ```ts
67
+ * const customer = await client.commerce.customers.get(
68
+ * 'cus_1234567890',
69
+ * );
70
+ * ```
38
71
  */
39
72
  get(customerID: string, options?: RequestOptions): APIPromise<CustomerGetResponse>;
40
73
  }
@@ -45,7 +78,7 @@ export type CustomersCursorIDPage = CursorIDPage<Customer>;
45
78
  */
46
79
  export interface Customer {
47
80
  /**
48
- * Unique identifier for the topic subscription
81
+ * Unique identifier for the customer
49
82
  */
50
83
  id: string;
51
84
  /**
@@ -113,7 +146,7 @@ export interface CustomerBillingPortalResponse {
113
146
  */
114
147
  export interface CustomerGetResponse {
115
148
  /**
116
- * Unique identifier for the topic subscription
149
+ * Unique identifier for the customer
117
150
  */
118
151
  id: string;
119
152
  /**
@@ -124,6 +157,11 @@ export interface CustomerGetResponse {
124
157
  * The customer's billing address
125
158
  */
126
159
  address?: CustomerAddress | null;
160
+ /**
161
+ * Current customer balance in cents (negative = credit available to apply to
162
+ * future invoices)
163
+ */
164
+ balance?: number;
127
165
  /**
128
166
  * The customer's email address for receipts and notifications
129
167
  */
@@ -155,7 +193,7 @@ export declare namespace CustomerGetResponse {
155
193
  */
156
194
  interface Invoice {
157
195
  /**
158
- * Unique identifier for the topic subscription
196
+ * Unique identifier for the invoice
159
197
  */
160
198
  id: string;
161
199
  /**
@@ -224,7 +262,7 @@ export declare namespace CustomerGetResponse {
224
262
  */
225
263
  interface PaymentMethod {
226
264
  /**
227
- * Unique identifier for the topic subscription
265
+ * Unique identifier for the payment method
228
266
  */
229
267
  id: string;
230
268
  /**
@@ -272,7 +310,7 @@ export declare namespace CustomerGetResponse {
272
310
  */
273
311
  interface Subscription {
274
312
  /**
275
- * Unique identifier for the topic subscription
313
+ * Unique identifier for the subscription
276
314
  */
277
315
  id: string;
278
316
  /**
@@ -322,7 +360,7 @@ export declare namespace CustomerGetResponse {
322
360
  */
323
361
  interface Product {
324
362
  /**
325
- * Unique identifier for the topic subscription
363
+ * Unique identifier for the product
326
364
  */
327
365
  id: string;
328
366
  /**
@@ -335,7 +373,7 @@ export declare namespace CustomerGetResponse {
335
373
  */
336
374
  interface Variant {
337
375
  /**
338
- * Unique identifier for the topic subscription
376
+ * Unique identifier for the variant
339
377
  */
340
378
  id: string;
341
379
  /**
@@ -439,5 +477,6 @@ export interface CustomerBillingPortalParams {
439
477
  }
440
478
  export declare namespace Customers {
441
479
  export { type Customer as Customer, type CustomerAddress as CustomerAddress, type CustomerBillingPortalResponse as CustomerBillingPortalResponse, type CustomerGetResponse as CustomerGetResponse, type CustomersCursorIDPage as CustomersCursorIDPage, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, type CustomerListParams as CustomerListParams, type CustomerBillingPortalParams as CustomerBillingPortalParams, };
480
+ export { BalanceTransactions as BalanceTransactions };
442
481
  }
443
482
  //# sourceMappingURL=customers.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.d.mts","sourceRoot":"","sources":["../../../src/resources/commerce/customers/customers.ts"],"names":[],"mappings":"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"}
@@ -1,40 +1,73 @@
1
1
  import { APIResource } from "../../../core/resource.js";
2
+ import * as BalanceTransactionsAPI from "./balance-transactions.js";
3
+ import { BalanceTransactions } from "./balance-transactions.js";
2
4
  import { APIPromise } from "../../../core/api-promise.js";
3
5
  import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../../core/pagination.js";
4
6
  import { RequestOptions } from "../../../internal/request-options.js";
5
7
  export declare class Customers extends APIResource {
8
+ balanceTransactions: BalanceTransactionsAPI.BalanceTransactions;
6
9
  /**
7
10
  * Creates a new billable customer. A customer represents the entity in your app
8
11
  * that will be charged—typically a user, organization, or project. Hercules
9
12
  * recommends creating a customer immediately after creating the corresponding
10
13
  * entity in your app.
14
+ *
15
+ * @example
16
+ * ```ts
17
+ * const customer = await client.commerce.customers.create();
18
+ * ```
11
19
  */
12
20
  create(body?: CustomerCreateParams | null | undefined, options?: RequestOptions): APIPromise<Customer>;
13
21
  /**
14
22
  * Updates an existing customer. Use this to modify contact information or billing
15
23
  * address. Only provided fields are updated; omitted fields remain unchanged.
24
+ *
25
+ * @example
26
+ * ```ts
27
+ * const customer = await client.commerce.customers.update(
28
+ * 'cus_1234567890',
29
+ * );
30
+ * ```
16
31
  */
17
32
  update(customerID: string, body?: CustomerUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Customer>;
18
33
  /**
19
34
  * Retrieves a paginated list of all customers. Customers are the billable entities
20
35
  * in your app—typically users, organizations, or projects.
36
+ *
37
+ * @example
38
+ * ```ts
39
+ * // Automatically fetches more pages as needed.
40
+ * for await (const customer of client.commerce.customers.list()) {
41
+ * // ...
42
+ * }
43
+ * ```
21
44
  */
22
45
  list(query?: CustomerListParams | null | undefined, options?: RequestOptions): PagePromise<CustomersCursorIDPage, Customer>;
23
- /**
24
- * Permanently deletes a customer. This also cancels any active subscriptions. This
25
- * action cannot be undone.
26
- */
27
- delete(customerID: string, options?: RequestOptions): APIPromise<void>;
28
46
  /**
29
47
  * Generates a URL to a hosted billing portal where the customer can view invoices,
30
48
  * update payment methods, and manage billing details. Redirect the customer to the
31
49
  * returned URL.
50
+ *
51
+ * @example
52
+ * ```ts
53
+ * const response =
54
+ * await client.commerce.customers.billingPortal(
55
+ * 'cus_1234567890',
56
+ * );
57
+ * ```
32
58
  */
33
59
  billingPortal(customerID: string, body?: CustomerBillingPortalParams | null | undefined, options?: RequestOptions): APIPromise<CustomerBillingPortalResponse>;
34
60
  /**
35
61
  * Retrieves a customer by ID. Returns the customer object including contact
36
62
  * information, billing address, active subscriptions, recent invoices, and saved
37
63
  * payment methods.
64
+ *
65
+ * @example
66
+ * ```ts
67
+ * const customer = await client.commerce.customers.get(
68
+ * 'cus_1234567890',
69
+ * );
70
+ * ```
38
71
  */
39
72
  get(customerID: string, options?: RequestOptions): APIPromise<CustomerGetResponse>;
40
73
  }
@@ -45,7 +78,7 @@ export type CustomersCursorIDPage = CursorIDPage<Customer>;
45
78
  */
46
79
  export interface Customer {
47
80
  /**
48
- * Unique identifier for the topic subscription
81
+ * Unique identifier for the customer
49
82
  */
50
83
  id: string;
51
84
  /**
@@ -113,7 +146,7 @@ export interface CustomerBillingPortalResponse {
113
146
  */
114
147
  export interface CustomerGetResponse {
115
148
  /**
116
- * Unique identifier for the topic subscription
149
+ * Unique identifier for the customer
117
150
  */
118
151
  id: string;
119
152
  /**
@@ -124,6 +157,11 @@ export interface CustomerGetResponse {
124
157
  * The customer's billing address
125
158
  */
126
159
  address?: CustomerAddress | null;
160
+ /**
161
+ * Current customer balance in cents (negative = credit available to apply to
162
+ * future invoices)
163
+ */
164
+ balance?: number;
127
165
  /**
128
166
  * The customer's email address for receipts and notifications
129
167
  */
@@ -155,7 +193,7 @@ export declare namespace CustomerGetResponse {
155
193
  */
156
194
  interface Invoice {
157
195
  /**
158
- * Unique identifier for the topic subscription
196
+ * Unique identifier for the invoice
159
197
  */
160
198
  id: string;
161
199
  /**
@@ -224,7 +262,7 @@ export declare namespace CustomerGetResponse {
224
262
  */
225
263
  interface PaymentMethod {
226
264
  /**
227
- * Unique identifier for the topic subscription
265
+ * Unique identifier for the payment method
228
266
  */
229
267
  id: string;
230
268
  /**
@@ -272,7 +310,7 @@ export declare namespace CustomerGetResponse {
272
310
  */
273
311
  interface Subscription {
274
312
  /**
275
- * Unique identifier for the topic subscription
313
+ * Unique identifier for the subscription
276
314
  */
277
315
  id: string;
278
316
  /**
@@ -322,7 +360,7 @@ export declare namespace CustomerGetResponse {
322
360
  */
323
361
  interface Product {
324
362
  /**
325
- * Unique identifier for the topic subscription
363
+ * Unique identifier for the product
326
364
  */
327
365
  id: string;
328
366
  /**
@@ -335,7 +373,7 @@ export declare namespace CustomerGetResponse {
335
373
  */
336
374
  interface Variant {
337
375
  /**
338
- * Unique identifier for the topic subscription
376
+ * Unique identifier for the variant
339
377
  */
340
378
  id: string;
341
379
  /**
@@ -439,5 +477,6 @@ export interface CustomerBillingPortalParams {
439
477
  }
440
478
  export declare namespace Customers {
441
479
  export { type Customer as Customer, type CustomerAddress as CustomerAddress, type CustomerBillingPortalResponse as CustomerBillingPortalResponse, type CustomerGetResponse as CustomerGetResponse, type CustomersCursorIDPage as CustomersCursorIDPage, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, type CustomerListParams as CustomerListParams, type CustomerBillingPortalParams as CustomerBillingPortalParams, };
480
+ export { BalanceTransactions as BalanceTransactions };
442
481
  }
443
482
  //# sourceMappingURL=customers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.d.ts","sourceRoot":"","sources":["../../../src/resources/commerce/customers/customers.ts"],"names":[],"mappings":"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"}
@@ -2,16 +2,27 @@
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.Customers = void 0;
5
+ const tslib_1 = require("../../../internal/tslib.js");
5
6
  const resource_1 = require("../../../core/resource.js");
7
+ const BalanceTransactionsAPI = tslib_1.__importStar(require("./balance-transactions.js"));
8
+ const balance_transactions_1 = require("./balance-transactions.js");
6
9
  const pagination_1 = require("../../../core/pagination.js");
7
- const headers_1 = require("../../../internal/headers.js");
8
10
  const path_1 = require("../../../internal/utils/path.js");
9
11
  class Customers extends resource_1.APIResource {
12
+ constructor() {
13
+ super(...arguments);
14
+ this.balanceTransactions = new BalanceTransactionsAPI.BalanceTransactions(this._client);
15
+ }
10
16
  /**
11
17
  * Creates a new billable customer. A customer represents the entity in your app
12
18
  * that will be charged—typically a user, organization, or project. Hercules
13
19
  * recommends creating a customer immediately after creating the corresponding
14
20
  * entity in your app.
21
+ *
22
+ * @example
23
+ * ```ts
24
+ * const customer = await client.commerce.customers.create();
25
+ * ```
15
26
  */
16
27
  create(body = {}, options) {
17
28
  return this._client.post('/v1/commerce/customers', { body, ...options });
@@ -19,6 +30,13 @@ class Customers extends resource_1.APIResource {
19
30
  /**
20
31
  * Updates an existing customer. Use this to modify contact information or billing
21
32
  * address. Only provided fields are updated; omitted fields remain unchanged.
33
+ *
34
+ * @example
35
+ * ```ts
36
+ * const customer = await client.commerce.customers.update(
37
+ * 'cus_1234567890',
38
+ * );
39
+ * ```
22
40
  */
23
41
  update(customerID, body = {}, options) {
24
42
  return this._client.patch((0, path_1.path) `/v1/commerce/customers/${customerID}`, { body, ...options });
@@ -26,24 +44,30 @@ class Customers extends resource_1.APIResource {
26
44
  /**
27
45
  * Retrieves a paginated list of all customers. Customers are the billable entities
28
46
  * in your app—typically users, organizations, or projects.
47
+ *
48
+ * @example
49
+ * ```ts
50
+ * // Automatically fetches more pages as needed.
51
+ * for await (const customer of client.commerce.customers.list()) {
52
+ * // ...
53
+ * }
54
+ * ```
29
55
  */
30
56
  list(query = {}, options) {
31
57
  return this._client.getAPIList('/v1/commerce/customers', (pagination_1.CursorIDPage), { query, ...options });
32
58
  }
33
- /**
34
- * Permanently deletes a customer. This also cancels any active subscriptions. This
35
- * action cannot be undone.
36
- */
37
- delete(customerID, options) {
38
- return this._client.delete((0, path_1.path) `/v1/commerce/customers/${customerID}`, {
39
- ...options,
40
- headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
41
- });
42
- }
43
59
  /**
44
60
  * Generates a URL to a hosted billing portal where the customer can view invoices,
45
61
  * update payment methods, and manage billing details. Redirect the customer to the
46
62
  * returned URL.
63
+ *
64
+ * @example
65
+ * ```ts
66
+ * const response =
67
+ * await client.commerce.customers.billingPortal(
68
+ * 'cus_1234567890',
69
+ * );
70
+ * ```
47
71
  */
48
72
  billingPortal(customerID, body = {}, options) {
49
73
  return this._client.post((0, path_1.path) `/v1/commerce/customers/${customerID}/billing_portal`, { body, ...options });
@@ -52,10 +76,18 @@ class Customers extends resource_1.APIResource {
52
76
  * Retrieves a customer by ID. Returns the customer object including contact
53
77
  * information, billing address, active subscriptions, recent invoices, and saved
54
78
  * payment methods.
79
+ *
80
+ * @example
81
+ * ```ts
82
+ * const customer = await client.commerce.customers.get(
83
+ * 'cus_1234567890',
84
+ * );
85
+ * ```
55
86
  */
56
87
  get(customerID, options) {
57
88
  return this._client.get((0, path_1.path) `/v1/commerce/customers/${customerID}`, options);
58
89
  }
59
90
  }
60
91
  exports.Customers = Customers;
92
+ Customers.BalanceTransactions = balance_transactions_1.BalanceTransactions;
61
93
  //# sourceMappingURL=customers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.js","sourceRoot":"","sources":["../../../src/resources/commerce/customers/customers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,wDAAqD;AACrD,0FAAiE;AACjE,oEAA6D;AAE7D,4DAA8F;AAE9F,0DAAoD;AAEpD,MAAa,SAAU,SAAQ,sBAAW;IAA1C;;QACE,wBAAmB,GACjB,IAAI,sBAAsB,CAAC,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IA2FjE,CAAC;IAzFC;;;;;;;;;;OAUG;IACH,MAAM,CAAC,OAAgD,EAAE,EAAE,OAAwB;QACjF,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,wBAAwB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3E,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CACJ,UAAkB,EAClB,OAAgD,EAAE,EAClD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,0BAA0B,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;IAED;;;;;;;;;;;OAWG;IACH,IAAI,CACF,QAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,wBAAwB,EAAE,CAAA,yBAAsB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1G,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,aAAa,CACX,UAAkB,EAClB,OAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,0BAA0B,UAAU,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5G,CAAC;IAED;;;;;;;;;;;OAWG;IACH,GAAG,CAAC,UAAkB,EAAE,OAAwB;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,0BAA0B,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;CACF;AA7FD,8BA6FC;AAgfD,SAAS,CAAC,mBAAmB,GAAG,0CAAmB,CAAC"}
@@ -1,14 +1,24 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
  import { APIResource } from "../../../core/resource.mjs";
3
+ import * as BalanceTransactionsAPI from "./balance-transactions.mjs";
4
+ import { BalanceTransactions } from "./balance-transactions.mjs";
3
5
  import { CursorIDPage } from "../../../core/pagination.mjs";
4
- import { buildHeaders } from "../../../internal/headers.mjs";
5
6
  import { path } from "../../../internal/utils/path.mjs";
6
7
  export class Customers extends APIResource {
8
+ constructor() {
9
+ super(...arguments);
10
+ this.balanceTransactions = new BalanceTransactionsAPI.BalanceTransactions(this._client);
11
+ }
7
12
  /**
8
13
  * Creates a new billable customer. A customer represents the entity in your app
9
14
  * that will be charged—typically a user, organization, or project. Hercules
10
15
  * recommends creating a customer immediately after creating the corresponding
11
16
  * entity in your app.
17
+ *
18
+ * @example
19
+ * ```ts
20
+ * const customer = await client.commerce.customers.create();
21
+ * ```
12
22
  */
13
23
  create(body = {}, options) {
14
24
  return this._client.post('/v1/commerce/customers', { body, ...options });
@@ -16,6 +26,13 @@ export class Customers extends APIResource {
16
26
  /**
17
27
  * Updates an existing customer. Use this to modify contact information or billing
18
28
  * address. Only provided fields are updated; omitted fields remain unchanged.
29
+ *
30
+ * @example
31
+ * ```ts
32
+ * const customer = await client.commerce.customers.update(
33
+ * 'cus_1234567890',
34
+ * );
35
+ * ```
19
36
  */
20
37
  update(customerID, body = {}, options) {
21
38
  return this._client.patch(path `/v1/commerce/customers/${customerID}`, { body, ...options });
@@ -23,24 +40,30 @@ export class Customers extends APIResource {
23
40
  /**
24
41
  * Retrieves a paginated list of all customers. Customers are the billable entities
25
42
  * in your app—typically users, organizations, or projects.
43
+ *
44
+ * @example
45
+ * ```ts
46
+ * // Automatically fetches more pages as needed.
47
+ * for await (const customer of client.commerce.customers.list()) {
48
+ * // ...
49
+ * }
50
+ * ```
26
51
  */
27
52
  list(query = {}, options) {
28
53
  return this._client.getAPIList('/v1/commerce/customers', (CursorIDPage), { query, ...options });
29
54
  }
30
- /**
31
- * Permanently deletes a customer. This also cancels any active subscriptions. This
32
- * action cannot be undone.
33
- */
34
- delete(customerID, options) {
35
- return this._client.delete(path `/v1/commerce/customers/${customerID}`, {
36
- ...options,
37
- headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
38
- });
39
- }
40
55
  /**
41
56
  * Generates a URL to a hosted billing portal where the customer can view invoices,
42
57
  * update payment methods, and manage billing details. Redirect the customer to the
43
58
  * returned URL.
59
+ *
60
+ * @example
61
+ * ```ts
62
+ * const response =
63
+ * await client.commerce.customers.billingPortal(
64
+ * 'cus_1234567890',
65
+ * );
66
+ * ```
44
67
  */
45
68
  billingPortal(customerID, body = {}, options) {
46
69
  return this._client.post(path `/v1/commerce/customers/${customerID}/billing_portal`, { body, ...options });
@@ -49,9 +72,17 @@ export class Customers extends APIResource {
49
72
  * Retrieves a customer by ID. Returns the customer object including contact
50
73
  * information, billing address, active subscriptions, recent invoices, and saved
51
74
  * payment methods.
75
+ *
76
+ * @example
77
+ * ```ts
78
+ * const customer = await client.commerce.customers.get(
79
+ * 'cus_1234567890',
80
+ * );
81
+ * ```
52
82
  */
53
83
  get(customerID, options) {
54
84
  return this._client.get(path `/v1/commerce/customers/${customerID}`, options);
55
85
  }
56
86
  }
87
+ Customers.BalanceTransactions = BalanceTransactions;
57
88
  //# sourceMappingURL=customers.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.mjs","sourceRoot":"","sources":["../../../src/resources/commerce/customers/customers.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,sBAAsB;OAC3B,EAAE,mBAAmB,EAAE;OAEvB,EAAE,YAAY,EAAwC;OAEtD,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,SAAU,SAAQ,WAAW;IAA1C;;QACE,wBAAmB,GACjB,IAAI,sBAAsB,CAAC,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IA2FjE,CAAC;IAzFC;;;;;;;;;;OAUG;IACH,MAAM,CAAC,OAAgD,EAAE,EAAE,OAAwB;QACjF,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,wBAAwB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3E,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CACJ,UAAkB,EAClB,OAAgD,EAAE,EAClD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,0BAA0B,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9F,CAAC;IAED;;;;;;;;;;;OAWG;IACH,IAAI,CACF,QAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,wBAAwB,EAAE,CAAA,YAAsB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1G,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,aAAa,CACX,UAAkB,EAClB,OAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,0BAA0B,UAAU,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5G,CAAC;IAED;;;;;;;;;;;OAWG;IACH,GAAG,CAAC,UAAkB,EAAE,OAAwB;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,0BAA0B,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;CACF;AAgfD,SAAS,CAAC,mBAAmB,GAAG,mBAAmB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { BalanceTransactions } from "./balance-transactions.mjs";
2
+ export { Customers, type Customer, type CustomerAddress, type CustomerBillingPortalResponse, type CustomerGetResponse, type CustomerCreateParams, type CustomerUpdateParams, type CustomerListParams, type CustomerBillingPortalParams, type CustomersCursorIDPage, } from "./customers.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/commerce/customers/index.ts"],"names":[],"mappings":"OAEO,EAAE,mBAAmB,EAAE;OACvB,EACL,SAAS,EACT,KAAK,QAAQ,EACb,KAAK,eAAe,EACpB,KAAK,6BAA6B,EAClC,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,GAC3B"}
@@ -0,0 +1,3 @@
1
+ export { BalanceTransactions } from "./balance-transactions.js";
2
+ export { Customers, type Customer, type CustomerAddress, type CustomerBillingPortalResponse, type CustomerGetResponse, type CustomerCreateParams, type CustomerUpdateParams, type CustomerListParams, type CustomerBillingPortalParams, type CustomersCursorIDPage, } from "./customers.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/commerce/customers/index.ts"],"names":[],"mappings":"OAEO,EAAE,mBAAmB,EAAE;OACvB,EACL,SAAS,EACT,KAAK,QAAQ,EACb,KAAK,eAAe,EACpB,KAAK,6BAA6B,EAClC,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,GAC3B"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Customers = exports.BalanceTransactions = void 0;
5
+ var balance_transactions_1 = require("./balance-transactions.js");
6
+ Object.defineProperty(exports, "BalanceTransactions", { enumerable: true, get: function () { return balance_transactions_1.BalanceTransactions; } });
7
+ var customers_1 = require("./customers.js");
8
+ Object.defineProperty(exports, "Customers", { enumerable: true, get: function () { return customers_1.Customers; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/commerce/customers/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kEAA6D;AAApD,2HAAA,mBAAmB,OAAA;AAC5B,4CAWqB;AAVnB,sGAAA,SAAS,OAAA"}
@@ -0,0 +1,4 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { BalanceTransactions } from "./balance-transactions.mjs";
3
+ export { Customers, } from "./customers.mjs";
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/commerce/customers/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE;OACvB,EACL,SAAS,GAUV"}
@@ -0,0 +1,2 @@
1
+ export * from "./customers/index.mjs";
2
+ //# sourceMappingURL=customers.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.d.mts","sourceRoot":"","sources":["../../src/resources/commerce/customers.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from "./customers/index.js";
2
+ //# sourceMappingURL=customers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.d.ts","sourceRoot":"","sources":["../../src/resources/commerce/customers.ts"],"names":[],"mappings":""}