2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-02-23 09:21:18 +01:00
parent bc47cc46c0
commit d2880cdf2d
18 changed files with 3060 additions and 2205 deletions

View File

@@ -1242,14 +1242,7 @@
}
},
"nextCursor": {
"anyOf": [
{
"not": {}
},
{
"type": "string"
}
],
"type": "string",
"nullable": true
}
},

View File

@@ -2910,14 +2910,7 @@
"type": "string"
},
"value": {
"anyOf": [
{
"not": {}
},
{
"type": "string"
}
],
"type": "string",
"nullable": true
}
},
@@ -4526,25 +4519,18 @@
},
"value": {
"anyOf": [
{
"not": {}
},
{
"anyOf": [
{
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
"type": "string"
},
{
"type": "boolean"
"type": "number"
}
]
},
{
"type": "boolean"
}
],
"nullable": true
@@ -4617,25 +4603,18 @@
},
"value": {
"anyOf": [
{
"not": {}
},
{
"anyOf": [
{
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
"type": "string"
},
{
"type": "boolean"
"type": "number"
}
]
},
{
"type": "boolean"
}
],
"nullable": true