@adventurelabs/scout-core 1.4.87 → 1.4.88

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.
@@ -4691,6 +4691,8 @@ export type Database = {
4691
4691
  longitude: number | null;
4692
4692
  auto_delete_media_with_humans: boolean | null;
4693
4693
  auto_delete_media_with_no_tracks: boolean | null;
4694
+ localization_id: number | null;
4695
+ localization_region: string | null;
4694
4696
  };
4695
4697
  pins_pretty_location: {
4696
4698
  id: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adventurelabs/scout-core",
3
- "version": "1.4.87",
3
+ "version": "1.4.88",
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",