@periskope/types 0.6.98 → 0.6.99

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
@@ -114,6 +114,7 @@ export type OrgType = OverrideProperties<
114
114
  is_enterprise: boolean;
115
115
  is_free_trial: boolean;
116
116
  is_hubspot_connected: boolean;
117
+ is_freshdesk_connected: boolean;
117
118
  access_scopes: AccessScopes;
118
119
  }
119
120
  >,