@steamsets/client-ts 0.3.2 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (337) hide show
  1. package/README.md +37 -0
  2. package/docs/sdks/account/README.md +75 -69
  3. package/docs/sdks/connection/README.md +11 -12
  4. package/docs/sdks/liveness/README.md +2 -3
  5. package/docs/sdks/session/README.md +17 -15
  6. package/docs/sdks/settings/README.md +35 -30
  7. package/docs/sdks/steamsets/README.md +1 -5
  8. package/funcs/accountAccountV1ConnectionConnect.d.ts +2 -1
  9. package/funcs/accountAccountV1ConnectionConnect.d.ts.map +1 -1
  10. package/funcs/accountAccountV1ConnectionConnect.js +5 -2
  11. package/funcs/accountAccountV1ConnectionConnect.js.map +1 -1
  12. package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts +2 -1
  13. package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
  14. package/funcs/accountAccountV1ConnectionDeleteConnection.js +5 -2
  15. package/funcs/accountAccountV1ConnectionDeleteConnection.js.map +1 -1
  16. package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts +2 -1
  17. package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
  18. package/funcs/accountAccountV1ConnectionUpdateConnection.js +5 -2
  19. package/funcs/accountAccountV1ConnectionUpdateConnection.js.map +1 -1
  20. package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts +2 -1
  21. package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
  22. package/funcs/accountAccountV1ConnectionVerifyConnection.js +5 -2
  23. package/funcs/accountAccountV1ConnectionVerifyConnection.js.map +1 -1
  24. package/funcs/accountAccountV1GetApps.d.ts +2 -1
  25. package/funcs/accountAccountV1GetApps.d.ts.map +1 -1
  26. package/funcs/accountAccountV1GetApps.js +18 -4
  27. package/funcs/accountAccountV1GetApps.js.map +1 -1
  28. package/funcs/accountAccountV1GetBadges.d.ts +2 -1
  29. package/funcs/accountAccountV1GetBadges.d.ts.map +1 -1
  30. package/funcs/accountAccountV1GetBadges.js +18 -4
  31. package/funcs/accountAccountV1GetBadges.js.map +1 -1
  32. package/funcs/accountAccountV1SessionDelete.d.ts +2 -1
  33. package/funcs/accountAccountV1SessionDelete.d.ts.map +1 -1
  34. package/funcs/accountAccountV1SessionDelete.js +5 -2
  35. package/funcs/accountAccountV1SessionDelete.js.map +1 -1
  36. package/funcs/accountAccountV1SessionGet.d.ts +2 -2
  37. package/funcs/accountAccountV1SessionGet.d.ts.map +1 -1
  38. package/funcs/accountAccountV1SessionGet.js +4 -2
  39. package/funcs/accountAccountV1SessionGet.js.map +1 -1
  40. package/funcs/accountAccountV1SessionLogin.d.ts +1 -2
  41. package/funcs/accountAccountV1SessionLogin.d.ts.map +1 -1
  42. package/funcs/accountAccountV1SessionLogin.js +16 -8
  43. package/funcs/accountAccountV1SessionLogin.js.map +1 -1
  44. package/funcs/accountAccountV1SettingsDeleteImages.d.ts +2 -1
  45. package/funcs/accountAccountV1SettingsDeleteImages.d.ts.map +1 -1
  46. package/funcs/accountAccountV1SettingsDeleteImages.js +5 -2
  47. package/funcs/accountAccountV1SettingsDeleteImages.js.map +1 -1
  48. package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts +2 -2
  49. package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts.map +1 -1
  50. package/funcs/accountAccountV1SettingsGenerateApiKey.js +5 -3
  51. package/funcs/accountAccountV1SettingsGenerateApiKey.js.map +1 -1
  52. package/funcs/accountAccountV1SettingsGet.d.ts +2 -2
  53. package/funcs/accountAccountV1SettingsGet.d.ts.map +1 -1
  54. package/funcs/accountAccountV1SettingsGet.js +4 -2
  55. package/funcs/accountAccountV1SettingsGet.js.map +1 -1
  56. package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts +1 -1
  57. package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
  58. package/funcs/accountAccountV1SettingsSendEmailVerification.js +2 -3
  59. package/funcs/accountAccountV1SettingsSendEmailVerification.js.map +1 -1
  60. package/funcs/accountAccountV1SettingsUpdate.d.ts +1 -2
  61. package/funcs/accountAccountV1SettingsUpdate.d.ts.map +1 -1
  62. package/funcs/accountAccountV1SettingsUpdate.js +4 -3
  63. package/funcs/accountAccountV1SettingsUpdate.js.map +1 -1
  64. package/funcs/accountAccountV1SettingsUpdateImage.d.ts +2 -1
  65. package/funcs/accountAccountV1SettingsUpdateImage.d.ts.map +1 -1
  66. package/funcs/accountAccountV1SettingsUpdateImage.js +5 -2
  67. package/funcs/accountAccountV1SettingsUpdateImage.js.map +1 -1
  68. package/funcs/accountAccountV1SettingsUploadImages.d.ts +2 -1
  69. package/funcs/accountAccountV1SettingsUploadImages.d.ts.map +1 -1
  70. package/funcs/accountAccountV1SettingsUploadImages.js +3 -3
  71. package/funcs/accountAccountV1SettingsUploadImages.js.map +1 -1
  72. package/funcs/accountAccountV1SettingsVerfyEmail.d.ts +2 -1
  73. package/funcs/accountAccountV1SettingsVerfyEmail.d.ts.map +1 -1
  74. package/funcs/accountAccountV1SettingsVerfyEmail.js +5 -2
  75. package/funcs/accountAccountV1SettingsVerfyEmail.js.map +1 -1
  76. package/funcs/connectionAccountV1ConnectionConnect.d.ts +2 -1
  77. package/funcs/connectionAccountV1ConnectionConnect.d.ts.map +1 -1
  78. package/funcs/connectionAccountV1ConnectionConnect.js +5 -2
  79. package/funcs/connectionAccountV1ConnectionConnect.js.map +1 -1
  80. package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts +2 -1
  81. package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
  82. package/funcs/connectionAccountV1ConnectionDeleteConnection.js +5 -2
  83. package/funcs/connectionAccountV1ConnectionDeleteConnection.js.map +1 -1
  84. package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts +2 -1
  85. package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
  86. package/funcs/connectionAccountV1ConnectionUpdateConnection.js +5 -2
  87. package/funcs/connectionAccountV1ConnectionUpdateConnection.js.map +1 -1
  88. package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts +2 -1
  89. package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
  90. package/funcs/connectionAccountV1ConnectionVerifyConnection.js +5 -2
  91. package/funcs/connectionAccountV1ConnectionVerifyConnection.js.map +1 -1
  92. package/funcs/livenessLiveness.d.ts +2 -2
  93. package/funcs/livenessLiveness.d.ts.map +1 -1
  94. package/funcs/livenessLiveness.js +2 -2
  95. package/funcs/livenessLiveness.js.map +1 -1
  96. package/funcs/sessionAccountV1SessionDelete.d.ts +2 -1
  97. package/funcs/sessionAccountV1SessionDelete.d.ts.map +1 -1
  98. package/funcs/sessionAccountV1SessionDelete.js +5 -2
  99. package/funcs/sessionAccountV1SessionDelete.js.map +1 -1
  100. package/funcs/sessionAccountV1SessionGet.d.ts +2 -2
  101. package/funcs/sessionAccountV1SessionGet.d.ts.map +1 -1
  102. package/funcs/sessionAccountV1SessionGet.js +4 -2
  103. package/funcs/sessionAccountV1SessionGet.js.map +1 -1
  104. package/funcs/sessionAccountV1SessionLogin.d.ts +1 -2
  105. package/funcs/sessionAccountV1SessionLogin.d.ts.map +1 -1
  106. package/funcs/sessionAccountV1SessionLogin.js +16 -8
  107. package/funcs/sessionAccountV1SessionLogin.js.map +1 -1
  108. package/funcs/settingsAccountV1SettingsDeleteImages.d.ts +2 -1
  109. package/funcs/settingsAccountV1SettingsDeleteImages.d.ts.map +1 -1
  110. package/funcs/settingsAccountV1SettingsDeleteImages.js +5 -2
  111. package/funcs/settingsAccountV1SettingsDeleteImages.js.map +1 -1
  112. package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts +2 -2
  113. package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts.map +1 -1
  114. package/funcs/settingsAccountV1SettingsGenerateApiKey.js +5 -3
  115. package/funcs/settingsAccountV1SettingsGenerateApiKey.js.map +1 -1
  116. package/funcs/settingsAccountV1SettingsGet.d.ts +2 -2
  117. package/funcs/settingsAccountV1SettingsGet.d.ts.map +1 -1
  118. package/funcs/settingsAccountV1SettingsGet.js +4 -2
  119. package/funcs/settingsAccountV1SettingsGet.js.map +1 -1
  120. package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts +1 -1
  121. package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
  122. package/funcs/settingsAccountV1SettingsSendEmailVerification.js +2 -3
  123. package/funcs/settingsAccountV1SettingsSendEmailVerification.js.map +1 -1
  124. package/funcs/settingsAccountV1SettingsUpdate.d.ts +1 -2
  125. package/funcs/settingsAccountV1SettingsUpdate.d.ts.map +1 -1
  126. package/funcs/settingsAccountV1SettingsUpdate.js +4 -3
  127. package/funcs/settingsAccountV1SettingsUpdate.js.map +1 -1
  128. package/funcs/settingsAccountV1SettingsUpdateImage.d.ts +2 -1
  129. package/funcs/settingsAccountV1SettingsUpdateImage.d.ts.map +1 -1
  130. package/funcs/settingsAccountV1SettingsUpdateImage.js +5 -2
  131. package/funcs/settingsAccountV1SettingsUpdateImage.js.map +1 -1
  132. package/funcs/settingsAccountV1SettingsUploadImages.d.ts +2 -1
  133. package/funcs/settingsAccountV1SettingsUploadImages.d.ts.map +1 -1
  134. package/funcs/settingsAccountV1SettingsUploadImages.js +3 -3
  135. package/funcs/settingsAccountV1SettingsUploadImages.js.map +1 -1
  136. package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts +2 -1
  137. package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts.map +1 -1
  138. package/funcs/settingsAccountV1SettingsVerfyEmail.js +5 -2
  139. package/funcs/settingsAccountV1SettingsVerfyEmail.js.map +1 -1
  140. package/lib/config.d.ts +3 -3
  141. package/lib/config.js +3 -3
  142. package/lib/matchers.d.ts +1 -1
  143. package/lib/matchers.d.ts.map +1 -1
  144. package/lib/matchers.js +10 -14
  145. package/lib/matchers.js.map +1 -1
  146. package/models/components/accountsearch.d.ts +29 -0
  147. package/models/components/accountsearch.d.ts.map +1 -0
  148. package/models/components/accountsearch.js +54 -0
  149. package/models/components/accountsearch.js.map +1 -0
  150. package/models/components/accountsearchidstruct.d.ts +33 -0
  151. package/models/components/accountsearchidstruct.d.ts.map +1 -0
  152. package/models/components/accountsearchidstruct.js +52 -0
  153. package/models/components/accountsearchidstruct.js.map +1 -0
  154. package/models/components/accountsearchvanitystruct.d.ts +65 -0
  155. package/models/components/accountsearchvanitystruct.d.ts.map +1 -0
  156. package/models/components/accountsearchvanitystruct.js +74 -0
  157. package/models/components/accountsearchvanitystruct.js.map +1 -0
  158. package/models/components/emailnotification.d.ts +8 -8
  159. package/models/components/emailnotification.d.ts.map +1 -1
  160. package/models/components/emailnotification.js +13 -13
  161. package/models/components/emailnotification.js.map +1 -1
  162. package/models/components/httpmetadata.d.ts +33 -0
  163. package/models/components/httpmetadata.d.ts.map +1 -0
  164. package/models/components/httpmetadata.js +71 -0
  165. package/models/components/httpmetadata.js.map +1 -0
  166. package/models/components/index.d.ts +4 -0
  167. package/models/components/index.d.ts.map +1 -1
  168. package/models/components/index.js +4 -0
  169. package/models/components/index.js.map +1 -1
  170. package/models/components/security.d.ts +2 -2
  171. package/models/components/security.d.ts.map +1 -1
  172. package/models/components/security.js +2 -2
  173. package/models/components/security.js.map +1 -1
  174. package/models/errors/sdkerror.d.ts +8 -5
  175. package/models/errors/sdkerror.d.ts.map +1 -1
  176. package/models/errors/sdkerror.js +3 -9
  177. package/models/errors/sdkerror.js.map +1 -1
  178. package/models/operations/accountv1connectionconnect.d.ts +31 -0
  179. package/models/operations/accountv1connectionconnect.d.ts.map +1 -0
  180. package/models/operations/accountv1connectionconnect.js +68 -0
  181. package/models/operations/accountv1connectionconnect.js.map +1 -0
  182. package/models/operations/accountv1connectiondeleteconnection.d.ts +31 -0
  183. package/models/operations/accountv1connectiondeleteconnection.d.ts.map +1 -0
  184. package/models/operations/accountv1connectiondeleteconnection.js +68 -0
  185. package/models/operations/accountv1connectiondeleteconnection.js.map +1 -0
  186. package/models/operations/accountv1connectionupdateconnection.d.ts +31 -0
  187. package/models/operations/accountv1connectionupdateconnection.d.ts.map +1 -0
  188. package/models/operations/accountv1connectionupdateconnection.js +68 -0
  189. package/models/operations/accountv1connectionupdateconnection.js.map +1 -0
  190. package/models/operations/accountv1connectionverifyconnection.d.ts +31 -0
  191. package/models/operations/accountv1connectionverifyconnection.d.ts.map +1 -0
  192. package/models/operations/accountv1connectionverifyconnection.js +68 -0
  193. package/models/operations/accountv1connectionverifyconnection.js.map +1 -0
  194. package/models/operations/accountv1getapps.d.ts +31 -0
  195. package/models/operations/accountv1getapps.d.ts.map +1 -0
  196. package/models/operations/accountv1getapps.js +68 -0
  197. package/models/operations/accountv1getapps.js.map +1 -0
  198. package/models/operations/accountv1getbadges.d.ts +31 -0
  199. package/models/operations/accountv1getbadges.d.ts.map +1 -0
  200. package/models/operations/accountv1getbadges.js +68 -0
  201. package/models/operations/accountv1getbadges.js.map +1 -0
  202. package/models/operations/accountv1sessiondelete.d.ts +31 -0
  203. package/models/operations/accountv1sessiondelete.d.ts.map +1 -0
  204. package/models/operations/accountv1sessiondelete.js +68 -0
  205. package/models/operations/accountv1sessiondelete.js.map +1 -0
  206. package/models/operations/accountv1sessionget.d.ts +31 -0
  207. package/models/operations/accountv1sessionget.d.ts.map +1 -0
  208. package/models/operations/accountv1sessionget.js +68 -0
  209. package/models/operations/accountv1sessionget.js.map +1 -0
  210. package/models/operations/accountv1sessionlogin.d.ts +51 -0
  211. package/models/operations/accountv1sessionlogin.d.ts.map +1 -1
  212. package/models/operations/accountv1sessionlogin.js +55 -1
  213. package/models/operations/accountv1sessionlogin.js.map +1 -1
  214. package/models/operations/accountv1settingsdeleteimages.d.ts +31 -0
  215. package/models/operations/accountv1settingsdeleteimages.d.ts.map +1 -0
  216. package/models/operations/accountv1settingsdeleteimages.js +68 -0
  217. package/models/operations/accountv1settingsdeleteimages.js.map +1 -0
  218. package/models/operations/accountv1settingsgenerateapikey.d.ts +31 -0
  219. package/models/operations/accountv1settingsgenerateapikey.d.ts.map +1 -0
  220. package/models/operations/accountv1settingsgenerateapikey.js +68 -0
  221. package/models/operations/accountv1settingsgenerateapikey.js.map +1 -0
  222. package/models/operations/accountv1settingsget.d.ts +31 -0
  223. package/models/operations/accountv1settingsget.d.ts.map +1 -0
  224. package/models/operations/accountv1settingsget.js +68 -0
  225. package/models/operations/accountv1settingsget.js.map +1 -0
  226. package/models/operations/accountv1settingssendemailverification.d.ts +24 -0
  227. package/models/operations/accountv1settingssendemailverification.d.ts.map +1 -1
  228. package/models/operations/accountv1settingssendemailverification.js +33 -1
  229. package/models/operations/accountv1settingssendemailverification.js.map +1 -1
  230. package/models/operations/accountv1settingsupdate.d.ts +28 -0
  231. package/models/operations/accountv1settingsupdate.d.ts.map +1 -1
  232. package/models/operations/accountv1settingsupdate.js +36 -1
  233. package/models/operations/accountv1settingsupdate.js.map +1 -1
  234. package/models/operations/accountv1settingsupdateimage.d.ts +31 -0
  235. package/models/operations/accountv1settingsupdateimage.d.ts.map +1 -0
  236. package/models/operations/accountv1settingsupdateimage.js +68 -0
  237. package/models/operations/accountv1settingsupdateimage.js.map +1 -0
  238. package/models/operations/accountv1settingsuploadimages.d.ts +26 -0
  239. package/models/operations/accountv1settingsuploadimages.d.ts.map +1 -0
  240. package/models/operations/accountv1settingsuploadimages.js +64 -0
  241. package/models/operations/accountv1settingsuploadimages.js.map +1 -0
  242. package/models/operations/accountv1settingsverfyemail.d.ts +31 -0
  243. package/models/operations/accountv1settingsverfyemail.d.ts.map +1 -0
  244. package/models/operations/accountv1settingsverfyemail.js +68 -0
  245. package/models/operations/accountv1settingsverfyemail.js.map +1 -0
  246. package/models/operations/index.d.ts +15 -0
  247. package/models/operations/index.d.ts.map +1 -1
  248. package/models/operations/index.js +15 -0
  249. package/models/operations/index.js.map +1 -1
  250. package/models/operations/liveness.d.ts +31 -0
  251. package/models/operations/liveness.d.ts.map +1 -0
  252. package/models/operations/liveness.js +68 -0
  253. package/models/operations/liveness.js.map +1 -0
  254. package/package.json +1 -1
  255. package/sdk/account.d.ts +17 -17
  256. package/sdk/account.d.ts.map +1 -1
  257. package/sdk/account.js +6 -6
  258. package/sdk/account.js.map +1 -1
  259. package/sdk/connection.d.ts +5 -4
  260. package/sdk/connection.d.ts.map +1 -1
  261. package/sdk/connection.js.map +1 -1
  262. package/sdk/liveness.d.ts +2 -2
  263. package/sdk/liveness.d.ts.map +1 -1
  264. package/sdk/session.d.ts +3 -3
  265. package/sdk/session.d.ts.map +1 -1
  266. package/sdk/session.js +2 -2
  267. package/sdk/session.js.map +1 -1
  268. package/sdk/settings.d.ts +8 -8
  269. package/sdk/settings.d.ts.map +1 -1
  270. package/sdk/settings.js.map +1 -1
  271. package/src/funcs/accountAccountV1ConnectionConnect.ts +7 -4
  272. package/src/funcs/accountAccountV1ConnectionDeleteConnection.ts +7 -4
  273. package/src/funcs/accountAccountV1ConnectionUpdateConnection.ts +7 -4
  274. package/src/funcs/accountAccountV1ConnectionVerifyConnection.ts +7 -4
  275. package/src/funcs/accountAccountV1GetApps.ts +27 -6
  276. package/src/funcs/accountAccountV1GetBadges.ts +27 -6
  277. package/src/funcs/accountAccountV1SessionDelete.ts +7 -4
  278. package/src/funcs/accountAccountV1SessionGet.ts +7 -5
  279. package/src/funcs/accountAccountV1SessionLogin.ts +19 -10
  280. package/src/funcs/accountAccountV1SettingsDeleteImages.ts +7 -4
  281. package/src/funcs/accountAccountV1SettingsGenerateApiKey.ts +7 -5
  282. package/src/funcs/accountAccountV1SettingsGet.ts +7 -5
  283. package/src/funcs/accountAccountV1SettingsSendEmailVerification.ts +4 -5
  284. package/src/funcs/accountAccountV1SettingsUpdate.ts +6 -5
  285. package/src/funcs/accountAccountV1SettingsUpdateImage.ts +7 -4
  286. package/src/funcs/accountAccountV1SettingsUploadImages.ts +5 -5
  287. package/src/funcs/accountAccountV1SettingsVerfyEmail.ts +7 -4
  288. package/src/funcs/connectionAccountV1ConnectionConnect.ts +7 -4
  289. package/src/funcs/connectionAccountV1ConnectionDeleteConnection.ts +7 -4
  290. package/src/funcs/connectionAccountV1ConnectionUpdateConnection.ts +7 -4
  291. package/src/funcs/connectionAccountV1ConnectionVerifyConnection.ts +7 -4
  292. package/src/funcs/livenessLiveness.ts +5 -5
  293. package/src/funcs/sessionAccountV1SessionDelete.ts +7 -4
  294. package/src/funcs/sessionAccountV1SessionGet.ts +7 -5
  295. package/src/funcs/sessionAccountV1SessionLogin.ts +19 -10
  296. package/src/funcs/settingsAccountV1SettingsDeleteImages.ts +7 -4
  297. package/src/funcs/settingsAccountV1SettingsGenerateApiKey.ts +7 -5
  298. package/src/funcs/settingsAccountV1SettingsGet.ts +7 -5
  299. package/src/funcs/settingsAccountV1SettingsSendEmailVerification.ts +4 -5
  300. package/src/funcs/settingsAccountV1SettingsUpdate.ts +6 -5
  301. package/src/funcs/settingsAccountV1SettingsUpdateImage.ts +7 -4
  302. package/src/funcs/settingsAccountV1SettingsUploadImages.ts +5 -5
  303. package/src/funcs/settingsAccountV1SettingsVerfyEmail.ts +7 -4
  304. package/src/lib/config.ts +3 -3
  305. package/src/lib/matchers.ts +12 -19
  306. package/src/models/components/accountsearch.ts +58 -0
  307. package/src/models/components/accountsearchidstruct.ts +55 -0
  308. package/src/models/components/accountsearchvanitystruct.ts +85 -0
  309. package/src/models/components/emailnotification.ts +14 -12
  310. package/src/models/components/httpmetadata.ts +70 -0
  311. package/src/models/components/index.ts +4 -0
  312. package/src/models/components/security.ts +4 -4
  313. package/src/models/errors/sdkerror.ts +9 -13
  314. package/src/models/operations/accountv1connectionconnect.ts +68 -0
  315. package/src/models/operations/accountv1connectiondeleteconnection.ts +70 -0
  316. package/src/models/operations/accountv1connectionupdateconnection.ts +70 -0
  317. package/src/models/operations/accountv1connectionverifyconnection.ts +70 -0
  318. package/src/models/operations/accountv1getapps.ts +68 -0
  319. package/src/models/operations/accountv1getbadges.ts +68 -0
  320. package/src/models/operations/accountv1sessiondelete.ts +70 -0
  321. package/src/models/operations/accountv1sessionget.ts +68 -0
  322. package/src/models/operations/accountv1sessionlogin.ts +101 -0
  323. package/src/models/operations/accountv1settingsdeleteimages.ts +68 -0
  324. package/src/models/operations/accountv1settingsgenerateapikey.ts +70 -0
  325. package/src/models/operations/accountv1settingsget.ts +68 -0
  326. package/src/models/operations/accountv1settingssendemailverification.ts +53 -0
  327. package/src/models/operations/accountv1settingsupdate.ts +63 -0
  328. package/src/models/operations/accountv1settingsupdateimage.ts +68 -0
  329. package/src/models/operations/accountv1settingsuploadimages.ts +59 -0
  330. package/src/models/operations/accountv1settingsverfyemail.ts +68 -0
  331. package/src/models/operations/index.ts +15 -0
  332. package/src/models/operations/liveness.ts +64 -0
  333. package/src/sdk/account.ts +29 -20
  334. package/src/sdk/connection.ts +5 -4
  335. package/src/sdk/liveness.ts +2 -2
  336. package/src/sdk/session.ts +7 -4
  337. package/src/sdk/settings.ts +10 -8
