@polar-sh/sdk 0.35.0 → 0.35.2

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 (297) hide show
  1. package/bin/mcp-server.js +691 -475
  2. package/bin/mcp-server.js.map +20 -16
  3. package/dist/commonjs/lib/config.d.ts +2 -2
  4. package/dist/commonjs/lib/config.js +2 -2
  5. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  6. package/dist/commonjs/mcp-server/server.js +1 -1
  7. package/dist/commonjs/models/components/address.d.ts +669 -669
  8. package/dist/commonjs/models/components/address.js +221 -221
  9. package/dist/commonjs/models/components/addressinput.d.ts +653 -653
  10. package/dist/commonjs/models/components/addressinput.js +217 -217
  11. package/dist/commonjs/models/components/checkout.d.ts +31 -5
  12. package/dist/commonjs/models/components/checkout.d.ts.map +1 -1
  13. package/dist/commonjs/models/components/checkout.js +23 -2
  14. package/dist/commonjs/models/components/checkout.js.map +1 -1
  15. package/dist/commonjs/models/components/checkoutcreate.d.ts +11 -0
  16. package/dist/commonjs/models/components/checkoutcreate.d.ts.map +1 -1
  17. package/dist/commonjs/models/components/checkoutcreate.js +9 -0
  18. package/dist/commonjs/models/components/checkoutcreate.js.map +1 -1
  19. package/dist/commonjs/models/components/checkoutlink.d.ts +14 -3
  20. package/dist/commonjs/models/components/checkoutlink.d.ts.map +1 -1
  21. package/dist/commonjs/models/components/checkoutlink.js +11 -2
  22. package/dist/commonjs/models/components/checkoutlink.js.map +1 -1
  23. package/dist/commonjs/models/components/checkoutlinkcreateproduct.d.ts +11 -0
  24. package/dist/commonjs/models/components/checkoutlinkcreateproduct.d.ts.map +1 -1
  25. package/dist/commonjs/models/components/checkoutlinkcreateproduct.js +9 -0
  26. package/dist/commonjs/models/components/checkoutlinkcreateproduct.js.map +1 -1
  27. package/dist/commonjs/models/components/checkoutlinkcreateproductprice.d.ts +11 -0
  28. package/dist/commonjs/models/components/checkoutlinkcreateproductprice.d.ts.map +1 -1
  29. package/dist/commonjs/models/components/checkoutlinkcreateproductprice.js +9 -0
  30. package/dist/commonjs/models/components/checkoutlinkcreateproductprice.js.map +1 -1
  31. package/dist/commonjs/models/components/checkoutlinkcreateproducts.d.ts +11 -0
  32. package/dist/commonjs/models/components/checkoutlinkcreateproducts.d.ts.map +1 -1
  33. package/dist/commonjs/models/components/checkoutlinkcreateproducts.js +9 -0
  34. package/dist/commonjs/models/components/checkoutlinkcreateproducts.js.map +1 -1
  35. package/dist/commonjs/models/components/checkoutlinkproduct.d.ts +14 -3
  36. package/dist/commonjs/models/components/checkoutlinkproduct.d.ts.map +1 -1
  37. package/dist/commonjs/models/components/checkoutlinkproduct.js +11 -2
  38. package/dist/commonjs/models/components/checkoutlinkproduct.js.map +1 -1
  39. package/dist/commonjs/models/components/checkoutlinkupdate.d.ts +11 -0
  40. package/dist/commonjs/models/components/checkoutlinkupdate.d.ts.map +1 -1
  41. package/dist/commonjs/models/components/checkoutlinkupdate.js +9 -0
  42. package/dist/commonjs/models/components/checkoutlinkupdate.js.map +1 -1
  43. package/dist/commonjs/models/components/checkoutproduct.d.ts +14 -3
  44. package/dist/commonjs/models/components/checkoutproduct.d.ts.map +1 -1
  45. package/dist/commonjs/models/components/checkoutproduct.js +11 -2
  46. package/dist/commonjs/models/components/checkoutproduct.js.map +1 -1
  47. package/dist/commonjs/models/components/checkoutpublic.d.ts +21 -5
  48. package/dist/commonjs/models/components/checkoutpublic.d.ts.map +1 -1
  49. package/dist/commonjs/models/components/checkoutpublic.js +15 -2
  50. package/dist/commonjs/models/components/checkoutpublic.js.map +1 -1
  51. package/dist/commonjs/models/components/checkoutpublicconfirmed.d.ts +21 -5
  52. package/dist/commonjs/models/components/checkoutpublicconfirmed.d.ts.map +1 -1
  53. package/dist/commonjs/models/components/checkoutpublicconfirmed.js +15 -2
  54. package/dist/commonjs/models/components/checkoutpublicconfirmed.js.map +1 -1
  55. package/dist/commonjs/models/components/checkoutupdate.d.ts +11 -0
  56. package/dist/commonjs/models/components/checkoutupdate.d.ts.map +1 -1
  57. package/dist/commonjs/models/components/checkoutupdate.js +9 -0
  58. package/dist/commonjs/models/components/checkoutupdate.js.map +1 -1
  59. package/dist/commonjs/models/components/customerorderproduct.d.ts +14 -3
  60. package/dist/commonjs/models/components/customerorderproduct.d.ts.map +1 -1
  61. package/dist/commonjs/models/components/customerorderproduct.js +11 -2
  62. package/dist/commonjs/models/components/customerorderproduct.js.map +1 -1
  63. package/dist/commonjs/models/components/customerordersubscription.d.ts +10 -0
  64. package/dist/commonjs/models/components/customerordersubscription.d.ts.map +1 -1
  65. package/dist/commonjs/models/components/customerordersubscription.js +8 -0
  66. package/dist/commonjs/models/components/customerordersubscription.js.map +1 -1
  67. package/dist/commonjs/models/components/customerproduct.d.ts +14 -3
  68. package/dist/commonjs/models/components/customerproduct.d.ts.map +1 -1
  69. package/dist/commonjs/models/components/customerproduct.js +11 -2
  70. package/dist/commonjs/models/components/customerproduct.js.map +1 -1
  71. package/dist/commonjs/models/components/customerstatesubscription.d.ts +38 -2
  72. package/dist/commonjs/models/components/customerstatesubscription.d.ts.map +1 -1
  73. package/dist/commonjs/models/components/customerstatesubscription.js +30 -3
  74. package/dist/commonjs/models/components/customerstatesubscription.js.map +1 -1
  75. package/dist/commonjs/models/components/customersubscription.d.ts +10 -0
  76. package/dist/commonjs/models/components/customersubscription.d.ts.map +1 -1
  77. package/dist/commonjs/models/components/customersubscription.js +8 -0
  78. package/dist/commonjs/models/components/customersubscription.js.map +1 -1
  79. package/dist/commonjs/models/components/customersubscriptionproduct.d.ts +14 -3
  80. package/dist/commonjs/models/components/customersubscriptionproduct.d.ts.map +1 -1
  81. package/dist/commonjs/models/components/customersubscriptionproduct.js +11 -2
  82. package/dist/commonjs/models/components/customersubscriptionproduct.js.map +1 -1
  83. package/dist/commonjs/models/components/discountproduct.d.ts +14 -3
  84. package/dist/commonjs/models/components/discountproduct.d.ts.map +1 -1
  85. package/dist/commonjs/models/components/discountproduct.js +11 -2
  86. package/dist/commonjs/models/components/discountproduct.js.map +1 -1
  87. package/dist/commonjs/models/components/orderproduct.d.ts +14 -3
  88. package/dist/commonjs/models/components/orderproduct.d.ts.map +1 -1
  89. package/dist/commonjs/models/components/orderproduct.js +11 -2
  90. package/dist/commonjs/models/components/orderproduct.js.map +1 -1
  91. package/dist/commonjs/models/components/ordersubscription.d.ts +10 -0
  92. package/dist/commonjs/models/components/ordersubscription.d.ts.map +1 -1
  93. package/dist/commonjs/models/components/ordersubscription.js +8 -0
  94. package/dist/commonjs/models/components/ordersubscription.js.map +1 -1
  95. package/dist/commonjs/models/components/product.d.ts +14 -3
  96. package/dist/commonjs/models/components/product.d.ts.map +1 -1
  97. package/dist/commonjs/models/components/product.js +11 -2
  98. package/dist/commonjs/models/components/product.js.map +1 -1
  99. package/dist/commonjs/models/components/productcreate.d.ts +4 -111
  100. package/dist/commonjs/models/components/productcreate.d.ts.map +1 -1
  101. package/dist/commonjs/models/components/productcreate.js +9 -106
  102. package/dist/commonjs/models/components/productcreate.js.map +1 -1
  103. package/dist/commonjs/models/components/productcreateonetime.d.ts +130 -0
  104. package/dist/commonjs/models/components/productcreateonetime.d.ts.map +1 -0
  105. package/dist/commonjs/models/components/productcreateonetime.js +169 -0
  106. package/dist/commonjs/models/components/productcreateonetime.js.map +1 -0
  107. package/dist/commonjs/models/components/productcreaterecurring.d.ts +139 -0
  108. package/dist/commonjs/models/components/productcreaterecurring.d.ts.map +1 -0
  109. package/dist/commonjs/models/components/productcreaterecurring.js +179 -0
  110. package/dist/commonjs/models/components/productcreaterecurring.js.map +1 -0
  111. package/dist/commonjs/models/components/productupdate.d.ts +11 -0
  112. package/dist/commonjs/models/components/productupdate.d.ts.map +1 -1
  113. package/dist/commonjs/models/components/productupdate.js +9 -0
  114. package/dist/commonjs/models/components/productupdate.js.map +1 -1
  115. package/dist/commonjs/models/components/subscription.d.ts +10 -0
  116. package/dist/commonjs/models/components/subscription.d.ts.map +1 -1
  117. package/dist/commonjs/models/components/subscription.js +8 -0
  118. package/dist/commonjs/models/components/subscription.js.map +1 -1
  119. package/dist/commonjs/models/components/subscriptionupdate.d.ts +3 -2
  120. package/dist/commonjs/models/components/subscriptionupdate.d.ts.map +1 -1
  121. package/dist/commonjs/models/components/subscriptionupdate.js +3 -0
  122. package/dist/commonjs/models/components/subscriptionupdate.js.map +1 -1
  123. package/dist/commonjs/models/components/subscriptionupdatetrial.d.ts +32 -0
  124. package/dist/commonjs/models/components/subscriptionupdatetrial.d.ts.map +1 -0
  125. package/dist/commonjs/models/components/subscriptionupdatetrial.js +78 -0
  126. package/dist/commonjs/models/components/subscriptionupdatetrial.js.map +1 -0
  127. package/dist/commonjs/models/components/trialinterval.d.ts +34 -0
  128. package/dist/commonjs/models/components/trialinterval.d.ts.map +1 -0
  129. package/dist/commonjs/models/components/trialinterval.js +62 -0
  130. package/dist/commonjs/models/components/trialinterval.js.map +1 -0
  131. package/dist/esm/lib/config.d.ts +2 -2
  132. package/dist/esm/lib/config.js +2 -2
  133. package/dist/esm/mcp-server/mcp-server.js +1 -1
  134. package/dist/esm/mcp-server/server.js +1 -1
  135. package/dist/esm/models/components/address.d.ts +669 -669
  136. package/dist/esm/models/components/address.js +221 -221
  137. package/dist/esm/models/components/addressinput.d.ts +653 -653
  138. package/dist/esm/models/components/addressinput.js +217 -217
  139. package/dist/esm/models/components/checkout.d.ts +31 -5
  140. package/dist/esm/models/components/checkout.d.ts.map +1 -1
  141. package/dist/esm/models/components/checkout.js +23 -2
  142. package/dist/esm/models/components/checkout.js.map +1 -1
  143. package/dist/esm/models/components/checkoutcreate.d.ts +11 -0
  144. package/dist/esm/models/components/checkoutcreate.d.ts.map +1 -1
  145. package/dist/esm/models/components/checkoutcreate.js +9 -0
  146. package/dist/esm/models/components/checkoutcreate.js.map +1 -1
  147. package/dist/esm/models/components/checkoutlink.d.ts +14 -3
  148. package/dist/esm/models/components/checkoutlink.d.ts.map +1 -1
  149. package/dist/esm/models/components/checkoutlink.js +11 -2
  150. package/dist/esm/models/components/checkoutlink.js.map +1 -1
  151. package/dist/esm/models/components/checkoutlinkcreateproduct.d.ts +11 -0
  152. package/dist/esm/models/components/checkoutlinkcreateproduct.d.ts.map +1 -1
  153. package/dist/esm/models/components/checkoutlinkcreateproduct.js +9 -0
  154. package/dist/esm/models/components/checkoutlinkcreateproduct.js.map +1 -1
  155. package/dist/esm/models/components/checkoutlinkcreateproductprice.d.ts +11 -0
  156. package/dist/esm/models/components/checkoutlinkcreateproductprice.d.ts.map +1 -1
  157. package/dist/esm/models/components/checkoutlinkcreateproductprice.js +9 -0
  158. package/dist/esm/models/components/checkoutlinkcreateproductprice.js.map +1 -1
  159. package/dist/esm/models/components/checkoutlinkcreateproducts.d.ts +11 -0
  160. package/dist/esm/models/components/checkoutlinkcreateproducts.d.ts.map +1 -1
  161. package/dist/esm/models/components/checkoutlinkcreateproducts.js +9 -0
  162. package/dist/esm/models/components/checkoutlinkcreateproducts.js.map +1 -1
  163. package/dist/esm/models/components/checkoutlinkproduct.d.ts +14 -3
  164. package/dist/esm/models/components/checkoutlinkproduct.d.ts.map +1 -1
  165. package/dist/esm/models/components/checkoutlinkproduct.js +11 -2
  166. package/dist/esm/models/components/checkoutlinkproduct.js.map +1 -1
  167. package/dist/esm/models/components/checkoutlinkupdate.d.ts +11 -0
  168. package/dist/esm/models/components/checkoutlinkupdate.d.ts.map +1 -1
  169. package/dist/esm/models/components/checkoutlinkupdate.js +9 -0
  170. package/dist/esm/models/components/checkoutlinkupdate.js.map +1 -1
  171. package/dist/esm/models/components/checkoutproduct.d.ts +14 -3
  172. package/dist/esm/models/components/checkoutproduct.d.ts.map +1 -1
  173. package/dist/esm/models/components/checkoutproduct.js +11 -2
  174. package/dist/esm/models/components/checkoutproduct.js.map +1 -1
  175. package/dist/esm/models/components/checkoutpublic.d.ts +21 -5
  176. package/dist/esm/models/components/checkoutpublic.d.ts.map +1 -1
  177. package/dist/esm/models/components/checkoutpublic.js +15 -2
  178. package/dist/esm/models/components/checkoutpublic.js.map +1 -1
  179. package/dist/esm/models/components/checkoutpublicconfirmed.d.ts +21 -5
  180. package/dist/esm/models/components/checkoutpublicconfirmed.d.ts.map +1 -1
  181. package/dist/esm/models/components/checkoutpublicconfirmed.js +15 -2
  182. package/dist/esm/models/components/checkoutpublicconfirmed.js.map +1 -1
  183. package/dist/esm/models/components/checkoutupdate.d.ts +11 -0
  184. package/dist/esm/models/components/checkoutupdate.d.ts.map +1 -1
  185. package/dist/esm/models/components/checkoutupdate.js +9 -0
  186. package/dist/esm/models/components/checkoutupdate.js.map +1 -1
  187. package/dist/esm/models/components/customerorderproduct.d.ts +14 -3
  188. package/dist/esm/models/components/customerorderproduct.d.ts.map +1 -1
  189. package/dist/esm/models/components/customerorderproduct.js +11 -2
  190. package/dist/esm/models/components/customerorderproduct.js.map +1 -1
  191. package/dist/esm/models/components/customerordersubscription.d.ts +10 -0
  192. package/dist/esm/models/components/customerordersubscription.d.ts.map +1 -1
  193. package/dist/esm/models/components/customerordersubscription.js +8 -0
  194. package/dist/esm/models/components/customerordersubscription.js.map +1 -1
  195. package/dist/esm/models/components/customerproduct.d.ts +14 -3
  196. package/dist/esm/models/components/customerproduct.d.ts.map +1 -1
  197. package/dist/esm/models/components/customerproduct.js +11 -2
  198. package/dist/esm/models/components/customerproduct.js.map +1 -1
  199. package/dist/esm/models/components/customerstatesubscription.d.ts +38 -2
  200. package/dist/esm/models/components/customerstatesubscription.d.ts.map +1 -1
  201. package/dist/esm/models/components/customerstatesubscription.js +29 -2
  202. package/dist/esm/models/components/customerstatesubscription.js.map +1 -1
  203. package/dist/esm/models/components/customersubscription.d.ts +10 -0
  204. package/dist/esm/models/components/customersubscription.d.ts.map +1 -1
  205. package/dist/esm/models/components/customersubscription.js +8 -0
  206. package/dist/esm/models/components/customersubscription.js.map +1 -1
  207. package/dist/esm/models/components/customersubscriptionproduct.d.ts +14 -3
  208. package/dist/esm/models/components/customersubscriptionproduct.d.ts.map +1 -1
  209. package/dist/esm/models/components/customersubscriptionproduct.js +11 -2
  210. package/dist/esm/models/components/customersubscriptionproduct.js.map +1 -1
  211. package/dist/esm/models/components/discountproduct.d.ts +14 -3
  212. package/dist/esm/models/components/discountproduct.d.ts.map +1 -1
  213. package/dist/esm/models/components/discountproduct.js +11 -2
  214. package/dist/esm/models/components/discountproduct.js.map +1 -1
  215. package/dist/esm/models/components/orderproduct.d.ts +14 -3
  216. package/dist/esm/models/components/orderproduct.d.ts.map +1 -1
  217. package/dist/esm/models/components/orderproduct.js +11 -2
  218. package/dist/esm/models/components/orderproduct.js.map +1 -1
  219. package/dist/esm/models/components/ordersubscription.d.ts +10 -0
  220. package/dist/esm/models/components/ordersubscription.d.ts.map +1 -1
  221. package/dist/esm/models/components/ordersubscription.js +8 -0
  222. package/dist/esm/models/components/ordersubscription.js.map +1 -1
  223. package/dist/esm/models/components/product.d.ts +14 -3
  224. package/dist/esm/models/components/product.d.ts.map +1 -1
  225. package/dist/esm/models/components/product.js +11 -2
  226. package/dist/esm/models/components/product.js.map +1 -1
  227. package/dist/esm/models/components/productcreate.d.ts +4 -111
  228. package/dist/esm/models/components/productcreate.d.ts.map +1 -1
  229. package/dist/esm/models/components/productcreate.js +8 -101
  230. package/dist/esm/models/components/productcreate.js.map +1 -1
  231. package/dist/esm/models/components/productcreateonetime.d.ts +130 -0
  232. package/dist/esm/models/components/productcreateonetime.d.ts.map +1 -0
  233. package/dist/esm/models/components/productcreateonetime.js +127 -0
  234. package/dist/esm/models/components/productcreateonetime.js.map +1 -0
  235. package/dist/esm/models/components/productcreaterecurring.d.ts +139 -0
  236. package/dist/esm/models/components/productcreaterecurring.d.ts.map +1 -0
  237. package/dist/esm/models/components/productcreaterecurring.js +137 -0
  238. package/dist/esm/models/components/productcreaterecurring.js.map +1 -0
  239. package/dist/esm/models/components/productupdate.d.ts +11 -0
  240. package/dist/esm/models/components/productupdate.d.ts.map +1 -1
  241. package/dist/esm/models/components/productupdate.js +9 -0
  242. package/dist/esm/models/components/productupdate.js.map +1 -1
  243. package/dist/esm/models/components/subscription.d.ts +10 -0
  244. package/dist/esm/models/components/subscription.d.ts.map +1 -1
  245. package/dist/esm/models/components/subscription.js +8 -0
  246. package/dist/esm/models/components/subscription.js.map +1 -1
  247. package/dist/esm/models/components/subscriptionupdate.d.ts +3 -2
  248. package/dist/esm/models/components/subscriptionupdate.d.ts.map +1 -1
  249. package/dist/esm/models/components/subscriptionupdate.js +3 -0
  250. package/dist/esm/models/components/subscriptionupdate.js.map +1 -1
  251. package/dist/esm/models/components/subscriptionupdatetrial.d.ts +32 -0
  252. package/dist/esm/models/components/subscriptionupdatetrial.d.ts.map +1 -0
  253. package/dist/esm/models/components/subscriptionupdatetrial.js +40 -0
  254. package/dist/esm/models/components/subscriptionupdatetrial.js.map +1 -0
  255. package/dist/esm/models/components/trialinterval.d.ts +34 -0
  256. package/dist/esm/models/components/trialinterval.d.ts.map +1 -0
  257. package/dist/esm/models/components/trialinterval.js +26 -0
  258. package/dist/esm/models/components/trialinterval.js.map +1 -0
  259. package/docs/sdks/products/README.md +2 -2
  260. package/examples/package-lock.json +1 -1
  261. package/jsr.json +1 -1
  262. package/package.json +1 -1
  263. package/src/lib/config.ts +2 -2
  264. package/src/mcp-server/mcp-server.ts +1 -1
  265. package/src/mcp-server/server.ts +1 -1
  266. package/src/models/components/address.ts +221 -221
  267. package/src/models/components/addressinput.ts +217 -217
  268. package/src/models/components/checkout.ts +59 -7
  269. package/src/models/components/checkoutcreate.ts +23 -0
  270. package/src/models/components/checkoutlink.ts +28 -5
  271. package/src/models/components/checkoutlinkcreateproduct.ts +23 -0
  272. package/src/models/components/checkoutlinkcreateproductprice.ts +23 -0
  273. package/src/models/components/checkoutlinkcreateproducts.ts +23 -0
  274. package/src/models/components/checkoutlinkproduct.ts +28 -5
  275. package/src/models/components/checkoutlinkupdate.ts +23 -0
  276. package/src/models/components/checkoutproduct.ts +28 -5
  277. package/src/models/components/checkoutpublic.ts +41 -7
  278. package/src/models/components/checkoutpublicconfirmed.ts +41 -7
  279. package/src/models/components/checkoutupdate.ts +23 -0
  280. package/src/models/components/customerorderproduct.ts +28 -5
  281. package/src/models/components/customerordersubscription.ts +22 -0
  282. package/src/models/components/customerproduct.ts +28 -5
  283. package/src/models/components/customerstatesubscription.ts +56 -4
  284. package/src/models/components/customersubscription.ts +22 -0
  285. package/src/models/components/customersubscriptionproduct.ts +28 -5
  286. package/src/models/components/discountproduct.ts +28 -5
  287. package/src/models/components/orderproduct.ts +28 -5
  288. package/src/models/components/ordersubscription.ts +22 -0
  289. package/src/models/components/product.ts +28 -5
  290. package/src/models/components/productcreate.ts +22 -275
  291. package/src/models/components/productcreateonetime.ts +329 -0
  292. package/src/models/components/productcreaterecurring.ts +356 -0
  293. package/src/models/components/productupdate.ts +23 -0
  294. package/src/models/components/subscription.ts +22 -0
  295. package/src/models/components/subscriptionupdate.ts +10 -0
  296. package/src/models/components/subscriptionupdatetrial.ts +78 -0
  297. package/src/models/components/trialinterval.ts +35 -0
