@steamsets/client-ts 0.8.1 → 0.8.3

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 (446) hide show
  1. package/README.md +23 -29
  2. package/docs/sdks/account/README.md +111 -220
  3. package/docs/sdks/app/README.md +3 -7
  4. package/docs/sdks/connection/README.md +24 -28
  5. package/docs/sdks/data/README.md +26 -51
  6. package/docs/sdks/liveness/README.md +2 -2
  7. package/docs/sdks/location/README.md +8 -9
  8. package/docs/sdks/public/README.md +18 -42
  9. package/docs/sdks/session/README.md +18 -20
  10. package/docs/sdks/settings/README.md +46 -128
  11. package/funcs/accountAccountV1ConnectionConnect.d.ts +1 -1
  12. package/funcs/accountAccountV1ConnectionConnect.d.ts.map +1 -1
  13. package/funcs/accountAccountV1ConnectionConnect.js +5 -12
  14. package/funcs/accountAccountV1ConnectionConnect.js.map +1 -1
  15. package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts +1 -1
  16. package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
  17. package/funcs/accountAccountV1ConnectionDeleteConnection.js +5 -12
  18. package/funcs/accountAccountV1ConnectionDeleteConnection.js.map +1 -1
  19. package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts +1 -1
  20. package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
  21. package/funcs/accountAccountV1ConnectionUpdateConnection.js +5 -12
  22. package/funcs/accountAccountV1ConnectionUpdateConnection.js.map +1 -1
  23. package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts +1 -1
  24. package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
  25. package/funcs/accountAccountV1ConnectionVerifyConnection.js +5 -12
  26. package/funcs/accountAccountV1ConnectionVerifyConnection.js.map +1 -1
  27. package/funcs/accountAccountV1GetApps.d.ts +2 -1
  28. package/funcs/accountAccountV1GetApps.d.ts.map +1 -1
  29. package/funcs/accountAccountV1GetApps.js +3 -7
  30. package/funcs/accountAccountV1GetApps.js.map +1 -1
  31. package/funcs/accountAccountV1GetBadges.d.ts +2 -1
  32. package/funcs/accountAccountV1GetBadges.d.ts.map +1 -1
  33. package/funcs/accountAccountV1GetBadges.js +3 -7
  34. package/funcs/accountAccountV1GetBadges.js.map +1 -1
  35. package/funcs/accountAccountV1GetDataPoints.d.ts +2 -1
  36. package/funcs/accountAccountV1GetDataPoints.d.ts.map +1 -1
  37. package/funcs/accountAccountV1GetDataPoints.js +3 -7
  38. package/funcs/accountAccountV1GetDataPoints.js.map +1 -1
  39. package/funcs/accountAccountV1GetFriends.d.ts +2 -1
  40. package/funcs/accountAccountV1GetFriends.d.ts.map +1 -1
  41. package/funcs/accountAccountV1GetFriends.js +3 -7
  42. package/funcs/accountAccountV1GetFriends.js.map +1 -1
  43. package/funcs/accountAccountV1GetLeaderboardHistory.d.ts +2 -1
  44. package/funcs/accountAccountV1GetLeaderboardHistory.d.ts.map +1 -1
  45. package/funcs/accountAccountV1GetLeaderboardHistory.js +3 -7
  46. package/funcs/accountAccountV1GetLeaderboardHistory.js.map +1 -1
  47. package/funcs/accountAccountV1GetStaff.d.ts +1 -1
  48. package/funcs/accountAccountV1GetStaff.d.ts.map +1 -1
  49. package/funcs/accountAccountV1GetStaff.js +5 -12
  50. package/funcs/accountAccountV1GetStaff.js.map +1 -1
  51. package/funcs/accountAccountV1SessionCreate.js +3 -3
  52. package/funcs/accountAccountV1SessionCreate.js.map +1 -1
  53. package/funcs/accountAccountV1SessionDelete.d.ts +1 -1
  54. package/funcs/accountAccountV1SessionDelete.d.ts.map +1 -1
  55. package/funcs/accountAccountV1SessionDelete.js +5 -12
  56. package/funcs/accountAccountV1SessionDelete.js.map +1 -1
  57. package/funcs/accountAccountV1SessionGet.d.ts +1 -1
  58. package/funcs/accountAccountV1SessionGet.d.ts.map +1 -1
  59. package/funcs/accountAccountV1SessionGet.js +5 -12
  60. package/funcs/accountAccountV1SessionGet.js.map +1 -1
  61. package/funcs/accountAccountV1SessionLogin.js +3 -3
  62. package/funcs/accountAccountV1SessionLogin.js.map +1 -1
  63. package/funcs/accountAccountV1SettingsDeleteImages.d.ts +1 -1
  64. package/funcs/accountAccountV1SettingsDeleteImages.d.ts.map +1 -1
  65. package/funcs/accountAccountV1SettingsDeleteImages.js +5 -12
  66. package/funcs/accountAccountV1SettingsDeleteImages.js.map +1 -1
  67. package/funcs/accountAccountV1SettingsGet.d.ts +1 -1
  68. package/funcs/accountAccountV1SettingsGet.d.ts.map +1 -1
  69. package/funcs/accountAccountV1SettingsGet.js +5 -12
  70. package/funcs/accountAccountV1SettingsGet.js.map +1 -1
  71. package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts +1 -1
  72. package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
  73. package/funcs/accountAccountV1SettingsSendEmailVerification.js +5 -12
  74. package/funcs/accountAccountV1SettingsSendEmailVerification.js.map +1 -1
  75. package/funcs/accountAccountV1SettingsUpdate.d.ts +1 -1
  76. package/funcs/accountAccountV1SettingsUpdate.d.ts.map +1 -1
  77. package/funcs/accountAccountV1SettingsUpdate.js +5 -12
  78. package/funcs/accountAccountV1SettingsUpdate.js.map +1 -1
  79. package/funcs/accountAccountV1SettingsUpdateImage.d.ts +1 -1
  80. package/funcs/accountAccountV1SettingsUpdateImage.d.ts.map +1 -1
  81. package/funcs/accountAccountV1SettingsUpdateImage.js +5 -12
  82. package/funcs/accountAccountV1SettingsUpdateImage.js.map +1 -1
  83. package/funcs/accountAccountV1SettingsUploadImages.d.ts +1 -1
  84. package/funcs/accountAccountV1SettingsUploadImages.d.ts.map +1 -1
  85. package/funcs/accountAccountV1SettingsUploadImages.js +5 -12
  86. package/funcs/accountAccountV1SettingsUploadImages.js.map +1 -1
  87. package/funcs/accountAccountV1SettingsVerfyEmail.d.ts +1 -1
  88. package/funcs/accountAccountV1SettingsVerfyEmail.d.ts.map +1 -1
  89. package/funcs/accountAccountV1SettingsVerfyEmail.js +5 -12
  90. package/funcs/accountAccountV1SettingsVerfyEmail.js.map +1 -1
  91. package/funcs/appAccountV1Queue.d.ts +2 -1
  92. package/funcs/appAccountV1Queue.d.ts.map +1 -1
  93. package/funcs/appAccountV1Queue.js +3 -7
  94. package/funcs/appAccountV1Queue.js.map +1 -1
  95. package/funcs/connectionAccountV1ConnectionConnect.d.ts +1 -1
  96. package/funcs/connectionAccountV1ConnectionConnect.d.ts.map +1 -1
  97. package/funcs/connectionAccountV1ConnectionConnect.js +5 -12
  98. package/funcs/connectionAccountV1ConnectionConnect.js.map +1 -1
  99. package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts +1 -1
  100. package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
  101. package/funcs/connectionAccountV1ConnectionDeleteConnection.js +5 -12
  102. package/funcs/connectionAccountV1ConnectionDeleteConnection.js.map +1 -1
  103. package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts +1 -1
  104. package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
  105. package/funcs/connectionAccountV1ConnectionUpdateConnection.js +5 -12
  106. package/funcs/connectionAccountV1ConnectionUpdateConnection.js.map +1 -1
  107. package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts +1 -1
  108. package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
  109. package/funcs/connectionAccountV1ConnectionVerifyConnection.js +5 -12
  110. package/funcs/connectionAccountV1ConnectionVerifyConnection.js.map +1 -1
  111. package/funcs/dataAccountV1GetApps.d.ts +2 -1
  112. package/funcs/dataAccountV1GetApps.d.ts.map +1 -1
  113. package/funcs/dataAccountV1GetApps.js +3 -7
  114. package/funcs/dataAccountV1GetApps.js.map +1 -1
  115. package/funcs/dataAccountV1GetBadges.d.ts +2 -1
  116. package/funcs/dataAccountV1GetBadges.d.ts.map +1 -1
  117. package/funcs/dataAccountV1GetBadges.js +3 -7
  118. package/funcs/dataAccountV1GetBadges.js.map +1 -1
  119. package/funcs/dataAccountV1GetDataPoints.d.ts +2 -1
  120. package/funcs/dataAccountV1GetDataPoints.d.ts.map +1 -1
  121. package/funcs/dataAccountV1GetDataPoints.js +3 -7
  122. package/funcs/dataAccountV1GetDataPoints.js.map +1 -1
  123. package/funcs/dataAccountV1GetFriends.d.ts +2 -1
  124. package/funcs/dataAccountV1GetFriends.d.ts.map +1 -1
  125. package/funcs/dataAccountV1GetFriends.js +3 -7
  126. package/funcs/dataAccountV1GetFriends.js.map +1 -1
  127. package/funcs/dataAccountV1GetLeaderboardHistory.d.ts +2 -1
  128. package/funcs/dataAccountV1GetLeaderboardHistory.d.ts.map +1 -1
  129. package/funcs/dataAccountV1GetLeaderboardHistory.js +3 -7
  130. package/funcs/dataAccountV1GetLeaderboardHistory.js.map +1 -1
  131. package/funcs/dataAccountV1GetStaff.d.ts +1 -1
  132. package/funcs/dataAccountV1GetStaff.d.ts.map +1 -1
  133. package/funcs/dataAccountV1GetStaff.js +5 -12
  134. package/funcs/dataAccountV1GetStaff.js.map +1 -1
  135. package/funcs/dataAccountV1Queue.d.ts +2 -1
  136. package/funcs/dataAccountV1Queue.d.ts.map +1 -1
  137. package/funcs/dataAccountV1Queue.js +3 -7
  138. package/funcs/dataAccountV1Queue.js.map +1 -1
  139. package/funcs/livenessLiveness.js +3 -3
  140. package/funcs/livenessLiveness.js.map +1 -1
  141. package/funcs/locationLocation.d.ts +1 -1
  142. package/funcs/locationLocation.d.ts.map +1 -1
  143. package/funcs/locationLocation.js +5 -12
  144. package/funcs/locationLocation.js.map +1 -1
  145. package/funcs/publicAccountV1GetApps.d.ts +2 -1
  146. package/funcs/publicAccountV1GetApps.d.ts.map +1 -1
  147. package/funcs/publicAccountV1GetApps.js +3 -7
  148. package/funcs/publicAccountV1GetApps.js.map +1 -1
  149. package/funcs/publicAccountV1GetBadges.d.ts +2 -1
  150. package/funcs/publicAccountV1GetBadges.d.ts.map +1 -1
  151. package/funcs/publicAccountV1GetBadges.js +3 -7
  152. package/funcs/publicAccountV1GetBadges.js.map +1 -1
  153. package/funcs/publicAccountV1GetDataPoints.d.ts +2 -1
  154. package/funcs/publicAccountV1GetDataPoints.d.ts.map +1 -1
  155. package/funcs/publicAccountV1GetDataPoints.js +3 -7
  156. package/funcs/publicAccountV1GetDataPoints.js.map +1 -1
  157. package/funcs/publicAccountV1GetFriends.d.ts +2 -1
  158. package/funcs/publicAccountV1GetFriends.d.ts.map +1 -1
  159. package/funcs/publicAccountV1GetFriends.js +3 -7
  160. package/funcs/publicAccountV1GetFriends.js.map +1 -1
  161. package/funcs/publicAccountV1GetLeaderboardHistory.d.ts +2 -1
  162. package/funcs/publicAccountV1GetLeaderboardHistory.d.ts.map +1 -1
  163. package/funcs/publicAccountV1GetLeaderboardHistory.js +3 -7
  164. package/funcs/publicAccountV1GetLeaderboardHistory.js.map +1 -1
  165. package/funcs/publicAccountV1Queue.d.ts +2 -1
  166. package/funcs/publicAccountV1Queue.d.ts.map +1 -1
  167. package/funcs/publicAccountV1Queue.js +3 -7
  168. package/funcs/publicAccountV1Queue.js.map +1 -1
  169. package/funcs/sessionAccountV1SessionCreate.js +3 -3
  170. package/funcs/sessionAccountV1SessionCreate.js.map +1 -1
  171. package/funcs/sessionAccountV1SessionDelete.d.ts +1 -1
  172. package/funcs/sessionAccountV1SessionDelete.d.ts.map +1 -1
  173. package/funcs/sessionAccountV1SessionDelete.js +5 -12
  174. package/funcs/sessionAccountV1SessionDelete.js.map +1 -1
  175. package/funcs/sessionAccountV1SessionGet.d.ts +1 -1
  176. package/funcs/sessionAccountV1SessionGet.d.ts.map +1 -1
  177. package/funcs/sessionAccountV1SessionGet.js +5 -12
  178. package/funcs/sessionAccountV1SessionGet.js.map +1 -1
  179. package/funcs/sessionAccountV1SessionLogin.js +3 -3
  180. package/funcs/sessionAccountV1SessionLogin.js.map +1 -1
  181. package/funcs/settingsAccountV1SettingsDeleteImages.d.ts +1 -1
  182. package/funcs/settingsAccountV1SettingsDeleteImages.d.ts.map +1 -1
  183. package/funcs/settingsAccountV1SettingsDeleteImages.js +5 -12
  184. package/funcs/settingsAccountV1SettingsDeleteImages.js.map +1 -1
  185. package/funcs/settingsAccountV1SettingsGet.d.ts +1 -1
  186. package/funcs/settingsAccountV1SettingsGet.d.ts.map +1 -1
  187. package/funcs/settingsAccountV1SettingsGet.js +5 -12
  188. package/funcs/settingsAccountV1SettingsGet.js.map +1 -1
  189. package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts +1 -1
  190. package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
  191. package/funcs/settingsAccountV1SettingsSendEmailVerification.js +5 -12
  192. package/funcs/settingsAccountV1SettingsSendEmailVerification.js.map +1 -1
  193. package/funcs/settingsAccountV1SettingsUpdate.d.ts +1 -1
  194. package/funcs/settingsAccountV1SettingsUpdate.d.ts.map +1 -1
  195. package/funcs/settingsAccountV1SettingsUpdate.js +5 -12
  196. package/funcs/settingsAccountV1SettingsUpdate.js.map +1 -1
  197. package/funcs/settingsAccountV1SettingsUpdateImage.d.ts +1 -1
  198. package/funcs/settingsAccountV1SettingsUpdateImage.d.ts.map +1 -1
  199. package/funcs/settingsAccountV1SettingsUpdateImage.js +5 -12
  200. package/funcs/settingsAccountV1SettingsUpdateImage.js.map +1 -1
  201. package/funcs/settingsAccountV1SettingsUploadImages.d.ts +1 -1
  202. package/funcs/settingsAccountV1SettingsUploadImages.d.ts.map +1 -1
  203. package/funcs/settingsAccountV1SettingsUploadImages.js +5 -12
  204. package/funcs/settingsAccountV1SettingsUploadImages.js.map +1 -1
  205. package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts +1 -1
  206. package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts.map +1 -1
  207. package/funcs/settingsAccountV1SettingsVerfyEmail.js +5 -12
  208. package/funcs/settingsAccountV1SettingsVerfyEmail.js.map +1 -1
  209. package/lib/config.d.ts +4 -4
  210. package/lib/config.d.ts.map +1 -1
  211. package/lib/config.js +3 -3
  212. package/lib/security.js +3 -3
  213. package/lib/security.js.map +1 -1
  214. package/models/components/index.d.ts +0 -1
  215. package/models/components/index.d.ts.map +1 -1
  216. package/models/components/index.js +0 -1
  217. package/models/components/index.js.map +1 -1
  218. package/models/components/security.d.ts +2 -2
  219. package/models/components/security.d.ts.map +1 -1
  220. package/models/components/security.js +2 -2
  221. package/models/components/security.js.map +1 -1
  222. package/models/operations/accountv1connectionconnect.d.ts +0 -23
  223. package/models/operations/accountv1connectionconnect.d.ts.map +1 -1
  224. package/models/operations/accountv1connectionconnect.js +1 -20
  225. package/models/operations/accountv1connectionconnect.js.map +1 -1
  226. package/models/operations/accountv1connectiondeleteconnection.d.ts +0 -23
  227. package/models/operations/accountv1connectiondeleteconnection.d.ts.map +1 -1
  228. package/models/operations/accountv1connectiondeleteconnection.js +1 -20
  229. package/models/operations/accountv1connectiondeleteconnection.js.map +1 -1
  230. package/models/operations/accountv1connectionupdateconnection.d.ts +0 -23
  231. package/models/operations/accountv1connectionupdateconnection.d.ts.map +1 -1
  232. package/models/operations/accountv1connectionupdateconnection.js +1 -20
  233. package/models/operations/accountv1connectionupdateconnection.js.map +1 -1
  234. package/models/operations/accountv1connectionverifyconnection.d.ts +0 -23
  235. package/models/operations/accountv1connectionverifyconnection.d.ts.map +1 -1
  236. package/models/operations/accountv1connectionverifyconnection.js +1 -20
  237. package/models/operations/accountv1connectionverifyconnection.js.map +1 -1
  238. package/models/operations/accountv1getapps.d.ts +0 -27
  239. package/models/operations/accountv1getapps.d.ts.map +1 -1
  240. package/models/operations/accountv1getapps.js +1 -36
  241. package/models/operations/accountv1getapps.js.map +1 -1
  242. package/models/operations/accountv1getbadges.d.ts +0 -27
  243. package/models/operations/accountv1getbadges.d.ts.map +1 -1
  244. package/models/operations/accountv1getbadges.js +1 -36
  245. package/models/operations/accountv1getbadges.js.map +1 -1
  246. package/models/operations/accountv1getdatapoints.d.ts +0 -27
  247. package/models/operations/accountv1getdatapoints.d.ts.map +1 -1
  248. package/models/operations/accountv1getdatapoints.js +1 -36
  249. package/models/operations/accountv1getdatapoints.js.map +1 -1
  250. package/models/operations/accountv1getfriends.d.ts +0 -27
  251. package/models/operations/accountv1getfriends.d.ts.map +1 -1
  252. package/models/operations/accountv1getfriends.js +1 -36
  253. package/models/operations/accountv1getfriends.js.map +1 -1
  254. package/models/operations/accountv1getleaderboardhistory.d.ts +0 -27
  255. package/models/operations/accountv1getleaderboardhistory.d.ts.map +1 -1
  256. package/models/operations/accountv1getleaderboardhistory.js +1 -36
  257. package/models/operations/accountv1getleaderboardhistory.js.map +1 -1
  258. package/models/operations/accountv1getstaff.d.ts +0 -23
  259. package/models/operations/accountv1getstaff.d.ts.map +1 -1
  260. package/models/operations/accountv1getstaff.js +1 -20
  261. package/models/operations/accountv1getstaff.js.map +1 -1
  262. package/models/operations/accountv1queue.d.ts +0 -27
  263. package/models/operations/accountv1queue.d.ts.map +1 -1
  264. package/models/operations/accountv1queue.js +1 -36
  265. package/models/operations/accountv1queue.js.map +1 -1
  266. package/models/operations/accountv1sessiondelete.d.ts +0 -23
  267. package/models/operations/accountv1sessiondelete.d.ts.map +1 -1
  268. package/models/operations/accountv1sessiondelete.js +1 -20
  269. package/models/operations/accountv1sessiondelete.js.map +1 -1
  270. package/models/operations/accountv1sessionget.d.ts +0 -23
  271. package/models/operations/accountv1sessionget.d.ts.map +1 -1
  272. package/models/operations/accountv1sessionget.js +1 -20
  273. package/models/operations/accountv1sessionget.js.map +1 -1
  274. package/models/operations/accountv1settingsdeleteimages.d.ts +0 -23
  275. package/models/operations/accountv1settingsdeleteimages.d.ts.map +1 -1
  276. package/models/operations/accountv1settingsdeleteimages.js +1 -20
  277. package/models/operations/accountv1settingsdeleteimages.js.map +1 -1
  278. package/models/operations/accountv1settingsget.d.ts +0 -23
  279. package/models/operations/accountv1settingsget.d.ts.map +1 -1
  280. package/models/operations/accountv1settingsget.js +1 -20
  281. package/models/operations/accountv1settingsget.js.map +1 -1
  282. package/models/operations/accountv1settingssendemailverification.d.ts +0 -23
  283. package/models/operations/accountv1settingssendemailverification.d.ts.map +1 -1
  284. package/models/operations/accountv1settingssendemailverification.js +1 -20
  285. package/models/operations/accountv1settingssendemailverification.js.map +1 -1
  286. package/models/operations/accountv1settingsupdate.d.ts +0 -23
  287. package/models/operations/accountv1settingsupdate.d.ts.map +1 -1
  288. package/models/operations/accountv1settingsupdate.js +1 -20
  289. package/models/operations/accountv1settingsupdate.js.map +1 -1
  290. package/models/operations/accountv1settingsupdateimage.d.ts +0 -23
  291. package/models/operations/accountv1settingsupdateimage.d.ts.map +1 -1
  292. package/models/operations/accountv1settingsupdateimage.js +1 -20
  293. package/models/operations/accountv1settingsupdateimage.js.map +1 -1
  294. package/models/operations/accountv1settingsuploadimages.d.ts +0 -23
  295. package/models/operations/accountv1settingsuploadimages.d.ts.map +1 -1
  296. package/models/operations/accountv1settingsuploadimages.js +1 -20
  297. package/models/operations/accountv1settingsuploadimages.js.map +1 -1
  298. package/models/operations/accountv1settingsverfyemail.d.ts +0 -23
  299. package/models/operations/accountv1settingsverfyemail.d.ts.map +1 -1
  300. package/models/operations/accountv1settingsverfyemail.js +1 -20
  301. package/models/operations/accountv1settingsverfyemail.js.map +1 -1
  302. package/models/operations/index.d.ts +0 -1
  303. package/models/operations/index.d.ts.map +1 -1
  304. package/models/operations/index.js +0 -1
  305. package/models/operations/index.js.map +1 -1
  306. package/models/operations/location.d.ts +0 -23
  307. package/models/operations/location.d.ts.map +1 -1
  308. package/models/operations/location.js +1 -20
  309. package/models/operations/location.js.map +1 -1
  310. package/package.json +1 -2
  311. package/sdk/account.d.ts +19 -23
  312. package/sdk/account.d.ts.map +1 -1
  313. package/sdk/account.js +28 -35
  314. package/sdk/account.js.map +1 -1
  315. package/sdk/app.d.ts +1 -1
  316. package/sdk/app.d.ts.map +1 -1
  317. package/sdk/app.js.map +1 -1
  318. package/sdk/connection.d.ts +4 -4
  319. package/sdk/connection.d.ts.map +1 -1
  320. package/sdk/connection.js +8 -8
  321. package/sdk/connection.js.map +1 -1
  322. package/sdk/data.d.ts +7 -7
  323. package/sdk/data.d.ts.map +1 -1
  324. package/sdk/data.js +2 -2
  325. package/sdk/data.js.map +1 -1
  326. package/sdk/location.d.ts +1 -1
  327. package/sdk/location.d.ts.map +1 -1
  328. package/sdk/location.js +2 -2
  329. package/sdk/location.js.map +1 -1
  330. package/sdk/public.d.ts +6 -6
  331. package/sdk/public.d.ts.map +1 -1
  332. package/sdk/public.js.map +1 -1
  333. package/sdk/session.d.ts +2 -2
  334. package/sdk/session.d.ts.map +1 -1
  335. package/sdk/session.js +4 -4
  336. package/sdk/session.js.map +1 -1
  337. package/sdk/settings.d.ts +7 -11
  338. package/sdk/settings.d.ts.map +1 -1
  339. package/sdk/settings.js +14 -21
  340. package/sdk/settings.js.map +1 -1
  341. package/src/funcs/accountAccountV1ConnectionConnect.ts +5 -13
  342. package/src/funcs/accountAccountV1ConnectionDeleteConnection.ts +5 -13
  343. package/src/funcs/accountAccountV1ConnectionUpdateConnection.ts +5 -13
  344. package/src/funcs/accountAccountV1ConnectionVerifyConnection.ts +5 -13
  345. package/src/funcs/accountAccountV1GetApps.ts +5 -16
  346. package/src/funcs/accountAccountV1GetBadges.ts +5 -17
  347. package/src/funcs/accountAccountV1GetDataPoints.ts +5 -17
  348. package/src/funcs/accountAccountV1GetFriends.ts +5 -17
  349. package/src/funcs/accountAccountV1GetLeaderboardHistory.ts +5 -19
  350. package/src/funcs/accountAccountV1GetStaff.ts +5 -13
  351. package/src/funcs/accountAccountV1SessionCreate.ts +3 -3
  352. package/src/funcs/accountAccountV1SessionDelete.ts +5 -13
  353. package/src/funcs/accountAccountV1SessionGet.ts +5 -13
  354. package/src/funcs/accountAccountV1SessionLogin.ts +3 -3
  355. package/src/funcs/accountAccountV1SettingsDeleteImages.ts +5 -13
  356. package/src/funcs/accountAccountV1SettingsGet.ts +5 -13
  357. package/src/funcs/accountAccountV1SettingsSendEmailVerification.ts +5 -13
  358. package/src/funcs/accountAccountV1SettingsUpdate.ts +5 -13
  359. package/src/funcs/accountAccountV1SettingsUpdateImage.ts +5 -13
  360. package/src/funcs/accountAccountV1SettingsUploadImages.ts +5 -13
  361. package/src/funcs/accountAccountV1SettingsVerfyEmail.ts +5 -13
  362. package/src/funcs/appAccountV1Queue.ts +5 -16
  363. package/src/funcs/connectionAccountV1ConnectionConnect.ts +5 -13
  364. package/src/funcs/connectionAccountV1ConnectionDeleteConnection.ts +5 -13
  365. package/src/funcs/connectionAccountV1ConnectionUpdateConnection.ts +5 -13
  366. package/src/funcs/connectionAccountV1ConnectionVerifyConnection.ts +5 -13
  367. package/src/funcs/dataAccountV1GetApps.ts +5 -16
  368. package/src/funcs/dataAccountV1GetBadges.ts +5 -17
  369. package/src/funcs/dataAccountV1GetDataPoints.ts +5 -17
  370. package/src/funcs/dataAccountV1GetFriends.ts +5 -17
  371. package/src/funcs/dataAccountV1GetLeaderboardHistory.ts +5 -19
  372. package/src/funcs/dataAccountV1GetStaff.ts +5 -13
  373. package/src/funcs/dataAccountV1Queue.ts +5 -16
  374. package/src/funcs/livenessLiveness.ts +3 -3
  375. package/src/funcs/locationLocation.ts +5 -13
  376. package/src/funcs/publicAccountV1GetApps.ts +5 -16
  377. package/src/funcs/publicAccountV1GetBadges.ts +5 -17
  378. package/src/funcs/publicAccountV1GetDataPoints.ts +5 -17
  379. package/src/funcs/publicAccountV1GetFriends.ts +5 -17
  380. package/src/funcs/publicAccountV1GetLeaderboardHistory.ts +5 -19
  381. package/src/funcs/publicAccountV1Queue.ts +5 -16
  382. package/src/funcs/sessionAccountV1SessionCreate.ts +3 -3
  383. package/src/funcs/sessionAccountV1SessionDelete.ts +5 -13
  384. package/src/funcs/sessionAccountV1SessionGet.ts +5 -13
  385. package/src/funcs/sessionAccountV1SessionLogin.ts +3 -3
  386. package/src/funcs/settingsAccountV1SettingsDeleteImages.ts +5 -13
  387. package/src/funcs/settingsAccountV1SettingsGet.ts +5 -13
  388. package/src/funcs/settingsAccountV1SettingsSendEmailVerification.ts +5 -13
  389. package/src/funcs/settingsAccountV1SettingsUpdate.ts +5 -13
  390. package/src/funcs/settingsAccountV1SettingsUpdateImage.ts +5 -13
  391. package/src/funcs/settingsAccountV1SettingsUploadImages.ts +5 -13
  392. package/src/funcs/settingsAccountV1SettingsVerfyEmail.ts +5 -13
  393. package/src/lib/config.ts +4 -4
  394. package/src/lib/security.ts +3 -3
  395. package/src/models/components/index.ts +0 -1
  396. package/src/models/components/security.ts +4 -4
  397. package/src/models/operations/accountv1connectionconnect.ts +0 -41
  398. package/src/models/operations/accountv1connectiondeleteconnection.ts +0 -44
  399. package/src/models/operations/accountv1connectionupdateconnection.ts +0 -44
  400. package/src/models/operations/accountv1connectionverifyconnection.ts +0 -44
  401. package/src/models/operations/accountv1getapps.ts +0 -60
  402. package/src/models/operations/accountv1getbadges.ts +0 -60
  403. package/src/models/operations/accountv1getdatapoints.ts +0 -60
  404. package/src/models/operations/accountv1getfriends.ts +0 -60
  405. package/src/models/operations/accountv1getleaderboardhistory.ts +0 -62
  406. package/src/models/operations/accountv1getstaff.ts +0 -40
  407. package/src/models/operations/accountv1queue.ts +0 -60
  408. package/src/models/operations/accountv1sessiondelete.ts +0 -40
  409. package/src/models/operations/accountv1sessionget.ts +0 -40
  410. package/src/models/operations/accountv1settingsdeleteimages.ts +0 -42
  411. package/src/models/operations/accountv1settingsget.ts +0 -40
  412. package/src/models/operations/accountv1settingssendemailverification.ts +0 -45
  413. package/src/models/operations/accountv1settingsupdate.ts +0 -40
  414. package/src/models/operations/accountv1settingsupdateimage.ts +0 -42
  415. package/src/models/operations/accountv1settingsuploadimages.ts +0 -42
  416. package/src/models/operations/accountv1settingsverfyemail.ts +0 -42
  417. package/src/models/operations/index.ts +0 -1
  418. package/src/models/operations/location.ts +0 -40
  419. package/src/sdk/account.ts +5 -48
  420. package/src/sdk/app.ts +1 -1
  421. package/src/sdk/connection.ts +0 -8
  422. package/src/sdk/data.ts +6 -8
  423. package/src/sdk/location.ts +0 -2
  424. package/src/sdk/public.ts +6 -6
  425. package/src/sdk/session.ts +0 -4
  426. package/src/sdk/settings.ts +0 -29
  427. package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts +0 -13
  428. package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts.map +0 -1
  429. package/funcs/accountAccountV1SettingsGenerateApiKey.js +0 -92
  430. package/funcs/accountAccountV1SettingsGenerateApiKey.js.map +0 -1
  431. package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts +0 -13
  432. package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts.map +0 -1
  433. package/funcs/settingsAccountV1SettingsGenerateApiKey.js +0 -92
  434. package/funcs/settingsAccountV1SettingsGenerateApiKey.js.map +0 -1
  435. package/models/components/v1generateapikeyresponsebody.d.ts +0 -33
  436. package/models/components/v1generateapikeyresponsebody.d.ts.map +0 -1
  437. package/models/components/v1generateapikeyresponsebody.js +0 -61
  438. package/models/components/v1generateapikeyresponsebody.js.map +0 -1
  439. package/models/operations/accountv1settingsgenerateapikey.d.ts +0 -54
  440. package/models/operations/accountv1settingsgenerateapikey.d.ts.map +0 -1
  441. package/models/operations/accountv1settingsgenerateapikey.js +0 -85
  442. package/models/operations/accountv1settingsgenerateapikey.js.map +0 -1
  443. package/src/funcs/accountAccountV1SettingsGenerateApiKey.ts +0 -120
  444. package/src/funcs/settingsAccountV1SettingsGenerateApiKey.ts +0 -120
  445. package/src/models/components/v1generateapikeyresponsebody.ts +0 -64
  446. package/src/models/operations/accountv1settingsgenerateapikey.ts +0 -114
