@periskope/types 0.6.209 → 0.6.211
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 +0 -4
- package/dist/supabase.types.d.ts.map +1 -1
- package/dist/types.d.ts +5 -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 +0 -4
- package/src/types.ts +980 -977
- package/tsconfig.json +18 -18
- package/update_package.ps1 +21 -21
- package/tsconfig.tsbuildinfo +0 -1
package/src/supabase.types.ts
CHANGED
|
@@ -570,7 +570,6 @@ export type Database = {
|
|
|
570
570
|
timestamp: string | null
|
|
571
571
|
to: string | null
|
|
572
572
|
token: string | null
|
|
573
|
-
translated_body: Json | null
|
|
574
573
|
unique_id: string | null
|
|
575
574
|
updated_at: string | null
|
|
576
575
|
vcards: string[] | null
|
|
@@ -625,7 +624,6 @@ export type Database = {
|
|
|
625
624
|
timestamp?: string | null
|
|
626
625
|
to?: string | null
|
|
627
626
|
token?: string | null
|
|
628
|
-
translated_body?: Json | null
|
|
629
627
|
unique_id?: string | null
|
|
630
628
|
updated_at?: string | null
|
|
631
629
|
vcards?: string[] | null
|
|
@@ -680,7 +678,6 @@ export type Database = {
|
|
|
680
678
|
timestamp?: string | null
|
|
681
679
|
to?: string | null
|
|
682
680
|
token?: string | null
|
|
683
|
-
translated_body?: Json | null
|
|
684
681
|
unique_id?: string | null
|
|
685
682
|
updated_at?: string | null
|
|
686
683
|
vcards?: string[] | null
|
|
@@ -2571,7 +2568,6 @@ export type Database = {
|
|
|
2571
2568
|
timestamp: string | null
|
|
2572
2569
|
to: string | null
|
|
2573
2570
|
token: string | null
|
|
2574
|
-
translated_body: Json | null
|
|
2575
2571
|
unique_id: string | null
|
|
2576
2572
|
updated_at: string | null
|
|
2577
2573
|
vcards: string[] | null
|