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