@n8n-as-code/skills 2.3.0-next.123 → 2.3.0
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/agent-skills/n8n-architect/SKILL.md +45 -39
- package/dist/assets/n8n-credentials-ontology.json +658 -27
- package/dist/assets/n8n-docs-complete.json +5278 -4963
- package/dist/assets/n8n-knowledge-index.json +3100 -2302
- package/dist/assets/n8n-nodes-index.json +7854 -2895
- package/dist/assets/n8n-nodes-technical.json +7915 -2600
- package/dist/assets/workflows-index.json +9026 -437
- package/dist/services/ai-context-generator.d.ts.map +1 -1
- package/dist/services/ai-context-generator.js +4 -5
- package/dist/services/ai-context-generator.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-
|
|
2
|
+
"generatedAt": "2026-06-09T16:01:06.924Z",
|
|
3
3
|
"n8nVersion": "unknown",
|
|
4
|
-
"sourceFileCount":
|
|
4
|
+
"sourceFileCount": 436,
|
|
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"
|
|
@@ -2401,7 +2401,7 @@
|
|
|
2401
2401
|
{
|
|
2402
2402
|
"typeName": "bitbucketAccessTokenApi",
|
|
2403
2403
|
"displayName": "Bitbucket Access Token API",
|
|
2404
|
-
"documentationUrl": "
|
|
2404
|
+
"documentationUrl": "bitbucket",
|
|
2405
2405
|
"properties": [
|
|
2406
2406
|
{
|
|
2407
2407
|
"displayName": "Email",
|
|
@@ -2684,6 +2684,26 @@
|
|
|
2684
2684
|
"name": "authentication",
|
|
2685
2685
|
"type": "hidden",
|
|
2686
2686
|
"default": "body"
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"displayName": "Primary Signature Key",
|
|
2690
|
+
"name": "signingKeyPrimary",
|
|
2691
|
+
"type": "string",
|
|
2692
|
+
"typeOptions": {
|
|
2693
|
+
"password": true
|
|
2694
|
+
},
|
|
2695
|
+
"default": "",
|
|
2696
|
+
"description": "Used to verify the authenticity of webhook requests. Find it in the Box Developer Console under your app's Webhooks tab > Manage signature keys."
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"displayName": "Secondary Signature Key",
|
|
2700
|
+
"name": "signingKeySecondary",
|
|
2701
|
+
"type": "string",
|
|
2702
|
+
"typeOptions": {
|
|
2703
|
+
"password": true
|
|
2704
|
+
},
|
|
2705
|
+
"default": "",
|
|
2706
|
+
"description": "Used to verify the authenticity of webhook requests during key rotation. Find it in the Box Developer Console under your app's Webhooks tab > Manage signature keys."
|
|
2687
2707
|
}
|
|
2688
2708
|
],
|
|
2689
2709
|
"source": "n8n-cache",
|
|
@@ -4129,6 +4149,38 @@
|
|
|
4129
4149
|
"password": true
|
|
4130
4150
|
},
|
|
4131
4151
|
"default": ""
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"displayName": "Encryption Passphrase",
|
|
4155
|
+
"name": "encryptionPassphrase",
|
|
4156
|
+
"type": "string",
|
|
4157
|
+
"description": "Passphrase for symmetric Encrypt/Decrypt. Use 16+ random characters or a strong passphrase generated by a password manager.",
|
|
4158
|
+
"typeOptions": {
|
|
4159
|
+
"password": true
|
|
4160
|
+
},
|
|
4161
|
+
"default": ""
|
|
4162
|
+
},
|
|
4163
|
+
{
|
|
4164
|
+
"displayName": "Encryption Public Key",
|
|
4165
|
+
"name": "encryptionPublicKey",
|
|
4166
|
+
"type": "string",
|
|
4167
|
+
"description": "RSA public key (PEM, SPKI format) used by Encrypt in asymmetric mode. RSA-OAEP-SHA256 can only encrypt small payloads (~190 bytes with a 2048-bit key); use symmetric mode for larger data.",
|
|
4168
|
+
"typeOptions": {
|
|
4169
|
+
"rows": 4,
|
|
4170
|
+
"password": true
|
|
4171
|
+
},
|
|
4172
|
+
"default": ""
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"displayName": "Encryption Private Key",
|
|
4176
|
+
"name": "encryptionPrivateKey",
|
|
4177
|
+
"type": "string",
|
|
4178
|
+
"description": "RSA private key (PEM, PKCS#8 format) used by Decrypt in asymmetric mode",
|
|
4179
|
+
"typeOptions": {
|
|
4180
|
+
"rows": 4,
|
|
4181
|
+
"password": true
|
|
4182
|
+
},
|
|
4183
|
+
"default": ""
|
|
4132
4184
|
}
|
|
4133
4185
|
],
|
|
4134
4186
|
"source": "n8n-cache",
|
|
@@ -5621,6 +5673,101 @@
|
|
|
5621
5673
|
}
|
|
5622
5674
|
]
|
|
5623
5675
|
},
|
|
5676
|
+
{
|
|
5677
|
+
"typeName": "facebookGraphApiOAuth2Api",
|
|
5678
|
+
"displayName": "Facebook Graph OAuth2 API",
|
|
5679
|
+
"documentationUrl": "facebookgraph",
|
|
5680
|
+
"properties": [
|
|
5681
|
+
{
|
|
5682
|
+
"displayName": "Grant Type",
|
|
5683
|
+
"name": "grantType",
|
|
5684
|
+
"type": "hidden",
|
|
5685
|
+
"default": "authorizationCode"
|
|
5686
|
+
},
|
|
5687
|
+
{
|
|
5688
|
+
"displayName": "Authorization URL",
|
|
5689
|
+
"name": "authUrl",
|
|
5690
|
+
"type": "hidden",
|
|
5691
|
+
"default": "https://www.facebook.com/v25.0/dialog/oauth",
|
|
5692
|
+
"required": true
|
|
5693
|
+
},
|
|
5694
|
+
{
|
|
5695
|
+
"displayName": "Access Token URL",
|
|
5696
|
+
"name": "accessTokenUrl",
|
|
5697
|
+
"type": "hidden",
|
|
5698
|
+
"default": "https://graph.facebook.com/v25.0/oauth/access_token",
|
|
5699
|
+
"required": true
|
|
5700
|
+
},
|
|
5701
|
+
{
|
|
5702
|
+
"displayName": "Auth URI Query Parameters",
|
|
5703
|
+
"name": "authQueryParameters",
|
|
5704
|
+
"type": "hidden",
|
|
5705
|
+
"default": ""
|
|
5706
|
+
},
|
|
5707
|
+
{
|
|
5708
|
+
"displayName": "Authentication",
|
|
5709
|
+
"name": "authentication",
|
|
5710
|
+
"type": "hidden",
|
|
5711
|
+
"default": "header"
|
|
5712
|
+
},
|
|
5713
|
+
{
|
|
5714
|
+
"displayName": "Custom Scopes",
|
|
5715
|
+
"name": "customScopes",
|
|
5716
|
+
"type": "boolean",
|
|
5717
|
+
"default": false,
|
|
5718
|
+
"description": "Whether to define custom OAuth2 scopes instead of the defaults"
|
|
5719
|
+
},
|
|
5720
|
+
{
|
|
5721
|
+
"displayName": "The default scopes needed for the node to work are already set. If you change these the node may not function correctly.",
|
|
5722
|
+
"name": "customScopesNotice",
|
|
5723
|
+
"type": "notice",
|
|
5724
|
+
"default": "",
|
|
5725
|
+
"displayOptions": {
|
|
5726
|
+
"show": {
|
|
5727
|
+
"customScopes": [
|
|
5728
|
+
true
|
|
5729
|
+
]
|
|
5730
|
+
}
|
|
5731
|
+
}
|
|
5732
|
+
},
|
|
5733
|
+
{
|
|
5734
|
+
"displayName": "Enabled Scopes",
|
|
5735
|
+
"name": "enabledScopes",
|
|
5736
|
+
"type": "string",
|
|
5737
|
+
"displayOptions": {
|
|
5738
|
+
"show": {
|
|
5739
|
+
"customScopes": [
|
|
5740
|
+
true
|
|
5741
|
+
]
|
|
5742
|
+
}
|
|
5743
|
+
},
|
|
5744
|
+
"default": "public_profile email pages_show_list pages_read_engagement pages_read_user_content pages_manage_metadata pages_manage_posts business_management",
|
|
5745
|
+
"description": "Space-separated list of OAuth2 scopes to request"
|
|
5746
|
+
},
|
|
5747
|
+
{
|
|
5748
|
+
"displayName": "Scope",
|
|
5749
|
+
"name": "scope",
|
|
5750
|
+
"type": "hidden",
|
|
5751
|
+
"default": "={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"public_profile email pages_show_list pages_read_engagement pages_read_user_content pages_manage_metadata pages_manage_posts business_management\"}}"
|
|
5752
|
+
}
|
|
5753
|
+
],
|
|
5754
|
+
"source": "n8n-cache",
|
|
5755
|
+
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/credentials/FacebookGraphApiOAuth2Api.credentials.js",
|
|
5756
|
+
"usedByNodes": [
|
|
5757
|
+
{
|
|
5758
|
+
"nodeName": "facebookGraphApi",
|
|
5759
|
+
"nodeType": "n8n-nodes-base.facebookGraphApi",
|
|
5760
|
+
"nodeDisplayName": "Facebook Graph API",
|
|
5761
|
+
"required": true
|
|
5762
|
+
},
|
|
5763
|
+
{
|
|
5764
|
+
"nodeName": "facebookGraphApiTool",
|
|
5765
|
+
"nodeType": "n8n-nodes-base.facebookGraphApiTool",
|
|
5766
|
+
"nodeDisplayName": "Facebook Graph API Tool",
|
|
5767
|
+
"required": true
|
|
5768
|
+
}
|
|
5769
|
+
]
|
|
5770
|
+
},
|
|
5624
5771
|
{
|
|
5625
5772
|
"typeName": "facebookGraphAppApi",
|
|
5626
5773
|
"displayName": "Facebook Graph API (App)",
|
|
@@ -5648,6 +5795,33 @@
|
|
|
5648
5795
|
}
|
|
5649
5796
|
]
|
|
5650
5797
|
},
|
|
5798
|
+
{
|
|
5799
|
+
"typeName": "facebookGraphAppOAuth2Api",
|
|
5800
|
+
"displayName": "Facebook Graph (App) OAuth2 API",
|
|
5801
|
+
"documentationUrl": "facebookapp",
|
|
5802
|
+
"properties": [
|
|
5803
|
+
{
|
|
5804
|
+
"displayName": "App Secret",
|
|
5805
|
+
"name": "appSecret",
|
|
5806
|
+
"type": "string",
|
|
5807
|
+
"typeOptions": {
|
|
5808
|
+
"password": true
|
|
5809
|
+
},
|
|
5810
|
+
"default": "",
|
|
5811
|
+
"description": "(Optional) When set, the node will verify incoming webhook payloads for added security"
|
|
5812
|
+
}
|
|
5813
|
+
],
|
|
5814
|
+
"source": "n8n-cache",
|
|
5815
|
+
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/credentials/FacebookGraphAppOAuth2Api.credentials.js",
|
|
5816
|
+
"usedByNodes": [
|
|
5817
|
+
{
|
|
5818
|
+
"nodeName": "facebookTrigger",
|
|
5819
|
+
"nodeType": "n8n-nodes-base.facebookTrigger",
|
|
5820
|
+
"nodeDisplayName": "Facebook Trigger",
|
|
5821
|
+
"required": true
|
|
5822
|
+
}
|
|
5823
|
+
]
|
|
5824
|
+
},
|
|
5651
5825
|
{
|
|
5652
5826
|
"typeName": "facebookLeadAdsOAuth2Api",
|
|
5653
5827
|
"displayName": "Facebook Lead Ads OAuth2 API",
|
|
@@ -8359,6 +8533,95 @@
|
|
|
8359
8533
|
}
|
|
8360
8534
|
]
|
|
8361
8535
|
},
|
|
8536
|
+
{
|
|
8537
|
+
"typeName": "gumroadOAuth2Api",
|
|
8538
|
+
"displayName": "Gumroad OAuth2 API",
|
|
8539
|
+
"documentationUrl": "gumroad",
|
|
8540
|
+
"properties": [
|
|
8541
|
+
{
|
|
8542
|
+
"displayName": "Grant Type",
|
|
8543
|
+
"name": "grantType",
|
|
8544
|
+
"type": "hidden",
|
|
8545
|
+
"default": "authorizationCode"
|
|
8546
|
+
},
|
|
8547
|
+
{
|
|
8548
|
+
"displayName": "Authorization URL",
|
|
8549
|
+
"name": "authUrl",
|
|
8550
|
+
"type": "hidden",
|
|
8551
|
+
"default": "https://gumroad.com/oauth/authorize",
|
|
8552
|
+
"required": true
|
|
8553
|
+
},
|
|
8554
|
+
{
|
|
8555
|
+
"displayName": "Access Token URL",
|
|
8556
|
+
"name": "accessTokenUrl",
|
|
8557
|
+
"type": "hidden",
|
|
8558
|
+
"default": "https://gumroad.com/oauth/token",
|
|
8559
|
+
"required": true
|
|
8560
|
+
},
|
|
8561
|
+
{
|
|
8562
|
+
"displayName": "Auth URI Query Parameters",
|
|
8563
|
+
"name": "authQueryParameters",
|
|
8564
|
+
"type": "hidden",
|
|
8565
|
+
"default": ""
|
|
8566
|
+
},
|
|
8567
|
+
{
|
|
8568
|
+
"displayName": "Authentication",
|
|
8569
|
+
"name": "authentication",
|
|
8570
|
+
"type": "hidden",
|
|
8571
|
+
"default": "body"
|
|
8572
|
+
},
|
|
8573
|
+
{
|
|
8574
|
+
"displayName": "Custom Scopes",
|
|
8575
|
+
"name": "customScopes",
|
|
8576
|
+
"type": "boolean",
|
|
8577
|
+
"default": false,
|
|
8578
|
+
"description": "Define custom scopes"
|
|
8579
|
+
},
|
|
8580
|
+
{
|
|
8581
|
+
"displayName": "The default scopes needed for the node to work are already set. If you change these the node may not function correctly.",
|
|
8582
|
+
"name": "customScopesNotice",
|
|
8583
|
+
"type": "notice",
|
|
8584
|
+
"default": "",
|
|
8585
|
+
"displayOptions": {
|
|
8586
|
+
"show": {
|
|
8587
|
+
"customScopes": [
|
|
8588
|
+
true
|
|
8589
|
+
]
|
|
8590
|
+
}
|
|
8591
|
+
}
|
|
8592
|
+
},
|
|
8593
|
+
{
|
|
8594
|
+
"displayName": "Enabled Scopes",
|
|
8595
|
+
"name": "enabledScopes",
|
|
8596
|
+
"type": "string",
|
|
8597
|
+
"displayOptions": {
|
|
8598
|
+
"show": {
|
|
8599
|
+
"customScopes": [
|
|
8600
|
+
true
|
|
8601
|
+
]
|
|
8602
|
+
}
|
|
8603
|
+
},
|
|
8604
|
+
"default": "view_sales",
|
|
8605
|
+
"description": "Space-separated list of scopes that should be enabled"
|
|
8606
|
+
},
|
|
8607
|
+
{
|
|
8608
|
+
"displayName": "Scope",
|
|
8609
|
+
"name": "scope",
|
|
8610
|
+
"type": "hidden",
|
|
8611
|
+
"default": "={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"view_sales\"}}"
|
|
8612
|
+
}
|
|
8613
|
+
],
|
|
8614
|
+
"source": "n8n-cache",
|
|
8615
|
+
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/credentials/GumroadOAuth2Api.credentials.js",
|
|
8616
|
+
"usedByNodes": [
|
|
8617
|
+
{
|
|
8618
|
+
"nodeName": "gumroadTrigger",
|
|
8619
|
+
"nodeType": "n8n-nodes-base.gumroadTrigger",
|
|
8620
|
+
"nodeDisplayName": "Gumroad Trigger",
|
|
8621
|
+
"required": true
|
|
8622
|
+
}
|
|
8623
|
+
]
|
|
8624
|
+
},
|
|
8362
8625
|
{
|
|
8363
8626
|
"typeName": "haloPSAApi",
|
|
8364
8627
|
"displayName": "HaloPSA API",
|
|
@@ -8850,7 +9113,7 @@
|
|
|
8850
9113
|
"resolvableField": true
|
|
8851
9114
|
},
|
|
8852
9115
|
{
|
|
8853
|
-
"displayName": "This credential uses the \"Authorization\" header. To use a custom header, use a \"
|
|
9116
|
+
"displayName": "This credential uses the \"Authorization\" header. To use a custom header, use a \"Header Auth\" credential instead",
|
|
8854
9117
|
"name": "useCustomAuth",
|
|
8855
9118
|
"type": "notice",
|
|
8856
9119
|
"default": ""
|
|
@@ -10846,7 +11109,7 @@
|
|
|
10846
11109
|
"displayName": "Scope",
|
|
10847
11110
|
"name": "scope",
|
|
10848
11111
|
"type": "hidden",
|
|
10849
|
-
"default": "={{$self[\"includeAdminScope\"] ? \"
|
|
11112
|
+
"default": "={{\"read write issues:create comments:create\" + ($self[\"includeAdminScope\"] ? \" admin\" : \"\") + ($self[\"actor\"] === \"app\" ? \" app:mentionable\" : \"\")}}",
|
|
10850
11113
|
"required": true
|
|
10851
11114
|
},
|
|
10852
11115
|
{
|
|
@@ -11055,6 +11318,12 @@
|
|
|
11055
11318
|
"displayName": "LinkedIn OAuth2 API",
|
|
11056
11319
|
"documentationUrl": "linkedin",
|
|
11057
11320
|
"properties": [
|
|
11321
|
+
{
|
|
11322
|
+
"displayName": "Standard LinkedIn apps issue access tokens valid for 60 days and do not return a refresh token. You will need to reconnect this credential when the token expires. Automatic token refresh requires <a href=\"https://learn.microsoft.com/en-us/linkedin/marketing/\" target=\"_blank\">Marketing Developer Platform</a> access from LinkedIn.",
|
|
11323
|
+
"name": "standardAuthNotice",
|
|
11324
|
+
"type": "notice",
|
|
11325
|
+
"default": ""
|
|
11326
|
+
},
|
|
11058
11327
|
{
|
|
11059
11328
|
"displayName": "Grant Type",
|
|
11060
11329
|
"name": "grantType",
|
|
@@ -12582,26 +12851,60 @@
|
|
|
12582
12851
|
"documentationUrl": "microsoft",
|
|
12583
12852
|
"properties": [
|
|
12584
12853
|
{
|
|
12585
|
-
"displayName": "
|
|
12586
|
-
"name": "
|
|
12587
|
-
"type": "
|
|
12588
|
-
"default":
|
|
12589
|
-
|
|
12590
|
-
],
|
|
12591
|
-
"source": "n8n-cache",
|
|
12592
|
-
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/credentials/MicrosoftOneDriveOAuth2Api.credentials.js",
|
|
12593
|
-
"usedByNodes": [
|
|
12594
|
-
{
|
|
12595
|
-
"nodeName": "microsoftOneDrive",
|
|
12596
|
-
"nodeType": "n8n-nodes-base.microsoftOneDrive",
|
|
12597
|
-
"nodeDisplayName": "Microsoft OneDrive",
|
|
12598
|
-
"required": true
|
|
12854
|
+
"displayName": "Custom Scopes",
|
|
12855
|
+
"name": "customScopes",
|
|
12856
|
+
"type": "boolean",
|
|
12857
|
+
"default": false,
|
|
12858
|
+
"description": "Define custom scopes"
|
|
12599
12859
|
},
|
|
12600
12860
|
{
|
|
12601
|
-
"
|
|
12602
|
-
"
|
|
12603
|
-
"
|
|
12604
|
-
"
|
|
12861
|
+
"displayName": "The default scopes needed for the node to work are already set, If you change these the node may not function correctly.",
|
|
12862
|
+
"name": "customScopesNotice",
|
|
12863
|
+
"type": "notice",
|
|
12864
|
+
"default": "",
|
|
12865
|
+
"displayOptions": {
|
|
12866
|
+
"show": {
|
|
12867
|
+
"customScopes": [
|
|
12868
|
+
true
|
|
12869
|
+
]
|
|
12870
|
+
}
|
|
12871
|
+
}
|
|
12872
|
+
},
|
|
12873
|
+
{
|
|
12874
|
+
"displayName": "Enabled Scopes",
|
|
12875
|
+
"name": "enabledScopes",
|
|
12876
|
+
"type": "string",
|
|
12877
|
+
"displayOptions": {
|
|
12878
|
+
"show": {
|
|
12879
|
+
"customScopes": [
|
|
12880
|
+
true
|
|
12881
|
+
]
|
|
12882
|
+
}
|
|
12883
|
+
},
|
|
12884
|
+
"default": "openid offline_access Files.ReadWrite.All",
|
|
12885
|
+
"description": "Scopes that should be enabled"
|
|
12886
|
+
},
|
|
12887
|
+
{
|
|
12888
|
+
"displayName": "Scope",
|
|
12889
|
+
"name": "scope",
|
|
12890
|
+
"type": "hidden",
|
|
12891
|
+
"default": "={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access Files.ReadWrite.All\"}}"
|
|
12892
|
+
}
|
|
12893
|
+
],
|
|
12894
|
+
"source": "n8n-cache",
|
|
12895
|
+
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/credentials/MicrosoftOneDriveOAuth2Api.credentials.js",
|
|
12896
|
+
"usedByNodes": [
|
|
12897
|
+
{
|
|
12898
|
+
"nodeName": "microsoftOneDrive",
|
|
12899
|
+
"nodeType": "n8n-nodes-base.microsoftOneDrive",
|
|
12900
|
+
"nodeDisplayName": "Microsoft OneDrive",
|
|
12901
|
+
"required": true
|
|
12902
|
+
},
|
|
12903
|
+
{
|
|
12904
|
+
"nodeName": "microsoftOneDriveTrigger",
|
|
12905
|
+
"nodeType": "n8n-nodes-base.microsoftOneDriveTrigger",
|
|
12906
|
+
"nodeDisplayName": "Microsoft OneDrive Trigger",
|
|
12907
|
+
"required": true
|
|
12605
12908
|
},
|
|
12606
12909
|
{
|
|
12607
12910
|
"nodeName": "microsoftOneDriveTool",
|
|
@@ -12616,11 +12919,45 @@
|
|
|
12616
12919
|
"displayName": "Microsoft Outlook OAuth2 API",
|
|
12617
12920
|
"documentationUrl": "microsoft",
|
|
12618
12921
|
"properties": [
|
|
12922
|
+
{
|
|
12923
|
+
"displayName": "Custom Scopes",
|
|
12924
|
+
"name": "customScopes",
|
|
12925
|
+
"type": "boolean",
|
|
12926
|
+
"default": false,
|
|
12927
|
+
"description": "Define custom scopes"
|
|
12928
|
+
},
|
|
12929
|
+
{
|
|
12930
|
+
"displayName": "The default scopes needed for the node to work are already set. If you change these the node may not function correctly.",
|
|
12931
|
+
"name": "customScopesNotice",
|
|
12932
|
+
"type": "notice",
|
|
12933
|
+
"default": "",
|
|
12934
|
+
"displayOptions": {
|
|
12935
|
+
"show": {
|
|
12936
|
+
"customScopes": [
|
|
12937
|
+
true
|
|
12938
|
+
]
|
|
12939
|
+
}
|
|
12940
|
+
}
|
|
12941
|
+
},
|
|
12942
|
+
{
|
|
12943
|
+
"displayName": "Enabled Scopes",
|
|
12944
|
+
"name": "enabledScopes",
|
|
12945
|
+
"type": "string",
|
|
12946
|
+
"displayOptions": {
|
|
12947
|
+
"show": {
|
|
12948
|
+
"customScopes": [
|
|
12949
|
+
true
|
|
12950
|
+
]
|
|
12951
|
+
}
|
|
12952
|
+
},
|
|
12953
|
+
"default": "openid offline_access Contacts.Read Contacts.ReadWrite Calendars.Read Calendars.Read.Shared Calendars.ReadWrite Mail.ReadWrite Mail.ReadWrite.Shared Mail.Send Mail.Send.Shared MailboxSettings.Read",
|
|
12954
|
+
"description": "Scopes that should be enabled"
|
|
12955
|
+
},
|
|
12619
12956
|
{
|
|
12620
12957
|
"displayName": "Scope",
|
|
12621
12958
|
"name": "scope",
|
|
12622
12959
|
"type": "hidden",
|
|
12623
|
-
"default": "openid offline_access Contacts.Read Contacts.ReadWrite Calendars.Read Calendars.Read.Shared Calendars.ReadWrite Mail.ReadWrite Mail.ReadWrite.Shared Mail.Send Mail.Send.Shared MailboxSettings.Read"
|
|
12960
|
+
"default": "={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access Contacts.Read Contacts.ReadWrite Calendars.Read Calendars.Read.Shared Calendars.ReadWrite Mail.ReadWrite Mail.ReadWrite.Shared Mail.Send Mail.Send.Shared MailboxSettings.Read\"}}"
|
|
12624
12961
|
},
|
|
12625
12962
|
{
|
|
12626
12963
|
"displayName": "Use Shared Mailbox",
|
|
@@ -12671,11 +13008,45 @@
|
|
|
12671
13008
|
"displayName": "Microsoft SharePoint OAuth2 API",
|
|
12672
13009
|
"documentationUrl": "microsoft",
|
|
12673
13010
|
"properties": [
|
|
13011
|
+
{
|
|
13012
|
+
"displayName": "Custom Scopes",
|
|
13013
|
+
"name": "customScopes",
|
|
13014
|
+
"type": "boolean",
|
|
13015
|
+
"default": false,
|
|
13016
|
+
"description": "Define custom scopes"
|
|
13017
|
+
},
|
|
13018
|
+
{
|
|
13019
|
+
"displayName": "The default scopes needed for the node to work are already set, If you change these the node may not function correctly. Use the <code>{subdomain}</code> placeholder to reference the Subdomain value below.",
|
|
13020
|
+
"name": "customScopesNotice",
|
|
13021
|
+
"type": "notice",
|
|
13022
|
+
"default": "",
|
|
13023
|
+
"displayOptions": {
|
|
13024
|
+
"show": {
|
|
13025
|
+
"customScopes": [
|
|
13026
|
+
true
|
|
13027
|
+
]
|
|
13028
|
+
}
|
|
13029
|
+
}
|
|
13030
|
+
},
|
|
13031
|
+
{
|
|
13032
|
+
"displayName": "Enabled Scopes",
|
|
13033
|
+
"name": "enabledScopes",
|
|
13034
|
+
"type": "string",
|
|
13035
|
+
"displayOptions": {
|
|
13036
|
+
"show": {
|
|
13037
|
+
"customScopes": [
|
|
13038
|
+
true
|
|
13039
|
+
]
|
|
13040
|
+
}
|
|
13041
|
+
},
|
|
13042
|
+
"default": "openid offline_access https://{subdomain}.sharepoint.com/.default",
|
|
13043
|
+
"description": "Scopes that should be enabled. Use <code>{subdomain}</code> as a placeholder that will be replaced with the Subdomain value."
|
|
13044
|
+
},
|
|
12674
13045
|
{
|
|
12675
13046
|
"displayName": "Scope",
|
|
12676
13047
|
"name": "scope",
|
|
12677
13048
|
"type": "hidden",
|
|
12678
|
-
"default": "=openid offline_access https://{
|
|
13049
|
+
"default": "={{($self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access https://{subdomain}.sharepoint.com/.default\").replace(/\\{subdomain\\}/g, $self[\"subdomain\"])}}"
|
|
12679
13050
|
},
|
|
12680
13051
|
{
|
|
12681
13052
|
"displayName": "Subdomain",
|
|
@@ -14487,14 +14858,16 @@
|
|
|
14487
14858
|
"typeOptions": {
|
|
14488
14859
|
"password": true
|
|
14489
14860
|
},
|
|
14490
|
-
"default": ""
|
|
14861
|
+
"default": "",
|
|
14862
|
+
"required": true
|
|
14491
14863
|
},
|
|
14492
14864
|
{
|
|
14493
14865
|
"displayName": "Host",
|
|
14494
14866
|
"name": "host",
|
|
14495
14867
|
"type": "string",
|
|
14496
14868
|
"default": "",
|
|
14497
|
-
"placeholder": "
|
|
14869
|
+
"placeholder": "https://app.nocodb.com",
|
|
14870
|
+
"required": true
|
|
14498
14871
|
}
|
|
14499
14872
|
],
|
|
14500
14873
|
"source": "n8n-cache",
|
|
@@ -14657,6 +15030,42 @@
|
|
|
14657
15030
|
}
|
|
14658
15031
|
]
|
|
14659
15032
|
},
|
|
15033
|
+
{
|
|
15034
|
+
"typeName": "nvidiaApi",
|
|
15035
|
+
"displayName": "NVIDIA Nemotron",
|
|
15036
|
+
"documentationUrl": "nvidia",
|
|
15037
|
+
"properties": [
|
|
15038
|
+
{
|
|
15039
|
+
"displayName": "Base URL",
|
|
15040
|
+
"name": "url",
|
|
15041
|
+
"type": "string",
|
|
15042
|
+
"required": true,
|
|
15043
|
+
"default": "https://integrate.api.nvidia.com/v1",
|
|
15044
|
+
"description": "Use the default for build.nvidia.com cloud, or change it to point at a self-hosted NIM container (e.g. http://localhost:8000/v1)"
|
|
15045
|
+
},
|
|
15046
|
+
{
|
|
15047
|
+
"displayName": "API Key",
|
|
15048
|
+
"name": "apiKey",
|
|
15049
|
+
"type": "string",
|
|
15050
|
+
"typeOptions": {
|
|
15051
|
+
"password": true
|
|
15052
|
+
},
|
|
15053
|
+
"required": false,
|
|
15054
|
+
"default": "",
|
|
15055
|
+
"description": "Required for build.nvidia.com cloud. Leave blank for a self-hosted NIM that does not require authentication"
|
|
15056
|
+
}
|
|
15057
|
+
],
|
|
15058
|
+
"source": "n8n-cache",
|
|
15059
|
+
"sourcePath": "/.n8n-cache/packages/@n8n/nodes-langchain/dist/credentials/NvidiaApi.credentials.js",
|
|
15060
|
+
"usedByNodes": [
|
|
15061
|
+
{
|
|
15062
|
+
"nodeName": "lmChatNvidia",
|
|
15063
|
+
"nodeType": "@n8n/n8n-nodes-langchain.lmChatNvidia",
|
|
15064
|
+
"nodeDisplayName": "NVIDIA Nemotron Chat Model",
|
|
15065
|
+
"required": true
|
|
15066
|
+
}
|
|
15067
|
+
]
|
|
15068
|
+
},
|
|
14660
15069
|
{
|
|
14661
15070
|
"typeName": "oAuth1Api",
|
|
14662
15071
|
"displayName": "OAuth1 API",
|
|
@@ -14999,6 +15408,24 @@
|
|
|
14999
15408
|
}
|
|
15000
15409
|
},
|
|
15001
15410
|
"doNotInherit": true
|
|
15411
|
+
},
|
|
15412
|
+
{
|
|
15413
|
+
"displayName": "Inline JWKS in Client Registration",
|
|
15414
|
+
"name": "inlineJwks",
|
|
15415
|
+
"type": "boolean",
|
|
15416
|
+
"default": false,
|
|
15417
|
+
"description": "Whether to send the public keys directly in the dynamic client registration payload instead of advertising a JWKS URI. Enable this when the IdP cannot reach this instance (e.g. when self-hosted behind a firewall).",
|
|
15418
|
+
"displayOptions": {
|
|
15419
|
+
"show": {
|
|
15420
|
+
"jweEnabled": [
|
|
15421
|
+
true
|
|
15422
|
+
],
|
|
15423
|
+
"useDynamicClientRegistration": [
|
|
15424
|
+
true
|
|
15425
|
+
]
|
|
15426
|
+
}
|
|
15427
|
+
},
|
|
15428
|
+
"doNotInherit": true
|
|
15002
15429
|
}
|
|
15003
15430
|
],
|
|
15004
15431
|
"source": "n8n-cache",
|
|
@@ -15023,6 +15450,12 @@
|
|
|
15023
15450
|
"displayName": "Odoo API",
|
|
15024
15451
|
"documentationUrl": "odoo",
|
|
15025
15452
|
"properties": [
|
|
15453
|
+
{
|
|
15454
|
+
"displayName": "⚠️ The /jsonrpc endpoint used by this credential is deprecated and will be removed in Odoo 22 (fall 2028) and Odoo Online 21.1 (winter 2027). Migrate to the API Key credential when upgrading to Odoo 19+. <a href=\"https://www.odoo.com/documentation/19.0/developer/reference/external_rpc_api.html\" target=\"_blank\">Learn more</a>",
|
|
15455
|
+
"name": "deprecationNotice",
|
|
15456
|
+
"type": "notice",
|
|
15457
|
+
"default": ""
|
|
15458
|
+
},
|
|
15026
15459
|
{
|
|
15027
15460
|
"displayName": "Site URL",
|
|
15028
15461
|
"name": "url",
|
|
@@ -15073,6 +15506,61 @@
|
|
|
15073
15506
|
}
|
|
15074
15507
|
]
|
|
15075
15508
|
},
|
|
15509
|
+
{
|
|
15510
|
+
"typeName": "odooApiKeyApi",
|
|
15511
|
+
"displayName": "Odoo API (API Key)",
|
|
15512
|
+
"documentationUrl": "odoo",
|
|
15513
|
+
"properties": [
|
|
15514
|
+
{
|
|
15515
|
+
"displayName": "Requires Odoo 19+ and a Custom pricing plan (not available on One App Free or Standard). Uses the /json/2 External JSON-2 API. <a href=\"https://www.odoo.com/documentation/19.0/developer/reference/external_api.html\" target=\"_blank\">Learn more</a>",
|
|
15516
|
+
"name": "apiNotice",
|
|
15517
|
+
"type": "notice",
|
|
15518
|
+
"default": ""
|
|
15519
|
+
},
|
|
15520
|
+
{
|
|
15521
|
+
"displayName": "Site URL",
|
|
15522
|
+
"name": "url",
|
|
15523
|
+
"type": "string",
|
|
15524
|
+
"default": "",
|
|
15525
|
+
"placeholder": "https://my-organization.odoo.com",
|
|
15526
|
+
"required": true
|
|
15527
|
+
},
|
|
15528
|
+
{
|
|
15529
|
+
"displayName": "Database Name",
|
|
15530
|
+
"name": "db",
|
|
15531
|
+
"type": "string",
|
|
15532
|
+
"default": "",
|
|
15533
|
+
"description": "Leave blank to auto-detect from the Site URL (e.g. my-organization). Required for self-hosted instances with multiple databases."
|
|
15534
|
+
},
|
|
15535
|
+
{
|
|
15536
|
+
"displayName": "API Key",
|
|
15537
|
+
"name": "apiKey",
|
|
15538
|
+
"type": "string",
|
|
15539
|
+
"default": "",
|
|
15540
|
+
"typeOptions": {
|
|
15541
|
+
"password": true
|
|
15542
|
+
},
|
|
15543
|
+
"required": true,
|
|
15544
|
+
"description": "Generate an API key in Odoo at Settings > Technical > API Keys. Requires Odoo 19+."
|
|
15545
|
+
}
|
|
15546
|
+
],
|
|
15547
|
+
"source": "n8n-cache",
|
|
15548
|
+
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/credentials/OdooApiKeyApi.credentials.js",
|
|
15549
|
+
"usedByNodes": [
|
|
15550
|
+
{
|
|
15551
|
+
"nodeName": "odoo",
|
|
15552
|
+
"nodeType": "n8n-nodes-base.odoo",
|
|
15553
|
+
"nodeDisplayName": "Odoo",
|
|
15554
|
+
"required": true
|
|
15555
|
+
},
|
|
15556
|
+
{
|
|
15557
|
+
"nodeName": "odooTool",
|
|
15558
|
+
"nodeType": "n8n-nodes-base.odooTool",
|
|
15559
|
+
"nodeDisplayName": "Odoo Tool",
|
|
15560
|
+
"required": true
|
|
15561
|
+
}
|
|
15562
|
+
]
|
|
15563
|
+
},
|
|
15076
15564
|
{
|
|
15077
15565
|
"typeName": "oktaApi",
|
|
15078
15566
|
"displayName": "Okta API",
|
|
@@ -15716,6 +16204,18 @@
|
|
|
15716
16204
|
"nodeDisplayName": "Oracle Database",
|
|
15717
16205
|
"required": true
|
|
15718
16206
|
},
|
|
16207
|
+
{
|
|
16208
|
+
"nodeName": "embeddingsOracleDb",
|
|
16209
|
+
"nodeType": "@n8n/n8n-nodes-langchain.embeddingsOracleDb",
|
|
16210
|
+
"nodeDisplayName": "Embeddings Oracle Database",
|
|
16211
|
+
"required": true
|
|
16212
|
+
},
|
|
16213
|
+
{
|
|
16214
|
+
"nodeName": "vectorStoreOracleDBVector",
|
|
16215
|
+
"nodeType": "@n8n/n8n-nodes-langchain.vectorStoreOracleDBVector",
|
|
16216
|
+
"nodeDisplayName": "Oracle Database Vector Store",
|
|
16217
|
+
"required": true
|
|
16218
|
+
},
|
|
15719
16219
|
{
|
|
15720
16220
|
"nodeName": "oracleDatabaseTool",
|
|
15721
16221
|
"nodeType": "n8n-nodes-base.oracleDatabaseTool",
|
|
@@ -21300,6 +21800,137 @@
|
|
|
21300
21800
|
}
|
|
21301
21801
|
]
|
|
21302
21802
|
},
|
|
21803
|
+
{
|
|
21804
|
+
"typeName": "snowflakeOAuth2Api",
|
|
21805
|
+
"displayName": "Snowflake OAuth2 API",
|
|
21806
|
+
"documentationUrl": "snowflake",
|
|
21807
|
+
"properties": [
|
|
21808
|
+
{
|
|
21809
|
+
"displayName": "Account",
|
|
21810
|
+
"name": "account",
|
|
21811
|
+
"type": "string",
|
|
21812
|
+
"default": "",
|
|
21813
|
+
"required": true,
|
|
21814
|
+
"description": "Your Snowflake account identifier (e.g. <code>xy12345</code> or <code>xy12345.us-east-1</code>). Used to construct the OAuth2 authorization and token URLs."
|
|
21815
|
+
},
|
|
21816
|
+
{
|
|
21817
|
+
"displayName": "Database",
|
|
21818
|
+
"name": "database",
|
|
21819
|
+
"type": "string",
|
|
21820
|
+
"default": "",
|
|
21821
|
+
"description": "Specify the database you want to use after creating the connection"
|
|
21822
|
+
},
|
|
21823
|
+
{
|
|
21824
|
+
"displayName": "Warehouse",
|
|
21825
|
+
"name": "warehouse",
|
|
21826
|
+
"type": "string",
|
|
21827
|
+
"default": "",
|
|
21828
|
+
"description": "The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc."
|
|
21829
|
+
},
|
|
21830
|
+
{
|
|
21831
|
+
"displayName": "Schema",
|
|
21832
|
+
"name": "schema",
|
|
21833
|
+
"type": "string",
|
|
21834
|
+
"default": "",
|
|
21835
|
+
"description": "Enter the schema you want to use after creating the connection"
|
|
21836
|
+
},
|
|
21837
|
+
{
|
|
21838
|
+
"displayName": "Client Session Keep Alive",
|
|
21839
|
+
"name": "clientSessionKeepAlive",
|
|
21840
|
+
"type": "boolean",
|
|
21841
|
+
"default": false,
|
|
21842
|
+
"description": "Whether to keep alive the client session. By default, client connections typically time out approximately 3-4 hours after the most recent query was executed. If the parameter clientSessionKeepAlive is set to true, the client's connection to the server will be kept alive indefinitely, even if no queries are executed."
|
|
21843
|
+
},
|
|
21844
|
+
{
|
|
21845
|
+
"displayName": "Grant Type",
|
|
21846
|
+
"name": "grantType",
|
|
21847
|
+
"type": "hidden",
|
|
21848
|
+
"default": "pkce"
|
|
21849
|
+
},
|
|
21850
|
+
{
|
|
21851
|
+
"displayName": "Authorization URL",
|
|
21852
|
+
"name": "authUrl",
|
|
21853
|
+
"type": "hidden",
|
|
21854
|
+
"default": "=https://{{$self[\"account\"]}}.snowflakecomputing.com/oauth/authorize",
|
|
21855
|
+
"required": true
|
|
21856
|
+
},
|
|
21857
|
+
{
|
|
21858
|
+
"displayName": "Access Token URL",
|
|
21859
|
+
"name": "accessTokenUrl",
|
|
21860
|
+
"type": "hidden",
|
|
21861
|
+
"default": "=https://{{$self[\"account\"]}}.snowflakecomputing.com/oauth/token-request",
|
|
21862
|
+
"required": true
|
|
21863
|
+
},
|
|
21864
|
+
{
|
|
21865
|
+
"displayName": "Auth URI Query Parameters",
|
|
21866
|
+
"name": "authQueryParameters",
|
|
21867
|
+
"type": "hidden",
|
|
21868
|
+
"default": ""
|
|
21869
|
+
},
|
|
21870
|
+
{
|
|
21871
|
+
"displayName": "Authentication",
|
|
21872
|
+
"name": "authentication",
|
|
21873
|
+
"type": "hidden",
|
|
21874
|
+
"default": "header"
|
|
21875
|
+
},
|
|
21876
|
+
{
|
|
21877
|
+
"displayName": "Custom Scopes",
|
|
21878
|
+
"name": "customScopes",
|
|
21879
|
+
"type": "boolean",
|
|
21880
|
+
"default": false,
|
|
21881
|
+
"description": "Define custom scopes"
|
|
21882
|
+
},
|
|
21883
|
+
{
|
|
21884
|
+
"displayName": "The default scopes needed for the node to work are already set. If you change these the node may not function correctly.",
|
|
21885
|
+
"name": "customScopesNotice",
|
|
21886
|
+
"type": "notice",
|
|
21887
|
+
"default": "",
|
|
21888
|
+
"displayOptions": {
|
|
21889
|
+
"show": {
|
|
21890
|
+
"customScopes": [
|
|
21891
|
+
true
|
|
21892
|
+
]
|
|
21893
|
+
}
|
|
21894
|
+
}
|
|
21895
|
+
},
|
|
21896
|
+
{
|
|
21897
|
+
"displayName": "Enabled Scopes",
|
|
21898
|
+
"name": "enabledScopes",
|
|
21899
|
+
"type": "string",
|
|
21900
|
+
"displayOptions": {
|
|
21901
|
+
"show": {
|
|
21902
|
+
"customScopes": [
|
|
21903
|
+
true
|
|
21904
|
+
]
|
|
21905
|
+
}
|
|
21906
|
+
},
|
|
21907
|
+
"default": "refresh_token session:role:SYSADMIN",
|
|
21908
|
+
"description": "Scopes that should be enabled"
|
|
21909
|
+
},
|
|
21910
|
+
{
|
|
21911
|
+
"displayName": "Scope",
|
|
21912
|
+
"name": "scope",
|
|
21913
|
+
"type": "hidden",
|
|
21914
|
+
"default": "={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"refresh_token session:role:SYSADMIN\"}}"
|
|
21915
|
+
}
|
|
21916
|
+
],
|
|
21917
|
+
"source": "n8n-cache",
|
|
21918
|
+
"sourcePath": "/.n8n-cache/packages/nodes-base/dist/credentials/SnowflakeOAuth2Api.credentials.js",
|
|
21919
|
+
"usedByNodes": [
|
|
21920
|
+
{
|
|
21921
|
+
"nodeName": "snowflake",
|
|
21922
|
+
"nodeType": "n8n-nodes-base.snowflake",
|
|
21923
|
+
"nodeDisplayName": "Snowflake",
|
|
21924
|
+
"required": true
|
|
21925
|
+
},
|
|
21926
|
+
{
|
|
21927
|
+
"nodeName": "snowflakeTool",
|
|
21928
|
+
"nodeType": "n8n-nodes-base.snowflakeTool",
|
|
21929
|
+
"nodeDisplayName": "Snowflake Tool",
|
|
21930
|
+
"required": true
|
|
21931
|
+
}
|
|
21932
|
+
]
|
|
21933
|
+
},
|
|
21303
21934
|
{
|
|
21304
21935
|
"typeName": "solarWindsIpamApi",
|
|
21305
21936
|
"displayName": "SolarWinds IPAM",
|