glitch-javascript-sdk 3.1.2 → 3.1.3

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
@@ -21392,9 +21392,10 @@ var Users = /** @class */ (function () {
21392
21392
  };
21393
21393
  /**
21394
21394
  * Share a library item to social media as User Generated Content (UGC).
21395
+ * This uses the player media share route, not the developer/scheduler post route.
21395
21396
  *
21396
21397
  * @param id The UUID of the UserMedia record.
21397
- * @param data { platform: string, title?: string, content: string }
21398
+ * @param data Player post payload, including platform/channel/schedule options.
21398
21399
  */
21399
21400
  Users.shareMedia = function (id, data) {
21400
21401
  return Requests.processRoute(UserRoutes.routes.shareMedia, data, { id: id });