@periskope/types 0.6.451 → 0.6.452
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/src/supabase.types.ts
CHANGED
|
@@ -1042,6 +1042,7 @@ export type Database = {
|
|
|
1042
1042
|
message_payload: Json | null
|
|
1043
1043
|
org_id: string
|
|
1044
1044
|
org_phone: string | null
|
|
1045
|
+
parent_broadcast_id: string | null
|
|
1045
1046
|
performed_at: string | null
|
|
1046
1047
|
performed_by: string | null
|
|
1047
1048
|
repeat_config: Json | null
|
|
@@ -1060,6 +1061,7 @@ export type Database = {
|
|
|
1060
1061
|
message_payload?: Json | null
|
|
1061
1062
|
org_id: string
|
|
1062
1063
|
org_phone?: string | null
|
|
1064
|
+
parent_broadcast_id?: string | null
|
|
1063
1065
|
performed_at?: string | null
|
|
1064
1066
|
performed_by?: string | null
|
|
1065
1067
|
repeat_config?: Json | null
|
|
@@ -1078,6 +1080,7 @@ export type Database = {
|
|
|
1078
1080
|
message_payload?: Json | null
|
|
1079
1081
|
org_id?: string
|
|
1080
1082
|
org_phone?: string | null
|
|
1083
|
+
parent_broadcast_id?: string | null
|
|
1081
1084
|
performed_at?: string | null
|
|
1082
1085
|
performed_by?: string | null
|
|
1083
1086
|
repeat_config?: Json | null
|
|
@@ -3201,6 +3204,8 @@ export type Database = {
|
|
|
3201
3204
|
total_delivered_count: number | null
|
|
3202
3205
|
total_member_count: number | null
|
|
3203
3206
|
total_read_count: number | null
|
|
3207
|
+
is_repeat: boolean | null
|
|
3208
|
+
parent_broadcast_id: string | null
|
|
3204
3209
|
}
|
|
3205
3210
|
Relationships: [
|
|
3206
3211
|
{
|