@periskope/types 0.6.457 → 0.6.459
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 +8 -7
- package/dist/supabase.types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/supabase.types.ts +8 -7
- package/tsconfig.tsbuildinfo +1 -1
- package/.turbo/daemon/2a480df21ee2b3e0-turbo.log.2025-07-29 +0 -1
- package/.turbo/daemon/2a480df21ee2b3e0-turbo.log.2025-11-10 +0 -0
package/dist/supabase.types.d.ts
CHANGED
|
@@ -969,6 +969,7 @@ export type Database = {
|
|
|
969
969
|
org_phone: string | null;
|
|
970
970
|
read_count: number | null;
|
|
971
971
|
remarks: string | null;
|
|
972
|
+
poll_results: Json | null;
|
|
972
973
|
};
|
|
973
974
|
Insert: {
|
|
974
975
|
broadcast_id: string;
|
|
@@ -984,6 +985,7 @@ export type Database = {
|
|
|
984
985
|
org_phone?: string | null;
|
|
985
986
|
read_count?: number | null;
|
|
986
987
|
remarks?: string | null;
|
|
988
|
+
poll_results?: Json | null;
|
|
987
989
|
};
|
|
988
990
|
Update: {
|
|
989
991
|
broadcast_id?: string;
|
|
@@ -999,6 +1001,7 @@ export type Database = {
|
|
|
999
1001
|
org_phone?: string | null;
|
|
1000
1002
|
read_count?: number | null;
|
|
1001
1003
|
remarks?: string | null;
|
|
1004
|
+
poll_results?: Json | null;
|
|
1002
1005
|
};
|
|
1003
1006
|
Relationships: [
|
|
1004
1007
|
{
|
|
@@ -2884,7 +2887,6 @@ export type Database = {
|
|
|
2884
2887
|
next_occurrence_at: string;
|
|
2885
2888
|
occurrence_count: number;
|
|
2886
2889
|
org_id: string;
|
|
2887
|
-
org_phone: string | null;
|
|
2888
2890
|
org_phones: string[] | null;
|
|
2889
2891
|
performed_by: string | null;
|
|
2890
2892
|
repeat_config: Json;
|
|
@@ -2901,7 +2903,6 @@ export type Database = {
|
|
|
2901
2903
|
next_occurrence_at: string;
|
|
2902
2904
|
occurrence_count?: number;
|
|
2903
2905
|
org_id: string;
|
|
2904
|
-
org_phone?: string | null;
|
|
2905
2906
|
org_phones?: string[] | null;
|
|
2906
2907
|
performed_by?: string | null;
|
|
2907
2908
|
repeat_config: Json;
|
|
@@ -2918,7 +2919,6 @@ export type Database = {
|
|
|
2918
2919
|
next_occurrence_at?: string;
|
|
2919
2920
|
occurrence_count?: number;
|
|
2920
2921
|
org_id?: string;
|
|
2921
|
-
org_phone?: string | null;
|
|
2922
2922
|
org_phones?: string[] | null;
|
|
2923
2923
|
performed_by?: string | null;
|
|
2924
2924
|
repeat_config?: Json;
|
|
@@ -3307,10 +3307,10 @@ export type Database = {
|
|
|
3307
3307
|
retry_count: number | null;
|
|
3308
3308
|
scheduled_at: string | null;
|
|
3309
3309
|
sent_chats: number | null;
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3310
|
+
is_active: boolean | null;
|
|
3311
|
+
next_occurrence_at: string | null;
|
|
3312
|
+
occurrence_count: number | null;
|
|
3313
|
+
repeat_config: Json | null;
|
|
3314
3314
|
total_chats: number | null;
|
|
3315
3315
|
total_delivered_count: number | null;
|
|
3316
3316
|
total_member_count: number | null;
|
|
@@ -3767,6 +3767,7 @@ export type Database = {
|
|
|
3767
3767
|
chat_id_input?: string[];
|
|
3768
3768
|
chat_type_input?: string;
|
|
3769
3769
|
end_date_input?: string;
|
|
3770
|
+
filter_by_input?: string;
|
|
3770
3771
|
limit_input?: number;
|
|
3771
3772
|
offset_input?: number;
|
|
3772
3773
|
org_id_input: string;
|