scrapebadger 0.36.0 → 0.37.0

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.
@@ -2101,7 +2101,7 @@ var TwitterClient = class {
2101
2101
  this.stream = new StreamClient(client);
2102
2102
  this.spaces = new SpacesClient(client);
2103
2103
  }
2104
- // --- generated by sdk/codegen/facade — do not edit ---
2104
+ // --- BEGIN generated by sdk/codegen/facade — do not edit ---
2105
2105
  /** Delete filter rule. Generated from the OpenAPI spec; returns the raw response object. */
2106
2106
  async deleteFilterRule(ruleId, body, params = {}) {
2107
2107
  return this._gen.request(`/v1/twitter/stream/filter-rules/${ruleId}`, {
@@ -2154,6 +2154,7 @@ var TwitterClient = class {
2154
2154
  body
2155
2155
  });
2156
2156
  }
2157
+ // --- END generated by sdk/codegen/facade ---
2157
2158
  };
2158
2159
 
2159
2160
  export { CommunitiesClient, GeoClient, ListsClient, SpacesClient, StreamClient, TrendsClient, TweetsClient, TwitterClient, UsersClient, verifyWebhookSignature };