@mastra/mssql 1.0.0-beta.8 → 1.0.0-beta.9

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
@@ -1,5 +1,5 @@
1
1
  import { MastraError, ErrorCategory, ErrorDomain } from '@mastra/core/error';
2
- import { MastraStorage, createStorageErrorId, ScoresStorage, TABLE_SCORERS, TABLE_SCHEMAS, normalizePerPage, calculatePagination, WorkflowsStorage, TABLE_WORKFLOW_SNAPSHOT, MemoryStorage, TABLE_THREADS, TABLE_MESSAGES, TABLE_RESOURCES, ObservabilityStorage, TABLE_SPANS, SPAN_SCHEMA, listTracesArgsSchema, getDefaultValue, transformScoreRow as transformScoreRow$1, TraceStatus } from '@mastra/core/storage';
2
+ import { MemoryStorage, TABLE_THREADS, TABLE_MESSAGES, TABLE_RESOURCES, TABLE_SCHEMAS, createStorageErrorId, normalizePerPage, calculatePagination, ObservabilityStorage, TABLE_SPANS, SPAN_SCHEMA, listTracesArgsSchema, ScoresStorage, TABLE_SCORERS, WorkflowsStorage, TABLE_WORKFLOW_SNAPSHOT, MastraStorage, TraceStatus, getDefaultValue, transformScoreRow as transformScoreRow$1 } from '@mastra/core/storage';
3
3
  import sql from 'mssql';
4
4
  import { MessageList } from '@mastra/core/agent';
5
5
  import { MastraBase } from '@mastra/core/base';
@@ -3684,19 +3684,6 @@ var MSSQLStore = class extends MastraStorage {
3684
3684
  throw err;
3685
3685
  }
3686
3686
  }
3687
- get supports() {
3688
- return {
3689
- selectByIncludeResourceScope: true,
3690
- resourceWorkingMemory: true,
3691
- hasColumn: true,
3692
- createTable: true,
3693
- deleteMessages: true,
3694
- observability: true,
3695
- indexManagement: true,
3696
- listScoresBySpan: true,
3697
- agents: false
3698
- };
3699
- }
3700
3687
  /**
3701
3688
  * Closes the MSSQL connection pool.
3702
3689
  *
@@ -3707,6 +3694,6 @@ var MSSQLStore = class extends MastraStorage {
3707
3694
  }
3708
3695
  };
3709
3696
 
3710
- export { MSSQLStore };
3697
+ export { MSSQLStore, MemoryMSSQL, ObservabilityMSSQL, ScoresMSSQL, WorkflowsMSSQL };
3711
3698
  //# sourceMappingURL=index.js.map
3712
3699
  //# sourceMappingURL=index.js.map