@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,596 +0,0 @@
1
- # External
2
- (*external*)
3
-
4
- ## Overview
5
-
6
- Any requests here may be accessed by anyone with an API Key.
7
-
8
- ### Available Operations
9
-
10
- * [getApps](#getapps)
11
- * [getBadges](#getbadges)
12
- * [getDataPoints](#getdatapoints)
13
- * [getFriends](#getfriends)
14
- * [getInfo](#getinfo)
15
- * [getLeaderboardHistory](#getleaderboardhistory)
16
- * [appV1ListBadges](#appv1listbadges)
17
- * [get](#get)
18
-
19
- ## getApps
20
-
21
- ### Example Usage
22
-
23
- ```typescript
24
- import { SteamSets } from "@steamsets/client-ts";
25
-
26
- const steamSets = new SteamSets({
27
- token: "<YOUR_BEARER_TOKEN_HERE>",
28
- });
29
-
30
- async function run() {
31
- const result = await steamSets.external.getApps({});
32
-
33
- // Handle the result
34
- console.log(result);
35
- }
36
-
37
- run();
38
- ```
39
-
40
- ### Standalone function
41
-
42
- The standalone function version of this method:
43
-
44
- ```typescript
45
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
46
- import { externalGetApps } from "@steamsets/client-ts/funcs/externalGetApps.js";
47
-
48
- // Use `SteamSetsCore` for best tree-shaking performance.
49
- // You can create one instance of it to use across an application.
50
- const steamSets = new SteamSetsCore({
51
- token: "<YOUR_BEARER_TOKEN_HERE>",
52
- });
53
-
54
- async function run() {
55
- const res = await externalGetApps(steamSets, {});
56
-
57
- if (!res.ok) {
58
- throw res.error;
59
- }
60
-
61
- const { value: result } = res;
62
-
63
- // Handle the result
64
- console.log(result);
65
- }
66
-
67
- run();
68
- ```
69
-
70
- ### Parameters
71
-
72
- | Parameter | Type | Required | Description |
73
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
74
- | `request` | [components.V1AccountsAppsRequestBody](../../models/components/v1accountsappsrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
75
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
76
- | `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. |
77
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
78
-
79
- ### Response
80
-
81
- **Promise\<[operations.AccountV1GetAppsResponse](../../models/operations/accountv1getappsresponse.md)\>**
82
-
83
- ### Errors
84
-
85
- | Error Type | Status Code | Content Type |
86
- | ------------------------ | ------------------------ | ------------------------ |
87
- | errors.ErrorModel | 400, 403, 404, 422 | application/problem+json |
88
- | errors.ErrorModel | 500 | application/problem+json |
89
- | errors.SDKError | 4XX, 5XX | \*/\* |
90
-
91
- ## getBadges
92
-
93
- ### Example Usage
94
-
95
- ```typescript
96
- import { SteamSets } from "@steamsets/client-ts";
97
-
98
- const steamSets = new SteamSets({
99
- token: "<YOUR_BEARER_TOKEN_HERE>",
100
- });
101
-
102
- async function run() {
103
- const result = await steamSets.external.getBadges({});
104
-
105
- // Handle the result
106
- console.log(result);
107
- }
108
-
109
- run();
110
- ```
111
-
112
- ### Standalone function
113
-
114
- The standalone function version of this method:
115
-
116
- ```typescript
117
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
118
- import { externalGetBadges } from "@steamsets/client-ts/funcs/externalGetBadges.js";
119
-
120
- // Use `SteamSetsCore` for best tree-shaking performance.
121
- // You can create one instance of it to use across an application.
122
- const steamSets = new SteamSetsCore({
123
- token: "<YOUR_BEARER_TOKEN_HERE>",
124
- });
125
-
126
- async function run() {
127
- const res = await externalGetBadges(steamSets, {});
128
-
129
- if (!res.ok) {
130
- throw res.error;
131
- }
132
-
133
- const { value: result } = res;
134
-
135
- // Handle the result
136
- console.log(result);
137
- }
138
-
139
- run();
140
- ```
141
-
142
- ### Parameters
143
-
144
- | Parameter | Type | Required | Description |
145
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
146
- | `request` | [components.V1BadgesRequestBody](../../models/components/v1badgesrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
147
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
148
- | `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. |
149
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
150
-
151
- ### Response
152
-
153
- **Promise\<[operations.AccountV1GetBadgesResponse](../../models/operations/accountv1getbadgesresponse.md)\>**
154
-
155
- ### Errors
156
-
157
- | Error Type | Status Code | Content Type |
158
- | ------------------------ | ------------------------ | ------------------------ |
159
- | errors.ErrorModel | 400, 403, 404, 422 | application/problem+json |
160
- | errors.ErrorModel | 500 | application/problem+json |
161
- | errors.SDKError | 4XX, 5XX | \*/\* |
162
-
163
- ## getDataPoints
164
-
165
- ### Example Usage
166
-
167
- ```typescript
168
- import { SteamSets } from "@steamsets/client-ts";
169
-
170
- const steamSets = new SteamSets({
171
- token: "<YOUR_BEARER_TOKEN_HERE>",
172
- });
173
-
174
- async function run() {
175
- const result = await steamSets.external.getDataPoints({});
176
-
177
- // Handle the result
178
- console.log(result);
179
- }
180
-
181
- run();
182
- ```
183
-
184
- ### Standalone function
185
-
186
- The standalone function version of this method:
187
-
188
- ```typescript
189
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
190
- import { externalGetDataPoints } from "@steamsets/client-ts/funcs/externalGetDataPoints.js";
191
-
192
- // Use `SteamSetsCore` for best tree-shaking performance.
193
- // You can create one instance of it to use across an application.
194
- const steamSets = new SteamSetsCore({
195
- token: "<YOUR_BEARER_TOKEN_HERE>",
196
- });
197
-
198
- async function run() {
199
- const res = await externalGetDataPoints(steamSets, {});
200
-
201
- if (!res.ok) {
202
- throw res.error;
203
- }
204
-
205
- const { value: result } = res;
206
-
207
- // Handle the result
208
- console.log(result);
209
- }
210
-
211
- run();
212
- ```
213
-
214
- ### Parameters
215
-
216
- | Parameter | Type | Required | Description |
217
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
218
- | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
219
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
220
- | `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. |
221
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
222
-
223
- ### Response
224
-
225
- **Promise\<[operations.AccountV1GetDataPointsResponse](../../models/operations/accountv1getdatapointsresponse.md)\>**
226
-
227
- ### Errors
228
-
229
- | Error Type | Status Code | Content Type |
230
- | ------------------------ | ------------------------ | ------------------------ |
231
- | errors.ErrorModel | 400, 403, 404, 422 | application/problem+json |
232
- | errors.ErrorModel | 500 | application/problem+json |
233
- | errors.SDKError | 4XX, 5XX | \*/\* |
234
-
235
- ## getFriends
236
-
237
- ### Example Usage
238
-
239
- ```typescript
240
- import { SteamSets } from "@steamsets/client-ts";
241
-
242
- const steamSets = new SteamSets({
243
- token: "<YOUR_BEARER_TOKEN_HERE>",
244
- });
245
-
246
- async function run() {
247
- const result = await steamSets.external.getFriends({});
248
-
249
- // Handle the result
250
- console.log(result);
251
- }
252
-
253
- run();
254
- ```
255
-
256
- ### Standalone function
257
-
258
- The standalone function version of this method:
259
-
260
- ```typescript
261
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
262
- import { externalGetFriends } from "@steamsets/client-ts/funcs/externalGetFriends.js";
263
-
264
- // Use `SteamSetsCore` for best tree-shaking performance.
265
- // You can create one instance of it to use across an application.
266
- const steamSets = new SteamSetsCore({
267
- token: "<YOUR_BEARER_TOKEN_HERE>",
268
- });
269
-
270
- async function run() {
271
- const res = await externalGetFriends(steamSets, {});
272
-
273
- if (!res.ok) {
274
- throw res.error;
275
- }
276
-
277
- const { value: result } = res;
278
-
279
- // Handle the result
280
- console.log(result);
281
- }
282
-
283
- run();
284
- ```
285
-
286
- ### Parameters
287
-
288
- | Parameter | Type | Required | Description |
289
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
290
- | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
291
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
292
- | `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. |
293
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
294
-
295
- ### Response
296
-
297
- **Promise\<[operations.AccountV1GetFriendsResponse](../../models/operations/accountv1getfriendsresponse.md)\>**
298
-
299
- ### Errors
300
-
301
- | Error Type | Status Code | Content Type |
302
- | ------------------------ | ------------------------ | ------------------------ |
303
- | errors.ErrorModel | 400, 403, 404, 422 | application/problem+json |
304
- | errors.ErrorModel | 500 | application/problem+json |
305
- | errors.SDKError | 4XX, 5XX | \*/\* |
306
-
307
- ## getInfo
308
-
309
- ### Example Usage
310
-
311
- ```typescript
312
- import { SteamSets } from "@steamsets/client-ts";
313
-
314
- const steamSets = new SteamSets({
315
- token: "<YOUR_BEARER_TOKEN_HERE>",
316
- });
317
-
318
- async function run() {
319
- const result = await steamSets.external.getInfo({});
320
-
321
- // Handle the result
322
- console.log(result);
323
- }
324
-
325
- run();
326
- ```
327
-
328
- ### Standalone function
329
-
330
- The standalone function version of this method:
331
-
332
- ```typescript
333
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
334
- import { externalGetInfo } from "@steamsets/client-ts/funcs/externalGetInfo.js";
335
-
336
- // Use `SteamSetsCore` for best tree-shaking performance.
337
- // You can create one instance of it to use across an application.
338
- const steamSets = new SteamSetsCore({
339
- token: "<YOUR_BEARER_TOKEN_HERE>",
340
- });
341
-
342
- async function run() {
343
- const res = await externalGetInfo(steamSets, {});
344
-
345
- if (!res.ok) {
346
- throw res.error;
347
- }
348
-
349
- const { value: result } = res;
350
-
351
- // Handle the result
352
- console.log(result);
353
- }
354
-
355
- run();
356
- ```
357
-
358
- ### Parameters
359
-
360
- | Parameter | Type | Required | Description |
361
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
362
- | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
363
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
364
- | `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. |
365
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
366
-
367
- ### Response
368
-
369
- **Promise\<[operations.AccountV1GetInfoResponse](../../models/operations/accountv1getinforesponse.md)\>**
370
-
371
- ### Errors
372
-
373
- | Error Type | Status Code | Content Type |
374
- | ------------------------ | ------------------------ | ------------------------ |
375
- | errors.ErrorModel | 403, 404, 422, 429 | application/problem+json |
376
- | errors.ErrorModel | 500 | application/problem+json |
377
- | errors.SDKError | 4XX, 5XX | \*/\* |
378
-
379
- ## getLeaderboardHistory
380
-
381
- ### Example Usage
382
-
383
- ```typescript
384
- import { SteamSets } from "@steamsets/client-ts";
385
-
386
- const steamSets = new SteamSets({
387
- token: "<YOUR_BEARER_TOKEN_HERE>",
388
- });
389
-
390
- async function run() {
391
- const result = await steamSets.external.getLeaderboardHistory({});
392
-
393
- // Handle the result
394
- console.log(result);
395
- }
396
-
397
- run();
398
- ```
399
-
400
- ### Standalone function
401
-
402
- The standalone function version of this method:
403
-
404
- ```typescript
405
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
406
- import { externalGetLeaderboardHistory } from "@steamsets/client-ts/funcs/externalGetLeaderboardHistory.js";
407
-
408
- // Use `SteamSetsCore` for best tree-shaking performance.
409
- // You can create one instance of it to use across an application.
410
- const steamSets = new SteamSetsCore({
411
- token: "<YOUR_BEARER_TOKEN_HERE>",
412
- });
413
-
414
- async function run() {
415
- const res = await externalGetLeaderboardHistory(steamSets, {});
416
-
417
- if (!res.ok) {
418
- throw res.error;
419
- }
420
-
421
- const { value: result } = res;
422
-
423
- // Handle the result
424
- console.log(result);
425
- }
426
-
427
- run();
428
- ```
429
-
430
- ### Parameters
431
-
432
- | Parameter | Type | Required | Description |
433
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
434
- | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
435
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
436
- | `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. |
437
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
438
-
439
- ### Response
440
-
441
- **Promise\<[operations.AccountV1GetLeaderboardHistoryResponse](../../models/operations/accountv1getleaderboardhistoryresponse.md)\>**
442
-
443
- ### Errors
444
-
445
- | Error Type | Status Code | Content Type |
446
- | ------------------------ | ------------------------ | ------------------------ |
447
- | errors.ErrorModel | 400, 403, 404, 422 | application/problem+json |
448
- | errors.ErrorModel | 500 | application/problem+json |
449
- | errors.SDKError | 4XX, 5XX | \*/\* |
450
-
451
- ## appV1ListBadges
452
-
453
- ### Example Usage
454
-
455
- ```typescript
456
- import { SteamSets } from "@steamsets/client-ts";
457
-
458
- const steamSets = new SteamSets({
459
- token: "<YOUR_BEARER_TOKEN_HERE>",
460
- });
461
-
462
- async function run() {
463
- const result = await steamSets.external.appV1ListBadges({
464
- appId: 701216,
465
- });
466
-
467
- // Handle the result
468
- console.log(result);
469
- }
470
-
471
- run();
472
- ```
473
-
474
- ### Standalone function
475
-
476
- The standalone function version of this method:
477
-
478
- ```typescript
479
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
480
- import { externalAppV1ListBadges } from "@steamsets/client-ts/funcs/externalAppV1ListBadges.js";
481
-
482
- // Use `SteamSetsCore` for best tree-shaking performance.
483
- // You can create one instance of it to use across an application.
484
- const steamSets = new SteamSetsCore({
485
- token: "<YOUR_BEARER_TOKEN_HERE>",
486
- });
487
-
488
- async function run() {
489
- const res = await externalAppV1ListBadges(steamSets, {
490
- appId: 701216,
491
- });
492
-
493
- if (!res.ok) {
494
- throw res.error;
495
- }
496
-
497
- const { value: result } = res;
498
-
499
- // Handle the result
500
- console.log(result);
501
- }
502
-
503
- run();
504
- ```
505
-
506
- ### Parameters
507
-
508
- | Parameter | Type | Required | Description |
509
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
510
- | `request` | [components.V1AppBadgeListRequestBody](../../models/components/v1appbadgelistrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
511
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
512
- | `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. |
513
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
514
-
515
- ### Response
516
-
517
- **Promise\<[operations.AppV1ListBadgesResponse](../../models/operations/appv1listbadgesresponse.md)\>**
518
-
519
- ### Errors
520
-
521
- | Error Type | Status Code | Content Type |
522
- | ------------------------ | ------------------------ | ------------------------ |
523
- | errors.ErrorModel | 403, 404, 422 | application/problem+json |
524
- | errors.ErrorModel | 500 | application/problem+json |
525
- | errors.SDKError | 4XX, 5XX | \*/\* |
526
-
527
- ## get
528
-
529
- ### Example Usage
530
-
531
- ```typescript
532
- import { SteamSets } from "@steamsets/client-ts";
533
-
534
- const steamSets = new SteamSets({
535
- token: "<YOUR_BEARER_TOKEN_HERE>",
536
- });
537
-
538
- async function run() {
539
- const result = await steamSets.external.get();
540
-
541
- // Handle the result
542
- console.log(result);
543
- }
544
-
545
- run();
546
- ```
547
-
548
- ### Standalone function
549
-
550
- The standalone function version of this method:
551
-
552
- ```typescript
553
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
554
- import { externalGet } from "@steamsets/client-ts/funcs/externalGet.js";
555
-
556
- // Use `SteamSetsCore` for best tree-shaking performance.
557
- // You can create one instance of it to use across an application.
558
- const steamSets = new SteamSetsCore({
559
- token: "<YOUR_BEARER_TOKEN_HERE>",
560
- });
561
-
562
- async function run() {
563
- const res = await externalGet(steamSets);
564
-
565
- if (!res.ok) {
566
- throw res.error;
567
- }
568
-
569
- const { value: result } = res;
570
-
571
- // Handle the result
572
- console.log(result);
573
- }
574
-
575
- run();
576
- ```
577
-
578
- ### Parameters
579
-
580
- | Parameter | Type | Required | Description |
581
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
582
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
583
- | `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. |
584
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
585
-
586
- ### Response
587
-
588
- **Promise\<[operations.StatsV1StatsGetResponse](../../models/operations/statsv1statsgetresponse.md)\>**
589
-
590
- ### Errors
591
-
592
- | Error Type | Status Code | Content Type |
593
- | ------------------------ | ------------------------ | ------------------------ |
594
- | errors.ErrorModel | 404, 429 | application/problem+json |
595
- | errors.ErrorModel | 500 | application/problem+json |
596
- | errors.SDKError | 4XX, 5XX | \*/\* |