@fiberai/sdk 0.0.9 → 0.0.11

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
@@ -8835,6 +8835,12 @@ type GetIndustriesResponses = {
8835
8835
  * Crunchbase's list of industries
8836
8836
  */
8837
8837
  crunchbaseIndustries: Array<string>;
8838
+ /**
8839
+ * Crunchbase's industry groups mapped to their constituent industries. Keys are industry group names, values are arrays of industry names belonging to that group.
8840
+ */
8841
+ crunchbaseIndustryGroups: {
8842
+ [key: string]: Array<string>;
8843
+ };
8838
8844
  /**
8839
8845
  * LinkedIn's list of industries
8840
8846
  */
@@ -80977,7 +80983,7 @@ declare const youtubeChannel: <ThrowOnError extends boolean = false>(options: Op
80977
80983
  *
80978
80984
  * Generates a comprehensive scouting report for a company including news, founders, funding, media links, and historical headcount. This endpoint may take 1-2 minutes to respond as it gathers data from multiple sources — please set a generous client timeout (at least 120 seconds).
80979
80985
  *
80980
- * <span>⚡ <strong>Rate limit:</strong> 20 requests per 1 minute</span>
80986
+ * <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
80981
80987
  *
80982
80988
  * <span>💰 <strong>Cost:</strong> 6 credits per scouting report&nbsp;<span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
80983
80989
  */
package/dist/index.d.ts CHANGED
@@ -8835,6 +8835,12 @@ type GetIndustriesResponses = {
8835
8835
  * Crunchbase's list of industries
8836
8836
  */
8837
8837
  crunchbaseIndustries: Array<string>;
8838
+ /**
8839
+ * Crunchbase's industry groups mapped to their constituent industries. Keys are industry group names, values are arrays of industry names belonging to that group.
8840
+ */
8841
+ crunchbaseIndustryGroups: {
8842
+ [key: string]: Array<string>;
8843
+ };
8838
8844
  /**
8839
8845
  * LinkedIn's list of industries
8840
8846
  */
@@ -80977,7 +80983,7 @@ declare const youtubeChannel: <ThrowOnError extends boolean = false>(options: Op
80977
80983
  *
80978
80984
  * Generates a comprehensive scouting report for a company including news, founders, funding, media links, and historical headcount. This endpoint may take 1-2 minutes to respond as it gathers data from multiple sources — please set a generous client timeout (at least 120 seconds).
80979
80985
  *
80980
- * <span>⚡ <strong>Rate limit:</strong> 20 requests per 1 minute</span>
80986
+ * <span>⚡ <strong>Rate limit:</strong> 120 requests per 1 minute</span>
80981
80987
  *
80982
80988
  * <span>💰 <strong>Cost:</strong> 6 credits per scouting report&nbsp;<span title="Pricing shown is default pricing. Actual pricing may vary.">ⓘ</span></span>
80983
80989
  */