@periskope/types 0.6.99 → 0.6.101

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.
package/types.ts CHANGED
@@ -71,6 +71,7 @@ export type OrgPreferences = {
71
71
  disable_allow_exports?: boolean;
72
72
  sync_phone_contacts?: boolean;
73
73
  mask_phone_numbers?: boolean;
74
+ show_sender_names?: boolean;
74
75
  };
75
76
 
76
77
  type OrgPreferenceKey = keyof OrgPreferences;
@@ -114,7 +115,6 @@ export type OrgType = OverrideProperties<
114
115
  is_enterprise: boolean;
115
116
  is_free_trial: boolean;
116
117
  is_hubspot_connected: boolean;
117
- is_freshdesk_connected: boolean;
118
118
  access_scopes: AccessScopes;
119
119
  }
120
120
  >,