@tellescope/schema 1.67.8 → 1.67.10
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/lib/cjs/schema.js +1 -1
- package/lib/cjs/schema.js.map +1 -1
- package/lib/esm/schema.js +1 -1
- package/lib/esm/schema.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
- package/src/schema.ts +1 -1
package/lib/cjs/schema.js
CHANGED
|
@@ -4034,7 +4034,7 @@ exports.schema = (0, exports.build_schema)({
|
|
|
4034
4034
|
defaultActions: constants_1.DEFAULT_OPERATIONS,
|
|
4035
4035
|
customActions: {
|
|
4036
4036
|
get_result_for_query: {
|
|
4037
|
-
op: "custom", access: '
|
|
4037
|
+
op: "custom", access: 'read', method: "get",
|
|
4038
4038
|
name: 'Get analytics for query',
|
|
4039
4039
|
path: '/result-for-analytics-query',
|
|
4040
4040
|
description: "Returns a computed result for an analytics query",
|