@@ -0,0 +1,33 @@
1
+ import * as z from "zod";
2
+ export type AccountSearchIDStruct = {
3
+ /**
4
+ * Account ID to search for
5
+ */
6
+ accountId?: number | undefined;
7
+ /**
8
+ * SteamID64 to search for
9
+ */
10
+ steamId64?: string | undefined;
11
+ };
12
+ /** @internal */
13
+ export declare const AccountSearchIDStruct$inboundSchema: z.ZodType<AccountSearchIDStruct, z.ZodTypeDef, unknown>;
14
+ /** @internal */
15
+ export type AccountSearchIDStruct$Outbound = {
16
+ accountId?: number | undefined;
17
+ steamId64?: string | undefined;
18
+ };
19
+ /** @internal */
20
+ export declare const AccountSearchIDStruct$outboundSchema: z.ZodType<AccountSearchIDStruct$Outbound, z.ZodTypeDef, AccountSearchIDStruct>;
21
+ /**
22
+ * @internal
23
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
24
+ */
25
+ export declare namespace AccountSearchIDStruct$ {
26
+ /** @deprecated use `AccountSearchIDStruct$inboundSchema` instead. */
27
+ const inboundSchema: z.ZodType<AccountSearchIDStruct, z.ZodTypeDef, unknown>;
28
+ /** @deprecated use `AccountSearchIDStruct$outboundSchema` instead. */
29
+ const outboundSchema: z.ZodType<AccountSearchIDStruct$Outbound, z.ZodTypeDef, AccountSearchIDStruct>;
30
+ /** @deprecated use `AccountSearchIDStruct$Outbound` instead. */
31
+ type Outbound = AccountSearchIDStruct$Outbound;
32
+ }
33
+ //# sourceMappingURL=accountsearchidstruct.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountsearchidstruct.d.ts","sourceRoot":"","sources":["../../src/models/components/accountsearchidstruct.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,qBAAqB,GAAG;IAChC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,OAAO,CACvD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIT,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GAAG;IACzC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CACxD,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,qBAAqB,CAIvB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACpC,qEAAqE;IAC9D,MAAM,aAAa,yDAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc,gFAAuC,CAAC;IACnE,gEAAgE;IAChE,KAAY,QAAQ,GAAG,8BAA8B,CAAC;CACzD"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.AccountSearchIDStruct$ = exports.AccountSearchIDStruct$outboundSchema = exports.AccountSearchIDStruct$inboundSchema = void 0;
30
+ const z = __importStar(require("zod"));
31
+ /** @internal */
32
+ exports.AccountSearchIDStruct$inboundSchema = z.object({
33
+ accountId: z.number().int().optional(),
34
+ steamId64: z.string().optional(),
35
+ });
36
+ /** @internal */
37
+ exports.AccountSearchIDStruct$outboundSchema = z.object({
38
+ accountId: z.number().int().optional(),
39
+ steamId64: z.string().optional(),
40
+ });
41
+ /**
42
+ * @internal
43
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
44
+ */
45
+ var AccountSearchIDStruct$;
46
+ (function (AccountSearchIDStruct$) {
47
+ /** @deprecated use `AccountSearchIDStruct$inboundSchema` instead. */
48
+ AccountSearchIDStruct$.inboundSchema = exports.AccountSearchIDStruct$inboundSchema;
49
+ /** @deprecated use `AccountSearchIDStruct$outboundSchema` instead. */
50
+ AccountSearchIDStruct$.outboundSchema = exports.AccountSearchIDStruct$outboundSchema;
51
+ })(AccountSearchIDStruct$ || (exports.AccountSearchIDStruct$ = AccountSearchIDStruct$ = {}));
52
+ //# sourceMappingURL=accountsearchidstruct.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountsearchidstruct.js","sourceRoot":"","sources":["../../src/models/components/accountsearchidstruct.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAazB,gBAAgB;AACH,QAAA,mCAAmC,GAI5C,CAAC,CAAC,MAAM,CAAC;IACT,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,oCAAoC,GAI7C,CAAC,CAAC,MAAM,CAAC;IACT,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sBAAsB,CAOtC;AAPD,WAAiB,sBAAsB;IACnC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AAGvE,CAAC,EAPgB,sBAAsB,sCAAtB,sBAAsB,QAOtC"}
@@ -0,0 +1,65 @@
1
+ import { ClosedEnum } from "../../types/enums.js";
2
+ import * as z from "zod";
3
+ /**
4
+ * Which type of vanity to search for
5
+ */
6
+ export declare const Type: {
7
+ readonly Steam: "steam";
8
+ readonly Internal: "internal";
9
+ };
10
+ /**
11
+ * Which type of vanity to search for
12
+ */
13
+ export type Type = ClosedEnum<typeof Type>;
14
+ export type AccountSearchVanityStruct = {
15
+ /**
16
+ * Which type of vanity to search for
17
+ */
18
+ type?: Type | undefined;
19
+ /**
20
+ * Vanity to search for
21
+ */
22
+ value?: string | undefined;
23
+ };
24
+ /** @internal */
25
+ export declare const Type$inboundSchema: z.ZodNativeEnum<typeof Type>;
26
+ /** @internal */
27
+ export declare const Type$outboundSchema: z.ZodNativeEnum<typeof Type>;
28
+ /**
29
+ * @internal
30
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
31
+ */
32
+ export declare namespace Type$ {
33
+ /** @deprecated use `Type$inboundSchema` instead. */
34
+ const inboundSchema: z.ZodNativeEnum<{
35
+ readonly Steam: "steam";
36
+ readonly Internal: "internal";
37
+ }>;
38
+ /** @deprecated use `Type$outboundSchema` instead. */
39
+ const outboundSchema: z.ZodNativeEnum<{
40
+ readonly Steam: "steam";
41
+ readonly Internal: "internal";
42
+ }>;
43
+ }
44
+ /** @internal */
45
+ export declare const AccountSearchVanityStruct$inboundSchema: z.ZodType<AccountSearchVanityStruct, z.ZodTypeDef, unknown>;
46
+ /** @internal */
47
+ export type AccountSearchVanityStruct$Outbound = {
48
+ type?: string | undefined;
49
+ value?: string | undefined;
50
+ };
51
+ /** @internal */
52
+ export declare const AccountSearchVanityStruct$outboundSchema: z.ZodType<AccountSearchVanityStruct$Outbound, z.ZodTypeDef, AccountSearchVanityStruct>;
53
+ /**
54
+ * @internal
55
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
56
+ */
57
+ export declare namespace AccountSearchVanityStruct$ {
58
+ /** @deprecated use `AccountSearchVanityStruct$inboundSchema` instead. */
59
+ const inboundSchema: z.ZodType<AccountSearchVanityStruct, z.ZodTypeDef, unknown>;
60
+ /** @deprecated use `AccountSearchVanityStruct$outboundSchema` instead. */
61
+ const outboundSchema: z.ZodType<AccountSearchVanityStruct$Outbound, z.ZodTypeDef, AccountSearchVanityStruct>;
62
+ /** @deprecated use `AccountSearchVanityStruct$Outbound` instead. */
63
+ type Outbound = AccountSearchVanityStruct$Outbound;
64
+ }
65
+ //# sourceMappingURL=accountsearchvanitystruct.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountsearchvanitystruct.d.ts","sourceRoot":"","sources":["../../src/models/components/accountsearchvanitystruct.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,eAAO,MAAM,IAAI;;;CAGP,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC;AAE3C,MAAM,MAAM,yBAAyB,GAAG;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACxB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CAAsB,CAAC;AAEnF,gBAAgB;AAChB,eAAO,MAAM,mBAAmB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CAAsB,CAAC;AAEpF;;;GAGG;AACH,yBAAiB,KAAK,CAAC;IACnB,oDAAoD;IAC7C,MAAM,aAAa;;;MAAqB,CAAC;IAChD,qDAAqD;IAC9C,MAAM,cAAc;;;MAAsB,CAAC;CACrD;AAED,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC3D,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIT,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,kCAAkC,GAAG;IAC7C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC5D,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,yBAAyB,CAI3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,0BAA0B,CAAC;IACxC,yEAAyE;IAClE,MAAM,aAAa,6DAA0C,CAAC;IACrE,0EAA0E;IACnE,MAAM,cAAc,wFAA2C,CAAC;IACvE,oEAAoE;IACpE,KAAY,QAAQ,GAAG,kCAAkC,CAAC;CAC7D"}
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.AccountSearchVanityStruct$ = exports.AccountSearchVanityStruct$outboundSchema = exports.AccountSearchVanityStruct$inboundSchema = exports.Type$ = exports.Type$outboundSchema = exports.Type$inboundSchema = exports.Type = void 0;
30
+ const z = __importStar(require("zod"));
31
+ /**
32
+ * Which type of vanity to search for
33
+ */
34
+ exports.Type = {
35
+ Steam: "steam",
36
+ Internal: "internal",
37
+ };
38
+ /** @internal */
39
+ exports.Type$inboundSchema = z.nativeEnum(exports.Type);
40
+ /** @internal */
41
+ exports.Type$outboundSchema = exports.Type$inboundSchema;
42
+ /**
43
+ * @internal
44
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
45
+ */
46
+ var Type$;
47
+ (function (Type$) {
48
+ /** @deprecated use `Type$inboundSchema` instead. */
49
+ Type$.inboundSchema = exports.Type$inboundSchema;
50
+ /** @deprecated use `Type$outboundSchema` instead. */
51
+ Type$.outboundSchema = exports.Type$outboundSchema;
52
+ })(Type$ || (exports.Type$ = Type$ = {}));
53
+ /** @internal */
54
+ exports.AccountSearchVanityStruct$inboundSchema = z.object({
55
+ type: exports.Type$inboundSchema.optional(),
56
+ value: z.string().optional(),
57
+ });
58
+ /** @internal */
59
+ exports.AccountSearchVanityStruct$outboundSchema = z.object({
60
+ type: exports.Type$outboundSchema.optional(),
61
+ value: z.string().optional(),
62
+ });
63
+ /**
64
+ * @internal
65
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
66
+ */
67
+ var AccountSearchVanityStruct$;
68
+ (function (AccountSearchVanityStruct$) {
69
+ /** @deprecated use `AccountSearchVanityStruct$inboundSchema` instead. */
70
+ AccountSearchVanityStruct$.inboundSchema = exports.AccountSearchVanityStruct$inboundSchema;
71
+ /** @deprecated use `AccountSearchVanityStruct$outboundSchema` instead. */
72
+ AccountSearchVanityStruct$.outboundSchema = exports.AccountSearchVanityStruct$outboundSchema;
73
+ })(AccountSearchVanityStruct$ || (exports.AccountSearchVanityStruct$ = AccountSearchVanityStruct$ = {}));
74
+ //# sourceMappingURL=accountsearchvanitystruct.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountsearchvanitystruct.js","sourceRoot":"","sources":["../../src/models/components/accountsearchvanitystruct.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAGH,uCAAyB;AAEzB;;GAEG;AACU,QAAA,IAAI,GAAG;IAChB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;CACd,CAAC;AAiBX,gBAAgB;AACH,QAAA,kBAAkB,GAAiC,CAAC,CAAC,UAAU,CAAC,YAAI,CAAC,CAAC;AAEnF,gBAAgB;AACH,QAAA,mBAAmB,GAAiC,0BAAkB,CAAC;AAEpF;;;GAGG;AACH,IAAiB,KAAK,CAKrB;AALD,WAAiB,KAAK;IAClB,oDAAoD;IACvC,mBAAa,GAAG,0BAAkB,CAAC;IAChD,qDAAqD;IACxC,oBAAc,GAAG,2BAAmB,CAAC;AACtD,CAAC,EALgB,KAAK,qBAAL,KAAK,QAKrB;AAED,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACT,IAAI,EAAE,0BAAkB,CAAC,QAAQ,EAAE;IACnC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACT,IAAI,EAAE,2BAAmB,CAAC,QAAQ,EAAE;IACpC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,0BAA0B,CAO1C;AAPD,WAAiB,0BAA0B;IACvC,yEAAyE;IAC5D,wCAAa,GAAG,+CAAuC,CAAC;IACrE,0EAA0E;IAC7D,yCAAc,GAAG,gDAAwC,CAAC;AAG3E,CAAC,EAPgB,0BAA0B,0CAA1B,0BAA0B,QAO1C"}
@@ -3,13 +3,13 @@ import * as z from "zod";
3
3
  /**
4
4
  * The type of email notifications
5
5
  */
