diff --git a/api/awtis/documentation/1.0.0/awtis.json b/api/awtis/documentation/1.0.0/awtis.json index 74b9db0..a2e1eec 100644 --- a/api/awtis/documentation/1.0.0/awtis.json +++ b/api/awtis/documentation/1.0.0/awtis.json @@ -657,6 +657,9 @@ "user": { "type": "string" }, + "eksplisit": { + "type": "boolean" + }, "published_at": { "type": "string" }, diff --git a/api/teks/documentation/1.0.0/teks.json b/api/teks/documentation/1.0.0/teks.json index fe84377..b39b58e 100644 --- a/api/teks/documentation/1.0.0/teks.json +++ b/api/teks/documentation/1.0.0/teks.json @@ -787,6 +787,9 @@ } } }, + "eksplisit": { + "type": "boolean" + }, "published_at": { "type": "string", "format": "date-time" @@ -906,6 +909,9 @@ "user": { "type": "string" }, + "eksplisit": { + "type": "boolean" + }, "published_at": { "type": "string", "format": "date-time" diff --git a/api/teks/models/teks.settings.json b/api/teks/models/teks.settings.json index 8f822bf..8e85d10 100644 --- a/api/teks/models/teks.settings.json +++ b/api/teks/models/teks.settings.json @@ -61,6 +61,9 @@ "user": { "plugin": "users-permissions", "model": "user" + }, + "eksplisit": { + "type": "boolean" } } } diff --git a/extensions/documentation/documentation/1.0.0/full_documentation.json b/extensions/documentation/documentation/1.0.0/full_documentation.json index d0db1c5..33eb94b 100644 --- a/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -11,7 +11,7 @@ "url": "https://o-k-i.net" }, "license": null, - "x-generation-date": "05/26/2021 11:36:32 PM" + "x-generation-date": "05/28/2021 4:36:05 PM" }, "x-strapi-config": { "path": "/dokiman", @@ -991,6 +991,9 @@ "user": { "type": "string" }, + "eksplisit": { + "type": "boolean" + }, "published_at": { "type": "string" }, @@ -1369,6 +1372,9 @@ } } }, + "eksplisit": { + "type": "boolean" + }, "published_at": { "type": "string", "format": "date-time" @@ -1488,6 +1494,9 @@ "user": { "type": "string" }, + "eksplisit": { + "type": "boolean" + }, "published_at": { "type": "string", "format": "date-time" diff --git a/extensions/users-permissions/models/User.settings.json b/extensions/users-permissions/models/User.settings.json index 4dd34f1..f458ccc 100644 --- a/extensions/users-permissions/models/User.settings.json +++ b/extensions/users-permissions/models/User.settings.json @@ -8,7 +8,10 @@ "options": { "draftAndPublish": false, "timestamps": true, - "privateAttributes": ["createdAt", "updatedAt"] + "privateAttributes": [ + "createdAt", + "updatedAt" + ] }, "attributes": { "username": {