@n8n-as-code/skills 2.1.4-next.55 → 2.2.0-next.94
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 +284 -16
- package/dist/assets/n8n-docs-complete.json +5596 -5323
- package/dist/assets/n8n-knowledge-index.json +2622 -2120
- package/dist/assets/n8n-nodes-index.json +1331 -472
- package/dist/assets/n8n-nodes-technical.json +1479 -481
- package/dist/assets/workflows-index.json +974 -3
- package/dist/cli.js +10 -3
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
2
|
+
"generatedAt": "2026-05-21T07:26:05.348Z",
|
|
3
3
|
"n8nVersion": "unknown",
|
|
4
|
-
"sourceFileCount":
|
|
4
|
+
"sourceFileCount": 430,
|
|
5
5
|
"scanDirectories": [
|
|
6
6
|
"/home/runner/work/n8n-as-code/n8n-as-code/.n8n-cache/packages/nodes-base/dist/credentials",
|
|
7
7
|
"/home/runner/work/n8n-as-code/n8n-as-code/.n8n-cache/packages/@n8n/nodes-langchain/dist/credentials"
|
|
@@ -2873,11 +2873,11 @@
|
|
|
2873
2873
|
},
|
|
2874
2874
|
{
|
|
2875
2875
|
"typeName": "calendlyApi",
|
|
2876
|
-
"displayName": "Calendly API",
|
|
2876
|
+
"displayName": "Calendly Personal Access Token API",
|
|
2877
2877
|
"documentationUrl": "calendly",
|
|
2878
2878
|
"properties": [
|
|
2879
2879
|
{
|
|
2880
|
-
"displayName": "
|
|
2880
|
+
"displayName": "Personal Access Token",
|
|
2881
2881
|
"name": "apiKey",
|
|
2882
2882
|
"type": "string",
|
|
2883
2883
|
"typeOptions": {
|
|
@@ -4239,6 +4239,16 @@
|
|
|
4239
4239
|
},
|
|
4240
4240
|
"default": "",
|
|
4241
4241
|
"description": "Required for App API"
|
|
4242
|
+
},
|
|
4243
|
+
{
|
|
4244
|
+
"displayName": "Webhook Signing Key",
|
|
4245
|
+
"name": "webhookSigningKey",
|
|
4246
|
+
"type": "string",
|
|
4247
|
+
"typeOptions": {
|
|
4248
|
+
"password": true
|
|
4249
|
+
},
|
|
4250
|
+
"default": "",
|
|
4251
|
+
"description": "Used to verify webhook authenticity. Found in Customer.io under Integrations → Reporting Webhooks."
|
|
4242
4252
|
}
|
|
4243
4253
|
],
|
|
4244
4254
|
"source": "n8n-cache",
|
|
@@ -5719,6 +5729,89 @@
|
|
|
5719
5729
|
}
|
|
5720
5730
|
]
|
|
5721
5731
|
},
|
|
5732
|
+
{
|
|
5733
|
+
"typeName": "figmaOAuth2Api",
|
|
5734
|
+
"displayName": "Figma OAuth2 API",
|
|
5735
|
+
"documentationUrl": "figma",
|
|
5736
|
+
"properties": [
|
|
5737
|
+
{
|
|
5738
|
+
"displayName": "Grant Type",
|
|
5739
|
+
"name": "grantType",
|
|
5740
|
+
"type": "hidden",
|
|
5741
|
+
"default": "authorizationCode"
|
|
5742
|
+
},
|
|
5743
|
+
{
|
|
5744
|
+
"displayName": "Authorization URL",
|
|
5745
|
+
"name": "authUrl",
|
|
5746
|
+
"type": "hidden",
|
|
5747
|
+
"default": "https://www.figma.com/oauth",
|
|
5748
|
+
"required": true
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"displayName": "Access Token URL",
|
|
5752
|
+
"name": "accessTokenUrl",
|
|
5753
|
+
"type": "hidden",
|
|
5754
|
+
"default": "https://api.figma.com/v1/oauth/token",
|
|
5755
|
+
"required": true
|
|
5756
|
+
},
|
|
5757
|
+
{
|
|
5758
|
+
"displayName": "Authentication",
|
|
5759
|
+
"name": "authentication",
|
|
5760
|
+
"type": "hidden",
|
|
5761
|
+
"default": "header"
|
|
5762
|
+
},
|
|
5763
|
+
{
|
|
5764
|
+
"displayName": "Custom Scopes",
|
|
5765
|
+
"name": "customScopes",
|
|
5766
|
+
"type": "boolean",
|
|
5767
|
+
"default": false,
|
|
5768
|
+
"description": "Define custom scopes"
|
|
5769
|
+
},
|
|
5770
|
+
{
|
|
5771
|
+
"displayName": "The default scopes needed for the node to work are already set. If you change these the node may not function correctly.",
|
|
5772
|
+
"name": "customScopesNotice",
|
|
5773
|
+
"type": "notice",
|
|
5774
|
+
"default": "",
|
|
5775
|
+
"displayOptions": {
|
|
5776
|
+
"show": {
|
|
5777
|
+
"customScopes": [
|
|
5778
|
+
true
|
|
5779
|
+
]
|
|
5780
|
+
}
|
|
5781
|
+
}
|
|
5782
|
+
},
|
|
5783
|
+
{
|
|
5784
|
+
"displayName": "Enabled Scopes",
|
|
5785
|
+
"name": "enabledScopes",
|
|
5786
|
+
"type": "string",
|
|
5787
|
+
"displayOptions": {
|
|
5788
|
+
"show": {
|
|
5789
|
+
"customScopes": [
|
|
5790
|
+
true
|
|
5791
|
+
]
|
|
5792
|
+
}
|
|
5793
|
+
},
|
|
5794
|
+
"default": "webhooks:read webhooks:write",
|
|
5795
|
+
"description": "Scopes that should be enabled"
|
|
5796
|
+
},
|
|
5797
|
+
{
|
|
5798
|
+
"displayName": "Scope",
|
|
5799
|
+
"name": "scope",
|
|
5800
|
+
"type": "hidden",
|
|
5801
|
+
"default": "={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"webhooks:read webhooks:write\"}}"
|
|
5802
|
+
}
|
|
5803
|
+
],
|
|
5804
|
+
"source": "n8n-cache",
|
|
5805
|
+
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/credentials/FigmaOAuth2Api.credentials.js",
|
|
5806
|
+
"usedByNodes": [
|
|
5807
|
+
{
|
|
5808
|
+
"nodeName": "figmaTrigger",
|
|
5809
|
+
"nodeType": "n8n-nodes-base.figmaTrigger",
|
|
5810
|
+
"nodeDisplayName": "Figma Trigger (Beta)",
|
|
5811
|
+
"required": true
|
|
5812
|
+
}
|
|
5813
|
+
]
|
|
5814
|
+
},
|
|
5722
5815
|
{
|
|
5723
5816
|
"typeName": "fileMaker",
|
|
5724
5817
|
"displayName": "FileMaker API",
|
|
@@ -9776,6 +9869,115 @@
|
|
|
9776
9869
|
}
|
|
9777
9870
|
]
|
|
9778
9871
|
},
|
|
9872
|
+
{
|
|
9873
|
+
"typeName": "jiraSoftwareCloudOAuth2Api",
|
|
9874
|
+
"displayName": "Jira SW Cloud OAuth2 API",
|
|
9875
|
+
"documentationUrl": "jira",
|
|
9876
|
+
"properties": [
|
|
9877
|
+
{
|
|
9878
|
+
"displayName": "Domain",
|
|
9879
|
+
"name": "domain",
|
|
9880
|
+
"type": "string",
|
|
9881
|
+
"default": "",
|
|
9882
|
+
"placeholder": "https://example.atlassian.net",
|
|
9883
|
+
"required": true
|
|
9884
|
+
},
|
|
9885
|
+
{
|
|
9886
|
+
"displayName": "Grant Type",
|
|
9887
|
+
"name": "grantType",
|
|
9888
|
+
"type": "hidden",
|
|
9889
|
+
"default": "authorizationCode"
|
|
9890
|
+
},
|
|
9891
|
+
{
|
|
9892
|
+
"displayName": "Authorization URL",
|
|
9893
|
+
"name": "authUrl",
|
|
9894
|
+
"type": "hidden",
|
|
9895
|
+
"default": "https://auth.atlassian.com/authorize",
|
|
9896
|
+
"required": true
|
|
9897
|
+
},
|
|
9898
|
+
{
|
|
9899
|
+
"displayName": "Access Token URL",
|
|
9900
|
+
"name": "accessTokenUrl",
|
|
9901
|
+
"type": "hidden",
|
|
9902
|
+
"default": "https://auth.atlassian.com/oauth/token",
|
|
9903
|
+
"required": true
|
|
9904
|
+
},
|
|
9905
|
+
{
|
|
9906
|
+
"displayName": "Auth URI Query Parameters",
|
|
9907
|
+
"name": "authQueryParameters",
|
|
9908
|
+
"type": "hidden",
|
|
9909
|
+
"default": "audience=api.atlassian.com&prompt=consent"
|
|
9910
|
+
},
|
|
9911
|
+
{
|
|
9912
|
+
"displayName": "Authentication",
|
|
9913
|
+
"name": "authentication",
|
|
9914
|
+
"type": "hidden",
|
|
9915
|
+
"default": "header"
|
|
9916
|
+
},
|
|
9917
|
+
{
|
|
9918
|
+
"displayName": "Custom Scopes",
|
|
9919
|
+
"name": "customScopes",
|
|
9920
|
+
"type": "boolean",
|
|
9921
|
+
"default": false,
|
|
9922
|
+
"description": "Define custom scopes"
|
|
9923
|
+
},
|
|
9924
|
+
{
|
|
9925
|
+
"displayName": "The default scopes needed for the node to work are already set. If you change these the node may not function correctly.",
|
|
9926
|
+
"name": "customScopesNotice",
|
|
9927
|
+
"type": "notice",
|
|
9928
|
+
"default": "",
|
|
9929
|
+
"displayOptions": {
|
|
9930
|
+
"show": {
|
|
9931
|
+
"customScopes": [
|
|
9932
|
+
true
|
|
9933
|
+
]
|
|
9934
|
+
}
|
|
9935
|
+
}
|
|
9936
|
+
},
|
|
9937
|
+
{
|
|
9938
|
+
"displayName": "Enabled Scopes",
|
|
9939
|
+
"name": "enabledScopes",
|
|
9940
|
+
"type": "string",
|
|
9941
|
+
"displayOptions": {
|
|
9942
|
+
"show": {
|
|
9943
|
+
"customScopes": [
|
|
9944
|
+
true
|
|
9945
|
+
]
|
|
9946
|
+
}
|
|
9947
|
+
},
|
|
9948
|
+
"default": "read:jira-user read:jira-work write:jira-work manage:jira-webhook manage:jira-user offline_access",
|
|
9949
|
+
"description": "Scopes that should be enabled"
|
|
9950
|
+
},
|
|
9951
|
+
{
|
|
9952
|
+
"displayName": "Scope",
|
|
9953
|
+
"name": "scope",
|
|
9954
|
+
"type": "hidden",
|
|
9955
|
+
"default": "={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"read:jira-user read:jira-work write:jira-work manage:jira-webhook manage:jira-user offline_access\"}}"
|
|
9956
|
+
}
|
|
9957
|
+
],
|
|
9958
|
+
"source": "n8n-cache",
|
|
9959
|
+
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/credentials/JiraSoftwareCloudOAuth2Api.credentials.js",
|
|
9960
|
+
"usedByNodes": [
|
|
9961
|
+
{
|
|
9962
|
+
"nodeName": "jira",
|
|
9963
|
+
"nodeType": "n8n-nodes-base.jira",
|
|
9964
|
+
"nodeDisplayName": "Jira Software",
|
|
9965
|
+
"required": true
|
|
9966
|
+
},
|
|
9967
|
+
{
|
|
9968
|
+
"nodeName": "jiraTrigger",
|
|
9969
|
+
"nodeType": "n8n-nodes-base.jiraTrigger",
|
|
9970
|
+
"nodeDisplayName": "Jira Trigger",
|
|
9971
|
+
"required": true
|
|
9972
|
+
},
|
|
9973
|
+
{
|
|
9974
|
+
"nodeName": "jiraTool",
|
|
9975
|
+
"nodeType": "n8n-nodes-base.jiraTool",
|
|
9976
|
+
"nodeDisplayName": "Jira Software Tool",
|
|
9977
|
+
"required": true
|
|
9978
|
+
}
|
|
9979
|
+
]
|
|
9980
|
+
},
|
|
9779
9981
|
{
|
|
9780
9982
|
"typeName": "jiraSoftwareServerApi",
|
|
9781
9983
|
"displayName": "Jira SW Server API",
|
|
@@ -11655,6 +11857,12 @@
|
|
|
11655
11857
|
"nodeType": "@n8n/n8n-nodes-langchain.mcpClientTool",
|
|
11656
11858
|
"nodeDisplayName": "MCP Client Tool",
|
|
11657
11859
|
"required": true
|
|
11860
|
+
},
|
|
11861
|
+
{
|
|
11862
|
+
"nodeName": "mcpRegistryClientTool",
|
|
11863
|
+
"nodeType": "@n8n/n8n-nodes-langchain.mcpRegistryClientTool",
|
|
11864
|
+
"nodeDisplayName": "MCP Registry Client (internal)",
|
|
11865
|
+
"required": true
|
|
11658
11866
|
}
|
|
11659
11867
|
]
|
|
11660
11868
|
},
|
|
@@ -14770,14 +14978,19 @@
|
|
|
14770
14978
|
"name": "jweEnabled",
|
|
14771
14979
|
"type": "boolean",
|
|
14772
14980
|
"default": false,
|
|
14773
|
-
"description": "Whether the IdP returns tokens encrypted as JWE to the public key at this instance’s JWKS endpoint. The response must contain at least one JWE-encrypted token (access or ID token); fully plaintext responses are rejected.
|
|
14981
|
+
"description": "Whether the IdP returns tokens encrypted as JWE to the public key at this instance’s JWKS endpoint. The response must contain at least one JWE-encrypted token (access or ID token); fully plaintext responses are rejected.",
|
|
14982
|
+
"envFeatureFlag": "OAUTH2_JWE",
|
|
14774
14983
|
"doNotInherit": true
|
|
14775
14984
|
},
|
|
14776
14985
|
{
|
|
14777
|
-
"displayName": "",
|
|
14778
|
-
"name": "
|
|
14779
|
-
"type": "
|
|
14986
|
+
"displayName": "JWKS URI",
|
|
14987
|
+
"name": "jwksUri",
|
|
14988
|
+
"type": "string",
|
|
14989
|
+
"typeOptions": {
|
|
14990
|
+
"copyButton": true
|
|
14991
|
+
},
|
|
14780
14992
|
"default": "",
|
|
14993
|
+
"description": "Provide this URL to your IdP so it can fetch the public key used to encrypt access and ID tokens for this instance.",
|
|
14781
14994
|
"displayOptions": {
|
|
14782
14995
|
"show": {
|
|
14783
14996
|
"jweEnabled": [
|
|
@@ -15006,6 +15219,16 @@
|
|
|
15006
15219
|
"password": true
|
|
15007
15220
|
},
|
|
15008
15221
|
"default": ""
|
|
15222
|
+
},
|
|
15223
|
+
{
|
|
15224
|
+
"displayName": "Signing Secret",
|
|
15225
|
+
"name": "signingSecret",
|
|
15226
|
+
"type": "string",
|
|
15227
|
+
"typeOptions": {
|
|
15228
|
+
"password": true
|
|
15229
|
+
},
|
|
15230
|
+
"default": "",
|
|
15231
|
+
"description": "Used to verify webhook authenticity. Found in Onfleet under Settings → API & Webhooks."
|
|
15009
15232
|
}
|
|
15010
15233
|
],
|
|
15011
15234
|
"source": "n8n-cache",
|
|
@@ -20731,6 +20954,16 @@
|
|
|
20731
20954
|
"displayName": "Slack OAuth2 API",
|
|
20732
20955
|
"documentationUrl": "slack",
|
|
20733
20956
|
"properties": [
|
|
20957
|
+
{
|
|
20958
|
+
"displayName": "Signature Secret",
|
|
20959
|
+
"name": "signatureSecret",
|
|
20960
|
+
"type": "string",
|
|
20961
|
+
"typeOptions": {
|
|
20962
|
+
"password": true
|
|
20963
|
+
},
|
|
20964
|
+
"default": "",
|
|
20965
|
+
"description": "The signing secret is used to verify the authenticity of requests sent by Slack."
|
|
20966
|
+
},
|
|
20734
20967
|
{
|
|
20735
20968
|
"displayName": "Grant Type",
|
|
20736
20969
|
"name": "grantType",
|
|
@@ -21602,17 +21835,51 @@
|
|
|
21602
21835
|
"required": true
|
|
21603
21836
|
},
|
|
21604
21837
|
{
|
|
21605
|
-
"displayName": "
|
|
21606
|
-
"name": "
|
|
21838
|
+
"displayName": "Auth URI Query Parameters",
|
|
21839
|
+
"name": "authQueryParameters",
|
|
21607
21840
|
"type": "hidden",
|
|
21841
|
+
"default": ""
|
|
21842
|
+
},
|
|
21843
|
+
{
|
|
21844
|
+
"displayName": "Custom Scopes",
|
|
21845
|
+
"name": "customScopes",
|
|
21846
|
+
"type": "boolean",
|
|
21847
|
+
"default": false,
|
|
21848
|
+
"description": "Whether to define custom OAuth2 scopes instead of the defaults"
|
|
21849
|
+
},
|
|
21850
|
+
{
|
|
21851
|
+
"displayName": "The default scopes needed for the node to work are already set. If you change these the node may not function correctly.",
|
|
21852
|
+
"name": "customScopesNotice",
|
|
21853
|
+
"type": "notice",
|
|
21854
|
+
"default": "",
|
|
21855
|
+
"displayOptions": {
|
|
21856
|
+
"show": {
|
|
21857
|
+
"customScopes": [
|
|
21858
|
+
true
|
|
21859
|
+
]
|
|
21860
|
+
}
|
|
21861
|
+
}
|
|
21862
|
+
},
|
|
21863
|
+
{
|
|
21864
|
+
"displayName": "Enabled Scopes",
|
|
21865
|
+
"name": "enabledScopes",
|
|
21866
|
+
"type": "string",
|
|
21867
|
+
"displayOptions": {
|
|
21868
|
+
"show": {
|
|
21869
|
+
"customScopes": [
|
|
21870
|
+
true
|
|
21871
|
+
]
|
|
21872
|
+
}
|
|
21873
|
+
},
|
|
21608
21874
|
"default": "activity:read_all,activity:write",
|
|
21609
|
-
"
|
|
21875
|
+
"description": "Comma-separated list of Strava OAuth2 scopes to request"
|
|
21610
21876
|
},
|
|
21611
21877
|
{
|
|
21612
|
-
"displayName": "
|
|
21613
|
-
"name": "
|
|
21878
|
+
"displayName": "Scope",
|
|
21879
|
+
"name": "scope",
|
|
21614
21880
|
"type": "hidden",
|
|
21615
|
-
"default": ""
|
|
21881
|
+
"default": "={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"activity:read_all,activity:write\"}}",
|
|
21882
|
+
"required": true
|
|
21616
21883
|
},
|
|
21617
21884
|
{
|
|
21618
21885
|
"displayName": "Authentication",
|
|
@@ -22527,11 +22794,12 @@
|
|
|
22527
22794
|
{
|
|
22528
22795
|
"displayName": "OAuth Secret",
|
|
22529
22796
|
"name": "oauthSecret",
|
|
22530
|
-
"type": "
|
|
22797
|
+
"type": "string",
|
|
22531
22798
|
"typeOptions": {
|
|
22532
22799
|
"password": true
|
|
22533
22800
|
},
|
|
22534
|
-
"default": ""
|
|
22801
|
+
"default": "",
|
|
22802
|
+
"description": "Used to verify webhook authenticity. Found under the API Key tab at trello.com/power-ups/admin."
|
|
22535
22803
|
}
|
|
22536
22804
|
],
|
|
22537
22805
|
"source": "n8n-cache",
|