@steamsets/client-ts 0.11.33 → 0.12.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 (588) hide show
  1. package/README.md +130 -153
  2. package/docs/sdks/account/README.md +116 -1261
  3. package/docs/sdks/{group → accounts}/README.md +14 -20
  4. package/docs/sdks/admin/README.md +5 -5
  5. package/docs/sdks/{app → apps}/README.md +12 -14
  6. package/docs/sdks/badge/README.md +5 -117
  7. package/docs/sdks/badges/README.md +119 -0
  8. package/docs/sdks/connection/README.md +15 -93
  9. package/docs/sdks/connections/README.md +85 -0
  10. package/docs/sdks/data/README.md +35 -35
  11. package/docs/sdks/developer/README.md +15 -15
  12. package/docs/sdks/leaderboard/README.md +15 -15
  13. package/docs/sdks/liveness/README.md +5 -5
  14. package/docs/sdks/{location → locations}/README.md +7 -7
  15. package/docs/sdks/public/README.md +30 -184
  16. package/docs/sdks/session/README.md +10 -157
  17. package/docs/sdks/sessions/README.md +154 -0
  18. package/docs/sdks/settings/README.md +35 -35
  19. package/funcs/accountDeleteImages.d.ts +11 -0
  20. package/funcs/accountDeleteImages.d.ts.map +1 -0
  21. package/funcs/{accountAccountV1SettingsDeleteImages.js → accountDeleteImages.js} +3 -3
  22. package/funcs/accountDeleteImages.js.map +1 -0
  23. package/funcs/accountGetApps.d.ts +11 -0
  24. package/funcs/accountGetApps.d.ts.map +1 -0
  25. package/funcs/{dataAccountV1GetApps.js → accountGetApps.js} +3 -3
  26. package/funcs/accountGetApps.js.map +1 -0
  27. package/funcs/accountGetBadges.d.ts +11 -0
  28. package/funcs/{publicAppV1Queue.d.ts.map → accountGetBadges.d.ts.map} +1 -1
  29. package/funcs/{dataAccountV1GetBadges.js → accountGetBadges.js} +3 -3
  30. package/funcs/accountGetBadges.js.map +1 -0
  31. package/funcs/{dataAccountV1GetFriends.d.ts → accountGetDataPoints.d.ts} +2 -2
  32. package/funcs/{dataAccountV1GetApps.d.ts.map → accountGetDataPoints.d.ts.map} +1 -1
  33. package/funcs/{dataAccountV1GetDataPoints.js → accountGetDataPoints.js} +3 -3
  34. package/funcs/{dataAccountV1GetInfo.js.map → accountGetDataPoints.js.map} +1 -1
  35. package/funcs/{dataAccountV1GetApps.d.ts → accountGetFriends.d.ts} +2 -2
  36. package/funcs/accountGetFriends.d.ts.map +1 -0
  37. package/funcs/{dataAccountV1GetFriends.js → accountGetFriends.js} +3 -3
  38. package/funcs/accountGetFriends.js.map +1 -0
  39. package/funcs/accountGetInfo.d.ts +11 -0
  40. package/funcs/accountGetInfo.d.ts.map +1 -0
  41. package/funcs/{dataAccountV1GetInfo.js → accountGetInfo.js} +3 -3
  42. package/funcs/accountGetInfo.js.map +1 -0
  43. package/funcs/accountGetLeaderboardHistory.d.ts +11 -0
  44. package/funcs/{publicAccountV1GetDataPoints.d.ts.map → accountGetLeaderboardHistory.d.ts.map} +1 -1
  45. package/funcs/{dataAccountV1GetLeaderboardHistory.js → accountGetLeaderboardHistory.js} +3 -3
  46. package/funcs/{publicAccountV1GetDataPoints.js.map → accountGetLeaderboardHistory.js.map} +1 -1
  47. package/funcs/{accountAccountV1GetStaff.d.ts → accountGetStaff.d.ts} +2 -2
  48. package/funcs/accountGetStaff.d.ts.map +1 -0
  49. package/funcs/{dataAccountV1GetStaff.js → accountGetStaff.js} +3 -3
  50. package/funcs/accountGetStaff.js.map +1 -0
  51. package/funcs/accountSendEmailVerification.d.ts +10 -0
  52. package/funcs/{accountAccountV1SessionLogin.d.ts.map → accountSendEmailVerification.d.ts.map} +1 -1
  53. package/funcs/{accountAccountV1SettingsSendEmailVerification.js → accountSendEmailVerification.js} +3 -3
  54. package/funcs/accountSendEmailVerification.js.map +1 -0
  55. package/funcs/{accountAccountV1GetFriends.d.ts → accountUpdateImage.d.ts} +2 -2
  56. package/funcs/accountUpdateImage.d.ts.map +1 -0
  57. package/funcs/{accountAccountV1SettingsUpdateImage.js → accountUpdateImage.js} +3 -3
  58. package/funcs/accountUpdateImage.js.map +1 -0
  59. package/funcs/accountUploadImages.d.ts +11 -0
  60. package/funcs/accountUploadImages.d.ts.map +1 -0
  61. package/funcs/{accountAccountV1SettingsUploadImages.js → accountUploadImages.js} +3 -3
  62. package/funcs/accountUploadImages.js.map +1 -0
  63. package/funcs/{accountAccountV1GetBadges.d.ts → accountVerifyEmail.d.ts} +2 -2
  64. package/funcs/accountVerifyEmail.d.ts.map +1 -0
  65. package/funcs/{accountAccountV1SettingsVerfyEmail.js → accountVerifyEmail.js} +3 -3
  66. package/funcs/accountVerifyEmail.js.map +1 -0
  67. package/funcs/{adminAdminV1GetAccount.d.ts → accountsQueue.d.ts} +2 -2
  68. package/funcs/accountsQueue.d.ts.map +1 -0
  69. package/funcs/{publicAccountV1Queue.js → accountsQueue.js} +3 -3
  70. package/funcs/{developerAccountV1SettingsDeveloperAppDelete.js.map → accountsQueue.js.map} +1 -1
  71. package/funcs/{connectionAccountV1ConnectionVerifyConnection.d.ts → adminGetAccount.d.ts} +2 -2
  72. package/funcs/{badgeBadgeV1Tag.d.ts.map → adminGetAccount.d.ts.map} +1 -1
  73. package/funcs/{adminAdminV1GetAccount.js → adminGetAccount.js} +3 -3
  74. package/funcs/adminGetAccount.js.map +1 -0
  75. package/funcs/{appAppV1Queue.d.ts → appsGet.d.ts} +2 -2
  76. package/funcs/appsGet.d.ts.map +1 -0
  77. package/funcs/{appAppV1Get.js → appsGet.js} +3 -3
  78. package/funcs/{settingsAccountV1SettingsDeleteImages.js.map → appsGet.js.map} +1 -1
  79. package/funcs/{locationLocationV1LocationGet.d.ts → appsQueue.d.ts} +3 -2
  80. package/funcs/appsQueue.d.ts.map +1 -0
  81. package/funcs/{appAppV1Queue.js → appsQueue.js} +3 -3
  82. package/funcs/appsQueue.js.map +1 -0
  83. package/funcs/{badgeBadgeV1Tag.d.ts → badgeGetTags.d.ts} +2 -2
  84. package/funcs/badgeGetTags.d.ts.map +1 -0
  85. package/funcs/{badgeBadgeV1Tags.js → badgeGetTags.js} +3 -3
  86. package/funcs/badgeGetTags.js.map +1 -0
  87. package/funcs/{appAppV1Get.d.ts → badgesTag.d.ts} +2 -2
  88. package/funcs/badgesTag.d.ts.map +1 -0
  89. package/funcs/{badgeBadgeV1Tag.js → badgesTag.js} +3 -3
  90. package/funcs/badgesTag.js.map +1 -0
  91. package/funcs/{accountAccountV1GetLeaderboardHistory.d.ts → connectionDelete.d.ts} +2 -2
  92. package/funcs/{badgeBadgeV1Tags.d.ts.map → connectionDelete.d.ts.map} +1 -1
  93. package/funcs/{accountAccountV1ConnectionDeleteConnection.js → connectionDelete.js} +3 -3
  94. package/funcs/connectionDelete.js.map +1 -0
  95. package/funcs/{accountAccountV1SessionCreate.d.ts → connectionUpdate.d.ts} +3 -2
  96. package/funcs/connectionUpdate.d.ts.map +1 -0
  97. package/funcs/{accountAccountV1ConnectionUpdateConnection.js → connectionUpdate.js} +3 -3
  98. package/funcs/connectionUpdate.js.map +1 -0
  99. package/funcs/{dataAccountV1GetStaff.d.ts → connectionVerify.d.ts} +3 -2
  100. package/funcs/connectionVerify.d.ts.map +1 -0
  101. package/funcs/{accountAccountV1ConnectionVerifyConnection.js → connectionVerify.js} +3 -3
  102. package/funcs/connectionVerify.js.map +1 -0
  103. package/funcs/{accountAccountV1GetDataPoints.d.ts → connectionsConnect.d.ts} +2 -2
  104. package/funcs/connectionsConnect.d.ts.map +1 -0
  105. package/funcs/{accountAccountV1ConnectionConnect.js → connectionsConnect.js} +3 -3
  106. package/funcs/connectionsConnect.js.map +1 -0
  107. package/funcs/{publicAppV1Queue.d.ts → dataGetApps.d.ts} +2 -2
  108. package/funcs/{appAppV1Get.d.ts.map → dataGetApps.d.ts.map} +1 -1
  109. package/funcs/{publicAccountV1GetApps.js → dataGetApps.js} +3 -3
  110. package/funcs/dataGetApps.js.map +1 -0
  111. package/funcs/dataGetBadges.d.ts +11 -0
  112. package/funcs/{appAppV1Queue.d.ts.map → dataGetBadges.d.ts.map} +1 -1
  113. package/funcs/{publicAccountV1GetBadges.js → dataGetBadges.js} +3 -3
  114. package/funcs/dataGetBadges.js.map +1 -0
  115. package/funcs/{accountAccountV1GetApps.d.ts → dataGetDataPoints.d.ts} +2 -2
  116. package/funcs/dataGetDataPoints.d.ts.map +1 -0
  117. package/funcs/{publicAccountV1GetDataPoints.js → dataGetDataPoints.js} +3 -3
  118. package/funcs/dataGetDataPoints.js.map +1 -0
  119. package/funcs/{developerAccountV1SettingsDeveloperAppCreate.d.ts → dataGetFriends.d.ts} +2 -2
  120. package/funcs/dataGetFriends.d.ts.map +1 -0
  121. package/funcs/{publicAccountV1GetFriends.js → dataGetFriends.js} +3 -3
  122. package/funcs/dataGetFriends.js.map +1 -0
  123. package/funcs/dataGetInfo.d.ts +11 -0
  124. package/funcs/dataGetInfo.d.ts.map +1 -0
  125. package/funcs/{publicAccountV1GetInfo.js → dataGetInfo.js} +3 -3
  126. package/funcs/dataGetInfo.js.map +1 -0
  127. package/funcs/{publicAccountV1GetFriends.d.ts → dataGetLeaderboardHistory.d.ts} +2 -2
  128. package/funcs/{accountAccountV1GetBadges.d.ts.map → dataGetLeaderboardHistory.d.ts.map} +1 -1
  129. package/funcs/{publicAccountV1GetLeaderboardHistory.js → dataGetLeaderboardHistory.js} +3 -3
  130. package/funcs/{accountAccountV1GetBadges.js.map → dataGetLeaderboardHistory.js.map} +1 -1
  131. package/funcs/{accountAccountV1SessionGet.d.ts → dataGetStaff.d.ts} +2 -2
  132. package/funcs/dataGetStaff.d.ts.map +1 -0
  133. package/funcs/{accountAccountV1GetStaff.js → dataGetStaff.js} +3 -3
  134. package/funcs/dataGetStaff.js.map +1 -0
  135. package/funcs/{accountLeaderboardV1GetBadges.d.ts → developerCreateDeveloperApp.d.ts} +3 -2
  136. package/funcs/developerCreateDeveloperApp.d.ts.map +1 -0
  137. package/funcs/{developerAccountV1SettingsDeveloperAppCreate.js → developerCreateDeveloperApp.js} +3 -3
  138. package/funcs/developerCreateDeveloperApp.js.map +1 -0
  139. package/funcs/{accountAccountV1ConnectionConnect.d.ts → developerDeleteDeveloperApp.d.ts} +2 -2
  140. package/funcs/developerDeleteDeveloperApp.d.ts.map +1 -0
  141. package/funcs/{developerAccountV1SettingsDeveloperAppDelete.js → developerDeleteDeveloperApp.js} +3 -3
  142. package/funcs/developerDeleteDeveloperApp.js.map +1 -0
  143. package/funcs/{settingsAccountV1SettingsDeleteImages.d.ts → developerUpdateApp.d.ts} +2 -2
  144. package/funcs/developerUpdateApp.d.ts.map +1 -0
  145. package/funcs/{developerAccountV1SettingsDeveloperAppUpdate.js → developerUpdateApp.js} +3 -3
  146. package/funcs/developerUpdateApp.js.map +1 -0
  147. package/funcs/leaderboardGetAccount.d.ts +11 -0
  148. package/funcs/{accountAccountV1Queue.d.ts.map → leaderboardGetAccount.d.ts.map} +1 -1
  149. package/funcs/{accountLeaderboardV1GetAccount.js → leaderboardGetAccount.js} +3 -3
  150. package/funcs/leaderboardGetAccount.js.map +1 -0
  151. package/funcs/{settingsAccountV1SettingsUpdate.d.ts → leaderboardGetBadges.d.ts} +2 -2
  152. package/funcs/leaderboardGetBadges.d.ts.map +1 -0
  153. package/funcs/{accountLeaderboardV1GetBadges.js → leaderboardGetBadges.js} +3 -3
  154. package/funcs/leaderboardGetBadges.js.map +1 -0
  155. package/funcs/leaderboardGetGroup.d.ts +11 -0
  156. package/funcs/leaderboardGetGroup.d.ts.map +1 -0
  157. package/funcs/{groupLeaderboardV1GetGroup.js → leaderboardGetGroup.js} +3 -3
  158. package/funcs/leaderboardGetGroup.js.map +1 -0
  159. package/funcs/{publicAccountV1GetDataPoints.d.ts → livenessCheck.d.ts} +8 -3
  160. package/funcs/livenessCheck.d.ts.map +1 -0
  161. package/funcs/{livenessLiveness.js → livenessCheck.js} +3 -3
  162. package/funcs/livenessCheck.js.map +1 -0
  163. package/funcs/{sessionAccountV1SessionGet.d.ts → locationsGet.d.ts} +2 -2
  164. package/funcs/locationsGet.d.ts.map +1 -0
  165. package/funcs/{locationLocationV1LocationGet.js → locationsGet.js} +3 -3
  166. package/funcs/locationsGet.js.map +1 -0
  167. package/funcs/{accountAccountV1ConnectionDeleteConnection.d.ts → publicGetApps.d.ts} +2 -2
  168. package/funcs/publicGetApps.d.ts.map +1 -0
  169. package/funcs/{accountAccountV1GetApps.js → publicGetApps.js} +3 -3
  170. package/funcs/publicGetApps.js.map +1 -0
  171. package/funcs/publicGetBadges.d.ts +11 -0
  172. package/funcs/publicGetBadges.d.ts.map +1 -0
  173. package/funcs/{accountAccountV1GetBadges.js → publicGetBadges.js} +3 -3
  174. package/funcs/publicGetBadges.js.map +1 -0
  175. package/funcs/{badgeBadgeV1Tags.d.ts → publicGetDataPoints.d.ts} +2 -2
  176. package/funcs/publicGetDataPoints.d.ts.map +1 -0
  177. package/funcs/{accountAccountV1GetDataPoints.js → publicGetDataPoints.js} +3 -3
  178. package/funcs/publicGetDataPoints.js.map +1 -0
  179. package/funcs/publicGetFriends.d.ts +11 -0
  180. package/funcs/publicGetFriends.d.ts.map +1 -0
  181. package/funcs/{accountAccountV1GetFriends.js → publicGetFriends.js} +3 -3
  182. package/funcs/publicGetFriends.js.map +1 -0
  183. package/funcs/{accountAccountV1ConnectionUpdateConnection.d.ts → publicGetInfo.d.ts} +2 -2
  184. package/funcs/publicGetInfo.d.ts.map +1 -0
  185. package/funcs/{accountAccountV1GetInfo.js → publicGetInfo.js} +3 -3
  186. package/funcs/publicGetInfo.js.map +1 -0
  187. package/funcs/publicGetLeaderboardHistory.d.ts +11 -0
  188. package/funcs/publicGetLeaderboardHistory.d.ts.map +1 -0
  189. package/funcs/{accountAccountV1GetLeaderboardHistory.js → publicGetLeaderboardHistory.js} +3 -3
  190. package/funcs/publicGetLeaderboardHistory.js.map +1 -0
  191. package/funcs/{accountAccountV1SettingsSendEmailVerification.d.ts → sessionCreate.d.ts} +2 -2
  192. package/funcs/sessionCreate.d.ts.map +1 -0
  193. package/funcs/{accountAccountV1SessionCreate.js → sessionCreate.js} +3 -3
  194. package/funcs/sessionCreate.js.map +1 -0
  195. package/funcs/{dataAccountV1GetDataPoints.d.ts → sessionLogin.d.ts} +2 -3
  196. package/funcs/sessionLogin.d.ts.map +1 -0
  197. package/funcs/{sessionAccountV1SessionLogin.js → sessionLogin.js} +3 -3
  198. package/funcs/sessionLogin.js.map +1 -0
  199. package/funcs/{accountAccountV1GetInfo.d.ts → sessionsDelete.d.ts} +2 -2
  200. package/funcs/sessionsDelete.d.ts.map +1 -0
  201. package/funcs/{sessionAccountV1SessionDelete.js → sessionsDelete.js} +3 -3
  202. package/funcs/{connectionAccountV1ConnectionVerifyConnection.js.map → sessionsDelete.js.map} +1 -1
  203. package/funcs/sessionsGet.d.ts +10 -0
  204. package/funcs/sessionsGet.d.ts.map +1 -0
  205. package/funcs/{accountAccountV1SessionGet.js → sessionsGet.js} +3 -3
  206. package/funcs/sessionsGet.js.map +1 -0
  207. package/funcs/settingsDeleteImages.d.ts +11 -0
  208. package/funcs/{publicAccountV1Queue.d.ts.map → settingsDeleteImages.d.ts.map} +1 -1
  209. package/funcs/{settingsAccountV1SettingsDeleteImages.js → settingsDeleteImages.js} +3 -3
  210. package/funcs/settingsDeleteImages.js.map +1 -0
  211. package/funcs/settingsGet.d.ts +10 -0
  212. package/funcs/settingsGet.d.ts.map +1 -0
  213. package/funcs/{accountAccountV1SettingsGet.js → settingsGet.js} +3 -3
  214. package/funcs/settingsGet.js.map +1 -0
  215. package/funcs/settingsSendEmailVerification.d.ts +10 -0
  216. package/funcs/{sessionAccountV1SessionCreate.d.ts.map → settingsSendEmailVerification.d.ts.map} +1 -1
  217. package/funcs/{settingsAccountV1SettingsSendEmailVerification.js → settingsSendEmailVerification.js} +3 -3
  218. package/funcs/settingsSendEmailVerification.js.map +1 -0
  219. package/funcs/{accountAccountV1SettingsGet.d.ts → settingsUpdate.d.ts} +2 -2
  220. package/funcs/settingsUpdate.d.ts.map +1 -0
  221. package/funcs/{accountAccountV1SettingsUpdate.js → settingsUpdate.js} +3 -3
  222. package/funcs/settingsUpdate.js.map +1 -0
  223. package/funcs/settingsUpdateImage.d.ts +11 -0
  224. package/funcs/settingsUpdateImage.d.ts.map +1 -0
  225. package/funcs/{settingsAccountV1SettingsUpdateImage.js → settingsUpdateImage.js} +3 -3
  226. package/funcs/settingsUpdateImage.js.map +1 -0
  227. package/funcs/settingsUploadImages.d.ts +11 -0
  228. package/funcs/{dataAccountV1GetInfo.d.ts.map → settingsUploadImages.d.ts.map} +1 -1
  229. package/funcs/{settingsAccountV1SettingsUploadImages.js → settingsUploadImages.js} +3 -3
  230. package/funcs/{publicAccountV1Queue.js.map → settingsUploadImages.js.map} +1 -1
  231. package/funcs/settingsVerifyEmail.d.ts +11 -0
  232. package/funcs/settingsVerifyEmail.d.ts.map +1 -0
  233. package/funcs/{settingsAccountV1SettingsVerfyEmail.js → settingsVerifyEmail.js} +3 -3
  234. package/funcs/settingsVerifyEmail.js.map +1 -0
  235. package/lib/config.d.ts +2 -2
  236. package/lib/config.js +2 -2
  237. package/lib/config.js.map +1 -1
  238. package/models/components/resource.d.ts +3 -3
  239. package/models/components/resource.js +1 -1
  240. package/models/components/resource.js.map +1 -1
  241. package/package.json +1 -1
  242. package/sdk/account.d.ts +12 -26
  243. package/sdk/account.d.ts.map +1 -1
  244. package/sdk/account.js +36 -92
  245. package/sdk/account.js.map +1 -1
  246. package/sdk/accounts.d.ts +7 -0
  247. package/sdk/accounts.d.ts.map +1 -0
  248. package/sdk/accounts.js +16 -0
  249. package/sdk/accounts.js.map +1 -0
  250. package/sdk/admin.d.ts +1 -1
  251. package/sdk/admin.d.ts.map +1 -1
  252. package/sdk/admin.js +3 -3
  253. package/sdk/admin.js.map +1 -1
  254. package/sdk/apps.d.ts +8 -0
  255. package/sdk/apps.d.ts.map +1 -0
  256. package/sdk/apps.js +20 -0
  257. package/sdk/apps.js.map +1 -0
  258. package/sdk/badge.d.ts +1 -2
  259. package/sdk/badge.d.ts.map +1 -1
  260. package/sdk/badge.js +3 -7
  261. package/sdk/badge.js.map +1 -1
  262. package/sdk/badges.d.ts +7 -0
  263. package/sdk/badges.d.ts.map +1 -0
  264. package/sdk/badges.js +16 -0
  265. package/sdk/badges.js.map +1 -0
  266. package/sdk/connection.d.ts +3 -4
  267. package/sdk/connection.d.ts.map +1 -1
  268. package/sdk/connection.js +9 -13
  269. package/sdk/connection.js.map +1 -1
  270. package/sdk/connections.d.ts +7 -0
  271. package/sdk/connections.d.ts.map +1 -0
  272. package/sdk/connections.js +16 -0
  273. package/sdk/connections.js.map +1 -0
  274. package/sdk/data.d.ts +7 -7
  275. package/sdk/data.d.ts.map +1 -1
  276. package/sdk/data.js +21 -21
  277. package/sdk/data.js.map +1 -1
  278. package/sdk/developer.d.ts +3 -3
  279. package/sdk/developer.d.ts.map +1 -1
  280. package/sdk/developer.js +9 -9
  281. package/sdk/developer.js.map +1 -1
  282. package/sdk/leaderboard.d.ts +3 -3
  283. package/sdk/leaderboard.d.ts.map +1 -1
  284. package/sdk/leaderboard.js +9 -9
  285. package/sdk/leaderboard.js.map +1 -1
  286. package/sdk/liveness.d.ts +1 -1
  287. package/sdk/liveness.d.ts.map +1 -1
  288. package/sdk/liveness.js +3 -3
  289. package/sdk/liveness.js.map +1 -1
  290. package/sdk/locations.d.ts +6 -0
  291. package/sdk/locations.d.ts.map +1 -0
  292. package/sdk/locations.js +16 -0
  293. package/sdk/locations.js.map +1 -0
  294. package/sdk/public.d.ts +6 -8
  295. package/sdk/public.d.ts.map +1 -1
  296. package/sdk/public.js +18 -26
  297. package/sdk/public.js.map +1 -1
  298. package/sdk/sdk.d.ts +22 -13
  299. package/sdk/sdk.d.ts.map +1 -1
  300. package/sdk/sdk.js +32 -17
  301. package/sdk/sdk.js.map +1 -1
  302. package/sdk/session.d.ts +2 -5
  303. package/sdk/session.d.ts.map +1 -1
  304. package/sdk/session.js +6 -14
  305. package/sdk/session.js.map +1 -1
  306. package/sdk/sessions.d.ts +8 -0
  307. package/sdk/sessions.d.ts.map +1 -0
  308. package/sdk/sessions.js +20 -0
  309. package/sdk/sessions.js.map +1 -0
  310. package/sdk/settings.d.ts +7 -7
  311. package/sdk/settings.d.ts.map +1 -1
  312. package/sdk/settings.js +21 -21
  313. package/sdk/settings.js.map +1 -1
  314. package/src/funcs/{accountAccountV1SettingsDeleteImages.ts → accountDeleteImages.ts} +1 -1
  315. package/src/funcs/{dataAccountV1GetApps.ts → accountGetApps.ts} +1 -1
  316. package/src/funcs/{dataAccountV1GetBadges.ts → accountGetBadges.ts} +1 -1
  317. package/src/funcs/{dataAccountV1GetDataPoints.ts → accountGetDataPoints.ts} +1 -1
  318. package/src/funcs/{dataAccountV1GetFriends.ts → accountGetFriends.ts} +1 -1
  319. package/src/funcs/{dataAccountV1GetInfo.ts → accountGetInfo.ts} +1 -1
  320. package/src/funcs/{dataAccountV1GetLeaderboardHistory.ts → accountGetLeaderboardHistory.ts} +1 -1
  321. package/src/funcs/{dataAccountV1GetStaff.ts → accountGetStaff.ts} +1 -1
  322. package/src/funcs/{accountAccountV1SettingsSendEmailVerification.ts → accountSendEmailVerification.ts} +1 -1
  323. package/src/funcs/{accountAccountV1SettingsUpdateImage.ts → accountUpdateImage.ts} +1 -1
  324. package/src/funcs/{accountAccountV1SettingsUploadImages.ts → accountUploadImages.ts} +1 -1
  325. package/src/funcs/{accountAccountV1SettingsVerfyEmail.ts → accountVerifyEmail.ts} +1 -1
  326. package/src/funcs/{publicAccountV1Queue.ts → accountsQueue.ts} +1 -1
  327. package/src/funcs/{adminAdminV1GetAccount.ts → adminGetAccount.ts} +1 -1
  328. package/src/funcs/{appAppV1Get.ts → appsGet.ts} +1 -1
  329. package/src/funcs/{appAppV1Queue.ts → appsQueue.ts} +1 -1
  330. package/src/funcs/{badgeBadgeV1Tags.ts → badgeGetTags.ts} +1 -1
  331. package/src/funcs/{badgeBadgeV1Tag.ts → badgesTag.ts} +1 -1
  332. package/src/funcs/{accountAccountV1ConnectionDeleteConnection.ts → connectionDelete.ts} +1 -1
  333. package/src/funcs/{accountAccountV1ConnectionUpdateConnection.ts → connectionUpdate.ts} +1 -1
  334. package/src/funcs/{accountAccountV1ConnectionVerifyConnection.ts → connectionVerify.ts} +1 -1
  335. package/src/funcs/{accountAccountV1ConnectionConnect.ts → connectionsConnect.ts} +1 -1
  336. package/src/funcs/{publicAccountV1GetApps.ts → dataGetApps.ts} +1 -1
  337. package/src/funcs/{publicAccountV1GetBadges.ts → dataGetBadges.ts} +1 -1
  338. package/src/funcs/{publicAccountV1GetDataPoints.ts → dataGetDataPoints.ts} +1 -1
  339. package/src/funcs/{publicAccountV1GetFriends.ts → dataGetFriends.ts} +1 -1
  340. package/src/funcs/{publicAccountV1GetInfo.ts → dataGetInfo.ts} +1 -1
  341. package/src/funcs/{publicAccountV1GetLeaderboardHistory.ts → dataGetLeaderboardHistory.ts} +1 -1
  342. package/src/funcs/{accountAccountV1GetStaff.ts → dataGetStaff.ts} +1 -1
  343. package/src/funcs/{developerAccountV1SettingsDeveloperAppCreate.ts → developerCreateDeveloperApp.ts} +1 -1
  344. package/src/funcs/{developerAccountV1SettingsDeveloperAppDelete.ts → developerDeleteDeveloperApp.ts} +1 -1
  345. package/src/funcs/{developerAccountV1SettingsDeveloperAppUpdate.ts → developerUpdateApp.ts} +1 -1
  346. package/src/funcs/{accountLeaderboardV1GetAccount.ts → leaderboardGetAccount.ts} +1 -1
  347. package/src/funcs/{accountLeaderboardV1GetBadges.ts → leaderboardGetBadges.ts} +1 -1
  348. package/src/funcs/{groupLeaderboardV1GetGroup.ts → leaderboardGetGroup.ts} +1 -1
  349. package/src/funcs/{livenessLiveness.ts → livenessCheck.ts} +1 -1
  350. package/src/funcs/{locationLocationV1LocationGet.ts → locationsGet.ts} +1 -1
  351. package/src/funcs/{accountAccountV1GetApps.ts → publicGetApps.ts} +1 -1
  352. package/src/funcs/{accountAccountV1GetBadges.ts → publicGetBadges.ts} +1 -1
  353. package/src/funcs/{accountAccountV1GetDataPoints.ts → publicGetDataPoints.ts} +1 -1
  354. package/src/funcs/{accountAccountV1GetFriends.ts → publicGetFriends.ts} +1 -1
  355. package/src/funcs/{accountAccountV1GetInfo.ts → publicGetInfo.ts} +1 -1
  356. package/src/funcs/{accountAccountV1GetLeaderboardHistory.ts → publicGetLeaderboardHistory.ts} +1 -1
  357. package/src/funcs/{sessionAccountV1SessionCreate.ts → sessionCreate.ts} +1 -1
  358. package/src/funcs/{sessionAccountV1SessionLogin.ts → sessionLogin.ts} +1 -1
  359. package/src/funcs/{accountAccountV1SessionDelete.ts → sessionsDelete.ts} +1 -1
  360. package/src/funcs/{accountAccountV1SessionGet.ts → sessionsGet.ts} +1 -1
  361. package/src/funcs/{settingsAccountV1SettingsDeleteImages.ts → settingsDeleteImages.ts} +1 -1
  362. package/src/funcs/{accountAccountV1SettingsGet.ts → settingsGet.ts} +1 -1
  363. package/src/funcs/{settingsAccountV1SettingsSendEmailVerification.ts → settingsSendEmailVerification.ts} +1 -1
  364. package/src/funcs/{accountAccountV1SettingsUpdate.ts → settingsUpdate.ts} +1 -1
  365. package/src/funcs/{settingsAccountV1SettingsUpdateImage.ts → settingsUpdateImage.ts} +1 -1
  366. package/src/funcs/{settingsAccountV1SettingsUploadImages.ts → settingsUploadImages.ts} +1 -1
  367. package/src/funcs/{settingsAccountV1SettingsVerfyEmail.ts → settingsVerifyEmail.ts} +1 -1
  368. package/src/lib/config.ts +2 -2
  369. package/src/models/components/resource.ts +1 -1
  370. package/src/sdk/account.ts +36 -198
  371. package/src/sdk/{group.ts → accounts.ts} +6 -6
  372. package/src/sdk/admin.ts +3 -3
  373. package/src/sdk/{app.ts → apps.ts} +7 -7
  374. package/src/sdk/badge.ts +3 -15
  375. package/src/sdk/badges.ts +22 -0
  376. package/src/sdk/connection.ts +9 -21
  377. package/src/sdk/connections.ts +22 -0
  378. package/src/sdk/data.ts +21 -21
  379. package/src/sdk/developer.ts +9 -9
  380. package/src/sdk/leaderboard.ts +9 -9
  381. package/src/sdk/liveness.ts +3 -3
  382. package/src/sdk/{location.ts → locations.ts} +4 -4
  383. package/src/sdk/public.ts +18 -42
  384. package/src/sdk/sdk.ts +40 -22
  385. package/src/sdk/session.ts +6 -29
  386. package/src/sdk/sessions.ts +32 -0
  387. package/src/sdk/settings.ts +21 -21
  388. package/funcs/accountAccountV1ConnectionConnect.d.ts.map +0 -1
  389. package/funcs/accountAccountV1ConnectionConnect.js.map +0 -1
  390. package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts.map +0 -1
  391. package/funcs/accountAccountV1ConnectionDeleteConnection.js.map +0 -1
  392. package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts.map +0 -1
  393. package/funcs/accountAccountV1ConnectionUpdateConnection.js.map +0 -1
  394. package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts +0 -11
  395. package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts.map +0 -1
  396. package/funcs/accountAccountV1ConnectionVerifyConnection.js.map +0 -1
  397. package/funcs/accountAccountV1GetApps.d.ts.map +0 -1
  398. package/funcs/accountAccountV1GetApps.js.map +0 -1
  399. package/funcs/accountAccountV1GetDataPoints.d.ts.map +0 -1
  400. package/funcs/accountAccountV1GetDataPoints.js.map +0 -1
  401. package/funcs/accountAccountV1GetFriends.d.ts.map +0 -1
  402. package/funcs/accountAccountV1GetFriends.js.map +0 -1
  403. package/funcs/accountAccountV1GetInfo.d.ts.map +0 -1
  404. package/funcs/accountAccountV1GetInfo.js.map +0 -1
  405. package/funcs/accountAccountV1GetLeaderboardHistory.d.ts.map +0 -1
  406. package/funcs/accountAccountV1GetLeaderboardHistory.js.map +0 -1
  407. package/funcs/accountAccountV1GetStaff.d.ts.map +0 -1
  408. package/funcs/accountAccountV1GetStaff.js.map +0 -1
  409. package/funcs/accountAccountV1Queue.d.ts +0 -11
  410. package/funcs/accountAccountV1Queue.js +0 -93
  411. package/funcs/accountAccountV1Queue.js.map +0 -1
  412. package/funcs/accountAccountV1SessionCreate.d.ts.map +0 -1
  413. package/funcs/accountAccountV1SessionCreate.js.map +0 -1
  414. package/funcs/accountAccountV1SessionDelete.d.ts +0 -11
  415. package/funcs/accountAccountV1SessionDelete.d.ts.map +0 -1
  416. package/funcs/accountAccountV1SessionDelete.js +0 -95
  417. package/funcs/accountAccountV1SessionDelete.js.map +0 -1
  418. package/funcs/accountAccountV1SessionGet.d.ts.map +0 -1
  419. package/funcs/accountAccountV1SessionGet.js.map +0 -1
  420. package/funcs/accountAccountV1SessionLogin.d.ts +0 -10
  421. package/funcs/accountAccountV1SessionLogin.js +0 -99
  422. package/funcs/accountAccountV1SessionLogin.js.map +0 -1
  423. package/funcs/accountAccountV1SettingsDeleteImages.d.ts +0 -11
  424. package/funcs/accountAccountV1SettingsDeleteImages.d.ts.map +0 -1
  425. package/funcs/accountAccountV1SettingsDeleteImages.js.map +0 -1
  426. package/funcs/accountAccountV1SettingsGet.d.ts.map +0 -1
  427. package/funcs/accountAccountV1SettingsGet.js.map +0 -1
  428. package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts.map +0 -1
  429. package/funcs/accountAccountV1SettingsSendEmailVerification.js.map +0 -1
  430. package/funcs/accountAccountV1SettingsUpdate.d.ts +0 -10
  431. package/funcs/accountAccountV1SettingsUpdate.d.ts.map +0 -1
  432. package/funcs/accountAccountV1SettingsUpdate.js.map +0 -1
  433. package/funcs/accountAccountV1SettingsUpdateImage.d.ts +0 -11
  434. package/funcs/accountAccountV1SettingsUpdateImage.d.ts.map +0 -1
  435. package/funcs/accountAccountV1SettingsUpdateImage.js.map +0 -1
  436. package/funcs/accountAccountV1SettingsUploadImages.d.ts +0 -11
  437. package/funcs/accountAccountV1SettingsUploadImages.d.ts.map +0 -1
  438. package/funcs/accountAccountV1SettingsUploadImages.js.map +0 -1
  439. package/funcs/accountAccountV1SettingsVerfyEmail.d.ts +0 -11
  440. package/funcs/accountAccountV1SettingsVerfyEmail.d.ts.map +0 -1
  441. package/funcs/accountAccountV1SettingsVerfyEmail.js.map +0 -1
  442. package/funcs/accountLeaderboardV1GetAccount.d.ts +0 -11
  443. package/funcs/accountLeaderboardV1GetAccount.d.ts.map +0 -1
  444. package/funcs/accountLeaderboardV1GetAccount.js.map +0 -1
  445. package/funcs/accountLeaderboardV1GetBadges.d.ts.map +0 -1
  446. package/funcs/accountLeaderboardV1GetBadges.js.map +0 -1
  447. package/funcs/accountLeaderboardV1GetGroup.d.ts +0 -11
  448. package/funcs/accountLeaderboardV1GetGroup.d.ts.map +0 -1
  449. package/funcs/accountLeaderboardV1GetGroup.js +0 -95
  450. package/funcs/accountLeaderboardV1GetGroup.js.map +0 -1
  451. package/funcs/adminAdminV1GetAccount.d.ts.map +0 -1
  452. package/funcs/adminAdminV1GetAccount.js.map +0 -1
  453. package/funcs/appAppV1Get.js.map +0 -1
  454. package/funcs/appAppV1Queue.js.map +0 -1
  455. package/funcs/badgeBadgeV1Tag.js.map +0 -1
  456. package/funcs/badgeBadgeV1Tags.js.map +0 -1
  457. package/funcs/connectionAccountV1ConnectionConnect.d.ts +0 -11
  458. package/funcs/connectionAccountV1ConnectionConnect.d.ts.map +0 -1
  459. package/funcs/connectionAccountV1ConnectionConnect.js +0 -95
  460. package/funcs/connectionAccountV1ConnectionConnect.js.map +0 -1
  461. package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts +0 -11
  462. package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts.map +0 -1
  463. package/funcs/connectionAccountV1ConnectionDeleteConnection.js +0 -93
  464. package/funcs/connectionAccountV1ConnectionDeleteConnection.js.map +0 -1
  465. package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts +0 -11
  466. package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts.map +0 -1
  467. package/funcs/connectionAccountV1ConnectionUpdateConnection.js +0 -93
  468. package/funcs/connectionAccountV1ConnectionUpdateConnection.js.map +0 -1
  469. package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts.map +0 -1
  470. package/funcs/connectionAccountV1ConnectionVerifyConnection.js +0 -93
  471. package/funcs/dataAccountV1GetApps.js.map +0 -1
  472. package/funcs/dataAccountV1GetBadges.d.ts +0 -11
  473. package/funcs/dataAccountV1GetBadges.d.ts.map +0 -1
  474. package/funcs/dataAccountV1GetBadges.js.map +0 -1
  475. package/funcs/dataAccountV1GetDataPoints.d.ts.map +0 -1
  476. package/funcs/dataAccountV1GetDataPoints.js.map +0 -1
  477. package/funcs/dataAccountV1GetFriends.d.ts.map +0 -1
  478. package/funcs/dataAccountV1GetFriends.js.map +0 -1
  479. package/funcs/dataAccountV1GetInfo.d.ts +0 -11
  480. package/funcs/dataAccountV1GetLeaderboardHistory.d.ts +0 -11
  481. package/funcs/dataAccountV1GetLeaderboardHistory.d.ts.map +0 -1
  482. package/funcs/dataAccountV1GetLeaderboardHistory.js.map +0 -1
  483. package/funcs/dataAccountV1GetStaff.d.ts.map +0 -1
  484. package/funcs/dataAccountV1GetStaff.js.map +0 -1
  485. package/funcs/developerAccountV1SettingsDeveloperAppCreate.d.ts.map +0 -1
  486. package/funcs/developerAccountV1SettingsDeveloperAppCreate.js.map +0 -1
  487. package/funcs/developerAccountV1SettingsDeveloperAppDelete.d.ts +0 -11
  488. package/funcs/developerAccountV1SettingsDeveloperAppDelete.d.ts.map +0 -1
  489. package/funcs/developerAccountV1SettingsDeveloperAppUpdate.d.ts +0 -11
  490. package/funcs/developerAccountV1SettingsDeveloperAppUpdate.d.ts.map +0 -1
  491. package/funcs/developerAccountV1SettingsDeveloperAppUpdate.js.map +0 -1
  492. package/funcs/groupLeaderboardV1GetGroup.d.ts +0 -11
  493. package/funcs/groupLeaderboardV1GetGroup.d.ts.map +0 -1
  494. package/funcs/groupLeaderboardV1GetGroup.js.map +0 -1
  495. package/funcs/leaderboardLeaderboardV1GetAccount.d.ts +0 -11
  496. package/funcs/leaderboardLeaderboardV1GetAccount.d.ts.map +0 -1
  497. package/funcs/leaderboardLeaderboardV1GetAccount.js +0 -95
  498. package/funcs/leaderboardLeaderboardV1GetAccount.js.map +0 -1
  499. package/funcs/leaderboardLeaderboardV1GetBadges.d.ts +0 -10
  500. package/funcs/leaderboardLeaderboardV1GetBadges.d.ts.map +0 -1
  501. package/funcs/leaderboardLeaderboardV1GetBadges.js +0 -84
  502. package/funcs/leaderboardLeaderboardV1GetBadges.js.map +0 -1
  503. package/funcs/leaderboardLeaderboardV1GetGroup.d.ts +0 -11
  504. package/funcs/leaderboardLeaderboardV1GetGroup.d.ts.map +0 -1
  505. package/funcs/leaderboardLeaderboardV1GetGroup.js +0 -95
  506. package/funcs/leaderboardLeaderboardV1GetGroup.js.map +0 -1
  507. package/funcs/livenessLiveness.d.ts +0 -16
  508. package/funcs/livenessLiveness.d.ts.map +0 -1
  509. package/funcs/livenessLiveness.js.map +0 -1
  510. package/funcs/locationLocationV1LocationGet.d.ts.map +0 -1
  511. package/funcs/locationLocationV1LocationGet.js.map +0 -1
  512. package/funcs/publicAccountV1GetApps.d.ts +0 -11
  513. package/funcs/publicAccountV1GetApps.d.ts.map +0 -1
  514. package/funcs/publicAccountV1GetApps.js.map +0 -1
  515. package/funcs/publicAccountV1GetBadges.d.ts +0 -11
  516. package/funcs/publicAccountV1GetBadges.d.ts.map +0 -1
  517. package/funcs/publicAccountV1GetBadges.js.map +0 -1
  518. package/funcs/publicAccountV1GetFriends.d.ts.map +0 -1
  519. package/funcs/publicAccountV1GetFriends.js.map +0 -1
  520. package/funcs/publicAccountV1GetInfo.d.ts +0 -11
  521. package/funcs/publicAccountV1GetInfo.d.ts.map +0 -1
  522. package/funcs/publicAccountV1GetInfo.js.map +0 -1
  523. package/funcs/publicAccountV1GetLeaderboardHistory.d.ts +0 -11
  524. package/funcs/publicAccountV1GetLeaderboardHistory.d.ts.map +0 -1
  525. package/funcs/publicAccountV1GetLeaderboardHistory.js.map +0 -1
  526. package/funcs/publicAccountV1Queue.d.ts +0 -11
  527. package/funcs/publicAppV1Queue.js +0 -93
  528. package/funcs/publicAppV1Queue.js.map +0 -1
  529. package/funcs/sessionAccountV1SessionCreate.d.ts +0 -10
  530. package/funcs/sessionAccountV1SessionCreate.js +0 -106
  531. package/funcs/sessionAccountV1SessionCreate.js.map +0 -1
  532. package/funcs/sessionAccountV1SessionDelete.d.ts +0 -11
  533. package/funcs/sessionAccountV1SessionDelete.d.ts.map +0 -1
  534. package/funcs/sessionAccountV1SessionDelete.js.map +0 -1
  535. package/funcs/sessionAccountV1SessionGet.d.ts.map +0 -1
  536. package/funcs/sessionAccountV1SessionGet.js +0 -84
  537. package/funcs/sessionAccountV1SessionGet.js.map +0 -1
  538. package/funcs/sessionAccountV1SessionLogin.d.ts +0 -10
  539. package/funcs/sessionAccountV1SessionLogin.d.ts.map +0 -1
  540. package/funcs/sessionAccountV1SessionLogin.js.map +0 -1
  541. package/funcs/settingsAccountV1SettingsDeleteImages.d.ts.map +0 -1
  542. package/funcs/settingsAccountV1SettingsGet.d.ts +0 -10
  543. package/funcs/settingsAccountV1SettingsGet.d.ts.map +0 -1
  544. package/funcs/settingsAccountV1SettingsGet.js +0 -84
  545. package/funcs/settingsAccountV1SettingsGet.js.map +0 -1
  546. package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts +0 -10
  547. package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts.map +0 -1
  548. package/funcs/settingsAccountV1SettingsSendEmailVerification.js.map +0 -1
  549. package/funcs/settingsAccountV1SettingsUpdate.d.ts.map +0 -1
  550. package/funcs/settingsAccountV1SettingsUpdate.js +0 -97
  551. package/funcs/settingsAccountV1SettingsUpdate.js.map +0 -1
  552. package/funcs/settingsAccountV1SettingsUpdateImage.d.ts +0 -11
  553. package/funcs/settingsAccountV1SettingsUpdateImage.d.ts.map +0 -1
  554. package/funcs/settingsAccountV1SettingsUpdateImage.js.map +0 -1
  555. package/funcs/settingsAccountV1SettingsUploadImages.d.ts +0 -11
  556. package/funcs/settingsAccountV1SettingsUploadImages.d.ts.map +0 -1
  557. package/funcs/settingsAccountV1SettingsUploadImages.js.map +0 -1
  558. package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts +0 -11
  559. package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts.map +0 -1
  560. package/funcs/settingsAccountV1SettingsVerfyEmail.js.map +0 -1
  561. package/sdk/app.d.ts +0 -8
  562. package/sdk/app.d.ts.map +0 -1
  563. package/sdk/app.js +0 -20
  564. package/sdk/app.js.map +0 -1
  565. package/sdk/group.d.ts +0 -7
  566. package/sdk/group.d.ts.map +0 -1
  567. package/sdk/group.js +0 -16
  568. package/sdk/group.js.map +0 -1
  569. package/sdk/location.d.ts +0 -6
  570. package/sdk/location.d.ts.map +0 -1
  571. package/sdk/location.js +0 -16
  572. package/sdk/location.js.map +0 -1
  573. package/src/funcs/accountAccountV1Queue.ts +0 -122
  574. package/src/funcs/accountAccountV1SessionCreate.ts +0 -140
  575. package/src/funcs/accountAccountV1SessionLogin.ts +0 -133
  576. package/src/funcs/accountLeaderboardV1GetGroup.ts +0 -127
  577. package/src/funcs/connectionAccountV1ConnectionConnect.ts +0 -124
  578. package/src/funcs/connectionAccountV1ConnectionDeleteConnection.ts +0 -127
  579. package/src/funcs/connectionAccountV1ConnectionUpdateConnection.ts +0 -127
  580. package/src/funcs/connectionAccountV1ConnectionVerifyConnection.ts +0 -127
  581. package/src/funcs/leaderboardLeaderboardV1GetAccount.ts +0 -127
  582. package/src/funcs/leaderboardLeaderboardV1GetBadges.ts +0 -107
  583. package/src/funcs/leaderboardLeaderboardV1GetGroup.ts +0 -127
  584. package/src/funcs/publicAppV1Queue.ts +0 -122
  585. package/src/funcs/sessionAccountV1SessionDelete.ts +0 -125
  586. package/src/funcs/sessionAccountV1SessionGet.ts +0 -107
  587. package/src/funcs/settingsAccountV1SettingsGet.ts +0 -107
  588. package/src/funcs/settingsAccountV1SettingsUpdate.ts +0 -131
