@mastra/dsql 1.3.4 → 1.3.5

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 CHANGED
@@ -3225,6 +3225,7 @@ var ObservabilityDSQL = class ObservabilityDSQL extends ObservabilityStorage {
3225
3225
  }
3226
3226
  }
3227
3227
  async batchDeleteTraces(args) {
3228
+ this.assertUnscopedBatchDeleteTraces(args);
3228
3229
  const { batches } = splitIntoBatches(args.traceIds, { maxRows: DEFAULT_MAX_ROWS_PER_BATCH });
3229
3230
  const tableName = getTableName({
3230
3231
  indexName: TABLE_SPANS,