@periskope/types 0.6.100 → 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/dist/types.d.ts CHANGED
@@ -48,6 +48,7 @@ export type OrgPreferences = {
48
48
  disable_allow_exports?: boolean;
49
49
  sync_phone_contacts?: boolean;
50
50
  mask_phone_numbers?: boolean;
51
+ show_sender_names?: boolean;
51
52
  };
52
53
  type OrgPreferenceKey = keyof OrgPreferences;
53
54
  export type OrgPreferencesValue = {
@@ -89,7 +90,6 @@ export type OrgType = OverrideProperties<Merge<Tables<'tbl_org'>, {
89
90
  is_enterprise: boolean;
90
91
  is_free_trial: boolean;
91
92
  is_hubspot_connected: boolean;
92
- is_freshdesk_connected: boolean;
93
93
  access_scopes: AccessScopes;
94
94
  }>, {
95
95
  org_plan: OrgPlan<AllPlans | Enterprise>;
@@ -165,7 +165,6 @@ export type TicketType = OverrideProperties<Tables<'tbl_chat_tickets'>, {
165
165
  };
166
166
  object_data?: HubspotObjectDataType;
167
167
  } | null;
168
- freshdesk_metadata: Record<string, string>;
169
168
  close_ticket_metadata?: {
170
169
  closed_by: string;
171
170
  closed_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periskope/types",
3
- "version": "0.6.100",
3
+ "version": "0.6.101",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",