@periskope/types 0.6.113 → 0.6.114

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
@@ -104,8 +104,6 @@ export type OrgType = OverrideProperties<
104
104
  is_enterprise: boolean;
105
105
  is_free_trial: boolean;
106
106
  is_hubspot_connected: boolean;
107
- is_freshdesk_connected: boolean;
108
- is_zohodesk_connected: boolean;
109
107
  access_scopes: AccessScopes;
110
108
  }
111
109
  >,
@@ -198,7 +196,6 @@ export type TicketType = OverrideProperties<
198
196
  };
199
197
  object_data?: HubspotObjectDataType;
200
198
  } | null;
201
- freshdesk_metadata: Record<string, string>;
202
199
  close_ticket_metadata?:
203
200
  | {
204
201
  closed_by: string;
@@ -268,6 +265,7 @@ export const SUPPORTED_TYPES = [
268
265
  'ptt',
269
266
  'poll_creation',
270
267
  'location',
268
+ 'ciphertext'
271
269
  ] as const;
272
270
 
273
271
  export type SendMessageContent = {