@periskope/types 0.6.340 → 0.6.342

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.
@@ -1192,6 +1192,7 @@ export type Database = {
1192
1192
  is_group: boolean | null;
1193
1193
  is_muted: boolean | null;
1194
1194
  is_read_only: boolean | null;
1195
+ latest_mention_at: string | null;
1195
1196
  latest_message: Json | null;
1196
1197
  member_count: number | null;
1197
1198
  member_unread_count: Json | null;
@@ -1222,6 +1223,7 @@ export type Database = {
1222
1223
  is_group?: boolean | null;
1223
1224
  is_muted?: boolean | null;
1224
1225
  is_read_only?: boolean | null;
1226
+ latest_mention_at?: string | null;
1225
1227
  latest_message?: Json | null;
1226
1228
  member_count?: number | null;
1227
1229
  member_unread_count?: Json | null;
@@ -1252,6 +1254,7 @@ export type Database = {
1252
1254
  is_group?: boolean | null;
1253
1255
  is_muted?: boolean | null;
1254
1256
  is_read_only?: boolean | null;
1257
+ latest_mention_at?: string | null;
1255
1258
  latest_message?: Json | null;
1256
1259
  member_count?: number | null;
1257
1260
  member_unread_count?: Json | null;
@@ -1651,11 +1654,13 @@ export type Database = {
1651
1654
  created_at: string;
1652
1655
  is_deleted: boolean;
1653
1656
  is_platform: boolean | null;
1657
+ org_alias: string | null;
1654
1658
  org_id: string;
1655
1659
  org_image: string | null;
1656
1660
  org_metadata: Json | null;
1657
1661
  org_name: string | null;
1658
1662
  org_plan: Json | null;
1663
+ parent_org_id: string | null;
1659
1664
  server_zone: string | null;
1660
1665
  signing_key: string | null;
1661
1666
  stripe_customer_details: Json | null;
@@ -1668,11 +1673,13 @@ export type Database = {
1668
1673
  created_at?: string;
1669
1674
  is_deleted?: boolean;
1670
1675
  is_platform?: boolean | null;
1676
+ org_alias?: string | null;
1671
1677
  org_id?: string;
1672
1678
  org_image?: string | null;
1673
1679
  org_metadata?: Json | null;
1674
1680
  org_name?: string | null;
1675
1681
  org_plan?: Json | null;
1682
+ parent_org_id?: string | null;
1676
1683
  server_zone?: string | null;
1677
1684
  signing_key?: string | null;
1678
1685
  stripe_customer_details?: Json | null;
@@ -1685,11 +1692,13 @@ export type Database = {
1685
1692
  created_at?: string;
1686
1693
  is_deleted?: boolean;
1687
1694
  is_platform?: boolean | null;
1695
+ org_alias?: string | null;
1688
1696
  org_id?: string;
1689
1697
  org_image?: string | null;
1690
1698
  org_metadata?: Json | null;
1691
1699
  org_name?: string | null;
1692
1700
  org_plan?: Json | null;
1701
+ parent_org_id?: string | null;
1693
1702
  server_zone?: string | null;
1694
1703
  signing_key?: string | null;
1695
1704
  stripe_customer_details?: Json | null;
@@ -2494,6 +2503,7 @@ export type Database = {
2494
2503
  is_muted: boolean | null;
2495
2504
  label_ids: Json | null;
2496
2505
  latest_message: Json | null;
2506
+ latest_mention_at: string | null;
2497
2507
  member_count: number | null;
2498
2508
  member_unread_count: Json | null;
2499
2509
  message_unread_count: number | null;
@@ -2520,11 +2530,13 @@ export type Database = {
2520
2530
  is_hubspot_connected: boolean | null;
2521
2531
  is_platform: boolean | null;
2522
2532
  is_zohodesk_connected: boolean | null;
2533
+ org_alias: string | null;
2523
2534
  org_id: string | null;
2524
2535
  org_image: string | null;
2525
2536
  org_metadata: Json | null;
2526
2537
  org_name: string | null;
2527
2538
  org_plan: Json | null;
2539
+ parent_org_id: string | null;
2528
2540
  pending_days: number | null;
2529
2541
  phone_limit: number | null;
2530
2542
  plan_id: string | null;
@@ -2546,11 +2558,13 @@ export type Database = {
2546
2558
  is_hubspot_connected?: never;
2547
2559
  is_platform?: boolean | null;
2548
2560
  is_zohodesk_connected?: never;
2561
+ org_alias?: string | null;
2549
2562
  org_id?: string | null;
2550
2563
  org_image?: string | null;
2551
2564
  org_metadata?: Json | null;
2552
2565
  org_name?: string | null;
2553
2566
  org_plan?: Json | null;
2567
+ parent_org_id?: string | null;
2554
2568
  pending_days?: never;
2555
2569
  phone_limit?: never;
2556
2570
  plan_id?: never;
@@ -2572,11 +2586,13 @@ export type Database = {
2572
2586
  is_hubspot_connected?: never;
2573
2587
  is_platform?: boolean | null;
2574
2588
  is_zohodesk_connected?: never;
2589
+ org_alias?: string | null;
2575
2590
  org_id?: string | null;
2576
2591
  org_image?: string | null;
2577
2592
  org_metadata?: Json | null;
2578
2593
  org_name?: string | null;
2579
2594
  org_plan?: Json | null;
2595
+ parent_org_id?: string | null;
2580
2596
  pending_days?: never;
2581
2597
  phone_limit?: never;
2582
2598
  plan_id?: never;
@@ -2994,6 +3010,7 @@ export type Database = {
2994
3010
  is_group: boolean | null;
2995
3011
  is_muted: boolean | null;
2996
3012
  is_read_only: boolean | null;
3013
+ latest_mention_at: string | null;
2997
3014
  latest_message: Json | null;
2998
3015
  member_count: number | null;
2999
3016
  member_unread_count: Json | null;