@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
@@ -0,0 +1,169 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.ProductCreateOneTime$ = exports.ProductCreateOneTime$outboundSchema = exports.ProductCreateOneTime$inboundSchema = exports.ProductCreateOneTimePrices$ = exports.ProductCreateOneTimePrices$outboundSchema = exports.ProductCreateOneTimePrices$inboundSchema = exports.ProductCreateOneTimeMetadata$ = exports.ProductCreateOneTimeMetadata$outboundSchema = exports.ProductCreateOneTimeMetadata$inboundSchema = void 0;
40
+ exports.productCreateOneTimeMetadataToJSON = productCreateOneTimeMetadataToJSON;
41
+ exports.productCreateOneTimeMetadataFromJSON = productCreateOneTimeMetadataFromJSON;
42
+ exports.productCreateOneTimePricesToJSON = productCreateOneTimePricesToJSON;
43
+ exports.productCreateOneTimePricesFromJSON = productCreateOneTimePricesFromJSON;
44
+ exports.productCreateOneTimeToJSON = productCreateOneTimeToJSON;
45
+ exports.productCreateOneTimeFromJSON = productCreateOneTimeFromJSON;
46
+ const z = __importStar(require("zod"));
47
+ const primitives_js_1 = require("../../lib/primitives.js");
48
+ const schemas_js_1 = require("../../lib/schemas.js");
49
+ const attachedcustomfieldcreate_js_1 = require("./attachedcustomfieldcreate.js");
50
+ const productpricecustomcreate_js_1 = require("./productpricecustomcreate.js");
51
+ const productpricefixedcreate_js_1 = require("./productpricefixedcreate.js");
52
+ const productpricefreecreate_js_1 = require("./productpricefreecreate.js");
53
+ const productpricemeteredunitcreate_js_1 = require("./productpricemeteredunitcreate.js");
54
+ /** @internal */
55
+ exports.ProductCreateOneTimeMetadata$inboundSchema = z.union([z.string(), z.number().int(), z.number(), z.boolean()]);
56
+ /** @internal */
57
+ exports.ProductCreateOneTimeMetadata$outboundSchema = z.union([z.string(), z.number().int(), z.number(), z.boolean()]);
58
+ /**
59
+ * @internal
60
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
61
+ */
62
+ var ProductCreateOneTimeMetadata$;
63
+ (function (ProductCreateOneTimeMetadata$) {
64
+ /** @deprecated use `ProductCreateOneTimeMetadata$inboundSchema` instead. */
65
+ ProductCreateOneTimeMetadata$.inboundSchema = exports.ProductCreateOneTimeMetadata$inboundSchema;
66
+ /** @deprecated use `ProductCreateOneTimeMetadata$outboundSchema` instead. */
67
+ ProductCreateOneTimeMetadata$.outboundSchema = exports.ProductCreateOneTimeMetadata$outboundSchema;
68
+ })(ProductCreateOneTimeMetadata$ || (exports.ProductCreateOneTimeMetadata$ = ProductCreateOneTimeMetadata$ = {}));
69
+ function productCreateOneTimeMetadataToJSON(productCreateOneTimeMetadata) {
70
+ return JSON.stringify(exports.ProductCreateOneTimeMetadata$outboundSchema.parse(productCreateOneTimeMetadata));
71
+ }
72
+ function productCreateOneTimeMetadataFromJSON(jsonString) {
73
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ProductCreateOneTimeMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProductCreateOneTimeMetadata' from JSON`);
74
+ }
75
+ /** @internal */
76
+ exports.ProductCreateOneTimePrices$inboundSchema = z.union([
77
+ productpricemeteredunitcreate_js_1.ProductPriceMeteredUnitCreate$inboundSchema,
78
+ productpricefixedcreate_js_1.ProductPriceFixedCreate$inboundSchema,
79
+ productpricecustomcreate_js_1.ProductPriceCustomCreate$inboundSchema,
80
+ productpricefreecreate_js_1.ProductPriceFreeCreate$inboundSchema,
81
+ ]);
82
+ /** @internal */
83
+ exports.ProductCreateOneTimePrices$outboundSchema = z.union([
84
+ productpricemeteredunitcreate_js_1.ProductPriceMeteredUnitCreate$outboundSchema,
85
+ productpricefixedcreate_js_1.ProductPriceFixedCreate$outboundSchema,
86
+ productpricecustomcreate_js_1.ProductPriceCustomCreate$outboundSchema,
87
+ productpricefreecreate_js_1.ProductPriceFreeCreate$outboundSchema,
88
+ ]);
89
+ /**
90
+ * @internal
91
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
92
+ */
93
+ var ProductCreateOneTimePrices$;
94
+ (function (ProductCreateOneTimePrices$) {
95
+ /** @deprecated use `ProductCreateOneTimePrices$inboundSchema` instead. */
96
+ ProductCreateOneTimePrices$.inboundSchema = exports.ProductCreateOneTimePrices$inboundSchema;
97
+ /** @deprecated use `ProductCreateOneTimePrices$outboundSchema` instead. */
98
+ ProductCreateOneTimePrices$.outboundSchema = exports.ProductCreateOneTimePrices$outboundSchema;
99
+ })(ProductCreateOneTimePrices$ || (exports.ProductCreateOneTimePrices$ = ProductCreateOneTimePrices$ = {}));
100
+ function productCreateOneTimePricesToJSON(productCreateOneTimePrices) {
101
+ return JSON.stringify(exports.ProductCreateOneTimePrices$outboundSchema.parse(productCreateOneTimePrices));
102
+ }
103
+ function productCreateOneTimePricesFromJSON(jsonString) {
104
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ProductCreateOneTimePrices$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProductCreateOneTimePrices' from JSON`);
105
+ }
106
+ /** @internal */
107
+ exports.ProductCreateOneTime$inboundSchema = z.object({
108
+ metadata: z.record(z.union([z.string(), z.number().int(), z.number(), z.boolean()])).optional(),
109
+ name: z.string(),
110
+ description: z.nullable(z.string()).optional(),
111
+ prices: z.array(z.union([
112
+ productpricemeteredunitcreate_js_1.ProductPriceMeteredUnitCreate$inboundSchema,
113
+ productpricefixedcreate_js_1.ProductPriceFixedCreate$inboundSchema,
114
+ productpricecustomcreate_js_1.ProductPriceCustomCreate$inboundSchema,
115
+ productpricefreecreate_js_1.ProductPriceFreeCreate$inboundSchema,
116
+ ])),
117
+ medias: z.nullable(z.array(z.string())).optional(),
118
+ attached_custom_fields: z.array(attachedcustomfieldcreate_js_1.AttachedCustomFieldCreate$inboundSchema)
119
+ .optional(),
120
+ organization_id: z.nullable(z.string()).optional(),
121
+ recurring_interval: z.nullable(z.any()).optional(),
122
+ }).transform((v) => {
123
+ return (0, primitives_js_1.remap)(v, {
124
+ "attached_custom_fields": "attachedCustomFields",
125
+ "organization_id": "organizationId",
126
+ "recurring_interval": "recurringInterval",
127
+ });
128
+ });
129
+ /** @internal */
130
+ exports.ProductCreateOneTime$outboundSchema = z.object({
131
+ metadata: z.record(z.union([z.string(), z.number().int(), z.number(), z.boolean()])).optional(),
132
+ name: z.string(),
133
+ description: z.nullable(z.string()).optional(),
134
+ prices: z.array(z.union([
135
+ productpricemeteredunitcreate_js_1.ProductPriceMeteredUnitCreate$outboundSchema,
136
+ productpricefixedcreate_js_1.ProductPriceFixedCreate$outboundSchema,
137
+ productpricecustomcreate_js_1.ProductPriceCustomCreate$outboundSchema,
138
+ productpricefreecreate_js_1.ProductPriceFreeCreate$outboundSchema,
139
+ ])),
140
+ medias: z.nullable(z.array(z.string())).optional(),
141
+ attachedCustomFields: z.array(attachedcustomfieldcreate_js_1.AttachedCustomFieldCreate$outboundSchema)
142
+ .optional(),
143
+ organizationId: z.nullable(z.string()).optional(),
144
+ recurringInterval: z.nullable(z.any()).optional(),
145
+ }).transform((v) => {
146
+ return (0, primitives_js_1.remap)(v, {
147
+ attachedCustomFields: "attached_custom_fields",
148
+ organizationId: "organization_id",
149
+ recurringInterval: "recurring_interval",
150
+ });
151
+ });
152
+ /**
153
+ * @internal
154
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
155
+ */
156
+ var ProductCreateOneTime$;
157
+ (function (ProductCreateOneTime$) {
158
+ /** @deprecated use `ProductCreateOneTime$inboundSchema` instead. */
159
+ ProductCreateOneTime$.inboundSchema = exports.ProductCreateOneTime$inboundSchema;
160
+ /** @deprecated use `ProductCreateOneTime$outboundSchema` instead. */
161
+ ProductCreateOneTime$.outboundSchema = exports.ProductCreateOneTime$outboundSchema;
162
+ })(ProductCreateOneTime$ || (exports.ProductCreateOneTime$ = ProductCreateOneTime$ = {}));
163
+ function productCreateOneTimeToJSON(productCreateOneTime) {
164
+ return JSON.stringify(exports.ProductCreateOneTime$outboundSchema.parse(productCreateOneTime));
165
+ }
166
+ function productCreateOneTimeFromJSON(jsonString) {
167
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ProductCreateOneTime$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProductCreateOneTime' from JSON`);
168
+ }
169
+ //# sourceMappingURL=productcreateonetime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productcreateonetime.js","sourceRoot":"","sources":["../../../../src/models/components/productcreateonetime.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,139 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import { AttachedCustomFieldCreate, AttachedCustomFieldCreate$Outbound } from "./attachedcustomfieldcreate.js";
5
+ import { ProductPriceCustomCreate, ProductPriceCustomCreate$Outbound } from "./productpricecustomcreate.js";
6
+ import { ProductPriceFixedCreate, ProductPriceFixedCreate$Outbound } from "./productpricefixedcreate.js";
7
+ import { ProductPriceFreeCreate, ProductPriceFreeCreate$Outbound } from "./productpricefreecreate.js";
8
+ import { ProductPriceMeteredUnitCreate, ProductPriceMeteredUnitCreate$Outbound } from "./productpricemeteredunitcreate.js";
9
+ import { SubscriptionRecurringInterval } from "./subscriptionrecurringinterval.js";
10
+ import { TrialInterval } from "./trialinterval.js";
11
+ export type ProductCreateRecurringMetadata = string | number | number | boolean;
12
+ export type ProductCreateRecurringPrices = ProductPriceMeteredUnitCreate | ProductPriceFixedCreate | ProductPriceCustomCreate | ProductPriceFreeCreate;
13
+ export type ProductCreateRecurring = {
14
+ /**
15
+ * Key-value object allowing you to store additional information.
16
+ *
17
+ * @remarks
18
+ *
19
+ * The key must be a string with a maximum length of **40 characters**.
20
+ * The value must be either:
21
+ *
22
+ * * A string with a maximum length of **500 characters**
23
+ * * An integer
24
+ * * A floating-point number
25
+ * * A boolean
26
+ *
27
+ * You can store up to **50 key-value pairs**.
28
+ */
29
+ metadata?: {
30
+ [k: string]: string | number | number | boolean;
31
+ } | undefined;
32
+ /**
33
+ * The name of the product.
34
+ */
35
+ name: string;
36
+ /**
37
+ * The description of the product.
38
+ */
39
+ description?: string | null | undefined;
40
+ /**
41
+ * List of available prices for this product. It should contain at most one static price (fixed, custom or free), and any number of metered prices. Metered prices are not supported on one-time purchase products.
42
+ */
43
+ prices: Array<ProductPriceMeteredUnitCreate | ProductPriceFixedCreate | ProductPriceCustomCreate | ProductPriceFreeCreate>;
44
+ /**
45
+ * List of file IDs. Each one must be on the same organization as the product, of type `product_media` and correctly uploaded.
46
+ */
47
+ medias?: Array<string> | null | undefined;
48
+ /**
49
+ * List of custom fields to attach.
50
+ */
51
+ attachedCustomFields?: Array<AttachedCustomFieldCreate> | undefined;
52
+ /**
53
+ * The ID of the organization owning the product. **Required unless you use an organization token.**
54
+ */
55
+ organizationId?: string | null | undefined;
56
+ /**
57
+ * The interval unit for the trial period.
58
+ */
59
+ trialInterval?: TrialInterval | null | undefined;
60
+ /**
61
+ * The number of interval units for the trial period.
62
+ */
63
+ trialIntervalCount?: number | null | undefined;
64
+ recurringInterval: SubscriptionRecurringInterval;
65
+ };
66
+ /** @internal */
67
+ export declare const ProductCreateRecurringMetadata$inboundSchema: z.ZodType<ProductCreateRecurringMetadata, z.ZodTypeDef, unknown>;
68
+ /** @internal */
69
+ export type ProductCreateRecurringMetadata$Outbound = string | number | number | boolean;
70
+ /** @internal */
71
+ export declare const ProductCreateRecurringMetadata$outboundSchema: z.ZodType<ProductCreateRecurringMetadata$Outbound, z.ZodTypeDef, ProductCreateRecurringMetadata>;
72
+ /**
73
+ * @internal
74
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
75
+ */
76
+ export declare namespace ProductCreateRecurringMetadata$ {
77
+ /** @deprecated use `ProductCreateRecurringMetadata$inboundSchema` instead. */
78
+ const inboundSchema: z.ZodType<ProductCreateRecurringMetadata, z.ZodTypeDef, unknown>;
79
+ /** @deprecated use `ProductCreateRecurringMetadata$outboundSchema` instead. */
80
+ const outboundSchema: z.ZodType<ProductCreateRecurringMetadata$Outbound, z.ZodTypeDef, ProductCreateRecurringMetadata>;
81
+ /** @deprecated use `ProductCreateRecurringMetadata$Outbound` instead. */
82
+ type Outbound = ProductCreateRecurringMetadata$Outbound;
83
+ }
84
+ export declare function productCreateRecurringMetadataToJSON(productCreateRecurringMetadata: ProductCreateRecurringMetadata): string;
85
+ export declare function productCreateRecurringMetadataFromJSON(jsonString: string): SafeParseResult<ProductCreateRecurringMetadata, SDKValidationError>;
86
+ /** @internal */
87
+ export declare const ProductCreateRecurringPrices$inboundSchema: z.ZodType<ProductCreateRecurringPrices, z.ZodTypeDef, unknown>;
88
+ /** @internal */
89
+ export type ProductCreateRecurringPrices$Outbound = ProductPriceMeteredUnitCreate$Outbound | ProductPriceFixedCreate$Outbound | ProductPriceCustomCreate$Outbound | ProductPriceFreeCreate$Outbound;
90
+ /** @internal */
91
+ export declare const ProductCreateRecurringPrices$outboundSchema: z.ZodType<ProductCreateRecurringPrices$Outbound, z.ZodTypeDef, ProductCreateRecurringPrices>;
92
+ /**
93
+ * @internal
94
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
95
+ */
96
+ export declare namespace ProductCreateRecurringPrices$ {
97
+ /** @deprecated use `ProductCreateRecurringPrices$inboundSchema` instead. */
98
+ const inboundSchema: z.ZodType<ProductCreateRecurringPrices, z.ZodTypeDef, unknown>;
99
+ /** @deprecated use `ProductCreateRecurringPrices$outboundSchema` instead. */
100
+ const outboundSchema: z.ZodType<ProductCreateRecurringPrices$Outbound, z.ZodTypeDef, ProductCreateRecurringPrices>;
101
+ /** @deprecated use `ProductCreateRecurringPrices$Outbound` instead. */
102
+ type Outbound = ProductCreateRecurringPrices$Outbound;
103
+ }
104
+ export declare function productCreateRecurringPricesToJSON(productCreateRecurringPrices: ProductCreateRecurringPrices): string;
105
+ export declare function productCreateRecurringPricesFromJSON(jsonString: string): SafeParseResult<ProductCreateRecurringPrices, SDKValidationError>;
106
+ /** @internal */
107
+ export declare const ProductCreateRecurring$inboundSchema: z.ZodType<ProductCreateRecurring, z.ZodTypeDef, unknown>;
108
+ /** @internal */
109
+ export type ProductCreateRecurring$Outbound = {
110
+ metadata?: {
111
+ [k: string]: string | number | number | boolean;
112
+ } | undefined;
113
+ name: string;
114
+ description?: string | null | undefined;
115
+ prices: Array<ProductPriceMeteredUnitCreate$Outbound | ProductPriceFixedCreate$Outbound | ProductPriceCustomCreate$Outbound | ProductPriceFreeCreate$Outbound>;
116
+ medias?: Array<string> | null | undefined;
117
+ attached_custom_fields?: Array<AttachedCustomFieldCreate$Outbound> | undefined;
118
+ organization_id?: string | null | undefined;
119
+ trial_interval?: string | null | undefined;
120
+ trial_interval_count?: number | null | undefined;
121
+ recurring_interval: string;
122
+ };
123
+ /** @internal */
124
+ export declare const ProductCreateRecurring$outboundSchema: z.ZodType<ProductCreateRecurring$Outbound, z.ZodTypeDef, ProductCreateRecurring>;
125
+ /**
126
+ * @internal
127
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
128
+ */
129
+ export declare namespace ProductCreateRecurring$ {
130
+ /** @deprecated use `ProductCreateRecurring$inboundSchema` instead. */
131
+ const inboundSchema: z.ZodType<ProductCreateRecurring, z.ZodTypeDef, unknown>;
132
+ /** @deprecated use `ProductCreateRecurring$outboundSchema` instead. */
133
+ const outboundSchema: z.ZodType<ProductCreateRecurring$Outbound, z.ZodTypeDef, ProductCreateRecurring>;
134
+ /** @deprecated use `ProductCreateRecurring$Outbound` instead. */
135
+ type Outbound = ProductCreateRecurring$Outbound;
136
+ }
137
+ export declare function productCreateRecurringToJSON(productCreateRecurring: ProductCreateRecurring): string;
138
+ export declare function productCreateRecurringFromJSON(jsonString: string): SafeParseResult<ProductCreateRecurring, SDKValidationError>;
139
+ //# sourceMappingURL=productcreaterecurring.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productcreaterecurring.d.ts","sourceRoot":"","sources":["../../../../src/models/components/productcreaterecurring.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,179 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.ProductCreateRecurring$ = exports.ProductCreateRecurring$outboundSchema = exports.ProductCreateRecurring$inboundSchema = exports.ProductCreateRecurringPrices$ = exports.ProductCreateRecurringPrices$outboundSchema = exports.ProductCreateRecurringPrices$inboundSchema = exports.ProductCreateRecurringMetadata$ = exports.ProductCreateRecurringMetadata$outboundSchema = exports.ProductCreateRecurringMetadata$inboundSchema = void 0;
40
+ exports.productCreateRecurringMetadataToJSON = productCreateRecurringMetadataToJSON;
41
+ exports.productCreateRecurringMetadataFromJSON = productCreateRecurringMetadataFromJSON;
42
+ exports.productCreateRecurringPricesToJSON = productCreateRecurringPricesToJSON;
43
+ exports.productCreateRecurringPricesFromJSON = productCreateRecurringPricesFromJSON;
44
+ exports.productCreateRecurringToJSON = productCreateRecurringToJSON;
45
+ exports.productCreateRecurringFromJSON = productCreateRecurringFromJSON;
46
+ const z = __importStar(require("zod"));
47
+ const primitives_js_1 = require("../../lib/primitives.js");
48
+ const schemas_js_1 = require("../../lib/schemas.js");
49
+ const attachedcustomfieldcreate_js_1 = require("./attachedcustomfieldcreate.js");
50
+ const productpricecustomcreate_js_1 = require("./productpricecustomcreate.js");
51
+ const productpricefixedcreate_js_1 = require("./productpricefixedcreate.js");
52
+ const productpricefreecreate_js_1 = require("./productpricefreecreate.js");
53
+ const productpricemeteredunitcreate_js_1 = require("./productpricemeteredunitcreate.js");
54
+ const subscriptionrecurringinterval_js_1 = require("./subscriptionrecurringinterval.js");
55
+ const trialinterval_js_1 = require("./trialinterval.js");
56
+ /** @internal */
57
+ exports.ProductCreateRecurringMetadata$inboundSchema = z.union([z.string(), z.number().int(), z.number(), z.boolean()]);
58
+ /** @internal */
59
+ exports.ProductCreateRecurringMetadata$outboundSchema = z.union([z.string(), z.number().int(), z.number(), z.boolean()]);
60
+ /**
61
+ * @internal
62
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
63
+ */
64
+ var ProductCreateRecurringMetadata$;
65
+ (function (ProductCreateRecurringMetadata$) {
66
+ /** @deprecated use `ProductCreateRecurringMetadata$inboundSchema` instead. */
67
+ ProductCreateRecurringMetadata$.inboundSchema = exports.ProductCreateRecurringMetadata$inboundSchema;
68
+ /** @deprecated use `ProductCreateRecurringMetadata$outboundSchema` instead. */
69
+ ProductCreateRecurringMetadata$.outboundSchema = exports.ProductCreateRecurringMetadata$outboundSchema;
70
+ })(ProductCreateRecurringMetadata$ || (exports.ProductCreateRecurringMetadata$ = ProductCreateRecurringMetadata$ = {}));
71
+ function productCreateRecurringMetadataToJSON(productCreateRecurringMetadata) {
72
+ return JSON.stringify(exports.ProductCreateRecurringMetadata$outboundSchema.parse(productCreateRecurringMetadata));
73
+ }
74
+ function productCreateRecurringMetadataFromJSON(jsonString) {
75
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ProductCreateRecurringMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProductCreateRecurringMetadata' from JSON`);
76
+ }
77
+ /** @internal */
78
+ exports.ProductCreateRecurringPrices$inboundSchema = z.union([
79
+ productpricemeteredunitcreate_js_1.ProductPriceMeteredUnitCreate$inboundSchema,
80
+ productpricefixedcreate_js_1.ProductPriceFixedCreate$inboundSchema,
81
+ productpricecustomcreate_js_1.ProductPriceCustomCreate$inboundSchema,
82
+ productpricefreecreate_js_1.ProductPriceFreeCreate$inboundSchema,
83
+ ]);
84
+ /** @internal */
85
+ exports.ProductCreateRecurringPrices$outboundSchema = z.union([
86
+ productpricemeteredunitcreate_js_1.ProductPriceMeteredUnitCreate$outboundSchema,
87
+ productpricefixedcreate_js_1.ProductPriceFixedCreate$outboundSchema,
88
+ productpricecustomcreate_js_1.ProductPriceCustomCreate$outboundSchema,
89
+ productpricefreecreate_js_1.ProductPriceFreeCreate$outboundSchema,
90
+ ]);
91
+ /**
92
+ * @internal
93
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
94
+ */
95
+ var ProductCreateRecurringPrices$;
96
+ (function (ProductCreateRecurringPrices$) {
97
+ /** @deprecated use `ProductCreateRecurringPrices$inboundSchema` instead. */
98
+ ProductCreateRecurringPrices$.inboundSchema = exports.ProductCreateRecurringPrices$inboundSchema;
99
+ /** @deprecated use `ProductCreateRecurringPrices$outboundSchema` instead. */
100
+ ProductCreateRecurringPrices$.outboundSchema = exports.ProductCreateRecurringPrices$outboundSchema;
101
+ })(ProductCreateRecurringPrices$ || (exports.ProductCreateRecurringPrices$ = ProductCreateRecurringPrices$ = {}));
102
+ function productCreateRecurringPricesToJSON(productCreateRecurringPrices) {
103
+ return JSON.stringify(exports.ProductCreateRecurringPrices$outboundSchema.parse(productCreateRecurringPrices));
104
+ }
105
+ function productCreateRecurringPricesFromJSON(jsonString) {
106
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ProductCreateRecurringPrices$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProductCreateRecurringPrices' from JSON`);
107
+ }
108
+ /** @internal */
109
+ exports.ProductCreateRecurring$inboundSchema = z.object({
110
+ metadata: z.record(z.union([z.string(), z.number().int(), z.number(), z.boolean()])).optional(),
111
+ name: z.string(),
112
+ description: z.nullable(z.string()).optional(),
113
+ prices: z.array(z.union([
114
+ productpricemeteredunitcreate_js_1.ProductPriceMeteredUnitCreate$inboundSchema,
115
+ productpricefixedcreate_js_1.ProductPriceFixedCreate$inboundSchema,
116
+ productpricecustomcreate_js_1.ProductPriceCustomCreate$inboundSchema,
117
+ productpricefreecreate_js_1.ProductPriceFreeCreate$inboundSchema,
118
+ ])),
119
+ medias: z.nullable(z.array(z.string())).optional(),
120
+ attached_custom_fields: z.array(attachedcustomfieldcreate_js_1.AttachedCustomFieldCreate$inboundSchema)
121
+ .optional(),
122
+ organization_id: z.nullable(z.string()).optional(),
123
+ trial_interval: z.nullable(trialinterval_js_1.TrialInterval$inboundSchema).optional(),
124
+ trial_interval_count: z.nullable(z.number().int()).optional(),
125
+ recurring_interval: subscriptionrecurringinterval_js_1.SubscriptionRecurringInterval$inboundSchema,
126
+ }).transform((v) => {
127
+ return (0, primitives_js_1.remap)(v, {
128
+ "attached_custom_fields": "attachedCustomFields",
129
+ "organization_id": "organizationId",
130
+ "trial_interval": "trialInterval",
131
+ "trial_interval_count": "trialIntervalCount",
132
+ "recurring_interval": "recurringInterval",
133
+ });
134
+ });
135
+ /** @internal */
136
+ exports.ProductCreateRecurring$outboundSchema = z.object({
137
+ metadata: z.record(z.union([z.string(), z.number().int(), z.number(), z.boolean()])).optional(),
138
+ name: z.string(),
139
+ description: z.nullable(z.string()).optional(),
140
+ prices: z.array(z.union([
141
+ productpricemeteredunitcreate_js_1.ProductPriceMeteredUnitCreate$outboundSchema,
142
+ productpricefixedcreate_js_1.ProductPriceFixedCreate$outboundSchema,
143
+ productpricecustomcreate_js_1.ProductPriceCustomCreate$outboundSchema,
144
+ productpricefreecreate_js_1.ProductPriceFreeCreate$outboundSchema,
145
+ ])),
146
+ medias: z.nullable(z.array(z.string())).optional(),
147
+ attachedCustomFields: z.array(attachedcustomfieldcreate_js_1.AttachedCustomFieldCreate$outboundSchema)
148
+ .optional(),
149
+ organizationId: z.nullable(z.string()).optional(),
150
+ trialInterval: z.nullable(trialinterval_js_1.TrialInterval$outboundSchema).optional(),
151
+ trialIntervalCount: z.nullable(z.number().int()).optional(),
152
+ recurringInterval: subscriptionrecurringinterval_js_1.SubscriptionRecurringInterval$outboundSchema,
153
+ }).transform((v) => {
154
+ return (0, primitives_js_1.remap)(v, {
155
+ attachedCustomFields: "attached_custom_fields",
156
+ organizationId: "organization_id",
157
+ trialInterval: "trial_interval",
158
+ trialIntervalCount: "trial_interval_count",
159
+ recurringInterval: "recurring_interval",
160
+ });
161
+ });
162
+ /**
163
+ * @internal
164
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
165
+ */
166
+ var ProductCreateRecurring$;
167
+ (function (ProductCreateRecurring$) {
168
+ /** @deprecated use `ProductCreateRecurring$inboundSchema` instead. */
169
+ ProductCreateRecurring$.inboundSchema = exports.ProductCreateRecurring$inboundSchema;
170
+ /** @deprecated use `ProductCreateRecurring$outboundSchema` instead. */
171
+ ProductCreateRecurring$.outboundSchema = exports.ProductCreateRecurring$outboundSchema;
172
+ })(ProductCreateRecurring$ || (exports.ProductCreateRecurring$ = ProductCreateRecurring$ = {}));
173
+ function productCreateRecurringToJSON(productCreateRecurring) {
174
+ return JSON.stringify(exports.ProductCreateRecurring$outboundSchema.parse(productCreateRecurring));
175
+ }
176
+ function productCreateRecurringFromJSON(jsonString) {
177
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ProductCreateRecurring$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProductCreateRecurring' from JSON`);
178
+ }
179
+ //# sourceMappingURL=productcreaterecurring.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productcreaterecurring.js","sourceRoot":"","sources":["../../../../src/models/components/productcreaterecurring.ts"],"names":[],"mappings":"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"}
@@ -8,6 +8,7 @@ import { ProductPriceFixedCreate, ProductPriceFixedCreate$Outbound } from "./pro
8
8
  import { ProductPriceFreeCreate, ProductPriceFreeCreate$Outbound } from "./productpricefreecreate.js";
