Skip to content

Commit 9899adb

Browse files
committed
Add reverse trial limit error
1 parent 953c1ce commit 9899adb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linkedapi/node",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "Control your LinkedIn accounts and retrieve real-time data, all through this Node.js SDK.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/types/errors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const LINKED_API_ERROR = {
6868
identificationTokenRequired: 'identificationTokenRequired',
6969
invalidIdentificationToken: 'invalidIdentificationToken',
7070
subscriptionRequired: 'subscriptionRequired',
71+
trialLimitReached: 'trialLimitReached',
7172
invalidRequestPayload: 'invalidRequestPayload',
7273
invalidWorkflow: 'invalidWorkflow',
7374
plusPlanRequired: 'plusPlanRequired',

0 commit comments

Comments
 (0)