@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
@@ -11,12 +11,6 @@ export type AccountV1GetBadgesSecurity = {
11
11
  session: string;
12
12
  };
13
13
 
14
- export type AccountV1GetBadgesRequest = {
15
- xForwardedFor?: string | undefined;
16
- userAgent?: string | undefined;
17
- accountSearch: components.AccountSearch;
18
- };
19
-
20
14
  export type AccountV1GetBadgesResponse = {
21
15
  httpMeta: components.HTTPMetadata;
22
16
  /**
@@ -64,60 +58,6 @@ export namespace AccountV1GetBadgesSecurity$ {
64
58
  export type Outbound = AccountV1GetBadgesSecurity$Outbound;
65
59
  }
66
60
 
67
- /** @internal */
68
- export const AccountV1GetBadgesRequest$inboundSchema: z.ZodType<
69
- AccountV1GetBadgesRequest,
70
- z.ZodTypeDef,
71
- unknown
72
- > = z.object({
73
- "X-Forwarded-For": z.string().optional(),
74
- "User-Agent": z.string().optional(),
75
- AccountSearch: components.AccountSearch$inboundSchema,
76
- }).transform((v) => {
77
- return remap$(v, {
78
- "X-Forwarded-For": "xForwardedFor",
79
- "User-Agent": "userAgent",
80
- "AccountSearch": "accountSearch",
81
- });
82
- });
83
-
84
- /** @internal */
85
- export type AccountV1GetBadgesRequest$Outbound = {
86
- "X-Forwarded-For"?: string | undefined;
87
- "User-Agent"?: string | undefined;
88
- AccountSearch: components.AccountSearch$Outbound;
89
- };
90
-
91
- /** @internal */
92
- export const AccountV1GetBadgesRequest$outboundSchema: z.ZodType<
93
- AccountV1GetBadgesRequest$Outbound,
94
- z.ZodTypeDef,
95
- AccountV1GetBadgesRequest
96
- > = z.object({
97
- xForwardedFor: z.string().optional(),
98
- userAgent: z.string().optional(),
99
- accountSearch: components.AccountSearch$outboundSchema,
100
- }).transform((v) => {
101
- return remap$(v, {
102
- xForwardedFor: "X-Forwarded-For",
103
- userAgent: "User-Agent",
104
- accountSearch: "AccountSearch",
105
- });
106
- });
107
-
108
- /**
109
- * @internal
110
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
111
- */
112
- export namespace AccountV1GetBadgesRequest$ {
113
- /** @deprecated use `AccountV1GetBadgesRequest$inboundSchema` instead. */
114
- export const inboundSchema = AccountV1GetBadgesRequest$inboundSchema;
115
- /** @deprecated use `AccountV1GetBadgesRequest$outboundSchema` instead. */
116
- export const outboundSchema = AccountV1GetBadgesRequest$outboundSchema;
117
- /** @deprecated use `AccountV1GetBadgesRequest$Outbound` instead. */
118
- export type Outbound = AccountV1GetBadgesRequest$Outbound;
119
- }
120
-
121
61
  /** @internal */
122
62
  export const AccountV1GetBadgesResponse$inboundSchema: z.ZodType<
123
63
  AccountV1GetBadgesResponse,
@@ -11,12 +11,6 @@ export type AccountV1GetDataPointsSecurity = {
11
11
  session: string;
12
12
  };
13
13
 
14
- export type AccountV1GetDataPointsRequest = {
15
- xForwardedFor?: string | undefined;
16
- userAgent?: string | undefined;
17
- accountSearch: components.AccountSearch;
18
- };
19
-
20
14
  export type AccountV1GetDataPointsResponse = {
21
15
  httpMeta: components.HTTPMetadata;
22
16
  /**
@@ -66,60 +60,6 @@ export namespace AccountV1GetDataPointsSecurity$ {
66
60
  export type Outbound = AccountV1GetDataPointsSecurity$Outbound;
67
61
  }
68
62
 
69
- /** @internal */
70
- export const AccountV1GetDataPointsRequest$inboundSchema: z.ZodType<
71
- AccountV1GetDataPointsRequest,
72
- z.ZodTypeDef,
73
- unknown
74
- > = z.object({
75
- "X-Forwarded-For": z.string().optional(),
76
- "User-Agent": z.string().optional(),
77
- AccountSearch: components.AccountSearch$inboundSchema,
78
- }).transform((v) => {
79
- return remap$(v, {
80
- "X-Forwarded-For": "xForwardedFor",
81
- "User-Agent": "userAgent",
82
- "AccountSearch": "accountSearch",
83
- });
84
- });
85
-
86
- /** @internal */
87
- export type AccountV1GetDataPointsRequest$Outbound = {
88
- "X-Forwarded-For"?: string | undefined;
89
- "User-Agent"?: string | undefined;
90
- AccountSearch: components.AccountSearch$Outbound;
91
- };
92
-
93
- /** @internal */
94
- export const AccountV1GetDataPointsRequest$outboundSchema: z.ZodType<
95
- AccountV1GetDataPointsRequest$Outbound,
96
- z.ZodTypeDef,
97
- AccountV1GetDataPointsRequest
98
- > = z.object({
99
- xForwardedFor: z.string().optional(),
100
- userAgent: z.string().optional(),
101
- accountSearch: components.AccountSearch$outboundSchema,
102
- }).transform((v) => {
103
- return remap$(v, {
104
- xForwardedFor: "X-Forwarded-For",
105
- userAgent: "User-Agent",
106
- accountSearch: "AccountSearch",
107
- });
108
- });
109
-
110
- /**
111
- * @internal
112
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
113
- */
114
- export namespace AccountV1GetDataPointsRequest$ {
115
- /** @deprecated use `AccountV1GetDataPointsRequest$inboundSchema` instead. */
116
- export const inboundSchema = AccountV1GetDataPointsRequest$inboundSchema;
117
- /** @deprecated use `AccountV1GetDataPointsRequest$outboundSchema` instead. */
118
- export const outboundSchema = AccountV1GetDataPointsRequest$outboundSchema;
119
- /** @deprecated use `AccountV1GetDataPointsRequest$Outbound` instead. */
120
- export type Outbound = AccountV1GetDataPointsRequest$Outbound;
121
- }
122
-
123
63
  /** @internal */
124
64
  export const AccountV1GetDataPointsResponse$inboundSchema: z.ZodType<
125
65
  AccountV1GetDataPointsResponse,
@@ -11,12 +11,6 @@ export type AccountV1GetFriendsSecurity = {
11
11
  session: string;
12
12
  };
13
13
 
14
- export type AccountV1GetFriendsRequest = {
15
- xForwardedFor?: string | undefined;
16
- userAgent?: string | undefined;
17
- accountSearch: components.AccountSearch;
18
- };
19
-
20
14
  export type AccountV1GetFriendsResponse = {
21
15
  httpMeta: components.HTTPMetadata;
22
16
  /**
@@ -66,60 +60,6 @@ export namespace AccountV1GetFriendsSecurity$ {
66
60
  export type Outbound = AccountV1GetFriendsSecurity$Outbound;
67
61
  }
68
62
 
69
- /** @internal */
70
- export const AccountV1GetFriendsRequest$inboundSchema: z.ZodType<
71
- AccountV1GetFriendsRequest,
72
- z.ZodTypeDef,
73
- unknown
74
- > = z.object({
75
- "X-Forwarded-For": z.string().optional(),
76
- "User-Agent": z.string().optional(),
77
- AccountSearch: components.AccountSearch$inboundSchema,
78
- }).transform((v) => {
79
- return remap$(v, {
80
- "X-Forwarded-For": "xForwardedFor",
81
- "User-Agent": "userAgent",
82
- "AccountSearch": "accountSearch",
83
- });
84
- });
85
-
86
- /** @internal */
87
- export type AccountV1GetFriendsRequest$Outbound = {
88
- "X-Forwarded-For"?: string | undefined;
89
- "User-Agent"?: string | undefined;
90
- AccountSearch: components.AccountSearch$Outbound;
91
- };
92
-
93
- /** @internal */
94
- export const AccountV1GetFriendsRequest$outboundSchema: z.ZodType<
95
- AccountV1GetFriendsRequest$Outbound,
96
- z.ZodTypeDef,
97
- AccountV1GetFriendsRequest
98
- > = z.object({
99
- xForwardedFor: z.string().optional(),
100
- userAgent: z.string().optional(),
101
- accountSearch: components.AccountSearch$outboundSchema,
102
- }).transform((v) => {
103
- return remap$(v, {
104
- xForwardedFor: "X-Forwarded-For",
105
- userAgent: "User-Agent",
106
- accountSearch: "AccountSearch",
107
- });
108
- });
109
-
110
- /**
111
- * @internal
112
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
113
- */
114
- export namespace AccountV1GetFriendsRequest$ {
115
- /** @deprecated use `AccountV1GetFriendsRequest$inboundSchema` instead. */
116
- export const inboundSchema = AccountV1GetFriendsRequest$inboundSchema;
117
- /** @deprecated use `AccountV1GetFriendsRequest$outboundSchema` instead. */
118
- export const outboundSchema = AccountV1GetFriendsRequest$outboundSchema;
119
- /** @deprecated use `AccountV1GetFriendsRequest$Outbound` instead. */
120
- export type Outbound = AccountV1GetFriendsRequest$Outbound;
121
- }
122
-
123
63
  /** @internal */
124
64
  export const AccountV1GetFriendsResponse$inboundSchema: z.ZodType<
125
65
  AccountV1GetFriendsResponse,
@@ -11,12 +11,6 @@ export type AccountV1GetLeaderboardHistorySecurity = {
11
11
  session: string;
12
12
  };
13
13
 
14
- export type AccountV1GetLeaderboardHistoryRequest = {
15
- xForwardedFor?: string | undefined;
16
- userAgent?: string | undefined;
17
- accountSearch: components.AccountSearch;
18
- };
19
-
20
14
  export type AccountV1GetLeaderboardHistoryResponse = {
21
15
  httpMeta: components.HTTPMetadata;
22
16
  /**
@@ -68,62 +62,6 @@ export namespace AccountV1GetLeaderboardHistorySecurity$ {
68
62
  export type Outbound = AccountV1GetLeaderboardHistorySecurity$Outbound;
69
63
  }
70
64
 
71
- /** @internal */
72
- export const AccountV1GetLeaderboardHistoryRequest$inboundSchema: z.ZodType<
73
- AccountV1GetLeaderboardHistoryRequest,
74
- z.ZodTypeDef,
75
- unknown
76
- > = z.object({
77
- "X-Forwarded-For": z.string().optional(),
78
- "User-Agent": z.string().optional(),
79
- AccountSearch: components.AccountSearch$inboundSchema,
80
- }).transform((v) => {
81
- return remap$(v, {
82
- "X-Forwarded-For": "xForwardedFor",
83
- "User-Agent": "userAgent",
84
- "AccountSearch": "accountSearch",
85
- });
86
- });
87
-
88
- /** @internal */
89
- export type AccountV1GetLeaderboardHistoryRequest$Outbound = {
90
- "X-Forwarded-For"?: string | undefined;
91
- "User-Agent"?: string | undefined;
92
- AccountSearch: components.AccountSearch$Outbound;
93
- };
94
-
95
- /** @internal */
96
- export const AccountV1GetLeaderboardHistoryRequest$outboundSchema: z.ZodType<
97
- AccountV1GetLeaderboardHistoryRequest$Outbound,
98
- z.ZodTypeDef,
99
- AccountV1GetLeaderboardHistoryRequest
100
- > = z.object({
101
- xForwardedFor: z.string().optional(),
102
- userAgent: z.string().optional(),
103
- accountSearch: components.AccountSearch$outboundSchema,
104
- }).transform((v) => {
105
- return remap$(v, {
106
- xForwardedFor: "X-Forwarded-For",
107
- userAgent: "User-Agent",
108
- accountSearch: "AccountSearch",
109
- });
110
- });
111
-
112
- /**
113
- * @internal
114
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
115
- */
116
- export namespace AccountV1GetLeaderboardHistoryRequest$ {
117
- /** @deprecated use `AccountV1GetLeaderboardHistoryRequest$inboundSchema` instead. */
118
- export const inboundSchema =
119
- AccountV1GetLeaderboardHistoryRequest$inboundSchema;
120
- /** @deprecated use `AccountV1GetLeaderboardHistoryRequest$outboundSchema` instead. */
121
- export const outboundSchema =
122
- AccountV1GetLeaderboardHistoryRequest$outboundSchema;
123
- /** @deprecated use `AccountV1GetLeaderboardHistoryRequest$Outbound` instead. */
124
- export type Outbound = AccountV1GetLeaderboardHistoryRequest$Outbound;
125
- }
126
-
127
65
  /** @internal */
128
66
  export const AccountV1GetLeaderboardHistoryResponse$inboundSchema: z.ZodType<
129
67
  AccountV1GetLeaderboardHistoryResponse,
@@ -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 AccountV1GetStaffSecurity = {
10
- session: string;
11
- };
12
-
13
9
  export type AccountV1GetStaffResponse = {
14
10
  httpMeta: components.HTTPMetadata;
15
11
  /**
@@ -18,42 +14,6 @@ export type AccountV1GetStaffResponse = {
18
14
  leaderboardAccounts?: Array<components.LeaderboardAccount> | null | undefined;
19
15
  };
20
16
 
21
- /** @internal */
22
- export const AccountV1GetStaffSecurity$inboundSchema: z.ZodType<
23
- AccountV1GetStaffSecurity,
24
- z.ZodTypeDef,
25
- unknown
26
- > = z.object({
27
- session: z.string(),
28
- });
29
-
30
- /** @internal */
31
- export type AccountV1GetStaffSecurity$Outbound = {
32
- session: string;
33
- };
34
-
35
- /** @internal */
36
- export const AccountV1GetStaffSecurity$outboundSchema: z.ZodType<
37
- AccountV1GetStaffSecurity$Outbound,
38
- z.ZodTypeDef,
39
- AccountV1GetStaffSecurity
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 AccountV1GetStaffSecurity$ {
49
- /** @deprecated use `AccountV1GetStaffSecurity$inboundSchema` instead. */
50
- export const inboundSchema = AccountV1GetStaffSecurity$inboundSchema;
51
- /** @deprecated use `AccountV1GetStaffSecurity$outboundSchema` instead. */
52
- export const outboundSchema = AccountV1GetStaffSecurity$outboundSchema;
53
- /** @deprecated use `AccountV1GetStaffSecurity$Outbound` instead. */
54
- export type Outbound = AccountV1GetStaffSecurity$Outbound;
55
- }
56
-
57
17
  /** @internal */
58
18
  export const AccountV1GetStaffResponse$inboundSchema: z.ZodType<
59
19
  AccountV1GetStaffResponse,
@@ -11,12 +11,6 @@ export type AccountV1QueueSecurity = {
11
11
  session: string;
12
12
  };
13
13
 
14
- export type AccountV1QueueRequest = {
15
- xForwardedFor?: string | undefined;
16
- userAgent?: string | undefined;
17
- appSearch: components.AppSearch;
18
- };
19
-
20
14
  export type AccountV1QueueResponse = {
21
15
  httpMeta: components.HTTPMetadata;
22
16
  headers: { [k: string]: Array<string> };
@@ -61,60 +55,6 @@ export namespace AccountV1QueueSecurity$ {
61
55
  export type Outbound = AccountV1QueueSecurity$Outbound;
62
56
  }
63
57
 
64
- /** @internal */
65
- export const AccountV1QueueRequest$inboundSchema: z.ZodType<
66
- AccountV1QueueRequest,
67
- z.ZodTypeDef,
68
- unknown
69
- > = z.object({
70
- "X-Forwarded-For": z.string().optional(),
71
- "User-Agent": z.string().optional(),
72
- AppSearch: components.AppSearch$inboundSchema,
73
- }).transform((v) => {
74
- return remap$(v, {
75
- "X-Forwarded-For": "xForwardedFor",
76
- "User-Agent": "userAgent",
77
- "AppSearch": "appSearch",
78
- });
79
- });
80
-
81
- /** @internal */
82
- export type AccountV1QueueRequest$Outbound = {
83
- "X-Forwarded-For"?: string | undefined;
84
- "User-Agent"?: string | undefined;
85
- AppSearch: components.AppSearch$Outbound;
86
- };
87
-
88
- /** @internal */
89
- export const AccountV1QueueRequest$outboundSchema: z.ZodType<
90
- AccountV1QueueRequest$Outbound,
91
- z.ZodTypeDef,
92
- AccountV1QueueRequest
93
- > = z.object({
94
- xForwardedFor: z.string().optional(),
95
- userAgent: z.string().optional(),
96
- appSearch: components.AppSearch$outboundSchema,
97
- }).transform((v) => {
98
- return remap$(v, {
99
- xForwardedFor: "X-Forwarded-For",
100
- userAgent: "User-Agent",
101
- appSearch: "AppSearch",
102
- });
103
- });
104
-
105
- /**
106
- * @internal
107
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
108
- */
109
- export namespace AccountV1QueueRequest$ {
110
- /** @deprecated use `AccountV1QueueRequest$inboundSchema` instead. */
111
- export const inboundSchema = AccountV1QueueRequest$inboundSchema;
112
- /** @deprecated use `AccountV1QueueRequest$outboundSchema` instead. */
113
- export const outboundSchema = AccountV1QueueRequest$outboundSchema;
114
- /** @deprecated use `AccountV1QueueRequest$Outbound` instead. */
115
- export type Outbound = AccountV1QueueRequest$Outbound;
116
- }
117
-
118
58
  /** @internal */
119
59
  export const AccountV1QueueResponse$inboundSchema: z.ZodType<
120
60
  AccountV1QueueResponse,
@@ -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 AccountV1SessionDeleteSecurity = {
10
- session: string;
11
- };
12
-
13
9
  export type AccountV1SessionDeleteResponse = {
14
10
  httpMeta: components.HTTPMetadata;
15
11
  /**
@@ -20,42 +16,6 @@ export type AccountV1SessionDeleteResponse = {
20
16
  | undefined;
21
17
  };
22
18
 
23
- /** @internal */
24
- export const AccountV1SessionDeleteSecurity$inboundSchema: z.ZodType<
25
- AccountV1SessionDeleteSecurity,
26
- z.ZodTypeDef,
27
- unknown
28
- > = z.object({
29
- session: z.string(),
30
- });
31
-
32
- /** @internal */
33
- export type AccountV1SessionDeleteSecurity$Outbound = {
34
- session: string;
35
- };
36
-
37
- /** @internal */
38
- export const AccountV1SessionDeleteSecurity$outboundSchema: z.ZodType<
39
- AccountV1SessionDeleteSecurity$Outbound,
40
- z.ZodTypeDef,
41
- AccountV1SessionDeleteSecurity
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 AccountV1SessionDeleteSecurity$ {
51
- /** @deprecated use `AccountV1SessionDeleteSecurity$inboundSchema` instead. */
52
- export const inboundSchema = AccountV1SessionDeleteSecurity$inboundSchema;
53
- /** @deprecated use `AccountV1SessionDeleteSecurity$outboundSchema` instead. */
54
- export const outboundSchema = AccountV1SessionDeleteSecurity$outboundSchema;
55
- /** @deprecated use `AccountV1SessionDeleteSecurity$Outbound` instead. */
56
- export type Outbound = AccountV1SessionDeleteSecurity$Outbound;
57
- }
58
-
59
19
  /** @internal */
60
20
  export const AccountV1SessionDeleteResponse$inboundSchema: z.ZodType<
61
21
  AccountV1SessionDeleteResponse,
@@ -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 AccountV1SessionGetSecurity = {
10
- session: string;
11
- };
12
-
13
9
  export type AccountV1SessionGetResponse = {
14
10
  httpMeta: components.HTTPMetadata;
15
11
  /**
@@ -18,42 +14,6 @@ export type AccountV1SessionGetResponse = {
18
14
  v1GetSessionBody?: components.V1GetSessionBody | undefined;
19
15
  };
20
16
 
21
- /** @internal */
22
- export const AccountV1SessionGetSecurity$inboundSchema: z.ZodType<
23
- AccountV1SessionGetSecurity,
24
- z.ZodTypeDef,
25
- unknown
26
- > = z.object({
27
- session: z.string(),
28
- });
29
-
30
- /** @internal */
31
- export type AccountV1SessionGetSecurity$Outbound = {
32
- session: string;
33
- };
34
-
35
- /** @internal */
36
- export const AccountV1SessionGetSecurity$outboundSchema: z.ZodType<
37
- AccountV1SessionGetSecurity$Outbound,
38
- z.ZodTypeDef,
39
- AccountV1SessionGetSecurity
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 AccountV1SessionGetSecurity$ {
49
- /** @deprecated use `AccountV1SessionGetSecurity$inboundSchema` instead. */
50
- export const inboundSchema = AccountV1SessionGetSecurity$inboundSchema;
51
- /** @deprecated use `AccountV1SessionGetSecurity$outboundSchema` instead. */
52
- export const outboundSchema = AccountV1SessionGetSecurity$outboundSchema;
53
- /** @deprecated use `AccountV1SessionGetSecurity$Outbound` instead. */
54
- export type Outbound = AccountV1SessionGetSecurity$Outbound;
55
- }
56
-
57
17
  /** @internal */
58
18
  export const AccountV1SessionGetResponse$inboundSchema: z.ZodType<
59
19
  AccountV1SessionGetResponse,
@@ -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 AccountV1SettingsDeleteImagesSecurity = {
10
- session: string;
11
- };
12
-
13
9
  export type AccountV1SettingsDeleteImagesResponse = {
14
10
  httpMeta: components.HTTPMetadata;
15
11
  /**
@@ -20,44 +16,6 @@ export type AccountV1SettingsDeleteImagesResponse = {
20
16
  | undefined;
21
17
  };
22
18
 
23
- /** @internal */
24
- export const AccountV1SettingsDeleteImagesSecurity$inboundSchema: z.ZodType<
25
- AccountV1SettingsDeleteImagesSecurity,
26
- z.ZodTypeDef,
27
- unknown
28
- > = z.object({
29
- session: z.string(),
30
- });
31
-
32
- /** @internal */
33
- export type AccountV1SettingsDeleteImagesSecurity$Outbound = {
34
- session: string;
35
- };
36
-
37
- /** @internal */
38
- export const AccountV1SettingsDeleteImagesSecurity$outboundSchema: z.ZodType<
39
- AccountV1SettingsDeleteImagesSecurity$Outbound,
40
- z.ZodTypeDef,
41
- AccountV1SettingsDeleteImagesSecurity
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 AccountV1SettingsDeleteImagesSecurity$ {
51
- /** @deprecated use `AccountV1SettingsDeleteImagesSecurity$inboundSchema` instead. */
52
- export const inboundSchema =
53
- AccountV1SettingsDeleteImagesSecurity$inboundSchema;
54
- /** @deprecated use `AccountV1SettingsDeleteImagesSecurity$outboundSchema` instead. */
55
- export const outboundSchema =
56
- AccountV1SettingsDeleteImagesSecurity$outboundSchema;
57
- /** @deprecated use `AccountV1SettingsDeleteImagesSecurity$Outbound` instead. */
58
- export type Outbound = AccountV1SettingsDeleteImagesSecurity$Outbound;
59
- }
60
-
61
19
  /** @internal */
62
20
  export const AccountV1SettingsDeleteImagesResponse$inboundSchema: z.ZodType<
63
21
  AccountV1SettingsDeleteImagesResponse,
@@ -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 AccountV1SettingsGetSecurity = {
10
- session: string;
11
- };
12
-
13
9
  export type AccountV1SettingsGetResponse = {
14
10
  httpMeta: components.HTTPMetadata;
15
11
  /**
@@ -18,42 +14,6 @@ export type AccountV1SettingsGetResponse = {
18
14
  v1GetSettingsBody?: components.V1GetSettingsBody | undefined;
19
15
  };
20
16
 
21
- /** @internal */
22
- export const AccountV1SettingsGetSecurity$inboundSchema: z.ZodType<
23
- AccountV1SettingsGetSecurity,
24
- z.ZodTypeDef,
25
- unknown
26
- > = z.object({
27
- session: z.string(),
28
- });
29
-
30
- /** @internal */
31
- export type AccountV1SettingsGetSecurity$Outbound = {
32
- session: string;
33
- };
34
-
35
- /** @internal */
36
- export const AccountV1SettingsGetSecurity$outboundSchema: z.ZodType<
37
- AccountV1SettingsGetSecurity$Outbound,
38
- z.ZodTypeDef,
39
- AccountV1SettingsGetSecurity
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 AccountV1SettingsGetSecurity$ {
49
- /** @deprecated use `AccountV1SettingsGetSecurity$inboundSchema` instead. */
50
- export const inboundSchema = AccountV1SettingsGetSecurity$inboundSchema;
51
- /** @deprecated use `AccountV1SettingsGetSecurity$outboundSchema` instead. */
52
- export const outboundSchema = AccountV1SettingsGetSecurity$outboundSchema;
53
- /** @deprecated use `AccountV1SettingsGetSecurity$Outbound` instead. */
54
- export type Outbound = AccountV1SettingsGetSecurity$Outbound;
55
- }
56
-
57
17
  /** @internal */
58
18
  export const AccountV1SettingsGetResponse$inboundSchema: z.ZodType<
59
19
  AccountV1SettingsGetResponse,