@seranking/n8n-nodes-seranking 2.0.2 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1168,6 +1168,7 @@ n8n-nodes-seranking/
1168
1168
  │ │ │ ├── ProjectManagementOperations.ts # Project Management operations
1169
1169
  │ │ │ ├── ProjectGroupsOperations.ts # Project Groups operations
1170
1170
  │ │ │ ├── AiResultTrackerOperations.ts # AI Result Tracker operations
1171
+ │ │ │ ├── AirtGroupsOperations.ts # AIRT Groups (prompt groups) operations
1171
1172
  │ │ │ ├── KeywordGroupsOperations.ts # Keyword Groups operations
1172
1173
  │ │ │ ├── CompetitorsOperations.ts # Competitors operations
1173
1174
  │ │ │ ├── UrlTagsOperations.ts # URL Tags operations
@@ -1183,6 +1184,7 @@ n8n-nodes-seranking/
1183
1184
  │ │ ├── ProjectManagementDescription.ts # Project Management UI definitions
1184
1185
  │ │ ├── ProjectGroupsDescription.ts # Project Groups UI definitions
1185
1186
  │ │ ├── AiResultTrackerDescription.ts # AI Result Tracker UI definitions
1187
+ │ │ ├── AirtGroupsDescription.ts # AIRT Groups UI definitions
1186
1188
  │ │ ├── KeywordGroupsDescription.ts # Keyword Groups UI definitions
1187
1189
  │ │ ├── CompetitorsDescription.ts # Competitors UI definitions
1188
1190
  │ │ ├── UrlTagsDescription.ts # URL Tags UI definitions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seranking/n8n-nodes-seranking",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "n8n community node for SE Ranking's unified API — 190 operations across 21 resources: AI Search, Backlinks, Domain Analysis, Keyword Research, SERP Classic, Website Audits, Project Management, Competitors, Backlink Checker, Sub-Accounts, and more",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/seranking/n8n-nodes-seranking",