@stigg/typescript 0.1.0-alpha.9 → 0.1.0-beta.10

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 (564) hide show
  1. package/CHANGELOG.md +499 -0
  2. package/api-promise.d.mts +1 -0
  3. package/api-promise.d.mts.map +1 -1
  4. package/api-promise.d.ts +1 -0
  5. package/api-promise.d.ts.map +1 -1
  6. package/api-promise.mjs +1 -0
  7. package/api-promise.mjs.map +1 -1
  8. package/client.d.mts +4 -1
  9. package/client.d.mts.map +1 -1
  10. package/client.d.ts +4 -1
  11. package/client.d.ts.map +1 -1
  12. package/client.js +22 -7
  13. package/client.js.map +1 -1
  14. package/client.mjs +22 -7
  15. package/client.mjs.map +1 -1
  16. package/core/api-promise.d.mts.map +1 -1
  17. package/core/api-promise.d.ts.map +1 -1
  18. package/core/api-promise.mjs.map +1 -1
  19. package/core/error.mjs.map +1 -1
  20. package/core/pagination.d.mts.map +1 -1
  21. package/core/pagination.d.ts.map +1 -1
  22. package/core/pagination.mjs.map +1 -1
  23. package/core/resource.d.mts.map +1 -1
  24. package/core/resource.d.ts.map +1 -1
  25. package/core/uploads.d.mts.map +1 -1
  26. package/core/uploads.d.ts.map +1 -1
  27. package/core/uploads.mjs.map +1 -1
  28. package/error.d.mts +1 -0
  29. package/error.d.mts.map +1 -1
  30. package/error.d.ts +1 -0
  31. package/error.d.ts.map +1 -1
  32. package/error.mjs +1 -0
  33. package/error.mjs.map +1 -1
  34. package/index.d.mts.map +1 -1
  35. package/index.d.ts.map +1 -1
  36. package/index.mjs.map +1 -1
  37. package/internal/detect-platform.mjs.map +1 -1
  38. package/internal/headers.mjs.map +1 -1
  39. package/internal/parse.d.mts.map +1 -1
  40. package/internal/parse.d.ts.map +1 -1
  41. package/internal/parse.mjs.map +1 -1
  42. package/internal/qs/formats.d.mts.map +1 -1
  43. package/internal/qs/formats.d.ts.map +1 -1
  44. package/internal/qs/index.d.mts +2 -2
  45. package/internal/qs/index.d.mts.map +1 -1
  46. package/internal/qs/index.d.ts +2 -2
  47. package/internal/qs/index.d.ts.map +1 -1
  48. package/internal/qs/index.mjs.map +1 -1
  49. package/internal/qs/stringify.d.mts.map +1 -1
  50. package/internal/qs/stringify.d.ts.map +1 -1
  51. package/internal/qs/stringify.mjs.map +1 -1
  52. package/internal/qs/utils.d.mts.map +1 -1
  53. package/internal/qs/utils.d.ts.map +1 -1
  54. package/internal/qs/utils.mjs.map +1 -1
  55. package/internal/request-options.d.mts.map +1 -1
  56. package/internal/request-options.d.ts.map +1 -1
  57. package/internal/shims.d.mts +6 -0
  58. package/internal/shims.d.mts.map +1 -1
  59. package/internal/shims.d.ts +6 -0
  60. package/internal/shims.d.ts.map +1 -1
  61. package/internal/to-file.d.mts.map +1 -1
  62. package/internal/to-file.d.ts.map +1 -1
  63. package/internal/to-file.mjs.map +1 -1
  64. package/internal/tslib.js +17 -17
  65. package/internal/types.d.mts +10 -10
  66. package/internal/types.d.mts.map +1 -1
  67. package/internal/types.d.ts +10 -10
  68. package/internal/types.d.ts.map +1 -1
  69. package/internal/uploads.d.mts.map +1 -1
  70. package/internal/uploads.d.ts.map +1 -1
  71. package/internal/uploads.mjs.map +1 -1
  72. package/internal/utils/base64.mjs.map +1 -1
  73. package/internal/utils/env.js +2 -2
  74. package/internal/utils/env.js.map +1 -1
  75. package/internal/utils/env.mjs +2 -2
  76. package/internal/utils/env.mjs.map +1 -1
  77. package/internal/utils/log.d.mts.map +1 -1
  78. package/internal/utils/log.d.ts.map +1 -1
  79. package/internal/utils/log.js +3 -2
  80. package/internal/utils/log.js.map +1 -1
  81. package/internal/utils/log.mjs +3 -2
  82. package/internal/utils/log.mjs.map +1 -1
  83. package/internal/utils/path.mjs.map +1 -1
  84. package/internal/utils/query.d.mts +2 -0
  85. package/internal/utils/query.d.mts.map +1 -0
  86. package/internal/utils/query.d.ts +2 -0
  87. package/internal/utils/query.d.ts.map +1 -0
  88. package/internal/utils/query.js +10 -0
  89. package/internal/utils/query.js.map +1 -0
  90. package/internal/utils/query.mjs +6 -0
  91. package/internal/utils/query.mjs.map +1 -0
  92. package/internal/utils/values.mjs.map +1 -1
  93. package/internal/utils.d.mts +1 -0
  94. package/internal/utils.d.mts.map +1 -1
  95. package/internal/utils.d.ts +1 -0
  96. package/internal/utils.d.ts.map +1 -1
  97. package/internal/utils.js +1 -0
  98. package/internal/utils.js.map +1 -1
  99. package/internal/utils.mjs +1 -0
  100. package/internal/utils.mjs.map +1 -1
  101. package/package.json +12 -1
  102. package/pagination.d.mts +1 -0
  103. package/pagination.d.mts.map +1 -1
  104. package/pagination.d.ts +1 -0
  105. package/pagination.d.ts.map +1 -1
  106. package/pagination.mjs +1 -0
  107. package/pagination.mjs.map +1 -1
  108. package/resource.d.mts +1 -0
  109. package/resource.d.mts.map +1 -1
  110. package/resource.d.ts +1 -0
  111. package/resource.d.ts.map +1 -1
  112. package/resource.mjs +1 -0
  113. package/resource.mjs.map +1 -1
  114. package/resources/index.d.mts +1 -0
  115. package/resources/index.d.mts.map +1 -1
  116. package/resources/index.d.ts +1 -0
  117. package/resources/index.d.ts.map +1 -1
  118. package/resources/index.js +3 -1
  119. package/resources/index.js.map +1 -1
  120. package/resources/index.mjs +1 -0
  121. package/resources/index.mjs.map +1 -1
  122. package/resources/v1/addons/addons.d.mts +1025 -0
  123. package/resources/v1/addons/addons.d.mts.map +1 -0
  124. package/resources/v1/addons/addons.d.ts +1025 -0
  125. package/resources/v1/addons/addons.d.ts.map +1 -0
  126. package/resources/v1/{events/addons → addons}/addons.js +50 -26
  127. package/resources/v1/addons/addons.js.map +1 -0
  128. package/resources/v1/{events/addons → addons}/addons.mjs +49 -25
  129. package/resources/v1/addons/addons.mjs.map +1 -0
  130. package/resources/v1/addons/entitlements.d.mts +888 -0
  131. package/resources/v1/addons/entitlements.d.mts.map +1 -0
  132. package/resources/v1/addons/entitlements.d.ts +888 -0
  133. package/resources/v1/addons/entitlements.d.ts.map +1 -0
  134. package/resources/v1/addons/entitlements.js +36 -0
  135. package/resources/v1/addons/entitlements.js.map +1 -0
  136. package/resources/v1/addons/entitlements.mjs +32 -0
  137. package/resources/v1/addons/entitlements.mjs.map +1 -0
  138. package/resources/v1/addons/index.d.mts +3 -0
  139. package/resources/v1/addons/index.d.mts.map +1 -0
  140. package/resources/v1/addons/index.d.ts +3 -0
  141. package/resources/v1/addons/index.d.ts.map +1 -0
  142. package/resources/v1/{events/addons → addons}/index.js +3 -3
  143. package/resources/v1/addons/index.js.map +1 -0
  144. package/resources/v1/{events/addons → addons}/index.mjs +1 -1
  145. package/resources/v1/addons/index.mjs.map +1 -0
  146. package/resources/v1/addons.d.mts.map +1 -0
  147. package/resources/v1/addons.d.ts.map +1 -0
  148. package/resources/v1/{events/addons.js → addons.js} +1 -1
  149. package/resources/v1/addons.js.map +1 -0
  150. package/resources/v1/addons.mjs.map +1 -0
  151. package/resources/v1/coupons.d.mts +19 -4
  152. package/resources/v1/coupons.d.mts.map +1 -1
  153. package/resources/v1/coupons.d.ts +19 -4
  154. package/resources/v1/coupons.d.ts.map +1 -1
  155. package/resources/v1/coupons.js +3 -0
  156. package/resources/v1/coupons.js.map +1 -1
  157. package/resources/v1/coupons.mjs +3 -0
  158. package/resources/v1/coupons.mjs.map +1 -1
  159. package/resources/v1/credits/credits.d.mts +296 -0
  160. package/resources/v1/credits/credits.d.mts.map +1 -0
  161. package/resources/v1/credits/credits.d.ts +296 -0
  162. package/resources/v1/credits/credits.d.ts.map +1 -0
  163. package/resources/v1/credits/credits.js +45 -0
  164. package/resources/v1/credits/credits.js.map +1 -0
  165. package/resources/v1/credits/credits.mjs +40 -0
  166. package/resources/v1/credits/credits.mjs.map +1 -0
  167. package/resources/v1/credits/custom-currencies.d.mts +290 -0
  168. package/resources/v1/credits/custom-currencies.d.mts.map +1 -0
  169. package/resources/v1/credits/custom-currencies.d.ts +290 -0
  170. package/resources/v1/credits/custom-currencies.d.ts.map +1 -0
  171. package/resources/v1/credits/custom-currencies.js +56 -0
  172. package/resources/v1/credits/custom-currencies.js.map +1 -0
  173. package/resources/v1/credits/custom-currencies.mjs +52 -0
  174. package/resources/v1/credits/custom-currencies.mjs.map +1 -0
  175. package/resources/v1/credits/grants.d.mts +549 -0
  176. package/resources/v1/credits/grants.d.mts.map +1 -0
  177. package/resources/v1/credits/grants.d.ts +549 -0
  178. package/resources/v1/credits/grants.d.ts.map +1 -0
  179. package/resources/v1/credits/grants.js +37 -0
  180. package/resources/v1/credits/grants.js.map +1 -0
  181. package/resources/v1/credits/grants.mjs +33 -0
  182. package/resources/v1/credits/grants.mjs.map +1 -0
  183. package/resources/v1/credits/index.d.mts +4 -0
  184. package/resources/v1/credits/index.d.mts.map +1 -0
  185. package/resources/v1/credits/index.d.ts +4 -0
  186. package/resources/v1/credits/index.d.ts.map +1 -0
  187. package/resources/v1/credits/index.js +11 -0
  188. package/resources/v1/credits/index.js.map +1 -0
  189. package/resources/v1/credits/index.mjs +5 -0
  190. package/resources/v1/credits/index.mjs.map +1 -0
  191. package/resources/v1/credits.d.mts +2 -0
  192. package/resources/v1/credits.d.mts.map +1 -0
  193. package/resources/v1/credits.d.ts +2 -0
  194. package/resources/v1/credits.d.ts.map +1 -0
  195. package/resources/v1/credits.js +6 -0
  196. package/resources/v1/credits.js.map +1 -0
  197. package/resources/v1/credits.mjs +3 -0
  198. package/resources/v1/credits.mjs.map +1 -0
  199. package/resources/v1/customers/customers.d.mts +1204 -6
  200. package/resources/v1/customers/customers.d.mts.map +1 -1
  201. package/resources/v1/customers/customers.d.ts +1204 -6
  202. package/resources/v1/customers/customers.d.ts.map +1 -1
  203. package/resources/v1/customers/customers.js +30 -1
  204. package/resources/v1/customers/customers.js.map +1 -1
  205. package/resources/v1/customers/customers.mjs +30 -1
  206. package/resources/v1/customers/customers.mjs.map +1 -1
  207. package/resources/v1/customers/index.d.mts +2 -1
  208. package/resources/v1/customers/index.d.mts.map +1 -1
  209. package/resources/v1/customers/index.d.ts +2 -1
  210. package/resources/v1/customers/index.d.ts.map +1 -1
  211. package/resources/v1/customers/index.js +3 -1
  212. package/resources/v1/customers/index.js.map +1 -1
  213. package/resources/v1/customers/index.mjs +1 -0
  214. package/resources/v1/customers/index.mjs.map +1 -1
  215. package/resources/v1/customers/integrations.d.mts +142 -0
  216. package/resources/v1/customers/integrations.d.mts.map +1 -0
  217. package/resources/v1/customers/integrations.d.ts +142 -0
  218. package/resources/v1/customers/integrations.d.ts.map +1 -0
  219. package/resources/v1/customers/integrations.js +50 -0
  220. package/resources/v1/customers/integrations.js.map +1 -0
  221. package/resources/v1/customers/integrations.mjs +46 -0
  222. package/resources/v1/customers/integrations.mjs.map +1 -0
  223. package/resources/v1/customers/payment-method.d.mts +3 -0
  224. package/resources/v1/customers/payment-method.d.mts.map +1 -1
  225. package/resources/v1/customers/payment-method.d.ts +3 -0
  226. package/resources/v1/customers/payment-method.d.ts.map +1 -1
  227. package/resources/v1/customers/payment-method.js +3 -0
  228. package/resources/v1/customers/payment-method.js.map +1 -1
  229. package/resources/v1/customers/payment-method.mjs +3 -0
  230. package/resources/v1/customers/payment-method.mjs.map +1 -1
  231. package/resources/v1/customers/promotional-entitlements.d.mts +4 -1
  232. package/resources/v1/customers/promotional-entitlements.d.mts.map +1 -1
  233. package/resources/v1/customers/promotional-entitlements.d.ts +4 -1
  234. package/resources/v1/customers/promotional-entitlements.d.ts.map +1 -1
  235. package/resources/v1/customers/promotional-entitlements.js +3 -0
  236. package/resources/v1/customers/promotional-entitlements.js.map +1 -1
  237. package/resources/v1/customers/promotional-entitlements.mjs +3 -0
  238. package/resources/v1/customers/promotional-entitlements.mjs.map +1 -1
  239. package/resources/v1/customers.d.mts.map +1 -1
  240. package/resources/v1/customers.d.ts.map +1 -1
  241. package/resources/v1/customers.mjs.map +1 -1
  242. package/resources/v1/events.d.mts +65 -1
  243. package/resources/v1/events.d.mts.map +1 -1
  244. package/resources/v1/events.d.ts +65 -1
  245. package/resources/v1/events.d.ts.map +1 -1
  246. package/resources/v1/events.js +15 -2
  247. package/resources/v1/events.js.map +1 -1
  248. package/resources/v1/events.mjs +13 -1
  249. package/resources/v1/events.mjs.map +1 -1
  250. package/resources/v1/features.d.mts +456 -0
  251. package/resources/v1/features.d.mts.map +1 -0
  252. package/resources/v1/features.d.ts +456 -0
  253. package/resources/v1/features.d.ts.map +1 -0
  254. package/resources/v1/{events/features.js → features.js} +6 -3
  255. package/resources/v1/features.js.map +1 -0
  256. package/resources/v1/{events/features.mjs → features.mjs} +6 -3
  257. package/resources/v1/features.mjs.map +1 -0
  258. package/resources/v1/index.d.mts +7 -3
  259. package/resources/v1/index.d.mts.map +1 -1
  260. package/resources/v1/index.d.ts +7 -3
  261. package/resources/v1/index.d.ts.map +1 -1
  262. package/resources/v1/index.js +15 -7
  263. package/resources/v1/index.js.map +1 -1
  264. package/resources/v1/index.mjs +5 -1
  265. package/resources/v1/index.mjs.map +1 -1
  266. package/resources/v1/plans/entitlements.d.mts +888 -0
  267. package/resources/v1/plans/entitlements.d.mts.map +1 -0
  268. package/resources/v1/plans/entitlements.d.ts +888 -0
  269. package/resources/v1/plans/entitlements.d.ts.map +1 -0
  270. package/resources/v1/plans/entitlements.js +36 -0
  271. package/resources/v1/plans/entitlements.js.map +1 -0
  272. package/resources/v1/plans/entitlements.mjs +32 -0
  273. package/resources/v1/plans/entitlements.mjs.map +1 -0
  274. package/resources/v1/plans/index.d.mts +3 -0
  275. package/resources/v1/plans/index.d.mts.map +1 -0
  276. package/resources/v1/plans/index.d.ts +3 -0
  277. package/resources/v1/plans/index.d.ts.map +1 -0
  278. package/resources/v1/plans/index.js +9 -0
  279. package/resources/v1/plans/index.js.map +1 -0
  280. package/resources/v1/plans/index.mjs +4 -0
  281. package/resources/v1/plans/index.mjs.map +1 -0
  282. package/resources/v1/plans/plans.d.mts +992 -0
  283. package/resources/v1/plans/plans.d.mts.map +1 -0
  284. package/resources/v1/plans/plans.d.ts +992 -0
  285. package/resources/v1/plans/plans.d.ts.map +1 -0
  286. package/resources/v1/plans/plans.js +84 -0
  287. package/resources/v1/plans/plans.js.map +1 -0
  288. package/resources/v1/plans/plans.mjs +79 -0
  289. package/resources/v1/plans/plans.mjs.map +1 -0
  290. package/resources/v1/plans.d.mts +2 -0
  291. package/resources/v1/plans.d.mts.map +1 -0
  292. package/resources/v1/plans.d.ts +2 -0
  293. package/resources/v1/plans.d.ts.map +1 -0
  294. package/resources/v1/plans.js +6 -0
  295. package/resources/v1/plans.js.map +1 -0
  296. package/resources/v1/plans.mjs +3 -0
  297. package/resources/v1/plans.mjs.map +1 -0
  298. package/resources/v1/products.d.mts +22 -359
  299. package/resources/v1/products.d.mts.map +1 -1
  300. package/resources/v1/products.d.ts +22 -359
  301. package/resources/v1/products.d.ts.map +1 -1
  302. package/resources/v1/products.js +5 -2
  303. package/resources/v1/products.js.map +1 -1
  304. package/resources/v1/products.mjs +5 -2
  305. package/resources/v1/products.mjs.map +1 -1
  306. package/resources/v1/subscriptions/future-update.d.mts +3 -0
  307. package/resources/v1/subscriptions/future-update.d.mts.map +1 -1
  308. package/resources/v1/subscriptions/future-update.d.ts +3 -0
  309. package/resources/v1/subscriptions/future-update.d.ts.map +1 -1
  310. package/resources/v1/subscriptions/future-update.js +3 -0
  311. package/resources/v1/subscriptions/future-update.js.map +1 -1
  312. package/resources/v1/subscriptions/future-update.mjs +3 -0
  313. package/resources/v1/subscriptions/future-update.mjs.map +1 -1
  314. package/resources/v1/subscriptions/index.d.mts.map +1 -1
  315. package/resources/v1/subscriptions/index.d.ts.map +1 -1
  316. package/resources/v1/subscriptions/index.mjs.map +1 -1
  317. package/resources/v1/subscriptions/invoice.d.mts +3 -0
  318. package/resources/v1/subscriptions/invoice.d.mts.map +1 -1
  319. package/resources/v1/subscriptions/invoice.d.ts +3 -0
  320. package/resources/v1/subscriptions/invoice.d.ts.map +1 -1
  321. package/resources/v1/subscriptions/invoice.js +3 -0
  322. package/resources/v1/subscriptions/invoice.js.map +1 -1
  323. package/resources/v1/subscriptions/invoice.mjs +3 -0
  324. package/resources/v1/subscriptions/invoice.mjs.map +1 -1
  325. package/resources/v1/subscriptions/subscriptions.d.mts +1140 -172
  326. package/resources/v1/subscriptions/subscriptions.d.mts.map +1 -1
  327. package/resources/v1/subscriptions/subscriptions.d.ts +1140 -172
  328. package/resources/v1/subscriptions/subscriptions.d.ts.map +1 -1
  329. package/resources/v1/subscriptions/subscriptions.js.map +1 -1
  330. package/resources/v1/subscriptions/subscriptions.mjs +2 -2
  331. package/resources/v1/subscriptions/subscriptions.mjs.map +1 -1
  332. package/resources/v1/subscriptions/usage.d.mts +3 -0
  333. package/resources/v1/subscriptions/usage.d.mts.map +1 -1
  334. package/resources/v1/subscriptions/usage.d.ts +3 -0
  335. package/resources/v1/subscriptions/usage.d.ts.map +1 -1
  336. package/resources/v1/subscriptions/usage.js +3 -0
  337. package/resources/v1/subscriptions/usage.js.map +1 -1
  338. package/resources/v1/subscriptions/usage.mjs +3 -0
  339. package/resources/v1/subscriptions/usage.mjs.map +1 -1
  340. package/resources/v1/subscriptions.d.mts.map +1 -1
  341. package/resources/v1/subscriptions.d.ts.map +1 -1
  342. package/resources/v1/subscriptions.mjs.map +1 -1
  343. package/resources/v1/usage.d.mts +4 -1
  344. package/resources/v1/usage.d.mts.map +1 -1
  345. package/resources/v1/usage.d.ts +4 -1
  346. package/resources/v1/usage.d.ts.map +1 -1
  347. package/resources/v1/usage.js +3 -0
  348. package/resources/v1/usage.js.map +1 -1
  349. package/resources/v1/usage.mjs +3 -0
  350. package/resources/v1/usage.mjs.map +1 -1
  351. package/resources/v1/v1.d.mts +22 -6
  352. package/resources/v1/v1.d.mts.map +1 -1
  353. package/resources/v1/v1.d.ts +22 -6
  354. package/resources/v1/v1.d.ts.map +1 -1
  355. package/resources/v1/v1.js +18 -2
  356. package/resources/v1/v1.js.map +1 -1
  357. package/resources/v1/v1.mjs +18 -2
  358. package/resources/v1/v1.mjs.map +1 -1
  359. package/resources/v1-beta/customers/assignments.d.mts +175 -0
  360. package/resources/v1-beta/customers/assignments.d.mts.map +1 -0
  361. package/resources/v1-beta/customers/assignments.d.ts +175 -0
  362. package/resources/v1-beta/customers/assignments.d.ts.map +1 -0
  363. package/resources/v1-beta/customers/assignments.js +59 -0
  364. package/resources/v1-beta/customers/assignments.js.map +1 -0
  365. package/resources/v1-beta/customers/assignments.mjs +55 -0
  366. package/resources/v1-beta/customers/assignments.mjs.map +1 -0
  367. package/resources/v1-beta/customers/customers.d.mts +18 -0
  368. package/resources/v1-beta/customers/customers.d.mts.map +1 -0
  369. package/resources/v1-beta/customers/customers.d.ts +18 -0
  370. package/resources/v1-beta/customers/customers.d.ts.map +1 -0
  371. package/resources/v1-beta/customers/customers.js +25 -0
  372. package/resources/v1-beta/customers/customers.js.map +1 -0
  373. package/resources/v1-beta/customers/customers.mjs +20 -0
  374. package/resources/v1-beta/customers/customers.mjs.map +1 -0
  375. package/resources/v1-beta/customers/entities.d.mts +284 -0
  376. package/resources/v1-beta/customers/entities.d.mts.map +1 -0
  377. package/resources/v1-beta/customers/entities.d.ts +284 -0
  378. package/resources/v1-beta/customers/entities.d.ts.map +1 -0
  379. package/resources/v1-beta/customers/entities.js +96 -0
  380. package/resources/v1-beta/customers/entities.js.map +1 -0
  381. package/resources/v1-beta/customers/entities.mjs +92 -0
  382. package/resources/v1-beta/customers/entities.mjs.map +1 -0
  383. package/resources/v1-beta/customers/entitlements.d.mts +236 -0
  384. package/resources/v1-beta/customers/entitlements.d.mts.map +1 -0
  385. package/resources/v1-beta/customers/entitlements.d.ts +236 -0
  386. package/resources/v1-beta/customers/entitlements.d.ts.map +1 -0
  387. package/resources/v1-beta/customers/entitlements.js +24 -0
  388. package/resources/v1-beta/customers/entitlements.js.map +1 -0
  389. package/resources/v1-beta/customers/entitlements.mjs +20 -0
  390. package/resources/v1-beta/customers/entitlements.mjs.map +1 -0
  391. package/resources/v1-beta/customers/index.d.mts +5 -0
  392. package/resources/v1-beta/customers/index.d.mts.map +1 -0
  393. package/resources/v1-beta/customers/index.d.ts +5 -0
  394. package/resources/v1-beta/customers/index.d.ts.map +1 -0
  395. package/resources/v1-beta/customers/index.js +13 -0
  396. package/resources/v1-beta/customers/index.js.map +1 -0
  397. package/resources/v1-beta/customers/index.mjs +6 -0
  398. package/resources/v1-beta/customers/index.mjs.map +1 -0
  399. package/resources/v1-beta/customers.d.mts +2 -0
  400. package/resources/v1-beta/customers.d.mts.map +1 -0
  401. package/resources/v1-beta/customers.d.ts +2 -0
  402. package/resources/v1-beta/customers.d.ts.map +1 -0
  403. package/resources/v1-beta/customers.js +6 -0
  404. package/resources/v1-beta/customers.js.map +1 -0
  405. package/resources/v1-beta/customers.mjs +3 -0
  406. package/resources/v1-beta/customers.mjs.map +1 -0
  407. package/resources/v1-beta/entity-types.d.mts +143 -0
  408. package/resources/v1-beta/entity-types.d.mts.map +1 -0
  409. package/resources/v1-beta/entity-types.d.ts +143 -0
  410. package/resources/v1-beta/entity-types.d.ts.map +1 -0
  411. package/resources/v1-beta/entity-types.js +55 -0
  412. package/resources/v1-beta/entity-types.js.map +1 -0
  413. package/resources/v1-beta/entity-types.mjs +51 -0
  414. package/resources/v1-beta/entity-types.mjs.map +1 -0
  415. package/resources/v1-beta/index.d.mts +4 -0
  416. package/resources/v1-beta/index.d.mts.map +1 -0
  417. package/resources/v1-beta/index.d.ts +4 -0
  418. package/resources/v1-beta/index.d.ts.map +1 -0
  419. package/resources/v1-beta/index.js +11 -0
  420. package/resources/v1-beta/index.js.map +1 -0
  421. package/resources/v1-beta/index.mjs +5 -0
  422. package/resources/v1-beta/index.mjs.map +1 -0
  423. package/resources/v1-beta/v1-beta.d.mts +14 -0
  424. package/resources/v1-beta/v1-beta.d.mts.map +1 -0
  425. package/resources/v1-beta/v1-beta.d.ts +14 -0
  426. package/resources/v1-beta/v1-beta.d.ts.map +1 -0
  427. package/resources/v1-beta/v1-beta.js +21 -0
  428. package/resources/v1-beta/v1-beta.js.map +1 -0
  429. package/resources/v1-beta/v1-beta.mjs +16 -0
  430. package/resources/v1-beta/v1-beta.mjs.map +1 -0
  431. package/resources/v1-beta.d.mts +2 -0
  432. package/resources/v1-beta.d.mts.map +1 -0
  433. package/resources/v1-beta.d.ts +2 -0
  434. package/resources/v1-beta.d.ts.map +1 -0
  435. package/resources/v1-beta.js +6 -0
  436. package/resources/v1-beta.js.map +1 -0
  437. package/resources/v1-beta.mjs +3 -0
  438. package/resources/v1-beta.mjs.map +1 -0
  439. package/resources/v1.d.mts.map +1 -1
  440. package/resources/v1.d.ts.map +1 -1
  441. package/resources/v1.mjs.map +1 -1
  442. package/resources.d.mts.map +1 -1
  443. package/resources.d.ts.map +1 -1
  444. package/resources.mjs.map +1 -1
  445. package/src/client.ts +28 -10
  446. package/src/internal/types.ts +6 -8
  447. package/src/internal/utils/env.ts +2 -2
  448. package/src/internal/utils/log.ts +2 -1
  449. package/src/internal/utils/query.ts +7 -0
  450. package/src/internal/utils.ts +1 -0
  451. package/src/resources/index.ts +1 -0
  452. package/src/resources/v1/addons/addons.ts +2451 -0
  453. package/src/resources/v1/addons/entitlements.ts +1153 -0
  454. package/src/resources/v1/addons/index.ts +26 -0
  455. package/src/resources/v1/coupons.ts +17 -4
  456. package/src/resources/v1/credits/credits.ts +422 -0
  457. package/src/resources/v1/credits/custom-currencies.ts +372 -0
  458. package/src/resources/v1/credits/grants.ts +795 -0
  459. package/src/resources/v1/credits/index.ts +30 -0
  460. package/src/resources/v1/credits.ts +3 -0
  461. package/src/resources/v1/customers/customers.ts +2526 -69
  462. package/src/resources/v1/customers/index.ts +15 -0
  463. package/src/resources/v1/customers/integrations.ts +252 -0
  464. package/src/resources/v1/customers/payment-method.ts +3 -0
  465. package/src/resources/v1/customers/promotional-entitlements.ts +4 -1
  466. package/src/resources/v1/events.ts +75 -1
  467. package/src/resources/v1/{events/features.ts → features.ts} +29 -512
  468. package/src/resources/v1/index.ts +55 -6
  469. package/src/resources/v1/plans/entitlements.ts +1145 -0
  470. package/src/resources/v1/plans/index.ts +25 -0
  471. package/src/resources/v1/plans/plans.ts +2069 -0
  472. package/src/resources/v1/plans.ts +3 -0
  473. package/src/resources/v1/products.ts +24 -428
  474. package/src/resources/v1/subscriptions/future-update.ts +3 -0
  475. package/src/resources/v1/subscriptions/invoice.ts +3 -0
  476. package/src/resources/v1/subscriptions/subscriptions.ts +3910 -1330
  477. package/src/resources/v1/subscriptions/usage.ts +3 -0
  478. package/src/resources/v1/usage.ts +4 -1
  479. package/src/resources/v1/v1.ts +126 -12
  480. package/src/resources/v1-beta/customers/assignments.ts +225 -0
  481. package/src/resources/v1-beta/customers/customers.ts +71 -0
  482. package/src/resources/v1-beta/customers/entities.ts +360 -0
  483. package/src/resources/v1-beta/customers/entitlements.ts +325 -0
  484. package/src/resources/v1-beta/customers/index.ts +26 -0
  485. package/src/resources/v1-beta/customers.ts +3 -0
  486. package/src/resources/v1-beta/entity-types.ts +179 -0
  487. package/src/resources/v1-beta/index.ts +12 -0
  488. package/src/resources/v1-beta/v1-beta.ts +35 -0
  489. package/src/resources/v1-beta.ts +3 -0
  490. package/src/version.ts +1 -1
  491. package/uploads.d.mts +1 -0
  492. package/uploads.d.mts.map +1 -1
  493. package/uploads.d.ts +1 -0
  494. package/uploads.d.ts.map +1 -1
  495. package/uploads.mjs +1 -0
  496. package/uploads.mjs.map +1 -1
  497. package/version.d.mts +1 -1
  498. package/version.d.ts +1 -1
  499. package/version.js +1 -1
  500. package/version.mjs +1 -1
  501. package/resources/v1/events/addons/addons.d.mts +0 -605
  502. package/resources/v1/events/addons/addons.d.mts.map +0 -1
  503. package/resources/v1/events/addons/addons.d.ts +0 -605
  504. package/resources/v1/events/addons/addons.d.ts.map +0 -1
  505. package/resources/v1/events/addons/addons.js.map +0 -1
  506. package/resources/v1/events/addons/addons.mjs.map +0 -1
  507. package/resources/v1/events/addons/draft.d.mts +0 -121
  508. package/resources/v1/events/addons/draft.d.mts.map +0 -1
  509. package/resources/v1/events/addons/draft.d.ts +0 -121
  510. package/resources/v1/events/addons/draft.d.ts.map +0 -1
  511. package/resources/v1/events/addons/draft.js +0 -22
  512. package/resources/v1/events/addons/draft.js.map +0 -1
  513. package/resources/v1/events/addons/draft.mjs +0 -18
  514. package/resources/v1/events/addons/draft.mjs.map +0 -1
  515. package/resources/v1/events/addons/index.d.mts +0 -3
  516. package/resources/v1/events/addons/index.d.mts.map +0 -1
  517. package/resources/v1/events/addons/index.d.ts +0 -3
  518. package/resources/v1/events/addons/index.d.ts.map +0 -1
  519. package/resources/v1/events/addons/index.js.map +0 -1
  520. package/resources/v1/events/addons/index.mjs.map +0 -1
  521. package/resources/v1/events/addons.d.mts.map +0 -1
  522. package/resources/v1/events/addons.d.ts.map +0 -1
  523. package/resources/v1/events/addons.js.map +0 -1
  524. package/resources/v1/events/addons.mjs.map +0 -1
  525. package/resources/v1/events/events.d.mts +0 -75
  526. package/resources/v1/events/events.d.mts.map +0 -1
  527. package/resources/v1/events/events.d.ts +0 -75
  528. package/resources/v1/events/events.d.ts.map +0 -1
  529. package/resources/v1/events/events.js +0 -32
  530. package/resources/v1/events/events.js.map +0 -1
  531. package/resources/v1/events/events.mjs +0 -27
  532. package/resources/v1/events/events.mjs.map +0 -1
  533. package/resources/v1/events/features.d.mts +0 -856
  534. package/resources/v1/events/features.d.mts.map +0 -1
  535. package/resources/v1/events/features.d.ts +0 -856
  536. package/resources/v1/events/features.d.ts.map +0 -1
  537. package/resources/v1/events/features.js.map +0 -1
  538. package/resources/v1/events/features.mjs.map +0 -1
  539. package/resources/v1/events/index.d.mts +0 -5
  540. package/resources/v1/events/index.d.mts.map +0 -1
  541. package/resources/v1/events/index.d.ts +0 -5
  542. package/resources/v1/events/index.d.ts.map +0 -1
  543. package/resources/v1/events/index.js +0 -13
  544. package/resources/v1/events/index.js.map +0 -1
  545. package/resources/v1/events/index.mjs +0 -6
  546. package/resources/v1/events/index.mjs.map +0 -1
  547. package/resources/v1/events/plans.d.mts +0 -348
  548. package/resources/v1/events/plans.d.mts.map +0 -1
  549. package/resources/v1/events/plans.d.ts +0 -348
  550. package/resources/v1/events/plans.d.ts.map +0 -1
  551. package/resources/v1/events/plans.js +0 -30
  552. package/resources/v1/events/plans.js.map +0 -1
  553. package/resources/v1/events/plans.mjs +0 -26
  554. package/resources/v1/events/plans.mjs.map +0 -1
  555. package/src/resources/v1/events/addons/addons.ts +0 -761
  556. package/src/resources/v1/events/addons/draft.ts +0 -151
  557. package/src/resources/v1/events/addons/index.ts +0 -17
  558. package/src/resources/v1/events/events.ts +0 -160
  559. package/src/resources/v1/events/index.ts +0 -39
  560. package/src/resources/v1/events/plans.ts +0 -429
  561. /package/resources/v1/{events/addons.d.mts → addons.d.mts} +0 -0
  562. /package/resources/v1/{events/addons.d.ts → addons.d.ts} +0 -0
  563. /package/resources/v1/{events/addons.mjs → addons.mjs} +0 -0
  564. /package/src/resources/v1/{events/addons.ts → addons.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,504 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-beta.10 (2026-05-26)
4
+
5
+ Full Changelog: [v0.1.0-beta.9...v0.1.0-beta.10](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-beta.9...v0.1.0-beta.10)
6
+
7
+ ### Features
8
+
9
+ * **api:** add groupBy param, tags field, update types in credits usage ([fe4c5a7](https://github.com/stiggio/stigg-typescript/commit/fe4c5a7ff383104402f11aaa58c1255269e92a6a))
10
+ * **api:** manual updates ([24d702b](https://github.com/stiggio/stigg-typescript/commit/24d702b4e6ddecc5b6faee86f985b19a3b97e7b5))
11
+
12
+ ## 0.1.0-beta.9 (2026-05-26)
13
+
14
+ Full Changelog: [v0.1.0-beta.8...v0.1.0-beta.9](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-beta.8...v0.1.0-beta.9)
15
+
16
+ ### Features
17
+
18
+ * **api:** add list/upsert methods to customer assignments ([f7e90c0](https://github.com/stiggio/stigg-typescript/commit/f7e90c023402721537bd4a500b04e3b47cd37c35))
19
+
20
+ ## 0.1.0-beta.8 (2026-05-25)
21
+
22
+ Full Changelog: [v0.1.0-beta.7...v0.1.0-beta.8](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-beta.7...v0.1.0-beta.8)
23
+
24
+ ### Features
25
+
26
+ * **api:** add retrieve/list/archive/unarchive/upsert to customers entities ([2192e30](https://github.com/stiggio/stigg-typescript/commit/2192e30efd76faa60acbc1e20465a50ec8325dd1))
27
+
28
+ ## 0.1.0-beta.7 (2026-05-24)
29
+
30
+ Full Changelog: [v0.1.0-beta.6...v0.1.0-beta.7](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-beta.6...v0.1.0-beta.7)
31
+
32
+ ### Features
33
+
34
+ * **api:** add entity types endpoints to v1.events.beta ([3d63e48](https://github.com/stiggio/stigg-typescript/commit/3d63e484f39aab84563fac3fb1be9e2199f46d72))
35
+
36
+ ## 0.1.0-beta.6 (2026-05-21)
37
+
38
+ Full Changelog: [v0.1.0-beta.5...v0.1.0-beta.6](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-beta.5...v0.1.0-beta.6)
39
+
40
+ ### Features
41
+
42
+ * **api:** add check method to beta.customers.entitlements ([8494ff9](https://github.com/stiggio/stigg-typescript/commit/8494ff959266b5f684c6132a139efa9e6dbc1672))
43
+
44
+
45
+ ### Chores
46
+
47
+ * **internal:** regenerate SDK with no functional changes ([666d524](https://github.com/stiggio/stigg-typescript/commit/666d52435d54cdf9a7699d37d5b1e1e7a9107930))
48
+ * **internal:** regenerate SDK with no functional changes ([b6481d6](https://github.com/stiggio/stigg-typescript/commit/b6481d65443c041df28509cd82833fb8d7c2de07))
49
+
50
+ ## 0.1.0-beta.5 (2026-05-19)
51
+
52
+ Full Changelog: [v0.1.0-beta.4...v0.1.0-beta.5](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-beta.4...v0.1.0-beta.5)
53
+
54
+ ### Bug Fixes
55
+
56
+ * **typescript:** upgrade tsc-multi so that it works with Node 26 ([618e1a0](https://github.com/stiggio/stigg-typescript/commit/618e1a0b308836bddd40cbf1520f3ab09d3a48be))
57
+
58
+
59
+ ### Chores
60
+
61
+ * **tests:** remove redundant File import ([09444fb](https://github.com/stiggio/stigg-typescript/commit/09444fbe1d9890e03eef3906d30ef73a38ea04e9))
62
+
63
+ ## 0.1.0-beta.4 (2026-05-18)
64
+
65
+ Full Changelog: [v0.1.0-beta.3...v0.1.0-beta.4](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-beta.3...v0.1.0-beta.4)
66
+
67
+ ### Features
68
+
69
+ * **api:** add listCharges to addons, listCharges/listOverageCharges to plans ([99ad001](https://github.com/stiggio/stigg-typescript/commit/99ad001ca8533ada4683869b7202363d9f142a73))
70
+
71
+ ## 0.1.0-beta.3 (2026-05-14)
72
+
73
+ Full Changelog: [v0.1.0-beta.2...v0.1.0-beta.3](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-beta.2...v0.1.0-beta.3)
74
+
75
+ ### Features
76
+
77
+ * **api:** fix credits resource ([a9c3b5a](https://github.com/stiggio/stigg-typescript/commit/a9c3b5a87a9783ecc98ef8130b1be1b353d6509c))
78
+
79
+
80
+ ### Chores
81
+
82
+ * **internal:** regenerate SDK with no functional changes ([144bfc0](https://github.com/stiggio/stigg-typescript/commit/144bfc0df9d39d796be2997303e971dcc832c9ad))
83
+ * **internal:** regenerate SDK with no functional changes ([e13b802](https://github.com/stiggio/stigg-typescript/commit/e13b802bbd102e33fcd757853e209cad004fc1c7))
84
+
85
+ ## 0.1.0-beta.2 (2026-05-12)
86
+
87
+ Full Changelog: [v0.1.0-beta.1...v0.1.0-beta.2](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-beta.1...v0.1.0-beta.2)
88
+
89
+ ### Features
90
+
91
+ * **api:** manual updates ([aedc20f](https://github.com/stiggio/stigg-typescript/commit/aedc20f592452d04924be9ae0571c04ade1eb59f))
92
+
93
+ ## 0.1.0-beta.1 (2026-05-12)
94
+
95
+ Full Changelog: [v0.1.0-alpha.37...v0.1.0-beta.1](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.37...v0.1.0-beta.1)
96
+
97
+ ### Features
98
+
99
+ * **api:** add custom currencies resource to credits ([fc747f8](https://github.com/stiggio/stigg-typescript/commit/fc747f8109eaeb0d36e24aff07edbff88108b2f3))
100
+
101
+
102
+ ### Chores
103
+
104
+ * **internal:** regenerate SDK with no functional changes ([efa67cc](https://github.com/stiggio/stigg-typescript/commit/efa67cc969978ab827d72b72cd95f3e861108273))
105
+
106
+ ## 0.1.0-alpha.37 (2026-05-11)
107
+
108
+ Full Changelog: [v0.1.0-alpha.36...v0.1.0-alpha.37](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.36...v0.1.0-alpha.37)
109
+
110
+ ### Features
111
+
112
+ * **api:** manual updates ([e5b50a9](https://github.com/stiggio/stigg-typescript/commit/e5b50a95cad67c2b613b6e16aed87974729d8151))
113
+
114
+
115
+ ### Chores
116
+
117
+ * redact api-key headers in debug logs ([2d0ad84](https://github.com/stiggio/stigg-typescript/commit/2d0ad84dbf914f8bc2307ac009655e567145fd16))
118
+
119
+
120
+ ### Documentation
121
+
122
+ * update logging docs ([5934e0b](https://github.com/stiggio/stigg-typescript/commit/5934e0b16292fa93af0f37dee4c08b389a03063e))
123
+
124
+ ## 0.1.0-alpha.36 (2026-05-06)
125
+
126
+ Full Changelog: [v0.1.0-alpha.35...v0.1.0-alpha.36](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.35...v0.1.0-alpha.36)
127
+
128
+ ### Bug Fixes
129
+
130
+ * **types:** remove RECURRING from grantType enum in grants ([d94b6a9](https://github.com/stiggio/stigg-typescript/commit/d94b6a9c6cf147b1c0b6abace948add4982f654b))
131
+
132
+
133
+ ### Chores
134
+
135
+ * **internal:** regenerate SDK with no functional changes ([ee149e1](https://github.com/stiggio/stigg-typescript/commit/ee149e17d675689463e9d3608889371fd5707f2b))
136
+
137
+
138
+ ### Documentation
139
+
140
+ * update with proxy auth info ([bcf7e49](https://github.com/stiggio/stigg-typescript/commit/bcf7e492f1e2c04228cdf3b369ef4b76ee7399e7))
141
+
142
+ ## 0.1.0-alpha.35 (2026-05-06)
143
+
144
+ Full Changelog: [v0.1.0-alpha.34...v0.1.0-alpha.35](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.34...v0.1.0-alpha.35)
145
+
146
+ ### Features
147
+
148
+ * **api:** add checkEntitlement method to customers ([6560bec](https://github.com/stiggio/stigg-typescript/commit/6560bec44d982d9d2cf2541bcfea13de93ba1e3c))
149
+
150
+
151
+ ### Chores
152
+
153
+ * **internal:** regenerate SDK with no functional changes ([e854963](https://github.com/stiggio/stigg-typescript/commit/e8549633b33eb9dde7e01d17ba5902fbc106cf54))
154
+
155
+
156
+ ### Documentation
157
+
158
+ * clarify forwards compat behavior ([b55ab8d](https://github.com/stiggio/stigg-typescript/commit/b55ab8d9245f0e6146e846e5b6f0a06246f3d12e))
159
+
160
+ ## 0.1.0-alpha.34 (2026-05-01)
161
+
162
+ Full Changelog: [v0.1.0-alpha.33...v0.1.0-alpha.34](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.33...v0.1.0-alpha.34)
163
+
164
+ ### Features
165
+
166
+ * **api:** update mcp instructions ([c8388bf](https://github.com/stiggio/stigg-typescript/commit/c8388bfacbb73a1c2030713a9815adb02848ad4f))
167
+
168
+ ## 0.1.0-alpha.33 (2026-04-30)
169
+
170
+ Full Changelog: [v0.1.0-alpha.32...v0.1.0-alpha.33](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.32...v0.1.0-alpha.33)
171
+
172
+ ### Features
173
+
174
+ * **api:** remove internal.beta.eventQueues methods ([baa6b0d](https://github.com/stiggio/stigg-typescript/commit/baa6b0d5ed6a8cfcfdbb9b4085942b4802dd9cf3))
175
+
176
+
177
+ ### Chores
178
+
179
+ * avoid formatting file that gets changed during releases ([824a020](https://github.com/stiggio/stigg-typescript/commit/824a0209d1be6210b35f625133e5a174d9a3d7d4))
180
+ * **format:** run eslint and prettier separately ([0870f95](https://github.com/stiggio/stigg-typescript/commit/0870f9512298c548b63643513a771492830e8186))
181
+
182
+ ## 0.1.0-alpha.32 (2026-04-28)
183
+
184
+ Full Changelog: [v0.1.0-alpha.31...v0.1.0-alpha.32](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.31...v0.1.0-alpha.32)
185
+
186
+ ### Features
187
+
188
+ * support setting headers via env ([0e09c73](https://github.com/stiggio/stigg-typescript/commit/0e09c732f8d935bc537da046f4a38b297f465de1))
189
+
190
+
191
+ ### Chores
192
+
193
+ * **internal:** codegen related update ([9c11f53](https://github.com/stiggio/stigg-typescript/commit/9c11f537d670ed74d692db5bf1a05f9a60260278))
194
+ * **internal:** more robust bootstrap script ([1dbd1cd](https://github.com/stiggio/stigg-typescript/commit/1dbd1cda9bc73b6e59537ce179df1ad410dc9949))
195
+ * **internal:** update docs ordering ([767ac01](https://github.com/stiggio/stigg-typescript/commit/767ac014bbc17faa4f0686c7a0868166373d2889))
196
+ * restructure docs search code ([c1cd5c1](https://github.com/stiggio/stigg-typescript/commit/c1cd5c11a397e4ae2cffbe716b3bb8f6ccb31daa))
197
+
198
+ ## 0.1.0-alpha.31 (2026-04-20)
199
+
200
+ Full Changelog: [v0.1.0-alpha.30...v0.1.0-alpha.31](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.30...v0.1.0-alpha.31)
201
+
202
+ ### Features
203
+
204
+ * **api:** add endDate and startDate parameters to credits getUsage method ([7a85813](https://github.com/stiggio/stigg-typescript/commit/7a8581310bc4e4fbda6f0ca5b2c7a8ca5e8e7f52))
205
+
206
+ ## 0.1.0-alpha.30 (2026-04-16)
207
+
208
+ Full Changelog: [v0.1.0-alpha.29...v0.1.0-alpha.30](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.29...v0.1.0-alpha.30)
209
+
210
+ ### Features
211
+
212
+ * **api:** add event queue types, remove includeInactiveSubscriptions from usage.history ([3a80a0c](https://github.com/stiggio/stigg-typescript/commit/3a80a0ca63c8eb610673c4365f5f492ec114054c))
213
+
214
+ ## 0.1.0-alpha.29 (2026-04-15)
215
+
216
+ Full Changelog: [v0.1.0-alpha.28...v0.1.0-alpha.29](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.28...v0.1.0-alpha.29)
217
+
218
+ ### Features
219
+
220
+ * **api:** add custom currency event types to event queue update/provision params ([6b30516](https://github.com/stiggio/stigg-typescript/commit/6b3051670cbf2ba430327cf4965d7d4e7cc2c4f2))
221
+
222
+ ## 0.1.0-alpha.28 (2026-04-14)
223
+
224
+ Full Changelog: [v0.1.0-alpha.27...v0.1.0-alpha.28](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.27...v0.1.0-alpha.28)
225
+
226
+ ### Features
227
+
228
+ * **api:** add currency resync event, remove includeInactiveSubscriptions from usage.history ([02db528](https://github.com/stiggio/stigg-typescript/commit/02db528a97ef7b495c6a5c3694ccbe427020d0ec))
229
+
230
+
231
+ ### Chores
232
+
233
+ * **internal:** codegen related update ([998ff44](https://github.com/stiggio/stigg-typescript/commit/998ff44d36778f1ecd5b30b56db9039a1eef148d))
234
+ * **internal:** codegen related update ([3456105](https://github.com/stiggio/stigg-typescript/commit/3456105650a33f46b536cb358d23adf19103704a))
235
+ * **internal:** show error causes in MCP servers when running in local mode ([d960898](https://github.com/stiggio/stigg-typescript/commit/d9608983e204cd42beff5d1ae41bd14533d65cd6))
236
+ * **mcp-server:** increase local docs search result count from 5 to 10 ([3d37358](https://github.com/stiggio/stigg-typescript/commit/3d373580bb09a4a2261ccfc3e5114bf46fdd2882))
237
+ * update CLI documentation ([2352db2](https://github.com/stiggio/stigg-typescript/commit/2352db25786a0ff598d9b6012b72948d3bce0530))
238
+
239
+
240
+ ### Documentation
241
+
242
+ * improve examples ([45376ec](https://github.com/stiggio/stigg-typescript/commit/45376ec5f40e354c0345efba8191d5774e0ca3e8))
243
+
244
+ ## 0.1.0-alpha.27 (2026-04-08)
245
+
246
+ Full Changelog: [v0.1.0-alpha.26...v0.1.0-alpha.27](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.26...v0.1.0-alpha.27)
247
+
248
+ ### Features
249
+
250
+ * **api:** add includeInactiveSubscriptions parameter to usage history method ([98fa3fe](https://github.com/stiggio/stigg-typescript/commit/98fa3fe2999228e76d66f6a7f4b9142dfbbef0eb))
251
+ * **api:** stainless.yml ([e64cead](https://github.com/stiggio/stigg-typescript/commit/e64ceadf05c559bec3cdd48f770e75c9acd8893f))
252
+
253
+
254
+ ### Bug Fixes
255
+
256
+ * **STIGG-7500:** stripe account not deauthorized when connected to multiple environments ([c57334e](https://github.com/stiggio/stigg-typescript/commit/c57334ef4fc0a245ac79c352fb00feade3f31f5b))
257
+
258
+
259
+ ### Chores
260
+
261
+ * **internal:** fix MCP server import ordering ([813ad3d](https://github.com/stiggio/stigg-typescript/commit/813ad3dae35de51aaf1731c59aa9448eef60fa2c))
262
+
263
+ ## 0.1.0-alpha.26 (2026-04-06)
264
+
265
+ Full Changelog: [v0.1.0-alpha.25...v0.1.0-alpha.26](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.25...v0.1.0-alpha.26)
266
+
267
+ ### Features
268
+
269
+ * **api:** add customer integrations and event queues endpoints ([7144126](https://github.com/stiggio/stigg-typescript/commit/714412616815880c7da3dbe65dfa9fa0db136a44))
270
+
271
+
272
+ ### Chores
273
+
274
+ * **ci:** escape input path in publish-npm workflow ([7e93438](https://github.com/stiggio/stigg-typescript/commit/7e93438a7cbb3b10c9d3caaaea4acbd378da1117))
275
+ * **ci:** skip lint on metadata-only changes ([9cc3309](https://github.com/stiggio/stigg-typescript/commit/9cc3309b7b7c7dcdce41e834d8945159f902afbc))
276
+ * **internal:** codegen related update ([8a4a582](https://github.com/stiggio/stigg-typescript/commit/8a4a582a09f8c07a253fe87524726b4f131652d3))
277
+ * **internal:** codegen related update ([5d3341c](https://github.com/stiggio/stigg-typescript/commit/5d3341cb9ed07689b5b961c92f85185dd7d875e4))
278
+ * **internal:** fix MCP docker image builds in yarn projects ([37d9a6c](https://github.com/stiggio/stigg-typescript/commit/37d9a6c3eeb7b80dddb874027b9dd945fcfe6c42))
279
+ * **internal:** fix MCP server TS errors that occur with required client options ([640352c](https://github.com/stiggio/stigg-typescript/commit/640352c746337c07a5fee1029d369b226654cd0f))
280
+ * **internal:** improve local docs search for MCP servers ([15ab3e5](https://github.com/stiggio/stigg-typescript/commit/15ab3e5815e9a9f0f1b499af364c30456331741d))
281
+ * **internal:** improve local docs search for MCP servers ([d279d7b](https://github.com/stiggio/stigg-typescript/commit/d279d7be33974ff2c5f164f57d54ba1e796e8b43))
282
+ * **internal:** support custom-instructions-path flag in MCP servers ([e54fc8c](https://github.com/stiggio/stigg-typescript/commit/e54fc8c25bf842fa884a8bb1262701a908c3398b))
283
+ * **internal:** support local docs search in MCP servers ([6295c74](https://github.com/stiggio/stigg-typescript/commit/6295c7401aa82325d3a18dfbcccb3cc8ae669982))
284
+ * **internal:** support type annotations when running MCP in local execution mode ([47889cb](https://github.com/stiggio/stigg-typescript/commit/47889cb9fc788b51bdc8cdaca46d4a955e66dca7))
285
+ * **internal:** update gitignore ([25b7bb6](https://github.com/stiggio/stigg-typescript/commit/25b7bb6bcd870167b9c5741070f88eab329d8dbf))
286
+ * **internal:** use link instead of file in MCP server package.json files ([6e7a769](https://github.com/stiggio/stigg-typescript/commit/6e7a76965b3863d3fd5d46c43e41afa809568c84))
287
+ * **mcp-server:** add support for session id, forward client info ([8f2e457](https://github.com/stiggio/stigg-typescript/commit/8f2e4576b42c339af00150a29599bcc281efd591))
288
+ * **mcp-server:** log client info ([e2e8fbc](https://github.com/stiggio/stigg-typescript/commit/e2e8fbcc323832771404e52d0b6c885b2ac332ef))
289
+
290
+ ## 0.1.0-alpha.25 (2026-03-18)
291
+
292
+ Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)
293
+
294
+ ### Features
295
+
296
+ * **api:** api update ([5e7d6cd](https://github.com/stiggio/stigg-typescript/commit/5e7d6cd2efc267b107fc3f97ce1432b14a1d3612))
297
+
298
+ ## 0.1.0-alpha.24 (2026-03-18)
299
+
300
+ Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.23...v0.1.0-alpha.24)
301
+
302
+ ### Features
303
+
304
+ * **api:** api update ([f0adde8](https://github.com/stiggio/stigg-typescript/commit/f0adde871b30c009cf73eecd0955a46c5f6f2bad))
305
+
306
+ ## 0.1.0-alpha.23 (2026-03-18)
307
+
308
+ Full Changelog: [v0.1.0-alpha.22...v0.1.0-alpha.23](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.22...v0.1.0-alpha.23)
309
+
310
+ ### Features
311
+
312
+ * **api:** api update ([e778eab](https://github.com/stiggio/stigg-typescript/commit/e778eabb4a458e11d1c2ac83d20f9bed6d45d10e))
313
+ * **api:** api update ([24bfdcb](https://github.com/stiggio/stigg-typescript/commit/24bfdcb0a5e9c1b700affe134b4628bae833a8e8))
314
+ * **api:** api update ([a54a374](https://github.com/stiggio/stigg-typescript/commit/a54a374474dd8aef9c0c8c67cf4b09288d63a44a))
315
+ * **api:** api update ([a1ff1f8](https://github.com/stiggio/stigg-typescript/commit/a1ff1f88f10da41e8a29179a48aefa8ae4ed1596))
316
+ * **api:** api update ([dd99ba3](https://github.com/stiggio/stigg-typescript/commit/dd99ba37c2f54de06aa0d69ebd3b4a253c61269e))
317
+ * **api:** api update ([0f8db16](https://github.com/stiggio/stigg-typescript/commit/0f8db163f40373895072f6006d7fd79a63a0ed74))
318
+ * **api:** api update ([565005d](https://github.com/stiggio/stigg-typescript/commit/565005d415105290612f5ab4f1d8a575b5d6e960))
319
+ * **api:** updated stainless config with new endpoint ([740d9d9](https://github.com/stiggio/stigg-typescript/commit/740d9d9461e667c1278fb36110f47aae48c45bf6))
320
+
321
+
322
+ ### Chores
323
+
324
+ * **internal:** support x-stainless-mcp-client-permissions headers in MCP servers ([ba112e0](https://github.com/stiggio/stigg-typescript/commit/ba112e04fdcd78696451ffbf0058015c1baa952c))
325
+ * **internal:** tweak CI branches ([554dc5a](https://github.com/stiggio/stigg-typescript/commit/554dc5adcffc85d5e5be8adb65bde4150873a799))
326
+
327
+ ## 0.1.0-alpha.22 (2026-03-16)
328
+
329
+ Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.21...v0.1.0-alpha.22)
330
+
331
+ ### Features
332
+
333
+ * **api:** api update ([7dd8af8](https://github.com/stiggio/stigg-typescript/commit/7dd8af817239bc18fb627bead4b9b017bd609fe3))
334
+ * **api:** api update ([fcda896](https://github.com/stiggio/stigg-typescript/commit/fcda8963c63a6d8b3bfc577ae62ef14882e02cb2))
335
+ * **api:** api update ([b68062e](https://github.com/stiggio/stigg-typescript/commit/b68062e8a4ebaab40052b9229dc3de56bef8ec19))
336
+
337
+
338
+ ### Chores
339
+
340
+ * **internal:** make generated MCP servers compatible with Cloudflare worker environments ([d7ffcbf](https://github.com/stiggio/stigg-typescript/commit/d7ffcbfe34c5d2409caf709851e6d53f84ba3403))
341
+ * **internal:** support x-stainless-mcp-client-envs header in MCP servers ([d8f554f](https://github.com/stiggio/stigg-typescript/commit/d8f554f6083a6d494bd1ad81c2cba96bd1a12b49))
342
+
343
+ ## 0.1.0-alpha.21 (2026-03-12)
344
+
345
+ Full Changelog: [v0.1.0-alpha.20...v0.1.0-alpha.21](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.20...v0.1.0-alpha.21)
346
+
347
+ ### Features
348
+
349
+ * **api:** api update ([3ae27b8](https://github.com/stiggio/stigg-typescript/commit/3ae27b8ac9550be5498b9bd687564a9c7e124b37))
350
+
351
+
352
+ ### Chores
353
+
354
+ * **internal:** bump @modelcontextprotocol/sdk, @hono/node-server, and minimatch ([75580ea](https://github.com/stiggio/stigg-typescript/commit/75580ea84f0b39a6c3e87870ef61d895d131023c))
355
+
356
+ ## 0.1.0-alpha.20 (2026-03-10)
357
+
358
+ Full Changelog: [v0.1.0-alpha.19...v0.1.0-alpha.20](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.19...v0.1.0-alpha.20)
359
+
360
+ ### Chores
361
+
362
+ * **internal:** update dependencies to address dependabot vulnerabilities ([93f2013](https://github.com/stiggio/stigg-typescript/commit/93f20138cceb8b8dd266b76c0d0b834be8e924e1))
363
+
364
+ ## 0.1.0-alpha.19 (2026-03-09)
365
+
366
+ Full Changelog: [v0.1.0-alpha.18...v0.1.0-alpha.19](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.18...v0.1.0-alpha.19)
367
+
368
+ ### Features
369
+
370
+ * **api:** added credits resources ([9b440aa](https://github.com/stiggio/stigg-typescript/commit/9b440aa26682530f642eeb479b6c17287c5bcda6))
371
+ * **api:** api update ([020ee9f](https://github.com/stiggio/stigg-typescript/commit/020ee9fce20574e4336dc5e2418074388fe677cf))
372
+ * **api:** api update ([bc2afcc](https://github.com/stiggio/stigg-typescript/commit/bc2afccb14dc7c690d3f1e54e81a33998b6dddfd))
373
+ * **api:** api update ([79b5b2d](https://github.com/stiggio/stigg-typescript/commit/79b5b2d3c6c2878eaaaeb81d7bfff9ae6ac105ca))
374
+ * **api:** api update ([20d6f41](https://github.com/stiggio/stigg-typescript/commit/20d6f41fac5ada56fa55ce8291c5f42551126bd9))
375
+
376
+ ## 0.1.0-alpha.18 (2026-03-08)
377
+
378
+ Full Changelog: [v0.1.0-alpha.17...v0.1.0-alpha.18](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.17...v0.1.0-alpha.18)
379
+
380
+ ### Features
381
+
382
+ * **api:** api update ([3f5925d](https://github.com/stiggio/stigg-typescript/commit/3f5925d74abf2d6896c156bfecafb3a096658821))
383
+
384
+
385
+ ### Bug Fixes
386
+
387
+ * **client:** improve parameter names ([31bd6fb](https://github.com/stiggio/stigg-typescript/commit/31bd6fb8353e52a1e8b5ebdad724c4d54cd48b6b))
388
+ * **client:** preserve URL params already embedded in path ([d461718](https://github.com/stiggio/stigg-typescript/commit/d461718125f93fc32ee7e67f68ff4967bf18fc83))
389
+
390
+
391
+ ### Chores
392
+
393
+ * **ci:** skip uploading artifacts on stainless-internal branches ([3a6276c](https://github.com/stiggio/stigg-typescript/commit/3a6276cfc3aa550d33fc82e49b8f5a37f37a8c40))
394
+ * **internal:** codegen related update ([5834b85](https://github.com/stiggio/stigg-typescript/commit/5834b85e24ded0fc29b49f27a3a765346a896f53))
395
+ * **mcp-server:** improve instructions ([1c4d9ad](https://github.com/stiggio/stigg-typescript/commit/1c4d9ad1b255af8793effbc5908e5a64010ebda4))
396
+
397
+ ## 0.1.0-alpha.17 (2026-03-05)
398
+
399
+ Full Changelog: [v0.1.0-alpha.16...v0.1.0-alpha.17](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.16...v0.1.0-alpha.17)
400
+
401
+ ### Features
402
+
403
+ * **api:** api update ([b0490cc](https://github.com/stiggio/stigg-typescript/commit/b0490ccd79bdc32712c560297b0bfea6fb22ffe2))
404
+
405
+ ## 0.1.0-alpha.16 (2026-03-05)
406
+
407
+ Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.15...v0.1.0-alpha.16)
408
+
409
+ ### Features
410
+
411
+ * **api:** api update ([c2e4823](https://github.com/stiggio/stigg-typescript/commit/c2e4823a5b43606f12c04fb7f5f1500bfadd3db2))
412
+
413
+
414
+ ### Chores
415
+
416
+ * **internal:** use x-stainless-mcp-client-envs header for MCP remote code tool calls ([4f6b4a3](https://github.com/stiggio/stigg-typescript/commit/4f6b4a37d60bf9f28358f5cb343714d32da393cb))
417
+
418
+ ## 0.1.0-alpha.15 (2026-03-04)
419
+
420
+ Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
421
+
422
+ ### Features
423
+
424
+ * **api:** api update ([5e75193](https://github.com/stiggio/stigg-typescript/commit/5e751935f08e6338a339aec76463b132f12d64d0))
425
+
426
+
427
+ ### Chores
428
+
429
+ * **internal:** codegen related update ([b31c7ae](https://github.com/stiggio/stigg-typescript/commit/b31c7ae69c8aae6b82aa88c341b8b380befcaf87))
430
+ * **mcp-server:** return access instructions for 404 without API key ([1a702bc](https://github.com/stiggio/stigg-typescript/commit/1a702bc643f28d1f0e235c9061feaffca0f0d1d4))
431
+
432
+ ## 0.1.0-alpha.14 (2026-03-02)
433
+
434
+ Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)
435
+
436
+ ### Features
437
+
438
+ * **api:** api update ([52d42b8](https://github.com/stiggio/stigg-typescript/commit/52d42b8bd1684904a9b9833edb9ed5129cf1a89e))
439
+
440
+ ## 0.1.0-alpha.13 (2026-03-02)
441
+
442
+ Full Changelog: [v0.1.0-alpha.12...v0.1.0-alpha.13](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.12...v0.1.0-alpha.13)
443
+
444
+ ### Features
445
+
446
+ * **api:** api update ([0b8c3c5](https://github.com/stiggio/stigg-typescript/commit/0b8c3c54b06fe6a3de59eca7d0c740a6e6b19d4e))
447
+
448
+ ## 0.1.0-alpha.12 (2026-02-27)
449
+
450
+ Full Changelog: [v0.1.0-alpha.11...v0.1.0-alpha.12](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.11...v0.1.0-alpha.12)
451
+
452
+ ### Features
453
+
454
+ * **mcp:** add an option to disable code tool ([48ef94d](https://github.com/stiggio/stigg-typescript/commit/48ef94db9af330f0c6aef3b0df98a4ee8cdb8a00))
455
+
456
+
457
+ ### Bug Fixes
458
+
459
+ * **mcp:** update prompt ([074e755](https://github.com/stiggio/stigg-typescript/commit/074e755f197434542e58cf6e66a0e5daf5b8c6a2))
460
+
461
+
462
+ ### Chores
463
+
464
+ * **internal:** move stringifyQuery implementation to internal function ([da0839b](https://github.com/stiggio/stigg-typescript/commit/da0839b349ab846cb445e2474a397baf1f45f6fa))
465
+
466
+ ## 0.1.0-alpha.11 (2026-02-26)
467
+
468
+ Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.10...v0.1.0-alpha.11)
469
+
470
+ ### Features
471
+
472
+ * **api:** api update ([eb2a4cc](https://github.com/stiggio/stigg-typescript/commit/eb2a4cc0f2f0c9d7bb0eac31f45647bb022814ef))
473
+ * **api:** stainless config updates ([255807f](https://github.com/stiggio/stigg-typescript/commit/255807f1f82acd0172fcb09343edd8ef6c2c237f))
474
+ * **api:** update endpoints and models ([7f9b02d](https://github.com/stiggio/stigg-typescript/commit/7f9b02d4d889d42f12967dbe8fcffd1c498dab82))
475
+
476
+ ## 0.1.0-alpha.10 (2026-02-26)
477
+
478
+ Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)
479
+
480
+ ### Features
481
+
482
+ * **api:** api update ([0ab6f6f](https://github.com/stiggio/stigg-typescript/commit/0ab6f6fb541d52cf589c33378dbbec65ee20bfdf))
483
+
484
+
485
+ ### Bug Fixes
486
+
487
+ * **docs/contributing:** correct pnpm link command ([9fa3bb5](https://github.com/stiggio/stigg-typescript/commit/9fa3bb58a1803c49be282e085f588197e95256f5))
488
+ * **mcp:** initialize SDK lazily to avoid failing the connection on init errors ([f8a472c](https://github.com/stiggio/stigg-typescript/commit/f8a472c5ca146393bcdd85867149740b8e1e8155))
489
+
490
+
491
+ ### Chores
492
+
493
+ * **internal:** cache fetch instruction calls in MCP server ([dfab22a](https://github.com/stiggio/stigg-typescript/commit/dfab22a2308eec2a10bdb5b9733132dd31136505))
494
+ * **internal:** fix MCP Dockerfiles so they can be built without buildkit ([22f41ef](https://github.com/stiggio/stigg-typescript/commit/22f41efdf7a55e61d24554976b817d4409da8eb2))
495
+ * **internal:** fix MCP Dockerfiles so they can be built without buildkit ([e9d86c4](https://github.com/stiggio/stigg-typescript/commit/e9d86c47627080d38c1ee5c6491cfb655103daf2))
496
+ * **internal:** make MCP code execution location configurable via a flag ([6f3c168](https://github.com/stiggio/stigg-typescript/commit/6f3c1687a702a149895a12603a9d334017dd8dde))
497
+ * **internal:** remove mock server code ([b70b5a5](https://github.com/stiggio/stigg-typescript/commit/b70b5a5640848e2981fdd26f11aa0bfd3c0daf57))
498
+ * **internal:** upgrade @modelcontextprotocol/sdk and hono ([f1ba036](https://github.com/stiggio/stigg-typescript/commit/f1ba0369b02d44365986b56b028d5b1c6af128a4))
499
+ * **mcp:** correctly update version in sync with sdk ([3d658ff](https://github.com/stiggio/stigg-typescript/commit/3d658ff565dfbcaeb1f1883eadae3d4a84a4fd00))
500
+ * update mock server docs ([47ff87f](https://github.com/stiggio/stigg-typescript/commit/47ff87f0b115bdc2106afc31a6319d2bcb6ae8a8))
501
+
3
502
  ## 0.1.0-alpha.9 (2026-02-18)
4
503
 
5
504
  Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
package/api-promise.d.mts CHANGED
@@ -1,2 +1,3 @@
1
+ /** @deprecated Import from ./core/api-promise instead */
1
2
  export * from "./core/api-promise.mjs";
2
3
  //# sourceMappingURL=api-promise.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api-promise.d.mts","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"api-promise.d.mts","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,uCAAmC"}
package/api-promise.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+ /** @deprecated Import from ./core/api-promise instead */
1
2
  export * from "./core/api-promise.js";
2
3
  //# sourceMappingURL=api-promise.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api-promise.d.ts","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"api-promise.d.ts","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,sCAAmC"}
package/api-promise.mjs CHANGED
@@ -1,2 +1,3 @@
1
+ /** @deprecated Import from ./core/api-promise instead */
1
2
  export * from "./core/api-promise.mjs";
2
3
  //# sourceMappingURL=api-promise.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"api-promise.mjs","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"api-promise.mjs","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,uCAAmC"}
package/client.d.mts CHANGED
@@ -8,6 +8,7 @@ import { type MyCursorIDPageParams, MyCursorIDPageResponse } from "./core/pagina
8
8
  import * as Uploads from "./core/uploads.mjs";
9
9
  import * as API from "./resources/index.mjs";
10
10
  import { APIPromise } from "./core/api-promise.mjs";
11
+ import { V1Beta } from "./resources/v1-beta/v1-beta.mjs";
11
12
  import { V1 } from "./resources/v1/v1.mjs";
12
13
  import { type Fetch } from "./internal/builtin-types.mjs";
13
14
  import { HeadersLike, NullableHeaders } from "./internal/headers.mjs";
@@ -114,7 +115,7 @@ export declare class Stigg {
114
115
  protected defaultQuery(): Record<string, string | undefined> | undefined;
115
116
  protected validateHeaders({ values, nulls }: NullableHeaders): void;
116
117
  protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
117
- protected stringifyQuery(query: Record<string, unknown>): string;
118
+ protected stringifyQuery(query: object | Record<string, unknown>): string;
118
119
  private getUserAgent;
119
120
  protected defaultIdempotencyKey(): string;
120
121
  protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
@@ -174,11 +175,13 @@ export declare class Stigg {
174
175
  static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
175
176
  static toFile: typeof Uploads.toFile;
176
177
  v1: API.V1;
178
+ v1Beta: API.V1Beta;
177
179
  }
178
180
  export declare namespace Stigg {
179
181
  export type RequestOptions = Opts.RequestOptions;
180
182
  export import MyCursorIDPage = Pagination.MyCursorIDPage;
181
183
  export { type MyCursorIDPageParams as MyCursorIDPageParams, type MyCursorIDPageResponse as MyCursorIDPageResponse, };
182
184
  export { V1 as V1 };
185
+ export { V1Beta as V1Beta };
183
186
  }
184
187
  //# sourceMappingURL=client.d.mts.map
package/client.d.mts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"OAEO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAY;OAC3C,KAAK,EAAc,cAAc,EAAE,iBAAiB,EAAE,oBAAoB,EAAE;YAIvE,EAAE,MAAM,EAAE,QAAQ,EAAE;OAKzB,KAAK,IAAI;OAGT,KAAK,MAAM;OACX,KAAK,UAAU;OACf,EAAgB,KAAK,oBAAoB,EAAE,sBAAsB,EAAE;OACnE,KAAK,OAAO;OACZ,KAAK,GAAG;OACR,EAAE,UAAU,EAAE;OACd,EAAE,EAAE,EAAE;OACN,EAAE,KAAK,KAAK,EAAE;OACd,EAAE,WAAW,EAAE,eAAe,EAAgB;OAC9C,EAAE,mBAAmB,EAAE,cAAc,EAAE;OAEvC,EACL,KAAK,QAAQ,EACb,KAAK,MAAM,EAIZ;AAGD,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAEpC;;;;;;;;OAQG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B;;;OAGG;IACH,YAAY,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAE7C;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;IAE1B;;;;;OAKG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEhC;;;;;OAKG;IACH,cAAc,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAEzC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,GAAG,SAAS,CAAC;IAE9D;;;;OAIG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAEhC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B;AAED;;GAEG;AACH,qBAAa,KAAK;;IAChB,MAAM,EAAE,MAAM,CAAC;IAEf,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC/B,YAAY,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAE5C,OAAO,CAAC,KAAK,CAAQ;IAErB,SAAS,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACrC,OAAO,CAAC,QAAQ,CAAgB;IAEhC;;;;;;;;;;;OAWG;gBACS,EACV,OAAmC,EACnC,MAAiC,EACjC,GAAG,IAAI,EACR,GAAE,aAAkB;IAiCrB;;OAEG;IACH,WAAW,CAAC,OAAO,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,IAAI;IAuBlD,SAAS,CAAC,YAAY,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,GAAG,SAAS;IAIxE,SAAS,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,eAAe;cAI5C,WAAW,CAAC,IAAI,EAAE,mBAAmB,GAAG,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC;IAI5F,SAAS,CAAC,cAAc,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;IAIhE,OAAO,CAAC,YAAY;IAIpB,SAAS,CAAC,qBAAqB,IAAI,MAAM;IAIzC,SAAS,CAAC,eAAe,CACvB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,GAAG,SAAS,EAC3B,OAAO,EAAE,OAAO,GACf,MAAM,CAAC,QAAQ;IAIlB,QAAQ,CACN,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,GAAG,SAAS,EACjD,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,GAClC,MAAM;IAmBT;;OAEG;cACa,cAAc,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;IAE3E;;;;;OAKG;cACa,cAAc,CAC5B,OAAO,EAAE,WAAW,EACpB,EAAE,GAAG,EAAE,OAAO,EAAE,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,mBAAmB,CAAA;KAAE,GAC9D,OAAO,CAAC,IAAI,CAAC;IAEhB,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC,GAAG,CAAC;IAI9E,IAAI,CAAC,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC,GAAG,CAAC;IAI/E,KAAK,CAAC,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC,GAAG,CAAC;IAIhF,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC,GAAG,CAAC;IAI9E,MAAM,CAAC,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC,GAAG,CAAC;IAIjF,OAAO,CAAC,aAAa;IAYrB,OAAO,CAAC,GAAG,EACT,OAAO,EAAE,cAAc,CAAC,mBAAmB,CAAC,EAC5C,gBAAgB,GAAE,MAAM,GAAG,IAAW,GACrC,UAAU,CAAC,GAAG,CAAC;YAIJ,WAAW;IA6JzB,UAAU,CAAC,IAAI,EAAE,SAAS,SAAS,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,EAC9F,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,SAAS,EACvC,IAAI,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,GACpC,UAAU,CAAC,WAAW,CAAC,SAAS,EAAE,IAAI,CAAC;IAS1C,cAAc,CACZ,IAAI,GAAG,OAAO,EACd,SAAS,SAAS,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,UAAU,CAAC,YAAY,CAAC,IAAI,CAAC,EAE/E,IAAI,EAAE,KAAK,GAAG,IAAI,EAAE,qBAAqB,CAAC,OAAO,UAAU,CAAC,YAAY,CAAC,KAAK,SAAS,EACvF,OAAO,EAAE,cAAc,CAAC,mBAAmB,CAAC,GAC3C,UAAU,CAAC,WAAW,CAAC,SAAS,EAAE,IAAI,CAAC;IAKpC,gBAAgB,CACpB,GAAG,EAAE,WAAW,EAChB,IAAI,EAAE,WAAW,GAAG,SAAS,EAC7B,EAAE,EAAE,MAAM,EACV,UAAU,EAAE,eAAe,GAC1B,OAAO,CAAC,QAAQ,CAAC;YA+BN,WAAW;YAuBX,YAAY;IAuC1B,OAAO,CAAC,kCAAkC;IAepC,YAAY,CAChB,YAAY,EAAE,mBAAmB,EACjC,EAAE,UAAc,EAAE,GAAE;QAAE,UAAU,CAAC,EAAE,MAAM,CAAA;KAAO,GAC/C,OAAO,CAAC;QAAE,GAAG,EAAE,oBAAoB,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;YAwBzD,YAAY;IAqC1B,OAAO,CAAC,UAAU;IAMlB,OAAO,CAAC,SAAS;IA6CjB,MAAM,CAAC,KAAK,eAAQ;IACpB,MAAM,CAAC,eAAe,SAAS;IAE/B,MAAM,CAAC,UAAU,2BAAqB;IACtC,MAAM,CAAC,QAAQ,yBAAmB;IAClC,MAAM,CAAC,kBAAkB,mCAA6B;IACtD,MAAM,CAAC,yBAAyB,0CAAoC;IACpE,MAAM,CAAC,iBAAiB,kCAA4B;IACpD,MAAM,CAAC,aAAa,8BAAwB;IAC5C,MAAM,CAAC,aAAa,8BAAwB;IAC5C,MAAM,CAAC,cAAc,+BAAyB;IAC9C,MAAM,CAAC,eAAe,gCAA0B;IAChD,MAAM,CAAC,mBAAmB,oCAA8B;IACxD,MAAM,CAAC,mBAAmB,oCAA8B;IACxD,MAAM,CAAC,qBAAqB,sCAAgC;IAC5D,MAAM,CAAC,wBAAwB,yCAAmC;IAElE,MAAM,CAAC,MAAM,wBAAkB;IAE/B,EAAE,EAAE,GAAG,CAAC,EAAE,CAAoB;CAC/B;AAID,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC;IAEjD,MAAM,QAAQ,cAAc,GAAG,UAAU,CAAC,cAAc,CAAC;IACzD,OAAO,EACL,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;IAEF,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE,CAAC;CACrB"}
1
+ {"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
package/client.d.ts CHANGED
@@ -8,6 +8,7 @@ import { type MyCursorIDPageParams, MyCursorIDPageResponse } from "./core/pagina
8
8
  import * as Uploads from "./core/uploads.js";
9
9
  import * as API from "./resources/index.js";
10
10
  import { APIPromise } from "./core/api-promise.js";
11
+ import { V1Beta } from "./resources/v1-beta/v1-beta.js";
11
12
  import { V1 } from "./resources/v1/v1.js";
12
13
  import { type Fetch } from "./internal/builtin-types.js";
13
14
  import { HeadersLike, NullableHeaders } from "./internal/headers.js";
@@ -114,7 +115,7 @@ export declare class Stigg {
114
115
  protected defaultQuery(): Record<string, string | undefined> | undefined;
115
116
  protected validateHeaders({ values, nulls }: NullableHeaders): void;
116
117
  protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
117
- protected stringifyQuery(query: Record<string, unknown>): string;
118
+ protected stringifyQuery(query: object | Record<string, unknown>): string;
118
119
  private getUserAgent;
119
120
  protected defaultIdempotencyKey(): string;
120
121
  protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
@@ -174,11 +175,13 @@ export declare class Stigg {
174
175
  static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
175
176
  static toFile: typeof Uploads.toFile;
176
177
  v1: API.V1;
178
+ v1Beta: API.V1Beta;
177
179
  }
178
180
  export declare namespace Stigg {
179
181
  export type RequestOptions = Opts.RequestOptions;
180
182
  export import MyCursorIDPage = Pagination.MyCursorIDPage;
181
183
  export { type MyCursorIDPageParams as MyCursorIDPageParams, type MyCursorIDPageResponse as MyCursorIDPageResponse, };
182
184
  export { V1 as V1 };
185
+ export { V1Beta as V1Beta };
183
186
  }
184
187
  //# sourceMappingURL=client.d.ts.map