@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
package/src/sdk/account.ts
CHANGED
|
@@ -36,11 +36,13 @@ export class Account extends ClientSDK {
|
|
|
36
36
|
*/
|
|
37
37
|
async accountV1ConnectionConnect(
|
|
38
38
|
request: components.V1ConnectRequestBody,
|
|
39
|
+
security: operations.AccountV1ConnectionConnectSecurity,
|
|
39
40
|
options?: RequestOptions,
|
|
40
41
|
): Promise<operations.AccountV1ConnectionConnectResponse> {
|
|
41
42
|
return unwrapAsync(accountAccountV1ConnectionConnect(
|
|
42
43
|
this,
|
|
43
44
|
request,
|
|
45
|
+
security,
|
|
44
46
|
options,
|
|
45
47
|
));
|
|
46
48
|
}
|
|
@@ -64,11 +66,13 @@ export class Account extends ClientSDK {
|
|
|
64
66
|
*/
|
|
65
67
|
async accountV1ConnectionDeleteConnection(
|
|
66
68
|
request: components.V1DeleteConnectionRequestBody,
|
|
69
|
+
security: operations.AccountV1ConnectionDeleteConnectionSecurity,
|
|
67
70
|
options?: RequestOptions,
|
|
68
71
|
): Promise<operations.AccountV1ConnectionDeleteConnectionResponse> {
|
|
69
72
|
return unwrapAsync(accountAccountV1ConnectionDeleteConnection(
|
|
70
73
|
this,
|
|
71
74
|
request,
|
|
75
|
+
security,
|
|
72
76
|
options,
|
|
73
77
|
));
|
|
74
78
|
}
|
|
@@ -78,11 +82,13 @@ export class Account extends ClientSDK {
|
|
|
78
82
|
*/
|
|
79
83
|
async accountV1SettingsDeleteImages(
|
|
80
84
|
request: components.V1DeleteImagesRequestBody,
|
|
85
|
+
security: operations.AccountV1SettingsDeleteImagesSecurity,
|
|
81
86
|
options?: RequestOptions,
|
|
82
87
|
): Promise<operations.AccountV1SettingsDeleteImagesResponse> {
|
|
83
88
|
return unwrapAsync(accountAccountV1SettingsDeleteImages(
|
|
84
89
|
this,
|
|
85
90
|
request,
|
|
91
|
+
security,
|
|
86
92
|
options,
|
|
87
93
|
));
|
|
88
94
|
}
|
|
@@ -92,11 +98,13 @@ export class Account extends ClientSDK {
|
|
|
92
98
|
*/
|
|
93
99
|
async accountV1SessionDelete(
|
|
94
100
|
request: components.V1DeleteSessionRequestBody,
|
|
101
|
+
security: operations.AccountV1SessionDeleteSecurity,
|
|
95
102
|
options?: RequestOptions,
|
|
96
103
|
): Promise<operations.AccountV1SessionDeleteResponse> {
|
|
97
104
|
return unwrapAsync(accountAccountV1SessionDelete(
|
|
98
105
|
this,
|
|
99
106
|
request,
|
|
107
|
+
security,
|
|
100
108
|
options,
|
|
101
109
|
));
|
|
102
110
|
}
|
|
@@ -105,10 +113,12 @@ export class Account extends ClientSDK {
|
|
|
105
113
|
* Generate a new API key for the account
|
|
106
114
|
*/
|
|
107
115
|
async accountV1SettingsGenerateApiKey(
|
|
116
|
+
security: operations.AccountV1SettingsGenerateApiKeySecurity,
|
|
108
117
|
options?: RequestOptions,
|
|
109
118
|
): Promise<operations.AccountV1SettingsGenerateApiKeyResponse> {
|
|
110
119
|
return unwrapAsync(accountAccountV1SettingsGenerateApiKey(
|
|
111
120
|
this,
|
|
121
|
+
security,
|
|
112
122
|
options,
|
|
113
123
|
));
|
|
114
124
|
}
|
|
@@ -118,11 +128,13 @@ export class Account extends ClientSDK {
|
|
|
118
128
|
*/
|
|
119
129
|
async accountV1GetApps(
|
|
120
130
|
request: operations.AccountV1GetAppsRequest,
|
|
131
|
+
security: operations.AccountV1GetAppsSecurity,
|
|
121
132
|
options?: RequestOptions,
|
|
122
133
|
): Promise<operations.AccountV1GetAppsResponse> {
|
|
123
134
|
return unwrapAsync(accountAccountV1GetApps(
|
|
124
135
|
this,
|
|
125
136
|
request,
|
|
137
|
+
security,
|
|
126
138
|
options,
|
|
127
139
|
));
|
|
128
140
|
}
|
|
@@ -132,11 +144,13 @@ export class Account extends ClientSDK {
|
|
|
132
144
|
*/
|
|
133
145
|
async accountV1GetBadges(
|
|
134
146
|
request: operations.AccountV1GetBadgesRequest,
|
|
147
|
+
security: operations.AccountV1GetBadgesSecurity,
|
|
135
148
|
options?: RequestOptions,
|
|
136
149
|
): Promise<operations.AccountV1GetBadgesResponse> {
|
|
137
150
|
return unwrapAsync(accountAccountV1GetBadges(
|
|
138
151
|
this,
|
|
139
152
|
request,
|
|
153
|
+
security,
|
|
140
154
|
options,
|
|
141
155
|
));
|
|
142
156
|
}
|
|
@@ -146,11 +160,13 @@ export class Account extends ClientSDK {
|
|
|
146
160
|
*/
|
|
147
161
|
async accountV1GetDataPoints(
|
|
148
162
|
request: operations.AccountV1GetDataPointsRequest,
|
|
163
|
+
security: operations.AccountV1GetDataPointsSecurity,
|
|
149
164
|
options?: RequestOptions,
|
|
150
165
|
): Promise<operations.AccountV1GetDataPointsResponse> {
|
|
151
166
|
return unwrapAsync(accountAccountV1GetDataPoints(
|
|
152
167
|
this,
|
|
153
168
|
request,
|
|
169
|
+
security,
|
|
154
170
|
options,
|
|
155
171
|
));
|
|
156
172
|
}
|
|
@@ -160,11 +176,13 @@ export class Account extends ClientSDK {
|
|
|
160
176
|
*/
|
|
161
177
|
async accountV1GetFriends(
|
|
162
178
|
request: operations.AccountV1GetFriendsRequest,
|
|
179
|
+
security: operations.AccountV1GetFriendsSecurity,
|
|
163
180
|
options?: RequestOptions,
|
|
164
181
|
): Promise<operations.AccountV1GetFriendsResponse> {
|
|
165
182
|
return unwrapAsync(accountAccountV1GetFriends(
|
|
166
183
|
this,
|
|
167
184
|
request,
|
|
185
|
+
security,
|
|
168
186
|
options,
|
|
169
187
|
));
|
|
170
188
|
}
|
|
@@ -174,11 +192,13 @@ export class Account extends ClientSDK {
|
|
|
174
192
|
*/
|
|
175
193
|
async accountV1GetInfo(
|
|
176
194
|
request: components.AccountSearch,
|
|
195
|
+
security: operations.AccountV1GetInfoSecurity,
|
|
177
196
|
options?: RequestOptions,
|
|
178
197
|
): Promise<operations.AccountV1GetInfoResponse> {
|
|
179
198
|
return unwrapAsync(accountAccountV1GetInfo(
|
|
180
199
|
this,
|
|
181
200
|
request,
|
|
201
|
+
security,
|
|
182
202
|
options,
|
|
183
203
|
));
|
|
184
204
|
}
|
|
@@ -188,11 +208,13 @@ export class Account extends ClientSDK {
|
|
|
188
208
|
*/
|
|
189
209
|
async accountV1GetLeaderboardHistory(
|
|
190
210
|
request: operations.AccountV1GetLeaderboardHistoryRequest,
|
|
211
|
+
security: operations.AccountV1GetLeaderboardHistorySecurity,
|
|
191
212
|
options?: RequestOptions,
|
|
192
213
|
): Promise<operations.AccountV1GetLeaderboardHistoryResponse> {
|
|
193
214
|
return unwrapAsync(accountAccountV1GetLeaderboardHistory(
|
|
194
215
|
this,
|
|
195
216
|
request,
|
|
217
|
+
security,
|
|
196
218
|
options,
|
|
197
219
|
));
|
|
198
220
|
}
|
|
@@ -201,10 +223,12 @@ export class Account extends ClientSDK {
|
|
|
201
223
|
* Gets all session data
|
|
202
224
|
*/
|
|
203
225
|
async accountV1SessionGet(
|
|
226
|
+
security: operations.AccountV1SessionGetSecurity,
|
|
204
227
|
options?: RequestOptions,
|
|
205
228
|
): Promise<operations.AccountV1SessionGetResponse> {
|
|
206
229
|
return unwrapAsync(accountAccountV1SessionGet(
|
|
207
230
|
this,
|
|
231
|
+
security,
|
|
208
232
|
options,
|
|
209
233
|
));
|
|
210
234
|
}
|
|
@@ -213,10 +237,12 @@ export class Account extends ClientSDK {
|
|
|
213
237
|
* Gets all settings for the account
|
|
214
238
|
*/
|
|
215
239
|
async accountV1SettingsGet(
|
|
240
|
+
security: operations.AccountV1SettingsGetSecurity,
|
|
216
241
|
options?: RequestOptions,
|
|
217
242
|
): Promise<operations.AccountV1SettingsGetResponse> {
|
|
218
243
|
return unwrapAsync(accountAccountV1SettingsGet(
|
|
219
244
|
this,
|
|
245
|
+
security,
|
|
220
246
|
options,
|
|
221
247
|
));
|
|
222
248
|
}
|
|
@@ -225,10 +251,12 @@ export class Account extends ClientSDK {
|
|
|
225
251
|
* Get Staff Members and their info
|
|
226
252
|
*/
|
|
227
253
|
async accountV1GetStaff(
|
|
254
|
+
security: operations.AccountV1GetStaffSecurity,
|
|
228
255
|
options?: RequestOptions,
|
|
229
256
|
): Promise<operations.AccountV1GetStaffResponse> {
|
|
230
257
|
return unwrapAsync(accountAccountV1GetStaff(
|
|
231
258
|
this,
|
|
259
|
+
security,
|
|
232
260
|
options,
|
|
233
261
|
));
|
|
234
262
|
}
|
|
@@ -252,11 +280,13 @@ export class Account extends ClientSDK {
|
|
|
252
280
|
*/
|
|
253
281
|
async accountV1SettingsSendEmailVerification(
|
|
254
282
|
request: operations.AccountV1SettingsSendEmailVerificationRequest,
|
|
283
|
+
security: operations.AccountV1SettingsSendEmailVerificationSecurity,
|
|
255
284
|
options?: RequestOptions,
|
|
256
285
|
): Promise<operations.AccountV1SettingsSendEmailVerificationResponse> {
|
|
257
286
|
return unwrapAsync(accountAccountV1SettingsSendEmailVerification(
|
|
258
287
|
this,
|
|
259
288
|
request,
|
|
289
|
+
security,
|
|
260
290
|
options,
|
|
261
291
|
));
|
|
262
292
|
}
|
|
@@ -266,11 +296,13 @@ export class Account extends ClientSDK {
|
|
|
266
296
|
*/
|
|
267
297
|
async accountV1ConnectionUpdateConnection(
|
|
268
298
|
request: components.V1UpdateConnectionRequestBody,
|
|
299
|
+
security: operations.AccountV1ConnectionUpdateConnectionSecurity,
|
|
269
300
|
options?: RequestOptions,
|
|
270
301
|
): Promise<operations.AccountV1ConnectionUpdateConnectionResponse> {
|
|
271
302
|
return unwrapAsync(accountAccountV1ConnectionUpdateConnection(
|
|
272
303
|
this,
|
|
273
304
|
request,
|
|
305
|
+
security,
|
|
274
306
|
options,
|
|
275
307
|
));
|
|
276
308
|
}
|
|
@@ -280,11 +312,13 @@ export class Account extends ClientSDK {
|
|
|
280
312
|
*/
|
|
281
313
|
async accountV1SettingsUpdateImage(
|
|
282
314
|
request: components.V1UpdateImageRequestBody,
|
|
315
|
+
security: operations.AccountV1SettingsUpdateImageSecurity,
|
|
283
316
|
options?: RequestOptions,
|
|
284
317
|
): Promise<operations.AccountV1SettingsUpdateImageResponse> {
|
|
285
318
|
return unwrapAsync(accountAccountV1SettingsUpdateImage(
|
|
286
319
|
this,
|
|
287
320
|
request,
|
|
321
|
+
security,
|
|
288
322
|
options,
|
|
289
323
|
));
|
|
290
324
|
}
|
|
@@ -294,11 +328,13 @@ export class Account extends ClientSDK {
|
|
|
294
328
|
*/
|
|
295
329
|
async accountV1SettingsUpdate(
|
|
296
330
|
request: operations.AccountV1SettingsUpdateRequest,
|
|
331
|
+
security: operations.AccountV1SettingsUpdateSecurity,
|
|
297
332
|
options?: RequestOptions,
|
|
298
333
|
): Promise<operations.AccountV1SettingsUpdateResponse> {
|
|
299
334
|
return unwrapAsync(accountAccountV1SettingsUpdate(
|
|
300
335
|
this,
|
|
301
336
|
request,
|
|
337
|
+
security,
|
|
302
338
|
options,
|
|
303
339
|
));
|
|
304
340
|
}
|
|
@@ -308,11 +344,13 @@ export class Account extends ClientSDK {
|
|
|
308
344
|
*/
|
|
309
345
|
async accountV1SettingsUploadImages(
|
|
310
346
|
request: components.V1UploadImagesRequestBody,
|
|
347
|
+
security: operations.AccountV1SettingsUploadImagesSecurity,
|
|
311
348
|
options?: RequestOptions,
|
|
312
349
|
): Promise<operations.AccountV1SettingsUploadImagesResponse> {
|
|
313
350
|
return unwrapAsync(accountAccountV1SettingsUploadImages(
|
|
314
351
|
this,
|
|
315
352
|
request,
|
|
353
|
+
security,
|
|
316
354
|
options,
|
|
317
355
|
));
|
|
318
356
|
}
|
|
@@ -322,11 +360,13 @@ export class Account extends ClientSDK {
|
|
|
322
360
|
*/
|
|
323
361
|
async accountV1ConnectionVerifyConnection(
|
|
324
362
|
request: components.V1VerifyConnectionRequestBody,
|
|
363
|
+
security: operations.AccountV1ConnectionVerifyConnectionSecurity,
|
|
325
364
|
options?: RequestOptions,
|
|
326
365
|
): Promise<operations.AccountV1ConnectionVerifyConnectionResponse> {
|
|
327
366
|
return unwrapAsync(accountAccountV1ConnectionVerifyConnection(
|
|
328
367
|
this,
|
|
329
368
|
request,
|
|
369
|
+
security,
|
|
330
370
|
options,
|
|
331
371
|
));
|
|
332
372
|
}
|
|
@@ -336,11 +376,13 @@ export class Account extends ClientSDK {
|
|
|
336
376
|
*/
|
|
337
377
|
async accountV1SettingsVerfyEmail(
|
|
338
378
|
request: components.V1VerifyEmailRequestBody,
|
|
379
|
+
security: operations.AccountV1SettingsVerfyEmailSecurity,
|
|
339
380
|
options?: RequestOptions,
|
|
340
381
|
): Promise<operations.AccountV1SettingsVerfyEmailResponse> {
|
|
341
382
|
return unwrapAsync(accountAccountV1SettingsVerfyEmail(
|
|
342
383
|
this,
|
|
343
384
|
request,
|
|
385
|
+
security,
|
|
344
386
|
options,
|
|
345
387
|
));
|
|
346
388
|
}
|
package/src/sdk/app.ts
CHANGED
|
@@ -15,11 +15,13 @@ export class App extends ClientSDK {
|
|
|
15
15
|
*/
|
|
16
16
|
async appV1Get(
|
|
17
17
|
request: components.V1AppRequestBody,
|
|
18
|
+
security: operations.AppV1GetSecurity,
|
|
18
19
|
options?: RequestOptions,
|
|
19
20
|
): Promise<operations.AppV1GetResponse> {
|
|
20
21
|
return unwrapAsync(appAppV1Get(
|
|
21
22
|
this,
|
|
22
23
|
request,
|
|
24
|
+
security,
|
|
23
25
|
options,
|
|
24
26
|
));
|
|
25
27
|
}
|
|
@@ -29,11 +31,13 @@ export class App extends ClientSDK {
|
|
|
29
31
|
*/
|
|
30
32
|
async accountV1Queue(
|
|
31
33
|
request: operations.AccountV1QueueRequest,
|
|
34
|
+
security: operations.AccountV1QueueSecurity,
|
|
32
35
|
options?: RequestOptions,
|
|
33
36
|
): Promise<operations.AccountV1QueueResponse> {
|
|
34
37
|
return unwrapAsync(appAccountV1Queue(
|
|
35
38
|
this,
|
|
36
39
|
request,
|
|
40
|
+
security,
|
|
37
41
|
options,
|
|
38
42
|
));
|
|
39
43
|
}
|
package/src/sdk/connection.ts
CHANGED
|
@@ -17,11 +17,13 @@ export class Connection extends ClientSDK {
|
|
|
17
17
|
*/
|
|
18
18
|
async accountV1ConnectionConnect(
|
|
19
19
|
request: components.V1ConnectRequestBody,
|
|
20
|
+
security: operations.AccountV1ConnectionConnectSecurity,
|
|
20
21
|
options?: RequestOptions,
|
|
21
22
|
): Promise<operations.AccountV1ConnectionConnectResponse> {
|
|
22
23
|
return unwrapAsync(connectionAccountV1ConnectionConnect(
|
|
23
24
|
this,
|
|
24
25
|
request,
|
|
26
|
+
security,
|
|
25
27
|
options,
|
|
26
28
|
));
|
|
27
29
|
}
|
|
@@ -31,11 +33,13 @@ export class Connection extends ClientSDK {
|
|
|
31
33
|
*/
|
|
32
34
|
async accountV1ConnectionDeleteConnection(
|
|
33
35
|
request: components.V1DeleteConnectionRequestBody,
|
|
36
|
+
security: operations.AccountV1ConnectionDeleteConnectionSecurity,
|
|
34
37
|
options?: RequestOptions,
|
|
35
38
|
): Promise<operations.AccountV1ConnectionDeleteConnectionResponse> {
|
|
36
39
|
return unwrapAsync(connectionAccountV1ConnectionDeleteConnection(
|
|
37
40
|
this,
|
|
38
41
|
request,
|
|
42
|
+
security,
|
|
39
43
|
options,
|
|
40
44
|
));
|
|
41
45
|
}
|
|
@@ -45,11 +49,13 @@ export class Connection extends ClientSDK {
|
|
|
45
49
|
*/
|
|
46
50
|
async accountV1ConnectionUpdateConnection(
|
|
47
51
|
request: components.V1UpdateConnectionRequestBody,
|
|
52
|
+
security: operations.AccountV1ConnectionUpdateConnectionSecurity,
|
|
48
53
|
options?: RequestOptions,
|
|
49
54
|
): Promise<operations.AccountV1ConnectionUpdateConnectionResponse> {
|
|
50
55
|
return unwrapAsync(connectionAccountV1ConnectionUpdateConnection(
|
|
51
56
|
this,
|
|
52
57
|
request,
|
|
58
|
+
security,
|
|
53
59
|
options,
|
|
54
60
|
));
|
|
55
61
|
}
|
|
@@ -59,11 +65,13 @@ export class Connection extends ClientSDK {
|
|
|
59
65
|
*/
|
|
60
66
|
async accountV1ConnectionVerifyConnection(
|
|
61
67
|
request: components.V1VerifyConnectionRequestBody,
|
|
68
|
+
security: operations.AccountV1ConnectionVerifyConnectionSecurity,
|
|
62
69
|
options?: RequestOptions,
|
|
63
70
|
): Promise<operations.AccountV1ConnectionVerifyConnectionResponse> {
|
|
64
71
|
return unwrapAsync(connectionAccountV1ConnectionVerifyConnection(
|
|
65
72
|
this,
|
|
66
73
|
request,
|
|
74
|
+
security,
|
|
67
75
|
options,
|
|
68
76
|
));
|
|
69
77
|
}
|
package/src/sdk/data.ts
CHANGED
|
@@ -21,11 +21,13 @@ export class Data extends ClientSDK {
|
|
|
21
21
|
*/
|
|
22
22
|
async accountV1GetApps(
|
|
23
23
|
request: operations.AccountV1GetAppsRequest,
|
|
24
|
+
security: operations.AccountV1GetAppsSecurity,
|
|
24
25
|
options?: RequestOptions,
|
|
25
26
|
): Promise<operations.AccountV1GetAppsResponse> {
|
|
26
27
|
return unwrapAsync(dataAccountV1GetApps(
|
|
27
28
|
this,
|
|
28
29
|
request,
|
|
30
|
+
security,
|
|
29
31
|
options,
|
|
30
32
|
));
|
|
31
33
|
}
|
|
@@ -35,11 +37,13 @@ export class Data extends ClientSDK {
|
|
|
35
37
|
*/
|
|
36
38
|
async accountV1GetBadges(
|
|
37
39
|
request: operations.AccountV1GetBadgesRequest,
|
|
40
|
+
security: operations.AccountV1GetBadgesSecurity,
|
|
38
41
|
options?: RequestOptions,
|
|
39
42
|
): Promise<operations.AccountV1GetBadgesResponse> {
|
|
40
43
|
return unwrapAsync(dataAccountV1GetBadges(
|
|
41
44
|
this,
|
|
42
45
|
request,
|
|
46
|
+
security,
|
|
43
47
|
options,
|
|
44
48
|
));
|
|
45
49
|
}
|
|
@@ -49,11 +53,13 @@ export class Data extends ClientSDK {
|
|
|
49
53
|
*/
|
|
50
54
|
async accountV1GetDataPoints(
|
|
51
55
|
request: operations.AccountV1GetDataPointsRequest,
|
|
56
|
+
security: operations.AccountV1GetDataPointsSecurity,
|
|
52
57
|
options?: RequestOptions,
|
|
53
58
|
): Promise<operations.AccountV1GetDataPointsResponse> {
|
|
54
59
|
return unwrapAsync(dataAccountV1GetDataPoints(
|
|
55
60
|
this,
|
|
56
61
|
request,
|
|
62
|
+
security,
|
|
57
63
|
options,
|
|
58
64
|
));
|
|
59
65
|
}
|
|
@@ -63,11 +69,13 @@ export class Data extends ClientSDK {
|
|
|
63
69
|
*/
|
|
64
70
|
async accountV1GetFriends(
|
|
65
71
|
request: operations.AccountV1GetFriendsRequest,
|
|
72
|
+
security: operations.AccountV1GetFriendsSecurity,
|
|
66
73
|
options?: RequestOptions,
|
|
67
74
|
): Promise<operations.AccountV1GetFriendsResponse> {
|
|
68
75
|
return unwrapAsync(dataAccountV1GetFriends(
|
|
69
76
|
this,
|
|
70
77
|
request,
|
|
78
|
+
security,
|
|
71
79
|
options,
|
|
72
80
|
));
|
|
73
81
|
}
|
|
@@ -77,11 +85,13 @@ export class Data extends ClientSDK {
|
|
|
77
85
|
*/
|
|
78
86
|
async accountV1GetInfo(
|
|
79
87
|
request: components.AccountSearch,
|
|
88
|
+
security: operations.AccountV1GetInfoSecurity,
|
|
80
89
|
options?: RequestOptions,
|
|
81
90
|
): Promise<operations.AccountV1GetInfoResponse> {
|
|
82
91
|
return unwrapAsync(dataAccountV1GetInfo(
|
|
83
92
|
this,
|
|
84
93
|
request,
|
|
94
|
+
security,
|
|
85
95
|
options,
|
|
86
96
|
));
|
|
87
97
|
}
|
|
@@ -91,11 +101,13 @@ export class Data extends ClientSDK {
|
|
|
91
101
|
*/
|
|
92
102
|
async accountV1GetLeaderboardHistory(
|
|
93
103
|
request: operations.AccountV1GetLeaderboardHistoryRequest,
|
|
104
|
+
security: operations.AccountV1GetLeaderboardHistorySecurity,
|
|
94
105
|
options?: RequestOptions,
|
|
95
106
|
): Promise<operations.AccountV1GetLeaderboardHistoryResponse> {
|
|
96
107
|
return unwrapAsync(dataAccountV1GetLeaderboardHistory(
|
|
97
108
|
this,
|
|
98
109
|
request,
|
|
110
|
+
security,
|
|
99
111
|
options,
|
|
100
112
|
));
|
|
101
113
|
}
|
|
@@ -104,10 +116,12 @@ export class Data extends ClientSDK {
|
|
|
104
116
|
* Get Staff Members and their info
|
|
105
117
|
*/
|
|
106
118
|
async accountV1GetStaff(
|
|
119
|
+
security: operations.AccountV1GetStaffSecurity,
|
|
107
120
|
options?: RequestOptions,
|
|
108
121
|
): Promise<operations.AccountV1GetStaffResponse> {
|
|
109
122
|
return unwrapAsync(dataAccountV1GetStaff(
|
|
110
123
|
this,
|
|
124
|
+
security,
|
|
111
125
|
options,
|
|
112
126
|
));
|
|
113
127
|
}
|
|
@@ -117,11 +131,13 @@ export class Data extends ClientSDK {
|
|
|
117
131
|
*/
|
|
118
132
|
async accountV1Queue(
|
|
119
133
|
request: operations.AccountV1QueueRequest,
|
|
134
|
+
security: operations.AccountV1QueueSecurity,
|
|
120
135
|
options?: RequestOptions,
|
|
121
136
|
): Promise<operations.AccountV1QueueResponse> {
|
|
122
137
|
return unwrapAsync(dataAccountV1Queue(
|
|
123
138
|
this,
|
|
124
139
|
request,
|
|
140
|
+
security,
|
|
125
141
|
options,
|
|
126
142
|
));
|
|
127
143
|
}
|
package/src/sdk/location.ts
CHANGED
|
@@ -15,10 +15,12 @@ export class Location extends ClientSDK {
|
|
|
15
15
|
* Get all of our available locations
|
|
16
16
|
*/
|
|
17
17
|
async location(
|
|
18
|
+
security: operations.LocationSecurity,
|
|
18
19
|
options?: RequestOptions,
|
|
19
20
|
): Promise<operations.LocationResponse> {
|
|
20
21
|
return unwrapAsync(locationLocation(
|
|
21
22
|
this,
|
|
23
|
+
security,
|
|
22
24
|
options,
|
|
23
25
|
));
|
|
24
26
|
}
|
package/src/sdk/public.ts
CHANGED
|
@@ -20,11 +20,13 @@ export class Public extends ClientSDK {
|
|
|
20
20
|
*/
|
|
21
21
|
async accountV1GetApps(
|
|
22
22
|
request: operations.AccountV1GetAppsRequest,
|
|
23
|
+
security: operations.AccountV1GetAppsSecurity,
|
|
23
24
|
options?: RequestOptions,
|
|
24
25
|
): Promise<operations.AccountV1GetAppsResponse> {
|
|
25
26
|
return unwrapAsync(publicAccountV1GetApps(
|
|
26
27
|
this,
|
|
27
28
|
request,
|
|
29
|
+
security,
|
|
28
30
|
options,
|
|
29
31
|
));
|
|
30
32
|
}
|
|
@@ -34,11 +36,13 @@ export class Public extends ClientSDK {
|
|
|
34
36
|
*/
|
|
35
37
|
async accountV1GetBadges(
|
|
36
38
|
request: operations.AccountV1GetBadgesRequest,
|
|
39
|
+
security: operations.AccountV1GetBadgesSecurity,
|
|
37
40
|
options?: RequestOptions,
|
|
38
41
|
): Promise<operations.AccountV1GetBadgesResponse> {
|
|
39
42
|
return unwrapAsync(publicAccountV1GetBadges(
|
|
40
43
|
this,
|
|
41
44
|
request,
|
|
45
|
+
security,
|
|
42
46
|
options,
|
|
43
47
|
));
|
|
44
48
|
}
|
|
@@ -48,11 +52,13 @@ export class Public extends ClientSDK {
|
|
|
48
52
|
*/
|
|
49
53
|
async accountV1GetDataPoints(
|
|
50
54
|
request: operations.AccountV1GetDataPointsRequest,
|
|
55
|
+
security: operations.AccountV1GetDataPointsSecurity,
|
|
51
56
|
options?: RequestOptions,
|
|
52
57
|
): Promise<operations.AccountV1GetDataPointsResponse> {
|
|
53
58
|
return unwrapAsync(publicAccountV1GetDataPoints(
|
|
54
59
|
this,
|
|
55
60
|
request,
|
|
61
|
+
security,
|
|
56
62
|
options,
|
|
57
63
|
));
|
|
58
64
|
}
|
|
@@ -62,11 +68,13 @@ export class Public extends ClientSDK {
|
|
|
62
68
|
*/
|
|
63
69
|
async accountV1GetFriends(
|
|
64
70
|
request: operations.AccountV1GetFriendsRequest,
|
|
71
|
+
security: operations.AccountV1GetFriendsSecurity,
|
|
65
72
|
options?: RequestOptions,
|
|
66
73
|
): Promise<operations.AccountV1GetFriendsResponse> {
|
|
67
74
|
return unwrapAsync(publicAccountV1GetFriends(
|
|
68
75
|
this,
|
|
69
76
|
request,
|
|
77
|
+
security,
|
|
70
78
|
options,
|
|
71
79
|
));
|
|
72
80
|
}
|
|
@@ -76,11 +84,13 @@ export class Public extends ClientSDK {
|
|
|
76
84
|
*/
|
|
77
85
|
async accountV1GetInfo(
|
|
78
86
|
request: components.AccountSearch,
|
|
87
|
+
security: operations.AccountV1GetInfoSecurity,
|
|
79
88
|
options?: RequestOptions,
|
|
80
89
|
): Promise<operations.AccountV1GetInfoResponse> {
|
|
81
90
|
return unwrapAsync(publicAccountV1GetInfo(
|
|
82
91
|
this,
|
|
83
92
|
request,
|
|
93
|
+
security,
|
|
84
94
|
options,
|
|
85
95
|
));
|
|
86
96
|
}
|
|
@@ -90,11 +100,13 @@ export class Public extends ClientSDK {
|
|
|
90
100
|
*/
|
|
91
101
|
async accountV1GetLeaderboardHistory(
|
|
92
102
|
request: operations.AccountV1GetLeaderboardHistoryRequest,
|
|
103
|
+
security: operations.AccountV1GetLeaderboardHistorySecurity,
|
|
93
104
|
options?: RequestOptions,
|
|
94
105
|
): Promise<operations.AccountV1GetLeaderboardHistoryResponse> {
|
|
95
106
|
return unwrapAsync(publicAccountV1GetLeaderboardHistory(
|
|
96
107
|
this,
|
|
97
108
|
request,
|
|
109
|
+
security,
|
|
98
110
|
options,
|
|
99
111
|
));
|
|
100
112
|
}
|
|
@@ -104,11 +116,13 @@ export class Public extends ClientSDK {
|
|
|
104
116
|
*/
|
|
105
117
|
async accountV1Queue(
|
|
106
118
|
request: operations.AccountV1QueueRequest,
|
|
119
|
+
security: operations.AccountV1QueueSecurity,
|
|
107
120
|
options?: RequestOptions,
|
|
108
121
|
): Promise<operations.AccountV1QueueResponse> {
|
|
109
122
|
return unwrapAsync(publicAccountV1Queue(
|
|
110
123
|
this,
|
|
111
124
|
request,
|
|
125
|
+
security,
|
|
112
126
|
options,
|
|
113
127
|
));
|
|
114
128
|
}
|
package/src/sdk/session.ts
CHANGED
|
@@ -31,11 +31,13 @@ export class Session extends ClientSDK {
|
|
|
31
31
|
*/
|
|
32
32
|
async accountV1SessionDelete(
|
|
33
33
|
request: components.V1DeleteSessionRequestBody,
|
|
34
|
+
security: operations.AccountV1SessionDeleteSecurity,
|
|
34
35
|
options?: RequestOptions,
|
|
35
36
|
): Promise<operations.AccountV1SessionDeleteResponse> {
|
|
36
37
|
return unwrapAsync(sessionAccountV1SessionDelete(
|
|
37
38
|
this,
|
|
38
39
|
request,
|
|
40
|
+
security,
|
|
39
41
|
options,
|
|
40
42
|
));
|
|
41
43
|
}
|
|
@@ -44,10 +46,12 @@ export class Session extends ClientSDK {
|
|
|
44
46
|
* Gets all session data
|
|
45
47
|
*/
|
|
46
48
|
async accountV1SessionGet(
|
|
49
|
+
security: operations.AccountV1SessionGetSecurity,
|
|
47
50
|
options?: RequestOptions,
|
|
48
51
|
): Promise<operations.AccountV1SessionGetResponse> {
|
|
49
52
|
return unwrapAsync(sessionAccountV1SessionGet(
|
|
50
53
|
this,
|
|
54
|
+
security,
|
|
51
55
|
options,
|
|
52
56
|
));
|
|
53
57
|
}
|