summary refs log tree commit diff
diff options
context:
space:
mode:
authorCyberL1 <cyber.hf18@gmail.com>2025-12-04 17:00:05 +0100
committerCyberL1 <cyber.hf18@gmail.com>2025-12-04 17:00:05 +0100
commit41e375f89658006bc2f081b996c42f10fda4274c (patch)
tree3d9d851b2281b684c3344ac167acb73e21d0cf01
parentfix: `highest_last_message_id` is apparently a number and never a string (diff)
downloadserver-ts-41e375f89658006bc2f081b996c42f10fda4274c.tar.xz
chore: re-generate openapi.json and schemas.json
-rw-r--r--assets/openapi.json10
-rw-r--r--assets/schemas.json10
2 files changed, 4 insertions, 16 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index 6bf6f922..5d73449d 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -1440,10 +1440,7 @@ "properties": { "guild_hashes": {}, "highest_last_message_id": { - "type": [ - "string", - "integer" - ] + "type": "integer" }, "read_state_version": { "type": "integer" @@ -1475,10 +1472,7 @@ "properties": { "guildHashes": {}, "highestLastMessageId": { - "type": [ - "string", - "integer" - ] + "type": "integer" }, "readStateVersion": { "type": "integer" diff --git a/assets/schemas.json b/assets/schemas.json
index 4d3646d6..3e597f09 100644 --- a/assets/schemas.json +++ b/assets/schemas.json
@@ -1473,10 +1473,7 @@ "properties": { "guild_hashes": {}, "highest_last_message_id": { - "type": [ - "string", - "integer" - ] + "type": "integer" }, "read_state_version": { "type": "integer" @@ -1508,10 +1505,7 @@ "properties": { "guildHashes": {}, "highestLastMessageId": { - "type": [ - "string", - "integer" - ] + "type": "integer" }, "readStateVersion": { "type": "integer"