@stack-spot/portal-network 0.235.3 → 0.237.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 +22 -0
- package/dist/api/cloudPlatform.d.ts +364 -800
- package/dist/api/cloudPlatform.d.ts.map +1 -1
- package/dist/api/cloudPlatform.js +181 -543
- package/dist/api/cloudPlatform.js.map +1 -1
- package/dist/apis.json +9 -5
- package/dist/client/cloud-platform.d.ts +748 -548
- package/dist/client/cloud-platform.d.ts.map +1 -1
- package/dist/client/cloud-platform.js +667 -297
- package/dist/client/cloud-platform.js.map +1 -1
- package/package.json +2 -2
- package/scripts/generate-apis.ts +4 -3
- package/src/api/cloudPlatform.ts +582 -1487
- package/src/api-docs/cloud-platform-docs-prd.json +6489 -0
- package/src/api-docs/cloud-platform-docs-stg.json +6898 -0
- package/src/apis.json +9 -5
- package/src/client/cloud-platform.ts +597 -292
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.237.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.236.0...portal-network@v0.237.0) (2026-06-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add endpoints for updating foundation security project tags and boundary policy documents ([f05ebcf](https://github.com/stack-spot/portal-commons/commit/f05ebcfaf64808b0fc146248a5e3b5ec3b757892))
|
|
9
|
+
* add preMortenOUId to FoundationStatus and API documentation ([db7e315](https://github.com/stack-spot/portal-commons/commit/db7e315fe80944b9053e3d602267b0d40d7ba728))
|
|
10
|
+
* add role management endpoints and types to cloud platform API ([7fed68f](https://github.com/stack-spot/portal-commons/commit/7fed68f489790d0ee16a72aa2a2ba80f6d9db512))
|
|
11
|
+
* finops v2 ([#2189](https://github.com/stack-spot/portal-commons/issues/2189)) ([05f20e8](https://github.com/stack-spot/portal-commons/commit/05f20e8dd5833a1d7ef4111182cd9d620baef250))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* update network list controller reference in CloudPlatformClient ([34dd1a5](https://github.com/stack-spot/portal-commons/commit/34dd1a55ddf0c21f89611b90747e1cd30f539281))
|
|
17
|
+
|
|
18
|
+
## [0.236.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.235.3...portal-network@v0.236.0) (2026-06-01)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* cloud platform v2 ([#2162](https://github.com/stack-spot/portal-commons/issues/2162)) ([9079232](https://github.com/stack-spot/portal-commons/commit/9079232daf6464cc1cc5d3dec0846bd599006e56))
|
|
24
|
+
|
|
3
25
|
## [0.235.3](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.235.2...portal-network@v0.235.3) (2026-05-22)
|
|
4
26
|
|
|
5
27
|
|