@@ -5,6 +5,7 @@
5
5
  import * as z from "zod";
6
6
  import { remap as remap$ } from "../../lib/primitives.js";
7
7
  import { safeParse } from "../../lib/schemas.js";
8
+ import { ClosedEnum } from "../../types/enums.js";
8
9
  import { Result as SafeParseResult } from "../../types/fp.js";
9
10
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
10
11
  import {
@@ -31,6 +32,14 @@ export type CustomerStateSubscriptionMetadata =
31
32
  | number
32
33
  | boolean;
33
34
 
35
+ export const CustomerStateSubscriptionStatus = {
36
+ Active: "active",
37
+ Trialing: "trialing",
38
+ } as const;
39
+ export type CustomerStateSubscriptionStatus = ClosedEnum<
40
+ typeof CustomerStateSubscriptionStatus
41
+ >;
42
+
34
43
  /**
35
44
  * An active customer subscription.
36
45
  */
@@ -54,7 +63,7 @@ export type CustomerStateSubscription = {
54
63
  | { [k: string]: string | number | boolean | Date | null }
55
64
  | undefined;
56
65
  metadata: { [k: string]: string | number | number | boolean };
57
- status: "active";
66
+ status: CustomerStateSubscriptionStatus;
58
67
  /**
59
68
  * The amount of the subscription.
60
69
  */
@@ -72,6 +81,14 @@ export type CustomerStateSubscription = {
72
81
  * The end timestamp of the current billing period.
73
82
  */
74
83
  currentPeriodEnd: Date | null;
84
+ /**
85
+ * The start timestamp of the trial period, if any.
86
+ */
87
+ trialStart: Date | null;
88
+ /**
89
+ * The end timestamp of the trial period, if any.
90
+ */
91
+ trialEnd: Date | null;
75
92
  /**
76
93
  * Whether the subscription will be canceled at the end of the current period.
77
94
  */
@@ -230,6 +247,27 @@ export function customerStateSubscriptionMetadataFromJSON(
230
247
  );
231
248
  }
232
249
 
250
+ /** @internal */
251
+ export const CustomerStateSubscriptionStatus$inboundSchema: z.ZodNativeEnum<
252
+ typeof CustomerStateSubscriptionStatus
253
+ > = z.nativeEnum(CustomerStateSubscriptionStatus);
254
+
255
+ /** @internal */
256
+ export const CustomerStateSubscriptionStatus$outboundSchema: z.ZodNativeEnum<
257
+ typeof CustomerStateSubscriptionStatus
258
+ > = CustomerStateSubscriptionStatus$inboundSchema;
259
+
260
+ /**
261
+ * @internal
262
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
263
+ */
264
+ export namespace CustomerStateSubscriptionStatus$ {
265
+ /** @deprecated use `CustomerStateSubscriptionStatus$inboundSchema` instead. */
266
+ export const inboundSchema = CustomerStateSubscriptionStatus$inboundSchema;
267
+ /** @deprecated use `CustomerStateSubscriptionStatus$outboundSchema` instead. */
268
+ export const outboundSchema = CustomerStateSubscriptionStatus$outboundSchema;
269
+ }
270
+
233
271
  /** @internal */
234
272
  export const CustomerStateSubscription$inboundSchema: z.ZodType<
235
273
  CustomerStateSubscription,
@@ -254,7 +292,7 @@ export const CustomerStateSubscription$inboundSchema: z.ZodType<
254
292
  metadata: z.record(
255
293
  z.union([z.string(), z.number().int(), z.number(), z.boolean()]),
256
294
  ),
257
- status: z.literal("active"),
295
+ status: CustomerStateSubscriptionStatus$inboundSchema,
258
296
  amount: z.number().int(),
259
297
  currency: z.string(),
260
298
  recurring_interval: SubscriptionRecurringInterval$inboundSchema,
@@ -264,6 +302,12 @@ export const CustomerStateSubscription$inboundSchema: z.ZodType<
264
302
  current_period_end: z.nullable(
265
303
  z.string().datetime({ offset: true }).transform(v => new Date(v)),
266
304
  ),
305
+ trial_start: z.nullable(
306
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
307
+ ),
308
+ trial_end: z.nullable(
309
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
310
+ ),
267
311
  cancel_at_period_end: z.boolean(),
268
312
  canceled_at: z.nullable(
269
313
  z.string().datetime({ offset: true }).transform(v => new Date(v)),
@@ -285,6 +329,8 @@ export const CustomerStateSubscription$inboundSchema: z.ZodType<
285
329
  "recurring_interval": "recurringInterval",
286
330
  "current_period_start": "currentPeriodStart",
287
331
  "current_period_end": "currentPeriodEnd",
332
+ "trial_start": "trialStart",
333
+ "trial_end": "trialEnd",
288
334
  "cancel_at_period_end": "cancelAtPeriodEnd",
289
335
  "canceled_at": "canceledAt",
290
336
  "started_at": "startedAt",
@@ -303,12 +349,14 @@ export type CustomerStateSubscription$Outbound = {
303
349
  | { [k: string]: string | number | boolean | string | null }
304
350
  | undefined;
305
351
  metadata: { [k: string]: string | number | number | boolean };
306
- status: "active";
352
+ status: string;
307
353
  amount: number;
308
354
  currency: string;
309
355
  recurring_interval: string;
310
356
  current_period_start: string;
311
357
  current_period_end: string | null;
358
+ trial_start: string | null;
359
+ trial_end: string | null;
312
360
  cancel_at_period_end: boolean;
313
361
  canceled_at: string | null;
314
362
  started_at: string | null;
@@ -340,12 +388,14 @@ export const CustomerStateSubscription$outboundSchema: z.ZodType<
340
388
  metadata: z.record(
341
389
  z.union([z.string(), z.number().int(), z.number(), z.boolean()]),
342
390
  ),
343
- status: z.literal("active"),
391
+ status: CustomerStateSubscriptionStatus$outboundSchema,
344
392
  amount: z.number().int(),
345
393
  currency: z.string(),
346
394
  recurringInterval: SubscriptionRecurringInterval$outboundSchema,
347
395
  currentPeriodStart: z.date().transform(v => v.toISOString()),
348
396
  currentPeriodEnd: z.nullable(z.date().transform(v => v.toISOString())),
397
+ trialStart: z.nullable(z.date().transform(v => v.toISOString())),
398
+ trialEnd: z.nullable(z.date().transform(v => v.toISOString())),
349
399
  cancelAtPeriodEnd: z.boolean(),
350
400
  canceledAt: z.nullable(z.date().transform(v => v.toISOString())),
351
401
  startedAt: z.nullable(z.date().transform(v => v.toISOString())),
@@ -361,6 +411,8 @@ export const CustomerStateSubscription$outboundSchema: z.ZodType<
361
411
  recurringInterval: "recurring_interval",
362
412
  currentPeriodStart: "current_period_start",
363
413
  currentPeriodEnd: "current_period_end",
414
+ trialStart: "trial_start",
415
+ trialEnd: "trial_end",
364
416
  cancelAtPeriodEnd: "cancel_at_period_end",
365
417
  canceledAt: "canceled_at",
366
418
  startedAt: "started_at",
@@ -82,6 +82,14 @@ export type CustomerSubscription = {
82
82
  * The end timestamp of the current billing period.
83
83
  */
84
84
  currentPeriodEnd: Date | null;
85
+ /**
86
+ * The start timestamp of the trial period, if any.
87
+ */
88
+ trialStart: Date | null;
89
+ /**
90
+ * The end timestamp of the trial period, if any.
91
+ */
92
+ trialEnd: Date | null;
85
93
  /**
86
94
  * Whether the subscription will be canceled at the end of the current period.
87
95
  */
@@ -205,6 +213,12 @@ export const CustomerSubscription$inboundSchema: z.ZodType<
205
213
  current_period_end: z.nullable(
206
214
  z.string().datetime({ offset: true }).transform(v => new Date(v)),
207
215
  ),
216
+ trial_start: z.nullable(
217
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
218
+ ),
219
+ trial_end: z.nullable(
220
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
221
+ ),
208
222
  cancel_at_period_end: z.boolean(),
209
223
  canceled_at: z.nullable(
210
224
  z.string().datetime({ offset: true }).transform(v => new Date(v)),
@@ -241,6 +255,8 @@ export const CustomerSubscription$inboundSchema: z.ZodType<
241
255
  "recurring_interval": "recurringInterval",
242
256
  "current_period_start": "currentPeriodStart",
243
257
  "current_period_end": "currentPeriodEnd",
258
+ "trial_start": "trialStart",
259
+ "trial_end": "trialEnd",
244
260
  "cancel_at_period_end": "cancelAtPeriodEnd",
245
261
  "canceled_at": "canceledAt",
246
262
  "started_at": "startedAt",
@@ -266,6 +282,8 @@ export type CustomerSubscription$Outbound = {
266
282
  status: string;
267
283
  current_period_start: string;
268
284
  current_period_end: string | null;
285
+ trial_start: string | null;
286
+ trial_end: string | null;
269
287
  cancel_at_period_end: boolean;
270
288
  canceled_at: string | null;
271
289
  started_at: string | null;
@@ -297,6 +315,8 @@ export const CustomerSubscription$outboundSchema: z.ZodType<
297
315
  status: SubscriptionStatus$outboundSchema,
298
316
  currentPeriodStart: z.date().transform(v => v.toISOString()),
299
317
  currentPeriodEnd: z.nullable(z.date().transform(v => v.toISOString())),
318
+ trialStart: z.nullable(z.date().transform(v => v.toISOString())),
319
+ trialEnd: z.nullable(z.date().transform(v => v.toISOString())),
300
320
  cancelAtPeriodEnd: z.boolean(),
301
321
  canceledAt: z.nullable(z.date().transform(v => v.toISOString())),
302
322
  startedAt: z.nullable(z.date().transform(v => v.toISOString())),
@@ -325,6 +345,8 @@ export const CustomerSubscription$outboundSchema: z.ZodType<
325
345
  recurringInterval: "recurring_interval",
326
346
  currentPeriodStart: "current_period_start",
327
347
  currentPeriodEnd: "current_period_end",
348
+ trialStart: "trial_start",
349
+ trialEnd: "trial_end",
328
350
  cancelAtPeriodEnd: "cancel_at_period_end",
329
351
  canceledAt: "canceled_at",
330
352
  startedAt: "started_at",
@@ -42,12 +42,21 @@ import {
42
42
  SubscriptionRecurringInterval$inboundSchema,
43
43
  SubscriptionRecurringInterval$outboundSchema,
44
44
  } from "./subscriptionrecurringinterval.js";
45
+ import {
46
+ TrialInterval,
47
+ TrialInterval$inboundSchema,
48
+ TrialInterval$outboundSchema,
49
+ } from "./trialinterval.js";
45
50
 
46
51
  export type CustomerSubscriptionProductPrices =
47
52
  | LegacyRecurringProductPrice
48
53
  | ProductPrice;
49
54
 
50
55
  export type CustomerSubscriptionProduct = {
56
+ /**
57
+ * The ID of the object.
58
+ */
59
+ id: string;
51
60
  /**
52
61
  * Creation timestamp of the object.
53
62
  */
@@ -57,9 +66,13 @@ export type CustomerSubscriptionProduct = {
57
66
  */
58
67
  modifiedAt: Date | null;
59
68
  /**
60
- * The ID of the product.
69
+ * The interval unit for the trial period.
61
70
  */
62
- id: string;
71
+ trialInterval: TrialInterval | null;
72
+ /**
73
+ * The number of interval units for the trial period.
74
+ */
75
+ trialIntervalCount: number | null;
63
76
  /**
64
77
  * The name of the product.
65
78
  */
@@ -164,11 +177,13 @@ export const CustomerSubscriptionProduct$inboundSchema: z.ZodType<
164
177
  z.ZodTypeDef,
165
178
  unknown
166
179
  > = z.object({
180
+ id: z.string(),
167
181
  created_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
168
182
  modified_at: z.nullable(
169
183
  z.string().datetime({ offset: true }).transform(v => new Date(v)),
170
184
  ),
171
- id: z.string(),
185
+ trial_interval: z.nullable(TrialInterval$inboundSchema),
186
+ trial_interval_count: z.nullable(z.number().int()),
172
187
  name: z.string(),
173
188
  description: z.nullable(z.string()),
174
189
  recurring_interval: z.nullable(SubscriptionRecurringInterval$inboundSchema),
@@ -188,6 +203,8 @@ export const CustomerSubscriptionProduct$inboundSchema: z.ZodType<
188
203
  return remap$(v, {
189
204
  "created_at": "createdAt",
190
205
  "modified_at": "modifiedAt",
206
+ "trial_interval": "trialInterval",
207
+ "trial_interval_count": "trialIntervalCount",
191
208
  "recurring_interval": "recurringInterval",
192
209
  "is_recurring": "isRecurring",
193
210
  "is_archived": "isArchived",
@@ -197,9 +214,11 @@ export const CustomerSubscriptionProduct$inboundSchema: z.ZodType<
197
214
 
198
215
  /** @internal */
199
216
  export type CustomerSubscriptionProduct$Outbound = {
217
+ id: string;
200
218
  created_at: string;
201
219
  modified_at: string | null;
202
- id: string;
220
+ trial_interval: string | null;
221
+ trial_interval_count: number | null;
203
222
  name: string;
204
223
  description: string | null;
205
224
  recurring_interval: string | null;
@@ -218,9 +237,11 @@ export const CustomerSubscriptionProduct$outboundSchema: z.ZodType<
218
237
  z.ZodTypeDef,
219
238
  CustomerSubscriptionProduct
220
239
  > = z.object({
240
+ id: z.string(),
221
241
  createdAt: z.date().transform(v => v.toISOString()),
222
242
  modifiedAt: z.nullable(z.date().transform(v => v.toISOString())),
223
- id: z.string(),
243
+ trialInterval: z.nullable(TrialInterval$outboundSchema),
244
+ trialIntervalCount: z.nullable(z.number().int()),
224
245
  name: z.string(),
225
246
  description: z.nullable(z.string()),
226
247
  recurringInterval: z.nullable(SubscriptionRecurringInterval$outboundSchema),
@@ -240,6 +261,8 @@ export const CustomerSubscriptionProduct$outboundSchema: z.ZodType<
240
261
  return remap$(v, {
241
262
  createdAt: "created_at",
242
263
  modifiedAt: "modified_at",
264
+ trialInterval: "trial_interval",
265
+ trialIntervalCount: "trial_interval_count",
243
266
  recurringInterval: "recurring_interval",
244
267
  isRecurring: "is_recurring",
245
268
  isArchived: "is_archived",
@@ -12,6 +12,11 @@ import {
12
12
  SubscriptionRecurringInterval$inboundSchema,
13
13
  SubscriptionRecurringInterval$outboundSchema,
14
14
  } from "./subscriptionrecurringinterval.js";
15
+ import {
16
+ TrialInterval,
17
+ TrialInterval$inboundSchema,
18
+ TrialInterval$outboundSchema,
19
+ } from "./trialinterval.js";
15
20
 
16
21
  export type DiscountProductMetadata = string | number | number | boolean;
17
22
 
@@ -20,6 +25,10 @@ export type DiscountProductMetadata = string | number | number | boolean;
20
25
  */
21
26
  export type DiscountProduct = {
22
27
  metadata: { [k: string]: string | number | number | boolean };
28
+ /**
29
+ * The ID of the object.
30
+ */
31
+ id: string;
23
32
  /**
24
33
  * Creation timestamp of the object.
25
34
  */
@@ -29,9 +38,13 @@ export type DiscountProduct = {
29
38
  */
30
39
  modifiedAt: Date | null;
31
40
  /**
32
- * The ID of the product.
41
+ * The interval unit for the trial period.
33
42
  */
34
- id: string;
43
+ trialInterval: TrialInterval | null;
44
+ /**
45
+ * The number of interval units for the trial period.
46
+ */
47
+ trialIntervalCount: number | null;
35
48
  /**
36
49
  * The name of the product.
37
50
  */
@@ -119,11 +132,13 @@ export const DiscountProduct$inboundSchema: z.ZodType<
119
132
  metadata: z.record(
120
133
  z.union([z.string(), z.number().int(), z.number(), z.boolean()]),
121
134
  ),
135
+ id: z.string(),
122
136
  created_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
123
137
  modified_at: z.nullable(
124
138
  z.string().datetime({ offset: true }).transform(v => new Date(v)),
125
139
  ),
126
- id: z.string(),
140
+ trial_interval: z.nullable(TrialInterval$inboundSchema),
141
+ trial_interval_count: z.nullable(z.number().int()),
127
142
  name: z.string(),
128
143
  description: z.nullable(z.string()),
129
144
  recurring_interval: z.nullable(SubscriptionRecurringInterval$inboundSchema),
@@ -134,6 +149,8 @@ export const DiscountProduct$inboundSchema: z.ZodType<
134
149
  return remap$(v, {
135
150
  "created_at": "createdAt",
136
151
  "modified_at": "modifiedAt",
152
+ "trial_interval": "trialInterval",
153
+ "trial_interval_count": "trialIntervalCount",
137
154
  "recurring_interval": "recurringInterval",
138
155
  "is_recurring": "isRecurring",
139
156
  "is_archived": "isArchived",
@@ -144,9 +161,11 @@ export const DiscountProduct$inboundSchema: z.ZodType<
144
161
  /** @internal */
145
162
  export type DiscountProduct$Outbound = {
146
163
  metadata: { [k: string]: string | number | number | boolean };
164
+ id: string;
147
165
  created_at: string;
148
166
  modified_at: string | null;
149
- id: string;
167
+ trial_interval: string | null;
168
+ trial_interval_count: number | null;
150
169
  name: string;
151
170
  description: string | null;
152
171
  recurring_interval: string | null;
@@ -164,9 +183,11 @@ export const DiscountProduct$outboundSchema: z.ZodType<
164
183
  metadata: z.record(
165
184
  z.union([z.string(), z.number().int(), z.number(), z.boolean()]),
166
185
  ),
186
+ id: z.string(),
167
187
  createdAt: z.date().transform(v => v.toISOString()),
168
188
  modifiedAt: z.nullable(z.date().transform(v => v.toISOString())),
169
- id: z.string(),
189
+ trialInterval: z.nullable(TrialInterval$outboundSchema),
190
+ trialIntervalCount: z.nullable(z.number().int()),
170
191
  name: z.string(),
171
192
  description: z.nullable(z.string()),
172
193
  recurringInterval: z.nullable(SubscriptionRecurringInterval$outboundSchema),
@@ -177,6 +198,8 @@ export const DiscountProduct$outboundSchema: z.ZodType<
177
198
  return remap$(v, {
178
199
  createdAt: "created_at",
179
200
  modifiedAt: "modified_at",
201
+ trialInterval: "trial_interval",
202
+ trialIntervalCount: "trial_interval_count",
180
203
  recurringInterval: "recurring_interval",
181
204
  isRecurring: "is_recurring",
182
205
  isArchived: "is_archived",
@@ -12,11 +12,20 @@ import {
12
12
  SubscriptionRecurringInterval$inboundSchema,
13
13
  SubscriptionRecurringInterval$outboundSchema,
14
14
  } from "./subscriptionrecurringinterval.js";
15
+ import {
16
+ TrialInterval,
17
+ TrialInterval$inboundSchema,
18
+ TrialInterval$outboundSchema,
19
+ } from "./trialinterval.js";
15
20
 
16
21
  export type OrderProductMetadata = string | number | number | boolean;
17
22
 
18
23
  export type OrderProduct = {
19
24
  metadata: { [k: string]: string | number | number | boolean };
25
+ /**
26
+ * The ID of the object.
27
+ */
28
+ id: string;
20
29
  /**
21
30
  * Creation timestamp of the object.
22
31
  */
@@ -26,9 +35,13 @@ export type OrderProduct = {
26
35
  */
27
36
  modifiedAt: Date | null;
28
37
  /**
29
- * The ID of the product.
38
+ * The interval unit for the trial period.
30
39
  */
31
- id: string;
40
+ trialInterval: TrialInterval | null;
41
+ /**
42
+ * The number of interval units for the trial period.
43
+ */
44
+ trialIntervalCount: number | null;
32
45
  /**
33
46
  * The name of the product.
34
47
  */
@@ -112,11 +125,13 @@ export const OrderProduct$inboundSchema: z.ZodType<
112
125
  metadata: z.record(
113
126
  z.union([z.string(), z.number().int(), z.number(), z.boolean()]),
114
127
  ),
128
+ id: z.string(),
115
129
  created_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
116
130
  modified_at: z.nullable(
117
131
  z.string().datetime({ offset: true }).transform(v => new Date(v)),
118
132
  ),
119
- id: z.string(),
133
+ trial_interval: z.nullable(TrialInterval$inboundSchema),
134
+ trial_interval_count: z.nullable(z.number().int()),
120
135
  name: z.string(),
121
136
  description: z.nullable(z.string()),
122
137
  recurring_interval: z.nullable(SubscriptionRecurringInterval$inboundSchema),
@@ -127,6 +142,8 @@ export const OrderProduct$inboundSchema: z.ZodType<
127
142
  return remap$(v, {
128
143
  "created_at": "createdAt",
129
144
  "modified_at": "modifiedAt",
145
+ "trial_interval": "trialInterval",
146
+ "trial_interval_count": "trialIntervalCount",
130
147
  "recurring_interval": "recurringInterval",
131
148
  "is_recurring": "isRecurring",
132
149
  "is_archived": "isArchived",
@@ -137,9 +154,11 @@ export const OrderProduct$inboundSchema: z.ZodType<
137
154
  /** @internal */
138
155
  export type OrderProduct$Outbound = {
139
156
  metadata: { [k: string]: string | number | number | boolean };
157
+ id: string;
140
158
  created_at: string;
141
159
  modified_at: string | null;
142
- id: string;
160
+ trial_interval: string | null;
161
+ trial_interval_count: number | null;
143
162
  name: string;
144
163
  description: string | null;
145
164
  recurring_interval: string | null;
@@ -157,9 +176,11 @@ export const OrderProduct$outboundSchema: z.ZodType<
157
176
  metadata: z.record(
158
177
  z.union([z.string(), z.number().int(), z.number(), z.boolean()]),
159
178
  ),
179
+ id: z.string(),
160
180
  createdAt: z.date().transform(v => v.toISOString()),
161
181
  modifiedAt: z.nullable(z.date().transform(v => v.toISOString())),
162
- id: z.string(),
182
+ trialInterval: z.nullable(TrialInterval$outboundSchema),
183
+ trialIntervalCount: z.nullable(z.number().int()),
163
184
  name: z.string(),
164
185
  description: z.nullable(z.string()),
165
186
  recurringInterval: z.nullable(SubscriptionRecurringInterval$outboundSchema),
@@ -170,6 +191,8 @@ export const OrderProduct$outboundSchema: z.ZodType<
170
191
  return remap$(v, {
171
192
  createdAt: "created_at",
172
193
  modifiedAt: "modified_at",
194
+ trialInterval: "trial_interval",
195
+ trialIntervalCount: "trial_interval_count",
173
196
  recurringInterval: "recurring_interval",
174
197
  isRecurring: "is_recurring",
175
198
  isArchived: "is_archived",
@@ -57,6 +57,14 @@ export type OrderSubscription = {
57
57
  * The end timestamp of the current billing period.
58
58
  */
59
59
  currentPeriodEnd: Date | null;
60
+ /**
61
+ * The start timestamp of the trial period, if any.
62
+ */
63
+ trialStart: Date | null;
64
+ /**
65
+ * The end timestamp of the trial period, if any.
66
+ */
67
+ trialEnd: Date | null;
60
68
  /**
61
69
  * Whether the subscription will be canceled at the end of the current period.
62
70
  */
@@ -170,6 +178,12 @@ export const OrderSubscription$inboundSchema: z.ZodType<
170
178
  current_period_end: z.nullable(
171
179
  z.string().datetime({ offset: true }).transform(v => new Date(v)),
172
180
  ),
181
+ trial_start: z.nullable(
182
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
183
+ ),
184
+ trial_end: z.nullable(
185
+ z.string().datetime({ offset: true }).transform(v => new Date(v)),
186
+ ),
173
187
  cancel_at_period_end: z.boolean(),
174
188
  canceled_at: z.nullable(
175
189
  z.string().datetime({ offset: true }).transform(v => new Date(v)),
@@ -198,6 +212,8 @@ export const OrderSubscription$inboundSchema: z.ZodType<
198
212
  "recurring_interval": "recurringInterval",
199
213
  "current_period_start": "currentPeriodStart",
200
214
  "current_period_end": "currentPeriodEnd",
215
+ "trial_start": "trialStart",
216
+ "trial_end": "trialEnd",
201
217
  "cancel_at_period_end": "cancelAtPeriodEnd",
202
218
  "canceled_at": "canceledAt",
203
219
  "started_at": "startedAt",
@@ -224,6 +240,8 @@ export type OrderSubscription$Outbound = {
224
240
  status: string;
225
241
  current_period_start: string;
226
242
  current_period_end: string | null;
243
+ trial_start: string | null;
244
+ trial_end: string | null;
227
245
  cancel_at_period_end: boolean;
228
246
  canceled_at: string | null;
229
247
  started_at: string | null;
@@ -255,6 +273,8 @@ export const OrderSubscription$outboundSchema: z.ZodType<
255
273
  status: SubscriptionStatus$outboundSchema,
256
274
  currentPeriodStart: z.date().transform(v => v.toISOString()),
257
275
  currentPeriodEnd: z.nullable(z.date().transform(v => v.toISOString())),
276
+ trialStart: z.nullable(z.date().transform(v => v.toISOString())),
277
+ trialEnd: z.nullable(z.date().transform(v => v.toISOString())),
258
278
  cancelAtPeriodEnd: z.boolean(),
259
279
  canceledAt: z.nullable(z.date().transform(v => v.toISOString())),
260
280
  startedAt: z.nullable(z.date().transform(v => v.toISOString())),
@@ -275,6 +295,8 @@ export const OrderSubscription$outboundSchema: z.ZodType<
275
295
  recurringInterval: "recurring_interval",
276
296
  currentPeriodStart: "current_period_start",
277
297
  currentPeriodEnd: "current_period_end",
298
+ trialStart: "trial_start",
299
+ trialEnd: "trial_end",
278
300
  cancelAtPeriodEnd: "cancel_at_period_end",
279
301
  canceledAt: "canceled_at",
280
302
  startedAt: "started_at",
@@ -42,6 +42,11 @@ import {
42
42
  SubscriptionRecurringInterval$inboundSchema,
43
43
  SubscriptionRecurringInterval$outboundSchema,
44
44
  } from "./subscriptionrecurringinterval.js";
45
+ import {
46
+ TrialInterval,
47
+ TrialInterval$inboundSchema,
48
+ TrialInterval$outboundSchema,
49
+ } from "./trialinterval.js";
45
50
 
46
51
  export type ProductMetadata = string | number | number | boolean;
47
52
 
@@ -51,6 +56,10 @@ export type Prices = LegacyRecurringProductPrice | ProductPrice;
51
56
  * A product.
52
57
  */
53
58
  export type Product = {
59
+ /**
60
+ * The ID of the object.
61
+ */
62
+ id: string;
54
63
  /**
55
64
  * Creation timestamp of the object.
56
65
  */
@@ -60,9 +69,13 @@ export type Product = {
60
69
  */
61
70
  modifiedAt: Date | null;
62
71
  /**
63
- * The ID of the product.
72
+ * The interval unit for the trial period.
64
73
  */
65
- id: string;
74
+ trialInterval: TrialInterval | null;
75
+ /**
76
+ * The number of interval units for the trial period.
77
+ */
78
+ trialIntervalCount: number | null;
66
79
  /**
67
80
  * The name of the product.
68
81
  */
@@ -204,13 +217,15 @@ export function pricesFromJSON(
204
217
  /** @internal */
205
218
  export const Product$inboundSchema: z.ZodType<Product, z.ZodTypeDef, unknown> =
206
219
  z.object({
220
+ id: z.string(),
207
221
  created_at: z.string().datetime({ offset: true }).transform(v =>
208
222
  new Date(v)
209
223
  ),
210
224
  modified_at: z.nullable(
211
225
  z.string().datetime({ offset: true }).transform(v => new Date(v)),
212
226
  ),
213
- id: z.string(),
227
+ trial_interval: z.nullable(TrialInterval$inboundSchema),
228
+ trial_interval_count: z.nullable(z.number().int()),
214
229
  name: z.string(),
215
230
  description: z.nullable(z.string()),
216
231
  recurring_interval: z.nullable(SubscriptionRecurringInterval$inboundSchema),
@@ -233,6 +248,8 @@ export const Product$inboundSchema: z.ZodType<Product, z.ZodTypeDef, unknown> =
233
248
  return remap$(v, {
234
249
  "created_at": "createdAt",
235
250
  "modified_at": "modifiedAt",
251
+ "trial_interval": "trialInterval",
252
+ "trial_interval_count": "trialIntervalCount",
236
253
  "recurring_interval": "recurringInterval",
237
254
  "is_recurring": "isRecurring",
238
255
  "is_archived": "isArchived",
@@ -243,9 +260,11 @@ export const Product$inboundSchema: z.ZodType<Product, z.ZodTypeDef, unknown> =
243
260
 
244
261
  /** @internal */
245
262
  export type Product$Outbound = {
263
+ id: string;
246
264
  created_at: string;
247
265
  modified_at: string | null;
248
- id: string;
266
+ trial_interval: string | null;
267
+ trial_interval_count: number | null;
249
268
  name: string;
250
269
  description: string | null;
251
270
  recurring_interval: string | null;
@@ -265,9 +284,11 @@ export const Product$outboundSchema: z.ZodType<
265
284
  z.ZodTypeDef,
266
285
  Product
267
286
  > = z.object({
287
+ id: z.string(),
268
288
  createdAt: z.date().transform(v => v.toISOString()),
269
289
  modifiedAt: z.nullable(z.date().transform(v => v.toISOString())),
270
- id: z.string(),
290
+ trialInterval: z.nullable(TrialInterval$outboundSchema),
291
+ trialIntervalCount: z.nullable(z.number().int()),
271
292
  name: z.string(),
272
293
  description: z.nullable(z.string()),
273
294
  recurringInterval: z.nullable(SubscriptionRecurringInterval$outboundSchema),
@@ -290,6 +311,8 @@ export const Product$outboundSchema: z.ZodType<
290
311
  return remap$(v, {
291
312
  createdAt: "created_at",
292
313
  modifiedAt: "modified_at",
314
+ trialInterval: "trial_interval",
315
+ trialIntervalCount: "trial_interval_count",
293
316
  recurringInterval: "recurring_interval",
294
317
  isRecurring: "is_recurring",
295
318
  isArchived: "is_archived",