Skip to content

Commit

Permalink
chore(assets): Recompile assets
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Nov 20, 2024
1 parent 6c46b13 commit 9fbe4d2
Show file tree
Hide file tree
Showing 8 changed files with 170 additions and 52 deletions.
4 changes: 3 additions & 1 deletion openapi-administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down
8 changes: 6 additions & 2 deletions openapi-backend-recording.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -611,7 +613,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down
21 changes: 16 additions & 5 deletions openapi-federation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1339,8 +1339,8 @@
}
}
},
"410": {
"description": "Remote server could not be reached to notify about the acceptance",
"404": {
"description": "Invite can not be found",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -1377,8 +1377,8 @@
}
}
},
"404": {
"description": "Invite can not be found",
"410": {
"description": "Remote server could not be reached to notify about the acceptance",
"content": {
"application/json": {
"schema": {
Expand All @@ -1399,6 +1399,9 @@
},
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string"
Expand Down Expand Up @@ -1485,7 +1488,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -1515,6 +1520,9 @@
},
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string"
Expand Down Expand Up @@ -1550,6 +1558,9 @@
},
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string"
Expand Down
100 changes: 78 additions & 22 deletions openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -2454,7 +2454,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -8217,7 +8219,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -8374,7 +8378,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -8402,7 +8408,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -8502,7 +8510,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -8530,7 +8540,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -8558,7 +8570,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -10600,7 +10614,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -10716,7 +10732,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -10845,7 +10863,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -10991,7 +11011,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -17225,7 +17247,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -17320,7 +17344,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -17348,7 +17374,20 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string",
"enum": [
"avatar"
]
}
}
}
}
}
}
Expand Down Expand Up @@ -17833,8 +17872,8 @@
}
}
},
"410": {
"description": "Remote server could not be reached to notify about the acceptance",
"404": {
"description": "Invite can not be found",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -17871,8 +17910,8 @@
}
}
},
"404": {
"description": "Invite can not be found",
"410": {
"description": "Remote server could not be reached to notify about the acceptance",
"content": {
"application/json": {
"schema": {
Expand All @@ -17893,6 +17932,9 @@
},
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string"
Expand Down Expand Up @@ -17979,7 +18021,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -18009,6 +18053,9 @@
},
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string"
Expand Down Expand Up @@ -18044,6 +18091,9 @@
},
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string"
Expand Down Expand Up @@ -19869,7 +19919,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -20238,7 +20290,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down Expand Up @@ -20498,7 +20552,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"nullable": true
}
}
}
}
Expand Down
Loading

0 comments on commit 9fbe4d2

Please sign in to comment.