Updated React router to V6 (#2107)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2022-06-09 17:37:21 -05:00
committed by GitHub
parent 51afc337ff
commit e3d96b5bb3
94 changed files with 1288 additions and 1551 deletions

View File

@@ -6976,6 +6976,20 @@ func init() {
}
}
},
"userSAs": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"recursive": {
"type": "boolean"
},
"versionID": {
"type": "string"
}
}
},
"userServiceAccountItem": {
"type": "object",
"properties": {
@@ -14175,6 +14189,20 @@ func init() {
}
}
},
"userSAs": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"recursive": {
"type": "boolean"
},
"versionID": {
"type": "string"
}
}
},
"userServiceAccountItem": {
"type": "object",
"properties": {