@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
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function connectionVerify(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.V1VerifyConnectionRequestBody,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function connectionsConnect(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.V1ConnectRequestBody,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function dataGetApps(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.AccountSearch,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function dataGetBadges(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.AccountSearch,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function dataGetDataPoints(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.AccountSearch,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function dataGetFriends(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.AccountSearch,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function dataGetInfo(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.AccountSearch,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function dataGetLeaderboardHistory(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.AccountSearch,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -20,7 +20,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
20
20
|
import * as operations from "../models/operations/index.js";
|
|
21
21
|
import { Result } from "../types/fp.js";
|
|
22
22
|
|
|
23
|
-
export async function
|
|
23
|
+
export async function dataGetStaff(
|
|
24
24
|
client: SteamSetsCore,
|
|
25
25
|
options?: RequestOptions,
|
|
26
26
|
): Promise<
|
package/src/funcs/{developerAccountV1SettingsDeveloperAppCreate.ts → developerCreateDeveloperApp.ts}
RENAMED
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function developerCreateDeveloperApp(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.V1DeveloperAppCreateRequestBody,
|
|
29
29
|
options?: RequestOptions,
|
package/src/funcs/{developerAccountV1SettingsDeveloperAppDelete.ts → developerDeleteDeveloperApp.ts}
RENAMED
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function developerDeleteDeveloperApp(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.V1AccountDeveloperAppDeleteRequestBody,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function developerUpdateApp(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.V1AccountDeveloperAppUpdateRequestBody,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function leaderboardGetAccount(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.V1AccountLeaderboardRequestBody,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -20,7 +20,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
20
20
|
import * as operations from "../models/operations/index.js";
|
|
21
21
|
import { Result } from "../types/fp.js";
|
|
22
22
|
|
|
23
|
-
export async function
|
|
23
|
+
export async function leaderboardGetBadges(
|
|
24
24
|
client: SteamSetsCore,
|
|
25
25
|
options?: RequestOptions,
|
|
26
26
|
): Promise<
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function leaderboardGetGroup(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.V1GroupLeaderboardRequestBody,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -26,7 +26,7 @@ import { Result } from "../types/fp.js";
|
|
|
26
26
|
* @remarks
|
|
27
27
|
* This endpoint checks if the service is alive.
|
|
28
28
|
*/
|
|
29
|
-
export async function
|
|
29
|
+
export async function livenessCheck(
|
|
30
30
|
client: SteamSetsCore,
|
|
31
31
|
options?: RequestOptions,
|
|
32
32
|
): Promise<
|
|
@@ -20,7 +20,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
20
20
|
import * as operations from "../models/operations/index.js";
|
|
21
21
|
import { Result } from "../types/fp.js";
|
|
22
22
|
|
|
23
|
-
export async function
|
|
23
|
+
export async function locationsGet(
|
|
24
24
|
client: SteamSetsCore,
|
|
25
25
|
options?: RequestOptions,
|
|
26
26
|
): Promise<
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function publicGetApps(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.AccountSearch,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function publicGetBadges(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.AccountSearch,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function publicGetDataPoints(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.AccountSearch,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function publicGetFriends(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.AccountSearch,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function publicGetInfo(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.AccountSearch,
|
|
29
29
|
options?: RequestOptions,
|
package/src/funcs/{accountAccountV1GetLeaderboardHistory.ts → publicGetLeaderboardHistory.ts}
RENAMED
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function publicGetLeaderboardHistory(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.AccountSearch,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -22,7 +22,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
22
22
|
import * as operations from "../models/operations/index.js";
|
|
23
23
|
import { Result } from "../types/fp.js";
|
|
24
24
|
|
|
25
|
-
export async function
|
|
25
|
+
export async function sessionCreate(
|
|
26
26
|
client: SteamSetsCore,
|
|
27
27
|
request: operations.AccountV1SessionCreateRequest,
|
|
28
28
|
options?: RequestOptions,
|
|
@@ -22,7 +22,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
22
22
|
import * as operations from "../models/operations/index.js";
|
|
23
23
|
import { Result } from "../types/fp.js";
|
|
24
24
|
|
|
25
|
-
export async function
|
|
25
|
+
export async function sessionLogin(
|
|
26
26
|
client: SteamSetsCore,
|
|
27
27
|
request: operations.AccountV1SessionLoginRequest,
|
|
28
28
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function sessionsDelete(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.V1DeleteSessionRequestBody,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -20,7 +20,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
20
20
|
import * as operations from "../models/operations/index.js";
|
|
21
21
|
import { Result } from "../types/fp.js";
|
|
22
22
|
|
|
23
|
-
export async function
|
|
23
|
+
export async function sessionsGet(
|
|
24
24
|
client: SteamSetsCore,
|
|
25
25
|
options?: RequestOptions,
|
|
26
26
|
): Promise<
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function settingsDeleteImages(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.V1DeleteImagesRequestBody,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -20,7 +20,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
20
20
|
import * as operations from "../models/operations/index.js";
|
|
21
21
|
import { Result } from "../types/fp.js";
|
|
22
22
|
|
|
23
|
-
export async function
|
|
23
|
+
export async function settingsGet(
|
|
24
24
|
client: SteamSetsCore,
|
|
25
25
|
options?: RequestOptions,
|
|
26
26
|
): Promise<
|
|
@@ -22,7 +22,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
22
22
|
import * as operations from "../models/operations/index.js";
|
|
23
23
|
import { Result } from "../types/fp.js";
|
|
24
24
|
|
|
25
|
-
export async function
|
|
25
|
+
export async function settingsSendEmailVerification(
|
|
26
26
|
client: SteamSetsCore,
|
|
27
27
|
request: operations.AccountV1SettingsSendEmailVerificationRequest,
|
|
28
28
|
options?: RequestOptions,
|
|
@@ -22,7 +22,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
22
22
|
import * as operations from "../models/operations/index.js";
|
|
23
23
|
import { Result } from "../types/fp.js";
|
|
24
24
|
|
|
25
|
-
export async function
|
|
25
|
+
export async function settingsUpdate(
|
|
26
26
|
client: SteamSetsCore,
|
|
27
27
|
request: operations.AccountV1SettingsUpdateRequest,
|
|
28
28
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function settingsUpdateImage(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.V1UpdateImageRequestBody,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function settingsUploadImages(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.V1UploadImagesRequestBody,
|
|
29
29
|
options?: RequestOptions,
|
|
@@ -23,7 +23,7 @@ import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
|
23
23
|
import * as operations from "../models/operations/index.js";
|
|
24
24
|
import { Result } from "../types/fp.js";
|
|
25
25
|
|
|
26
|
-
export async function
|
|
26
|
+
export async function settingsVerifyEmail(
|
|
27
27
|
client: SteamSetsCore,
|
|
28
28
|
request: components.V1VerifyEmailRequestBody,
|
|
29
29
|
options?: RequestOptions,
|
package/src/lib/config.ts
CHANGED
|
@@ -55,8 +55,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
55
55
|
export const SDK_METADATA = {
|
|
56
56
|
language: "typescript",
|
|
57
57
|
openapiDocVersion: "1.0.0",
|
|
58
|
-
sdkVersion: "0.
|
|
58
|
+
sdkVersion: "0.12.1",
|
|
59
59
|
genVersion: "2.438.15",
|
|
60
60
|
userAgent:
|
|
61
|
-
"speakeasy-sdk/typescript 0.
|
|
61
|
+
"speakeasy-sdk/typescript 0.12.1 2.438.15 1.0.0 @steamsets/client-ts",
|
|
62
62
|
} as const;
|
|
@@ -96,6 +96,7 @@ export * from "./v1updatesettingsrequestbody.js";
|
|
|
96
96
|
export * from "./v1updatesettingsresponsebody.js";
|
|
97
97
|
export * from "./v1uploadedimage.js";
|
|
98
98
|
export * from "./v1uploadimagesrequestbody.js";
|
|
99
|
+
export * from "./v1vanityanalytics.js";
|
|
99
100
|
export * from "./v1verifyconnectionrequestbody.js";
|
|
100
101
|
export * from "./v1verifyconnectionresponsebody.js";
|
|
101
102
|
export * from "./v1verifyemailrequestbody.js";
|
|
@@ -35,6 +35,12 @@ import {
|
|
|
35
35
|
Session$Outbound,
|
|
36
36
|
Session$outboundSchema,
|
|
37
37
|
} from "./session.js";
|
|
38
|
+
import {
|
|
39
|
+
V1VanityAnalytics,
|
|
40
|
+
V1VanityAnalytics$inboundSchema,
|
|
41
|
+
V1VanityAnalytics$Outbound,
|
|
42
|
+
V1VanityAnalytics$outboundSchema,
|
|
43
|
+
} from "./v1vanityanalytics.js";
|
|
38
44
|
|
|
39
45
|
/**
|
|
40
46
|
* The theme the account is using
|
|
@@ -105,6 +111,7 @@ export type V1GetSettingsBody = {
|
|
|
105
111
|
* The vanity the account is using
|
|
106
112
|
*/
|
|
107
113
|
vanity: string;
|
|
114
|
+
vanityAnalytics: V1VanityAnalytics | null;
|
|
108
115
|
};
|
|
109
116
|
|
|
110
117
|
/** @internal */
|
|
@@ -149,6 +156,7 @@ export const V1GetSettingsBody$inboundSchema: z.ZodType<
|
|
|
149
156
|
sessions: z.nullable(z.array(Session$inboundSchema)),
|
|
150
157
|
theme: Theme$inboundSchema,
|
|
151
158
|
vanity: z.string(),
|
|
159
|
+
vanityAnalytics: z.nullable(V1VanityAnalytics$inboundSchema),
|
|
152
160
|
}).transform((v) => {
|
|
153
161
|
return remap$(v, {
|
|
154
162
|
"$schema": "dollarSchema",
|
|
@@ -171,6 +179,7 @@ export type V1GetSettingsBody$Outbound = {
|
|
|
171
179
|
sessions: Array<Session$Outbound> | null;
|
|
172
180
|
theme: string;
|
|
173
181
|
vanity: string;
|
|
182
|
+
vanityAnalytics: V1VanityAnalytics$Outbound | null;
|
|
174
183
|
};
|
|
175
184
|
|
|
176
185
|
/** @internal */
|
|
@@ -193,6 +202,7 @@ export const V1GetSettingsBody$outboundSchema: z.ZodType<
|
|
|
193
202
|
sessions: z.nullable(z.array(Session$outboundSchema)),
|
|
194
203
|
theme: Theme$outboundSchema,
|
|
195
204
|
vanity: z.string(),
|
|
205
|
+
vanityAnalytics: z.nullable(V1VanityAnalytics$outboundSchema),
|
|
196
206
|
}).transform((v) => {
|
|
197
207
|
return remap$(v, {
|
|
198
208
|
dollarSchema: "$schema",
|
|
@@ -55,7 +55,7 @@ export type V1UpdateSettingsRequestBody = {
|
|
|
55
55
|
/**
|
|
56
56
|
* The email the account should use, only if the account is private
|
|
57
57
|
*/
|
|
58
|
-
email: string;
|
|
58
|
+
email: string | null;
|
|
59
59
|
/**
|
|
60
60
|
* The email notifications the account wants
|
|
61
61
|
*/
|
|
@@ -71,15 +71,15 @@ export type V1UpdateSettingsRequestBody = {
|
|
|
71
71
|
/**
|
|
72
72
|
* The role the account should have between one of the 6 donation roles
|
|
73
73
|
*/
|
|
74
|
-
role
|
|
74
|
+
role?: V1UpdateSettingsRequestBodyRole | null | undefined;
|
|
75
75
|
/**
|
|
76
76
|
* The theme the account should use, only if the account is private
|
|
77
77
|
*/
|
|
78
78
|
theme: V1UpdateSettingsRequestBodyTheme;
|
|
79
79
|
/**
|
|
80
|
-
* The vanity the account should use
|
|
80
|
+
* The vanity the account should use
|
|
81
81
|
*/
|
|
82
|
-
vanity: string;
|
|
82
|
+
vanity: string | null;
|
|
83
83
|
};
|
|
84
84
|
|
|
85
85
|
/** @internal */
|
|
@@ -132,26 +132,26 @@ export const V1UpdateSettingsRequestBody$inboundSchema: z.ZodType<
|
|
|
132
132
|
> = z.object({
|
|
133
133
|
color: z.string(),
|
|
134
134
|
colors: z.string(),
|
|
135
|
-
email: z.string(),
|
|
135
|
+
email: z.nullable(z.string()),
|
|
136
136
|
emailNotifications: z.nullable(z.array(EmailNotification$inboundSchema)),
|
|
137
137
|
hidden: z.boolean(),
|
|
138
138
|
language: z.string(),
|
|
139
|
-
role: z.nullable(V1UpdateSettingsRequestBodyRole$inboundSchema),
|
|
139
|
+
role: z.nullable(V1UpdateSettingsRequestBodyRole$inboundSchema).optional(),
|
|
140
140
|
theme: V1UpdateSettingsRequestBodyTheme$inboundSchema,
|
|
141
|
-
vanity: z.string(),
|
|
141
|
+
vanity: z.nullable(z.string()),
|
|
142
142
|
});
|
|
143
143
|
|
|
144
144
|
/** @internal */
|
|
145
145
|
export type V1UpdateSettingsRequestBody$Outbound = {
|
|
146
146
|
color: string;
|
|
147
147
|
colors: string;
|
|
148
|
-
email: string;
|
|
148
|
+
email: string | null;
|
|
149
149
|
emailNotifications: Array<EmailNotification$Outbound> | null;
|
|
150
150
|
hidden: boolean;
|
|
151
151
|
language: string;
|
|
152
|
-
role
|
|
152
|
+
role?: string | null | undefined;
|
|
153
153
|
theme: string;
|
|
154
|
-
vanity: string;
|
|
154
|
+
vanity: string | null;
|
|
155
155
|
};
|
|
156
156
|
|
|
157
157
|
/** @internal */
|
|
@@ -162,13 +162,13 @@ export const V1UpdateSettingsRequestBody$outboundSchema: z.ZodType<
|
|
|
162
162
|
> = z.object({
|
|
163
163
|
color: z.string(),
|
|
164
164
|
colors: z.string(),
|
|
165
|
-
email: z.string(),
|
|
165
|
+
email: z.nullable(z.string()),
|
|
166
166
|
emailNotifications: z.nullable(z.array(EmailNotification$outboundSchema)),
|
|
167
167
|
hidden: z.boolean(),
|
|
168
168
|
language: z.string(),
|
|
169
|
-
role: z.nullable(V1UpdateSettingsRequestBodyRole$outboundSchema),
|
|
169
|
+
role: z.nullable(V1UpdateSettingsRequestBodyRole$outboundSchema).optional(),
|
|
170
170
|
theme: V1UpdateSettingsRequestBodyTheme$outboundSchema,
|
|
171
|
-
vanity: z.string(),
|
|
171
|
+
vanity: z.nullable(z.string()),
|
|
172
172
|
});
|
|
173
173
|
|
|
174
174
|
/**
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod";
|
|
6
|
+
|
|
7
|
+
export type V1VanityAnalytics = {
|
|
8
|
+
/**
|
|
9
|
+
* The number of clicks the vanity has received
|
|
10
|
+
*/
|
|
11
|
+
clicks: number;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/** @internal */
|
|
15
|
+
export const V1VanityAnalytics$inboundSchema: z.ZodType<
|
|
16
|
+
V1VanityAnalytics,
|
|
17
|
+
z.ZodTypeDef,
|
|
18
|
+
unknown
|
|
19
|
+
> = z.object({
|
|
20
|
+
clicks: z.number().int(),
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
/** @internal */
|
|
24
|
+
export type V1VanityAnalytics$Outbound = {
|
|
25
|
+
clicks: number;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
/** @internal */
|
|
29
|
+
export const V1VanityAnalytics$outboundSchema: z.ZodType<
|
|
30
|
+
V1VanityAnalytics$Outbound,
|
|
31
|
+
z.ZodTypeDef,
|
|
32
|
+
V1VanityAnalytics
|
|
33
|
+
> = z.object({
|
|
34
|
+
clicks: z.number().int(),
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
40
|
+
*/
|
|
41
|
+
export namespace V1VanityAnalytics$ {
|
|
42
|
+
/** @deprecated use `V1VanityAnalytics$inboundSchema` instead. */
|
|
43
|
+
export const inboundSchema = V1VanityAnalytics$inboundSchema;
|
|
44
|
+
/** @deprecated use `V1VanityAnalytics$outboundSchema` instead. */
|
|
45
|
+
export const outboundSchema = V1VanityAnalytics$outboundSchema;
|
|
46
|
+
/** @deprecated use `V1VanityAnalytics$Outbound` instead. */
|
|
47
|
+
export type Outbound = V1VanityAnalytics$Outbound;
|
|
48
|
+
}
|