dodopayments-mcp 1.43.0 → 1.43.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (403) hide show
  1. package/package.json +2 -2
  2. package/server.js +1 -1
  3. package/server.mjs +1 -1
  4. package/src/server.ts +1 -1
  5. package/src/tools/addons/create-addons.ts +1 -0
  6. package/src/tools/addons/list-addons.ts +3 -0
  7. package/src/tools/addons/retrieve-addons.ts +3 -0
  8. package/src/tools/addons/update-addons.ts +1 -0
  9. package/src/tools/addons/update-images-addons.ts +3 -0
  10. package/src/tools/brands/create-brands.ts +1 -0
  11. package/src/tools/brands/list-brands.ts +3 -0
  12. package/src/tools/brands/retrieve-brands.ts +3 -0
  13. package/src/tools/brands/update-brands.ts +1 -0
  14. package/src/tools/brands/update-images-brands.ts +3 -0
  15. package/src/tools/customers/create-customers.ts +1 -0
  16. package/src/tools/customers/customer-portal/create-customers-customer-portal.ts +1 -0
  17. package/src/tools/customers/list-customers.ts +3 -0
  18. package/src/tools/customers/retrieve-customers.ts +3 -0
  19. package/src/tools/customers/update-customers.ts +1 -0
  20. package/src/tools/discounts/create-discounts.ts +1 -0
  21. package/src/tools/discounts/delete-discounts.ts +3 -0
  22. package/src/tools/discounts/list-discounts.ts +3 -0
  23. package/src/tools/discounts/retrieve-discounts.ts +3 -0
  24. package/src/tools/discounts/update-discounts.ts +1 -0
  25. package/src/tools/disputes/list-disputes.ts +3 -0
  26. package/src/tools/disputes/retrieve-disputes.ts +3 -0
  27. package/src/tools/invoices/payments/retrieve-invoices-payments.ts +3 -0
  28. package/src/tools/license-key-instances/list-license-key-instances.ts +3 -0
  29. package/src/tools/license-key-instances/retrieve-license-key-instances.ts +3 -0
  30. package/src/tools/license-key-instances/update-license-key-instances.ts +1 -0
  31. package/src/tools/license-keys/list-license-keys.ts +3 -0
  32. package/src/tools/license-keys/retrieve-license-keys.ts +3 -0
  33. package/src/tools/license-keys/update-license-keys.ts +1 -0
  34. package/src/tools/licenses/activate-licenses.ts +1 -0
  35. package/src/tools/licenses/deactivate-licenses.ts +1 -0
  36. package/src/tools/licenses/validate-licenses.ts +1 -0
  37. package/src/tools/misc/list-supported-countries-misc.ts +3 -0
  38. package/src/tools/payments/create-payments.ts +1 -0
  39. package/src/tools/payments/list-payments.ts +3 -0
  40. package/src/tools/payments/retrieve-line-items-payments.ts +3 -0
  41. package/src/tools/payments/retrieve-payments.ts +3 -0
  42. package/src/tools/payouts/list-payouts.ts +3 -0
  43. package/src/tools/products/create-products.ts +1 -0
  44. package/src/tools/products/delete-products.ts +3 -0
  45. package/src/tools/products/images/update-products-images.ts +3 -0
  46. package/src/tools/products/list-products.ts +3 -0
  47. package/src/tools/products/retrieve-products.ts +3 -0
  48. package/src/tools/products/unarchive-products.ts +1 -0
  49. package/src/tools/products/update-files-products.ts +3 -0
  50. package/src/tools/products/update-products.ts +1 -0
  51. package/src/tools/refunds/create-refunds.ts +1 -0
  52. package/src/tools/refunds/list-refunds.ts +3 -0
  53. package/src/tools/refunds/retrieve-refunds.ts +3 -0
  54. package/src/tools/subscriptions/change-plan-subscriptions.ts +1 -0
  55. package/src/tools/subscriptions/charge-subscriptions.ts +1 -0
  56. package/src/tools/subscriptions/create-subscriptions.ts +1 -0
  57. package/src/tools/subscriptions/list-subscriptions.ts +3 -0
  58. package/src/tools/subscriptions/retrieve-subscriptions.ts +3 -0
  59. package/src/tools/subscriptions/update-subscriptions.ts +1 -0
  60. package/src/tools/webhook-events/list-webhook-events.ts +3 -0
  61. package/src/tools/webhook-events/retrieve-webhook-events.ts +3 -0
  62. package/tools/addons/create-addons.d.mts.map +1 -1
  63. package/tools/addons/create-addons.d.ts.map +1 -1
  64. package/tools/addons/create-addons.js +1 -0
  65. package/tools/addons/create-addons.js.map +1 -1
  66. package/tools/addons/create-addons.mjs +1 -0
  67. package/tools/addons/create-addons.mjs.map +1 -1
  68. package/tools/addons/list-addons.d.mts.map +1 -1
  69. package/tools/addons/list-addons.d.ts.map +1 -1
  70. package/tools/addons/list-addons.js +3 -0
  71. package/tools/addons/list-addons.js.map +1 -1
  72. package/tools/addons/list-addons.mjs +3 -0
  73. package/tools/addons/list-addons.mjs.map +1 -1
  74. package/tools/addons/retrieve-addons.d.mts.map +1 -1
  75. package/tools/addons/retrieve-addons.d.ts.map +1 -1
  76. package/tools/addons/retrieve-addons.js +3 -0
  77. package/tools/addons/retrieve-addons.js.map +1 -1
  78. package/tools/addons/retrieve-addons.mjs +3 -0
  79. package/tools/addons/retrieve-addons.mjs.map +1 -1
  80. package/tools/addons/update-addons.d.mts.map +1 -1
  81. package/tools/addons/update-addons.d.ts.map +1 -1
  82. package/tools/addons/update-addons.js +1 -0
  83. package/tools/addons/update-addons.js.map +1 -1
  84. package/tools/addons/update-addons.mjs +1 -0
  85. package/tools/addons/update-addons.mjs.map +1 -1
  86. package/tools/addons/update-images-addons.d.mts.map +1 -1
  87. package/tools/addons/update-images-addons.d.ts.map +1 -1
  88. package/tools/addons/update-images-addons.js +3 -0
  89. package/tools/addons/update-images-addons.js.map +1 -1
  90. package/tools/addons/update-images-addons.mjs +3 -0
  91. package/tools/addons/update-images-addons.mjs.map +1 -1
  92. package/tools/brands/create-brands.d.mts.map +1 -1
  93. package/tools/brands/create-brands.d.ts.map +1 -1
  94. package/tools/brands/create-brands.js +1 -0
  95. package/tools/brands/create-brands.js.map +1 -1
  96. package/tools/brands/create-brands.mjs +1 -0
  97. package/tools/brands/create-brands.mjs.map +1 -1
  98. package/tools/brands/list-brands.d.mts.map +1 -1
  99. package/tools/brands/list-brands.d.ts.map +1 -1
  100. package/tools/brands/list-brands.js +3 -0
  101. package/tools/brands/list-brands.js.map +1 -1
  102. package/tools/brands/list-brands.mjs +3 -0
  103. package/tools/brands/list-brands.mjs.map +1 -1
  104. package/tools/brands/retrieve-brands.d.mts.map +1 -1
  105. package/tools/brands/retrieve-brands.d.ts.map +1 -1
  106. package/tools/brands/retrieve-brands.js +3 -0
  107. package/tools/brands/retrieve-brands.js.map +1 -1
  108. package/tools/brands/retrieve-brands.mjs +3 -0
  109. package/tools/brands/retrieve-brands.mjs.map +1 -1
  110. package/tools/brands/update-brands.d.mts.map +1 -1
  111. package/tools/brands/update-brands.d.ts.map +1 -1
  112. package/tools/brands/update-brands.js +1 -0
  113. package/tools/brands/update-brands.js.map +1 -1
  114. package/tools/brands/update-brands.mjs +1 -0
  115. package/tools/brands/update-brands.mjs.map +1 -1
  116. package/tools/brands/update-images-brands.d.mts.map +1 -1
  117. package/tools/brands/update-images-brands.d.ts.map +1 -1
  118. package/tools/brands/update-images-brands.js +3 -0
  119. package/tools/brands/update-images-brands.js.map +1 -1
  120. package/tools/brands/update-images-brands.mjs +3 -0
  121. package/tools/brands/update-images-brands.mjs.map +1 -1
  122. package/tools/customers/create-customers.d.mts.map +1 -1
  123. package/tools/customers/create-customers.d.ts.map +1 -1
  124. package/tools/customers/create-customers.js +1 -0
  125. package/tools/customers/create-customers.js.map +1 -1
  126. package/tools/customers/create-customers.mjs +1 -0
  127. package/tools/customers/create-customers.mjs.map +1 -1
  128. package/tools/customers/customer-portal/create-customers-customer-portal.d.mts.map +1 -1
  129. package/tools/customers/customer-portal/create-customers-customer-portal.d.ts.map +1 -1
  130. package/tools/customers/customer-portal/create-customers-customer-portal.js +1 -0
  131. package/tools/customers/customer-portal/create-customers-customer-portal.js.map +1 -1
  132. package/tools/customers/customer-portal/create-customers-customer-portal.mjs +1 -0
  133. package/tools/customers/customer-portal/create-customers-customer-portal.mjs.map +1 -1
  134. package/tools/customers/list-customers.d.mts.map +1 -1
  135. package/tools/customers/list-customers.d.ts.map +1 -1
  136. package/tools/customers/list-customers.js +3 -0
  137. package/tools/customers/list-customers.js.map +1 -1
  138. package/tools/customers/list-customers.mjs +3 -0
  139. package/tools/customers/list-customers.mjs.map +1 -1
  140. package/tools/customers/retrieve-customers.d.mts.map +1 -1
  141. package/tools/customers/retrieve-customers.d.ts.map +1 -1
  142. package/tools/customers/retrieve-customers.js +3 -0
  143. package/tools/customers/retrieve-customers.js.map +1 -1
  144. package/tools/customers/retrieve-customers.mjs +3 -0
  145. package/tools/customers/retrieve-customers.mjs.map +1 -1
  146. package/tools/customers/update-customers.d.mts.map +1 -1
  147. package/tools/customers/update-customers.d.ts.map +1 -1
  148. package/tools/customers/update-customers.js +1 -0
  149. package/tools/customers/update-customers.js.map +1 -1
  150. package/tools/customers/update-customers.mjs +1 -0
  151. package/tools/customers/update-customers.mjs.map +1 -1
  152. package/tools/discounts/create-discounts.d.mts.map +1 -1
  153. package/tools/discounts/create-discounts.d.ts.map +1 -1
  154. package/tools/discounts/create-discounts.js +1 -0
  155. package/tools/discounts/create-discounts.js.map +1 -1
  156. package/tools/discounts/create-discounts.mjs +1 -0
  157. package/tools/discounts/create-discounts.mjs.map +1 -1
  158. package/tools/discounts/delete-discounts.d.mts.map +1 -1
  159. package/tools/discounts/delete-discounts.d.ts.map +1 -1
  160. package/tools/discounts/delete-discounts.js +3 -0
  161. package/tools/discounts/delete-discounts.js.map +1 -1
  162. package/tools/discounts/delete-discounts.mjs +3 -0
  163. package/tools/discounts/delete-discounts.mjs.map +1 -1
  164. package/tools/discounts/list-discounts.d.mts.map +1 -1
  165. package/tools/discounts/list-discounts.d.ts.map +1 -1
  166. package/tools/discounts/list-discounts.js +3 -0
  167. package/tools/discounts/list-discounts.js.map +1 -1
  168. package/tools/discounts/list-discounts.mjs +3 -0
  169. package/tools/discounts/list-discounts.mjs.map +1 -1
  170. package/tools/discounts/retrieve-discounts.d.mts.map +1 -1
  171. package/tools/discounts/retrieve-discounts.d.ts.map +1 -1
  172. package/tools/discounts/retrieve-discounts.js +3 -0
  173. package/tools/discounts/retrieve-discounts.js.map +1 -1
  174. package/tools/discounts/retrieve-discounts.mjs +3 -0
  175. package/tools/discounts/retrieve-discounts.mjs.map +1 -1
  176. package/tools/discounts/update-discounts.d.mts.map +1 -1
  177. package/tools/discounts/update-discounts.d.ts.map +1 -1
  178. package/tools/discounts/update-discounts.js +1 -0
  179. package/tools/discounts/update-discounts.js.map +1 -1
  180. package/tools/discounts/update-discounts.mjs +1 -0
  181. package/tools/discounts/update-discounts.mjs.map +1 -1
  182. package/tools/disputes/list-disputes.d.mts.map +1 -1
  183. package/tools/disputes/list-disputes.d.ts.map +1 -1
  184. package/tools/disputes/list-disputes.js +3 -0
  185. package/tools/disputes/list-disputes.js.map +1 -1
  186. package/tools/disputes/list-disputes.mjs +3 -0
  187. package/tools/disputes/list-disputes.mjs.map +1 -1
  188. package/tools/disputes/retrieve-disputes.d.mts.map +1 -1
  189. package/tools/disputes/retrieve-disputes.d.ts.map +1 -1
  190. package/tools/disputes/retrieve-disputes.js +3 -0
  191. package/tools/disputes/retrieve-disputes.js.map +1 -1
  192. package/tools/disputes/retrieve-disputes.mjs +3 -0
  193. package/tools/disputes/retrieve-disputes.mjs.map +1 -1
  194. package/tools/invoices/payments/retrieve-invoices-payments.d.mts.map +1 -1
  195. package/tools/invoices/payments/retrieve-invoices-payments.d.ts.map +1 -1
  196. package/tools/invoices/payments/retrieve-invoices-payments.js +3 -0
  197. package/tools/invoices/payments/retrieve-invoices-payments.js.map +1 -1
  198. package/tools/invoices/payments/retrieve-invoices-payments.mjs +3 -0
  199. package/tools/invoices/payments/retrieve-invoices-payments.mjs.map +1 -1
  200. package/tools/license-key-instances/list-license-key-instances.d.mts.map +1 -1
  201. package/tools/license-key-instances/list-license-key-instances.d.ts.map +1 -1
  202. package/tools/license-key-instances/list-license-key-instances.js +3 -0
  203. package/tools/license-key-instances/list-license-key-instances.js.map +1 -1
  204. package/tools/license-key-instances/list-license-key-instances.mjs +3 -0
  205. package/tools/license-key-instances/list-license-key-instances.mjs.map +1 -1
  206. package/tools/license-key-instances/retrieve-license-key-instances.d.mts.map +1 -1
  207. package/tools/license-key-instances/retrieve-license-key-instances.d.ts.map +1 -1
  208. package/tools/license-key-instances/retrieve-license-key-instances.js +3 -0
  209. package/tools/license-key-instances/retrieve-license-key-instances.js.map +1 -1
  210. package/tools/license-key-instances/retrieve-license-key-instances.mjs +3 -0
  211. package/tools/license-key-instances/retrieve-license-key-instances.mjs.map +1 -1
  212. package/tools/license-key-instances/update-license-key-instances.d.mts.map +1 -1
  213. package/tools/license-key-instances/update-license-key-instances.d.ts.map +1 -1
  214. package/tools/license-key-instances/update-license-key-instances.js +1 -0
  215. package/tools/license-key-instances/update-license-key-instances.js.map +1 -1
  216. package/tools/license-key-instances/update-license-key-instances.mjs +1 -0
  217. package/tools/license-key-instances/update-license-key-instances.mjs.map +1 -1
  218. package/tools/license-keys/list-license-keys.d.mts.map +1 -1
  219. package/tools/license-keys/list-license-keys.d.ts.map +1 -1
  220. package/tools/license-keys/list-license-keys.js +3 -0
  221. package/tools/license-keys/list-license-keys.js.map +1 -1
  222. package/tools/license-keys/list-license-keys.mjs +3 -0
  223. package/tools/license-keys/list-license-keys.mjs.map +1 -1
  224. package/tools/license-keys/retrieve-license-keys.d.mts.map +1 -1
  225. package/tools/license-keys/retrieve-license-keys.d.ts.map +1 -1
  226. package/tools/license-keys/retrieve-license-keys.js +3 -0
  227. package/tools/license-keys/retrieve-license-keys.js.map +1 -1
  228. package/tools/license-keys/retrieve-license-keys.mjs +3 -0
  229. package/tools/license-keys/retrieve-license-keys.mjs.map +1 -1
  230. package/tools/license-keys/update-license-keys.d.mts.map +1 -1
  231. package/tools/license-keys/update-license-keys.d.ts.map +1 -1
  232. package/tools/license-keys/update-license-keys.js +1 -0
  233. package/tools/license-keys/update-license-keys.js.map +1 -1
  234. package/tools/license-keys/update-license-keys.mjs +1 -0
  235. package/tools/license-keys/update-license-keys.mjs.map +1 -1
  236. package/tools/licenses/activate-licenses.d.mts.map +1 -1
  237. package/tools/licenses/activate-licenses.d.ts.map +1 -1
  238. package/tools/licenses/activate-licenses.js +1 -0
  239. package/tools/licenses/activate-licenses.js.map +1 -1
  240. package/tools/licenses/activate-licenses.mjs +1 -0
  241. package/tools/licenses/activate-licenses.mjs.map +1 -1
  242. package/tools/licenses/deactivate-licenses.d.mts.map +1 -1
  243. package/tools/licenses/deactivate-licenses.d.ts.map +1 -1
  244. package/tools/licenses/deactivate-licenses.js +1 -0
  245. package/tools/licenses/deactivate-licenses.js.map +1 -1
  246. package/tools/licenses/deactivate-licenses.mjs +1 -0
  247. package/tools/licenses/deactivate-licenses.mjs.map +1 -1
  248. package/tools/licenses/validate-licenses.d.mts.map +1 -1
  249. package/tools/licenses/validate-licenses.d.ts.map +1 -1
  250. package/tools/licenses/validate-licenses.js +1 -0
  251. package/tools/licenses/validate-licenses.js.map +1 -1
  252. package/tools/licenses/validate-licenses.mjs +1 -0
  253. package/tools/licenses/validate-licenses.mjs.map +1 -1
  254. package/tools/misc/list-supported-countries-misc.d.mts.map +1 -1
  255. package/tools/misc/list-supported-countries-misc.d.ts.map +1 -1
  256. package/tools/misc/list-supported-countries-misc.js +3 -0
  257. package/tools/misc/list-supported-countries-misc.js.map +1 -1
  258. package/tools/misc/list-supported-countries-misc.mjs +3 -0
  259. package/tools/misc/list-supported-countries-misc.mjs.map +1 -1
  260. package/tools/payments/create-payments.d.mts.map +1 -1
  261. package/tools/payments/create-payments.d.ts.map +1 -1
  262. package/tools/payments/create-payments.js +1 -0
  263. package/tools/payments/create-payments.js.map +1 -1
  264. package/tools/payments/create-payments.mjs +1 -0
  265. package/tools/payments/create-payments.mjs.map +1 -1
  266. package/tools/payments/list-payments.d.mts.map +1 -1
  267. package/tools/payments/list-payments.d.ts.map +1 -1
  268. package/tools/payments/list-payments.js +3 -0
  269. package/tools/payments/list-payments.js.map +1 -1
  270. package/tools/payments/list-payments.mjs +3 -0
  271. package/tools/payments/list-payments.mjs.map +1 -1
  272. package/tools/payments/retrieve-line-items-payments.d.mts.map +1 -1
  273. package/tools/payments/retrieve-line-items-payments.d.ts.map +1 -1
  274. package/tools/payments/retrieve-line-items-payments.js +3 -0
  275. package/tools/payments/retrieve-line-items-payments.js.map +1 -1
  276. package/tools/payments/retrieve-line-items-payments.mjs +3 -0
  277. package/tools/payments/retrieve-line-items-payments.mjs.map +1 -1
  278. package/tools/payments/retrieve-payments.d.mts.map +1 -1
  279. package/tools/payments/retrieve-payments.d.ts.map +1 -1
  280. package/tools/payments/retrieve-payments.js +3 -0
  281. package/tools/payments/retrieve-payments.js.map +1 -1
  282. package/tools/payments/retrieve-payments.mjs +3 -0
  283. package/tools/payments/retrieve-payments.mjs.map +1 -1
  284. package/tools/payouts/list-payouts.d.mts.map +1 -1
  285. package/tools/payouts/list-payouts.d.ts.map +1 -1
  286. package/tools/payouts/list-payouts.js +3 -0
  287. package/tools/payouts/list-payouts.js.map +1 -1
  288. package/tools/payouts/list-payouts.mjs +3 -0
  289. package/tools/payouts/list-payouts.mjs.map +1 -1
  290. package/tools/products/create-products.d.mts.map +1 -1
  291. package/tools/products/create-products.d.ts.map +1 -1
  292. package/tools/products/create-products.js +1 -0
  293. package/tools/products/create-products.js.map +1 -1
  294. package/tools/products/create-products.mjs +1 -0
  295. package/tools/products/create-products.mjs.map +1 -1
  296. package/tools/products/delete-products.d.mts.map +1 -1
  297. package/tools/products/delete-products.d.ts.map +1 -1
  298. package/tools/products/delete-products.js +3 -0
  299. package/tools/products/delete-products.js.map +1 -1
  300. package/tools/products/delete-products.mjs +3 -0
  301. package/tools/products/delete-products.mjs.map +1 -1
  302. package/tools/products/images/update-products-images.d.mts.map +1 -1
  303. package/tools/products/images/update-products-images.d.ts.map +1 -1
  304. package/tools/products/images/update-products-images.js +3 -0
  305. package/tools/products/images/update-products-images.js.map +1 -1
  306. package/tools/products/images/update-products-images.mjs +3 -0
  307. package/tools/products/images/update-products-images.mjs.map +1 -1
  308. package/tools/products/list-products.d.mts.map +1 -1
  309. package/tools/products/list-products.d.ts.map +1 -1
  310. package/tools/products/list-products.js +3 -0
  311. package/tools/products/list-products.js.map +1 -1
  312. package/tools/products/list-products.mjs +3 -0
  313. package/tools/products/list-products.mjs.map +1 -1
  314. package/tools/products/retrieve-products.d.mts.map +1 -1
  315. package/tools/products/retrieve-products.d.ts.map +1 -1
  316. package/tools/products/retrieve-products.js +3 -0
  317. package/tools/products/retrieve-products.js.map +1 -1
  318. package/tools/products/retrieve-products.mjs +3 -0
  319. package/tools/products/retrieve-products.mjs.map +1 -1
  320. package/tools/products/unarchive-products.d.mts.map +1 -1
  321. package/tools/products/unarchive-products.d.ts.map +1 -1
  322. package/tools/products/unarchive-products.js +1 -0
  323. package/tools/products/unarchive-products.js.map +1 -1
  324. package/tools/products/unarchive-products.mjs +1 -0
  325. package/tools/products/unarchive-products.mjs.map +1 -1
  326. package/tools/products/update-files-products.d.mts.map +1 -1
  327. package/tools/products/update-files-products.d.ts.map +1 -1
  328. package/tools/products/update-files-products.js +3 -0
  329. package/tools/products/update-files-products.js.map +1 -1
  330. package/tools/products/update-files-products.mjs +3 -0
  331. package/tools/products/update-files-products.mjs.map +1 -1
  332. package/tools/products/update-products.d.mts.map +1 -1
  333. package/tools/products/update-products.d.ts.map +1 -1
  334. package/tools/products/update-products.js +1 -0
  335. package/tools/products/update-products.js.map +1 -1
  336. package/tools/products/update-products.mjs +1 -0
  337. package/tools/products/update-products.mjs.map +1 -1
  338. package/tools/refunds/create-refunds.d.mts.map +1 -1
  339. package/tools/refunds/create-refunds.d.ts.map +1 -1
  340. package/tools/refunds/create-refunds.js +1 -0
  341. package/tools/refunds/create-refunds.js.map +1 -1
  342. package/tools/refunds/create-refunds.mjs +1 -0
  343. package/tools/refunds/create-refunds.mjs.map +1 -1
  344. package/tools/refunds/list-refunds.d.mts.map +1 -1
  345. package/tools/refunds/list-refunds.d.ts.map +1 -1
  346. package/tools/refunds/list-refunds.js +3 -0
  347. package/tools/refunds/list-refunds.js.map +1 -1
  348. package/tools/refunds/list-refunds.mjs +3 -0
  349. package/tools/refunds/list-refunds.mjs.map +1 -1
  350. package/tools/refunds/retrieve-refunds.d.mts.map +1 -1
  351. package/tools/refunds/retrieve-refunds.d.ts.map +1 -1
  352. package/tools/refunds/retrieve-refunds.js +3 -0
  353. package/tools/refunds/retrieve-refunds.js.map +1 -1
  354. package/tools/refunds/retrieve-refunds.mjs +3 -0
  355. package/tools/refunds/retrieve-refunds.mjs.map +1 -1
  356. package/tools/subscriptions/change-plan-subscriptions.d.mts.map +1 -1
  357. package/tools/subscriptions/change-plan-subscriptions.d.ts.map +1 -1
  358. package/tools/subscriptions/change-plan-subscriptions.js +1 -0
  359. package/tools/subscriptions/change-plan-subscriptions.js.map +1 -1
  360. package/tools/subscriptions/change-plan-subscriptions.mjs +1 -0
  361. package/tools/subscriptions/change-plan-subscriptions.mjs.map +1 -1
  362. package/tools/subscriptions/charge-subscriptions.d.mts.map +1 -1
  363. package/tools/subscriptions/charge-subscriptions.d.ts.map +1 -1
  364. package/tools/subscriptions/charge-subscriptions.js +1 -0
  365. package/tools/subscriptions/charge-subscriptions.js.map +1 -1
  366. package/tools/subscriptions/charge-subscriptions.mjs +1 -0
  367. package/tools/subscriptions/charge-subscriptions.mjs.map +1 -1
  368. package/tools/subscriptions/create-subscriptions.d.mts.map +1 -1
  369. package/tools/subscriptions/create-subscriptions.d.ts.map +1 -1
  370. package/tools/subscriptions/create-subscriptions.js +1 -0
  371. package/tools/subscriptions/create-subscriptions.js.map +1 -1
  372. package/tools/subscriptions/create-subscriptions.mjs +1 -0
  373. package/tools/subscriptions/create-subscriptions.mjs.map +1 -1
  374. package/tools/subscriptions/list-subscriptions.d.mts.map +1 -1
  375. package/tools/subscriptions/list-subscriptions.d.ts.map +1 -1
  376. package/tools/subscriptions/list-subscriptions.js +3 -0
  377. package/tools/subscriptions/list-subscriptions.js.map +1 -1
  378. package/tools/subscriptions/list-subscriptions.mjs +3 -0
  379. package/tools/subscriptions/list-subscriptions.mjs.map +1 -1
  380. package/tools/subscriptions/retrieve-subscriptions.d.mts.map +1 -1
  381. package/tools/subscriptions/retrieve-subscriptions.d.ts.map +1 -1
  382. package/tools/subscriptions/retrieve-subscriptions.js +3 -0
  383. package/tools/subscriptions/retrieve-subscriptions.js.map +1 -1
  384. package/tools/subscriptions/retrieve-subscriptions.mjs +3 -0
  385. package/tools/subscriptions/retrieve-subscriptions.mjs.map +1 -1
  386. package/tools/subscriptions/update-subscriptions.d.mts.map +1 -1
  387. package/tools/subscriptions/update-subscriptions.d.ts.map +1 -1
  388. package/tools/subscriptions/update-subscriptions.js +1 -0
  389. package/tools/subscriptions/update-subscriptions.js.map +1 -1
  390. package/tools/subscriptions/update-subscriptions.mjs +1 -0
  391. package/tools/subscriptions/update-subscriptions.mjs.map +1 -1
  392. package/tools/webhook-events/list-webhook-events.d.mts.map +1 -1
  393. package/tools/webhook-events/list-webhook-events.d.ts.map +1 -1
  394. package/tools/webhook-events/list-webhook-events.js +3 -0
  395. package/tools/webhook-events/list-webhook-events.js.map +1 -1
  396. package/tools/webhook-events/list-webhook-events.mjs +3 -0
  397. package/tools/webhook-events/list-webhook-events.mjs.map +1 -1
  398. package/tools/webhook-events/retrieve-webhook-events.d.mts.map +1 -1
  399. package/tools/webhook-events/retrieve-webhook-events.d.ts.map +1 -1
  400. package/tools/webhook-events/retrieve-webhook-events.js +3 -0
  401. package/tools/webhook-events/retrieve-webhook-events.js.map +1 -1
  402. package/tools/webhook-events/retrieve-webhook-events.mjs +3 -0
  403. package/tools/webhook-events/retrieve-webhook-events.mjs.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dodopayments-mcp",
