@simonarcher/fika-types 1.1.1 → 1.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/supabase.d.ts +3 -0
- package/package.json +1 -1
package/dist/supabase.d.ts
CHANGED
|
@@ -3925,6 +3925,7 @@ export type Database = {
|
|
|
3925
3925
|
points: number | null;
|
|
3926
3926
|
profile_image: string | null;
|
|
3927
3927
|
provider_data: Json | null;
|
|
3928
|
+
refresh_token: string | null;
|
|
3928
3929
|
shop_roles: Json | null;
|
|
3929
3930
|
status: string | null;
|
|
3930
3931
|
unread_notification_count: number | null;
|
|
@@ -3951,6 +3952,7 @@ export type Database = {
|
|
|
3951
3952
|
points?: number | null;
|
|
3952
3953
|
profile_image?: string | null;
|
|
3953
3954
|
provider_data?: Json | null;
|
|
3955
|
+
refresh_token?: string | null;
|
|
3954
3956
|
shop_roles?: Json | null;
|
|
3955
3957
|
status?: string | null;
|
|
3956
3958
|
unread_notification_count?: number | null;
|
|
@@ -3977,6 +3979,7 @@ export type Database = {
|
|
|
3977
3979
|
points?: number | null;
|
|
3978
3980
|
profile_image?: string | null;
|
|
3979
3981
|
provider_data?: Json | null;
|
|
3982
|
+
refresh_token?: string | null;
|
|
3980
3983
|
shop_roles?: Json | null;
|
|
3981
3984
|
status?: string | null;
|
|
3982
3985
|
unread_notification_count?: number | null;
|