fix: replace first and last name with single field (#4915)
This commit is contained in:
@@ -6844,15 +6844,12 @@
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"memoriesEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"password": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -6864,8 +6861,7 @@
|
||||
"required": [
|
||||
"email",
|
||||
"password",
|
||||
"firstName",
|
||||
"lastName"
|
||||
"name"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
@@ -7463,13 +7459,10 @@
|
||||
"accessToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"isAdmin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lastName": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"profileImagePath": {
|
||||
@@ -7489,8 +7482,7 @@
|
||||
"accessToken",
|
||||
"userId",
|
||||
"userEmail",
|
||||
"firstName",
|
||||
"lastName",
|
||||
"name",
|
||||
"profileImagePath",
|
||||
"isAdmin",
|
||||
"shouldChangePassword"
|
||||
@@ -7656,9 +7648,6 @@
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -7668,12 +7657,12 @@
|
||||
"isAdmin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"memoriesEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"oauthId": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -7694,8 +7683,7 @@
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"firstName",
|
||||
"lastName",
|
||||
"name",
|
||||
"email",
|
||||
"profileImagePath",
|
||||
"storageLabel",
|
||||
@@ -8464,14 +8452,10 @@
|
||||
"example": "testuser@email.com",
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"name": {
|
||||
"example": "Admin",
|
||||
"type": "string"
|
||||
},
|
||||
"lastName": {
|
||||
"example": "Doe",
|
||||
"type": "string"
|
||||
},
|
||||
"password": {
|
||||
"example": "password",
|
||||
"type": "string"
|
||||
@@ -8480,8 +8464,7 @@
|
||||
"required": [
|
||||
"email",
|
||||
"password",
|
||||
"firstName",
|
||||
"lastName"
|
||||
"name"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
@@ -9163,9 +9146,6 @@
|
||||
"externalPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"format": "uuid",
|
||||
"type": "string"
|
||||
@@ -9173,12 +9153,12 @@
|
||||
"isAdmin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"memoriesEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"password": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -9203,13 +9183,10 @@
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"userFirstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"userId": {
|
||||
"type": "string"
|
||||
},
|
||||
"userLastName": {
|
||||
"userName": {
|
||||
"type": "string"
|
||||
},
|
||||
"videos": {
|
||||
@@ -9218,8 +9195,7 @@
|
||||
},
|
||||
"required": [
|
||||
"userId",
|
||||
"userFirstName",
|
||||
"userLastName",
|
||||
"userName",
|
||||
"photos",
|
||||
"videos",
|
||||
"usage"
|
||||
@@ -9231,13 +9207,10 @@
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastName": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"profileImagePath": {
|
||||
@@ -9246,8 +9219,7 @@
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"firstName",
|
||||
"lastName",
|
||||
"name",
|
||||
"email",
|
||||
"profileImagePath"
|
||||
],
|
||||
@@ -9271,21 +9243,18 @@
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"isAdmin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lastName": {
|
||||
"type": "string"
|
||||
},
|
||||
"memoriesEnabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"oauthId": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -9306,8 +9275,7 @@
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"firstName",
|
||||
"lastName",
|
||||
"name",
|
||||
"email",
|
||||
"profileImagePath",
|
||||
"storageLabel",
|
||||
|
||||
Reference in New Issue
Block a user