@steamsets/client-ts 0.7.1 → 0.8.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.
- package/README.md +38 -5
- package/docs/sdks/account/README.md +141 -16
- package/docs/sdks/app/README.md +14 -0
- package/docs/sdks/connection/README.md +20 -0
- package/docs/sdks/data/README.md +58 -4
- package/docs/sdks/liveness/README.md +6 -2
- package/docs/sdks/location/README.md +7 -2
- package/docs/sdks/public/README.md +51 -2
- package/docs/sdks/session/README.md +24 -6
- package/docs/sdks/settings/README.md +46 -6
- package/funcs/accountAccountV1ConnectionConnect.d.ts +1 -1
- package/funcs/accountAccountV1ConnectionConnect.d.ts.map +1 -1
- package/funcs/accountAccountV1ConnectionConnect.js +12 -5
- package/funcs/accountAccountV1ConnectionConnect.js.map +1 -1
- package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts +1 -1
- package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
- package/funcs/accountAccountV1ConnectionDeleteConnection.js +12 -5
- package/funcs/accountAccountV1ConnectionDeleteConnection.js.map +1 -1
- package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts +1 -1
- package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
- package/funcs/accountAccountV1ConnectionUpdateConnection.js +12 -5
- package/funcs/accountAccountV1ConnectionUpdateConnection.js.map +1 -1
- package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts +1 -1
- package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
- package/funcs/accountAccountV1ConnectionVerifyConnection.js +12 -5
- package/funcs/accountAccountV1ConnectionVerifyConnection.js.map +1 -1
- package/funcs/accountAccountV1GetApps.d.ts +1 -1
- package/funcs/accountAccountV1GetApps.d.ts.map +1 -1
- package/funcs/accountAccountV1GetApps.js +17 -5
- package/funcs/accountAccountV1GetApps.js.map +1 -1
- package/funcs/accountAccountV1GetBadges.d.ts +1 -1
- package/funcs/accountAccountV1GetBadges.d.ts.map +1 -1
- package/funcs/accountAccountV1GetBadges.js +17 -5
- package/funcs/accountAccountV1GetBadges.js.map +1 -1
- package/funcs/accountAccountV1GetDataPoints.d.ts +1 -1
- package/funcs/accountAccountV1GetDataPoints.d.ts.map +1 -1
- package/funcs/accountAccountV1GetDataPoints.js +17 -5
- package/funcs/accountAccountV1GetDataPoints.js.map +1 -1
- package/funcs/accountAccountV1GetFriends.d.ts +1 -1
- package/funcs/accountAccountV1GetFriends.d.ts.map +1 -1
- package/funcs/accountAccountV1GetFriends.js +17 -5
- package/funcs/accountAccountV1GetFriends.js.map +1 -1
- package/funcs/accountAccountV1GetInfo.d.ts +1 -1
- package/funcs/accountAccountV1GetInfo.d.ts.map +1 -1
- package/funcs/accountAccountV1GetInfo.js +17 -5
- package/funcs/accountAccountV1GetInfo.js.map +1 -1
- package/funcs/accountAccountV1GetLeaderboardHistory.d.ts +1 -1
- package/funcs/accountAccountV1GetLeaderboardHistory.d.ts.map +1 -1
- package/funcs/accountAccountV1GetLeaderboardHistory.js +17 -5
- package/funcs/accountAccountV1GetLeaderboardHistory.js.map +1 -1
- package/funcs/accountAccountV1GetStaff.d.ts +1 -1
- package/funcs/accountAccountV1GetStaff.d.ts.map +1 -1
- package/funcs/accountAccountV1GetStaff.js +12 -5
- package/funcs/accountAccountV1GetStaff.js.map +1 -1
- package/funcs/accountAccountV1SessionCreate.js +3 -3
- package/funcs/accountAccountV1SessionCreate.js.map +1 -1
- package/funcs/accountAccountV1SessionDelete.d.ts +1 -1
- package/funcs/accountAccountV1SessionDelete.d.ts.map +1 -1
- package/funcs/accountAccountV1SessionDelete.js +12 -5
- package/funcs/accountAccountV1SessionDelete.js.map +1 -1
- package/funcs/accountAccountV1SessionGet.d.ts +1 -1
- package/funcs/accountAccountV1SessionGet.d.ts.map +1 -1
- package/funcs/accountAccountV1SessionGet.js +12 -5
- package/funcs/accountAccountV1SessionGet.js.map +1 -1
- package/funcs/accountAccountV1SessionLogin.js +3 -3
- package/funcs/accountAccountV1SessionLogin.js.map +1 -1
- package/funcs/accountAccountV1SettingsDeleteImages.d.ts +1 -1
- package/funcs/accountAccountV1SettingsDeleteImages.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsDeleteImages.js +12 -5
- package/funcs/accountAccountV1SettingsDeleteImages.js.map +1 -1
- package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts +1 -1
- package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsGenerateApiKey.js +12 -5
- package/funcs/accountAccountV1SettingsGenerateApiKey.js.map +1 -1
- package/funcs/accountAccountV1SettingsGet.d.ts +1 -1
- package/funcs/accountAccountV1SettingsGet.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsGet.js +12 -5
- package/funcs/accountAccountV1SettingsGet.js.map +1 -1
- package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts +1 -1
- package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsSendEmailVerification.js +12 -5
- package/funcs/accountAccountV1SettingsSendEmailVerification.js.map +1 -1
- package/funcs/accountAccountV1SettingsUpdate.d.ts +1 -1
- package/funcs/accountAccountV1SettingsUpdate.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsUpdate.js +12 -5
- package/funcs/accountAccountV1SettingsUpdate.js.map +1 -1
- package/funcs/accountAccountV1SettingsUpdateImage.d.ts +1 -1
- package/funcs/accountAccountV1SettingsUpdateImage.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsUpdateImage.js +12 -5
- package/funcs/accountAccountV1SettingsUpdateImage.js.map +1 -1
- package/funcs/accountAccountV1SettingsUploadImages.d.ts +1 -1
- package/funcs/accountAccountV1SettingsUploadImages.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsUploadImages.js +12 -5
- package/funcs/accountAccountV1SettingsUploadImages.js.map +1 -1
- package/funcs/accountAccountV1SettingsVerfyEmail.d.ts +1 -1
- package/funcs/accountAccountV1SettingsVerfyEmail.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsVerfyEmail.js +12 -5
- package/funcs/accountAccountV1SettingsVerfyEmail.js.map +1 -1
- package/funcs/appAccountV1Queue.d.ts +1 -1
- package/funcs/appAccountV1Queue.d.ts.map +1 -1
- package/funcs/appAccountV1Queue.js +17 -5
- package/funcs/appAccountV1Queue.js.map +1 -1
- package/funcs/appAppV1Get.d.ts +1 -1
- package/funcs/appAppV1Get.d.ts.map +1 -1
- package/funcs/appAppV1Get.js +17 -5
- package/funcs/appAppV1Get.js.map +1 -1
- package/funcs/connectionAccountV1ConnectionConnect.d.ts +1 -1
- package/funcs/connectionAccountV1ConnectionConnect.d.ts.map +1 -1
- package/funcs/connectionAccountV1ConnectionConnect.js +12 -5
- package/funcs/connectionAccountV1ConnectionConnect.js.map +1 -1
- package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts +1 -1
- package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
- package/funcs/connectionAccountV1ConnectionDeleteConnection.js +12 -5
- package/funcs/connectionAccountV1ConnectionDeleteConnection.js.map +1 -1
- package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts +1 -1
- package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
- package/funcs/connectionAccountV1ConnectionUpdateConnection.js +12 -5
- package/funcs/connectionAccountV1ConnectionUpdateConnection.js.map +1 -1
- package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts +1 -1
- package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
- package/funcs/connectionAccountV1ConnectionVerifyConnection.js +12 -5
- package/funcs/connectionAccountV1ConnectionVerifyConnection.js.map +1 -1
- package/funcs/dataAccountV1GetApps.d.ts +1 -1
- package/funcs/dataAccountV1GetApps.d.ts.map +1 -1
- package/funcs/dataAccountV1GetApps.js +17 -5
- package/funcs/dataAccountV1GetApps.js.map +1 -1
- package/funcs/dataAccountV1GetBadges.d.ts +1 -1
- package/funcs/dataAccountV1GetBadges.d.ts.map +1 -1
- package/funcs/dataAccountV1GetBadges.js +17 -5
- package/funcs/dataAccountV1GetBadges.js.map +1 -1
- package/funcs/dataAccountV1GetDataPoints.d.ts +1 -1
- package/funcs/dataAccountV1GetDataPoints.d.ts.map +1 -1
- package/funcs/dataAccountV1GetDataPoints.js +17 -5
- package/funcs/dataAccountV1GetDataPoints.js.map +1 -1
- package/funcs/dataAccountV1GetFriends.d.ts +1 -1
- package/funcs/dataAccountV1GetFriends.d.ts.map +1 -1
- package/funcs/dataAccountV1GetFriends.js +17 -5
- package/funcs/dataAccountV1GetFriends.js.map +1 -1
- package/funcs/dataAccountV1GetInfo.d.ts +1 -1
- package/funcs/dataAccountV1GetInfo.d.ts.map +1 -1
- package/funcs/dataAccountV1GetInfo.js +17 -5
- package/funcs/dataAccountV1GetInfo.js.map +1 -1
- package/funcs/dataAccountV1GetLeaderboardHistory.d.ts +1 -1
- package/funcs/dataAccountV1GetLeaderboardHistory.d.ts.map +1 -1
- package/funcs/dataAccountV1GetLeaderboardHistory.js +17 -5
- package/funcs/dataAccountV1GetLeaderboardHistory.js.map +1 -1
- package/funcs/dataAccountV1GetStaff.d.ts +1 -1
- package/funcs/dataAccountV1GetStaff.d.ts.map +1 -1
- package/funcs/dataAccountV1GetStaff.js +12 -5
- package/funcs/dataAccountV1GetStaff.js.map +1 -1
- package/funcs/dataAccountV1Queue.d.ts +1 -1
- package/funcs/dataAccountV1Queue.d.ts.map +1 -1
- package/funcs/dataAccountV1Queue.js +17 -5
- package/funcs/dataAccountV1Queue.js.map +1 -1
- package/funcs/livenessLiveness.js +3 -3
- package/funcs/livenessLiveness.js.map +1 -1
- package/funcs/locationLocation.d.ts +1 -1
- package/funcs/locationLocation.d.ts.map +1 -1
- package/funcs/locationLocation.js +12 -5
- package/funcs/locationLocation.js.map +1 -1
- package/funcs/publicAccountV1GetApps.d.ts +1 -1
- package/funcs/publicAccountV1GetApps.d.ts.map +1 -1
- package/funcs/publicAccountV1GetApps.js +17 -5
- package/funcs/publicAccountV1GetApps.js.map +1 -1
- package/funcs/publicAccountV1GetBadges.d.ts +1 -1
- package/funcs/publicAccountV1GetBadges.d.ts.map +1 -1
- package/funcs/publicAccountV1GetBadges.js +17 -5
- package/funcs/publicAccountV1GetBadges.js.map +1 -1
- package/funcs/publicAccountV1GetDataPoints.d.ts +1 -1
- package/funcs/publicAccountV1GetDataPoints.d.ts.map +1 -1
- package/funcs/publicAccountV1GetDataPoints.js +17 -5
- package/funcs/publicAccountV1GetDataPoints.js.map +1 -1
- package/funcs/publicAccountV1GetFriends.d.ts +1 -1
- package/funcs/publicAccountV1GetFriends.d.ts.map +1 -1
- package/funcs/publicAccountV1GetFriends.js +17 -5
- package/funcs/publicAccountV1GetFriends.js.map +1 -1
- package/funcs/publicAccountV1GetInfo.d.ts +1 -1
- package/funcs/publicAccountV1GetInfo.d.ts.map +1 -1
- package/funcs/publicAccountV1GetInfo.js +17 -5
- package/funcs/publicAccountV1GetInfo.js.map +1 -1
- package/funcs/publicAccountV1GetLeaderboardHistory.d.ts +1 -1
- package/funcs/publicAccountV1GetLeaderboardHistory.d.ts.map +1 -1
- package/funcs/publicAccountV1GetLeaderboardHistory.js +17 -5
- package/funcs/publicAccountV1GetLeaderboardHistory.js.map +1 -1
- package/funcs/publicAccountV1Queue.d.ts +1 -1
- package/funcs/publicAccountV1Queue.d.ts.map +1 -1
- package/funcs/publicAccountV1Queue.js +17 -5
- package/funcs/publicAccountV1Queue.js.map +1 -1
- package/funcs/sessionAccountV1SessionCreate.js +3 -3
- package/funcs/sessionAccountV1SessionCreate.js.map +1 -1
- package/funcs/sessionAccountV1SessionDelete.d.ts +1 -1
- package/funcs/sessionAccountV1SessionDelete.d.ts.map +1 -1
- package/funcs/sessionAccountV1SessionDelete.js +12 -5
- package/funcs/sessionAccountV1SessionDelete.js.map +1 -1
- package/funcs/sessionAccountV1SessionGet.d.ts +1 -1
- package/funcs/sessionAccountV1SessionGet.d.ts.map +1 -1
- package/funcs/sessionAccountV1SessionGet.js +12 -5
- package/funcs/sessionAccountV1SessionGet.js.map +1 -1
- package/funcs/sessionAccountV1SessionLogin.js +3 -3
- package/funcs/sessionAccountV1SessionLogin.js.map +1 -1
- package/funcs/settingsAccountV1SettingsDeleteImages.d.ts +1 -1
- package/funcs/settingsAccountV1SettingsDeleteImages.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsDeleteImages.js +12 -5
- package/funcs/settingsAccountV1SettingsDeleteImages.js.map +1 -1
- package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts +1 -1
- package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsGenerateApiKey.js +12 -5
- package/funcs/settingsAccountV1SettingsGenerateApiKey.js.map +1 -1
- package/funcs/settingsAccountV1SettingsGet.d.ts +1 -1
- package/funcs/settingsAccountV1SettingsGet.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsGet.js +12 -5
- package/funcs/settingsAccountV1SettingsGet.js.map +1 -1
- package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts +1 -1
- package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsSendEmailVerification.js +12 -5
- package/funcs/settingsAccountV1SettingsSendEmailVerification.js.map +1 -1
- package/funcs/settingsAccountV1SettingsUpdate.d.ts +1 -1
- package/funcs/settingsAccountV1SettingsUpdate.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsUpdate.js +12 -5
- package/funcs/settingsAccountV1SettingsUpdate.js.map +1 -1
- package/funcs/settingsAccountV1SettingsUpdateImage.d.ts +1 -1
- package/funcs/settingsAccountV1SettingsUpdateImage.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsUpdateImage.js +12 -5
- package/funcs/settingsAccountV1SettingsUpdateImage.js.map +1 -1
- package/funcs/settingsAccountV1SettingsUploadImages.d.ts +1 -1
- package/funcs/settingsAccountV1SettingsUploadImages.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsUploadImages.js +12 -5
- package/funcs/settingsAccountV1SettingsUploadImages.js.map +1 -1
- package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts +1 -1
- package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsVerfyEmail.js +12 -5
- package/funcs/settingsAccountV1SettingsVerfyEmail.js.map +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.d.ts.map +1 -1
- package/lib/config.js +2 -2
- package/lib/security.js +3 -3
- package/lib/security.js.map +1 -1
- package/models/components/security.d.ts +2 -2
- package/models/components/security.d.ts.map +1 -1
- package/models/components/security.js +2 -2
- package/models/components/security.js.map +1 -1
- package/models/operations/accountv1connectionconnect.d.ts +23 -0
- package/models/operations/accountv1connectionconnect.d.ts.map +1 -1
- package/models/operations/accountv1connectionconnect.js +20 -1
- package/models/operations/accountv1connectionconnect.js.map +1 -1
- package/models/operations/accountv1connectiondeleteconnection.d.ts +23 -0
- package/models/operations/accountv1connectiondeleteconnection.d.ts.map +1 -1
- package/models/operations/accountv1connectiondeleteconnection.js +20 -1
- package/models/operations/accountv1connectiondeleteconnection.js.map +1 -1
- package/models/operations/accountv1connectionupdateconnection.d.ts +23 -0
- package/models/operations/accountv1connectionupdateconnection.d.ts.map +1 -1
- package/models/operations/accountv1connectionupdateconnection.js +20 -1
- package/models/operations/accountv1connectionupdateconnection.js.map +1 -1
- package/models/operations/accountv1connectionverifyconnection.d.ts +23 -0
- package/models/operations/accountv1connectionverifyconnection.d.ts.map +1 -1
- package/models/operations/accountv1connectionverifyconnection.js +20 -1
- package/models/operations/accountv1connectionverifyconnection.js.map +1 -1
- package/models/operations/accountv1getapps.d.ts +25 -0
- package/models/operations/accountv1getapps.d.ts.map +1 -1
- package/models/operations/accountv1getapps.js +22 -1
- package/models/operations/accountv1getapps.js.map +1 -1
- package/models/operations/accountv1getbadges.d.ts +25 -0
- package/models/operations/accountv1getbadges.d.ts.map +1 -1
- package/models/operations/accountv1getbadges.js +22 -1
- package/models/operations/accountv1getbadges.js.map +1 -1
- package/models/operations/accountv1getdatapoints.d.ts +25 -0
- package/models/operations/accountv1getdatapoints.d.ts.map +1 -1
- package/models/operations/accountv1getdatapoints.js +22 -1
- package/models/operations/accountv1getdatapoints.js.map +1 -1
- package/models/operations/accountv1getfriends.d.ts +25 -0
- package/models/operations/accountv1getfriends.d.ts.map +1 -1
- package/models/operations/accountv1getfriends.js +22 -1
- package/models/operations/accountv1getfriends.js.map +1 -1
- package/models/operations/accountv1getinfo.d.ts +25 -0
- package/models/operations/accountv1getinfo.d.ts.map +1 -1
- package/models/operations/accountv1getinfo.js +22 -1
- package/models/operations/accountv1getinfo.js.map +1 -1
- package/models/operations/accountv1getleaderboardhistory.d.ts +25 -0
- package/models/operations/accountv1getleaderboardhistory.d.ts.map +1 -1
- package/models/operations/accountv1getleaderboardhistory.js +22 -1
- package/models/operations/accountv1getleaderboardhistory.js.map +1 -1
- package/models/operations/accountv1getstaff.d.ts +23 -0
- package/models/operations/accountv1getstaff.d.ts.map +1 -1
- package/models/operations/accountv1getstaff.js +20 -1
- package/models/operations/accountv1getstaff.js.map +1 -1
- package/models/operations/accountv1queue.d.ts +25 -0
- package/models/operations/accountv1queue.d.ts.map +1 -1
- package/models/operations/accountv1queue.js +22 -1
- package/models/operations/accountv1queue.js.map +1 -1
- package/models/operations/accountv1sessiondelete.d.ts +23 -0
- package/models/operations/accountv1sessiondelete.d.ts.map +1 -1
- package/models/operations/accountv1sessiondelete.js +20 -1
- package/models/operations/accountv1sessiondelete.js.map +1 -1
- package/models/operations/accountv1sessionget.d.ts +23 -0
- package/models/operations/accountv1sessionget.d.ts.map +1 -1
- package/models/operations/accountv1sessionget.js +20 -1
- package/models/operations/accountv1sessionget.js.map +1 -1
- package/models/operations/accountv1settingsdeleteimages.d.ts +23 -0
- package/models/operations/accountv1settingsdeleteimages.d.ts.map +1 -1
- package/models/operations/accountv1settingsdeleteimages.js +20 -1
- package/models/operations/accountv1settingsdeleteimages.js.map +1 -1
- package/models/operations/accountv1settingsgenerateapikey.d.ts +23 -0
- package/models/operations/accountv1settingsgenerateapikey.d.ts.map +1 -1
- package/models/operations/accountv1settingsgenerateapikey.js +20 -1
- package/models/operations/accountv1settingsgenerateapikey.js.map +1 -1
- package/models/operations/accountv1settingsget.d.ts +23 -0
- package/models/operations/accountv1settingsget.d.ts.map +1 -1
- package/models/operations/accountv1settingsget.js +20 -1
- package/models/operations/accountv1settingsget.js.map +1 -1
- package/models/operations/accountv1settingssendemailverification.d.ts +23 -0
- package/models/operations/accountv1settingssendemailverification.d.ts.map +1 -1
- package/models/operations/accountv1settingssendemailverification.js +20 -1
- package/models/operations/accountv1settingssendemailverification.js.map +1 -1
- package/models/operations/accountv1settingsupdate.d.ts +23 -0
- package/models/operations/accountv1settingsupdate.d.ts.map +1 -1
- package/models/operations/accountv1settingsupdate.js +20 -1
- package/models/operations/accountv1settingsupdate.js.map +1 -1
- package/models/operations/accountv1settingsupdateimage.d.ts +23 -0
- package/models/operations/accountv1settingsupdateimage.d.ts.map +1 -1
- package/models/operations/accountv1settingsupdateimage.js +20 -1
- package/models/operations/accountv1settingsupdateimage.js.map +1 -1
- package/models/operations/accountv1settingsuploadimages.d.ts +23 -0
- package/models/operations/accountv1settingsuploadimages.d.ts.map +1 -1
- package/models/operations/accountv1settingsuploadimages.js +20 -1
- package/models/operations/accountv1settingsuploadimages.js.map +1 -1
- package/models/operations/accountv1settingsverfyemail.d.ts +23 -0
- package/models/operations/accountv1settingsverfyemail.d.ts.map +1 -1
- package/models/operations/accountv1settingsverfyemail.js +20 -1
- package/models/operations/accountv1settingsverfyemail.js.map +1 -1
- package/models/operations/appv1get.d.ts +25 -0
- package/models/operations/appv1get.d.ts.map +1 -1
- package/models/operations/appv1get.js +22 -1
- package/models/operations/appv1get.js.map +1 -1
- package/models/operations/location.d.ts +23 -0
- package/models/operations/location.d.ts.map +1 -1
- package/models/operations/location.js +20 -1
- package/models/operations/location.js.map +1 -1
- package/package.json +1 -1
- package/sdk/account.d.ts +21 -21
- package/sdk/account.d.ts.map +1 -1
- package/sdk/account.js +42 -42
- package/sdk/account.js.map +1 -1
- package/sdk/app.d.ts +2 -2
- package/sdk/app.d.ts.map +1 -1
- package/sdk/app.js +4 -4
- package/sdk/app.js.map +1 -1
- package/sdk/connection.d.ts +4 -4
- package/sdk/connection.d.ts.map +1 -1
- package/sdk/connection.js +8 -8
- package/sdk/connection.js.map +1 -1
- package/sdk/data.d.ts +8 -8
- package/sdk/data.d.ts.map +1 -1
- package/sdk/data.js +16 -16
- package/sdk/data.js.map +1 -1
- package/sdk/location.d.ts +1 -1
- package/sdk/location.d.ts.map +1 -1
- package/sdk/location.js +2 -2
- package/sdk/location.js.map +1 -1
- package/sdk/public.d.ts +7 -7
- package/sdk/public.d.ts.map +1 -1
- package/sdk/public.js +14 -14
- package/sdk/public.js.map +1 -1
- package/sdk/session.d.ts +2 -2
- package/sdk/session.d.ts.map +1 -1
- package/sdk/session.js +4 -4
- package/sdk/session.js.map +1 -1
- package/sdk/settings.d.ts +8 -8
- package/sdk/settings.d.ts.map +1 -1
- package/sdk/settings.js +16 -16
- package/sdk/settings.js.map +1 -1
- package/src/funcs/accountAccountV1ConnectionConnect.ts +13 -5
- package/src/funcs/accountAccountV1ConnectionDeleteConnection.ts +13 -5
- package/src/funcs/accountAccountV1ConnectionUpdateConnection.ts +13 -5
- package/src/funcs/accountAccountV1ConnectionVerifyConnection.ts +13 -5
- package/src/funcs/accountAccountV1GetApps.ts +18 -5
- package/src/funcs/accountAccountV1GetBadges.ts +18 -5
- package/src/funcs/accountAccountV1GetDataPoints.ts +18 -5
- package/src/funcs/accountAccountV1GetFriends.ts +18 -5
- package/src/funcs/accountAccountV1GetInfo.ts +18 -5
- package/src/funcs/accountAccountV1GetLeaderboardHistory.ts +18 -5
- package/src/funcs/accountAccountV1GetStaff.ts +13 -5
- package/src/funcs/accountAccountV1SessionCreate.ts +3 -3
- package/src/funcs/accountAccountV1SessionDelete.ts +13 -5
- package/src/funcs/accountAccountV1SessionGet.ts +13 -5
- package/src/funcs/accountAccountV1SessionLogin.ts +3 -3
- package/src/funcs/accountAccountV1SettingsDeleteImages.ts +13 -5
- package/src/funcs/accountAccountV1SettingsGenerateApiKey.ts +13 -5
- package/src/funcs/accountAccountV1SettingsGet.ts +13 -5
- package/src/funcs/accountAccountV1SettingsSendEmailVerification.ts +13 -5
- package/src/funcs/accountAccountV1SettingsUpdate.ts +13 -5
- package/src/funcs/accountAccountV1SettingsUpdateImage.ts +13 -5
- package/src/funcs/accountAccountV1SettingsUploadImages.ts +13 -5
- package/src/funcs/accountAccountV1SettingsVerfyEmail.ts +13 -5
- package/src/funcs/appAccountV1Queue.ts +18 -5
- package/src/funcs/appAppV1Get.ts +18 -5
- package/src/funcs/connectionAccountV1ConnectionConnect.ts +13 -5
- package/src/funcs/connectionAccountV1ConnectionDeleteConnection.ts +13 -5
- package/src/funcs/connectionAccountV1ConnectionUpdateConnection.ts +13 -5
- package/src/funcs/connectionAccountV1ConnectionVerifyConnection.ts +13 -5
- package/src/funcs/dataAccountV1GetApps.ts +18 -5
- package/src/funcs/dataAccountV1GetBadges.ts +18 -5
- package/src/funcs/dataAccountV1GetDataPoints.ts +18 -5
- package/src/funcs/dataAccountV1GetFriends.ts +18 -5
- package/src/funcs/dataAccountV1GetInfo.ts +18 -5
- package/src/funcs/dataAccountV1GetLeaderboardHistory.ts +18 -5
- package/src/funcs/dataAccountV1GetStaff.ts +13 -5
- package/src/funcs/dataAccountV1Queue.ts +18 -5
- package/src/funcs/livenessLiveness.ts +3 -3
- package/src/funcs/locationLocation.ts +13 -5
- package/src/funcs/publicAccountV1GetApps.ts +18 -5
- package/src/funcs/publicAccountV1GetBadges.ts +18 -5
- package/src/funcs/publicAccountV1GetDataPoints.ts +18 -5
- package/src/funcs/publicAccountV1GetFriends.ts +18 -5
- package/src/funcs/publicAccountV1GetInfo.ts +18 -5
- package/src/funcs/publicAccountV1GetLeaderboardHistory.ts +18 -5
- package/src/funcs/publicAccountV1Queue.ts +18 -5
- package/src/funcs/sessionAccountV1SessionCreate.ts +3 -3
- package/src/funcs/sessionAccountV1SessionDelete.ts +13 -5
- package/src/funcs/sessionAccountV1SessionGet.ts +13 -5
- package/src/funcs/sessionAccountV1SessionLogin.ts +3 -3
- package/src/funcs/settingsAccountV1SettingsDeleteImages.ts +13 -5
- package/src/funcs/settingsAccountV1SettingsGenerateApiKey.ts +13 -5
- package/src/funcs/settingsAccountV1SettingsGet.ts +13 -5
- package/src/funcs/settingsAccountV1SettingsSendEmailVerification.ts +13 -5
- package/src/funcs/settingsAccountV1SettingsUpdate.ts +13 -5
- package/src/funcs/settingsAccountV1SettingsUpdateImage.ts +13 -5
- package/src/funcs/settingsAccountV1SettingsUploadImages.ts +13 -5
- package/src/funcs/settingsAccountV1SettingsVerfyEmail.ts +13 -5
- package/src/lib/config.ts +3 -3
- package/src/lib/security.ts +3 -3
- package/src/models/components/security.ts +4 -4
- package/src/models/operations/accountv1connectionconnect.ts +41 -0
- package/src/models/operations/accountv1connectiondeleteconnection.ts +44 -0
- package/src/models/operations/accountv1connectionupdateconnection.ts +44 -0
- package/src/models/operations/accountv1connectionverifyconnection.ts +44 -0
- package/src/models/operations/accountv1getapps.ts +44 -0
- package/src/models/operations/accountv1getbadges.ts +44 -0
- package/src/models/operations/accountv1getdatapoints.ts +44 -0
- package/src/models/operations/accountv1getfriends.ts +44 -0
- package/src/models/operations/accountv1getinfo.ts +44 -0
- package/src/models/operations/accountv1getleaderboardhistory.ts +46 -0
- package/src/models/operations/accountv1getstaff.ts +40 -0
- package/src/models/operations/accountv1queue.ts +44 -0
- package/src/models/operations/accountv1sessiondelete.ts +40 -0
- package/src/models/operations/accountv1sessionget.ts +40 -0
- package/src/models/operations/accountv1settingsdeleteimages.ts +42 -0
- package/src/models/operations/accountv1settingsgenerateapikey.ts +42 -0
- package/src/models/operations/accountv1settingsget.ts +40 -0
- package/src/models/operations/accountv1settingssendemailverification.ts +45 -0
- package/src/models/operations/accountv1settingsupdate.ts +40 -0
- package/src/models/operations/accountv1settingsupdateimage.ts +42 -0
- package/src/models/operations/accountv1settingsuploadimages.ts +42 -0
- package/src/models/operations/accountv1settingsverfyemail.ts +42 -0
- package/src/models/operations/appv1get.ts +44 -0
- package/src/models/operations/location.ts +40 -0
- package/src/sdk/account.ts +42 -0
- package/src/sdk/app.ts +4 -0
- package/src/sdk/connection.ts +8 -0
- package/src/sdk/data.ts +16 -0
- package/src/sdk/location.ts +2 -0
- package/src/sdk/public.ts +14 -0
- package/src/sdk/session.ts +4 -0
- package/src/sdk/settings.ts +16 -0
|
@@ -46,6 +46,8 @@ async function run() {
|
|
|
46
46
|
const result = await steamSets.account.accountV1ConnectionConnect({
|
|
47
47
|
code: "123456",
|
|
48
48
|
provider: "discord",
|
|
49
|
+
}, {
|
|
50
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
49
51
|
});
|
|
50
52
|
|
|
51
53
|
// Handle the result
|
|
@@ -71,6 +73,8 @@ async function run() {
|
|
|
71
73
|
const res = await accountAccountV1ConnectionConnect(steamSets, {
|
|
72
74
|
code: "123456",
|
|
73
75
|
provider: "discord",
|
|
76
|
+
}, {
|
|
77
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
74
78
|
});
|
|
75
79
|
|
|
76
80
|
if (!res.ok) {
|
|
@@ -91,6 +95,7 @@ run();
|
|
|
91
95
|
| Parameter | Type | Required | Description |
|
|
92
96
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
93
97
|
| `request` | [components.V1ConnectRequestBody](../../models/components/v1connectrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
98
|
+
| `security` | [operations.AccountV1ConnectionConnectSecurity](../../models/operations/accountv1connectionconnectsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
94
99
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
95
100
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
96
101
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -116,7 +121,9 @@ Create a new session for non logged in users
|
|
|
116
121
|
```typescript
|
|
117
122
|
import { SteamSets } from "@steamsets/client-ts";
|
|
118
123
|
|
|
119
|
-
const steamSets = new SteamSets(
|
|
124
|
+
const steamSets = new SteamSets({
|
|
125
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
126
|
+
});
|
|
120
127
|
|
|
121
128
|
async function run() {
|
|
122
129
|
const result = await steamSets.account.accountV1SessionCreate({});
|
|
@@ -138,7 +145,9 @@ import { accountAccountV1SessionCreate } from "@steamsets/client-ts/funcs/accoun
|
|
|
138
145
|
|
|
139
146
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
140
147
|
// You can create one instance of it to use across an application.
|
|
141
|
-
const steamSets = new SteamSetsCore(
|
|
148
|
+
const steamSets = new SteamSetsCore({
|
|
149
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
150
|
+
});
|
|
142
151
|
|
|
143
152
|
async function run() {
|
|
144
153
|
const res = await accountAccountV1SessionCreate(steamSets, {});
|
|
@@ -191,6 +200,8 @@ const steamSets = new SteamSets();
|
|
|
191
200
|
async function run() {
|
|
192
201
|
const result = await steamSets.account.accountV1ConnectionDeleteConnection({
|
|
193
202
|
connectionId: "123456",
|
|
203
|
+
}, {
|
|
204
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
194
205
|
});
|
|
195
206
|
|
|
196
207
|
// Handle the result
|
|
@@ -215,6 +226,8 @@ const steamSets = new SteamSetsCore();
|
|
|
215
226
|
async function run() {
|
|
216
227
|
const res = await accountAccountV1ConnectionDeleteConnection(steamSets, {
|
|
217
228
|
connectionId: "123456",
|
|
229
|
+
}, {
|
|
230
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
218
231
|
});
|
|
219
232
|
|
|
220
233
|
if (!res.ok) {
|
|
@@ -235,6 +248,7 @@ run();
|
|
|
235
248
|
| Parameter | Type | Required | Description |
|
|
236
249
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
237
250
|
| `request` | [components.V1DeleteConnectionRequestBody](../../models/components/v1deleteconnectionrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
251
|
+
| `security` | [operations.AccountV1ConnectionDeleteConnectionSecurity](../../models/operations/accountv1connectiondeleteconnectionsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
238
252
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
239
253
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
240
254
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -267,6 +281,8 @@ async function run() {
|
|
|
267
281
|
imageIds: [
|
|
268
282
|
"<value>",
|
|
269
283
|
],
|
|
284
|
+
}, {
|
|
285
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
270
286
|
});
|
|
271
287
|
|
|
272
288
|
// Handle the result
|
|
@@ -293,6 +309,8 @@ async function run() {
|
|
|
293
309
|
imageIds: [
|
|
294
310
|
"<value>",
|
|
295
311
|
],
|
|
312
|
+
}, {
|
|
313
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
296
314
|
});
|
|
297
315
|
|
|
298
316
|
if (!res.ok) {
|
|
@@ -313,6 +331,7 @@ run();
|
|
|
313
331
|
| Parameter | Type | Required | Description |
|
|
314
332
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
315
333
|
| `request` | [components.V1DeleteImagesRequestBody](../../models/components/v1deleteimagesrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
334
|
+
| `security` | [operations.AccountV1SettingsDeleteImagesSecurity](../../models/operations/accountv1settingsdeleteimagessecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
316
335
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
317
336
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
318
337
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -343,6 +362,8 @@ const steamSets = new SteamSets();
|
|
|
343
362
|
async function run() {
|
|
344
363
|
const result = await steamSets.account.accountV1SessionDelete({
|
|
345
364
|
sessionId: "123456",
|
|
365
|
+
}, {
|
|
366
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
346
367
|
});
|
|
347
368
|
|
|
348
369
|
// Handle the result
|
|
@@ -367,6 +388,8 @@ const steamSets = new SteamSetsCore();
|
|
|
367
388
|
async function run() {
|
|
368
389
|
const res = await accountAccountV1SessionDelete(steamSets, {
|
|
369
390
|
sessionId: "123456",
|
|
391
|
+
}, {
|
|
392
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
370
393
|
});
|
|
371
394
|
|
|
372
395
|
if (!res.ok) {
|
|
@@ -387,6 +410,7 @@ run();
|
|
|
387
410
|
| Parameter | Type | Required | Description |
|
|
388
411
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
389
412
|
| `request` | [components.V1DeleteSessionRequestBody](../../models/components/v1deletesessionrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
413
|
+
| `security` | [operations.AccountV1SessionDeleteSecurity](../../models/operations/accountv1sessiondeletesecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
390
414
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
391
415
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
392
416
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -415,7 +439,9 @@ import { SteamSets } from "@steamsets/client-ts";
|
|
|
415
439
|
const steamSets = new SteamSets();
|
|
416
440
|
|
|
417
441
|
async function run() {
|
|
418
|
-
const result = await steamSets.account.accountV1SettingsGenerateApiKey(
|
|
442
|
+
const result = await steamSets.account.accountV1SettingsGenerateApiKey({
|
|
443
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
444
|
+
});
|
|
419
445
|
|
|
420
446
|
// Handle the result
|
|
421
447
|
console.log(result)
|
|
@@ -437,7 +463,9 @@ import { accountAccountV1SettingsGenerateApiKey } from "@steamsets/client-ts/fun
|
|
|
437
463
|
const steamSets = new SteamSetsCore();
|
|
438
464
|
|
|
439
465
|
async function run() {
|
|
440
|
-
const res = await accountAccountV1SettingsGenerateApiKey(steamSets
|
|
466
|
+
const res = await accountAccountV1SettingsGenerateApiKey(steamSets, {
|
|
467
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
468
|
+
});
|
|
441
469
|
|
|
442
470
|
if (!res.ok) {
|
|
443
471
|
throw res.error;
|
|
@@ -456,6 +484,7 @@ run();
|
|
|
456
484
|
|
|
457
485
|
| Parameter | Type | Required | Description |
|
|
458
486
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
487
|
+
| `security` | [operations.AccountV1SettingsGenerateApiKeySecurity](../../models/operations/accountv1settingsgenerateapikeysecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
459
488
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
460
489
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
461
490
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -486,6 +515,9 @@ const steamSets = new SteamSets();
|
|
|
486
515
|
async function run() {
|
|
487
516
|
const result = await steamSets.account.accountV1GetApps({
|
|
488
517
|
accountSearch: {},
|
|
518
|
+
}, {
|
|
519
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
520
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
489
521
|
});
|
|
490
522
|
|
|
491
523
|
// Handle the result
|
|
@@ -510,6 +542,9 @@ const steamSets = new SteamSetsCore();
|
|
|
510
542
|
async function run() {
|
|
511
543
|
const res = await accountAccountV1GetApps(steamSets, {
|
|
512
544
|
accountSearch: {},
|
|
545
|
+
}, {
|
|
546
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
547
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
513
548
|
});
|
|
514
549
|
|
|
515
550
|
if (!res.ok) {
|
|
@@ -530,6 +565,7 @@ run();
|
|
|
530
565
|
| Parameter | Type | Required | Description |
|
|
531
566
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
532
567
|
| `request` | [operations.AccountV1GetAppsRequest](../../models/operations/accountv1getappsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
568
|
+
| `security` | [operations.AccountV1GetAppsSecurity](../../models/operations/accountv1getappssecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
533
569
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
534
570
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
535
571
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -560,6 +596,9 @@ const steamSets = new SteamSets();
|
|
|
560
596
|
async function run() {
|
|
561
597
|
const result = await steamSets.account.accountV1GetBadges({
|
|
562
598
|
accountSearch: {},
|
|
599
|
+
}, {
|
|
600
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
601
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
563
602
|
});
|
|
564
603
|
|
|
565
604
|
// Handle the result
|
|
@@ -584,6 +623,9 @@ const steamSets = new SteamSetsCore();
|
|
|
584
623
|
async function run() {
|
|
585
624
|
const res = await accountAccountV1GetBadges(steamSets, {
|
|
586
625
|
accountSearch: {},
|
|
626
|
+
}, {
|
|
627
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
628
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
587
629
|
});
|
|
588
630
|
|
|
589
631
|
if (!res.ok) {
|
|
@@ -604,6 +646,7 @@ run();
|
|
|
604
646
|
| Parameter | Type | Required | Description |
|
|
605
647
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
606
648
|
| `request` | [operations.AccountV1GetBadgesRequest](../../models/operations/accountv1getbadgesrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
649
|
+
| `security` | [operations.AccountV1GetBadgesSecurity](../../models/operations/accountv1getbadgessecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
607
650
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
608
651
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
609
652
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -634,6 +677,9 @@ const steamSets = new SteamSets();
|
|
|
634
677
|
async function run() {
|
|
635
678
|
const result = await steamSets.account.accountV1GetDataPoints({
|
|
636
679
|
accountSearch: {},
|
|
680
|
+
}, {
|
|
681
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
682
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
637
683
|
});
|
|
638
684
|
|
|
639
685
|
// Handle the result
|
|
@@ -658,6 +704,9 @@ const steamSets = new SteamSetsCore();
|
|
|
658
704
|
async function run() {
|
|
659
705
|
const res = await accountAccountV1GetDataPoints(steamSets, {
|
|
660
706
|
accountSearch: {},
|
|
707
|
+
}, {
|
|
708
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
709
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
661
710
|
});
|
|
662
711
|
|
|
663
712
|
if (!res.ok) {
|
|
@@ -678,6 +727,7 @@ run();
|
|
|
678
727
|
| Parameter | Type | Required | Description |
|
|
679
728
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
680
729
|
| `request` | [operations.AccountV1GetDataPointsRequest](../../models/operations/accountv1getdatapointsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
730
|
+
| `security` | [operations.AccountV1GetDataPointsSecurity](../../models/operations/accountv1getdatapointssecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
681
731
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
682
732
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
683
733
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -708,6 +758,9 @@ const steamSets = new SteamSets();
|
|
|
708
758
|
async function run() {
|
|
709
759
|
const result = await steamSets.account.accountV1GetFriends({
|
|
710
760
|
accountSearch: {},
|
|
761
|
+
}, {
|
|
762
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
763
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
711
764
|
});
|
|
712
765
|
|
|
713
766
|
// Handle the result
|
|
@@ -732,6 +785,9 @@ const steamSets = new SteamSetsCore();
|
|
|
732
785
|
async function run() {
|
|
733
786
|
const res = await accountAccountV1GetFriends(steamSets, {
|
|
734
787
|
accountSearch: {},
|
|
788
|
+
}, {
|
|
789
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
790
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
735
791
|
});
|
|
736
792
|
|
|
737
793
|
if (!res.ok) {
|
|
@@ -752,6 +808,7 @@ run();
|
|
|
752
808
|
| Parameter | Type | Required | Description |
|
|
753
809
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
754
810
|
| `request` | [operations.AccountV1GetFriendsRequest](../../models/operations/accountv1getfriendsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
811
|
+
| `security` | [operations.AccountV1GetFriendsSecurity](../../models/operations/accountv1getfriendssecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
755
812
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
756
813
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
757
814
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -780,7 +837,10 @@ import { SteamSets } from "@steamsets/client-ts";
|
|
|
780
837
|
const steamSets = new SteamSets();
|
|
781
838
|
|
|
782
839
|
async function run() {
|
|
783
|
-
const result = await steamSets.account.accountV1GetInfo({}
|
|
840
|
+
const result = await steamSets.account.accountV1GetInfo({}, {
|
|
841
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
842
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
843
|
+
});
|
|
784
844
|
|
|
785
845
|
// Handle the result
|
|
786
846
|
console.log(result)
|
|
@@ -802,7 +862,10 @@ import { accountAccountV1GetInfo } from "@steamsets/client-ts/funcs/accountAccou
|
|
|
802
862
|
const steamSets = new SteamSetsCore();
|
|
803
863
|
|
|
804
864
|
async function run() {
|
|
805
|
-
const res = await accountAccountV1GetInfo(steamSets, {}
|
|
865
|
+
const res = await accountAccountV1GetInfo(steamSets, {}, {
|
|
866
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
867
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
868
|
+
});
|
|
806
869
|
|
|
807
870
|
if (!res.ok) {
|
|
808
871
|
throw res.error;
|
|
@@ -822,6 +885,7 @@ run();
|
|
|
822
885
|
| Parameter | Type | Required | Description |
|
|
823
886
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
824
887
|
| `request` | [components.AccountSearch](../../models/components/accountsearch.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
888
|
+
| `security` | [operations.AccountV1GetInfoSecurity](../../models/operations/accountv1getinfosecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
825
889
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
826
890
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
827
891
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -852,6 +916,9 @@ const steamSets = new SteamSets();
|
|
|
852
916
|
async function run() {
|
|
853
917
|
const result = await steamSets.account.accountV1GetLeaderboardHistory({
|
|
854
918
|
accountSearch: {},
|
|
919
|
+
}, {
|
|
920
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
921
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
855
922
|
});
|
|
856
923
|
|
|
857
924
|
// Handle the result
|
|
@@ -876,6 +943,9 @@ const steamSets = new SteamSetsCore();
|
|
|
876
943
|
async function run() {
|
|
877
944
|
const res = await accountAccountV1GetLeaderboardHistory(steamSets, {
|
|
878
945
|
accountSearch: {},
|
|
946
|
+
}, {
|
|
947
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
948
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
879
949
|
});
|
|
880
950
|
|
|
881
951
|
if (!res.ok) {
|
|
@@ -896,6 +966,7 @@ run();
|
|
|
896
966
|
| Parameter | Type | Required | Description |
|
|
897
967
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
898
968
|
| `request` | [operations.AccountV1GetLeaderboardHistoryRequest](../../models/operations/accountv1getleaderboardhistoryrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
969
|
+
| `security` | [operations.AccountV1GetLeaderboardHistorySecurity](../../models/operations/accountv1getleaderboardhistorysecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
899
970
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
900
971
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
901
972
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -924,7 +995,9 @@ import { SteamSets } from "@steamsets/client-ts";
|
|
|
924
995
|
const steamSets = new SteamSets();
|
|
925
996
|
|
|
926
997
|
async function run() {
|
|
927
|
-
const result = await steamSets.account.accountV1SessionGet(
|
|
998
|
+
const result = await steamSets.account.accountV1SessionGet({
|
|
999
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1000
|
+
});
|
|
928
1001
|
|
|
929
1002
|
// Handle the result
|
|
930
1003
|
console.log(result)
|
|
@@ -946,7 +1019,9 @@ import { accountAccountV1SessionGet } from "@steamsets/client-ts/funcs/accountAc
|
|
|
946
1019
|
const steamSets = new SteamSetsCore();
|
|
947
1020
|
|
|
948
1021
|
async function run() {
|
|
949
|
-
const res = await accountAccountV1SessionGet(steamSets
|
|
1022
|
+
const res = await accountAccountV1SessionGet(steamSets, {
|
|
1023
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1024
|
+
});
|
|
950
1025
|
|
|
951
1026
|
if (!res.ok) {
|
|
952
1027
|
throw res.error;
|
|
@@ -965,6 +1040,7 @@ run();
|
|
|
965
1040
|
|
|
966
1041
|
| Parameter | Type | Required | Description |
|
|
967
1042
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1043
|
+
| `security` | [operations.AccountV1SessionGetSecurity](../../models/operations/accountv1sessiongetsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
968
1044
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
969
1045
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
970
1046
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -993,7 +1069,9 @@ import { SteamSets } from "@steamsets/client-ts";
|
|
|
993
1069
|
const steamSets = new SteamSets();
|
|
994
1070
|
|
|
995
1071
|
async function run() {
|
|
996
|
-
const result = await steamSets.account.accountV1SettingsGet(
|
|
1072
|
+
const result = await steamSets.account.accountV1SettingsGet({
|
|
1073
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1074
|
+
});
|
|
997
1075
|
|
|
998
1076
|
// Handle the result
|
|
999
1077
|
console.log(result)
|
|
@@ -1015,7 +1093,9 @@ import { accountAccountV1SettingsGet } from "@steamsets/client-ts/funcs/accountA
|
|
|
1015
1093
|
const steamSets = new SteamSetsCore();
|
|
1016
1094
|
|
|
1017
1095
|
async function run() {
|
|
1018
|
-
const res = await accountAccountV1SettingsGet(steamSets
|
|
1096
|
+
const res = await accountAccountV1SettingsGet(steamSets, {
|
|
1097
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1098
|
+
});
|
|
1019
1099
|
|
|
1020
1100
|
if (!res.ok) {
|
|
1021
1101
|
throw res.error;
|
|
@@ -1034,6 +1114,7 @@ run();
|
|
|
1034
1114
|
|
|
1035
1115
|
| Parameter | Type | Required | Description |
|
|
1036
1116
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1117
|
+
| `security` | [operations.AccountV1SettingsGetSecurity](../../models/operations/accountv1settingsgetsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
1037
1118
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
1038
1119
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
1039
1120
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -1062,7 +1143,9 @@ import { SteamSets } from "@steamsets/client-ts";
|
|
|
1062
1143
|
const steamSets = new SteamSets();
|
|
1063
1144
|
|
|
1064
1145
|
async function run() {
|
|
1065
|
-
const result = await steamSets.account.accountV1GetStaff(
|
|
1146
|
+
const result = await steamSets.account.accountV1GetStaff({
|
|
1147
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1148
|
+
});
|
|
1066
1149
|
|
|
1067
1150
|
// Handle the result
|
|
1068
1151
|
console.log(result)
|
|
@@ -1084,7 +1167,9 @@ import { accountAccountV1GetStaff } from "@steamsets/client-ts/funcs/accountAcco
|
|
|
1084
1167
|
const steamSets = new SteamSetsCore();
|
|
1085
1168
|
|
|
1086
1169
|
async function run() {
|
|
1087
|
-
const res = await accountAccountV1GetStaff(steamSets
|
|
1170
|
+
const res = await accountAccountV1GetStaff(steamSets, {
|
|
1171
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1172
|
+
});
|
|
1088
1173
|
|
|
1089
1174
|
if (!res.ok) {
|
|
1090
1175
|
throw res.error;
|
|
@@ -1103,6 +1188,7 @@ run();
|
|
|
1103
1188
|
|
|
1104
1189
|
| Parameter | Type | Required | Description |
|
|
1105
1190
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1191
|
+
| `security` | [operations.AccountV1GetStaffSecurity](../../models/operations/accountv1getstaffsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
1106
1192
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
1107
1193
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
1108
1194
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -1128,7 +1214,9 @@ Logs a user in and creates a new session
|
|
|
1128
1214
|
```typescript
|
|
1129
1215
|
import { SteamSets } from "@steamsets/client-ts";
|
|
1130
1216
|
|
|
1131
|
-
const steamSets = new SteamSets(
|
|
1217
|
+
const steamSets = new SteamSets({
|
|
1218
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
1219
|
+
});
|
|
1132
1220
|
|
|
1133
1221
|
async function run() {
|
|
1134
1222
|
const result = await steamSets.account.accountV1SessionLogin({
|
|
@@ -1163,7 +1251,9 @@ import { accountAccountV1SessionLogin } from "@steamsets/client-ts/funcs/account
|
|
|
1163
1251
|
|
|
1164
1252
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
1165
1253
|
// You can create one instance of it to use across an application.
|
|
1166
|
-
const steamSets = new SteamSetsCore(
|
|
1254
|
+
const steamSets = new SteamSetsCore({
|
|
1255
|
+
apiKey: "<YOUR_API_KEY_HERE>",
|
|
1256
|
+
});
|
|
1167
1257
|
|
|
1168
1258
|
async function run() {
|
|
1169
1259
|
const res = await accountAccountV1SessionLogin(steamSets, {
|
|
@@ -1227,7 +1317,9 @@ import { SteamSets } from "@steamsets/client-ts";
|
|
|
1227
1317
|
const steamSets = new SteamSets();
|
|
1228
1318
|
|
|
1229
1319
|
async function run() {
|
|
1230
|
-
const result = await steamSets.account.accountV1SettingsSendEmailVerification({}
|
|
1320
|
+
const result = await steamSets.account.accountV1SettingsSendEmailVerification({}, {
|
|
1321
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1322
|
+
});
|
|
1231
1323
|
|
|
1232
1324
|
// Handle the result
|
|
1233
1325
|
console.log(result)
|
|
@@ -1249,7 +1341,9 @@ import { accountAccountV1SettingsSendEmailVerification } from "@steamsets/client
|
|
|
1249
1341
|
const steamSets = new SteamSetsCore();
|
|
1250
1342
|
|
|
1251
1343
|
async function run() {
|
|
1252
|
-
const res = await accountAccountV1SettingsSendEmailVerification(steamSets, {}
|
|
1344
|
+
const res = await accountAccountV1SettingsSendEmailVerification(steamSets, {}, {
|
|
1345
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1346
|
+
});
|
|
1253
1347
|
|
|
1254
1348
|
if (!res.ok) {
|
|
1255
1349
|
throw res.error;
|
|
@@ -1269,6 +1363,7 @@ run();
|
|
|
1269
1363
|
| Parameter | Type | Required | Description |
|
|
1270
1364
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1271
1365
|
| `request` | [operations.AccountV1SettingsSendEmailVerificationRequest](../../models/operations/accountv1settingssendemailverificationrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
1366
|
+
| `security` | [operations.AccountV1SettingsSendEmailVerificationSecurity](../../models/operations/accountv1settingssendemailverificationsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
1272
1367
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
1273
1368
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
1274
1369
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -1300,6 +1395,8 @@ async function run() {
|
|
|
1300
1395
|
const result = await steamSets.account.accountV1ConnectionUpdateConnection({
|
|
1301
1396
|
connectionId: "123456",
|
|
1302
1397
|
hidden: true,
|
|
1398
|
+
}, {
|
|
1399
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1303
1400
|
});
|
|
1304
1401
|
|
|
1305
1402
|
// Handle the result
|
|
@@ -1325,6 +1422,8 @@ async function run() {
|
|
|
1325
1422
|
const res = await accountAccountV1ConnectionUpdateConnection(steamSets, {
|
|
1326
1423
|
connectionId: "123456",
|
|
1327
1424
|
hidden: true,
|
|
1425
|
+
}, {
|
|
1426
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1328
1427
|
});
|
|
1329
1428
|
|
|
1330
1429
|
if (!res.ok) {
|
|
@@ -1345,6 +1444,7 @@ run();
|
|
|
1345
1444
|
| Parameter | Type | Required | Description |
|
|
1346
1445
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1347
1446
|
| `request` | [components.V1UpdateConnectionRequestBody](../../models/components/v1updateconnectionrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
1447
|
+
| `security` | [operations.AccountV1ConnectionUpdateConnectionSecurity](../../models/operations/accountv1connectionupdateconnectionsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
1348
1448
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
1349
1449
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
1350
1450
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -1376,6 +1476,8 @@ async function run() {
|
|
|
1376
1476
|
const result = await steamSets.account.accountV1SettingsUpdateImage({
|
|
1377
1477
|
active: true,
|
|
1378
1478
|
imageId: "123456",
|
|
1479
|
+
}, {
|
|
1480
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1379
1481
|
});
|
|
1380
1482
|
|
|
1381
1483
|
// Handle the result
|
|
@@ -1401,6 +1503,8 @@ async function run() {
|
|
|
1401
1503
|
const res = await accountAccountV1SettingsUpdateImage(steamSets, {
|
|
1402
1504
|
active: true,
|
|
1403
1505
|
imageId: "123456",
|
|
1506
|
+
}, {
|
|
1507
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1404
1508
|
});
|
|
1405
1509
|
|
|
1406
1510
|
if (!res.ok) {
|
|
@@ -1421,6 +1525,7 @@ run();
|
|
|
1421
1525
|
| Parameter | Type | Required | Description |
|
|
1422
1526
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1423
1527
|
| `request` | [components.V1UpdateImageRequestBody](../../models/components/v1updateimagerequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
1528
|
+
| `security` | [operations.AccountV1SettingsUpdateImageSecurity](../../models/operations/accountv1settingsupdateimagesecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
1424
1529
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
1425
1530
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
1426
1531
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -1465,6 +1570,8 @@ async function run() {
|
|
|
1465
1570
|
theme: "dark",
|
|
1466
1571
|
vanity: "flo",
|
|
1467
1572
|
},
|
|
1573
|
+
}, {
|
|
1574
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1468
1575
|
});
|
|
1469
1576
|
|
|
1470
1577
|
// Handle the result
|
|
@@ -1503,6 +1610,8 @@ async function run() {
|
|
|
1503
1610
|
theme: "dark",
|
|
1504
1611
|
vanity: "flo",
|
|
1505
1612
|
},
|
|
1613
|
+
}, {
|
|
1614
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1506
1615
|
});
|
|
1507
1616
|
|
|
1508
1617
|
if (!res.ok) {
|
|
@@ -1523,6 +1632,7 @@ run();
|
|
|
1523
1632
|
| Parameter | Type | Required | Description |
|
|
1524
1633
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1525
1634
|
| `request` | [operations.AccountV1SettingsUpdateRequest](../../models/operations/accountv1settingsupdaterequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
1635
|
+
| `security` | [operations.AccountV1SettingsUpdateSecurity](../../models/operations/accountv1settingsupdatesecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
1526
1636
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
1527
1637
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
1528
1638
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -1558,6 +1668,8 @@ async function run() {
|
|
|
1558
1668
|
type: "avatar",
|
|
1559
1669
|
},
|
|
1560
1670
|
],
|
|
1671
|
+
}, {
|
|
1672
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1561
1673
|
});
|
|
1562
1674
|
|
|
1563
1675
|
// Handle the result
|
|
@@ -1587,6 +1699,8 @@ async function run() {
|
|
|
1587
1699
|
type: "avatar",
|
|
1588
1700
|
},
|
|
1589
1701
|
],
|
|
1702
|
+
}, {
|
|
1703
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1590
1704
|
});
|
|
1591
1705
|
|
|
1592
1706
|
if (!res.ok) {
|
|
@@ -1607,6 +1721,7 @@ run();
|
|
|
1607
1721
|
| Parameter | Type | Required | Description |
|
|
1608
1722
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1609
1723
|
| `request` | [components.V1UploadImagesRequestBody](../../models/components/v1uploadimagesrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
1724
|
+
| `security` | [operations.AccountV1SettingsUploadImagesSecurity](../../models/operations/accountv1settingsuploadimagessecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
1610
1725
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
1611
1726
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
1612
1727
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -1637,6 +1752,8 @@ const steamSets = new SteamSets();
|
|
|
1637
1752
|
async function run() {
|
|
1638
1753
|
const result = await steamSets.account.accountV1ConnectionVerifyConnection({
|
|
1639
1754
|
connectionId: "123456",
|
|
1755
|
+
}, {
|
|
1756
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1640
1757
|
});
|
|
1641
1758
|
|
|
1642
1759
|
// Handle the result
|
|
@@ -1661,6 +1778,8 @@ const steamSets = new SteamSetsCore();
|
|
|
1661
1778
|
async function run() {
|
|
1662
1779
|
const res = await accountAccountV1ConnectionVerifyConnection(steamSets, {
|
|
1663
1780
|
connectionId: "123456",
|
|
1781
|
+
}, {
|
|
1782
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1664
1783
|
});
|
|
1665
1784
|
|
|
1666
1785
|
if (!res.ok) {
|
|
@@ -1681,6 +1800,7 @@ run();
|
|
|
1681
1800
|
| Parameter | Type | Required | Description |
|
|
1682
1801
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1683
1802
|
| `request` | [components.V1VerifyConnectionRequestBody](../../models/components/v1verifyconnectionrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
1803
|
+
| `security` | [operations.AccountV1ConnectionVerifyConnectionSecurity](../../models/operations/accountv1connectionverifyconnectionsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
1684
1804
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
1685
1805
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
1686
1806
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -1711,6 +1831,8 @@ const steamSets = new SteamSets();
|
|
|
1711
1831
|
async function run() {
|
|
1712
1832
|
const result = await steamSets.account.accountV1SettingsVerfyEmail({
|
|
1713
1833
|
code: "123456",
|
|
1834
|
+
}, {
|
|
1835
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1714
1836
|
});
|
|
1715
1837
|
|
|
1716
1838
|
// Handle the result
|
|
@@ -1735,6 +1857,8 @@ const steamSets = new SteamSetsCore();
|
|
|
1735
1857
|
async function run() {
|
|
1736
1858
|
const res = await accountAccountV1SettingsVerfyEmail(steamSets, {
|
|
1737
1859
|
code: "123456",
|
|
1860
|
+
}, {
|
|
1861
|
+
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
1738
1862
|
});
|
|
1739
1863
|
|
|
1740
1864
|
if (!res.ok) {
|
|
@@ -1755,6 +1879,7 @@ run();
|
|
|
1755
1879
|
| Parameter | Type | Required | Description |
|
|
1756
1880
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
1757
1881
|
| `request` | [components.V1VerifyEmailRequestBody](../../models/components/v1verifyemailrequestbody.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
1882
|
+
| `security` | [operations.AccountV1SettingsVerfyEmailSecurity](../../models/operations/accountv1settingsverfyemailsecurity.md) | :heavy_check_mark: | The security requirements to use for the request. |
|
|
1758
1883
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
1759
1884
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
1760
1885
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|