telescope-prisma-client 0.0.29 → 0.0.31

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.
@@ -363,6 +363,7 @@ exports.Prisma.ProspectInteractionEventScalarFieldEnum = {
363
363
  is_auto_reply: 'is_auto_reply',
364
364
  text_reply: 'text_reply',
365
365
  prospect_interest: 'prospect_interest',
366
+ prospect_interest_value: 'prospect_interest_value',
366
367
  owner_id: 'owner_id',
367
368
  created_at: 'created_at',
368
369
  updated_at: 'updated_at',
@@ -475,14 +476,17 @@ exports.ProspectSequenceStepStatus = {
475
476
  };
476
477
 
477
478
  exports.ProspectInteractionEventType = {
478
- POSITIVE_EMAIL_REPLY: 'POSITIVE_EMAIL_REPLY',
479
- NEGATIVE_EMAIL_REPLY: 'NEGATIVE_EMAIL_REPLY',
480
- EMAIL_REPLY_UNKNOWN_SENTIMENT: 'EMAIL_REPLY_UNKNOWN_SENTIMENT',
479
+ EMAIL_REPLY: 'EMAIL_REPLY',
481
480
  EMAIL_BOUNCE_NOTIFICATION: 'EMAIL_BOUNCE_NOTIFICATION',
482
481
  EMAIL_OOO_NOTIFICATION: 'EMAIL_OOO_NOTIFICATION',
483
482
  LINKEDIN_CONNECTION_ACCEPTED: 'LINKEDIN_CONNECTION_ACCEPTED',
484
- POSITIVE_LINKEDIN_REPLY: 'POSITIVE_LINKEDIN_REPLY',
485
- NEGATIVE_LINKEDIN_REPLY: 'NEGATIVE_LINKEDIN_REPLY'
483
+ LINKEDIN_REPLY: 'LINKEDIN_REPLY'
484
+ };
485
+
486
+ exports.ProspectInterestType = {
487
+ POSITIVE: 'POSITIVE',
488
+ NEGATIVE: 'NEGATIVE',
489
+ UNKNOWN: 'UNKNOWN'
486
490
  };
487
491
 
488
492
  exports.Prisma.ModelName = {