@singi-labs/sifa-sdk 0.12.75 → 0.12.76

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.
@@ -1468,6 +1468,7 @@ var sifaQueryKeys = {
1468
1468
  search: {
1469
1469
  all: () => ["sifa", "search"],
1470
1470
  profiles: (filters) => ["sifa", "search", "profiles", filters],
1471
+ companies: (filters) => ["sifa", "search", "companies", filters],
1471
1472
  skills: (query) => ["sifa", "search", "skills", query],
1472
1473
  canonicalSkills: (query, limit) => ["sifa", "search", "canonical-skills", query, limit],
1473
1474
  filters: () => ["sifa", "search", "filters"]