@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/dist/supabase.types.d.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;
|
|
@@ -1058,6 +1059,7 @@ export type Database = {
|
|
|
1058
1059
|
message_payload?: Json | null;
|
|
1059
1060
|
org_id: string;
|
|
1060
1061
|
org_phone?: string | null;
|
|
1062
|
+
parent_broadcast_id?: string | null;
|
|
1061
1063
|
performed_at?: string | null;
|
|
1062
1064
|
performed_by?: string | null;
|
|
1063
1065
|
repeat_config?: Json | null;
|
|
@@ -1074,6 +1076,7 @@ export type Database = {
|
|
|
1074
1076
|
message_payload?: Json | null;
|
|
1075
1077
|
org_id?: string;
|
|
1076
1078
|
org_phone?: string | null;
|
|
1079
|
+
parent_broadcast_id?: string | null;
|
|
1077
1080
|
performed_at?: string | null;
|
|
1078
1081
|
performed_by?: string | null;
|
|
1079
1082
|
repeat_config?: Json | null;
|
|
@@ -3191,6 +3194,8 @@ export type Database = {
|
|
|
3191
3194
|
total_delivered_count: number | null;
|
|
3192
3195
|
total_member_count: number | null;
|
|
3193
3196
|
total_read_count: number | null;
|
|
3197
|
+
is_repeat: boolean | null;
|
|
3198
|
+
parent_broadcast_id: string | null;
|
|
3194
3199
|
};
|
|
3195
3200
|
Relationships: [
|
|
3196
3201
|
{
|