@steamsets/client-ts 0.19.4 → 0.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (538) hide show
  1. package/FUNCTIONS.md +2 -2
  2. package/README.md +95 -193
  3. package/docs/sdks/account/README.md +1230 -196
  4. package/docs/sdks/admin/README.md +94 -5
  5. package/docs/sdks/app/README.md +5 -5
  6. package/docs/sdks/badge/README.md +226 -10
  7. package/docs/sdks/badges/README.md +8 -375
  8. package/docs/sdks/connection/README.md +4 -239
  9. package/docs/sdks/{sessions → developerapps}/README.md +28 -16
  10. package/docs/sdks/events/README.md +4 -93
  11. package/docs/sdks/leaderboard/README.md +5 -77
  12. package/docs/sdks/liveness/README.md +5 -5
  13. package/docs/sdks/{locations → location}/README.md +7 -5
  14. package/docs/sdks/{accounts → roles}/README.md +10 -14
  15. package/docs/sdks/session/README.md +11 -106
  16. package/funcs/{locationsGet.d.ts → accountBookmarkBadge.d.ts} +3 -2
  17. package/funcs/{internalDeleteImages.d.ts.map → accountBookmarkBadge.d.ts.map} +1 -1
  18. package/funcs/{badgesBookmark.js → accountBookmarkBadge.js} +3 -3
  19. package/funcs/{internalDeleteImages.js.map → accountBookmarkBadge.js.map} +1 -1
  20. package/funcs/{accountsQueue.d.ts → accountConnect.d.ts} +2 -2
  21. package/funcs/{badgesBookmark.d.ts.map → accountConnect.d.ts.map} +1 -1
  22. package/funcs/{connectionsConnect.js → accountConnect.js} +3 -3
  23. package/funcs/{sessionsDelete.js.map → accountConnect.js.map} +1 -1
  24. package/funcs/{accountAccountV1GetMeta.d.ts → accountConnectionUpdate.d.ts} +2 -2
  25. package/funcs/{badgeBadgeV1TagsSuggest.d.ts.map → accountConnectionUpdate.d.ts.map} +1 -1
  26. package/funcs/{connectionUpdate.js → accountConnectionUpdate.js} +3 -3
  27. package/funcs/{badgeBadgeV1TagsSuggest.js.map → accountConnectionUpdate.js.map} +1 -1
  28. package/funcs/{settingsVerifyEmail.d.ts → accountCreateSession.d.ts} +2 -3
  29. package/funcs/accountCreateSession.d.ts.map +1 -0
  30. package/funcs/{sessionCreate.js → accountCreateSession.js} +3 -3
  31. package/funcs/accountCreateSession.js.map +1 -0
  32. package/funcs/{accountUpdateApp.d.ts → accountDeleteConnection.d.ts} +2 -2
  33. package/funcs/{externalAppV1ListBadges.d.ts.map → accountDeleteConnection.d.ts.map} +1 -1
  34. package/funcs/{connectionDelete.js → accountDeleteConnection.js} +3 -3
  35. package/funcs/{accountAccountV1GetMeta.js.map → accountDeleteConnection.js.map} +1 -1
  36. package/funcs/{internalDeleteDeveloperApp.d.ts → accountDeveloperAppsDelete.d.ts} +2 -2
  37. package/funcs/{internalDeleteDeveloperApp.d.ts.map → accountDeveloperAppsDelete.d.ts.map} +1 -1
  38. package/funcs/{internalDeleteDeveloperApp.js → accountDeveloperAppsDelete.js} +3 -3
  39. package/funcs/{internalDeleteDeveloperApp.js.map → accountDeveloperAppsDelete.js.map} +1 -1
  40. package/funcs/accountDeveloperAppsUpdate.d.ts +12 -0
  41. package/funcs/{internalCreateDeveloperApp.d.ts.map → accountDeveloperAppsUpdate.d.ts.map} +1 -1
  42. package/funcs/{developerUpdateApp.js → accountDeveloperAppsUpdate.js} +3 -3
  43. package/funcs/{internalCreateDeveloperApp.js.map → accountDeveloperAppsUpdate.js.map} +1 -1
  44. package/funcs/{accountGetAccount.d.ts → accountEmailSendVerification.d.ts} +2 -3
  45. package/funcs/accountEmailSendVerification.d.ts.map +1 -0
  46. package/funcs/{settingsSendVerification.js → accountEmailSendVerification.js} +3 -3
  47. package/funcs/accountEmailSendVerification.js.map +1 -0
  48. package/funcs/{developerCreateDeveloperApp.d.ts → accountEmailSubscription.d.ts} +2 -3
  49. package/funcs/{settingsSendVerification.d.ts.map → accountEmailSubscription.d.ts.map} +1 -1
  50. package/funcs/{settingsSubscribeEmail.js → accountEmailSubscription.js} +3 -3
  51. package/funcs/accountEmailSubscription.js.map +1 -0
  52. package/funcs/{badgeBadgeV1TagsSuggest.d.ts → accountEmailVerify.d.ts} +2 -2
  53. package/funcs/{appAppV1ListBadges.d.ts.map → accountEmailVerify.d.ts.map} +1 -1
  54. package/funcs/{settingsVerifyEmail.js → accountEmailVerify.js} +3 -3
  55. package/funcs/{appAppV1ListBadges.js.map → accountEmailVerify.js.map} +1 -1
  56. package/funcs/{internalCreateDeveloperApp.d.ts → accountGetBadgeBookmarks.d.ts} +2 -3
  57. package/funcs/accountGetBadgeBookmarks.d.ts.map +1 -0
  58. package/funcs/{badgesGetBookmarks.js → accountGetBadgeBookmarks.js} +3 -3
  59. package/funcs/accountGetBadgeBookmarks.js.map +1 -0
  60. package/funcs/{internalGetStaff.d.ts → accountGetImages.d.ts} +2 -2
  61. package/funcs/{internalGetStaff.d.ts.map → accountGetImages.d.ts.map} +1 -1
  62. package/funcs/{imagesGet.js → accountGetImages.js} +3 -3
  63. package/funcs/accountGetImages.js.map +1 -0
  64. package/funcs/{settingsSendVerification.d.ts → accountGetMeta.d.ts} +3 -2
  65. package/funcs/{dataGetFriends.d.ts.map → accountGetMeta.d.ts.map} +1 -1
  66. package/funcs/{dataAccountV1GetMeta.js → accountGetMeta.js} +3 -3
  67. package/funcs/{dataGetFriends.js.map → accountGetMeta.js.map} +1 -1
  68. package/funcs/{badgesGetBookmarks.d.ts → accountGetOwnedBadges.d.ts} +2 -2
  69. package/funcs/accountGetOwnedBadges.d.ts.map +1 -0
  70. package/funcs/{badgesGetOwned.js → accountGetOwnedBadges.js} +3 -3
  71. package/funcs/accountGetOwnedBadges.js.map +1 -0
  72. package/funcs/{appAppV1ListBadges.d.ts → accountGetSession.d.ts} +2 -3
  73. package/funcs/accountGetSession.d.ts.map +1 -0
  74. package/funcs/{sessionsGet.js → accountGetSession.js} +3 -3
  75. package/funcs/{livenessCheck.js.map → accountGetSession.js.map} +1 -1
  76. package/funcs/{settingsSubscribeEmail.d.ts → accountGetSettings.d.ts} +2 -2
  77. package/funcs/{badgesGetBookmarks.d.ts.map → accountGetSettings.d.ts.map} +1 -1
  78. package/funcs/{settingsGet.js → accountGetSettings.js} +3 -3
  79. package/funcs/accountGetSettings.js.map +1 -0
  80. package/funcs/{sessionLogin.d.ts → accountLogin.d.ts} +2 -2
  81. package/funcs/{sessionLogin.d.ts.map → accountLogin.d.ts.map} +1 -1
  82. package/funcs/{sessionLogin.js → accountLogin.js} +3 -3
  83. package/funcs/{sessionLogin.js.map → accountLogin.js.map} +1 -1
  84. package/funcs/{dataGetApps.d.ts → accountQueue.d.ts} +2 -2
  85. package/funcs/{eventsUpdate.d.ts.map → accountQueue.d.ts.map} +1 -1
  86. package/funcs/{accountsQueue.js → accountQueue.js} +3 -3
  87. package/funcs/{imagesUpdate.js.map → accountQueue.js.map} +1 -1
  88. package/funcs/{internalDeleteImages.d.ts → accountReconnect.d.ts} +2 -2
  89. package/funcs/{accountUpdateApp.d.ts.map → accountReconnect.d.ts.map} +1 -1
  90. package/funcs/{connectionReconnect.js → accountReconnect.js} +3 -3
  91. package/funcs/{connectionVerify.js.map → accountReconnect.js.map} +1 -1
  92. package/funcs/{settingsUpdateRole.d.ts → accountRolesUpdate.d.ts} +2 -2
  93. package/funcs/{settingsUpdateRole.d.ts.map → accountRolesUpdate.d.ts.map} +1 -1
  94. package/funcs/{settingsUpdateRole.js → accountRolesUpdate.js} +3 -3
  95. package/funcs/{settingsUpdateRole.js.map → accountRolesUpdate.js.map} +1 -1
  96. package/funcs/{dataGetLeaderboardHistory.d.ts → accountSessionDelete.d.ts} +2 -2
  97. package/funcs/{internalUploadImages.d.ts.map → accountSessionDelete.d.ts.map} +1 -1
  98. package/funcs/{sessionsDelete.js → accountSessionDelete.js} +3 -3
  99. package/funcs/{dataAccountV1GetMeta.js.map → accountSessionDelete.js.map} +1 -1
  100. package/funcs/{imagesDeleteImages.d.ts → accountUpdateImages.d.ts} +2 -2
  101. package/funcs/{settingsVerifyEmail.d.ts.map → accountUpdateImages.d.ts.map} +1 -1
  102. package/funcs/{imagesUpdate.js → accountUpdateImages.js} +3 -3
  103. package/funcs/{connectionReconnect.js.map → accountUpdateImages.js.map} +1 -1
  104. package/funcs/{eventsGet.d.ts → accountUpdateSettings.d.ts} +2 -2
  105. package/funcs/accountUpdateSettings.d.ts.map +1 -0
  106. package/funcs/{settingsUpdate.js → accountUpdateSettings.js} +3 -3
  107. package/funcs/accountUpdateSettings.js.map +1 -0
  108. package/funcs/accountVerifyConnection.d.ts +12 -0
  109. package/funcs/{accountAccountV1GetMeta.d.ts.map → accountVerifyConnection.d.ts.map} +1 -1
  110. package/funcs/{connectionVerify.js → accountVerifyConnection.js} +3 -3
  111. package/funcs/{externalAppV1ListBadges.js.map → accountVerifyConnection.js.map} +1 -1
  112. package/funcs/{externalGetLeaderboardHistory.d.ts → adminEventsGet.d.ts} +2 -3
  113. package/funcs/{badgesGetOwned.d.ts.map → adminEventsGet.d.ts.map} +1 -1
  114. package/funcs/{eventsGet.js → adminEventsGet.js} +3 -3
  115. package/funcs/{badgesGetOwned.js.map → adminEventsGet.js.map} +1 -1
  116. package/funcs/{dataAccountV1GetMeta.d.ts → adminRemoveVanity.d.ts} +2 -2
  117. package/funcs/{accountGetAccount.d.ts.map → adminRemoveVanity.d.ts.map} +1 -1
  118. package/funcs/{eventAdminV1RemoveVanity.js → adminRemoveVanity.js} +3 -3
  119. package/funcs/{accountGetAccount.js.map → adminRemoveVanity.js.map} +1 -1
  120. package/funcs/{externalAppV1ListBadges.d.ts → adminUpdateEvent.d.ts} +2 -2
  121. package/funcs/{connectionVerify.d.ts.map → adminUpdateEvent.d.ts.map} +1 -1
  122. package/funcs/{eventsUpdate.js → adminUpdateEvent.js} +3 -3
  123. package/funcs/{connectionDelete.js.map → adminUpdateEvent.js.map} +1 -1
  124. package/funcs/{internalAccountV1GetMeta.d.ts → appListBadges.d.ts} +2 -2
  125. package/funcs/{accountsQueue.d.ts.map → appListBadges.d.ts.map} +1 -1
  126. package/funcs/{appAppV1ListBadges.js → appListBadges.js} +3 -3
  127. package/funcs/{accountsQueue.js.map → appListBadges.js.map} +1 -1
  128. package/funcs/{dataGetInfo.d.ts → badgeSearch.d.ts} +2 -2
  129. package/funcs/{dataGetInfo.d.ts.map → badgeSearch.d.ts.map} +1 -1
  130. package/funcs/{badgesSearch.js → badgeSearch.js} +3 -3
  131. package/funcs/{dataGetInfo.js.map → badgeSearch.js.map} +1 -1
  132. package/funcs/{connectionsConnect.d.ts → badgeSuggest.d.ts} +2 -2
  133. package/funcs/{imagesUpdate.d.ts.map → badgeSuggest.d.ts.map} +1 -1
  134. package/funcs/{badgeBadgeV1SearchSuggest.js → badgeSuggest.js} +3 -3
  135. package/funcs/{badgesSearch.js.map → badgeSuggest.js.map} +1 -1
  136. package/funcs/badgeSuggestTags.d.ts +12 -0
  137. package/funcs/{connectionDelete.d.ts.map → badgeSuggestTags.d.ts.map} +1 -1
  138. package/funcs/{badgeBadgeV1TagsSuggest.js → badgeSuggestTags.js} +3 -3
  139. package/funcs/{connectionUpdate.js.map → badgeSuggestTags.js.map} +1 -1
  140. package/funcs/{badgesTag.d.ts → badgeTag.d.ts} +2 -2
  141. package/funcs/badgeTag.d.ts.map +1 -0
  142. package/funcs/{badgesTag.js → badgeTag.js} +3 -3
  143. package/funcs/badgeTag.js.map +1 -0
  144. package/funcs/{badgesGetOwned.d.ts → leaderboardBadgesGetList.d.ts} +2 -2
  145. package/funcs/leaderboardBadgesGetList.d.ts.map +1 -0
  146. package/funcs/{leaderboardGetBadges.js → leaderboardBadgesGetList.js} +3 -3
  147. package/funcs/leaderboardBadgesGetList.js.map +1 -0
  148. package/funcs/{accountDeleteDeveloperApp.d.ts → leaderboardGetAccountMeta.d.ts} +2 -2
  149. package/funcs/{accountDeleteDeveloperApp.d.ts.map → leaderboardGetAccountMeta.d.ts.map} +1 -1
  150. package/funcs/{accountLeaderboardV1GetLeaderboardAccountMeta.js → leaderboardGetAccountMeta.js} +3 -3
  151. package/funcs/leaderboardGetAccountMeta.js.map +1 -0
  152. package/funcs/{internalCheck.d.ts → livenessGet.d.ts} +2 -2
  153. package/funcs/livenessGet.d.ts.map +1 -0
  154. package/funcs/{internalCheck.js → livenessGet.js} +3 -3
  155. package/funcs/livenessGet.js.map +1 -0
  156. package/funcs/{externalGet.d.ts → locationGet.d.ts} +2 -2
  157. package/funcs/{externalGet.d.ts.map → locationGet.d.ts.map} +1 -1
  158. package/funcs/{locationsGet.js → locationGet.js} +3 -3
  159. package/funcs/{externalGet.js.map → locationGet.js.map} +1 -1
  160. package/jsr.json +1 -1
  161. package/lib/config.d.ts +2 -2
  162. package/lib/config.js +2 -2
  163. package/package.json +1 -1
  164. package/sdk/account.d.ts +31 -5
  165. package/sdk/account.d.ts.map +1 -1
  166. package/sdk/account.js +88 -16
  167. package/sdk/account.js.map +1 -1
  168. package/sdk/admin.d.ts +5 -1
  169. package/sdk/admin.d.ts.map +1 -1
  170. package/sdk/admin.js +11 -3
  171. package/sdk/admin.js.map +1 -1
  172. package/sdk/app.d.ts +1 -1
  173. package/sdk/app.d.ts.map +1 -1
  174. package/sdk/app.js +3 -3
  175. package/sdk/app.js.map +1 -1
  176. package/sdk/badge.d.ts +4 -2
  177. package/sdk/badge.d.ts.map +1 -1
  178. package/sdk/badge.js +14 -6
  179. package/sdk/badge.js.map +1 -1
  180. package/sdk/badges.d.ts +1 -6
  181. package/sdk/badges.d.ts.map +1 -1
  182. package/sdk/badges.js +3 -19
  183. package/sdk/badges.js.map +1 -1
  184. package/sdk/connection.d.ts +0 -3
  185. package/sdk/connection.d.ts.map +1 -1
  186. package/sdk/connection.js +2 -14
  187. package/sdk/connection.js.map +1 -1
  188. package/sdk/developerapps.d.ts +8 -0
  189. package/sdk/developerapps.d.ts.map +1 -0
  190. package/sdk/developerapps.js +20 -0
  191. package/sdk/developerapps.js.map +1 -0
  192. package/sdk/events.d.ts +0 -2
  193. package/sdk/events.d.ts.map +1 -1
  194. package/sdk/events.js +2 -6
  195. package/sdk/events.js.map +1 -1
  196. package/sdk/leaderboard.d.ts +4 -2
  197. package/sdk/leaderboard.d.ts.map +1 -1
  198. package/sdk/leaderboard.js +7 -7
  199. package/sdk/leaderboard.js.map +1 -1
  200. package/sdk/liveness.d.ts +1 -1
  201. package/sdk/liveness.d.ts.map +1 -1
  202. package/sdk/liveness.js +3 -3
  203. package/sdk/liveness.js.map +1 -1
  204. package/sdk/{locations.d.ts → location.d.ts} +2 -2
  205. package/sdk/location.d.ts.map +1 -0
  206. package/sdk/location.js +16 -0
  207. package/sdk/location.js.map +1 -0
  208. package/sdk/roles.d.ts +7 -0
  209. package/sdk/roles.d.ts.map +1 -0
  210. package/sdk/roles.js +16 -0
  211. package/sdk/roles.js.map +1 -0
  212. package/sdk/sdk.d.ts +3 -45
  213. package/sdk/sdk.d.ts.map +1 -1
  214. package/sdk/sdk.js +3 -59
  215. package/sdk/sdk.js.map +1 -1
  216. package/sdk/session.d.ts +2 -2
  217. package/sdk/session.d.ts.map +1 -1
  218. package/sdk/session.js +3 -7
  219. package/sdk/session.js.map +1 -1
  220. package/src/funcs/{badgesBookmark.ts → accountBookmarkBadge.ts} +1 -1
  221. package/src/funcs/{connectionsConnect.ts → accountConnect.ts} +1 -1
  222. package/src/funcs/{connectionUpdate.ts → accountConnectionUpdate.ts} +1 -1
  223. package/src/funcs/{sessionCreate.ts → accountCreateSession.ts} +1 -1
  224. package/src/funcs/{connectionDelete.ts → accountDeleteConnection.ts} +1 -1
  225. package/src/funcs/{internalDeleteDeveloperApp.ts → accountDeveloperAppsDelete.ts} +1 -1
  226. package/src/funcs/{accountUpdateApp.ts → accountDeveloperAppsUpdate.ts} +1 -1
  227. package/src/funcs/{settingsSendVerification.ts → accountEmailSendVerification.ts} +1 -1
  228. package/src/funcs/{settingsSubscribeEmail.ts → accountEmailSubscription.ts} +1 -1
  229. package/src/funcs/{settingsVerifyEmail.ts → accountEmailVerify.ts} +1 -1
  230. package/src/funcs/{badgesGetBookmarks.ts → accountGetBadgeBookmarks.ts} +1 -1
  231. package/src/funcs/{imagesGet.ts → accountGetImages.ts} +1 -1
  232. package/src/funcs/{dataAccountV1GetMeta.ts → accountGetMeta.ts} +1 -1
  233. package/src/funcs/{badgesGetOwned.ts → accountGetOwnedBadges.ts} +1 -1
  234. package/src/funcs/{sessionsGet.ts → accountGetSession.ts} +1 -1
  235. package/src/funcs/{settingsGet.ts → accountGetSettings.ts} +1 -1
  236. package/src/funcs/{sessionLogin.ts → accountLogin.ts} +1 -1
  237. package/src/funcs/{accountsQueue.ts → accountQueue.ts} +1 -1
  238. package/src/funcs/{connectionReconnect.ts → accountReconnect.ts} +1 -1
  239. package/src/funcs/{settingsUpdateRole.ts → accountRolesUpdate.ts} +1 -1
  240. package/src/funcs/{sessionsDelete.ts → accountSessionDelete.ts} +1 -1
  241. package/src/funcs/{imagesUpdate.ts → accountUpdateImages.ts} +1 -1
  242. package/src/funcs/{settingsUpdate.ts → accountUpdateSettings.ts} +1 -1
  243. package/src/funcs/{connectionVerify.ts → accountVerifyConnection.ts} +1 -1
  244. package/src/funcs/{eventsGet.ts → adminEventsGet.ts} +1 -1
  245. package/src/funcs/{eventAdminV1RemoveVanity.ts → adminRemoveVanity.ts} +1 -1
  246. package/src/funcs/{eventsUpdate.ts → adminUpdateEvent.ts} +1 -1
  247. package/src/funcs/{appAppV1ListBadges.ts → appListBadges.ts} +1 -1
  248. package/src/funcs/{badgesSearch.ts → badgeSearch.ts} +1 -1
  249. package/src/funcs/{badgeBadgeV1SearchSuggest.ts → badgeSuggest.ts} +1 -1
  250. package/src/funcs/{badgeBadgeV1TagsSuggest.ts → badgeSuggestTags.ts} +1 -1
  251. package/src/funcs/{badgesTag.ts → badgeTag.ts} +1 -1
  252. package/src/funcs/{leaderboardGetBadges.ts → leaderboardBadgesGetList.ts} +1 -1
  253. package/src/funcs/{accountLeaderboardV1GetLeaderboardAccountMeta.ts → leaderboardGetAccountMeta.ts} +1 -1
  254. package/src/funcs/{livenessCheck.ts → livenessGet.ts} +1 -1
  255. package/src/funcs/{locationsGet.ts → locationGet.ts} +1 -1
  256. package/src/lib/config.ts +2 -2
  257. package/src/sdk/account.ts +209 -27
  258. package/src/sdk/admin.ts +21 -3
  259. package/src/sdk/app.ts +3 -3
  260. package/src/sdk/badge.ts +30 -6
  261. package/src/sdk/badges.ts +4 -51
  262. package/src/sdk/connection.ts +2 -38
  263. package/src/sdk/{developer.ts → developerapps.ts} +7 -19
  264. package/src/sdk/events.ts +2 -15
  265. package/src/sdk/leaderboard.ts +9 -13
  266. package/src/sdk/liveness.ts +3 -3
  267. package/src/sdk/{locations.ts → location.ts} +3 -3
  268. package/src/sdk/{connections.ts → roles.ts} +6 -6
  269. package/src/sdk/sdk.ts +4 -88
  270. package/src/sdk/session.ts +6 -17
  271. package/docs/sdks/connections/README.md +0 -86
  272. package/docs/sdks/data/README.md +0 -520
  273. package/docs/sdks/developer/README.md +0 -252
  274. package/docs/sdks/event/README.md +0 -80
  275. package/docs/sdks/external/README.md +0 -596
  276. package/docs/sdks/images/README.md +0 -323
  277. package/docs/sdks/internal/README.md +0 -1137
  278. package/docs/sdks/settings/README.md +0 -471
  279. package/funcs/accountAccountV1GetMeta.js +0 -118
  280. package/funcs/accountDeleteDeveloperApp.js +0 -116
  281. package/funcs/accountDeleteDeveloperApp.js.map +0 -1
  282. package/funcs/accountGetAccount.js +0 -118
  283. package/funcs/accountLeaderboardV1GetLeaderboardAccountMeta.d.ts +0 -12
  284. package/funcs/accountLeaderboardV1GetLeaderboardAccountMeta.d.ts.map +0 -1
  285. package/funcs/accountLeaderboardV1GetLeaderboardAccountMeta.js.map +0 -1
  286. package/funcs/accountUpdateApp.js +0 -116
  287. package/funcs/accountUpdateApp.js.map +0 -1
  288. package/funcs/adminAdminV1RemoveVanity.d.ts +0 -12
  289. package/funcs/adminAdminV1RemoveVanity.d.ts.map +0 -1
  290. package/funcs/adminAdminV1RemoveVanity.js +0 -118
  291. package/funcs/adminAdminV1RemoveVanity.js.map +0 -1
  292. package/funcs/badgeBadgeV1SearchSuggest.d.ts +0 -12
  293. package/funcs/badgeBadgeV1SearchSuggest.d.ts.map +0 -1
  294. package/funcs/badgeBadgeV1SearchSuggest.js.map +0 -1
  295. package/funcs/badgesBookmark.d.ts +0 -12
  296. package/funcs/badgesBookmark.js.map +0 -1
  297. package/funcs/badgesGetBookmarks.js.map +0 -1
  298. package/funcs/badgesSearch.d.ts +0 -12
  299. package/funcs/badgesSearch.d.ts.map +0 -1
  300. package/funcs/badgesTag.d.ts.map +0 -1
  301. package/funcs/badgesTag.js.map +0 -1
  302. package/funcs/connectionDelete.d.ts +0 -12
  303. package/funcs/connectionReconnect.d.ts +0 -12
  304. package/funcs/connectionReconnect.d.ts.map +0 -1
  305. package/funcs/connectionUpdate.d.ts +0 -12
  306. package/funcs/connectionUpdate.d.ts.map +0 -1
  307. package/funcs/connectionVerify.d.ts +0 -12
  308. package/funcs/connectionsConnect.d.ts.map +0 -1
  309. package/funcs/connectionsConnect.js.map +0 -1
  310. package/funcs/dataAccountV1GetMeta.d.ts.map +0 -1
  311. package/funcs/dataGetApps.d.ts.map +0 -1
  312. package/funcs/dataGetApps.js +0 -118
  313. package/funcs/dataGetApps.js.map +0 -1
  314. package/funcs/dataGetBadges.d.ts +0 -12
  315. package/funcs/dataGetBadges.d.ts.map +0 -1
  316. package/funcs/dataGetBadges.js +0 -118
  317. package/funcs/dataGetBadges.js.map +0 -1
  318. package/funcs/dataGetDataPoints.d.ts +0 -12
  319. package/funcs/dataGetDataPoints.d.ts.map +0 -1
  320. package/funcs/dataGetDataPoints.js +0 -118
  321. package/funcs/dataGetDataPoints.js.map +0 -1
  322. package/funcs/dataGetFriends.d.ts +0 -12
  323. package/funcs/dataGetFriends.js +0 -118
  324. package/funcs/dataGetInfo.js +0 -118
  325. package/funcs/dataGetLeaderboardHistory.d.ts.map +0 -1
  326. package/funcs/dataGetLeaderboardHistory.js +0 -116
  327. package/funcs/dataGetLeaderboardHistory.js.map +0 -1
  328. package/funcs/developerCreateDeveloperApp.d.ts.map +0 -1
  329. package/funcs/developerCreateDeveloperApp.js +0 -116
  330. package/funcs/developerCreateDeveloperApp.js.map +0 -1
  331. package/funcs/developerDeleteDeveloperApp.d.ts +0 -12
  332. package/funcs/developerDeleteDeveloperApp.d.ts.map +0 -1
  333. package/funcs/developerDeleteDeveloperApp.js +0 -116
  334. package/funcs/developerDeleteDeveloperApp.js.map +0 -1
  335. package/funcs/developerUpdateApp.d.ts +0 -12
  336. package/funcs/developerUpdateApp.d.ts.map +0 -1
  337. package/funcs/developerUpdateApp.js.map +0 -1
  338. package/funcs/eventAdminV1RemoveVanity.d.ts +0 -12
  339. package/funcs/eventAdminV1RemoveVanity.d.ts.map +0 -1
  340. package/funcs/eventAdminV1RemoveVanity.js.map +0 -1
  341. package/funcs/eventsGet.d.ts.map +0 -1
  342. package/funcs/eventsGet.js.map +0 -1
  343. package/funcs/eventsUpdate.d.ts +0 -12
  344. package/funcs/eventsUpdate.js.map +0 -1
  345. package/funcs/externalAppV1ListBadges.js +0 -118
  346. package/funcs/externalGet.js +0 -107
  347. package/funcs/externalGetApps.d.ts +0 -12
  348. package/funcs/externalGetApps.d.ts.map +0 -1
  349. package/funcs/externalGetApps.js +0 -118
  350. package/funcs/externalGetApps.js.map +0 -1
  351. package/funcs/externalGetBadges.d.ts +0 -12
  352. package/funcs/externalGetBadges.d.ts.map +0 -1
  353. package/funcs/externalGetBadges.js +0 -118
  354. package/funcs/externalGetBadges.js.map +0 -1
  355. package/funcs/externalGetDataPoints.d.ts +0 -12
  356. package/funcs/externalGetDataPoints.d.ts.map +0 -1
  357. package/funcs/externalGetDataPoints.js +0 -118
  358. package/funcs/externalGetDataPoints.js.map +0 -1
  359. package/funcs/externalGetFriends.d.ts +0 -12
  360. package/funcs/externalGetFriends.d.ts.map +0 -1
  361. package/funcs/externalGetFriends.js +0 -118
  362. package/funcs/externalGetFriends.js.map +0 -1
  363. package/funcs/externalGetInfo.d.ts +0 -12
  364. package/funcs/externalGetInfo.d.ts.map +0 -1
  365. package/funcs/externalGetInfo.js +0 -118
  366. package/funcs/externalGetInfo.js.map +0 -1
  367. package/funcs/externalGetLeaderboardHistory.d.ts.map +0 -1
  368. package/funcs/externalGetLeaderboardHistory.js +0 -116
  369. package/funcs/externalGetLeaderboardHistory.js.map +0 -1
  370. package/funcs/imagesDeleteImages.d.ts.map +0 -1
  371. package/funcs/imagesDeleteImages.js +0 -118
  372. package/funcs/imagesDeleteImages.js.map +0 -1
  373. package/funcs/imagesGet.d.ts +0 -11
  374. package/funcs/imagesGet.d.ts.map +0 -1
  375. package/funcs/imagesGet.js.map +0 -1
  376. package/funcs/imagesUpdate.d.ts +0 -12
  377. package/funcs/imagesUploadImages.d.ts +0 -12
  378. package/funcs/imagesUploadImages.d.ts.map +0 -1
  379. package/funcs/imagesUploadImages.js +0 -118
  380. package/funcs/imagesUploadImages.js.map +0 -1
  381. package/funcs/internalAccountV1GetMeta.d.ts.map +0 -1
  382. package/funcs/internalAccountV1GetMeta.js +0 -118
  383. package/funcs/internalAccountV1GetMeta.js.map +0 -1
  384. package/funcs/internalAdminV1RemoveVanity.d.ts +0 -12
  385. package/funcs/internalAdminV1RemoveVanity.d.ts.map +0 -1
  386. package/funcs/internalAdminV1RemoveVanity.js +0 -118
  387. package/funcs/internalAdminV1RemoveVanity.js.map +0 -1
  388. package/funcs/internalBadgeV1SearchSuggest.d.ts +0 -12
  389. package/funcs/internalBadgeV1SearchSuggest.d.ts.map +0 -1
  390. package/funcs/internalBadgeV1SearchSuggest.js +0 -118
  391. package/funcs/internalBadgeV1SearchSuggest.js.map +0 -1
  392. package/funcs/internalBadgeV1TagsSuggest.d.ts +0 -12
  393. package/funcs/internalBadgeV1TagsSuggest.d.ts.map +0 -1
  394. package/funcs/internalBadgeV1TagsSuggest.js +0 -118
  395. package/funcs/internalBadgeV1TagsSuggest.js.map +0 -1
  396. package/funcs/internalCheck.d.ts.map +0 -1
  397. package/funcs/internalCheck.js.map +0 -1
  398. package/funcs/internalCreateDeveloperApp.js +0 -116
  399. package/funcs/internalDeleteImages.js +0 -118
  400. package/funcs/internalGetAccount.d.ts +0 -12
  401. package/funcs/internalGetAccount.d.ts.map +0 -1
  402. package/funcs/internalGetAccount.js +0 -118
  403. package/funcs/internalGetAccount.js.map +0 -1
  404. package/funcs/internalGetStaff.js +0 -107
  405. package/funcs/internalGetStaff.js.map +0 -1
  406. package/funcs/internalGetTags.d.ts +0 -11
  407. package/funcs/internalGetTags.d.ts.map +0 -1
  408. package/funcs/internalGetTags.js +0 -107
  409. package/funcs/internalGetTags.js.map +0 -1
  410. package/funcs/internalLeaderboardV1GetLeaderboardAccountMeta.d.ts +0 -12
  411. package/funcs/internalLeaderboardV1GetLeaderboardAccountMeta.d.ts.map +0 -1
  412. package/funcs/internalLeaderboardV1GetLeaderboardAccountMeta.js +0 -116
  413. package/funcs/internalLeaderboardV1GetLeaderboardAccountMeta.js.map +0 -1
  414. package/funcs/internalUpdateApp.d.ts +0 -12
  415. package/funcs/internalUpdateApp.d.ts.map +0 -1
  416. package/funcs/internalUpdateApp.js +0 -116
  417. package/funcs/internalUpdateApp.js.map +0 -1
  418. package/funcs/internalUploadImages.d.ts +0 -12
  419. package/funcs/internalUploadImages.js +0 -118
  420. package/funcs/internalUploadImages.js.map +0 -1
  421. package/funcs/leaderboardGetBadges.d.ts +0 -11
  422. package/funcs/leaderboardGetBadges.d.ts.map +0 -1
  423. package/funcs/leaderboardGetBadges.js.map +0 -1
  424. package/funcs/leaderboardLeaderboardV1GetLeaderboardAccountMeta.d.ts +0 -12
  425. package/funcs/leaderboardLeaderboardV1GetLeaderboardAccountMeta.d.ts.map +0 -1
  426. package/funcs/leaderboardLeaderboardV1GetLeaderboardAccountMeta.js +0 -116
  427. package/funcs/leaderboardLeaderboardV1GetLeaderboardAccountMeta.js.map +0 -1
  428. package/funcs/livenessCheck.d.ts +0 -17
  429. package/funcs/livenessCheck.d.ts.map +0 -1
  430. package/funcs/livenessCheck.js +0 -111
  431. package/funcs/locationsGet.d.ts.map +0 -1
  432. package/funcs/locationsGet.js.map +0 -1
  433. package/funcs/sessionCreate.d.ts +0 -11
  434. package/funcs/sessionCreate.d.ts.map +0 -1
  435. package/funcs/sessionCreate.js.map +0 -1
  436. package/funcs/sessionsDelete.d.ts +0 -12
  437. package/funcs/sessionsDelete.d.ts.map +0 -1
  438. package/funcs/sessionsGet.d.ts +0 -11
  439. package/funcs/sessionsGet.d.ts.map +0 -1
  440. package/funcs/sessionsGet.js.map +0 -1
  441. package/funcs/settingsGet.d.ts +0 -11
  442. package/funcs/settingsGet.d.ts.map +0 -1
  443. package/funcs/settingsGet.js.map +0 -1
  444. package/funcs/settingsSendVerification.js.map +0 -1
  445. package/funcs/settingsSubscribeEmail.d.ts.map +0 -1
  446. package/funcs/settingsSubscribeEmail.js.map +0 -1
  447. package/funcs/settingsUpdate.d.ts +0 -11
  448. package/funcs/settingsUpdate.d.ts.map +0 -1
  449. package/funcs/settingsUpdate.js.map +0 -1
  450. package/funcs/settingsVerifyEmail.js.map +0 -1
  451. package/sdk/accounts.d.ts +0 -7
  452. package/sdk/accounts.d.ts.map +0 -1
  453. package/sdk/accounts.js +0 -16
  454. package/sdk/accounts.js.map +0 -1
  455. package/sdk/connections.d.ts +0 -7
  456. package/sdk/connections.d.ts.map +0 -1
  457. package/sdk/connections.js +0 -16
  458. package/sdk/connections.js.map +0 -1
  459. package/sdk/data.d.ts +0 -13
  460. package/sdk/data.d.ts.map +0 -1
  461. package/sdk/data.js +0 -40
  462. package/sdk/data.js.map +0 -1
  463. package/sdk/developer.d.ts +0 -9
  464. package/sdk/developer.d.ts.map +0 -1
  465. package/sdk/developer.js +0 -24
  466. package/sdk/developer.js.map +0 -1
  467. package/sdk/event.d.ts +0 -7
  468. package/sdk/event.d.ts.map +0 -1
  469. package/sdk/event.js +0 -16
  470. package/sdk/event.js.map +0 -1
  471. package/sdk/external.d.ts +0 -14
  472. package/sdk/external.d.ts.map +0 -1
  473. package/sdk/external.js +0 -44
  474. package/sdk/external.js.map +0 -1
  475. package/sdk/images.d.ts +0 -10
  476. package/sdk/images.d.ts.map +0 -1
  477. package/sdk/images.js +0 -28
  478. package/sdk/images.js.map +0 -1
  479. package/sdk/internal.d.ts +0 -26
  480. package/sdk/internal.d.ts.map +0 -1
  481. package/sdk/internal.js +0 -74
  482. package/sdk/internal.js.map +0 -1
  483. package/sdk/locations.d.ts.map +0 -1
  484. package/sdk/locations.js +0 -16
  485. package/sdk/locations.js.map +0 -1
  486. package/sdk/sessions.d.ts +0 -8
  487. package/sdk/sessions.d.ts.map +0 -1
  488. package/sdk/sessions.js +0 -20
  489. package/sdk/sessions.js.map +0 -1
  490. package/sdk/settings.d.ts +0 -12
  491. package/sdk/settings.d.ts.map +0 -1
  492. package/sdk/settings.js +0 -36
  493. package/sdk/settings.js.map +0 -1
  494. package/src/funcs/accountAccountV1GetMeta.ts +0 -179
  495. package/src/funcs/accountDeleteDeveloperApp.ts +0 -184
  496. package/src/funcs/accountGetAccount.ts +0 -179
  497. package/src/funcs/adminAdminV1RemoveVanity.ts +0 -179
  498. package/src/funcs/dataGetApps.ts +0 -179
  499. package/src/funcs/dataGetBadges.ts +0 -179
  500. package/src/funcs/dataGetDataPoints.ts +0 -179
  501. package/src/funcs/dataGetFriends.ts +0 -179
  502. package/src/funcs/dataGetInfo.ts +0 -179
  503. package/src/funcs/dataGetLeaderboardHistory.ts +0 -181
  504. package/src/funcs/developerCreateDeveloperApp.ts +0 -182
  505. package/src/funcs/developerDeleteDeveloperApp.ts +0 -184
  506. package/src/funcs/developerUpdateApp.ts +0 -184
  507. package/src/funcs/externalAppV1ListBadges.ts +0 -179
  508. package/src/funcs/externalGet.ts +0 -160
  509. package/src/funcs/externalGetApps.ts +0 -179
  510. package/src/funcs/externalGetBadges.ts +0 -179
  511. package/src/funcs/externalGetDataPoints.ts +0 -179
  512. package/src/funcs/externalGetFriends.ts +0 -179
  513. package/src/funcs/externalGetInfo.ts +0 -179
  514. package/src/funcs/externalGetLeaderboardHistory.ts +0 -181
  515. package/src/funcs/imagesDeleteImages.ts +0 -179
  516. package/src/funcs/imagesUploadImages.ts +0 -179
  517. package/src/funcs/internalAccountV1GetMeta.ts +0 -179
  518. package/src/funcs/internalAdminV1RemoveVanity.ts +0 -179
  519. package/src/funcs/internalBadgeV1SearchSuggest.ts +0 -180
  520. package/src/funcs/internalBadgeV1TagsSuggest.ts +0 -180
  521. package/src/funcs/internalCheck.ts +0 -160
  522. package/src/funcs/internalCreateDeveloperApp.ts +0 -182
  523. package/src/funcs/internalDeleteImages.ts +0 -179
  524. package/src/funcs/internalGetAccount.ts +0 -179
  525. package/src/funcs/internalGetStaff.ts +0 -160
  526. package/src/funcs/internalGetTags.ts +0 -160
  527. package/src/funcs/internalLeaderboardV1GetLeaderboardAccountMeta.ts +0 -186
  528. package/src/funcs/internalUpdateApp.ts +0 -184
  529. package/src/funcs/internalUploadImages.ts +0 -179
  530. package/src/funcs/leaderboardLeaderboardV1GetLeaderboardAccountMeta.ts +0 -186
  531. package/src/sdk/accounts.ts +0 -22
  532. package/src/sdk/data.ts +0 -94
  533. package/src/sdk/event.ts +0 -22
  534. package/src/sdk/external.ts +0 -104
  535. package/src/sdk/images.ts +0 -56
  536. package/src/sdk/internal.ts +0 -178
  537. package/src/sdk/sessions.ts +0 -32
  538. package/src/sdk/settings.ts +0 -80
