telescope-prisma-client 0.0.71 → 0.0.72
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.
|
@@ -210,7 +210,9 @@ exports.Prisma.CampaignScalarFieldEnum = {
|
|
|
210
210
|
owner_id: 'owner_id',
|
|
211
211
|
created_at: 'created_at',
|
|
212
212
|
updated_at: 'updated_at',
|
|
213
|
-
deleted_at: 'deleted_at'
|
|
213
|
+
deleted_at: 'deleted_at',
|
|
214
|
+
icp_chat_history: 'icp_chat_history',
|
|
215
|
+
icp_chat_enabled: 'icp_chat_enabled'
|
|
214
216
|
};
|
|
215
217
|
|
|
216
218
|
exports.Prisma.ProspectScalarFieldEnum = {
|
|
@@ -483,6 +485,12 @@ exports.Prisma.MergeCrmLeadOrderByRelevanceFieldEnum = {
|
|
|
483
485
|
merge_crm_converted_contact_id: 'merge_crm_converted_contact_id'
|
|
484
486
|
};
|
|
485
487
|
|
|
488
|
+
exports.Prisma.JsonNullValueFilter = {
|
|
489
|
+
DbNull: Prisma.DbNull,
|
|
490
|
+
JsonNull: Prisma.JsonNull,
|
|
491
|
+
AnyNull: Prisma.AnyNull
|
|
492
|
+
};
|
|
493
|
+
|
|
486
494
|
exports.Prisma.CampaignOrderByRelevanceFieldEnum = {
|
|
487
495
|
id: 'id',
|
|
488
496
|
name: 'name',
|
|
@@ -523,12 +531,6 @@ exports.Prisma.CampaignLogEventOrderByRelevanceFieldEnum = {
|
|
|
523
531
|
owner_id: 'owner_id'
|
|
524
532
|
};
|
|
525
533
|
|
|
526
|
-
exports.Prisma.JsonNullValueFilter = {
|
|
527
|
-
DbNull: Prisma.DbNull,
|
|
528
|
-
JsonNull: Prisma.JsonNull,
|
|
529
|
-
AnyNull: Prisma.AnyNull
|
|
530
|
-
};
|
|
531
|
-
|
|
532
534
|
exports.Prisma.RecommendationOrderByRelevanceFieldEnum = {
|
|
533
535
|
id: 'id',
|
|
534
536
|
campaign_id: 'campaign_id',
|