@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/package.json
CHANGED
package/src/supabase.types.ts
CHANGED
|
@@ -967,6 +967,7 @@ export type Database = {
|
|
|
967
967
|
org_phone: string | null
|
|
968
968
|
read_count: number | null
|
|
969
969
|
remarks: string | null
|
|
970
|
+
poll_results: Json | null
|
|
970
971
|
}
|
|
971
972
|
Insert: {
|
|
972
973
|
broadcast_id: string
|
|
@@ -982,6 +983,7 @@ export type Database = {
|
|
|
982
983
|
org_phone?: string | null
|
|
983
984
|
read_count?: number | null
|
|
984
985
|
remarks?: string | null
|
|
986
|
+
poll_results?: Json | null
|
|
985
987
|
}
|
|
986
988
|
Update: {
|
|
987
989
|
broadcast_id?: string
|
|
@@ -997,6 +999,7 @@ export type Database = {
|
|
|
997
999
|
org_phone?: string | null
|
|
998
1000
|
read_count?: number | null
|
|
999
1001
|
remarks?: string | null
|
|
1002
|
+
poll_results?: Json | null
|
|
1000
1003
|
}
|
|
1001
1004
|
Relationships: [
|
|
1002
1005
|
{
|
|
@@ -2892,7 +2895,6 @@ export type Database = {
|
|
|
2892
2895
|
next_occurrence_at: string
|
|
2893
2896
|
occurrence_count: number
|
|
2894
2897
|
org_id: string
|
|
2895
|
-
org_phone: string | null
|
|
2896
2898
|
org_phones: string[] | null
|
|
2897
2899
|
performed_by: string | null
|
|
2898
2900
|
repeat_config: Json
|
|
@@ -2909,7 +2911,6 @@ export type Database = {
|
|
|
2909
2911
|
next_occurrence_at: string
|
|
2910
2912
|
occurrence_count?: number
|
|
2911
2913
|
org_id: string
|
|
2912
|
-
org_phone?: string | null
|
|
2913
2914
|
org_phones?: string[] | null
|
|
2914
2915
|
performed_by?: string | null
|
|
2915
2916
|
repeat_config: Json
|
|
@@ -2926,7 +2927,6 @@ export type Database = {
|
|
|
2926
2927
|
next_occurrence_at?: string
|
|
2927
2928
|
occurrence_count?: number
|
|
2928
2929
|
org_id?: string
|
|
2929
|
-
org_phone?: string | null
|
|
2930
2930
|
org_phones?: string[] | null
|
|
2931
2931
|
performed_by?: string | null
|
|
2932
2932
|
repeat_config?: Json
|
|
@@ -3317,10 +3317,10 @@ export type Database = {
|
|
|
3317
3317
|
retry_count: number | null
|
|
3318
3318
|
scheduled_at: string | null
|
|
3319
3319
|
sent_chats: number | null
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3320
|
+
is_active: boolean | null
|
|
3321
|
+
next_occurrence_at: string | null
|
|
3322
|
+
occurrence_count: number | null
|
|
3323
|
+
repeat_config: Json | null
|
|
3324
3324
|
total_chats: number | null
|
|
3325
3325
|
total_delivered_count: number | null
|
|
3326
3326
|
total_member_count: number | null
|
|
@@ -3745,6 +3745,7 @@ export type Database = {
|
|
|
3745
3745
|
chat_id_input?: string[]
|
|
3746
3746
|
chat_type_input?: string
|
|
3747
3747
|
end_date_input?: string
|
|
3748
|
+
filter_by_input?: string
|
|
3748
3749
|
limit_input?: number
|
|
3749
3750
|
offset_input?: number
|
|
3750
3751
|
org_id_input: string
|