@twin.org/api-models 0.0.2-next.8 → 0.0.2-next.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/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @twin.org/api-models - Changelog
2
2
 
3
+ ## [0.0.2-next.9](https://github.com/twinfoundation/api/compare/api-models-v0.0.2-next.8...api-models-v0.0.2-next.9) (2025-08-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
9
+
3
10
  ## [0.0.2-next.8](https://github.com/twinfoundation/api/compare/api-models-v0.0.2-next.7...api-models-v0.0.2-next.8) (2025-08-21)
4
11
 
5
12
 
@@ -18,7 +18,7 @@ Response status code.
18
18
 
19
19
  The body which contains the error.
20
20
 
21
- #### Type declaration
21
+ #### Type Declaration
22
22
 
23
23
  ##### conflicts
24
24
 
@@ -18,7 +18,7 @@ Response status code.
18
18
 
19
19
  The body which contains the error.
20
20
 
21
- #### Type declaration
21
+ #### Type Declaration
22
22
 
23
23
  ##### notFoundId?
24
24
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  The health status of the component.
6
6
 
7
- ## Type declaration
7
+ ## Type Declaration
8
8
 
9
9
  ### Ok
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/api-models",
3
- "version": "0.0.2-next.8",
3
+ "version": "0.0.2-next.9",
4
4
  "description": "Contains models and classes for use with APIs",
5
5
  "repository": {
6
6
  "type": "git",