mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many
(#4055)
* 👕 Apply `node-param-operation-option-action-wrong-for-get-many` * 🔥 Remove `package-lock.json` * 📦 Re-add `package-lock.json` * ⚡ master update Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
parent
74304db4e2
commit
d4f858db92
|
@ -455,6 +455,7 @@ module.exports = {
|
|||
'n8n-nodes-base/node-param-min-value-wrong-for-limit': 'error',
|
||||
'n8n-nodes-base/node-param-multi-options-type-unsorted-items': 'error',
|
||||
'n8n-nodes-base/node-param-operation-without-no-data-expression': 'error',
|
||||
'n8n-nodes-base/node-param-operation-option-action-wrong-for-get-many': 'error',
|
||||
'n8n-nodes-base/node-param-operation-option-without-action': 'error',
|
||||
'n8n-nodes-base/node-param-option-description-identical-to-name': 'error',
|
||||
'n8n-nodes-base/node-param-option-name-containing-star': 'error',
|
||||
|
|
331
package-lock.json
generated
331
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "n8n",
|
||||
"version": "0.193.4",
|
||||
"version": "0.193.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "n8n",
|
||||
"version": "0.193.4",
|
||||
"version": "0.193.5",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
|
@ -7753,9 +7753,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "16.11.57",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.57.tgz",
|
||||
"integrity": "sha512-diBb5AE2V8h9Fs9zEDtBwSeLvIACng/aAkdZ3ujMV+cGuIQ9Nc/V+wQqurk9HJp8ni5roBxQHW21z/ZYbGDivg=="
|
||||
"version": "16.11.58",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.58.tgz",
|
||||
"integrity": "sha512-uMVxJ111wpHzkx/vshZFb6Qni3BOMnlWLq7q9jrwej7Yw/KvjsEbpxCCxw+hLKxexFMc8YmpG8J9tnEe/rKsIg=="
|
||||
},
|
||||
"node_modules/@types/node-fetch": {
|
||||
"version": "2.6.2",
|
||||
|
@ -8002,9 +8002,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/snowflake-sdk": {
|
||||
"version": "1.6.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/snowflake-sdk/-/snowflake-sdk-1.6.7.tgz",
|
||||
"integrity": "sha512-qFObD4B02XTgVX1LsAdehdoxzhvJIn2WB5I7oJBr53JC+1X/0AzaUXm7tenuf53FWg6wyVuBgG79yxxBIJpKFA==",
|
||||
"version": "1.6.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/snowflake-sdk/-/snowflake-sdk-1.6.8.tgz",
|
||||
"integrity": "sha512-hf7YoxKjdk22VtKBR7/vCSYSv/YyHhbkTiZ+Dk/UnC83GMYOFaXbZktt0cIP98rmhk4V8nGpbpEivV4y6GUFNw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/generic-pool": "*",
|
||||
|
@ -12284,39 +12284,39 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@vue/compiler-core": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.38.tgz",
|
||||
"integrity": "sha512-/FsvnSu7Z+lkd/8KXMa4yYNUiqQrI22135gfsQYVGuh5tqEgOB0XqrUdb/KnCLa5+TmQLPwvyUnKMyCpu+SX3Q==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.39.tgz",
|
||||
"integrity": "sha512-mf/36OWXqWn0wsC40nwRRGheR/qoID+lZXbIuLnr4/AngM0ov8Xvv8GHunC0rKRIkh60bTqydlqTeBo49rlbqw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/parser": "^7.16.4",
|
||||
"@vue/shared": "3.2.38",
|
||||
"@vue/shared": "3.2.39",
|
||||
"estree-walker": "^2.0.2",
|
||||
"source-map": "^0.6.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@vue/compiler-dom": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.38.tgz",
|
||||
"integrity": "sha512-zqX4FgUbw56kzHlgYuEEJR8mefFiiyR3u96498+zWPsLeh1WKvgIReoNE+U7gG8bCUdvsrJ0JRmev0Ky6n2O0g==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.39.tgz",
|
||||
"integrity": "sha512-HMFI25Be1C8vLEEv1hgEO1dWwG9QQ8LTTPmCkblVJY/O3OvWx6r1+zsox5mKPMGvqYEZa6l8j+xgOfUspgo7hw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@vue/compiler-core": "3.2.38",
|
||||
"@vue/shared": "3.2.38"
|
||||
"@vue/compiler-core": "3.2.39",
|
||||
"@vue/shared": "3.2.39"
|
||||
}
|
||||
},
|
||||
"node_modules/@vue/compiler-sfc": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.38.tgz",
|
||||
"integrity": "sha512-KZjrW32KloMYtTcHAFuw3CqsyWc5X6seb8KbkANSWt3Cz9p2qA8c1GJpSkksFP9ABb6an0FLCFl46ZFXx3kKpg==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.39.tgz",
|
||||
"integrity": "sha512-fqAQgFs1/BxTUZkd0Vakn3teKUt//J3c420BgnYgEOoVdTwYpBTSXCMJ88GOBCylmUBbtquGPli9tVs7LzsWIA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/parser": "^7.16.4",
|
||||
"@vue/compiler-core": "3.2.38",
|
||||
"@vue/compiler-dom": "3.2.38",
|
||||
"@vue/compiler-ssr": "3.2.38",
|
||||
"@vue/reactivity-transform": "3.2.38",
|
||||
"@vue/shared": "3.2.38",
|
||||
"@vue/compiler-core": "3.2.39",
|
||||
"@vue/compiler-dom": "3.2.39",
|
||||
"@vue/compiler-ssr": "3.2.39",
|
||||
"@vue/reactivity-transform": "3.2.39",
|
||||
"@vue/shared": "3.2.39",
|
||||
"estree-walker": "^2.0.2",
|
||||
"magic-string": "^0.25.7",
|
||||
"postcss": "^8.1.10",
|
||||
|
@ -12354,13 +12354,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@vue/compiler-ssr": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.38.tgz",
|
||||
"integrity": "sha512-bm9jOeyv1H3UskNm4S6IfueKjUNFmi2kRweFIGnqaGkkRePjwEcfCVqyS3roe7HvF4ugsEkhf4+kIvDhip6XzQ==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.39.tgz",
|
||||
"integrity": "sha512-EoGCJ6lincKOZGW+0Ky4WOKsSmqL7hp1ZYgen8M7u/mlvvEQUaO9tKKOy7K43M9U2aA3tPv0TuYYQFrEbK2eFQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@vue/compiler-dom": "3.2.38",
|
||||
"@vue/shared": "3.2.38"
|
||||
"@vue/compiler-dom": "3.2.39",
|
||||
"@vue/shared": "3.2.39"
|
||||
}
|
||||
},
|
||||
"node_modules/@vue/component-compiler-utils": {
|
||||
|
@ -12489,31 +12489,31 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@vue/reactivity": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.38.tgz",
|
||||
"integrity": "sha512-6L4myYcH9HG2M25co7/BSo0skKFHpAN8PhkNPM4xRVkyGl1K5M3Jx4rp5bsYhvYze2K4+l+pioN4e6ZwFLUVtw==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.39.tgz",
|
||||
"integrity": "sha512-vlaYX2a3qMhIZfrw3Mtfd+BuU+TZmvDrPMa+6lpfzS9k/LnGxkSuf0fhkP0rMGfiOHPtyKoU9OJJJFGm92beVQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@vue/shared": "3.2.38"
|
||||
"@vue/shared": "3.2.39"
|
||||
}
|
||||
},
|
||||
"node_modules/@vue/reactivity-transform": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.38.tgz",
|
||||
"integrity": "sha512-3SD3Jmi1yXrDwiNJqQ6fs1x61WsDLqVk4NyKVz78mkaIRh6d3IqtRnptgRfXn+Fzf+m6B1KxBYWq1APj6h4qeA==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.39.tgz",
|
||||
"integrity": "sha512-HGuWu864zStiWs9wBC6JYOP1E00UjMdDWIG5W+FpUx28hV3uz9ODOKVNm/vdOy/Pvzg8+OcANxAVC85WFBbl3A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/parser": "^7.16.4",
|
||||
"@vue/compiler-core": "3.2.38",
|
||||
"@vue/shared": "3.2.38",
|
||||
"@vue/compiler-core": "3.2.39",
|
||||
"@vue/shared": "3.2.39",
|
||||
"estree-walker": "^2.0.2",
|
||||
"magic-string": "^0.25.7"
|
||||
}
|
||||
},
|
||||
"node_modules/@vue/shared": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.38.tgz",
|
||||
"integrity": "sha512-dTyhTIRmGXBjxJE+skC8tTWCGLCVc4wQgRRLt8+O9p5ewBAjoBwtCAkLPrtToSr1xltoe3st21Pv953aOZ7alg==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.39.tgz",
|
||||
"integrity": "sha512-D3dl2ZB9qE6mTuWPk9RlhDeP1dgNRUKC3NJxji74A4yL8M2MwlhLKUC/49WHjrNzSPug58fWx/yFbaTzGAQSBw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@vue/test-utils": {
|
||||
|
@ -13816,9 +13816,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/aws-sdk": {
|
||||
"version": "2.1210.0",
|
||||
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1210.0.tgz",
|
||||
"integrity": "sha512-cMrQoic+xJhAVgbaWawUflUp9fUd5h38+rjCdiakqKj12gFpVvvwyvYso8kG5MgRUlxNH+v+7sWRe82xHJsrsg==",
|
||||
"version": "2.1211.0",
|
||||
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1211.0.tgz",
|
||||
"integrity": "sha512-lr4XdoLiLop7e8ftdNdS4OAaZWdY43Z4yx+WR9qcXSdaac1U89MrAybAbLL0SXW94chscd+FIfzmf2dNZnyVfQ==",
|
||||
"dependencies": {
|
||||
"buffer": "4.9.2",
|
||||
"events": "1.1.1",
|
||||
|
@ -16527,9 +16527,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001390",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001390.tgz",
|
||||
"integrity": "sha512-sS4CaUM+/+vqQUlCvCJ2WtDlV81aWtHhqeEVkLokVJJa3ViN4zDxAGfq9R8i1m90uGHxo99cy10Od+lvn3hf0g==",
|
||||
"version": "1.0.30001393",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001393.tgz",
|
||||
"integrity": "sha512-N/od11RX+Gsk+1qY/jbPa0R6zJupEa0lxeBG598EbrtblxVCTJsQwbRBm6+V+rxpc5lHKdsXb9RY83cZIPLseA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
@ -18736,9 +18736,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/core-js": {
|
||||
"version": "3.25.0",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz",
|
||||
"integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==",
|
||||
"version": "3.25.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz",
|
||||
"integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==",
|
||||
"hasInstallScript": true,
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
@ -18746,32 +18746,22 @@
|
|||
}
|
||||
},
|
||||
"node_modules/core-js-compat": {
|
||||
"version": "3.25.0",
|
||||
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.25.0.tgz",
|
||||
"integrity": "sha512-extKQM0g8/3GjFx9US12FAgx8KJawB7RCQ5y8ipYLbmfzEzmFRWdDjIlxDx82g7ygcNG85qMVUSRyABouELdow==",
|
||||
"version": "3.25.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.25.1.tgz",
|
||||
"integrity": "sha512-pOHS7O0i8Qt4zlPW/eIFjwp+NrTPx+wTL0ctgI2fHn31sZOq89rDsmtc/A2vAX7r6shl+bmVI+678He46jgBlw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"browserslist": "^4.21.3",
|
||||
"semver": "7.0.0"
|
||||
"browserslist": "^4.21.3"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/core-js"
|
||||
}
|
||||
},
|
||||
"node_modules/core-js-compat/node_modules/semver": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
|
||||
"integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"semver": "bin/semver.js"
|
||||
}
|
||||
},
|
||||
"node_modules/core-js-pure": {
|
||||
"version": "3.25.0",
|
||||
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.25.0.tgz",
|
||||
"integrity": "sha512-IeHpLwk3uoci37yoI2Laty59+YqH9x5uR65/yiA0ARAJrTrN4YU0rmauLWfvqOuk77SlNJXj2rM6oT/dBD87+A==",
|
||||
"version": "3.25.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.25.1.tgz",
|
||||
"integrity": "sha512-7Fr74bliUDdeJCBMxkkIuQ4xfxn/SwrVg+HkJUAoNEXVqYLv55l6Af0dJ5Lq2YBUW9yKqSkLXaS5SYPK6MGa/A==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"funding": {
|
||||
|
@ -20994,9 +20984,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/electron-to-chromium": {
|
||||
"version": "1.4.243",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.243.tgz",
|
||||
"integrity": "sha512-BgLD2gBX43OSXwlT01oYRRD5NIB4n3okTRxkzEAC6G0SZG4TTlyrWMjbOo0fajCwqwpRtMHXQNMjtRN6qpNtfw==",
|
||||
"version": "1.4.244",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.244.tgz",
|
||||
"integrity": "sha512-E21saXLt2eTDaTxgUtiJtBUqanF9A32wZasAwDZ8gvrqXoxrBrbwtDCx7c/PQTLp81wj4X0OLDeoGQg7eMo3+w==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/element-ui": {
|
||||
|
@ -22327,9 +22317,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/eslint-plugin-n8n-nodes-base": {
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-n8n-nodes-base/-/eslint-plugin-n8n-nodes-base-1.8.0.tgz",
|
||||
"integrity": "sha512-aeuijcUoqK+i/O59nIbvN05rwuBg2i0/1Er5bH9JMC0tlMd+oRHgOp3BDQyfLrXY+xkxvnSHS/c0JkBm4omW5A==",
|
||||
"version": "1.8.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-n8n-nodes-base/-/eslint-plugin-n8n-nodes-base-1.8.1.tgz",
|
||||
"integrity": "sha512-Ja4P3bhN9urMaftftS29JIHgcEa1vkIPtLiXtEsehCJ0F/l45TUEEWmKBqWyDwkru+2nPBmzm3q7F/QmQjrRAA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@typescript-eslint/utils": "^5.17.0",
|
||||
|
@ -43139,9 +43129,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.54.8",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.8.tgz",
|
||||
"integrity": "sha512-ib4JhLRRgbg6QVy6bsv5uJxnJMTS2soVcCp9Y88Extyy13A8vV0G1fAwujOzmNkFQbR3LvedudAMbtuNRPbQww==",
|
||||
"version": "1.54.9",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.9.tgz",
|
||||
"integrity": "sha512-xb1hjASzEH+0L0WI9oFjqhRi51t/gagWnxLiwUNMltA0Ab6jIDkAacgKiGYKM9Jhy109osM7woEEai6SXeJo5Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
|
@ -52032,10 +52022,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/winston": {
|
||||
"version": "3.8.1",
|
||||
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz",
|
||||
"integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==",
|
||||
"version": "3.8.2",
|
||||
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz",
|
||||
"integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==",
|
||||
"dependencies": {
|
||||
"@colors/colors": "1.5.0",
|
||||
"@dabh/diagnostics": "^2.0.2",
|
||||
"async": "^3.2.3",
|
||||
"is-stream": "^2.0.0",
|
||||
|
@ -52756,7 +52747,7 @@
|
|||
},
|
||||
"packages/cli": {
|
||||
"name": "n8n",
|
||||
"version": "0.193.4",
|
||||
"version": "0.193.5",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@oclif/command": "^1.5.18",
|
||||
|
@ -52800,9 +52791,9 @@
|
|||
"lodash.split": "^4.4.2",
|
||||
"lodash.unset": "^4.5.2",
|
||||
"mysql2": "~2.3.0",
|
||||
"n8n-core": "~0.133.2",
|
||||
"n8n-editor-ui": "~0.159.3",
|
||||
"n8n-nodes-base": "~0.191.2",
|
||||
"n8n-core": "~0.133.3",
|
||||
"n8n-editor-ui": "~0.159.4",
|
||||
"n8n-nodes-base": "~0.191.3",
|
||||
"n8n-workflow": "~0.115.1",
|
||||
"nodemailer": "^6.7.1",
|
||||
"oauth-1.0a": "^2.2.6",
|
||||
|
@ -52881,7 +52872,7 @@
|
|||
},
|
||||
"packages/core": {
|
||||
"name": "n8n-core",
|
||||
"version": "0.133.2",
|
||||
"version": "0.133.3",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
|
@ -52992,7 +52983,7 @@
|
|||
},
|
||||
"packages/editor-ui": {
|
||||
"name": "n8n-editor-ui",
|
||||
"version": "0.159.3",
|
||||
"version": "0.159.4",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@fontsource/open-sans": "^4.5.0",
|
||||
|
@ -53170,7 +53161,7 @@
|
|||
},
|
||||
"packages/node-dev": {
|
||||
"name": "n8n-node-dev",
|
||||
"version": "0.72.0",
|
||||
"version": "0.72.1",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@oclif/command": "^1.5.18",
|
||||
|
@ -53178,7 +53169,7 @@
|
|||
"change-case": "^4.1.1",
|
||||
"copyfiles": "^2.1.1",
|
||||
"inquirer": "^7.0.1",
|
||||
"n8n-core": "~0.133.0",
|
||||
"n8n-core": "~0.133.3",
|
||||
"n8n-workflow": "~0.115.0",
|
||||
"oauth-1.0a": "^2.2.6",
|
||||
"replace-in-file": "^6.0.0",
|
||||
|
@ -53201,7 +53192,7 @@
|
|||
},
|
||||
"packages/nodes-base": {
|
||||
"name": "n8n-nodes-base",
|
||||
"version": "0.191.2",
|
||||
"version": "0.191.3",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@kafkajs/confluent-schema-registry": "1.0.6",
|
||||
|
@ -53236,7 +53227,7 @@
|
|||
"mqtt": "4.2.6",
|
||||
"mssql": "^8.1.2",
|
||||
"mysql2": "~2.3.0",
|
||||
"n8n-core": "~0.133.2",
|
||||
"n8n-core": "~0.133.3",
|
||||
"node-html-markdown": "^1.1.3",
|
||||
"node-ssh": "^12.0.0",
|
||||
"nodemailer": "^6.7.1",
|
||||
|
@ -53290,7 +53281,7 @@
|
|||
"@types/tmp": "^0.2.0",
|
||||
"@types/uuid": "^8.3.2",
|
||||
"@types/xml2js": "^0.4.3",
|
||||
"eslint-plugin-n8n-nodes-base": "^1.8.0",
|
||||
"eslint-plugin-n8n-nodes-base": "^1.8.1",
|
||||
"gulp": "^4.0.0",
|
||||
"jest": "^27.4.7",
|
||||
"n8n-workflow": "~0.115.1",
|
||||
|
@ -59283,9 +59274,9 @@
|
|||
}
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "16.11.57",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.57.tgz",
|
||||
"integrity": "sha512-diBb5AE2V8h9Fs9zEDtBwSeLvIACng/aAkdZ3ujMV+cGuIQ9Nc/V+wQqurk9HJp8ni5roBxQHW21z/ZYbGDivg=="
|
||||
"version": "16.11.58",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.58.tgz",
|
||||
"integrity": "sha512-uMVxJ111wpHzkx/vshZFb6Qni3BOMnlWLq7q9jrwej7Yw/KvjsEbpxCCxw+hLKxexFMc8YmpG8J9tnEe/rKsIg=="
|
||||
},
|
||||
"@types/node-fetch": {
|
||||
"version": "2.6.2",
|
||||
|
@ -59529,9 +59520,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@types/snowflake-sdk": {
|
||||
"version": "1.6.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/snowflake-sdk/-/snowflake-sdk-1.6.7.tgz",
|
||||
"integrity": "sha512-qFObD4B02XTgVX1LsAdehdoxzhvJIn2WB5I7oJBr53JC+1X/0AzaUXm7tenuf53FWg6wyVuBgG79yxxBIJpKFA==",
|
||||
"version": "1.6.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/snowflake-sdk/-/snowflake-sdk-1.6.8.tgz",
|
||||
"integrity": "sha512-hf7YoxKjdk22VtKBR7/vCSYSv/YyHhbkTiZ+Dk/UnC83GMYOFaXbZktt0cIP98rmhk4V8nGpbpEivV4y6GUFNw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/generic-pool": "*",
|
||||
|
@ -62987,39 +62978,39 @@
|
|||
}
|
||||
},
|
||||
"@vue/compiler-core": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.38.tgz",
|
||||
"integrity": "sha512-/FsvnSu7Z+lkd/8KXMa4yYNUiqQrI22135gfsQYVGuh5tqEgOB0XqrUdb/KnCLa5+TmQLPwvyUnKMyCpu+SX3Q==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.39.tgz",
|
||||
"integrity": "sha512-mf/36OWXqWn0wsC40nwRRGheR/qoID+lZXbIuLnr4/AngM0ov8Xvv8GHunC0rKRIkh60bTqydlqTeBo49rlbqw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/parser": "^7.16.4",
|
||||
"@vue/shared": "3.2.38",
|
||||
"@vue/shared": "3.2.39",
|
||||
"estree-walker": "^2.0.2",
|
||||
"source-map": "^0.6.1"
|
||||
}
|
||||
},
|
||||
"@vue/compiler-dom": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.38.tgz",
|
||||
"integrity": "sha512-zqX4FgUbw56kzHlgYuEEJR8mefFiiyR3u96498+zWPsLeh1WKvgIReoNE+U7gG8bCUdvsrJ0JRmev0Ky6n2O0g==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.39.tgz",
|
||||
"integrity": "sha512-HMFI25Be1C8vLEEv1hgEO1dWwG9QQ8LTTPmCkblVJY/O3OvWx6r1+zsox5mKPMGvqYEZa6l8j+xgOfUspgo7hw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@vue/compiler-core": "3.2.38",
|
||||
"@vue/shared": "3.2.38"
|
||||
"@vue/compiler-core": "3.2.39",
|
||||
"@vue/shared": "3.2.39"
|
||||
}
|
||||
},
|
||||
"@vue/compiler-sfc": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.38.tgz",
|
||||
"integrity": "sha512-KZjrW32KloMYtTcHAFuw3CqsyWc5X6seb8KbkANSWt3Cz9p2qA8c1GJpSkksFP9ABb6an0FLCFl46ZFXx3kKpg==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.39.tgz",
|
||||
"integrity": "sha512-fqAQgFs1/BxTUZkd0Vakn3teKUt//J3c420BgnYgEOoVdTwYpBTSXCMJ88GOBCylmUBbtquGPli9tVs7LzsWIA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/parser": "^7.16.4",
|
||||
"@vue/compiler-core": "3.2.38",
|
||||
"@vue/compiler-dom": "3.2.38",
|
||||
"@vue/compiler-ssr": "3.2.38",
|
||||
"@vue/reactivity-transform": "3.2.38",
|
||||
"@vue/shared": "3.2.38",
|
||||
"@vue/compiler-core": "3.2.39",
|
||||
"@vue/compiler-dom": "3.2.39",
|
||||
"@vue/compiler-ssr": "3.2.39",
|
||||
"@vue/reactivity-transform": "3.2.39",
|
||||
"@vue/shared": "3.2.39",
|
||||
"estree-walker": "^2.0.2",
|
||||
"magic-string": "^0.25.7",
|
||||
"postcss": "^8.1.10",
|
||||
|
@ -63046,13 +63037,13 @@
|
|||
}
|
||||
},
|
||||
"@vue/compiler-ssr": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.38.tgz",
|
||||
"integrity": "sha512-bm9jOeyv1H3UskNm4S6IfueKjUNFmi2kRweFIGnqaGkkRePjwEcfCVqyS3roe7HvF4ugsEkhf4+kIvDhip6XzQ==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.39.tgz",
|
||||
"integrity": "sha512-EoGCJ6lincKOZGW+0Ky4WOKsSmqL7hp1ZYgen8M7u/mlvvEQUaO9tKKOy7K43M9U2aA3tPv0TuYYQFrEbK2eFQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@vue/compiler-dom": "3.2.38",
|
||||
"@vue/shared": "3.2.38"
|
||||
"@vue/compiler-dom": "3.2.39",
|
||||
"@vue/shared": "3.2.39"
|
||||
}
|
||||
},
|
||||
"@vue/component-compiler-utils": {
|
||||
|
@ -63143,31 +63134,31 @@
|
|||
"dev": true
|
||||
},
|
||||
"@vue/reactivity": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.38.tgz",
|
||||
"integrity": "sha512-6L4myYcH9HG2M25co7/BSo0skKFHpAN8PhkNPM4xRVkyGl1K5M3Jx4rp5bsYhvYze2K4+l+pioN4e6ZwFLUVtw==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.39.tgz",
|
||||
"integrity": "sha512-vlaYX2a3qMhIZfrw3Mtfd+BuU+TZmvDrPMa+6lpfzS9k/LnGxkSuf0fhkP0rMGfiOHPtyKoU9OJJJFGm92beVQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@vue/shared": "3.2.38"
|
||||
"@vue/shared": "3.2.39"
|
||||
}
|
||||
},
|
||||
"@vue/reactivity-transform": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.38.tgz",
|
||||
"integrity": "sha512-3SD3Jmi1yXrDwiNJqQ6fs1x61WsDLqVk4NyKVz78mkaIRh6d3IqtRnptgRfXn+Fzf+m6B1KxBYWq1APj6h4qeA==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.39.tgz",
|
||||
"integrity": "sha512-HGuWu864zStiWs9wBC6JYOP1E00UjMdDWIG5W+FpUx28hV3uz9ODOKVNm/vdOy/Pvzg8+OcANxAVC85WFBbl3A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/parser": "^7.16.4",
|
||||
"@vue/compiler-core": "3.2.38",
|
||||
"@vue/shared": "3.2.38",
|
||||
"@vue/compiler-core": "3.2.39",
|
||||
"@vue/shared": "3.2.39",
|
||||
"estree-walker": "^2.0.2",
|
||||
"magic-string": "^0.25.7"
|
||||
}
|
||||
},
|
||||
"@vue/shared": {
|
||||
"version": "3.2.38",
|
||||
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.38.tgz",
|
||||
"integrity": "sha512-dTyhTIRmGXBjxJE+skC8tTWCGLCVc4wQgRRLt8+O9p5ewBAjoBwtCAkLPrtToSr1xltoe3st21Pv953aOZ7alg==",
|
||||
"version": "3.2.39",
|
||||
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.39.tgz",
|
||||
"integrity": "sha512-D3dl2ZB9qE6mTuWPk9RlhDeP1dgNRUKC3NJxji74A4yL8M2MwlhLKUC/49WHjrNzSPug58fWx/yFbaTzGAQSBw==",
|
||||
"dev": true
|
||||
},
|
||||
"@vue/test-utils": {
|
||||
|
@ -64215,9 +64206,9 @@
|
|||
"integrity": "sha512-vkyt1+sj6qaD9oMtqqLE2pZ2IcHI66kFx8lpnVuXp55SnNPjKghfOhVfZpaDwDPpY0oVWP3Qu1uHZWxF3E856A=="
|
||||
},
|
||||
"aws-sdk": {
|
||||
"version": "2.1210.0",
|
||||
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1210.0.tgz",
|
||||
"integrity": "sha512-cMrQoic+xJhAVgbaWawUflUp9fUd5h38+rjCdiakqKj12gFpVvvwyvYso8kG5MgRUlxNH+v+7sWRe82xHJsrsg==",
|
||||
"version": "2.1211.0",
|
||||
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1211.0.tgz",
|
||||
"integrity": "sha512-lr4XdoLiLop7e8ftdNdS4OAaZWdY43Z4yx+WR9qcXSdaac1U89MrAybAbLL0SXW94chscd+FIfzmf2dNZnyVfQ==",
|
||||
"requires": {
|
||||
"buffer": "4.9.2",
|
||||
"events": "1.1.1",
|
||||
|
@ -66442,9 +66433,9 @@
|
|||
}
|
||||
},
|
||||
"caniuse-lite": {
|
||||
"version": "1.0.30001390",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001390.tgz",
|
||||
"integrity": "sha512-sS4CaUM+/+vqQUlCvCJ2WtDlV81aWtHhqeEVkLokVJJa3ViN4zDxAGfq9R8i1m90uGHxo99cy10Od+lvn3hf0g==",
|
||||
"version": "1.0.30001393",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001393.tgz",
|
||||
"integrity": "sha512-N/od11RX+Gsk+1qY/jbPa0R6zJupEa0lxeBG598EbrtblxVCTJsQwbRBm6+V+rxpc5lHKdsXb9RY83cZIPLseA==",
|
||||
"dev": true
|
||||
},
|
||||
"capital-case": {
|
||||
|
@ -68248,32 +68239,23 @@
|
|||
}
|
||||
},
|
||||
"core-js": {
|
||||
"version": "3.25.0",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz",
|
||||
"integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA=="
|
||||
"version": "3.25.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz",
|
||||
"integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ=="
|
||||
},
|
||||
"core-js-compat": {
|
||||
"version": "3.25.0",
|
||||
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.25.0.tgz",
|
||||
"integrity": "sha512-extKQM0g8/3GjFx9US12FAgx8KJawB7RCQ5y8ipYLbmfzEzmFRWdDjIlxDx82g7ygcNG85qMVUSRyABouELdow==",
|
||||
"version": "3.25.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.25.1.tgz",
|
||||
"integrity": "sha512-pOHS7O0i8Qt4zlPW/eIFjwp+NrTPx+wTL0ctgI2fHn31sZOq89rDsmtc/A2vAX7r6shl+bmVI+678He46jgBlw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"browserslist": "^4.21.3",
|
||||
"semver": "7.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"semver": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
|
||||
"integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
|
||||
"dev": true
|
||||
}
|
||||
"browserslist": "^4.21.3"
|
||||
}
|
||||
},
|
||||
"core-js-pure": {
|
||||
"version": "3.25.0",
|
||||
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.25.0.tgz",
|
||||
"integrity": "sha512-IeHpLwk3uoci37yoI2Laty59+YqH9x5uR65/yiA0ARAJrTrN4YU0rmauLWfvqOuk77SlNJXj2rM6oT/dBD87+A==",
|
||||
"version": "3.25.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.25.1.tgz",
|
||||
"integrity": "sha512-7Fr74bliUDdeJCBMxkkIuQ4xfxn/SwrVg+HkJUAoNEXVqYLv55l6Af0dJ5Lq2YBUW9yKqSkLXaS5SYPK6MGa/A==",
|
||||
"dev": true
|
||||
},
|
||||
"core-util-is": {
|
||||
|
@ -70052,9 +70034,9 @@
|
|||
}
|
||||
},
|
||||
"electron-to-chromium": {
|
||||
"version": "1.4.243",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.243.tgz",
|
||||
"integrity": "sha512-BgLD2gBX43OSXwlT01oYRRD5NIB4n3okTRxkzEAC6G0SZG4TTlyrWMjbOo0fajCwqwpRtMHXQNMjtRN6qpNtfw==",
|
||||
"version": "1.4.244",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.244.tgz",
|
||||
"integrity": "sha512-E21saXLt2eTDaTxgUtiJtBUqanF9A32wZasAwDZ8gvrqXoxrBrbwtDCx7c/PQTLp81wj4X0OLDeoGQg7eMo3+w==",
|
||||
"dev": true
|
||||
},
|
||||
"element-ui": {
|
||||
|
@ -71030,9 +71012,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-plugin-n8n-nodes-base": {
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-n8n-nodes-base/-/eslint-plugin-n8n-nodes-base-1.8.0.tgz",
|
||||
"integrity": "sha512-aeuijcUoqK+i/O59nIbvN05rwuBg2i0/1Er5bH9JMC0tlMd+oRHgOp3BDQyfLrXY+xkxvnSHS/c0JkBm4omW5A==",
|
||||
"version": "1.8.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-n8n-nodes-base/-/eslint-plugin-n8n-nodes-base-1.8.1.tgz",
|
||||
"integrity": "sha512-Ja4P3bhN9urMaftftS29JIHgcEa1vkIPtLiXtEsehCJ0F/l45TUEEWmKBqWyDwkru+2nPBmzm3q7F/QmQjrRAA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@typescript-eslint/utils": "^5.17.0",
|
||||
|
@ -82492,9 +82474,9 @@
|
|||
"lodash.split": "^4.4.2",
|
||||
"lodash.unset": "^4.5.2",
|
||||
"mysql2": "~2.3.0",
|
||||
"n8n-core": "~0.133.2",
|
||||
"n8n-editor-ui": "~0.159.3",
|
||||
"n8n-nodes-base": "~0.191.2",
|
||||
"n8n-core": "~0.133.3",
|
||||
"n8n-editor-ui": "~0.159.4",
|
||||
"n8n-nodes-base": "~0.191.3",
|
||||
"n8n-workflow": "~0.115.1",
|
||||
"nodemailer": "^6.7.1",
|
||||
"nodemon": "^2.0.2",
|
||||
|
@ -82779,7 +82761,7 @@
|
|||
"change-case": "^4.1.1",
|
||||
"copyfiles": "^2.1.1",
|
||||
"inquirer": "^7.0.1",
|
||||
"n8n-core": "~0.133.0",
|
||||
"n8n-core": "~0.133.3",
|
||||
"n8n-workflow": "~0.115.0",
|
||||
"oauth-1.0a": "^2.2.6",
|
||||
"replace-in-file": "^6.0.0",
|
||||
|
@ -82830,7 +82812,7 @@
|
|||
"cheerio": "1.0.0-rc.6",
|
||||
"chokidar": "3.5.2",
|
||||
"cron": "~1.7.2",
|
||||
"eslint-plugin-n8n-nodes-base": "^1.8.0",
|
||||
"eslint-plugin-n8n-nodes-base": "^1.8.1",
|
||||
"eventsource": "^2.0.2",
|
||||
"fast-glob": "^3.2.5",
|
||||
"fflate": "^0.7.0",
|
||||
|
@ -82857,7 +82839,7 @@
|
|||
"mqtt": "4.2.6",
|
||||
"mssql": "^8.1.2",
|
||||
"mysql2": "~2.3.0",
|
||||
"n8n-core": "~0.133.2",
|
||||
"n8n-core": "~0.133.3",
|
||||
"n8n-workflow": "~0.115.1",
|
||||
"node-html-markdown": "^1.1.3",
|
||||
"node-ssh": "^12.0.0",
|
||||
|
@ -88065,9 +88047,9 @@
|
|||
}
|
||||
},
|
||||
"sass": {
|
||||
"version": "1.54.8",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.8.tgz",
|
||||
"integrity": "sha512-ib4JhLRRgbg6QVy6bsv5uJxnJMTS2soVcCp9Y88Extyy13A8vV0G1fAwujOzmNkFQbR3LvedudAMbtuNRPbQww==",
|
||||
"version": "1.54.9",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.54.9.tgz",
|
||||
"integrity": "sha512-xb1hjASzEH+0L0WI9oFjqhRi51t/gagWnxLiwUNMltA0Ab6jIDkAacgKiGYKM9Jhy109osM7woEEai6SXeJo5Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
|
@ -95027,10 +95009,11 @@
|
|||
}
|
||||
},
|
||||
"winston": {
|
||||
"version": "3.8.1",
|
||||
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz",
|
||||
"integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==",
|
||||
"version": "3.8.2",
|
||||
"resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz",
|
||||
"integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==",
|
||||
"requires": {
|
||||
"@colors/colors": "1.5.0",
|
||||
"@dabh/diagnostics": "^2.0.2",
|
||||
"async": "^3.2.3",
|
||||
"is-stream": "^2.0.0",
|
||||
|
|
|
@ -27,7 +27,7 @@ export const attendanceOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all attendances',
|
||||
action: 'Get many attendances',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
|
|
@ -27,7 +27,7 @@ export const eventOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all events',
|
||||
action: 'Get many events',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
|
|
@ -27,7 +27,7 @@ export const personOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all people',
|
||||
action: 'Get many people',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -27,7 +27,7 @@ export const petitionOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all petitions',
|
||||
action: 'Get many petitions',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -27,7 +27,7 @@ export const signatureOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all signatures',
|
||||
action: 'Get many signatures',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -27,7 +27,7 @@ export const tagOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all tags',
|
||||
action: 'Get many tags',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
|
|
@ -36,7 +36,7 @@ export const accountOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get data of all accounts',
|
||||
action: 'Get all accounts',
|
||||
action: 'Get many accounts',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -36,7 +36,7 @@ export const connectionOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get data of all connections',
|
||||
action: 'Get all connections',
|
||||
action: 'Get many connections',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -36,7 +36,7 @@ export const contactOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get data of all contact',
|
||||
action: 'Get all contacts',
|
||||
action: 'Get many contacts',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -44,7 +44,7 @@ export const dealOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get data of all deals',
|
||||
action: 'Get all deals',
|
||||
action: 'Get many deals',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -36,7 +36,7 @@ export const ecomCustomerOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get data of all E-commerce Customer',
|
||||
action: 'Get all e-commerce customers',
|
||||
action: 'Get many e-commerce customers',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -38,7 +38,7 @@ export const ecomOrderOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get data of all orders',
|
||||
action: 'Get all e-commerce orders',
|
||||
action: 'Get many e-commerce orders',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -18,7 +18,7 @@ export const ecomOrderProductsOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get data of all order products',
|
||||
action: 'Get all ecommerce orders',
|
||||
action: 'Get many ecommerce orders',
|
||||
},
|
||||
{
|
||||
name: 'Get by Product ID',
|
||||
|
|
|
@ -18,7 +18,7 @@ export const listOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all lists',
|
||||
action: 'Get all lists',
|
||||
action: 'Get many lists',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
|
|
@ -36,7 +36,7 @@ export const tagOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get data of all tags',
|
||||
action: 'Get all tags',
|
||||
action: 'Get many tags',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -22,7 +22,7 @@ export const listOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all lists',
|
||||
action: 'Get all lists',
|
||||
action: 'Get many lists',
|
||||
},
|
||||
],
|
||||
default: 'get',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const listEntryOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all list entries',
|
||||
action: 'Get all list entries',
|
||||
action: 'Get many list entries',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const organizationOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all organizations',
|
||||
action: 'Get all organizations',
|
||||
action: 'Get many organizations',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const personOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all persons',
|
||||
action: 'Get all people',
|
||||
action: 'Get many people',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const companyOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all companies',
|
||||
action: 'Get all companies',
|
||||
action: 'Get many companies',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const contactOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all contacts',
|
||||
action: 'Get all contacts',
|
||||
action: 'Get many contacts',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const dealOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all deals',
|
||||
action: 'Get all deals',
|
||||
action: 'Get many deals',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -146,7 +146,7 @@ export class Asana implements INodeType {
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all substasks',
|
||||
action: 'Get all subtasks',
|
||||
action: 'Get many subtasks',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
@ -394,7 +394,7 @@ export class Asana implements INodeType {
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all tasks',
|
||||
action: 'Get all tasks',
|
||||
action: 'Get many tasks',
|
||||
},
|
||||
{
|
||||
name: 'Move',
|
||||
|
@ -1273,7 +1273,7 @@ export class Asana implements INodeType {
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all users',
|
||||
action: 'Get all users',
|
||||
action: 'Get many users',
|
||||
},
|
||||
],
|
||||
default: 'get',
|
||||
|
@ -1358,7 +1358,7 @@ export class Asana implements INodeType {
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all projects',
|
||||
action: 'Get all projects',
|
||||
action: 'Get many projects',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const contactOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all contacts',
|
||||
action: 'Get all contacts',
|
||||
action: 'Get many contacts',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const listOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all lists',
|
||||
action: 'Get all lists',
|
||||
action: 'Get many lists',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -35,7 +35,7 @@ export const contactOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all contacts',
|
||||
action: 'Get all contacts',
|
||||
action: 'Get many contacts',
|
||||
},
|
||||
],
|
||||
default: 'upsert',
|
||||
|
|
|
@ -28,7 +28,7 @@ export const contactListOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all contacts on list',
|
||||
action: 'Get all contact lists',
|
||||
action: 'Get many contact lists',
|
||||
},
|
||||
{
|
||||
name: 'Remove',
|
||||
|
|
|
@ -22,7 +22,7 @@ export const listOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all lists',
|
||||
action: 'Get all lists',
|
||||
action: 'Get many lists',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const itemOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all items',
|
||||
action: 'Get all items',
|
||||
action: 'Get many items',
|
||||
},
|
||||
],
|
||||
default: 'upsert',
|
||||
|
|
|
@ -28,7 +28,7 @@ export const bucketOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all buckets',
|
||||
action: 'Get all buckets',
|
||||
action: 'Get many buckets',
|
||||
},
|
||||
{
|
||||
name: 'Search',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const fileOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all files',
|
||||
action: 'Get all files',
|
||||
action: 'Get many files',
|
||||
},
|
||||
{
|
||||
name: 'Upload',
|
||||
|
|
|
@ -28,7 +28,7 @@ export const folderOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all folders',
|
||||
action: 'Get all folders',
|
||||
action: 'Get many folders',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
|
|
@ -94,7 +94,7 @@ export class AwsSes implements INodeType {
|
|||
value: 'getAll',
|
||||
description:
|
||||
'Get all the existing custom verification email templates for your account',
|
||||
action: 'Get all custom verifications',
|
||||
action: 'Get many custom verifications',
|
||||
},
|
||||
{
|
||||
name: 'Send',
|
||||
|
@ -650,7 +650,7 @@ export class AwsSes implements INodeType {
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all templates',
|
||||
action: 'Get all templates',
|
||||
action: 'Get many templates',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -66,7 +66,7 @@ export class AwsTranscribe implements INodeType {
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all transcription jobs',
|
||||
action: 'Get all transcription jobs',
|
||||
action: 'Get many transcription jobs',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
|
|
@ -35,7 +35,7 @@ export const descriptions: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all employees',
|
||||
action: 'Get all employees',
|
||||
action: 'Get many employees',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -36,7 +36,7 @@ export const descriptions: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all employee document',
|
||||
action: 'Get all employee documents',
|
||||
action: 'Get many employee documents',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -36,7 +36,7 @@ export const descriptions: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all company files',
|
||||
action: 'Get all files',
|
||||
action: 'Get many files',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -22,7 +22,7 @@ export const templateOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all templates',
|
||||
action: 'Get all templates',
|
||||
action: 'Get many templates',
|
||||
},
|
||||
],
|
||||
default: 'get',
|
||||
|
|
|
@ -94,7 +94,7 @@ export class Baserow implements INodeType {
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all rows',
|
||||
action: 'Get all rows',
|
||||
action: 'Get many rows',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -79,7 +79,7 @@ export class Beeminder implements INodeType {
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all datapoints for a goal',
|
||||
action: 'Get all datapoints for a goal',
|
||||
action: 'Get many datapoints for a goal',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -21,7 +21,7 @@ export const collectionOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all collections',
|
||||
action: 'Get many collections',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -11,7 +11,7 @@ export const eventOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all events',
|
||||
action: 'Get many events',
|
||||
},
|
||||
],
|
||||
displayOptions: {
|
||||
|
|
|
@ -26,7 +26,7 @@ export const groupOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all groups',
|
||||
action: 'Get many groups',
|
||||
},
|
||||
{
|
||||
name: 'Get Members',
|
||||
|
|
|
@ -31,7 +31,7 @@ export const memberOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all members',
|
||||
action: 'Get many members',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -26,7 +26,7 @@ export const objectOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all objects',
|
||||
action: 'Get many objects',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -22,7 +22,7 @@ export const pipelineOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all pipelines',
|
||||
action: 'Get all pipelines',
|
||||
action: 'Get many pipelines',
|
||||
},
|
||||
{
|
||||
name: 'Trigger',
|
||||
|
|
|
@ -30,7 +30,7 @@ export const meetingOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all meetings',
|
||||
action: 'Get many meetings',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -20,7 +20,7 @@ export const meetingTranscriptOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all meeting transcripts',
|
||||
action: 'Get many meeting transcripts',
|
||||
},
|
||||
],
|
||||
default: 'download',
|
||||
|
|
|
@ -36,7 +36,7 @@ export const messageOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all messages',
|
||||
action: 'Get many messages',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -28,7 +28,7 @@ export const commentOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all comments',
|
||||
action: 'Get all comments',
|
||||
action: 'Get many comments',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const folderOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all folders',
|
||||
action: 'Get all folders',
|
||||
action: 'Get many folders',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const goalOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all goals',
|
||||
action: 'Get all goals',
|
||||
action: 'Get many goals',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -40,7 +40,7 @@ export const listOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all lists',
|
||||
action: 'Get all lists',
|
||||
action: 'Get many lists',
|
||||
},
|
||||
{
|
||||
name: 'Member',
|
||||
|
|
|
@ -28,7 +28,7 @@ export const spaceTagOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all space tags',
|
||||
action: 'Get all space tags',
|
||||
action: 'Get many space tags',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const taskOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all tasks',
|
||||
action: 'Get all tasks',
|
||||
action: 'Get many tasks',
|
||||
},
|
||||
{
|
||||
name: 'Member',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const timeEntryOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all time entries',
|
||||
action: 'Get all time entries',
|
||||
action: 'Get many time entries',
|
||||
},
|
||||
{
|
||||
name: 'Start',
|
||||
|
|
|
@ -22,7 +22,7 @@ export const timeEntryTagOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all time entry tags',
|
||||
action: 'Get all time entry tags',
|
||||
action: 'Get many time entry tags',
|
||||
},
|
||||
{
|
||||
name: 'Remove',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const clientOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all clients',
|
||||
action: 'Get all clients',
|
||||
action: 'Get many clients',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const projectOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all projects',
|
||||
action: 'Get all projects',
|
||||
action: 'Get many projects',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -28,7 +28,7 @@ export const tagOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all tags',
|
||||
action: 'Get all tags',
|
||||
action: 'Get many tags',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const taskOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all tasks',
|
||||
action: 'Get all tasks',
|
||||
action: 'Get many tasks',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -16,7 +16,7 @@ export const userOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all users',
|
||||
action: 'Get all users',
|
||||
action: 'Get many users',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
|
|
@ -16,7 +16,7 @@ export const workspaceOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all workspaces',
|
||||
action: 'Get all workspaces',
|
||||
action: 'Get many workspaces',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
|
|
@ -23,7 +23,7 @@ export const collectionOperations: INodeProperties[] = [
|
|||
name: 'Get Many Entries',
|
||||
value: 'getAll',
|
||||
description: 'Get all collection entries',
|
||||
action: 'Get all collection entries',
|
||||
action: 'Get many collection entries',
|
||||
},
|
||||
{
|
||||
name: 'Update an Entry',
|
||||
|
|
|
@ -22,7 +22,7 @@ export const controlOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all controls',
|
||||
action: 'Get all controls',
|
||||
action: 'Get many controls',
|
||||
},
|
||||
],
|
||||
default: 'get',
|
||||
|
|
|
@ -22,7 +22,7 @@ export const formulaOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all formulas',
|
||||
action: 'Get all formulas',
|
||||
action: 'Get many formulas',
|
||||
},
|
||||
],
|
||||
default: 'get',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const viewOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all views',
|
||||
action: 'Get all views',
|
||||
action: 'Get many views',
|
||||
},
|
||||
{
|
||||
name: 'Get Rows',
|
||||
|
|
|
@ -28,7 +28,7 @@ export const coinOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all coins',
|
||||
action: 'Get all coins',
|
||||
action: 'Get many coins',
|
||||
},
|
||||
{
|
||||
name: 'History',
|
||||
|
|
|
@ -16,7 +16,7 @@ export const eventOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all events',
|
||||
action: 'Get all events',
|
||||
action: 'Get many events',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
|
|
@ -28,7 +28,7 @@ export const customFieldOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all fields',
|
||||
action: 'Get all custom fields',
|
||||
action: 'Get many custom fields',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -22,7 +22,7 @@ export const formOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all forms',
|
||||
action: 'Get all forms',
|
||||
action: 'Get many forms',
|
||||
},
|
||||
{
|
||||
name: 'Get Subscriptions',
|
||||
|
|
|
@ -22,7 +22,7 @@ export const sequenceOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all sequences',
|
||||
action: 'Get all sequences',
|
||||
action: 'Get many sequences',
|
||||
},
|
||||
{
|
||||
name: 'Get Subscriptions',
|
||||
|
|
|
@ -22,7 +22,7 @@ export const tagOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all tags',
|
||||
action: 'Get all tags',
|
||||
action: 'Get many tags',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
|
|
@ -22,7 +22,7 @@ export const tagSubscriberOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'List subscriptions to a tag including subscriber data',
|
||||
action: 'Get all tag subscriptions',
|
||||
action: 'Get many tag subscriptions',
|
||||
},
|
||||
{
|
||||
name: 'Delete',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const companyOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all companies',
|
||||
action: 'Get many companies',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -15,7 +15,7 @@ export const customerSourceOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all customer sources',
|
||||
action: 'Get many customer sources',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
|
|
@ -36,7 +36,7 @@ export const leadOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all leads',
|
||||
action: 'Get many leads',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -30,7 +30,7 @@ export const opportunityOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all opportunities',
|
||||
action: 'Get many opportunities',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -36,7 +36,7 @@ export const personOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all people',
|
||||
action: 'Get many people',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -30,7 +30,7 @@ export const projectOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all projects',
|
||||
action: 'Get many projects',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -30,7 +30,7 @@ export const taskOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all tasks',
|
||||
action: 'Get many tasks',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -15,7 +15,7 @@ export const userOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all users',
|
||||
action: 'Get many users',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
|
|
@ -20,7 +20,7 @@ export const campaignOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all campaigns',
|
||||
action: 'Get many campaigns',
|
||||
},
|
||||
{
|
||||
name: 'Get Metrics',
|
||||
|
|
|
@ -22,7 +22,7 @@ export const eventOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all events',
|
||||
action: 'Get all events',
|
||||
action: 'Get many events',
|
||||
},
|
||||
{
|
||||
name: 'Register',
|
||||
|
|
|
@ -24,7 +24,7 @@ export const categoryOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all categories',
|
||||
action: 'Get all categories',
|
||||
action: 'Get many categories',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -30,7 +30,7 @@ export const groupOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all groups',
|
||||
action: 'Get all groups',
|
||||
action: 'Get many groups',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -30,7 +30,7 @@ export const postOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all posts',
|
||||
action: 'Get all posts',
|
||||
action: 'Get many posts',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -30,7 +30,7 @@ export const userOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all users',
|
||||
action: 'Get all users',
|
||||
action: 'Get many users',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const documentOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all documents',
|
||||
action: 'Get all documents',
|
||||
action: 'Get many documents',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -74,7 +74,7 @@ export class Egoi implements INodeType {
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all members',
|
||||
action: 'Get all members',
|
||||
action: 'Get many members',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -28,7 +28,7 @@ export const caseCommentOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all case comments',
|
||||
action: 'Get all case comments',
|
||||
action: 'Get many case comments',
|
||||
},
|
||||
{
|
||||
name: 'Remove',
|
||||
|
|
|
@ -34,7 +34,7 @@ export const caseOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all cases',
|
||||
action: 'Get all cases',
|
||||
action: 'Get many cases',
|
||||
},
|
||||
{
|
||||
name: 'Get Status',
|
||||
|
|
|
@ -36,7 +36,7 @@ export const documentOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all documents',
|
||||
action: 'Get all documents',
|
||||
action: 'Get many documents',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
|
@ -32,7 +32,7 @@ export const indexOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all indices',
|
||||
action: 'Get many indices',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
|
|
@ -31,7 +31,7 @@ export const campaignOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all campaigns',
|
||||
action: 'Get many campaigns',
|
||||
},
|
||||
{
|
||||
name: 'Pause',
|
||||
|
|
|
@ -16,7 +16,7 @@ export const contactListOperations: INodeProperties[] = [
|
|||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all contact lists',
|
||||
action: 'Get many contact lists',
|
||||
},
|
||||
],
|
||||
displayOptions: {
|
||||
|
|
|
@ -34,7 +34,7 @@ export const taskOpeations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all the tasks',
|
||||
action: 'Get all tasks',
|
||||
action: 'Get many tasks',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
|
|
@ -35,7 +35,7 @@ export const contactOperations: INodeProperties[] = [
|
|||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all contacts',
|
||||
action: 'Get all contacts',
|
||||
action: 'Get many contacts',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue