ide-assi 0.36.0 → 0.38.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.
@@ -193345,7 +193345,7 @@ class IdeAi
193345
193345
  body: JSON.stringify({
193346
193346
  userPrompt: userPrompt,
193347
193347
  url: res.menu.url,
193348
- tables: res.table,
193348
+ tables: columnInfo.list,
193349
193349
  })
193350
193350
  });
193351
193351
 
@@ -193341,7 +193341,7 @@ class IdeAi
193341
193341
  body: JSON.stringify({
193342
193342
  userPrompt: userPrompt,
193343
193343
  url: res.menu.url,
193344
- tables: res.table,
193344
+ tables: columnInfo.list,
193345
193345
  })
193346
193346
  });
193347
193347
 
@@ -88,7 +88,7 @@ export class IdeAi
88
88
  body: JSON.stringify({
89
89
  userPrompt: userPrompt,
90
90
  url: res.menu.url,
91
- tables: res.table,
91
+ tables: columnInfo.list,
92
92
  })
93
93
  });
94
94
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.36.0",
4
+ "version": "0.38.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -88,7 +88,7 @@ export class IdeAi
88
88
  body: JSON.stringify({
89
89
  userPrompt: userPrompt,
90
90
  url: res.menu.url,
91
- tables: res.table,
91
+ tables: columnInfo.list,
92
92
  })
93
93
  });
94
94