@@ -104,9 +104,7 @@ const steamSets = new SteamSets();
104
104
 
105
105
  async function run() {
106
106
  const result = await steamSets.app.accountV1Queue({
107
- appSearch: {
108
- id: 730,
109
- },
107
+ id: 730,
110
108
  }, {
111
109
  apiKey: "<YOUR_API_KEY_HERE>",
112
110
  session: "<YOUR_BEARER_TOKEN_HERE>",
@@ -133,9 +131,7 @@ const steamSets = new SteamSetsCore();
133
131
 
134
132
  async function run() {
135
133
  const res = await appAccountV1Queue(steamSets, {
136
- appSearch: {
137
- id: 730,
138
- },
134
+ id: 730,
139
135
  }, {
140
136
  apiKey: "<YOUR_API_KEY_HERE>",
141
137
  session: "<YOUR_BEARER_TOKEN_HERE>",
@@ -158,7 +154,7 @@ run();
158
154
 
159
155
  | Parameter | Type | Required | Description |
160
156
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
161
- | `request` | [operations.AccountV1QueueRequest](../../models/operations/accountv1queuerequest.md) | :heavy_check_mark: | The request object to use for the request. |
157
+ | `request` | [components.AppSearch](../../models/components/appsearch.md) | :heavy_check_mark: | The request object to use for the request. |
162
158
  | `security` | [operations.AccountV1QueueSecurity](../../models/operations/accountv1queuesecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
163
159
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
164
160
  | `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. |
@@ -21,14 +21,14 @@ Connect a new Social Provider
21
21
  ```typescript
22
22
  import { SteamSets } from "@steamsets/client-ts";
23
23
 
24
- const steamSets = new SteamSets();
24
+ const steamSets = new SteamSets({
25
+ session: "<YOUR_BEARER_TOKEN_HERE>",
26
+ });
25
27
 
26
28
  async function run() {
27
29
  const result = await steamSets.connection.accountV1ConnectionConnect({
28
30
  code: "123456",
29
31
  provider: "discord",
30
- }, {
31
- session: "<YOUR_BEARER_TOKEN_HERE>",
32
32
  });
33
33
 
34
34
  // Handle the result
@@ -48,14 +48,14 @@ import { connectionAccountV1ConnectionConnect } from "@steamsets/client-ts/funcs
48
48
 
49
49
  // Use `SteamSetsCore` for best tree-shaking performance.
50
50
  // You can create one instance of it to use across an application.
51
- const steamSets = new SteamSetsCore();
51
+ const steamSets = new SteamSetsCore({
52
+ session: "<YOUR_BEARER_TOKEN_HERE>",
53
+ });
52
54
 
53
55
  async function run() {
54
56
  const res = await connectionAccountV1ConnectionConnect(steamSets, {
55
57
  code: "123456",
56
58
  provider: "discord",
57
- }, {
58
- session: "<YOUR_BEARER_TOKEN_HERE>",
59
59
  });
60
60
 
61
61
  if (!res.ok) {
@@ -76,7 +76,6 @@ run();
76
76
  | Parameter | Type | Required | Description |
77
77
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
78
78
  | `request` | [components.V1ConnectRequestBody](../../models/components/v1connectrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
79
- | `security` | [operations.AccountV1ConnectionConnectSecurity](../../models/operations/accountv1connectionconnectsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
80
79
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
81
80
  | `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. |
82
81
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
@@ -102,13 +101,13 @@ Remove a connection
102
101
  ```typescript
103
102
  import { SteamSets } from "@steamsets/client-ts";
104
103
 
105
- const steamSets = new SteamSets();
104
+ const steamSets = new SteamSets({
105
+ session: "<YOUR_BEARER_TOKEN_HERE>",
106
+ });
106
107
 
107
108
  async function run() {
108
109
  const result = await steamSets.connection.accountV1ConnectionDeleteConnection({
109
110
  connectionId: "123456",
110
- }, {
111
- session: "<YOUR_BEARER_TOKEN_HERE>",
112
111
  });
113
112
 
114
113
  // Handle the result
@@ -128,13 +127,13 @@ import { connectionAccountV1ConnectionDeleteConnection } from "@steamsets/client
128
127
 
129
128
  // Use `SteamSetsCore` for best tree-shaking performance.
130
129
  // You can create one instance of it to use across an application.
131
- const steamSets = new SteamSetsCore();
130
+ const steamSets = new SteamSetsCore({
131
+ session: "<YOUR_BEARER_TOKEN_HERE>",
132
+ });
132
133
 
133
134
  async function run() {
134
135
  const res = await connectionAccountV1ConnectionDeleteConnection(steamSets, {
135
136
  connectionId: "123456",
136
- }, {
137
- session: "<YOUR_BEARER_TOKEN_HERE>",
138
137
  });
139
138
 
140
139
  if (!res.ok) {
@@ -155,7 +154,6 @@ run();
155
154
  | Parameter | Type | Required | Description |
156
155
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
157
156
  | `request` | [components.V1DeleteConnectionRequestBody](../../models/components/v1deleteconnectionrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
158
- | `security` | [operations.AccountV1ConnectionDeleteConnectionSecurity](../../models/operations/accountv1connectiondeleteconnectionsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
159
157
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
160
158
  | `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. |
161
159
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
@@ -181,14 +179,14 @@ Make a connection visible/invisible
181
179
  ```typescript
182
180
  import { SteamSets } from "@steamsets/client-ts";
183
181
 
184
- const steamSets = new SteamSets();
182
+ const steamSets = new SteamSets({
183
+ session: "<YOUR_BEARER_TOKEN_HERE>",
184
+ });
185
185
 
186
186
  async function run() {
187
187
  const result = await steamSets.connection.accountV1ConnectionUpdateConnection({
188
188
  connectionId: "123456",
189
189
  hidden: true,
190
- }, {
191
- session: "<YOUR_BEARER_TOKEN_HERE>",
192
190
  });
193
191
 
194
192
  // Handle the result
@@ -208,14 +206,14 @@ import { connectionAccountV1ConnectionUpdateConnection } from "@steamsets/client
208
206
 
209
207
  // Use `SteamSetsCore` for best tree-shaking performance.
210
208
  // You can create one instance of it to use across an application.
211
- const steamSets = new SteamSetsCore();
209
+ const steamSets = new SteamSetsCore({
210
+ session: "<YOUR_BEARER_TOKEN_HERE>",
211
+ });
212
212
 
213
213
  async function run() {
214
214
  const res = await connectionAccountV1ConnectionUpdateConnection(steamSets, {
215
215
  connectionId: "123456",
216
216
  hidden: true,
217
- }, {
218
- session: "<YOUR_BEARER_TOKEN_HERE>",
219
217
  });
220
218
 
221
219
  if (!res.ok) {
@@ -236,7 +234,6 @@ run();
236
234
  | Parameter | Type | Required | Description |
237
235
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
238
236
  | `request` | [components.V1UpdateConnectionRequestBody](../../models/components/v1updateconnectionrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
239
- | `security` | [operations.AccountV1ConnectionUpdateConnectionSecurity](../../models/operations/accountv1connectionupdateconnectionsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
240
237
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
241
238
  | `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. |
242
239
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
@@ -262,13 +259,13 @@ Verify a domain connection only atm
262
259
  ```typescript
263
260
  import { SteamSets } from "@steamsets/client-ts";
264
261
 
265
- const steamSets = new SteamSets();
262
+ const steamSets = new SteamSets({
263
+ session: "<YOUR_BEARER_TOKEN_HERE>",
264
+ });
266
265
 
267
266
  async function run() {
268
267
  const result = await steamSets.connection.accountV1ConnectionVerifyConnection({
269
268
  connectionId: "123456",
270
- }, {
271
- session: "<YOUR_BEARER_TOKEN_HERE>",
272
269
  });
273
270
 
274
271
  // Handle the result
@@ -288,13 +285,13 @@ import { connectionAccountV1ConnectionVerifyConnection } from "@steamsets/client
288
285
 
289
286
  // Use `SteamSetsCore` for best tree-shaking performance.
290
287
  // You can create one instance of it to use across an application.
291
- const steamSets = new SteamSetsCore();
288
+ const steamSets = new SteamSetsCore({
289
+ session: "<YOUR_BEARER_TOKEN_HERE>",
290
+ });
292
291
 
293
292
  async function run() {
294
293
  const res = await connectionAccountV1ConnectionVerifyConnection(steamSets, {
295
294
  connectionId: "123456",
296
- }, {
297
- session: "<YOUR_BEARER_TOKEN_HERE>",
298
295
  });
299
296
 
300
297
  if (!res.ok) {
@@ -315,7 +312,6 @@ run();
315
312
  | Parameter | Type | Required | Description |
316
313
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
317
314
  | `request` | [components.V1VerifyConnectionRequestBody](../../models/components/v1verifyconnectionrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
318
- | `security` | [operations.AccountV1ConnectionVerifyConnectionSecurity](../../models/operations/accountv1connectionverifyconnectionsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
319
315
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
320
316
  | `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. |
321
317
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
@@ -28,9 +28,7 @@ import { SteamSets } from "@steamsets/client-ts";
28
28
  const steamSets = new SteamSets();
29
29
 
30
30
  async function run() {
31
- const result = await steamSets.data.accountV1GetApps({
32
- accountSearch: {},
33
- }, {
31
+ const result = await steamSets.data.accountV1GetApps({}, {
34
32
  apiKey: "<YOUR_API_KEY_HERE>",
35
33
  session: "<YOUR_BEARER_TOKEN_HERE>",
36
34
  });
@@ -55,9 +53,7 @@ import { dataAccountV1GetApps } from "@steamsets/client-ts/funcs/dataAccountV1Ge
55
53
  const steamSets = new SteamSetsCore();
56
54
 
57
55
  async function run() {
58
- const res = await dataAccountV1GetApps(steamSets, {
59
- accountSearch: {},
60
- }, {
56
+ const res = await dataAccountV1GetApps(steamSets, {}, {
61
57
  apiKey: "<YOUR_API_KEY_HERE>",
62
58
  session: "<YOUR_BEARER_TOKEN_HERE>",
63
59
  });
@@ -79,7 +75,7 @@ run();
79
75
 
80
76
  | Parameter | Type | Required | Description |
81
77
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
82
- | `request` | [operations.AccountV1GetAppsRequest](../../models/operations/accountv1getappsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
78
+ | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
83
79
  | `security` | [operations.AccountV1GetAppsSecurity](../../models/operations/accountv1getappssecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
84
80
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
85
81
  | `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. |
@@ -109,9 +105,7 @@ import { SteamSets } from "@steamsets/client-ts";
109
105
  const steamSets = new SteamSets();
110
106
 
111
107
  async function run() {
112
- const result = await steamSets.data.accountV1GetBadges({
113
- accountSearch: {},
114
- }, {
108
+ const result = await steamSets.data.accountV1GetBadges({}, {
115
109
  apiKey: "<YOUR_API_KEY_HERE>",
116
110
  session: "<YOUR_BEARER_TOKEN_HERE>",
117
111
  });
@@ -136,9 +130,7 @@ import { dataAccountV1GetBadges } from "@steamsets/client-ts/funcs/dataAccountV1
136
130
  const steamSets = new SteamSetsCore();
137
131
 
138
132
  async function run() {
139
- const res = await dataAccountV1GetBadges(steamSets, {
140
- accountSearch: {},
141
- }, {
133
+ const res = await dataAccountV1GetBadges(steamSets, {}, {
142
134
  apiKey: "<YOUR_API_KEY_HERE>",
143
135
  session: "<YOUR_BEARER_TOKEN_HERE>",
144
136
  });
@@ -160,7 +152,7 @@ run();
160
152
 
161
153
  | Parameter | Type | Required | Description |
162
154
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
163
- | `request` | [operations.AccountV1GetBadgesRequest](../../models/operations/accountv1getbadgesrequest.md) | :heavy_check_mark: | The request object to use for the request. |
155
+ | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
164
156
  | `security` | [operations.AccountV1GetBadgesSecurity](../../models/operations/accountv1getbadgessecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
165
157
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
166
158
  | `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. |
@@ -190,9 +182,7 @@ import { SteamSets } from "@steamsets/client-ts";
190
182
  const steamSets = new SteamSets();
191
183
 
192
184
  async function run() {
193
- const result = await steamSets.data.accountV1GetDataPoints({
194
- accountSearch: {},
195
- }, {
185
+ const result = await steamSets.data.accountV1GetDataPoints({}, {
196
186
  apiKey: "<YOUR_API_KEY_HERE>",
197
187
  session: "<YOUR_BEARER_TOKEN_HERE>",
198
188
  });
@@ -217,9 +207,7 @@ import { dataAccountV1GetDataPoints } from "@steamsets/client-ts/funcs/dataAccou
217
207
  const steamSets = new SteamSetsCore();
218
208
 
219
209
  async function run() {
220
- const res = await dataAccountV1GetDataPoints(steamSets, {
221
- accountSearch: {},
222
- }, {
210
+ const res = await dataAccountV1GetDataPoints(steamSets, {}, {
223
211
  apiKey: "<YOUR_API_KEY_HERE>",
224
212
  session: "<YOUR_BEARER_TOKEN_HERE>",
225
213
  });
@@ -241,7 +229,7 @@ run();
241
229
 
242
230
  | Parameter | Type | Required | Description |
243
231
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
244
- | `request` | [operations.AccountV1GetDataPointsRequest](../../models/operations/accountv1getdatapointsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
232
+ | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
245
233
  | `security` | [operations.AccountV1GetDataPointsSecurity](../../models/operations/accountv1getdatapointssecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
246
234
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
247
235
  | `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. |
@@ -271,9 +259,7 @@ import { SteamSets } from "@steamsets/client-ts";
271
259
  const steamSets = new SteamSets();
272
260
 
273
261
  async function run() {
274
- const result = await steamSets.data.accountV1GetFriends({
275
- accountSearch: {},
276
- }, {
262
+ const result = await steamSets.data.accountV1GetFriends({}, {
277
263
  apiKey: "<YOUR_API_KEY_HERE>",
278
264
  session: "<YOUR_BEARER_TOKEN_HERE>",
279
265
  });
@@ -298,9 +284,7 @@ import { dataAccountV1GetFriends } from "@steamsets/client-ts/funcs/dataAccountV
298
284
  const steamSets = new SteamSetsCore();
299
285
 
300
286
  async function run() {
301
- const res = await dataAccountV1GetFriends(steamSets, {
302
- accountSearch: {},
303
- }, {
287
+ const res = await dataAccountV1GetFriends(steamSets, {}, {
304
288
  apiKey: "<YOUR_API_KEY_HERE>",
305
289
  session: "<YOUR_BEARER_TOKEN_HERE>",
306
290
  });
@@ -322,7 +306,7 @@ run();
322
306
 
323
307
  | Parameter | Type | Required | Description |
324
308
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
325
- | `request` | [operations.AccountV1GetFriendsRequest](../../models/operations/accountv1getfriendsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
309
+ | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
326
310
  | `security` | [operations.AccountV1GetFriendsSecurity](../../models/operations/accountv1getfriendssecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
327
311
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
328
312
  | `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. |
@@ -429,9 +413,7 @@ import { SteamSets } from "@steamsets/client-ts";
429
413
  const steamSets = new SteamSets();
430
414
 
431
415
  async function run() {
432
- const result = await steamSets.data.accountV1GetLeaderboardHistory({
433
- accountSearch: {},
434
- }, {
416
+ const result = await steamSets.data.accountV1GetLeaderboardHistory({}, {
435
417
  apiKey: "<YOUR_API_KEY_HERE>",
436
418
  session: "<YOUR_BEARER_TOKEN_HERE>",
437
419
  });
@@ -456,9 +438,7 @@ import { dataAccountV1GetLeaderboardHistory } from "@steamsets/client-ts/funcs/d
456
438
  const steamSets = new SteamSetsCore();
457
439
 
458
440
  async function run() {
459
- const res = await dataAccountV1GetLeaderboardHistory(steamSets, {
460
- accountSearch: {},
461
- }, {
441
+ const res = await dataAccountV1GetLeaderboardHistory(steamSets, {}, {
462
442
  apiKey: "<YOUR_API_KEY_HERE>",
463
443
  session: "<YOUR_BEARER_TOKEN_HERE>",
464
444
  });
@@ -480,7 +460,7 @@ run();
480
460
 
481
461
  | Parameter | Type | Required | Description |
482
462
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
483
- | `request` | [operations.AccountV1GetLeaderboardHistoryRequest](../../models/operations/accountv1getleaderboardhistoryrequest.md) | :heavy_check_mark: | The request object to use for the request. |
463
+ | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
484
464
  | `security` | [operations.AccountV1GetLeaderboardHistorySecurity](../../models/operations/accountv1getleaderboardhistorysecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
485
465
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
486
466
  | `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. |
@@ -507,12 +487,12 @@ Get Staff Members and their info
507
487
  ```typescript
508
488
  import { SteamSets } from "@steamsets/client-ts";
509
489
 
510
- const steamSets = new SteamSets();
490
+ const steamSets = new SteamSets({
491
+ session: "<YOUR_BEARER_TOKEN_HERE>",
492
+ });
511
493
 
512
494
  async function run() {
513
- const result = await steamSets.data.accountV1GetStaff({
514
- session: "<YOUR_BEARER_TOKEN_HERE>",
515
- });
495
+ const result = await steamSets.data.accountV1GetStaff();
516
496
 
517
497
  // Handle the result
518
498
  console.log(result)
@@ -531,12 +511,12 @@ import { dataAccountV1GetStaff } from "@steamsets/client-ts/funcs/dataAccountV1G
531
511
 
532
512
  // Use `SteamSetsCore` for best tree-shaking performance.
533
513
  // You can create one instance of it to use across an application.
534
- const steamSets = new SteamSetsCore();
514
+ const steamSets = new SteamSetsCore({
515
+ session: "<YOUR_BEARER_TOKEN_HERE>",
516
+ });
535
517
 
536
518
  async function run() {
537
- const res = await dataAccountV1GetStaff(steamSets, {
538
- session: "<YOUR_BEARER_TOKEN_HERE>",
539
- });
519
+ const res = await dataAccountV1GetStaff(steamSets);
540
520
 
541
521
  if (!res.ok) {
542
522
  throw res.error;
@@ -555,7 +535,6 @@ run();
555
535
 
556
536
  | Parameter | Type | Required | Description |
557
537
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
558
- | `security` | [operations.AccountV1GetStaffSecurity](../../models/operations/accountv1getstaffsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
559
538
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
560
539
  | `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. |
561
540
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
@@ -585,9 +564,7 @@ const steamSets = new SteamSets();
585
564
 
586
565
  async function run() {
587
566
  const result = await steamSets.data.accountV1Queue({
588
- appSearch: {
589
- id: 730,
590
- },
567
+ id: 730,
591
568
  }, {
592
569
  apiKey: "<YOUR_API_KEY_HERE>",
593
570
  session: "<YOUR_BEARER_TOKEN_HERE>",
@@ -614,9 +591,7 @@ const steamSets = new SteamSetsCore();
614
591
 
615
592
  async function run() {
616
593
  const res = await dataAccountV1Queue(steamSets, {
617
- appSearch: {
618
- id: 730,
619
- },
594
+ id: 730,
620
595
  }, {
621
596
  apiKey: "<YOUR_API_KEY_HERE>",
622
597
  session: "<YOUR_BEARER_TOKEN_HERE>",
@@ -639,7 +614,7 @@ run();
639
614
 
640
615
  | Parameter | Type | Required | Description |
641
616
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
642
- | `request` | [operations.AccountV1QueueRequest](../../models/operations/accountv1queuerequest.md) | :heavy_check_mark: | The request object to use for the request. |
617
+ | `request` | [components.AppSearch](../../models/components/appsearch.md) | :heavy_check_mark: | The request object to use for the request. |
643
618
  | `security` | [operations.AccountV1QueueSecurity](../../models/operations/accountv1queuesecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
644
619
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
645
620
  | `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. |
@@ -19,7 +19,7 @@ This endpoint checks if the service is alive.
19
19
  import { SteamSets } from "@steamsets/client-ts";
20
20
 
21
21
  const steamSets = new SteamSets({
22
- apiKey: "<YOUR_API_KEY_HERE>",
22
+ session: "<YOUR_BEARER_TOKEN_HERE>",
23
23
  });
24
24
 
25
25
  async function run() {
@@ -43,7 +43,7 @@ import { livenessLiveness } from "@steamsets/client-ts/funcs/livenessLiveness.js
43
43
  // Use `SteamSetsCore` for best tree-shaking performance.
44
44
  // You can create one instance of it to use across an application.
45
45
  const steamSets = new SteamSetsCore({
46
- apiKey: "<YOUR_API_KEY_HERE>",
46
+ session: "<YOUR_BEARER_TOKEN_HERE>",
47
47
  });
48
48
 
49
49
  async function run() {
@@ -16,12 +16,12 @@ Get all of our available locations
16
16
  ```typescript
17
17
  import { SteamSets } from "@steamsets/client-ts";
18
18
 
19
- const steamSets = new SteamSets();
19
+ const steamSets = new SteamSets({
20
+ session: "<YOUR_BEARER_TOKEN_HERE>",
21
+ });
20
22
 
21
23
  async function run() {
22
- const result = await steamSets.location.location({
23
- session: "<YOUR_BEARER_TOKEN_HERE>",
24
- });
24
+ const result = await steamSets.location.location();
25
25
 
26
26
  // Handle the result
27
27
  console.log(result)
@@ -40,12 +40,12 @@ import { locationLocation } from "@steamsets/client-ts/funcs/locationLocation.js
40
40
 
41
41
  // Use `SteamSetsCore` for best tree-shaking performance.
42
42
  // You can create one instance of it to use across an application.
43
- const steamSets = new SteamSetsCore();
43
+ const steamSets = new SteamSetsCore({
44
+ session: "<YOUR_BEARER_TOKEN_HERE>",
45
+ });
44
46
 
45
47
  async function run() {
46
- const res = await locationLocation(steamSets, {
47
- session: "<YOUR_BEARER_TOKEN_HERE>",
48
- });
48
+ const res = await locationLocation(steamSets);
49
49
 
50
50
  if (!res.ok) {
51
51
  throw res.error;
@@ -64,7 +64,6 @@ run();
64
64
 
65
65
  | Parameter | Type | Required | Description |
66
66
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
67
- | `security` | [operations.LocationSecurity](../../models/operations/locationsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
68
67
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
69
68
  | `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. |
70
69
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |