@usehercules/sdk 1.11.0 → 1.12.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 (413) hide show
  1. package/CHANGELOG.md +28 -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 +35 -20
  61. package/resources/commerce/features.d.mts.map +1 -0
  62. package/resources/{beta/commerce → commerce}/features.d.ts +35 -20
  63. package/resources/commerce/features.d.ts.map +1 -0
  64. package/resources/{beta/commerce → commerce}/features.js +32 -14
  65. package/resources/commerce/features.js.map +1 -0
  66. package/resources/{beta/commerce → commerce}/features.mjs +32 -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 +36 -30
  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
@@ -1,23 +1,37 @@
1
- import { APIResource } from "../../../core/resource.mjs";
1
+ import { APIResource } from "../../core/resource.mjs";
2
2
  import * as CouponsAPI from "./coupons.mjs";
3
3
  import { Coupon, CouponCreateParams, CouponListParams, CouponUpdateParams, Coupons, CouponsCursorIDPage } from "./coupons.mjs";
4
- import * as CustomersAPI from "./customers.mjs";
5
- import { Customer, CustomerAddress, CustomerBillingPortalParams, CustomerBillingPortalResponse, CustomerCreateParams, CustomerGetResponse, CustomerListParams, CustomerUpdateParams, Customers, CustomersCursorIDPage } from "./customers.mjs";
6
4
  import * as FeaturesAPI from "./features.mjs";
7
5
  import { Feature, FeatureCreateParams, FeatureListParams, FeatureUpdateParams, Features, FeaturesCursorIDPage } from "./features.mjs";
6
+ import * as SubscriptionGroupsAPI from "./subscription-groups.mjs";
7
+ import { SubscriptionGroups } from "./subscription-groups.mjs";
8
+ import * as CustomersAPI from "./customers/customers.mjs";
9
+ import { Customer, CustomerAddress, CustomerBillingPortalParams, CustomerBillingPortalResponse, CustomerCreateParams, CustomerGetResponse, CustomerListParams, CustomerUpdateParams, Customers, CustomersCursorIDPage } from "./customers/customers.mjs";
8
10
  import * as ProductsAPI from "./products/products.mjs";
9
11
  import { Product, ProductCreateParams, ProductListParams, ProductUpdateParams, Products, ProductsCursorIDPage } from "./products/products.mjs";
10
- import { APIPromise } from "../../../core/api-promise.mjs";
11
- import { RequestOptions } from "../../../internal/request-options.mjs";
12
+ import { APIPromise } from "../../core/api-promise.mjs";
13
+ import { RequestOptions } from "../../internal/request-options.mjs";
14
+ /**
15
+ * Commerce APIs are currently in beta.
16
+ */
12
17
  export declare class Commerce extends APIResource {
13
18
  customers: CustomersAPI.Customers;
14
19
  products: ProductsAPI.Products;
15
20
  coupons: CouponsAPI.Coupons;
16
21
  features: FeaturesAPI.Features;
22
+ subscriptionGroups: SubscriptionGroupsAPI.SubscriptionGroups;
17
23
  /**
18
24
  * Cancels a customer's subscription. By default, the subscription remains active
19
25
  * until the end of the current billing period. Set cancellation_timing to
20
26
  * 'immediate' to cancel immediately.
27
+ *
28
+ * @example
29
+ * ```ts
30
+ * const response = await client.commerce.cancel({
31
+ * customer_id: 'cus_1234567890',
32
+ * subscription_id: 'sub_1234567890',
33
+ * });
34
+ * ```
21
35
  */
22
36
  cancel(body: CommerceCancelParams, options?: RequestOptions): APIPromise<CommerceCancelResponse>;
23
37
  /**
@@ -25,12 +39,29 @@ export declare class Commerce extends APIResource {
25
39
  * features in your app based on the customer's active subscription and the
26
40
  * entitlements attached to their product. Hercules recommends calling this before
27
41
  * allowing access to premium features.
42
+ *
43
+ * @example
44
+ * ```ts
45
+ * const response = await client.commerce.check({
46
+ * customer_id: 'cus_1234567890',
47
+ * resource_id: 'feat_1234567890',
48
+ * });
49
+ * ```
28
50
  */
29
51
  check(body: CommerceCheckParams, options?: RequestOptions): APIPromise<CommerceCheckResponse>;
30
52
  /**
31
53
  * Creates a checkout session for a customer to subscribe to a product. Returns a
32
54
  * URL to redirect the customer to for payment. After successful payment, the
33
55
  * customer is subscribed to the product and gains access to its entitlements.
56
+ *
57
+ * @example
58
+ * ```ts
59
+ * const response = await client.commerce.checkout({
60
+ * customer_id: 'cus_1234567890',
61
+ * line_items: [{ variant_id: 'var_1234567890' }],
62
+ * success_url: 'https://example.com',
63
+ * });
64
+ * ```
34
65
  */
35
66
  checkout(body: CommerceCheckoutParams, options?: RequestOptions): APIPromise<CommerceCheckoutResponse>;
36
67
  }
@@ -56,23 +87,13 @@ export interface CommerceCancelResponse {
56
87
  canceled_at?: string | null;
57
88
  }
58
89
  /**
59
- * Check resource access response. Indicates whether access is granted and through
60
- * what means.
90
+ * Check resource access response.
61
91
  */
62
92
  export interface CommerceCheckResponse {
63
- /**
64
- * How the customer has access: through a subscription, one-time purchase, manual
65
- * grant, or no access
66
- */
67
- access_type: 'subscription' | 'one_time_purchase' | 'manual_grant' | 'none';
68
93
  /**
69
94
  * Whether the customer has access to the resource
70
95
  */
71
96
  has_access: boolean;
72
- /**
73
- * The resource ID that was checked
74
- */
75
- resource_id: string;
76
97
  }
77
98
  /**
78
99
  * Checkout response. For new customers, returns a checkout URL. For existing
@@ -165,11 +186,6 @@ export interface CommerceCheckoutParams {
165
186
  * URL to redirect on success
166
187
  */
167
188
  success_url: string;
168
- /**
169
- * Optional custom ID for the subscription or payment. If not provided, one will be
170
- * generated.
171
- */
172
- id?: string;
173
189
  /**
174
190
  * URL to redirect on cancel
175
191
  */
@@ -222,5 +238,6 @@ export declare namespace Commerce {
222
238
  export { Products as Products, type Product as Product, type ProductsCursorIDPage as ProductsCursorIDPage, type ProductCreateParams as ProductCreateParams, type ProductUpdateParams as ProductUpdateParams, type ProductListParams as ProductListParams, };
223
239
  export { Coupons as Coupons, type Coupon as Coupon, type CouponsCursorIDPage as CouponsCursorIDPage, type CouponCreateParams as CouponCreateParams, type CouponUpdateParams as CouponUpdateParams, type CouponListParams as CouponListParams, };
224
240
  export { Features as Features, type Feature as Feature, type FeaturesCursorIDPage as FeaturesCursorIDPage, type FeatureCreateParams as FeatureCreateParams, type FeatureUpdateParams as FeatureUpdateParams, type FeatureListParams as FeatureListParams, };
241
+ export { SubscriptionGroups as SubscriptionGroups };
225
242
  }
226
243
  //# sourceMappingURL=commerce.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commerce.d.mts","sourceRoot":"","sources":["../../src/resources/commerce/commerce.ts"],"names":[],"mappings":"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"}
@@ -1,23 +1,37 @@
1
- import { APIResource } from "../../../core/resource.js";
1
+ import { APIResource } from "../../core/resource.js";
2
2
  import * as CouponsAPI from "./coupons.js";
3
3
  import { Coupon, CouponCreateParams, CouponListParams, CouponUpdateParams, Coupons, CouponsCursorIDPage } from "./coupons.js";
4
- import * as CustomersAPI from "./customers.js";
5
- import { Customer, CustomerAddress, CustomerBillingPortalParams, CustomerBillingPortalResponse, CustomerCreateParams, CustomerGetResponse, CustomerListParams, CustomerUpdateParams, Customers, CustomersCursorIDPage } from "./customers.js";
6
4
  import * as FeaturesAPI from "./features.js";
