ide-assi 0.10.0 → 0.11.0

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.
@@ -193279,7 +193279,7 @@ class IdeAi
193279
193279
  };
193280
193280
 
193281
193281
  #getTableInfo = async (question) => {
193282
- const response = await fetch(`${this.#API_URL}/api/meta/tables`, {
193282
+ const response = await fetch(`${this.#API_URL}/api/meta/selectTableList`, {
193283
193283
  method: "POST",
193284
193284
  headers: { "Content-Type": "application/json" },
193285
193285
  body: JSON.stringify({
@@ -193275,7 +193275,7 @@ class IdeAi
193275
193275
  };
193276
193276
 
193277
193277
  #getTableInfo = async (question) => {
193278
- const response = await fetch(`${this.#API_URL}/api/meta/tables`, {
193278
+ const response = await fetch(`${this.#API_URL}/api/meta/selectTableList`, {
193279
193279
  method: "POST",
193280
193280
  headers: { "Content-Type": "application/json" },
193281
193281
  body: JSON.stringify({
@@ -22,7 +22,7 @@ export class IdeAi
22
22
  };
23
23
 
24
24
  #getTableInfo = async (question) => {
25
- const response = await fetch(`${this.#API_URL}/api/meta/tables`, {
25
+ const response = await fetch(`${this.#API_URL}/api/meta/selectTableList`, {
26
26
  method: "POST",
27
27
  headers: { "Content-Type": "application/json" },
28
28
  body: JSON.stringify({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.10.0",
4
+ "version": "0.11.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -22,7 +22,7 @@ export class IdeAi
22
22
  };
23
23
 
24
24
  #getTableInfo = async (question) => {
25
- const response = await fetch(`${this.#API_URL}/api/meta/tables`, {
25
+ const response = await fetch(`${this.#API_URL}/api/meta/selectTableList`, {
26
26
  method: "POST",
27
27
  headers: { "Content-Type": "application/json" },
28
28
  body: JSON.stringify({