@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.
@@ -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
+