@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,73 @@
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 SeriesWinner
20
+ */
21
+ export interface SeriesWinner {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof SeriesWinner
26
+ */
27
+ teamId?: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof SeriesWinner
32
+ */
33
+ name?: string;
34
+ }
35
+
36
+ /**
37
+ * Check if a given object implements the SeriesWinner interface.
38
+ */
39
+ export function instanceOfSeriesWinner(value: object): value is SeriesWinner {
40
+ return true;
41
+ }
42
+
43
+ export function SeriesWinnerFromJSON(json: any): SeriesWinner {
44
+ return SeriesWinnerFromJSONTyped(json, false);
45
+ }
46
+
47
+ export function SeriesWinnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SeriesWinner {
48
+ if (json == null) {
49
+ return json;
50
+ }
51
+ return {
52
+
53
+ 'teamId': json['team_id'] == null ? undefined : json['team_id'],
54
+ 'name': json['name'] == null ? undefined : json['name'],
55
+ };
56
+ }
57
+
58
+ export function SeriesWinnerToJSON(json: any): SeriesWinner {
59
+ return SeriesWinnerToJSONTyped(json, false);
60
+ }
61
+
62
+ export function SeriesWinnerToJSONTyped(value?: SeriesWinner | null, ignoreDiscriminator: boolean = false): any {
63
+ if (value == null) {
64
+ return value;
65
+ }
66
+
67
+ return {
68
+
69
+ 'team_id': value['teamId'],
70
+ 'name': value['name'],
71
+ };
72
+ }
73
+
@@ -0,0 +1,75 @@
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 SignupRequest
20
+ */
21
+ export interface SignupRequest {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof SignupRequest
26
+ */
27
+ email: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof SignupRequest
32
+ */
33
+ password: string;
34
+ }
35
+
36
+ /**
37
+ * Check if a given object implements the SignupRequest interface.
38
+ */
39
+ export function instanceOfSignupRequest(value: object): value is SignupRequest {
40
+ if (!('email' in value) || value['email'] === undefined) return false;
41
+ if (!('password' in value) || value['password'] === undefined) return false;
42
+ return true;
43
+ }
44
+
45
+ export function SignupRequestFromJSON(json: any): SignupRequest {
46
+ return SignupRequestFromJSONTyped(json, false);
47
+ }
48
+
49
+ export function SignupRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SignupRequest {
50
+ if (json == null) {
51
+ return json;
52
+ }
53
+ return {
54
+
55
+ 'email': json['email'],
56
+ 'password': json['password'],
57
+ };
58
+ }
59
+
60
+ export function SignupRequestToJSON(json: any): SignupRequest {
61
+ return SignupRequestToJSONTyped(json, false);
62
+ }
63
+
64
+ export function SignupRequestToJSONTyped(value?: SignupRequest | null, ignoreDiscriminator: boolean = false): any {
65
+ if (value == null) {
66
+ return value;
67
+ }
68
+
69
+ return {
70
+
71
+ 'email': value['email'],
72
+ 'password': value['password'],
73
+ };
74
+ }
75
+
@@ -0,0 +1,84 @@
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 SourceCredit
20
+ */
21
+ export interface SourceCredit {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof SourceCredit
26
+ */
27
+ name: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof SourceCredit
32
+ */
33
+ url: string;
34
+ /**
35
+ *
36
+ * @type {string}
37
+ * @memberof SourceCredit
38
+ */
39
+ license: string;
40
+ }
41
+
42
+ /**
43
+ * Check if a given object implements the SourceCredit interface.
44
+ */
45
+ export function instanceOfSourceCredit(value: object): value is SourceCredit {
46
+ if (!('name' in value) || value['name'] === undefined) return false;
47
+ if (!('url' in value) || value['url'] === undefined) return false;
48
+ if (!('license' in value) || value['license'] === undefined) return false;
49
+ return true;
50
+ }
51
+
52
+ export function SourceCreditFromJSON(json: any): SourceCredit {
53
+ return SourceCreditFromJSONTyped(json, false);
54
+ }
55
+
56
+ export function SourceCreditFromJSONTyped(json: any, ignoreDiscriminator: boolean): SourceCredit {
57
+ if (json == null) {
58
+ return json;
59
+ }
60
+ return {
61
+
62
+ 'name': json['name'],
63
+ 'url': json['url'],
64
+ 'license': json['license'],
65
+ };
66
+ }
67
+
68
+ export function SourceCreditToJSON(json: any): SourceCredit {
69
+ return SourceCreditToJSONTyped(json, false);
70
+ }
71
+
72
+ export function SourceCreditToJSONTyped(value?: SourceCredit | null, ignoreDiscriminator: boolean = false): any {
73
+ if (value == null) {
74
+ return value;
75
+ }
76
+
77
+ return {
78
+
79
+ 'name': value['name'],
80
+ 'url': value['url'],
81
+ 'license': value['license'],
82
+ };
83
+ }
84
+
@@ -0,0 +1,97 @@
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 Stream
20
+ */
21
+ export interface Stream {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof Stream
26
+ */
27
+ platform?: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof Stream
32
+ */
33
+ language?: string;
34
+ /**
35
+ *
36
+ * @type {string}
37
+ * @memberof Stream
38
+ */
39
+ url?: string;
40
+ /**
41
+ *
42
+ * @type {string}
43
+ * @memberof Stream
44
+ */
45
+ embedUrl?: string;
46
+ /**
47
+ *
48
+ * @type {boolean}
49
+ * @memberof Stream
50
+ */
51
+ official?: boolean;
52
+ }
53
+
54
+ /**
55
+ * Check if a given object implements the Stream interface.
56
+ */
57
+ export function instanceOfStream(value: object): value is Stream {
58
+ return true;
59
+ }
60
+
61
+ export function StreamFromJSON(json: any): Stream {
62
+ return StreamFromJSONTyped(json, false);
63
+ }
64
+
65
+ export function StreamFromJSONTyped(json: any, ignoreDiscriminator: boolean): Stream {
66
+ if (json == null) {
67
+ return json;
68
+ }
69
+ return {
70
+
71
+ 'platform': json['platform'] == null ? undefined : json['platform'],
72
+ 'language': json['language'] == null ? undefined : json['language'],
73
+ 'url': json['url'] == null ? undefined : json['url'],
74
+ 'embedUrl': json['embed_url'] == null ? undefined : json['embed_url'],
75
+ 'official': json['official'] == null ? undefined : json['official'],
76
+ };
77
+ }
78
+
79
+ export function StreamToJSON(json: any): Stream {
80
+ return StreamToJSONTyped(json, false);
81
+ }
82
+
83
+ export function StreamToJSONTyped(value?: Stream | null, ignoreDiscriminator: boolean = false): any {
84
+ if (value == null) {
85
+ return value;
86
+ }
87
+
88
+ return {
89
+
90
+ 'platform': value['platform'],
91
+ 'language': value['language'],
92
+ 'url': value['url'],
93
+ 'embed_url': value['embedUrl'],
94
+ 'official': value['official'],
95
+ };
96
+ }
97
+
@@ -0,0 +1,104 @@
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 TeamForm
20
+ */
21
+ export interface TeamForm {
22
+ /**
23
+ * Public team id (team_<ulid>), null for TBD slots.
24
+ * @type {string}
25
+ * @memberof TeamForm
26
+ */
27
+ teamId: string;
28
+ /**
29
+ * Most-recent first, up to 10 entries. `W`, `L`.
30
+ * @type {Array<TeamFormLastNResultsEnum>}
31
+ * @memberof TeamForm
32
+ */
33
+ lastNResults: Array<TeamFormLastNResultsEnum>;
34
+ /**
35
+ *
36
+ * @type {number}
37
+ * @memberof TeamForm
38
+ */
39
+ wins30d: number;
40
+ /**
41
+ *
42
+ * @type {number}
43
+ * @memberof TeamForm
44
+ */
45
+ losses30d: number;
46
+ }
47
+
48
+
49
+ /**
50
+ * @export
51
+ */
52
+ export const TeamFormLastNResultsEnum = {
53
+ W: 'W',
54
+ L: 'L'
55
+ } as const;
56
+ export type TeamFormLastNResultsEnum = typeof TeamFormLastNResultsEnum[keyof typeof TeamFormLastNResultsEnum];
57
+
58
+
59
+ /**
60
+ * Check if a given object implements the TeamForm interface.
61
+ */
62
+ export function instanceOfTeamForm(value: object): value is TeamForm {
63
+ if (!('teamId' in value) || value['teamId'] === undefined) return false;
64
+ if (!('lastNResults' in value) || value['lastNResults'] === undefined) return false;
65
+ if (!('wins30d' in value) || value['wins30d'] === undefined) return false;
66
+ if (!('losses30d' in value) || value['losses30d'] === undefined) return false;
67
+ return true;
68
+ }
69
+
70
+ export function TeamFormFromJSON(json: any): TeamForm {
71
+ return TeamFormFromJSONTyped(json, false);
72
+ }
73
+
74
+ export function TeamFormFromJSONTyped(json: any, ignoreDiscriminator: boolean): TeamForm {
75
+ if (json == null) {
76
+ return json;
77
+ }
78
+ return {
79
+
80
+ 'teamId': json['team_id'],
81
+ 'lastNResults': json['last_n_results'],
82
+ 'wins30d': json['wins_30d'],
83
+ 'losses30d': json['losses_30d'],
84
+ };
85
+ }
86
+
87
+ export function TeamFormToJSON(json: any): TeamForm {
88
+ return TeamFormToJSONTyped(json, false);
89
+ }
90
+
91
+ export function TeamFormToJSONTyped(value?: TeamForm | null, ignoreDiscriminator: boolean = false): any {
92
+ if (value == null) {
93
+ return value;
94
+ }
95
+
96
+ return {
97
+
98
+ 'team_id': value['teamId'],
99
+ 'last_n_results': value['lastNResults'],
100
+ 'wins_30d': value['wins30d'],
101
+ 'losses_30d': value['losses30d'],
102
+ };
103
+ }
104
+
@@ -0,0 +1,236 @@
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 { LeagueSummary } from './LeagueSummary';
24
+ import {
25
+ LeagueSummaryFromJSON,
26
+ LeagueSummaryFromJSONTyped,
27
+ LeagueSummaryToJSON,
28
+ LeagueSummaryToJSONTyped,
29
+ } from './LeagueSummary';
30
+ import type { TournamentPrizePool } from './TournamentPrizePool';
31
+ import {
32
+ TournamentPrizePoolFromJSON,
33
+ TournamentPrizePoolFromJSONTyped,
34
+ TournamentPrizePoolToJSON,
35
+ TournamentPrizePoolToJSONTyped,
36
+ } from './TournamentPrizePool';
37
+
38
+ /**
39
+ *
40
+ * @export
41
+ * @interface Tournament
42
+ */
43
+ export interface Tournament {
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof Tournament
48
+ */
49
+ id?: string;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof Tournament
54
+ */
55
+ game?: string;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof Tournament
60
+ */
61
+ slug?: string;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof Tournament
66
+ */
67
+ name?: string;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof Tournament
72
+ */
73
+ organizer?: string;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof Tournament
78
+ */
79
+ tier?: string;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof Tournament
84
+ */
85
+ region?: string;
86
+ /**
87
+ *
88
+ * @type {LeagueSummary}
89
+ * @memberof Tournament
90
+ */
91
+ league?: LeagueSummary;
92
+ /**
93
+ *
94
+ * @type {SeriesSummary}
95
+ * @memberof Tournament
96
+ */
97
+ series?: SeriesSummary;
98
+ /**
99
+ *
100
+ * @type {Date}
101
+ * @memberof Tournament
102
+ */
103
+ startDate?: Date;
104
+ /**
105
+ *
106
+ * @type {Date}
107
+ * @memberof Tournament
108
+ */
109
+ endDate?: Date;
110
+ /**
111
+ *
112
+ * @type {TournamentPrizePool}
113
+ * @memberof Tournament
114
+ */
115
+ prizePool?: TournamentPrizePool;
116
+ /**
117
+ *
118
+ * @type {string}
119
+ * @memberof Tournament
120
+ */
121
+ location?: string;
122
+ /**
123
+ *
124
+ * @type {string}
125
+ * @memberof Tournament
126
+ */
127
+ format?: string;
128
+ /**
129
+ *
130
+ * @type {boolean}
131
+ * @memberof Tournament
132
+ */
133
+ hasBracket?: boolean;
134
+ /**
135
+ *
136
+ * @type {boolean}
137
+ * @memberof Tournament
138
+ */
139
+ hasDetailedStats?: boolean;
140
+ /**
141
+ *
142
+ * @type {TournamentStatusEnum}
143
+ * @memberof Tournament
144
+ */
145
+ status?: TournamentStatusEnum;
146
+ /**
147
+ * Bracket DAG. Gated to Hobbyist+ via `brackets` capability.
148
+ * @type {object}
149
+ * @memberof Tournament
150
+ */
151
+ brackets?: object;
152
+ }
153
+
154
+
155
+ /**
156
+ * @export
157
+ */
158
+ export const TournamentStatusEnum = {
159
+ Upcoming: 'upcoming',
160
+ Live: 'live',
161
+ Completed: 'completed',
162
+ Cancelled: 'cancelled'
163
+ } as const;
164
+ export type TournamentStatusEnum = typeof TournamentStatusEnum[keyof typeof TournamentStatusEnum];
165
+
166
+
167
+ /**
168
+ * Check if a given object implements the Tournament interface.
169
+ */
170
+ export function instanceOfTournament(value: object): value is Tournament {
171
+ return true;
172
+ }
173
+
174
+ export function TournamentFromJSON(json: any): Tournament {
175
+ return TournamentFromJSONTyped(json, false);
176
+ }
177
+
178
+ export function TournamentFromJSONTyped(json: any, ignoreDiscriminator: boolean): Tournament {
179
+ if (json == null) {
180
+ return json;
181
+ }
182
+ return {
183
+
184
+ 'id': json['id'] == null ? undefined : json['id'],
185
+ 'game': json['game'] == null ? undefined : json['game'],
186
+ 'slug': json['slug'] == null ? undefined : json['slug'],
187
+ 'name': json['name'] == null ? undefined : json['name'],
188
+ 'organizer': json['organizer'] == null ? undefined : json['organizer'],
189
+ 'tier': json['tier'] == null ? undefined : json['tier'],
190
+ 'region': json['region'] == null ? undefined : json['region'],
191
+ 'league': json['league'] == null ? undefined : LeagueSummaryFromJSON(json['league']),
192
+ 'series': json['series'] == null ? undefined : SeriesSummaryFromJSON(json['series']),
193
+ 'startDate': json['start_date'] == null ? undefined : (new Date(json['start_date'])),
194
+ 'endDate': json['end_date'] == null ? undefined : (new Date(json['end_date'])),
195
+ 'prizePool': json['prize_pool'] == null ? undefined : TournamentPrizePoolFromJSON(json['prize_pool']),
196
+ 'location': json['location'] == null ? undefined : json['location'],
197
+ 'format': json['format'] == null ? undefined : json['format'],
198
+ 'hasBracket': json['has_bracket'] == null ? undefined : json['has_bracket'],
199
+ 'hasDetailedStats': json['has_detailed_stats'] == null ? undefined : json['has_detailed_stats'],
200
+ 'status': json['status'] == null ? undefined : json['status'],
201
+ 'brackets': json['brackets'] == null ? undefined : json['brackets'],
202
+ };
203
+ }
204
+
205
+ export function TournamentToJSON(json: any): Tournament {
206
+ return TournamentToJSONTyped(json, false);
207
+ }
208
+
209
+ export function TournamentToJSONTyped(value?: Tournament | null, ignoreDiscriminator: boolean = false): any {
210
+ if (value == null) {
211
+ return value;
212
+ }
213
+
214
+ return {
215
+
216
+ 'id': value['id'],
217
+ 'game': value['game'],
218
+ 'slug': value['slug'],
219
+ 'name': value['name'],
220
+ 'organizer': value['organizer'],
221
+ 'tier': value['tier'],
222
+ 'region': value['region'],
223
+ 'league': LeagueSummaryToJSON(value['league']),
224
+ 'series': SeriesSummaryToJSON(value['series']),
225
+ 'start_date': value['startDate'] == null ? value['startDate'] : value['startDate'].toISOString().substring(0,10),
226
+ 'end_date': value['endDate'] == null ? value['endDate'] : value['endDate'].toISOString().substring(0,10),
227
+ 'prize_pool': TournamentPrizePoolToJSON(value['prizePool']),
228
+ 'location': value['location'],
229
+ 'format': value['format'],
230
+ 'has_bracket': value['hasBracket'],
231
+ 'has_detailed_stats': value['hasDetailedStats'],
232
+ 'status': value['status'],
233
+ 'brackets': value['brackets'],
234
+ };
235
+ }
236
+