@periskope/types 0.6.98 → 0.6.100

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
  >,
@@ -204,6 +205,7 @@ export type TicketType = OverrideProperties<
204
205
  };
205
206
  object_data?: HubspotObjectDataType;
206
207
  } | null;
208
+ freshdesk_metadata: Record<string, string>;
207
209
  close_ticket_metadata?: {
208
210
  closed_by: string;
209
211
  closed_at: string;