@polar-sh/sdk 0.13.0 → 0.13.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 (332) hide show
  1. package/README.md +15 -0
  2. package/docs/sdks/articles/README.md +78 -0
  3. package/docs/sdks/benefits/README.md +3 -3
  4. package/docs/sdks/checkoutlinks/README.md +400 -0
  5. package/funcs/articlesExport.d.ts +16 -0
  6. package/funcs/articlesExport.d.ts.map +1 -0
  7. package/funcs/articlesExport.js +99 -0
  8. package/funcs/articlesExport.js.map +1 -0
  9. package/funcs/benefitsCreate.d.ts +2 -1
  10. package/funcs/benefitsCreate.d.ts.map +1 -1
  11. package/funcs/benefitsCreate.js +2 -1
  12. package/funcs/benefitsCreate.js.map +1 -1
  13. package/funcs/benefitsGet.d.ts +2 -1
  14. package/funcs/benefitsGet.d.ts.map +1 -1
  15. package/funcs/benefitsGet.js +2 -1
  16. package/funcs/benefitsGet.js.map +1 -1
  17. package/funcs/benefitsUpdate.d.ts +2 -1
  18. package/funcs/benefitsUpdate.d.ts.map +1 -1
  19. package/funcs/benefitsUpdate.js +2 -1
  20. package/funcs/benefitsUpdate.js.map +1 -1
  21. package/funcs/checkoutLinksCreate.d.ts +16 -0
  22. package/funcs/checkoutLinksCreate.d.ts.map +1 -0
  23. package/funcs/checkoutLinksCreate.js +95 -0
  24. package/funcs/checkoutLinksCreate.js.map +1 -0
  25. package/funcs/checkoutLinksDelete.d.ts +16 -0
  26. package/funcs/checkoutLinksDelete.d.ts.map +1 -0
  27. package/funcs/checkoutLinksDelete.js +101 -0
  28. package/funcs/checkoutLinksDelete.js.map +1 -0
  29. package/funcs/checkoutLinksGet.d.ts +17 -0
  30. package/funcs/checkoutLinksGet.d.ts.map +1 -0
  31. package/funcs/checkoutLinksGet.js +101 -0
  32. package/funcs/checkoutLinksGet.js.map +1 -0
  33. package/funcs/checkoutLinksList.d.ts +17 -0
  34. package/funcs/checkoutLinksList.d.ts.map +1 -0
  35. package/funcs/checkoutLinksList.js +130 -0
  36. package/funcs/checkoutLinksList.js.map +1 -0
  37. package/funcs/checkoutLinksUpdate.d.ts +17 -0
  38. package/funcs/checkoutLinksUpdate.d.ts.map +1 -0
  39. package/funcs/checkoutLinksUpdate.js +104 -0
  40. package/funcs/checkoutLinksUpdate.js.map +1 -0
  41. package/lib/config.d.ts +3 -3
  42. package/lib/config.js +3 -3
  43. package/models/components/articlecreate.d.ts +6 -67
  44. package/models/components/articlecreate.d.ts.map +1 -1
  45. package/models/components/articlecreate.js +7 -47
  46. package/models/components/articlecreate.js.map +1 -1
  47. package/models/components/benefit.d.ts +28 -0
  48. package/models/components/benefit.d.ts.map +1 -0
  49. package/models/components/benefit.js +69 -0
  50. package/models/components/benefit.js.map +1 -0
  51. package/models/components/benefitbase.d.ts +0 -3
  52. package/models/components/benefitbase.d.ts.map +1 -1
  53. package/models/components/benefitbase.js.map +1 -1
  54. package/models/components/benefitgrantwebhook.d.ts +3 -28
  55. package/models/components/benefitgrantwebhook.d.ts.map +1 -1
  56. package/models/components/benefitgrantwebhook.js +4 -57
  57. package/models/components/benefitgrantwebhook.js.map +1 -1
  58. package/models/components/benefitinput.d.ts +28 -0
  59. package/models/components/benefitinput.d.ts.map +1 -0
  60. package/models/components/benefitinput.js +69 -0
  61. package/models/components/benefitinput.js.map +1 -0
  62. package/models/components/checkoutlink.d.ts +69 -0
  63. package/models/components/checkoutlink.d.ts.map +1 -0
  64. package/models/components/checkoutlink.js +90 -0
  65. package/models/components/checkoutlink.js.map +1 -0
  66. package/models/components/checkoutlinkcreate.d.ts +85 -0
  67. package/models/components/checkoutlinkcreate.d.ts.map +1 -0
  68. package/models/components/checkoutlinkcreate.js +90 -0
  69. package/models/components/checkoutlinkcreate.js.map +1 -0
  70. package/models/components/checkoutlinksortproperty.d.ts +28 -0
  71. package/models/components/checkoutlinksortproperty.d.ts.map +1 -0
  72. package/models/components/checkoutlinksortproperty.js +50 -0
  73. package/models/components/checkoutlinksortproperty.js.map +1 -0
  74. package/models/components/checkoutlinkupdate.d.ts +46 -0
  75. package/models/components/checkoutlinkupdate.d.ts.map +1 -0
  76. package/models/components/checkoutlinkupdate.js +61 -0
  77. package/models/components/checkoutlinkupdate.js.map +1 -0
  78. package/models/components/checkoutpublic.d.ts +5 -8
  79. package/models/components/checkoutpublic.d.ts.map +1 -1
  80. package/models/components/checkoutpublic.js +2 -2
  81. package/models/components/checkoutpublic.js.map +1 -1
  82. package/models/components/index.d.ts +13 -0
  83. package/models/components/index.d.ts.map +1 -1
  84. package/models/components/index.js +13 -0
  85. package/models/components/index.js.map +1 -1
  86. package/models/components/interval.d.ts +37 -0
  87. package/models/components/interval.d.ts.map +1 -0
  88. package/models/components/interval.js +54 -0
  89. package/models/components/interval.js.map +1 -0
  90. package/models/components/issue.d.ts +0 -6
  91. package/models/components/issue.d.ts.map +1 -1
  92. package/models/components/issue.js.map +1 -1
  93. package/models/components/licensekeyread.d.ts +3 -0
  94. package/models/components/licensekeyread.d.ts.map +1 -1
  95. package/models/components/licensekeyread.js +3 -0
  96. package/models/components/licensekeyread.js.map +1 -1
  97. package/models/components/licensekeyuser.d.ts +31 -0
  98. package/models/components/licensekeyuser.d.ts.map +1 -0
  99. package/models/components/licensekeyuser.js +67 -0
  100. package/models/components/licensekeyuser.js.map +1 -0
  101. package/models/components/licensekeywithactivations.d.ts +3 -0
  102. package/models/components/licensekeywithactivations.d.ts.map +1 -1
  103. package/models/components/licensekeywithactivations.js +3 -0
  104. package/models/components/licensekeywithactivations.js.map +1 -1
  105. package/models/components/listresourcebenefit.d.ts +3 -28
  106. package/models/components/listresourcebenefit.d.ts.map +1 -1
  107. package/models/components/listresourcebenefit.js +4 -57
  108. package/models/components/listresourcebenefit.js.map +1 -1
  109. package/models/components/listresourcecheckoutlink.d.ts +29 -0
  110. package/models/components/listresourcecheckoutlink.d.ts.map +1 -0
  111. package/models/components/listresourcecheckoutlink.js +54 -0
  112. package/models/components/listresourcecheckoutlink.js.map +1 -0
  113. package/models/components/metric.d.ts +0 -3
  114. package/models/components/metric.d.ts.map +1 -1
  115. package/models/components/metric.js.map +1 -1
  116. package/models/components/metricsintervalslimits.d.ts +5 -5
  117. package/models/components/metricslimits.d.ts +1 -1
  118. package/models/components/metricsresponse.d.ts +0 -3
  119. package/models/components/metricsresponse.d.ts.map +1 -1
  120. package/models/components/metricsresponse.js.map +1 -1
  121. package/models/components/oauth2client.js +2 -2
  122. package/models/components/oauth2client.js.map +1 -1
  123. package/models/components/oauth2clientconfiguration.js +2 -2
  124. package/models/components/oauth2clientconfiguration.js.map +1 -1
  125. package/models/components/oauth2clientconfigurationupdate.js +2 -2
  126. package/models/components/oauth2clientconfigurationupdate.js.map +1 -1
  127. package/models/components/order.d.ts +3 -0
  128. package/models/components/order.d.ts.map +1 -1
  129. package/models/components/order.js +5 -0
  130. package/models/components/order.js.map +1 -1
  131. package/models/components/orderbillingreason.d.ts +34 -0
  132. package/models/components/orderbillingreason.d.ts.map +1 -0
  133. package/models/components/orderbillingreason.js +52 -0
  134. package/models/components/orderbillingreason.js.map +1 -0
  135. package/models/components/pledge.d.ts +0 -9
  136. package/models/components/pledge.d.ts.map +1 -1
  137. package/models/components/pledge.js.map +1 -1
  138. package/models/components/polarcheckoutschemascheckout.d.ts +2 -121
  139. package/models/components/polarcheckoutschemascheckout.d.ts.map +1 -1
  140. package/models/components/polarcheckoutschemascheckout.js +3 -108
  141. package/models/components/polarcheckoutschemascheckout.js.map +1 -1
  142. package/models/components/productpriceonetimecustom.d.ts +5 -0
  143. package/models/components/productpriceonetimecustom.d.ts.map +1 -1
  144. package/models/components/productpriceonetimecustom.js +4 -0
  145. package/models/components/productpriceonetimecustom.js.map +1 -1
  146. package/models/components/productpriceonetimefixed.d.ts +5 -0
  147. package/models/components/productpriceonetimefixed.d.ts.map +1 -1
  148. package/models/components/productpriceonetimefixed.js +4 -0
  149. package/models/components/productpriceonetimefixed.js.map +1 -1
  150. package/models/components/productpriceonetimefree.d.ts +5 -0
  151. package/models/components/productpriceonetimefree.d.ts.map +1 -1
  152. package/models/components/productpriceonetimefree.js +4 -0
  153. package/models/components/productpriceonetimefree.js.map +1 -1
  154. package/models/components/productpricerecurringcustom.d.ts +5 -3
  155. package/models/components/productpricerecurringcustom.d.ts.map +1 -1
  156. package/models/components/productpricerecurringcustom.js +4 -0
  157. package/models/components/productpricerecurringcustom.js.map +1 -1
  158. package/models/components/productpricerecurringfixed.d.ts +5 -3
  159. package/models/components/productpricerecurringfixed.d.ts.map +1 -1
  160. package/models/components/productpricerecurringfixed.js +4 -0
  161. package/models/components/productpricerecurringfixed.js.map +1 -1
  162. package/models/components/productpricerecurringfixedcreate.d.ts +0 -3
  163. package/models/components/productpricerecurringfixedcreate.d.ts.map +1 -1
  164. package/models/components/productpricerecurringfixedcreate.js.map +1 -1
  165. package/models/components/productpricerecurringfree.d.ts +5 -3
  166. package/models/components/productpricerecurringfree.d.ts.map +1 -1
  167. package/models/components/productpricerecurringfree.js +4 -0
  168. package/models/components/productpricerecurringfree.js.map +1 -1
  169. package/models/components/productpricerecurringfreecreate.d.ts +0 -3
  170. package/models/components/productpricerecurringfreecreate.d.ts.map +1 -1
  171. package/models/components/productpricerecurringfreecreate.js.map +1 -1
  172. package/models/components/validatedlicensekey.d.ts +3 -0
  173. package/models/components/validatedlicensekey.d.ts.map +1 -1
  174. package/models/components/validatedlicensekey.js +3 -0
  175. package/models/components/validatedlicensekey.js.map +1 -1
  176. package/models/components/webhookbenefitcreatedpayload.d.ts +3 -28
  177. package/models/components/webhookbenefitcreatedpayload.d.ts.map +1 -1
  178. package/models/components/webhookbenefitcreatedpayload.js +4 -57
  179. package/models/components/webhookbenefitcreatedpayload.js.map +1 -1
  180. package/models/components/webhookbenefitupdatedpayload.d.ts +3 -28
  181. package/models/components/webhookbenefitupdatedpayload.d.ts.map +1 -1
  182. package/models/components/webhookbenefitupdatedpayload.js +4 -57
  183. package/models/components/webhookbenefitupdatedpayload.js.map +1 -1
  184. package/models/components/webhookcheckoutcreatedpayload.d.ts +3 -3
  185. package/models/components/webhookcheckoutcreatedpayload.d.ts.map +1 -1
  186. package/models/components/webhookcheckoutcreatedpayload.js +2 -2
  187. package/models/components/webhookcheckoutcreatedpayload.js.map +1 -1
  188. package/models/components/webhookcheckoutupdatedpayload.d.ts +3 -3
  189. package/models/components/webhookcheckoutupdatedpayload.d.ts.map +1 -1
  190. package/models/components/webhookcheckoutupdatedpayload.js +2 -2
  191. package/models/components/webhookcheckoutupdatedpayload.js.map +1 -1
  192. package/models/components/webhooksubscriptionactivepayload.d.ts +59 -0
  193. package/models/components/webhooksubscriptionactivepayload.d.ts.map +1 -0
  194. package/models/components/webhooksubscriptionactivepayload.js +71 -0
  195. package/models/components/webhooksubscriptionactivepayload.js.map +1 -0
  196. package/models/components/webhooksubscriptioncanceledpayload.d.ts +59 -0
  197. package/models/components/webhooksubscriptioncanceledpayload.d.ts.map +1 -0
  198. package/models/components/webhooksubscriptioncanceledpayload.js +71 -0
  199. package/models/components/webhooksubscriptioncanceledpayload.js.map +1 -0
  200. package/models/components/webhooksubscriptionrevokedpayload.d.ts +59 -0
  201. package/models/components/webhooksubscriptionrevokedpayload.d.ts.map +1 -0
  202. package/models/components/webhooksubscriptionrevokedpayload.js +71 -0
  203. package/models/components/webhooksubscriptionrevokedpayload.js.map +1 -0
  204. package/models/components/webhooksubscriptionupdatedpayload.d.ts +6 -2
  205. package/models/components/webhooksubscriptionupdatedpayload.d.ts.map +1 -1
  206. package/models/components/webhooksubscriptionupdatedpayload.js.map +1 -1
  207. package/models/operations/articlesexport.d.ts +25 -0
  208. package/models/operations/articlesexport.d.ts.map +1 -0
  209. package/models/operations/articlesexport.js +59 -0
  210. package/models/operations/articlesexport.js.map +1 -0
  211. package/models/operations/benefitscreate.d.ts +0 -22
  212. package/models/operations/benefitscreate.d.ts.map +1 -1
  213. package/models/operations/benefitscreate.js +1 -32
  214. package/models/operations/benefitscreate.js.map +1 -1
  215. package/models/operations/benefitsget.d.ts +0 -23
  216. package/models/operations/benefitsget.d.ts.map +1 -1
  217. package/models/operations/benefitsget.js +1 -33
  218. package/models/operations/benefitsget.js.map +1 -1
  219. package/models/operations/benefitsupdate.d.ts +0 -22
  220. package/models/operations/benefitsupdate.d.ts.map +1 -1
  221. package/models/operations/benefitsupdate.js +1 -32
  222. package/models/operations/benefitsupdate.js.map +1 -1
  223. package/models/operations/checkoutlinksdelete.d.ts +28 -0
  224. package/models/operations/checkoutlinksdelete.d.ts.map +1 -0
  225. package/models/operations/checkoutlinksdelete.js +50 -0
  226. package/models/operations/checkoutlinksdelete.js.map +1 -0
  227. package/models/operations/checkoutlinksget.d.ts +28 -0
  228. package/models/operations/checkoutlinksget.d.ts.map +1 -0
  229. package/models/operations/checkoutlinksget.js +50 -0
  230. package/models/operations/checkoutlinksget.js.map +1 -0
  231. package/models/operations/checkoutlinkslist.d.ts +116 -0
  232. package/models/operations/checkoutlinkslist.d.ts.map +1 -0
  233. package/models/operations/checkoutlinkslist.js +129 -0
  234. package/models/operations/checkoutlinkslist.js.map +1 -0
  235. package/models/operations/checkoutlinksupdate.d.ts +31 -0
  236. package/models/operations/checkoutlinksupdate.d.ts.map +1 -0
  237. package/models/operations/checkoutlinksupdate.js +62 -0
  238. package/models/operations/checkoutlinksupdate.js.map +1 -0
  239. package/models/operations/index.d.ts +5 -0
  240. package/models/operations/index.d.ts.map +1 -1
  241. package/models/operations/index.js +5 -0
  242. package/models/operations/index.js.map +1 -1
  243. package/models/operations/metricsget.d.ts +1 -42
  244. package/models/operations/metricsget.d.ts.map +1 -1
  245. package/models/operations/metricsget.js +3 -29
  246. package/models/operations/metricsget.js.map +1 -1
  247. package/package.json +1 -1
  248. package/sdk/articles.d.ts +7 -0
  249. package/sdk/articles.d.ts.map +1 -1
  250. package/sdk/articles.js +10 -0
  251. package/sdk/articles.js.map +1 -1
  252. package/sdk/benefits.d.ts +4 -3
  253. package/sdk/benefits.d.ts.map +1 -1
  254. package/sdk/benefits.js.map +1 -1
  255. package/sdk/checkoutlinks.d.ts +42 -0
  256. package/sdk/checkoutlinks.d.ts.map +1 -0
  257. package/sdk/checkoutlinks.js +63 -0
  258. package/sdk/checkoutlinks.js.map +1 -0
  259. package/sdk/sdk.d.ts +3 -0
  260. package/sdk/sdk.d.ts.map +1 -1
  261. package/sdk/sdk.js +5 -0
  262. package/sdk/sdk.js.map +1 -1
  263. package/src/funcs/articlesExport.ts +129 -0
  264. package/src/funcs/benefitsCreate.ts +4 -3
  265. package/src/funcs/benefitsGet.ts +4 -3
  266. package/src/funcs/benefitsUpdate.ts +4 -3
  267. package/src/funcs/checkoutLinksCreate.ts +124 -0
  268. package/src/funcs/checkoutLinksDelete.ts +135 -0
  269. package/src/funcs/checkoutLinksGet.ts +134 -0
  270. package/src/funcs/checkoutLinksList.ts +189 -0
  271. package/src/funcs/checkoutLinksUpdate.ts +138 -0
  272. package/src/lib/config.ts +3 -3
  273. package/src/models/components/articlecreate.ts +18 -77
  274. package/src/models/components/benefit.ts +106 -0
  275. package/src/models/components/benefitbase.ts +0 -3
  276. package/src/models/components/benefitgrantwebhook.ts +9 -137
  277. package/src/models/components/benefitinput.ts +109 -0
  278. package/src/models/components/checkoutlink.ts +131 -0
  279. package/src/models/components/checkoutlinkcreate.ts +127 -0
  280. package/src/models/components/checkoutlinksortproperty.ts +35 -0
  281. package/src/models/components/checkoutlinkupdate.ts +73 -0
  282. package/src/models/components/checkoutpublic.ts +7 -10
  283. package/src/models/components/index.ts +13 -0
  284. package/src/models/components/interval.ts +34 -0
  285. package/src/models/components/issue.ts +0 -6
  286. package/src/models/components/licensekeyread.ts +10 -0
  287. package/src/models/components/licensekeyuser.ts +68 -0
  288. package/src/models/components/licensekeywithactivations.ts +10 -0
  289. package/src/models/components/listresourcebenefit.ts +9 -140
  290. package/src/models/components/listresourcecheckoutlink.ts +61 -0
  291. package/src/models/components/metric.ts +0 -3
  292. package/src/models/components/metricsintervalslimits.ts +5 -5
  293. package/src/models/components/metricslimits.ts +1 -1
  294. package/src/models/components/metricsresponse.ts +0 -3
  295. package/src/models/components/oauth2client.ts +2 -2
  296. package/src/models/components/oauth2clientconfiguration.ts +2 -2
  297. package/src/models/components/oauth2clientconfigurationupdate.ts +2 -2
  298. package/src/models/components/order.ts +11 -0
  299. package/src/models/components/orderbillingreason.ts +35 -0
  300. package/src/models/components/pledge.ts +0 -9
  301. package/src/models/components/polarcheckoutschemascheckout.ts +4 -229
  302. package/src/models/components/productpriceonetimecustom.ts +9 -0
  303. package/src/models/components/productpriceonetimefixed.ts +9 -0
  304. package/src/models/components/productpriceonetimefree.ts +9 -0
  305. package/src/models/components/productpricerecurringcustom.ts +9 -3
  306. package/src/models/components/productpricerecurringfixed.ts +9 -3
  307. package/src/models/components/productpricerecurringfixedcreate.ts +0 -3
  308. package/src/models/components/productpricerecurringfree.ts +9 -3
  309. package/src/models/components/productpricerecurringfreecreate.ts +0 -3
  310. package/src/models/components/validatedlicensekey.ts +10 -0
  311. package/src/models/components/webhookbenefitcreatedpayload.ts +9 -139
  312. package/src/models/components/webhookbenefitupdatedpayload.ts +9 -139
  313. package/src/models/components/webhookcheckoutcreatedpayload.ts +8 -8
  314. package/src/models/components/webhookcheckoutupdatedpayload.ts +8 -8
  315. package/src/models/components/webhooksubscriptionactivepayload.ts +95 -0
  316. package/src/models/components/webhooksubscriptioncanceledpayload.ts +96 -0
  317. package/src/models/components/webhooksubscriptionrevokedpayload.ts +96 -0
  318. package/src/models/components/webhooksubscriptionupdatedpayload.ts +6 -2
  319. package/src/models/operations/articlesexport.ts +54 -0
  320. package/src/models/operations/benefitscreate.ts +0 -67
  321. package/src/models/operations/benefitsget.ts +0 -66
  322. package/src/models/operations/benefitsupdate.ts +0 -67
  323. package/src/models/operations/checkoutlinksdelete.ts +48 -0
  324. package/src/models/operations/checkoutlinksget.ts +48 -0
  325. package/src/models/operations/checkoutlinkslist.ts +224 -0
  326. package/src/models/operations/checkoutlinksupdate.ts +62 -0
  327. package/src/models/operations/index.ts +5 -0
  328. package/src/models/operations/metricsget.ts +3 -38
  329. package/src/sdk/articles.ts +18 -0
  330. package/src/sdk/benefits.ts +4 -3
  331. package/src/sdk/checkoutlinks.ts +101 -0
  332. package/src/sdk/sdk.ts +6 -0
