New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@n8n/api-types

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n8n/api-types - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

dist/dto/variables/variables-list-request.dto.d.ts

1

dist/dto/index.d.ts

@@ -6,1 +6,2 @@ export { PasswordUpdateRequestDto } from './user/password-update-request.dto';

export { CommunityRegisteredRequestDto } from './license/community-registered-request.dto';
export { VariableListRequestDto } from './variables/variables-list-request.dto';

4

dist/dto/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommunityRegisteredRequestDto = exports.UserUpdateRequestDto = exports.SettingsUpdateRequestDto = exports.RoleChangeRequestDto = exports.PasswordUpdateRequestDto = void 0;
exports.VariableListRequestDto = exports.CommunityRegisteredRequestDto = exports.UserUpdateRequestDto = exports.SettingsUpdateRequestDto = exports.RoleChangeRequestDto = exports.PasswordUpdateRequestDto = void 0;
var password_update_request_dto_1 = require("./user/password-update-request.dto");

@@ -14,2 +14,4 @@ Object.defineProperty(exports, "PasswordUpdateRequestDto", { enumerable: true, get: function () { return password_update_request_dto_1.PasswordUpdateRequestDto; } });

Object.defineProperty(exports, "CommunityRegisteredRequestDto", { enumerable: true, get: function () { return community_registered_request_dto_1.CommunityRegisteredRequestDto; } });
var variables_list_request_dto_1 = require("./variables/variables-list-request.dto");
Object.defineProperty(exports, "VariableListRequestDto", { enumerable: true, get: function () { return variables_list_request_dto_1.VariableListRequestDto; } });
//# sourceMappingURL=index.js.map

@@ -6,2 +6,3 @@ import { z } from 'zod';

allowSSOManualLogin: z.ZodOptional<z.ZodBoolean>;
easyAIWorkflowOnboarded: z.ZodOptional<z.ZodBoolean>;
}>;

@@ -8,0 +9,0 @@ export declare class SettingsUpdateRequestDto extends SettingsUpdateRequestDto_base {

@@ -9,2 +9,3 @@ "use strict";

allowSSOManualLogin: zod_1.z.boolean().optional(),
easyAIWorkflowOnboarded: zod_1.z.boolean().optional(),
}) {

@@ -11,0 +12,0 @@ }

@@ -160,3 +160,3 @@ import type { FrontendBetaFeatures } from '@n8n/config';

};
pruning: {
pruning?: {
isEnabled: boolean;

@@ -171,2 +171,3 @@ maxAge: number;

virtualSchemaView: boolean;
easyAIWorkflowOnboarded: boolean;
}
{
"name": "@n8n/api-types",
"version": "0.9.0",
"version": "0.10.0",
"main": "dist/index.js",

@@ -13,4 +13,4 @@ "module": "src/index.ts",

"devDependencies": {
"@n8n/config": "1.21.0",
"n8n-workflow": "1.70.0"
"n8n-workflow": "1.71.0",
"@n8n/config": "1.22.0"
},

@@ -17,0 +17,0 @@ "dependencies": {

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

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