@periskope/types 0.6.366 → 0.6.368

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.
@@ -978,6 +978,7 @@ export type Database = {
978
978
  is_archived: boolean
979
979
  label_ids: Json | null
980
980
  latest_message_timestamp: string | null
981
+ member_closed_at: Json | null
981
982
  org_id: string
982
983
  override_chat_access: Json | null
983
984
  snooze_metadata: Json | null
@@ -1001,6 +1002,7 @@ export type Database = {
1001
1002
  is_archived?: boolean
1002
1003
  label_ids?: Json | null
1003
1004
  latest_message_timestamp?: string | null
1005
+ member_closed_at?: Json | null
1004
1006
  org_id: string
1005
1007
  override_chat_access?: Json | null
1006
1008
  snooze_metadata?: Json | null
@@ -1024,6 +1026,7 @@ export type Database = {
1024
1026
  is_archived?: boolean
1025
1027
  label_ids?: Json | null
1026
1028
  latest_message_timestamp?: string | null
1029
+ member_closed_at?: Json | null
1027
1030
  org_id?: string
1028
1031
  override_chat_access?: Json | null
1029
1032
  snooze_metadata?: Json | null
@@ -2513,8 +2516,9 @@ export type Database = {
2513
2516
  is_exited: boolean | null
2514
2517
  is_muted: boolean | null
2515
2518
  label_ids: Json | null
2516
- latest_message: Json | null
2517
2519
  latest_mention_at: string | null
2520
+ latest_message: Json | null
2521
+ member_closed_at: Json | null
2518
2522
  member_count: number | null
2519
2523
  member_unread_count: Json | null
2520
2524
  message_unread_count: number | null
@@ -3181,7 +3185,6 @@ export type Database = {
3181
3185
  | "jira"
3182
3186
  | "salesforce"
3183
3187
  | "zohodesk"
3184
- | "zohocrm"
3185
3188
  | "gsheets"
3186
3189
  enum_member_role: "admin" | "member"
3187
3190
  }
@@ -3670,7 +3673,6 @@ export const Constants = {
3670
3673
  "jira",
3671
3674
  "salesforce",
3672
3675
  "zohodesk",
3673
- "zohocrm",
3674
3676
  "gsheets",
3675
3677
  ],
3676
3678
  enum_member_role: ["admin", "member"],