n8n-nodes-appwriten8n
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -51,3 +51,3 @@ "use strict"; | ||
resource: [ | ||
'document', | ||
'document' | ||
], | ||
@@ -70,3 +70,3 @@ }, | ||
resource: [ | ||
'document', | ||
'document' | ||
], | ||
@@ -94,3 +94,3 @@ operation: [ | ||
resource: [ | ||
'document', | ||
'document' | ||
], | ||
@@ -117,3 +117,3 @@ operation: [ | ||
resource: [ | ||
'document', | ||
'document' | ||
], | ||
@@ -136,7 +136,7 @@ operation: [ | ||
default: '{"attributeName1":"attribute-value1", "attributeName2":"attribute-value2"}', | ||
description: 'Body to create document with', | ||
description: 'Body to create or update document with', | ||
displayOptions: { | ||
show: { | ||
resource: [ | ||
'document', | ||
'document' | ||
], | ||
@@ -153,39 +153,49 @@ operation: [ | ||
name: 'additionalFields', | ||
type: 'fixedCollection', | ||
placeholder: 'Add Query', | ||
type: 'collection', | ||
placeholder: 'Add Queries', | ||
description: 'Queries to filter the documents by. [learn more about filtering](https://appwrite.io/docs/filters).', | ||
typeOptions: { | ||
multipleValues: true, | ||
}, | ||
default: {}, | ||
options: [ | ||
{ | ||
name: 'queriesData', | ||
displayName: 'Queries Data', | ||
values: [ | ||
displayName: 'Queries', | ||
name: 'queries', | ||
placeholder: 'Add Query', | ||
type: 'fixedCollection', | ||
typeOptions: { | ||
multipleValues: true, | ||
}, | ||
options: [ | ||
{ | ||
displayName: 'Index to Select', | ||
name: 'index', | ||
type: 'string', | ||
default: '', | ||
hint: 'Index to select, if needed', | ||
requiresDataPath: 'single', | ||
name: 'queriesData', | ||
displayName: 'Queries Data', | ||
values: [ | ||
{ | ||
displayName: 'Index to Select', | ||
name: 'index', | ||
type: 'string', | ||
default: '', | ||
hint: 'Index to select, if needed', | ||
requiresDataPath: 'single', | ||
}, | ||
{ | ||
displayName: 'Value 1', | ||
name: 'value1', | ||
type: 'string', | ||
default: '', | ||
requiresDataPath: 'multiple', | ||
hint: 'First value for queries, such as what the index is equal to, or the first value of a between', | ||
}, | ||
{ | ||
displayName: 'Value 2', | ||
name: 'value2', | ||
type: 'string', | ||
default: '', | ||
requiresDataPath: 'single', | ||
hint: 'Second value for between and a few other queries, ignore if not needed', | ||
}, | ||
], | ||
}, | ||
{ | ||
displayName: 'Value 1', | ||
name: 'value1', | ||
type: 'string', | ||
default: '', | ||
requiresDataPath: 'multiple', | ||
hint: 'First value for queries, such as what the index is equal to, or the first value of a between', | ||
}, | ||
{ | ||
displayName: 'Value 2', | ||
name: 'value2', | ||
type: 'string', | ||
default: '', | ||
requiresDataPath: 'single', | ||
hint: 'Second value for between and a few other queries, ignore if not needed', | ||
}, | ||
], | ||
default: {}, | ||
description: 'A query to filter the data by', | ||
}, | ||
@@ -196,3 +206,3 @@ ], | ||
resource: [ | ||
'document', | ||
'document' | ||
], | ||
@@ -199,0 +209,0 @@ operation: [ |
{ | ||
"name": "n8n-nodes-appwriten8n", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "N8N Nodes for Appwrite starting at 1.4.X and up, will be updated.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-appwriten8n", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "N8N Nodes for Appwrite starting at 1.4.X and up, will be updated.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143714
1170