@investtal/models 1.2.56 → 1.3.0
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/CHANGELOG.md +33 -0
- package/dist/index.cjs +616 -603
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7168 -7285
- package/dist/index.d.mts +7168 -7285
- package/dist/index.mjs +614 -604
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,39 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to @ivt/models will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.3.0] - 2026-03-15
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
- Auto-generated: Database schema and GraphQL types updated
|
|
9
|
+
|
|
10
|
+
## [1.2.60] - 2026-02-26
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Auto-generated: Database schema and GraphQL types updated
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.2.59] - 2026-02-20
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
- Auto-generated: Database schema and GraphQL types updated
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [1.2.58] - 2026-02-09
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
- Auto-generated: Database schema and GraphQL types updated
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## [1.2.57] - 2026-02-09
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
- Auto-generated: Database schema and GraphQL types updated
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
5
38
|
## [1.2.56] - 2026-02-07
|
|
6
39
|
|
|
7
40
|
### Changed
|