@periskope/types 0.6.369 → 0.6.370

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,12 +978,12 @@ 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
982
981
  org_id: string
983
982
  override_chat_access: Json | null
984
983
  snooze_metadata: Json | null
985
984
  updated_at: string | null
986
985
  zohodesk_metadata: Json | null
986
+ zohocrm_metadata: Json | null
987
987
  }
988
988
  Insert: {
989
989
  ai_metadata?: Json | null
@@ -1002,12 +1002,12 @@ export type Database = {
1002
1002
  is_archived?: boolean
1003
1003
  label_ids?: Json | null
1004
1004
  latest_message_timestamp?: string | null
1005
- member_closed_at?: Json | null
1006
1005
  org_id: string
1007
1006
  override_chat_access?: Json | null
1008
1007
  snooze_metadata?: Json | null
1009
1008
  updated_at?: string | null
1010
1009
  zohodesk_metadata?: Json | null
1010
+ zohocrm_metadata?: Json | null
1011
1011
  }
1012
1012
  Update: {
1013
1013
  ai_metadata?: Json | null
@@ -1026,12 +1026,12 @@ export type Database = {
1026
1026
  is_archived?: boolean
1027
1027
  label_ids?: Json | null
1028
1028
  latest_message_timestamp?: string | null
1029
- member_closed_at?: Json | null
1030
1029
  org_id?: string
1031
1030
  override_chat_access?: Json | null
1032
1031
  snooze_metadata?: Json | null
1033
1032
  updated_at?: string | null
1034
1033
  zohodesk_metadata?: Json | null
1034
+ zohocrm_metadata?: Json | null
1035
1035
  }
1036
1036
  Relationships: []
1037
1037
  }
@@ -2516,9 +2516,8 @@ export type Database = {
2516
2516
  is_exited: boolean | null
2517
2517
  is_muted: boolean | null
2518
2518
  label_ids: Json | null
2519
- latest_mention_at: string | null
2520
2519
  latest_message: Json | null
2521
- member_closed_at: Json | null
2520
+ latest_mention_at: string | null
2522
2521
  member_count: number | null
2523
2522
  member_unread_count: Json | null
2524
2523
  message_unread_count: number | null
@@ -2545,6 +2544,7 @@ export type Database = {
2545
2544
  is_hubspot_connected: boolean | null
2546
2545
  is_platform: boolean | null
2547
2546
  is_zohodesk_connected: boolean | null
2547
+ is_zohocrm_connected: boolean | null
2548
2548
  org_alias: string | null
2549
2549
  org_id: string | null
2550
2550
  org_image: string | null
@@ -2573,6 +2573,7 @@ export type Database = {
2573
2573
  is_hubspot_connected?: never
2574
2574
  is_platform?: boolean | null
2575
2575
  is_zohodesk_connected?: never
2576
+ is_zohocrm_connected?: never
2576
2577
  org_alias?: string | null
2577
2578
  org_id?: string | null
2578
2579
  org_image?: string | null
@@ -2601,6 +2602,7 @@ export type Database = {
2601
2602
  is_hubspot_connected?: never
2602
2603
  is_platform?: boolean | null
2603
2604
  is_zohodesk_connected?: never
2605
+ is_zohocrm_connected?: never
2604
2606
  org_alias?: string | null
2605
2607
  org_id?: string | null
2606
2608
  org_image?: string | null
@@ -3185,6 +3187,7 @@ export type Database = {
3185
3187
  | "jira"
3186
3188
  | "salesforce"
3187
3189
  | "zohodesk"
3190
+ | "zohocrm"
3188
3191
  | "gsheets"
3189
3192
  enum_member_role: "admin" | "member"
3190
3193
  }
@@ -3673,6 +3676,7 @@ export const Constants = {
3673
3676
  "jira",
3674
3677
  "salesforce",
3675
3678
  "zohodesk",
3679
+ "zohocrm",
3676
3680
  "gsheets",
3677
3681
  ],
3678
3682
  enum_member_role: ["admin", "member"],