telescope-prisma-client 0.0.82 → 0.0.84
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/generatedClient/index-browser.js +7 -2
- package/dist/generatedClient/index.d.ts +158 -2
- package/dist/generatedClient/index.js +8 -3
- package/dist/generatedClient/schema.prisma +7 -1
- package/dist/index.d.ts +5 -0
- package/dist/schema.prisma +7 -1
- package/package.json +1 -1
- package/schema.prisma +7 -1
|
@@ -267,6 +267,7 @@ exports.Prisma.RecommendationScalarFieldEnum = {
|
|
|
267
267
|
status: 'status',
|
|
268
268
|
candidate_origin: 'candidate_origin',
|
|
269
269
|
candidate_version: 'candidate_version',
|
|
270
|
+
recommendation_reason: 'recommendation_reason',
|
|
270
271
|
ranker_score: 'ranker_score',
|
|
271
272
|
person_id: 'person_id',
|
|
272
273
|
person_record_id: 'person_record_id',
|
|
@@ -319,7 +320,9 @@ exports.Prisma.IdealCustomerProfileScalarFieldEnum = {
|
|
|
319
320
|
summary_contact_descriptive_info: 'summary_contact_descriptive_info',
|
|
320
321
|
full_company_descriptive_info: 'full_company_descriptive_info',
|
|
321
322
|
full_contact_descriptive_info: 'full_contact_descriptive_info',
|
|
322
|
-
special_criteria: 'special_criteria'
|
|
323
|
+
special_criteria: 'special_criteria',
|
|
324
|
+
company_types_description: 'company_types_description',
|
|
325
|
+
company_search_typed_keywords: 'company_search_typed_keywords'
|
|
323
326
|
};
|
|
324
327
|
|
|
325
328
|
exports.Prisma.ConnectedMailboxScalarFieldEnum = {
|
|
@@ -546,6 +549,7 @@ exports.Prisma.RecommendationOrderByRelevanceFieldEnum = {
|
|
|
546
549
|
campaign_id: 'campaign_id',
|
|
547
550
|
candidate_origin: 'candidate_origin',
|
|
548
551
|
candidate_version: 'candidate_version',
|
|
552
|
+
recommendation_reason: 'recommendation_reason',
|
|
549
553
|
ranker_score: 'ranker_score',
|
|
550
554
|
person_id: 'person_id',
|
|
551
555
|
person_record_id: 'person_record_id',
|
|
@@ -574,7 +578,8 @@ exports.Prisma.IdealCustomerProfileOrderByRelevanceFieldEnum = {
|
|
|
574
578
|
summary_contact_descriptive_info: 'summary_contact_descriptive_info',
|
|
575
579
|
full_company_descriptive_info: 'full_company_descriptive_info',
|
|
576
580
|
full_contact_descriptive_info: 'full_contact_descriptive_info',
|
|
577
|
-
special_criteria: 'special_criteria'
|
|
581
|
+
special_criteria: 'special_criteria',
|
|
582
|
+
company_types_description: 'company_types_description'
|
|
578
583
|
};
|
|
579
584
|
|
|
580
585
|
exports.Prisma.ConnectedMailboxOrderByRelevanceFieldEnum = {
|