@org-dashboard/cli 0.0.1-beta.7 → 0.0.1-beta.8

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4093,12 +4093,6 @@ class OrgDashboardClient {
4093
4093
  body: JSON.stringify(input)
4094
4094
  });
4095
4095
  }
4096
- async read(source, query) {
4097
- return this.request(`/read/${encodeURIComponent(source)}`, {
4098
- method: "POST",
4099
- body: JSON.stringify({ query })
4100
- });
4101
- }
4102
4096
  async kbSearch(params) {
4103
4097
  const searchParams = new URLSearchParams;
4104
4098
  if (params.query)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@org-dashboard/cli",
3
- "version": "0.0.1-beta.7",
3
+ "version": "0.0.1-beta.8",
4
4
  "description": "OrgDashboard CLI for authenticating and using org-scoped AI tools",
5
5
  "type": "module",
6
6
  "files": [