@@ -5,11 +5,11 @@
5
5
 
6
6
  ### Available Operations
7
7
 
8
- * [leaderboardV1GetAccount](#leaderboardv1getaccount)
9
- * [leaderboardV1GetBadges](#leaderboardv1getbadges)
10
- * [leaderboardV1GetGroup](#leaderboardv1getgroup)
8
+ * [getAccount](#getaccount)
9
+ * [getBadges](#getbadges)
10
+ * [getGroup](#getgroup)
11
11
 
12
- ## leaderboardV1GetAccount
12
+ ## getAccount
13
13
 
14
14
  ### Example Usage
15
15
 
@@ -21,7 +21,7 @@ const steamSets = new SteamSets({
21
21
  });
22
22
 
23
23
  async function run() {
24
- const result = await steamSets.leaderboard.leaderboardV1GetAccount({
24
+ const result = await steamSets.leaderboard.getAccount({
25
25
  app: {
26
26
  appId: 730,
27
27
  },
@@ -56,7 +56,7 @@ The standalone function version of this method:
56
56
 
57
57
  ```typescript
58
58
  import { SteamSetsCore } from "@steamsets/client-ts/core.js";
59
- import { leaderboardLeaderboardV1GetAccount } from "@steamsets/client-ts/funcs/leaderboardLeaderboardV1GetAccount.js";
59
+ import { leaderboardGetAccount } from "@steamsets/client-ts/funcs/leaderboardGetAccount.js";
60
60
 
61
61
  // Use `SteamSetsCore` for best tree-shaking performance.
62
62
  // You can create one instance of it to use across an application.
@@ -65,7 +65,7 @@ const steamSets = new SteamSetsCore({
65
65
  });
66
66
 
67
67
  async function run() {
68
- const res = await leaderboardLeaderboardV1GetAccount(steamSets, {
68
+ const res = await leaderboardGetAccount(steamSets, {
69
69
  app: {
70
70
  appId: 730,
71
71
  },
@@ -120,7 +120,7 @@ run();
120
120
  | errors.ErrorModel | 404, 422, 500 | application/problem+json |
121
121
  | errors.SDKError | 4XX, 5XX | \*/\* |
122
122
 
123
- ## leaderboardV1GetBadges
123
+ ## getBadges
124
124
 
125
125
  ### Example Usage
126
126
 
@@ -132,7 +132,7 @@ const steamSets = new SteamSets({
132
132
  });
133
133
 
134
134
  async function run() {
135
- const result = await steamSets.leaderboard.leaderboardV1GetBadges();
135
+ const result = await steamSets.leaderboard.getBadges();
136
136
 
137
137
  // Handle the result
138
138
  console.log(result);
@@ -147,7 +147,7 @@ The standalone function version of this method:
147
147
 
148
148
  ```typescript
149
149
  import { SteamSetsCore } from "@steamsets/client-ts/core.js";
150
- import { leaderboardLeaderboardV1GetBadges } from "@steamsets/client-ts/funcs/leaderboardLeaderboardV1GetBadges.js";
150
+ import { leaderboardGetBadges } from "@steamsets/client-ts/funcs/leaderboardGetBadges.js";
151
151
 
152
152
  // Use `SteamSetsCore` for best tree-shaking performance.
153
153
  // You can create one instance of it to use across an application.
@@ -156,7 +156,7 @@ const steamSets = new SteamSetsCore({
156
156
  });
157
157
 
158
158
  async function run() {
159
- const res = await leaderboardLeaderboardV1GetBadges(steamSets);
159
+ const res = await leaderboardGetBadges(steamSets);
160
160
 
161
161
  if (!res.ok) {
162
162
  throw res.error;
@@ -190,7 +190,7 @@ run();
190
190
  | errors.ErrorModel | 404, 500 | application/problem+json |
191
191
  | errors.SDKError | 4XX, 5XX | \*/\* |
192
192
 
193
- ## leaderboardV1GetGroup
193
+ ## getGroup
194
194
 
195
195
  ### Example Usage
196
196
 
@@ -202,7 +202,7 @@ const steamSets = new SteamSets({
202
202
  });
203
203
 
204
204
  async function run() {
205
- const result = await steamSets.leaderboard.leaderboardV1GetGroup({
205
+ const result = await steamSets.leaderboard.getGroup({
206
206
  end: 10,
207
207
  goToLeaderboardRank: 1,
208
208
  leaderboard: "most_members",
@@ -222,7 +222,7 @@ The standalone function version of this method:
222
222
 
223
223
  ```typescript
224
224
  import { SteamSetsCore } from "@steamsets/client-ts/core.js";
225
- import { leaderboardLeaderboardV1GetGroup } from "@steamsets/client-ts/funcs/leaderboardLeaderboardV1GetGroup.js";
225
+ import { leaderboardGetGroup } from "@steamsets/client-ts/funcs/leaderboardGetGroup.js";
226
226
 
227
227
  // Use `SteamSetsCore` for best tree-shaking performance.
228
228
  // You can create one instance of it to use across an application.
@@ -231,7 +231,7 @@ const steamSets = new SteamSetsCore({
231
231
  });
232
232
 
233
233
  async function run() {
234
- const res = await leaderboardLeaderboardV1GetGroup(steamSets, {
234
+ const res = await leaderboardGetGroup(steamSets, {
235
235
  end: 10,
236
236
  goToLeaderboardRank: 1,
237
237
  leaderboard: "most_members",
@@ -7,9 +7,9 @@ Liveness check
7
7
 
8
8
  ### Available Operations
9
9
 
10
- * [liveness](#liveness) - Liveness check
10
+ * [check](#check) - Liveness check
11
11
 
12
- ## liveness
12
+ ## check
13
13
 
14
14
  This endpoint checks if the service is alive.
15
15
 
@@ -23,7 +23,7 @@ const steamSets = new SteamSets({
23
23
  });
24
24
 
25
25
  async function run() {
26
- const result = await steamSets.liveness.liveness();
26
+ const result = await steamSets.liveness.check();
27
27
 
28
28
  // Handle the result
29
29
  console.log(result);
@@ -38,7 +38,7 @@ The standalone function version of this method:
38
38
 
39
39
  ```typescript
40
40
  import { SteamSetsCore } from "@steamsets/client-ts/core.js";
41
- import { livenessLiveness } from "@steamsets/client-ts/funcs/livenessLiveness.js";
41
+ import { livenessCheck } from "@steamsets/client-ts/funcs/livenessCheck.js";
42
42
 
43
43
  // Use `SteamSetsCore` for best tree-shaking performance.
44
44
  // You can create one instance of it to use across an application.
@@ -47,7 +47,7 @@ const steamSets = new SteamSetsCore({
47
47
  });
48
48
 
49
49
  async function run() {
50
- const res = await livenessLiveness(steamSets);
50
+ const res = await livenessCheck(steamSets);
51
51
 
52
52
  if (!res.ok) {
53
53
  throw res.error;
@@ -1,13 +1,13 @@
1
- # Location
2
- (*location*)
1
+ # Locations
2
+ (*locations*)
3
3
 
4
4
  ## Overview
5
5
 
6
6
  ### Available Operations
7
7
 
8
- * [locationV1LocationGet](#locationv1locationget)
8
+ * [get](#get)
9
9
 
10
- ## locationV1LocationGet
10
+ ## get
11
11
 
12
12
  ### Example Usage
13
13
 
@@ -19,7 +19,7 @@ const steamSets = new SteamSets({
19
19
  });
20
20
 
21
21
  async function run() {
22
- const result = await steamSets.location.locationV1LocationGet();
22
+ const result = await steamSets.locations.get();
23
23
 
24
24
  // Handle the result
25
25
  console.log(result);
@@ -34,7 +34,7 @@ The standalone function version of this method:
34
34
 
35
35
  ```typescript
36
36
  import { SteamSetsCore } from "@steamsets/client-ts/core.js";
37
- import { locationLocationV1LocationGet } from "@steamsets/client-ts/funcs/locationLocationV1LocationGet.js";
37
+ import { locationsGet } from "@steamsets/client-ts/funcs/locationsGet.js";
38
38
 
39
39
  // Use `SteamSetsCore` for best tree-shaking performance.
40
40
  // You can create one instance of it to use across an application.
@@ -43,7 +43,7 @@ const steamSets = new SteamSetsCore({
43
43
  });
44
44
 
45
45
  async function run() {
46
- const res = await locationLocationV1LocationGet(steamSets);
46
+ const res = await locationsGet(steamSets);
47
47
 
48
48
  if (!res.ok) {
49
49
  throw res.error;
@@ -7,16 +7,14 @@ This API can be accessed by anyone with an API Key
7
7
 
8
8
  ### Available Operations
9
9
 
10
- * [accountV1GetApps](#accountv1getapps)
11
- * [accountV1GetBadges](#accountv1getbadges)
12
- * [accountV1GetDataPoints](#accountv1getdatapoints)
13
- * [accountV1GetFriends](#accountv1getfriends)
14
- * [accountV1GetInfo](#accountv1getinfo)
15
- * [accountV1GetLeaderboardHistory](#accountv1getleaderboardhistory)
16
- * [accountV1Queue](#accountv1queue)
17
- * [appV1Queue](#appv1queue)
10
+ * [getApps](#getapps)
11
+ * [getBadges](#getbadges)
12
+ * [getDataPoints](#getdatapoints)
13
+ * [getFriends](#getfriends)
14
+ * [getInfo](#getinfo)
15
+ * [getLeaderboardHistory](#getleaderboardhistory)
18
16
 
19
- ## accountV1GetApps
17
+ ## getApps
20
18
 
21
19
  ### Example Usage
22
20
 
@@ -28,7 +26,7 @@ const steamSets = new SteamSets({
28
26
  });
29
27
 
30
28
  async function run() {
31
- const result = await steamSets.public.accountV1GetApps({});
29
+ const result = await steamSets.public.getApps({});
32
30
 
33
31
  // Handle the result
34
32
  console.log(result);
@@ -43,7 +41,7 @@ The standalone function version of this method:
43
41
 
44
42
  ```typescript
45
43
  import { SteamSetsCore } from "@steamsets/client-ts/core.js";
46
- import { publicAccountV1GetApps } from "@steamsets/client-ts/funcs/publicAccountV1GetApps.js";
44
+ import { publicGetApps } from "@steamsets/client-ts/funcs/publicGetApps.js";
47
45
 
48
46
  // Use `SteamSetsCore` for best tree-shaking performance.
49
47
  // You can create one instance of it to use across an application.
@@ -52,7 +50,7 @@ const steamSets = new SteamSetsCore({
52
50
  });
53
51
 
54
52
  async function run() {
55
- const res = await publicAccountV1GetApps(steamSets, {});
53
+ const res = await publicGetApps(steamSets, {});
56
54
 
57
55
  if (!res.ok) {
58
56
  throw res.error;
@@ -87,7 +85,7 @@ run();
87
85
  | errors.ErrorModel | 400, 403, 404, 422, 500 | application/problem+json |
88
86
  | errors.SDKError | 4XX, 5XX | \*/\* |
89
87
 
90
- ## accountV1GetBadges
88
+ ## getBadges
91
89
 
92
90
  ### Example Usage
93
91
 
@@ -99,7 +97,7 @@ const steamSets = new SteamSets({
99
97
  });
100
98
 
101
99
  async function run() {
102
- const result = await steamSets.public.accountV1GetBadges({});
100
+ const result = await steamSets.public.getBadges({});
103
101
 
104
102
  // Handle the result
105
103
  console.log(result);
@@ -114,7 +112,7 @@ The standalone function version of this method:
114
112
 
115
113
  ```typescript
116
114
  import { SteamSetsCore } from "@steamsets/client-ts/core.js";
117
- import { publicAccountV1GetBadges } from "@steamsets/client-ts/funcs/publicAccountV1GetBadges.js";
115
+ import { publicGetBadges } from "@steamsets/client-ts/funcs/publicGetBadges.js";
118
116
 
119
117
  // Use `SteamSetsCore` for best tree-shaking performance.
120
118
  // You can create one instance of it to use across an application.
@@ -123,7 +121,7 @@ const steamSets = new SteamSetsCore({
123
121
  });
124
122
 
125
123
  async function run() {
126
- const res = await publicAccountV1GetBadges(steamSets, {});
124
+ const res = await publicGetBadges(steamSets, {});
127
125
 
128
126
  if (!res.ok) {
129
127
  throw res.error;
@@ -158,7 +156,7 @@ run();
158
156
  | errors.ErrorModel | 400, 403, 404, 422, 500 | application/problem+json |
159
157
  | errors.SDKError | 4XX, 5XX | \*/\* |
160
158
 
161
- ## accountV1GetDataPoints
159
+ ## getDataPoints
162
160
 
163
161
  ### Example Usage
164
162
 
@@ -170,7 +168,7 @@ const steamSets = new SteamSets({
170
168
  });
171
169
 
172
170
  async function run() {
173
- const result = await steamSets.public.accountV1GetDataPoints({});
171
+ const result = await steamSets.public.getDataPoints({});
174
172
 
175
173
  // Handle the result
176
174
  console.log(result);
@@ -185,7 +183,7 @@ The standalone function version of this method:
185
183
 
186
184
  ```typescript
187
185
  import { SteamSetsCore } from "@steamsets/client-ts/core.js";
188
- import { publicAccountV1GetDataPoints } from "@steamsets/client-ts/funcs/publicAccountV1GetDataPoints.js";
186
+ import { publicGetDataPoints } from "@steamsets/client-ts/funcs/publicGetDataPoints.js";
189
187
 
190
188
  // Use `SteamSetsCore` for best tree-shaking performance.
191
189
  // You can create one instance of it to use across an application.
@@ -194,7 +192,7 @@ const steamSets = new SteamSetsCore({
194
192
  });
195
193
 
196
194
  async function run() {
197
- const res = await publicAccountV1GetDataPoints(steamSets, {});
195
+ const res = await publicGetDataPoints(steamSets, {});
198
196
 
199
197
  if (!res.ok) {
200
198
  throw res.error;
@@ -229,7 +227,7 @@ run();
229
227
  | errors.ErrorModel | 400, 403, 404, 422, 500 | application/problem+json |
230
228
  | errors.SDKError | 4XX, 5XX | \*/\* |
231
229
 
232
- ## accountV1GetFriends
230
+ ## getFriends
233
231
 
234
232
  ### Example Usage
235
233
 
@@ -241,7 +239,7 @@ const steamSets = new SteamSets({
241
239
  });
242
240
 
243
241
  async function run() {
244
- const result = await steamSets.public.accountV1GetFriends({});
242
+ const result = await steamSets.public.getFriends({});
245
243
 
246
244
  // Handle the result
247
245
  console.log(result);
@@ -256,7 +254,7 @@ The standalone function version of this method:
256
254
 
257
255
  ```typescript
258
256
  import { SteamSetsCore } from "@steamsets/client-ts/core.js";
259
- import { publicAccountV1GetFriends } from "@steamsets/client-ts/funcs/publicAccountV1GetFriends.js";
257
+ import { publicGetFriends } from "@steamsets/client-ts/funcs/publicGetFriends.js";
260
258
 
261
259
  // Use `SteamSetsCore` for best tree-shaking performance.
262
260
  // You can create one instance of it to use across an application.
@@ -265,7 +263,7 @@ const steamSets = new SteamSetsCore({
265
263
  });
266
264
 
267
265
  async function run() {
268
- const res = await publicAccountV1GetFriends(steamSets, {});
266
+ const res = await publicGetFriends(steamSets, {});
269
267
 
270
268
  if (!res.ok) {
271
269
  throw res.error;
@@ -300,7 +298,7 @@ run();
300
298
  | errors.ErrorModel | 400, 403, 404, 422, 500 | application/problem+json |
301
299
  | errors.SDKError | 4XX, 5XX | \*/\* |
302
300
 
303
- ## accountV1GetInfo
301
+ ## getInfo
304
302
 
305
303
  ### Example Usage
306
304
 
@@ -312,7 +310,7 @@ const steamSets = new SteamSets({
312
310
  });
313
311
 
314
312
  async function run() {
315
- const result = await steamSets.public.accountV1GetInfo({});
313
+ const result = await steamSets.public.getInfo({});
316
314
 
317
315
  // Handle the result
318
316
  console.log(result);
@@ -327,7 +325,7 @@ The standalone function version of this method:
327
325
 
328
326
  ```typescript
329
327
  import { SteamSetsCore } from "@steamsets/client-ts/core.js";
330
- import { publicAccountV1GetInfo } from "@steamsets/client-ts/funcs/publicAccountV1GetInfo.js";
328
+ import { publicGetInfo } from "@steamsets/client-ts/funcs/publicGetInfo.js";
331
329
 
332
330
  // Use `SteamSetsCore` for best tree-shaking performance.
333
331
  // You can create one instance of it to use across an application.
@@ -336,7 +334,7 @@ const steamSets = new SteamSetsCore({
336
334
  });
337
335
 
338
336
  async function run() {
339
- const res = await publicAccountV1GetInfo(steamSets, {});
337
+ const res = await publicGetInfo(steamSets, {});
340
338
 
341
339
  if (!res.ok) {
342
340
  throw res.error;
@@ -371,7 +369,7 @@ run();
371
369
  | errors.ErrorModel | 403, 404, 422, 429, 500 | application/problem+json |
372
370
  | errors.SDKError | 4XX, 5XX | \*/\* |
373
371
 
374
- ## accountV1GetLeaderboardHistory
372
+ ## getLeaderboardHistory
375
373
 
376
374
  ### Example Usage
377
375
 
@@ -383,7 +381,7 @@ const steamSets = new SteamSets({
383
381
  });
384
382
 
385
383
  async function run() {
386
- const result = await steamSets.public.accountV1GetLeaderboardHistory({});
384
+ const result = await steamSets.public.getLeaderboardHistory({});
387
385
 
388
386
  // Handle the result
389
387
  console.log(result);
@@ -398,7 +396,7 @@ The standalone function version of this method:
398
396
 
399
397
  ```typescript
400
398
  import { SteamSetsCore } from "@steamsets/client-ts/core.js";
401
- import { publicAccountV1GetLeaderboardHistory } from "@steamsets/client-ts/funcs/publicAccountV1GetLeaderboardHistory.js";
399
+ import { publicGetLeaderboardHistory } from "@steamsets/client-ts/funcs/publicGetLeaderboardHistory.js";
402
400
 
403
401
  // Use `SteamSetsCore` for best tree-shaking performance.
404
402
  // You can create one instance of it to use across an application.
@@ -407,7 +405,7 @@ const steamSets = new SteamSetsCore({
407
405
  });
408
406
 
409
407
  async function run() {
410
- const res = await publicAccountV1GetLeaderboardHistory(steamSets, {});
408
+ const res = await publicGetLeaderboardHistory(steamSets, {});
411
409
 
412
410
  if (!res.ok) {
413
411
  throw res.error;
@@ -440,156 +438,4 @@ run();
440
438
  | Error Type | Status Code | Content Type |
441
439
  | ------------------------ | ------------------------ | ------------------------ |
442
440
  | errors.ErrorModel | 400, 403, 404, 422, 500 | application/problem+json |
443
- | errors.SDKError | 4XX, 5XX | \*/\* |
444
-
445
- ## accountV1Queue
446
-
447
- ### Example Usage
448
-
449
- ```typescript
450
- import { SteamSets } from "@steamsets/client-ts";
451
-
452
- const steamSets = new SteamSets({
453
- token: "<YOUR_BEARER_TOKEN_HERE>",
454
- });
455
-
456
- async function run() {
457
- const result = await steamSets.public.accountV1Queue({
458
- force: true,
459
- id: {},
460
- });
461
-
462
- // Handle the result
463
- console.log(result);
464
- }
465
-
466
- run();
467
- ```
468
-
469
- ### Standalone function
470
-
471
- The standalone function version of this method:
472
-
473
- ```typescript
474
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
475
- import { publicAccountV1Queue } from "@steamsets/client-ts/funcs/publicAccountV1Queue.js";
476
-
477
- // Use `SteamSetsCore` for best tree-shaking performance.
478
- // You can create one instance of it to use across an application.
479
- const steamSets = new SteamSetsCore({
480
- token: "<YOUR_BEARER_TOKEN_HERE>",
481
- });
482
-
483
- async function run() {
484
- const res = await publicAccountV1Queue(steamSets, {
485
- force: true,
486
- id: {},
487
- });
488
-
489
- if (!res.ok) {
490
- throw res.error;
491
- }
492
-
493
- const { value: result } = res;
494
-
495
- // Handle the result
496
- console.log(result);
497
- }
498
-
499
- run();
500
- ```
501
-
502
- ### Parameters
503
-
504
- | Parameter | Type | Required | Description |
505
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
506
- | `request` | [components.V1AccountQueueRequestBody](../../models/components/v1accountqueuerequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
507
- | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
508
- | `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. |
509
- | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
510
-
511
- ### Response
512
-
513
- **Promise\<[operations.AccountV1QueueResponse](../../models/operations/accountv1queueresponse.md)\>**
514
-
515
- ### Errors
516
-
517
- | Error Type | Status Code | Content Type |
518
- | ------------------------ | ------------------------ | ------------------------ |
519
- | errors.ErrorModel | 400, 422, 429, 500 | application/problem+json |
520
- | errors.SDKError | 4XX, 5XX | \*/\* |
521
-
522
- ## appV1Queue
523
-
524
- ### Example Usage
525
-
526
- ```typescript
527
- import { SteamSets } from "@steamsets/client-ts";
528
-
529
- const steamSets = new SteamSets({
530
- token: "<YOUR_BEARER_TOKEN_HERE>",
531
- });
532
-
533
- async function run() {
534
- const result = await steamSets.public.appV1Queue({
535
- id: 730,
536
- });
537
-
538
- // Handle the result
539
- console.log(result);
540
- }
541
-
542
- run();
543
- ```
544
-
545
- ### Standalone function
546
-
547
- The standalone function version of this method:
548
-
549
- ```typescript
550
- import { SteamSetsCore } from "@steamsets/client-ts/core.js";
551
- import { publicAppV1Queue } from "@steamsets/client-ts/funcs/publicAppV1Queue.js";
552
-
553
- // Use `SteamSetsCore` for best tree-shaking performance.
554
- // You can create one instance of it to use across an application.
555
- const steamSets = new SteamSetsCore({
556
- token: "<YOUR_BEARER_TOKEN_HERE>",
557
- });
558
-
559
- async function run() {
560
- const res = await publicAppV1Queue(steamSets, {
561
- id: 730,
562
- });
563
-
564
- if (!res.ok) {
565
- throw res.error;
566
- }
567
-
568
- const { value: result } = res;
569
-
570
- // Handle the result
571
- console.log(result);
572
- }
573
-
574
- run();
575
- ```
576
-
577
- ### Parameters
578
-
579
- | Parameter | Type | Required | Description |
580
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
581
- | `request` | [components.AppSearch](../../models/components/appsearch.md) | :heavy_check_mark: | The request object to use for the request. |
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.AppV1QueueResponse](../../models/operations/appv1queueresponse.md)\>**
589
-
590
- ### Errors
591
-
592
- | Error Type | Status Code | Content Type |
593
- | ------------------------ | ------------------------ | ------------------------ |
594
- | errors.ErrorModel | 400, 422, 429, 500 | application/problem+json |
595
441
  | errors.SDKError | 4XX, 5XX | \*/\* |