@steamsets/client-ts 0.5.5 → 0.7.0
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 +167 -135
- package/docs/sdks/account/README.md +69 -161
- package/docs/sdks/app/README.md +162 -0
- package/docs/sdks/connection/README.md +12 -28
- package/docs/sdks/data/README.md +100 -49
- package/docs/sdks/liveness/README.md +3 -7
- package/docs/sdks/location/README.md +3 -7
- package/docs/sdks/public/README.md +97 -42
- package/docs/sdks/session/README.md +12 -28
- package/docs/sdks/settings/README.md +24 -56
- package/funcs/accountAccountV1ConnectionConnect.d.ts.map +1 -1
- package/funcs/accountAccountV1ConnectionConnect.js +2 -1
- package/funcs/accountAccountV1ConnectionConnect.js.map +1 -1
- package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
- package/funcs/accountAccountV1ConnectionDeleteConnection.js +3 -4
- package/funcs/accountAccountV1ConnectionDeleteConnection.js.map +1 -1
- package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
- package/funcs/accountAccountV1ConnectionUpdateConnection.js +3 -4
- package/funcs/accountAccountV1ConnectionUpdateConnection.js.map +1 -1
- package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
- package/funcs/accountAccountV1ConnectionVerifyConnection.js +3 -4
- package/funcs/accountAccountV1ConnectionVerifyConnection.js.map +1 -1
- package/funcs/accountAccountV1GetApps.d.ts.map +1 -1
- package/funcs/accountAccountV1GetApps.js +3 -5
- package/funcs/accountAccountV1GetApps.js.map +1 -1
- package/funcs/accountAccountV1GetBadges.d.ts.map +1 -1
- package/funcs/accountAccountV1GetBadges.js +3 -5
- package/funcs/accountAccountV1GetBadges.js.map +1 -1
- package/funcs/accountAccountV1GetDataPoints.d.ts.map +1 -1
- package/funcs/accountAccountV1GetDataPoints.js +3 -5
- package/funcs/accountAccountV1GetDataPoints.js.map +1 -1
- package/funcs/accountAccountV1GetFriends.d.ts.map +1 -1
- package/funcs/accountAccountV1GetFriends.js +3 -5
- package/funcs/accountAccountV1GetFriends.js.map +1 -1
- package/funcs/accountAccountV1GetInfo.d.ts.map +1 -1
- package/funcs/accountAccountV1GetInfo.js +5 -2
- package/funcs/accountAccountV1GetInfo.js.map +1 -1
- package/funcs/accountAccountV1GetLeaderboardHistory.d.ts.map +1 -1
- package/funcs/accountAccountV1GetLeaderboardHistory.js +4 -8
- package/funcs/accountAccountV1GetLeaderboardHistory.js.map +1 -1
- package/funcs/accountAccountV1GetStaff.d.ts.map +1 -1
- package/funcs/accountAccountV1GetStaff.js +2 -1
- package/funcs/accountAccountV1GetStaff.js.map +1 -1
- package/funcs/accountAccountV1SessionCreate.d.ts.map +1 -1
- package/funcs/accountAccountV1SessionCreate.js +4 -6
- package/funcs/accountAccountV1SessionCreate.js.map +1 -1
- package/funcs/accountAccountV1SessionDelete.d.ts.map +1 -1
- package/funcs/accountAccountV1SessionDelete.js +2 -1
- package/funcs/accountAccountV1SessionDelete.js.map +1 -1
- package/funcs/accountAccountV1SessionGet.d.ts.map +1 -1
- package/funcs/accountAccountV1SessionGet.js +5 -2
- package/funcs/accountAccountV1SessionGet.js.map +1 -1
- package/funcs/accountAccountV1SessionLogin.d.ts.map +1 -1
- package/funcs/accountAccountV1SessionLogin.js +6 -6
- package/funcs/accountAccountV1SessionLogin.js.map +1 -1
- package/funcs/accountAccountV1SettingsDeleteImages.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsDeleteImages.js +3 -4
- package/funcs/accountAccountV1SettingsDeleteImages.js.map +1 -1
- package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsGenerateApiKey.js +3 -4
- package/funcs/accountAccountV1SettingsGenerateApiKey.js.map +1 -1
- package/funcs/accountAccountV1SettingsGet.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsGet.js +5 -2
- package/funcs/accountAccountV1SettingsGet.js.map +1 -1
- package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsSendEmailVerification.js +6 -7
- package/funcs/accountAccountV1SettingsSendEmailVerification.js.map +1 -1
- package/funcs/accountAccountV1SettingsUpdate.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsUpdate.js +6 -6
- package/funcs/accountAccountV1SettingsUpdate.js.map +1 -1
- package/funcs/accountAccountV1SettingsUpdateImage.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsUpdateImage.js +3 -4
- package/funcs/accountAccountV1SettingsUpdateImage.js.map +1 -1
- package/funcs/accountAccountV1SettingsUploadImages.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsUploadImages.js +2 -1
- package/funcs/accountAccountV1SettingsUploadImages.js.map +1 -1
- package/funcs/accountAccountV1SettingsVerfyEmail.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsVerfyEmail.js +2 -1
- package/funcs/accountAccountV1SettingsVerfyEmail.js.map +1 -1
- package/funcs/appAccountV1Queue.d.ts +13 -0
- package/funcs/appAccountV1Queue.d.ts.map +1 -0
- package/funcs/appAccountV1Queue.js +103 -0
- package/funcs/appAccountV1Queue.js.map +1 -0
- package/funcs/appAppV1Get.d.ts +14 -0
- package/funcs/appAppV1Get.d.ts.map +1 -0
- package/funcs/appAppV1Get.js +99 -0
- package/funcs/appAppV1Get.js.map +1 -0
- package/funcs/connectionAccountV1ConnectionConnect.d.ts.map +1 -1
- package/funcs/connectionAccountV1ConnectionConnect.js +2 -1
- package/funcs/connectionAccountV1ConnectionConnect.js.map +1 -1
- package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
- package/funcs/connectionAccountV1ConnectionDeleteConnection.js +3 -4
- package/funcs/connectionAccountV1ConnectionDeleteConnection.js.map +1 -1
- package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
- package/funcs/connectionAccountV1ConnectionUpdateConnection.js +3 -4
- package/funcs/connectionAccountV1ConnectionUpdateConnection.js.map +1 -1
- package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
- package/funcs/connectionAccountV1ConnectionVerifyConnection.js +3 -4
- package/funcs/connectionAccountV1ConnectionVerifyConnection.js.map +1 -1
- package/funcs/dataAccountV1GetApps.d.ts.map +1 -1
- package/funcs/dataAccountV1GetApps.js +3 -5
- package/funcs/dataAccountV1GetApps.js.map +1 -1
- package/funcs/dataAccountV1GetBadges.d.ts.map +1 -1
- package/funcs/dataAccountV1GetBadges.js +3 -5
- package/funcs/dataAccountV1GetBadges.js.map +1 -1
- package/funcs/dataAccountV1GetDataPoints.d.ts.map +1 -1
- package/funcs/dataAccountV1GetDataPoints.js +3 -5
- package/funcs/dataAccountV1GetDataPoints.js.map +1 -1
- package/funcs/dataAccountV1GetFriends.d.ts.map +1 -1
- package/funcs/dataAccountV1GetFriends.js +3 -5
- package/funcs/dataAccountV1GetFriends.js.map +1 -1
- package/funcs/dataAccountV1GetInfo.d.ts.map +1 -1
- package/funcs/dataAccountV1GetInfo.js +5 -2
- package/funcs/dataAccountV1GetInfo.js.map +1 -1
- package/funcs/dataAccountV1GetLeaderboardHistory.d.ts.map +1 -1
- package/funcs/dataAccountV1GetLeaderboardHistory.js +4 -8
- package/funcs/dataAccountV1GetLeaderboardHistory.js.map +1 -1
- package/funcs/dataAccountV1GetStaff.d.ts.map +1 -1
- package/funcs/dataAccountV1GetStaff.js +2 -1
- package/funcs/dataAccountV1GetStaff.js.map +1 -1
- package/funcs/dataAccountV1Queue.d.ts +13 -0
- package/funcs/dataAccountV1Queue.d.ts.map +1 -0
- package/funcs/dataAccountV1Queue.js +103 -0
- package/funcs/dataAccountV1Queue.js.map +1 -0
- package/funcs/livenessLiveness.d.ts.map +1 -1
- package/funcs/livenessLiveness.js +7 -2
- package/funcs/livenessLiveness.js.map +1 -1
- package/funcs/locationLocation.d.ts.map +1 -1
- package/funcs/locationLocation.js +2 -1
- package/funcs/locationLocation.js.map +1 -1
- package/funcs/publicAccountV1GetApps.d.ts.map +1 -1
- package/funcs/publicAccountV1GetApps.js +3 -5
- package/funcs/publicAccountV1GetApps.js.map +1 -1
- package/funcs/publicAccountV1GetBadges.d.ts.map +1 -1
- package/funcs/publicAccountV1GetBadges.js +3 -5
- package/funcs/publicAccountV1GetBadges.js.map +1 -1
- package/funcs/publicAccountV1GetDataPoints.d.ts.map +1 -1
- package/funcs/publicAccountV1GetDataPoints.js +3 -5
- package/funcs/publicAccountV1GetDataPoints.js.map +1 -1
- package/funcs/publicAccountV1GetFriends.d.ts.map +1 -1
- package/funcs/publicAccountV1GetFriends.js +3 -5
- package/funcs/publicAccountV1GetFriends.js.map +1 -1
- package/funcs/publicAccountV1GetInfo.d.ts.map +1 -1
- package/funcs/publicAccountV1GetInfo.js +5 -2
- package/funcs/publicAccountV1GetInfo.js.map +1 -1
- package/funcs/publicAccountV1GetLeaderboardHistory.d.ts.map +1 -1
- package/funcs/publicAccountV1GetLeaderboardHistory.js +4 -8
- package/funcs/publicAccountV1GetLeaderboardHistory.js.map +1 -1
- package/funcs/publicAccountV1Queue.d.ts +13 -0
- package/funcs/publicAccountV1Queue.d.ts.map +1 -0
- package/funcs/publicAccountV1Queue.js +103 -0
- package/funcs/publicAccountV1Queue.js.map +1 -0
- package/funcs/sessionAccountV1SessionCreate.d.ts.map +1 -1
- package/funcs/sessionAccountV1SessionCreate.js +4 -6
- package/funcs/sessionAccountV1SessionCreate.js.map +1 -1
- package/funcs/sessionAccountV1SessionDelete.d.ts.map +1 -1
- package/funcs/sessionAccountV1SessionDelete.js +2 -1
- package/funcs/sessionAccountV1SessionDelete.js.map +1 -1
- package/funcs/sessionAccountV1SessionGet.d.ts.map +1 -1
- package/funcs/sessionAccountV1SessionGet.js +5 -2
- package/funcs/sessionAccountV1SessionGet.js.map +1 -1
- package/funcs/sessionAccountV1SessionLogin.d.ts.map +1 -1
- package/funcs/sessionAccountV1SessionLogin.js +6 -6
- package/funcs/sessionAccountV1SessionLogin.js.map +1 -1
- package/funcs/settingsAccountV1SettingsDeleteImages.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsDeleteImages.js +3 -4
- package/funcs/settingsAccountV1SettingsDeleteImages.js.map +1 -1
- package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsGenerateApiKey.js +3 -4
- package/funcs/settingsAccountV1SettingsGenerateApiKey.js.map +1 -1
- package/funcs/settingsAccountV1SettingsGet.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsGet.js +5 -2
- package/funcs/settingsAccountV1SettingsGet.js.map +1 -1
- package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsSendEmailVerification.js +6 -7
- package/funcs/settingsAccountV1SettingsSendEmailVerification.js.map +1 -1
- package/funcs/settingsAccountV1SettingsUpdate.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsUpdate.js +6 -6
- package/funcs/settingsAccountV1SettingsUpdate.js.map +1 -1
- package/funcs/settingsAccountV1SettingsUpdateImage.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsUpdateImage.js +3 -4
- package/funcs/settingsAccountV1SettingsUpdateImage.js.map +1 -1
- package/funcs/settingsAccountV1SettingsUploadImages.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsUploadImages.js +2 -1
- package/funcs/settingsAccountV1SettingsUploadImages.js.map +1 -1
- package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsVerfyEmail.js +2 -1
- package/funcs/settingsAccountV1SettingsVerfyEmail.js.map +1 -1
- package/hooks/hooks.d.ts +1 -1
- package/hooks/hooks.d.ts.map +1 -1
- package/hooks/hooks.js.map +1 -1
- package/hooks/index.d.ts +1 -1
- package/hooks/index.js +1 -1
- package/hooks/types.d.ts.map +1 -1
- package/index.d.ts +2 -1
- package/index.d.ts.map +1 -1
- package/index.js +15 -1
- package/index.js.map +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.d.ts.map +1 -1
- package/lib/config.js +7 -4
- package/lib/config.js.map +1 -1
- package/lib/files.d.ts +8 -0
- package/lib/files.d.ts.map +1 -0
- package/lib/files.js +36 -0
- package/lib/files.js.map +1 -0
- package/lib/matchers.d.ts +1 -1
- package/lib/matchers.d.ts.map +1 -1
- package/lib/matchers.js +11 -12
- package/lib/matchers.js.map +1 -1
- package/lib/schemas.d.ts.map +1 -1
- package/lib/schemas.js.map +1 -1
- package/lib/sdks.d.ts +4 -4
- package/lib/sdks.d.ts.map +1 -1
- package/lib/sdks.js +38 -20
- package/lib/sdks.js.map +1 -1
- package/lib/security.d.ts.map +1 -1
- package/lib/security.js +2 -1
- package/lib/security.js.map +1 -1
- package/models/components/accountbadgemostxpdatapoint.d.ts.map +1 -1
- package/models/components/accountbadgemostxpdatapoint.js +2 -5
- package/models/components/accountbadgemostxpdatapoint.js.map +1 -1
- package/models/components/accountbadgescarcitydatapoint.d.ts.map +1 -1
- package/models/components/accountbadgescarcitydatapoint.js.map +1 -1
- package/models/components/accountinfobody.d.ts +1 -1
- package/models/components/accountinfobody.d.ts.map +1 -1
- package/models/components/accountinfobody.js +20 -37
- package/models/components/accountinfobody.js.map +1 -1
- package/models/components/accountleaderboardhistory.d.ts +1 -1
- package/models/components/accountleaderboardhistory.d.ts.map +1 -1
- package/models/components/accountleaderboardhistory.js +2 -5
- package/models/components/accountleaderboardhistory.js.map +1 -1
- package/models/components/accountplaytimedatapoint.d.ts.map +1 -1
- package/models/components/accountplaytimedatapoint.js.map +1 -1
- package/models/components/accountsearch.d.ts +1 -1
- package/models/components/accountsearch.d.ts.map +1 -1
- package/models/components/accountsearch.js +1 -1
- package/models/components/accountsearch.js.map +1 -1
- package/models/components/accountsearchidstruct.d.ts.map +1 -1
- package/models/components/accountsearchidstruct.js.map +1 -1
- package/models/components/accountsearchvanitystruct.d.ts +1 -1
- package/models/components/accountsearchvanitystruct.d.ts.map +1 -1
- package/models/components/accountsearchvanitystruct.js.map +1 -1
- package/models/components/appsearch.d.ts +28 -0
- package/models/components/appsearch.d.ts.map +1 -0
- package/models/components/appsearch.js +50 -0
- package/models/components/appsearch.js.map +1 -0
- package/models/components/bestleaderboardrank.d.ts +1 -1
- package/models/components/bestleaderboardrank.d.ts.map +1 -1
- package/models/components/bestleaderboardrank.js +2 -1
- package/models/components/bestleaderboardrank.js.map +1 -1
- package/models/components/city.d.ts.map +1 -1
- package/models/components/city.js +2 -1
- package/models/components/city.js.map +1 -1
- package/models/components/connection.d.ts +1 -1
- package/models/components/connection.d.ts.map +1 -1
- package/models/components/connection.js.map +1 -1
- package/models/components/country.d.ts +1 -1
- package/models/components/country.d.ts.map +1 -1
- package/models/components/country.js +1 -1
- package/models/components/country.js.map +1 -1
- package/models/components/emailnotification.d.ts +1 -1
- package/models/components/emailnotification.d.ts.map +1 -1
- package/models/components/emailnotification.js.map +1 -1
- package/models/components/errordetail.d.ts.map +1 -1
- package/models/components/errordetail.js.map +1 -1
- package/models/components/httpmetadata.d.ts.map +1 -1
- package/models/components/httpmetadata.js +7 -11
- package/models/components/httpmetadata.js.map +1 -1
- package/models/components/image.d.ts.map +1 -1
- package/models/components/image.js +2 -1
- package/models/components/image.js.map +1 -1
- package/models/components/index.d.ts +8 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +8 -1
- package/models/components/index.js.map +1 -1
- package/models/components/leaderboardaccount.d.ts +1 -1
- package/models/components/leaderboardaccount.d.ts.map +1 -1
- package/models/components/leaderboardaccount.js +3 -6
- package/models/components/leaderboardaccount.js.map +1 -1
- package/models/components/leaderboardbadgeinfo.d.ts.map +1 -1
- package/models/components/leaderboardbadgeinfo.js +2 -5
- package/models/components/leaderboardbadgeinfo.js.map +1 -1
- package/models/components/location.d.ts.map +1 -1
- package/models/components/location.js.map +1 -1
- package/models/components/loginrequestbody.d.ts.map +1 -1
- package/models/components/loginrequestbody.js +15 -19
- package/models/components/loginrequestbody.js.map +1 -1
- package/models/components/region.d.ts +1 -1
- package/models/components/region.d.ts.map +1 -1
- package/models/components/region.js +3 -2
- package/models/components/region.js.map +1 -1
- package/models/components/resource.d.ts +72 -1
- package/models/components/resource.d.ts.map +1 -1
- package/models/components/resource.js +37 -3
- package/models/components/resource.js.map +1 -1
- package/models/components/role.d.ts +69 -1
- package/models/components/role.d.ts.map +1 -1
- package/models/components/role.js +39 -4
- package/models/components/role.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/components/session.d.ts.map +1 -1
- package/models/components/session.js +6 -15
- package/models/components/session.js.map +1 -1
- package/models/components/state.d.ts +1 -1
- package/models/components/state.d.ts.map +1 -1
- package/models/components/state.js +3 -2
- package/models/components/state.js.map +1 -1
- package/models/components/v1accountapp.d.ts.map +1 -1
- package/models/components/v1accountapp.js.map +1 -1
- package/models/components/v1accountappbadge.d.ts +51 -0
- package/models/components/v1accountappbadge.d.ts.map +1 -0
- package/models/components/{v1badge.js → v1accountappbadge.js} +13 -16
- package/models/components/v1accountappbadge.js.map +1 -0
- package/models/components/v1accountbadgecompletion.d.ts +29 -0
- package/models/components/v1accountbadgecompletion.d.ts.map +1 -0
- package/models/components/v1accountbadgecompletion.js +54 -0
- package/models/components/v1accountbadgecompletion.js.map +1 -0
- package/models/components/v1accountdatapointsresponsebody.d.ts +1 -1
- package/models/components/v1accountdatapointsresponsebody.d.ts.map +1 -1
- package/models/components/v1accountdatapointsresponsebody.js +6 -10
- package/models/components/v1accountdatapointsresponsebody.js.map +1 -1
- package/models/components/v1accountfriend.d.ts +1 -1
- package/models/components/v1accountfriend.d.ts.map +1 -1
- package/models/components/v1accountfriend.js +5 -11
- package/models/components/v1accountfriend.js.map +1 -1
- package/models/components/v1accountfriendsresponsebody.d.ts +1 -1
- package/models/components/v1accountfriendsresponsebody.d.ts.map +1 -1
- package/models/components/v1accountfriendsresponsebody.js +6 -10
- package/models/components/v1accountfriendsresponsebody.js.map +1 -1
- package/models/components/v1accountleaderboardhistoryresponsebody.d.ts +1 -1
- package/models/components/v1accountleaderboardhistoryresponsebody.d.ts.map +1 -1
- package/models/components/v1accountleaderboardhistoryresponsebody.js +6 -10
- package/models/components/v1accountleaderboardhistoryresponsebody.js.map +1 -1
- package/models/components/v1accountsappsresponsebody.d.ts +1 -1
- package/models/components/v1accountsappsresponsebody.d.ts.map +1 -1
- package/models/components/v1accountsappsresponsebody.js +6 -10
- package/models/components/v1accountsappsresponsebody.js.map +1 -1
- package/models/components/v1appbadge.d.ts +50 -0
- package/models/components/v1appbadge.d.ts.map +1 -0
- package/models/components/v1appbadge.js +75 -0
- package/models/components/v1appbadge.js.map +1 -0
- package/models/components/v1appdetail.d.ts +154 -0
- package/models/components/v1appdetail.d.ts.map +1 -0
- package/models/components/v1appdetail.js +106 -0
- package/models/components/v1appdetail.js.map +1 -0
- package/models/components/v1appitem.d.ts +39 -0
- package/models/components/v1appitem.d.ts.map +1 -0
- package/models/components/v1appitem.js +64 -0
- package/models/components/v1appitem.js.map +1 -0
- package/models/components/v1apprequestbody.d.ts +28 -0
- package/models/components/v1apprequestbody.d.ts.map +1 -0
- package/models/components/v1apprequestbody.js +50 -0
- package/models/components/v1apprequestbody.js.map +1 -0
- package/models/components/v1appresponsebody.d.ts +43 -0
- package/models/components/v1appresponsebody.d.ts.map +1 -0
- package/models/components/v1appresponsebody.js +68 -0
- package/models/components/v1appresponsebody.js.map +1 -0
- package/models/components/v1badgesresponsebody.d.ts +3 -3
- package/models/components/v1badgesresponsebody.d.ts.map +1 -1
- package/models/components/v1badgesresponsebody.js +9 -13
- package/models/components/v1badgesresponsebody.js.map +1 -1
- package/models/components/v1connectrequestbody.d.ts +1 -1
- package/models/components/v1connectrequestbody.d.ts.map +1 -1
- package/models/components/v1connectrequestbody.js +2 -1
- package/models/components/v1connectrequestbody.js.map +1 -1
- package/models/components/v1connectresponsebody.d.ts.map +1 -1
- package/models/components/v1connectresponsebody.js +6 -10
- package/models/components/v1connectresponsebody.js.map +1 -1
- package/models/components/v1createsessionbody.d.ts.map +1 -1
- package/models/components/v1createsessionbody.js +6 -10
- package/models/components/v1createsessionbody.js.map +1 -1
- package/models/components/v1deleteconnectionrequestbody.d.ts.map +1 -1
- package/models/components/v1deleteconnectionrequestbody.js.map +1 -1
- package/models/components/v1deleteconnectionresponsebody.d.ts.map +1 -1
- package/models/components/v1deleteconnectionresponsebody.js +6 -10
- package/models/components/v1deleteconnectionresponsebody.js.map +1 -1
- package/models/components/v1deleteimagesrequestbody.d.ts.map +1 -1
- package/models/components/v1deleteimagesrequestbody.js.map +1 -1
- package/models/components/v1deleteimagesresponsebody.d.ts.map +1 -1
- package/models/components/v1deleteimagesresponsebody.js +6 -10
- package/models/components/v1deleteimagesresponsebody.js.map +1 -1
- package/models/components/v1deletesessionrequestbody.d.ts.map +1 -1
- package/models/components/v1deletesessionrequestbody.js.map +1 -1
- package/models/components/v1deletesessionresponsebody.d.ts.map +1 -1
- package/models/components/v1deletesessionresponsebody.js +6 -10
- package/models/components/v1deletesessionresponsebody.js.map +1 -1
- package/models/components/v1generateapikeyresponsebody.d.ts.map +1 -1
- package/models/components/v1generateapikeyresponsebody.js +6 -10
- package/models/components/v1generateapikeyresponsebody.js.map +1 -1
- package/models/components/v1getsessionbody.d.ts +1 -1
- package/models/components/v1getsessionbody.d.ts.map +1 -1
- package/models/components/v1getsessionbody.js +6 -10
- package/models/components/v1getsessionbody.js.map +1 -1
- package/models/components/v1getsettingsbody.d.ts +1 -1
- package/models/components/v1getsettingsbody.d.ts.map +1 -1
- package/models/components/v1getsettingsbody.js +6 -10
- package/models/components/v1getsettingsbody.js.map +1 -1
- package/models/components/v1livenessresponsebody.d.ts.map +1 -1
- package/models/components/v1livenessresponsebody.js +6 -10
- package/models/components/v1livenessresponsebody.js.map +1 -1
- package/models/components/v1loginresponsebody.d.ts.map +1 -1
- package/models/components/v1loginresponsebody.js +6 -10
- package/models/components/v1loginresponsebody.js.map +1 -1
- package/models/components/v1updateconnectionrequestbody.d.ts.map +1 -1
- package/models/components/v1updateconnectionrequestbody.js.map +1 -1
- package/models/components/v1updateconnectionresponsebody.d.ts.map +1 -1
- package/models/components/v1updateconnectionresponsebody.js +6 -10
- package/models/components/v1updateconnectionresponsebody.js.map +1 -1
- package/models/components/v1updateimagerequestbody.d.ts.map +1 -1
- package/models/components/v1updateimagerequestbody.js.map +1 -1
- package/models/components/v1updateimageresponsebody.d.ts.map +1 -1
- package/models/components/v1updateimageresponsebody.js +6 -10
- package/models/components/v1updateimageresponsebody.js.map +1 -1
- package/models/components/v1updatesettingsrequestbody.d.ts +1 -1
- package/models/components/v1updatesettingsrequestbody.d.ts.map +1 -1
- package/models/components/v1updatesettingsrequestbody.js +1 -1
- package/models/components/v1updatesettingsrequestbody.js.map +1 -1
- package/models/components/v1updatesettingsresponsebody.d.ts.map +1 -1
- package/models/components/v1updatesettingsresponsebody.js +6 -10
- package/models/components/v1updatesettingsresponsebody.js.map +1 -1
- package/models/components/v1uploadimagesrequestbody.d.ts +1 -1
- package/models/components/v1uploadimagesrequestbody.d.ts.map +1 -1
- package/models/components/v1uploadimagesrequestbody.js +1 -1
- package/models/components/v1uploadimagesrequestbody.js.map +1 -1
- package/models/components/v1uploaedimage.d.ts +1 -1
- package/models/components/v1uploaedimage.d.ts.map +1 -1
- package/models/components/v1uploaedimage.js.map +1 -1
- package/models/components/v1verifyconnectionrequestbody.d.ts.map +1 -1
- package/models/components/v1verifyconnectionrequestbody.js.map +1 -1
- package/models/components/v1verifyconnectionresponsebody.d.ts.map +1 -1
- package/models/components/v1verifyconnectionresponsebody.js +6 -10
- package/models/components/v1verifyconnectionresponsebody.js.map +1 -1
- package/models/components/v1verifyemailrequestbody.d.ts.map +1 -1
- package/models/components/v1verifyemailrequestbody.js.map +1 -1
- package/models/components/v1verifyemailresponsebody.d.ts.map +1 -1
- package/models/components/v1verifyemailresponsebody.js +6 -10
- package/models/components/v1verifyemailresponsebody.js.map +1 -1
- package/models/errors/errormodel.d.ts +1 -1
- package/models/errors/errormodel.d.ts.map +1 -1
- package/models/errors/errormodel.js +16 -26
- package/models/errors/errormodel.js.map +1 -1
- package/models/errors/httpclienterrors.d.ts.map +1 -1
- package/models/errors/httpclienterrors.js.map +1 -1
- package/models/errors/sdkerror.d.ts.map +1 -1
- package/models/errors/sdkerror.js.map +1 -1
- package/models/operations/accountv1connectionconnect.d.ts +1 -1
- package/models/operations/accountv1connectionconnect.d.ts.map +1 -1
- package/models/operations/accountv1connectionconnect.js +11 -13
- package/models/operations/accountv1connectionconnect.js.map +1 -1
- package/models/operations/accountv1connectiondeleteconnection.d.ts +1 -1
- package/models/operations/accountv1connectiondeleteconnection.d.ts.map +1 -1
- package/models/operations/accountv1connectiondeleteconnection.js +11 -13
- package/models/operations/accountv1connectiondeleteconnection.js.map +1 -1
- package/models/operations/accountv1connectionupdateconnection.d.ts +1 -1
- package/models/operations/accountv1connectionupdateconnection.d.ts.map +1 -1
- package/models/operations/accountv1connectionupdateconnection.js +11 -13
- package/models/operations/accountv1connectionupdateconnection.js.map +1 -1
- package/models/operations/accountv1connectionverifyconnection.d.ts +1 -1
- package/models/operations/accountv1connectionverifyconnection.d.ts.map +1 -1
- package/models/operations/accountv1connectionverifyconnection.js +11 -13
- package/models/operations/accountv1connectionverifyconnection.js.map +1 -1
- package/models/operations/accountv1getapps.d.ts +1 -1
- package/models/operations/accountv1getapps.d.ts.map +1 -1
- package/models/operations/accountv1getapps.js +16 -22
- package/models/operations/accountv1getapps.js.map +1 -1
- package/models/operations/accountv1getbadges.d.ts +1 -1
- package/models/operations/accountv1getbadges.d.ts.map +1 -1
- package/models/operations/accountv1getbadges.js +16 -22
- package/models/operations/accountv1getbadges.js.map +1 -1
- package/models/operations/accountv1getdatapoints.d.ts +1 -1
- package/models/operations/accountv1getdatapoints.d.ts.map +1 -1
- package/models/operations/accountv1getdatapoints.js +16 -22
- package/models/operations/accountv1getdatapoints.js.map +1 -1
- package/models/operations/accountv1getfriends.d.ts +1 -1
- package/models/operations/accountv1getfriends.d.ts.map +1 -1
- package/models/operations/accountv1getfriends.js +16 -22
- package/models/operations/accountv1getfriends.js.map +1 -1
- package/models/operations/accountv1getinfo.d.ts +1 -1
- package/models/operations/accountv1getinfo.d.ts.map +1 -1
- package/models/operations/accountv1getinfo.js +7 -11
- package/models/operations/accountv1getinfo.js.map +1 -1
- package/models/operations/accountv1getleaderboardhistory.d.ts +1 -1
- package/models/operations/accountv1getleaderboardhistory.d.ts.map +1 -1
- package/models/operations/accountv1getleaderboardhistory.js +16 -22
- package/models/operations/accountv1getleaderboardhistory.js.map +1 -1
- package/models/operations/accountv1getstaff.d.ts +1 -1
- package/models/operations/accountv1getstaff.d.ts.map +1 -1
- package/models/operations/accountv1getstaff.js +9 -17
- package/models/operations/accountv1getstaff.js.map +1 -1
- package/models/operations/accountv1queue.d.ts +59 -0
- package/models/operations/accountv1queue.d.ts.map +1 -0
- package/models/operations/accountv1queue.js +99 -0
- package/models/operations/accountv1queue.js.map +1 -0
- package/models/operations/accountv1sessioncreate.d.ts +1 -1
- package/models/operations/accountv1sessioncreate.d.ts.map +1 -1
- package/models/operations/accountv1sessioncreate.js +11 -19
- package/models/operations/accountv1sessioncreate.js.map +1 -1
- package/models/operations/accountv1sessiondelete.d.ts +1 -1
- package/models/operations/accountv1sessiondelete.d.ts.map +1 -1
- package/models/operations/accountv1sessiondelete.js +11 -13
- package/models/operations/accountv1sessiondelete.js.map +1 -1
- package/models/operations/accountv1sessionget.d.ts +1 -1
- package/models/operations/accountv1sessionget.d.ts.map +1 -1
- package/models/operations/accountv1sessionget.js +7 -11
- package/models/operations/accountv1sessionget.js.map +1 -1
- package/models/operations/accountv1sessionlogin.d.ts +1 -1
- package/models/operations/accountv1sessionlogin.d.ts.map +1 -1
- package/models/operations/accountv1sessionlogin.js +12 -20
- package/models/operations/accountv1sessionlogin.js.map +1 -1
- package/models/operations/accountv1settingsdeleteimages.d.ts +1 -1
- package/models/operations/accountv1settingsdeleteimages.d.ts.map +1 -1
- package/models/operations/accountv1settingsdeleteimages.js +11 -13
- package/models/operations/accountv1settingsdeleteimages.js.map +1 -1
- package/models/operations/accountv1settingsgenerateapikey.d.ts +1 -1
- package/models/operations/accountv1settingsgenerateapikey.d.ts.map +1 -1
- package/models/operations/accountv1settingsgenerateapikey.js +11 -13
- package/models/operations/accountv1settingsgenerateapikey.js.map +1 -1
- package/models/operations/accountv1settingsget.d.ts +1 -1
- package/models/operations/accountv1settingsget.d.ts.map +1 -1
- package/models/operations/accountv1settingsget.js +7 -11
- package/models/operations/accountv1settingsget.js.map +1 -1
- package/models/operations/accountv1settingssendemailverification.d.ts +1 -1
- package/models/operations/accountv1settingssendemailverification.d.ts.map +1 -1
- package/models/operations/accountv1settingssendemailverification.js +10 -18
- package/models/operations/accountv1settingssendemailverification.js.map +1 -1
- package/models/operations/accountv1settingsupdate.d.ts +1 -1
- package/models/operations/accountv1settingsupdate.d.ts.map +1 -1
- package/models/operations/accountv1settingsupdate.js +16 -22
- package/models/operations/accountv1settingsupdate.js.map +1 -1
- package/models/operations/accountv1settingsupdateimage.d.ts +1 -1
- package/models/operations/accountv1settingsupdateimage.d.ts.map +1 -1
- package/models/operations/accountv1settingsupdateimage.js +11 -13
- package/models/operations/accountv1settingsupdateimage.js.map +1 -1
- package/models/operations/accountv1settingsuploadimages.d.ts +1 -1
- package/models/operations/accountv1settingsuploadimages.d.ts.map +1 -1
- package/models/operations/accountv1settingsuploadimages.js +6 -10
- package/models/operations/accountv1settingsuploadimages.js.map +1 -1
- package/models/operations/accountv1settingsverfyemail.d.ts +1 -1
- package/models/operations/accountv1settingsverfyemail.d.ts.map +1 -1
- package/models/operations/accountv1settingsverfyemail.js +11 -13
- package/models/operations/accountv1settingsverfyemail.js.map +1 -1
- package/models/operations/appv1get.d.ts +31 -0
- package/models/operations/appv1get.d.ts.map +1 -0
- package/models/operations/appv1get.js +64 -0
- package/models/operations/appv1get.js.map +1 -0
- package/models/operations/index.d.ts +2 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +2 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/liveness.d.ts +1 -1
- package/models/operations/liveness.d.ts.map +1 -1
- package/models/operations/liveness.js +11 -13
- package/models/operations/liveness.js.map +1 -1
- package/models/operations/location.d.ts +1 -1
- package/models/operations/location.d.ts.map +1 -1
- package/models/operations/location.js +7 -11
- package/models/operations/location.js.map +1 -1
- package/package.json +3 -2
- package/sdk/account.d.ts.map +1 -1
- package/sdk/account.js.map +1 -1
- package/sdk/app.d.ts +14 -0
- package/sdk/app.d.ts.map +1 -0
- package/sdk/app.js +26 -0
- package/sdk/app.js.map +1 -0
- package/sdk/connection.d.ts.map +1 -1
- package/sdk/connection.js.map +1 -1
- package/sdk/data.d.ts +4 -0
- package/sdk/data.d.ts.map +1 -1
- package/sdk/data.js +7 -0
- package/sdk/data.js.map +1 -1
- package/sdk/liveness.d.ts.map +1 -1
- package/sdk/liveness.js.map +1 -1
- package/sdk/location.d.ts.map +1 -1
- package/sdk/location.js.map +1 -1
- package/sdk/public.d.ts +4 -0
- package/sdk/public.d.ts.map +1 -1
- package/sdk/public.js +7 -0
- package/sdk/public.js.map +1 -1
- package/sdk/sdk.d.ts +3 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +5 -0
- package/sdk/sdk.js.map +1 -1
- package/sdk/session.d.ts.map +1 -1
- package/sdk/session.js.map +1 -1
- package/sdk/settings.d.ts.map +1 -1
- package/sdk/settings.js.map +1 -1
- package/src/funcs/accountAccountV1ConnectionConnect.ts +93 -96
- package/src/funcs/accountAccountV1ConnectionDeleteConnection.ts +96 -96
- package/src/funcs/accountAccountV1ConnectionUpdateConnection.ts +96 -96
- package/src/funcs/accountAccountV1ConnectionVerifyConnection.ts +96 -96
- package/src/funcs/accountAccountV1GetApps.ts +106 -105
- package/src/funcs/accountAccountV1GetBadges.ts +107 -105
- package/src/funcs/accountAccountV1GetDataPoints.ts +107 -105
- package/src/funcs/accountAccountV1GetFriends.ts +107 -105
- package/src/funcs/accountAccountV1GetInfo.ts +93 -94
- package/src/funcs/accountAccountV1GetLeaderboardHistory.ts +113 -105
- package/src/funcs/accountAccountV1GetStaff.ts +79 -82
- package/src/funcs/accountAccountV1SessionCreate.ts +110 -111
- package/src/funcs/accountAccountV1SessionDelete.ts +94 -96
- package/src/funcs/accountAccountV1SessionGet.ts +79 -80
- package/src/funcs/accountAccountV1SessionLogin.ts +109 -105
- package/src/funcs/accountAccountV1SettingsDeleteImages.ts +96 -96
- package/src/funcs/accountAccountV1SettingsGenerateApiKey.ts +81 -82
- package/src/funcs/accountAccountV1SettingsGet.ts +79 -80
- package/src/funcs/accountAccountV1SettingsSendEmailVerification.ts +102 -98
- package/src/funcs/accountAccountV1SettingsUpdate.ts +105 -101
- package/src/funcs/accountAccountV1SettingsUpdateImage.ts +96 -96
- package/src/funcs/accountAccountV1SettingsUploadImages.ts +92 -94
- package/src/funcs/accountAccountV1SettingsVerfyEmail.ts +94 -96
- package/src/funcs/appAccountV1Queue.ts +140 -0
- package/src/funcs/appAppV1Get.ts +129 -0
- package/src/funcs/connectionAccountV1ConnectionConnect.ts +93 -96
- package/src/funcs/connectionAccountV1ConnectionDeleteConnection.ts +96 -96
- package/src/funcs/connectionAccountV1ConnectionUpdateConnection.ts +96 -96
- package/src/funcs/connectionAccountV1ConnectionVerifyConnection.ts +96 -96
- package/src/funcs/dataAccountV1GetApps.ts +106 -105
- package/src/funcs/dataAccountV1GetBadges.ts +107 -105
- package/src/funcs/dataAccountV1GetDataPoints.ts +107 -105
- package/src/funcs/dataAccountV1GetFriends.ts +107 -105
- package/src/funcs/dataAccountV1GetInfo.ts +93 -94
- package/src/funcs/dataAccountV1GetLeaderboardHistory.ts +113 -105
- package/src/funcs/dataAccountV1GetStaff.ts +79 -82
- package/src/funcs/dataAccountV1Queue.ts +140 -0
- package/src/funcs/livenessLiveness.ts +79 -78
- package/src/funcs/locationLocation.ts +77 -80
- package/src/funcs/publicAccountV1GetApps.ts +106 -105
- package/src/funcs/publicAccountV1GetBadges.ts +107 -105
- package/src/funcs/publicAccountV1GetDataPoints.ts +107 -105
- package/src/funcs/publicAccountV1GetFriends.ts +107 -105
- package/src/funcs/publicAccountV1GetInfo.ts +93 -94
- package/src/funcs/publicAccountV1GetLeaderboardHistory.ts +113 -105
- package/src/funcs/publicAccountV1Queue.ts +140 -0
- package/src/funcs/sessionAccountV1SessionCreate.ts +110 -111
- package/src/funcs/sessionAccountV1SessionDelete.ts +94 -96
- package/src/funcs/sessionAccountV1SessionGet.ts +79 -80
- package/src/funcs/sessionAccountV1SessionLogin.ts +109 -105
- package/src/funcs/settingsAccountV1SettingsDeleteImages.ts +96 -96
- package/src/funcs/settingsAccountV1SettingsGenerateApiKey.ts +81 -82
- package/src/funcs/settingsAccountV1SettingsGet.ts +79 -80
- package/src/funcs/settingsAccountV1SettingsSendEmailVerification.ts +102 -98
- package/src/funcs/settingsAccountV1SettingsUpdate.ts +105 -101
- package/src/funcs/settingsAccountV1SettingsUpdateImage.ts +96 -96
- package/src/funcs/settingsAccountV1SettingsUploadImages.ts +92 -94
- package/src/funcs/settingsAccountV1SettingsVerfyEmail.ts +94 -96
- package/src/hooks/hooks.ts +87 -77
- package/src/hooks/index.ts +1 -1
- package/src/hooks/types.ts +58 -49
- package/src/index.ts +2 -1
- package/src/lib/config.ts +37 -33
- package/src/lib/files.ts +40 -0
- package/src/lib/matchers.ts +212 -197
- package/src/lib/schemas.ts +54 -42
- package/src/lib/sdks.ts +334 -307
- package/src/lib/security.ts +160 -146
- package/src/models/components/accountbadgemostxpdatapoint.ts +98 -99
- package/src/models/components/accountbadgescarcitydatapoint.ts +75 -75
- package/src/models/components/accountinfobody.ts +442 -437
- package/src/models/components/accountleaderboardhistory.ts +58 -58
- package/src/models/components/accountplaytimedatapoint.ts +40 -40
- package/src/models/components/accountsearch.ts +32 -29
- package/src/models/components/accountsearchidstruct.ts +26 -26
- package/src/models/components/accountsearchvanitystruct.ts +38 -35
- package/src/models/components/appsearch.ts +48 -0
- package/src/models/components/bestleaderboardrank.ts +51 -51
- package/src/models/components/city.ts +17 -15
- package/src/models/components/connection.ts +85 -76
- package/src/models/components/country.ts +38 -28
- package/src/models/components/emailnotification.ts +41 -36
- package/src/models/components/errordetail.ts +35 -31
- package/src/models/components/httpmetadata.ts +46 -46
- package/src/models/components/image.ts +38 -33
- package/src/models/components/index.ts +8 -1
- package/src/models/components/leaderboardaccount.ts +271 -269
- package/src/models/components/leaderboardbadgeinfo.ts +28 -29
- package/src/models/components/location.ts +38 -31
- package/src/models/components/loginrequestbody.ts +114 -114
- package/src/models/components/region.ts +31 -26
- package/src/models/components/resource.ts +71 -21
- package/src/models/components/role.ts +71 -29
- package/src/models/components/security.ts +21 -14
- package/src/models/components/session.ts +57 -57
- package/src/models/components/state.ts +38 -28
- package/src/models/components/v1accountapp.ts +56 -52
- package/src/models/components/v1accountappbadge.ts +99 -0
- package/src/models/components/v1accountbadgecompletion.ts +55 -0
- package/src/models/components/v1accountdatapointsresponsebody.ts +60 -64
- package/src/models/components/v1accountfriend.ts +280 -278
- package/src/models/components/v1accountfriendsresponsebody.ts +40 -44
- package/src/models/components/v1accountleaderboardhistoryresponsebody.ts +42 -44
- package/src/models/components/v1accountsappsresponsebody.ts +40 -44
- package/src/models/components/v1appbadge.ts +103 -0
- package/src/models/components/v1appdetail.ts +156 -0
- package/src/models/components/v1appitem.ts +73 -0
- package/src/models/components/v1apprequestbody.ts +48 -0
- package/src/models/components/v1appresponsebody.ts +93 -0
- package/src/models/components/v1badgesresponsebody.ts +41 -45
- package/src/models/components/v1connectrequestbody.ts +43 -41
- package/src/models/components/v1connectresponsebody.ts +39 -43
- package/src/models/components/v1createsessionbody.ts +39 -43
- package/src/models/components/v1deleteconnectionrequestbody.ts +19 -19
- package/src/models/components/v1deleteconnectionresponsebody.ts +32 -36
- package/src/models/components/v1deleteimagesrequestbody.ts +19 -19
- package/src/models/components/v1deleteimagesresponsebody.ts +32 -36
- package/src/models/components/v1deletesessionrequestbody.ts +19 -19
- package/src/models/components/v1deletesessionresponsebody.ts +32 -36
- package/src/models/components/v1generateapikeyresponsebody.ts +39 -43
- package/src/models/components/v1getsessionbody.ts +79 -74
- package/src/models/components/v1getsettingsbody.ts +153 -146
- package/src/models/components/v1livenessresponsebody.ts +39 -43
- package/src/models/components/v1loginresponsebody.ts +60 -64
- package/src/models/components/v1updateconnectionrequestbody.ts +26 -26
- package/src/models/components/v1updateconnectionresponsebody.ts +32 -36
- package/src/models/components/v1updateimagerequestbody.ts +26 -26
- package/src/models/components/v1updateimageresponsebody.ts +39 -43
- package/src/models/components/v1updatesettingsrequestbody.ts +84 -82
- package/src/models/components/v1updatesettingsresponsebody.ts +32 -36
- package/src/models/components/v1uploadimagesrequestbody.ts +24 -24
- package/src/models/components/v1uploaedimage.ts +45 -40
- package/src/models/components/v1verifyconnectionrequestbody.ts +19 -19
- package/src/models/components/v1verifyconnectionresponsebody.ts +32 -36
- package/src/models/components/v1verifyemailrequestbody.ts +19 -19
- package/src/models/components/v1verifyemailresponsebody.ts +32 -36
- package/src/models/errors/errormodel.ts +128 -138
- package/src/models/errors/httpclienterrors.ts +19 -19
- package/src/models/errors/sdkerror.ts +14 -14
- package/src/models/operations/accountv1connectionconnect.ts +41 -42
- package/src/models/operations/accountv1connectiondeleteconnection.ts +42 -38
- package/src/models/operations/accountv1connectionupdateconnection.ts +42 -38
- package/src/models/operations/accountv1connectionverifyconnection.ts +42 -38
- package/src/models/operations/accountv1getapps.ts +84 -86
- package/src/models/operations/accountv1getbadges.ts +80 -86
- package/src/models/operations/accountv1getdatapoints.ts +84 -90
- package/src/models/operations/accountv1getfriends.ts +84 -88
- package/src/models/operations/accountv1getinfo.ts +38 -42
- package/src/models/operations/accountv1getleaderboardhistory.ts +90 -92
- package/src/models/operations/accountv1getstaff.ts +45 -46
- package/src/models/operations/accountv1queue.ts +121 -0
- package/src/models/operations/accountv1sessioncreate.ts +84 -92
- package/src/models/operations/accountv1sessiondelete.ts +44 -44
- package/src/models/operations/accountv1sessionget.ts +38 -42
- package/src/models/operations/accountv1sessionlogin.ts +78 -86
- package/src/models/operations/accountv1settingsdeleteimages.ts +46 -42
- package/src/models/operations/accountv1settingsgenerateapikey.ts +46 -44
- package/src/models/operations/accountv1settingsget.ts +38 -42
- package/src/models/operations/accountv1settingssendemailverification.ts +54 -53
- package/src/models/operations/accountv1settingsupdate.ts +80 -82
- package/src/models/operations/accountv1settingsupdateimage.ts +44 -42
- package/src/models/operations/accountv1settingsuploadimages.ts +31 -33
- package/src/models/operations/accountv1settingsverfyemail.ts +44 -42
- package/src/models/operations/appv1get.ts +64 -0
- package/src/models/operations/index.ts +2 -0
- package/src/models/operations/liveness.ts +43 -39
- package/src/models/operations/location.ts +39 -39
- package/src/sdk/account.ts +291 -203
- package/src/sdk/app.ts +40 -0
- package/src/sdk/connection.ts +52 -36
- package/src/sdk/data.ts +104 -62
- package/src/sdk/liveness.ts +14 -9
- package/src/sdk/location.ts +14 -9
- package/src/sdk/public.ts +93 -54
- package/src/sdk/sdk.ts +45 -39
- package/src/sdk/session.ts +50 -35
- package/src/sdk/settings.ts +100 -70
- package/src/types/index.ts +4 -4
- package/src/types/streams.ts +21 -0
- package/types/index.d.ts +4 -4
- package/types/index.d.ts.map +1 -1
- package/types/index.js +5 -5
- package/types/index.js.map +1 -1
- package/types/streams.d.ts +2 -0
- package/types/streams.d.ts.map +1 -0
- package/types/streams.js +18 -0
- package/types/streams.js.map +1 -0
- package/models/components/v1badge.d.ts +0 -51
- package/models/components/v1badge.d.ts.map +0 -1
- package/models/components/v1badge.js.map +0 -1
- package/src/models/components/v1badge.ts +0 -92
|
@@ -13,6 +13,7 @@ This API can be accessed by anyone with an API Key
|
|
|
13
13
|
* [accountV1GetFriends](#accountv1getfriends) - Get Account Friends
|
|
14
14
|
* [accountV1GetInfo](#accountv1getinfo) - Get Account Info
|
|
15
15
|
* [accountV1GetLeaderboardHistory](#accountv1getleaderboardhistory) - Get Account Leaderboard History
|
|
16
|
+
* [accountV1Queue](#accountv1queue) - Queue a app for processing
|
|
16
17
|
|
|
17
18
|
## accountV1GetApps
|
|
18
19
|
|
|
@@ -23,15 +24,13 @@ Get Account Apps
|
|
|
23
24
|
```typescript
|
|
24
25
|
import { SteamSets } from "@steamsets/client-ts";
|
|
25
26
|
|
|
26
|
-
const steamSets = new SteamSets(
|
|
27
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
28
|
-
});
|
|
27
|
+
const steamSets = new SteamSets();
|
|
29
28
|
|
|
30
29
|
async function run() {
|
|
31
30
|
const result = await steamSets.public.accountV1GetApps({
|
|
32
31
|
accountSearch: {},
|
|
33
32
|
});
|
|
34
|
-
|
|
33
|
+
|
|
35
34
|
// Handle the result
|
|
36
35
|
console.log(result)
|
|
37
36
|
}
|
|
@@ -49,9 +48,7 @@ import { publicAccountV1GetApps } from "@steamsets/client-ts/funcs/publicAccount
|
|
|
49
48
|
|
|
50
49
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
51
50
|
// You can create one instance of it to use across an application.
|
|
52
|
-
const steamSets = new SteamSetsCore(
|
|
53
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
54
|
-
});
|
|
51
|
+
const steamSets = new SteamSetsCore();
|
|
55
52
|
|
|
56
53
|
async function run() {
|
|
57
54
|
const res = await publicAccountV1GetApps(steamSets, {
|
|
@@ -101,15 +98,13 @@ Get Account Badges
|
|
|
101
98
|
```typescript
|
|
102
99
|
import { SteamSets } from "@steamsets/client-ts";
|
|
103
100
|
|
|
104
|
-
const steamSets = new SteamSets(
|
|
105
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
106
|
-
});
|
|
101
|
+
const steamSets = new SteamSets();
|
|
107
102
|
|
|
108
103
|
async function run() {
|
|
109
104
|
const result = await steamSets.public.accountV1GetBadges({
|
|
110
105
|
accountSearch: {},
|
|
111
106
|
});
|
|
112
|
-
|
|
107
|
+
|
|
113
108
|
// Handle the result
|
|
114
109
|
console.log(result)
|
|
115
110
|
}
|
|
@@ -127,9 +122,7 @@ import { publicAccountV1GetBadges } from "@steamsets/client-ts/funcs/publicAccou
|
|
|
127
122
|
|
|
128
123
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
129
124
|
// You can create one instance of it to use across an application.
|
|
130
|
-
const steamSets = new SteamSetsCore(
|
|
131
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
132
|
-
});
|
|
125
|
+
const steamSets = new SteamSetsCore();
|
|
133
126
|
|
|
134
127
|
async function run() {
|
|
135
128
|
const res = await publicAccountV1GetBadges(steamSets, {
|
|
@@ -179,15 +172,13 @@ Get Account DataPoints
|
|
|
179
172
|
```typescript
|
|
180
173
|
import { SteamSets } from "@steamsets/client-ts";
|
|
181
174
|
|
|
182
|
-
const steamSets = new SteamSets(
|
|
183
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
184
|
-
});
|
|
175
|
+
const steamSets = new SteamSets();
|
|
185
176
|
|
|
186
177
|
async function run() {
|
|
187
178
|
const result = await steamSets.public.accountV1GetDataPoints({
|
|
188
179
|
accountSearch: {},
|
|
189
180
|
});
|
|
190
|
-
|
|
181
|
+
|
|
191
182
|
// Handle the result
|
|
192
183
|
console.log(result)
|
|
193
184
|
}
|
|
@@ -205,9 +196,7 @@ import { publicAccountV1GetDataPoints } from "@steamsets/client-ts/funcs/publicA
|
|
|
205
196
|
|
|
206
197
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
207
198
|
// You can create one instance of it to use across an application.
|
|
208
|
-
const steamSets = new SteamSetsCore(
|
|
209
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
210
|
-
});
|
|
199
|
+
const steamSets = new SteamSetsCore();
|
|
211
200
|
|
|
212
201
|
async function run() {
|
|
213
202
|
const res = await publicAccountV1GetDataPoints(steamSets, {
|
|
@@ -257,15 +246,13 @@ Get Account Friends
|
|
|
257
246
|
```typescript
|
|
258
247
|
import { SteamSets } from "@steamsets/client-ts";
|
|
259
248
|
|
|
260
|
-
const steamSets = new SteamSets(
|
|
261
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
262
|
-
});
|
|
249
|
+
const steamSets = new SteamSets();
|
|
263
250
|
|
|
264
251
|
async function run() {
|
|
265
252
|
const result = await steamSets.public.accountV1GetFriends({
|
|
266
253
|
accountSearch: {},
|
|
267
254
|
});
|
|
268
|
-
|
|
255
|
+
|
|
269
256
|
// Handle the result
|
|
270
257
|
console.log(result)
|
|
271
258
|
}
|
|
@@ -283,9 +270,7 @@ import { publicAccountV1GetFriends } from "@steamsets/client-ts/funcs/publicAcco
|
|
|
283
270
|
|
|
284
271
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
285
272
|
// You can create one instance of it to use across an application.
|
|
286
|
-
const steamSets = new SteamSetsCore(
|
|
287
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
288
|
-
});
|
|
273
|
+
const steamSets = new SteamSetsCore();
|
|
289
274
|
|
|
290
275
|
async function run() {
|
|
291
276
|
const res = await publicAccountV1GetFriends(steamSets, {
|
|
@@ -335,13 +320,11 @@ Get Account Info
|
|
|
335
320
|
```typescript
|
|
336
321
|
import { SteamSets } from "@steamsets/client-ts";
|
|
337
322
|
|
|
338
|
-
const steamSets = new SteamSets(
|
|
339
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
340
|
-
});
|
|
323
|
+
const steamSets = new SteamSets();
|
|
341
324
|
|
|
342
325
|
async function run() {
|
|
343
326
|
const result = await steamSets.public.accountV1GetInfo({});
|
|
344
|
-
|
|
327
|
+
|
|
345
328
|
// Handle the result
|
|
346
329
|
console.log(result)
|
|
347
330
|
}
|
|
@@ -359,9 +342,7 @@ import { publicAccountV1GetInfo } from "@steamsets/client-ts/funcs/publicAccount
|
|
|
359
342
|
|
|
360
343
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
361
344
|
// You can create one instance of it to use across an application.
|
|
362
|
-
const steamSets = new SteamSetsCore(
|
|
363
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
364
|
-
});
|
|
345
|
+
const steamSets = new SteamSetsCore();
|
|
365
346
|
|
|
366
347
|
async function run() {
|
|
367
348
|
const res = await publicAccountV1GetInfo(steamSets, {});
|
|
@@ -409,15 +390,13 @@ Get Account Leaderboard History
|
|
|
409
390
|
```typescript
|
|
410
391
|
import { SteamSets } from "@steamsets/client-ts";
|
|
411
392
|
|
|
412
|
-
const steamSets = new SteamSets(
|
|
413
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
414
|
-
});
|
|
393
|
+
const steamSets = new SteamSets();
|
|
415
394
|
|
|
416
395
|
async function run() {
|
|
417
396
|
const result = await steamSets.public.accountV1GetLeaderboardHistory({
|
|
418
397
|
accountSearch: {},
|
|
419
398
|
});
|
|
420
|
-
|
|
399
|
+
|
|
421
400
|
// Handle the result
|
|
422
401
|
console.log(result)
|
|
423
402
|
}
|
|
@@ -435,9 +414,7 @@ import { publicAccountV1GetLeaderboardHistory } from "@steamsets/client-ts/funcs
|
|
|
435
414
|
|
|
436
415
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
437
416
|
// You can create one instance of it to use across an application.
|
|
438
|
-
const steamSets = new SteamSetsCore(
|
|
439
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
440
|
-
});
|
|
417
|
+
const steamSets = new SteamSetsCore();
|
|
441
418
|
|
|
442
419
|
async function run() {
|
|
443
420
|
const res = await publicAccountV1GetLeaderboardHistory(steamSets, {
|
|
@@ -476,3 +453,81 @@ run();
|
|
|
476
453
|
| ------------------------ | ------------------------ | ------------------------ |
|
|
477
454
|
| errors.ErrorModel | 400,404,422,500 | application/problem+json |
|
|
478
455
|
| errors.SDKError | 4xx-5xx | */* |
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
## accountV1Queue
|
|
459
|
+
|
|
460
|
+
Queue a app for processing
|
|
461
|
+
|
|
462
|
+
### Example Usage
|
|
463
|
+
|
|
464
|
+
```typescript
|
|
465
|
+
import { SteamSets } from "@steamsets/client-ts";
|
|
466
|
+
|
|
467
|
+
const steamSets = new SteamSets();
|
|
468
|
+
|
|
469
|
+
async function run() {
|
|
470
|
+
const result = await steamSets.public.accountV1Queue({
|
|
471
|
+
appSearch: {
|
|
472
|
+
id: 730,
|
|
473
|
+
},
|
|
474
|
+
});
|
|
475
|
+
|
|
476
|
+
// Handle the result
|
|
477
|
+
console.log(result)
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
run();
|
|
481
|
+
```
|
|
482
|
+
|
|
483
|
+
### Standalone function
|
|
484
|
+
|
|
485
|
+
The standalone function version of this method:
|
|
486
|
+
|
|
487
|
+
```typescript
|
|
488
|
+
import { SteamSetsCore } from "@steamsets/client-ts/core.js";
|
|
489
|
+
import { publicAccountV1Queue } from "@steamsets/client-ts/funcs/publicAccountV1Queue.js";
|
|
490
|
+
|
|
491
|
+
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
492
|
+
// You can create one instance of it to use across an application.
|
|
493
|
+
const steamSets = new SteamSetsCore();
|
|
494
|
+
|
|
495
|
+
async function run() {
|
|
496
|
+
const res = await publicAccountV1Queue(steamSets, {
|
|
497
|
+
appSearch: {
|
|
498
|
+
id: 730,
|
|
499
|
+
},
|
|
500
|
+
});
|
|
501
|
+
|
|
502
|
+
if (!res.ok) {
|
|
503
|
+
throw res.error;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
const { value: result } = res;
|
|
507
|
+
|
|
508
|
+
// Handle the result
|
|
509
|
+
console.log(result)
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
run();
|
|
513
|
+
```
|
|
514
|
+
|
|
515
|
+
### Parameters
|
|
516
|
+
|
|
517
|
+
| Parameter | Type | Required | Description |
|
|
518
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
519
|
+
| `request` | [operations.AccountV1QueueRequest](../../models/operations/accountv1queuerequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
520
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
521
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
522
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
523
|
+
|
|
524
|
+
### Response
|
|
525
|
+
|
|
526
|
+
**Promise\<[operations.AccountV1QueueResponse](../../models/operations/accountv1queueresponse.md)\>**
|
|
527
|
+
|
|
528
|
+
### Errors
|
|
529
|
+
|
|
530
|
+
| Error Object | Status Code | Content Type |
|
|
531
|
+
| ------------------------ | ------------------------ | ------------------------ |
|
|
532
|
+
| errors.ErrorModel | 400,422,429,500 | application/problem+json |
|
|
533
|
+
| errors.SDKError | 4xx-5xx | */* |
|
|
@@ -19,13 +19,11 @@ Create a new session for non logged in users
|
|
|
19
19
|
```typescript
|
|
20
20
|
import { SteamSets } from "@steamsets/client-ts";
|
|
21
21
|
|
|
22
|
-
const steamSets = new SteamSets(
|
|
23
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
24
|
-
});
|
|
22
|
+
const steamSets = new SteamSets();
|
|
25
23
|
|
|
26
24
|
async function run() {
|
|
27
25
|
const result = await steamSets.session.accountV1SessionCreate({});
|
|
28
|
-
|
|
26
|
+
|
|
29
27
|
// Handle the result
|
|
30
28
|
console.log(result)
|
|
31
29
|
}
|
|
@@ -43,9 +41,7 @@ import { sessionAccountV1SessionCreate } from "@steamsets/client-ts/funcs/sessio
|
|
|
43
41
|
|
|
44
42
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
45
43
|
// You can create one instance of it to use across an application.
|
|
46
|
-
const steamSets = new SteamSetsCore(
|
|
47
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
48
|
-
});
|
|
44
|
+
const steamSets = new SteamSetsCore();
|
|
49
45
|
|
|
50
46
|
async function run() {
|
|
51
47
|
const res = await sessionAccountV1SessionCreate(steamSets, {});
|
|
@@ -93,15 +89,13 @@ Deletes a session, can also be used to logout
|
|
|
93
89
|
```typescript
|
|
94
90
|
import { SteamSets } from "@steamsets/client-ts";
|
|
95
91
|
|
|
96
|
-
const steamSets = new SteamSets(
|
|
97
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
98
|
-
});
|
|
92
|
+
const steamSets = new SteamSets();
|
|
99
93
|
|
|
100
94
|
async function run() {
|
|
101
95
|
const result = await steamSets.session.accountV1SessionDelete({
|
|
102
96
|
sessionId: "123456",
|
|
103
97
|
});
|
|
104
|
-
|
|
98
|
+
|
|
105
99
|
// Handle the result
|
|
106
100
|
console.log(result)
|
|
107
101
|
}
|
|
@@ -119,9 +113,7 @@ import { sessionAccountV1SessionDelete } from "@steamsets/client-ts/funcs/sessio
|
|
|
119
113
|
|
|
120
114
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
121
115
|
// You can create one instance of it to use across an application.
|
|
122
|
-
const steamSets = new SteamSetsCore(
|
|
123
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
124
|
-
});
|
|
116
|
+
const steamSets = new SteamSetsCore();
|
|
125
117
|
|
|
126
118
|
async function run() {
|
|
127
119
|
const res = await sessionAccountV1SessionDelete(steamSets, {
|
|
@@ -171,13 +163,11 @@ Gets all session data
|
|
|
171
163
|
```typescript
|
|
172
164
|
import { SteamSets } from "@steamsets/client-ts";
|
|
173
165
|
|
|
174
|
-
const steamSets = new SteamSets(
|
|
175
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
176
|
-
});
|
|
166
|
+
const steamSets = new SteamSets();
|
|
177
167
|
|
|
178
168
|
async function run() {
|
|
179
169
|
const result = await steamSets.session.accountV1SessionGet();
|
|
180
|
-
|
|
170
|
+
|
|
181
171
|
// Handle the result
|
|
182
172
|
console.log(result)
|
|
183
173
|
}
|
|
@@ -195,9 +185,7 @@ import { sessionAccountV1SessionGet } from "@steamsets/client-ts/funcs/sessionAc
|
|
|
195
185
|
|
|
196
186
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
197
187
|
// You can create one instance of it to use across an application.
|
|
198
|
-
const steamSets = new SteamSetsCore(
|
|
199
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
200
|
-
});
|
|
188
|
+
const steamSets = new SteamSetsCore();
|
|
201
189
|
|
|
202
190
|
async function run() {
|
|
203
191
|
const res = await sessionAccountV1SessionGet(steamSets);
|
|
@@ -244,9 +232,7 @@ Logs a user in and creates a new session
|
|
|
244
232
|
```typescript
|
|
245
233
|
import { SteamSets } from "@steamsets/client-ts";
|
|
246
234
|
|
|
247
|
-
const steamSets = new SteamSets(
|
|
248
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
249
|
-
});
|
|
235
|
+
const steamSets = new SteamSets();
|
|
250
236
|
|
|
251
237
|
async function run() {
|
|
252
238
|
const result = await steamSets.session.accountV1SessionLogin({
|
|
@@ -263,7 +249,7 @@ async function run() {
|
|
|
263
249
|
openidSigned: "123456",
|
|
264
250
|
},
|
|
265
251
|
});
|
|
266
|
-
|
|
252
|
+
|
|
267
253
|
// Handle the result
|
|
268
254
|
console.log(result)
|
|
269
255
|
}
|
|
@@ -281,9 +267,7 @@ import { sessionAccountV1SessionLogin } from "@steamsets/client-ts/funcs/session
|
|
|
281
267
|
|
|
282
268
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
283
269
|
// You can create one instance of it to use across an application.
|
|
284
|
-
const steamSets = new SteamSetsCore(
|
|
285
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
286
|
-
});
|
|
270
|
+
const steamSets = new SteamSetsCore();
|
|
287
271
|
|
|
288
272
|
async function run() {
|
|
289
273
|
const res = await sessionAccountV1SessionLogin(steamSets, {
|
|
@@ -23,9 +23,7 @@ Delete mulitple imagest
|
|
|
23
23
|
```typescript
|
|
24
24
|
import { SteamSets } from "@steamsets/client-ts";
|
|
25
25
|
|
|
26
|
-
const steamSets = new SteamSets(
|
|
27
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
28
|
-
});
|
|
26
|
+
const steamSets = new SteamSets();
|
|
29
27
|
|
|
30
28
|
async function run() {
|
|
31
29
|
const result = await steamSets.settings.accountV1SettingsDeleteImages({
|
|
@@ -33,7 +31,7 @@ async function run() {
|
|
|
33
31
|
"<value>",
|
|
34
32
|
],
|
|
35
33
|
});
|
|
36
|
-
|
|
34
|
+
|
|
37
35
|
// Handle the result
|
|
38
36
|
console.log(result)
|
|
39
37
|
}
|
|
@@ -51,9 +49,7 @@ import { settingsAccountV1SettingsDeleteImages } from "@steamsets/client-ts/func
|
|
|
51
49
|
|
|
52
50
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
53
51
|
// You can create one instance of it to use across an application.
|
|
54
|
-
const steamSets = new SteamSetsCore(
|
|
55
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
56
|
-
});
|
|
52
|
+
const steamSets = new SteamSetsCore();
|
|
57
53
|
|
|
58
54
|
async function run() {
|
|
59
55
|
const res = await settingsAccountV1SettingsDeleteImages(steamSets, {
|
|
@@ -105,13 +101,11 @@ Generate a new API key for the account
|
|
|
105
101
|
```typescript
|
|
106
102
|
import { SteamSets } from "@steamsets/client-ts";
|
|
107
103
|
|
|
108
|
-
const steamSets = new SteamSets(
|
|
109
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
110
|
-
});
|
|
104
|
+
const steamSets = new SteamSets();
|
|
111
105
|
|
|
112
106
|
async function run() {
|
|
113
107
|
const result = await steamSets.settings.accountV1SettingsGenerateApiKey();
|
|
114
|
-
|
|
108
|
+
|
|
115
109
|
// Handle the result
|
|
116
110
|
console.log(result)
|
|
117
111
|
}
|
|
@@ -129,9 +123,7 @@ import { settingsAccountV1SettingsGenerateApiKey } from "@steamsets/client-ts/fu
|
|
|
129
123
|
|
|
130
124
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
131
125
|
// You can create one instance of it to use across an application.
|
|
132
|
-
const steamSets = new SteamSetsCore(
|
|
133
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
134
|
-
});
|
|
126
|
+
const steamSets = new SteamSetsCore();
|
|
135
127
|
|
|
136
128
|
async function run() {
|
|
137
129
|
const res = await settingsAccountV1SettingsGenerateApiKey(steamSets);
|
|
@@ -178,13 +170,11 @@ Gets all settings for the account
|
|
|
178
170
|
```typescript
|
|
179
171
|
import { SteamSets } from "@steamsets/client-ts";
|
|
180
172
|
|
|
181
|
-
const steamSets = new SteamSets(
|
|
182
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
183
|
-
});
|
|
173
|
+
const steamSets = new SteamSets();
|
|
184
174
|
|
|
185
175
|
async function run() {
|
|
186
176
|
const result = await steamSets.settings.accountV1SettingsGet();
|
|
187
|
-
|
|
177
|
+
|
|
188
178
|
// Handle the result
|
|
189
179
|
console.log(result)
|
|
190
180
|
}
|
|
@@ -202,9 +192,7 @@ import { settingsAccountV1SettingsGet } from "@steamsets/client-ts/funcs/setting
|
|
|
202
192
|
|
|
203
193
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
204
194
|
// You can create one instance of it to use across an application.
|
|
205
|
-
const steamSets = new SteamSetsCore(
|
|
206
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
207
|
-
});
|
|
195
|
+
const steamSets = new SteamSetsCore();
|
|
208
196
|
|
|
209
197
|
async function run() {
|
|
210
198
|
const res = await settingsAccountV1SettingsGet(steamSets);
|
|
@@ -251,13 +239,11 @@ Resend the verification code for an email
|
|
|
251
239
|
```typescript
|
|
252
240
|
import { SteamSets } from "@steamsets/client-ts";
|
|
253
241
|
|
|
254
|
-
const steamSets = new SteamSets(
|
|
255
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
256
|
-
});
|
|
242
|
+
const steamSets = new SteamSets();
|
|
257
243
|
|
|
258
244
|
async function run() {
|
|
259
245
|
const result = await steamSets.settings.accountV1SettingsSendEmailVerification({});
|
|
260
|
-
|
|
246
|
+
|
|
261
247
|
// Handle the result
|
|
262
248
|
console.log(result)
|
|
263
249
|
}
|
|
@@ -275,9 +261,7 @@ import { settingsAccountV1SettingsSendEmailVerification } from "@steamsets/clien
|
|
|
275
261
|
|
|
276
262
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
277
263
|
// You can create one instance of it to use across an application.
|
|
278
|
-
const steamSets = new SteamSetsCore(
|
|
279
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
280
|
-
});
|
|
264
|
+
const steamSets = new SteamSetsCore();
|
|
281
265
|
|
|
282
266
|
async function run() {
|
|
283
267
|
const res = await settingsAccountV1SettingsSendEmailVerification(steamSets, {});
|
|
@@ -325,16 +309,14 @@ Update one of the uploaded images
|
|
|
325
309
|
```typescript
|
|
326
310
|
import { SteamSets } from "@steamsets/client-ts";
|
|
327
311
|
|
|
328
|
-
const steamSets = new SteamSets(
|
|
329
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
330
|
-
});
|
|
312
|
+
const steamSets = new SteamSets();
|
|
331
313
|
|
|
332
314
|
async function run() {
|
|
333
315
|
const result = await steamSets.settings.accountV1SettingsUpdateImage({
|
|
334
316
|
active: true,
|
|
335
317
|
imageId: "123456",
|
|
336
318
|
});
|
|
337
|
-
|
|
319
|
+
|
|
338
320
|
// Handle the result
|
|
339
321
|
console.log(result)
|
|
340
322
|
}
|
|
@@ -352,9 +334,7 @@ import { settingsAccountV1SettingsUpdateImage } from "@steamsets/client-ts/funcs
|
|
|
352
334
|
|
|
353
335
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
354
336
|
// You can create one instance of it to use across an application.
|
|
355
|
-
const steamSets = new SteamSetsCore(
|
|
356
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
357
|
-
});
|
|
337
|
+
const steamSets = new SteamSetsCore();
|
|
358
338
|
|
|
359
339
|
async function run() {
|
|
360
340
|
const res = await settingsAccountV1SettingsUpdateImage(steamSets, {
|
|
@@ -405,9 +385,7 @@ Update settings for the logged in account
|
|
|
405
385
|
```typescript
|
|
406
386
|
import { SteamSets } from "@steamsets/client-ts";
|
|
407
387
|
|
|
408
|
-
const steamSets = new SteamSets(
|
|
409
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
410
|
-
});
|
|
388
|
+
const steamSets = new SteamSets();
|
|
411
389
|
|
|
412
390
|
async function run() {
|
|
413
391
|
const result = await steamSets.settings.accountV1SettingsUpdate({
|
|
@@ -427,7 +405,7 @@ async function run() {
|
|
|
427
405
|
vanity: "flo",
|
|
428
406
|
},
|
|
429
407
|
});
|
|
430
|
-
|
|
408
|
+
|
|
431
409
|
// Handle the result
|
|
432
410
|
console.log(result)
|
|
433
411
|
}
|
|
@@ -445,9 +423,7 @@ import { settingsAccountV1SettingsUpdate } from "@steamsets/client-ts/funcs/sett
|
|
|
445
423
|
|
|
446
424
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
447
425
|
// You can create one instance of it to use across an application.
|
|
448
|
-
const steamSets = new SteamSetsCore(
|
|
449
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
450
|
-
});
|
|
426
|
+
const steamSets = new SteamSetsCore();
|
|
451
427
|
|
|
452
428
|
async function run() {
|
|
453
429
|
const res = await settingsAccountV1SettingsUpdate(steamSets, {
|
|
@@ -511,9 +487,7 @@ Multi Upload Endpoint for images
|
|
|
511
487
|
```typescript
|
|
512
488
|
import { SteamSets } from "@steamsets/client-ts";
|
|
513
489
|
|
|
514
|
-
const steamSets = new SteamSets(
|
|
515
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
516
|
-
});
|
|
490
|
+
const steamSets = new SteamSets();
|
|
517
491
|
|
|
518
492
|
async function run() {
|
|
519
493
|
const result = await steamSets.settings.accountV1SettingsUploadImages({
|
|
@@ -524,7 +498,7 @@ async function run() {
|
|
|
524
498
|
},
|
|
525
499
|
],
|
|
526
500
|
});
|
|
527
|
-
|
|
501
|
+
|
|
528
502
|
// Handle the result
|
|
529
503
|
console.log(result)
|
|
530
504
|
}
|
|
@@ -542,9 +516,7 @@ import { settingsAccountV1SettingsUploadImages } from "@steamsets/client-ts/func
|
|
|
542
516
|
|
|
543
517
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
544
518
|
// You can create one instance of it to use across an application.
|
|
545
|
-
const steamSets = new SteamSetsCore(
|
|
546
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
547
|
-
});
|
|
519
|
+
const steamSets = new SteamSetsCore();
|
|
548
520
|
|
|
549
521
|
async function run() {
|
|
550
522
|
const res = await settingsAccountV1SettingsUploadImages(steamSets, {
|
|
@@ -599,15 +571,13 @@ Verify the email by passing in the code the user should've gotten
|
|
|
599
571
|
```typescript
|
|
600
572
|
import { SteamSets } from "@steamsets/client-ts";
|
|
601
573
|
|
|
602
|
-
const steamSets = new SteamSets(
|
|
603
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
604
|
-
});
|
|
574
|
+
const steamSets = new SteamSets();
|
|
605
575
|
|
|
606
576
|
async function run() {
|
|
607
577
|
const result = await steamSets.settings.accountV1SettingsVerfyEmail({
|
|
608
578
|
code: "123456",
|
|
609
579
|
});
|
|
610
|
-
|
|
580
|
+
|
|
611
581
|
// Handle the result
|
|
612
582
|
console.log(result)
|
|
613
583
|
}
|
|
@@ -625,9 +595,7 @@ import { settingsAccountV1SettingsVerfyEmail } from "@steamsets/client-ts/funcs/
|
|
|
625
595
|
|
|
626
596
|
// Use `SteamSetsCore` for best tree-shaking performance.
|
|
627
597
|
// You can create one instance of it to use across an application.
|
|
628
|
-
const steamSets = new SteamSetsCore(
|
|
629
|
-
session: "<YOUR_BEARER_TOKEN_HERE>",
|
|
630
|
-
});
|
|
598
|
+
const steamSets = new SteamSetsCore();
|
|
631
599
|
|
|
632
600
|
async function run() {
|
|
633
601
|
const res = await settingsAccountV1SettingsVerfyEmail(steamSets, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountAccountV1ConnectionConnect.d.ts","sourceRoot":"","sources":["../src/funcs/accountAccountV1ConnectionConnect.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAI3C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,
|
|
1
|
+
{"version":3,"file":"accountAccountV1ConnectionConnect.d.ts","sourceRoot":"","sources":["../src/funcs/accountAccountV1ConnectionConnect.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAI3C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC;;GAEG;AACH,wBAAsB,iCAAiC,CACrD,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,UAAU,CAAC,oBAAoB,EACxC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CACR,MAAM,CACJ,UAAU,CAAC,kCAAkC,EAC3C,MAAM,CAAC,UAAU,GACjB,QAAQ,GACR,kBAAkB,GAClB,qBAAqB,GACrB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,eAAe,CAClB,CACF,CAoFA"}
|
|
@@ -75,7 +75,8 @@ async function accountAccountV1ConnectionConnect(client$, request, options) {
|
|
|
75
75
|
const doResult = await client$.do$(request$, {
|
|
76
76
|
context,
|
|
77
77
|
errorCodes: ["400", "422", "4XX", "500", "5XX"],
|
|
78
|
-
retryConfig: (options === null || options === void 0 ? void 0 : options.retries)
|
|
78
|
+
retryConfig: (options === null || options === void 0 ? void 0 : options.retries)
|
|
79
|
+
|| client$.options$.retryConfig,
|
|
79
80
|
retryCodes: (options === null || options === void 0 ? void 0 : options.retryCodes) || ["429", "500", "502", "503", "504"],
|
|
80
81
|
});
|
|
81
82
|
if (!doResult.ok) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountAccountV1ConnectionConnect.js","sourceRoot":"","sources":["../src/funcs/accountAccountV1ConnectionConnect.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;AA0BH,
|
|
1
|
+
{"version":3,"file":"accountAccountV1ConnectionConnect.js","sourceRoot":"","sources":["../src/funcs/accountAccountV1ConnectionConnect.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;AA0BH,8EAoGC;AA3HD,sDAAgE;AAChE,uDAAyC;AACzC,4DAA8C;AAE9C,oDAA4E;AAC5E,0CAA2C;AAC3C,0EAA4D;AAQ5D,kEAAoD;AAGpD,0EAA4D;AAG5D;;GAEG;AACI,KAAK,UAAU,iCAAiC,CACrD,OAAsB,EACtB,OAAwC,EACxC,OAAwB;IAcxB,MAAM,MAAM,GAAG,OAAO,CAAC;IAEvB,MAAM,OAAO,GAAG,QAAQ,CAAC,SAAS,CAChC,MAAM,EACN,CAAC,MAAM,EAAE,EAAE,CAAC,UAAU,CAAC,mCAAmC,CAAC,KAAK,CAAC,MAAM,CAAC,EACxE,yBAAyB,CAC1B,CAAC;IACF,IAAI,CAAC,OAAO,CAAC,EAAE,EAAE,CAAC;QAChB,OAAO,OAAO,CAAC;IACjB,CAAC;IACD,MAAM,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC;IAC/B,MAAM,KAAK,GAAG,IAAA,yBAAW,EAAC,MAAM,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;IAE/D,MAAM,KAAK,GAAG,IAAA,mBAAU,EAAC,oCAAoC,CAAC,EAAE,CAAC;IAEjE,MAAM,QAAQ,GAAG,IAAI,OAAO,CAAC;QAC3B,cAAc,EAAE,kBAAkB;QAClC,MAAM,EAAE,kBAAkB;KAC3B,CAAC,CAAC;IAEH,MAAM,QAAQ,GAAG,MAAM,IAAA,6BAAe,EAAC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;IACjE,MAAM,SAAS,GAAG,QAAQ,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC;IAChE,MAAM,OAAO,GAAG;QACd,WAAW,EAAE,+BAA+B;QAC5C,YAAY,EAAE,EAAE;QAChB,cAAc,EAAE,OAAO,CAAC,QAAQ,CAAC,OAAO;KACzC,CAAC;IACF,MAAM,iBAAiB,GAAG,IAAA,mCAAqB,EAAC,SAAS,CAAC,CAAC;IAE3D,MAAM,UAAU,GAAG,OAAO,CAAC,cAAc,CAAC,OAAO,EAAE;QACjD,QAAQ,EAAE,iBAAiB;QAC3B,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,KAAK;QACX,OAAO,EAAE,QAAQ;QACjB,IAAI,EAAE,KAAK;QACX,QAAQ,EAAE,wBAAwB;QAClC,SAAS,EAAE,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,SAAS,KAAI,OAAO,CAAC,QAAQ,CAAC,SAAS,IAAI,CAAC,CAAC;KAClE,EAAE,OAAO,CAAC,CAAC;IACZ,IAAI,CAAC,UAAU,CAAC,EAAE,EAAE,CAAC;QACnB,OAAO,UAAU,CAAC;IACpB,CAAC;IACD,MAAM,QAAQ,GAAG,UAAU,CAAC,KAAK,CAAC;IAElC,MAAM,QAAQ,GAAG,MAAM,OAAO,CAAC,GAAG,CAAC,QAAQ,EAAE;QAC3C,OAAO;QACP,UAAU,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;QAC/C,WAAW,EAAE,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO;eACxB,OAAO,CAAC,QAAQ,CAAC,WAAW;QACjC,UAAU,EAAE,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU,KAAI,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;KACvE,CAAC,CAAC;IACH,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC;QACjB,OAAO,QAAQ,CAAC;IAClB,CAAC;IACD,MAAM,QAAQ,GAAG,QAAQ,CAAC,KAAK,CAAC;IAEhC,MAAM,eAAe,GAAG;QACtB,QAAQ,EAAE,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE;KACpD,CAAC;IAEF,MAAM,CAAC,OAAO,CAAC,GAAG,MAAM,EAAE,CAAC,KAAK,CAW9B,EAAE,CAAC,IAAI,CAAC,GAAG,EAAE,UAAU,CAAC,gDAAgD,EAAE;QACxE,GAAG,EAAE,uBAAuB;KAC7B,CAAC,EACF,EAAE,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,MAAM,CAAC,wBAAwB,EAAE;QAC3D,KAAK,EAAE,0BAA0B;KAClC,CAAC,EACF,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,CACxB,CAAC,QAAQ,EAAE,QAAQ,EAAE,EAAE,WAAW,EAAE,eAAe,EAAE,CAAC,CAAC;IACxD,IAAI,CAAC,OAAO,CAAC,EAAE,EAAE,CAAC;QAChB,OAAO,OAAO,CAAC;IACjB,CAAC;IAED,OAAO,OAAO,CAAC;AACjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountAccountV1ConnectionDeleteConnection.d.ts","sourceRoot":"","sources":["../src/funcs/accountAccountV1ConnectionDeleteConnection.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAI3C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,
|
|
1
|
+
{"version":3,"file":"accountAccountV1ConnectionDeleteConnection.d.ts","sourceRoot":"","sources":["../src/funcs/accountAccountV1ConnectionDeleteConnection.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAI3C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC;;GAEG;AACH,wBAAsB,0CAA0C,CAC9D,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,UAAU,CAAC,6BAA6B,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CACR,MAAM,CACJ,UAAU,CAAC,2CAA2C,EACpD,MAAM,CAAC,UAAU,GACjB,QAAQ,GACR,kBAAkB,GAClB,qBAAqB,GACrB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,eAAe,CAClB,CACF,CAuFA"}
|
|
@@ -75,7 +75,8 @@ async function accountAccountV1ConnectionDeleteConnection(client$, request, opti
|
|
|
75
75
|
const doResult = await client$.do$(request$, {
|
|
76
76
|
context,
|
|
77
77
|
errorCodes: ["400", "422", "4XX", "500", "5XX"],
|
|
78
|
-
retryConfig: (options === null || options === void 0 ? void 0 : options.retries)
|
|
78
|
+
retryConfig: (options === null || options === void 0 ? void 0 : options.retries)
|
|
79
|
+
|| client$.options$.retryConfig,
|
|
79
80
|
retryCodes: (options === null || options === void 0 ? void 0 : options.retryCodes) || ["429", "500", "502", "503", "504"],
|
|
80
81
|
});
|
|
81
82
|
if (!doResult.ok) {
|
|
@@ -85,9 +86,7 @@ async function accountAccountV1ConnectionDeleteConnection(client$, request, opti
|
|
|
85
86
|
const responseFields$ = {
|
|
86
87
|
HttpMeta: { Response: response, Request: request$ },
|
|
87
88
|
};
|
|
88
|
-
const [result$] = await m$.match(m$.json(200, operations.AccountV1ConnectionDeleteConnectionResponse$inboundSchema, {
|
|
89
|
-
key: "V1DeleteConnectionResponseBody",
|
|
90
|
-
}), m$.jsonErr([400, 422, 500], errors.ErrorModel$inboundSchema, {
|
|
89
|
+
const [result$] = await m$.match(m$.json(200, operations.AccountV1ConnectionDeleteConnectionResponse$inboundSchema, { key: "V1DeleteConnectionResponseBody" }), m$.jsonErr([400, 422, 500], errors.ErrorModel$inboundSchema, {
|
|
91
90
|
ctype: "application/problem+json",
|
|
92
91
|
}), m$.fail(["4XX", "5XX"]))(response, request$, { extraFields: responseFields$ });
|
|
93
92
|
if (!result$.ok) {
|