telescope-prisma-client 0.0.74 → 0.0.76

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.
@@ -111,6 +111,7 @@ exports.Prisma.UserScalarFieldEnum = {
111
111
  is_nlp_icp_enabled: 'is_nlp_icp_enabled',
112
112
  is_linkedin_outreach_enabled: 'is_linkedin_outreach_enabled',
113
113
  is_csv_export_enabled: 'is_csv_export_enabled',
114
+ is_icp_assistant_chat_enabled: 'is_icp_assistant_chat_enabled',
114
115
  first_name: 'first_name',
115
116
  last_name: 'last_name',
116
117
  email: 'email',
@@ -211,8 +212,8 @@ exports.Prisma.CampaignScalarFieldEnum = {
211
212
  created_at: 'created_at',
212
213
  updated_at: 'updated_at',
213
214
  deleted_at: 'deleted_at',
214
- icp_chat_history: 'icp_chat_history',
215
- icp_chat_enabled: 'icp_chat_enabled'
215
+ icp_assistant_chat_history: 'icp_assistant_chat_history',
216
+ icp_assistant_chat_enabled: 'icp_assistant_chat_enabled'
216
217
  };
217
218
 
218
219
  exports.Prisma.ProspectScalarFieldEnum = {