6
- export declare const Type: {
6
+ export declare const EmailNotificationType: {
7
7
  readonly Login: "login";
8
8
  };
9
9
  /**
10
10
  * The type of email notifications
11
11
  */
12
- export type Type = ClosedEnum<typeof Type>;
12
+ export type EmailNotificationType = ClosedEnum<typeof EmailNotificationType>;
13
13
  export type EmailNotification = {
14
14
  /**
15
15
  * Whether the email notifications are enabled or not
@@ -18,22 +18,22 @@ export type EmailNotification = {
18
18
  /**
19
19
  * The type of email notifications
20
20
  */
21
- type: Type;
21
+ type: EmailNotificationType;
22
22
  };
23
23
  /** @internal */
24
- export declare const Type$inboundSchema: z.ZodNativeEnum<typeof Type>;
24
+ export declare const EmailNotificationType$inboundSchema: z.ZodNativeEnum<typeof EmailNotificationType>;
25
25
  /** @internal */
26
- export declare const Type$outboundSchema: z.ZodNativeEnum<typeof Type>;
26
+ export declare const EmailNotificationType$outboundSchema: z.ZodNativeEnum<typeof EmailNotificationType>;
27
27
  /**
28
28
  * @internal
29
29
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
30
30
  */
31
- export declare namespace Type$ {
32
- /** @deprecated use `Type$inboundSchema` instead. */
31
+ export declare namespace EmailNotificationType$ {
32
+ /** @deprecated use `EmailNotificationType$inboundSchema` instead. */
33
33
  const inboundSchema: z.ZodNativeEnum<{
34
34
  readonly Login: "login";
35
35
  }>;
36
- /** @deprecated use `Type$outboundSchema` instead. */
36
+ /** @deprecated use `EmailNotificationType$outboundSchema` instead. */
37
37
  const outboundSchema: z.ZodNativeEnum<{
38
38
  readonly Login: "login";
39
39
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"emailnotification.d.ts","sourceRoot":"","sources":["../../src/models/components/emailnotification.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,eAAO,MAAM,IAAI;;CAEP,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC;AAE3C,MAAM,MAAM,iBAAiB,GAAG;IAC5B;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CAAsB,CAAC;AAEnF,gBAAgB;AAChB,eAAO,MAAM,mBAAmB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CAAsB,CAAC;AAEpF;;;GAGG;AACH,yBAAiB,KAAK,CAAC;IACnB,oDAAoD;IAC7C,MAAM,aAAa;;MAAqB,CAAC;IAChD,qDAAqD;IAC9C,MAAM,cAAc;;MAAsB,CAAC;CACrD;AAED,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAI1F,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACpD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAInB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAChC,iEAAiE;IAC1D,MAAM,aAAa,qDAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc,wEAAmC,CAAC;IAC/D,4DAA4D;IAC5D,KAAY,QAAQ,GAAG,0BAA0B,CAAC;CACrD"}
1
+ {"version":3,"file":"emailnotification.d.ts","sourceRoot":"","sources":["../../src/models/components/emailnotification.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB;;GAEG;AACH,eAAO,MAAM,qBAAqB;;CAExB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE7E,MAAM,MAAM,iBAAiB,GAAG;IAC5B;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,IAAI,EAAE,qBAAqB,CAAC;CAC/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,qBAAqB,CACvD,CAAC;AAExC,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,qBAAqB,CACxD,CAAC;AAExC;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACpC,qEAAqE;IAC9D,MAAM,aAAa;;MAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc;;MAAuC,CAAC;CACtE;AAED,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAI1F,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACpD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAInB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAChC,iEAAiE;IAC1D,MAAM,aAAa,qDAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc,wEAAmC,CAAC;IAC/D,4DAA4D;IAC5D,KAAY,QAAQ,GAAG,0BAA0B,CAAC;CACrD"}
@@ -26,38 +26,38 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.EmailNotification$ = exports.EmailNotification$outboundSchema = exports.EmailNotification$inboundSchema = exports.Type$ = exports.Type$outboundSchema = exports.Type$inboundSchema = exports.Type = void 0;
29
+ exports.EmailNotification$ = exports.EmailNotification$outboundSchema = exports.EmailNotification$inboundSchema = exports.EmailNotificationType$ = exports.EmailNotificationType$outboundSchema = exports.EmailNotificationType$inboundSchema = exports.EmailNotificationType = void 0;
30
30
  const z = __importStar(require("zod"));
31
31
  /**
32
32
  * The type of email notifications
33
33
  */
34
- exports.Type = {
34
+ exports.EmailNotificationType = {
35
35
  Login: "login",
36
36
  };
37
37
  /** @internal */
38
- exports.Type$inboundSchema = z.nativeEnum(exports.Type);
38
+ exports.EmailNotificationType$inboundSchema = z.nativeEnum(exports.EmailNotificationType);
39
39
  /** @internal */
40
- exports.Type$outboundSchema = exports.Type$inboundSchema;
40
+ exports.EmailNotificationType$outboundSchema = exports.EmailNotificationType$inboundSchema;
41
41
  /**
42
42
  * @internal
43
43
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
44
44
  */
45
- var Type$;
46
- (function (Type$) {
47
- /** @deprecated use `Type$inboundSchema` instead. */
48
- Type$.inboundSchema = exports.Type$inboundSchema;
49
- /** @deprecated use `Type$outboundSchema` instead. */
50
- Type$.outboundSchema = exports.Type$outboundSchema;
51
- })(Type$ || (exports.Type$ = Type$ = {}));
45
+ var EmailNotificationType$;
46
+ (function (EmailNotificationType$) {
47
+ /** @deprecated use `EmailNotificationType$inboundSchema` instead. */
48
+ EmailNotificationType$.inboundSchema = exports.EmailNotificationType$inboundSchema;
49
+ /** @deprecated use `EmailNotificationType$outboundSchema` instead. */
50
+ EmailNotificationType$.outboundSchema = exports.EmailNotificationType$outboundSchema;
51
+ })(EmailNotificationType$ || (exports.EmailNotificationType$ = EmailNotificationType$ = {}));
52
52
  /** @internal */
53
53
  exports.EmailNotification$inboundSchema = z.object({
54
54
  enabled: z.boolean(),
55
- type: exports.Type$inboundSchema,
55
+ type: exports.EmailNotificationType$inboundSchema,
56
56
  });
57
57
  /** @internal */
58
58
  exports.EmailNotification$outboundSchema = z.object({
59
59
  enabled: z.boolean(),
60
- type: exports.Type$outboundSchema,
60
+ type: exports.EmailNotificationType$outboundSchema,
61
61
  });
62
62
  /**
63
63
  * @internal
@@ -1 +1 @@
1
- {"version":3,"file":"emailnotification.js","sourceRoot":"","sources":["../../src/models/components/emailnotification.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAGH,uCAAyB;AAEzB;;GAEG;AACU,QAAA,IAAI,GAAG;IAChB,KAAK,EAAE,OAAO;CACR,CAAC;AAiBX,gBAAgB;AACH,QAAA,kBAAkB,GAAiC,CAAC,CAAC,UAAU,CAAC,YAAI,CAAC,CAAC;AAEnF,gBAAgB;AACH,QAAA,mBAAmB,GAAiC,0BAAkB,CAAC;AAEpF;;;GAGG;AACH,IAAiB,KAAK,CAKrB;AALD,WAAiB,KAAK;IAClB,oDAAoD;IACvC,mBAAa,GAAG,0BAAkB,CAAC;IAChD,qDAAqD;IACxC,oBAAc,GAAG,2BAAmB,CAAC;AACtD,CAAC,EALgB,KAAK,qBAAL,KAAK,QAKrB;AAED,gBAAgB;AACH,QAAA,+BAA+B,GACxC,CAAC,CAAC,MAAM,CAAC;IACL,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,IAAI,EAAE,0BAAkB;CAC3B,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACT,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,IAAI,EAAE,2BAAmB;CAC5B,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,kBAAkB,CAOlC;AAPD,WAAiB,kBAAkB;IAC/B,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AAGnE,CAAC,EAPgB,kBAAkB,kCAAlB,kBAAkB,QAOlC"}
1
+ {"version":3,"file":"emailnotification.js","sourceRoot":"","sources":["../../src/models/components/emailnotification.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAGH,uCAAyB;AAEzB;;GAEG;AACU,QAAA,qBAAqB,GAAG;IACjC,KAAK,EAAE,OAAO;CACR,CAAC;AAiBX,gBAAgB;AACH,QAAA,mCAAmC,GAC5C,CAAC,CAAC,UAAU,CAAC,6BAAqB,CAAC,CAAC;AAExC,gBAAgB;AACH,QAAA,oCAAoC,GAC7C,2CAAmC,CAAC;AAExC;;;GAGG;AACH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACnC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AACvE,CAAC,EALgB,sBAAsB,sCAAtB,sBAAsB,QAKtC;AAED,gBAAgB;AACH,QAAA,+BAA+B,GACxC,CAAC,CAAC,MAAM,CAAC;IACL,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,IAAI,EAAE,2CAAmC;CAC5C,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACT,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,IAAI,EAAE,4CAAoC;CAC7C,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,kBAAkB,CAOlC;AAPD,WAAiB,kBAAkB;IAC/B,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AAGnE,CAAC,EAPgB,kBAAkB,kCAAlB,kBAAkB,QAOlC"}
@@ -0,0 +1,33 @@
1
+ import * as z from "zod";
2
+ export type HTTPMetadata = {
3
+ /**
4
+ * Raw HTTP response; suitable for custom response parsing
5
+ */
6
+ response: Response;
7
+ /**
8
+ * Raw HTTP request; suitable for debugging
9
+ */
10
+ request: Request;
11
+ };
12
+ /** @internal */
13
+ export declare const HTTPMetadata$inboundSchema: z.ZodType<HTTPMetadata, z.ZodTypeDef, unknown>;
14
+ /** @internal */
15
+ export type HTTPMetadata$Outbound = {
16
+ Response: never;
17
+ Request: never;
18
+ };
19
+ /** @internal */
20
+ export declare const HTTPMetadata$outboundSchema: z.ZodType<HTTPMetadata$Outbound, z.ZodTypeDef, HTTPMetadata>;
21
+ /**
22
+ * @internal
23
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
24
+ */
25
+ export declare namespace HTTPMetadata$ {
26
+ /** @deprecated use `HTTPMetadata$inboundSchema` instead. */
27
+ const inboundSchema: z.ZodType<HTTPMetadata, z.ZodTypeDef, unknown>;
28
+ /** @deprecated use `HTTPMetadata$outboundSchema` instead. */
29
+ const outboundSchema: z.ZodType<HTTPMetadata$Outbound, z.ZodTypeDef, HTTPMetadata>;
30
+ /** @deprecated use `HTTPMetadata$Outbound` instead. */
31
+ type Outbound = HTTPMetadata$Outbound;
32
+ }
33
+ //# sourceMappingURL=httpmetadata.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpmetadata.d.ts","sourceRoot":"","sources":["../../src/models/components/httpmetadata.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,YAAY,GAAG;IACvB;;OAEG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAUhF,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,qBAAqB,GAAG;IAChC,QAAQ,EAAE,KAAK,CAAC;IAChB,OAAO,EAAE,KAAK,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAC/C,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,YAAY,CAeV,CAAC;AAEP;;;GAGG;AACH,yBAAiB,aAAa,CAAC;IAC3B,4DAA4D;IACrD,MAAM,aAAa,gDAA6B,CAAC;IACxD,6DAA6D;IACtD,MAAM,cAAc,8DAA8B,CAAC;IAC1D,uDAAuD;IACvD,KAAY,QAAQ,GAAG,qBAAqB,CAAC;CAChD"}
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.HTTPMetadata$ = exports.HTTPMetadata$outboundSchema = exports.HTTPMetadata$inboundSchema = void 0;
30
+ const primitives_js_1 = require("../../lib/primitives.js");
31
+ const z = __importStar(require("zod"));
32
+ /** @internal */
33
+ exports.HTTPMetadata$inboundSchema = z
34
+ .object({
35
+ Response: z.instanceof(Response),
36
+ Request: z.instanceof(Request),
37
+ })
38
+ .transform((v) => {
39
+ return (0, primitives_js_1.remap)(v, {
40
+ Response: "response",
41
+ Request: "request",
42
+ });
43
+ });
44
+ /** @internal */
45
+ exports.HTTPMetadata$outboundSchema = z
46
+ .object({
47
+ response: z.instanceof(Response).transform(() => {
48
+ throw new Error("Response cannot be serialized");
49
+ }),
50
+ request: z.instanceof(Request).transform(() => {
51
+ throw new Error("Response cannot be serialized");
52
+ }),
53
+ })
54
+ .transform((v) => {
55
+ return (0, primitives_js_1.remap)(v, {
56
+ response: "Response",
57
+ request: "Request",
58
+ });
59
+ });
60
+ /**
61
+ * @internal
62
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
63
+ */
64
+ var HTTPMetadata$;
65
+ (function (HTTPMetadata$) {
66
+ /** @deprecated use `HTTPMetadata$inboundSchema` instead. */
67
+ HTTPMetadata$.inboundSchema = exports.HTTPMetadata$inboundSchema;
68
+ /** @deprecated use `HTTPMetadata$outboundSchema` instead. */
69
+ HTTPMetadata$.outboundSchema = exports.HTTPMetadata$outboundSchema;
70
+ })(HTTPMetadata$ || (exports.HTTPMetadata$ = HTTPMetadata$ = {}));
71
+ //# sourceMappingURL=httpmetadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpmetadata.js","sourceRoot":"","sources":["../../src/models/components/httpmetadata.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAA0D;AAC1D,uCAAyB;AAazB,gBAAgB;AACH,QAAA,0BAA0B,GAAmD,CAAC;KACtF,MAAM,CAAC;IACJ,QAAQ,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;IAChC,OAAO,EAAE,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC;CACjC,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,OAAO,EAAE,SAAS;KACrB,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,2BAA2B,GAIpC,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE;QAC5C,MAAM,IAAI,KAAK,CAAC,+BAA+B,CAAC,CAAC;IACrD,CAAC,CAAC;IACF,OAAO,EAAE,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC,GAAG,EAAE;QAC1C,MAAM,IAAI,KAAK,CAAC,+BAA+B,CAAC,CAAC;IACrD,CAAC,CAAC;CACL,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,OAAO,EAAE,SAAS;KACrB,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,aAAa,CAO7B;AAPD,WAAiB,aAAa;IAC1B,4DAA4D;IAC/C,2BAAa,GAAG,kCAA0B,CAAC;IACxD,6DAA6D;IAChD,4BAAc,GAAG,mCAA2B,CAAC;AAG9D,CAAC,EAPgB,aAAa,6BAAb,aAAa,QAO7B"}
@@ -1,6 +1,10 @@
1
+ export * from "./accountsearch.js";
2
+ export * from "./accountsearchidstruct.js";
3
+ export * from "./accountsearchvanitystruct.js";
1
4
  export * from "./connection.js";
2
5
  export * from "./emailnotification.js";
3
6
  export * from "./errordetail.js";
7
+ export * from "./httpmetadata.js";
4
8
  export * from "./image.js";
5
9
  export * from "./item.js";
6
10
  export * from "./loginrequestbody.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,iCAAiC,CAAC;AAChD,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,iCAAiC,CAAC;AAChD,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC"}
@@ -17,9 +17,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
17
17
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
18
18
  };
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
+ __exportStar(require("./accountsearch.js"), exports);
21
+ __exportStar(require("./accountsearchidstruct.js"), exports);
22
+ __exportStar(require("./accountsearchvanitystruct.js"), exports);
20
23
  __exportStar(require("./connection.js"), exports);
21
24
  __exportStar(require("./emailnotification.js"), exports);
22
25
  __exportStar(require("./errordetail.js"), exports);
26
+ __exportStar(require("./httpmetadata.js"), exports);
23
27
  __exportStar(require("./image.js"), exports);
24
28
  __exportStar(require("./item.js"), exports);
25
29
  __exportStar(require("./loginrequestbody.js"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,kDAAgC;AAChC,yDAAuC;AACvC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,wDAAsC;AACtC,gDAA8B;AAC9B,4CAA0B;AAC1B,gDAA8B;AAC9B,+CAA6B;AAC7B,kEAAgD;AAChD,6CAA2B;AAC3B,+CAA6B;AAC7B,4DAA0C;AAC1C,4DAA0C;AAC1C,6DAA2C;AAC3C,qEAAmD;AACnD,sEAAoD;AACpD,iEAA+C;AAC/C,kEAAgD;AAChD,kEAAgD;AAChD,mEAAiD;AACjD,oEAAkD;AAClD,wDAAsC;AACtC,yDAAuC;AACvC,8DAA4C;AAC5C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,oEAAkD;AAClD,iEAA+C;AAC/C,sDAAoC;AACpC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/components/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,qDAAmC;AACnC,6DAA2C;AAC3C,iEAA+C;AAC/C,kDAAgC;AAChC,yDAAuC;AACvC,mDAAiC;AACjC,oDAAkC;AAClC,6CAA2B;AAC3B,4CAA0B;AAC1B,wDAAsC;AACtC,gDAA8B;AAC9B,4CAA0B;AAC1B,gDAA8B;AAC9B,+CAA6B;AAC7B,kEAAgD;AAChD,6CAA2B;AAC3B,+CAA6B;AAC7B,4DAA0C;AAC1C,4DAA0C;AAC1C,6DAA2C;AAC3C,qEAAmD;AACnD,sEAAoD;AACpD,iEAA+C;AAC/C,kEAAgD;AAChD,kEAAgD;AAChD,mEAAiD;AACjD,oEAAkD;AAClD,wDAAsC;AACtC,yDAAuC;AACvC,8DAA4C;AAC5C,2DAAyC;AACzC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,oEAAkD;AAClD,iEAA+C;AAC/C,sDAAoC;AACpC,qEAAmD;AACnD,sEAAoD;AACpD,gEAA8C;AAC9C,iEAA+C"}
@@ -1,12 +1,12 @@
1
1
  import * as z from "zod";
2
2
  export type Security = {
3
- session: string;
3
+ session?: string | undefined;
4
4
  };
5
5
  /** @internal */
6
6
  export declare const Security$inboundSchema: z.ZodType<Security, z.ZodTypeDef, unknown>;
7
7
  /** @internal */
8
8
  export type Security$Outbound = {
9
- session: string;
9
+ session?: string | undefined;
10
10
  };
11
11
  /** @internal */
12
12
  export declare const Security$outboundSchema: z.ZodType<Security$Outbound, z.ZodTypeDef, Security>;
@@ -1 +1 @@
1
- {"version":3,"file":"security.d.ts","sourceRoot":"","sources":["../../src/models/components/security.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,QAAQ,GAAG;IACnB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAE5E,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iBAAiB,GAAG;IAC5B,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,EAAE,CAAC,CAAC,UAAU,EAAE,QAAQ,CAGnF,CAAC;AAEP;;;GAGG;AACH,yBAAiB,SAAS,CAAC;IACvB,wDAAwD;IACjD,MAAM,aAAa,4CAAyB,CAAC;IACpD,yDAAyD;IAClD,MAAM,cAAc,sDAA0B,CAAC;IACtD,mDAAmD;IACnD,KAAY,QAAQ,GAAG,iBAAiB,CAAC;CAC5C"}
1
+ {"version":3,"file":"security.d.ts","sourceRoot":"","sources":["../../src/models/components/security.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,QAAQ,GAAG;IACnB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAE5E,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,iBAAiB,GAAG;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,EAAE,CAAC,CAAC,UAAU,EAAE,QAAQ,CAGnF,CAAC;AAEP;;;GAGG;AACH,yBAAiB,SAAS,CAAC;IACvB,wDAAwD;IACjD,MAAM,aAAa,4CAAyB,CAAC;IACpD,yDAAyD;IAClD,MAAM,cAAc,sDAA0B,CAAC;IACtD,mDAAmD;IACnD,KAAY,QAAQ,GAAG,iBAAiB,CAAC;CAC5C"}
@@ -30,11 +30,11 @@ exports.Security$ = exports.Security$outboundSchema = exports.Security$inboundSc
30
30
  const z = __importStar(require("zod"));
31
31
  /** @internal */
32
32
  exports.Security$inboundSchema = z.object({
33
- session: z.string(),
33
+ session: z.string().optional(),
34
34
  });
35
35
  /** @internal */
36
36
  exports.Security$outboundSchema = z.object({
37
- session: z.string(),
37
+ session: z.string().optional(),
38
38
  });
39
39
  /**
40
40
  * @internal
@@ -1 +1 @@
1
- {"version":3,"file":"security.js","sourceRoot":"","sources":["../../src/models/components/security.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAMzB,gBAAgB;AACH,QAAA,sBAAsB,GAA+C,CAAC,CAAC,MAAM,CAAC;IACvF,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,uBAAuB,GAChC,CAAC,CAAC,MAAM,CAAC;IACL,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,SAAS,CAOzB;AAPD,WAAiB,SAAS;IACtB,wDAAwD;IAC3C,uBAAa,GAAG,8BAAsB,CAAC;IACpD,yDAAyD;IAC5C,wBAAc,GAAG,+BAAuB,CAAC;AAG1D,CAAC,EAPgB,SAAS,yBAAT,SAAS,QAOzB"}
1
+ {"version":3,"file":"security.js","sourceRoot":"","sources":["../../src/models/components/security.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAMzB,gBAAgB;AACH,QAAA,sBAAsB,GAA+C,CAAC,CAAC,MAAM,CAAC;IACvF,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,uBAAuB,GAChC,CAAC,CAAC,MAAM,CAAC;IACL,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,SAAS,CAOzB;AAPD,WAAiB,SAAS;IACtB,wDAAwD;IAC3C,uBAAa,GAAG,8BAAsB,CAAC;IACpD,yDAAyD;IAC5C,wBAAc,GAAG,+BAAuB,CAAC;AAG1D,CAAC,EAPgB,SAAS,yBAAT,SAAS,QAOzB"}
@@ -1,8 +1,11 @@
1
1
  export declare class SDKError extends Error {
2
- readonly rawResponse: Response;
3
- readonly body: string;
4
- readonly statusCode: number;
5
- readonly contentType: string;
6
- constructor(message: string, rawResponse: Response, body?: string);
2
+ readonly httpMeta: {
3
+ response: Response;
4
+ request: Request;
5
+ };
6
+ constructor(message: string, httpMeta: {
7
+ response: Response;
8
+ request: Request;
9
+ });
7
10
  }
8
11
  //# sourceMappingURL=sdkerror.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sdkerror.d.ts","sourceRoot":"","sources":["../../src/models/errors/sdkerror.ts"],"names":[],"mappings":"AAIA,qBAAa,QAAS,SAAQ,KAAK;aAMX,WAAW,EAAE,QAAQ;aACrB,IAAI,EAAE,MAAM;IANhC,SAAgB,UAAU,EAAE,MAAM,CAAC;IACnC,SAAgB,WAAW,EAAE,MAAM,CAAC;gBAGhC,OAAO,EAAE,MAAM,EACC,WAAW,EAAE,QAAQ,EACrB,IAAI,GAAE,MAAW;CAaxC"}
1
+ {"version":3,"file":"sdkerror.d.ts","sourceRoot":"","sources":["../../src/models/errors/sdkerror.ts"],"names":[],"mappings":"AAIA,qBAAa,QAAS,SAAQ,KAAK;aAGX,QAAQ,EAAE;QACtB,QAAQ,EAAE,QAAQ,CAAC;QACnB,OAAO,EAAE,OAAO,CAAC;KACpB;gBAJD,OAAO,EAAE,MAAM,EACC,QAAQ,EAAE;QACtB,QAAQ,EAAE,QAAQ,CAAC;QACnB,OAAO,EAAE,OAAO,CAAC;KACpB;CAUR"}
@@ -5,15 +5,9 @@
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.SDKError = void 0;
7
7
  class SDKError extends Error {
8
- constructor(message, rawResponse, body = "") {
9
- const statusCode = rawResponse.status;
10
- const contentType = rawResponse.headers.get("content-type") || "";
11
- const bodyString = body.length > 0 ? `\n${body}` : "";
12
- super(`${message}: Status ${statusCode} Content-Type ${contentType} Body ${bodyString}`);
13
- this.rawResponse = rawResponse;
14
- this.body = body;
15
- this.statusCode = statusCode;
16
- this.contentType = contentType;
8
+ constructor(message, httpMeta) {
9
+ super(`${message}: Status ${httpMeta.response.status} Content-Type ${httpMeta.response.headers.get("content-type") || ""}`);
10
+ this.httpMeta = httpMeta;
17
11
  this.name = "SDKError";
18
12
  }
19
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"sdkerror.js","sourceRoot":"","sources":["../../src/models/errors/sdkerror.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,MAAa,QAAS,SAAQ,KAAK;IAI/B,YACI,OAAe,EACC,WAAqB,EACrB,OAAe,EAAE;QAEjC,MAAM,UAAU,GAAG,WAAW,CAAC,MAAM,CAAC;QACtC,MAAM,WAAW,GAAG,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,IAAI,EAAE,CAAC;QAClE,MAAM,UAAU,GAAG,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QAEtD,KAAK,CAAC,GAAG,OAAO,YAAY,UAAU,iBAAiB,WAAW,SAAS,UAAU,EAAE,CAAC,CAAC;QAPzE,gBAAW,GAAX,WAAW,CAAU;QACrB,SAAI,GAAJ,IAAI,CAAa;QAQjC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAC7B,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAE/B,IAAI,CAAC,IAAI,GAAG,UAAU,CAAC;IAC3B,CAAC;CACJ;AApBD,4BAoBC"}
1
+ {"version":3,"file":"sdkerror.js","sourceRoot":"","sources":["../../src/models/errors/sdkerror.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,MAAa,QAAS,SAAQ,KAAK;IAC/B,YACI,OAAe,EACC,QAGf;QAED,KAAK,CACD,GAAG,OAAO,YAAY,QAAQ,CAAC,QAAQ,CAAC,MAAM,iBAC1C,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,IAAI,EACrD,EAAE,CACL,CAAC;QATc,aAAQ,GAAR,QAAQ,CAGvB;QAQD,IAAI,CAAC,IAAI,GAAG,UAAU,CAAC;IAC3B,CAAC;CACJ;AAhBD,4BAgBC"}