@@ -1,520 +0,0 @@
1
- # Data
2
- (*data*)
3
-
4
- ## Overview
5
-
6
- Data of a Steam Account that can be used to display the profile.
7
-
8
- ### Available Operations
9
-
10
- * [getApps](#getapps)
11
- * [getBadges](#getbadges)
12
- * [getDataPoints](#getdatapoints)
13
- * [getFriends](#getfriends)
14
- * [getInfo](#getinfo)
15
- * [getLeaderboardHistory](#getleaderboardhistory)
16
- * [accountV1GetMeta](#accountv1getmeta)
17
-
18
- ## getApps
19
-
20
- ### Example Usage
21
-
22
- ```typescript
23
- import { SteamSets } from "@steamsets/client-ts";
24
-
25
- const steamSets = new SteamSets({
26
- token: "<YOUR_BEARER_TOKEN_HERE>",
27
- });
28
-
29
- async function run() {
30
- const result = await steamSets.data.getApps({});
31
-
32
- // Handle the result
33
- console.log(result);
34
- }
35
-
36
- run();
37
- ```
38
-
39
- ### Standalone function
40
-
41
- The standalone function version of this method:
42
-
43
- ```typescript
44
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
45
- import { dataGetApps } from "@steamsets/client-ts/funcs/dataGetApps.js";
46
-
47
- // Use `SteamSetsCore` for best tree-shaking performance.
48
- // You can create one instance of it to use across an application.
49
- const steamSets = new SteamSetsCore({
50
- token: "<YOUR_BEARER_TOKEN_HERE>",
51
- });
52
-
53
- async function run() {
54
- const res = await dataGetApps(steamSets, {});
55
-
56
- if (!res.ok) {
57
- throw res.error;
58
- }
59
-
60
- const { value: result } = res;
61
-
62
- // Handle the result
63
- console.log(result);
64
- }
65
-
66
- run();
67
- ```
68
-
69
- ### Parameters
70
-
71
- | Parameter | Type | Required | Description |
72
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
73
- | `request` | [components.V1AccountsAppsRequestBody](../../models/components/v1accountsappsrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
74
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
75
- | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
76
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
77
-
78
- ### Response
79
-
80
- **Promise\<[operations.AccountV1GetAppsResponse](../../models/operations/accountv1getappsresponse.md)\>**
81
-
82
- ### Errors
83
-
84
- | Error Type | Status Code | Content Type |
85
- | ------------------------ | ------------------------ | ------------------------ |
86
- | errors.ErrorModel | 400, 403, 404, 422 | application/problem+json |
87
- | errors.ErrorModel | 500 | application/problem+json |
88
- | errors.SDKError | 4XX, 5XX | \*/\* |
89
-
90
- ## getBadges
91
-
92
- ### Example Usage
93
-
94
- ```typescript
95
- import { SteamSets } from "@steamsets/client-ts";
96
-
97
- const steamSets = new SteamSets({
98
- token: "<YOUR_BEARER_TOKEN_HERE>",
99
- });
100
-
101
- async function run() {
102
- const result = await steamSets.data.getBadges({});
103
-
104
- // Handle the result
105
- console.log(result);
106
- }
107
-
108
- run();
109
- ```
110
-
111
- ### Standalone function
112
-
113
- The standalone function version of this method:
114
-
115
- ```typescript
116
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
117
- import { dataGetBadges } from "@steamsets/client-ts/funcs/dataGetBadges.js";
118
-
119
- // Use `SteamSetsCore` for best tree-shaking performance.
120
- // You can create one instance of it to use across an application.
121
- const steamSets = new SteamSetsCore({
122
- token: "<YOUR_BEARER_TOKEN_HERE>",
123
- });
124
-
125
- async function run() {
126
- const res = await dataGetBadges(steamSets, {});
127
-
128
- if (!res.ok) {
129
- throw res.error;
130
- }
131
-
132
- const { value: result } = res;
133
-
134
- // Handle the result
135
- console.log(result);
136
- }
137
-
138
- run();
139
- ```
140
-
141
- ### Parameters
142
-
143
- | Parameter | Type | Required | Description |
144
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
145
- | `request` | [components.V1BadgesRequestBody](../../models/components/v1badgesrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
146
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
147
- | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
148
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
149
-
150
- ### Response
151
-
152
- **Promise\<[operations.AccountV1GetBadgesResponse](../../models/operations/accountv1getbadgesresponse.md)\>**
153
-
154
- ### Errors
155
-
156
- | Error Type | Status Code | Content Type |
157
- | ------------------------ | ------------------------ | ------------------------ |
158
- | errors.ErrorModel | 400, 403, 404, 422 | application/problem+json |
159
- | errors.ErrorModel | 500 | application/problem+json |
160
- | errors.SDKError | 4XX, 5XX | \*/\* |
161
-
162
- ## getDataPoints
163
-
164
- ### Example Usage
165
-
166
- ```typescript
167
- import { SteamSets } from "@steamsets/client-ts";
168
-
169
- const steamSets = new SteamSets({
170
- token: "<YOUR_BEARER_TOKEN_HERE>",
171
- });
172
-
173
- async function run() {
174
- const result = await steamSets.data.getDataPoints({});
175
-
176
- // Handle the result
177
- console.log(result);
178
- }
179
-
180
- run();
181
- ```
182
-
183
- ### Standalone function
184
-
185
- The standalone function version of this method:
186
-
187
- ```typescript
188
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
189
- import { dataGetDataPoints } from "@steamsets/client-ts/funcs/dataGetDataPoints.js";
190
-
191
- // Use `SteamSetsCore` for best tree-shaking performance.
192
- // You can create one instance of it to use across an application.
193
- const steamSets = new SteamSetsCore({
194
- token: "<YOUR_BEARER_TOKEN_HERE>",
195
- });
196
-
197
- async function run() {
198
- const res = await dataGetDataPoints(steamSets, {});
199
-
200
- if (!res.ok) {
201
- throw res.error;
202
- }
203
-
204
- const { value: result } = res;
205
-
206
- // Handle the result
207
- console.log(result);
208
- }
209
-
210
- run();
211
- ```
212
-
213
- ### Parameters
214
-
215
- | Parameter | Type | Required | Description |
216
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
217
- | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
218
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
219
- | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
220
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
221
-
222
- ### Response
223
-
224
- **Promise\<[operations.AccountV1GetDataPointsResponse](../../models/operations/accountv1getdatapointsresponse.md)\>**
225
-
226
- ### Errors
227
-
228
- | Error Type | Status Code | Content Type |
229
- | ------------------------ | ------------------------ | ------------------------ |
230
- | errors.ErrorModel | 400, 403, 404, 422 | application/problem+json |
231
- | errors.ErrorModel | 500 | application/problem+json |
232
- | errors.SDKError | 4XX, 5XX | \*/\* |
233
-
234
- ## getFriends
235
-
236
- ### Example Usage
237
-
238
- ```typescript
239
- import { SteamSets } from "@steamsets/client-ts";
240
-
241
- const steamSets = new SteamSets({
242
- token: "<YOUR_BEARER_TOKEN_HERE>",
243
- });
244
-
245
- async function run() {
246
- const result = await steamSets.data.getFriends({});
247
-
248
- // Handle the result
249
- console.log(result);
250
- }
251
-
252
- run();
253
- ```
254
-
255
- ### Standalone function
256
-
257
- The standalone function version of this method:
258
-
259
- ```typescript
260
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
261
- import { dataGetFriends } from "@steamsets/client-ts/funcs/dataGetFriends.js";
262
-
263
- // Use `SteamSetsCore` for best tree-shaking performance.
264
- // You can create one instance of it to use across an application.
265
- const steamSets = new SteamSetsCore({
266
- token: "<YOUR_BEARER_TOKEN_HERE>",
267
- });
268
-
269
- async function run() {
270
- const res = await dataGetFriends(steamSets, {});
271
-
272
- if (!res.ok) {
273
- throw res.error;
274
- }
275
-
276
- const { value: result } = res;
277
-
278
- // Handle the result
279
- console.log(result);
280
- }
281
-
282
- run();
283
- ```
284
-
285
- ### Parameters
286
-
287
- | Parameter | Type | Required | Description |
288
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
289
- | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
290
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
291
- | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
292
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
293
-
294
- ### Response
295
-
296
- **Promise\<[operations.AccountV1GetFriendsResponse](../../models/operations/accountv1getfriendsresponse.md)\>**
297
-
298
- ### Errors
299
-
300
- | Error Type | Status Code | Content Type |
301
- | ------------------------ | ------------------------ | ------------------------ |
302
- | errors.ErrorModel | 400, 403, 404, 422 | application/problem+json |
303
- | errors.ErrorModel | 500 | application/problem+json |
304
- | errors.SDKError | 4XX, 5XX | \*/\* |
305
-
306
- ## getInfo
307
-
308
- ### Example Usage
309
-
310
- ```typescript
311
- import { SteamSets } from "@steamsets/client-ts";
312
-
313
- const steamSets = new SteamSets({
314
- token: "<YOUR_BEARER_TOKEN_HERE>",
315
- });
316
-
317
- async function run() {
318
- const result = await steamSets.data.getInfo({});
319
-
320
- // Handle the result
321
- console.log(result);
322
- }
323
-
324
- run();
325
- ```
326
-
327
- ### Standalone function
328
-
329
- The standalone function version of this method:
330
-
331
- ```typescript
332
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
333
- import { dataGetInfo } from "@steamsets/client-ts/funcs/dataGetInfo.js";
334
-
335
- // Use `SteamSetsCore` for best tree-shaking performance.
336
- // You can create one instance of it to use across an application.
337
- const steamSets = new SteamSetsCore({
338
- token: "<YOUR_BEARER_TOKEN_HERE>",
339
- });
340
-
341
- async function run() {
342
- const res = await dataGetInfo(steamSets, {});
343
-
344
- if (!res.ok) {
345
- throw res.error;
346
- }
347
-
348
- const { value: result } = res;
349
-
350
- // Handle the result
351
- console.log(result);
352
- }
353
-
354
- run();
355
- ```
356
-
357
- ### Parameters
358
-
359
- | Parameter | Type | Required | Description |
360
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
361
- | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
362
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
363
- | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
364
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
365
-
366
- ### Response
367
-
368
- **Promise\<[operations.AccountV1GetInfoResponse](../../models/operations/accountv1getinforesponse.md)\>**
369
-
370
- ### Errors
371
-
372
- | Error Type | Status Code | Content Type |
373
- | ------------------------ | ------------------------ | ------------------------ |
374
- | errors.ErrorModel | 403, 404, 422, 429 | application/problem+json |
375
- | errors.ErrorModel | 500 | application/problem+json |
376
- | errors.SDKError | 4XX, 5XX | \*/\* |
377
-
378
- ## getLeaderboardHistory
379
-
380
- ### Example Usage
381
-
382
- ```typescript
383
- import { SteamSets } from "@steamsets/client-ts";
384
-
385
- const steamSets = new SteamSets({
386
- token: "<YOUR_BEARER_TOKEN_HERE>",
387
- });
388
-
389
- async function run() {
390
- const result = await steamSets.data.getLeaderboardHistory({});
391
-
392
- // Handle the result
393
- console.log(result);
394
- }
395
-
396
- run();
397
- ```
398
-
399
- ### Standalone function
400
-
401
- The standalone function version of this method:
402
-
403
- ```typescript
404
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
405
- import { dataGetLeaderboardHistory } from "@steamsets/client-ts/funcs/dataGetLeaderboardHistory.js";
406
-
407
- // Use `SteamSetsCore` for best tree-shaking performance.
408
- // You can create one instance of it to use across an application.
409
- const steamSets = new SteamSetsCore({
410
- token: "<YOUR_BEARER_TOKEN_HERE>",
411
- });
412
-
413
- async function run() {
414
- const res = await dataGetLeaderboardHistory(steamSets, {});
415
-
416
- if (!res.ok) {
417
- throw res.error;
418
- }
419
-
420
- const { value: result } = res;
421
-
422
- // Handle the result
423
- console.log(result);
424
- }
425
-
426
- run();
427
- ```
428
-
429
- ### Parameters
430
-
431
- | Parameter | Type | Required | Description |
432
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
433
- | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
434
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
435
- | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
436
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
437
-
438
- ### Response
439
-
440
- **Promise\<[operations.AccountV1GetLeaderboardHistoryResponse](../../models/operations/accountv1getleaderboardhistoryresponse.md)\>**
441
-
442
- ### Errors
443
-
444
- | Error Type | Status Code | Content Type |
445
- | ------------------------ | ------------------------ | ------------------------ |
446
- | errors.ErrorModel | 400, 403, 404, 422 | application/problem+json |
447
- | errors.ErrorModel | 500 | application/problem+json |
448
- | errors.SDKError | 4XX, 5XX | \*/\* |
449
-
450
- ## accountV1GetMeta
451
-
452
- ### Example Usage
453
-
454
- ```typescript
455
- import { SteamSets } from "@steamsets/client-ts";
456
-
457
- const steamSets = new SteamSets({
458
- token: "<YOUR_BEARER_TOKEN_HERE>",
459
- });
460
-
461
- async function run() {
462
- const result = await steamSets.data.accountV1GetMeta({});
463
-
464
- // Handle the result
465
- console.log(result);
466
- }
467
-
468
- run();
469
- ```
470
-
471
- ### Standalone function
472
-
473
- The standalone function version of this method:
474
-
475
- ```typescript
476
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
477
- import { dataAccountV1GetMeta } from "@steamsets/client-ts/funcs/dataAccountV1GetMeta.js";
478
-
479
- // Use `SteamSetsCore` for best tree-shaking performance.
480
- // You can create one instance of it to use across an application.
481
- const steamSets = new SteamSetsCore({
482
- token: "<YOUR_BEARER_TOKEN_HERE>",
483
- });
484
-
485
- async function run() {
486
- const res = await dataAccountV1GetMeta(steamSets, {});
487
-
488
- if (!res.ok) {
489
- throw res.error;
490
- }
491
-
492
- const { value: result } = res;
493
-
494
- // Handle the result
495
- console.log(result);
496
- }
497
-
498
- run();
499
- ```
500
-
501
- ### Parameters
502
-
503
- | Parameter | Type | Required | Description |
504
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
505
- | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
506
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
507
- | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
508
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
509
-
510
- ### Response
511
-
512
- **Promise\<[operations.AccountV1GetMetaResponse](../../models/operations/accountv1getmetaresponse.md)\>**
513
-
514
- ### Errors
515
-
516
- | Error Type | Status Code | Content Type |
517
- | ------------------------ | ------------------------ | ------------------------ |
518
- | errors.ErrorModel | 404, 422 | application/problem+json |
519
- | errors.ErrorModel | 500 | application/problem+json |
520
- | errors.SDKError | 4XX, 5XX | \*/\* |