@periskope/types 0.6.210 → 0.6.212
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/rules.types.d.ts.map +1 -1
- package/dist/supabase.types.d.ts +7 -7
- package/dist/supabase.types.d.ts.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/mod_json_type.ps1 +108 -108
- package/mod_json_type.sh +22 -22
- package/package.json +17 -17
- package/src/index.ts +3 -3
- package/src/rules.types.ts +1944 -1944
- package/src/supabase.types.ts +8 -8
- package/src/types.ts +980 -980
- package/tsconfig.json +18 -18
- package/update_package.ps1 +21 -21
- package/tsconfig.tsbuildinfo +0 -1
package/src/supabase.types.ts
CHANGED
|
@@ -567,7 +567,7 @@ export type Database = {
|
|
|
567
567
|
raw_data: Json | null
|
|
568
568
|
sender_phone: string | null
|
|
569
569
|
sent_message_id: string | null
|
|
570
|
-
timestamp: string
|
|
570
|
+
timestamp: string
|
|
571
571
|
to: string | null
|
|
572
572
|
token: string | null
|
|
573
573
|
unique_id: string | null
|
|
@@ -621,7 +621,7 @@ export type Database = {
|
|
|
621
621
|
raw_data?: Json | null
|
|
622
622
|
sender_phone?: string | null
|
|
623
623
|
sent_message_id?: string | null
|
|
624
|
-
timestamp
|
|
624
|
+
timestamp: string
|
|
625
625
|
to?: string | null
|
|
626
626
|
token?: string | null
|
|
627
627
|
unique_id?: string | null
|
|
@@ -675,7 +675,7 @@ export type Database = {
|
|
|
675
675
|
raw_data?: Json | null
|
|
676
676
|
sender_phone?: string | null
|
|
677
677
|
sent_message_id?: string | null
|
|
678
|
-
timestamp?: string
|
|
678
|
+
timestamp?: string
|
|
679
679
|
to?: string | null
|
|
680
680
|
token?: string | null
|
|
681
681
|
unique_id?: string | null
|
|
@@ -1597,11 +1597,11 @@ export type Database = {
|
|
|
1597
1597
|
tbl_org_phones: {
|
|
1598
1598
|
Row: {
|
|
1599
1599
|
created_at: string
|
|
1600
|
+
debug_mode: boolean | null
|
|
1600
1601
|
first_connected_at: string | null
|
|
1601
1602
|
is_browser_open: boolean
|
|
1602
1603
|
is_ready: boolean | null
|
|
1603
1604
|
label_ids: Json | null
|
|
1604
|
-
legacy_version: boolean | null
|
|
1605
1605
|
library: string | null
|
|
1606
1606
|
org_id: string
|
|
1607
1607
|
org_phone: string | null
|
|
@@ -1620,11 +1620,11 @@ export type Database = {
|
|
|
1620
1620
|
}
|
|
1621
1621
|
Insert: {
|
|
1622
1622
|
created_at?: string
|
|
1623
|
+
debug_mode?: boolean | null
|
|
1623
1624
|
first_connected_at?: string | null
|
|
1624
1625
|
is_browser_open?: boolean
|
|
1625
1626
|
is_ready?: boolean | null
|
|
1626
1627
|
label_ids?: Json | null
|
|
1627
|
-
legacy_version?: boolean | null
|
|
1628
1628
|
library?: string | null
|
|
1629
1629
|
org_id: string
|
|
1630
1630
|
org_phone?: string | null
|
|
@@ -1643,11 +1643,11 @@ export type Database = {
|
|
|
1643
1643
|
}
|
|
1644
1644
|
Update: {
|
|
1645
1645
|
created_at?: string
|
|
1646
|
+
debug_mode?: boolean | null
|
|
1646
1647
|
first_connected_at?: string | null
|
|
1647
1648
|
is_browser_open?: boolean
|
|
1648
1649
|
is_ready?: boolean | null
|
|
1649
1650
|
label_ids?: Json | null
|
|
1650
|
-
legacy_version?: boolean | null
|
|
1651
1651
|
library?: string | null
|
|
1652
1652
|
org_id?: string
|
|
1653
1653
|
org_phone?: string | null
|
|
@@ -2565,7 +2565,7 @@ export type Database = {
|
|
|
2565
2565
|
raw_data: Json | null
|
|
2566
2566
|
sender_phone: string | null
|
|
2567
2567
|
sent_message_id: string | null
|
|
2568
|
-
timestamp: string
|
|
2568
|
+
timestamp: string
|
|
2569
2569
|
to: string | null
|
|
2570
2570
|
token: string | null
|
|
2571
2571
|
unique_id: string | null
|
|
@@ -3072,4 +3072,4 @@ export type CompositeTypes<
|
|
|
3072
3072
|
? PublicSchema["CompositeTypes"][PublicCompositeTypeNameOrOptions]
|
|
3073
3073
|
: never
|
|
3074
3074
|
|
|
3075
|
-
|
|
3075
|
+
|