@getanyapi/sdk 0.12.4 → 0.13.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.js CHANGED
@@ -1422,7 +1422,7 @@ var EmailNamespace = class {
1422
1422
  *
1423
1423
  * Find a person's work email address from their name and company domain.
1424
1424
  *
1425
- * Price: $0.005 per request plus $0.008 per result (maximum $0.013).
1425
+ * Price: $0.021 per request plus $0 per result (maximum $0.021).
1426
1426
  *
1427
1427
  * @example
1428
1428
  * const res = await client.email.find({ person: { domain: "stripe.com", firstName: "Patrick", surname: "Collison" } });