diff --git a/python_sdk/_sources/changelog.rst.txt b/python_sdk/_sources/changelog.rst.txt
index fe3bb040..ca2c1cea 100644
--- a/python_sdk/_sources/changelog.rst.txt
+++ b/python_sdk/_sources/changelog.rst.txt
@@ -11,10 +11,15 @@ and this project adheres to `Semantic Versioning `_
+
+
From sources
------------
diff --git a/python_sdk/api.html b/python_sdk/api.html
index 21b1b627..9e443ef7 100644
--- a/python_sdk/api.html
+++ b/python_sdk/api.html
@@ -38,7 +38,7 @@
Open GoPro Python SDK
- 0.14.1
+ 0.15.0
@@ -6934,11 +7164,6 @@ Data Models
-Validators:
-
-
-
@@ -6947,20 +7172,13 @@
Data Models
List of files
-
-- Validated by:
--
-
-
-
+
-
-validator identify_item » file_system
+classmethod identify_item(item: dict[str, Any]) → MediaItem
Extent item into GroupedMediaItem if it such an item
A group item is identified by the presence of a “g” field
@@ -6993,22 +7211,38 @@ Data Models
+
+-
+model_post_init(__context: Any) → None
+This function is meant to behave like a BaseModel method to initialise private attributes.
+It takes context as an argument since that’s what pydantic-core passes when calling it.
+
+- Parameters:
+-
+
+
+
+
-
property files: list[open_gopro.models.media_list.MediaItem]
@@ -7114,9 +7371,9 @@ Data Models
@@ -7208,8 +7465,13 @@ Data Models
@@ -7361,12 +7645,12 @@ Data Models
-
-field supported_options: Optional[list[open_gopro.models.general.SupportedOption]] = None
+field supported_options: Optional[list[SupportedOption]] = None
diff --git a/python_sdk/authors.html b/python_sdk/authors.html
index 3ad677c7..e28465fa 100644
--- a/python_sdk/authors.html
+++ b/python_sdk/authors.html
@@ -38,7 +38,7 @@
Open GoPro Python SDK
- 0.14.1
+ 0.15.0