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.
@@ -2107,7 +2107,7 @@ var TwitterClient = class {
2107
2107
  this.stream = new StreamClient(client);
2108
2108
  this.spaces = new SpacesClient(client);
2109
2109
  }
2110
- // --- generated by sdk/codegen/facade — do not edit ---
2110
+ // --- BEGIN generated by sdk/codegen/facade — do not edit ---
2111
2111
  /** Delete filter rule. Generated from the OpenAPI spec; returns the raw response object. */
2112
2112
  async deleteFilterRule(ruleId, body, params = {}) {
2113
2113
  return this._gen.request(`/v1/twitter/stream/filter-rules/${ruleId}`, {
@@ -2160,6 +2160,7 @@ var TwitterClient = class {
2160
2160
  body
2161
2161
  });
2162
2162
  }
2163
+ // --- END generated by sdk/codegen/facade ---
2163
2164
  };
2164
2165
 
2165
2166
  exports.CommunitiesClient = CommunitiesClient;