n8n-workflow
Advanced tools
Comparing version 0.154.0 to 0.155.0
@@ -6,1 +6,2 @@ export declare const BINARY_ENCODING = "base64"; | ||
export declare const NODES_WITH_RENAMABLE_CONTENT: Set<string>; | ||
export declare const CREDENTIAL_EMPTY_VALUE: "__n8n_EMPTY_VALUE_7b1af746-3729-4c60-9b9b-e08eb29e58da"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NODES_WITH_RENAMABLE_CONTENT = exports.CODE_EXECUTION_MODES = exports.CODE_LANGUAGES = exports.WAIT_TIME_UNLIMITED = exports.BINARY_ENCODING = void 0; | ||
exports.CREDENTIAL_EMPTY_VALUE = exports.NODES_WITH_RENAMABLE_CONTENT = exports.CODE_EXECUTION_MODES = exports.CODE_LANGUAGES = exports.WAIT_TIME_UNLIMITED = exports.BINARY_ENCODING = void 0; | ||
exports.BINARY_ENCODING = 'base64'; | ||
@@ -13,2 +13,3 @@ exports.WAIT_TIME_UNLIMITED = '3000-01-01T00:00:00.000Z'; | ||
]); | ||
exports.CREDENTIAL_EMPTY_VALUE = '__n8n_EMPTY_VALUE_7b1af746-3729-4c60-9b9b-e08eb29e58da'; | ||
//# sourceMappingURL=Constants.js.map |
@@ -601,3 +601,3 @@ /// <reference types="node" /> | ||
export type CodeExecutionMode = (typeof CODE_EXECUTION_MODES)[number]; | ||
export type SQLDialect = 'mssql' | 'mysql' | 'postgres'; | ||
export type SQLDialect = 'StandardSQL' | 'PostgreSQL' | 'MySQL' | 'MariaSQL' | 'MSSQL' | 'SQLite' | 'Cassandra' | 'PLSQL'; | ||
export interface ILoadOptions { | ||
@@ -604,0 +604,0 @@ routing?: { |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.154.0", | ||
"version": "0.155.0", | ||
"description": "Workflow base code of n8n", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
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
677014
9222