@getanyapi/sdk 0.12.1 → 0.12.3

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 CHANGED
@@ -8239,7 +8239,7 @@ declare class HackernewsNamespace {
8239
8239
  *
8240
8240
  * Get a Hacker News user's public profile by username - karma, bio, and account details as clean JSON.
8241
8241
  *
8242
- * Price: $0.00325 per request.
8242
+ * Price: $0.0015 per request.
8243
8243
  *
8244
8244
  * @example
8245
8245
  * const res = await client.hackernews.profile({ handle: "pg" });
@@ -8250,7 +8250,7 @@ declare class HackernewsNamespace {
8250
8250
  *
8251
8251
  * Search Hacker News by keyword - matching stories with title, link, author, points, and comment count as clean JSON.
8252
8252
  *
8253
- * Price: $0.00325 per request.
8253
+ * Price: $0.0015 per request.
8254
8254
  *
8255
8255
  * @example
8256
8256
  * const res = await client.hackernews.search({ query: "ai" });
@@ -8261,7 +8261,7 @@ declare class HackernewsNamespace {
8261
8261
  *
8262
8262
  * Get a Hacker News story by id - title, link, author, points, and comment count as clean JSON.
8263
8263
  *
8264
- * Price: $0.00325 per request.
8264
+ * Price: $0.0015 per request.
8265
8265
  *
8266
8266
  * @example
8267
8267
  * const res = await client.hackernews.story({ id: "47340079" });
@@ -8272,7 +8272,7 @@ declare class HackernewsNamespace {
8272
8272
  *
8273
8273
  * List the comments on a Hacker News story by id - text, author, and timestamp as clean JSON.
8274
8274
  *
8275
- * Price: $0.00325 per request.
8275
+ * Price: $0.0015 per request.
8276
8276
  *
8277
8277
  * @example
8278
8278
  * const res = await client.hackernews.storyComments({ id: "47340079" });
@@ -12660,7 +12660,7 @@ declare class MapsNamespace {
12660
12660
  *
12661
12661
  * Search Google Maps for businesses and enrich each result with contact details (emails, phones, and social profiles from their websites), up to 20 records per request.
12662
12662
  *
12663
- * Price: $0.00005 per request plus $0.003 per result (maximum $0.06005).
12663
+ * Price: $0.00005 per request plus $0.0045 per result (maximum $0.09005).
12664
12664
  *
12665
12665
  * @example
12666
12666
  * const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
package/dist/index.d.ts CHANGED
@@ -8239,7 +8239,7 @@ declare class HackernewsNamespace {
8239
8239
  *
8240
8240
  * Get a Hacker News user's public profile by username - karma, bio, and account details as clean JSON.
8241
8241
  *
8242
- * Price: $0.00325 per request.
8242
+ * Price: $0.0015 per request.
8243
8243
  *
8244
8244
  * @example
8245
8245
  * const res = await client.hackernews.profile({ handle: "pg" });
@@ -8250,7 +8250,7 @@ declare class HackernewsNamespace {
8250
8250
  *
8251
8251
  * Search Hacker News by keyword - matching stories with title, link, author, points, and comment count as clean JSON.
8252
8252
  *
8253
- * Price: $0.00325 per request.
8253
+ * Price: $0.0015 per request.
8254
8254
  *
8255
8255
  * @example
8256
8256
  * const res = await client.hackernews.search({ query: "ai" });
@@ -8261,7 +8261,7 @@ declare class HackernewsNamespace {
8261
8261
  *
8262
8262
  * Get a Hacker News story by id - title, link, author, points, and comment count as clean JSON.
8263
8263
  *
8264
- * Price: $0.00325 per request.
8264
+ * Price: $0.0015 per request.
8265
8265
  *
8266
8266
  * @example
8267
8267
  * const res = await client.hackernews.story({ id: "47340079" });
@@ -8272,7 +8272,7 @@ declare class HackernewsNamespace {
8272
8272
  *
8273
8273
  * List the comments on a Hacker News story by id - text, author, and timestamp as clean JSON.
8274
8274
  *
8275
- * Price: $0.00325 per request.
8275
+ * Price: $0.0015 per request.
8276
8276
  *
8277
8277
  * @example
8278
8278
  * const res = await client.hackernews.storyComments({ id: "47340079" });
@@ -12660,7 +12660,7 @@ declare class MapsNamespace {
12660
12660
  *
12661
12661
  * Search Google Maps for businesses and enrich each result with contact details (emails, phones, and social profiles from their websites), up to 20 records per request.
12662
12662
  *
12663
- * Price: $0.00005 per request plus $0.003 per result (maximum $0.06005).
12663
+ * Price: $0.00005 per request plus $0.0045 per result (maximum $0.09005).
12664
12664
  *
12665
12665
  * @example
12666
12666
  * const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });
package/dist/index.js CHANGED
@@ -2427,7 +2427,7 @@ var HackernewsNamespace = class {
2427
2427
  *
2428
2428
  * Get a Hacker News user's public profile by username - karma, bio, and account details as clean JSON.
2429
2429
  *
2430
- * Price: $0.00325 per request.
2430
+ * Price: $0.0015 per request.
2431
2431
  *
2432
2432
  * @example
2433
2433
  * const res = await client.hackernews.profile({ handle: "pg" });
@@ -2440,7 +2440,7 @@ var HackernewsNamespace = class {
2440
2440
  *
2441
2441
  * Search Hacker News by keyword - matching stories with title, link, author, points, and comment count as clean JSON.
2442
2442
  *
2443
- * Price: $0.00325 per request.
2443
+ * Price: $0.0015 per request.
2444
2444
  *
2445
2445
  * @example
2446
2446
  * const res = await client.hackernews.search({ query: "ai" });
@@ -2453,7 +2453,7 @@ var HackernewsNamespace = class {
2453
2453
  *
2454
2454
  * Get a Hacker News story by id - title, link, author, points, and comment count as clean JSON.
2455
2455
  *
2456
- * Price: $0.00325 per request.
2456
+ * Price: $0.0015 per request.
2457
2457
  *
2458
2458
  * @example
2459
2459
  * const res = await client.hackernews.story({ id: "47340079" });
@@ -2466,7 +2466,7 @@ var HackernewsNamespace = class {
2466
2466
  *
2467
2467
  * List the comments on a Hacker News story by id - text, author, and timestamp as clean JSON.
2468
2468
  *
2469
- * Price: $0.00325 per request.
2469
+ * Price: $0.0015 per request.
2470
2470
  *
2471
2471
  * @example
2472
2472
  * const res = await client.hackernews.storyComments({ id: "47340079" });
@@ -3192,7 +3192,7 @@ var MapsNamespace = class {
3192
3192
  *
3193
3193
  * Search Google Maps for businesses and enrich each result with contact details (emails, phones, and social profiles from their websites), up to 20 records per request.
3194
3194
  *
3195
- * Price: $0.00005 per request plus $0.003 per result (maximum $0.06005).
3195
+ * Price: $0.00005 per request plus $0.0045 per result (maximum $0.09005).
3196
3196
  *
3197
3197
  * @example
3198
3198
  * const res = await client.maps.contacts({ location: "Austin, TX", query: "coffee shop", limit: 3, placeMinimumStars: "four", website: "withWebsite" });