@@ -0,0 +1,71 @@
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 (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.WebhookSubscriptionCanceledPayload$ = exports.WebhookSubscriptionCanceledPayload$outboundSchema = exports.WebhookSubscriptionCanceledPayload$inboundSchema = exports.WebhookSubscriptionCanceledPayloadType$ = exports.WebhookSubscriptionCanceledPayloadType$outboundSchema = exports.WebhookSubscriptionCanceledPayloadType$inboundSchema = exports.WebhookSubscriptionCanceledPayloadType = void 0;
30
+ const z = __importStar(require("zod"));
31
+ const subscriptioninput_js_1 = require("./subscriptioninput.js");
32
+ exports.WebhookSubscriptionCanceledPayloadType = {
33
+ SubscriptionCanceled: "subscription.canceled",
34
+ };
35
+ /** @internal */
36
+ exports.WebhookSubscriptionCanceledPayloadType$inboundSchema = z.nativeEnum(exports.WebhookSubscriptionCanceledPayloadType);
37
+ /** @internal */
38
+ exports.WebhookSubscriptionCanceledPayloadType$outboundSchema = exports.WebhookSubscriptionCanceledPayloadType$inboundSchema;
39
+ /**
40
+ * @internal
41
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
42
+ */
43
+ var WebhookSubscriptionCanceledPayloadType$;
44
+ (function (WebhookSubscriptionCanceledPayloadType$) {
45
+ /** @deprecated use `WebhookSubscriptionCanceledPayloadType$inboundSchema` instead. */
46
+ WebhookSubscriptionCanceledPayloadType$.inboundSchema = exports.WebhookSubscriptionCanceledPayloadType$inboundSchema;
47
+ /** @deprecated use `WebhookSubscriptionCanceledPayloadType$outboundSchema` instead. */
48
+ WebhookSubscriptionCanceledPayloadType$.outboundSchema = exports.WebhookSubscriptionCanceledPayloadType$outboundSchema;
49
+ })(WebhookSubscriptionCanceledPayloadType$ || (exports.WebhookSubscriptionCanceledPayloadType$ = WebhookSubscriptionCanceledPayloadType$ = {}));
50
+ /** @internal */
51
+ exports.WebhookSubscriptionCanceledPayload$inboundSchema = z.object({
52
+ type: z.literal("subscription.canceled").optional(),
53
+ data: subscriptioninput_js_1.SubscriptionInput$inboundSchema,
54
+ });
55
+ /** @internal */
56
+ exports.WebhookSubscriptionCanceledPayload$outboundSchema = z.object({
57
+ type: z.literal("subscription.canceled").default("subscription.canceled"),
58
+ data: subscriptioninput_js_1.SubscriptionInput$outboundSchema,
59
+ });
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 WebhookSubscriptionCanceledPayload$;
65
+ (function (WebhookSubscriptionCanceledPayload$) {
66
+ /** @deprecated use `WebhookSubscriptionCanceledPayload$inboundSchema` instead. */
67
+ WebhookSubscriptionCanceledPayload$.inboundSchema = exports.WebhookSubscriptionCanceledPayload$inboundSchema;
68
+ /** @deprecated use `WebhookSubscriptionCanceledPayload$outboundSchema` instead. */
69
+ WebhookSubscriptionCanceledPayload$.outboundSchema = exports.WebhookSubscriptionCanceledPayload$outboundSchema;
70
+ })(WebhookSubscriptionCanceledPayload$ || (exports.WebhookSubscriptionCanceledPayload$ = WebhookSubscriptionCanceledPayload$ = {}));
71
+ //# sourceMappingURL=webhooksubscriptioncanceledpayload.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhooksubscriptioncanceledpayload.js","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptioncanceledpayload.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAEzB,iEAKgC;AAEnB,QAAA,sCAAsC,GAAG;IACpD,oBAAoB,EAAE,uBAAuB;CACrC,CAAC;AAkBX,gBAAgB;AACH,QAAA,oDAAoD,GACE,CAAC,CAAC,UAAU,CAC3E,8CAAsC,CACvC,CAAC;AAEJ,gBAAgB;AACH,QAAA,qDAAqD,GAE9D,4DAAoD,CAAC;AAEzD;;;GAGG;AACH,IAAiB,uCAAuC,CAOvD;AAPD,WAAiB,uCAAuC;IACtD,sFAAsF;IACzE,qDAAa,GACxB,4DAAoD,CAAC;IACvD,uFAAuF;IAC1E,sDAAc,GACzB,6DAAqD,CAAC;AAC1D,CAAC,EAPgB,uCAAuC,uDAAvC,uCAAuC,QAOvD;AAED,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,QAAQ,EAAE;IACnD,IAAI,EAAE,sDAA+B;CACtC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,iDAAiD,GAI1D,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAAC;IACzE,IAAI,EAAE,uDAAgC;CACvC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,mCAAmC,CAQnD;AARD,WAAiB,mCAAmC;IAClD,kFAAkF;IACrE,iDAAa,GAAG,wDAAgD,CAAC;IAC9E,mFAAmF;IACtE,kDAAc,GACzB,yDAAiD,CAAC;AAGtD,CAAC,EARgB,mCAAmC,mDAAnC,mCAAmC,QAQnD"}
@@ -0,0 +1,59 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { SubscriptionInput, SubscriptionInput$Outbound } from "./subscriptioninput.js";
4
+ export declare const WebhookSubscriptionRevokedPayloadType: {
5
+ readonly SubscriptionRevoked: "subscription.revoked";
6
+ };
7
+ export type WebhookSubscriptionRevokedPayloadType = ClosedEnum<typeof WebhookSubscriptionRevokedPayloadType>;
8
+ /**
9
+ * Sent when a subscription is revoked, the user looses access immediately.
10
+ *
11
+ * @remarks
12
+ * Happens when the subscription is canceled, or payment is past due.
13
+ *
14
+ * **Discord & Slack support:** Full
15
+ */
16
+ export type WebhookSubscriptionRevokedPayload = {
17
+ type?: "subscription.revoked" | undefined;
18
+ data: SubscriptionInput;
19
+ };
20
+ /** @internal */
21
+ export declare const WebhookSubscriptionRevokedPayloadType$inboundSchema: z.ZodNativeEnum<typeof WebhookSubscriptionRevokedPayloadType>;
22
+ /** @internal */
23
+ export declare const WebhookSubscriptionRevokedPayloadType$outboundSchema: z.ZodNativeEnum<typeof WebhookSubscriptionRevokedPayloadType>;
24
+ /**
25
+ * @internal
26
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
27
+ */
28
+ export declare namespace WebhookSubscriptionRevokedPayloadType$ {
29
+ /** @deprecated use `WebhookSubscriptionRevokedPayloadType$inboundSchema` instead. */
30
+ const inboundSchema: z.ZodNativeEnum<{
31
+ readonly SubscriptionRevoked: "subscription.revoked";
32
+ }>;
33
+ /** @deprecated use `WebhookSubscriptionRevokedPayloadType$outboundSchema` instead. */
34
+ const outboundSchema: z.ZodNativeEnum<{
35
+ readonly SubscriptionRevoked: "subscription.revoked";
36
+ }>;
37
+ }
38
+ /** @internal */
39
+ export declare const WebhookSubscriptionRevokedPayload$inboundSchema: z.ZodType<WebhookSubscriptionRevokedPayload, z.ZodTypeDef, unknown>;
40
+ /** @internal */
41
+ export type WebhookSubscriptionRevokedPayload$Outbound = {
42
+ type: "subscription.revoked";
43
+ data: SubscriptionInput$Outbound;
44
+ };
45
+ /** @internal */
46
+ export declare const WebhookSubscriptionRevokedPayload$outboundSchema: z.ZodType<WebhookSubscriptionRevokedPayload$Outbound, z.ZodTypeDef, WebhookSubscriptionRevokedPayload>;
47
+ /**
48
+ * @internal
49
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
50
+ */
51
+ export declare namespace WebhookSubscriptionRevokedPayload$ {
52
+ /** @deprecated use `WebhookSubscriptionRevokedPayload$inboundSchema` instead. */
53
+ const inboundSchema: z.ZodType<WebhookSubscriptionRevokedPayload, z.ZodTypeDef, unknown>;
54
+ /** @deprecated use `WebhookSubscriptionRevokedPayload$outboundSchema` instead. */
55
+ const outboundSchema: z.ZodType<WebhookSubscriptionRevokedPayload$Outbound, z.ZodTypeDef, WebhookSubscriptionRevokedPayload>;
56
+ /** @deprecated use `WebhookSubscriptionRevokedPayload$Outbound` instead. */
57
+ type Outbound = WebhookSubscriptionRevokedPayload$Outbound;
58
+ }
59
+ //# sourceMappingURL=webhooksubscriptionrevokedpayload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhooksubscriptionrevokedpayload.d.ts","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptionrevokedpayload.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAEhC,eAAO,MAAM,qCAAqC;;CAExC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,UAAU,CAC5D,OAAO,qCAAqC,CAC7C,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC9C,IAAI,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC1C,IAAI,EAAE,iBAAiB,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAC9D,CAAC,CAAC,aAAa,CAAC,OAAO,qCAAqC,CAE3D,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAC/D,CAAC,CAAC,aAAa,CAAC,OAAO,qCAAqC,CACP,CAAC;AAExD;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACtD,qFAAqF;IAC9E,MAAM,aAAa;;MAC2B,CAAC;IACtD,sFAAsF;IAC/E,MAAM,cAAc;;MAC2B,CAAC;CACxD;AAED,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,IAAI,EAAE,sBAAsB,CAAC;IAC7B,IAAI,EAAE,0BAA0B,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAIjC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kCAAkC,CAAC;IAClD,iFAAiF;IAC1E,MAAM,aAAa,qEAAkD,CAAC;IAC7E,kFAAkF;IAC3E,MAAM,cAAc,wGACuB,CAAC;IACnD,4EAA4E;IAC5E,KAAY,QAAQ,GAAG,0CAA0C,CAAC;CACnE"}
@@ -0,0 +1,71 @@
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 (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.WebhookSubscriptionRevokedPayload$ = exports.WebhookSubscriptionRevokedPayload$outboundSchema = exports.WebhookSubscriptionRevokedPayload$inboundSchema = exports.WebhookSubscriptionRevokedPayloadType$ = exports.WebhookSubscriptionRevokedPayloadType$outboundSchema = exports.WebhookSubscriptionRevokedPayloadType$inboundSchema = exports.WebhookSubscriptionRevokedPayloadType = void 0;
30
+ const z = __importStar(require("zod"));
31
+ const subscriptioninput_js_1 = require("./subscriptioninput.js");
32
+ exports.WebhookSubscriptionRevokedPayloadType = {
33
+ SubscriptionRevoked: "subscription.revoked",
34
+ };
35
+ /** @internal */
36
+ exports.WebhookSubscriptionRevokedPayloadType$inboundSchema = z.nativeEnum(exports.WebhookSubscriptionRevokedPayloadType);
37
+ /** @internal */
38
+ exports.WebhookSubscriptionRevokedPayloadType$outboundSchema = exports.WebhookSubscriptionRevokedPayloadType$inboundSchema;
39
+ /**
40
+ * @internal
41
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
42
+ */
43
+ var WebhookSubscriptionRevokedPayloadType$;
44
+ (function (WebhookSubscriptionRevokedPayloadType$) {
45
+ /** @deprecated use `WebhookSubscriptionRevokedPayloadType$inboundSchema` instead. */
46
+ WebhookSubscriptionRevokedPayloadType$.inboundSchema = exports.WebhookSubscriptionRevokedPayloadType$inboundSchema;
47
+ /** @deprecated use `WebhookSubscriptionRevokedPayloadType$outboundSchema` instead. */
48
+ WebhookSubscriptionRevokedPayloadType$.outboundSchema = exports.WebhookSubscriptionRevokedPayloadType$outboundSchema;
49
+ })(WebhookSubscriptionRevokedPayloadType$ || (exports.WebhookSubscriptionRevokedPayloadType$ = WebhookSubscriptionRevokedPayloadType$ = {}));
50
+ /** @internal */
51
+ exports.WebhookSubscriptionRevokedPayload$inboundSchema = z.object({
52
+ type: z.literal("subscription.revoked").optional(),
53
+ data: subscriptioninput_js_1.SubscriptionInput$inboundSchema,
54
+ });
55
+ /** @internal */
56
+ exports.WebhookSubscriptionRevokedPayload$outboundSchema = z.object({
57
+ type: z.literal("subscription.revoked").default("subscription.revoked"),
58
+ data: subscriptioninput_js_1.SubscriptionInput$outboundSchema,
59
+ });
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 WebhookSubscriptionRevokedPayload$;
65
+ (function (WebhookSubscriptionRevokedPayload$) {
66
+ /** @deprecated use `WebhookSubscriptionRevokedPayload$inboundSchema` instead. */
67
+ WebhookSubscriptionRevokedPayload$.inboundSchema = exports.WebhookSubscriptionRevokedPayload$inboundSchema;
68
+ /** @deprecated use `WebhookSubscriptionRevokedPayload$outboundSchema` instead. */
69
+ WebhookSubscriptionRevokedPayload$.outboundSchema = exports.WebhookSubscriptionRevokedPayload$outboundSchema;
70
+ })(WebhookSubscriptionRevokedPayload$ || (exports.WebhookSubscriptionRevokedPayload$ = WebhookSubscriptionRevokedPayload$ = {}));
71
+ //# sourceMappingURL=webhooksubscriptionrevokedpayload.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webhooksubscriptionrevokedpayload.js","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptionrevokedpayload.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAEzB,iEAKgC;AAEnB,QAAA,qCAAqC,GAAG;IACnD,mBAAmB,EAAE,sBAAsB;CACnC,CAAC;AAkBX,gBAAgB;AACH,QAAA,mDAAmD,GACE,CAAC,CAAC,UAAU,CAC1E,6CAAqC,CACtC,CAAC;AAEJ,gBAAgB;AACH,QAAA,oDAAoD,GAE7D,2DAAmD,CAAC;AAExD;;;GAGG;AACH,IAAiB,sCAAsC,CAOtD;AAPD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,2DAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,4DAAoD,CAAC;AACzD,CAAC,EAPgB,sCAAsC,sDAAtC,sCAAsC,QAOtD;AAED,gBAAgB;AACH,QAAA,+CAA+C,GAIxD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,QAAQ,EAAE;IAClD,IAAI,EAAE,sDAA+B;CACtC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC;IACvE,IAAI,EAAE,uDAAgC;CACvC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,kCAAkC,CAQlD;AARD,WAAiB,kCAAkC;IACjD,iFAAiF;IACpE,gDAAa,GAAG,uDAA+C,CAAC;IAC7E,kFAAkF;IACrE,iDAAc,GACzB,wDAAgD,CAAC;AAGrD,CAAC,EARgB,kCAAkC,kDAAlC,kCAAkC,QAQlD"}
@@ -6,11 +6,15 @@ export declare const WebhookSubscriptionUpdatedPayloadType: {
6
6
  };
7
7
  export type WebhookSubscriptionUpdatedPayloadType = ClosedEnum<typeof WebhookSubscriptionUpdatedPayloadType>;
8
8
  /**
9
- * Sent when a new subscription is updated. This event fires if the subscription is cancelled, both immediately and if the subscription is cancelled at the end of the current period.
9
+ * Sent when a subscription is updated. This event fires for all changes to the subscription, including renewals.
10
10
  *
11
11
  * @remarks
12
12
  *
13
- * **Discord & Slack support:** On cancellation
13
+ * If you want more specific events, you can listen to `subscription.active`, `subscription.canceled`, and `subscription.revoked`.
14
+ *
15
+ * To listen specifically for renewals, you can listen to `order.created` events and check the `billing_reason` field.
16
+ *
17
+ * **Discord & Slack support:** On cancellation and revocation. Renewals are skipped.
14
18
  */
15
19
  export type WebhookSubscriptionUpdatedPayload = {
16
20
  type?: "subscription.updated" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"webhooksubscriptionupdatedpayload.d.ts","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptionupdatedpayload.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAEhC,eAAO,MAAM,qCAAqC;;CAExC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,UAAU,CAC5D,OAAO,qCAAqC,CAC7C,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC9C,IAAI,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC1C,IAAI,EAAE,iBAAiB,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAC9D,CAAC,CAAC,aAAa,CAAC,OAAO,qCAAqC,CAE3D,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAC/D,CAAC,CAAC,aAAa,CAAC,OAAO,qCAAqC,CACP,CAAC;AAExD;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACtD,qFAAqF;IAC9E,MAAM,aAAa;;MAC2B,CAAC;IACtD,sFAAsF;IAC/E,MAAM,cAAc;;MAC2B,CAAC;CACxD;AAED,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,IAAI,EAAE,sBAAsB,CAAC;IAC7B,IAAI,EAAE,0BAA0B,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAIjC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kCAAkC,CAAC;IAClD,iFAAiF;IAC1E,MAAM,aAAa,qEAAkD,CAAC;IAC7E,kFAAkF;IAC3E,MAAM,cAAc,wGACuB,CAAC;IACnD,4EAA4E;IAC5E,KAAY,QAAQ,GAAG,0CAA0C,CAAC;CACnE"}
1
+ {"version":3,"file":"webhooksubscriptionupdatedpayload.d.ts","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptionupdatedpayload.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAEhC,eAAO,MAAM,qCAAqC;;CAExC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,UAAU,CAC5D,OAAO,qCAAqC,CAC7C,CAAC;AAEF;;;;;;;;;;GAUG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAC9C,IAAI,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC1C,IAAI,EAAE,iBAAiB,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAC9D,CAAC,CAAC,aAAa,CAAC,OAAO,qCAAqC,CAE3D,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAC/D,CAAC,CAAC,aAAa,CAAC,OAAO,qCAAqC,CACP,CAAC;AAExD;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACtD,qFAAqF;IAC9E,MAAM,aAAa;;MAC2B,CAAC;IACtD,sFAAsF;IAC/E,MAAM,cAAc;;MAC2B,CAAC;CACxD;AAED,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,IAAI,EAAE,sBAAsB,CAAC;IAC7B,IAAI,EAAE,0BAA0B,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAIjC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kCAAkC,CAAC;IAClD,iFAAiF;IAC1E,MAAM,aAAa,qEAAkD,CAAC;IAC7E,kFAAkF;IAC3E,MAAM,cAAc,wGACuB,CAAC;IACnD,4EAA4E;IAC5E,KAAY,QAAQ,GAAG,0CAA0C,CAAC;CACnE"}
@@ -1 +1 @@
1
- {"version":3,"file":"webhooksubscriptionupdatedpayload.js","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptionupdatedpayload.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAEzB,iEAKgC;AAEnB,QAAA,qCAAqC,GAAG;IACnD,mBAAmB,EAAE,sBAAsB;CACnC,CAAC;AAiBX,gBAAgB;AACH,QAAA,mDAAmD,GACE,CAAC,CAAC,UAAU,CAC1E,6CAAqC,CACtC,CAAC;AAEJ,gBAAgB;AACH,QAAA,oDAAoD,GAE7D,2DAAmD,CAAC;AAExD;;;GAGG;AACH,IAAiB,sCAAsC,CAOtD;AAPD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,2DAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,4DAAoD,CAAC;AACzD,CAAC,EAPgB,sCAAsC,sDAAtC,sCAAsC,QAOtD;AAED,gBAAgB;AACH,QAAA,+CAA+C,GAIxD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,QAAQ,EAAE;IAClD,IAAI,EAAE,sDAA+B;CACtC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC;IACvE,IAAI,EAAE,uDAAgC;CACvC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,kCAAkC,CAQlD;AARD,WAAiB,kCAAkC;IACjD,iFAAiF;IACpE,gDAAa,GAAG,uDAA+C,CAAC;IAC7E,kFAAkF;IACrE,iDAAc,GACzB,wDAAgD,CAAC;AAGrD,CAAC,EARgB,kCAAkC,kDAAlC,kCAAkC,QAQlD"}
1
+ {"version":3,"file":"webhooksubscriptionupdatedpayload.js","sourceRoot":"","sources":["../../src/models/components/webhooksubscriptionupdatedpayload.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAEzB,iEAKgC;AAEnB,QAAA,qCAAqC,GAAG;IACnD,mBAAmB,EAAE,sBAAsB;CACnC,CAAC;AAqBX,gBAAgB;AACH,QAAA,mDAAmD,GACE,CAAC,CAAC,UAAU,CAC1E,6CAAqC,CACtC,CAAC;AAEJ,gBAAgB;AACH,QAAA,oDAAoD,GAE7D,2DAAmD,CAAC;AAExD;;;GAGG;AACH,IAAiB,sCAAsC,CAOtD;AAPD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,2DAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,4DAAoD,CAAC;AACzD,CAAC,EAPgB,sCAAsC,sDAAtC,sCAAsC,QAOtD;AAED,gBAAgB;AACH,QAAA,+CAA+C,GAIxD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,QAAQ,EAAE;IAClD,IAAI,EAAE,sDAA+B;CACtC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC;IACvE,IAAI,EAAE,uDAAgC;CACvC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,kCAAkC,CAQlD;AARD,WAAiB,kCAAkC;IACjD,iFAAiF;IACpE,gDAAa,GAAG,uDAA+C,CAAC;IAC7E,kFAAkF;IACrE,iDAAc,GACzB,wDAAgD,CAAC;AAGrD,CAAC,EARgB,kCAAkC,kDAAlC,kCAAkC,QAQlD"}
@@ -0,0 +1,25 @@
1
+ import * as z from "zod";
2
+ export type ArticlesExportRequest = {
3
+ organizationId: string;
4
+ };
5
+ /** @internal */
6
+ export declare const ArticlesExportRequest$inboundSchema: z.ZodType<ArticlesExportRequest, z.ZodTypeDef, unknown>;
7
+ /** @internal */
8
+ export type ArticlesExportRequest$Outbound = {
9
+ organization_id: string;
10
+ };
11
+ /** @internal */
12
+ export declare const ArticlesExportRequest$outboundSchema: z.ZodType<ArticlesExportRequest$Outbound, z.ZodTypeDef, ArticlesExportRequest>;
13
+ /**
14
+ * @internal
15
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
16
+ */
17
+ export declare namespace ArticlesExportRequest$ {
18
+ /** @deprecated use `ArticlesExportRequest$inboundSchema` instead. */
19
+ const inboundSchema: z.ZodType<ArticlesExportRequest, z.ZodTypeDef, unknown>;
20
+ /** @deprecated use `ArticlesExportRequest$outboundSchema` instead. */
21
+ const outboundSchema: z.ZodType<ArticlesExportRequest$Outbound, z.ZodTypeDef, ArticlesExportRequest>;
22
+ /** @deprecated use `ArticlesExportRequest$Outbound` instead. */
23
+ type Outbound = ArticlesExportRequest$Outbound;
24
+ }
25
+ //# sourceMappingURL=articlesexport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"articlesexport.d.ts","sourceRoot":"","sources":["../../src/models/operations/articlesexport.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,MAAM,MAAM,qBAAqB,GAAG;IAClC,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GAAG;IAC3C,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAOrB,CAAC;AAEH;;;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"}
@@ -0,0 +1,59 @@
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 (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.ArticlesExportRequest$ = exports.ArticlesExportRequest$outboundSchema = exports.ArticlesExportRequest$inboundSchema = void 0;
30
+ const z = __importStar(require("zod"));
31
+ const primitives_js_1 = require("../../lib/primitives.js");
32
+ /** @internal */
33
+ exports.ArticlesExportRequest$inboundSchema = z.object({
34
+ organization_id: z.string(),
35
+ }).transform((v) => {
36
+ return (0, primitives_js_1.remap)(v, {
37
+ "organization_id": "organizationId",
38
+ });
39
+ });
40
+ /** @internal */
41
+ exports.ArticlesExportRequest$outboundSchema = z.object({
42
+ organizationId: z.string(),
43
+ }).transform((v) => {
44
+ return (0, primitives_js_1.remap)(v, {
45
+ organizationId: "organization_id",
46
+ });
47
+ });
48
+ /**
49
+ * @internal
50
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
51
+ */
52
+ var ArticlesExportRequest$;
53
+ (function (ArticlesExportRequest$) {
54
+ /** @deprecated use `ArticlesExportRequest$inboundSchema` instead. */
55
+ ArticlesExportRequest$.inboundSchema = exports.ArticlesExportRequest$inboundSchema;
56
+ /** @deprecated use `ArticlesExportRequest$outboundSchema` instead. */
57
+ ArticlesExportRequest$.outboundSchema = exports.ArticlesExportRequest$outboundSchema;
58
+ })(ArticlesExportRequest$ || (exports.ArticlesExportRequest$ = ArticlesExportRequest$ = {}));
59
+ //# sourceMappingURL=articlesexport.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"articlesexport.js","sourceRoot":"","sources":["../../src/models/operations/articlesexport.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,2DAA0D;AAM1D,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE;CAC5B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,iBAAiB,EAAE,gBAAgB;KACpC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,oCAAoC,GAI7C,CAAC,CAAC,MAAM,CAAC;IACX,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sBAAsB,CAOtC;AAPD,WAAiB,sBAAsB;IACrC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AAGrE,CAAC,EAPgB,sBAAsB,sCAAtB,sBAAsB,QAOtC"}
@@ -13,10 +13,6 @@ export type BenefitsCreateBenefitCreate = (components.BenefitAdsCreate & {
13
13
  }) | (components.BenefitCustomCreate & {
14
14
  type: "custom";
15
15
  });
16
- /**
17
- * Benefit created.
18
- */
19
- export type BenefitsCreateResponseBenefitsCreate = components.BenefitArticles | components.BenefitAds | components.BenefitDiscord | components.BenefitGitHubRepository | components.BenefitDownloadables | components.BenefitLicenseKeys | components.BenefitCustom;
20
16
  /** @internal */
21
17
  export declare const BenefitsCreateBenefitCreate$inboundSchema: z.ZodType<BenefitsCreateBenefitCreate, z.ZodTypeDef, unknown>;
22
18
  /** @internal */
@@ -47,22 +43,4 @@ export declare namespace BenefitsCreateBenefitCreate$ {
47
43
  /** @deprecated use `BenefitsCreateBenefitCreate$Outbound` instead. */
48
44
  type Outbound = BenefitsCreateBenefitCreate$Outbound;
49
45
  }
50
- /** @internal */
51
- export declare const BenefitsCreateResponseBenefitsCreate$inboundSchema: z.ZodType<BenefitsCreateResponseBenefitsCreate, z.ZodTypeDef, unknown>;
52
- /** @internal */
53
- export type BenefitsCreateResponseBenefitsCreate$Outbound = components.BenefitArticles$Outbound | components.BenefitAds$Outbound | components.BenefitDiscord$Outbound | components.BenefitGitHubRepository$Outbound | components.BenefitDownloadables$Outbound | components.BenefitLicenseKeys$Outbound | components.BenefitCustom$Outbound;
54
- /** @internal */
55
- export declare const BenefitsCreateResponseBenefitsCreate$outboundSchema: z.ZodType<BenefitsCreateResponseBenefitsCreate$Outbound, z.ZodTypeDef, BenefitsCreateResponseBenefitsCreate>;
56
- /**
57
- * @internal
58
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
59
- */
60
- export declare namespace BenefitsCreateResponseBenefitsCreate$ {
61
- /** @deprecated use `BenefitsCreateResponseBenefitsCreate$inboundSchema` instead. */
62
- const inboundSchema: z.ZodType<BenefitsCreateResponseBenefitsCreate, z.ZodTypeDef, unknown>;
63
- /** @deprecated use `BenefitsCreateResponseBenefitsCreate$outboundSchema` instead. */
64
- const outboundSchema: z.ZodType<BenefitsCreateResponseBenefitsCreate$Outbound, z.ZodTypeDef, BenefitsCreateResponseBenefitsCreate>;
65
- /** @deprecated use `BenefitsCreateResponseBenefitsCreate$Outbound` instead. */
66
- type Outbound = BenefitsCreateResponseBenefitsCreate$Outbound;
67
- }
68
46
  //# sourceMappingURL=benefitscreate.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"benefitscreate.d.ts","sourceRoot":"","sources":["../../src/models/operations/benefitscreate.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"benefitscreate.d.ts","sourceRoot":"","sources":["../../src/models/operations/benefitscreate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,2BAA2B,GACnC,CAAC,UAAU,CAAC,gBAAgB,GAAG;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,CAAC,GAC/C,CAAC,UAAU,CAAC,oBAAoB,GAAG;IAAE,IAAI,EAAE,SAAS,CAAA;CAAE,CAAC,GACvD,CAAC,UAAU,CAAC,6BAA6B,GAAG;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,CAAC,GAC1E,CAAC,UAAU,CAAC,0BAA0B,GAAG;IAAE,IAAI,EAAE,eAAe,CAAA;CAAE,CAAC,GACnE,CAAC,UAAU,CAAC,wBAAwB,GAAG;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,CAAC,GAChE,CAAC,UAAU,CAAC,mBAAmB,GAAG;IAAE,IAAI,EAAE,QAAQ,CAAA;CAAE,CAAC,CAAC;AAE1D,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CA8BP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAC5C,CAAC,UAAU,CAAC,yBAAyB,GAAG;IAAE,IAAI,EAAE,KAAK,CAAA;CAAE,CAAC,GACxD,CAAC,UAAU,CAAC,6BAA6B,GAAG;IAAE,IAAI,EAAE,SAAS,CAAA;CAAE,CAAC,GAChE,CAAC,UAAU,CAAC,sCAAsC,GAAG;IACrD,IAAI,EAAE,mBAAmB,CAAC;CAC3B,CAAC,GACA,CAAC,UAAU,CAAC,mCAAmC,GAAG;IAAE,IAAI,EAAE,eAAe,CAAA;CAAE,CAAC,GAC5E,CAAC,UAAU,CAAC,iCAAiC,GAAG;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,CAAC,GACzE,CAAC,UAAU,CAAC,4BAA4B,GAAG;IAAE,IAAI,EAAE,QAAQ,CAAA;CAAE,CAAC,CAAC;AAEnE,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,2BAA2B,CA8B3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,4BAA4B,CAAC;IAC5C,2EAA2E;IACpE,MAAM,aAAa,+DAA4C,CAAC;IACvE,4EAA4E;IACrE,MAAM,cAAc,4FAA6C,CAAC;IACzE,sEAAsE;IACtE,KAAY,QAAQ,GAAG,oCAAoC,CAAC;CAC7D"}
@@ -26,7 +26,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.BenefitsCreateResponseBenefitsCreate$ = exports.BenefitsCreateResponseBenefitsCreate$outboundSchema = exports.BenefitsCreateResponseBenefitsCreate$inboundSchema = exports.BenefitsCreateBenefitCreate$ = exports.BenefitsCreateBenefitCreate$outboundSchema = exports.BenefitsCreateBenefitCreate$inboundSchema = void 0;
29
+ exports.BenefitsCreateBenefitCreate$ = exports.BenefitsCreateBenefitCreate$outboundSchema = exports.BenefitsCreateBenefitCreate$inboundSchema = void 0;
30
30
  const z = __importStar(require("zod"));
31
31
  const components = __importStar(require("../components/index.js"));
32
32
  /** @internal */
@@ -78,35 +78,4 @@ var BenefitsCreateBenefitCreate$;
78
78
  /** @deprecated use `BenefitsCreateBenefitCreate$outboundSchema` instead. */
79
79
  BenefitsCreateBenefitCreate$.outboundSchema = exports.BenefitsCreateBenefitCreate$outboundSchema;
80
80
  })(BenefitsCreateBenefitCreate$ || (exports.BenefitsCreateBenefitCreate$ = BenefitsCreateBenefitCreate$ = {}));
81
- /** @internal */
82
- exports.BenefitsCreateResponseBenefitsCreate$inboundSchema = z.union([
83
- components.BenefitArticles$inboundSchema,
84
- components.BenefitAds$inboundSchema,
85
- components.BenefitDiscord$inboundSchema,
86
- components.BenefitGitHubRepository$inboundSchema,
87
- components.BenefitDownloadables$inboundSchema,
88
- components.BenefitLicenseKeys$inboundSchema,
89
- components.BenefitCustom$inboundSchema,
90
- ]);
91
- /** @internal */
92
- exports.BenefitsCreateResponseBenefitsCreate$outboundSchema = z.union([
93
- components.BenefitArticles$outboundSchema,
94
- components.BenefitAds$outboundSchema,
95
- components.BenefitDiscord$outboundSchema,
96
- components.BenefitGitHubRepository$outboundSchema,
97
- components.BenefitDownloadables$outboundSchema,
98
- components.BenefitLicenseKeys$outboundSchema,
99
- components.BenefitCustom$outboundSchema,
100
- ]);
101
- /**
102
- * @internal
103
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
104
- */
105
- var BenefitsCreateResponseBenefitsCreate$;
106
- (function (BenefitsCreateResponseBenefitsCreate$) {
107
- /** @deprecated use `BenefitsCreateResponseBenefitsCreate$inboundSchema` instead. */
108
- BenefitsCreateResponseBenefitsCreate$.inboundSchema = exports.BenefitsCreateResponseBenefitsCreate$inboundSchema;
109
- /** @deprecated use `BenefitsCreateResponseBenefitsCreate$outboundSchema` instead. */
110
- BenefitsCreateResponseBenefitsCreate$.outboundSchema = exports.BenefitsCreateResponseBenefitsCreate$outboundSchema;
111
- })(BenefitsCreateResponseBenefitsCreate$ || (exports.BenefitsCreateResponseBenefitsCreate$ = BenefitsCreateResponseBenefitsCreate$ = {}));
112
81
  //# sourceMappingURL=benefitscreate.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"benefitscreate.js","sourceRoot":"","sources":["../../src/models/operations/benefitscreate.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"benefitscreate.js","sourceRoot":"","sources":["../../src/models/operations/benefitscreate.ts"],"names":[],"mappings":"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"}
@@ -1,12 +1,7 @@
1
1
  import * as z from "zod";
2
- import * as components from "../components/index.js";
3
2
  export type BenefitsGetRequest = {
4
3
  id: string;
5
4
  };
6
- /**
7
- * Successful Response
8
- */
9
- export type BenefitsGetResponseBenefitsGet = components.BenefitArticles | components.BenefitAds | components.BenefitDiscord | components.BenefitGitHubRepository | components.BenefitDownloadables | components.BenefitLicenseKeys | components.BenefitCustom;
10
5
  /** @internal */
11
6
  export declare const BenefitsGetRequest$inboundSchema: z.ZodType<BenefitsGetRequest, z.ZodTypeDef, unknown>;
12
7
  /** @internal */
@@ -27,22 +22,4 @@ export declare namespace BenefitsGetRequest$ {
27
22
  /** @deprecated use `BenefitsGetRequest$Outbound` instead. */
28
23
  type Outbound = BenefitsGetRequest$Outbound;
29
24
  }
30
- /** @internal */
31
- export declare const BenefitsGetResponseBenefitsGet$inboundSchema: z.ZodType<BenefitsGetResponseBenefitsGet, z.ZodTypeDef, unknown>;
32
- /** @internal */
33
- export type BenefitsGetResponseBenefitsGet$Outbound = components.BenefitArticles$Outbound | components.BenefitAds$Outbound | components.BenefitDiscord$Outbound | components.BenefitGitHubRepository$Outbound | components.BenefitDownloadables$Outbound | components.BenefitLicenseKeys$Outbound | components.BenefitCustom$Outbound;
34
- /** @internal */
35
- export declare const BenefitsGetResponseBenefitsGet$outboundSchema: z.ZodType<BenefitsGetResponseBenefitsGet$Outbound, z.ZodTypeDef, BenefitsGetResponseBenefitsGet>;
36
- /**
37
- * @internal
38
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
39
- */
40
- export declare namespace BenefitsGetResponseBenefitsGet$ {
41
- /** @deprecated use `BenefitsGetResponseBenefitsGet$inboundSchema` instead. */
42
- const inboundSchema: z.ZodType<BenefitsGetResponseBenefitsGet, z.ZodTypeDef, unknown>;
43
- /** @deprecated use `BenefitsGetResponseBenefitsGet$outboundSchema` instead. */
44
- const outboundSchema: z.ZodType<BenefitsGetResponseBenefitsGet$Outbound, z.ZodTypeDef, BenefitsGetResponseBenefitsGet>;
45
- /** @deprecated use `BenefitsGetResponseBenefitsGet$Outbound` instead. */
46
- type Outbound = BenefitsGetResponseBenefitsGet$Outbound;
47
- }
48
25
  //# sourceMappingURL=benefitsget.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"benefitsget.d.ts","sourceRoot":"","sources":["../../src/models/operations/benefitsget.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,8BAA8B,GACtC,UAAU,CAAC,eAAe,GAC1B,UAAU,CAAC,UAAU,GACrB,UAAU,CAAC,cAAc,GACzB,UAAU,CAAC,uBAAuB,GAClC,UAAU,CAAC,oBAAoB,GAC/B,UAAU,CAAC,kBAAkB,GAC7B,UAAU,CAAC,aAAa,CAAC;AAE7B,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAGlB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa,sDAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc,0EAAoC,CAAC;IAChE,6DAA6D;IAC7D,KAAY,QAAQ,GAAG,2BAA2B,CAAC;CACpD;AAED,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAC/C,UAAU,CAAC,wBAAwB,GACnC,UAAU,CAAC,mBAAmB,GAC9B,UAAU,CAAC,uBAAuB,GAClC,UAAU,CAAC,gCAAgC,GAC3C,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,2BAA2B,GACtC,UAAU,CAAC,sBAAsB,CAAC;AAEtC,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,8BAA8B,CAS9B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,+BAA+B,CAAC;IAC/C,8EAA8E;IACvE,MAAM,aAAa,kEAA+C,CAAC;IAC1E,+EAA+E;IACxE,MAAM,cAAc,kGAAgD,CAAC;IAC5E,yEAAyE;IACzE,KAAY,QAAQ,GAAG,uCAAuC,CAAC;CAChE"}
1
+ {"version":3,"file":"benefitsget.d.ts","sourceRoot":"","sources":["../../src/models/operations/benefitsget.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAGlB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa,sDAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc,0EAAoC,CAAC;IAChE,6DAA6D;IAC7D,KAAY,QAAQ,GAAG,2BAA2B,CAAC;CACpD"}
@@ -26,9 +26,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.BenefitsGetResponseBenefitsGet$ = exports.BenefitsGetResponseBenefitsGet$outboundSchema = exports.BenefitsGetResponseBenefitsGet$inboundSchema = exports.BenefitsGetRequest$ = exports.BenefitsGetRequest$outboundSchema = exports.BenefitsGetRequest$inboundSchema = void 0;
29
+ exports.BenefitsGetRequest$ = exports.BenefitsGetRequest$outboundSchema = exports.BenefitsGetRequest$inboundSchema = void 0;
30
30
  const z = __importStar(require("zod"));
31
- const components = __importStar(require("../components/index.js"));
32
31
  /** @internal */
33
32
  exports.BenefitsGetRequest$inboundSchema = z.object({
34
33
  id: z.string(),
@@ -48,35 +47,4 @@ var BenefitsGetRequest$;
48
47
  /** @deprecated use `BenefitsGetRequest$outboundSchema` instead. */
49
48
  BenefitsGetRequest$.outboundSchema = exports.BenefitsGetRequest$outboundSchema;
50
49
  })(BenefitsGetRequest$ || (exports.BenefitsGetRequest$ = BenefitsGetRequest$ = {}));
51
- /** @internal */
52
- exports.BenefitsGetResponseBenefitsGet$inboundSchema = z.union([
53
- components.BenefitArticles$inboundSchema,
54
- components.BenefitAds$inboundSchema,
55
- components.BenefitDiscord$inboundSchema,
56
- components.BenefitGitHubRepository$inboundSchema,
57
- components.BenefitDownloadables$inboundSchema,
58
- components.BenefitLicenseKeys$inboundSchema,
59
- components.BenefitCustom$inboundSchema,
60
- ]);
61
- /** @internal */
62
- exports.BenefitsGetResponseBenefitsGet$outboundSchema = z.union([
63
- components.BenefitArticles$outboundSchema,
64
- components.BenefitAds$outboundSchema,
65
- components.BenefitDiscord$outboundSchema,
66
- components.BenefitGitHubRepository$outboundSchema,
67
- components.BenefitDownloadables$outboundSchema,
68
- components.BenefitLicenseKeys$outboundSchema,
69
- components.BenefitCustom$outboundSchema,
70
- ]);
71
- /**
72
- * @internal
73
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
74
- */
75
- var BenefitsGetResponseBenefitsGet$;
76
- (function (BenefitsGetResponseBenefitsGet$) {
77
- /** @deprecated use `BenefitsGetResponseBenefitsGet$inboundSchema` instead. */
78
- BenefitsGetResponseBenefitsGet$.inboundSchema = exports.BenefitsGetResponseBenefitsGet$inboundSchema;
79
- /** @deprecated use `BenefitsGetResponseBenefitsGet$outboundSchema` instead. */
80
- BenefitsGetResponseBenefitsGet$.outboundSchema = exports.BenefitsGetResponseBenefitsGet$outboundSchema;
81
- })(BenefitsGetResponseBenefitsGet$ || (exports.BenefitsGetResponseBenefitsGet$ = BenefitsGetResponseBenefitsGet$ = {}));
82
50
  //# sourceMappingURL=benefitsget.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"benefitsget.js","sourceRoot":"","sources":["../../src/models/operations/benefitsget.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,mEAAqD;AAkBrD,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;CACf,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;CACf,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,mBAAmB,CAOnC;AAPD,WAAiB,mBAAmB;IAClC,kEAAkE;IACrD,iCAAa,GAAG,wCAAgC,CAAC;IAC9D,mEAAmE;IACtD,kCAAc,GAAG,yCAAiC,CAAC;AAGlE,CAAC,EAPgB,mBAAmB,mCAAnB,mBAAmB,QAOnC;AAED,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,KAAK,CAAC;IACV,UAAU,CAAC,6BAA6B;IACxC,UAAU,CAAC,wBAAwB;IACnC,UAAU,CAAC,4BAA4B;IACvC,UAAU,CAAC,qCAAqC;IAChD,UAAU,CAAC,kCAAkC;IAC7C,UAAU,CAAC,gCAAgC;IAC3C,UAAU,CAAC,2BAA2B;CACvC,CAAC,CAAC;AAYH,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,KAAK,CAAC;IACV,UAAU,CAAC,8BAA8B;IACzC,UAAU,CAAC,yBAAyB;IACpC,UAAU,CAAC,6BAA6B;IACxC,UAAU,CAAC,sCAAsC;IACjD,UAAU,CAAC,mCAAmC;IAC9C,UAAU,CAAC,iCAAiC;IAC5C,UAAU,CAAC,4BAA4B;CACxC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,+BAA+B,CAO/C;AAPD,WAAiB,+BAA+B;IAC9C,8EAA8E;IACjE,6CAAa,GAAG,oDAA4C,CAAC;IAC1E,+EAA+E;IAClE,8CAAc,GAAG,qDAA6C,CAAC;AAG9E,CAAC,EAPgB,+BAA+B,+CAA/B,+BAA+B,QAO/C"}
1
+ {"version":3,"file":"benefitsget.js","sourceRoot":"","sources":["../../src/models/operations/benefitsget.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAMzB,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;CACf,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;CACf,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,mBAAmB,CAOnC;AAPD,WAAiB,mBAAmB;IAClC,kEAAkE;IACrD,iCAAa,GAAG,wCAAgC,CAAC;IAC9D,mEAAmE;IACtD,kCAAc,GAAG,yCAAiC,CAAC;AAGlE,CAAC,EAPgB,mBAAmB,mCAAnB,mBAAmB,QAOnC"}
@@ -5,10 +5,6 @@ export type BenefitsUpdateRequest = {
5
5
  id: string;
6
6
  requestBody: components.BenefitArticlesUpdate | components.BenefitAdsUpdate | components.BenefitCustomUpdate | components.BenefitDiscordUpdate | components.BenefitGitHubRepositoryUpdate | components.BenefitDownloadablesUpdate | components.BenefitLicenseKeysUpdate;
7
7
  };
8
- /**
9
- * Benefit updated.
10
- */
11
- export type BenefitsUpdateResponseBenefitsUpdate = components.BenefitArticles | components.BenefitAds | components.BenefitDiscord | components.BenefitGitHubRepository | components.BenefitDownloadables | components.BenefitLicenseKeys | components.BenefitCustom;
12
8
  /** @internal */
13
9
  export declare const BenefitsUpdateBenefitUpdate$inboundSchema: z.ZodType<BenefitsUpdateBenefitUpdate, z.ZodTypeDef, unknown>;
14
10
  /** @internal */
@@ -48,22 +44,4 @@ export declare namespace BenefitsUpdateRequest$ {
48
44
  /** @deprecated use `BenefitsUpdateRequest$Outbound` instead. */
49
45
  type Outbound = BenefitsUpdateRequest$Outbound;
50
46
  }
51
- /** @internal */
52
- export declare const BenefitsUpdateResponseBenefitsUpdate$inboundSchema: z.ZodType<BenefitsUpdateResponseBenefitsUpdate, z.ZodTypeDef, unknown>;
53
- /** @internal */
54
- export type BenefitsUpdateResponseBenefitsUpdate$Outbound = components.BenefitArticles$Outbound | components.BenefitAds$Outbound | components.BenefitDiscord$Outbound | components.BenefitGitHubRepository$Outbound | components.BenefitDownloadables$Outbound | components.BenefitLicenseKeys$Outbound | components.BenefitCustom$Outbound;
55
- /** @internal */
56
- export declare const BenefitsUpdateResponseBenefitsUpdate$outboundSchema: z.ZodType<BenefitsUpdateResponseBenefitsUpdate$Outbound, z.ZodTypeDef, BenefitsUpdateResponseBenefitsUpdate>;
57
- /**
58
- * @internal
59
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
60
- */
61
- export declare namespace BenefitsUpdateResponseBenefitsUpdate$ {
62
- /** @deprecated use `BenefitsUpdateResponseBenefitsUpdate$inboundSchema` instead. */
63
- const inboundSchema: z.ZodType<BenefitsUpdateResponseBenefitsUpdate, z.ZodTypeDef, unknown>;
64
- /** @deprecated use `BenefitsUpdateResponseBenefitsUpdate$outboundSchema` instead. */
65
- const outboundSchema: z.ZodType<BenefitsUpdateResponseBenefitsUpdate$Outbound, z.ZodTypeDef, BenefitsUpdateResponseBenefitsUpdate>;
66
- /** @deprecated use `BenefitsUpdateResponseBenefitsUpdate$Outbound` instead. */
67
- type Outbound = BenefitsUpdateResponseBenefitsUpdate$Outbound;
68
- }
69
47
  //# sourceMappingURL=benefitsupdate.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"benefitsupdate.d.ts","sourceRoot":"","sources":["../../src/models/operations/benefitsupdate.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"benefitsupdate.d.ts","sourceRoot":"","sources":["../../src/models/operations/benefitsupdate.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AAErD,MAAM,MAAM,2BAA2B,GACnC,UAAU,CAAC,qBAAqB,GAChC,UAAU,CAAC,gBAAgB,GAC3B,UAAU,CAAC,mBAAmB,GAC9B,UAAU,CAAC,oBAAoB,GAC/B,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,0BAA0B,GACrC,UAAU,CAAC,wBAAwB,CAAC;AAExC,MAAM,MAAM,qBAAqB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EACP,UAAU,CAAC,qBAAqB,GAChC,UAAU,CAAC,gBAAgB,GAC3B,UAAU,CAAC,mBAAmB,GAC9B,UAAU,CAAC,oBAAoB,GAC/B,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,0BAA0B,GACrC,UAAU,CAAC,wBAAwB,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAC5C,UAAU,CAAC,8BAA8B,GACzC,UAAU,CAAC,yBAAyB,GACpC,UAAU,CAAC,4BAA4B,GACvC,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,sCAAsC,GACjD,UAAU,CAAC,mCAAmC,GAC9C,UAAU,CAAC,iCAAiC,CAAC;AAEjD,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,2BAA2B,CAS3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,4BAA4B,CAAC;IAC5C,2EAA2E;IACpE,MAAM,aAAa,+DAA4C,CAAC;IACvE,4EAA4E;IACrE,MAAM,cAAc,4FAA6C,CAAC;IACzE,sEAAsE;IACtE,KAAY,QAAQ,GAAG,oCAAoC,CAAC;CAC7D;AAED,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACzD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EACP,UAAU,CAAC,8BAA8B,GACzC,UAAU,CAAC,yBAAyB,GACpC,UAAU,CAAC,4BAA4B,GACvC,UAAU,CAAC,6BAA6B,GACxC,UAAU,CAAC,sCAAsC,GACjD,UAAU,CAAC,mCAAmC,GAC9C,UAAU,CAAC,iCAAiC,CAAC;CAClD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAgBrB,CAAC;AAEH;;;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"}