scrapebadger 0.44.0 → 0.45.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.
package/dist/index.d.cts CHANGED
@@ -7617,6 +7617,18 @@ declare class TikTokClient {
7617
7617
  searchTiktokAdvertisers(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7618
7618
  /** Get TikTok ad detail. Generated from the OpenAPI spec; returns the raw response object. */
7619
7619
  getTiktokAdDetail(adId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7620
+ /** TikTok Shop root categories. Generated from the OpenAPI spec; returns the raw response object. */
7621
+ tiktokShopRootCategories(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7622
+ /** TikTok Shop category: subcategories + top products. Generated from the OpenAPI spec; returns the raw response object. */
7623
+ tiktokShopCategorySubcategoriesTopProducts(categoryId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7624
+ /** TikTok Shop product detail. Generated from the OpenAPI spec; returns the raw response object. */
7625
+ tiktokShopProductDetail(productId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7626
+ /** TikTok Shop product reviews. Generated from the OpenAPI spec; returns the raw response object. */
7627
+ tiktokShopProductReviews(productId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7628
+ /** Search TikTok Shop products. Generated from the OpenAPI spec; returns the raw response object. */
7629
+ searchTiktokShopProducts(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7630
+ /** TikTok Shop store + products. Generated from the OpenAPI spec; returns the raw response object. */
7631
+ tiktokShopStoreProducts(sellerId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7620
7632
  }
7621
7633
 
7622
7634
  /**
@@ -14492,6 +14504,8 @@ declare class ZillowClient {
14492
14504
  * @param client - The base HTTP client for making requests.
14493
14505
  */
14494
14506
  constructor(client: BaseClient);
14507
+ /** Get multifamily building. Generated from the OpenAPI spec; returns the raw response object. */
14508
+ getMultifamilyBuilding(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
14495
14509
  /** Get property detail by URL. Generated from the OpenAPI spec; returns the raw response object. */
14496
14510
  getPropertyDetailByUrl(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
14497
14511
  }
package/dist/index.d.ts CHANGED
@@ -7617,6 +7617,18 @@ declare class TikTokClient {
7617
7617
  searchTiktokAdvertisers(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7618
7618
  /** Get TikTok ad detail. Generated from the OpenAPI spec; returns the raw response object. */
7619
7619
  getTiktokAdDetail(adId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7620
+ /** TikTok Shop root categories. Generated from the OpenAPI spec; returns the raw response object. */
7621
+ tiktokShopRootCategories(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7622
+ /** TikTok Shop category: subcategories + top products. Generated from the OpenAPI spec; returns the raw response object. */
7623
+ tiktokShopCategorySubcategoriesTopProducts(categoryId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7624
+ /** TikTok Shop product detail. Generated from the OpenAPI spec; returns the raw response object. */
7625
+ tiktokShopProductDetail(productId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7626
+ /** TikTok Shop product reviews. Generated from the OpenAPI spec; returns the raw response object. */
7627
+ tiktokShopProductReviews(productId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7628
+ /** Search TikTok Shop products. Generated from the OpenAPI spec; returns the raw response object. */
7629
+ searchTiktokShopProducts(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7630
+ /** TikTok Shop store + products. Generated from the OpenAPI spec; returns the raw response object. */
7631
+ tiktokShopStoreProducts(sellerId: string, params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
7620
7632
  }
7621
7633
 
7622
7634
  /**
@@ -14492,6 +14504,8 @@ declare class ZillowClient {
14492
14504
  * @param client - The base HTTP client for making requests.
14493
14505
  */
14494
14506
  constructor(client: BaseClient);
14507
+ /** Get multifamily building. Generated from the OpenAPI spec; returns the raw response object. */
14508
+ getMultifamilyBuilding(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
14495
14509
  /** Get property detail by URL. Generated from the OpenAPI spec; returns the raw response object. */
14496
14510
  getPropertyDetailByUrl(params?: Record<string, string | number | boolean | undefined>): Promise<Record<string, unknown>>;
14497
14511
  }
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
9
9
  var WebSocket__default = /*#__PURE__*/_interopDefault(WebSocket);
10
10
 
11
11
  // src/internal/version.ts
12
- var SDK_VERSION = "0.44.0";
12
+ var SDK_VERSION = "0.45.0";
13
13
 
14
14
  // src/internal/exceptions.ts
15
15
  var ScrapeBadgerError = class _ScrapeBadgerError extends Error {
@@ -5716,6 +5716,30 @@ var TikTokClient = class {
5716
5716
  async getTiktokAdDetail(adId, params = {}) {
5717
5717
  return this._gen.request(`/v1/tiktok/ads/${adId}`, { params });
5718
5718
  }
5719
+ /** TikTok Shop root categories. Generated from the OpenAPI spec; returns the raw response object. */
5720
+ async tiktokShopRootCategories(params = {}) {
5721
+ return this._gen.request("/v1/tiktok/shop/categories", { params });
5722
+ }
5723
+ /** TikTok Shop category: subcategories + top products. Generated from the OpenAPI spec; returns the raw response object. */
5724
+ async tiktokShopCategorySubcategoriesTopProducts(categoryId, params = {}) {
5725
+ return this._gen.request(`/v1/tiktok/shop/categories/${categoryId}`, { params });
5726
+ }
5727
+ /** TikTok Shop product detail. Generated from the OpenAPI spec; returns the raw response object. */
5728
+ async tiktokShopProductDetail(productId, params = {}) {
5729
+ return this._gen.request(`/v1/tiktok/shop/products/${productId}`, { params });
5730
+ }
5731
+ /** TikTok Shop product reviews. Generated from the OpenAPI spec; returns the raw response object. */
5732
+ async tiktokShopProductReviews(productId, params = {}) {
5733
+ return this._gen.request(`/v1/tiktok/shop/products/${productId}/reviews`, { params });
5734
+ }
5735
+ /** Search TikTok Shop products. Generated from the OpenAPI spec; returns the raw response object. */
5736
+ async searchTiktokShopProducts(params = {}) {
5737
+ return this._gen.request("/v1/tiktok/shop/search", { params });
5738
+ }
5739
+ /** TikTok Shop store + products. Generated from the OpenAPI spec; returns the raw response object. */
5740
+ async tiktokShopStoreProducts(sellerId, params = {}) {
5741
+ return this._gen.request(`/v1/tiktok/shop/stores/${sellerId}`, { params });
5742
+ }
5719
5743
  // --- END generated by sdk/codegen/facade ---
5720
5744
  };
5721
5745
 
@@ -7983,6 +8007,10 @@ var ZillowClient = class {
7983
8007
  this.reference = new ReferenceClient14(client);
7984
8008
  }
7985
8009
  // --- BEGIN generated by sdk/codegen/facade — do not edit ---
8010
+ /** Get multifamily building. Generated from the OpenAPI spec; returns the raw response object. */
8011
+ async getMultifamilyBuilding(params = {}) {
8012
+ return this._gen.request("/v1/zillow/building", { params });
8013
+ }
7986
8014
  /** Get property detail by URL. Generated from the OpenAPI spec; returns the raw response object. */
7987
8015
  async getPropertyDetailByUrl(params = {}) {
7988
8016
  return this._gen.request("/v1/zillow/property", { params });