glitch-javascript-sdk 2.9.7 → 2.9.8
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/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/src/routes/TitlesRoute.ts +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -11835,6 +11835,7 @@ var TitlesRoute = /** @class */ (function () {
|
|
|
11835
11835
|
progressionLeaderboardView: { url: '/titles/{title_id}/leaderboards/{api_key}', method: HTTP_METHODS.GET },
|
|
11836
11836
|
communityActivity: { url: '/titles/activity/trending', method: HTTP_METHODS.GET },
|
|
11837
11837
|
socialTrending: { url: '/titles/activity/social', method: HTTP_METHODS.GET },
|
|
11838
|
+
discoveryQueue: { url: '/titles/discovery/queue', method: HTTP_METHODS.GET },
|
|
11838
11839
|
};
|
|
11839
11840
|
return TitlesRoute;
|
|
11840
11841
|
}());
|