@tellescope/schema 1.67.9 → 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 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: 'create', method: "get",
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",