@adventurelabs/scout-core 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/db.d.ts +1 -1
- package/dist/types/supabase.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/db.d.ts
CHANGED
|
@@ -378,7 +378,7 @@ export type IFeedItem = {
|
|
|
378
378
|
event_data: (IEventAndTagsPrettyLocation & ISignedMediaUrls) | null;
|
|
379
379
|
artifact_data: IArtifactWithMediaUrl | null;
|
|
380
380
|
};
|
|
381
|
-
/** Lean merged events/artifacts row: media paths and
|
|
381
|
+
/** Lean merged events/artifacts row: media paths and duration, not `feed_item`'s arrays. */
|
|
382
382
|
export type IGalleryItemRow = Database["public"]["CompositeTypes"]["gallery_item"];
|
|
383
383
|
export type IGalleryItem = IGalleryItemRow & ISignedMediaUrls & {
|
|
384
384
|
media_kind: MediaKind;
|
package/dist/types/supabase.d.ts
CHANGED
|
@@ -7148,7 +7148,7 @@ export type Database = {
|
|
|
7148
7148
|
processing_blocked_reason: string | null;
|
|
7149
7149
|
latitude: number | null;
|
|
7150
7150
|
longitude: number | null;
|
|
7151
|
-
|
|
7151
|
+
duration_seconds: number | null;
|
|
7152
7152
|
};
|
|
7153
7153
|
herd_invitation_with_herd_slug: {
|
|
7154
7154
|
id: number | null;
|