@periskope/types 0.6.342 → 0.6.343

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.
@@ -1201,7 +1201,6 @@ export type Database = {
1201
1201
  is_group: boolean | null
1202
1202
  is_muted: boolean | null
1203
1203
  is_read_only: boolean | null
1204
- latest_mention_at: string | null
1205
1204
  latest_message: Json | null
1206
1205
  member_count: number | null
1207
1206
  member_unread_count: Json | null
@@ -1232,7 +1231,6 @@ export type Database = {
1232
1231
  is_group?: boolean | null
1233
1232
  is_muted?: boolean | null
1234
1233
  is_read_only?: boolean | null
1235
- latest_mention_at?: string | null
1236
1234
  latest_message?: Json | null
1237
1235
  member_count?: number | null
1238
1236
  member_unread_count?: Json | null
@@ -1263,7 +1261,6 @@ export type Database = {
1263
1261
  is_group?: boolean | null
1264
1262
  is_muted?: boolean | null
1265
1263
  is_read_only?: boolean | null
1266
- latest_mention_at?: string | null
1267
1264
  latest_message?: Json | null
1268
1265
  member_count?: number | null
1269
1266
  member_unread_count?: Json | null
@@ -2514,7 +2511,6 @@ export type Database = {
2514
2511
  is_muted: boolean | null
2515
2512
  label_ids: Json | null
2516
2513
  latest_message: Json | null
2517
- latest_mention_at: string | null
2518
2514
  member_count: number | null
2519
2515
  member_unread_count: Json | null
2520
2516
  message_unread_count: number | null
@@ -2985,7 +2981,6 @@ export type Database = {
2985
2981
  is_group: boolean | null
2986
2982
  is_muted: boolean | null
2987
2983
  is_read_only: boolean | null
2988
- latest_mention_at: string | null
2989
2984
  latest_message: Json | null
2990
2985
  member_count: number | null
2991
2986
  member_unread_count: Json | null