@steamsets/client-ts 0.11.33 → 0.12.2
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 +130 -153
- package/docs/sdks/account/README.md +116 -1261
- package/docs/sdks/{group → accounts}/README.md +14 -20
- package/docs/sdks/admin/README.md +5 -5
- package/docs/sdks/{app → apps}/README.md +12 -14
- package/docs/sdks/badge/README.md +5 -117
- package/docs/sdks/badges/README.md +119 -0
- package/docs/sdks/connection/README.md +15 -93
- package/docs/sdks/connections/README.md +85 -0
- package/docs/sdks/data/README.md +35 -35
- package/docs/sdks/developer/README.md +15 -15
- package/docs/sdks/leaderboard/README.md +15 -15
- package/docs/sdks/liveness/README.md +5 -5
- package/docs/sdks/{location → locations}/README.md +7 -7
- package/docs/sdks/public/README.md +30 -184
- package/docs/sdks/session/README.md +10 -157
- package/docs/sdks/sessions/README.md +154 -0
- package/docs/sdks/settings/README.md +35 -35
- package/funcs/accountDeleteImages.d.ts +11 -0
- package/funcs/accountDeleteImages.d.ts.map +1 -0
- package/funcs/{accountAccountV1SettingsDeleteImages.js → accountDeleteImages.js} +3 -3
- package/funcs/accountDeleteImages.js.map +1 -0
- package/funcs/accountGetApps.d.ts +11 -0
- package/funcs/accountGetApps.d.ts.map +1 -0
- package/funcs/{dataAccountV1GetApps.js → accountGetApps.js} +3 -3
- package/funcs/accountGetApps.js.map +1 -0
- package/funcs/accountGetBadges.d.ts +11 -0
- package/funcs/{publicAppV1Queue.d.ts.map → accountGetBadges.d.ts.map} +1 -1
- package/funcs/{dataAccountV1GetBadges.js → accountGetBadges.js} +3 -3
- package/funcs/accountGetBadges.js.map +1 -0
- package/funcs/{dataAccountV1GetFriends.d.ts → accountGetDataPoints.d.ts} +2 -2
- package/funcs/{dataAccountV1GetApps.d.ts.map → accountGetDataPoints.d.ts.map} +1 -1
- package/funcs/{dataAccountV1GetDataPoints.js → accountGetDataPoints.js} +3 -3
- package/funcs/{dataAccountV1GetInfo.js.map → accountGetDataPoints.js.map} +1 -1
- package/funcs/{dataAccountV1GetApps.d.ts → accountGetFriends.d.ts} +2 -2
- package/funcs/accountGetFriends.d.ts.map +1 -0
- package/funcs/{dataAccountV1GetFriends.js → accountGetFriends.js} +3 -3
- package/funcs/accountGetFriends.js.map +1 -0
- package/funcs/accountGetInfo.d.ts +11 -0
- package/funcs/accountGetInfo.d.ts.map +1 -0
- package/funcs/{dataAccountV1GetInfo.js → accountGetInfo.js} +3 -3
- package/funcs/accountGetInfo.js.map +1 -0
- package/funcs/accountGetLeaderboardHistory.d.ts +11 -0
- package/funcs/{publicAccountV1GetDataPoints.d.ts.map → accountGetLeaderboardHistory.d.ts.map} +1 -1
- package/funcs/{dataAccountV1GetLeaderboardHistory.js → accountGetLeaderboardHistory.js} +3 -3
- package/funcs/{publicAccountV1GetDataPoints.js.map → accountGetLeaderboardHistory.js.map} +1 -1
- package/funcs/{accountAccountV1GetStaff.d.ts → accountGetStaff.d.ts} +2 -2
- package/funcs/accountGetStaff.d.ts.map +1 -0
- package/funcs/{dataAccountV1GetStaff.js → accountGetStaff.js} +3 -3
- package/funcs/accountGetStaff.js.map +1 -0
- package/funcs/accountSendEmailVerification.d.ts +10 -0
- package/funcs/{accountAccountV1SessionLogin.d.ts.map → accountSendEmailVerification.d.ts.map} +1 -1
- package/funcs/{accountAccountV1SettingsSendEmailVerification.js → accountSendEmailVerification.js} +3 -3
- package/funcs/accountSendEmailVerification.js.map +1 -0
- package/funcs/{accountAccountV1GetFriends.d.ts → accountUpdateImage.d.ts} +2 -2
- package/funcs/accountUpdateImage.d.ts.map +1 -0
- package/funcs/{accountAccountV1SettingsUpdateImage.js → accountUpdateImage.js} +3 -3
- package/funcs/accountUpdateImage.js.map +1 -0
- package/funcs/accountUploadImages.d.ts +11 -0
- package/funcs/accountUploadImages.d.ts.map +1 -0
- package/funcs/{accountAccountV1SettingsUploadImages.js → accountUploadImages.js} +3 -3
- package/funcs/accountUploadImages.js.map +1 -0
- package/funcs/{accountAccountV1GetBadges.d.ts → accountVerifyEmail.d.ts} +2 -2
- package/funcs/accountVerifyEmail.d.ts.map +1 -0
- package/funcs/{accountAccountV1SettingsVerfyEmail.js → accountVerifyEmail.js} +3 -3
- package/funcs/accountVerifyEmail.js.map +1 -0
- package/funcs/{adminAdminV1GetAccount.d.ts → accountsQueue.d.ts} +2 -2
- package/funcs/accountsQueue.d.ts.map +1 -0
- package/funcs/{publicAccountV1Queue.js → accountsQueue.js} +3 -3
- package/funcs/{developerAccountV1SettingsDeveloperAppDelete.js.map → accountsQueue.js.map} +1 -1
- package/funcs/{connectionAccountV1ConnectionVerifyConnection.d.ts → adminGetAccount.d.ts} +2 -2
- package/funcs/{badgeBadgeV1Tag.d.ts.map → adminGetAccount.d.ts.map} +1 -1
- package/funcs/{adminAdminV1GetAccount.js → adminGetAccount.js} +3 -3
- package/funcs/adminGetAccount.js.map +1 -0
- package/funcs/{appAppV1Queue.d.ts → appsGet.d.ts} +2 -2
- package/funcs/appsGet.d.ts.map +1 -0
- package/funcs/{appAppV1Get.js → appsGet.js} +3 -3
- package/funcs/{settingsAccountV1SettingsDeleteImages.js.map → appsGet.js.map} +1 -1
- package/funcs/{locationLocationV1LocationGet.d.ts → appsQueue.d.ts} +3 -2
- package/funcs/appsQueue.d.ts.map +1 -0
- package/funcs/{appAppV1Queue.js → appsQueue.js} +3 -3
- package/funcs/appsQueue.js.map +1 -0
- package/funcs/{badgeBadgeV1Tag.d.ts → badgeGetTags.d.ts} +2 -2
- package/funcs/badgeGetTags.d.ts.map +1 -0
- package/funcs/{badgeBadgeV1Tags.js → badgeGetTags.js} +3 -3
- package/funcs/badgeGetTags.js.map +1 -0
- package/funcs/{appAppV1Get.d.ts → badgesTag.d.ts} +2 -2
- package/funcs/badgesTag.d.ts.map +1 -0
- package/funcs/{badgeBadgeV1Tag.js → badgesTag.js} +3 -3
- package/funcs/badgesTag.js.map +1 -0
- package/funcs/{accountAccountV1GetLeaderboardHistory.d.ts → connectionDelete.d.ts} +2 -2
- package/funcs/{badgeBadgeV1Tags.d.ts.map → connectionDelete.d.ts.map} +1 -1
- package/funcs/{accountAccountV1ConnectionDeleteConnection.js → connectionDelete.js} +3 -3
- package/funcs/connectionDelete.js.map +1 -0
- package/funcs/{accountAccountV1SessionCreate.d.ts → connectionUpdate.d.ts} +3 -2
- package/funcs/connectionUpdate.d.ts.map +1 -0
- package/funcs/{accountAccountV1ConnectionUpdateConnection.js → connectionUpdate.js} +3 -3
- package/funcs/connectionUpdate.js.map +1 -0
- package/funcs/{dataAccountV1GetStaff.d.ts → connectionVerify.d.ts} +3 -2
- package/funcs/connectionVerify.d.ts.map +1 -0
- package/funcs/{accountAccountV1ConnectionVerifyConnection.js → connectionVerify.js} +3 -3
- package/funcs/connectionVerify.js.map +1 -0
- package/funcs/{accountAccountV1GetDataPoints.d.ts → connectionsConnect.d.ts} +2 -2
- package/funcs/connectionsConnect.d.ts.map +1 -0
- package/funcs/{accountAccountV1ConnectionConnect.js → connectionsConnect.js} +3 -3
- package/funcs/connectionsConnect.js.map +1 -0
- package/funcs/{publicAppV1Queue.d.ts → dataGetApps.d.ts} +2 -2
- package/funcs/{appAppV1Get.d.ts.map → dataGetApps.d.ts.map} +1 -1
- package/funcs/{publicAccountV1GetApps.js → dataGetApps.js} +3 -3
- package/funcs/dataGetApps.js.map +1 -0
- package/funcs/dataGetBadges.d.ts +11 -0
- package/funcs/{appAppV1Queue.d.ts.map → dataGetBadges.d.ts.map} +1 -1
- package/funcs/{publicAccountV1GetBadges.js → dataGetBadges.js} +3 -3
- package/funcs/dataGetBadges.js.map +1 -0
- package/funcs/{accountAccountV1GetApps.d.ts → dataGetDataPoints.d.ts} +2 -2
- package/funcs/dataGetDataPoints.d.ts.map +1 -0
- package/funcs/{publicAccountV1GetDataPoints.js → dataGetDataPoints.js} +3 -3
- package/funcs/dataGetDataPoints.js.map +1 -0
- package/funcs/{developerAccountV1SettingsDeveloperAppCreate.d.ts → dataGetFriends.d.ts} +2 -2
- package/funcs/dataGetFriends.d.ts.map +1 -0
- package/funcs/{publicAccountV1GetFriends.js → dataGetFriends.js} +3 -3
- package/funcs/dataGetFriends.js.map +1 -0
- package/funcs/dataGetInfo.d.ts +11 -0
- package/funcs/dataGetInfo.d.ts.map +1 -0
- package/funcs/{publicAccountV1GetInfo.js → dataGetInfo.js} +3 -3
- package/funcs/dataGetInfo.js.map +1 -0
- package/funcs/{publicAccountV1GetFriends.d.ts → dataGetLeaderboardHistory.d.ts} +2 -2
- package/funcs/{accountAccountV1GetBadges.d.ts.map → dataGetLeaderboardHistory.d.ts.map} +1 -1
- package/funcs/{publicAccountV1GetLeaderboardHistory.js → dataGetLeaderboardHistory.js} +3 -3
- package/funcs/{accountAccountV1GetBadges.js.map → dataGetLeaderboardHistory.js.map} +1 -1
- package/funcs/{accountAccountV1SessionGet.d.ts → dataGetStaff.d.ts} +2 -2
- package/funcs/dataGetStaff.d.ts.map +1 -0
- package/funcs/{accountAccountV1GetStaff.js → dataGetStaff.js} +3 -3
- package/funcs/dataGetStaff.js.map +1 -0
- package/funcs/{accountLeaderboardV1GetBadges.d.ts → developerCreateDeveloperApp.d.ts} +3 -2
- package/funcs/developerCreateDeveloperApp.d.ts.map +1 -0
- package/funcs/{developerAccountV1SettingsDeveloperAppCreate.js → developerCreateDeveloperApp.js} +3 -3
- package/funcs/developerCreateDeveloperApp.js.map +1 -0
- package/funcs/{accountAccountV1ConnectionConnect.d.ts → developerDeleteDeveloperApp.d.ts} +2 -2
- package/funcs/developerDeleteDeveloperApp.d.ts.map +1 -0
- package/funcs/{developerAccountV1SettingsDeveloperAppDelete.js → developerDeleteDeveloperApp.js} +3 -3
- package/funcs/developerDeleteDeveloperApp.js.map +1 -0
- package/funcs/{settingsAccountV1SettingsDeleteImages.d.ts → developerUpdateApp.d.ts} +2 -2
- package/funcs/developerUpdateApp.d.ts.map +1 -0
- package/funcs/{developerAccountV1SettingsDeveloperAppUpdate.js → developerUpdateApp.js} +3 -3
- package/funcs/developerUpdateApp.js.map +1 -0
- package/funcs/leaderboardGetAccount.d.ts +11 -0
- package/funcs/{accountAccountV1Queue.d.ts.map → leaderboardGetAccount.d.ts.map} +1 -1
- package/funcs/{accountLeaderboardV1GetAccount.js → leaderboardGetAccount.js} +3 -3
- package/funcs/leaderboardGetAccount.js.map +1 -0
- package/funcs/{settingsAccountV1SettingsUpdate.d.ts → leaderboardGetBadges.d.ts} +2 -2
- package/funcs/leaderboardGetBadges.d.ts.map +1 -0
- package/funcs/{accountLeaderboardV1GetBadges.js → leaderboardGetBadges.js} +3 -3
- package/funcs/leaderboardGetBadges.js.map +1 -0
- package/funcs/leaderboardGetGroup.d.ts +11 -0
- package/funcs/leaderboardGetGroup.d.ts.map +1 -0
- package/funcs/{groupLeaderboardV1GetGroup.js → leaderboardGetGroup.js} +3 -3
- package/funcs/leaderboardGetGroup.js.map +1 -0
- package/funcs/{publicAccountV1GetDataPoints.d.ts → livenessCheck.d.ts} +8 -3
- package/funcs/livenessCheck.d.ts.map +1 -0
- package/funcs/{livenessLiveness.js → livenessCheck.js} +3 -3
- package/funcs/livenessCheck.js.map +1 -0
- package/funcs/{sessionAccountV1SessionGet.d.ts → locationsGet.d.ts} +2 -2
- package/funcs/locationsGet.d.ts.map +1 -0
- package/funcs/{locationLocationV1LocationGet.js → locationsGet.js} +3 -3
- package/funcs/locationsGet.js.map +1 -0
- package/funcs/{accountAccountV1ConnectionDeleteConnection.d.ts → publicGetApps.d.ts} +2 -2
- package/funcs/publicGetApps.d.ts.map +1 -0
- package/funcs/{accountAccountV1GetApps.js → publicGetApps.js} +3 -3
- package/funcs/publicGetApps.js.map +1 -0
- package/funcs/publicGetBadges.d.ts +11 -0
- package/funcs/publicGetBadges.d.ts.map +1 -0
- package/funcs/{accountAccountV1GetBadges.js → publicGetBadges.js} +3 -3
- package/funcs/publicGetBadges.js.map +1 -0
- package/funcs/{badgeBadgeV1Tags.d.ts → publicGetDataPoints.d.ts} +2 -2
- package/funcs/publicGetDataPoints.d.ts.map +1 -0
- package/funcs/{accountAccountV1GetDataPoints.js → publicGetDataPoints.js} +3 -3
- package/funcs/publicGetDataPoints.js.map +1 -0
- package/funcs/publicGetFriends.d.ts +11 -0
- package/funcs/publicGetFriends.d.ts.map +1 -0
- package/funcs/{accountAccountV1GetFriends.js → publicGetFriends.js} +3 -3
- package/funcs/publicGetFriends.js.map +1 -0
- package/funcs/{accountAccountV1ConnectionUpdateConnection.d.ts → publicGetInfo.d.ts} +2 -2
- package/funcs/publicGetInfo.d.ts.map +1 -0
- package/funcs/{accountAccountV1GetInfo.js → publicGetInfo.js} +3 -3
- package/funcs/publicGetInfo.js.map +1 -0
- package/funcs/publicGetLeaderboardHistory.d.ts +11 -0
- package/funcs/publicGetLeaderboardHistory.d.ts.map +1 -0
- package/funcs/{accountAccountV1GetLeaderboardHistory.js → publicGetLeaderboardHistory.js} +3 -3
- package/funcs/publicGetLeaderboardHistory.js.map +1 -0
- package/funcs/{accountAccountV1SettingsSendEmailVerification.d.ts → sessionCreate.d.ts} +2 -2
- package/funcs/sessionCreate.d.ts.map +1 -0
- package/funcs/{accountAccountV1SessionCreate.js → sessionCreate.js} +3 -3
- package/funcs/sessionCreate.js.map +1 -0
- package/funcs/{dataAccountV1GetDataPoints.d.ts → sessionLogin.d.ts} +2 -3
- package/funcs/sessionLogin.d.ts.map +1 -0
- package/funcs/{sessionAccountV1SessionLogin.js → sessionLogin.js} +3 -3
- package/funcs/sessionLogin.js.map +1 -0
- package/funcs/{accountAccountV1GetInfo.d.ts → sessionsDelete.d.ts} +2 -2
- package/funcs/sessionsDelete.d.ts.map +1 -0
- package/funcs/{sessionAccountV1SessionDelete.js → sessionsDelete.js} +3 -3
- package/funcs/{connectionAccountV1ConnectionVerifyConnection.js.map → sessionsDelete.js.map} +1 -1
- package/funcs/sessionsGet.d.ts +10 -0
- package/funcs/sessionsGet.d.ts.map +1 -0
- package/funcs/{accountAccountV1SessionGet.js → sessionsGet.js} +3 -3
- package/funcs/sessionsGet.js.map +1 -0
- package/funcs/settingsDeleteImages.d.ts +11 -0
- package/funcs/{publicAccountV1Queue.d.ts.map → settingsDeleteImages.d.ts.map} +1 -1
- package/funcs/{settingsAccountV1SettingsDeleteImages.js → settingsDeleteImages.js} +3 -3
- package/funcs/settingsDeleteImages.js.map +1 -0
- package/funcs/settingsGet.d.ts +10 -0
- package/funcs/settingsGet.d.ts.map +1 -0
- package/funcs/{accountAccountV1SettingsGet.js → settingsGet.js} +3 -3
- package/funcs/settingsGet.js.map +1 -0
- package/funcs/settingsSendEmailVerification.d.ts +10 -0
- package/funcs/{sessionAccountV1SessionCreate.d.ts.map → settingsSendEmailVerification.d.ts.map} +1 -1
- package/funcs/{settingsAccountV1SettingsSendEmailVerification.js → settingsSendEmailVerification.js} +3 -3
- package/funcs/settingsSendEmailVerification.js.map +1 -0
- package/funcs/{accountAccountV1SettingsGet.d.ts → settingsUpdate.d.ts} +2 -2
- package/funcs/settingsUpdate.d.ts.map +1 -0
- package/funcs/{accountAccountV1SettingsUpdate.js → settingsUpdate.js} +3 -3
- package/funcs/settingsUpdate.js.map +1 -0
- package/funcs/settingsUpdateImage.d.ts +11 -0
- package/funcs/settingsUpdateImage.d.ts.map +1 -0
- package/funcs/{settingsAccountV1SettingsUpdateImage.js → settingsUpdateImage.js} +3 -3
- package/funcs/settingsUpdateImage.js.map +1 -0
- package/funcs/settingsUploadImages.d.ts +11 -0
- package/funcs/{dataAccountV1GetInfo.d.ts.map → settingsUploadImages.d.ts.map} +1 -1
- package/funcs/{settingsAccountV1SettingsUploadImages.js → settingsUploadImages.js} +3 -3
- package/funcs/{publicAccountV1Queue.js.map → settingsUploadImages.js.map} +1 -1
- package/funcs/settingsVerifyEmail.d.ts +11 -0
- package/funcs/settingsVerifyEmail.d.ts.map +1 -0
- package/funcs/{settingsAccountV1SettingsVerfyEmail.js → settingsVerifyEmail.js} +3 -3
- package/funcs/settingsVerifyEmail.js.map +1 -0
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/lib/config.js.map +1 -1
- package/models/components/resource.d.ts +3 -3
- package/models/components/resource.js +1 -1
- package/models/components/resource.js.map +1 -1
- package/package.json +1 -1
- package/sdk/account.d.ts +12 -26
- package/sdk/account.d.ts.map +1 -1
- package/sdk/account.js +36 -92
- package/sdk/account.js.map +1 -1
- package/sdk/accounts.d.ts +7 -0
- package/sdk/accounts.d.ts.map +1 -0
- package/sdk/accounts.js +16 -0
- package/sdk/accounts.js.map +1 -0
- package/sdk/admin.d.ts +1 -1
- package/sdk/admin.d.ts.map +1 -1
- package/sdk/admin.js +3 -3
- package/sdk/admin.js.map +1 -1
- package/sdk/apps.d.ts +8 -0
- package/sdk/apps.d.ts.map +1 -0
- package/sdk/apps.js +20 -0
- package/sdk/apps.js.map +1 -0
- package/sdk/badge.d.ts +1 -2
- package/sdk/badge.d.ts.map +1 -1
- package/sdk/badge.js +3 -7
- package/sdk/badge.js.map +1 -1
- package/sdk/badges.d.ts +7 -0
- package/sdk/badges.d.ts.map +1 -0
- package/sdk/badges.js +16 -0
- package/sdk/badges.js.map +1 -0
- package/sdk/connection.d.ts +3 -4
- package/sdk/connection.d.ts.map +1 -1
- package/sdk/connection.js +9 -13
- package/sdk/connection.js.map +1 -1
- package/sdk/connections.d.ts +7 -0
- package/sdk/connections.d.ts.map +1 -0
- package/sdk/connections.js +16 -0
- package/sdk/connections.js.map +1 -0
- package/sdk/data.d.ts +7 -7
- package/sdk/data.d.ts.map +1 -1
- package/sdk/data.js +21 -21
- package/sdk/data.js.map +1 -1
- package/sdk/developer.d.ts +3 -3
- package/sdk/developer.d.ts.map +1 -1
- package/sdk/developer.js +9 -9
- package/sdk/developer.js.map +1 -1
- package/sdk/leaderboard.d.ts +3 -3
- package/sdk/leaderboard.d.ts.map +1 -1
- package/sdk/leaderboard.js +9 -9
- package/sdk/leaderboard.js.map +1 -1
- package/sdk/liveness.d.ts +1 -1
- package/sdk/liveness.d.ts.map +1 -1
- package/sdk/liveness.js +3 -3
- package/sdk/liveness.js.map +1 -1
- package/sdk/locations.d.ts +6 -0
- package/sdk/locations.d.ts.map +1 -0
- package/sdk/locations.js +16 -0
- package/sdk/locations.js.map +1 -0
- package/sdk/public.d.ts +6 -8
- package/sdk/public.d.ts.map +1 -1
- package/sdk/public.js +18 -26
- package/sdk/public.js.map +1 -1
- package/sdk/sdk.d.ts +22 -13
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +32 -17
- package/sdk/sdk.js.map +1 -1
- package/sdk/session.d.ts +2 -5
- package/sdk/session.d.ts.map +1 -1
- package/sdk/session.js +6 -14
- package/sdk/session.js.map +1 -1
- package/sdk/sessions.d.ts +8 -0
- package/sdk/sessions.d.ts.map +1 -0
- package/sdk/sessions.js +20 -0
- package/sdk/sessions.js.map +1 -0
- package/sdk/settings.d.ts +7 -7
- package/sdk/settings.d.ts.map +1 -1
- package/sdk/settings.js +21 -21
- package/sdk/settings.js.map +1 -1
- package/src/funcs/{accountAccountV1SettingsDeleteImages.ts → accountDeleteImages.ts} +1 -1
- package/src/funcs/{dataAccountV1GetApps.ts → accountGetApps.ts} +1 -1
- package/src/funcs/{dataAccountV1GetBadges.ts → accountGetBadges.ts} +1 -1
- package/src/funcs/{dataAccountV1GetDataPoints.ts → accountGetDataPoints.ts} +1 -1
- package/src/funcs/{dataAccountV1GetFriends.ts → accountGetFriends.ts} +1 -1
- package/src/funcs/{dataAccountV1GetInfo.ts → accountGetInfo.ts} +1 -1
- package/src/funcs/{dataAccountV1GetLeaderboardHistory.ts → accountGetLeaderboardHistory.ts} +1 -1
- package/src/funcs/{dataAccountV1GetStaff.ts → accountGetStaff.ts} +1 -1
- package/src/funcs/{accountAccountV1SettingsSendEmailVerification.ts → accountSendEmailVerification.ts} +1 -1
- package/src/funcs/{accountAccountV1SettingsUpdateImage.ts → accountUpdateImage.ts} +1 -1
- package/src/funcs/{accountAccountV1SettingsUploadImages.ts → accountUploadImages.ts} +1 -1
- package/src/funcs/{accountAccountV1SettingsVerfyEmail.ts → accountVerifyEmail.ts} +1 -1
- package/src/funcs/{publicAccountV1Queue.ts → accountsQueue.ts} +1 -1
- package/src/funcs/{adminAdminV1GetAccount.ts → adminGetAccount.ts} +1 -1
- package/src/funcs/{appAppV1Get.ts → appsGet.ts} +1 -1
- package/src/funcs/{appAppV1Queue.ts → appsQueue.ts} +1 -1
- package/src/funcs/{badgeBadgeV1Tags.ts → badgeGetTags.ts} +1 -1
- package/src/funcs/{badgeBadgeV1Tag.ts → badgesTag.ts} +1 -1
- package/src/funcs/{accountAccountV1ConnectionDeleteConnection.ts → connectionDelete.ts} +1 -1
- package/src/funcs/{accountAccountV1ConnectionUpdateConnection.ts → connectionUpdate.ts} +1 -1
- package/src/funcs/{accountAccountV1ConnectionVerifyConnection.ts → connectionVerify.ts} +1 -1
- package/src/funcs/{accountAccountV1ConnectionConnect.ts → connectionsConnect.ts} +1 -1
- package/src/funcs/{publicAccountV1GetApps.ts → dataGetApps.ts} +1 -1
- package/src/funcs/{publicAccountV1GetBadges.ts → dataGetBadges.ts} +1 -1
- package/src/funcs/{publicAccountV1GetDataPoints.ts → dataGetDataPoints.ts} +1 -1
- package/src/funcs/{publicAccountV1GetFriends.ts → dataGetFriends.ts} +1 -1
- package/src/funcs/{publicAccountV1GetInfo.ts → dataGetInfo.ts} +1 -1
- package/src/funcs/{publicAccountV1GetLeaderboardHistory.ts → dataGetLeaderboardHistory.ts} +1 -1
- package/src/funcs/{accountAccountV1GetStaff.ts → dataGetStaff.ts} +1 -1
- package/src/funcs/{developerAccountV1SettingsDeveloperAppCreate.ts → developerCreateDeveloperApp.ts} +1 -1
- package/src/funcs/{developerAccountV1SettingsDeveloperAppDelete.ts → developerDeleteDeveloperApp.ts} +1 -1
- package/src/funcs/{developerAccountV1SettingsDeveloperAppUpdate.ts → developerUpdateApp.ts} +1 -1
- package/src/funcs/{accountLeaderboardV1GetAccount.ts → leaderboardGetAccount.ts} +1 -1
- package/src/funcs/{accountLeaderboardV1GetBadges.ts → leaderboardGetBadges.ts} +1 -1
- package/src/funcs/{groupLeaderboardV1GetGroup.ts → leaderboardGetGroup.ts} +1 -1
- package/src/funcs/{livenessLiveness.ts → livenessCheck.ts} +1 -1
- package/src/funcs/{locationLocationV1LocationGet.ts → locationsGet.ts} +1 -1
- package/src/funcs/{accountAccountV1GetApps.ts → publicGetApps.ts} +1 -1
- package/src/funcs/{accountAccountV1GetBadges.ts → publicGetBadges.ts} +1 -1
- package/src/funcs/{accountAccountV1GetDataPoints.ts → publicGetDataPoints.ts} +1 -1
- package/src/funcs/{accountAccountV1GetFriends.ts → publicGetFriends.ts} +1 -1
- package/src/funcs/{accountAccountV1GetInfo.ts → publicGetInfo.ts} +1 -1
- package/src/funcs/{accountAccountV1GetLeaderboardHistory.ts → publicGetLeaderboardHistory.ts} +1 -1
- package/src/funcs/{sessionAccountV1SessionCreate.ts → sessionCreate.ts} +1 -1
- package/src/funcs/{sessionAccountV1SessionLogin.ts → sessionLogin.ts} +1 -1
- package/src/funcs/{accountAccountV1SessionDelete.ts → sessionsDelete.ts} +1 -1
- package/src/funcs/{accountAccountV1SessionGet.ts → sessionsGet.ts} +1 -1
- package/src/funcs/{settingsAccountV1SettingsDeleteImages.ts → settingsDeleteImages.ts} +1 -1
- package/src/funcs/{accountAccountV1SettingsGet.ts → settingsGet.ts} +1 -1
- package/src/funcs/{settingsAccountV1SettingsSendEmailVerification.ts → settingsSendEmailVerification.ts} +1 -1
- package/src/funcs/{accountAccountV1SettingsUpdate.ts → settingsUpdate.ts} +1 -1
- package/src/funcs/{settingsAccountV1SettingsUpdateImage.ts → settingsUpdateImage.ts} +1 -1
- package/src/funcs/{settingsAccountV1SettingsUploadImages.ts → settingsUploadImages.ts} +1 -1
- package/src/funcs/{settingsAccountV1SettingsVerfyEmail.ts → settingsVerifyEmail.ts} +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/resource.ts +1 -1
- package/src/sdk/account.ts +36 -198
- package/src/sdk/{group.ts → accounts.ts} +6 -6
- package/src/sdk/admin.ts +3 -3
- package/src/sdk/{app.ts → apps.ts} +7 -7
- package/src/sdk/badge.ts +3 -15
- package/src/sdk/badges.ts +22 -0
- package/src/sdk/connection.ts +9 -21
- package/src/sdk/connections.ts +22 -0
- package/src/sdk/data.ts +21 -21
- package/src/sdk/developer.ts +9 -9
- package/src/sdk/leaderboard.ts +9 -9
- package/src/sdk/liveness.ts +3 -3
- package/src/sdk/{location.ts → locations.ts} +4 -4
- package/src/sdk/public.ts +18 -42
- package/src/sdk/sdk.ts +40 -22
- package/src/sdk/session.ts +6 -29
- package/src/sdk/sessions.ts +32 -0
- package/src/sdk/settings.ts +21 -21
- package/funcs/accountAccountV1ConnectionConnect.d.ts.map +0 -1
- package/funcs/accountAccountV1ConnectionConnect.js.map +0 -1
- package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts.map +0 -1
- package/funcs/accountAccountV1ConnectionDeleteConnection.js.map +0 -1
- package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts.map +0 -1
- package/funcs/accountAccountV1ConnectionUpdateConnection.js.map +0 -1
- package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts +0 -11
- package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts.map +0 -1
- package/funcs/accountAccountV1ConnectionVerifyConnection.js.map +0 -1
- package/funcs/accountAccountV1GetApps.d.ts.map +0 -1
- package/funcs/accountAccountV1GetApps.js.map +0 -1
- package/funcs/accountAccountV1GetDataPoints.d.ts.map +0 -1
- package/funcs/accountAccountV1GetDataPoints.js.map +0 -1
- package/funcs/accountAccountV1GetFriends.d.ts.map +0 -1
- package/funcs/accountAccountV1GetFriends.js.map +0 -1
- package/funcs/accountAccountV1GetInfo.d.ts.map +0 -1
- package/funcs/accountAccountV1GetInfo.js.map +0 -1
- package/funcs/accountAccountV1GetLeaderboardHistory.d.ts.map +0 -1
- package/funcs/accountAccountV1GetLeaderboardHistory.js.map +0 -1
- package/funcs/accountAccountV1GetStaff.d.ts.map +0 -1
- package/funcs/accountAccountV1GetStaff.js.map +0 -1
- package/funcs/accountAccountV1Queue.d.ts +0 -11
- package/funcs/accountAccountV1Queue.js +0 -93
- package/funcs/accountAccountV1Queue.js.map +0 -1
- package/funcs/accountAccountV1SessionCreate.d.ts.map +0 -1
- package/funcs/accountAccountV1SessionCreate.js.map +0 -1
- package/funcs/accountAccountV1SessionDelete.d.ts +0 -11
- package/funcs/accountAccountV1SessionDelete.d.ts.map +0 -1
- package/funcs/accountAccountV1SessionDelete.js +0 -95
- package/funcs/accountAccountV1SessionDelete.js.map +0 -1
- package/funcs/accountAccountV1SessionGet.d.ts.map +0 -1
- package/funcs/accountAccountV1SessionGet.js.map +0 -1
- package/funcs/accountAccountV1SessionLogin.d.ts +0 -10
- package/funcs/accountAccountV1SessionLogin.js +0 -99
- package/funcs/accountAccountV1SessionLogin.js.map +0 -1
- package/funcs/accountAccountV1SettingsDeleteImages.d.ts +0 -11
- package/funcs/accountAccountV1SettingsDeleteImages.d.ts.map +0 -1
- package/funcs/accountAccountV1SettingsDeleteImages.js.map +0 -1
- package/funcs/accountAccountV1SettingsGet.d.ts.map +0 -1
- package/funcs/accountAccountV1SettingsGet.js.map +0 -1
- package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts.map +0 -1
- package/funcs/accountAccountV1SettingsSendEmailVerification.js.map +0 -1
- package/funcs/accountAccountV1SettingsUpdate.d.ts +0 -10
- package/funcs/accountAccountV1SettingsUpdate.d.ts.map +0 -1
- package/funcs/accountAccountV1SettingsUpdate.js.map +0 -1
- package/funcs/accountAccountV1SettingsUpdateImage.d.ts +0 -11
- package/funcs/accountAccountV1SettingsUpdateImage.d.ts.map +0 -1
- package/funcs/accountAccountV1SettingsUpdateImage.js.map +0 -1
- package/funcs/accountAccountV1SettingsUploadImages.d.ts +0 -11
- package/funcs/accountAccountV1SettingsUploadImages.d.ts.map +0 -1
- package/funcs/accountAccountV1SettingsUploadImages.js.map +0 -1
- package/funcs/accountAccountV1SettingsVerfyEmail.d.ts +0 -11
- package/funcs/accountAccountV1SettingsVerfyEmail.d.ts.map +0 -1
- package/funcs/accountAccountV1SettingsVerfyEmail.js.map +0 -1
- package/funcs/accountLeaderboardV1GetAccount.d.ts +0 -11
- package/funcs/accountLeaderboardV1GetAccount.d.ts.map +0 -1
- package/funcs/accountLeaderboardV1GetAccount.js.map +0 -1
- package/funcs/accountLeaderboardV1GetBadges.d.ts.map +0 -1
- package/funcs/accountLeaderboardV1GetBadges.js.map +0 -1
- package/funcs/accountLeaderboardV1GetGroup.d.ts +0 -11
- package/funcs/accountLeaderboardV1GetGroup.d.ts.map +0 -1
- package/funcs/accountLeaderboardV1GetGroup.js +0 -95
- package/funcs/accountLeaderboardV1GetGroup.js.map +0 -1
- package/funcs/adminAdminV1GetAccount.d.ts.map +0 -1
- package/funcs/adminAdminV1GetAccount.js.map +0 -1
- package/funcs/appAppV1Get.js.map +0 -1
- package/funcs/appAppV1Queue.js.map +0 -1
- package/funcs/badgeBadgeV1Tag.js.map +0 -1
- package/funcs/badgeBadgeV1Tags.js.map +0 -1
- package/funcs/connectionAccountV1ConnectionConnect.d.ts +0 -11
- package/funcs/connectionAccountV1ConnectionConnect.d.ts.map +0 -1
- package/funcs/connectionAccountV1ConnectionConnect.js +0 -95
- package/funcs/connectionAccountV1ConnectionConnect.js.map +0 -1
- package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts +0 -11
- package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts.map +0 -1
- package/funcs/connectionAccountV1ConnectionDeleteConnection.js +0 -93
- package/funcs/connectionAccountV1ConnectionDeleteConnection.js.map +0 -1
- package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts +0 -11
- package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts.map +0 -1
- package/funcs/connectionAccountV1ConnectionUpdateConnection.js +0 -93
- package/funcs/connectionAccountV1ConnectionUpdateConnection.js.map +0 -1
- package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts.map +0 -1
- package/funcs/connectionAccountV1ConnectionVerifyConnection.js +0 -93
- package/funcs/dataAccountV1GetApps.js.map +0 -1
- package/funcs/dataAccountV1GetBadges.d.ts +0 -11
- package/funcs/dataAccountV1GetBadges.d.ts.map +0 -1
- package/funcs/dataAccountV1GetBadges.js.map +0 -1
- package/funcs/dataAccountV1GetDataPoints.d.ts.map +0 -1
- package/funcs/dataAccountV1GetDataPoints.js.map +0 -1
- package/funcs/dataAccountV1GetFriends.d.ts.map +0 -1
- package/funcs/dataAccountV1GetFriends.js.map +0 -1
- package/funcs/dataAccountV1GetInfo.d.ts +0 -11
- package/funcs/dataAccountV1GetLeaderboardHistory.d.ts +0 -11
- package/funcs/dataAccountV1GetLeaderboardHistory.d.ts.map +0 -1
- package/funcs/dataAccountV1GetLeaderboardHistory.js.map +0 -1
- package/funcs/dataAccountV1GetStaff.d.ts.map +0 -1
- package/funcs/dataAccountV1GetStaff.js.map +0 -1
- package/funcs/developerAccountV1SettingsDeveloperAppCreate.d.ts.map +0 -1
- package/funcs/developerAccountV1SettingsDeveloperAppCreate.js.map +0 -1
- package/funcs/developerAccountV1SettingsDeveloperAppDelete.d.ts +0 -11
- package/funcs/developerAccountV1SettingsDeveloperAppDelete.d.ts.map +0 -1
- package/funcs/developerAccountV1SettingsDeveloperAppUpdate.d.ts +0 -11
- package/funcs/developerAccountV1SettingsDeveloperAppUpdate.d.ts.map +0 -1
- package/funcs/developerAccountV1SettingsDeveloperAppUpdate.js.map +0 -1
- package/funcs/groupLeaderboardV1GetGroup.d.ts +0 -11
- package/funcs/groupLeaderboardV1GetGroup.d.ts.map +0 -1
- package/funcs/groupLeaderboardV1GetGroup.js.map +0 -1
- package/funcs/leaderboardLeaderboardV1GetAccount.d.ts +0 -11
- package/funcs/leaderboardLeaderboardV1GetAccount.d.ts.map +0 -1
- package/funcs/leaderboardLeaderboardV1GetAccount.js +0 -95
- package/funcs/leaderboardLeaderboardV1GetAccount.js.map +0 -1
- package/funcs/leaderboardLeaderboardV1GetBadges.d.ts +0 -10
- package/funcs/leaderboardLeaderboardV1GetBadges.d.ts.map +0 -1
- package/funcs/leaderboardLeaderboardV1GetBadges.js +0 -84
- package/funcs/leaderboardLeaderboardV1GetBadges.js.map +0 -1
- package/funcs/leaderboardLeaderboardV1GetGroup.d.ts +0 -11
- package/funcs/leaderboardLeaderboardV1GetGroup.d.ts.map +0 -1
- package/funcs/leaderboardLeaderboardV1GetGroup.js +0 -95
- package/funcs/leaderboardLeaderboardV1GetGroup.js.map +0 -1
- package/funcs/livenessLiveness.d.ts +0 -16
- package/funcs/livenessLiveness.d.ts.map +0 -1
- package/funcs/livenessLiveness.js.map +0 -1
- package/funcs/locationLocationV1LocationGet.d.ts.map +0 -1
- package/funcs/locationLocationV1LocationGet.js.map +0 -1
- package/funcs/publicAccountV1GetApps.d.ts +0 -11
- package/funcs/publicAccountV1GetApps.d.ts.map +0 -1
- package/funcs/publicAccountV1GetApps.js.map +0 -1
- package/funcs/publicAccountV1GetBadges.d.ts +0 -11
- package/funcs/publicAccountV1GetBadges.d.ts.map +0 -1
- package/funcs/publicAccountV1GetBadges.js.map +0 -1
- package/funcs/publicAccountV1GetFriends.d.ts.map +0 -1
- package/funcs/publicAccountV1GetFriends.js.map +0 -1
- package/funcs/publicAccountV1GetInfo.d.ts +0 -11
- package/funcs/publicAccountV1GetInfo.d.ts.map +0 -1
- package/funcs/publicAccountV1GetInfo.js.map +0 -1
- package/funcs/publicAccountV1GetLeaderboardHistory.d.ts +0 -11
- package/funcs/publicAccountV1GetLeaderboardHistory.d.ts.map +0 -1
- package/funcs/publicAccountV1GetLeaderboardHistory.js.map +0 -1
- package/funcs/publicAccountV1Queue.d.ts +0 -11
- package/funcs/publicAppV1Queue.js +0 -93
- package/funcs/publicAppV1Queue.js.map +0 -1
- package/funcs/sessionAccountV1SessionCreate.d.ts +0 -10
- package/funcs/sessionAccountV1SessionCreate.js +0 -106
- package/funcs/sessionAccountV1SessionCreate.js.map +0 -1
- package/funcs/sessionAccountV1SessionDelete.d.ts +0 -11
- package/funcs/sessionAccountV1SessionDelete.d.ts.map +0 -1
- package/funcs/sessionAccountV1SessionDelete.js.map +0 -1
- package/funcs/sessionAccountV1SessionGet.d.ts.map +0 -1
- package/funcs/sessionAccountV1SessionGet.js +0 -84
- package/funcs/sessionAccountV1SessionGet.js.map +0 -1
- package/funcs/sessionAccountV1SessionLogin.d.ts +0 -10
- package/funcs/sessionAccountV1SessionLogin.d.ts.map +0 -1
- package/funcs/sessionAccountV1SessionLogin.js.map +0 -1
- package/funcs/settingsAccountV1SettingsDeleteImages.d.ts.map +0 -1
- package/funcs/settingsAccountV1SettingsGet.d.ts +0 -10
- package/funcs/settingsAccountV1SettingsGet.d.ts.map +0 -1
- package/funcs/settingsAccountV1SettingsGet.js +0 -84
- package/funcs/settingsAccountV1SettingsGet.js.map +0 -1
- package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts +0 -10
- package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts.map +0 -1
- package/funcs/settingsAccountV1SettingsSendEmailVerification.js.map +0 -1
- package/funcs/settingsAccountV1SettingsUpdate.d.ts.map +0 -1
- package/funcs/settingsAccountV1SettingsUpdate.js +0 -97
- package/funcs/settingsAccountV1SettingsUpdate.js.map +0 -1
- package/funcs/settingsAccountV1SettingsUpdateImage.d.ts +0 -11
- package/funcs/settingsAccountV1SettingsUpdateImage.d.ts.map +0 -1
- package/funcs/settingsAccountV1SettingsUpdateImage.js.map +0 -1
- package/funcs/settingsAccountV1SettingsUploadImages.d.ts +0 -11
- package/funcs/settingsAccountV1SettingsUploadImages.d.ts.map +0 -1
- package/funcs/settingsAccountV1SettingsUploadImages.js.map +0 -1
- package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts +0 -11
- package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts.map +0 -1
- package/funcs/settingsAccountV1SettingsVerfyEmail.js.map +0 -1
- package/sdk/app.d.ts +0 -8
- package/sdk/app.d.ts.map +0 -1
- package/sdk/app.js +0 -20
- package/sdk/app.js.map +0 -1
- package/sdk/group.d.ts +0 -7
- package/sdk/group.d.ts.map +0 -1
- package/sdk/group.js +0 -16
- package/sdk/group.js.map +0 -1
- package/sdk/location.d.ts +0 -6
- package/sdk/location.d.ts.map +0 -1
- package/sdk/location.js +0 -16
- package/sdk/location.js.map +0 -1
- package/src/funcs/accountAccountV1Queue.ts +0 -122
- package/src/funcs/accountAccountV1SessionCreate.ts +0 -140
- package/src/funcs/accountAccountV1SessionLogin.ts +0 -133
- package/src/funcs/accountLeaderboardV1GetGroup.ts +0 -127
- package/src/funcs/connectionAccountV1ConnectionConnect.ts +0 -124
- package/src/funcs/connectionAccountV1ConnectionDeleteConnection.ts +0 -127
- package/src/funcs/connectionAccountV1ConnectionUpdateConnection.ts +0 -127
- package/src/funcs/connectionAccountV1ConnectionVerifyConnection.ts +0 -127
- package/src/funcs/leaderboardLeaderboardV1GetAccount.ts +0 -127
- package/src/funcs/leaderboardLeaderboardV1GetBadges.ts +0 -107
- package/src/funcs/leaderboardLeaderboardV1GetGroup.ts +0 -127
- package/src/funcs/publicAppV1Queue.ts +0 -122
- package/src/funcs/sessionAccountV1SessionDelete.ts +0 -125
- package/src/funcs/sessionAccountV1SessionGet.ts +0 -107
- package/src/funcs/settingsAccountV1SettingsGet.ts +0 -107
- package/src/funcs/settingsAccountV1SettingsUpdate.ts +0 -131
package/src/sdk/connection.ts
CHANGED
|
@@ -2,54 +2,42 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { connectionAccountV1ConnectionVerifyConnection } from "../funcs/connectionAccountV1ConnectionVerifyConnection.js";
|
|
5
|
+
import { connectionDelete } from "../funcs/connectionDelete.js";
|
|
6
|
+
import { connectionUpdate } from "../funcs/connectionUpdate.js";
|
|
7
|
+
import { connectionVerify } from "../funcs/connectionVerify.js";
|
|
9
8
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
10
9
|
import * as components from "../models/components/index.js";
|
|
11
10
|
import * as operations from "../models/operations/index.js";
|
|
12
11
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
12
|
|
|
14
13
|
export class Connection extends ClientSDK {
|
|
15
|
-
async
|
|
16
|
-
request: components.V1ConnectRequestBody,
|
|
17
|
-
options?: RequestOptions,
|
|
18
|
-
): Promise<operations.AccountV1ConnectionConnectResponse> {
|
|
19
|
-
return unwrapAsync(connectionAccountV1ConnectionConnect(
|
|
20
|
-
this,
|
|
21
|
-
request,
|
|
22
|
-
options,
|
|
23
|
-
));
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
async accountV1ConnectionDeleteConnection(
|
|
14
|
+
async delete(
|
|
27
15
|
request: components.V1DeleteConnectionRequestBody,
|
|
28
16
|
options?: RequestOptions,
|
|
29
17
|
): Promise<operations.AccountV1ConnectionDeleteConnectionResponse> {
|
|
30
|
-
return unwrapAsync(
|
|
18
|
+
return unwrapAsync(connectionDelete(
|
|
31
19
|
this,
|
|
32
20
|
request,
|
|
33
21
|
options,
|
|
34
22
|
));
|
|
35
23
|
}
|
|
36
24
|
|
|
37
|
-
async
|
|
25
|
+
async update(
|
|
38
26
|
request: components.V1UpdateConnectionRequestBody,
|
|
39
27
|
options?: RequestOptions,
|
|
40
28
|
): Promise<operations.AccountV1ConnectionUpdateConnectionResponse> {
|
|
41
|
-
return unwrapAsync(
|
|
29
|
+
return unwrapAsync(connectionUpdate(
|
|
42
30
|
this,
|
|
43
31
|
request,
|
|
44
32
|
options,
|
|
45
33
|
));
|
|
46
34
|
}
|
|
47
35
|
|
|
48
|
-
async
|
|
36
|
+
async verify(
|
|
49
37
|
request: components.V1VerifyConnectionRequestBody,
|
|
50
38
|
options?: RequestOptions,
|
|
51
39
|
): Promise<operations.AccountV1ConnectionVerifyConnectionResponse> {
|
|
52
|
-
return unwrapAsync(
|
|
40
|
+
return unwrapAsync(connectionVerify(
|
|
53
41
|
this,
|
|
54
42
|
request,
|
|
55
43
|
options,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { connectionsConnect } from "../funcs/connectionsConnect.js";
|
|
6
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
|
+
import * as components from "../models/components/index.js";
|
|
8
|
+
import * as operations from "../models/operations/index.js";
|
|
9
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
10
|
+
|
|
11
|
+
export class Connections extends ClientSDK {
|
|
12
|
+
async connect(
|
|
13
|
+
request: components.V1ConnectRequestBody,
|
|
14
|
+
options?: RequestOptions,
|
|
15
|
+
): Promise<operations.AccountV1ConnectionConnectResponse> {
|
|
16
|
+
return unwrapAsync(connectionsConnect(
|
|
17
|
+
this,
|
|
18
|
+
request,
|
|
19
|
+
options,
|
|
20
|
+
));
|
|
21
|
+
}
|
|
22
|
+
}
|
package/src/sdk/data.ts
CHANGED
|
@@ -2,89 +2,89 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
5
|
+
import { dataGetApps } from "../funcs/dataGetApps.js";
|
|
6
|
+
import { dataGetBadges } from "../funcs/dataGetBadges.js";
|
|
7
|
+
import { dataGetDataPoints } from "../funcs/dataGetDataPoints.js";
|
|
8
|
+
import { dataGetFriends } from "../funcs/dataGetFriends.js";
|
|
9
|
+
import { dataGetInfo } from "../funcs/dataGetInfo.js";
|
|
10
|
+
import { dataGetLeaderboardHistory } from "../funcs/dataGetLeaderboardHistory.js";
|
|
11
|
+
import { dataGetStaff } from "../funcs/dataGetStaff.js";
|
|
12
12
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
13
13
|
import * as components from "../models/components/index.js";
|
|
14
14
|
import * as operations from "../models/operations/index.js";
|
|
15
15
|
import { unwrapAsync } from "../types/fp.js";
|
|
16
16
|
|
|
17
17
|
export class Data extends ClientSDK {
|
|
18
|
-
async
|
|
18
|
+
async getApps(
|
|
19
19
|
request: components.AccountSearch,
|
|
20
20
|
options?: RequestOptions,
|
|
21
21
|
): Promise<operations.AccountV1GetAppsResponse> {
|
|
22
|
-
return unwrapAsync(
|
|
22
|
+
return unwrapAsync(dataGetApps(
|
|
23
23
|
this,
|
|
24
24
|
request,
|
|
25
25
|
options,
|
|
26
26
|
));
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
async
|
|
29
|
+
async getBadges(
|
|
30
30
|
request: components.AccountSearch,
|
|
31
31
|
options?: RequestOptions,
|
|
32
32
|
): Promise<operations.AccountV1GetBadgesResponse> {
|
|
33
|
-
return unwrapAsync(
|
|
33
|
+
return unwrapAsync(dataGetBadges(
|
|
34
34
|
this,
|
|
35
35
|
request,
|
|
36
36
|
options,
|
|
37
37
|
));
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
async
|
|
40
|
+
async getDataPoints(
|
|
41
41
|
request: components.AccountSearch,
|
|
42
42
|
options?: RequestOptions,
|
|
43
43
|
): Promise<operations.AccountV1GetDataPointsResponse> {
|
|
44
|
-
return unwrapAsync(
|
|
44
|
+
return unwrapAsync(dataGetDataPoints(
|
|
45
45
|
this,
|
|
46
46
|
request,
|
|
47
47
|
options,
|
|
48
48
|
));
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
async
|
|
51
|
+
async getFriends(
|
|
52
52
|
request: components.AccountSearch,
|
|
53
53
|
options?: RequestOptions,
|
|
54
54
|
): Promise<operations.AccountV1GetFriendsResponse> {
|
|
55
|
-
return unwrapAsync(
|
|
55
|
+
return unwrapAsync(dataGetFriends(
|
|
56
56
|
this,
|
|
57
57
|
request,
|
|
58
58
|
options,
|
|
59
59
|
));
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
async
|
|
62
|
+
async getInfo(
|
|
63
63
|
request: components.AccountSearch,
|
|
64
64
|
options?: RequestOptions,
|
|
65
65
|
): Promise<operations.AccountV1GetInfoResponse> {
|
|
66
|
-
return unwrapAsync(
|
|
66
|
+
return unwrapAsync(dataGetInfo(
|
|
67
67
|
this,
|
|
68
68
|
request,
|
|
69
69
|
options,
|
|
70
70
|
));
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
async
|
|
73
|
+
async getLeaderboardHistory(
|
|
74
74
|
request: components.AccountSearch,
|
|
75
75
|
options?: RequestOptions,
|
|
76
76
|
): Promise<operations.AccountV1GetLeaderboardHistoryResponse> {
|
|
77
|
-
return unwrapAsync(
|
|
77
|
+
return unwrapAsync(dataGetLeaderboardHistory(
|
|
78
78
|
this,
|
|
79
79
|
request,
|
|
80
80
|
options,
|
|
81
81
|
));
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
async
|
|
84
|
+
async getStaff(
|
|
85
85
|
options?: RequestOptions,
|
|
86
86
|
): Promise<operations.AccountV1GetStaffResponse> {
|
|
87
|
-
return unwrapAsync(
|
|
87
|
+
return unwrapAsync(dataGetStaff(
|
|
88
88
|
this,
|
|
89
89
|
options,
|
|
90
90
|
));
|
package/src/sdk/developer.ts
CHANGED
|
@@ -2,42 +2,42 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
5
|
+
import { developerCreateDeveloperApp } from "../funcs/developerCreateDeveloperApp.js";
|
|
6
|
+
import { developerDeleteDeveloperApp } from "../funcs/developerDeleteDeveloperApp.js";
|
|
7
|
+
import { developerUpdateApp } from "../funcs/developerUpdateApp.js";
|
|
8
8
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
9
9
|
import * as components from "../models/components/index.js";
|
|
10
10
|
import * as operations from "../models/operations/index.js";
|
|
11
11
|
import { unwrapAsync } from "../types/fp.js";
|
|
12
12
|
|
|
13
13
|
export class Developer extends ClientSDK {
|
|
14
|
-
async
|
|
14
|
+
async createDeveloperApp(
|
|
15
15
|
request: components.V1DeveloperAppCreateRequestBody,
|
|
16
16
|
options?: RequestOptions,
|
|
17
17
|
): Promise<operations.AccountV1SettingsDeveloperAppCreateResponse> {
|
|
18
|
-
return unwrapAsync(
|
|
18
|
+
return unwrapAsync(developerCreateDeveloperApp(
|
|
19
19
|
this,
|
|
20
20
|
request,
|
|
21
21
|
options,
|
|
22
22
|
));
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
async
|
|
25
|
+
async deleteDeveloperApp(
|
|
26
26
|
request: components.V1AccountDeveloperAppDeleteRequestBody,
|
|
27
27
|
options?: RequestOptions,
|
|
28
28
|
): Promise<operations.AccountV1SettingsDeveloperAppDeleteResponse> {
|
|
29
|
-
return unwrapAsync(
|
|
29
|
+
return unwrapAsync(developerDeleteDeveloperApp(
|
|
30
30
|
this,
|
|
31
31
|
request,
|
|
32
32
|
options,
|
|
33
33
|
));
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
async
|
|
36
|
+
async updateApp(
|
|
37
37
|
request: components.V1AccountDeveloperAppUpdateRequestBody,
|
|
38
38
|
options?: RequestOptions,
|
|
39
39
|
): Promise<operations.AccountV1SettingsDeveloperAppUpdateResponse> {
|
|
40
|
-
return unwrapAsync(
|
|
40
|
+
return unwrapAsync(developerUpdateApp(
|
|
41
41
|
this,
|
|
42
42
|
request,
|
|
43
43
|
options,
|
package/src/sdk/leaderboard.ts
CHANGED
|
@@ -2,40 +2,40 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
5
|
+
import { leaderboardGetAccount } from "../funcs/leaderboardGetAccount.js";
|
|
6
|
+
import { leaderboardGetBadges } from "../funcs/leaderboardGetBadges.js";
|
|
7
|
+
import { leaderboardGetGroup } from "../funcs/leaderboardGetGroup.js";
|
|
8
8
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
9
9
|
import * as components from "../models/components/index.js";
|
|
10
10
|
import * as operations from "../models/operations/index.js";
|
|
11
11
|
import { unwrapAsync } from "../types/fp.js";
|
|
12
12
|
|
|
13
13
|
export class Leaderboard extends ClientSDK {
|
|
14
|
-
async
|
|
14
|
+
async getAccount(
|
|
15
15
|
request: components.V1AccountLeaderboardRequestBody,
|
|
16
16
|
options?: RequestOptions,
|
|
17
17
|
): Promise<operations.LeaderboardV1GetAccountResponse> {
|
|
18
|
-
return unwrapAsync(
|
|
18
|
+
return unwrapAsync(leaderboardGetAccount(
|
|
19
19
|
this,
|
|
20
20
|
request,
|
|
21
21
|
options,
|
|
22
22
|
));
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
async
|
|
25
|
+
async getBadges(
|
|
26
26
|
options?: RequestOptions,
|
|
27
27
|
): Promise<operations.LeaderboardV1GetBadgesResponse> {
|
|
28
|
-
return unwrapAsync(
|
|
28
|
+
return unwrapAsync(leaderboardGetBadges(
|
|
29
29
|
this,
|
|
30
30
|
options,
|
|
31
31
|
));
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
async
|
|
34
|
+
async getGroup(
|
|
35
35
|
request: components.V1GroupLeaderboardRequestBody,
|
|
36
36
|
options?: RequestOptions,
|
|
37
37
|
): Promise<operations.LeaderboardV1GetGroupResponse> {
|
|
38
|
-
return unwrapAsync(
|
|
38
|
+
return unwrapAsync(leaderboardGetGroup(
|
|
39
39
|
this,
|
|
40
40
|
request,
|
|
41
41
|
options,
|
package/src/sdk/liveness.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
5
|
+
import { livenessCheck } from "../funcs/livenessCheck.js";
|
|
6
6
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
7
|
import * as operations from "../models/operations/index.js";
|
|
8
8
|
import { unwrapAsync } from "../types/fp.js";
|
|
@@ -14,10 +14,10 @@ export class Liveness extends ClientSDK {
|
|
|
14
14
|
* @remarks
|
|
15
15
|
* This endpoint checks if the service is alive.
|
|
16
16
|
*/
|
|
17
|
-
async
|
|
17
|
+
async check(
|
|
18
18
|
options?: RequestOptions,
|
|
19
19
|
): Promise<operations.LivenessResponse> {
|
|
20
|
-
return unwrapAsync(
|
|
20
|
+
return unwrapAsync(livenessCheck(
|
|
21
21
|
this,
|
|
22
22
|
options,
|
|
23
23
|
));
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
5
|
+
import { locationsGet } from "../funcs/locationsGet.js";
|
|
6
6
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
7
|
import * as operations from "../models/operations/index.js";
|
|
8
8
|
import { unwrapAsync } from "../types/fp.js";
|
|
9
9
|
|
|
10
|
-
export class
|
|
11
|
-
async
|
|
10
|
+
export class Locations extends ClientSDK {
|
|
11
|
+
async get(
|
|
12
12
|
options?: RequestOptions,
|
|
13
13
|
): Promise<operations.LocationV1LocationGetResponse> {
|
|
14
|
-
return unwrapAsync(
|
|
14
|
+
return unwrapAsync(locationsGet(
|
|
15
15
|
this,
|
|
16
16
|
options,
|
|
17
17
|
));
|
package/src/sdk/public.ts
CHANGED
|
@@ -2,102 +2,78 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { publicAccountV1Queue } from "../funcs/publicAccountV1Queue.js";
|
|
12
|
-
import { publicAppV1Queue } from "../funcs/publicAppV1Queue.js";
|
|
5
|
+
import { publicGetApps } from "../funcs/publicGetApps.js";
|
|
6
|
+
import { publicGetBadges } from "../funcs/publicGetBadges.js";
|
|
7
|
+
import { publicGetDataPoints } from "../funcs/publicGetDataPoints.js";
|
|
8
|
+
import { publicGetFriends } from "../funcs/publicGetFriends.js";
|
|
9
|
+
import { publicGetInfo } from "../funcs/publicGetInfo.js";
|
|
10
|
+
import { publicGetLeaderboardHistory } from "../funcs/publicGetLeaderboardHistory.js";
|
|
13
11
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
14
12
|
import * as components from "../models/components/index.js";
|
|
15
13
|
import * as operations from "../models/operations/index.js";
|
|
16
14
|
import { unwrapAsync } from "../types/fp.js";
|
|
17
15
|
|
|
18
16
|
export class Public extends ClientSDK {
|
|
19
|
-
async
|
|
17
|
+
async getApps(
|
|
20
18
|
request: components.AccountSearch,
|
|
21
19
|
options?: RequestOptions,
|
|
22
20
|
): Promise<operations.AccountV1GetAppsResponse> {
|
|
23
|
-
return unwrapAsync(
|
|
21
|
+
return unwrapAsync(publicGetApps(
|
|
24
22
|
this,
|
|
25
23
|
request,
|
|
26
24
|
options,
|
|
27
25
|
));
|
|
28
26
|
}
|
|
29
27
|
|
|
30
|
-
async
|
|
28
|
+
async getBadges(
|
|
31
29
|
request: components.AccountSearch,
|
|
32
30
|
options?: RequestOptions,
|
|
33
31
|
): Promise<operations.AccountV1GetBadgesResponse> {
|
|
34
|
-
return unwrapAsync(
|
|
32
|
+
return unwrapAsync(publicGetBadges(
|
|
35
33
|
this,
|
|
36
34
|
request,
|
|
37
35
|
options,
|
|
38
36
|
));
|
|
39
37
|
}
|
|
40
38
|
|
|
41
|
-
async
|
|
39
|
+
async getDataPoints(
|
|
42
40
|
request: components.AccountSearch,
|
|
43
41
|
options?: RequestOptions,
|
|
44
42
|
): Promise<operations.AccountV1GetDataPointsResponse> {
|
|
45
|
-
return unwrapAsync(
|
|
43
|
+
return unwrapAsync(publicGetDataPoints(
|
|
46
44
|
this,
|
|
47
45
|
request,
|
|
48
46
|
options,
|
|
49
47
|
));
|
|
50
48
|
}
|
|
51
49
|
|
|
52
|
-
async
|
|
50
|
+
async getFriends(
|
|
53
51
|
request: components.AccountSearch,
|
|
54
52
|
options?: RequestOptions,
|
|
55
53
|
): Promise<operations.AccountV1GetFriendsResponse> {
|
|
56
|
-
return unwrapAsync(
|
|
54
|
+
return unwrapAsync(publicGetFriends(
|
|
57
55
|
this,
|
|
58
56
|
request,
|
|
59
57
|
options,
|
|
60
58
|
));
|
|
61
59
|
}
|
|
62
60
|
|
|
63
|
-
async
|
|
61
|
+
async getInfo(
|
|
64
62
|
request: components.AccountSearch,
|
|
65
63
|
options?: RequestOptions,
|
|
66
64
|
): Promise<operations.AccountV1GetInfoResponse> {
|
|
67
|
-
return unwrapAsync(
|
|
65
|
+
return unwrapAsync(publicGetInfo(
|
|
68
66
|
this,
|
|
69
67
|
request,
|
|
70
68
|
options,
|
|
71
69
|
));
|
|
72
70
|
}
|
|
73
71
|
|
|
74
|
-
async
|
|
72
|
+
async getLeaderboardHistory(
|
|
75
73
|
request: components.AccountSearch,
|
|
76
74
|
options?: RequestOptions,
|
|
77
75
|
): Promise<operations.AccountV1GetLeaderboardHistoryResponse> {
|
|
78
|
-
return unwrapAsync(
|
|
79
|
-
this,
|
|
80
|
-
request,
|
|
81
|
-
options,
|
|
82
|
-
));
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
async accountV1Queue(
|
|
86
|
-
request: components.V1AccountQueueRequestBody,
|
|
87
|
-
options?: RequestOptions,
|
|
88
|
-
): Promise<operations.AccountV1QueueResponse> {
|
|
89
|
-
return unwrapAsync(publicAccountV1Queue(
|
|
90
|
-
this,
|
|
91
|
-
request,
|
|
92
|
-
options,
|
|
93
|
-
));
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
async appV1Queue(
|
|
97
|
-
request: components.AppSearch,
|
|
98
|
-
options?: RequestOptions,
|
|
99
|
-
): Promise<operations.AppV1QueueResponse> {
|
|
100
|
-
return unwrapAsync(publicAppV1Queue(
|
|
76
|
+
return unwrapAsync(publicGetLeaderboardHistory(
|
|
101
77
|
this,
|
|
102
78
|
request,
|
|
103
79
|
options,
|
package/src/sdk/sdk.ts
CHANGED
|
@@ -4,29 +4,27 @@
|
|
|
4
4
|
|
|
5
5
|
import { ClientSDK } from "../lib/sdks.js";
|
|
6
6
|
import { Account } from "./account.js";
|
|
7
|
+
import { Accounts } from "./accounts.js";
|
|
7
8
|
import { Admin } from "./admin.js";
|
|
8
|
-
import {
|
|
9
|
+
import { Apps } from "./apps.js";
|
|
9
10
|
import { Badge } from "./badge.js";
|
|
11
|
+
import { Badges } from "./badges.js";
|
|
10
12
|
import { Connection } from "./connection.js";
|
|
13
|
+
import { Connections } from "./connections.js";
|
|
11
14
|
import { Data } from "./data.js";
|
|
12
15
|
import { Developer } from "./developer.js";
|
|
13
|
-
import { Group } from "./group.js";
|
|
14
16
|
import { Leaderboard } from "./leaderboard.js";
|
|
15
17
|
import { Liveness } from "./liveness.js";
|
|
16
|
-
import {
|
|
18
|
+
import { Locations } from "./locations.js";
|
|
17
19
|
import { Public } from "./public.js";
|
|
18
20
|
import { Session } from "./session.js";
|
|
21
|
+
import { Sessions } from "./sessions.js";
|
|
19
22
|
import { Settings } from "./settings.js";
|
|
20
23
|
|
|
21
24
|
export class SteamSets extends ClientSDK {
|
|
22
|
-
private
|
|
23
|
-
get
|
|
24
|
-
return (this.
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
private _connection?: Connection;
|
|
28
|
-
get connection(): Connection {
|
|
29
|
-
return (this._connection ??= new Connection(this._options));
|
|
25
|
+
private _connections?: Connections;
|
|
26
|
+
get connections(): Connections {
|
|
27
|
+
return (this._connections ??= new Connections(this._options));
|
|
30
28
|
}
|
|
31
29
|
|
|
32
30
|
private _developer?: Developer;
|
|
@@ -39,11 +37,26 @@ export class SteamSets extends ClientSDK {
|
|
|
39
37
|
return (this._session ??= new Session(this._options));
|
|
40
38
|
}
|
|
41
39
|
|
|
40
|
+
private _connection?: Connection;
|
|
41
|
+
get connection(): Connection {
|
|
42
|
+
return (this._connection ??= new Connection(this._options));
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
private _account?: Account;
|
|
46
|
+
get account(): Account {
|
|
47
|
+
return (this._account ??= new Account(this._options));
|
|
48
|
+
}
|
|
49
|
+
|
|
42
50
|
private _settings?: Settings;
|
|
43
51
|
get settings(): Settings {
|
|
44
52
|
return (this._settings ??= new Settings(this._options));
|
|
45
53
|
}
|
|
46
54
|
|
|
55
|
+
private _sessions?: Sessions;
|
|
56
|
+
get sessions(): Sessions {
|
|
57
|
+
return (this._sessions ??= new Sessions(this._options));
|
|
58
|
+
}
|
|
59
|
+
|
|
47
60
|
private _data?: Data;
|
|
48
61
|
get data(): Data {
|
|
49
62
|
return (this._data ??= new Data(this._options));
|
|
@@ -54,14 +67,19 @@ export class SteamSets extends ClientSDK {
|
|
|
54
67
|
return (this._public ??= new Public(this._options));
|
|
55
68
|
}
|
|
56
69
|
|
|
70
|
+
private _accounts?: Accounts;
|
|
71
|
+
get accounts(): Accounts {
|
|
72
|
+
return (this._accounts ??= new Accounts(this._options));
|
|
73
|
+
}
|
|
74
|
+
|
|
57
75
|
private _admin?: Admin;
|
|
58
76
|
get admin(): Admin {
|
|
59
77
|
return (this._admin ??= new Admin(this._options));
|
|
60
78
|
}
|
|
61
79
|
|
|
62
|
-
private
|
|
63
|
-
get
|
|
64
|
-
return (this.
|
|
80
|
+
private _apps?: Apps;
|
|
81
|
+
get apps(): Apps {
|
|
82
|
+
return (this._apps ??= new Apps(this._options));
|
|
65
83
|
}
|
|
66
84
|
|
|
67
85
|
private _badge?: Badge;
|
|
@@ -69,19 +87,19 @@ export class SteamSets extends ClientSDK {
|
|
|
69
87
|
return (this._badge ??= new Badge(this._options));
|
|
70
88
|
}
|
|
71
89
|
|
|
90
|
+
private _badges?: Badges;
|
|
91
|
+
get badges(): Badges {
|
|
92
|
+
return (this._badges ??= new Badges(this._options));
|
|
93
|
+
}
|
|
94
|
+
|
|
72
95
|
private _leaderboard?: Leaderboard;
|
|
73
96
|
get leaderboard(): Leaderboard {
|
|
74
97
|
return (this._leaderboard ??= new Leaderboard(this._options));
|
|
75
98
|
}
|
|
76
99
|
|
|
77
|
-
private
|
|
78
|
-
get
|
|
79
|
-
return (this.
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
private _location?: Location;
|
|
83
|
-
get location(): Location {
|
|
84
|
-
return (this._location ??= new Location(this._options));
|
|
100
|
+
private _locations?: Locations;
|
|
101
|
+
get locations(): Locations {
|
|
102
|
+
return (this._locations ??= new Locations(this._options));
|
|
85
103
|
}
|
|
86
104
|
|
|
87
105
|
private _liveness?: Liveness;
|
package/src/sdk/session.ts
CHANGED
|
@@ -2,52 +2,29 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { sessionAccountV1SessionGet } from "../funcs/sessionAccountV1SessionGet.js";
|
|
8
|
-
import { sessionAccountV1SessionLogin } from "../funcs/sessionAccountV1SessionLogin.js";
|
|
5
|
+
import { sessionCreate } from "../funcs/sessionCreate.js";
|
|
6
|
+
import { sessionLogin } from "../funcs/sessionLogin.js";
|
|
9
7
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
10
|
-
import * as components from "../models/components/index.js";
|
|
11
8
|
import * as operations from "../models/operations/index.js";
|
|
12
9
|
import { unwrapAsync } from "../types/fp.js";
|
|
13
10
|
|
|
14
11
|
export class Session extends ClientSDK {
|
|
15
|
-
async
|
|
12
|
+
async create(
|
|
16
13
|
request: operations.AccountV1SessionCreateRequest,
|
|
17
14
|
options?: RequestOptions,
|
|
18
15
|
): Promise<operations.AccountV1SessionCreateResponse> {
|
|
19
|
-
return unwrapAsync(
|
|
16
|
+
return unwrapAsync(sessionCreate(
|
|
20
17
|
this,
|
|
21
18
|
request,
|
|
22
19
|
options,
|
|
23
20
|
));
|
|
24
21
|
}
|
|
25
22
|
|
|
26
|
-
async
|
|
27
|
-
request: components.V1DeleteSessionRequestBody,
|
|
28
|
-
options?: RequestOptions,
|
|
29
|
-
): Promise<operations.AccountV1SessionDeleteResponse> {
|
|
30
|
-
return unwrapAsync(sessionAccountV1SessionDelete(
|
|
31
|
-
this,
|
|
32
|
-
request,
|
|
33
|
-
options,
|
|
34
|
-
));
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
async accountV1SessionGet(
|
|
38
|
-
options?: RequestOptions,
|
|
39
|
-
): Promise<operations.AccountV1SessionGetResponse> {
|
|
40
|
-
return unwrapAsync(sessionAccountV1SessionGet(
|
|
41
|
-
this,
|
|
42
|
-
options,
|
|
43
|
-
));
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
async accountV1SessionLogin(
|
|
23
|
+
async login(
|
|
47
24
|
request: operations.AccountV1SessionLoginRequest,
|
|
48
25
|
options?: RequestOptions,
|
|
49
26
|
): Promise<operations.AccountV1SessionLoginResponse> {
|
|
50
|
-
return unwrapAsync(
|
|
27
|
+
return unwrapAsync(sessionLogin(
|
|
51
28
|
this,
|
|
52
29
|
request,
|
|
53
30
|
options,
|