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 CHANGED
@@ -25019,6 +25019,7 @@ var TitlesRoute = /** @class */ (function () {
25019
25019
  progressionLeaderboardView: { url: '/titles/{title_id}/leaderboards/{api_key}', method: HTTP_METHODS.GET },
25020
25020
  communityActivity: { url: '/titles/activity/trending', method: HTTP_METHODS.GET },
25021
25021
  socialTrending: { url: '/titles/activity/social', method: HTTP_METHODS.GET },
25022
+ discoveryQueue: { url: '/titles/discovery/queue', method: HTTP_METHODS.GET },
25022
25023
  };
25023
25024
  return TitlesRoute;
25024
25025
  }());