Skip to content

Commit

Permalink
SELC-5644 update path of api and mui library
Browse files Browse the repository at this point in the history
  • Loading branch information
OraldoDoci committed Oct 8, 2024
1 parent 9d0f709 commit 9bce537
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
9 changes: 9 additions & 0 deletions openApi/dashboard-api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,15 @@
"schema" : {
"type" : "string"
}
}, {
"name" : "institutionType",
"in" : "query",
"description" : "Institution's type",
"required" : false,
"style" : "form",
"schema" : {
"type" : "string"
}
} ],
"responses" : {
"200" : {
Expand Down
7 changes: 7 additions & 0 deletions openApi/generated-dashboard/dashboard-swagger20.json
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,13 @@
"name": "productId",
"required": true,
"type": "string"
},
{
"description": "Institution's type",
"in": "query",
"name": "institutionType",
"required": false,
"type": "string"
}
],
"responses": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@mui/x-data-grid": "^5.0.1",
"@mui/x-data-grid-generator": "^5.0.1",
"@pagopa/mui-italia": "^1.5.0",
"@pagopa/selfcare-common-frontend": "^1.34.37",
"@pagopa/selfcare-common-frontend": "^1.34.41",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2034,10 +2034,10 @@
write-yaml-file "^4.1.3"
yargs "^15.0.1"

"@pagopa/selfcare-common-frontend@^1.34.37":
version "1.34.37"
resolved "https://registry.yarnpkg.com/@pagopa/selfcare-common-frontend/-/selfcare-common-frontend-1.34.37.tgz#f51f8fe2955e4cbe9d16ed4947fca829bbfb3f7b"
integrity sha512-ubi8OXr3+qZO7t14Xfislm+dZF4Fth65bqaoILFyoR9BebKS1JOISaLwHB2pqDtpoetVFi+ozOiAxEE34S4MJQ==
"@pagopa/selfcare-common-frontend@^1.34.41":
version "1.34.41"
resolved "https://registry.yarnpkg.com/@pagopa/selfcare-common-frontend/-/selfcare-common-frontend-1.34.41.tgz#f91e0fa521640507f8b4213a9d3739e2cefa7fa6"
integrity sha512-4LHDinQF5MmzifxT/IlyfbDpZqUa9LIe1mk+wzq0nDKFAs5sse4peNMdwGBaRbtHb6J+kJz7lkzN5pdVidJX/w==
dependencies:
"@emotion/react" "^11.11.1"
"@emotion/styled" "^11.11.0"
Expand Down

0 comments on commit 9bce537

Please sign in to comment.