Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

n8n-nodes-appwriten8n

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-appwriten8n - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

84

dist/nodes/Appwrite/DocumentDescription.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc