@mastra/dynamodb 0.0.0-remove-unused-import-20250909212718 → 0.0.0-remove-ai-peer-dep-from-evals-20260105220639

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.
Files changed (35) hide show
  1. package/CHANGELOG.md +1312 -3
  2. package/README.md +0 -4
  3. package/dist/docs/README.md +31 -0
  4. package/dist/docs/SKILL.md +32 -0
  5. package/dist/docs/SOURCE_MAP.json +6 -0
  6. package/dist/docs/storage/01-reference.md +162 -0
  7. package/dist/entities/index.d.ts +20 -1
  8. package/dist/entities/index.d.ts.map +1 -1
  9. package/dist/entities/score.d.ts +20 -1
  10. package/dist/entities/score.d.ts.map +1 -1
  11. package/dist/index.cjs +574 -1222
  12. package/dist/index.cjs.map +1 -1
  13. package/dist/index.js +573 -1224
  14. package/dist/index.js.map +1 -1
  15. package/dist/storage/db/index.d.ts +32 -0
  16. package/dist/storage/db/index.d.ts.map +1 -0
  17. package/dist/storage/domains/memory/index.d.ts +17 -45
  18. package/dist/storage/domains/memory/index.d.ts.map +1 -1
  19. package/dist/storage/domains/scores/index.d.ts +46 -0
  20. package/dist/storage/domains/scores/index.d.ts.map +1 -0
  21. package/dist/storage/domains/utils.d.ts +7 -0
  22. package/dist/storage/domains/utils.d.ts.map +1 -0
  23. package/dist/storage/domains/workflows/index.d.ts +17 -24
  24. package/dist/storage/domains/workflows/index.d.ts.map +1 -1
  25. package/dist/storage/index.d.ts +87 -209
  26. package/dist/storage/index.d.ts.map +1 -1
  27. package/package.json +20 -18
  28. package/dist/storage/domains/legacy-evals/index.d.ts +0 -19
  29. package/dist/storage/domains/legacy-evals/index.d.ts.map +0 -1
  30. package/dist/storage/domains/operations/index.d.ts +0 -69
  31. package/dist/storage/domains/operations/index.d.ts.map +0 -1
  32. package/dist/storage/domains/score/index.d.ts +0 -43
  33. package/dist/storage/domains/score/index.d.ts.map +0 -1
  34. package/dist/storage/domains/traces/index.d.ts +0 -28
  35. package/dist/storage/domains/traces/index.d.ts.map +0 -1
package/README.md CHANGED
@@ -138,7 +138,3 @@ This implementation uses a single-table design pattern with ElectroDB, which off
138
138
  3. **Simplified administration**: Only one table to monitor and back up
139
139
  4. **Reduced complexity**: Consistent access patterns across entities
140
140
  5. **Transaction support**: Atomic operations across different entity types
141
-
142
- ## License
143
-
144
- MIT
@@ -0,0 +1,31 @@
1
+ # @mastra/dynamodb Documentation
2
+
3
+ > Embedded documentation for coding agents
4
+
5
+ ## Quick Start
6
+
7
+ ```bash
8
+ # Read the skill overview
9
+ cat docs/SKILL.md
10
+
11
+ # Get the source map
12
+ cat docs/SOURCE_MAP.json
13
+
14
+ # Read topic documentation
15
+ cat docs/<topic>/01-overview.md
16
+ ```
17
+
18
+ ## Structure
19
+
20
+ ```
21
+ docs/
22
+ ├── SKILL.md # Entry point
23
+ ├── README.md # This file
24
+ ├── SOURCE_MAP.json # Export index
25
+ ├── storage/ (1 files)
26
+ ```
27
+
28
+ ## Version
29
+
30
+ Package: @mastra/dynamodb
31
+ Version: 1.0.0-beta.8
@@ -0,0 +1,32 @@
1
+ ---
2
+ name: mastra-dynamodb-docs
3
+ description: Documentation for @mastra/dynamodb. Includes links to type definitions and readable implementation code in dist/.
4
+ ---
5
+
6
+ # @mastra/dynamodb Documentation
7
+
8
+ > **Version**: 1.0.0-beta.8
9
+ > **Package**: @mastra/dynamodb
10
+
11
+ ## Quick Navigation
12
+
13
+ Use SOURCE_MAP.json to find any export:
14
+
15
+ ```bash
16
+ cat docs/SOURCE_MAP.json
17
+ ```
18
+
19
+ Each export maps to:
20
+ - **types**: `.d.ts` file with JSDoc and API signatures
21
+ - **implementation**: `.js` chunk file with readable source
22
+ - **docs**: Conceptual documentation in `docs/`
23
+
24
+ ## Top Exports
25
+
26
+
27
+
28
+ See SOURCE_MAP.json for the complete list.
29
+
30
+ ## Available Topics
31
+
32
+ - [Storage](storage/) - 1 file(s)
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": "1.0.0-beta.8",
3
+ "package": "@mastra/dynamodb",
4
+ "exports": {},
5
+ "modules": {}
6
+ }
@@ -0,0 +1,162 @@
1
+ # Storage API Reference
2
+
3
+ > API reference for storage - 1 entries
4
+
5
+
6
+ ---
7
+
8
+ ## Reference: DynamoDB Storage
9
+
10
+ > Documentation for the DynamoDB storage implementation in Mastra, using a single-table design with ElectroDB.
11
+
12
+ The DynamoDB storage implementation provides a scalable and performant NoSQL database solution for Mastra, leveraging a single-table design pattern with [ElectroDB](https://electrodb.dev/).
13
+
14
+ ## Features
15
+
16
+ - Efficient single-table design for all Mastra storage needs
17
+ - Based on ElectroDB for type-safe DynamoDB access
18
+ - Support for AWS credentials, regions, and endpoints
19
+ - Compatible with AWS DynamoDB Local for development
20
+ - Stores Thread, Message, Trace, Eval, and Workflow data
21
+ - Optimized for serverless environments
22
+
23
+ ## Installation
24
+
25
+ ```bash
26
+ npm install @mastra/dynamodb@beta
27
+ # or
28
+ pnpm add @mastra/dynamodb@beta
29
+ # or
30
+ yarn add @mastra/dynamodb@beta
31
+ ```
32
+
33
+ ## Prerequisites
34
+
35
+ Before using this package, you **must** create a DynamoDB table with a specific structure, including primary keys and Global Secondary Indexes (GSIs). This adapter expects the DynamoDB table and its GSIs to be provisioned externally.
36
+
37
+ Detailed instructions for setting up the table using AWS CloudFormation or AWS CDK are available in [TABLE_SETUP.md](https://github.com/mastra-ai/mastra/blob/main/stores/dynamodb/TABLE_SETUP.md). Please ensure your table is configured according to those instructions before proceeding.
38
+
39
+ ## Usage
40
+
41
+ ### Basic Usage
42
+
43
+ ```typescript
44
+ import { Memory } from "@mastra/memory";
45
+ import { DynamoDBStore } from "@mastra/dynamodb";
46
+
47
+ // Initialize the DynamoDB storage
48
+ const storage = new DynamoDBStore({
49
+ name: "dynamodb", // A name for this storage instance
50
+ config: {
51
+ tableName: "mastra-single-table", // Name of your DynamoDB table
52
+ region: "us-east-1", // Optional: AWS region, defaults to 'us-east-1'
53
+ // endpoint: "http://localhost:8000", // Optional: For local DynamoDB
54
+ // credentials: { accessKeyId: "YOUR_ACCESS_KEY", secretAccessKey: "YOUR_SECRET_KEY" } // Optional
55
+ },
56
+ });
57
+
58
+ // Example: Initialize Memory with DynamoDB storage
59
+ const memory = new Memory({
60
+ storage,
61
+ options: {
62
+ lastMessages: 10,
63
+ },
64
+ });
65
+ ```
66
+
67
+ ### Local Development with DynamoDB Local
68
+
69
+ For local development, you can use [DynamoDB Local](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html).
70
+
71
+ 1. **Run DynamoDB Local (e.g., using Docker):**
72
+
73
+ ```bash
74
+ docker run -p 8000:8000 amazon/dynamodb-local
75
+ ```
76
+
77
+ 2. **Configure `DynamoDBStore` to use the local endpoint:**
78
+
79
+ ```typescript
80
+ import { DynamoDBStore } from "@mastra/dynamodb";
81
+
82
+ const storage = new DynamoDBStore({
83
+ name: "dynamodb-local",
84
+ config: {
85
+ tableName: "mastra-single-table", // Ensure this table is created in your local DynamoDB
86
+ region: "localhost", // Can be any string for local, 'localhost' is common
87
+ endpoint: "http://localhost:8000",
88
+ // For DynamoDB Local, credentials are not typically required unless configured.
89
+ // If you've configured local credentials:
90
+ // credentials: { accessKeyId: "fakeMyKeyId", secretAccessKey: "fakeSecretAccessKey" }
91
+ },
92
+ });
93
+ ```
94
+
95
+ You will still need to create the table and GSIs in your local DynamoDB instance, for example, using the AWS CLI pointed to your local endpoint.
96
+
97
+ ## Parameters
98
+
99
+ ## AWS IAM Permissions
100
+
101
+ The IAM role or user executing the code needs appropriate permissions to interact with the specified DynamoDB table and its indexes. Below is a sample policy. Replace `${YOUR_TABLE_NAME}` with your actual table name and `${YOUR_AWS_REGION}` and `${YOUR_AWS_ACCOUNT_ID}` with appropriate values.
102
+
103
+ ```json
104
+ {
105
+ "Version": "2012-10-17",
106
+ "Statement": [
107
+ {
108
+ "Effect": "Allow",
109
+ "Action": [
110
+ "dynamodb:DescribeTable",
111
+ "dynamodb:GetItem",
112
+ "dynamodb:PutItem",
113
+ "dynamodb:UpdateItem",
114
+ "dynamodb:DeleteItem",
115
+ "dynamodb:Query",
116
+ "dynamodb:Scan",
117
+ "dynamodb:BatchGetItem",
118
+ "dynamodb:BatchWriteItem"
119
+ ],
120
+ "Resource": [
121
+ "arn:aws:dynamodb:${YOUR_AWS_REGION}:${YOUR_AWS_ACCOUNT_ID}:table/${YOUR_TABLE_NAME}",
122
+ "arn:aws:dynamodb:${YOUR_AWS_REGION}:${YOUR_AWS_ACCOUNT_ID}:table/${YOUR_TABLE_NAME}/index/*"
123
+ ]
124
+ }
125
+ ]
126
+ }
127
+ ```
128
+
129
+ ## Key Considerations
130
+
131
+ Before diving into the architectural details, keep these key points in mind when working with the DynamoDB storage adapter:
132
+
133
+ - **External Table Provisioning:** This adapter _requires_ you to create and configure the DynamoDB table and its Global Secondary Indexes (GSIs) yourself, prior to using the adapter. Follow the guide in [TABLE_SETUP.md](https://github.com/mastra-ai/mastra/blob/main/stores/dynamodb/TABLE_SETUP.md).
134
+ - **Single-Table Design:** All Mastra data (threads, messages, etc.) is stored in one DynamoDB table. This is a deliberate design choice optimized for DynamoDB, differing from relational database approaches.
135
+ - **Understanding GSIs:** Familiarity with how the GSIs are structured (as per `TABLE_SETUP.md`) is important for understanding data retrieval and potential query patterns.
136
+ - **ElectroDB:** The adapter uses ElectroDB to manage interactions with DynamoDB, providing a layer of abstraction and type safety over raw DynamoDB operations.
137
+
138
+ ## Architectural Approach
139
+
140
+ This storage adapter utilizes a **single-table design pattern** leveraging [ElectroDB](https://electrodb.dev/), a common and recommended approach for DynamoDB. This differs architecturally from relational database adapters (like `@mastra/pg` or `@mastra/libsql`) that typically use multiple tables, each dedicated to a specific entity (threads, messages, etc.).
141
+
142
+ Key aspects of this approach:
143
+
144
+ - **DynamoDB Native:** The single-table design is optimized for DynamoDB's key-value and query capabilities, often leading to better performance and scalability compared to mimicking relational models.
145
+ - **External Table Management:** Unlike some adapters that might offer helper functions to create tables via code, this adapter **expects the DynamoDB table and its associated Global Secondary Indexes (GSIs) to be provisioned externally** before use. Please refer to [TABLE_SETUP.md](https://github.com/mastra-ai/mastra/blob/main/stores/dynamodb/TABLE_SETUP.md) for detailed instructions using tools like AWS CloudFormation or CDK. The adapter focuses solely on interacting with the pre-existing table structure.
146
+ - **Consistency via Interface:** While the underlying storage model differs, this adapter adheres to the same `MastraStorage` interface as other adapters, ensuring it can be used interchangeably within the Mastra `Memory` component.
147
+
148
+ ### Mastra Data in the Single Table
149
+
150
+ Within the single DynamoDB table, different Mastra data entities (such as Threads, Messages, Traces, Evals, and Workflows) are managed and distinguished using ElectroDB. ElectroDB defines specific models for each entity type, which include unique key structures and attributes. This allows the adapter to store and retrieve diverse data types efficiently within the same table.
151
+
152
+ For example, a `Thread` item might have a primary key like `THREAD#<threadId>`, while a `Message` item belonging to that thread might use `THREAD#<threadId>` as a partition key and `MESSAGE#<messageId>` as a sort key. The Global Secondary Indexes (GSIs), detailed in `TABLE_SETUP.md`, are strategically designed to support common access patterns across these different entities, such as fetching all messages for a thread or querying traces associated with a particular workflow.
153
+
154
+ ### Advantages of Single-Table Design
155
+
156
+ This implementation uses a single-table design pattern with ElectroDB, which offers several advantages within the context of DynamoDB:
157
+
158
+ 1. **Lower cost (potentially):** Fewer tables can simplify Read/Write Capacity Unit (RCU/WCU) provisioning and management, especially with on-demand capacity.
159
+ 2. **Better performance:** Related data can be co-located or accessed efficiently through GSIs, enabling fast lookups for common access patterns.
160
+ 3. **Simplified administration:** Fewer distinct tables to monitor, back up, and manage.
161
+ 4. **Reduced complexity in access patterns:** ElectroDB helps manage the complexity of item types and access patterns on a single table.
162
+ 5. **Transaction support:** DynamoDB transactions can be used across different "entity" types stored within the same table if needed.
@@ -534,6 +534,10 @@ export declare function getElectroDbService(client: DynamoDBDocumentClient, tabl
534
534
  type: "string";
535
535
  required: false;
536
536
  };
537
+ spanId: {
538
+ type: "string";
539
+ required: false;
540
+ };
537
541
  runId: {
538
542
  type: "string";
539
543
  required: true;
@@ -550,6 +554,10 @@ export declare function getElectroDbService(client: DynamoDBDocumentClient, tabl
550
554
  set: (value?: Record<string, unknown> | string) => string | undefined;
551
555
  get: (value?: string) => any;
552
556
  };
557
+ preprocessPrompt: {
558
+ type: "string";
559
+ required: false;
560
+ };
553
561
  preprocessStepResult: {
554
562
  type: "string";
555
563
  required: false;
@@ -608,7 +616,7 @@ export declare function getElectroDbService(client: DynamoDBDocumentClient, tabl
608
616
  set: (value?: Record<string, unknown> | string) => string | undefined;
609
617
  get: (value?: string) => any;
610
618
  };
611
- runtimeContext: {
619
+ requestContext: {
612
620
  type: "string";
613
621
  required: false;
614
622
  set: (value?: Record<string, unknown> | string) => string | undefined;
@@ -740,6 +748,17 @@ export declare function getElectroDbService(client: DynamoDBDocumentClient, tabl
740
748
  composite: "createdAt"[];
741
749
  };
742
750
  };
751
+ bySpan: {
752
+ index: string;
753
+ pk: {
754
+ field: string;
755
+ composite: ("entity" | "traceId" | "spanId")[];
756
+ };
757
+ sk: {
758
+ field: string;
759
+ composite: "createdAt"[];
760
+ };
761
+ };
743
762
  };
744
763
  }>;
745
764
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AASpC,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,sBAAsB,EAAE,SAAS,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgBpF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AASpC,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,sBAAsB,EAAE,SAAS,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgBpF"}
@@ -18,6 +18,10 @@ export declare const scoreEntity: Entity<string, string, string, {
18
18
  type: "string";
19
19
  required: false;
20
20
  };
21
+ spanId: {
22
+ type: "string";
23
+ required: false;
24
+ };
21
25
  runId: {
22
26
  type: "string";
23
27
  required: true;
@@ -34,6 +38,10 @@ export declare const scoreEntity: Entity<string, string, string, {
34
38
  set: (value?: Record<string, unknown> | string) => string | undefined;
35
39
  get: (value?: string) => any;
36
40
  };
41
+ preprocessPrompt: {
42
+ type: "string";
43
+ required: false;
44
+ };
37
45
  preprocessStepResult: {
38
46
  type: "string";
39
47
  required: false;
@@ -92,7 +100,7 @@ export declare const scoreEntity: Entity<string, string, string, {
92
100
  set: (value?: Record<string, unknown> | string) => string | undefined;
93
101
  get: (value?: string) => any;
94
102
  };
95
- runtimeContext: {
103
+ requestContext: {
96
104
  type: "string";
97
105
  required: false;
98
106
  set: (value?: Record<string, unknown> | string) => string | undefined;
@@ -224,6 +232,17 @@ export declare const scoreEntity: Entity<string, string, string, {
224
232
  composite: "createdAt"[];
225
233
  };
226
234
  };
235
+ bySpan: {
236
+ index: string;
237
+ pk: {
238
+ field: string;
239
+ composite: ("entity" | "traceId" | "spanId")[];
240
+ };
241
+ sk: {
242
+ field: string;
243
+ composite: "createdAt"[];
244
+ };
245
+ };
227
246
  };
228
247
  }>;
229
248
  //# sourceMappingURL=score.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"score.d.ts","sourceRoot":"","sources":["../../src/entities/score.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGnC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;0BA+BJ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;0BAgBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;0BAgBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;0BAgBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA8CN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;0BAgBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;0BAgBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;0BAgBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;;;;;0BAoBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkExB,CAAC"}
1
+ {"version":3,"file":"score.d.ts","sourceRoot":"","sources":["../../src/entities/score.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAGnC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAmCJ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;0BAgBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;;;;;0BAoBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;0BAgBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA8CN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;0BAgBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;0BAgBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;0BAgBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;;;;;0BAoBN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM;0BAMhC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuExB,CAAC"}