@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/nexus-api/src/customTypes/chat.ts
4
+ // Copy from apps/one-api/src/customTypes/chat.ts
5
5
  var LlmBehaviorEnum;
6
6
  (function (LlmBehaviorEnum) {
7
7
  LlmBehaviorEnum["CONVERSATIONAL"] = "conversational";
@@ -1 +1 @@
1
- export declare const BASE_URL = "https://api.nexus.izz.ai";
1
+ export declare const BASE_URL = "https://api.one.izz.ai";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BASE_URL = void 0;
4
- exports.BASE_URL = 'https://api.nexus.izz.ai';
4
+ exports.BASE_URL = 'https://api.one.izz.ai';
@@ -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.nexus.izz.ai/docs'; // TODO: Update URL later
9
+ documentationUrl = 'https://api.one.izz.ai/docs'; // TODO: Update URL later
10
10
  properties = [
11
11
  {
12
12
  displayName: 'Email ID',
@@ -6,7 +6,7 @@
6
6
  "resources": {
7
7
  "primaryDocumentation": {
8
8
  "title": "Izz.ONE Documentation",
9
- "url": "https://api.nexus.izz.ai/docs"
9
+ "url": "https://api.one.izz.ai/docs"
10
10
  }
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@izzai/n8n-nodes-izzone",
3
- "version": "0.0.21",
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/nexus-api": "workspace:*",
62
+ "@izzai/one-api": "workspace:*",
63
63
  "@izzai/tsconfig": "workspace:*",
64
64
  "@tsconfig/node22": "^22.0.0",
65
65
  "@types/eslint": "*",