3
- "version": "1.43.0",
3
+ "version": "1.43.1",
4
4
  "description": "The official MCP Server for the Dodo Payments API",
5
5
  "author": "Dodo Payments <founders@dodopayments.com>",
6
6
  "types": "./index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "fix": "eslint --fix --ext ts,js ."
25
25
  },
26
26
  "dependencies": {
27
- "dodopayments": "^1.43.0",
27
+ "dodopayments": "^1.43.1",
28
28
  "@modelcontextprotocol/sdk": "^1.11.5",
29
29
  "jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.2/jq-web.tar.gz",
30
30
  "yargs": "^17.7.2",
package/server.js CHANGED
@@ -20,7 +20,7 @@ Object.defineProperty(exports, "endpoints", { enumerable: true, get: function ()
20
20
  // Create server instance
21
21
  exports.server = new mcp_js_1.McpServer({
22
22
  name: 'dodopayments_api',
23
- version: '1.43.0',
23
+ version: '1.43.1',
24
24
  }, { capabilities: { tools: {} } });
25
25
  /**
26
26
  * Initializes the provided MCP Server with the given tools and handlers.
package/server.mjs CHANGED
@@ -9,7 +9,7 @@ export { endpoints } from "./tools.mjs";
9
9
  // Create server instance
10
10
  export const server = new McpServer({
11
11
  name: 'dodopayments_api',
12
- version: '1.43.0',
12
+ version: '1.43.1',
13
13
  }, { capabilities: { tools: {} } });
14
14
  /**
15
15
  * Initializes the provided MCP Server with the given tools and handlers.
package/src/server.ts CHANGED
@@ -26,7 +26,7 @@ export { endpoints } from './tools';
26
26
  export const server = new McpServer(
27
27
  {
28
28
  name: 'dodopayments_api',
29
- version: '1.43.0',
29
+ version: '1.43.1',
30
30
  },
31
31
  { capabilities: { tools: {} } },
32
32
  );
@@ -207,6 +207,7 @@ export const tool: Tool = {
207
207
  },
208
208
  },
209
209
  },
210
+ annotations: {},
210
211
  };
211
212
 
212
213
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -39,6 +39,9 @@ export const tool: Tool = {
39
39
  },
40
40
  required: [],
41
41
  },
42
+ annotations: {
43
+ readOnlyHint: true,
44
+ },
42
45
  };
43
46
 
44
47
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -34,6 +34,9 @@ export const tool: Tool = {
34
34
  },
35
35
  required: ['id'],
36
36
  },
37
+ annotations: {
38
+ readOnlyHint: true,
39
+ },
37
40
  };
38
41
 
39
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -214,6 +214,7 @@ export const tool: Tool = {
214
214
  },
215
215
  },
216
216
  },
217
+ annotations: {},
217
218
  };
218
219
 
219
220
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -34,6 +34,9 @@ export const tool: Tool = {
34
34
  },
35
35
  required: ['id'],
36
36
  },
37
+ annotations: {
38
+ idempotentHint: true,
39
+ },
37
40
  };
38
41
 
39
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -46,6 +46,7 @@ export const tool: Tool = {
46
46
  },
47
47
  required: [],
48
48
  },
49
+ annotations: {},
49
50
  };
50
51
 
51
52
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -31,6 +31,9 @@ export const tool: Tool = {
31
31
  },
32
32
  required: [],
33
33
  },
34
+ annotations: {
35
+ readOnlyHint: true,
36
+ },
34
37
  };
35
38
 
36
39
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -34,6 +34,9 @@ export const tool: Tool = {
34
34
  },
35
35
  required: ['id'],
36
36
  },
37
+ annotations: {
38
+ readOnlyHint: true,
39
+ },
37
40
  };
38
41
 
39
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -47,6 +47,7 @@ export const tool: Tool = {
47
47
  },
48
48
  required: ['id'],
49
49
  },
50
+ annotations: {},
50
51
  };
51
52
 
52
53
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -34,6 +34,9 @@ export const tool: Tool = {
34
34
  },
35
35
  required: ['id'],
36
36
  },
37
+ annotations: {
38
+ idempotentHint: true,
39
+ },
37
40
  };
38
41
 
39
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -40,6 +40,7 @@ export const tool: Tool = {
40
40
  },
41
41
  required: ['email', 'name'],
42
42
  },
43
+ annotations: {},
43
44
  };
44
45
 
45
46
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -38,6 +38,7 @@ export const tool: Tool = {
38
38
  },
39
39
  required: ['customer_id'],
40
40
  },
41
+ annotations: {},
41
42
  };
42
43
 
43
44
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -43,6 +43,9 @@ export const tool: Tool = {
43
43
  },
44
44
  required: [],
45
45
  },
46
+ annotations: {
47
+ readOnlyHint: true,
48
+ },
46
49
  };
47
50
 
48
51
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -34,6 +34,9 @@ export const tool: Tool = {
34
34
  },
35
35
  required: ['customer_id'],
36
36
  },
37
+ annotations: {
38
+ readOnlyHint: true,
39
+ },
37
40
  };
38
41
 
39
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -40,6 +40,7 @@ export const tool: Tool = {
40
40
  },
41
41
  required: ['customer_id'],
42
42
  },
43
+ annotations: {},
43
44
  };
44
45
 
45
46
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -69,6 +69,7 @@ export const tool: Tool = {
69
69
  },
70
70
  },
71
71
  },
72
+ annotations: {},
72
73
  };
73
74
 
74
75
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -33,6 +33,9 @@ export const tool: Tool = {
33
33
  },
34
34
  required: ['discount_id'],
35
35
  },
36
+ annotations: {
37
+ idempotentHint: true,
38
+ },
36
39
  };
37
40
 
38
41
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -39,6 +39,9 @@ export const tool: Tool = {
39
39
  },
40
40
  required: [],
41
41
  },
42
+ annotations: {
43
+ readOnlyHint: true,
44
+ },
42
45
  };
43
46
 
44
47
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -34,6 +34,9 @@ export const tool: Tool = {
34
34
  },
35
35
  required: ['discount_id'],
36
36
  },
37
+ annotations: {
38
+ readOnlyHint: true,
39
+ },
37
40
  };
38
41
 
39
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -70,6 +70,7 @@ export const tool: Tool = {
70
70
  },
71
71
  },
72
72
  },
73
+ annotations: {},
73
74
  };
74
75
 
75
76
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -71,6 +71,9 @@ export const tool: Tool = {
71
71
  },
72
72
  required: [],
73
73
  },
74
+ annotations: {
75
+ readOnlyHint: true,
76
+ },
74
77
  };
75
78
 
76
79
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -34,6 +34,9 @@ export const tool: Tool = {
34
34
  },
35
35
  required: ['dispute_id'],
36
36
  },
37
+ annotations: {
38
+ readOnlyHint: true,
39
+ },
37
40
  };
38
41
 
39
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -33,6 +33,9 @@ export const tool: Tool = {
33
33
  },
34
34
  required: ['payment_id'],
35
35
  },
36
+ annotations: {
37
+ readOnlyHint: true,
38
+ },
36
39
  };
37
40
 
38
41
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -43,6 +43,9 @@ export const tool: Tool = {
43
43
  },
44
44
  required: [],
45
45
  },
46
+ annotations: {
47
+ readOnlyHint: true,
48
+ },
46
49
  };
47
50
 
48
51
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -34,6 +34,9 @@ export const tool: Tool = {
34
34
  },
35
35
  required: ['id'],
36
36
  },
37
+ annotations: {
38
+ readOnlyHint: true,
39
+ },
37
40
  };
38
41
 
39
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -37,6 +37,7 @@ export const tool: Tool = {
37
37
  },
38
38
  required: ['id', 'name'],
39
39
  },
40
+ annotations: {},
40
41
  };
41
42
 
42
43
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -52,6 +52,9 @@ export const tool: Tool = {
52
52
  },
53
53
  required: [],
54
54
  },
55
+ annotations: {
56
+ readOnlyHint: true,
57
+ },
55
58
  };
56
59
 
57
60
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -34,6 +34,9 @@ export const tool: Tool = {
34
34
  },
35
35
  required: ['id'],
36
36
  },
37
+ annotations: {
38
+ readOnlyHint: true,
39
+ },
37
40
  };
38
41
 
39
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -50,6 +50,7 @@ export const tool: Tool = {
50
50
  },
51
51
  required: ['id'],
52
52
  },
53
+ annotations: {},
53
54
  };
54
55
 
55
56
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -37,6 +37,7 @@ export const tool: Tool = {
37
37
  },
38
38
  required: ['license_key', 'name'],
39
39
  },
40
+ annotations: {},
40
41
  };
41
42
 
42
43
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -36,6 +36,7 @@ export const tool: Tool = {
36
36
  },
37
37
  required: ['license_key', 'license_key_instance_id'],
38
38
  },
39
+ annotations: {},
39
40
  };
40
41
 
41
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -37,6 +37,7 @@ export const tool: Tool = {
37
37
  },
38
38
  required: ['license_key'],
39
39
  },
40
+ annotations: {},
40
41
  };
41
42
 
42
43
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -31,6 +31,9 @@ export const tool: Tool = {
31
31
  },
32
32
  required: [],
33
33
  },
34
+ annotations: {
35
+ readOnlyHint: true,
36
+ },
34
37
  };
35
38
 
36
39
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -586,6 +586,7 @@ export const tool: Tool = {
586
586
  },
587
587
  },
588
588
  },
589
+ annotations: {},
589
590
  };
590
591
 
591
592
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -78,6 +78,9 @@ export const tool: Tool = {
78
78
  },
79
79
  required: [],
80
80
  },
81
+ annotations: {
82
+ readOnlyHint: true,
83
+ },
81
84
  };
82
85
 
83
86
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -34,6 +34,9 @@ export const tool: Tool = {
34
34
  },
35
35
  required: ['payment_id'],
36
36
  },
37
+ annotations: {
38
+ readOnlyHint: true,
39
+ },
37
40
  };
38
41
 
39
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -27,6 +27,9 @@ export const tool: Tool = {
27
27
  },
28
28
  required: ['payment_id'],
29
29
  },
30
+ annotations: {
31
+ readOnlyHint: true,
32
+ },
30
33
  };
31
34
 
32
35
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -39,6 +39,9 @@ export const tool: Tool = {
39
39
  },
40
40
  required: [],
41
41
  },
42
+ annotations: {
43
+ readOnlyHint: true,
44
+ },
42
45
  };
43
46
 
44
47
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -363,6 +363,7 @@ export const tool: Tool = {
363
363
  },
364
364
  },
365
365
  },
366
+ annotations: {},
366
367
  };
367
368
 
368
369
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -33,6 +33,9 @@ export const tool: Tool = {
33
33
  },
34
34
  required: ['id'],
35
35
  },
36
+ annotations: {
37
+ idempotentHint: true,
38
+ },
36
39
  };
37
40
 
38
41
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -37,6 +37,9 @@ export const tool: Tool = {
37
37
  },
38
38
  required: ['id'],
39
39
  },
40
+ annotations: {
41
+ idempotentHint: true,
42
+ },
40
43
  };
41
44
 
42
45
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -45,6 +45,9 @@ export const tool: Tool = {
45
45
  },
46
46
  required: [],
47
47
  },
48
+ annotations: {
49
+ readOnlyHint: true,
50
+ },
48
51
  };
49
52
 
50
53
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -27,6 +27,9 @@ export const tool: Tool = {
27
27
  },
28
28
  required: ['id'],
29
29
  },
30
+ annotations: {
31
+ readOnlyHint: true,
32
+ },
30
33
  };
31
34
 
32
35
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -33,6 +33,7 @@ export const tool: Tool = {
33
33
  },
34
34
  required: ['id'],
35
35
  },
36
+ annotations: {},
36
37
  };
37
38
 
38
39
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -37,6 +37,9 @@ export const tool: Tool = {
37
37
  },
38
38
  required: ['id', 'file_name'],
39
39
  },
40
+ annotations: {
41
+ idempotentHint: true,
42
+ },
40
43
  };
41
44
 
42
45
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -385,6 +385,7 @@ export const tool: Tool = {
385
385
  },
386
386
  },
387
387
  },
388
+ annotations: {},
388
389
  };
389
390
 
390
391
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -61,6 +61,7 @@ export const tool: Tool = {
61
61
  },
62
62
  required: ['payment_id'],
63
63
  },
64
+ annotations: {},
64
65
  };
65
66
 
66
67
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -58,6 +58,9 @@ export const tool: Tool = {
58
58
  },
59
59
  required: [],
60
60
  },
61
+ annotations: {
62
+ readOnlyHint: true,
63
+ },
61
64
  };
62
65
 
63
66
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -34,6 +34,9 @@ export const tool: Tool = {
34
34
  },
35
35
  required: ['refund_id'],
36
36
  },
37
+ annotations: {
38
+ readOnlyHint: true,
39
+ },
37
40
  };
38
41
 
39
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -67,6 +67,7 @@ export const tool: Tool = {
67
67
  },
68
68
  },
69
69
  },
70
+ annotations: {},
70
71
  };
71
72
 
72
73
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -209,6 +209,7 @@ export const tool: Tool = {
209
209
  },
210
210
  },
211
211
  },
212
+ annotations: {},
212
213
  };
213
214
 
214
215
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -623,6 +623,7 @@ export const tool: Tool = {
623
623
  },
624
624
  },
625
625
  },
626
+ annotations: {},
626
627
  };
627
628
 
628
629
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -55,6 +55,9 @@ export const tool: Tool = {
55
55
  },
56
56
  required: [],
57
57
  },
58
+ annotations: {
59
+ readOnlyHint: true,
60
+ },
58
61
  };
59
62
 
60
63
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -27,6 +27,9 @@ export const tool: Tool = {
27
27
  },
28
28
  required: ['subscription_id'],
29
29
  },
30
+ annotations: {
31
+ readOnlyHint: true,
32
+ },
30
33
  };
31
34
 
32
35
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -338,6 +338,7 @@ export const tool: Tool = {
338
338
  },
339
339
  },
340
340
  },
341
+ annotations: {},
341
342
  };
342
343
 
343
344
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -65,6 +65,9 @@ export const tool: Tool = {
65
65
  },
66
66
  required: [],
67
67
  },
68
+ annotations: {
69
+ readOnlyHint: true,
70
+ },
68
71
  };
69
72
 
70
73
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -34,6 +34,9 @@ export const tool: Tool = {
34
34
  },
35
35
  required: ['webhook_event_id'],
36
36
  },
37
+ annotations: {
38
+ readOnlyHint: true,
39
+ },
37
40
  };
38
41
 
39
42
  export const handler = async (client: DodoPayments, args: Record<string, unknown> | undefined) => {
@@ -1 +1 @@
1
- {"version":3,"file":"create-addons.d.mts","sourceRoot":"","sources":["../../src/tools/addons/create-addons.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAuB,MAAM,8BAA8B;OAErE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,YAAY,MAAM,cAAc;AAEvC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAgMlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,YAAY,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,YAAY,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
1
+ {"version":3,"file":"create-addons.d.mts","sourceRoot":"","sources":["../../src/tools/addons/create-addons.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAuB,MAAM,8BAA8B;OAErE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,YAAY,MAAM,cAAc;AAEvC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAiMlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,YAAY,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,YAAY,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-addons.d.ts","sourceRoot":"","sources":["../../src/tools/addons/create-addons.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAuB,MAAM,8BAA8B;OAErE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,YAAY,MAAM,cAAc;AAEvC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAgMlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,YAAY,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,YAAY,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
1
+ {"version":3,"file":"create-addons.d.ts","sourceRoot":"","sources":["../../src/tools/addons/create-addons.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAuB,MAAM,8BAA8B;OAErE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,YAAY,MAAM,cAAc;AAEvC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAiMlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,YAAY,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,mEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAHoC,YAAY,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}