@connectorx/n8n-nodes-cortex 0.1.8 → 0.1.9

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.
@@ -14,14 +14,6 @@ class CortexApi {
14
14
  description: 'The base URL of the Cortex API (e.g. https://your-project.supabase.co/functions/v1/api) - Do not include trailing slash',
15
15
  required: true,
16
16
  },
17
- {
18
- displayName: 'Tenant ID',
19
- name: 'tenantId',
20
- type: 'string',
21
- default: '',
22
- description: 'The Tenant ID (e.g. tenant_123)',
23
- required: true,
24
- },
25
17
  {
26
18
  displayName: 'Access Token',
27
19
  name: 'accessToken',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectorx/n8n-nodes-cortex",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "n8n nodes for Cortex API",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"