@adventurelabs/scout-core 1.4.91 → 1.4.92
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/supabase.d.ts +3 -0
- package/package.json +1 -1
package/dist/types/supabase.d.ts
CHANGED
|
@@ -2798,6 +2798,7 @@ export type Database = {
|
|
|
2798
2798
|
lifecycle_changed_at: string;
|
|
2799
2799
|
lifecycle_changed_by: string | null;
|
|
2800
2800
|
lifecycle_reason: string | null;
|
|
2801
|
+
photo_uri: string | null;
|
|
2801
2802
|
signature_base64: string | null;
|
|
2802
2803
|
title: string | null;
|
|
2803
2804
|
username: string | null;
|
|
@@ -2813,6 +2814,7 @@ export type Database = {
|
|
|
2813
2814
|
lifecycle_changed_at?: string;
|
|
2814
2815
|
lifecycle_changed_by?: string | null;
|
|
2815
2816
|
lifecycle_reason?: string | null;
|
|
2817
|
+
photo_uri?: string | null;
|
|
2816
2818
|
signature_base64?: string | null;
|
|
2817
2819
|
title?: string | null;
|
|
2818
2820
|
username?: string | null;
|
|
@@ -2828,6 +2830,7 @@ export type Database = {
|
|
|
2828
2830
|
lifecycle_changed_at?: string;
|
|
2829
2831
|
lifecycle_changed_by?: string | null;
|
|
2830
2832
|
lifecycle_reason?: string | null;
|
|
2833
|
+
photo_uri?: string | null;
|
|
2831
2834
|
signature_base64?: string | null;
|
|
2832
2835
|
title?: string | null;
|
|
2833
2836
|
username?: string | null;
|