@fiberai/sdk 0.0.9 → 0.0.10
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 +6 -0
- package/dist/index.d.ts +6 -0
- package/package.json +1 -1
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
|
*/
|
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
|
*/
|