@stadar/sdk 0.1.7

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 (357) hide show
  1. package/README.md +62 -0
  2. package/dist/apis/AccountApi.d.ts +248 -0
  3. package/dist/apis/AccountApi.d.ts.map +1 -0
  4. package/dist/apis/AccountApi.js +228 -0
  5. package/dist/apis/AccountApi.js.map +1 -0
  6. package/dist/apis/AuthApi.d.ts +232 -0
  7. package/dist/apis/AuthApi.d.ts.map +1 -0
  8. package/dist/apis/AuthApi.js +213 -0
  9. package/dist/apis/AuthApi.js.map +1 -0
  10. package/dist/apis/BillingApi.d.ts +103 -0
  11. package/dist/apis/BillingApi.d.ts.map +1 -0
  12. package/dist/apis/BillingApi.js +92 -0
  13. package/dist/apis/BillingApi.js.map +1 -0
  14. package/dist/apis/GamesApi.d.ts +96 -0
  15. package/dist/apis/GamesApi.d.ts.map +1 -0
  16. package/dist/apis/GamesApi.js +100 -0
  17. package/dist/apis/GamesApi.js.map +1 -0
  18. package/dist/apis/LeaguesApi.d.ts +214 -0
  19. package/dist/apis/LeaguesApi.d.ts.map +1 -0
  20. package/dist/apis/LeaguesApi.js +225 -0
  21. package/dist/apis/LeaguesApi.js.map +1 -0
  22. package/dist/apis/MatchesApi.d.ts +178 -0
  23. package/dist/apis/MatchesApi.d.ts.map +1 -0
  24. package/dist/apis/MatchesApi.js +183 -0
  25. package/dist/apis/MatchesApi.js.map +1 -0
  26. package/dist/apis/MetaApi.d.ts +160 -0
  27. package/dist/apis/MetaApi.d.ts.map +1 -0
  28. package/dist/apis/MetaApi.js +151 -0
  29. package/dist/apis/MetaApi.js.map +1 -0
  30. package/dist/apis/SeriesApi.d.ts +211 -0
  31. package/dist/apis/SeriesApi.d.ts.map +1 -0
  32. package/dist/apis/SeriesApi.js +223 -0
  33. package/dist/apis/SeriesApi.js.map +1 -0
  34. package/dist/apis/TournamentsApi.d.ts +149 -0
  35. package/dist/apis/TournamentsApi.d.ts.map +1 -0
  36. package/dist/apis/TournamentsApi.js +149 -0
  37. package/dist/apis/TournamentsApi.js.map +1 -0
  38. package/dist/apis/WebhooksApi.d.ts +173 -0
  39. package/dist/apis/WebhooksApi.d.ts.map +1 -0
  40. package/dist/apis/WebhooksApi.js +157 -0
  41. package/dist/apis/WebhooksApi.js.map +1 -0
  42. package/dist/apis/index.d.ts +11 -0
  43. package/dist/apis/index.d.ts.map +1 -0
  44. package/dist/apis/index.js +13 -0
  45. package/dist/apis/index.js.map +1 -0
  46. package/dist/from_env.d.ts +22 -0
  47. package/dist/from_env.d.ts.map +1 -0
  48. package/dist/from_env.js +57 -0
  49. package/dist/from_env.js.map +1 -0
  50. package/dist/index.d.ts +4 -0
  51. package/dist/index.d.ts.map +1 -0
  52. package/dist/index.js +6 -0
  53. package/dist/index.js.map +1 -0
  54. package/dist/models/APIKeySummary.d.ts +57 -0
  55. package/dist/models/APIKeySummary.d.ts.map +1 -0
  56. package/dist/models/APIKeySummary.js +58 -0
  57. package/dist/models/APIKeySummary.js.map +1 -0
  58. package/dist/models/AccountCreateKey201Response.d.ts +77 -0
  59. package/dist/models/AccountCreateKey201Response.d.ts.map +1 -0
  60. package/dist/models/AccountCreateKey201Response.js +69 -0
  61. package/dist/models/AccountCreateKey201Response.js.map +1 -0
  62. package/dist/models/AccountCreateKeyRequest.d.ts +33 -0
  63. package/dist/models/AccountCreateKeyRequest.d.ts.map +1 -0
  64. package/dist/models/AccountCreateKeyRequest.js +44 -0
  65. package/dist/models/AccountCreateKeyRequest.js.map +1 -0
  66. package/dist/models/AccountListKeys200Response.d.ts +34 -0
  67. package/dist/models/AccountListKeys200Response.d.ts.map +1 -0
  68. package/dist/models/AccountListKeys200Response.js +43 -0
  69. package/dist/models/AccountListKeys200Response.js.map +1 -0
  70. package/dist/models/AccountMeCapabilities200Response.d.ts +41 -0
  71. package/dist/models/AccountMeCapabilities200Response.d.ts.map +1 -0
  72. package/dist/models/AccountMeCapabilities200Response.js +46 -0
  73. package/dist/models/AccountMeCapabilities200Response.js.map +1 -0
  74. package/dist/models/AccountUsageRecent200Response.d.ts +34 -0
  75. package/dist/models/AccountUsageRecent200Response.d.ts.map +1 -0
  76. package/dist/models/AccountUsageRecent200Response.js +43 -0
  77. package/dist/models/AccountUsageRecent200Response.js.map +1 -0
  78. package/dist/models/AuthMeResponse.d.ts +41 -0
  79. package/dist/models/AuthMeResponse.d.ts.map +1 -0
  80. package/dist/models/AuthMeResponse.js +46 -0
  81. package/dist/models/AuthMeResponse.js.map +1 -0
  82. package/dist/models/AuthMeResponseData.d.ts +45 -0
  83. package/dist/models/AuthMeResponseData.d.ts.map +1 -0
  84. package/dist/models/AuthMeResponseData.js +46 -0
  85. package/dist/models/AuthMeResponseData.js.map +1 -0
  86. package/dist/models/CS2PreviewExtras.d.ts +44 -0
  87. package/dist/models/CS2PreviewExtras.d.ts.map +1 -0
  88. package/dist/models/CS2PreviewExtras.js +47 -0
  89. package/dist/models/CS2PreviewExtras.js.map +1 -0
  90. package/dist/models/CS2PreviewExtrasMapVetoHistory.d.ts +51 -0
  91. package/dist/models/CS2PreviewExtrasMapVetoHistory.d.ts.map +1 -0
  92. package/dist/models/CS2PreviewExtrasMapVetoHistory.js +48 -0
  93. package/dist/models/CS2PreviewExtrasMapVetoHistory.js.map +1 -0
  94. package/dist/models/CS2PreviewExtrasMapWinRateValue.d.ts +39 -0
  95. package/dist/models/CS2PreviewExtrasMapWinRateValue.d.ts.map +1 -0
  96. package/dist/models/CS2PreviewExtrasMapWinRateValue.js +44 -0
  97. package/dist/models/CS2PreviewExtrasMapWinRateValue.js.map +1 -0
  98. package/dist/models/CapabilitySet.d.ts +72 -0
  99. package/dist/models/CapabilitySet.d.ts.map +1 -0
  100. package/dist/models/CapabilitySet.js +75 -0
  101. package/dist/models/CapabilitySet.js.map +1 -0
  102. package/dist/models/ErrorBody.d.ts +53 -0
  103. package/dist/models/ErrorBody.d.ts.map +1 -0
  104. package/dist/models/ErrorBody.js +52 -0
  105. package/dist/models/ErrorBody.js.map +1 -0
  106. package/dist/models/ErrorEnvelope.d.ts +34 -0
  107. package/dist/models/ErrorEnvelope.d.ts.map +1 -0
  108. package/dist/models/ErrorEnvelope.js +45 -0
  109. package/dist/models/ErrorEnvelope.js.map +1 -0
  110. package/dist/models/Game.d.ts +78 -0
  111. package/dist/models/Game.d.ts.map +1 -0
  112. package/dist/models/Game.js +62 -0
  113. package/dist/models/Game.js.map +1 -0
  114. package/dist/models/GameEnvelope.d.ts +41 -0
  115. package/dist/models/GameEnvelope.d.ts.map +1 -0
  116. package/dist/models/GameEnvelope.js +46 -0
  117. package/dist/models/GameEnvelope.js.map +1 -0
  118. package/dist/models/GamesListResponse.d.ts +41 -0
  119. package/dist/models/GamesListResponse.d.ts.map +1 -0
  120. package/dist/models/GamesListResponse.js +46 -0
  121. package/dist/models/GamesListResponse.js.map +1 -0
  122. package/dist/models/HeadToHead.d.ts +51 -0
  123. package/dist/models/HeadToHead.d.ts.map +1 -0
  124. package/dist/models/HeadToHead.js +54 -0
  125. package/dist/models/HeadToHead.js.map +1 -0
  126. package/dist/models/Healthz200Response.d.ts +40 -0
  127. package/dist/models/Healthz200Response.d.ts.map +1 -0
  128. package/dist/models/Healthz200Response.js +48 -0
  129. package/dist/models/Healthz200Response.js.map +1 -0
  130. package/dist/models/Last5Result.d.ts +65 -0
  131. package/dist/models/Last5Result.d.ts.map +1 -0
  132. package/dist/models/Last5Result.js +67 -0
  133. package/dist/models/Last5Result.js.map +1 -0
  134. package/dist/models/League.d.ts +81 -0
  135. package/dist/models/League.d.ts.map +1 -0
  136. package/dist/models/League.js +58 -0
  137. package/dist/models/League.js.map +1 -0
  138. package/dist/models/LeagueEnvelope.d.ts +41 -0
  139. package/dist/models/LeagueEnvelope.d.ts.map +1 -0
  140. package/dist/models/LeagueEnvelope.js +46 -0
  141. package/dist/models/LeagueEnvelope.js.map +1 -0
  142. package/dist/models/LeagueSummary.d.ts +45 -0
  143. package/dist/models/LeagueSummary.d.ts.map +1 -0
  144. package/dist/models/LeagueSummary.js +46 -0
  145. package/dist/models/LeagueSummary.js.map +1 -0
  146. package/dist/models/LeaguesListResponse.d.ts +41 -0
  147. package/dist/models/LeaguesListResponse.d.ts.map +1 -0
  148. package/dist/models/LeaguesListResponse.js +46 -0
  149. package/dist/models/LeaguesListResponse.js.map +1 -0
  150. package/dist/models/Match.d.ts +145 -0
  151. package/dist/models/Match.d.ts.map +1 -0
  152. package/dist/models/Match.js +89 -0
  153. package/dist/models/Match.js.map +1 -0
  154. package/dist/models/MatchEnvelope.d.ts +41 -0
  155. package/dist/models/MatchEnvelope.d.ts.map +1 -0
  156. package/dist/models/MatchEnvelope.js +46 -0
  157. package/dist/models/MatchEnvelope.js.map +1 -0
  158. package/dist/models/MatchParticipant.d.ts +57 -0
  159. package/dist/models/MatchParticipant.d.ts.map +1 -0
  160. package/dist/models/MatchParticipant.js +50 -0
  161. package/dist/models/MatchParticipant.js.map +1 -0
  162. package/dist/models/MatchPreview.d.ts +62 -0
  163. package/dist/models/MatchPreview.d.ts.map +1 -0
  164. package/dist/models/MatchPreview.js +63 -0
  165. package/dist/models/MatchPreview.js.map +1 -0
  166. package/dist/models/MatchPreviewEnvelope.d.ts +41 -0
  167. package/dist/models/MatchPreviewEnvelope.d.ts.map +1 -0
  168. package/dist/models/MatchPreviewEnvelope.js +46 -0
  169. package/dist/models/MatchPreviewEnvelope.js.map +1 -0
  170. package/dist/models/MatchPreviewForm.d.ts +40 -0
  171. package/dist/models/MatchPreviewForm.d.ts.map +1 -0
  172. package/dist/models/MatchPreviewForm.js +49 -0
  173. package/dist/models/MatchPreviewForm.js.map +1 -0
  174. package/dist/models/MatchPreviewLast5.d.ts +40 -0
  175. package/dist/models/MatchPreviewLast5.d.ts.map +1 -0
  176. package/dist/models/MatchPreviewLast5.js +49 -0
  177. package/dist/models/MatchPreviewLast5.js.map +1 -0
  178. package/dist/models/MatchesListResponse.d.ts +41 -0
  179. package/dist/models/MatchesListResponse.d.ts.map +1 -0
  180. package/dist/models/MatchesListResponse.js +46 -0
  181. package/dist/models/MatchesListResponse.js.map +1 -0
  182. package/dist/models/Meta.d.ts +59 -0
  183. package/dist/models/Meta.d.ts.map +1 -0
  184. package/dist/models/Meta.js +52 -0
  185. package/dist/models/Meta.js.map +1 -0
  186. package/dist/models/Paging.d.ts +45 -0
  187. package/dist/models/Paging.d.ts.map +1 -0
  188. package/dist/models/Paging.js +46 -0
  189. package/dist/models/Paging.js.map +1 -0
  190. package/dist/models/RootVersion200Response.d.ts +45 -0
  191. package/dist/models/RootVersion200Response.d.ts.map +1 -0
  192. package/dist/models/RootVersion200Response.js +46 -0
  193. package/dist/models/RootVersion200Response.js.map +1 -0
  194. package/dist/models/Series.d.ts +89 -0
  195. package/dist/models/Series.d.ts.map +1 -0
  196. package/dist/models/Series.js +62 -0
  197. package/dist/models/Series.js.map +1 -0
  198. package/dist/models/SeriesEnvelope.d.ts +41 -0
  199. package/dist/models/SeriesEnvelope.d.ts.map +1 -0
  200. package/dist/models/SeriesEnvelope.js +46 -0
  201. package/dist/models/SeriesEnvelope.js.map +1 -0
  202. package/dist/models/SeriesListResponse.d.ts +41 -0
  203. package/dist/models/SeriesListResponse.d.ts.map +1 -0
  204. package/dist/models/SeriesListResponse.js +46 -0
  205. package/dist/models/SeriesListResponse.js.map +1 -0
  206. package/dist/models/SeriesSummary.d.ts +45 -0
  207. package/dist/models/SeriesSummary.d.ts.map +1 -0
  208. package/dist/models/SeriesSummary.js +46 -0
  209. package/dist/models/SeriesSummary.js.map +1 -0
  210. package/dist/models/SeriesWinner.d.ts +39 -0
  211. package/dist/models/SeriesWinner.d.ts.map +1 -0
  212. package/dist/models/SeriesWinner.js +44 -0
  213. package/dist/models/SeriesWinner.js.map +1 -0
  214. package/dist/models/SignupRequest.d.ts +39 -0
  215. package/dist/models/SignupRequest.d.ts.map +1 -0
  216. package/dist/models/SignupRequest.js +48 -0
  217. package/dist/models/SignupRequest.js.map +1 -0
  218. package/dist/models/SourceCredit.d.ts +45 -0
  219. package/dist/models/SourceCredit.d.ts.map +1 -0
  220. package/dist/models/SourceCredit.js +52 -0
  221. package/dist/models/SourceCredit.js.map +1 -0
  222. package/dist/models/Stream.d.ts +57 -0
  223. package/dist/models/Stream.d.ts.map +1 -0
  224. package/dist/models/Stream.js +50 -0
  225. package/dist/models/Stream.js.map +1 -0
  226. package/dist/models/TeamForm.d.ts +59 -0
  227. package/dist/models/TeamForm.d.ts.map +1 -0
  228. package/dist/models/TeamForm.js +63 -0
  229. package/dist/models/TeamForm.js.map +1 -0
  230. package/dist/models/Tournament.d.ts +148 -0
  231. package/dist/models/Tournament.d.ts.map +1 -0
  232. package/dist/models/Tournament.js +88 -0
  233. package/dist/models/Tournament.js.map +1 -0
  234. package/dist/models/TournamentEnvelope.d.ts +41 -0
  235. package/dist/models/TournamentEnvelope.d.ts.map +1 -0
  236. package/dist/models/TournamentEnvelope.js +46 -0
  237. package/dist/models/TournamentEnvelope.js.map +1 -0
  238. package/dist/models/TournamentPrizePool.d.ts +39 -0
  239. package/dist/models/TournamentPrizePool.d.ts.map +1 -0
  240. package/dist/models/TournamentPrizePool.js +44 -0
  241. package/dist/models/TournamentPrizePool.js.map +1 -0
  242. package/dist/models/TournamentSummary.d.ts +57 -0
  243. package/dist/models/TournamentSummary.d.ts.map +1 -0
  244. package/dist/models/TournamentSummary.js +50 -0
  245. package/dist/models/TournamentSummary.js.map +1 -0
  246. package/dist/models/TournamentsListResponse.d.ts +41 -0
  247. package/dist/models/TournamentsListResponse.d.ts.map +1 -0
  248. package/dist/models/TournamentsListResponse.js +46 -0
  249. package/dist/models/TournamentsListResponse.js.map +1 -0
  250. package/dist/models/UsageRow.d.ts +63 -0
  251. package/dist/models/UsageRow.d.ts.map +1 -0
  252. package/dist/models/UsageRow.js +52 -0
  253. package/dist/models/UsageRow.js.map +1 -0
  254. package/dist/models/UsageToday.d.ts +57 -0
  255. package/dist/models/UsageToday.d.ts.map +1 -0
  256. package/dist/models/UsageToday.js +50 -0
  257. package/dist/models/UsageToday.js.map +1 -0
  258. package/dist/models/WebhookSubscription.d.ts +81 -0
  259. package/dist/models/WebhookSubscription.d.ts.map +1 -0
  260. package/dist/models/WebhookSubscription.js +66 -0
  261. package/dist/models/WebhookSubscription.js.map +1 -0
  262. package/dist/models/WebhookSubscriptionRequest.d.ts +67 -0
  263. package/dist/models/WebhookSubscriptionRequest.d.ts.map +1 -0
  264. package/dist/models/WebhookSubscriptionRequest.js +63 -0
  265. package/dist/models/WebhookSubscriptionRequest.js.map +1 -0
  266. package/dist/models/WebhooksCreate201Response.d.ts +87 -0
  267. package/dist/models/WebhooksCreate201Response.d.ts.map +1 -0
  268. package/dist/models/WebhooksCreate201Response.js +68 -0
  269. package/dist/models/WebhooksCreate201Response.js.map +1 -0
  270. package/dist/models/WebhooksList200Response.d.ts +34 -0
  271. package/dist/models/WebhooksList200Response.d.ts.map +1 -0
  272. package/dist/models/WebhooksList200Response.js +43 -0
  273. package/dist/models/WebhooksList200Response.js.map +1 -0
  274. package/dist/models/index.d.ts +56 -0
  275. package/dist/models/index.d.ts.map +1 -0
  276. package/dist/models/index.js +58 -0
  277. package/dist/models/index.js.map +1 -0
  278. package/dist/runtime.d.ts +185 -0
  279. package/dist/runtime.d.ts.map +1 -0
  280. package/dist/runtime.js +338 -0
  281. package/dist/runtime.js.map +1 -0
  282. package/dist/webhooks.d.ts +29 -0
  283. package/dist/webhooks.d.ts.map +1 -0
  284. package/dist/webhooks.js +77 -0
  285. package/dist/webhooks.js.map +1 -0
  286. package/package.json +60 -0
  287. package/src/apis/AccountApi.ts +474 -0
  288. package/src/apis/AuthApi.ts +446 -0
  289. package/src/apis/BillingApi.ts +180 -0
  290. package/src/apis/GamesApi.ts +195 -0
  291. package/src/apis/LeaguesApi.ts +457 -0
  292. package/src/apis/MatchesApi.ts +368 -0
  293. package/src/apis/MetaApi.ts +289 -0
  294. package/src/apis/SeriesApi.ts +454 -0
  295. package/src/apis/TournamentsApi.ts +290 -0
  296. package/src/apis/WebhooksApi.ts +336 -0
  297. package/src/apis/index.ts +12 -0
  298. package/src/from_env.ts +68 -0
  299. package/src/index.ts +5 -0
  300. package/src/models/APIKeySummary.ts +101 -0
  301. package/src/models/AccountCreateKey201Response.ts +128 -0
  302. package/src/models/AccountCreateKeyRequest.ts +66 -0
  303. package/src/models/AccountListKeys200Response.ts +73 -0
  304. package/src/models/AccountMeCapabilities200Response.ts +88 -0
  305. package/src/models/AccountUsageRecent200Response.ts +73 -0
  306. package/src/models/AuthMeResponse.ts +88 -0
  307. package/src/models/AuthMeResponseData.ts +81 -0
  308. package/src/models/CS2PreviewExtras.ts +89 -0
  309. package/src/models/CS2PreviewExtrasMapVetoHistory.ts +89 -0
  310. package/src/models/CS2PreviewExtrasMapWinRateValue.ts +73 -0
  311. package/src/models/CapabilitySet.ts +114 -0
  312. package/src/models/ErrorBody.ts +91 -0
  313. package/src/models/ErrorEnvelope.ts +74 -0
  314. package/src/models/Game.ts +125 -0
  315. package/src/models/GameEnvelope.ts +88 -0
  316. package/src/models/GamesListResponse.ts +88 -0
  317. package/src/models/HeadToHead.ts +92 -0
  318. package/src/models/Healthz200Response.ts +75 -0
  319. package/src/models/Last5Result.ts +113 -0
  320. package/src/models/League.ts +129 -0
  321. package/src/models/LeagueEnvelope.ts +88 -0
  322. package/src/models/LeagueSummary.ts +81 -0
  323. package/src/models/LeaguesListResponse.ts +88 -0
  324. package/src/models/Match.ts +243 -0
  325. package/src/models/MatchEnvelope.ts +88 -0
  326. package/src/models/MatchParticipant.ts +97 -0
  327. package/src/models/MatchPreview.ts +137 -0
  328. package/src/models/MatchPreviewEnvelope.ts +88 -0
  329. package/src/models/MatchPreviewForm.ts +83 -0
  330. package/src/models/MatchPreviewLast5.ts +83 -0
  331. package/src/models/MatchesListResponse.ts +88 -0
  332. package/src/models/Meta.ts +112 -0
  333. package/src/models/Paging.ts +81 -0
  334. package/src/models/RootVersion200Response.ts +81 -0
  335. package/src/models/Series.ts +152 -0
  336. package/src/models/SeriesEnvelope.ts +88 -0
  337. package/src/models/SeriesListResponse.ts +88 -0
  338. package/src/models/SeriesSummary.ts +81 -0
  339. package/src/models/SeriesWinner.ts +73 -0
  340. package/src/models/SignupRequest.ts +75 -0
  341. package/src/models/SourceCredit.ts +84 -0
  342. package/src/models/Stream.ts +97 -0
  343. package/src/models/TeamForm.ts +104 -0
  344. package/src/models/Tournament.ts +236 -0
  345. package/src/models/TournamentEnvelope.ts +88 -0
  346. package/src/models/TournamentPrizePool.ts +73 -0
  347. package/src/models/TournamentSummary.ts +97 -0
  348. package/src/models/TournamentsListResponse.ts +88 -0
  349. package/src/models/UsageRow.ts +105 -0
  350. package/src/models/UsageToday.ts +97 -0
  351. package/src/models/WebhookSubscription.ts +133 -0
  352. package/src/models/WebhookSubscriptionRequest.ts +112 -0
  353. package/src/models/WebhooksCreate201Response.ts +141 -0
  354. package/src/models/WebhooksList200Response.ts +73 -0
  355. package/src/models/index.ts +57 -0
  356. package/src/runtime.ts +449 -0
  357. package/src/webhooks.ts +91 -0
