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

n8n-nodes-cheapai

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-cheapai - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

0

dist/credentials/CheapAiApi.credentials.d.ts

@@ -0,0 +0,0 @@ import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';

@@ -0,0 +0,0 @@ "use strict";

import type { INodeProperties } from 'n8n-workflow';
export declare const chatOperations: INodeProperties[];
export declare const chatFields: INodeProperties[];

2

dist/nodes/CheapAi/ChatDescription.js

@@ -70,3 +70,3 @@ "use strict";

properties: {
name: '={{$responseItem.id}}',
name: '={{$responseItem.ID}}',
value: '={{$responseItem.id}}',

@@ -73,0 +73,0 @@ },

import type { INodeProperties } from 'n8n-workflow';
export declare const chatOperations: INodeProperties[];
export declare const chatFields: INodeProperties[];

@@ -70,3 +70,3 @@ "use strict";

properties: {
name: '={{$responseItem.id}}',
name: '={{$responseItem.ID}}',
value: '={{$responseItem.id}}',

@@ -73,0 +73,0 @@ },

@@ -0,0 +0,0 @@ import type { INodeType, INodeTypeDescription } from 'n8n-workflow';

@@ -34,2 +34,13 @@ "use strict";

{
displayName: 'WARNING: This node will be deprecated soon. Please update to AIConnect: https://www.npmjs.com/package/n8n-nodes-aiconnect',
name: 'warning',
type: 'notice',
default: 'This node will be deprecated soon. Please update to AIConnect: https://www.npmjs.com/package/n8n-nodes-aiconnect',
displayOptions: {
show: {
resource: ['chat', 'image', 'text'],
},
},
},
{
displayName: 'Resource',

@@ -36,0 +47,0 @@ name: 'resource',

import type { IExecuteSingleFunctions, IN8nHttpFullResponse, INodeExecutionData } from 'n8n-workflow';
export declare function sendErrorPostReceive(this: IExecuteSingleFunctions, data: INodeExecutionData[], response: IN8nHttpFullResponse): Promise<INodeExecutionData[]>;

@@ -0,0 +0,0 @@ "use strict";

import type { INodeProperties } from 'n8n-workflow';
export declare const imageOperations: INodeProperties[];
export declare const imageFields: INodeProperties[];

@@ -0,0 +0,0 @@ "use strict";

import type { INodeProperties } from 'n8n-workflow';
export declare const textOperations: INodeProperties[];
export declare const textFields: INodeProperties[];

@@ -96,3 +96,3 @@ "use strict";

properties: {
name: '={{$responseItem.id}}',
name: '={{$responseItem.ID}}',
value: '={{$responseItem.id}}',

@@ -99,0 +99,0 @@ },

{
"name": "n8n-nodes-cheapai",
"version": "0.0.8",
"version": "0.0.9",
"description": "This is a simple node that allows you to insert a custom API Url for AI",

@@ -5,0 +5,0 @@ "keywords": [

{
"name": "n8n-nodes-cheapai",
"version": "0.0.8",
"version": "0.0.9",
"description": "This is a simple node that allows you to insert a custom API Url for AI",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,7 +5,9 @@ # n8n-nodes-cheapai

## Status
Under Development
## WARNING
⚠️ **This node will be deprecated soon. Please update to AIConnect: https://www.npmjs.com/package/n8n-nodes-aiconnect**
## License
[MIT](https://github.com/n8n-io/n8n-nodes-starter/blob/master/LICENSE.md)
[MIT](https://github.com/n8n-io/n8n-nodes-starter/blob/master/LICENSE.md)

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