@periskope/types 0.6.426 → 0.6.428
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 +253 -8
- package/dist/supabase.types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/supabase.types.ts +259 -19
package/src/supabase.types.ts
CHANGED
|
@@ -26,6 +26,24 @@ export type Database = {
|
|
|
26
26
|
}
|
|
27
27
|
Relationships: []
|
|
28
28
|
}
|
|
29
|
+
org_feature_flags_cache: {
|
|
30
|
+
Row: {
|
|
31
|
+
computed_at: string
|
|
32
|
+
feature_flags: Json
|
|
33
|
+
org_id: string
|
|
34
|
+
}
|
|
35
|
+
Insert: {
|
|
36
|
+
computed_at?: string
|
|
37
|
+
feature_flags?: Json
|
|
38
|
+
org_id: string
|
|
39
|
+
}
|
|
40
|
+
Update: {
|
|
41
|
+
computed_at?: string
|
|
42
|
+
feature_flags?: Json
|
|
43
|
+
org_id?: string
|
|
44
|
+
}
|
|
45
|
+
Relationships: []
|
|
46
|
+
}
|
|
29
47
|
org_phone_logs: {
|
|
30
48
|
Row: {
|
|
31
49
|
connection_history: Json | null
|
|
@@ -792,6 +810,13 @@ export type Database = {
|
|
|
792
810
|
referencedRelation: "view_org"
|
|
793
811
|
referencedColumns: ["org_id"]
|
|
794
812
|
},
|
|
813
|
+
{
|
|
814
|
+
foreignKeyName: "tbl_automation_rules_org_id_fkey"
|
|
815
|
+
columns: ["org_id"]
|
|
816
|
+
isOneToOne: false
|
|
817
|
+
referencedRelation: "view_org_all"
|
|
818
|
+
referencedColumns: ["org_id"]
|
|
819
|
+
},
|
|
795
820
|
]
|
|
796
821
|
}
|
|
797
822
|
tbl_broadcast_logs: {
|
|
@@ -869,6 +894,13 @@ export type Database = {
|
|
|
869
894
|
referencedRelation: "view_org"
|
|
870
895
|
referencedColumns: ["org_id"]
|
|
871
896
|
},
|
|
897
|
+
{
|
|
898
|
+
foreignKeyName: "tbl_broadcast_logs_org_id_fkey"
|
|
899
|
+
columns: ["org_id"]
|
|
900
|
+
isOneToOne: false
|
|
901
|
+
referencedRelation: "view_org_all"
|
|
902
|
+
referencedColumns: ["org_id"]
|
|
903
|
+
},
|
|
872
904
|
]
|
|
873
905
|
}
|
|
874
906
|
tbl_broadcast_messages: {
|
|
@@ -935,6 +967,13 @@ export type Database = {
|
|
|
935
967
|
referencedRelation: "view_org"
|
|
936
968
|
referencedColumns: ["org_id"]
|
|
937
969
|
},
|
|
970
|
+
{
|
|
971
|
+
foreignKeyName: "tbl_broadcast_messages_org_id_fkey"
|
|
972
|
+
columns: ["org_id"]
|
|
973
|
+
isOneToOne: false
|
|
974
|
+
referencedRelation: "view_org_all"
|
|
975
|
+
referencedColumns: ["org_id"]
|
|
976
|
+
},
|
|
938
977
|
]
|
|
939
978
|
}
|
|
940
979
|
tbl_broadcast_templates: {
|
|
@@ -980,6 +1019,13 @@ export type Database = {
|
|
|
980
1019
|
referencedRelation: "view_org"
|
|
981
1020
|
referencedColumns: ["org_id"]
|
|
982
1021
|
},
|
|
1022
|
+
{
|
|
1023
|
+
foreignKeyName: "tbl_broadcast_templates_org_id_fkey"
|
|
1024
|
+
columns: ["org_id"]
|
|
1025
|
+
isOneToOne: false
|
|
1026
|
+
referencedRelation: "view_org_all"
|
|
1027
|
+
referencedColumns: ["org_id"]
|
|
1028
|
+
},
|
|
983
1029
|
]
|
|
984
1030
|
}
|
|
985
1031
|
tbl_chat_logs: {
|
|
@@ -1037,6 +1083,13 @@ export type Database = {
|
|
|
1037
1083
|
referencedRelation: "view_org"
|
|
1038
1084
|
referencedColumns: ["org_id"]
|
|
1039
1085
|
},
|
|
1086
|
+
{
|
|
1087
|
+
foreignKeyName: "tbl_chat_logs_org_id_fkey"
|
|
1088
|
+
columns: ["org_id"]
|
|
1089
|
+
isOneToOne: false
|
|
1090
|
+
referencedRelation: "view_org_all"
|
|
1091
|
+
referencedColumns: ["org_id"]
|
|
1092
|
+
},
|
|
1040
1093
|
]
|
|
1041
1094
|
}
|
|
1042
1095
|
tbl_chat_messages: {
|
|
@@ -1590,6 +1643,13 @@ export type Database = {
|
|
|
1590
1643
|
referencedRelation: "view_org"
|
|
1591
1644
|
referencedColumns: ["org_id"]
|
|
1592
1645
|
},
|
|
1646
|
+
{
|
|
1647
|
+
foreignKeyName: "tbl_chat_tickets_org_id_fkey"
|
|
1648
|
+
columns: ["org_id"]
|
|
1649
|
+
isOneToOne: false
|
|
1650
|
+
referencedRelation: "view_org_all"
|
|
1651
|
+
referencedColumns: ["org_id"]
|
|
1652
|
+
},
|
|
1593
1653
|
]
|
|
1594
1654
|
}
|
|
1595
1655
|
tbl_chats: {
|
|
@@ -1794,6 +1854,13 @@ export type Database = {
|
|
|
1794
1854
|
referencedRelation: "view_org"
|
|
1795
1855
|
referencedColumns: ["org_id"]
|
|
1796
1856
|
},
|
|
1857
|
+
{
|
|
1858
|
+
foreignKeyName: "tbl_contacts_org_id_fkey"
|
|
1859
|
+
columns: ["org_id"]
|
|
1860
|
+
isOneToOne: false
|
|
1861
|
+
referencedRelation: "view_org_all"
|
|
1862
|
+
referencedColumns: ["org_id"]
|
|
1863
|
+
},
|
|
1797
1864
|
]
|
|
1798
1865
|
}
|
|
1799
1866
|
tbl_custom_properties: {
|
|
@@ -1848,6 +1915,13 @@ export type Database = {
|
|
|
1848
1915
|
referencedRelation: "view_org"
|
|
1849
1916
|
referencedColumns: ["org_id"]
|
|
1850
1917
|
},
|
|
1918
|
+
{
|
|
1919
|
+
foreignKeyName: "tbl_custom_properties_org_id_fkey"
|
|
1920
|
+
columns: ["org_id"]
|
|
1921
|
+
isOneToOne: false
|
|
1922
|
+
referencedRelation: "view_org_all"
|
|
1923
|
+
referencedColumns: ["org_id"]
|
|
1924
|
+
},
|
|
1851
1925
|
]
|
|
1852
1926
|
}
|
|
1853
1927
|
tbl_group_templates: {
|
|
@@ -1905,6 +1979,13 @@ export type Database = {
|
|
|
1905
1979
|
referencedRelation: "view_org"
|
|
1906
1980
|
referencedColumns: ["org_id"]
|
|
1907
1981
|
},
|
|
1982
|
+
{
|
|
1983
|
+
foreignKeyName: "tbl_group_templates_org_id_fkey"
|
|
1984
|
+
columns: ["org_id"]
|
|
1985
|
+
isOneToOne: false
|
|
1986
|
+
referencedRelation: "view_org_all"
|
|
1987
|
+
referencedColumns: ["org_id"]
|
|
1988
|
+
},
|
|
1908
1989
|
]
|
|
1909
1990
|
}
|
|
1910
1991
|
tbl_integration_hooks: {
|
|
@@ -1962,6 +2043,13 @@ export type Database = {
|
|
|
1962
2043
|
referencedRelation: "view_org"
|
|
1963
2044
|
referencedColumns: ["org_id"]
|
|
1964
2045
|
},
|
|
2046
|
+
{
|
|
2047
|
+
foreignKeyName: "tbl_integration_hooks_org_id_fkey"
|
|
2048
|
+
columns: ["org_id"]
|
|
2049
|
+
isOneToOne: false
|
|
2050
|
+
referencedRelation: "view_org_all"
|
|
2051
|
+
referencedColumns: ["org_id"]
|
|
2052
|
+
},
|
|
1965
2053
|
]
|
|
1966
2054
|
}
|
|
1967
2055
|
tbl_integration_logs: {
|
|
@@ -2013,6 +2101,13 @@ export type Database = {
|
|
|
2013
2101
|
referencedRelation: "view_org"
|
|
2014
2102
|
referencedColumns: ["org_id"]
|
|
2015
2103
|
},
|
|
2104
|
+
{
|
|
2105
|
+
foreignKeyName: "tbl_integration_logs_org_id_fkey"
|
|
2106
|
+
columns: ["org_id"]
|
|
2107
|
+
isOneToOne: false
|
|
2108
|
+
referencedRelation: "view_org_all"
|
|
2109
|
+
referencedColumns: ["org_id"]
|
|
2110
|
+
},
|
|
2016
2111
|
]
|
|
2017
2112
|
}
|
|
2018
2113
|
tbl_integration_tokens: {
|
|
@@ -2067,6 +2162,13 @@ export type Database = {
|
|
|
2067
2162
|
referencedRelation: "view_org"
|
|
2068
2163
|
referencedColumns: ["org_id"]
|
|
2069
2164
|
},
|
|
2165
|
+
{
|
|
2166
|
+
foreignKeyName: "public_tbl_integration_tokens_org_id_fkey"
|
|
2167
|
+
columns: ["org_id"]
|
|
2168
|
+
isOneToOne: false
|
|
2169
|
+
referencedRelation: "view_org_all"
|
|
2170
|
+
referencedColumns: ["org_id"]
|
|
2171
|
+
},
|
|
2070
2172
|
]
|
|
2071
2173
|
}
|
|
2072
2174
|
tbl_org: {
|
|
@@ -2169,6 +2271,13 @@ export type Database = {
|
|
|
2169
2271
|
referencedRelation: "view_org"
|
|
2170
2272
|
referencedColumns: ["org_id"]
|
|
2171
2273
|
},
|
|
2274
|
+
{
|
|
2275
|
+
foreignKeyName: "tbl_org_labels_org_id_fkey"
|
|
2276
|
+
columns: ["org_id"]
|
|
2277
|
+
isOneToOne: false
|
|
2278
|
+
referencedRelation: "view_org_all"
|
|
2279
|
+
referencedColumns: ["org_id"]
|
|
2280
|
+
},
|
|
2172
2281
|
]
|
|
2173
2282
|
}
|
|
2174
2283
|
tbl_org_members: {
|
|
@@ -2244,6 +2353,13 @@ export type Database = {
|
|
|
2244
2353
|
referencedRelation: "view_org"
|
|
2245
2354
|
referencedColumns: ["org_id"]
|
|
2246
2355
|
},
|
|
2356
|
+
{
|
|
2357
|
+
foreignKeyName: "tbl_org_members_fkey_tbl_org"
|
|
2358
|
+
columns: ["org_id"]
|
|
2359
|
+
isOneToOne: false
|
|
2360
|
+
referencedRelation: "view_org_all"
|
|
2361
|
+
referencedColumns: ["org_id"]
|
|
2362
|
+
},
|
|
2247
2363
|
]
|
|
2248
2364
|
}
|
|
2249
2365
|
tbl_org_phones: {
|
|
@@ -2337,6 +2453,13 @@ export type Database = {
|
|
|
2337
2453
|
referencedRelation: "view_org"
|
|
2338
2454
|
referencedColumns: ["org_id"]
|
|
2339
2455
|
},
|
|
2456
|
+
{
|
|
2457
|
+
foreignKeyName: "tbl_org_phones_fkey_tbl_org"
|
|
2458
|
+
columns: ["org_id"]
|
|
2459
|
+
isOneToOne: false
|
|
2460
|
+
referencedRelation: "view_org_all"
|
|
2461
|
+
referencedColumns: ["org_id"]
|
|
2462
|
+
},
|
|
2340
2463
|
{
|
|
2341
2464
|
foreignKeyName: "tbl_org_phones_org_id_fkey"
|
|
2342
2465
|
columns: ["org_id"]
|
|
@@ -2351,6 +2474,13 @@ export type Database = {
|
|
|
2351
2474
|
referencedRelation: "view_org"
|
|
2352
2475
|
referencedColumns: ["org_id"]
|
|
2353
2476
|
},
|
|
2477
|
+
{
|
|
2478
|
+
foreignKeyName: "tbl_org_phones_org_id_fkey"
|
|
2479
|
+
columns: ["org_id"]
|
|
2480
|
+
isOneToOne: false
|
|
2481
|
+
referencedRelation: "view_org_all"
|
|
2482
|
+
referencedColumns: ["org_id"]
|
|
2483
|
+
},
|
|
2354
2484
|
]
|
|
2355
2485
|
}
|
|
2356
2486
|
tbl_org_tasks: {
|
|
@@ -2429,6 +2559,13 @@ export type Database = {
|
|
|
2429
2559
|
referencedRelation: "view_org"
|
|
2430
2560
|
referencedColumns: ["org_id"]
|
|
2431
2561
|
},
|
|
2562
|
+
{
|
|
2563
|
+
foreignKeyName: "tbl_org_task_org_id_fkey"
|
|
2564
|
+
columns: ["org_id"]
|
|
2565
|
+
isOneToOne: false
|
|
2566
|
+
referencedRelation: "view_org_all"
|
|
2567
|
+
referencedColumns: ["org_id"]
|
|
2568
|
+
},
|
|
2432
2569
|
]
|
|
2433
2570
|
}
|
|
2434
2571
|
tbl_org_transactions: {
|
|
@@ -2477,6 +2614,13 @@ export type Database = {
|
|
|
2477
2614
|
referencedRelation: "view_org"
|
|
2478
2615
|
referencedColumns: ["org_id"]
|
|
2479
2616
|
},
|
|
2617
|
+
{
|
|
2618
|
+
foreignKeyName: "tbl_org_transactions_org_id_fkey"
|
|
2619
|
+
columns: ["org_id"]
|
|
2620
|
+
isOneToOne: false
|
|
2621
|
+
referencedRelation: "view_org_all"
|
|
2622
|
+
referencedColumns: ["org_id"]
|
|
2623
|
+
},
|
|
2480
2624
|
]
|
|
2481
2625
|
}
|
|
2482
2626
|
tbl_org_workflows: {
|
|
@@ -2534,6 +2678,13 @@ export type Database = {
|
|
|
2534
2678
|
referencedRelation: "view_org"
|
|
2535
2679
|
referencedColumns: ["org_id"]
|
|
2536
2680
|
},
|
|
2681
|
+
{
|
|
2682
|
+
foreignKeyName: "tbl_org_workflows_org_id_fkey"
|
|
2683
|
+
columns: ["org_id"]
|
|
2684
|
+
isOneToOne: false
|
|
2685
|
+
referencedRelation: "view_org_all"
|
|
2686
|
+
referencedColumns: ["org_id"]
|
|
2687
|
+
},
|
|
2537
2688
|
]
|
|
2538
2689
|
}
|
|
2539
2690
|
tbl_quick_replies: {
|
|
@@ -2576,6 +2727,13 @@ export type Database = {
|
|
|
2576
2727
|
referencedRelation: "view_org"
|
|
2577
2728
|
referencedColumns: ["org_id"]
|
|
2578
2729
|
},
|
|
2730
|
+
{
|
|
2731
|
+
foreignKeyName: "tbl_quick_replies_org_id_fkey"
|
|
2732
|
+
columns: ["org_id"]
|
|
2733
|
+
isOneToOne: false
|
|
2734
|
+
referencedRelation: "view_org_all"
|
|
2735
|
+
referencedColumns: ["org_id"]
|
|
2736
|
+
},
|
|
2579
2737
|
]
|
|
2580
2738
|
}
|
|
2581
2739
|
tbl_recurring_messages: {
|
|
@@ -2633,6 +2791,13 @@ export type Database = {
|
|
|
2633
2791
|
referencedRelation: "view_org"
|
|
2634
2792
|
referencedColumns: ["org_id"]
|
|
2635
2793
|
},
|
|
2794
|
+
{
|
|
2795
|
+
foreignKeyName: "tbl_recurring_messages_org_id_fkey"
|
|
2796
|
+
columns: ["org_id"]
|
|
2797
|
+
isOneToOne: false
|
|
2798
|
+
referencedRelation: "view_org_all"
|
|
2799
|
+
referencedColumns: ["org_id"]
|
|
2800
|
+
},
|
|
2636
2801
|
]
|
|
2637
2802
|
}
|
|
2638
2803
|
tbl_rules_logs: {
|
|
@@ -2684,6 +2849,13 @@ export type Database = {
|
|
|
2684
2849
|
referencedRelation: "view_org"
|
|
2685
2850
|
referencedColumns: ["org_id"]
|
|
2686
2851
|
},
|
|
2852
|
+
{
|
|
2853
|
+
foreignKeyName: "tbl_rules_logs_org_id_fkey"
|
|
2854
|
+
columns: ["org_id"]
|
|
2855
|
+
isOneToOne: false
|
|
2856
|
+
referencedRelation: "view_org_all"
|
|
2857
|
+
referencedColumns: ["org_id"]
|
|
2858
|
+
},
|
|
2687
2859
|
]
|
|
2688
2860
|
}
|
|
2689
2861
|
tbl_scheduled_logs: {
|
|
@@ -2735,6 +2907,13 @@ export type Database = {
|
|
|
2735
2907
|
referencedRelation: "view_org"
|
|
2736
2908
|
referencedColumns: ["org_id"]
|
|
2737
2909
|
},
|
|
2910
|
+
{
|
|
2911
|
+
foreignKeyName: "tbl_scheduled_message_logs_org_id_fkey"
|
|
2912
|
+
columns: ["org_id"]
|
|
2913
|
+
isOneToOne: false
|
|
2914
|
+
referencedRelation: "view_org_all"
|
|
2915
|
+
referencedColumns: ["org_id"]
|
|
2916
|
+
},
|
|
2738
2917
|
]
|
|
2739
2918
|
}
|
|
2740
2919
|
tbl_task_audit_logs: {
|
|
@@ -2864,6 +3043,13 @@ export type Database = {
|
|
|
2864
3043
|
referencedRelation: "view_org"
|
|
2865
3044
|
referencedColumns: ["org_id"]
|
|
2866
3045
|
},
|
|
3046
|
+
{
|
|
3047
|
+
foreignKeyName: "tbl_broadcast_messages_org_id_fkey"
|
|
3048
|
+
columns: ["org_id"]
|
|
3049
|
+
isOneToOne: false
|
|
3050
|
+
referencedRelation: "view_org_all"
|
|
3051
|
+
referencedColumns: ["org_id"]
|
|
3052
|
+
},
|
|
2867
3053
|
]
|
|
2868
3054
|
}
|
|
2869
3055
|
view_chat_logs: {
|
|
@@ -2895,6 +3081,13 @@ export type Database = {
|
|
|
2895
3081
|
referencedRelation: "view_org"
|
|
2896
3082
|
referencedColumns: ["org_id"]
|
|
2897
3083
|
},
|
|
3084
|
+
{
|
|
3085
|
+
foreignKeyName: "tbl_chat_logs_org_id_fkey"
|
|
3086
|
+
columns: ["org_id"]
|
|
3087
|
+
isOneToOne: false
|
|
3088
|
+
referencedRelation: "view_org_all"
|
|
3089
|
+
referencedColumns: ["org_id"]
|
|
3090
|
+
},
|
|
2898
3091
|
]
|
|
2899
3092
|
}
|
|
2900
3093
|
view_chats: {
|
|
@@ -3048,6 +3241,43 @@ export type Database = {
|
|
|
3048
3241
|
}
|
|
3049
3242
|
Relationships: []
|
|
3050
3243
|
}
|
|
3244
|
+
view_org_all: {
|
|
3245
|
+
Row: {
|
|
3246
|
+
access_scopes: Json | null
|
|
3247
|
+
additional_phone_limit: number | null
|
|
3248
|
+
additional_user_limit: number | null
|
|
3249
|
+
ai_settings: Json | null
|
|
3250
|
+
allocated_phone_limit: number | null
|
|
3251
|
+
allocated_user_limit: number | null
|
|
3252
|
+
created_at: string | null
|
|
3253
|
+
hubspot_tokens: Json | null
|
|
3254
|
+
is_enterprise: boolean | null
|
|
3255
|
+
is_free_trial: boolean | null
|
|
3256
|
+
is_freshdesk_connected: boolean | null
|
|
3257
|
+
is_hubspot_connected: boolean | null
|
|
3258
|
+
is_platform: boolean | null
|
|
3259
|
+
is_zohocrm_connected: boolean | null
|
|
3260
|
+
is_zohodesk_connected: boolean | null
|
|
3261
|
+
org_alias: string | null
|
|
3262
|
+
org_id: string | null
|
|
3263
|
+
org_image: string | null
|
|
3264
|
+
org_metadata: Json | null
|
|
3265
|
+
org_name: string | null
|
|
3266
|
+
org_plan: Json | null
|
|
3267
|
+
parent_org_id: string | null
|
|
3268
|
+
pending_days: number | null
|
|
3269
|
+
phone_limit: number | null
|
|
3270
|
+
plan_id: string | null
|
|
3271
|
+
server_zone: string | null
|
|
3272
|
+
stripe_customer_details: Json | null
|
|
3273
|
+
stripe_customer_id: string | null
|
|
3274
|
+
stripe_subscription_details: Json | null
|
|
3275
|
+
subscription_status: string | null
|
|
3276
|
+
support_link: string | null
|
|
3277
|
+
user_limit: number | null
|
|
3278
|
+
}
|
|
3279
|
+
Relationships: []
|
|
3280
|
+
}
|
|
3051
3281
|
view_scheduled_logs: {
|
|
3052
3282
|
Row: {
|
|
3053
3283
|
chat_id: string | null
|
|
@@ -3076,6 +3306,13 @@ export type Database = {
|
|
|
3076
3306
|
referencedRelation: "view_org"
|
|
3077
3307
|
referencedColumns: ["org_id"]
|
|
3078
3308
|
},
|
|
3309
|
+
{
|
|
3310
|
+
foreignKeyName: "tbl_recurring_messages_org_id_fkey"
|
|
3311
|
+
columns: ["org_id"]
|
|
3312
|
+
isOneToOne: false
|
|
3313
|
+
referencedRelation: "view_org_all"
|
|
3314
|
+
referencedColumns: ["org_id"]
|
|
3315
|
+
},
|
|
3079
3316
|
]
|
|
3080
3317
|
}
|
|
3081
3318
|
}
|
|
@@ -3136,25 +3373,15 @@ export type Database = {
|
|
|
3136
3373
|
}
|
|
3137
3374
|
Returns: Json
|
|
3138
3375
|
}
|
|
3139
|
-
get_chat_by_id:
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
}
|
|
3149
|
-
| {
|
|
3150
|
-
Args: {
|
|
3151
|
-
chat_id_input: string[]
|
|
3152
|
-
chat_org_phones_input?: string[]
|
|
3153
|
-
email_input?: string
|
|
3154
|
-
org_id_input: string
|
|
3155
|
-
}
|
|
3156
|
-
Returns: Json
|
|
3157
|
-
}
|
|
3376
|
+
get_chat_by_id: {
|
|
3377
|
+
Args: {
|
|
3378
|
+
chat_id_input: string
|
|
3379
|
+
chat_org_phones_input?: string[]
|
|
3380
|
+
email_input?: string
|
|
3381
|
+
org_id_input: string
|
|
3382
|
+
}
|
|
3383
|
+
Returns: Json
|
|
3384
|
+
}
|
|
3158
3385
|
get_chat_labels_data: {
|
|
3159
3386
|
Args: { chat_ids_input?: string[]; org_id_input: string }
|
|
3160
3387
|
Returns: Json[]
|
|
@@ -3190,6 +3417,15 @@ export type Database = {
|
|
|
3190
3417
|
}
|
|
3191
3418
|
Returns: Json
|
|
3192
3419
|
}
|
|
3420
|
+
get_chats_by_id: {
|
|
3421
|
+
Args: {
|
|
3422
|
+
chat_id_input: string[]
|
|
3423
|
+
chat_org_phones_input?: string[]
|
|
3424
|
+
email_input?: string
|
|
3425
|
+
org_id_input: string
|
|
3426
|
+
}
|
|
3427
|
+
Returns: Json
|
|
3428
|
+
}
|
|
3193
3429
|
get_chats_info: {
|
|
3194
3430
|
Args: {
|
|
3195
3431
|
chat_id_input: string
|
|
@@ -3211,6 +3447,10 @@ export type Database = {
|
|
|
3211
3447
|
}
|
|
3212
3448
|
Returns: Json
|
|
3213
3449
|
}
|
|
3450
|
+
get_counts: {
|
|
3451
|
+
Args: { org_id_input: string; sync_wa_unread_count?: boolean }
|
|
3452
|
+
Returns: Json
|
|
3453
|
+
}
|
|
3214
3454
|
get_export_chats_data: {
|
|
3215
3455
|
Args: {
|
|
3216
3456
|
chat_id_input?: string[]
|