9
9
  import { ProductPriceMeteredUnitCreate, ProductPriceMeteredUnitCreate$Outbound } from "./productpricemeteredunitcreate.js";
10
10
  import { SubscriptionRecurringInterval } from "./subscriptionrecurringinterval.js";
11
+ import { TrialInterval } from "./trialinterval.js";
11
12
  export type ProductUpdateMetadata = string | number | number | boolean;
12
13
  export type ProductUpdatePrices = ProductPriceMeteredUnitCreate | ProductPriceFixedCreate | ExistingProductPrice | ProductPriceCustomCreate | ProductPriceFreeCreate;
13
14
  /**
@@ -32,6 +33,14 @@ export type ProductUpdate = {
32
33
  metadata?: {
33
34
  [k: string]: string | number | number | boolean;
34
35
  } | undefined;
36
+ /**
37
+ * The interval unit for the trial period.
38
+ */
39
+ trialInterval?: TrialInterval | null | undefined;
40
+ /**
41
+ * The number of interval units for the trial period.
42
+ */
43
+ trialIntervalCount?: number | null | undefined;
35
44
  name?: string | null | undefined;
36
45
  /**
37
46
  * The description of the product.
@@ -102,6 +111,8 @@ export type ProductUpdate$Outbound = {
102
111
  metadata?: {
103
112
  [k: string]: string | number | number | boolean;
104
113
  } | undefined;
114
+ trial_interval?: string | null | undefined;
115
+ trial_interval_count?: number | null | undefined;
105
116
  name?: string | null | undefined;
106
117
  description?: string | null | undefined;
107
118
  recurring_interval?: string | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"productupdate.d.ts","sourceRoot":"","sources":["../../../../src/models/components/productupdate.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"productupdate.d.ts","sourceRoot":"","sources":["../../../../src/models/components/productupdate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,yBAAyB,EAEzB,kCAAkC,EAEnC,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,oBAAoB,EAEpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,wBAAwB,EAExB,iCAAiC,EAElC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,uBAAuB,EAEvB,gCAAgC,EAEjC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,sBAAsB,EAEtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,6BAA6B,EAE7B,sCAAsC,EAEvC,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,6BAA6B,EAG9B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,aAAa,EAGd,MAAM,oBAAoB,CAAC;AAE5B,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;AAEvE,MAAM,MAAM,mBAAmB,GAC3B,6BAA6B,GAC7B,uBAAuB,GACvB,oBAAoB,GACpB,wBAAwB,GACxB,sBAAsB,CAAC;AAE3B;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B;;;;;;;;;;;;;;OAcG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;KAAE,GAAG,SAAS,CAAC;IAC3E;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,GAAG,IAAI,GAAG,SAAS,CAAC;IACjD;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,iBAAiB,CAAC,EAAE,6BAA6B,GAAG,IAAI,GAAG,SAAS,CAAC;IACrE;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC;;OAEG;IACH,MAAM,CAAC,EACH,KAAK,CACH,6BAA6B,GAC7B,uBAAuB,GACvB,oBAAoB,GACpB,wBAAwB,GACxB,sBAAsB,CACzB,GACC,IAAI,GACJ,SAAS,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,oBAAoB,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;CAC5E,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAC2D,CAAC;AAErE,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;AAEhF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAC6C,CAAC;AAErE;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACtC,qEAAqE;IAC9D,MAAM,aAAa,yDAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc,gFAAuC,CAAC;IACnE,gEAAgE;IAChE,KAAY,QAAQ,GAAG,8BAA8B,CAAC;CACvD;AAED,wBAAgB,2BAA2B,CACzC,qBAAqB,EAAE,qBAAqB,GAC3C,MAAM,CAIR;AAED,wBAAgB,6BAA6B,CAC3C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qBAAqB,EAAE,kBAAkB,CAAC,CAM5D;AAED,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GACpC,sCAAsC,GACtC,gCAAgC,GAChC,6BAA6B,GAC7B,iCAAiC,GACjC,+BAA+B,CAAC;AAEpC,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAOnB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,oBAAoB,CAAC;IACpC,mEAAmE;IAC5D,MAAM,aAAa,uDAAoC,CAAC;IAC/D,oEAAoE;IAC7D,MAAM,cAAc,4EAAqC,CAAC;IACjE,8DAA8D;IAC9D,KAAY,QAAQ,GAAG,4BAA4B,CAAC;CACrD;AAED,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR;AAED,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mBAAmB,EAAE,kBAAkB,CAAC,CAM1D;AAED,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CACjD,aAAa,EACb,CAAC,CAAC,UAAU,EACZ,OAAO,CAmCP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;KAAE,GAAG,SAAS,CAAC;IAC3E,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3C,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjD,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACxC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/C,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC,MAAM,CAAC,EACH,KAAK,CACH,sCAAsC,GACtC,gCAAgC,GAChC,6BAA6B,GAC7B,iCAAiC,GACjC,+BAA+B,CAClC,GACC,IAAI,GACJ,SAAS,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,sBAAsB,CAAC,EACnB,KAAK,CAAC,kCAAkC,CAAC,GACzC,IAAI,GACJ,SAAS,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAClD,sBAAsB,EACtB,CAAC,CAAC,UAAU,EACZ,aAAa,CAmCb,CAAC;AAEH;;;GAGG;AACH,yBAAiB,cAAc,CAAC;IAC9B,6DAA6D;IACtD,MAAM,aAAa,iDAA8B,CAAC;IACzD,8DAA8D;IACvD,MAAM,cAAc,gEAA+B,CAAC;IAC3D,wDAAwD;IACxD,KAAY,QAAQ,GAAG,sBAAsB,CAAC;CAC/C;AAED,wBAAgB,mBAAmB,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,CAExE;AAED,wBAAgB,qBAAqB,CACnC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,aAAa,EAAE,kBAAkB,CAAC,CAMpD"}
@@ -53,6 +53,7 @@ const productpricefixedcreate_js_1 = require("./productpricefixedcreate.js");
53
53
  const productpricefreecreate_js_1 = require("./productpricefreecreate.js");
54
54
  const productpricemeteredunitcreate_js_1 = require("./productpricemeteredunitcreate.js");
55
55
  const subscriptionrecurringinterval_js_1 = require("./subscriptionrecurringinterval.js");
56
+ const trialinterval_js_1 = require("./trialinterval.js");
56
57
  /** @internal */
