@mastra/mssql 1.7.4 → 1.7.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
@@ -3665,6 +3665,7 @@ var ObservabilityMSSQL = class ObservabilityMSSQL extends ObservabilityStorage {
3665
3665
  }
3666
3666
  }
3667
3667
  async batchDeleteTraces(args) {
3668
+ this.assertUnscopedBatchDeleteTraces(args);
3668
3669
  if (!args.traceIds || args.traceIds.length === 0) return;
3669
3670
  try {
3670
3671
  const keys = args.traceIds.map((traceId) => ({ traceId }));