@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.
- package/dist/index.js +0 -6
- 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)
|