refactor: sql queries related to privacy-accounting;

chore: regenerated swagger;
feat: utilizing new 410 error when user is banned/unavailable/deleted
This commit is contained in:
2025-08-23 19:17:05 +03:00
parent dd2960a742
commit 3198612e16
9 changed files with 100 additions and 172 deletions

View File

@@ -748,7 +748,7 @@ const docTemplate = `{
],
"properties": {
"birthday": {
"type": "string"
"type": "integer"
},
"name": {
"type": "string"

View File

@@ -744,7 +744,7 @@
],
"properties": {
"birthday": {
"type": "string"
"type": "integer"
},
"name": {
"type": "string"

View File

@@ -157,7 +157,7 @@ definitions:
models.RegistrationCompleteRequest:
properties:
birthday:
type: string
type: integer
name:
type: string
username: