@the-inkwell/shared 0.2.195 → 0.2.196
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.
|
@@ -6,10 +6,19 @@ exports.filterFields = [
|
|
|
6
6
|
'locations',
|
|
7
7
|
'excludedPersons',
|
|
8
8
|
'includedPersons',
|
|
9
|
-
'
|
|
10
|
-
'
|
|
11
|
-
'
|
|
9
|
+
'personEmail',
|
|
10
|
+
'personFullName',
|
|
11
|
+
'personLinkedInUrl',
|
|
12
|
+
'personPhone',
|
|
13
|
+
'personCity',
|
|
14
|
+
'personState',
|
|
15
|
+
'personCountry',
|
|
16
|
+
'personPostalCode',
|
|
17
|
+
'personLat',
|
|
18
|
+
'personLon',
|
|
19
|
+
'referralId',
|
|
12
20
|
'referralSource',
|
|
21
|
+
'positionId',
|
|
13
22
|
'positionName',
|
|
14
23
|
'positionCity',
|
|
15
24
|
'positionState',
|
|
@@ -25,7 +34,11 @@ exports.filterFields = [
|
|
|
25
34
|
'referredPersonCity',
|
|
26
35
|
'referredPersonState',
|
|
27
36
|
'referredPersonCountry',
|
|
37
|
+
'referredPersonPostalCode',
|
|
38
|
+
'referredPersonLat',
|
|
39
|
+
'referredPersonLon',
|
|
28
40
|
'referredPersonLinkedInUrl',
|
|
41
|
+
'referral_payout',
|
|
29
42
|
'personSkills',
|
|
30
43
|
'personNetworks',
|
|
31
44
|
'personEvents',
|
|
@@ -34,6 +47,14 @@ exports.filterFields = [
|
|
|
34
47
|
'personIndustries',
|
|
35
48
|
'personJobFunctions',
|
|
36
49
|
'personTitles',
|
|
50
|
+
'referredPersonSkills',
|
|
51
|
+
'referredPersonNetworks',
|
|
52
|
+
'referredPersonEvents',
|
|
53
|
+
'referredPersonTags',
|
|
54
|
+
'referredPersonSchools',
|
|
55
|
+
'referredPersonIndustries',
|
|
56
|
+
'referredPersonJobFunctions',
|
|
57
|
+
'referredPersonTitles',
|
|
37
58
|
'referredIndustries',
|
|
38
59
|
'referredJobFunctions'
|
|
39
60
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../src/schema/admin/matches/utils.ts"],"names":[],"mappings":";;;AAAA,+BAA0B;AAEb,QAAA,YAAY,GAAG;IAC1B,WAAW;IACX,iBAAiB;IACjB,iBAAiB;IACjB,
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../src/schema/admin/matches/utils.ts"],"names":[],"mappings":";;;AAAA,+BAA0B;AAEb,QAAA,YAAY,GAAG;IAC1B,WAAW;IACX,iBAAiB;IACjB,iBAAiB;IACjB,aAAa;IACb,gBAAgB;IAChB,mBAAmB;IACnB,aAAa;IACb,YAAY;IACZ,aAAa;IACb,eAAe;IACf,kBAAkB;IAClB,WAAW;IACX,WAAW;IACX,YAAY;IACZ,gBAAgB;IAChB,YAAY;IACZ,cAAc;IACd,cAAc;IACd,eAAe;IACf,iBAAiB;IACjB,wBAAwB;IACxB,oBAAoB;IACpB,uBAAuB;IACvB,gBAAgB;IAChB,qBAAqB;IACrB,yBAAyB;IACzB,wBAAwB;IACxB,wBAAwB;IACxB,oBAAoB;IACpB,qBAAqB;IACrB,uBAAuB;IACvB,0BAA0B;IAC1B,mBAAmB;IACnB,mBAAmB;IACnB,2BAA2B;IAC3B,iBAAiB;IACjB,cAAc;IACd,gBAAgB;IAChB,cAAc;IACd,YAAY;IACZ,eAAe;IACf,kBAAkB;IAClB,oBAAoB;IACpB,cAAc;IACd,sBAAsB;IACtB,wBAAwB;IACxB,sBAAsB;IACtB,oBAAoB;IACpB,uBAAuB;IACvB,0BAA0B;IAC1B,4BAA4B;IAC5B,sBAAsB;IACtB,oBAAoB;IACpB,sBAAsB;CACvB,CAAA;AAEY,QAAA,cAAc,GAAG,MAAC,CAAC,MAAM,CAAC;IACrC,IAAI,EAAE,MAAC,CAAC,MAAM,EAAE;IAChB,KAAK,EAAE,MAAC,CAAC,MAAM,EAAE;IACjB,GAAG,EAAE,MAAC,CAAC,MAAM,EAAE;IACf,GAAG,EAAE,MAAC,CAAC,MAAM,EAAE;IACf,aAAa,EAAE,MAAC,CAAC,MAAM,EAAE;CAC1B,CAAC,CAAA","sourcesContent":["import { z } from 'zod/v4'\n\nexport const filterFields = [\n 'locations',\n 'excludedPersons',\n 'includedPersons',\n 'personEmail',\n 'personFullName',\n 'personLinkedInUrl',\n 'personPhone',\n 'personCity',\n 'personState',\n 'personCountry',\n 'personPostalCode',\n 'personLat',\n 'personLon',\n 'referralId',\n 'referralSource',\n 'positionId',\n 'positionName',\n 'positionCity',\n 'positionState',\n 'positionCountry',\n 'positionEmploymentType',\n 'positionIndustryId',\n 'positionJobFunctionId',\n 'candidacyStage',\n 'referredPersonEmail',\n 'referredPersonFirstName',\n 'referredPersonLastName',\n 'referredPersonFullName',\n 'referredPersonCity',\n 'referredPersonState',\n 'referredPersonCountry',\n 'referredPersonPostalCode',\n 'referredPersonLat',\n 'referredPersonLon',\n 'referredPersonLinkedInUrl',\n 'referral_payout',\n 'personSkills',\n 'personNetworks',\n 'personEvents',\n 'personTags',\n 'personSchools',\n 'personIndustries',\n 'personJobFunctions',\n 'personTitles',\n 'referredPersonSkills',\n 'referredPersonNetworks',\n 'referredPersonEvents',\n 'referredPersonTags',\n 'referredPersonSchools',\n 'referredPersonIndustries',\n 'referredPersonJobFunctions',\n 'referredPersonTitles',\n 'referredIndustries',\n 'referredJobFunctions'\n]\n\nexport const LocationSchema = z.object({\n city: z.string(),\n state: z.string(),\n lat: z.number(),\n lon: z.number(),\n radiusInMiles: z.number()\n})\n"]}
|