@steamsets/client-ts 0.3.2 → 0.4.1

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 (337) hide show
  1. package/README.md +37 -0
  2. package/docs/sdks/account/README.md +75 -69
  3. package/docs/sdks/connection/README.md +11 -12
  4. package/docs/sdks/liveness/README.md +2 -3
  5. package/docs/sdks/session/README.md +17 -15
  6. package/docs/sdks/settings/README.md +35 -30
  7. package/docs/sdks/steamsets/README.md +1 -5
  8. package/funcs/accountAccountV1ConnectionConnect.d.ts +2 -1
  9. package/funcs/accountAccountV1ConnectionConnect.d.ts.map +1 -1
  10. package/funcs/accountAccountV1ConnectionConnect.js +5 -2
  11. package/funcs/accountAccountV1ConnectionConnect.js.map +1 -1
  12. package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts +2 -1
  13. package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
  14. package/funcs/accountAccountV1ConnectionDeleteConnection.js +5 -2
  15. package/funcs/accountAccountV1ConnectionDeleteConnection.js.map +1 -1
  16. package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts +2 -1
  17. package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
  18. package/funcs/accountAccountV1ConnectionUpdateConnection.js +5 -2
  19. package/funcs/accountAccountV1ConnectionUpdateConnection.js.map +1 -1
  20. package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts +2 -1
  21. package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
  22. package/funcs/accountAccountV1ConnectionVerifyConnection.js +5 -2
  23. package/funcs/accountAccountV1ConnectionVerifyConnection.js.map +1 -1
  24. package/funcs/accountAccountV1GetApps.d.ts +2 -1
  25. package/funcs/accountAccountV1GetApps.d.ts.map +1 -1
  26. package/funcs/accountAccountV1GetApps.js +18 -4
  27. package/funcs/accountAccountV1GetApps.js.map +1 -1
  28. package/funcs/accountAccountV1GetBadges.d.ts +2 -1
  29. package/funcs/accountAccountV1GetBadges.d.ts.map +1 -1
  30. package/funcs/accountAccountV1GetBadges.js +18 -4
  31. package/funcs/accountAccountV1GetBadges.js.map +1 -1
  32. package/funcs/accountAccountV1SessionDelete.d.ts +2 -1
  33. package/funcs/accountAccountV1SessionDelete.d.ts.map +1 -1
  34. package/funcs/accountAccountV1SessionDelete.js +5 -2
  35. package/funcs/accountAccountV1SessionDelete.js.map +1 -1
  36. package/funcs/accountAccountV1SessionGet.d.ts +2 -2
  37. package/funcs/accountAccountV1SessionGet.d.ts.map +1 -1
  38. package/funcs/accountAccountV1SessionGet.js +4 -2
  39. package/funcs/accountAccountV1SessionGet.js.map +1 -1
  40. package/funcs/accountAccountV1SessionLogin.d.ts +1 -2
  41. package/funcs/accountAccountV1SessionLogin.d.ts.map +1 -1
  42. package/funcs/accountAccountV1SessionLogin.js +16 -8
  43. package/funcs/accountAccountV1SessionLogin.js.map +1 -1
  44. package/funcs/accountAccountV1SettingsDeleteImages.d.ts +2 -1
  45. package/funcs/accountAccountV1SettingsDeleteImages.d.ts.map +1 -1
  46. package/funcs/accountAccountV1SettingsDeleteImages.js +5 -2
  47. package/funcs/accountAccountV1SettingsDeleteImages.js.map +1 -1
  48. package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts +2 -2
  49. package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts.map +1 -1
  50. package/funcs/accountAccountV1SettingsGenerateApiKey.js +5 -3
  51. package/funcs/accountAccountV1SettingsGenerateApiKey.js.map +1 -1
  52. package/funcs/accountAccountV1SettingsGet.d.ts +2 -2
  53. package/funcs/accountAccountV1SettingsGet.d.ts.map +1 -1
  54. package/funcs/accountAccountV1SettingsGet.js +4 -2
  55. package/funcs/accountAccountV1SettingsGet.js.map +1 -1
  56. package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts +1 -1
  57. package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
  58. package/funcs/accountAccountV1SettingsSendEmailVerification.js +2 -3
  59. package/funcs/accountAccountV1SettingsSendEmailVerification.js.map +1 -1
  60. package/funcs/accountAccountV1SettingsUpdate.d.ts +1 -2
  61. package/funcs/accountAccountV1SettingsUpdate.d.ts.map +1 -1
  62. package/funcs/accountAccountV1SettingsUpdate.js +4 -3
  63. package/funcs/accountAccountV1SettingsUpdate.js.map +1 -1
  64. package/funcs/accountAccountV1SettingsUpdateImage.d.ts +2 -1
  65. package/funcs/accountAccountV1SettingsUpdateImage.d.ts.map +1 -1
  66. package/funcs/accountAccountV1SettingsUpdateImage.js +5 -2
  67. package/funcs/accountAccountV1SettingsUpdateImage.js.map +1 -1
  68. package/funcs/accountAccountV1SettingsUploadImages.d.ts +2 -1
  69. package/funcs/accountAccountV1SettingsUploadImages.d.ts.map +1 -1
  70. package/funcs/accountAccountV1SettingsUploadImages.js +3 -3
  71. package/funcs/accountAccountV1SettingsUploadImages.js.map +1 -1
  72. package/funcs/accountAccountV1SettingsVerfyEmail.d.ts +2 -1
  73. package/funcs/accountAccountV1SettingsVerfyEmail.d.ts.map +1 -1
  74. package/funcs/accountAccountV1SettingsVerfyEmail.js +5 -2
  75. package/funcs/accountAccountV1SettingsVerfyEmail.js.map +1 -1
  76. package/funcs/connectionAccountV1ConnectionConnect.d.ts +2 -1
  77. package/funcs/connectionAccountV1ConnectionConnect.d.ts.map +1 -1
  78. package/funcs/connectionAccountV1ConnectionConnect.js +5 -2
  79. package/funcs/connectionAccountV1ConnectionConnect.js.map +1 -1
  80. package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts +2 -1
  81. package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
  82. package/funcs/connectionAccountV1ConnectionDeleteConnection.js +5 -2
  83. package/funcs/connectionAccountV1ConnectionDeleteConnection.js.map +1 -1
  84. package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts +2 -1
  85. package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
  86. package/funcs/connectionAccountV1ConnectionUpdateConnection.js +5 -2
  87. package/funcs/connectionAccountV1ConnectionUpdateConnection.js.map +1 -1
  88. package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts +2 -1
  89. package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
  90. package/funcs/connectionAccountV1ConnectionVerifyConnection.js +5 -2
  91. package/funcs/connectionAccountV1ConnectionVerifyConnection.js.map +1 -1
  92. package/funcs/livenessLiveness.d.ts +2 -2
  93. package/funcs/livenessLiveness.d.ts.map +1 -1
  94. package/funcs/livenessLiveness.js +2 -2
  95. package/funcs/livenessLiveness.js.map +1 -1
  96. package/funcs/sessionAccountV1SessionDelete.d.ts +2 -1
  97. package/funcs/sessionAccountV1SessionDelete.d.ts.map +1 -1
  98. package/funcs/sessionAccountV1SessionDelete.js +5 -2
  99. package/funcs/sessionAccountV1SessionDelete.js.map +1 -1
  100. package/funcs/sessionAccountV1SessionGet.d.ts +2 -2
  101. package/funcs/sessionAccountV1SessionGet.d.ts.map +1 -1
  102. package/funcs/sessionAccountV1SessionGet.js +4 -2
  103. package/funcs/sessionAccountV1SessionGet.js.map +1 -1
  104. package/funcs/sessionAccountV1SessionLogin.d.ts +1 -2
  105. package/funcs/sessionAccountV1SessionLogin.d.ts.map +1 -1
  106. package/funcs/sessionAccountV1SessionLogin.js +16 -8
  107. package/funcs/sessionAccountV1SessionLogin.js.map +1 -1
  108. package/funcs/settingsAccountV1SettingsDeleteImages.d.ts +2 -1
  109. package/funcs/settingsAccountV1SettingsDeleteImages.d.ts.map +1 -1
  110. package/funcs/settingsAccountV1SettingsDeleteImages.js +5 -2
  111. package/funcs/settingsAccountV1SettingsDeleteImages.js.map +1 -1
  112. package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts +2 -2
  113. package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts.map +1 -1
  114. package/funcs/settingsAccountV1SettingsGenerateApiKey.js +5 -3
  115. package/funcs/settingsAccountV1SettingsGenerateApiKey.js.map +1 -1
  116. package/funcs/settingsAccountV1SettingsGet.d.ts +2 -2
  117. package/funcs/settingsAccountV1SettingsGet.d.ts.map +1 -1
  118. package/funcs/settingsAccountV1SettingsGet.js +4 -2
  119. package/funcs/settingsAccountV1SettingsGet.js.map +1 -1
  120. package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts +1 -1
  121. package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
  122. package/funcs/settingsAccountV1SettingsSendEmailVerification.js +2 -3
  123. package/funcs/settingsAccountV1SettingsSendEmailVerification.js.map +1 -1
  124. package/funcs/settingsAccountV1SettingsUpdate.d.ts +1 -2
  125. package/funcs/settingsAccountV1SettingsUpdate.d.ts.map +1 -1
  126. package/funcs/settingsAccountV1SettingsUpdate.js +4 -3
  127. package/funcs/settingsAccountV1SettingsUpdate.js.map +1 -1
  128. package/funcs/settingsAccountV1SettingsUpdateImage.d.ts +2 -1
  129. package/funcs/settingsAccountV1SettingsUpdateImage.d.ts.map +1 -1
  130. package/funcs/settingsAccountV1SettingsUpdateImage.js +5 -2
  131. package/funcs/settingsAccountV1SettingsUpdateImage.js.map +1 -1
  132. package/funcs/settingsAccountV1SettingsUploadImages.d.ts +2 -1
  133. package/funcs/settingsAccountV1SettingsUploadImages.d.ts.map +1 -1
  134. package/funcs/settingsAccountV1SettingsUploadImages.js +3 -3
  135. package/funcs/settingsAccountV1SettingsUploadImages.js.map +1 -1
  136. package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts +2 -1
  137. package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts.map +1 -1
  138. package/funcs/settingsAccountV1SettingsVerfyEmail.js +5 -2
  139. package/funcs/settingsAccountV1SettingsVerfyEmail.js.map +1 -1
  140. package/lib/config.d.ts +3 -3
  141. package/lib/config.js +3 -3
  142. package/lib/matchers.d.ts +1 -1
  143. package/lib/matchers.d.ts.map +1 -1
  144. package/lib/matchers.js +10 -14
  145. package/lib/matchers.js.map +1 -1
  146. package/models/components/accountsearch.d.ts +29 -0
  147. package/models/components/accountsearch.d.ts.map +1 -0
  148. package/models/components/accountsearch.js +54 -0
  149. package/models/components/accountsearch.js.map +1 -0
  150. package/models/components/accountsearchidstruct.d.ts +33 -0
  151. package/models/components/accountsearchidstruct.d.ts.map +1 -0
  152. package/models/components/accountsearchidstruct.js +52 -0
  153. package/models/components/accountsearchidstruct.js.map +1 -0
  154. package/models/components/accountsearchvanitystruct.d.ts +65 -0
  155. package/models/components/accountsearchvanitystruct.d.ts.map +1 -0
  156. package/models/components/accountsearchvanitystruct.js +74 -0
  157. package/models/components/accountsearchvanitystruct.js.map +1 -0
  158. package/models/components/emailnotification.d.ts +8 -8
  159. package/models/components/emailnotification.d.ts.map +1 -1
  160. package/models/components/emailnotification.js +13 -13
  161. package/models/components/emailnotification.js.map +1 -1
  162. package/models/components/httpmetadata.d.ts +33 -0
  163. package/models/components/httpmetadata.d.ts.map +1 -0
  164. package/models/components/httpmetadata.js +71 -0
  165. package/models/components/httpmetadata.js.map +1 -0
  166. package/models/components/index.d.ts +4 -0
  167. package/models/components/index.d.ts.map +1 -1
  168. package/models/components/index.js +4 -0
  169. package/models/components/index.js.map +1 -1
  170. package/models/components/security.d.ts +2 -2
  171. package/models/components/security.d.ts.map +1 -1
  172. package/models/components/security.js +2 -2
  173. package/models/components/security.js.map +1 -1
  174. package/models/errors/sdkerror.d.ts +8 -5
  175. package/models/errors/sdkerror.d.ts.map +1 -1
  176. package/models/errors/sdkerror.js +3 -9
  177. package/models/errors/sdkerror.js.map +1 -1
  178. package/models/operations/accountv1connectionconnect.d.ts +31 -0
  179. package/models/operations/accountv1connectionconnect.d.ts.map +1 -0
  180. package/models/operations/accountv1connectionconnect.js +68 -0
  181. package/models/operations/accountv1connectionconnect.js.map +1 -0
  182. package/models/operations/accountv1connectiondeleteconnection.d.ts +31 -0
  183. package/models/operations/accountv1connectiondeleteconnection.d.ts.map +1 -0
  184. package/models/operations/accountv1connectiondeleteconnection.js +68 -0
  185. package/models/operations/accountv1connectiondeleteconnection.js.map +1 -0
  186. package/models/operations/accountv1connectionupdateconnection.d.ts +31 -0
  187. package/models/operations/accountv1connectionupdateconnection.d.ts.map +1 -0
  188. package/models/operations/accountv1connectionupdateconnection.js +68 -0
  189. package/models/operations/accountv1connectionupdateconnection.js.map +1 -0
  190. package/models/operations/accountv1connectionverifyconnection.d.ts +31 -0
  191. package/models/operations/accountv1connectionverifyconnection.d.ts.map +1 -0
  192. package/models/operations/accountv1connectionverifyconnection.js +68 -0
  193. package/models/operations/accountv1connectionverifyconnection.js.map +1 -0
  194. package/models/operations/accountv1getapps.d.ts +31 -0
  195. package/models/operations/accountv1getapps.d.ts.map +1 -0
  196. package/models/operations/accountv1getapps.js +68 -0
  197. package/models/operations/accountv1getapps.js.map +1 -0
  198. package/models/operations/accountv1getbadges.d.ts +31 -0
  199. package/models/operations/accountv1getbadges.d.ts.map +1 -0
  200. package/models/operations/accountv1getbadges.js +68 -0
  201. package/models/operations/accountv1getbadges.js.map +1 -0
  202. package/models/operations/accountv1sessiondelete.d.ts +31 -0
  203. package/models/operations/accountv1sessiondelete.d.ts.map +1 -0
  204. package/models/operations/accountv1sessiondelete.js +68 -0
  205. package/models/operations/accountv1sessiondelete.js.map +1 -0
  206. package/models/operations/accountv1sessionget.d.ts +31 -0
  207. package/models/operations/accountv1sessionget.d.ts.map +1 -0
  208. package/models/operations/accountv1sessionget.js +68 -0
  209. package/models/operations/accountv1sessionget.js.map +1 -0
  210. package/models/operations/accountv1sessionlogin.d.ts +51 -0
  211. package/models/operations/accountv1sessionlogin.d.ts.map +1 -1
  212. package/models/operations/accountv1sessionlogin.js +55 -1
  213. package/models/operations/accountv1sessionlogin.js.map +1 -1
  214. package/models/operations/accountv1settingsdeleteimages.d.ts +31 -0
  215. package/models/operations/accountv1settingsdeleteimages.d.ts.map +1 -0
  216. package/models/operations/accountv1settingsdeleteimages.js +68 -0
  217. package/models/operations/accountv1settingsdeleteimages.js.map +1 -0
  218. package/models/operations/accountv1settingsgenerateapikey.d.ts +31 -0
  219. package/models/operations/accountv1settingsgenerateapikey.d.ts.map +1 -0
  220. package/models/operations/accountv1settingsgenerateapikey.js +68 -0
  221. package/models/operations/accountv1settingsgenerateapikey.js.map +1 -0
  222. package/models/operations/accountv1settingsget.d.ts +31 -0
  223. package/models/operations/accountv1settingsget.d.ts.map +1 -0
  224. package/models/operations/accountv1settingsget.js +68 -0
  225. package/models/operations/accountv1settingsget.js.map +1 -0
  226. package/models/operations/accountv1settingssendemailverification.d.ts +24 -0
  227. package/models/operations/accountv1settingssendemailverification.d.ts.map +1 -1
  228. package/models/operations/accountv1settingssendemailverification.js +33 -1
  229. package/models/operations/accountv1settingssendemailverification.js.map +1 -1
  230. package/models/operations/accountv1settingsupdate.d.ts +28 -0
  231. package/models/operations/accountv1settingsupdate.d.ts.map +1 -1
  232. package/models/operations/accountv1settingsupdate.js +36 -1
  233. package/models/operations/accountv1settingsupdate.js.map +1 -1
  234. package/models/operations/accountv1settingsupdateimage.d.ts +31 -0
  235. package/models/operations/accountv1settingsupdateimage.d.ts.map +1 -0
  236. package/models/operations/accountv1settingsupdateimage.js +68 -0
  237. package/models/operations/accountv1settingsupdateimage.js.map +1 -0
  238. package/models/operations/accountv1settingsuploadimages.d.ts +26 -0
  239. package/models/operations/accountv1settingsuploadimages.d.ts.map +1 -0
  240. package/models/operations/accountv1settingsuploadimages.js +64 -0
  241. package/models/operations/accountv1settingsuploadimages.js.map +1 -0
  242. package/models/operations/accountv1settingsverfyemail.d.ts +31 -0
  243. package/models/operations/accountv1settingsverfyemail.d.ts.map +1 -0
  244. package/models/operations/accountv1settingsverfyemail.js +68 -0
  245. package/models/operations/accountv1settingsverfyemail.js.map +1 -0
  246. package/models/operations/index.d.ts +15 -0
  247. package/models/operations/index.d.ts.map +1 -1
  248. package/models/operations/index.js +15 -0
  249. package/models/operations/index.js.map +1 -1
  250. package/models/operations/liveness.d.ts +31 -0
  251. package/models/operations/liveness.d.ts.map +1 -0
  252. package/models/operations/liveness.js +68 -0
  253. package/models/operations/liveness.js.map +1 -0
  254. package/package.json +1 -1
  255. package/sdk/account.d.ts +17 -17
  256. package/sdk/account.d.ts.map +1 -1
  257. package/sdk/account.js +6 -6
  258. package/sdk/account.js.map +1 -1
  259. package/sdk/connection.d.ts +5 -4
  260. package/sdk/connection.d.ts.map +1 -1
  261. package/sdk/connection.js.map +1 -1
  262. package/sdk/liveness.d.ts +2 -2
  263. package/sdk/liveness.d.ts.map +1 -1
  264. package/sdk/session.d.ts +3 -3
  265. package/sdk/session.d.ts.map +1 -1
  266. package/sdk/session.js +2 -2
  267. package/sdk/session.js.map +1 -1
  268. package/sdk/settings.d.ts +8 -8
  269. package/sdk/settings.d.ts.map +1 -1
  270. package/sdk/settings.js.map +1 -1
  271. package/src/funcs/accountAccountV1ConnectionConnect.ts +7 -4
  272. package/src/funcs/accountAccountV1ConnectionDeleteConnection.ts +7 -4
  273. package/src/funcs/accountAccountV1ConnectionUpdateConnection.ts +7 -4
  274. package/src/funcs/accountAccountV1ConnectionVerifyConnection.ts +7 -4
  275. package/src/funcs/accountAccountV1GetApps.ts +27 -6
  276. package/src/funcs/accountAccountV1GetBadges.ts +27 -6
  277. package/src/funcs/accountAccountV1SessionDelete.ts +7 -4
  278. package/src/funcs/accountAccountV1SessionGet.ts +7 -5
  279. package/src/funcs/accountAccountV1SessionLogin.ts +19 -10
  280. package/src/funcs/accountAccountV1SettingsDeleteImages.ts +7 -4
  281. package/src/funcs/accountAccountV1SettingsGenerateApiKey.ts +7 -5
  282. package/src/funcs/accountAccountV1SettingsGet.ts +7 -5
  283. package/src/funcs/accountAccountV1SettingsSendEmailVerification.ts +4 -5
  284. package/src/funcs/accountAccountV1SettingsUpdate.ts +6 -5
  285. package/src/funcs/accountAccountV1SettingsUpdateImage.ts +7 -4
  286. package/src/funcs/accountAccountV1SettingsUploadImages.ts +5 -5
  287. package/src/funcs/accountAccountV1SettingsVerfyEmail.ts +7 -4
  288. package/src/funcs/connectionAccountV1ConnectionConnect.ts +7 -4
  289. package/src/funcs/connectionAccountV1ConnectionDeleteConnection.ts +7 -4
  290. package/src/funcs/connectionAccountV1ConnectionUpdateConnection.ts +7 -4
  291. package/src/funcs/connectionAccountV1ConnectionVerifyConnection.ts +7 -4
  292. package/src/funcs/livenessLiveness.ts +5 -5
  293. package/src/funcs/sessionAccountV1SessionDelete.ts +7 -4
  294. package/src/funcs/sessionAccountV1SessionGet.ts +7 -5
  295. package/src/funcs/sessionAccountV1SessionLogin.ts +19 -10
  296. package/src/funcs/settingsAccountV1SettingsDeleteImages.ts +7 -4
  297. package/src/funcs/settingsAccountV1SettingsGenerateApiKey.ts +7 -5
  298. package/src/funcs/settingsAccountV1SettingsGet.ts +7 -5
  299. package/src/funcs/settingsAccountV1SettingsSendEmailVerification.ts +4 -5
  300. package/src/funcs/settingsAccountV1SettingsUpdate.ts +6 -5
  301. package/src/funcs/settingsAccountV1SettingsUpdateImage.ts +7 -4
  302. package/src/funcs/settingsAccountV1SettingsUploadImages.ts +5 -5
  303. package/src/funcs/settingsAccountV1SettingsVerfyEmail.ts +7 -4
  304. package/src/lib/config.ts +3 -3
  305. package/src/lib/matchers.ts +12 -19
  306. package/src/models/components/accountsearch.ts +58 -0
  307. package/src/models/components/accountsearchidstruct.ts +55 -0
  308. package/src/models/components/accountsearchvanitystruct.ts +85 -0
  309. package/src/models/components/emailnotification.ts +14 -12
  310. package/src/models/components/httpmetadata.ts +70 -0
  311. package/src/models/components/index.ts +4 -0
  312. package/src/models/components/security.ts +4 -4
  313. package/src/models/errors/sdkerror.ts +9 -13
  314. package/src/models/operations/accountv1connectionconnect.ts +68 -0
  315. package/src/models/operations/accountv1connectiondeleteconnection.ts +70 -0
  316. package/src/models/operations/accountv1connectionupdateconnection.ts +70 -0
  317. package/src/models/operations/accountv1connectionverifyconnection.ts +70 -0
  318. package/src/models/operations/accountv1getapps.ts +68 -0
  319. package/src/models/operations/accountv1getbadges.ts +68 -0
  320. package/src/models/operations/accountv1sessiondelete.ts +70 -0
  321. package/src/models/operations/accountv1sessionget.ts +68 -0
  322. package/src/models/operations/accountv1sessionlogin.ts +101 -0
  323. package/src/models/operations/accountv1settingsdeleteimages.ts +68 -0
  324. package/src/models/operations/accountv1settingsgenerateapikey.ts +70 -0
  325. package/src/models/operations/accountv1settingsget.ts +68 -0
  326. package/src/models/operations/accountv1settingssendemailverification.ts +53 -0
  327. package/src/models/operations/accountv1settingsupdate.ts +63 -0
  328. package/src/models/operations/accountv1settingsupdateimage.ts +68 -0
  329. package/src/models/operations/accountv1settingsuploadimages.ts +59 -0
  330. package/src/models/operations/accountv1settingsverfyemail.ts +68 -0
  331. package/src/models/operations/index.ts +15 -0
  332. package/src/models/operations/liveness.ts +64 -0
  333. package/src/sdk/account.ts +29 -20
  334. package/src/sdk/connection.ts +5 -4
  335. package/src/sdk/liveness.ts +2 -2
  336. package/src/sdk/session.ts +7 -4
  337. package/src/sdk/settings.ts +10 -8
