2
0

🗃️ Add updatedAt fields where missing

This commit is contained in:
Baptiste Arnaud
2023-02-03 07:58:14 +01:00
parent bf607289f4
commit 0b34321bf7
10 changed files with 80 additions and 29 deletions

View File

@ -127,13 +127,17 @@
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "date-time"
},
"updatedAt": {
"type": "string",
"format": "date-time"
},
"name": {
"type": "string"
},
"icon": {
"type": "string",
"nullable": true
@ -195,8 +199,9 @@
},
"required": [
"id",
"name",
"createdAt",
"updatedAt",
"name",
"icon",
"plan",
"stripeId",
@ -263,13 +268,17 @@
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "date-time"
},
"updatedAt": {
"type": "string",
"format": "date-time"
},
"name": {
"type": "string"
},
"icon": {
"type": "string",
"nullable": true
@ -331,8 +340,9 @@
},
"required": [
"id",
"name",
"createdAt",
"updatedAt",
"name",
"icon",
"plan",
"stripeId",
@ -416,13 +426,17 @@
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "date-time"
},
"updatedAt": {
"type": "string",
"format": "date-time"
},
"name": {
"type": "string"
},
"icon": {
"type": "string",
"nullable": true
@ -484,8 +498,9 @@
},
"required": [
"id",
"name",
"createdAt",
"updatedAt",
"name",
"icon",
"plan",
"stripeId",