@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
|
@@ -6,6 +6,11 @@ import * as z from "zod";
|
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import * as components from "../components/index.js";
|
|
8
8
|
|
|
9
|
+
export type AccountV1GetAppsSecurity = {
|
|
10
|
+
apiKey: string;
|
|
11
|
+
session: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
9
14
|
export type AccountV1GetAppsRequest = {
|
|
10
15
|
xForwardedFor?: string | undefined;
|
|
11
16
|
userAgent?: string | undefined;
|
|
@@ -22,6 +27,45 @@ export type AccountV1GetAppsResponse = {
|
|
|
22
27
|
| undefined;
|
|
23
28
|
};
|
|
24
29
|
|
|
30
|
+
/** @internal */
|
|
31
|
+
export const AccountV1GetAppsSecurity$inboundSchema: z.ZodType<
|
|
32
|
+
AccountV1GetAppsSecurity,
|
|
33
|
+
z.ZodTypeDef,
|
|
34
|
+
unknown
|
|
35
|
+
> = z.object({
|
|
36
|
+
apiKey: z.string(),
|
|
37
|
+
session: z.string(),
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
/** @internal */
|
|
41
|
+
export type AccountV1GetAppsSecurity$Outbound = {
|
|
42
|
+
apiKey: string;
|
|
43
|
+
session: string;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
/** @internal */
|
|
47
|
+
export const AccountV1GetAppsSecurity$outboundSchema: z.ZodType<
|
|
48
|
+
AccountV1GetAppsSecurity$Outbound,
|
|
49
|
+
z.ZodTypeDef,
|
|
50
|
+
AccountV1GetAppsSecurity
|
|
51
|
+
> = z.object({
|
|
52
|
+
apiKey: z.string(),
|
|
53
|
+
session: z.string(),
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
59
|
+
*/
|
|
60
|
+
export namespace AccountV1GetAppsSecurity$ {
|
|
61
|
+
/** @deprecated use `AccountV1GetAppsSecurity$inboundSchema` instead. */
|
|
62
|
+
export const inboundSchema = AccountV1GetAppsSecurity$inboundSchema;
|
|
63
|
+
/** @deprecated use `AccountV1GetAppsSecurity$outboundSchema` instead. */
|
|
64
|
+
export const outboundSchema = AccountV1GetAppsSecurity$outboundSchema;
|
|
65
|
+
/** @deprecated use `AccountV1GetAppsSecurity$Outbound` instead. */
|
|
66
|
+
export type Outbound = AccountV1GetAppsSecurity$Outbound;
|
|
67
|
+
}
|
|
68
|
+
|
|
25
69
|
/** @internal */
|
|
26
70
|
export const AccountV1GetAppsRequest$inboundSchema: z.ZodType<
|
|
27
71
|
AccountV1GetAppsRequest,
|
|
@@ -6,6 +6,11 @@ import * as z from "zod";
|
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import * as components from "../components/index.js";
|
|
8
8
|
|
|
9
|
+
export type AccountV1GetBadgesSecurity = {
|
|
10
|
+
apiKey: string;
|
|
11
|
+
session: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
9
14
|
export type AccountV1GetBadgesRequest = {
|
|
10
15
|
xForwardedFor?: string | undefined;
|
|
11
16
|
userAgent?: string | undefined;
|
|
@@ -20,6 +25,45 @@ export type AccountV1GetBadgesResponse = {
|
|
|
20
25
|
v1BadgesResponseBody?: components.V1BadgesResponseBody | undefined;
|
|
21
26
|
};
|
|
22
27
|
|
|
28
|
+
/** @internal */
|
|
29
|
+
export const AccountV1GetBadgesSecurity$inboundSchema: z.ZodType<
|
|
30
|
+
AccountV1GetBadgesSecurity,
|
|
31
|
+
z.ZodTypeDef,
|
|
32
|
+
unknown
|
|
33
|
+
> = z.object({
|
|
34
|
+
apiKey: z.string(),
|
|
35
|
+
session: z.string(),
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
/** @internal */
|
|
39
|
+
export type AccountV1GetBadgesSecurity$Outbound = {
|
|
40
|
+
apiKey: string;
|
|
41
|
+
session: string;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
/** @internal */
|
|
45
|
+
export const AccountV1GetBadgesSecurity$outboundSchema: z.ZodType<
|
|
46
|
+
AccountV1GetBadgesSecurity$Outbound,
|
|
47
|
+
z.ZodTypeDef,
|
|
48
|
+
AccountV1GetBadgesSecurity
|
|
49
|
+
> = z.object({
|
|
50
|
+
apiKey: z.string(),
|
|
51
|
+
session: z.string(),
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @internal
|
|
56
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
57
|
+
*/
|
|
58
|
+
export namespace AccountV1GetBadgesSecurity$ {
|
|
59
|
+
/** @deprecated use `AccountV1GetBadgesSecurity$inboundSchema` instead. */
|
|
60
|
+
export const inboundSchema = AccountV1GetBadgesSecurity$inboundSchema;
|
|
61
|
+
/** @deprecated use `AccountV1GetBadgesSecurity$outboundSchema` instead. */
|
|
62
|
+
export const outboundSchema = AccountV1GetBadgesSecurity$outboundSchema;
|
|
63
|
+
/** @deprecated use `AccountV1GetBadgesSecurity$Outbound` instead. */
|
|
64
|
+
export type Outbound = AccountV1GetBadgesSecurity$Outbound;
|
|
65
|
+
}
|
|
66
|
+
|
|
23
67
|
/** @internal */
|
|
24
68
|
export const AccountV1GetBadgesRequest$inboundSchema: z.ZodType<
|
|
25
69
|
AccountV1GetBadgesRequest,
|
|
@@ -6,6 +6,11 @@ import * as z from "zod";
|
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import * as components from "../components/index.js";
|
|
8
8
|
|
|
9
|
+
export type AccountV1GetDataPointsSecurity = {
|
|
10
|
+
apiKey: string;
|
|
11
|
+
session: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
9
14
|
export type AccountV1GetDataPointsRequest = {
|
|
10
15
|
xForwardedFor?: string | undefined;
|
|
11
16
|
userAgent?: string | undefined;
|
|
@@ -22,6 +27,45 @@ export type AccountV1GetDataPointsResponse = {
|
|
|
22
27
|
| undefined;
|
|
23
28
|
};
|
|
24
29
|
|
|
30
|
+
/** @internal */
|
|
31
|
+
export const AccountV1GetDataPointsSecurity$inboundSchema: z.ZodType<
|
|
32
|
+
AccountV1GetDataPointsSecurity,
|
|
33
|
+
z.ZodTypeDef,
|
|
34
|
+
unknown
|
|
35
|
+
> = z.object({
|
|
36
|
+
apiKey: z.string(),
|
|
37
|
+
session: z.string(),
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
/** @internal */
|
|
41
|
+
export type AccountV1GetDataPointsSecurity$Outbound = {
|
|
42
|
+
apiKey: string;
|
|
43
|
+
session: string;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
/** @internal */
|
|
47
|
+
export const AccountV1GetDataPointsSecurity$outboundSchema: z.ZodType<
|
|
48
|
+
AccountV1GetDataPointsSecurity$Outbound,
|
|
49
|
+
z.ZodTypeDef,
|
|
50
|
+
AccountV1GetDataPointsSecurity
|
|
51
|
+
> = z.object({
|
|
52
|
+
apiKey: z.string(),
|
|
53
|
+
session: z.string(),
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
59
|
+
*/
|
|
60
|
+
export namespace AccountV1GetDataPointsSecurity$ {
|
|
61
|
+
/** @deprecated use `AccountV1GetDataPointsSecurity$inboundSchema` instead. */
|
|
62
|
+
export const inboundSchema = AccountV1GetDataPointsSecurity$inboundSchema;
|
|
63
|
+
/** @deprecated use `AccountV1GetDataPointsSecurity$outboundSchema` instead. */
|
|
64
|
+
export const outboundSchema = AccountV1GetDataPointsSecurity$outboundSchema;
|
|
65
|
+
/** @deprecated use `AccountV1GetDataPointsSecurity$Outbound` instead. */
|
|
66
|
+
export type Outbound = AccountV1GetDataPointsSecurity$Outbound;
|
|
67
|
+
}
|
|
68
|
+
|
|
25
69
|
/** @internal */
|
|
26
70
|
export const AccountV1GetDataPointsRequest$inboundSchema: z.ZodType<
|
|
27
71
|
AccountV1GetDataPointsRequest,
|
|
@@ -6,6 +6,11 @@ import * as z from "zod";
|
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import * as components from "../components/index.js";
|
|
8
8
|
|
|
9
|
+
export type AccountV1GetFriendsSecurity = {
|
|
10
|
+
apiKey: string;
|
|
11
|
+
session: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
9
14
|
export type AccountV1GetFriendsRequest = {
|
|
10
15
|
xForwardedFor?: string | undefined;
|
|
11
16
|
userAgent?: string | undefined;
|
|
@@ -22,6 +27,45 @@ export type AccountV1GetFriendsResponse = {
|
|
|
22
27
|
| undefined;
|
|
23
28
|
};
|
|
24
29
|
|
|
30
|
+
/** @internal */
|
|
31
|
+
export const AccountV1GetFriendsSecurity$inboundSchema: z.ZodType<
|
|
32
|
+
AccountV1GetFriendsSecurity,
|
|
33
|
+
z.ZodTypeDef,
|
|
34
|
+
unknown
|
|
35
|
+
> = z.object({
|
|
36
|
+
apiKey: z.string(),
|
|
37
|
+
session: z.string(),
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
/** @internal */
|
|
41
|
+
export type AccountV1GetFriendsSecurity$Outbound = {
|
|
42
|
+
apiKey: string;
|
|
43
|
+
session: string;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
/** @internal */
|
|
47
|
+
export const AccountV1GetFriendsSecurity$outboundSchema: z.ZodType<
|
|
48
|
+
AccountV1GetFriendsSecurity$Outbound,
|
|
49
|
+
z.ZodTypeDef,
|
|
50
|
+
AccountV1GetFriendsSecurity
|
|
51
|
+
> = z.object({
|
|
52
|
+
apiKey: z.string(),
|
|
53
|
+
session: z.string(),
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
59
|
+
*/
|
|
60
|
+
export namespace AccountV1GetFriendsSecurity$ {
|
|
61
|
+
/** @deprecated use `AccountV1GetFriendsSecurity$inboundSchema` instead. */
|
|
62
|
+
export const inboundSchema = AccountV1GetFriendsSecurity$inboundSchema;
|
|
63
|
+
/** @deprecated use `AccountV1GetFriendsSecurity$outboundSchema` instead. */
|
|
64
|
+
export const outboundSchema = AccountV1GetFriendsSecurity$outboundSchema;
|
|
65
|
+
/** @deprecated use `AccountV1GetFriendsSecurity$Outbound` instead. */
|
|
66
|
+
export type Outbound = AccountV1GetFriendsSecurity$Outbound;
|
|
67
|
+
}
|
|
68
|
+
|
|
25
69
|
/** @internal */
|
|
26
70
|
export const AccountV1GetFriendsRequest$inboundSchema: z.ZodType<
|
|
27
71
|
AccountV1GetFriendsRequest,
|
|
@@ -6,6 +6,11 @@ import * as z from "zod";
|
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import * as components from "../components/index.js";
|
|
8
8
|
|
|
9
|
+
export type AccountV1GetInfoSecurity = {
|
|
10
|
+
apiKey: string;
|
|
11
|
+
session: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
9
14
|
export type AccountV1GetInfoResponse = {
|
|
10
15
|
httpMeta: components.HTTPMetadata;
|
|
11
16
|
/**
|
|
@@ -14,6 +19,45 @@ export type AccountV1GetInfoResponse = {
|
|
|
14
19
|
accountInfoBody?: components.AccountInfoBody | undefined;
|
|
15
20
|
};
|
|
16
21
|
|
|
22
|
+
/** @internal */
|
|
23
|
+
export const AccountV1GetInfoSecurity$inboundSchema: z.ZodType<
|
|
24
|
+
AccountV1GetInfoSecurity,
|
|
25
|
+
z.ZodTypeDef,
|
|
26
|
+
unknown
|
|
27
|
+
> = z.object({
|
|
28
|
+
apiKey: z.string(),
|
|
29
|
+
session: z.string(),
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
/** @internal */
|
|
33
|
+
export type AccountV1GetInfoSecurity$Outbound = {
|
|
34
|
+
apiKey: string;
|
|
35
|
+
session: string;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
/** @internal */
|
|
39
|
+
export const AccountV1GetInfoSecurity$outboundSchema: z.ZodType<
|
|
40
|
+
AccountV1GetInfoSecurity$Outbound,
|
|
41
|
+
z.ZodTypeDef,
|
|
42
|
+
AccountV1GetInfoSecurity
|
|
43
|
+
> = z.object({
|
|
44
|
+
apiKey: z.string(),
|
|
45
|
+
session: z.string(),
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @internal
|
|
50
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
51
|
+
*/
|
|
52
|
+
export namespace AccountV1GetInfoSecurity$ {
|
|
53
|
+
/** @deprecated use `AccountV1GetInfoSecurity$inboundSchema` instead. */
|
|
54
|
+
export const inboundSchema = AccountV1GetInfoSecurity$inboundSchema;
|
|
55
|
+
/** @deprecated use `AccountV1GetInfoSecurity$outboundSchema` instead. */
|
|
56
|
+
export const outboundSchema = AccountV1GetInfoSecurity$outboundSchema;
|
|
57
|
+
/** @deprecated use `AccountV1GetInfoSecurity$Outbound` instead. */
|
|
58
|
+
export type Outbound = AccountV1GetInfoSecurity$Outbound;
|
|
59
|
+
}
|
|
60
|
+
|
|
17
61
|
/** @internal */
|
|
18
62
|
export const AccountV1GetInfoResponse$inboundSchema: z.ZodType<
|
|
19
63
|
AccountV1GetInfoResponse,
|
|
@@ -6,6 +6,11 @@ import * as z from "zod";
|
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import * as components from "../components/index.js";
|
|
8
8
|
|
|
9
|
+
export type AccountV1GetLeaderboardHistorySecurity = {
|
|
10
|
+
apiKey: string;
|
|
11
|
+
session: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
9
14
|
export type AccountV1GetLeaderboardHistoryRequest = {
|
|
10
15
|
xForwardedFor?: string | undefined;
|
|
11
16
|
userAgent?: string | undefined;
|
|
@@ -22,6 +27,47 @@ export type AccountV1GetLeaderboardHistoryResponse = {
|
|
|
22
27
|
| undefined;
|
|
23
28
|
};
|
|
24
29
|
|
|
30
|
+
/** @internal */
|
|
31
|
+
export const AccountV1GetLeaderboardHistorySecurity$inboundSchema: z.ZodType<
|
|
32
|
+
AccountV1GetLeaderboardHistorySecurity,
|
|
33
|
+
z.ZodTypeDef,
|
|
34
|
+
unknown
|
|
35
|
+
> = z.object({
|
|
36
|
+
apiKey: z.string(),
|
|
37
|
+
session: z.string(),
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
/** @internal */
|
|
41
|
+
export type AccountV1GetLeaderboardHistorySecurity$Outbound = {
|
|
42
|
+
apiKey: string;
|
|
43
|
+
session: string;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
/** @internal */
|
|
47
|
+
export const AccountV1GetLeaderboardHistorySecurity$outboundSchema: z.ZodType<
|
|
48
|
+
AccountV1GetLeaderboardHistorySecurity$Outbound,
|
|
49
|
+
z.ZodTypeDef,
|
|
50
|
+
AccountV1GetLeaderboardHistorySecurity
|
|
51
|
+
> = z.object({
|
|
52
|
+
apiKey: z.string(),
|
|
53
|
+
session: z.string(),
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
59
|
+
*/
|
|
60
|
+
export namespace AccountV1GetLeaderboardHistorySecurity$ {
|
|
61
|
+
/** @deprecated use `AccountV1GetLeaderboardHistorySecurity$inboundSchema` instead. */
|
|
62
|
+
export const inboundSchema =
|
|
63
|
+
AccountV1GetLeaderboardHistorySecurity$inboundSchema;
|
|
64
|
+
/** @deprecated use `AccountV1GetLeaderboardHistorySecurity$outboundSchema` instead. */
|
|
65
|
+
export const outboundSchema =
|
|
66
|
+
AccountV1GetLeaderboardHistorySecurity$outboundSchema;
|
|
67
|
+
/** @deprecated use `AccountV1GetLeaderboardHistorySecurity$Outbound` instead. */
|
|
68
|
+
export type Outbound = AccountV1GetLeaderboardHistorySecurity$Outbound;
|
|
69
|
+
}
|
|
70
|
+
|
|
25
71
|
/** @internal */
|
|
26
72
|
export const AccountV1GetLeaderboardHistoryRequest$inboundSchema: z.ZodType<
|
|
27
73
|
AccountV1GetLeaderboardHistoryRequest,
|
|
@@ -6,6 +6,10 @@ import * as z from "zod";
|
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import * as components from "../components/index.js";
|
|
8
8
|
|
|
9
|
+
export type AccountV1GetStaffSecurity = {
|
|
10
|
+
session: string;
|
|
11
|
+
};
|
|
12
|
+
|
|
9
13
|
export type AccountV1GetStaffResponse = {
|
|
10
14
|
httpMeta: components.HTTPMetadata;
|
|
11
15
|
/**
|
|
@@ -14,6 +18,42 @@ export type AccountV1GetStaffResponse = {
|
|
|
14
18
|
leaderboardAccounts?: Array<components.LeaderboardAccount> | null | undefined;
|
|
15
19
|
};
|
|
16
20
|
|
|
21
|
+
/** @internal */
|
|
22
|
+
export const AccountV1GetStaffSecurity$inboundSchema: z.ZodType<
|
|
23
|
+
AccountV1GetStaffSecurity,
|
|
24
|
+
z.ZodTypeDef,
|
|
25
|
+
unknown
|
|
26
|
+
> = z.object({
|
|
27
|
+
session: z.string(),
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
/** @internal */
|
|
31
|
+
export type AccountV1GetStaffSecurity$Outbound = {
|
|
32
|
+
session: string;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
/** @internal */
|
|
36
|
+
export const AccountV1GetStaffSecurity$outboundSchema: z.ZodType<
|
|
37
|
+
AccountV1GetStaffSecurity$Outbound,
|
|
38
|
+
z.ZodTypeDef,
|
|
39
|
+
AccountV1GetStaffSecurity
|
|
40
|
+
> = z.object({
|
|
41
|
+
session: z.string(),
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @internal
|
|
46
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
47
|
+
*/
|
|
48
|
+
export namespace AccountV1GetStaffSecurity$ {
|
|
49
|
+
/** @deprecated use `AccountV1GetStaffSecurity$inboundSchema` instead. */
|
|
50
|
+
export const inboundSchema = AccountV1GetStaffSecurity$inboundSchema;
|
|
51
|
+
/** @deprecated use `AccountV1GetStaffSecurity$outboundSchema` instead. */
|
|
52
|
+
export const outboundSchema = AccountV1GetStaffSecurity$outboundSchema;
|
|
53
|
+
/** @deprecated use `AccountV1GetStaffSecurity$Outbound` instead. */
|
|
54
|
+
export type Outbound = AccountV1GetStaffSecurity$Outbound;
|
|
55
|
+
}
|
|
56
|
+
|
|
17
57
|
/** @internal */
|
|
18
58
|
export const AccountV1GetStaffResponse$inboundSchema: z.ZodType<
|
|
19
59
|
AccountV1GetStaffResponse,
|
|
@@ -6,6 +6,11 @@ import * as z from "zod";
|
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import * as components from "../components/index.js";
|
|
8
8
|
|
|
9
|
+
export type AccountV1QueueSecurity = {
|
|
10
|
+
apiKey: string;
|
|
11
|
+
session: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
9
14
|
export type AccountV1QueueRequest = {
|
|
10
15
|
xForwardedFor?: string | undefined;
|
|
11
16
|
userAgent?: string | undefined;
|
|
@@ -17,6 +22,45 @@ export type AccountV1QueueResponse = {
|
|
|
17
22
|
headers: { [k: string]: Array<string> };
|
|
18
23
|
};
|
|
19
24
|
|
|
25
|
+
/** @internal */
|
|
26
|
+
export const AccountV1QueueSecurity$inboundSchema: z.ZodType<
|
|
27
|
+
AccountV1QueueSecurity,
|
|
28
|
+
z.ZodTypeDef,
|
|
29
|
+
unknown
|
|
30
|
+
> = z.object({
|
|
31
|
+
apiKey: z.string(),
|
|
32
|
+
session: z.string(),
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
/** @internal */
|
|
36
|
+
export type AccountV1QueueSecurity$Outbound = {
|
|
37
|
+
apiKey: string;
|
|
38
|
+
session: string;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
/** @internal */
|
|
42
|
+
export const AccountV1QueueSecurity$outboundSchema: z.ZodType<
|
|
43
|
+
AccountV1QueueSecurity$Outbound,
|
|
44
|
+
z.ZodTypeDef,
|
|
45
|
+
AccountV1QueueSecurity
|
|
46
|
+
> = z.object({
|
|
47
|
+
apiKey: z.string(),
|
|
48
|
+
session: z.string(),
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* @internal
|
|
53
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
54
|
+
*/
|
|
55
|
+
export namespace AccountV1QueueSecurity$ {
|
|
56
|
+
/** @deprecated use `AccountV1QueueSecurity$inboundSchema` instead. */
|
|
57
|
+
export const inboundSchema = AccountV1QueueSecurity$inboundSchema;
|
|
58
|
+
/** @deprecated use `AccountV1QueueSecurity$outboundSchema` instead. */
|
|
59
|
+
export const outboundSchema = AccountV1QueueSecurity$outboundSchema;
|
|
60
|
+
/** @deprecated use `AccountV1QueueSecurity$Outbound` instead. */
|
|
61
|
+
export type Outbound = AccountV1QueueSecurity$Outbound;
|
|
62
|
+
}
|
|
63
|
+
|
|
20
64
|
/** @internal */
|
|
21
65
|
export const AccountV1QueueRequest$inboundSchema: z.ZodType<
|
|
22
66
|
AccountV1QueueRequest,
|
|
@@ -6,6 +6,10 @@ import * as z from "zod";
|
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import * as components from "../components/index.js";
|
|
8
8
|
|
|
9
|
+
export type AccountV1SessionDeleteSecurity = {
|
|
10
|
+
session: string;
|
|
11
|
+
};
|
|
12
|
+
|
|
9
13
|
export type AccountV1SessionDeleteResponse = {
|
|
10
14
|
httpMeta: components.HTTPMetadata;
|
|
11
15
|
/**
|
|
@@ -16,6 +20,42 @@ export type AccountV1SessionDeleteResponse = {
|
|
|
16
20
|
| undefined;
|
|
17
21
|
};
|
|
18
22
|
|
|
23
|
+
/** @internal */
|
|
24
|
+
export const AccountV1SessionDeleteSecurity$inboundSchema: z.ZodType<
|
|
25
|
+
AccountV1SessionDeleteSecurity,
|
|
26
|
+
z.ZodTypeDef,
|
|
27
|
+
unknown
|
|
28
|
+
> = z.object({
|
|
29
|
+
session: z.string(),
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
/** @internal */
|
|
33
|
+
export type AccountV1SessionDeleteSecurity$Outbound = {
|
|
34
|
+
session: string;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
/** @internal */
|
|
38
|
+
export const AccountV1SessionDeleteSecurity$outboundSchema: z.ZodType<
|
|
39
|
+
AccountV1SessionDeleteSecurity$Outbound,
|
|
40
|
+
z.ZodTypeDef,
|
|
41
|
+
AccountV1SessionDeleteSecurity
|
|
42
|
+
> = z.object({
|
|
43
|
+
session: z.string(),
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* @internal
|
|
48
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
49
|
+
*/
|
|
50
|
+
export namespace AccountV1SessionDeleteSecurity$ {
|
|
51
|
+
/** @deprecated use `AccountV1SessionDeleteSecurity$inboundSchema` instead. */
|
|
52
|
+
export const inboundSchema = AccountV1SessionDeleteSecurity$inboundSchema;
|
|
53
|
+
/** @deprecated use `AccountV1SessionDeleteSecurity$outboundSchema` instead. */
|
|
54
|
+
export const outboundSchema = AccountV1SessionDeleteSecurity$outboundSchema;
|
|
55
|
+
/** @deprecated use `AccountV1SessionDeleteSecurity$Outbound` instead. */
|
|
56
|
+
export type Outbound = AccountV1SessionDeleteSecurity$Outbound;
|
|
57
|
+
}
|
|
58
|
+
|
|
19
59
|
/** @internal */
|
|
20
60
|
export const AccountV1SessionDeleteResponse$inboundSchema: z.ZodType<
|
|
21
61
|
AccountV1SessionDeleteResponse,
|
|
@@ -6,6 +6,10 @@ import * as z from "zod";
|
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import * as components from "../components/index.js";
|
|
8
8
|
|
|
9
|
+
export type AccountV1SessionGetSecurity = {
|
|
10
|
+
session: string;
|
|
11
|
+
};
|
|
12
|
+
|
|
9
13
|
export type AccountV1SessionGetResponse = {
|
|
10
14
|
httpMeta: components.HTTPMetadata;
|
|
11
15
|
/**
|
|
@@ -14,6 +18,42 @@ export type AccountV1SessionGetResponse = {
|
|
|
14
18
|
v1GetSessionBody?: components.V1GetSessionBody | undefined;
|
|
15
19
|
};
|
|
16
20
|
|
|
21
|
+
/** @internal */
|
|
22
|
+
export const AccountV1SessionGetSecurity$inboundSchema: z.ZodType<
|
|
23
|
+
AccountV1SessionGetSecurity,
|
|
24
|
+
z.ZodTypeDef,
|
|
25
|
+
unknown
|
|
26
|
+
> = z.object({
|
|
27
|
+
session: z.string(),
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
/** @internal */
|
|
31
|
+
export type AccountV1SessionGetSecurity$Outbound = {
|
|
32
|
+
session: string;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
/** @internal */
|
|
36
|
+
export const AccountV1SessionGetSecurity$outboundSchema: z.ZodType<
|
|
37
|
+
AccountV1SessionGetSecurity$Outbound,
|
|
38
|
+
z.ZodTypeDef,
|
|
39
|
+
AccountV1SessionGetSecurity
|
|
40
|
+
> = z.object({
|
|
41
|
+
session: z.string(),
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @internal
|
|
46
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
47
|
+
*/
|
|
48
|
+
export namespace AccountV1SessionGetSecurity$ {
|
|
49
|
+
/** @deprecated use `AccountV1SessionGetSecurity$inboundSchema` instead. */
|
|
50
|
+
export const inboundSchema = AccountV1SessionGetSecurity$inboundSchema;
|
|
51
|
+
/** @deprecated use `AccountV1SessionGetSecurity$outboundSchema` instead. */
|
|
52
|
+
export const outboundSchema = AccountV1SessionGetSecurity$outboundSchema;
|
|
53
|
+
/** @deprecated use `AccountV1SessionGetSecurity$Outbound` instead. */
|
|
54
|
+
export type Outbound = AccountV1SessionGetSecurity$Outbound;
|
|
55
|
+
}
|
|
56
|
+
|
|
17
57
|
/** @internal */
|
|
18
58
|
export const AccountV1SessionGetResponse$inboundSchema: z.ZodType<
|
|
19
59
|
AccountV1SessionGetResponse,
|
|
@@ -6,6 +6,10 @@ import * as z from "zod";
|
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import * as components from "../components/index.js";
|
|
8
8
|
|
|
9
|
+
export type AccountV1SettingsDeleteImagesSecurity = {
|
|
10
|
+
session: string;
|
|
11
|
+
};
|
|
12
|
+
|
|
9
13
|
export type AccountV1SettingsDeleteImagesResponse = {
|
|
10
14
|
httpMeta: components.HTTPMetadata;
|
|
11
15
|
/**
|
|
@@ -16,6 +20,44 @@ export type AccountV1SettingsDeleteImagesResponse = {
|
|
|
16
20
|
| undefined;
|
|
17
21
|
};
|
|
18
22
|
|
|
23
|
+
/** @internal */
|
|
24
|
+
export const AccountV1SettingsDeleteImagesSecurity$inboundSchema: z.ZodType<
|
|
25
|
+
AccountV1SettingsDeleteImagesSecurity,
|
|
26
|
+
z.ZodTypeDef,
|
|
27
|
+
unknown
|
|
28
|
+
> = z.object({
|
|
29
|
+
session: z.string(),
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
/** @internal */
|
|
33
|
+
export type AccountV1SettingsDeleteImagesSecurity$Outbound = {
|
|
34
|
+
session: string;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
/** @internal */
|
|
38
|
+
export const AccountV1SettingsDeleteImagesSecurity$outboundSchema: z.ZodType<
|
|
39
|
+
AccountV1SettingsDeleteImagesSecurity$Outbound,
|
|
40
|
+
z.ZodTypeDef,
|
|
41
|
+
AccountV1SettingsDeleteImagesSecurity
|
|
42
|
+
> = z.object({
|
|
43
|
+
session: z.string(),
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* @internal
|
|
48
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
49
|
+
*/
|
|
50
|
+
export namespace AccountV1SettingsDeleteImagesSecurity$ {
|
|
51
|
+
/** @deprecated use `AccountV1SettingsDeleteImagesSecurity$inboundSchema` instead. */
|
|
52
|
+
export const inboundSchema =
|
|
53
|
+
AccountV1SettingsDeleteImagesSecurity$inboundSchema;
|
|
54
|
+
/** @deprecated use `AccountV1SettingsDeleteImagesSecurity$outboundSchema` instead. */
|
|
55
|
+
export const outboundSchema =
|
|
56
|
+
AccountV1SettingsDeleteImagesSecurity$outboundSchema;
|
|
57
|
+
/** @deprecated use `AccountV1SettingsDeleteImagesSecurity$Outbound` instead. */
|
|
58
|
+
export type Outbound = AccountV1SettingsDeleteImagesSecurity$Outbound;
|
|
59
|
+
}
|
|
60
|
+
|
|
19
61
|
/** @internal */
|
|
20
62
|
export const AccountV1SettingsDeleteImagesResponse$inboundSchema: z.ZodType<
|
|
21
63
|
AccountV1SettingsDeleteImagesResponse,
|
|
@@ -6,6 +6,10 @@ import * as z from "zod";
|
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import * as components from "../components/index.js";
|
|
8
8
|
|
|
9
|
+
export type AccountV1SettingsGenerateApiKeySecurity = {
|
|
10
|
+
session: string;
|
|
11
|
+
};
|
|
12
|
+
|
|
9
13
|
export type AccountV1SettingsGenerateApiKeyResponse = {
|
|
10
14
|
httpMeta: components.HTTPMetadata;
|
|
11
15
|
/**
|
|
@@ -16,6 +20,44 @@ export type AccountV1SettingsGenerateApiKeyResponse = {
|
|
|
16
20
|
| undefined;
|
|
17
21
|
};
|
|
18
22
|
|
|
23
|
+
/** @internal */
|
|
24
|
+
export const AccountV1SettingsGenerateApiKeySecurity$inboundSchema: z.ZodType<
|
|
25
|
+
AccountV1SettingsGenerateApiKeySecurity,
|
|
26
|
+
z.ZodTypeDef,
|
|
27
|
+
unknown
|
|
28
|
+
> = z.object({
|
|
29
|
+
session: z.string(),
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
/** @internal */
|
|
33
|
+
export type AccountV1SettingsGenerateApiKeySecurity$Outbound = {
|
|
34
|
+
session: string;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
/** @internal */
|
|
38
|
+
export const AccountV1SettingsGenerateApiKeySecurity$outboundSchema: z.ZodType<
|
|
39
|
+
AccountV1SettingsGenerateApiKeySecurity$Outbound,
|
|
40
|
+
z.ZodTypeDef,
|
|
41
|
+
AccountV1SettingsGenerateApiKeySecurity
|
|
42
|
+
> = z.object({
|
|
43
|
+
session: z.string(),
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* @internal
|
|
48
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
49
|
+
*/
|
|
50
|
+
export namespace AccountV1SettingsGenerateApiKeySecurity$ {
|
|
51
|
+
/** @deprecated use `AccountV1SettingsGenerateApiKeySecurity$inboundSchema` instead. */
|
|
52
|
+
export const inboundSchema =
|
|
53
|
+
AccountV1SettingsGenerateApiKeySecurity$inboundSchema;
|
|
54
|
+
/** @deprecated use `AccountV1SettingsGenerateApiKeySecurity$outboundSchema` instead. */
|
|
55
|
+
export const outboundSchema =
|
|
56
|
+
AccountV1SettingsGenerateApiKeySecurity$outboundSchema;
|
|
57
|
+
/** @deprecated use `AccountV1SettingsGenerateApiKeySecurity$Outbound` instead. */
|
|
58
|
+
export type Outbound = AccountV1SettingsGenerateApiKeySecurity$Outbound;
|
|
59
|
+
}
|
|
60
|
+
|
|
19
61
|
/** @internal */
|
|
20
62
|
export const AccountV1SettingsGenerateApiKeyResponse$inboundSchema: z.ZodType<
|
|
21
63
|
AccountV1SettingsGenerateApiKeyResponse,
|