n8n-nodes-appwriten8n
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -41,2 +41,10 @@ "use strict"; | ||
}, | ||
{ | ||
name: 'Function', | ||
value: 'function', | ||
}, | ||
{ | ||
name: 'Storage', | ||
value: 'storage', | ||
}, | ||
], | ||
@@ -43,0 +51,0 @@ default: 'document', |
@@ -145,67 +145,3 @@ "use strict"; | ||
}, | ||
{ | ||
displayName: 'Additional Fields', | ||
name: 'additionalFields', | ||
type: 'collection', | ||
placeholder: 'Add Queries', | ||
description: 'Queries to filter the documents by. [learn more about filtering](https://appwrite.io/docs/filters).', | ||
default: {}, | ||
options: [ | ||
{ | ||
displayName: 'Queries', | ||
name: 'queries', | ||
placeholder: 'Add Query', | ||
type: 'fixedCollection', | ||
typeOptions: { | ||
multipleValues: true, | ||
}, | ||
options: [ | ||
{ | ||
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', | ||
}, | ||
], | ||
}, | ||
], | ||
default: {}, | ||
description: 'A query to filter the data by', | ||
}, | ||
], | ||
displayOptions: { | ||
show: { | ||
resource: [ | ||
'document' | ||
], | ||
operation: [ | ||
'getAllDocs', | ||
'getDoc', | ||
], | ||
}, | ||
}, | ||
}, | ||
]; | ||
//# sourceMappingURL=DocumentDescription.js.map |
@@ -54,2 +54,5 @@ "use strict"; | ||
show: { | ||
resource: [ | ||
'function', | ||
], | ||
operation: [ | ||
@@ -59,5 +62,2 @@ 'executeFunction', | ||
], | ||
resource: [ | ||
'function', | ||
], | ||
}, | ||
@@ -75,8 +75,8 @@ }, | ||
show: { | ||
resource: [ | ||
'function', | ||
], | ||
operation: [ | ||
'executeFunction', | ||
], | ||
resource: [ | ||
'function', | ||
], | ||
}, | ||
@@ -83,0 +83,0 @@ }, |
@@ -73,2 +73,5 @@ "use strict"; | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
@@ -81,5 +84,2 @@ 'listFiles', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -96,2 +96,5 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
@@ -101,5 +104,2 @@ 'getFile', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -116,8 +116,8 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
'createFile', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -134,8 +134,8 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
'createFile', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -152,8 +152,8 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
'createFile', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -170,8 +170,8 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
'createBucket', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -188,8 +188,8 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
'createBucket', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -223,8 +223,8 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
'createBucket', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -241,8 +241,8 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
'createBucket', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -259,8 +259,8 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
'createBucket', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -277,8 +277,8 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
'createBucket', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -295,8 +295,8 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
'createBucket', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -330,8 +330,8 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
'createBucket', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -348,8 +348,8 @@ }, | ||
show: { | ||
resource: [ | ||
'storage', | ||
], | ||
operation: [ | ||
'createBucket', | ||
], | ||
resource: [ | ||
'storage', | ||
], | ||
}, | ||
@@ -356,0 +356,0 @@ }, |
{ | ||
"name": "n8n-nodes-appwriten8n", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"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.3", | ||
"version": "0.2.4", | ||
"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
Sorry, the diff of this file is not supported yet
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
140627
1114