chore: NODE-2911 - Generate Schema Files (no-changelog) (#15030)

Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
Jon
2025-05-06 17:55:06 +01:00
committed by GitHub
parent 985f554501
commit d0022c5700
67 changed files with 1327 additions and 689 deletions

View File

@@ -10,6 +10,29 @@
"accent_color_id": {
"type": "integer"
},
"accepted_gift_types": {
"type": "object",
"properties": {
"limited_gifts": {
"type": "boolean"
},
"premium_subscription": {
"type": "boolean"
},
"unique_gifts": {
"type": "boolean"
},
"unlimited_gifts": {
"type": "boolean"
}
}
},
"active_usernames": {
"type": "array",
"items": {
"type": "string"
}
},
"can_send_gift": {
"type": "boolean"
},
@@ -24,9 +47,12 @@
},
"type": {
"type": "string"
},
"username": {
"type": "string"
}
}
}
},
"version": 2
"version": 3
}

View File

@@ -7,6 +7,9 @@
"result": {
"type": "object",
"properties": {
"is_anonymous": {
"type": "boolean"
},
"status": {
"type": "string"
},
@@ -25,6 +28,9 @@
"language_code": {
"type": "string"
},
"last_name": {
"type": "string"
},
"username": {
"type": "string"
}
@@ -33,5 +39,5 @@
}
}
},
"version": 2
"version": 3
}

View File

@@ -21,9 +21,6 @@
},
"type": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
@@ -76,5 +73,5 @@
}
}
},
"version": 1
"version": 2
}

View File

@@ -16,6 +16,9 @@
"id": {
"type": "integer"
},
"last_name": {
"type": "string"
},
"type": {
"type": "string"
},
@@ -73,5 +76,5 @@
}
}
},
"version": 1
"version": 2
}