@exulu/backend 1.11.0 → 1.13.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 +2 -2
- package/dist/index.cjs +218 -461
- package/dist/index.d.cts +44 -50
- package/dist/index.d.ts +44 -50
- package/dist/index.js +214 -456
- package/package.json +1 -1
- package/types/models/user-role.ts +9 -4
- package/types/models/user.ts +7 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# [1.
|
|
1
|
+
# [1.13.0](https://github.com/Qventu/exulu-backend/compare/v1.12.0...v1.13.0) (2025-08-17)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* add api access rights to global access controls for roles and add created_by for jobs ([203a37a](https://github.com/Qventu/exulu-backend/commit/203a37abac9151189eefa9b418eed5df92d78a1c))
|
|
7
7
|
|
|
8
8
|
# [1.1.0](https://github.com/Qventu/exulu-backend/compare/v1.0.1...v1.1.0) (2025-07-30)
|
|
9
9
|
|