@izzai/n8n-nodes-izzone 0.0.21 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.LlmBehavior = exports.LlmBehaviorEnum = void 0;
|
4
|
-
// Copy from apps/
|
4
|
+
// Copy from apps/one-api/src/customTypes/chat.ts
|
5
5
|
var LlmBehaviorEnum;
|
6
6
|
(function (LlmBehaviorEnum) {
|
7
7
|
LlmBehaviorEnum["CONVERSATIONAL"] = "conversational";
|
package/dist/constants/url.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const BASE_URL = "https://api.
|
1
|
+
export declare const BASE_URL = "https://api.one.izz.ai";
|
package/dist/constants/url.js
CHANGED
@@ -6,7 +6,7 @@ class IzzOne {
|
|
6
6
|
name = 'IzzOneApi';
|
7
7
|
displayName = 'izz.ONE API';
|
8
8
|
icon = 'file:izz-one.png';
|
9
|
-
documentationUrl = 'https://api.
|
9
|
+
documentationUrl = 'https://api.one.izz.ai/docs'; // TODO: Update URL later
|
10
10
|
properties = [
|
11
11
|
{
|
12
12
|
displayName: 'Email ID',
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@izzai/n8n-nodes-izzone",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.1.5",
|
4
4
|
"description": "n8n custom node for izz.ONE",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
61
61
|
"@eslint/js": "*",
|
62
|
-
"@izzai/
|
62
|
+
"@izzai/one-api": "workspace:*",
|
63
63
|
"@izzai/tsconfig": "workspace:*",
|
64
64
|
"@tsconfig/node22": "^22.0.0",
|
65
65
|
"@types/eslint": "*",
|