@@ -51,7 +51,6 @@ async function run() {
51
51
  run();
52
52
  ```
53
53
 
54
-
55
54
  ### Standalone function
56
55
 
57
56
  The standalone function version of this method:
@@ -94,10 +93,10 @@ run();
94
93
  | `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. |
95
94
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
96
95
 
97
-
98
96
  ### Response
99
97
 
100
- **Promise\<[components.V1ConnectResponseBody](../../models/components/v1connectresponsebody.md)\>**
98
+ **Promise\<[operations.AccountV1ConnectionConnectResponse](../../models/operations/accountv1connectionconnectresponse.md)\>**
99
+
101
100
  ### Errors
102
101
 
103
102
  | Error Object | Status Code | Content Type |
@@ -105,6 +104,7 @@ run();
105
104
  | errors.ErrorModel | 400,422,500 | application/problem+json |
106
105
  | errors.SDKError | 4xx-5xx | */* |
107
106
 
107
+
108
108
  ## accountV1ConnectionDeleteConnection
109
109
 
110
110
  Remove a connection
@@ -130,7 +130,6 @@ async function run() {
130
130
  run();
131
131
  ```
132
132
 
133
-
134
133
  ### Standalone function
135
134
 
136
135
  The standalone function version of this method:
@@ -172,10 +171,10 @@ run();
172
171
  | `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. |
173
172
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
174
173
 
175
-
176
174
  ### Response
177
175
 
178
- **Promise\<[components.V1DeleteConnectionResponseBody](../../models/components/v1deleteconnectionresponsebody.md)\>**
176
+ **Promise\<[operations.AccountV1ConnectionDeleteConnectionResponse](../../models/operations/accountv1connectiondeleteconnectionresponse.md)\>**
177
+
179
178
  ### Errors
180
179
 
181
180
  | Error Object | Status Code | Content Type |
@@ -183,6 +182,7 @@ run();
183
182
  | errors.ErrorModel | 400,422,500 | application/problem+json |
184
183
  | errors.SDKError | 4xx-5xx | */* |
185
184
 
185
+
186
186
  ## accountV1SettingsDeleteImages
187
187
 
188
188
  Delete mulitple imagest
@@ -213,7 +213,6 @@ async function run() {
213
213
  run();
214
214
  ```
215
215
 
216
-
217
216
  ### Standalone function
218
217
 
219
218
  The standalone function version of this method:
@@ -260,10 +259,10 @@ run();
260
259
  | `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. |
261
260
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
262
261
 
263
-
264
262
  ### Response
265
263
 
266
- **Promise\<[components.V1DeleteImagesResponseBody](../../models/components/v1deleteimagesresponsebody.md)\>**
264
+ **Promise\<[operations.AccountV1SettingsDeleteImagesResponse](../../models/operations/accountv1settingsdeleteimagesresponse.md)\>**
265
+
267
266
  ### Errors
268
267
 
269
268
  | Error Object | Status Code | Content Type |
@@ -271,6 +270,7 @@ run();
271
270
  | errors.ErrorModel | 404,422,500 | application/problem+json |
272
271
  | errors.SDKError | 4xx-5xx | */* |
273
272
 
273
+
274
274
  ## accountV1SessionDelete
275
275
 
276
276
  Deletes a session, can also be used to logout
@@ -296,7 +296,6 @@ async function run() {
296
296
  run();
297
297
  ```
298
298
 
299
-
300
299
  ### Standalone function
301
300
 
302
301
  The standalone function version of this method:
@@ -338,10 +337,10 @@ run();
338
337
  | `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. |
339
338
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
340
339
 
341
-
342
340
  ### Response
343
341
 
344
- **Promise\<[components.V1DeleteSessionResponseBody](../../models/components/v1deletesessionresponsebody.md)\>**
342
+ **Promise\<[operations.AccountV1SessionDeleteResponse](../../models/operations/accountv1sessiondeleteresponse.md)\>**
343
+
345
344
  ### Errors
346
345
 
347
346
  | Error Object | Status Code | Content Type |
@@ -349,6 +348,7 @@ run();
349
348
  | errors.ErrorModel | 404,422,500 | application/problem+json |
350
349
  | errors.SDKError | 4xx-5xx | */* |
351
350
 
351
+
352
352
  ## accountV1SettingsGenerateApiKey
353
353
 
354
354
  Generate a new API key for the account
@@ -372,7 +372,6 @@ async function run() {
372
372
  run();
373
373
  ```
374
374
 
375
-
376
375
  ### Standalone function
377
376
 
378
377
  The standalone function version of this method:
@@ -411,10 +410,10 @@ run();
411
410
  | `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. |
412
411
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
413
412
 
414
-
415
413
  ### Response
416
414
 
417
- **Promise\<[components.V1GenerateApiKeyResponseBody](../../models/components/v1generateapikeyresponsebody.md)\>**
415
+ **Promise\<[operations.AccountV1SettingsGenerateApiKeyResponse](../../models/operations/accountv1settingsgenerateapikeyresponse.md)\>**
416
+
418
417
  ### Errors
419
418
 
420
419
  | Error Object | Status Code | Content Type |
@@ -422,6 +421,7 @@ run();
422
421
  | errors.ErrorModel | 404,429,500 | application/problem+json |
423
422
  | errors.SDKError | 4xx-5xx | */* |
424
423
 
424
+
425
425
  ## accountV1GetApps
426
426
 
427
427
  Get Account Apps
@@ -436,7 +436,7 @@ const steamSets = new SteamSets({
436
436
  });
437
437
 
438
438
  async function run() {
439
- const result = await steamSets.account.accountV1GetApps();
439
+ const result = await steamSets.account.accountV1GetApps({});
440
440
 
441
441
  // Handle the result
442
442
  console.log(result)
@@ -445,7 +445,6 @@ async function run() {
445
445
  run();
446
446
  ```
447
447
 
448
-
449
448
  ### Standalone function
450
449
 
451
450
  The standalone function version of this method:
@@ -461,7 +460,7 @@ const steamSets = new SteamSetsCore({
461
460
  });
462
461
 
463
462
  async function run() {
464
- const res = await accountAccountV1GetApps(steamSets);
463
+ const res = await accountAccountV1GetApps(steamSets, {});
465
464
 
466
465
  if (!res.ok) {
467
466
  throw res.error;
@@ -480,21 +479,23 @@ run();
480
479
 
481
480
  | Parameter | Type | Required | Description |
482
481
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
482
+ | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
483
483
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
484
484
  | `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. |
485
485
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
486
486
 
487
-
488
487
  ### Response
489
488
 
490
- **Promise\<[components.V1AccountsAppsResponseBody](../../models/components/v1accountsappsresponsebody.md)\>**
489
+ **Promise\<[operations.AccountV1GetAppsResponse](../../models/operations/accountv1getappsresponse.md)\>**
490
+
491
491
  ### Errors
492
492
 
493
493
  | Error Object | Status Code | Content Type |
494
494
  | ------------------------ | ------------------------ | ------------------------ |
495
- | errors.ErrorModel | 400,500 | application/problem+json |
495
+ | errors.ErrorModel | 400,422,500 | application/problem+json |
496
496
  | errors.SDKError | 4xx-5xx | */* |
497
497
 
498
+
498
499
  ## accountV1GetBadges
499
500
 
500
501
  Get Account Badges
@@ -509,7 +510,7 @@ const steamSets = new SteamSets({
509
510
  });
510
511
 
511
512
  async function run() {
512
- const result = await steamSets.account.accountV1GetBadges();
513
+ const result = await steamSets.account.accountV1GetBadges({});
513
514
 
514
515
  // Handle the result
515
516
  console.log(result)
@@ -518,7 +519,6 @@ async function run() {
518
519
  run();
519
520
  ```
520
521
 
521
-
522
522
  ### Standalone function
523
523
 
524
524
  The standalone function version of this method:
@@ -534,7 +534,7 @@ const steamSets = new SteamSetsCore({
534
534
  });
535
535
 
536
536
  async function run() {
537
- const res = await accountAccountV1GetBadges(steamSets);
537
+ const res = await accountAccountV1GetBadges(steamSets, {});
538
538
 
539
539
  if (!res.ok) {
540
540
  throw res.error;
@@ -553,21 +553,23 @@ run();
553
553
 
554
554
  | Parameter | Type | Required | Description |
555
555
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
556
+ | `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
556
557
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
557
558
  | `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. |
558
559
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
559
560
 
560
-
561
561
  ### Response
562
562
 
563
- **Promise\<[components.V1BadgesResponseBody](../../models/components/v1badgesresponsebody.md)\>**
563
+ **Promise\<[operations.AccountV1GetBadgesResponse](../../models/operations/accountv1getbadgesresponse.md)\>**
564
+
564
565
  ### Errors
565
566
 
566
567
  | Error Object | Status Code | Content Type |
567
568
  | ------------------------ | ------------------------ | ------------------------ |
568
- | errors.ErrorModel | 400,500 | application/problem+json |
569
+ | errors.ErrorModel | 400,422,500 | application/problem+json |
569
570
  | errors.SDKError | 4xx-5xx | */* |
570
571
 
572
+
571
573
  ## accountV1SessionGet
572
574
 
573
575
  Gets all session data
@@ -591,7 +593,6 @@ async function run() {
591
593
  run();
592
594
  ```
593
595
 
594
-
595
596
  ### Standalone function
596
597
 
597
598
  The standalone function version of this method:
@@ -630,10 +631,10 @@ run();
630
631
  | `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. |
631
632
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
632
633
 
633
-
634
634
  ### Response
635
635
 
636
- **Promise\<[components.V1GetSessionBody](../../models/components/v1getsessionbody.md)\>**
636
+ **Promise\<[operations.AccountV1SessionGetResponse](../../models/operations/accountv1sessiongetresponse.md)\>**
637
+
637
638
  ### Errors
638
639
 
639
640
  | Error Object | Status Code | Content Type |
@@ -641,6 +642,7 @@ run();
641
642
  | errors.ErrorModel | 500 | application/problem+json |
642
643
  | errors.SDKError | 4xx-5xx | */* |
643
644
 
645
+
644
646
  ## accountV1SettingsGet
645
647
 
646
648
  Gets all settings for the account
@@ -664,7 +666,6 @@ async function run() {
664
666
  run();
665
667
  ```
666
668
 
667
-
668
669
  ### Standalone function
669
670
 
670
671
  The standalone function version of this method:
@@ -703,10 +704,10 @@ run();
703
704
  | `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. |
704
705
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
705
706
 
706
-
707
707
  ### Response
708
708
 
709
- **Promise\<[components.V1GetSettingsBody](../../models/components/v1getsettingsbody.md)\>**
709
+ **Promise\<[operations.AccountV1SettingsGetResponse](../../models/operations/accountv1settingsgetresponse.md)\>**
710
+
710
711
  ### Errors
711
712
 
712
713
  | Error Object | Status Code | Content Type |
@@ -714,6 +715,7 @@ run();
714
715
  | errors.ErrorModel | 500 | application/problem+json |
715
716
  | errors.SDKError | 4xx-5xx | */* |
716
717
 
718
+
717
719
  ## accountV1SessionLogin
718
720
 
719
721
  Logs a user in and creates a new session
@@ -723,9 +725,7 @@ Logs a user in and creates a new session
723
725
  ```typescript
724
726
  import { SteamSets } from "@steamsets/client-ts";
725
727
 
726
- const steamSets = new SteamSets({
727
- session: "<YOUR_BEARER_TOKEN_HERE>",
728
- });
728
+ const steamSets = new SteamSets();
729
729
 
730
730
  async function run() {
731
731
  const result = await steamSets.account.accountV1SessionLogin({
@@ -741,6 +741,8 @@ async function run() {
741
741
  openidSig: "123456",
742
742
  openidSigned: "123456",
743
743
  },
744
+ }, {
745
+ anonymous: "<YOUR_BEARER_TOKEN_HERE>",
744
746
  });
745
747
 
746
748
  // Handle the result
@@ -750,7 +752,6 @@ async function run() {
750
752
  run();
751
753
  ```
752
754
 
753
-
754
755
  ### Standalone function
755
756
 
756
757
  The standalone function version of this method:
@@ -761,9 +762,7 @@ import { accountAccountV1SessionLogin } from "@steamsets/client-ts/funcs/account
761
762
 
762
763
  // Use `SteamSetsCore` for best tree-shaking performance.
763
764
  // You can create one instance of it to use across an application.
764
- const steamSets = new SteamSetsCore({
765
- session: "<YOUR_BEARER_TOKEN_HERE>",
766
- });
765
+ const steamSets = new SteamSetsCore();
767
766
 
768
767
  async function run() {
769
768
  const res = await accountAccountV1SessionLogin(steamSets, {
@@ -779,6 +778,8 @@ async function run() {
779
778
  openidSig: "123456",
780
779
  openidSigned: "123456",
781
780
  },
781
+ }, {
782
+ anonymous: "<YOUR_BEARER_TOKEN_HERE>",
782
783
  });
783
784
 
784
785
  if (!res.ok) {
@@ -799,14 +800,15 @@ run();
799
800
  | Parameter | Type | Required | Description |
800
801
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
801
802
  | `request` | [operations.AccountV1SessionLoginRequest](../../models/operations/accountv1sessionloginrequest.md) | :heavy_check_mark: | The request object to use for the request. |
803
+ | `security` | [operations.AccountV1SessionLoginSecurity](../../models/operations/accountv1sessionloginsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
802
804
  | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
803
805
  | `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. |
804
806
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
805
807
 
806
-
807
808
  ### Response
808
809
 
809
- **Promise\<[components.V1LoginResponseBody](../../models/components/v1loginresponsebody.md)\>**
810
+ **Promise\<[operations.AccountV1SessionLoginResponse](../../models/operations/accountv1sessionloginresponse.md)\>**
811
+
810
812
  ### Errors
811
813
 
812
814
  | Error Object | Status Code | Content Type |
@@ -814,6 +816,7 @@ run();
814
816
  | errors.ErrorModel | 422,500 | application/problem+json |
815
817
  | errors.SDKError | 4xx-5xx | */* |
816
818
 
819
+
817
820
  ## accountV1SettingsSendEmailVerification
818
821
 
819
822
  Resend the verification code for an email
@@ -828,15 +831,15 @@ const steamSets = new SteamSets({
828
831
  });
829
832
 
830
833
  async function run() {
831
- await steamSets.account.accountV1SettingsSendEmailVerification({});
834
+ const result = await steamSets.account.accountV1SettingsSendEmailVerification({});
832
835
 
833
-
836
+ // Handle the result
837
+ console.log(result)
834
838
  }
835
839
 
836
840
  run();
837
841
  ```
838
842
 
839
-
840
843
  ### Standalone function
841
844
 
842
845
  The standalone function version of this method:
@@ -860,7 +863,8 @@ async function run() {
860
863
 
861
864
  const { value: result } = res;
862
865
 
863
-
866
+ // Handle the result
867
+ console.log(result)
864
868
  }
865
869
 
866
870
  run();
@@ -875,10 +879,10 @@ run();
875
879
  | `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. |
876
880
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
877
881
 
878
-
879
882
  ### Response
880
883
 
881
- **Promise\<void\>**
884
+ **Promise\<[operations.AccountV1SettingsSendEmailVerificationResponse](../../models/operations/accountv1settingssendemailverificationresponse.md)\>**
885
+
882
886
  ### Errors
883
887
 
884
888
  | Error Object | Status Code | Content Type |
@@ -886,6 +890,7 @@ run();
886
890
  | errors.ErrorModel | 404,422,429,500 | application/problem+json |
887
891
  | errors.SDKError | 4xx-5xx | */* |
888
892
 
893
+
889
894
  ## accountV1ConnectionUpdateConnection
890
895
 
891
896
  Make a connection visible/invisible
@@ -912,7 +917,6 @@ async function run() {
912
917
  run();
913
918
  ```
914
919
 
915
-
916
920
  ### Standalone function
917
921
 
918
922
  The standalone function version of this method:
@@ -955,10 +959,10 @@ run();
955
959
  | `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. |
956
960
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
957
961
 
958
-
959
962
  ### Response
960
963
 
961
- **Promise\<[components.V1UpdateConnectionResponseBody](../../models/components/v1updateconnectionresponsebody.md)\>**
964
+ **Promise\<[operations.AccountV1ConnectionUpdateConnectionResponse](../../models/operations/accountv1connectionupdateconnectionresponse.md)\>**
965
+
962
966
  ### Errors
963
967
 
964
968
  | Error Object | Status Code | Content Type |
@@ -966,6 +970,7 @@ run();
966
970
  | errors.ErrorModel | 400,404,422,500 | application/problem+json |
967
971
  | errors.SDKError | 4xx-5xx | */* |
968
972
 
973
+
969
974
  ## accountV1SettingsUpdateImage
970
975
 
971
976
  Update one of the uploaded images
@@ -992,7 +997,6 @@ async function run() {
992
997
  run();
993
998
  ```
994
999
 
995
-
996
1000
  ### Standalone function
997
1001
 
998
1002
  The standalone function version of this method:
@@ -1035,10 +1039,10 @@ run();
1035
1039
  | `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. |
1036
1040
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
1037
1041
 
1038
-
1039
1042
  ### Response
1040
1043
 
1041
- **Promise\<[components.V1UpdateImageResponseBody](../../models/components/v1updateimageresponsebody.md)\>**
1044
+ **Promise\<[operations.AccountV1SettingsUpdateImageResponse](../../models/operations/accountv1settingsupdateimageresponse.md)\>**
1045
+
1042
1046
  ### Errors
1043
1047
 
1044
1048
  | Error Object | Status Code | Content Type |
@@ -1046,6 +1050,7 @@ run();
1046
1050
  | errors.ErrorModel | 404,422,500 | application/problem+json |
1047
1051
  | errors.SDKError | 4xx-5xx | */* |
1048
1052
 
1053
+
1049
1054
  ## accountV1SettingsUpdate
1050
1055
 
1051
1056
  Update settings for the logged in account
@@ -1085,7 +1090,6 @@ async function run() {
1085
1090
  run();
1086
1091
  ```
1087
1092
 
1088
-
1089
1093
  ### Standalone function
1090
1094
 
1091
1095
  The standalone function version of this method:
@@ -1141,10 +1145,10 @@ run();
1141
1145
  | `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. |
1142
1146
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
1143
1147
 
1144
-
1145
1148
  ### Response
1146
1149
 
1147
- **Promise\<[components.V1UpdateSettingsResponseBody](../../models/components/v1updatesettingsresponsebody.md)\>**
1150
+ **Promise\<[operations.AccountV1SettingsUpdateResponse](../../models/operations/accountv1settingsupdateresponse.md)\>**
1151
+
1148
1152
  ### Errors
1149
1153
 
1150
1154
  | Error Object | Status Code | Content Type |
@@ -1152,6 +1156,7 @@ run();
1152
1156
  | errors.ErrorModel | 422,429,500 | application/problem+json |
1153
1157
  | errors.SDKError | 4xx-5xx | */* |
1154
1158
 
1159
+
1155
1160
  ## accountV1SettingsUploadImages
1156
1161
 
1157
1162
  Multi Upload Endpoint for images
@@ -1166,7 +1171,7 @@ const steamSets = new SteamSets({
1166
1171
  });
1167
1172
 
1168
1173
  async function run() {
1169
- await steamSets.account.accountV1SettingsUploadImages({
1174
+ const result = await steamSets.account.accountV1SettingsUploadImages({
1170
1175
  images: [
1171
1176
  {
1172
1177
  data: "base64_encoded_image",
@@ -1175,13 +1180,13 @@ async function run() {
1175
1180
  ],
1176
1181
  });
1177
1182
 
1178
-
1183
+ // Handle the result
1184
+ console.log(result)
1179
1185
  }
1180
1186
 
1181
1187
  run();
1182
1188
  ```
1183
1189
 
1184
-
1185
1190
  ### Standalone function
1186
1191
 
1187
1192
  The standalone function version of this method:
@@ -1212,7 +1217,8 @@ async function run() {
1212
1217
 
1213
1218
  const { value: result } = res;
1214
1219
 
1215
-
1220
+ // Handle the result
1221
+ console.log(result)
1216
1222
  }
1217
1223
 
1218
1224
  run();
@@ -1227,10 +1233,10 @@ run();
1227
1233
  | `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. |
1228
1234
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
1229
1235
 
1230
-
1231
1236
  ### Response
1232
1237
 
1233
- **Promise\<void\>**
1238
+ **Promise\<[operations.AccountV1SettingsUploadImagesResponse](../../models/operations/accountv1settingsuploadimagesresponse.md)\>**
1239
+
1234
1240
  ### Errors
1235
1241
 
1236
1242
  | Error Object | Status Code | Content Type |
@@ -1238,6 +1244,7 @@ run();
1238
1244
  | errors.ErrorModel | 422,500 | application/problem+json |
1239
1245
  | errors.SDKError | 4xx-5xx | */* |
1240
1246
 
1247
+
1241
1248
  ## accountV1ConnectionVerifyConnection
1242
1249
 
1243
1250
  Verify a domain connection only atm
@@ -1263,7 +1270,6 @@ async function run() {
1263
1270
  run();
1264
1271
  ```
1265
1272
 
1266
-
1267
1273
  ### Standalone function
1268
1274
 
1269
1275
  The standalone function version of this method:
@@ -1305,10 +1311,10 @@ run();
1305
1311
  | `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. |
1306
1312
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
1307
1313
 
1308
-
1309
1314
  ### Response
1310
1315
 
1311
- **Promise\<[components.V1VerifyConnectionResponseBody](../../models/components/v1verifyconnectionresponsebody.md)\>**
1316
+ **Promise\<[operations.AccountV1ConnectionVerifyConnectionResponse](../../models/operations/accountv1connectionverifyconnectionresponse.md)\>**
1317
+
1312
1318
  ### Errors
1313
1319
 
1314
1320
  | Error Object | Status Code | Content Type |
@@ -1316,6 +1322,7 @@ run();
1316
1322
  | errors.ErrorModel | 400,422,500 | application/problem+json |
1317
1323
  | errors.SDKError | 4xx-5xx | */* |
1318
1324
 
1325
+
1319
1326
  ## accountV1SettingsVerfyEmail
1320
1327
 
1321
1328
  Verify the email by passing in the code the user should've gotten
@@ -1341,7 +1348,6 @@ async function run() {
1341
1348
  run();
1342
1349
  ```
1343
1350
 
1344
-
1345
1351
  ### Standalone function
1346
1352
 
1347
1353
  The standalone function version of this method:
@@ -1383,10 +1389,10 @@ run();
1383
1389
  | `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. |
1384
1390
  | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
1385
1391
 
1386
-
1387
1392
  ### Response
1388
1393
 
1389
- **Promise\<[components.V1VerifyEmailResponseBody](../../models/components/v1verifyemailresponsebody.md)\>**
1394
+ **Promise\<[operations.AccountV1SettingsVerfyEmailResponse](../../models/operations/accountv1settingsverfyemailresponse.md)\>**
1395
+
1390
1396
  ### Errors
1391
1397
 
1392
1398
  | Error Object | Status Code | Content Type |