diff --git a/README.md b/README.md index b0e43d5..1354cba 100644 --- a/README.md +++ b/README.md @@ -996,7 +996,7 @@ Key-value pairs for objects, tables for arrays. | 0 | Success (check `success` field – action may have returned an error like "person not found") | | 1 | General/unexpected error | | 2 | Missing or invalid tokens | -| 3 | Subscription/plan required or free trial exhausted | +| 3 | Subscription or plan required | | 4 | LinkedIn account issue | | 5 | Invalid arguments | | 6 | Rate limited | @@ -1011,8 +1011,6 @@ Key-value pairs for objects, tables for arrays. - **URL normalization.** All LinkedIn URLs in responses are normalized to `https://www.linkedin.com/...` format without trailing slashes. - **Null fields.** Fields that are unavailable are returned as `null` or `[]`, not omitted. - **Action limits.** Configurable per-account action limits on the [platform](https://app.linkedapi.io) prevent LinkedIn policy violations. When a limit is reached, you get a `limitExceeded` error. -- **Trial limits.** A `trialLimitReached` error exits with code 3. Subscribe or contact support - for a trial extension before retrying the workflow. See [Core Concepts](https://linkedapi.io/docs/core-concepts) for more details. diff --git a/package-lock.json b/package-lock.json index dd384cb..9620fac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linkedapi/linkedin-cli", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linkedapi/linkedin-cli", - "version": "1.2.4", + "version": "1.2.5", "license": "MIT", "dependencies": { "@linkedapi/node": "^2.3.3", diff --git a/package.json b/package.json index 5f86a7b..7b96f2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linkedapi/linkedin-cli", - "version": "1.2.4", + "version": "1.2.5", "description": "AI-agent-friendly CLI for controlling LinkedIn accounts and retrieving real-time data.", "author": "Linked API", "license": "MIT",