7
5
  import { Feature, FeatureCreateParams, FeatureListParams, FeatureUpdateParams, Features, FeaturesCursorIDPage } from "./features.js";
6
+ import * as SubscriptionGroupsAPI from "./subscription-groups.js";
7
+ import { SubscriptionGroups } from "./subscription-groups.js";
8
+ import * as CustomersAPI from "./customers/customers.js";
9
+ import { Customer, CustomerAddress, CustomerBillingPortalParams, CustomerBillingPortalResponse, CustomerCreateParams, CustomerGetResponse, CustomerListParams, CustomerUpdateParams, Customers, CustomersCursorIDPage } from "./customers/customers.js";
8
10
  import * as ProductsAPI from "./products/products.js";
9
11
  import { Product, ProductCreateParams, ProductListParams, ProductUpdateParams, Products, ProductsCursorIDPage } from "./products/products.js";
10
- import { APIPromise } from "../../../core/api-promise.js";
11
- import { RequestOptions } from "../../../internal/request-options.js";
12
+ import { APIPromise } from "../../core/api-promise.js";
13
+ import { RequestOptions } from "../../internal/request-options.js";
14
+ /**
15
+ * Commerce APIs are currently in beta.
16
+ */
12
17
  export declare class Commerce extends APIResource {
13
18
  customers: CustomersAPI.Customers;
14
19
  products: ProductsAPI.Products;
15
20
  coupons: CouponsAPI.Coupons;
16
21
  features: FeaturesAPI.Features;
22
+ subscriptionGroups: SubscriptionGroupsAPI.SubscriptionGroups;
17
23
  /**
18
24
  * Cancels a customer's subscription. By default, the subscription remains active
19
25
  * until the end of the current billing period. Set cancellation_timing to
20
26
  * 'immediate' to cancel immediately.
27
+ *
28
+ * @example
29
+ * ```ts
30
+ * const response = await client.commerce.cancel({
31
+ * customer_id: 'cus_1234567890',
32
+ * subscription_id: 'sub_1234567890',
33
+ * });
34
+ * ```
21
35
  */
22
36
  cancel(body: CommerceCancelParams, options?: RequestOptions): APIPromise<CommerceCancelResponse>;
23
37
  /**
@@ -25,12 +39,29 @@ export declare class Commerce extends APIResource {
25
39
  * features in your app based on the customer's active subscription and the
26
40
  * entitlements attached to their product. Hercules recommends calling this before
27
41
  * allowing access to premium features.
42
+ *
43
+ * @example
44
+ * ```ts
45
+ * const response = await client.commerce.check({
46
+ * customer_id: 'cus_1234567890',
47
+ * resource_id: 'feat_1234567890',
48
+ * });
49
+ * ```
28
50
  */
29
51
  check(body: CommerceCheckParams, options?: RequestOptions): APIPromise<CommerceCheckResponse>;
30
52
  /**
31
53
  * Creates a checkout session for a customer to subscribe to a product. Returns a
32
54
  * URL to redirect the customer to for payment. After successful payment, the
33
55
  * customer is subscribed to the product and gains access to its entitlements.
56
+ *
57
+ * @example
58
+ * ```ts
59
+ * const response = await client.commerce.checkout({
60
+ * customer_id: 'cus_1234567890',
61
+ * line_items: [{ variant_id: 'var_1234567890' }],
62
+ * success_url: 'https://example.com',
63
+ * });
64
+ * ```
34
65
  */
35
66
  checkout(body: CommerceCheckoutParams, options?: RequestOptions): APIPromise<CommerceCheckoutResponse>;
36
67
  }
@@ -56,23 +87,13 @@ export interface CommerceCancelResponse {
56
87
  canceled_at?: string | null;
57
88
  }
58
89
  /**
59
- * Check resource access response. Indicates whether access is granted and through
60
- * what means.
90
+ * Check resource access response.
61
91
  */
62
92
  export interface CommerceCheckResponse {
63
- /**
64
- * How the customer has access: through a subscription, one-time purchase, manual
65
- * grant, or no access
66
- */
67
- access_type: 'subscription' | 'one_time_purchase' | 'manual_grant' | 'none';
68
93
  /**
69
94
  * Whether the customer has access to the resource
70
95
  */
71
96
  has_access: boolean;
72
- /**
73
- * The resource ID that was checked
74
- */
75
- resource_id: string;
76
97
  }
