glitch-javascript-sdk 2.3.3 → 2.3.4

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
@@ -24133,6 +24133,7 @@ var SocialPostsRoute = /** @class */ (function () {
24133
24133
  createComment: { url: '/socialposts/{post_id}/comments', method: HTTP_METHODS.POST },
24134
24134
  getPostAttribution: { url: '/socialposts/{post_id}/attribution', method: HTTP_METHODS.GET },
24135
24135
  getSocialPostAttributionReport: { url: '/reports/fingerprinting/social-post-attribution', method: HTTP_METHODS.GET },
24136
+ getLinkSummary: { url: '/socialposts/{post_id}/link-summary', method: HTTP_METHODS.GET },
24136
24137
  };
24137
24138
  return SocialPostsRoute;
24138
24139
  }());