@periskope/types 0.6.205 → 0.6.206
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/rules.types.js +8 -0
- package/dist/supabase.types.d.ts +1 -0
- 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 -1936
- package/src/supabase.types.ts +2 -1
- package/src/types.ts +974 -973
- package/tsconfig.json +18 -18
- package/tsconfig.tsbuildinfo +1 -0
- package/update_package.ps1 +21 -21
package/src/supabase.types.ts
CHANGED
|
@@ -2113,6 +2113,7 @@ export type Database = {
|
|
|
2113
2113
|
group_description: string | null
|
|
2114
2114
|
hubspot_metadata: Json | null
|
|
2115
2115
|
info_admins_only: boolean | null
|
|
2116
|
+
initiated_by: string | null
|
|
2116
2117
|
invite_link: string | null
|
|
2117
2118
|
is_exited: boolean | null
|
|
2118
2119
|
is_muted: boolean | null
|
|
@@ -3071,4 +3072,4 @@ export type CompositeTypes<
|
|
|
3071
3072
|
? PublicSchema["CompositeTypes"][PublicCompositeTypeNameOrOptions]
|
|
3072
3073
|
: never
|
|
3073
3074
|
|
|
3074
|
-
|
|
3075
|
+
|