77
98
  /**
78
99
  * Checkout response. For new customers, returns a checkout URL. For existing
@@ -165,11 +186,6 @@ export interface CommerceCheckoutParams {
165
186
  * URL to redirect on success
166
187
  */
167
188
  success_url: string;
168
- /**
169
- * Optional custom ID for the subscription or payment. If not provided, one will be
170
- * generated.
171
- */
172
- id?: string;
173
189
  /**
174
190
  * URL to redirect on cancel
175
191
  */
@@ -222,5 +238,6 @@ export declare namespace Commerce {
222
238
  export { Products as Products, type Product as Product, type ProductsCursorIDPage as ProductsCursorIDPage, type ProductCreateParams as ProductCreateParams, type ProductUpdateParams as ProductUpdateParams, type ProductListParams as ProductListParams, };
223
239
  export { Coupons as Coupons, type Coupon as Coupon, type CouponsCursorIDPage as CouponsCursorIDPage, type CouponCreateParams as CouponCreateParams, type CouponUpdateParams as CouponUpdateParams, type CouponListParams as CouponListParams, };
224
240
  export { Features as Features, type Feature as Feature, type FeaturesCursorIDPage as FeaturesCursorIDPage, type FeatureCreateParams as FeatureCreateParams, type FeatureUpdateParams as FeatureUpdateParams, type FeatureListParams as FeatureListParams, };
241
+ export { SubscriptionGroups as SubscriptionGroups };
225
242
  }
226
243
  //# sourceMappingURL=commerce.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commerce.d.ts","sourceRoot":"","sources":["../../src/resources/commerce/commerce.ts"],"names":[],"mappings":"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"}
@@ -2,16 +2,21 @@
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.Commerce = void 0;
5
- const tslib_1 = require("../../../internal/tslib.js");
6
- const resource_1 = require("../../../core/resource.js");
5
+ const tslib_1 = require("../../internal/tslib.js");
6
+ const resource_1 = require("../../core/resource.js");
7
7
  const CouponsAPI = tslib_1.__importStar(require("./coupons.js"));
8
8
  const coupons_1 = require("./coupons.js");
9
- const CustomersAPI = tslib_1.__importStar(require("./customers.js"));
10
- const customers_1 = require("./customers.js");
11
9
  const FeaturesAPI = tslib_1.__importStar(require("./features.js"));
12
10
  const features_1 = require("./features.js");
11
+ const SubscriptionGroupsAPI = tslib_1.__importStar(require("./subscription-groups.js"));
12
+ const subscription_groups_1 = require("./subscription-groups.js");
13
+ const CustomersAPI = tslib_1.__importStar(require("./customers/customers.js"));
14
+ const customers_1 = require("./customers/customers.js");
13
15
  const ProductsAPI = tslib_1.__importStar(require("./products/products.js"));
14
16
  const products_1 = require("./products/products.js");
