letsfg 2026.5.59 → 2026.5.61
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 +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| | **CLI / SDK** (this package) | **Developer API** |
|
|
11
11
|
|---|---|---|
|
|
12
12
|
| **Search cost** | Free (Twitter/X Bearer token via `letsfg auth`) | Prepaid credits |
|
|
13
|
-
| **Booking** | `POST /api/agent-book`
|
|
13
|
+
| **Booking** | `POST /api/agent-book` | Direct airline URL |
|
|
14
14
|
| **Speed** | 60–90 s | 2–5 s (discover) · 60–90 s (full) |
|
|
15
15
|
| **Setup** | `npm install letsfg` then `letsfg auth` | [letsfg.co/developers](https://letsfg.co/developers) |
|
|
16
16
|
|
package/dist/cli.js
CHANGED
|
@@ -785,7 +785,7 @@ Developer API only (a SEPARATE paid product \u2014 most agents should not use th
|
|
|
785
785
|
they create a billing account. Use auth above instead):
|
|
786
786
|
register --name ... --email ... Create a paid Developer API account
|
|
787
787
|
setup-payment Attach a card to that paid account
|
|
788
|
-
unlock <offer_id> Unlock offer \u2014 1% of ticket (min $3)
|
|
788
|
+
unlock <offer_id> [Developer API only] Unlock offer \u2014 1% of ticket (min $3)
|
|
789
789
|
|
|
790
790
|
Options:
|
|
791
791
|
--json, -j Output raw JSON
|
package/dist/cli.mjs
CHANGED
|
@@ -288,7 +288,7 @@ Developer API only (a SEPARATE paid product \u2014 most agents should not use th
|
|
|
288
288
|
they create a billing account. Use auth above instead):
|
|
289
289
|
register --name ... --email ... Create a paid Developer API account
|
|
290
290
|
setup-payment Attach a card to that paid account
|
|
291
|
-
unlock <offer_id> Unlock offer \u2014 1% of ticket (min $3)
|
|
291
|
+
unlock <offer_id> [Developer API only] Unlock offer \u2014 1% of ticket (min $3)
|
|
292
292
|
|
|
293
293
|
Options:
|
|
294
294
|
--json, -j Output raw JSON
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "letsfg",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.61",
|
|
4
4
|
"description": "Flight search & booking for AI agents. Server-side engine covers hundreds of airlines. Free search via Bearer token or prepaid Developer API. Includes open-source ranking engine.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|