n8n-nodes-cheapai
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -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[]; |
@@ -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', |
@@ -0,0 +0,0 @@ { |
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
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
109799
1492
12