@periskope/types 0.6.459 → 0.6.461
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/.turbo/daemon/2a480df21ee2b3e0-turbo.log.2025-07-29 +1 -0
- package/.turbo/daemon/2a480df21ee2b3e0-turbo.log.2025-11-10 +0 -0
- package/dist/supabase.types.d.ts +1 -9
- package/dist/supabase.types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/supabase.types.ts +1 -9
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2025-07-29T13:18:35.926605Z WARN daemon_server: turborepo_lib::commands::daemon: daemon already running
|
|
File without changes
|
package/dist/supabase.types.d.ts
CHANGED
|
@@ -899,36 +899,27 @@ export type Database = {
|
|
|
899
899
|
created_at: string;
|
|
900
900
|
updated_at: string | null;
|
|
901
901
|
created_by: string | null;
|
|
902
|
-
message_payload: Json | null;
|
|
903
902
|
org_id: string;
|
|
904
|
-
org_phone: string | null;
|
|
905
903
|
template_id: string;
|
|
906
904
|
template_name: string;
|
|
907
|
-
variables: Json | null;
|
|
908
905
|
};
|
|
909
906
|
Insert: {
|
|
910
907
|
chat_ids?: string[];
|
|
911
908
|
created_at?: string;
|
|
912
909
|
updated_at?: string | null;
|
|
913
910
|
created_by?: string | null;
|
|
914
|
-
message_payload?: Json | null;
|
|
915
911
|
org_id: string;
|
|
916
|
-
org_phone?: string | null;
|
|
917
912
|
template_id?: string;
|
|
918
913
|
template_name: string;
|
|
919
|
-
variables?: Json | null;
|
|
920
914
|
};
|
|
921
915
|
Update: {
|
|
922
916
|
chat_ids?: string[];
|
|
923
917
|
created_at?: string;
|
|
924
918
|
updated_at?: string | null;
|
|
925
919
|
created_by?: string | null;
|
|
926
|
-
message_payload?: Json | null;
|
|
927
920
|
org_id?: string;
|
|
928
|
-
org_phone?: string | null;
|
|
929
921
|
template_id?: string;
|
|
930
922
|
template_name?: string;
|
|
931
|
-
variables?: Json | null;
|
|
932
923
|
};
|
|
933
924
|
Relationships: [
|
|
934
925
|
{
|
|
@@ -3315,6 +3306,7 @@ export type Database = {
|
|
|
3315
3306
|
total_delivered_count: number | null;
|
|
3316
3307
|
total_member_count: number | null;
|
|
3317
3308
|
total_read_count: number | null;
|
|
3309
|
+
due_at: string | null;
|
|
3318
3310
|
};
|
|
3319
3311
|
Relationships: [
|
|
3320
3312
|
{
|