telescope-prisma-client 0.0.110 → 0.0.111
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.
|
@@ -332,6 +332,7 @@ exports.Prisma.IdealCustomerProfileScalarFieldEnum = {
|
|
|
332
332
|
keywords: 'keywords',
|
|
333
333
|
negative_keywords: 'negative_keywords',
|
|
334
334
|
job_titles: 'job_titles',
|
|
335
|
+
excluded_job_titles: 'excluded_job_titles',
|
|
335
336
|
example_companies: 'example_companies',
|
|
336
337
|
fictive_example_company_descriptions: 'fictive_example_company_descriptions',
|
|
337
338
|
country_codes: 'country_codes',
|
|
@@ -647,6 +648,7 @@ exports.Prisma.IdealCustomerProfileOrderByRelevanceFieldEnum = {
|
|
|
647
648
|
keywords: 'keywords',
|
|
648
649
|
negative_keywords: 'negative_keywords',
|
|
649
650
|
job_titles: 'job_titles',
|
|
651
|
+
excluded_job_titles: 'excluded_job_titles',
|
|
650
652
|
fictive_example_company_descriptions: 'fictive_example_company_descriptions',
|
|
651
653
|
industries: 'industries',
|
|
652
654
|
company_types: 'company_types',
|
|
@@ -629,6 +629,7 @@ export type IdealCustomerProfilePayload<ExtArgs extends $Extensions.Args = $Exte
|
|
|
629
629
|
keywords: string[]
|
|
630
630
|
negative_keywords: string[]
|
|
631
631
|
job_titles: string[]
|
|
632
|
+
excluded_job_titles: string[]
|
|
632
633
|
/**
|
|
633
634
|
* [ExampleCompanies]
|
|
634
635
|
*/
|
|
@@ -15495,6 +15496,7 @@ export namespace Prisma {
|
|
|
15495
15496
|
keywords: number
|
|
15496
15497
|
negative_keywords: number
|
|
15497
15498
|
job_titles: number
|
|
15499
|
+
excluded_job_titles: number
|
|
15498
15500
|
example_companies: number
|
|
15499
15501
|
fictive_example_company_descriptions: number
|
|
15500
15502
|
country_codes: number
|
|
@@ -15574,6 +15576,7 @@ export namespace Prisma {
|
|
|
15574
15576
|
keywords?: true
|
|
15575
15577
|
negative_keywords?: true
|
|
15576
15578
|
job_titles?: true
|
|
15579
|
+
excluded_job_titles?: true
|
|
15577
15580
|
example_companies?: true
|
|
15578
15581
|
fictive_example_company_descriptions?: true
|
|
15579
15582
|
country_codes?: true
|
|
@@ -15687,6 +15690,7 @@ export namespace Prisma {
|
|
|
15687
15690
|
keywords: string[]
|
|
15688
15691
|
negative_keywords: string[]
|
|
15689
15692
|
job_titles: string[]
|
|
15693
|
+
excluded_job_titles: string[]
|
|
15690
15694
|
example_companies: PrismaJson.ExampleCompanies
|
|
15691
15695
|
fictive_example_company_descriptions: string[]
|
|
15692
15696
|
country_codes: PrismaJson.CountryCodes | null
|
|
@@ -15743,6 +15747,7 @@ export namespace Prisma {
|
|
|
15743
15747
|
keywords?: boolean
|
|
15744
15748
|
negative_keywords?: boolean
|
|
15745
15749
|
job_titles?: boolean
|
|
15750
|
+
excluded_job_titles?: boolean
|
|
15746
15751
|
example_companies?: boolean
|
|
15747
15752
|
fictive_example_company_descriptions?: boolean
|
|
15748
15753
|
country_codes?: boolean
|
|
@@ -15788,6 +15793,7 @@ export namespace Prisma {
|
|
|
15788
15793
|
keywords?: boolean
|
|
15789
15794
|
negative_keywords?: boolean
|
|
15790
15795
|
job_titles?: boolean
|
|
15796
|
+
excluded_job_titles?: boolean
|
|
15791
15797
|
example_companies?: boolean
|
|
15792
15798
|
fictive_example_company_descriptions?: boolean
|
|
15793
15799
|
country_codes?: boolean
|
|
@@ -23254,6 +23260,7 @@ export namespace Prisma {
|
|
|
23254
23260
|
keywords: 'keywords',
|
|
23255
23261
|
negative_keywords: 'negative_keywords',
|
|
23256
23262
|
job_titles: 'job_titles',
|
|
23263
|
+
excluded_job_titles: 'excluded_job_titles',
|
|
23257
23264
|
example_companies: 'example_companies',
|
|
23258
23265
|
fictive_example_company_descriptions: 'fictive_example_company_descriptions',
|
|
23259
23266
|
country_codes: 'country_codes',
|
|
@@ -23638,6 +23645,7 @@ export namespace Prisma {
|
|
|
23638
23645
|
keywords: 'keywords',
|
|
23639
23646
|
negative_keywords: 'negative_keywords',
|
|
23640
23647
|
job_titles: 'job_titles',
|
|
23648
|
+
excluded_job_titles: 'excluded_job_titles',
|
|
23641
23649
|
fictive_example_company_descriptions: 'fictive_example_company_descriptions',
|
|
23642
23650
|
industries: 'industries',
|
|
23643
23651
|
company_types: 'company_types',
|
|
@@ -24916,6 +24924,7 @@ export namespace Prisma {
|
|
|
24916
24924
|
keywords?: StringNullableListFilter
|
|
24917
24925
|
negative_keywords?: StringNullableListFilter
|
|
24918
24926
|
job_titles?: StringNullableListFilter
|
|
24927
|
+
excluded_job_titles?: StringNullableListFilter
|
|
24919
24928
|
example_companies?: JsonFilter
|
|
24920
24929
|
fictive_example_company_descriptions?: StringNullableListFilter
|
|
24921
24930
|
country_codes?: JsonNullableFilter
|
|
@@ -24960,6 +24969,7 @@ export namespace Prisma {
|
|
|
24960
24969
|
keywords?: SortOrder
|
|
24961
24970
|
negative_keywords?: SortOrder
|
|
24962
24971
|
job_titles?: SortOrder
|
|
24972
|
+
excluded_job_titles?: SortOrder
|
|
24963
24973
|
example_companies?: SortOrder
|
|
24964
24974
|
fictive_example_company_descriptions?: SortOrder
|
|
24965
24975
|
country_codes?: SortOrderInput | SortOrder
|
|
@@ -25009,6 +25019,7 @@ export namespace Prisma {
|
|
|
25009
25019
|
keywords?: SortOrder
|
|
25010
25020
|
negative_keywords?: SortOrder
|
|
25011
25021
|
job_titles?: SortOrder
|
|
25022
|
+
excluded_job_titles?: SortOrder
|
|
25012
25023
|
example_companies?: SortOrder
|
|
25013
25024
|
fictive_example_company_descriptions?: SortOrder
|
|
25014
25025
|
country_codes?: SortOrderInput | SortOrder
|
|
@@ -25054,6 +25065,7 @@ export namespace Prisma {
|
|
|
25054
25065
|
keywords?: StringNullableListFilter
|
|
25055
25066
|
negative_keywords?: StringNullableListFilter
|
|
25056
25067
|
job_titles?: StringNullableListFilter
|
|
25068
|
+
excluded_job_titles?: StringNullableListFilter
|
|
25057
25069
|
example_companies?: JsonWithAggregatesFilter
|
|
25058
25070
|
fictive_example_company_descriptions?: StringNullableListFilter
|
|
25059
25071
|
country_codes?: JsonNullableWithAggregatesFilter
|
|
@@ -27300,6 +27312,7 @@ export namespace Prisma {
|
|
|
27300
27312
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
27301
27313
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
27302
27314
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
27315
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
27303
27316
|
example_companies?: PrismaJson.ExampleCompanies
|
|
27304
27317
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
27305
27318
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -27343,6 +27356,7 @@ export namespace Prisma {
|
|
|
27343
27356
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
27344
27357
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
27345
27358
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
27359
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
27346
27360
|
example_companies?: PrismaJson.ExampleCompanies
|
|
27347
27361
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
27348
27362
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -27384,6 +27398,7 @@ export namespace Prisma {
|
|
|
27384
27398
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
27385
27399
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
27386
27400
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
27401
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
27387
27402
|
example_companies?: PrismaJson.ExampleCompanies
|
|
27388
27403
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
27389
27404
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -27427,6 +27442,7 @@ export namespace Prisma {
|
|
|
27427
27442
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
27428
27443
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
27429
27444
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
27445
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
27430
27446
|
example_companies?: PrismaJson.ExampleCompanies
|
|
27431
27447
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
27432
27448
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -27469,6 +27485,7 @@ export namespace Prisma {
|
|
|
27469
27485
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
27470
27486
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
27471
27487
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
27488
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
27472
27489
|
example_companies?: PrismaJson.ExampleCompanies
|
|
27473
27490
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
27474
27491
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -27507,6 +27524,7 @@ export namespace Prisma {
|
|
|
27507
27524
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
27508
27525
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
27509
27526
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
27527
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
27510
27528
|
example_companies?: PrismaJson.ExampleCompanies
|
|
27511
27529
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
27512
27530
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -27545,6 +27563,7 @@ export namespace Prisma {
|
|
|
27545
27563
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
27546
27564
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
27547
27565
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
27566
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
27548
27567
|
example_companies?: PrismaJson.ExampleCompanies
|
|
27549
27568
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
27550
27569
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -29695,6 +29714,7 @@ export namespace Prisma {
|
|
|
29695
29714
|
keywords?: SortOrder
|
|
29696
29715
|
negative_keywords?: SortOrder
|
|
29697
29716
|
job_titles?: SortOrder
|
|
29717
|
+
excluded_job_titles?: SortOrder
|
|
29698
29718
|
example_companies?: SortOrder
|
|
29699
29719
|
fictive_example_company_descriptions?: SortOrder
|
|
29700
29720
|
country_codes?: SortOrder
|
|
@@ -32419,6 +32439,10 @@ export namespace Prisma {
|
|
|
32419
32439
|
set: Enumerable<string>
|
|
32420
32440
|
}
|
|
32421
32441
|
|
|
32442
|
+
export type IdealCustomerProfileCreateexcluded_job_titlesInput = {
|
|
32443
|
+
set: Enumerable<string>
|
|
32444
|
+
}
|
|
32445
|
+
|
|
32422
32446
|
export type IdealCustomerProfileCreatefictive_example_company_descriptionsInput = {
|
|
32423
32447
|
set: Enumerable<string>
|
|
32424
32448
|
}
|
|
@@ -32502,6 +32526,11 @@ export namespace Prisma {
|
|
|
32502
32526
|
push?: string | Enumerable<string>
|
|
32503
32527
|
}
|
|
32504
32528
|
|
|
32529
|
+
export type IdealCustomerProfileUpdateexcluded_job_titlesInput = {
|
|
32530
|
+
set?: Enumerable<string>
|
|
32531
|
+
push?: string | Enumerable<string>
|
|
32532
|
+
}
|
|
32533
|
+
|
|
32505
32534
|
export type IdealCustomerProfileUpdatefictive_example_company_descriptionsInput = {
|
|
32506
32535
|
set?: Enumerable<string>
|
|
32507
32536
|
push?: string | Enumerable<string>
|
|
@@ -33702,6 +33731,7 @@ export namespace Prisma {
|
|
|
33702
33731
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
33703
33732
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
33704
33733
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
33734
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
33705
33735
|
example_companies?: PrismaJson.ExampleCompanies
|
|
33706
33736
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
33707
33737
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -33744,6 +33774,7 @@ export namespace Prisma {
|
|
|
33744
33774
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
33745
33775
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
33746
33776
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
33777
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
33747
33778
|
example_companies?: PrismaJson.ExampleCompanies
|
|
33748
33779
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
33749
33780
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -34393,6 +34424,7 @@ export namespace Prisma {
|
|
|
34393
34424
|
keywords?: StringNullableListFilter
|
|
34394
34425
|
negative_keywords?: StringNullableListFilter
|
|
34395
34426
|
job_titles?: StringNullableListFilter
|
|
34427
|
+
excluded_job_titles?: StringNullableListFilter
|
|
34396
34428
|
example_companies?: JsonFilter
|
|
34397
34429
|
fictive_example_company_descriptions?: StringNullableListFilter
|
|
34398
34430
|
country_codes?: JsonNullableFilter
|
|
@@ -36582,6 +36614,7 @@ export namespace Prisma {
|
|
|
36582
36614
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
36583
36615
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
36584
36616
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
36617
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
36585
36618
|
example_companies?: PrismaJson.ExampleCompanies
|
|
36586
36619
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
36587
36620
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -36624,6 +36657,7 @@ export namespace Prisma {
|
|
|
36624
36657
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
36625
36658
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
36626
36659
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
36660
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
36627
36661
|
example_companies?: PrismaJson.ExampleCompanies
|
|
36628
36662
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
36629
36663
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -36801,6 +36835,7 @@ export namespace Prisma {
|
|
|
36801
36835
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
36802
36836
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
36803
36837
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
36838
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
36804
36839
|
example_companies?: PrismaJson.ExampleCompanies
|
|
36805
36840
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
36806
36841
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -36842,6 +36877,7 @@ export namespace Prisma {
|
|
|
36842
36877
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
36843
36878
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
36844
36879
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
36880
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
36845
36881
|
example_companies?: PrismaJson.ExampleCompanies
|
|
36846
36882
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
36847
36883
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -37226,6 +37262,7 @@ export namespace Prisma {
|
|
|
37226
37262
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
37227
37263
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
37228
37264
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
37265
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
37229
37266
|
example_companies?: PrismaJson.ExampleCompanies
|
|
37230
37267
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
37231
37268
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -37268,6 +37305,7 @@ export namespace Prisma {
|
|
|
37268
37305
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
37269
37306
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
37270
37307
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
37308
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
37271
37309
|
example_companies?: PrismaJson.ExampleCompanies
|
|
37272
37310
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
37273
37311
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -39601,6 +39639,7 @@ export namespace Prisma {
|
|
|
39601
39639
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
39602
39640
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
39603
39641
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
39642
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
39604
39643
|
example_companies?: PrismaJson.ExampleCompanies
|
|
39605
39644
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
39606
39645
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -39643,6 +39682,7 @@ export namespace Prisma {
|
|
|
39643
39682
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
39644
39683
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
39645
39684
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
39685
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
39646
39686
|
example_companies?: PrismaJson.ExampleCompanies
|
|
39647
39687
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
39648
39688
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -40165,6 +40205,7 @@ export namespace Prisma {
|
|
|
40165
40205
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
40166
40206
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
40167
40207
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
40208
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
40168
40209
|
example_companies?: PrismaJson.ExampleCompanies
|
|
40169
40210
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
40170
40211
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -40207,6 +40248,7 @@ export namespace Prisma {
|
|
|
40207
40248
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
40208
40249
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
40209
40250
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
40251
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
40210
40252
|
example_companies?: PrismaJson.ExampleCompanies
|
|
40211
40253
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
40212
40254
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -43182,6 +43224,7 @@ export namespace Prisma {
|
|
|
43182
43224
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
43183
43225
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
43184
43226
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
43227
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
43185
43228
|
example_companies?: PrismaJson.ExampleCompanies
|
|
43186
43229
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
43187
43230
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -43224,6 +43267,7 @@ export namespace Prisma {
|
|
|
43224
43267
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
43225
43268
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
43226
43269
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
43270
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
43227
43271
|
example_companies?: PrismaJson.ExampleCompanies
|
|
43228
43272
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
43229
43273
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -43432,6 +43476,7 @@ export namespace Prisma {
|
|
|
43432
43476
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
43433
43477
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
43434
43478
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
43479
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
43435
43480
|
example_companies?: PrismaJson.ExampleCompanies
|
|
43436
43481
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
43437
43482
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -43474,6 +43519,7 @@ export namespace Prisma {
|
|
|
43474
43519
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
43475
43520
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
43476
43521
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
43522
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
43477
43523
|
example_companies?: PrismaJson.ExampleCompanies
|
|
43478
43524
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
43479
43525
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -43706,6 +43752,7 @@ export namespace Prisma {
|
|
|
43706
43752
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
43707
43753
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
43708
43754
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
43755
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
43709
43756
|
example_companies?: PrismaJson.ExampleCompanies
|
|
43710
43757
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
43711
43758
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -44048,6 +44095,7 @@ export namespace Prisma {
|
|
|
44048
44095
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
44049
44096
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
44050
44097
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
44098
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
44051
44099
|
example_companies?: PrismaJson.ExampleCompanies
|
|
44052
44100
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
44053
44101
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -44090,6 +44138,7 @@ export namespace Prisma {
|
|
|
44090
44138
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
44091
44139
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
44092
44140
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
44141
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
44093
44142
|
example_companies?: PrismaJson.ExampleCompanies
|
|
44094
44143
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
44095
44144
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -44131,6 +44180,7 @@ export namespace Prisma {
|
|
|
44131
44180
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
44132
44181
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
44133
44182
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
44183
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
44134
44184
|
example_companies?: JsonNullValueInput | InputJsonValue
|
|
44135
44185
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
44136
44186
|
country_codes?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -45392,6 +45442,7 @@ export namespace Prisma {
|
|
|
45392
45442
|
keywords?: IdealCustomerProfileCreatekeywordsInput | Enumerable<string>
|
|
45393
45443
|
negative_keywords?: IdealCustomerProfileCreatenegative_keywordsInput | Enumerable<string>
|
|
45394
45444
|
job_titles?: IdealCustomerProfileCreatejob_titlesInput | Enumerable<string>
|
|
45445
|
+
excluded_job_titles?: IdealCustomerProfileCreateexcluded_job_titlesInput | Enumerable<string>
|
|
45395
45446
|
example_companies?: PrismaJson.ExampleCompanies
|
|
45396
45447
|
fictive_example_company_descriptions?: IdealCustomerProfileCreatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
45397
45448
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -45558,6 +45609,7 @@ export namespace Prisma {
|
|
|
45558
45609
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
45559
45610
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
45560
45611
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
45612
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
45561
45613
|
example_companies?: PrismaJson.ExampleCompanies
|
|
45562
45614
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
45563
45615
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -45599,6 +45651,7 @@ export namespace Prisma {
|
|
|
45599
45651
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
45600
45652
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
45601
45653
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
45654
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
45602
45655
|
example_companies?: PrismaJson.ExampleCompanies
|
|
45603
45656
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
45604
45657
|
country_codes?: PrismaJson.CountryCodes | NullableJsonNullValueInput
|
|
@@ -45640,6 +45693,7 @@ export namespace Prisma {
|
|
|
45640
45693
|
keywords?: IdealCustomerProfileUpdatekeywordsInput | Enumerable<string>
|
|
45641
45694
|
negative_keywords?: IdealCustomerProfileUpdatenegative_keywordsInput | Enumerable<string>
|
|
45642
45695
|
job_titles?: IdealCustomerProfileUpdatejob_titlesInput | Enumerable<string>
|
|
45696
|
+
excluded_job_titles?: IdealCustomerProfileUpdateexcluded_job_titlesInput | Enumerable<string>
|
|
45643
45697
|
example_companies?: JsonNullValueInput | InputJsonValue
|
|
45644
45698
|
fictive_example_company_descriptions?: IdealCustomerProfileUpdatefictive_example_company_descriptionsInput | Enumerable<string>
|
|
45645
45699
|
country_codes?: NullableJsonNullValueInput | InputJsonValue
|