17
+ /**
18
+ * Commerce APIs are currently in beta.
19
+ */
15
20
  class Commerce extends resource_1.APIResource {
16
21
  constructor() {
17
22
  super(...arguments);
@@ -19,11 +24,20 @@ class Commerce extends resource_1.APIResource {
19
24
  this.products = new ProductsAPI.Products(this._client);
20
25
  this.coupons = new CouponsAPI.Coupons(this._client);
21
26
  this.features = new FeaturesAPI.Features(this._client);
27
+ this.subscriptionGroups = new SubscriptionGroupsAPI.SubscriptionGroups(this._client);
22
28
  }
23
29
  /**
24
30
  * Cancels a customer's subscription. By default, the subscription remains active
25
31
  * until the end of the current billing period. Set cancellation_timing to
26
32
  * 'immediate' to cancel immediately.
33
+ *
34
+ * @example
35
+ * ```ts
36
+ * const response = await client.commerce.cancel({
37
+ * customer_id: 'cus_1234567890',
38
+ * subscription_id: 'sub_1234567890',
39
+ * });
40
+ * ```
27
41
  */
28
42
  cancel(body, options) {
29
43
  return this._client.post('/v1/commerce/cancel', { body, ...options });
@@ -33,6 +47,14 @@ class Commerce extends resource_1.APIResource {
33
47
  * features in your app based on the customer's active subscription and the
34
48
  * entitlements attached to their product. Hercules recommends calling this before
35
49
  * allowing access to premium features.
50
+ *
51
+ * @example
52
+ * ```ts
53
+ * const response = await client.commerce.check({
54
+ * customer_id: 'cus_1234567890',
55
+ * resource_id: 'feat_1234567890',
56
+ * });
57
+ * ```
36
58
  */
37
59
  check(body, options) {
38
60
  return this._client.post('/v1/commerce/check', { body, ...options });
@@ -41,6 +63,15 @@ class Commerce extends resource_1.APIResource {
41
63
  * Creates a checkout session for a customer to subscribe to a product. Returns a
42
64
  * URL to redirect the customer to for payment. After successful payment, the
43
65
  * customer is subscribed to the product and gains access to its entitlements.
66
+ *
67
+ * @example
68
+ * ```ts
69
+ * const response = await client.commerce.checkout({
70
+ * customer_id: 'cus_1234567890',
71
+ * line_items: [{ variant_id: 'var_1234567890' }],
72
+ * success_url: 'https://example.com',
73
+ * });
74
+ * ```
44
75
  */
45
76
  checkout(body, options) {
46
77
  return this._client.post('/v1/commerce/checkout', { body, ...options });
@@ -51,4 +82,5 @@ Commerce.Customers = customers_1.Customers;
51
82
  Commerce.Products = products_1.Products;
52
83
  Commerce.Coupons = coupons_1.Coupons;
53
84
  Commerce.Features = features_1.Features;
85
+ Commerce.SubscriptionGroups = subscription_groups_1.SubscriptionGroups;
54
86
  //# sourceMappingURL=commerce.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commerce.js","sourceRoot":"","sources":["../../src/resources/commerce/commerce.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,iEAAwC;AACxC,0CAOmB;AACnB,mEAA0C;AAC1C,4CAOoB;AACpB,wFAA+D;AAC/D,kEAA2D;AAC3D,+EAAsD;AACtD,wDAW+B;AAC/B,4EAAmD;AACnD,qDAO6B;AAI7B;;GAEG;AACH,MAAa,QAAS,SAAQ,sBAAW;IAAzC;;QACE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,uBAAkB,GAA6C,IAAI,qBAAqB,CAAC,kBAAkB,CACzG,IAAI,CAAC,OAAO,CACb,CAAC;IAsDJ,CAAC;IApDC;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,IAA0B,EAAE,OAAwB;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,KAAK,CAAC,IAAyB,EAAE,OAAwB;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,QAAQ,CAAC,IAA4B,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;CACF;AA7DD,4BA6DC;AAuMD,QAAQ,CAAC,SAAS,GAAG,qBAAS,CAAC;AAC/B,QAAQ,CAAC,QAAQ,GAAG,mBAAQ,CAAC;AAC7B,QAAQ,CAAC,OAAO,GAAG,iBAAO,CAAC;AAC3B,QAAQ,CAAC,QAAQ,GAAG,mBAAQ,CAAC;AAC7B,QAAQ,CAAC,kBAAkB,GAAG,wCAAkB,CAAC"}
@@ -1,13 +1,18 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../../../core/resource.mjs";
2
+ import { APIResource } from "../../core/resource.mjs";
3
3
  import * as CouponsAPI from "./coupons.mjs";
4
4
  import { Coupons, } from "./coupons.mjs";
5
- import * as CustomersAPI from "./customers.mjs";
6
- import { Customers, } from "./customers.mjs";
7
5
  import * as FeaturesAPI from "./features.mjs";
8
6
  import { Features, } from "./features.mjs";
7
+ import * as SubscriptionGroupsAPI from "./subscription-groups.mjs";
8
+ import { SubscriptionGroups } from "./subscription-groups.mjs";
9
+ import * as CustomersAPI from "./customers/customers.mjs";
10
+ import { Customers, } from "./customers/customers.mjs";
9
11
  import * as ProductsAPI from "./products/products.mjs";
10
12
  import { Products, } from "./products/products.mjs";
13
+ /**
14
+ * Commerce APIs are currently in beta.
15
+ */
11
16
  export class Commerce extends APIResource {
12
17
  constructor() {
13
18
  super(...arguments);
@@ -15,11 +20,20 @@ export class Commerce extends APIResource {
15
20
  this.products = new ProductsAPI.Products(this._client);
16
21
  this.coupons = new CouponsAPI.Coupons(this._client);
17
22
  this.features = new FeaturesAPI.Features(this._client);
23
+ this.subscriptionGroups = new SubscriptionGroupsAPI.SubscriptionGroups(this._client);
18
24
  }
19
25
  /**
20
26
  * Cancels a customer's subscription. By default, the subscription remains active
21
27
  * until the end of the current billing period. Set cancellation_timing to
22
28
  * 'immediate' to cancel immediately.
29
+ *
30
+ * @example
31
+ * ```ts
32
+ * const response = await client.commerce.cancel({
33
+ * customer_id: 'cus_1234567890',
34
+ * subscription_id: 'sub_1234567890',
35
+ * });
36
+ * ```
23
37
  */
24
38
  cancel(body, options) {
25
39
  return this._client.post('/v1/commerce/cancel', { body, ...options });
@@ -29,6 +43,14 @@ export class Commerce extends APIResource {
29
43
  * features in your app based on the customer's active subscription and the
30
44
  * entitlements attached to their product. Hercules recommends calling this before
31
45
  * allowing access to premium features.
46
+ *
47
+ * @example
48
+ * ```ts
49
+ * const response = await client.commerce.check({
50
+ * customer_id: 'cus_1234567890',
51
+ * resource_id: 'feat_1234567890',
52
+ * });
53
+ * ```
32
54
  */
33
55
  check(body, options) {
34
56
  return this._client.post('/v1/commerce/check', { body, ...options });
@@ -37,6 +59,15 @@ export class Commerce extends APIResource {
37
59
  * Creates a checkout session for a customer to subscribe to a product. Returns a
38
60
  * URL to redirect the customer to for payment. After successful payment, the
39
61
  * customer is subscribed to the product and gains access to its entitlements.
62
+ *
63
+ * @example
64
+ * ```ts
65
+ * const response = await client.commerce.checkout({
66
+ * customer_id: 'cus_1234567890',
67
+ * line_items: [{ variant_id: 'var_1234567890' }],
68
+ * success_url: 'https://example.com',
69
+ * });
70
+ * ```
40
71
  */
41
72
  checkout(body, options) {
42
73
  return this._client.post('/v1/commerce/checkout', { body, ...options });
@@ -46,4 +77,5 @@ Commerce.Customers = Customers;
46
77
  Commerce.Products = Products;
47
78
  Commerce.Coupons = Coupons;
48
79
  Commerce.Features = Features;
80
+ Commerce.SubscriptionGroups = SubscriptionGroups;
49
81
  //# sourceMappingURL=commerce.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commerce.mjs","sourceRoot":"","sources":["../../src/resources/commerce/commerce.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,UAAU;OACf,EAKL,OAAO,GAER;OACM,KAAK,WAAW;OAChB,EAKL,QAAQ,GAET;OACM,KAAK,qBAAqB;OAC1B,EAAE,kBAAkB,EAAE;OACtB,KAAK,YAAY;OACjB,EASL,SAAS,GAEV;OACM,KAAK,WAAW;OAChB,EAKL,QAAQ,GAET;AAID;;GAEG;AACH,MAAM,OAAO,QAAS,SAAQ,WAAW;IAAzC;;QACE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,uBAAkB,GAA6C,IAAI,qBAAqB,CAAC,kBAAkB,CACzG,IAAI,CAAC,OAAO,CACb,CAAC;IAsDJ,CAAC;IApDC;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,IAA0B,EAAE,OAAwB;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,KAAK,CAAC,IAAyB,EAAE,OAAwB;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,QAAQ,CAAC,IAA4B,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;CACF;AAuMD,QAAQ,CAAC,SAAS,GAAG,SAAS,CAAC;AAC/B,QAAQ,CAAC,QAAQ,GAAG,QAAQ,CAAC;AAC7B,QAAQ,CAAC,OAAO,GAAG,OAAO,CAAC;AAC3B,QAAQ,CAAC,QAAQ,GAAG,QAAQ,CAAC;AAC7B,QAAQ,CAAC,kBAAkB,GAAG,kBAAkB,CAAC"}
@@ -1,32 +1,56 @@
1
- import { APIResource } from "../../../core/resource.mjs";
2
- import { APIPromise } from "../../../core/api-promise.mjs";
3
- import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../../core/pagination.mjs";
4
- import { RequestOptions } from "../../../internal/request-options.mjs";
1
+ import { APIResource } from "../../core/resource.mjs";
2
+ import { APIPromise } from "../../core/api-promise.mjs";
3
+ import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../core/pagination.mjs";
4
+ import { RequestOptions } from "../../internal/request-options.mjs";
5
5
  export declare class Coupons extends APIResource {
6
6
  /**
7
7
  * Creates a discount coupon with a promo code. Coupons can offer percentage or
8
8
  * fixed-amount discounts and can be limited by redemption count or expiration
9
9
  * date. Customers can apply coupons during checkout.
10
+ *
11
+ * @example
12
+ * ```ts
13
+ * const coupon = await client.commerce.coupons.create({
14
+ * code: 'LAUNCH20',
15
+ * });
16
+ * ```
10
17
  */
11
18
  create(body: CouponCreateParams, options?: RequestOptions): APIPromise<Coupon>;
12
19
  /**
13
20
  * Updates an existing coupon. Use this to modify the display name or deactivate
14
21
  * the coupon. Discount amounts and codes cannot be changed after creation.
22
+ *
23
+ * @example
24
+ * ```ts
25
+ * const coupon = await client.commerce.coupons.update(
26
+ * 'coupon_1234567890',
27
+ * );
28
+ * ```
15
29
  */
16
30
  update(couponID: string, body?: CouponUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Coupon>;
17
31
  /**
18
32
  * Retrieves a paginated list of all coupons. Coupons provide discounts that
19
33
  * customers can apply during checkout using a promo code.
34
+ *
35
+ * @example
36
+ * ```ts
37
+ * // Automatically fetches more pages as needed.
38
+ * for await (const coupon of client.commerce.coupons.list()) {
39
+ * // ...
40
+ * }
41
+ * ```
20
42
  */
21
43
  list(query?: CouponListParams | null | undefined, options?: RequestOptions): PagePromise<CouponsCursorIDPage, Coupon>;
22
- /**
23
- * Permanently deletes a coupon. The promo code can no longer be used. Existing
24
- * discounts applied to active subscriptions are not affected.
25
- */
26
- delete(couponID: string, options?: RequestOptions): APIPromise<void>;
27
44
  /**
28
45
  * Retrieves a coupon by ID. Returns the coupon object including discount details
29
46
  * and redemption statistics.
47
+ *
48
+ * @example
49
+ * ```ts
50
+ * const coupon = await client.commerce.coupons.get(
51
+ * 'coupon_1234567890',
52
+ * );
53
+ * ```
30
54
  */
31
55
  get(couponID: string, options?: RequestOptions): APIPromise<Coupon>;
32
56
  }
@@ -36,7 +60,7 @@ export type CouponsCursorIDPage = CursorIDPage<Coupon>;
36
60
  */
37
61
  export interface Coupon {
38
62
  /**
39
- * Unique identifier for the topic subscription
63
+ * Unique identifier for the coupon
40
64
  */
41
65
  id: string;
42
66
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coupons.d.mts","sourceRoot":"","sources":["../../src/resources/commerce/coupons.ts"],"names":[],"mappings":"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"}
@@ -1,32 +1,56 @@
1
- import { APIResource } from "../../../core/resource.js";
2
- import { APIPromise } from "../../../core/api-promise.js";
3
- import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../../core/pagination.js";
4
- import { RequestOptions } from "../../../internal/request-options.js";
1
+ import { APIResource } from "../../core/resource.js";
2
+ import { APIPromise } from "../../core/api-promise.js";
3
+ import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../core/pagination.js";
4
+ import { RequestOptions } from "../../internal/request-options.js";
5
5
  export declare class Coupons extends APIResource {
6
6
  /**
7
7
  * Creates a discount coupon with a promo code. Coupons can offer percentage or
8
8
  * fixed-amount discounts and can be limited by redemption count or expiration
9
9
  * date. Customers can apply coupons during checkout.
10
+ *
11
+ * @example
12
+ * ```ts
13
+ * const coupon = await client.commerce.coupons.create({
14
+ * code: 'LAUNCH20',
15
+ * });
16
+ * ```
10
17
  */
11
18
  create(body: CouponCreateParams, options?: RequestOptions): APIPromise<Coupon>;
12
19
  /**
13
20
  * Updates an existing coupon. Use this to modify the display name or deactivate
14
21
  * the coupon. Discount amounts and codes cannot be changed after creation.
22
+ *
23
+ * @example
24
+ * ```ts
25
+ * const coupon = await client.commerce.coupons.update(
26
+ * 'coupon_1234567890',
27
+ * );
28
+ * ```
15
29
  */
16
30
  update(couponID: string, body?: CouponUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Coupon>;
17
31
  /**
18
32
  * Retrieves a paginated list of all coupons. Coupons provide discounts that
19
33
  * customers can apply during checkout using a promo code.
34
+ *
35
+ * @example
36
+ * ```ts
37
+ * // Automatically fetches more pages as needed.
38
+ * for await (const coupon of client.commerce.coupons.list()) {
39
+ * // ...
40
+ * }
41
+ * ```
20
42
  */
21
43
  list(query?: CouponListParams | null | undefined, options?: RequestOptions): PagePromise<CouponsCursorIDPage, Coupon>;
22
- /**
23
- * Permanently deletes a coupon. The promo code can no longer be used. Existing
24
- * discounts applied to active subscriptions are not affected.
25
- */
26
- delete(couponID: string, options?: RequestOptions): APIPromise<void>;
27
44
  /**
28
45
  * Retrieves a coupon by ID. Returns the coupon object including discount details
29
46
  * and redemption statistics.
47
+ *
48
+ * @example
49
+ * ```ts
50
+ * const coupon = await client.commerce.coupons.get(
51
+ * 'coupon_1234567890',
52
+ * );
53
+ * ```
30
54
  */
31
55
  get(couponID: string, options?: RequestOptions): APIPromise<Coupon>;
32
56
  }
@@ -36,7 +60,7 @@ export type CouponsCursorIDPage = CursorIDPage<Coupon>;
36
60
  */
37
61
  export interface Coupon {
38
62
  /**
39
- * Unique identifier for the topic subscription
63
+ * Unique identifier for the coupon
40
64
  */
41
65
  id: string;
42
66
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coupons.d.ts","sourceRoot":"","sources":["../../src/resources/commerce/coupons.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,YAAY,EAAE,KAAK,kBAAkB,EAAE,WAAW,EAAE;OACtD,EAAE,cAAc,EAAE;AAGzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,IAAI,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC;IAI9E;;;;;;;;;;OAUG;IACH,MAAM,CACJ,QAAQ,EAAE,MAAM,EAChB,IAAI,GAAE,kBAAkB,GAAG,IAAI,GAAG,SAAc,EAChD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,MAAM,CAAC;IAIrB;;;;;;;;;;;OAWG;IACH,IAAI,CACF,KAAK,GAAE,gBAAgB,GAAG,IAAI,GAAG,SAAc,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,mBAAmB,EAAE,MAAM,CAAC;IAI3C;;;;;;;;;;OAUG;IACH,GAAG,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC;CAGpE;AAED,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,MAAM,CAAC,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAAC;IAE3C;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEhC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS,CAAC;IAE5C;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,gBAAiB,SAAQ,kBAAkB;IAC1D;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,MAAM,IAAI,MAAM,EACrB,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,gBAAgB,IAAI,gBAAgB,GAC1C,CAAC;CACH"}