raain-model 3.1.21 → 3.1.22
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 +19 -1
- package/api/rains/RaainApiRainsGetCountsResponse.d.ts +1 -0
- package/bpInfo.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.1.22] - 2026-02-25
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- `RaainApiRainsGetCountsResponse`: added optional `percentComputations` field to counts result
|
|
15
|
+
|
|
16
|
+
## [3.1.21] - 2026-02-24
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- `RaainApiRainsProgressResponse`: added optional `inQueueCompute` and `inQueueGround` fields to distinguish queued job types
|
|
21
|
+
|
|
10
22
|
## [3.1.20] - 2026-02-24
|
|
11
23
|
|
|
12
24
|
### Fixed
|
|
@@ -623,7 +635,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
623
635
|
- Initial release
|
|
624
636
|
- First extracts from RAAIN services
|
|
625
637
|
|
|
626
|
-
[Unreleased]: https://github.com/raainio/raain-model/compare/v3.1.
|
|
638
|
+
[Unreleased]: https://github.com/raainio/raain-model/compare/v3.1.22...HEAD
|
|
639
|
+
|
|
640
|
+
[3.1.22]: https://github.com/raainio/raain-model/compare/v3.1.21...v3.1.22
|
|
641
|
+
|
|
642
|
+
[3.1.21]: https://github.com/raainio/raain-model/compare/v3.1.20...v3.1.21
|
|
643
|
+
|
|
644
|
+
[3.1.20]: https://github.com/raainio/raain-model/compare/v3.1.19...v3.1.20
|
|
627
645
|
|
|
628
646
|
[3.1.19]: https://github.com/raainio/raain-model/compare/v3.1.18...v3.1.19
|
|
629
647
|
|
package/bpInfo.js
CHANGED