@stack-spot/portal-network 0.222.0 → 0.224.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 +16 -0
- package/dist/api/account.d.ts +430 -87
- package/dist/api/account.d.ts.map +1 -1
- package/dist/api/account.js +251 -37
- package/dist/api/account.js.map +1 -1
- package/dist/client/account.d.ts +103 -1
- package/dist/client/account.d.ts.map +1 -1
- package/dist/client/account.js +96 -6
- package/dist/client/account.js.map +1 -1
- package/dist/client/cloud-platform.d.ts +30 -0
- package/dist/client/cloud-platform.d.ts.map +1 -1
- package/dist/client/cloud-platform.js +47 -1
- package/dist/client/cloud-platform.js.map +1 -1
- package/package.json +1 -1
- package/src/api/account.ts +831 -143
- package/src/client/account.ts +57 -6
- package/src/client/cloud-platform.ts +25 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.224.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.223.0...portal-network@v0.224.0) (2026-02-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* update account API for service credential ([#2050](https://github.com/stack-spot/portal-commons/issues/2050)) ([1a4f894](https://github.com/stack-spot/portal-commons/commit/1a4f8946e3b747e1ad00297c8fa17dd38e92b664))
|
|
9
|
+
|
|
10
|
+
## [0.223.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.222.0...portal-network@v0.223.0) (2026-02-24)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* update cloud platform client with roles service ([59e79be](https://github.com/stack-spot/portal-commons/commit/59e79bebf9c67a4934449d9ccea8c192ab28d1aa))
|
|
16
|
+
* update cloud platform client with roles service ([#2054](https://github.com/stack-spot/portal-commons/issues/2054)) ([5b7c9c6](https://github.com/stack-spot/portal-commons/commit/5b7c9c6a1b4c2fa1f844ac843747debe16ffce36))
|
|
17
|
+
* update cloud platform client with roles service ([#2054](https://github.com/stack-spot/portal-commons/issues/2054)) ([5b7c9c6](https://github.com/stack-spot/portal-commons/commit/5b7c9c6a1b4c2fa1f844ac843747debe16ffce36))
|
|
18
|
+
|
|
3
19
|
## [0.222.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.221.0...portal-network@v0.222.0) (2026-02-23)
|
|
4
20
|
|
|
5
21
|
|