@steamsets/client-ts 0.11.32 → 0.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +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/index.d.ts +1 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -0
- package/models/components/index.js.map +1 -1
- package/models/components/v1getsettingsbody.d.ts +3 -0
- package/models/components/v1getsettingsbody.d.ts.map +1 -1
- package/models/components/v1getsettingsbody.js +3 -0
- package/models/components/v1getsettingsbody.js.map +1 -1
- package/models/components/v1updatesettingsrequestbody.d.ts +7 -7
- package/models/components/v1updatesettingsrequestbody.d.ts.map +1 -1
- package/models/components/v1updatesettingsrequestbody.js +6 -6
- package/models/components/v1updatesettingsrequestbody.js.map +1 -1
- package/models/components/v1vanityanalytics.d.ts +28 -0
- package/models/components/v1vanityanalytics.d.ts.map +1 -0
- package/models/components/v1vanityanalytics.js +50 -0
- package/models/components/v1vanityanalytics.js.map +1 -0
- 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/index.ts +1 -0
- package/src/models/components/v1getsettingsbody.ts +10 -0
- package/src/models/components/v1updatesettingsrequestbody.ts +13 -13
- package/src/models/components/v1vanityanalytics.ts +48 -0
- 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/account.ts
CHANGED
|
@@ -2,310 +2,148 @@
|
|
|
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 {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { accountAccountV1SessionCreate } from "../funcs/accountAccountV1SessionCreate.js";
|
|
18
|
-
import { accountAccountV1SessionDelete } from "../funcs/accountAccountV1SessionDelete.js";
|
|
19
|
-
import { accountAccountV1SessionGet } from "../funcs/accountAccountV1SessionGet.js";
|
|
20
|
-
import { accountAccountV1SessionLogin } from "../funcs/accountAccountV1SessionLogin.js";
|
|
21
|
-
import { accountAccountV1SettingsDeleteImages } from "../funcs/accountAccountV1SettingsDeleteImages.js";
|
|
22
|
-
import { accountAccountV1SettingsGet } from "../funcs/accountAccountV1SettingsGet.js";
|
|
23
|
-
import { accountAccountV1SettingsSendEmailVerification } from "../funcs/accountAccountV1SettingsSendEmailVerification.js";
|
|
24
|
-
import { accountAccountV1SettingsUpdate } from "../funcs/accountAccountV1SettingsUpdate.js";
|
|
25
|
-
import { accountAccountV1SettingsUpdateImage } from "../funcs/accountAccountV1SettingsUpdateImage.js";
|
|
26
|
-
import { accountAccountV1SettingsUploadImages } from "../funcs/accountAccountV1SettingsUploadImages.js";
|
|
27
|
-
import { accountAccountV1SettingsVerfyEmail } from "../funcs/accountAccountV1SettingsVerfyEmail.js";
|
|
28
|
-
import { accountLeaderboardV1GetAccount } from "../funcs/accountLeaderboardV1GetAccount.js";
|
|
29
|
-
import { accountLeaderboardV1GetBadges } from "../funcs/accountLeaderboardV1GetBadges.js";
|
|
30
|
-
import { accountLeaderboardV1GetGroup } from "../funcs/accountLeaderboardV1GetGroup.js";
|
|
5
|
+
import { accountDeleteImages } from "../funcs/accountDeleteImages.js";
|
|
6
|
+
import { accountGetApps } from "../funcs/accountGetApps.js";
|
|
7
|
+
import { accountGetBadges } from "../funcs/accountGetBadges.js";
|
|
8
|
+
import { accountGetDataPoints } from "../funcs/accountGetDataPoints.js";
|
|
9
|
+
import { accountGetFriends } from "../funcs/accountGetFriends.js";
|
|
10
|
+
import { accountGetInfo } from "../funcs/accountGetInfo.js";
|
|
11
|
+
import { accountGetLeaderboardHistory } from "../funcs/accountGetLeaderboardHistory.js";
|
|
12
|
+
import { accountGetStaff } from "../funcs/accountGetStaff.js";
|
|
13
|
+
import { accountSendEmailVerification } from "../funcs/accountSendEmailVerification.js";
|
|
14
|
+
import { accountUpdateImage } from "../funcs/accountUpdateImage.js";
|
|
15
|
+
import { accountUploadImages } from "../funcs/accountUploadImages.js";
|
|
16
|
+
import { accountVerifyEmail } from "../funcs/accountVerifyEmail.js";
|
|
31
17
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
32
18
|
import * as components from "../models/components/index.js";
|
|
33
19
|
import * as operations from "../models/operations/index.js";
|
|
34
20
|
import { unwrapAsync } from "../types/fp.js";
|
|
35
21
|
|
|
36
22
|
export class Account extends ClientSDK {
|
|
37
|
-
async
|
|
38
|
-
request: components.V1ConnectRequestBody,
|
|
39
|
-
options?: RequestOptions,
|
|
40
|
-
): Promise<operations.AccountV1ConnectionConnectResponse> {
|
|
41
|
-
return unwrapAsync(accountAccountV1ConnectionConnect(
|
|
42
|
-
this,
|
|
43
|
-
request,
|
|
44
|
-
options,
|
|
45
|
-
));
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
async accountV1SessionCreate(
|
|
49
|
-
request: operations.AccountV1SessionCreateRequest,
|
|
50
|
-
options?: RequestOptions,
|
|
51
|
-
): Promise<operations.AccountV1SessionCreateResponse> {
|
|
52
|
-
return unwrapAsync(accountAccountV1SessionCreate(
|
|
53
|
-
this,
|
|
54
|
-
request,
|
|
55
|
-
options,
|
|
56
|
-
));
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
async accountV1ConnectionDeleteConnection(
|
|
60
|
-
request: components.V1DeleteConnectionRequestBody,
|
|
61
|
-
options?: RequestOptions,
|
|
62
|
-
): Promise<operations.AccountV1ConnectionDeleteConnectionResponse> {
|
|
63
|
-
return unwrapAsync(accountAccountV1ConnectionDeleteConnection(
|
|
64
|
-
this,
|
|
65
|
-
request,
|
|
66
|
-
options,
|
|
67
|
-
));
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
async accountV1SettingsDeleteImages(
|
|
23
|
+
async deleteImages(
|
|
71
24
|
request: components.V1DeleteImagesRequestBody,
|
|
72
25
|
options?: RequestOptions,
|
|
73
26
|
): Promise<operations.AccountV1SettingsDeleteImagesResponse> {
|
|
74
|
-
return unwrapAsync(
|
|
75
|
-
this,
|
|
76
|
-
request,
|
|
77
|
-
options,
|
|
78
|
-
));
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
async accountV1SessionDelete(
|
|
82
|
-
request: components.V1DeleteSessionRequestBody,
|
|
83
|
-
options?: RequestOptions,
|
|
84
|
-
): Promise<operations.AccountV1SessionDeleteResponse> {
|
|
85
|
-
return unwrapAsync(accountAccountV1SessionDelete(
|
|
27
|
+
return unwrapAsync(accountDeleteImages(
|
|
86
28
|
this,
|
|
87
29
|
request,
|
|
88
30
|
options,
|
|
89
31
|
));
|
|
90
32
|
}
|
|
91
33
|
|
|
92
|
-
async
|
|
34
|
+
async getApps(
|
|
93
35
|
request: components.AccountSearch,
|
|
94
36
|
options?: RequestOptions,
|
|
95
37
|
): Promise<operations.AccountV1GetAppsResponse> {
|
|
96
|
-
return unwrapAsync(
|
|
38
|
+
return unwrapAsync(accountGetApps(
|
|
97
39
|
this,
|
|
98
40
|
request,
|
|
99
41
|
options,
|
|
100
42
|
));
|
|
101
43
|
}
|
|
102
44
|
|
|
103
|
-
async
|
|
45
|
+
async getBadges(
|
|
104
46
|
request: components.AccountSearch,
|
|
105
47
|
options?: RequestOptions,
|
|
106
48
|
): Promise<operations.AccountV1GetBadgesResponse> {
|
|
107
|
-
return unwrapAsync(
|
|
49
|
+
return unwrapAsync(accountGetBadges(
|
|
108
50
|
this,
|
|
109
51
|
request,
|
|
110
52
|
options,
|
|
111
53
|
));
|
|
112
54
|
}
|
|
113
55
|
|
|
114
|
-
async
|
|
56
|
+
async getDataPoints(
|
|
115
57
|
request: components.AccountSearch,
|
|
116
58
|
options?: RequestOptions,
|
|
117
59
|
): Promise<operations.AccountV1GetDataPointsResponse> {
|
|
118
|
-
return unwrapAsync(
|
|
60
|
+
return unwrapAsync(accountGetDataPoints(
|
|
119
61
|
this,
|
|
120
62
|
request,
|
|
121
63
|
options,
|
|
122
64
|
));
|
|
123
65
|
}
|
|
124
66
|
|
|
125
|
-
async
|
|
67
|
+
async getFriends(
|
|
126
68
|
request: components.AccountSearch,
|
|
127
69
|
options?: RequestOptions,
|
|
128
70
|
): Promise<operations.AccountV1GetFriendsResponse> {
|
|
129
|
-
return unwrapAsync(
|
|
71
|
+
return unwrapAsync(accountGetFriends(
|
|
130
72
|
this,
|
|
131
73
|
request,
|
|
132
74
|
options,
|
|
133
75
|
));
|
|
134
76
|
}
|
|
135
77
|
|
|
136
|
-
async
|
|
78
|
+
async getInfo(
|
|
137
79
|
request: components.AccountSearch,
|
|
138
80
|
options?: RequestOptions,
|
|
139
81
|
): Promise<operations.AccountV1GetInfoResponse> {
|
|
140
|
-
return unwrapAsync(
|
|
82
|
+
return unwrapAsync(accountGetInfo(
|
|
141
83
|
this,
|
|
142
84
|
request,
|
|
143
85
|
options,
|
|
144
86
|
));
|
|
145
87
|
}
|
|
146
88
|
|
|
147
|
-
async
|
|
89
|
+
async getLeaderboardHistory(
|
|
148
90
|
request: components.AccountSearch,
|
|
149
91
|
options?: RequestOptions,
|
|
150
92
|
): Promise<operations.AccountV1GetLeaderboardHistoryResponse> {
|
|
151
|
-
return unwrapAsync(
|
|
93
|
+
return unwrapAsync(accountGetLeaderboardHistory(
|
|
152
94
|
this,
|
|
153
95
|
request,
|
|
154
96
|
options,
|
|
155
97
|
));
|
|
156
98
|
}
|
|
157
99
|
|
|
158
|
-
async
|
|
159
|
-
options?: RequestOptions,
|
|
160
|
-
): Promise<operations.AccountV1SessionGetResponse> {
|
|
161
|
-
return unwrapAsync(accountAccountV1SessionGet(
|
|
162
|
-
this,
|
|
163
|
-
options,
|
|
164
|
-
));
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
async accountV1SettingsGet(
|
|
168
|
-
options?: RequestOptions,
|
|
169
|
-
): Promise<operations.AccountV1SettingsGetResponse> {
|
|
170
|
-
return unwrapAsync(accountAccountV1SettingsGet(
|
|
171
|
-
this,
|
|
172
|
-
options,
|
|
173
|
-
));
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
async accountV1GetStaff(
|
|
100
|
+
async getStaff(
|
|
177
101
|
options?: RequestOptions,
|
|
178
102
|
): Promise<operations.AccountV1GetStaffResponse> {
|
|
179
|
-
return unwrapAsync(
|
|
180
|
-
this,
|
|
181
|
-
options,
|
|
182
|
-
));
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
async accountV1SessionLogin(
|
|
186
|
-
request: operations.AccountV1SessionLoginRequest,
|
|
187
|
-
options?: RequestOptions,
|
|
188
|
-
): Promise<operations.AccountV1SessionLoginResponse> {
|
|
189
|
-
return unwrapAsync(accountAccountV1SessionLogin(
|
|
103
|
+
return unwrapAsync(accountGetStaff(
|
|
190
104
|
this,
|
|
191
|
-
request,
|
|
192
105
|
options,
|
|
193
106
|
));
|
|
194
107
|
}
|
|
195
108
|
|
|
196
|
-
async
|
|
197
|
-
request: components.V1AccountQueueRequestBody,
|
|
198
|
-
options?: RequestOptions,
|
|
199
|
-
): Promise<operations.AccountV1QueueResponse> {
|
|
200
|
-
return unwrapAsync(accountAccountV1Queue(
|
|
201
|
-
this,
|
|
202
|
-
request,
|
|
203
|
-
options,
|
|
204
|
-
));
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
async accountV1SettingsSendEmailVerification(
|
|
109
|
+
async sendEmailVerification(
|
|
208
110
|
request: operations.AccountV1SettingsSendEmailVerificationRequest,
|
|
209
111
|
options?: RequestOptions,
|
|
210
112
|
): Promise<operations.AccountV1SettingsSendEmailVerificationResponse> {
|
|
211
|
-
return unwrapAsync(
|
|
212
|
-
this,
|
|
213
|
-
request,
|
|
214
|
-
options,
|
|
215
|
-
));
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
async accountV1ConnectionUpdateConnection(
|
|
219
|
-
request: components.V1UpdateConnectionRequestBody,
|
|
220
|
-
options?: RequestOptions,
|
|
221
|
-
): Promise<operations.AccountV1ConnectionUpdateConnectionResponse> {
|
|
222
|
-
return unwrapAsync(accountAccountV1ConnectionUpdateConnection(
|
|
113
|
+
return unwrapAsync(accountSendEmailVerification(
|
|
223
114
|
this,
|
|
224
115
|
request,
|
|
225
116
|
options,
|
|
226
117
|
));
|
|
227
118
|
}
|
|
228
119
|
|
|
229
|
-
async
|
|
120
|
+
async updateImage(
|
|
230
121
|
request: components.V1UpdateImageRequestBody,
|
|
231
122
|
options?: RequestOptions,
|
|
232
123
|
): Promise<operations.AccountV1SettingsUpdateImageResponse> {
|
|
233
|
-
return unwrapAsync(
|
|
234
|
-
this,
|
|
235
|
-
request,
|
|
236
|
-
options,
|
|
237
|
-
));
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
async accountV1SettingsUpdate(
|
|
241
|
-
request: operations.AccountV1SettingsUpdateRequest,
|
|
242
|
-
options?: RequestOptions,
|
|
243
|
-
): Promise<operations.AccountV1SettingsUpdateResponse> {
|
|
244
|
-
return unwrapAsync(accountAccountV1SettingsUpdate(
|
|
124
|
+
return unwrapAsync(accountUpdateImage(
|
|
245
125
|
this,
|
|
246
126
|
request,
|
|
247
127
|
options,
|
|
248
128
|
));
|
|
249
129
|
}
|
|
250
130
|
|
|
251
|
-
async
|
|
131
|
+
async uploadImages(
|
|
252
132
|
request: components.V1UploadImagesRequestBody,
|
|
253
133
|
options?: RequestOptions,
|
|
254
134
|
): Promise<operations.AccountV1SettingsUploadImagesResponse> {
|
|
255
|
-
return unwrapAsync(
|
|
135
|
+
return unwrapAsync(accountUploadImages(
|
|
256
136
|
this,
|
|
257
137
|
request,
|
|
258
138
|
options,
|
|
259
139
|
));
|
|
260
140
|
}
|
|
261
141
|
|
|
262
|
-
async
|
|
263
|
-
request: components.V1VerifyConnectionRequestBody,
|
|
264
|
-
options?: RequestOptions,
|
|
265
|
-
): Promise<operations.AccountV1ConnectionVerifyConnectionResponse> {
|
|
266
|
-
return unwrapAsync(accountAccountV1ConnectionVerifyConnection(
|
|
267
|
-
this,
|
|
268
|
-
request,
|
|
269
|
-
options,
|
|
270
|
-
));
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
async accountV1SettingsVerfyEmail(
|
|
142
|
+
async verifyEmail(
|
|
274
143
|
request: components.V1VerifyEmailRequestBody,
|
|
275
144
|
options?: RequestOptions,
|
|
276
145
|
): Promise<operations.AccountV1SettingsVerfyEmailResponse> {
|
|
277
|
-
return unwrapAsync(
|
|
278
|
-
this,
|
|
279
|
-
request,
|
|
280
|
-
options,
|
|
281
|
-
));
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
async leaderboardV1GetAccount(
|
|
285
|
-
request: components.V1AccountLeaderboardRequestBody,
|
|
286
|
-
options?: RequestOptions,
|
|
287
|
-
): Promise<operations.LeaderboardV1GetAccountResponse> {
|
|
288
|
-
return unwrapAsync(accountLeaderboardV1GetAccount(
|
|
289
|
-
this,
|
|
290
|
-
request,
|
|
291
|
-
options,
|
|
292
|
-
));
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
async leaderboardV1GetBadges(
|
|
296
|
-
options?: RequestOptions,
|
|
297
|
-
): Promise<operations.LeaderboardV1GetBadgesResponse> {
|
|
298
|
-
return unwrapAsync(accountLeaderboardV1GetBadges(
|
|
299
|
-
this,
|
|
300
|
-
options,
|
|
301
|
-
));
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
async leaderboardV1GetGroup(
|
|
305
|
-
request: components.V1GroupLeaderboardRequestBody,
|
|
306
|
-
options?: RequestOptions,
|
|
307
|
-
): Promise<operations.LeaderboardV1GetGroupResponse> {
|
|
308
|
-
return unwrapAsync(accountLeaderboardV1GetGroup(
|
|
146
|
+
return unwrapAsync(accountVerifyEmail(
|
|
309
147
|
this,
|
|
310
148
|
request,
|
|
311
149
|
options,
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
5
|
+
import { accountsQueue } from "../funcs/accountsQueue.js";
|
|
6
6
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
7
|
import * as components from "../models/components/index.js";
|
|
8
8
|
import * as operations from "../models/operations/index.js";
|
|
9
9
|
import { unwrapAsync } from "../types/fp.js";
|
|
10
10
|
|
|
11
|
-
export class
|
|
12
|
-
async
|
|
13
|
-
request: components.
|
|
11
|
+
export class Accounts extends ClientSDK {
|
|
12
|
+
async queue(
|
|
13
|
+
request: components.V1AccountQueueRequestBody,
|
|
14
14
|
options?: RequestOptions,
|
|
15
|
-
): Promise<operations.
|
|
16
|
-
return unwrapAsync(
|
|
15
|
+
): Promise<operations.AccountV1QueueResponse> {
|
|
16
|
+
return unwrapAsync(accountsQueue(
|
|
17
17
|
this,
|
|
18
18
|
request,
|
|
19
19
|
options,
|
package/src/sdk/admin.ts
CHANGED
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
5
|
+
import { adminGetAccount } from "../funcs/adminGetAccount.js";
|
|
6
6
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
7
7
|
import * as components from "../models/components/index.js";
|
|
8
8
|
import * as operations from "../models/operations/index.js";
|
|
9
9
|
import { unwrapAsync } from "../types/fp.js";
|
|
10
10
|
|
|
11
11
|
export class Admin extends ClientSDK {
|
|
12
|
-
async
|
|
12
|
+
async getAccount(
|
|
13
13
|
request: components.AccountSearch,
|
|
14
14
|
options?: RequestOptions,
|
|
15
15
|
): Promise<operations.AdminV1GetAccountResponse> {
|
|
16
|
-
return unwrapAsync(
|
|
16
|
+
return unwrapAsync(adminGetAccount(
|
|
17
17
|
this,
|
|
18
18
|
request,
|
|
19
19
|
options,
|
|
@@ -2,30 +2,30 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
5
|
+
import { appsGet } from "../funcs/appsGet.js";
|
|
6
|
+
import { appsQueue } from "../funcs/appsQueue.js";
|
|
7
7
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
8
8
|
import * as components from "../models/components/index.js";
|
|
9
9
|
import * as operations from "../models/operations/index.js";
|
|
10
10
|
import { unwrapAsync } from "../types/fp.js";
|
|
11
11
|
|
|
12
|
-
export class
|
|
13
|
-
async
|
|
12
|
+
export class Apps extends ClientSDK {
|
|
13
|
+
async get(
|
|
14
14
|
request: components.V1AppRequestBody,
|
|
15
15
|
options?: RequestOptions,
|
|
16
16
|
): Promise<operations.AppV1GetResponse> {
|
|
17
|
-
return unwrapAsync(
|
|
17
|
+
return unwrapAsync(appsGet(
|
|
18
18
|
this,
|
|
19
19
|
request,
|
|
20
20
|
options,
|
|
21
21
|
));
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
async
|
|
24
|
+
async queue(
|
|
25
25
|
request: components.AppSearch,
|
|
26
26
|
options?: RequestOptions,
|
|
27
27
|
): Promise<operations.AppV1QueueResponse> {
|
|
28
|
-
return unwrapAsync(
|
|
28
|
+
return unwrapAsync(appsQueue(
|
|
29
29
|
this,
|
|
30
30
|
request,
|
|
31
31
|
options,
|
package/src/sdk/badge.ts
CHANGED
|
@@ -2,30 +2,18 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import { badgeBadgeV1Tags } from "../funcs/badgeBadgeV1Tags.js";
|
|
5
|
+
import { badgeGetTags } from "../funcs/badgeGetTags.js";
|
|
7
6
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
8
7
|
import * as components from "../models/components/index.js";
|
|
9
8
|
import * as operations from "../models/operations/index.js";
|
|
10
9
|
import { unwrapAsync } from "../types/fp.js";
|
|
11
10
|
|
|
12
11
|
export class Badge extends ClientSDK {
|
|
13
|
-
async
|
|
12
|
+
async getTags(
|
|
14
13
|
request: components.V1BadgeTagsRequestBody,
|
|
15
14
|
options?: RequestOptions,
|
|
16
15
|
): Promise<operations.BadgeV1TagsResponse> {
|
|
17
|
-
return unwrapAsync(
|
|
18
|
-
this,
|
|
19
|
-
request,
|
|
20
|
-
options,
|
|
21
|
-
));
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
async badgeV1Tag(
|
|
25
|
-
request: components.V1BadgeTagRequestBody,
|
|
26
|
-
options?: RequestOptions,
|
|
27
|
-
): Promise<operations.BadgeV1TagResponse> {
|
|
28
|
-
return unwrapAsync(badgeBadgeV1Tag(
|
|
16
|
+
return unwrapAsync(badgeGetTags(
|
|
29
17
|
this,
|
|
30
18
|
request,
|
|
31
19
|
options,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { badgesTag } from "../funcs/badgesTag.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 Badges extends ClientSDK {
|
|
12
|
+
async tag(
|
|
13
|
+
request: components.V1BadgeTagRequestBody,
|
|
14
|
+
options?: RequestOptions,
|
|
15
|
+
): Promise<operations.BadgeV1TagResponse> {
|
|
16
|
+
return unwrapAsync(badgesTag(
|
|
17
|
+
this,
|
|
18
|
+
request,
|
|
19
|
+
options,
|
|
20
|
+
));
|
|
21
|
+
}
|
|
22
|
+
}
|
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
|
+
}
|