@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
package/package.json
CHANGED
package/src/supabase.types.ts
CHANGED
|
@@ -897,36 +897,27 @@ export type Database = {
|
|
|
897
897
|
created_at: string
|
|
898
898
|
updated_at: string | null
|
|
899
899
|
created_by: string | null
|
|
900
|
-
message_payload: Json | null
|
|
901
900
|
org_id: string
|
|
902
|
-
org_phone: string | null
|
|
903
901
|
template_id: string
|
|
904
902
|
template_name: string
|
|
905
|
-
variables: Json | null
|
|
906
903
|
}
|
|
907
904
|
Insert: {
|
|
908
905
|
chat_ids?: string[]
|
|
909
906
|
created_at?: string
|
|
910
907
|
updated_at?: string | null
|
|
911
908
|
created_by?: string | null
|
|
912
|
-
message_payload?: Json | null
|
|
913
909
|
org_id: string
|
|
914
|
-
org_phone?: string | null
|
|
915
910
|
template_id?: string
|
|
916
911
|
template_name: string
|
|
917
|
-
variables?: Json | null
|
|
918
912
|
}
|
|
919
913
|
Update: {
|
|
920
914
|
chat_ids?: string[]
|
|
921
915
|
created_at?: string
|
|
922
916
|
updated_at?: string | null
|
|
923
917
|
created_by?: string | null
|
|
924
|
-
message_payload?: Json | null
|
|
925
918
|
org_id?: string
|
|
926
|
-
org_phone?: string | null
|
|
927
919
|
template_id?: string
|
|
928
920
|
template_name?: string
|
|
929
|
-
variables?: Json | null
|
|
930
921
|
}
|
|
931
922
|
Relationships: [
|
|
932
923
|
{
|
|
@@ -3325,6 +3316,7 @@ export type Database = {
|
|
|
3325
3316
|
total_delivered_count: number | null
|
|
3326
3317
|
total_member_count: number | null
|
|
3327
3318
|
total_read_count: number | null
|
|
3319
|
+
due_at: string | null
|
|
3328
3320
|
}
|
|
3329
3321
|
Relationships: [
|
|
3330
3322
|
{
|