@n8n-as-code/skills 2.0.0-next.83 → 2.0.1
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/assets/n8n-credentials-ontology.json +8 -2
- package/dist/assets/n8n-docs-complete.json +6494 -6319
- package/dist/assets/n8n-knowledge-index.json +2805 -2623
- package/dist/assets/n8n-nodes-index.json +924 -54
- package/dist/assets/n8n-nodes-technical.json +930 -62
- package/dist/assets/workflows-index.json +2019 -16
- package/package.json +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
2
|
+
"generatedAt": "2026-05-06T12:53:24.567Z",
|
|
3
3
|
"n8nVersion": "unknown",
|
|
4
4
|
"sourceFileCount": 428,
|
|
5
5
|
"scanDirectories": [
|
|
@@ -20139,6 +20139,12 @@
|
|
|
20139
20139
|
"displayName": "SerpAPI",
|
|
20140
20140
|
"documentationUrl": "serp",
|
|
20141
20141
|
"properties": [
|
|
20142
|
+
{
|
|
20143
|
+
"displayName": "This node is deprecated and will not be updated in the future. Please use the official verified community node instead.",
|
|
20144
|
+
"name": "oldVersionNotice",
|
|
20145
|
+
"type": "notice",
|
|
20146
|
+
"default": ""
|
|
20147
|
+
},
|
|
20142
20148
|
{
|
|
20143
20149
|
"displayName": "API Key",
|
|
20144
20150
|
"name": "apiKey",
|
|
@@ -24214,7 +24220,7 @@
|
|
|
24214
24220
|
"displayName": "Scope",
|
|
24215
24221
|
"name": "scope",
|
|
24216
24222
|
"type": "hidden",
|
|
24217
|
-
"default": "offline_access accounting.
|
|
24223
|
+
"default": "offline_access accounting.invoices accounting.payments accounting.banktransactions accounting.manualjournals accounting.attachments accounting.settings accounting.contacts"
|
|
24218
24224
|
},
|
|
24219
24225
|
{
|
|
24220
24226
|
"displayName": "Auth URI Query Parameters",
|