telescope-prisma-client 0.0.115 → 0.0.116

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.
@@ -228,7 +228,8 @@ exports.Prisma.CampaignScalarFieldEnum = {
228
228
  company_profile_data: 'company_profile_data',
229
229
  prospect_profile_data: 'prospect_profile_data',
230
230
  company_profile_builder_messages: 'company_profile_builder_messages',
231
- prospect_profile_builder_messages: 'prospect_profile_builder_messages'
231
+ prospect_profile_builder_messages: 'prospect_profile_builder_messages',
232
+ active_recommendations_list_id: 'active_recommendations_list_id'
232
233
  };
233
234
 
234
235
  exports.Prisma.AssistantEventScalarFieldEnum = {
@@ -298,6 +299,7 @@ exports.Prisma.CompanyProspectScalarFieldEnum = {
298
299
  exports.Prisma.RecommendationScalarFieldEnum = {
299
300
  id: 'id',
300
301
  campaign_id: 'campaign_id',
302
+ recommendations_list_id: 'recommendations_list_id',
301
303
  type: 'type',
302
304
  status: 'status',
303
305
  mode: 'mode',
@@ -506,6 +508,22 @@ exports.Prisma.EvaluatedCandidateScalarFieldEnum = {
506
508
  created_at: 'created_at'
507
509
  };
508
510
 
511
+ exports.Prisma.RecommendationsListScalarFieldEnum = {
512
+ id: 'id',
513
+ icp_id: 'icp_id',
514
+ campaign_id: 'campaign_id',
515
+ owner_id: 'owner_id',
516
+ status: 'status',
517
+ user_feedback_level: 'user_feedback_level',
518
+ user_feedback_text: 'user_feedback_text',
519
+ requested_size: 'requested_size',
520
+ parent_list_id: 'parent_list_id',
521
+ max_employee_results: 'max_employee_results',
522
+ created_at: 'created_at',
523
+ updated_at: 'updated_at',
524
+ deleted_at: 'deleted_at'
525
+ };
526
+
509
527
  exports.Prisma.SortOrder = {
510
528
  asc: 'asc',
511
529
  desc: 'desc'
@@ -609,7 +627,8 @@ exports.Prisma.CampaignOrderByRelevanceFieldEnum = {
609
627
  name: 'name',
610
628
  active_icp_id: 'active_icp_id',
611
629
  sequence_id: 'sequence_id',
612
- owner_id: 'owner_id'
630
+ owner_id: 'owner_id',
631
+ active_recommendations_list_id: 'active_recommendations_list_id'
613
632
  };
614
633
 
615
634
  exports.Prisma.AssistantEventOrderByRelevanceFieldEnum = {
@@ -664,6 +683,7 @@ exports.Prisma.CompanyProspectOrderByRelevanceFieldEnum = {
664
683
  exports.Prisma.RecommendationOrderByRelevanceFieldEnum = {
665
684
  id: 'id',
666
685
  campaign_id: 'campaign_id',
686
+ recommendations_list_id: 'recommendations_list_id',
667
687
  recommendation_reason: 'recommendation_reason',
668
688
  candidate_origin: 'candidate_origin',
669
689
  candidate_version: 'candidate_version',
@@ -784,6 +804,15 @@ exports.Prisma.EvaluatedCandidateOrderByRelevanceFieldEnum = {
784
804
  campaign_id: 'campaign_id',
785
805
  owner_id: 'owner_id'
786
806
  };
807
+
808
+ exports.Prisma.RecommendationsListOrderByRelevanceFieldEnum = {
809
+ id: 'id',
810
+ icp_id: 'icp_id',
811
+ campaign_id: 'campaign_id',
812
+ owner_id: 'owner_id',
813
+ user_feedback_text: 'user_feedback_text',
814
+ parent_list_id: 'parent_list_id'
815
+ };
787
816
  exports.SubscriptionTierType = {
788
817
  FREE: 'FREE',
789
818
  BASIC: 'BASIC',
@@ -888,6 +917,22 @@ exports.VerificationStatus = {
888
917
  UNVERIFIED: 'UNVERIFIED'
889
918
  };
890
919
 
920
+ exports.RecommendationsListStatus = {
921
+ GENERATING: 'GENERATING',
922
+ FETCH_MORE: 'FETCH_MORE',
923
+ PAUSING: 'PAUSING',
924
+ PAUSED: 'PAUSED',
925
+ ERROR: 'ERROR',
926
+ SUCCESS: 'SUCCESS',
927
+ NO_RESULTS: 'NO_RESULTS'
928
+ };
929
+
930
+ exports.RecommendationsListUserFeedbackLevel = {
931
+ INFO: 'INFO',
932
+ WARNING: 'WARNING',
933
+ ERROR: 'ERROR'
934
+ };
935
+
891
936
  exports.Prisma.ModelName = {
892
937
  User: 'User',
893
938
  MergeConnection: 'MergeConnection',
@@ -907,7 +952,8 @@ exports.Prisma.ModelName = {
907
952
  ProspectInteractionEvent: 'ProspectInteractionEvent',
908
953
  EmailEnrichmentResult: 'EmailEnrichmentResult',
909
954
  PhoneNumberEnrichmentResult: 'PhoneNumberEnrichmentResult',
910
- EvaluatedCandidate: 'EvaluatedCandidate'
955
+ EvaluatedCandidate: 'EvaluatedCandidate',
956
+ RecommendationsList: 'RecommendationsList'
911
957
  };
912
958
 
913
959
  /**