chore: [IOBP-2478] Update pagopa-infra openapi#567
Merged
LeleDallas merged 2 commits intomasterfrom Jan 21, 2026
Merged
Conversation
github-merge-queue bot
pushed a commit
to pagopa/io-app
that referenced
this pull request
Jan 14, 2026
## Short description This pull request updates the API model generation script to use a newer version of the `walletv3` API specification. This ensures that the generated API models reflect the latest changes and improvements made in the upstream `pagopa-infra` repository. ## List of changes proposed in this pull request - Updated the `walletv3` API reference in `scripts/generate-api-models.sh` to use tag `v1.745.1` instead of `v1.731.1`, ensuring the script pulls the most recent OpenAPI specification for `walletv3` ## How to test - Everything should works as before in PROD - We can test with this [PR](pagopa/io-dev-api-server#567) from dev-server and play with `status` value from the `randomWallet` constant in `userWallet` - Ensure that everything works now (before with `REPLACED` we had a definition error)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description
This pull request updates the source URL for the
walletv3API model to use a newer tag from thepagopa-infrarepository.List of changes proposed in this pull request
walletv3API model definition source to pull frompagopa/pagopa-infratagv1.745.1instead ofv1.724.0in thenoParamsarray inscripts/generate-api-models.shHow to test
N/A