Updated React router to V6 (#2107)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user