@steamsets/client-ts 0.8.1 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (446) hide show
  1. package/README.md +23 -29
  2. package/docs/sdks/account/README.md +111 -220
  3. package/docs/sdks/app/README.md +3 -7
  4. package/docs/sdks/connection/README.md +24 -28
  5. package/docs/sdks/data/README.md +26 -51
  6. package/docs/sdks/liveness/README.md +2 -2
  7. package/docs/sdks/location/README.md +8 -9
  8. package/docs/sdks/public/README.md +18 -42
  9. package/docs/sdks/session/README.md +18 -20
  10. package/docs/sdks/settings/README.md +46 -128
  11. package/funcs/accountAccountV1ConnectionConnect.d.ts +1 -1
  12. package/funcs/accountAccountV1ConnectionConnect.d.ts.map +1 -1
  13. package/funcs/accountAccountV1ConnectionConnect.js +5 -12
  14. package/funcs/accountAccountV1ConnectionConnect.js.map +1 -1
  15. package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts +1 -1
  16. package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
  17. package/funcs/accountAccountV1ConnectionDeleteConnection.js +5 -12
  18. package/funcs/accountAccountV1ConnectionDeleteConnection.js.map +1 -1
  19. package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts +1 -1
  20. package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
  21. package/funcs/accountAccountV1ConnectionUpdateConnection.js +5 -12
  22. package/funcs/accountAccountV1ConnectionUpdateConnection.js.map +1 -1
  23. package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts +1 -1
  24. package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
  25. package/funcs/accountAccountV1ConnectionVerifyConnection.js +5 -12
  26. package/funcs/accountAccountV1ConnectionVerifyConnection.js.map +1 -1
  27. package/funcs/accountAccountV1GetApps.d.ts +2 -1
  28. package/funcs/accountAccountV1GetApps.d.ts.map +1 -1
  29. package/funcs/accountAccountV1GetApps.js +3 -7
  30. package/funcs/accountAccountV1GetApps.js.map +1 -1
  31. package/funcs/accountAccountV1GetBadges.d.ts +2 -1
  32. package/funcs/accountAccountV1GetBadges.d.ts.map +1 -1
  33. package/funcs/accountAccountV1GetBadges.js +3 -7
  34. package/funcs/accountAccountV1GetBadges.js.map +1 -1
  35. package/funcs/accountAccountV1GetDataPoints.d.ts +2 -1
  36. package/funcs/accountAccountV1GetDataPoints.d.ts.map +1 -1
  37. package/funcs/accountAccountV1GetDataPoints.js +3 -7
  38. package/funcs/accountAccountV1GetDataPoints.js.map +1 -1
  39. package/funcs/accountAccountV1GetFriends.d.ts +2 -1
  40. package/funcs/accountAccountV1GetFriends.d.ts.map +1 -1
  41. package/funcs/accountAccountV1GetFriends.js +3 -7
  42. package/funcs/accountAccountV1GetFriends.js.map +1 -1
  43. package/funcs/accountAccountV1GetLeaderboardHistory.d.ts +2 -1
  44. package/funcs/accountAccountV1GetLeaderboardHistory.d.ts.map +1 -1
  45. package/funcs/accountAccountV1GetLeaderboardHistory.js +3 -7
  46. package/funcs/accountAccountV1GetLeaderboardHistory.js.map +1 -1
  47. package/funcs/accountAccountV1GetStaff.d.ts +1 -1
  48. package/funcs/accountAccountV1GetStaff.d.ts.map +1 -1
  49. package/funcs/accountAccountV1GetStaff.js +5 -12
  50. package/funcs/accountAccountV1GetStaff.js.map +1 -1
  51. package/funcs/accountAccountV1SessionCreate.js +3 -3
  52. package/funcs/accountAccountV1SessionCreate.js.map +1 -1
  53. package/funcs/accountAccountV1SessionDelete.d.ts +1 -1
  54. package/funcs/accountAccountV1SessionDelete.d.ts.map +1 -1
  55. package/funcs/accountAccountV1SessionDelete.js +5 -12
  56. package/funcs/accountAccountV1SessionDelete.js.map +1 -1
  57. package/funcs/accountAccountV1SessionGet.d.ts +1 -1
  58. package/funcs/accountAccountV1SessionGet.d.ts.map +1 -1
  59. package/funcs/accountAccountV1SessionGet.js +5 -12
  60. package/funcs/accountAccountV1SessionGet.js.map +1 -1
  61. package/funcs/accountAccountV1SessionLogin.js +3 -3
  62. package/funcs/accountAccountV1SessionLogin.js.map +1 -1
  63. package/funcs/accountAccountV1SettingsDeleteImages.d.ts +1 -1
  64. package/funcs/accountAccountV1SettingsDeleteImages.d.ts.map +1 -1
  65. package/funcs/accountAccountV1SettingsDeleteImages.js +5 -12
  66. package/funcs/accountAccountV1SettingsDeleteImages.js.map +1 -1
  67. package/funcs/accountAccountV1SettingsGet.d.ts +1 -1
  68. package/funcs/accountAccountV1SettingsGet.d.ts.map +1 -1
  69. package/funcs/accountAccountV1SettingsGet.js +5 -12
  70. package/funcs/accountAccountV1SettingsGet.js.map +1 -1
  71. package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts +1 -1
  72. package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
  73. package/funcs/accountAccountV1SettingsSendEmailVerification.js +5 -12
  74. package/funcs/accountAccountV1SettingsSendEmailVerification.js.map +1 -1
  75. package/funcs/accountAccountV1SettingsUpdate.d.ts +1 -1
  76. package/funcs/accountAccountV1SettingsUpdate.d.ts.map +1 -1
  77. package/funcs/accountAccountV1SettingsUpdate.js +5 -12
  78. package/funcs/accountAccountV1SettingsUpdate.js.map +1 -1
  79. package/funcs/accountAccountV1SettingsUpdateImage.d.ts +1 -1
  80. package/funcs/accountAccountV1SettingsUpdateImage.d.ts.map +1 -1
  81. package/funcs/accountAccountV1SettingsUpdateImage.js +5 -12
  82. package/funcs/accountAccountV1SettingsUpdateImage.js.map +1 -1
  83. package/funcs/accountAccountV1SettingsUploadImages.d.ts +1 -1
  84. package/funcs/accountAccountV1SettingsUploadImages.d.ts.map +1 -1
  85. package/funcs/accountAccountV1SettingsUploadImages.js +5 -12
  86. package/funcs/accountAccountV1SettingsUploadImages.js.map +1 -1
  87. package/funcs/accountAccountV1SettingsVerfyEmail.d.ts +1 -1
  88. package/funcs/accountAccountV1SettingsVerfyEmail.d.ts.map +1 -1
  89. package/funcs/accountAccountV1SettingsVerfyEmail.js +5 -12
  90. package/funcs/accountAccountV1SettingsVerfyEmail.js.map +1 -1
  91. package/funcs/appAccountV1Queue.d.ts +2 -1
  92. package/funcs/appAccountV1Queue.d.ts.map +1 -1
  93. package/funcs/appAccountV1Queue.js +3 -7
  94. package/funcs/appAccountV1Queue.js.map +1 -1
  95. package/funcs/connectionAccountV1ConnectionConnect.d.ts +1 -1
  96. package/funcs/connectionAccountV1ConnectionConnect.d.ts.map +1 -1
  97. package/funcs/connectionAccountV1ConnectionConnect.js +5 -12
  98. package/funcs/connectionAccountV1ConnectionConnect.js.map +1 -1
  99. package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts +1 -1
  100. package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
  101. package/funcs/connectionAccountV1ConnectionDeleteConnection.js +5 -12
  102. package/funcs/connectionAccountV1ConnectionDeleteConnection.js.map +1 -1
  103. package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts +1 -1
  104. package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
  105. package/funcs/connectionAccountV1ConnectionUpdateConnection.js +5 -12
  106. package/funcs/connectionAccountV1ConnectionUpdateConnection.js.map +1 -1
  107. package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts +1 -1
  108. package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
  109. package/funcs/connectionAccountV1ConnectionVerifyConnection.js +5 -12
  110. package/funcs/connectionAccountV1ConnectionVerifyConnection.js.map +1 -1
  111. package/funcs/dataAccountV1GetApps.d.ts +2 -1
  112. package/funcs/dataAccountV1GetApps.d.ts.map +1 -1
  113. package/funcs/dataAccountV1GetApps.js +3 -7
  114. package/funcs/dataAccountV1GetApps.js.map +1 -1
  115. package/funcs/dataAccountV1GetBadges.d.ts +2 -1
  116. package/funcs/dataAccountV1GetBadges.d.ts.map +1 -1
  117. package/funcs/dataAccountV1GetBadges.js +3 -7
  118. package/funcs/dataAccountV1GetBadges.js.map +1 -1
  119. package/funcs/dataAccountV1GetDataPoints.d.ts +2 -1
  120. package/funcs/dataAccountV1GetDataPoints.d.ts.map +1 -1
  121. package/funcs/dataAccountV1GetDataPoints.js +3 -7
  122. package/funcs/dataAccountV1GetDataPoints.js.map +1 -1
  123. package/funcs/dataAccountV1GetFriends.d.ts +2 -1
  124. package/funcs/dataAccountV1GetFriends.d.ts.map +1 -1
  125. package/funcs/dataAccountV1GetFriends.js +3 -7
  126. package/funcs/dataAccountV1GetFriends.js.map +1 -1
  127. package/funcs/dataAccountV1GetLeaderboardHistory.d.ts +2 -1
  128. package/funcs/dataAccountV1GetLeaderboardHistory.d.ts.map +1 -1
  129. package/funcs/dataAccountV1GetLeaderboardHistory.js +3 -7
  130. package/funcs/dataAccountV1GetLeaderboardHistory.js.map +1 -1
  131. package/funcs/dataAccountV1GetStaff.d.ts +1 -1
  132. package/funcs/dataAccountV1GetStaff.d.ts.map +1 -1
  133. package/funcs/dataAccountV1GetStaff.js +5 -12
  134. package/funcs/dataAccountV1GetStaff.js.map +1 -1
  135. package/funcs/dataAccountV1Queue.d.ts +2 -1
  136. package/funcs/dataAccountV1Queue.d.ts.map +1 -1
  137. package/funcs/dataAccountV1Queue.js +3 -7
  138. package/funcs/dataAccountV1Queue.js.map +1 -1
  139. package/funcs/livenessLiveness.js +3 -3
  140. package/funcs/livenessLiveness.js.map +1 -1
  141. package/funcs/locationLocation.d.ts +1 -1
  142. package/funcs/locationLocation.d.ts.map +1 -1
  143. package/funcs/locationLocation.js +5 -12
  144. package/funcs/locationLocation.js.map +1 -1
  145. package/funcs/publicAccountV1GetApps.d.ts +2 -1
  146. package/funcs/publicAccountV1GetApps.d.ts.map +1 -1
  147. package/funcs/publicAccountV1GetApps.js +3 -7
  148. package/funcs/publicAccountV1GetApps.js.map +1 -1
  149. package/funcs/publicAccountV1GetBadges.d.ts +2 -1
  150. package/funcs/publicAccountV1GetBadges.d.ts.map +1 -1
  151. package/funcs/publicAccountV1GetBadges.js +3 -7
  152. package/funcs/publicAccountV1GetBadges.js.map +1 -1
  153. package/funcs/publicAccountV1GetDataPoints.d.ts +2 -1
  154. package/funcs/publicAccountV1GetDataPoints.d.ts.map +1 -1
  155. package/funcs/publicAccountV1GetDataPoints.js +3 -7
  156. package/funcs/publicAccountV1GetDataPoints.js.map +1 -1
  157. package/funcs/publicAccountV1GetFriends.d.ts +2 -1
  158. package/funcs/publicAccountV1GetFriends.d.ts.map +1 -1
  159. package/funcs/publicAccountV1GetFriends.js +3 -7
  160. package/funcs/publicAccountV1GetFriends.js.map +1 -1
  161. package/funcs/publicAccountV1GetLeaderboardHistory.d.ts +2 -1
  162. package/funcs/publicAccountV1GetLeaderboardHistory.d.ts.map +1 -1
  163. package/funcs/publicAccountV1GetLeaderboardHistory.js +3 -7
  164. package/funcs/publicAccountV1GetLeaderboardHistory.js.map +1 -1
  165. package/funcs/publicAccountV1Queue.d.ts +2 -1
  166. package/funcs/publicAccountV1Queue.d.ts.map +1 -1
  167. package/funcs/publicAccountV1Queue.js +3 -7
  168. package/funcs/publicAccountV1Queue.js.map +1 -1
  169. package/funcs/sessionAccountV1SessionCreate.js +3 -3
  170. package/funcs/sessionAccountV1SessionCreate.js.map +1 -1
  171. package/funcs/sessionAccountV1SessionDelete.d.ts +1 -1
  172. package/funcs/sessionAccountV1SessionDelete.d.ts.map +1 -1
  173. package/funcs/sessionAccountV1SessionDelete.js +5 -12
  174. package/funcs/sessionAccountV1SessionDelete.js.map +1 -1
  175. package/funcs/sessionAccountV1SessionGet.d.ts +1 -1
  176. package/funcs/sessionAccountV1SessionGet.d.ts.map +1 -1
  177. package/funcs/sessionAccountV1SessionGet.js +5 -12
  178. package/funcs/sessionAccountV1SessionGet.js.map +1 -1
  179. package/funcs/sessionAccountV1SessionLogin.js +3 -3
  180. package/funcs/sessionAccountV1SessionLogin.js.map +1 -1
  181. package/funcs/settingsAccountV1SettingsDeleteImages.d.ts +1 -1
  182. package/funcs/settingsAccountV1SettingsDeleteImages.d.ts.map +1 -1
  183. package/funcs/settingsAccountV1SettingsDeleteImages.js +5 -12
  184. package/funcs/settingsAccountV1SettingsDeleteImages.js.map +1 -1
  185. package/funcs/settingsAccountV1SettingsGet.d.ts +1 -1
  186. package/funcs/settingsAccountV1SettingsGet.d.ts.map +1 -1
  187. package/funcs/settingsAccountV1SettingsGet.js +5 -12
  188. package/funcs/settingsAccountV1SettingsGet.js.map +1 -1
  189. package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts +1 -1
  190. package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
  191. package/funcs/settingsAccountV1SettingsSendEmailVerification.js +5 -12
  192. package/funcs/settingsAccountV1SettingsSendEmailVerification.js.map +1 -1
  193. package/funcs/settingsAccountV1SettingsUpdate.d.ts +1 -1
  194. package/funcs/settingsAccountV1SettingsUpdate.d.ts.map +1 -1
  195. package/funcs/settingsAccountV1SettingsUpdate.js +5 -12
  196. package/funcs/settingsAccountV1SettingsUpdate.js.map +1 -1
  197. package/funcs/settingsAccountV1SettingsUpdateImage.d.ts +1 -1
  198. package/funcs/settingsAccountV1SettingsUpdateImage.d.ts.map +1 -1
  199. package/funcs/settingsAccountV1SettingsUpdateImage.js +5 -12
  200. package/funcs/settingsAccountV1SettingsUpdateImage.js.map +1 -1
  201. package/funcs/settingsAccountV1SettingsUploadImages.d.ts +1 -1
  202. package/funcs/settingsAccountV1SettingsUploadImages.d.ts.map +1 -1
  203. package/funcs/settingsAccountV1SettingsUploadImages.js +5 -12
  204. package/funcs/settingsAccountV1SettingsUploadImages.js.map +1 -1
  205. package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts +1 -1
  206. package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts.map +1 -1
  207. package/funcs/settingsAccountV1SettingsVerfyEmail.js +5 -12
  208. package/funcs/settingsAccountV1SettingsVerfyEmail.js.map +1 -1
  209. package/lib/config.d.ts +4 -4
  210. package/lib/config.d.ts.map +1 -1
  211. package/lib/config.js +3 -3
  212. package/lib/security.js +3 -3
  213. package/lib/security.js.map +1 -1
  214. package/models/components/index.d.ts +0 -1
  215. package/models/components/index.d.ts.map +1 -1
  216. package/models/components/index.js +0 -1
  217. package/models/components/index.js.map +1 -1
  218. package/models/components/security.d.ts +2 -2
  219. package/models/components/security.d.ts.map +1 -1
  220. package/models/components/security.js +2 -2
  221. package/models/components/security.js.map +1 -1
  222. package/models/operations/accountv1connectionconnect.d.ts +0 -23
  223. package/models/operations/accountv1connectionconnect.d.ts.map +1 -1
  224. package/models/operations/accountv1connectionconnect.js +1 -20
  225. package/models/operations/accountv1connectionconnect.js.map +1 -1
  226. package/models/operations/accountv1connectiondeleteconnection.d.ts +0 -23
  227. package/models/operations/accountv1connectiondeleteconnection.d.ts.map +1 -1
  228. package/models/operations/accountv1connectiondeleteconnection.js +1 -20
  229. package/models/operations/accountv1connectiondeleteconnection.js.map +1 -1
  230. package/models/operations/accountv1connectionupdateconnection.d.ts +0 -23
  231. package/models/operations/accountv1connectionupdateconnection.d.ts.map +1 -1
  232. package/models/operations/accountv1connectionupdateconnection.js +1 -20
  233. package/models/operations/accountv1connectionupdateconnection.js.map +1 -1
  234. package/models/operations/accountv1connectionverifyconnection.d.ts +0 -23
  235. package/models/operations/accountv1connectionverifyconnection.d.ts.map +1 -1
  236. package/models/operations/accountv1connectionverifyconnection.js +1 -20
  237. package/models/operations/accountv1connectionverifyconnection.js.map +1 -1
  238. package/models/operations/accountv1getapps.d.ts +0 -27
  239. package/models/operations/accountv1getapps.d.ts.map +1 -1
  240. package/models/operations/accountv1getapps.js +1 -36
  241. package/models/operations/accountv1getapps.js.map +1 -1
  242. package/models/operations/accountv1getbadges.d.ts +0 -27
  243. package/models/operations/accountv1getbadges.d.ts.map +1 -1
  244. package/models/operations/accountv1getbadges.js +1 -36
  245. package/models/operations/accountv1getbadges.js.map +1 -1
  246. package/models/operations/accountv1getdatapoints.d.ts +0 -27
  247. package/models/operations/accountv1getdatapoints.d.ts.map +1 -1
  248. package/models/operations/accountv1getdatapoints.js +1 -36
  249. package/models/operations/accountv1getdatapoints.js.map +1 -1
  250. package/models/operations/accountv1getfriends.d.ts +0 -27
  251. package/models/operations/accountv1getfriends.d.ts.map +1 -1
  252. package/models/operations/accountv1getfriends.js +1 -36
  253. package/models/operations/accountv1getfriends.js.map +1 -1
  254. package/models/operations/accountv1getleaderboardhistory.d.ts +0 -27
  255. package/models/operations/accountv1getleaderboardhistory.d.ts.map +1 -1
  256. package/models/operations/accountv1getleaderboardhistory.js +1 -36
  257. package/models/operations/accountv1getleaderboardhistory.js.map +1 -1
  258. package/models/operations/accountv1getstaff.d.ts +0 -23
  259. package/models/operations/accountv1getstaff.d.ts.map +1 -1
  260. package/models/operations/accountv1getstaff.js +1 -20
  261. package/models/operations/accountv1getstaff.js.map +1 -1
  262. package/models/operations/accountv1queue.d.ts +0 -27
  263. package/models/operations/accountv1queue.d.ts.map +1 -1
  264. package/models/operations/accountv1queue.js +1 -36
  265. package/models/operations/accountv1queue.js.map +1 -1
  266. package/models/operations/accountv1sessiondelete.d.ts +0 -23
  267. package/models/operations/accountv1sessiondelete.d.ts.map +1 -1
  268. package/models/operations/accountv1sessiondelete.js +1 -20
  269. package/models/operations/accountv1sessiondelete.js.map +1 -1
  270. package/models/operations/accountv1sessionget.d.ts +0 -23
  271. package/models/operations/accountv1sessionget.d.ts.map +1 -1
  272. package/models/operations/accountv1sessionget.js +1 -20
  273. package/models/operations/accountv1sessionget.js.map +1 -1
  274. package/models/operations/accountv1settingsdeleteimages.d.ts +0 -23
  275. package/models/operations/accountv1settingsdeleteimages.d.ts.map +1 -1
  276. package/models/operations/accountv1settingsdeleteimages.js +1 -20
  277. package/models/operations/accountv1settingsdeleteimages.js.map +1 -1
  278. package/models/operations/accountv1settingsget.d.ts +0 -23
  279. package/models/operations/accountv1settingsget.d.ts.map +1 -1
  280. package/models/operations/accountv1settingsget.js +1 -20
  281. package/models/operations/accountv1settingsget.js.map +1 -1
  282. package/models/operations/accountv1settingssendemailverification.d.ts +0 -23
  283. package/models/operations/accountv1settingssendemailverification.d.ts.map +1 -1
  284. package/models/operations/accountv1settingssendemailverification.js +1 -20
  285. package/models/operations/accountv1settingssendemailverification.js.map +1 -1
  286. package/models/operations/accountv1settingsupdate.d.ts +0 -23
  287. package/models/operations/accountv1settingsupdate.d.ts.map +1 -1
  288. package/models/operations/accountv1settingsupdate.js +1 -20
  289. package/models/operations/accountv1settingsupdate.js.map +1 -1
  290. package/models/operations/accountv1settingsupdateimage.d.ts +0 -23
  291. package/models/operations/accountv1settingsupdateimage.d.ts.map +1 -1
  292. package/models/operations/accountv1settingsupdateimage.js +1 -20
  293. package/models/operations/accountv1settingsupdateimage.js.map +1 -1
  294. package/models/operations/accountv1settingsuploadimages.d.ts +0 -23
  295. package/models/operations/accountv1settingsuploadimages.d.ts.map +1 -1
  296. package/models/operations/accountv1settingsuploadimages.js +1 -20
  297. package/models/operations/accountv1settingsuploadimages.js.map +1 -1
  298. package/models/operations/accountv1settingsverfyemail.d.ts +0 -23
  299. package/models/operations/accountv1settingsverfyemail.d.ts.map +1 -1
  300. package/models/operations/accountv1settingsverfyemail.js +1 -20
  301. package/models/operations/accountv1settingsverfyemail.js.map +1 -1
  302. package/models/operations/index.d.ts +0 -1
  303. package/models/operations/index.d.ts.map +1 -1
  304. package/models/operations/index.js +0 -1
  305. package/models/operations/index.js.map +1 -1
  306. package/models/operations/location.d.ts +0 -23
  307. package/models/operations/location.d.ts.map +1 -1
  308. package/models/operations/location.js +1 -20
  309. package/models/operations/location.js.map +1 -1
  310. package/package.json +1 -2
  311. package/sdk/account.d.ts +19 -23
  312. package/sdk/account.d.ts.map +1 -1
  313. package/sdk/account.js +28 -35
  314. package/sdk/account.js.map +1 -1
  315. package/sdk/app.d.ts +1 -1
  316. package/sdk/app.d.ts.map +1 -1
  317. package/sdk/app.js.map +1 -1
  318. package/sdk/connection.d.ts +4 -4
  319. package/sdk/connection.d.ts.map +1 -1
  320. package/sdk/connection.js +8 -8
  321. package/sdk/connection.js.map +1 -1
  322. package/sdk/data.d.ts +7 -7
  323. package/sdk/data.d.ts.map +1 -1
  324. package/sdk/data.js +2 -2
  325. package/sdk/data.js.map +1 -1
  326. package/sdk/location.d.ts +1 -1
  327. package/sdk/location.d.ts.map +1 -1
  328. package/sdk/location.js +2 -2
  329. package/sdk/location.js.map +1 -1
  330. package/sdk/public.d.ts +6 -6
  331. package/sdk/public.d.ts.map +1 -1
  332. package/sdk/public.js.map +1 -1
  333. package/sdk/session.d.ts +2 -2
  334. package/sdk/session.d.ts.map +1 -1
  335. package/sdk/session.js +4 -4
  336. package/sdk/session.js.map +1 -1
  337. package/sdk/settings.d.ts +7 -11
  338. package/sdk/settings.d.ts.map +1 -1
  339. package/sdk/settings.js +14 -21
  340. package/sdk/settings.js.map +1 -1
  341. package/src/funcs/accountAccountV1ConnectionConnect.ts +5 -13
  342. package/src/funcs/accountAccountV1ConnectionDeleteConnection.ts +5 -13
  343. package/src/funcs/accountAccountV1ConnectionUpdateConnection.ts +5 -13
  344. package/src/funcs/accountAccountV1ConnectionVerifyConnection.ts +5 -13
  345. package/src/funcs/accountAccountV1GetApps.ts +5 -16
  346. package/src/funcs/accountAccountV1GetBadges.ts +5 -17
  347. package/src/funcs/accountAccountV1GetDataPoints.ts +5 -17
  348. package/src/funcs/accountAccountV1GetFriends.ts +5 -17
  349. package/src/funcs/accountAccountV1GetLeaderboardHistory.ts +5 -19
  350. package/src/funcs/accountAccountV1GetStaff.ts +5 -13
  351. package/src/funcs/accountAccountV1SessionCreate.ts +3 -3
  352. package/src/funcs/accountAccountV1SessionDelete.ts +5 -13
  353. package/src/funcs/accountAccountV1SessionGet.ts +5 -13
  354. package/src/funcs/accountAccountV1SessionLogin.ts +3 -3
  355. package/src/funcs/accountAccountV1SettingsDeleteImages.ts +5 -13
  356. package/src/funcs/accountAccountV1SettingsGet.ts +5 -13
  357. package/src/funcs/accountAccountV1SettingsSendEmailVerification.ts +5 -13
  358. package/src/funcs/accountAccountV1SettingsUpdate.ts +5 -13
  359. package/src/funcs/accountAccountV1SettingsUpdateImage.ts +5 -13
  360. package/src/funcs/accountAccountV1SettingsUploadImages.ts +5 -13
  361. package/src/funcs/accountAccountV1SettingsVerfyEmail.ts +5 -13
  362. package/src/funcs/appAccountV1Queue.ts +5 -16
  363. package/src/funcs/connectionAccountV1ConnectionConnect.ts +5 -13
  364. package/src/funcs/connectionAccountV1ConnectionDeleteConnection.ts +5 -13
  365. package/src/funcs/connectionAccountV1ConnectionUpdateConnection.ts +5 -13
  366. package/src/funcs/connectionAccountV1ConnectionVerifyConnection.ts +5 -13
  367. package/src/funcs/dataAccountV1GetApps.ts +5 -16
  368. package/src/funcs/dataAccountV1GetBadges.ts +5 -17
  369. package/src/funcs/dataAccountV1GetDataPoints.ts +5 -17
  370. package/src/funcs/dataAccountV1GetFriends.ts +5 -17
  371. package/src/funcs/dataAccountV1GetLeaderboardHistory.ts +5 -19
  372. package/src/funcs/dataAccountV1GetStaff.ts +5 -13
  373. package/src/funcs/dataAccountV1Queue.ts +5 -16
  374. package/src/funcs/livenessLiveness.ts +3 -3
  375. package/src/funcs/locationLocation.ts +5 -13
  376. package/src/funcs/publicAccountV1GetApps.ts +5 -16
  377. package/src/funcs/publicAccountV1GetBadges.ts +5 -17
  378. package/src/funcs/publicAccountV1GetDataPoints.ts +5 -17
  379. package/src/funcs/publicAccountV1GetFriends.ts +5 -17
  380. package/src/funcs/publicAccountV1GetLeaderboardHistory.ts +5 -19
  381. package/src/funcs/publicAccountV1Queue.ts +5 -16
  382. package/src/funcs/sessionAccountV1SessionCreate.ts +3 -3
  383. package/src/funcs/sessionAccountV1SessionDelete.ts +5 -13
  384. package/src/funcs/sessionAccountV1SessionGet.ts +5 -13
  385. package/src/funcs/sessionAccountV1SessionLogin.ts +3 -3
  386. package/src/funcs/settingsAccountV1SettingsDeleteImages.ts +5 -13
  387. package/src/funcs/settingsAccountV1SettingsGet.ts +5 -13
  388. package/src/funcs/settingsAccountV1SettingsSendEmailVerification.ts +5 -13
  389. package/src/funcs/settingsAccountV1SettingsUpdate.ts +5 -13
  390. package/src/funcs/settingsAccountV1SettingsUpdateImage.ts +5 -13
  391. package/src/funcs/settingsAccountV1SettingsUploadImages.ts +5 -13
  392. package/src/funcs/settingsAccountV1SettingsVerfyEmail.ts +5 -13
  393. package/src/lib/config.ts +4 -4
  394. package/src/lib/security.ts +3 -3
  395. package/src/models/components/index.ts +0 -1
  396. package/src/models/components/security.ts +4 -4
  397. package/src/models/operations/accountv1connectionconnect.ts +0 -41
  398. package/src/models/operations/accountv1connectiondeleteconnection.ts +0 -44
  399. package/src/models/operations/accountv1connectionupdateconnection.ts +0 -44
  400. package/src/models/operations/accountv1connectionverifyconnection.ts +0 -44
  401. package/src/models/operations/accountv1getapps.ts +0 -60
  402. package/src/models/operations/accountv1getbadges.ts +0 -60
  403. package/src/models/operations/accountv1getdatapoints.ts +0 -60
  404. package/src/models/operations/accountv1getfriends.ts +0 -60
  405. package/src/models/operations/accountv1getleaderboardhistory.ts +0 -62
  406. package/src/models/operations/accountv1getstaff.ts +0 -40
  407. package/src/models/operations/accountv1queue.ts +0 -60
  408. package/src/models/operations/accountv1sessiondelete.ts +0 -40
  409. package/src/models/operations/accountv1sessionget.ts +0 -40
  410. package/src/models/operations/accountv1settingsdeleteimages.ts +0 -42
  411. package/src/models/operations/accountv1settingsget.ts +0 -40
  412. package/src/models/operations/accountv1settingssendemailverification.ts +0 -45
  413. package/src/models/operations/accountv1settingsupdate.ts +0 -40
  414. package/src/models/operations/accountv1settingsupdateimage.ts +0 -42
  415. package/src/models/operations/accountv1settingsuploadimages.ts +0 -42
  416. package/src/models/operations/accountv1settingsverfyemail.ts +0 -42
  417. package/src/models/operations/index.ts +0 -1
  418. package/src/models/operations/location.ts +0 -40
  419. package/src/sdk/account.ts +5 -48
  420. package/src/sdk/app.ts +1 -1
  421. package/src/sdk/connection.ts +0 -8
  422. package/src/sdk/data.ts +6 -8
  423. package/src/sdk/location.ts +0 -2
  424. package/src/sdk/public.ts +6 -6
  425. package/src/sdk/session.ts +0 -4
  426. package/src/sdk/settings.ts +0 -29
  427. package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts +0 -13
  428. package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts.map +0 -1
  429. package/funcs/accountAccountV1SettingsGenerateApiKey.js +0 -92
  430. package/funcs/accountAccountV1SettingsGenerateApiKey.js.map +0 -1
  431. package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts +0 -13
  432. package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts.map +0 -1
  433. package/funcs/settingsAccountV1SettingsGenerateApiKey.js +0 -92
  434. package/funcs/settingsAccountV1SettingsGenerateApiKey.js.map +0 -1
  435. package/models/components/v1generateapikeyresponsebody.d.ts +0 -33
  436. package/models/components/v1generateapikeyresponsebody.d.ts.map +0 -1
  437. package/models/components/v1generateapikeyresponsebody.js +0 -61
  438. package/models/components/v1generateapikeyresponsebody.js.map +0 -1
  439. package/models/operations/accountv1settingsgenerateapikey.d.ts +0 -54
  440. package/models/operations/accountv1settingsgenerateapikey.d.ts.map +0 -1
  441. package/models/operations/accountv1settingsgenerateapikey.js +0 -85
  442. package/models/operations/accountv1settingsgenerateapikey.js.map +0 -1
  443. package/src/funcs/accountAccountV1SettingsGenerateApiKey.ts +0 -120
  444. package/src/funcs/settingsAccountV1SettingsGenerateApiKey.ts +0 -120
  445. package/src/models/components/v1generateapikeyresponsebody.ts +0 -64
  446. package/src/models/operations/accountv1settingsgenerateapikey.ts +0 -114
