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