@getanyapi/sdk 0.12.4 → 0.12.5

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.cjs CHANGED
@@ -1520,7 +1520,7 @@ var EmailNamespace = class {
1520
1520
  *
1521
1521
  * Find a person's work email address from their name and company domain.
1522
1522
  *
1523
- * Price: $0.005 per request plus $0.008 per result (maximum $0.013).
1523
+ * Price: $0.021 per request plus $0 per result (maximum $0.021).
1524
1524
  *
1525
1525
  * @example
1526
1526
  * const res = await client.email.find({ person: { domain: "stripe.com", firstName: "Patrick", surname: "Collison" } });