@@ -6,10 +6,6 @@ import * as z from "zod";
6
6
  import { remap as remap$ } from "../../lib/primitives.js";
7
7
  import * as components from "../components/index.js";
8
8
 
9
- export type AccountV1SettingsSendEmailVerificationSecurity = {
10
- session: string;
11
- };
12
-
13
9
  export type AccountV1SettingsSendEmailVerificationRequest = {
14
10
  xForwardedFor?: string | undefined;
15
11
  };
@@ -18,47 +14,6 @@ export type AccountV1SettingsSendEmailVerificationResponse = {
18
14
  httpMeta: components.HTTPMetadata;
19
15
  };
20
16
 
21
- /** @internal */
22
- export const AccountV1SettingsSendEmailVerificationSecurity$inboundSchema:
23
- z.ZodType<
24
- AccountV1SettingsSendEmailVerificationSecurity,
25
- z.ZodTypeDef,
26
- unknown
27
- > = z.object({
28
- session: z.string(),
29
- });
30
-
31
- /** @internal */
32
- export type AccountV1SettingsSendEmailVerificationSecurity$Outbound = {
33
- session: string;
34
- };
35
-
36
- /** @internal */
37
- export const AccountV1SettingsSendEmailVerificationSecurity$outboundSchema:
38
- z.ZodType<
39
- AccountV1SettingsSendEmailVerificationSecurity$Outbound,
40
- z.ZodTypeDef,
41
- AccountV1SettingsSendEmailVerificationSecurity
42
- > = z.object({
43
- session: z.string(),
44
- });
45
-
46
- /**
47
- * @internal
48
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
49
- */
50
- export namespace AccountV1SettingsSendEmailVerificationSecurity$ {
51
- /** @deprecated use `AccountV1SettingsSendEmailVerificationSecurity$inboundSchema` instead. */
52
- export const inboundSchema =
53
- AccountV1SettingsSendEmailVerificationSecurity$inboundSchema;
54
- /** @deprecated use `AccountV1SettingsSendEmailVerificationSecurity$outboundSchema` instead. */
55
- export const outboundSchema =
56
- AccountV1SettingsSendEmailVerificationSecurity$outboundSchema;
57
- /** @deprecated use `AccountV1SettingsSendEmailVerificationSecurity$Outbound` instead. */
58
- export type Outbound =
59
- AccountV1SettingsSendEmailVerificationSecurity$Outbound;
60
- }
61
-
62
17
  /** @internal */
