n8n-nodes-appwriten8n
Advanced tools
Comparing version 0.1.9 to 0.2.0
@@ -5,4 +5,2 @@ "use strict"; | ||
const n8n_workflow_1 = require("n8n-workflow"); | ||
const DocumentDescription_1 = require("./DocumentDescription"); | ||
const StorageDescription_1 = require("./StorageDescription"); | ||
const FunctionDescription_1 = require("./FunctionDescription"); | ||
@@ -41,21 +39,9 @@ const AppwriteFunctions_1 = require("./AppwriteFunctions"); | ||
{ | ||
name: 'Document', | ||
value: 'document', | ||
}, | ||
{ | ||
name: 'Function', | ||
value: 'function', | ||
}, | ||
{ | ||
name: 'Storage', | ||
value: 'storage', | ||
}, | ||
], | ||
default: 'document', | ||
default: 'function', | ||
description: 'Resource or operation to utilize', | ||
}, | ||
...DocumentDescription_1.documentOperations, | ||
...DocumentDescription_1.documentFields, | ||
...StorageDescription_1.storageOperations, | ||
...StorageDescription_1.storageFields, | ||
...FunctionDescription_1.functionOperations, | ||
@@ -62,0 +48,0 @@ ...FunctionDescription_1.functionFields, |
{ | ||
"name": "n8n-nodes-appwriten8n", | ||
"version": "0.1.9", | ||
"version": "0.2.0", | ||
"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.1.9", | ||
"version": "0.2.0", | ||
"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
149188
1255