@@ -0,0 +1,129 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Stadar Esports Data API
5
+ * Read-only, betting-friendly esports data across all major competitive titles. Flat-tier pricing (no per-game gates), Polar- billed subscriptions (Merchant of Record), sandbox keys for evaluation. See https://stadar.net for tier pricing. All endpoints under `/v1/...`. The version in `info.version` matches the URL prefix; non-breaking field additions ship in `/v1`, breaking changes get a `/v2`. We commit to 24 months of `/v1` support after `/v2` ships. Times are UTC end-to-end (RFC 3339). Localization is the client\'s problem. Cursors are opaque base64 strings; treat them as such.
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ * Contact: api@stadar.net
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface League
20
+ */
21
+ export interface League {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof League
26
+ */
27
+ id?: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof League
32
+ */
33
+ game?: string;
34
+ /**
35
+ *
36
+ * @type {string}
37
+ * @memberof League
38
+ */
39
+ slug?: string;
40
+ /**
41
+ *
42
+ * @type {string}
43
+ * @memberof League
44
+ */
45
+ name?: string;
46
+ /**
47
+ *
48
+ * @type {string}
49
+ * @memberof League
50
+ */
51
+ shortName?: string;
52
+ /**
53
+ *
54
+ * @type {string}
55
+ * @memberof League
56
+ */
57
+ region?: string;
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof League
62
+ */
63
+ organizer?: string;
64
+ /**
65
+ *
66
+ * @type {string}
67
+ * @memberof League
68
+ */
69
+ imageUrl?: string;
70
+ /**
71
+ *
72
+ * @type {string}
73
+ * @memberof League
74
+ */
75
+ officialUrl?: string;
76
+ }
77
+
78
+ /**
79
+ * Check if a given object implements the League interface.
80
+ */
81
+ export function instanceOfLeague(value: object): value is League {
82
+ return true;
83
+ }
84
+
85
+ export function LeagueFromJSON(json: any): League {
86
+ return LeagueFromJSONTyped(json, false);
87
+ }
88
+
89
+ export function LeagueFromJSONTyped(json: any, ignoreDiscriminator: boolean): League {
90
+ if (json == null) {
91
+ return json;
92
+ }
93
+ return {
94
+
95
+ 'id': json['id'] == null ? undefined : json['id'],
96
+ 'game': json['game'] == null ? undefined : json['game'],
97
+ 'slug': json['slug'] == null ? undefined : json['slug'],
98
+ 'name': json['name'] == null ? undefined : json['name'],
99
+ 'shortName': json['short_name'] == null ? undefined : json['short_name'],
100
+ 'region': json['region'] == null ? undefined : json['region'],
101
+ 'organizer': json['organizer'] == null ? undefined : json['organizer'],
102
+ 'imageUrl': json['image_url'] == null ? undefined : json['image_url'],
103
+ 'officialUrl': json['official_url'] == null ? undefined : json['official_url'],
104
+ };
105
+ }
106
+
107
+ export function LeagueToJSON(json: any): League {
108
+ return LeagueToJSONTyped(json, false);
109
+ }
110
+
111
+ export function LeagueToJSONTyped(value?: League | null, ignoreDiscriminator: boolean = false): any {
112
+ if (value == null) {
113
+ return value;
114
+ }
115
+
116
+ return {
117
+
118
+ 'id': value['id'],
119
+ 'game': value['game'],
120
+ 'slug': value['slug'],
121
+ 'name': value['name'],
122
+ 'short_name': value['shortName'],
123
+ 'region': value['region'],
124
+ 'organizer': value['organizer'],
125
+ 'image_url': value['imageUrl'],
126
+ 'official_url': value['officialUrl'],
127
+ };
128
+ }
129
+
@@ -0,0 +1,88 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Stadar Esports Data API
5
+ * Read-only, betting-friendly esports data across all major competitive titles. Flat-tier pricing (no per-game gates), Polar- billed subscriptions (Merchant of Record), sandbox keys for evaluation. See https://stadar.net for tier pricing. All endpoints under `/v1/...`. The version in `info.version` matches the URL prefix; non-breaking field additions ship in `/v1`, breaking changes get a `/v2`. We commit to 24 months of `/v1` support after `/v2` ships. Times are UTC end-to-end (RFC 3339). Localization is the client\'s problem. Cursors are opaque base64 strings; treat them as such.
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ * Contact: api@stadar.net
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ import type { Meta } from './Meta';
17
+ import {
18
+ MetaFromJSON,
19
+ MetaFromJSONTyped,
20
+ MetaToJSON,
21
+ MetaToJSONTyped,
22
+ } from './Meta';
23
+ import type { League } from './League';
24
+ import {
25
+ LeagueFromJSON,
26
+ LeagueFromJSONTyped,
27
+ LeagueToJSON,
28
+ LeagueToJSONTyped,
29
+ } from './League';
30
+
31
+ /**
32
+ *
33
+ * @export
34
+ * @interface LeagueEnvelope
35
+ */
36
+ export interface LeagueEnvelope {
37
+ /**
38
+ *
39
+ * @type {League}
40
+ * @memberof LeagueEnvelope
41
+ */
42
+ data?: League;
43
+ /**
44
+ *
45
+ * @type {Meta}
46
+ * @memberof LeagueEnvelope
47
+ */
48
+ meta?: Meta;
49
+ }
50
+
51
+ /**
52
+ * Check if a given object implements the LeagueEnvelope interface.
53
+ */
54
+ export function instanceOfLeagueEnvelope(value: object): value is LeagueEnvelope {
55
+ return true;
56
+ }
57
+
58
+ export function LeagueEnvelopeFromJSON(json: any): LeagueEnvelope {
59
+ return LeagueEnvelopeFromJSONTyped(json, false);
60
+ }
61
+
62
+ export function LeagueEnvelopeFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeagueEnvelope {
63
+ if (json == null) {
64
+ return json;
65
+ }
66
+ return {
67
+
68
+ 'data': json['data'] == null ? undefined : LeagueFromJSON(json['data']),
69
+ 'meta': json['meta'] == null ? undefined : MetaFromJSON(json['meta']),
70
+ };
71
+ }
72
+
73
+ export function LeagueEnvelopeToJSON(json: any): LeagueEnvelope {
74
+ return LeagueEnvelopeToJSONTyped(json, false);
75
+ }
76
+
77
+ export function LeagueEnvelopeToJSONTyped(value?: LeagueEnvelope | null, ignoreDiscriminator: boolean = false): any {
78
+ if (value == null) {
79
+ return value;
80
+ }
81
+
82
+ return {
83
+
84
+ 'data': LeagueToJSON(value['data']),
85
+ 'meta': MetaToJSON(value['meta']),
86
+ };
87
+ }
88
+
@@ -0,0 +1,81 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Stadar Esports Data API
5
+ * Read-only, betting-friendly esports data across all major competitive titles. Flat-tier pricing (no per-game gates), Polar- billed subscriptions (Merchant of Record), sandbox keys for evaluation. See https://stadar.net for tier pricing. All endpoints under `/v1/...`. The version in `info.version` matches the URL prefix; non-breaking field additions ship in `/v1`, breaking changes get a `/v2`. We commit to 24 months of `/v1` support after `/v2` ships. Times are UTC end-to-end (RFC 3339). Localization is the client\'s problem. Cursors are opaque base64 strings; treat them as such.
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ * Contact: api@stadar.net
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface LeagueSummary
20
+ */
21
+ export interface LeagueSummary {
22
+ /**
23
+ * Public id (e.g. `league_<ulid>`).
24
+ * @type {string}
25
+ * @memberof LeagueSummary
26
+ */
27
+ id?: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof LeagueSummary
32
+ */
33
+ slug?: string;
34
+ /**
35
+ *
36
+ * @type {string}
37
+ * @memberof LeagueSummary
38
+ */
39
+ name?: string;
40
+ }
41
+
42
+ /**
43
+ * Check if a given object implements the LeagueSummary interface.
44
+ */
45
+ export function instanceOfLeagueSummary(value: object): value is LeagueSummary {
46
+ return true;
47
+ }
48
+
49
+ export function LeagueSummaryFromJSON(json: any): LeagueSummary {
50
+ return LeagueSummaryFromJSONTyped(json, false);
51
+ }
52
+
53
+ export function LeagueSummaryFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeagueSummary {
54
+ if (json == null) {
55
+ return json;
56
+ }
57
+ return {
58
+
59
+ 'id': json['id'] == null ? undefined : json['id'],
60
+ 'slug': json['slug'] == null ? undefined : json['slug'],
61
+ 'name': json['name'] == null ? undefined : json['name'],
62
+ };
63
+ }
64
+
65
+ export function LeagueSummaryToJSON(json: any): LeagueSummary {
66
+ return LeagueSummaryToJSONTyped(json, false);
67
+ }
68
+
69
+ export function LeagueSummaryToJSONTyped(value?: LeagueSummary | null, ignoreDiscriminator: boolean = false): any {
70
+ if (value == null) {
71
+ return value;
72
+ }
73
+
74
+ return {
75
+
76
+ 'id': value['id'],
77
+ 'slug': value['slug'],
78
+ 'name': value['name'],
79
+ };
80
+ }
81
+
@@ -0,0 +1,88 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Stadar Esports Data API
5
+ * Read-only, betting-friendly esports data across all major competitive titles. Flat-tier pricing (no per-game gates), Polar- billed subscriptions (Merchant of Record), sandbox keys for evaluation. See https://stadar.net for tier pricing. All endpoints under `/v1/...`. The version in `info.version` matches the URL prefix; non-breaking field additions ship in `/v1`, breaking changes get a `/v2`. We commit to 24 months of `/v1` support after `/v2` ships. Times are UTC end-to-end (RFC 3339). Localization is the client\'s problem. Cursors are opaque base64 strings; treat them as such.
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ * Contact: api@stadar.net
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ import type { Meta } from './Meta';
17
+ import {
18
+ MetaFromJSON,
19
+ MetaFromJSONTyped,
20
+ MetaToJSON,
21
+ MetaToJSONTyped,
22
+ } from './Meta';
23
+ import type { League } from './League';
24
+ import {
25
+ LeagueFromJSON,
26
+ LeagueFromJSONTyped,
27
+ LeagueToJSON,
28
+ LeagueToJSONTyped,
29
+ } from './League';
30
+
31
+ /**
32
+ *
33
+ * @export
34
+ * @interface LeaguesListResponse
35
+ */
36
+ export interface LeaguesListResponse {
37
+ /**
38
+ *
39
+ * @type {Array<League>}
40
+ * @memberof LeaguesListResponse
41
+ */
42
+ data?: Array<League>;
43
+ /**
44
+ *
45
+ * @type {Meta}
46
+ * @memberof LeaguesListResponse
47
+ */
48
+ meta?: Meta;
49
+ }
50
+
51
+ /**
52
+ * Check if a given object implements the LeaguesListResponse interface.
53
+ */
54
+ export function instanceOfLeaguesListResponse(value: object): value is LeaguesListResponse {
55
+ return true;
56
+ }
57
+
58
+ export function LeaguesListResponseFromJSON(json: any): LeaguesListResponse {
59
+ return LeaguesListResponseFromJSONTyped(json, false);
60
+ }
61
+
62
+ export function LeaguesListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeaguesListResponse {
63
+ if (json == null) {
64
+ return json;
65
+ }
66
+ return {
67
+
68
+ 'data': json['data'] == null ? undefined : ((json['data'] as Array<any>).map(LeagueFromJSON)),
69
+ 'meta': json['meta'] == null ? undefined : MetaFromJSON(json['meta']),
70
+ };
71
+ }
72
+
73
+ export function LeaguesListResponseToJSON(json: any): LeaguesListResponse {
74
+ return LeaguesListResponseToJSONTyped(json, false);
75
+ }
76
+
77
+ export function LeaguesListResponseToJSONTyped(value?: LeaguesListResponse | null, ignoreDiscriminator: boolean = false): any {
78
+ if (value == null) {
79
+ return value;
80
+ }
81
+
82
+ return {
83
+
84
+ 'data': value['data'] == null ? undefined : ((value['data'] as Array<any>).map(LeagueToJSON)),
85
+ 'meta': MetaToJSON(value['meta']),
86
+ };
87
+ }
88
+
@@ -0,0 +1,243 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Stadar Esports Data API
5
+ * Read-only, betting-friendly esports data across all major competitive titles. Flat-tier pricing (no per-game gates), Polar- billed subscriptions (Merchant of Record), sandbox keys for evaluation. See https://stadar.net for tier pricing. All endpoints under `/v1/...`. The version in `info.version` matches the URL prefix; non-breaking field additions ship in `/v1`, breaking changes get a `/v2`. We commit to 24 months of `/v1` support after `/v2` ships. Times are UTC end-to-end (RFC 3339). Localization is the client\'s problem. Cursors are opaque base64 strings; treat them as such.
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ * Contact: api@stadar.net
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ import type { SeriesSummary } from './SeriesSummary';
17
+ import {
18
+ SeriesSummaryFromJSON,
19
+ SeriesSummaryFromJSONTyped,
20
+ SeriesSummaryToJSON,
21
+ SeriesSummaryToJSONTyped,
22
+ } from './SeriesSummary';
23
+ import type { TournamentSummary } from './TournamentSummary';
24
+ import {
25
+ TournamentSummaryFromJSON,
26
+ TournamentSummaryFromJSONTyped,
27
+ TournamentSummaryToJSON,
28
+ TournamentSummaryToJSONTyped,
29
+ } from './TournamentSummary';
30
+ import type { LeagueSummary } from './LeagueSummary';
31
+ import {
32
+ LeagueSummaryFromJSON,
33
+ LeagueSummaryFromJSONTyped,
34
+ LeagueSummaryToJSON,
35
+ LeagueSummaryToJSONTyped,
36
+ } from './LeagueSummary';
37
+ import type { Stream } from './Stream';
38
+ import {
39
+ StreamFromJSON,
40
+ StreamFromJSONTyped,
41
+ StreamToJSON,
42
+ StreamToJSONTyped,
43
+ } from './Stream';
44
+ import type { MatchParticipant } from './MatchParticipant';
45
+ import {
46
+ MatchParticipantFromJSON,
47
+ MatchParticipantFromJSONTyped,
48
+ MatchParticipantToJSON,
49
+ MatchParticipantToJSONTyped,
50
+ } from './MatchParticipant';
51
+
52
+ /**
53
+ *
54
+ * @export
55
+ * @interface Match
56
+ */
57
+ export interface Match {
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof Match
62
+ */
63
+ id?: string;
64
+ /**
65
+ *
66
+ * @type {string}
67
+ * @memberof Match
68
+ */
69
+ game?: string;
70
+ /**
71
+ *
72
+ * @type {LeagueSummary}
73
+ * @memberof Match
74
+ */
75
+ league?: LeagueSummary;
76
+ /**
77
+ *
78
+ * @type {SeriesSummary}
79
+ * @memberof Match
80
+ */
81
+ series?: SeriesSummary;
82
+ /**
83
+ *
84
+ * @type {TournamentSummary}
85
+ * @memberof Match
86
+ */
87
+ tournament?: TournamentSummary;
88
+ /**
89
+ *
90
+ * @type {MatchStatusEnum}
91
+ * @memberof Match
92
+ */
93
+ status?: MatchStatusEnum;
94
+ /**
95
+ *
96
+ * @type {string}
97
+ * @memberof Match
98
+ */
99
+ format?: string;
100
+ /**
101
+ *
102
+ * @type {Date}
103
+ * @memberof Match
104
+ */
105
+ scheduledAt?: Date;
106
+ /**
107
+ *
108
+ * @type {Date}
109
+ * @memberof Match
110
+ */
111
+ originalScheduledAt?: Date;
112
+ /**
113
+ *
114
+ * @type {boolean}
115
+ * @memberof Match
116
+ */
117
+ rescheduled?: boolean;
118
+ /**
119
+ *
120
+ * @type {Date}
121
+ * @memberof Match
122
+ */
123
+ startedAt?: Date;
124
+ /**
125
+ *
126
+ * @type {Date}
127
+ * @memberof Match
128
+ */
129
+ completedAt?: Date;
130
+ /**
131
+ *
132
+ * @type {string}
133
+ * @memberof Match
134
+ */
135
+ patchVersion?: string;
136
+ /**
137
+ *
138
+ * @type {boolean}
139
+ * @memberof Match
140
+ */
141
+ hasDetailedStats?: boolean;
142
+ /**
143
+ *
144
+ * @type {boolean}
145
+ * @memberof Match
146
+ */
147
+ forfeit?: boolean;
148
+ /**
149
+ *
150
+ * @type {Array<MatchParticipant>}
151
+ * @memberof Match
152
+ */
153
+ participants?: Array<MatchParticipant>;
154
+ /**
155
+ *
156
+ * @type {Array<Stream>}
157
+ * @memberof Match
158
+ */
159
+ streams?: Array<Stream>;
160
+ }
161
+
162
+
163
+ /**
164
+ * @export
165
+ */
166
+ export const MatchStatusEnum = {
167
+ Scheduled: 'scheduled',
168
+ Live: 'live',
169
+ Completed: 'completed',
170
+ Cancelled: 'cancelled',
171
+ Postponed: 'postponed'
172
+ } as const;
173
+ export type MatchStatusEnum = typeof MatchStatusEnum[keyof typeof MatchStatusEnum];
174
+
175
+
176
+ /**
177
+ * Check if a given object implements the Match interface.
178
+ */
179
+ export function instanceOfMatch(value: object): value is Match {
180
+ return true;
181
+ }
182
+
183
+ export function MatchFromJSON(json: any): Match {
184
+ return MatchFromJSONTyped(json, false);
185
+ }
186
+
187
+ export function MatchFromJSONTyped(json: any, ignoreDiscriminator: boolean): Match {
188
+ if (json == null) {
189
+ return json;
190
+ }
191
+ return {
192
+
193
+ 'id': json['id'] == null ? undefined : json['id'],
194
+ 'game': json['game'] == null ? undefined : json['game'],
195
+ 'league': json['league'] == null ? undefined : LeagueSummaryFromJSON(json['league']),
196
+ 'series': json['series'] == null ? undefined : SeriesSummaryFromJSON(json['series']),
197
+ 'tournament': json['tournament'] == null ? undefined : TournamentSummaryFromJSON(json['tournament']),
198
+ 'status': json['status'] == null ? undefined : json['status'],
199
+ 'format': json['format'] == null ? undefined : json['format'],
200
+ 'scheduledAt': json['scheduled_at'] == null ? undefined : (new Date(json['scheduled_at'])),
201
+ 'originalScheduledAt': json['original_scheduled_at'] == null ? undefined : (new Date(json['original_scheduled_at'])),
202
+ 'rescheduled': json['rescheduled'] == null ? undefined : json['rescheduled'],
203
+ 'startedAt': json['started_at'] == null ? undefined : (new Date(json['started_at'])),
204
+ 'completedAt': json['completed_at'] == null ? undefined : (new Date(json['completed_at'])),
205
+ 'patchVersion': json['patch_version'] == null ? undefined : json['patch_version'],
206
+ 'hasDetailedStats': json['has_detailed_stats'] == null ? undefined : json['has_detailed_stats'],
207
+ 'forfeit': json['forfeit'] == null ? undefined : json['forfeit'],
208
+ 'participants': json['participants'] == null ? undefined : ((json['participants'] as Array<any>).map(MatchParticipantFromJSON)),
209
+ 'streams': json['streams'] == null ? undefined : ((json['streams'] as Array<any>).map(StreamFromJSON)),
210
+ };
211
+ }
212
+
213
+ export function MatchToJSON(json: any): Match {
214
+ return MatchToJSONTyped(json, false);
215
+ }
216
+
217
+ export function MatchToJSONTyped(value?: Match | null, ignoreDiscriminator: boolean = false): any {
218
+ if (value == null) {
219
+ return value;
220
+ }
221
+
222
+ return {
223
+
224
+ 'id': value['id'],
225
+ 'game': value['game'],
226
+ 'league': LeagueSummaryToJSON(value['league']),
227
+ 'series': SeriesSummaryToJSON(value['series']),
228
+ 'tournament': TournamentSummaryToJSON(value['tournament']),
229
+ 'status': value['status'],
230
+ 'format': value['format'],
231
+ 'scheduled_at': value['scheduledAt'] == null ? value['scheduledAt'] : value['scheduledAt'].toISOString(),
232
+ 'original_scheduled_at': value['originalScheduledAt'] == null ? value['originalScheduledAt'] : value['originalScheduledAt'].toISOString(),
233
+ 'rescheduled': value['rescheduled'],
234
+ 'started_at': value['startedAt'] == null ? value['startedAt'] : value['startedAt'].toISOString(),
235
+ 'completed_at': value['completedAt'] == null ? value['completedAt'] : value['completedAt'].toISOString(),
236
+ 'patch_version': value['patchVersion'],
237
+ 'has_detailed_stats': value['hasDetailedStats'],
238
+ 'forfeit': value['forfeit'],
239
+ 'participants': value['participants'] == null ? undefined : ((value['participants'] as Array<any>).map(MatchParticipantToJSON)),
240
+ 'streams': value['streams'] == null ? undefined : ((value['streams'] as Array<any>).map(StreamToJSON)),
241
+ };
242
+ }
243
+