feat(web): use timeline in geolocation manager (#21492)
This commit is contained in:
@@ -8895,6 +8895,15 @@
|
||||
"$ref": "#/components/schemas/AssetVisibility"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "withCoordinates",
|
||||
"required": false,
|
||||
"in": "query",
|
||||
"description": "Include location data in the response",
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "withPartners",
|
||||
"required": false,
|
||||
@@ -9040,6 +9049,15 @@
|
||||
"$ref": "#/components/schemas/AssetVisibility"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "withCoordinates",
|
||||
"required": false,
|
||||
"in": "query",
|
||||
"description": "Include location data in the response",
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "withPartners",
|
||||
"required": false,
|
||||
@@ -17066,6 +17084,14 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"latitude": {
|
||||
"description": "Array of latitude coordinates extracted from EXIF GPS data",
|
||||
"items": {
|
||||
"nullable": true,
|
||||
"type": "number"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"livePhotoVideoId": {
|
||||
"description": "Array of live photo video asset IDs (null for non-live photos)",
|
||||
"items": {
|
||||
@@ -17081,6 +17107,14 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"longitude": {
|
||||
"description": "Array of longitude coordinates extracted from EXIF GPS data",
|
||||
"items": {
|
||||
"nullable": true,
|
||||
"type": "number"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"ownerId": {
|
||||
"description": "Array of owner IDs for each asset",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user