57
58
  exports.ProductUpdateMetadata$inboundSchema = z.union([z.string(), z.number().int(), z.number(), z.boolean()]);
58
59
  /** @internal */
@@ -110,6 +111,8 @@ function productUpdatePricesFromJSON(jsonString) {
110
111
  /** @internal */
111
112
  exports.ProductUpdate$inboundSchema = z.object({
112
113
  metadata: z.record(z.union([z.string(), z.number().int(), z.number(), z.boolean()])).optional(),
114
+ trial_interval: z.nullable(trialinterval_js_1.TrialInterval$inboundSchema).optional(),
115
+ trial_interval_count: z.nullable(z.number().int()).optional(),
113
116
  name: z.nullable(z.string()).optional(),
114
117
  description: z.nullable(z.string()).optional(),
115
118
  recurring_interval: z.nullable(subscriptionrecurringinterval_js_1.SubscriptionRecurringInterval$inboundSchema)
@@ -126,6 +129,8 @@ exports.ProductUpdate$inboundSchema = z.object({
126
129
  attached_custom_fields: z.nullable(z.array(attachedcustomfieldcreate_js_1.AttachedCustomFieldCreate$inboundSchema)).optional(),
127
130
  }).transform((v) => {
128
131
  return (0, primitives_js_1.remap)(v, {
132
+ "trial_interval": "trialInterval",
133
+ "trial_interval_count": "trialIntervalCount",
129
134
  "recurring_interval": "recurringInterval",
130
135
  "is_archived": "isArchived",
131
136
  "attached_custom_fields": "attachedCustomFields",
@@ -134,6 +139,8 @@ exports.ProductUpdate$inboundSchema = z.object({
134
139
  /** @internal */
135
140
  exports.ProductUpdate$outboundSchema = z.object({
136
141
  metadata: z.record(z.union([z.string(), z.number().int(), z.number(), z.boolean()])).optional(),
142
+ trialInterval: z.nullable(trialinterval_js_1.TrialInterval$outboundSchema).optional(),
143
+ trialIntervalCount: z.nullable(z.number().int()).optional(),
137
144
  name: z.nullable(z.string()).optional(),
138
145
  description: z.nullable(z.string()).optional(),
139
146
  recurringInterval: z.nullable(subscriptionrecurringinterval_js_1.SubscriptionRecurringInterval$outboundSchema)
@@ -150,6 +157,8 @@ exports.ProductUpdate$outboundSchema = z.object({
150
157
  attachedCustomFields: z.nullable(z.array(attachedcustomfieldcreate_js_1.AttachedCustomFieldCreate$outboundSchema)).optional(),
151
158
  }).transform((v) => {
152
159
  return (0, primitives_js_1.remap)(v, {
160
+ trialInterval: "trial_interval",
161
+ trialIntervalCount: "trial_interval_count",
153
162
  recurringInterval: "recurring_interval",
154
163
  isArchived: "is_archived",
155
164
  attachedCustomFields: "attached_custom_fields",