@adventurelabs/scout-core 1.4.93 → 1.4.94

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.
@@ -1449,6 +1449,7 @@ export type Database = {
1449
1449
  localization_id: number | null;
1450
1450
  location: unknown;
1451
1451
  slug: string;
1452
+ video_server_url: string | null;
1452
1453
  };
1453
1454
  Insert: {
1454
1455
  auto_delete_media_with_humans?: boolean | null;
@@ -1461,6 +1462,7 @@ export type Database = {
1461
1462
  localization_id?: number | null;
1462
1463
  location?: unknown;
1463
1464
  slug: string;
1465
+ video_server_url?: string | null;
1464
1466
  };
1465
1467
  Update: {
1466
1468
  auto_delete_media_with_humans?: boolean | null;
@@ -1473,6 +1475,7 @@ export type Database = {
1473
1475
  localization_id?: number | null;
1474
1476
  location?: unknown;
1475
1477
  slug?: string;
1478
+ video_server_url?: string | null;
1476
1479
  };
1477
1480
  Relationships: [
1478
1481
  {
@@ -4931,6 +4934,7 @@ export type Database = {
4931
4934
  auto_delete_media_with_no_tracks: boolean | null;
4932
4935
  localization_id: number | null;
4933
4936
  localization_region: string | null;
4937
+ video_server_url: string | null;
4934
4938
  };
4935
4939
  pins_pretty_location: {
4936
4940
  id: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adventurelabs/scout-core",
3
- "version": "1.4.93",
3
+ "version": "1.4.94",
4
4
  "description": "Core utilities and helpers for Adventure Labs Scout applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",