@keystrokehq/serpapi 0.0.9 → 0.0.16-integration-id-canonicalization.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/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @keystrokehq/serpapi
2
+
3
+ Keystroke official integration for [SerpApi](https://serpapi.com) — search engine results from Google, Bing, Yahoo, YouTube, and 90+ other engines.
4
+
5
+ Credential sets live under [`./credential-sets`](./src/credential-sets/index.ts). Operations live under [`./operations`](./src/operations/index.ts).
@@ -0,0 +1,2 @@
1
+ import { n as serpApiCredentialSet, t as SerpApiCredentials } from "../serpapi.credential-set-5iG6pd3Y.mjs";
2
+ export { type SerpApiCredentials, serpApiCredentialSet };
@@ -0,0 +1,3 @@
1
+ import { t as serpApiCredentialSet } from "../serpapi.credential-set-CuEBudaA.mjs";
2
+
3
+ export { serpApiCredentialSet };