Skip to content

Commit d7913ff

Browse files
Generator: Update SDK /services/stackitmarketplace (#3592)
Co-authored-by: Ruben Hoenle <[email protected]>
1 parent cca379b commit d7913ff

File tree

5 files changed

+55
-2
lines changed

5 files changed

+55
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- **Feature:** Add response `IntakeRunnerResponse` to `UpdateIntakeRunnerExecute` request
66
- **Feature:** Add response `IntakeUserResponse` to `UpdateIntakeUserExecute` request
77
- `stackitmarketplace`:
8+
- [v1.13.0](services/stackitmarketplace/CHANGELOG.md#v1130)
9+
- **Feature:** Add `HasDemo` field (type `*bool`) to `CatalogProductDetail` struct
810
- [v1.12.0](services/stackitmarketplace/CHANGELOG.md#v1120)
911
- **Breaking Change:** Change `Logo` field type from `*[]byte` to `*string` in `CatalogProductDetail`, `CatalogProductDetailsVendor`, and `CatalogProductOverview` models
1012
- [v1.11.0](services/stackitmarketplace/CHANGELOG.md#v1110)

services/git/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## v0.7.1
2-
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
2+
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
33

44
## v0.7.0
55
- **Feature:** Add `Sku` field to `Flavors` model

services/stackitmarketplace/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.13.0
2+
- **Feature:** Add `HasDemo` field (type `*bool`) to `CatalogProductDetail` struct
3+
14
## v1.12.0
25
- **Breaking Change:** Change `Logo` field type from `*[]byte` to `*string` in `CatalogProductDetail`, `CatalogProductDetailsVendor`, and `CatalogProductOverview` models
36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0
1+
v1.13.0

services/stackitmarketplace/model_catalog_product_detail.go

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)