n8n-nodes-twenty-pro 0.1.1 → 0.1.2
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/nodes/actions/ApiKey/TwentyProApiKey.node.js +1 -1
- package/dist/nodes/actions/ApiKey/twentyPro.png +0 -0
- package/dist/nodes/actions/Attachment/TwentyProAttachment.node.js +1 -1
- package/dist/nodes/actions/Attachment/twentyPro.png +0 -0
- package/dist/nodes/actions/CalendarEvent/TwentyProCalendarEvent.node.js +1 -1
- package/dist/nodes/actions/CalendarEvent/twentyPro.png +0 -0
- package/dist/nodes/actions/Company/TwentyProCompany.node.js +1 -1
- package/dist/nodes/actions/Company/twentyPro.png +0 -0
- package/dist/nodes/actions/CustomObject/TwentyProCustomObject.node.js +1 -1
- package/dist/nodes/actions/CustomObject/twentyPro.png +0 -0
- package/dist/nodes/actions/Message/TwentyProMessage.node.js +1 -1
- package/dist/nodes/actions/Message/twentyPro.png +0 -0
- package/dist/nodes/actions/Note/TwentyProNote.node.js +1 -1
- package/dist/nodes/actions/Note/twentyPro.png +0 -0
- package/dist/nodes/actions/Opportunity/TwentyProOpportunity.node.js +1 -1
- package/dist/nodes/actions/Opportunity/twentyPro.png +0 -0
- package/dist/nodes/actions/Person/TwentyProPerson.node.js +1 -1
- package/dist/nodes/actions/Person/twentyPro.png +0 -0
- package/dist/nodes/actions/Task/TwentyProTask.node.js +1 -1
- package/dist/nodes/actions/Task/twentyPro.png +0 -0
- package/dist/nodes/actions/View/TwentyProView.node.js +1 -1
- package/dist/nodes/actions/View/twentyPro.png +0 -0
- package/dist/nodes/actions/Webhook/TwentyProWebhook.node.js +1 -1
- package/dist/nodes/actions/Webhook/twentyPro.png +0 -0
- package/dist/nodes/actions/Workflow/TwentyProWorkflow.node.js +1 -1
- package/dist/nodes/actions/Workflow/twentyPro.png +0 -0
- package/dist/nodes/triggers/ApiKey/TwentyProApiKeyTrigger.node.js +1 -1
- package/dist/nodes/triggers/ApiKey/twentyPro.png +0 -0
- package/dist/nodes/triggers/Attachment/TwentyProAttachmentTrigger.node.js +1 -1
- package/dist/nodes/triggers/Attachment/twentyPro.png +0 -0
- package/dist/nodes/triggers/CalendarEvent/TwentyProCalendarEventTrigger.node.js +1 -1
- package/dist/nodes/triggers/CalendarEvent/twentyPro.png +0 -0
- package/dist/nodes/triggers/Company/TwentyProCompanyTrigger.node.js +1 -1
- package/dist/nodes/triggers/Company/twentyPro.png +0 -0
- package/dist/nodes/triggers/CustomObject/TwentyProCustomObjectTrigger.node.js +1 -1
- package/dist/nodes/triggers/CustomObject/twentyPro.png +0 -0
- package/dist/nodes/triggers/Message/TwentyProMessageTrigger.node.js +1 -1
- package/dist/nodes/triggers/Message/twentyPro.png +0 -0
- package/dist/nodes/triggers/Note/TwentyProNoteTrigger.node.js +1 -1
- package/dist/nodes/triggers/Note/twentyPro.png +0 -0
- package/dist/nodes/triggers/Opportunity/TwentyProOpportunityTrigger.node.js +1 -1
- package/dist/nodes/triggers/Opportunity/twentyPro.png +0 -0
- package/dist/nodes/triggers/Person/TwentyProPersonTrigger.node.js +1 -1
- package/dist/nodes/triggers/Person/twentyPro.png +0 -0
- package/dist/nodes/triggers/Task/TwentyProTaskTrigger.node.js +1 -1
- package/dist/nodes/triggers/Task/twentyPro.png +0 -0
- package/dist/nodes/triggers/View/TwentyProViewTrigger.node.js +1 -1
- package/dist/nodes/triggers/View/twentyPro.png +0 -0
- package/dist/nodes/triggers/Webhook/TwentyProWebhookTrigger.node.js +1 -1
- package/dist/nodes/triggers/Webhook/twentyPro.png +0 -0
- package/dist/nodes/triggers/Workflow/TwentyProWorkflowTrigger.node.js +1 -1
- package/dist/nodes/triggers/Workflow/twentyPro.png +0 -0
- package/package.json +1 -1
|
Binary file
|
|
@@ -44,7 +44,7 @@ class TwentyProAttachment {
|
|
|
44
44
|
this.description = {
|
|
45
45
|
displayName: 'Twenty Attachment',
|
|
46
46
|
name: 'twentyProAttachment',
|
|
47
|
-
icon: 'file:twentyPro.
|
|
47
|
+
icon: 'file:twentyPro.png',
|
|
48
48
|
group: ['transform'],
|
|
49
49
|
version: 1,
|
|
50
50
|
subtitle: '={{$parameter["operation"]}}',
|
|
Binary file
|
|
@@ -44,7 +44,7 @@ class TwentyProCalendarEvent {
|
|
|
44
44
|
this.description = {
|
|
45
45
|
displayName: 'Twenty Calendar Event',
|
|
46
46
|
name: 'twentyProCalendarEvent',
|
|
47
|
-
icon: 'file:twentyPro.
|
|
47
|
+
icon: 'file:twentyPro.png',
|
|
48
48
|
group: ['transform'],
|
|
49
49
|
version: 1,
|
|
50
50
|
subtitle: '={{$parameter["operation"]}}',
|
|
Binary file
|
|
Binary file
|
|
@@ -44,7 +44,7 @@ class TwentyProCustomObject {
|
|
|
44
44
|
this.description = {
|
|
45
45
|
displayName: 'Twenty Custom Object',
|
|
46
46
|
name: 'twentyProCustomObject',
|
|
47
|
-
icon: 'file:twentyPro.
|
|
47
|
+
icon: 'file:twentyPro.png',
|
|
48
48
|
group: ['transform'],
|
|
49
49
|
version: 1,
|
|
50
50
|
subtitle: '={{$parameter["operation"]}}',
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -44,7 +44,7 @@ class TwentyProOpportunity {
|
|
|
44
44
|
this.description = {
|
|
45
45
|
displayName: 'Twenty Opportunity',
|
|
46
46
|
name: 'twentyProOpportunity',
|
|
47
|
-
icon: 'file:twentyPro.
|
|
47
|
+
icon: 'file:twentyPro.png',
|
|
48
48
|
group: ['transform'],
|
|
49
49
|
version: 1,
|
|
50
50
|
subtitle: '={{$parameter["operation"]}}',
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -44,7 +44,7 @@ class TwentyProWorkflow {
|
|
|
44
44
|
this.description = {
|
|
45
45
|
displayName: 'Twenty Workflow',
|
|
46
46
|
name: 'twentyProWorkflow',
|
|
47
|
-
icon: 'file:twentyPro.
|
|
47
|
+
icon: 'file:twentyPro.png',
|
|
48
48
|
group: ['transform'],
|
|
49
49
|
version: 1,
|
|
50
50
|
subtitle: '={{$parameter["operation"]}}',
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ class TwentyProApiKeyTrigger {
|
|
|
6
6
|
this.description = {
|
|
7
7
|
displayName: 'Twenty API Key Trigger',
|
|
8
8
|
name: 'twentyProApiKeyTrigger',
|
|
9
|
-
icon: 'file:twentyPro.
|
|
9
|
+
icon: 'file:twentyPro.png',
|
|
10
10
|
group: ['trigger'],
|
|
11
11
|
version: 1,
|
|
12
12
|
subtitle: '={{$parameter["event"]}}',
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ class TwentyProAttachmentTrigger {
|
|
|
6
6
|
this.description = {
|
|
7
7
|
displayName: 'Twenty Attachment Trigger',
|
|
8
8
|
name: 'twentyProAttachmentTrigger',
|
|
9
|
-
icon: 'file:twentyPro.
|
|
9
|
+
icon: 'file:twentyPro.png',
|
|
10
10
|
group: ['trigger'],
|
|
11
11
|
version: 1,
|
|
12
12
|
subtitle: '={{$parameter["event"]}}',
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ class TwentyProCalendarEventTrigger {
|
|
|
6
6
|
this.description = {
|
|
7
7
|
displayName: 'Twenty Calendar Event Trigger',
|
|
8
8
|
name: 'twentyProCalendarEventTrigger',
|
|
9
|
-
icon: 'file:twentyPro.
|
|
9
|
+
icon: 'file:twentyPro.png',
|
|
10
10
|
group: ['trigger'],
|
|
11
11
|
version: 1,
|
|
12
12
|
subtitle: '={{$parameter["event"]}}',
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ class TwentyProCompanyTrigger {
|
|
|
6
6
|
this.description = {
|
|
7
7
|
displayName: 'Twenty Company Trigger',
|
|
8
8
|
name: 'twentyProCompanyTrigger',
|
|
9
|
-
icon: 'file:twentyPro.
|
|
9
|
+
icon: 'file:twentyPro.png',
|
|
10
10
|
group: ['trigger'],
|
|
11
11
|
version: 1,
|
|
12
12
|
subtitle: '={{$parameter["event"]}}',
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ class TwentyProCustomObjectTrigger {
|
|
|
6
6
|
this.description = {
|
|
7
7
|
displayName: 'Twenty Custom Object Trigger',
|
|
8
8
|
name: 'twentyProCustomObjectTrigger',
|
|
9
|
-
icon: 'file:twentyPro.
|
|
9
|
+
icon: 'file:twentyPro.png',
|
|
10
10
|
group: ['trigger'],
|
|
11
11
|
version: 1,
|
|
12
12
|
subtitle: '={{$parameter["event"]}}',
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ class TwentyProMessageTrigger {
|
|
|
6
6
|
this.description = {
|
|
7
7
|
displayName: 'Twenty Message Trigger',
|
|
8
8
|
name: 'twentyProMessageTrigger',
|
|
9
|
-
icon: 'file:twentyPro.
|
|
9
|
+
icon: 'file:twentyPro.png',
|
|
10
10
|
group: ['trigger'],
|
|
11
11
|
version: 1,
|
|
12
12
|
subtitle: '={{$parameter["event"]}}',
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ class TwentyProOpportunityTrigger {
|
|
|
6
6
|
this.description = {
|
|
7
7
|
displayName: 'Twenty Opportunity Trigger',
|
|
8
8
|
name: 'twentyProOpportunityTrigger',
|
|
9
|
-
icon: 'file:twentyPro.
|
|
9
|
+
icon: 'file:twentyPro.png',
|
|
10
10
|
group: ['trigger'],
|
|
11
11
|
version: 1,
|
|
12
12
|
subtitle: '={{$parameter["event"]}}',
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ class TwentyProPersonTrigger {
|
|
|
6
6
|
this.description = {
|
|
7
7
|
displayName: 'Twenty Person Trigger',
|
|
8
8
|
name: 'twentyProPersonTrigger',
|
|
9
|
-
icon: 'file:twentyPro.
|
|
9
|
+
icon: 'file:twentyPro.png',
|
|
10
10
|
group: ['trigger'],
|
|
11
11
|
version: 1,
|
|
12
12
|
subtitle: '={{$parameter["event"]}}',
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ class TwentyProWebhookTrigger {
|
|
|
6
6
|
this.description = {
|
|
7
7
|
displayName: 'Twenty Webhook Trigger',
|
|
8
8
|
name: 'twentyProWebhookTrigger',
|
|
9
|
-
icon: 'file:twentyPro.
|
|
9
|
+
icon: 'file:twentyPro.png',
|
|
10
10
|
group: ['trigger'],
|
|
11
11
|
version: 1,
|
|
12
12
|
subtitle: '={{$parameter["event"]}}',
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ class TwentyProWorkflowTrigger {
|
|
|
6
6
|
this.description = {
|
|
7
7
|
displayName: 'Twenty Workflow Trigger',
|
|
8
8
|
name: 'twentyProWorkflowTrigger',
|
|
9
|
-
icon: 'file:twentyPro.
|
|
9
|
+
icon: 'file:twentyPro.png',
|
|
10
10
|
group: ['trigger'],
|
|
11
11
|
version: 1,
|
|
12
12
|
subtitle: '={{$parameter["event"]}}',
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-twenty-pro",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"files": ["dist/", "README.md"],
|
|
5
5
|
"description": "Comprehensive n8n community node for Twenty CRM with 32 resource nodes + 32 trigger nodes",
|
|
6
6
|
"keywords": ["n8n", "n8n-community-node", "twenty", "twenty-crm", "crm"],
|