@the-inkwell/shared 0.2.224 → 0.2.225
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.
|
@@ -2,6 +2,8 @@ import { z } from 'zod/v4';
|
|
|
2
2
|
export declare const AdminMatchPositionFiltersSelectSchema: z.ZodRecord<z.ZodUnion<[z.ZodEnum<{
|
|
3
3
|
positionId: "positionId";
|
|
4
4
|
referralId: "referralId";
|
|
5
|
+
companyEmbedding: "companyEmbedding";
|
|
6
|
+
titleEmbedding: "titleEmbedding";
|
|
5
7
|
locations: "locations";
|
|
6
8
|
excludedPersons: "excludedPersons";
|
|
7
9
|
includedPersons: "includedPersons";
|
|
@@ -5,6 +5,8 @@ export declare const AdminMatchPreviewSelectSchema: z.ZodObject<{
|
|
|
5
5
|
field: z.ZodEnum<{
|
|
6
6
|
positionId: "positionId";
|
|
7
7
|
referralId: "referralId";
|
|
8
|
+
companyEmbedding: "companyEmbedding";
|
|
9
|
+
titleEmbedding: "titleEmbedding";
|
|
8
10
|
locations: "locations";
|
|
9
11
|
excludedPersons: "excludedPersons";
|
|
10
12
|
includedPersons: "includedPersons";
|
|
@@ -79,6 +81,8 @@ export declare const AdminMatchPreviewMetaSelectSchema: z.ZodObject<{
|
|
|
79
81
|
filters: z.ZodRecord<z.ZodUnion<[z.ZodEnum<{
|
|
80
82
|
positionId: "positionId";
|
|
81
83
|
referralId: "referralId";
|
|
84
|
+
companyEmbedding: "companyEmbedding";
|
|
85
|
+
titleEmbedding: "titleEmbedding";
|
|
82
86
|
locations: "locations";
|
|
83
87
|
excludedPersons: "excludedPersons";
|
|
84
88
|
includedPersons: "includedPersons";
|
|
@@ -156,6 +160,8 @@ export declare const AdminMatchListPreviewQuerySchema: z.ZodObject<{
|
|
|
156
160
|
criteria: z.ZodRecord<z.ZodUnion<[z.ZodEnum<{
|
|
157
161
|
positionId: "positionId";
|
|
158
162
|
referralId: "referralId";
|
|
163
|
+
companyEmbedding: "companyEmbedding";
|
|
164
|
+
titleEmbedding: "titleEmbedding";
|
|
159
165
|
locations: "locations";
|
|
160
166
|
excludedPersons: "excludedPersons";
|
|
161
167
|
includedPersons: "includedPersons";
|
|
@@ -222,6 +228,8 @@ export declare const AdminMatchListPreviewMetaQuerySchema: z.ZodObject<{
|
|
|
222
228
|
criteria: z.ZodRecord<z.ZodUnion<[z.ZodEnum<{
|
|
223
229
|
positionId: "positionId";
|
|
224
230
|
referralId: "referralId";
|
|
231
|
+
companyEmbedding: "companyEmbedding";
|
|
232
|
+
titleEmbedding: "titleEmbedding";
|
|
225
233
|
locations: "locations";
|
|
226
234
|
excludedPersons: "excludedPersons";
|
|
227
235
|
includedPersons: "includedPersons";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod/v4';
|
|
2
|
-
export declare const filterFields: readonly ["locations", "excludedPersons", "includedPersons", "personEmail", "personFullName", "personLinkedInUrl", "personPhone", "personCity", "personState", "personCountry", "personPostalCode", "personLat", "personLon", "referralId", "referralSource", "positionId", "positionName", "positionCity", "positionState", "positionCountry", "positionEmploymentType", "positionIndustryId", "positionJobFunctionId", "candidacyStage", "referredPersonEmail", "referredPersonFirstName", "referredPersonLastName", "referredPersonFullName", "referredPersonCity", "referredPersonState", "referredPersonCountry", "referredPersonPostalCode", "referredPersonLat", "referredPersonLon", "referredPersonLinkedInUrl", "referralPayout", "personSkills", "personNetworks", "personEvents", "personTags", "personSchools", "personIndustries", "personJobFunctions", "personTitles", "referredPersonSkills", "referredPersonNetworks", "referredPersonEvents", "referredPersonTags", "referredPersonSchools", "referredPersonIndustries", "referredPersonJobFunctions", "referredPersonTitles", "referredIndustries", "referredJobFunctions"];
|
|
2
|
+
export declare const filterFields: readonly ["locations", "excludedPersons", "includedPersons", "personEmail", "personFullName", "personLinkedInUrl", "personPhone", "personCity", "personState", "personCountry", "personPostalCode", "personLat", "personLon", "referralId", "referralSource", "positionId", "positionName", "positionCity", "positionState", "positionCountry", "positionEmploymentType", "positionIndustryId", "positionJobFunctionId", "candidacyStage", "referredPersonEmail", "referredPersonFirstName", "referredPersonLastName", "referredPersonFullName", "referredPersonCity", "referredPersonState", "referredPersonCountry", "referredPersonPostalCode", "referredPersonLat", "referredPersonLon", "referredPersonLinkedInUrl", "referralPayout", "personSkills", "personNetworks", "personEvents", "personTags", "personSchools", "personIndustries", "personJobFunctions", "personTitles", "referredPersonSkills", "referredPersonNetworks", "referredPersonEvents", "referredPersonTags", "referredPersonSchools", "referredPersonIndustries", "referredPersonJobFunctions", "referredPersonTitles", "referredIndustries", "referredJobFunctions", "titleEmbedding", "companyEmbedding"];
|
|
3
3
|
export declare const LocationSchema: z.ZodObject<{
|
|
4
4
|
city: z.ZodString;
|
|
5
5
|
state: z.ZodString;
|
|
@@ -56,7 +56,9 @@ exports.filterFields = [
|
|
|
56
56
|
'referredPersonJobFunctions',
|
|
57
57
|
'referredPersonTitles',
|
|
58
58
|
'referredIndustries',
|
|
59
|
-
'referredJobFunctions'
|
|
59
|
+
'referredJobFunctions',
|
|
60
|
+
'titleEmbedding',
|
|
61
|
+
'companyEmbedding'
|
|
60
62
|
];
|
|
61
63
|
// Need to make these optional
|
|
62
64
|
exports.LocationSchema = v4_1.z.object({
|
|
@@ -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,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,gBAAgB;IAChB,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;
|
|
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,gBAAgB;IAChB,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;IACtB,gBAAgB;IAChB,kBAAkB;CACV,CAAA;AAEV,8BAA8B;AAEjB,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 'referralPayout',\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 'titleEmbedding',\n 'companyEmbedding'\n] as const\n\n// Need to make these optional\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"]}
|