@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.
@@ -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 a tag count, not `feed_item`'s arrays. */
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;
@@ -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
- tag_count: number | null;
7151
+ duration_seconds: number | null;
7152
7152
  };
7153
7153
  herd_invitation_with_herd_slug: {
7154
7154
  id: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adventurelabs/scout-core",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Core utilities and helpers for Adventure Labs Scout applications",
5
5
  "exports": {
6
6
  "./client": {