@stack-spot/portal-network 1.0.0-dev.1774466544420 → 1.0.0-dev.1775134115712
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 +20 -0
- package/dist/api/cloudPlatform.d.ts +649 -5
- package/dist/api/cloudPlatform.d.ts.map +1 -1
- package/dist/api/cloudPlatform.js +439 -0
- package/dist/api/cloudPlatform.js.map +1 -1
- package/dist/apis.json +1 -1
- package/dist/client/cloud-platform.d.ts +55 -0
- package/dist/client/cloud-platform.d.ts.map +1 -1
- package/dist/client/cloud-platform.js +81 -3
- package/dist/client/cloud-platform.js.map +1 -1
- package/dist/client/types.d.ts +1 -1
- package/dist/client/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api/cloudPlatform.ts +1243 -127
- package/src/apis.json +1 -1
- package/src/client/cloud-platform.ts +55 -2
- package/src/client/types.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.234.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.233.0...portal-network@v0.234.0) (2026-04-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* include firewall manager router for cloudPlatform service ([#2126](https://github.com/stack-spot/portal-commons/issues/2126)) ([771766f](https://github.com/stack-spot/portal-commons/commit/771766f33096864518701078021a471b34c61ccc))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* cloud platform remove unecessary routes for firewall manager ([8b03988](https://github.com/stack-spot/portal-commons/commit/8b039888389fabcc4f9ef9b737238f5e9f01ca14))
|
|
14
|
+
* glob vuln ([2a28af1](https://github.com/stack-spot/portal-commons/commit/2a28af106ab62b6930848119c04e5d75a5af897d))
|
|
15
|
+
|
|
16
|
+
## [0.233.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.232.0...portal-network@v0.233.0) (2026-03-31)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* update APIs for account content sharing ([#2113](https://github.com/stack-spot/portal-commons/issues/2113)) ([cdfe268](https://github.com/stack-spot/portal-commons/commit/cdfe2685750df429ace26d30484c65ee8cc25c5e))
|
|
22
|
+
|
|
3
23
|
## [0.232.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.231.0...portal-network@v0.232.0) (2026-03-20)
|
|
4
24
|
|
|
5
25
|
|