63
18
  export const AccountV1SettingsSendEmailVerificationRequest$inboundSchema:
64
19
  z.ZodType<
@@ -6,10 +6,6 @@ import * as z from "zod";
6
6
  import { remap as remap$ } from "../../lib/primitives.js";
7
7
  import * as components from "../components/index.js";
8
8
 
9
- export type AccountV1SettingsUpdateSecurity = {
10
- session: string;
11
- };
12
-
13
9
  export type AccountV1SettingsUpdateRequest = {
14
10
  xForwardedFor?: string | undefined;
15
11
  v1UpdateSettingsRequestBody: components.V1UpdateSettingsRequestBody;
@@ -25,42 +21,6 @@ export type AccountV1SettingsUpdateResponse = {
25
21
  | undefined;
26
22
  };
27
23
 
28
- /** @internal */
29
- export const AccountV1SettingsUpdateSecurity$inboundSchema: z.ZodType<
30
- AccountV1SettingsUpdateSecurity,
31
- z.ZodTypeDef,
32
- unknown
33
- > = z.object({
34
- session: z.string(),
35
- });
36
-
37
- /** @internal */
38
- export type AccountV1SettingsUpdateSecurity$Outbound = {
39
- session: string;
40
- };
41
-
42
- /** @internal */
43
- export const AccountV1SettingsUpdateSecurity$outboundSchema: z.ZodType<
44
- AccountV1SettingsUpdateSecurity$Outbound,
45
- z.ZodTypeDef,
46
- AccountV1SettingsUpdateSecurity
47
- > = z.object({
48
- session: z.string(),
49
- });
50
-
51
- /**
52
- * @internal
53
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
54
- */
55
- export namespace AccountV1SettingsUpdateSecurity$ {
56
- /** @deprecated use `AccountV1SettingsUpdateSecurity$inboundSchema` instead. */
57
- export const inboundSchema = AccountV1SettingsUpdateSecurity$inboundSchema;
58
- /** @deprecated use `AccountV1SettingsUpdateSecurity$outboundSchema` instead. */
59
- export const outboundSchema = AccountV1SettingsUpdateSecurity$outboundSchema;
60
- /** @deprecated use `AccountV1SettingsUpdateSecurity$Outbound` instead. */
61
- export type Outbound = AccountV1SettingsUpdateSecurity$Outbound;
62
- }
63
-
64
24
  /** @internal */
65
25
  export const AccountV1SettingsUpdateRequest$inboundSchema: z.ZodType<
66
26
  AccountV1SettingsUpdateRequest,
@@ -6,10 +6,6 @@ import * as z from "zod";
6
6
  import { remap as remap$ } from "../../lib/primitives.js";
7
7
  import * as components from "../components/index.js";
8
8
 
9
- export type AccountV1SettingsUpdateImageSecurity = {
10
- session: string;
11
- };
12
-
13
9
  export type AccountV1SettingsUpdateImageResponse = {
14
10
  httpMeta: components.HTTPMetadata;
15
11
  /**
@@ -18,44 +14,6 @@ export type AccountV1SettingsUpdateImageResponse = {
18
14
  v1UpdateImageResponseBody?: components.V1UpdateImageResponseBody | undefined;
19
15
  };
20
16
 
21
- /** @internal */
22
- export const AccountV1SettingsUpdateImageSecurity$inboundSchema: z.ZodType<
23
- AccountV1SettingsUpdateImageSecurity,
24
- z.ZodTypeDef,
25
- unknown
26
- > = z.object({
27
- session: z.string(),
28
- });
29
-
30
- /** @internal */
31
- export type AccountV1SettingsUpdateImageSecurity$Outbound = {
32
- session: string;
33
- };
34
-
35
- /** @internal */
36
- export const AccountV1SettingsUpdateImageSecurity$outboundSchema: z.ZodType<
37
- AccountV1SettingsUpdateImageSecurity$Outbound,
38
- z.ZodTypeDef,
39
- AccountV1SettingsUpdateImageSecurity
40
- > = z.object({
41
- session: z.string(),
42
- });
43
-
44
- /**
45
- * @internal
46
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
47
- */
48
- export namespace AccountV1SettingsUpdateImageSecurity$ {
49
- /** @deprecated use `AccountV1SettingsUpdateImageSecurity$inboundSchema` instead. */
50
- export const inboundSchema =
51
- AccountV1SettingsUpdateImageSecurity$inboundSchema;
52
- /** @deprecated use `AccountV1SettingsUpdateImageSecurity$outboundSchema` instead. */
53
- export const outboundSchema =
54
- AccountV1SettingsUpdateImageSecurity$outboundSchema;
55
- /** @deprecated use `AccountV1SettingsUpdateImageSecurity$Outbound` instead. */
56
- export type Outbound = AccountV1SettingsUpdateImageSecurity$Outbound;
57
- }
58
-
59
17
  /** @internal */
60
18
  export const AccountV1SettingsUpdateImageResponse$inboundSchema: z.ZodType<
61
19
  AccountV1SettingsUpdateImageResponse,
@@ -6,52 +6,10 @@ import * as z from "zod";
6
6
  import { remap as remap$ } from "../../lib/primitives.js";
7
7
  import * as components from "../components/index.js";
8
8
 
9
- export type AccountV1SettingsUploadImagesSecurity = {
10
- session: string;
11
- };
12
-
13
9
  export type AccountV1SettingsUploadImagesResponse = {
14
10
  httpMeta: components.HTTPMetadata;
15
11
  };
16
12
 
17
- /** @internal */
18
- export const AccountV1SettingsUploadImagesSecurity$inboundSchema: z.ZodType<
19
- AccountV1SettingsUploadImagesSecurity,
20
- z.ZodTypeDef,
21
- unknown
22
- > = z.object({
23
- session: z.string(),
24
- });
25
-
26
- /** @internal */
27
- export type AccountV1SettingsUploadImagesSecurity$Outbound = {
28
- session: string;
29
- };
30
-
31
- /** @internal */
32
- export const AccountV1SettingsUploadImagesSecurity$outboundSchema: z.ZodType<
33
- AccountV1SettingsUploadImagesSecurity$Outbound,
34
- z.ZodTypeDef,
35
- AccountV1SettingsUploadImagesSecurity
36
- > = z.object({
37
- session: z.string(),
38
- });
39
-
40
- /**
41
- * @internal
42
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
43
- */
44
- export namespace AccountV1SettingsUploadImagesSecurity$ {
45
- /** @deprecated use `AccountV1SettingsUploadImagesSecurity$inboundSchema` instead. */
46
- export const inboundSchema =
47
- AccountV1SettingsUploadImagesSecurity$inboundSchema;
48
- /** @deprecated use `AccountV1SettingsUploadImagesSecurity$outboundSchema` instead. */
49
- export const outboundSchema =
50
- AccountV1SettingsUploadImagesSecurity$outboundSchema;
51
- /** @deprecated use `AccountV1SettingsUploadImagesSecurity$Outbound` instead. */
52
- export type Outbound = AccountV1SettingsUploadImagesSecurity$Outbound;
53
- }
54
-
55
13
  /** @internal */
56
14
  export const AccountV1SettingsUploadImagesResponse$inboundSchema: z.ZodType<
57
15
  AccountV1SettingsUploadImagesResponse,
@@ -6,10 +6,6 @@ import * as z from "zod";
6
6
  import { remap as remap$ } from "../../lib/primitives.js";
7
7
  import * as components from "../components/index.js";
8
8
 
9
- export type AccountV1SettingsVerfyEmailSecurity = {
10
- session: string;
11
- };
12
-
13
9
  export type AccountV1SettingsVerfyEmailResponse = {
14
10
  httpMeta: components.HTTPMetadata;
15
11
  /**
@@ -18,44 +14,6 @@ export type AccountV1SettingsVerfyEmailResponse = {
18
14
  v1VerifyEmailResponseBody?: components.V1VerifyEmailResponseBody | undefined;
19
15
  };
20
16
 
21
- /** @internal */
22
- export const AccountV1SettingsVerfyEmailSecurity$inboundSchema: z.ZodType<
23
- AccountV1SettingsVerfyEmailSecurity,
24
- z.ZodTypeDef,
25
- unknown
26
- > = z.object({
27
- session: z.string(),
28
- });
29
-
30
- /** @internal */
31
- export type AccountV1SettingsVerfyEmailSecurity$Outbound = {
32
- session: string;
33
- };
34
-
35
- /** @internal */
36
- export const AccountV1SettingsVerfyEmailSecurity$outboundSchema: z.ZodType<
37
- AccountV1SettingsVerfyEmailSecurity$Outbound,
38
- z.ZodTypeDef,
39
- AccountV1SettingsVerfyEmailSecurity
40
- > = z.object({
41
- session: z.string(),
42
- });
43
-
44
- /**
45
- * @internal
46
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
47
- */
48
- export namespace AccountV1SettingsVerfyEmailSecurity$ {
49
- /** @deprecated use `AccountV1SettingsVerfyEmailSecurity$inboundSchema` instead. */
50
- export const inboundSchema =
51
- AccountV1SettingsVerfyEmailSecurity$inboundSchema;
52
- /** @deprecated use `AccountV1SettingsVerfyEmailSecurity$outboundSchema` instead. */
53
- export const outboundSchema =
54
- AccountV1SettingsVerfyEmailSecurity$outboundSchema;
55
- /** @deprecated use `AccountV1SettingsVerfyEmailSecurity$Outbound` instead. */
56
- export type Outbound = AccountV1SettingsVerfyEmailSecurity$Outbound;
57
- }
58
-
59
17
  /** @internal */
60
18
  export const AccountV1SettingsVerfyEmailResponse$inboundSchema: z.ZodType<
61
19
  AccountV1SettingsVerfyEmailResponse,
@@ -19,7 +19,6 @@ export * from "./accountv1sessiondelete.js";
19
19
  export * from "./accountv1sessionget.js";
20
20
  export * from "./accountv1sessionlogin.js";
21
21
  export * from "./accountv1settingsdeleteimages.js";
22
- export * from "./accountv1settingsgenerateapikey.js";
23
22
  export * from "./accountv1settingsget.js";
24
23
  export * from "./accountv1settingssendemailverification.js";
25
24
  export * from "./accountv1settingsupdate.js";
@@ -6,10 +6,6 @@ import * as z from "zod";
6
6
  import { remap as remap$ } from "../../lib/primitives.js";
7
7
  import * as components from "../components/index.js";
8
8
 
9
- export type LocationSecurity = {
10
- session: string;
11
- };
12
-
13
9
  export type LocationResponse = {
14
10
  httpMeta: components.HTTPMetadata;
15
11
  /**
@@ -18,42 +14,6 @@ export type LocationResponse = {
18
14
  regions?: Array<components.Region> | null | undefined;
19
15
  };
20
16
 
21
- /** @internal */
22
- export const LocationSecurity$inboundSchema: z.ZodType<
23
- LocationSecurity,
24
- z.ZodTypeDef,
25
- unknown
26
- > = z.object({
27
- session: z.string(),
28
- });
29
-
30
- /** @internal */
31
- export type LocationSecurity$Outbound = {
32
- session: string;
33
- };
34
-
35
- /** @internal */
36
- export const LocationSecurity$outboundSchema: z.ZodType<
37
- LocationSecurity$Outbound,
38
- z.ZodTypeDef,
39
- LocationSecurity
40
- > = z.object({
41
- session: z.string(),
42
- });
43
-
44
- /**
45
- * @internal
46
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
47
- */
48
- export namespace LocationSecurity$ {
49
- /** @deprecated use `LocationSecurity$inboundSchema` instead. */
50
- export const inboundSchema = LocationSecurity$inboundSchema;
51
- /** @deprecated use `LocationSecurity$outboundSchema` instead. */
52
- export const outboundSchema = LocationSecurity$outboundSchema;
53
- /** @deprecated use `LocationSecurity$Outbound` instead. */
54
- export type Outbound = LocationSecurity$Outbound;
55
- }
56
-
57
17
  /** @internal */
58
18
  export const LocationResponse$inboundSchema: z.ZodType<
59
19
  LocationResponse,
@@ -18,7 +18,6 @@ import { accountAccountV1SessionDelete } from "../funcs/accountAccountV1SessionD
18
18
  import { accountAccountV1SessionGet } from "../funcs/accountAccountV1SessionGet.js";
19
19
  import { accountAccountV1SessionLogin } from "../funcs/accountAccountV1SessionLogin.js";
20
20
  import { accountAccountV1SettingsDeleteImages } from "../funcs/accountAccountV1SettingsDeleteImages.js";
21
- import { accountAccountV1SettingsGenerateApiKey } from "../funcs/accountAccountV1SettingsGenerateApiKey.js";
22
21
  import { accountAccountV1SettingsGet } from "../funcs/accountAccountV1SettingsGet.js";
23
22
  import { accountAccountV1SettingsSendEmailVerification } from "../funcs/accountAccountV1SettingsSendEmailVerification.js";
24
23
  import { accountAccountV1SettingsUpdate } from "../funcs/accountAccountV1SettingsUpdate.js";
@@ -36,13 +35,11 @@ export class Account extends ClientSDK {
36
35
  */
37
36
  async accountV1ConnectionConnect(
38
37
  request: components.V1ConnectRequestBody,
39
- security: operations.AccountV1ConnectionConnectSecurity,
40
38
  options?: RequestOptions,
41
39
  ): Promise<operations.AccountV1ConnectionConnectResponse> {
42
40
  return unwrapAsync(accountAccountV1ConnectionConnect(
43
41
  this,
44
42
  request,
45
- security,
46
43
  options,
47
44
  ));
48
45
  }
@@ -66,13 +63,11 @@ export class Account extends ClientSDK {
66
63
  */
67
64
  async accountV1ConnectionDeleteConnection(
68
65
  request: components.V1DeleteConnectionRequestBody,
69
- security: operations.AccountV1ConnectionDeleteConnectionSecurity,
70
66
  options?: RequestOptions,
71
67
  ): Promise<operations.AccountV1ConnectionDeleteConnectionResponse> {
72
68
  return unwrapAsync(accountAccountV1ConnectionDeleteConnection(
73
69
  this,
74
70
  request,
75
- security,
76
71
  options,
77
72
  ));
78
73
  }
@@ -82,13 +77,11 @@ export class Account extends ClientSDK {
82
77
  */
83
78
  async accountV1SettingsDeleteImages(
84
79
  request: components.V1DeleteImagesRequestBody,
85
- security: operations.AccountV1SettingsDeleteImagesSecurity,
86
80
  options?: RequestOptions,
87
81
  ): Promise<operations.AccountV1SettingsDeleteImagesResponse> {
88
82
  return unwrapAsync(accountAccountV1SettingsDeleteImages(
89
83
  this,
90
84
  request,
91
- security,
92
85
  options,
93
86
  ));
94
87
  }
@@ -98,27 +91,11 @@ export class Account extends ClientSDK {
98
91
  */
99
92
  async accountV1SessionDelete(
100
93
  request: components.V1DeleteSessionRequestBody,
101
- security: operations.AccountV1SessionDeleteSecurity,
102
94
  options?: RequestOptions,
103
95
  ): Promise<operations.AccountV1SessionDeleteResponse> {
104
96
  return unwrapAsync(accountAccountV1SessionDelete(
105
97
  this,
106
98
  request,
107
- security,
108
- options,
109
- ));
110
- }
111
-
112
- /**
113
- * Generate a new API key for the account
114
- */
115
- async accountV1SettingsGenerateApiKey(
116
- security: operations.AccountV1SettingsGenerateApiKeySecurity,
117
- options?: RequestOptions,
118
- ): Promise<operations.AccountV1SettingsGenerateApiKeyResponse> {
119
- return unwrapAsync(accountAccountV1SettingsGenerateApiKey(
120
- this,
121
- security,
122
99
  options,
123
100
  ));
124
101
  }
@@ -127,7 +104,7 @@ export class Account extends ClientSDK {
127
104
  * Get Account Apps
128
105
  */
129
106
  async accountV1GetApps(
130
- request: operations.AccountV1GetAppsRequest,
107
+ request: components.AccountSearch,
131
108
  security: operations.AccountV1GetAppsSecurity,
132
109
  options?: RequestOptions,
133
110
  ): Promise<operations.AccountV1GetAppsResponse> {
@@ -143,7 +120,7 @@ export class Account extends ClientSDK {
143
120
  * Get Account Badges
144
121
  */
145
122
  async accountV1GetBadges(
146
- request: operations.AccountV1GetBadgesRequest,
123
+ request: components.AccountSearch,
147
124
  security: operations.AccountV1GetBadgesSecurity,
148
125
  options?: RequestOptions,
149
126
  ): Promise<operations.AccountV1GetBadgesResponse> {
@@ -159,7 +136,7 @@ export class Account extends ClientSDK {
159
136
  * Get Account DataPoints
160
137
  */
161
138
  async accountV1GetDataPoints(
162
- request: operations.AccountV1GetDataPointsRequest,
139
+ request: components.AccountSearch,
163
140
  security: operations.AccountV1GetDataPointsSecurity,
164
141
  options?: RequestOptions,
165
142
  ): Promise<operations.AccountV1GetDataPointsResponse> {
@@ -175,7 +152,7 @@ export class Account extends ClientSDK {
175
152
  * Get Account Friends
176
153
  */
177
154
  async accountV1GetFriends(
178
- request: operations.AccountV1GetFriendsRequest,
155
+ request: components.AccountSearch,
179
156
  security: operations.AccountV1GetFriendsSecurity,
180
157
  options?: RequestOptions,
181
158
  ): Promise<operations.AccountV1GetFriendsResponse> {
@@ -207,7 +184,7 @@ export class Account extends ClientSDK {
207
184
  * Get Account Leaderboard History
208
185
  */
209
186
  async accountV1GetLeaderboardHistory(
210
- request: operations.AccountV1GetLeaderboardHistoryRequest,
187
+ request: components.AccountSearch,
211
188
  security: operations.AccountV1GetLeaderboardHistorySecurity,
212
189
  options?: RequestOptions,
213
190
  ): Promise<operations.AccountV1GetLeaderboardHistoryResponse> {
@@ -223,12 +200,10 @@ export class Account extends ClientSDK {
223
200
  * Gets all session data
224
201
  */
225
202
  async accountV1SessionGet(
226
- security: operations.AccountV1SessionGetSecurity,
227
203
  options?: RequestOptions,
228
204
  ): Promise<operations.AccountV1SessionGetResponse> {
229
205
  return unwrapAsync(accountAccountV1SessionGet(
230
206
  this,
231
- security,
232
207
  options,
233
208
  ));
234
209
  }
@@ -237,12 +212,10 @@ export class Account extends ClientSDK {
237
212
  * Gets all settings for the account
238
213
  */
239
214
  async accountV1SettingsGet(
240
- security: operations.AccountV1SettingsGetSecurity,
241
215
  options?: RequestOptions,
242
216
  ): Promise<operations.AccountV1SettingsGetResponse> {
243
217
  return unwrapAsync(accountAccountV1SettingsGet(
244
218
  this,
245
- security,
246
219
  options,
247
220
  ));
248
221
  }
@@ -251,12 +224,10 @@ export class Account extends ClientSDK {
251
224
  * Get Staff Members and their info
252
225
  */
253
226
  async accountV1GetStaff(
254
- security: operations.AccountV1GetStaffSecurity,
255
227
  options?: RequestOptions,
256
228
  ): Promise<operations.AccountV1GetStaffResponse> {
257
229
  return unwrapAsync(accountAccountV1GetStaff(
258
230
  this,
259
- security,
260
231
  options,
261
232
  ));
262
233
  }
@@ -280,13 +251,11 @@ export class Account extends ClientSDK {
280
251
  */
281
252
  async accountV1SettingsSendEmailVerification(
282
253
  request: operations.AccountV1SettingsSendEmailVerificationRequest,
283
- security: operations.AccountV1SettingsSendEmailVerificationSecurity,
284
254
  options?: RequestOptions,
285
255
  ): Promise<operations.AccountV1SettingsSendEmailVerificationResponse> {
286
256
  return unwrapAsync(accountAccountV1SettingsSendEmailVerification(
287
257
  this,
288
258
  request,
289
- security,
290
259
  options,
291
260
  ));
292
261
  }
@@ -296,13 +265,11 @@ export class Account extends ClientSDK {
296
265
  */
297
266
  async accountV1ConnectionUpdateConnection(
298
267
  request: components.V1UpdateConnectionRequestBody,
299
- security: operations.AccountV1ConnectionUpdateConnectionSecurity,
300
268
  options?: RequestOptions,
301
269
  ): Promise<operations.AccountV1ConnectionUpdateConnectionResponse> {
302
270
  return unwrapAsync(accountAccountV1ConnectionUpdateConnection(
303
271
  this,
304
272
  request,
305
- security,
306
273
  options,
307
274
  ));
308
275
  }
@@ -312,13 +279,11 @@ export class Account extends ClientSDK {
312
279
  */
313
280
  async accountV1SettingsUpdateImage(
314
281
  request: components.V1UpdateImageRequestBody,
315
- security: operations.AccountV1SettingsUpdateImageSecurity,
316
282
  options?: RequestOptions,
317
283
  ): Promise<operations.AccountV1SettingsUpdateImageResponse> {
318
284
  return unwrapAsync(accountAccountV1SettingsUpdateImage(
319
285
  this,
320
286
  request,
321
- security,
322
287
  options,
323
288
  ));
324
289
  }
@@ -328,13 +293,11 @@ export class Account extends ClientSDK {
328
293
  */
329
294
  async accountV1SettingsUpdate(
330
295
  request: operations.AccountV1SettingsUpdateRequest,
331
- security: operations.AccountV1SettingsUpdateSecurity,
332
296
  options?: RequestOptions,
333
297
  ): Promise<operations.AccountV1SettingsUpdateResponse> {
334
298
  return unwrapAsync(accountAccountV1SettingsUpdate(
335
299
  this,
336
300
  request,
337
- security,
338
301
  options,
339
302
  ));
340
303
  }
@@ -344,13 +307,11 @@ export class Account extends ClientSDK {
344
307
  */
345
308
  async accountV1SettingsUploadImages(
346
309
  request: components.V1UploadImagesRequestBody,
347
- security: operations.AccountV1SettingsUploadImagesSecurity,
348
310
  options?: RequestOptions,
349
311
  ): Promise<operations.AccountV1SettingsUploadImagesResponse> {
350
312
  return unwrapAsync(accountAccountV1SettingsUploadImages(
351
313
  this,
352
314
  request,
353
- security,
354
315
  options,
355
316
  ));
356
317
  }
@@ -360,13 +321,11 @@ export class Account extends ClientSDK {
360
321
  */
361
322
  async accountV1ConnectionVerifyConnection(
362
323
  request: components.V1VerifyConnectionRequestBody,
363
- security: operations.AccountV1ConnectionVerifyConnectionSecurity,
364
324
  options?: RequestOptions,
365
325
  ): Promise<operations.AccountV1ConnectionVerifyConnectionResponse> {
366
326
  return unwrapAsync(accountAccountV1ConnectionVerifyConnection(
367
327
  this,
368
328
  request,
369
- security,
370
329
  options,
371
330
  ));
372
331
  }
@@ -376,13 +335,11 @@ export class Account extends ClientSDK {
376
335
  */
377
336
  async accountV1SettingsVerfyEmail(
378
337
  request: components.V1VerifyEmailRequestBody,
379
- security: operations.AccountV1SettingsVerfyEmailSecurity,
380
338
  options?: RequestOptions,
381
339
  ): Promise<operations.AccountV1SettingsVerfyEmailResponse> {
382
340
  return unwrapAsync(accountAccountV1SettingsVerfyEmail(
383
341
  this,
384
342
  request,
385
- security,
386
343
  options,
387
344
  ));
388
345
  }
package/src/sdk/app.ts CHANGED
@@ -30,7 +30,7 @@ export class App extends ClientSDK {
30
30
  * Queue a app for processing
31
31
  */
32
32
  async accountV1Queue(
33
- request: operations.AccountV1QueueRequest,
33
+ request: components.AppSearch,
34
34
  security: operations.AccountV1QueueSecurity,
35
35
  options?: RequestOptions,
36
36
  ): Promise<operations.AccountV1QueueResponse> {
@@ -17,13 +17,11 @@ export class Connection extends ClientSDK {
17
17
  */
18
18
  async accountV1ConnectionConnect(
19
19
  request: components.V1ConnectRequestBody,
20
- security: operations.AccountV1ConnectionConnectSecurity,
21
20
  options?: RequestOptions,
22
21
  ): Promise<operations.AccountV1ConnectionConnectResponse> {
23
22
  return unwrapAsync(connectionAccountV1ConnectionConnect(
24
23
  this,
25
24
  request,
26
- security,
27
25
  options,
28
26
  ));
29
27
  }
@@ -33,13 +31,11 @@ export class Connection extends ClientSDK {
33
31
  */
34
32
  async accountV1ConnectionDeleteConnection(
35
33
  request: components.V1DeleteConnectionRequestBody,
36
- security: operations.AccountV1ConnectionDeleteConnectionSecurity,
37
34
  options?: RequestOptions,
38
35
  ): Promise<operations.AccountV1ConnectionDeleteConnectionResponse> {
39
36
  return unwrapAsync(connectionAccountV1ConnectionDeleteConnection(
40
37
  this,
41
38
  request,
42
- security,
43
39
  options,
44
40
  ));
45
41
  }
@@ -49,13 +45,11 @@ export class Connection extends ClientSDK {
49
45
  */
50
46
  async accountV1ConnectionUpdateConnection(
51
47
  request: components.V1UpdateConnectionRequestBody,
52
- security: operations.AccountV1ConnectionUpdateConnectionSecurity,
53
48
  options?: RequestOptions,
54
49
  ): Promise<operations.AccountV1ConnectionUpdateConnectionResponse> {
55
50
  return unwrapAsync(connectionAccountV1ConnectionUpdateConnection(
56
51
  this,
57
52
  request,
58
- security,
59
53
  options,
60
54
  ));
61
55
  }
@@ -65,13 +59,11 @@ export class Connection extends ClientSDK {
65
59
  */
66
60
  async accountV1ConnectionVerifyConnection(
67
61
  request: components.V1VerifyConnectionRequestBody,
68
- security: operations.AccountV1ConnectionVerifyConnectionSecurity,
69
62
  options?: RequestOptions,
70
63
  ): Promise<operations.AccountV1ConnectionVerifyConnectionResponse> {
71
64
  return unwrapAsync(connectionAccountV1ConnectionVerifyConnection(
72
65
  this,
73
66
  request,
74
- security,
75
67
  options,
76
68
  ));
77
69
  }