@the-inkwell/shared 0.2.0 → 0.2.2
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/constants.d.ts +769 -0
- package/dist/{src/constants.js → constants.js} +1 -0
- package/dist/constants.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -0
- package/dist/schema/admin/actions/index.d.ts +796 -0
- package/dist/{src/schema → schema}/admin/actions/index.js +1 -0
- package/dist/schema/admin/actions/index.js.map +1 -0
- package/dist/schema/admin/campaigns/index.d.ts +490 -0
- package/dist/{src/schema → schema}/admin/campaigns/index.js +1 -0
- package/dist/schema/admin/campaigns/index.js.map +1 -0
- package/dist/schema/admin/candidacies/index.d.ts +765 -0
- package/dist/{src/schema → schema}/admin/candidacies/index.js +1 -0
- package/dist/schema/admin/candidacies/index.js.map +1 -0
- package/dist/schema/admin/clients/index.d.ts +339 -0
- package/dist/{src/schema → schema}/admin/clients/index.js +1 -0
- package/dist/schema/admin/clients/index.js.map +1 -0
- package/dist/schema/admin/dashboard/index.d.ts +10 -0
- package/dist/{src/schema → schema}/admin/dashboard/index.js +1 -0
- package/dist/schema/admin/dashboard/index.js.map +1 -0
- package/dist/schema/admin/educations/index.d.ts +360 -0
- package/dist/{src/schema → schema}/admin/educations/index.js +1 -0
- package/dist/schema/admin/educations/index.js.map +1 -0
- package/dist/schema/admin/experiences/index.d.ts +466 -0
- package/dist/{src/schema → schema}/admin/experiences/index.js +1 -0
- package/dist/schema/admin/experiences/index.js.map +1 -0
- package/dist/schema/admin/files/index.d.ts +8 -0
- package/dist/{src/schema → schema}/admin/files/index.js +1 -0
- package/dist/schema/admin/files/index.js.map +1 -0
- package/dist/schema/admin/index.d.ts +29 -0
- package/dist/{src/schema → schema}/admin/index.js +1 -0
- package/dist/schema/admin/index.js.map +1 -0
- package/dist/schema/admin/jobFunctions/index.d.ts +362 -0
- package/dist/{src/schema → schema}/admin/jobFunctions/index.js +1 -0
- package/dist/schema/admin/jobFunctions/index.js.map +1 -0
- package/dist/schema/admin/listViews/index.d.ts +575 -0
- package/dist/{src/schema → schema}/admin/listViews/index.js +1 -0
- package/dist/schema/admin/listViews/index.js.map +1 -0
- package/dist/schema/admin/locations/index.d.ts +27 -0
- package/dist/{src/schema → schema}/admin/locations/index.js +1 -0
- package/dist/schema/admin/locations/index.js.map +1 -0
- package/dist/schema/admin/messages/index.d.ts +800 -0
- package/dist/{src/schema → schema}/admin/messages/index.js +1 -0
- package/dist/schema/admin/messages/index.js.map +1 -0
- package/dist/schema/admin/notes/index.d.ts +558 -0
- package/dist/{src/schema → schema}/admin/notes/index.js +1 -0
- package/dist/schema/admin/notes/index.js.map +1 -0
- package/dist/schema/admin/partners/index.d.ts +334 -0
- package/dist/{src/schema → schema}/admin/partners/index.js +1 -0
- package/dist/schema/admin/partners/index.js.map +1 -0
- package/dist/schema/admin/persons/index.d.ts +889 -0
- package/dist/{src/schema → schema}/admin/persons/index.js +1 -0
- package/dist/schema/admin/persons/index.js.map +1 -0
- package/dist/schema/admin/personsToBestPersons/index.d.ts +198 -0
- package/dist/{src/schema → schema}/admin/personsToBestPersons/index.js +1 -0
- package/dist/schema/admin/personsToBestPersons/index.js.map +1 -0
- package/dist/schema/admin/personsToSkills/index.d.ts +198 -0
- package/dist/{src/schema → schema}/admin/personsToSkills/index.js +1 -0
- package/dist/schema/admin/personsToSkills/index.js.map +1 -0
- package/dist/schema/admin/personsToTags/index.d.ts +198 -0
- package/dist/{src/schema → schema}/admin/personsToTags/index.js +1 -0
- package/dist/schema/admin/personsToTags/index.js.map +1 -0
- package/dist/schema/admin/positions/index.d.ts +1328 -0
- package/dist/{src/schema → schema}/admin/positions/index.js +1 -0
- package/dist/schema/admin/positions/index.js.map +1 -0
- package/dist/schema/admin/positionsToSkills/index.d.ts +198 -0
- package/dist/{src/schema → schema}/admin/positionsToSkills/index.js +1 -0
- package/dist/schema/admin/positionsToSkills/index.js.map +1 -0
- package/dist/schema/admin/positionsToTags/index.d.ts +198 -0
- package/dist/{src/schema → schema}/admin/positionsToTags/index.js +1 -0
- package/dist/schema/admin/positionsToTags/index.js.map +1 -0
- package/dist/schema/admin/referrals/index.d.ts +477 -0
- package/dist/{src/schema → schema}/admin/referrals/index.js +1 -0
- package/dist/schema/admin/referrals/index.js.map +1 -0
- package/dist/schema/admin/referralsToMessages/index.d.ts +243 -0
- package/dist/{src/schema → schema}/admin/referralsToMessages/index.js +1 -0
- package/dist/schema/admin/referralsToMessages/index.js.map +1 -0
- package/dist/schema/admin/senders/index.d.ts +451 -0
- package/dist/{src/schema → schema}/admin/senders/index.js +1 -0
- package/dist/schema/admin/senders/index.js.map +1 -0
- package/dist/schema/admin/sendgrid/index.d.ts +9 -0
- package/dist/{src/schema → schema}/admin/sendgrid/index.js +1 -0
- package/dist/schema/admin/sendgrid/index.js.map +1 -0
- package/dist/schema/admin/settings/index.d.ts +30 -0
- package/dist/{src/schema → schema}/admin/settings/index.js +1 -0
- package/dist/schema/admin/settings/index.js.map +1 -0
- package/dist/schema/admin/skills/index.d.ts +362 -0
- package/dist/{src/schema → schema}/admin/skills/index.js +1 -0
- package/dist/schema/admin/skills/index.js.map +1 -0
- package/dist/schema/admin/tags/index.d.ts +355 -0
- package/dist/{src/schema → schema}/admin/tags/index.js +1 -0
- package/dist/schema/admin/tags/index.js.map +1 -0
- package/dist/schema/admin/websiteLandingPages/index.d.ts +562 -0
- package/dist/{src/schema → schema}/admin/websiteLandingPages/index.js +1 -0
- package/dist/schema/admin/websiteLandingPages/index.js.map +1 -0
- package/dist/schema/admin/websiteStaticPages/index.d.ts +385 -0
- package/dist/{src/schema → schema}/admin/websiteStaticPages/index.js +1 -0
- package/dist/schema/admin/websiteStaticPages/index.js.map +1 -0
- package/dist/schema/auth/index.d.ts +15 -0
- package/dist/{src/schema → schema}/auth/index.js +1 -0
- package/dist/schema/auth/index.js.map +1 -0
- package/dist/schema/core.d.ts +6335 -0
- package/dist/{src/schema → schema}/core.js +1 -0
- package/dist/schema/core.js.map +1 -0
- package/dist/schema/index.d.ts +3 -0
- package/dist/{src/schema → schema}/index.js +1 -0
- package/dist/schema/index.js.map +1 -0
- package/dist/utils.d.ts +23 -0
- package/dist/{src/utils.js → utils.js} +3 -1
- package/dist/utils.js.map +1 -0
- package/package.json +6 -6
- package/.prettierrc.json +0 -6
- package/index.ts +0 -3
- package/src/constants.ts +0 -299
- package/src/schema/admin/actions/index.ts +0 -65
- package/src/schema/admin/campaigns/index.ts +0 -111
- package/src/schema/admin/candidacies/index.ts +0 -138
- package/src/schema/admin/clients/index.ts +0 -65
- package/src/schema/admin/dashboard/index.ts +0 -10
- package/src/schema/admin/educations/index.ts +0 -71
- package/src/schema/admin/experiences/index.ts +0 -87
- package/src/schema/admin/files/index.ts +0 -10
- package/src/schema/admin/index.ts +0 -29
- package/src/schema/admin/jobFunctions/index.ts +0 -79
- package/src/schema/admin/listViews/index.ts +0 -58
- package/src/schema/admin/locations/index.ts +0 -42
- package/src/schema/admin/messages/index.ts +0 -88
- package/src/schema/admin/notes/index.ts +0 -56
- package/src/schema/admin/partners/index.ts +0 -60
- package/src/schema/admin/persons/index.ts +0 -294
- package/src/schema/admin/personsToBestPersons/index.ts +0 -67
- package/src/schema/admin/personsToSkills/index.ts +0 -61
- package/src/schema/admin/personsToTags/index.ts +0 -61
- package/src/schema/admin/positions/index.ts +0 -97
- package/src/schema/admin/positionsToSkills/index.ts +0 -64
- package/src/schema/admin/positionsToTags/index.ts +0 -61
- package/src/schema/admin/referrals/index.ts +0 -100
- package/src/schema/admin/referralsToMessages/index.ts +0 -121
- package/src/schema/admin/senders/index.ts +0 -50
- package/src/schema/admin/sendgrid/index.ts +0 -16
- package/src/schema/admin/settings/index.ts +0 -34
- package/src/schema/admin/skills/index.ts +0 -64
- package/src/schema/admin/tags/index.ts +0 -56
- package/src/schema/admin/websiteLandingPages/index.ts +0 -69
- package/src/schema/admin/websiteStaticPages/index.ts +0 -67
- package/src/schema/auth/index.ts +0 -14
- package/src/schema/core.ts +0 -1906
- package/src/schema/index.ts +0 -3
- package/src/utils.ts +0 -41
- package/tsconfig.json +0 -111
package/src/constants.ts
DELETED
|
@@ -1,299 +0,0 @@
|
|
|
1
|
-
export const ACCESS_TOKEN_COOKIE_NAME = 'accesstoken'
|
|
2
|
-
export const REFRESH_TOKEN_COOKIE_NAME = 'refreshtoken'
|
|
3
|
-
|
|
4
|
-
export const DEFAULT_UUID = '00000000-0000-0000-0000-000000000000'
|
|
5
|
-
|
|
6
|
-
export const ACTIONS = {
|
|
7
|
-
CAMPAIGN_SENT: { name: 'CAMPAIGN_SENT', position: 0 },
|
|
8
|
-
CANDIDACY_CREATED: { name: 'CANDIDACY_CREATED', position: 1 },
|
|
9
|
-
CANDIDACY_SUBMITTED: { name: 'CANDIDACY_SUBMITTED', position: 2 },
|
|
10
|
-
CANDIDACY_SCREENING: { name: 'CANDIDACY_SCREENING', position: 3 },
|
|
11
|
-
CANDIDACY_INTERVIEWING: { name: 'CANDIDACY_INTERVIEWING', position: 4 },
|
|
12
|
-
CANDIDACY_OFFERED: { name: 'CANDIDACY_OFFERED', position: 5 },
|
|
13
|
-
CANDIDACY_ON_HOLD: { name: 'CANDIDACY_ON_HOLD', position: 6 },
|
|
14
|
-
CANDIDACY_HIRED: { name: 'CANDIDACY_HIRED', position: 7 },
|
|
15
|
-
CANDIDACY_REJECTED: { name: 'CANDIDACY_REJECTED', position: 8 },
|
|
16
|
-
CANDIDACY_WITHDRAWN: { name: 'CANDIDACY_WITHDRAWN', position: 9 },
|
|
17
|
-
CLIENT_CREATED: { name: 'CLIENT_CREATED', position: 10 },
|
|
18
|
-
MESSAGE_CLICKED: { name: 'MESSAGE_CLICKED', position: 11 },
|
|
19
|
-
MESSAGE_OPENED: { name: 'MESSAGE_OPENED', position: 12 },
|
|
20
|
-
MESSAGE_RECEIVED: { name: 'MESSAGE_RECEIVED', position: 13 },
|
|
21
|
-
MESSAGE_SENT: { name: 'MESSAGE_SENT', position: 14 },
|
|
22
|
-
NOTE_CREATED: { name: 'NOTE_CREATED', position: 15 },
|
|
23
|
-
PERSON_CREATED: { name: 'PERSON_CREATED', position: 16 },
|
|
24
|
-
POSITION_CLOSED: { name: 'POSITION_CLOSED', position: 17 },
|
|
25
|
-
POSITION_OPENED: { name: 'POSITION_OPENED', position: 18 },
|
|
26
|
-
REFERRAL_CREATED: { name: 'REFERRAL_CREATED', position: 19 },
|
|
27
|
-
USER_SIGN_IN: { name: 'USER_SIGN_IN', position: 20 },
|
|
28
|
-
USER_UPDATE: { name: 'USER_UPDATE', position: 21 }
|
|
29
|
-
} as const
|
|
30
|
-
|
|
31
|
-
export const STATES = {
|
|
32
|
-
AL: { name: 'Alabama', position: 0 },
|
|
33
|
-
AK: { name: 'Alaska', position: 1 },
|
|
34
|
-
AS: { name: 'American Samoa', position: 2 },
|
|
35
|
-
AZ: { name: 'Arizona', position: 3 },
|
|
36
|
-
AR: { name: 'Arkansas', position: 4 },
|
|
37
|
-
CA: { name: 'California', position: 5 },
|
|
38
|
-
CO: { name: 'Colorado', position: 6 },
|
|
39
|
-
CT: { name: 'Connecticut', position: 7 },
|
|
40
|
-
DE: { name: 'Delaware', position: 8 },
|
|
41
|
-
DC: { name: 'District Of Columbia', position: 9 },
|
|
42
|
-
FM: { name: 'Federated States Of Micronesia', position: 10 },
|
|
43
|
-
FL: { name: 'Florida', position: 11 },
|
|
44
|
-
GA: { name: 'Georgia', position: 12 },
|
|
45
|
-
GU: { name: 'Guam', position: 13 },
|
|
46
|
-
HI: { name: 'Hawaii', position: 14 },
|
|
47
|
-
ID: { name: 'Idaho', position: 15 },
|
|
48
|
-
IL: { name: 'Illinois', position: 16 },
|
|
49
|
-
IN: { name: 'Indiana', position: 17 },
|
|
50
|
-
IA: { name: 'Iowa', position: 18 },
|
|
51
|
-
KS: { name: 'Kansas', position: 19 },
|
|
52
|
-
KY: { name: 'Kentucky', position: 20 },
|
|
53
|
-
LA: { name: 'Louisiana', position: 21 },
|
|
54
|
-
ME: { name: 'Maine', position: 22 },
|
|
55
|
-
MH: { name: 'Marshall Islands', position: 23 },
|
|
56
|
-
MD: { name: 'Maryland', position: 24 },
|
|
57
|
-
MA: { name: 'Massachusetts', position: 25 },
|
|
58
|
-
MI: { name: 'Michigan', position: 26 },
|
|
59
|
-
MN: { name: 'Minnesota', position: 27 },
|
|
60
|
-
MS: { name: 'Mississippi', position: 28 },
|
|
61
|
-
MO: { name: 'Missouri', position: 29 },
|
|
62
|
-
MT: { name: 'Montana', position: 30 },
|
|
63
|
-
NE: { name: 'Nebraska', position: 31 },
|
|
64
|
-
NV: { name: 'Nevada', position: 32 },
|
|
65
|
-
NH: { name: 'New Hampshire', position: 33 },
|
|
66
|
-
NJ: { name: 'New Jersey', position: 34 },
|
|
67
|
-
NM: { name: 'New Mexico', position: 35 },
|
|
68
|
-
NY: { name: 'New York', position: 36 },
|
|
69
|
-
NC: { name: 'North Carolina', position: 37 },
|
|
70
|
-
ND: { name: 'North Dakota', position: 38 },
|
|
71
|
-
MP: { name: 'Northern Mariana Islands', position: 39 },
|
|
72
|
-
OH: { name: 'Ohio', position: 40 },
|
|
73
|
-
OK: { name: 'Oklahoma', position: 41 },
|
|
74
|
-
OR: { name: 'Oregon', position: 42 },
|
|
75
|
-
PW: { name: 'Palau', position: 43 },
|
|
76
|
-
PA: { name: 'Pennsylvania', position: 44 },
|
|
77
|
-
PR: { name: 'Puerto Rico', position: 45 },
|
|
78
|
-
RI: { name: 'Rhode Island', position: 46 },
|
|
79
|
-
SC: { name: 'South Carolina', position: 47 },
|
|
80
|
-
SD: { name: 'South Dakota', position: 48 },
|
|
81
|
-
TN: { name: 'Tennessee', position: 49 },
|
|
82
|
-
TX: { name: 'Texas', position: 50 },
|
|
83
|
-
UT: { name: 'Utah', position: 51 },
|
|
84
|
-
VT: { name: 'Vermont', position: 52 },
|
|
85
|
-
VI: { name: 'Virgin Islands', position: 53 },
|
|
86
|
-
VA: { name: 'Virginia', position: 54 },
|
|
87
|
-
WA: { name: 'Washington', position: 55 },
|
|
88
|
-
WV: { name: 'West Virginia', position: 56 },
|
|
89
|
-
WI: { name: 'Wisconsin', position: 57 },
|
|
90
|
-
WY: { name: 'Wyoming', position: 58 },
|
|
91
|
-
AB: { name: 'Alberta', position: 59 },
|
|
92
|
-
BC: { name: 'British Columbia', position: 60 },
|
|
93
|
-
MB: { name: 'Manitoba', position: 61 },
|
|
94
|
-
NB: { name: 'New Brunswick', position: 62 },
|
|
95
|
-
NL: { name: 'Newfoundland and Labrador', position: 63 },
|
|
96
|
-
NS: { name: 'Nova Scotia', position: 64 },
|
|
97
|
-
NT: { name: 'Northwest Territories', position: 65 },
|
|
98
|
-
NU: { name: 'Nunavut', position: 66 },
|
|
99
|
-
ON: { name: 'Ontario', position: 67 },
|
|
100
|
-
PE: { name: 'Prince Edward Island', position: 68 },
|
|
101
|
-
QC: { name: 'Quebec', position: 69 },
|
|
102
|
-
SK: { name: 'Saskatchewan', position: 70 },
|
|
103
|
-
YT: { name: 'Yukon', position: 71 }
|
|
104
|
-
} as const
|
|
105
|
-
|
|
106
|
-
export const CANDIDACY_SOURCES = {
|
|
107
|
-
CAMPAIGN: { name: 'Campaign', position: 0 },
|
|
108
|
-
NETWORK: { name: 'Network', position: 1 },
|
|
109
|
-
WEBSITE: { name: 'Website', position: 2 },
|
|
110
|
-
SOCIAL_MEDIA: { name: 'Social Media', position: 3 }
|
|
111
|
-
} as const
|
|
112
|
-
|
|
113
|
-
export const CANDIDACY_STAGES = {
|
|
114
|
-
SUBMITTED: { name: 'Submitted', position: 0 },
|
|
115
|
-
SCREENING: { name: 'Screening', position: 1 },
|
|
116
|
-
INTERVIEWING: { name: 'Interviewing', position: 2 },
|
|
117
|
-
OFFERED: { name: 'Offered', position: 3 },
|
|
118
|
-
HIRED: { name: 'Hired', position: 4 },
|
|
119
|
-
REJECTED: { name: 'Rejected', position: 5 },
|
|
120
|
-
WITHDRAWN: { name: 'Withdrawn', position: 6 },
|
|
121
|
-
ON_HOLD: { name: 'On Hold', position: 7 }
|
|
122
|
-
} as const
|
|
123
|
-
|
|
124
|
-
export const CANDIDACY_REJECTORS = {
|
|
125
|
-
INKWELL: { name: 'Inkwell', position: 0 },
|
|
126
|
-
CLIENT: { name: 'Client', position: 1 }
|
|
127
|
-
} as const
|
|
128
|
-
|
|
129
|
-
export const CLIENT_STATUSES = {
|
|
130
|
-
ACTIVE: { name: 'Active', position: 0 },
|
|
131
|
-
INACTIVE: { name: 'Inactive', position: 1 }
|
|
132
|
-
} as const
|
|
133
|
-
|
|
134
|
-
export const CANDIDACY_ASSESSMENT_CATEGORIES = {
|
|
135
|
-
EXPERIENCE: { name: 'Experience', position: 0 },
|
|
136
|
-
INDUSTRY: { name: 'Industry', position: 1 },
|
|
137
|
-
SKILL: { name: 'Skill', position: 2 },
|
|
138
|
-
CULTURE: { name: 'Culture', position: 3 },
|
|
139
|
-
COMPENSATION: { name: 'Compensation', position: 4 },
|
|
140
|
-
LOCATION: { name: 'Location', position: 5 },
|
|
141
|
-
MOTIVATION: { name: 'Motivation', position: 6 }
|
|
142
|
-
} as const
|
|
143
|
-
|
|
144
|
-
export const EDUCATION_DEGREES = {
|
|
145
|
-
HIGH_SCHOOL: { name: 'High School', position: 0 },
|
|
146
|
-
ASSOCIATES: { name: 'Associates', position: 1 },
|
|
147
|
-
BACHELORS: { name: 'Bachelors', position: 2 },
|
|
148
|
-
MASTERS: { name: 'Masters', position: 3 },
|
|
149
|
-
DOCTORATE: { name: 'Doctorate', position: 4 }
|
|
150
|
-
} as const
|
|
151
|
-
|
|
152
|
-
export const GENDERS = {
|
|
153
|
-
MAN: {
|
|
154
|
-
name: 'Man',
|
|
155
|
-
position: 0
|
|
156
|
-
},
|
|
157
|
-
WOMAN: {
|
|
158
|
-
name: 'Woman',
|
|
159
|
-
position: 1
|
|
160
|
-
},
|
|
161
|
-
NON_BINARY: {
|
|
162
|
-
name: 'Non-Binary',
|
|
163
|
-
position: 2
|
|
164
|
-
},
|
|
165
|
-
UNDISCLOSED: {
|
|
166
|
-
name: 'Undisclosed',
|
|
167
|
-
position: 3
|
|
168
|
-
}
|
|
169
|
-
} as const
|
|
170
|
-
|
|
171
|
-
export const MESSAGE_STATUSES = {
|
|
172
|
-
DELIVERED: { name: 'Delivered', position: 0 },
|
|
173
|
-
FAILED: { name: 'Failed', position: 1 },
|
|
174
|
-
BOUNCED: { name: 'Bounced', position: 2 },
|
|
175
|
-
PENDING: { name: 'Pending', position: 3 },
|
|
176
|
-
UNSUBSCRIBED: { name: 'Unsubscribed', position: 4 },
|
|
177
|
-
REPORTED: { name: 'Reported', position: 5 },
|
|
178
|
-
DROPPED: { name: 'Dropped', position: 6 },
|
|
179
|
-
DEFERRED: { name: 'Deferred', position: 7 }
|
|
180
|
-
} as const
|
|
181
|
-
|
|
182
|
-
export const REFERRAL_SOURCES = {
|
|
183
|
-
CAMPAIGN: { name: 'Campaign', position: 0 },
|
|
184
|
-
NETWORK: { name: 'Network', position: 1 },
|
|
185
|
-
WEBSITE: { name: 'Website', position: 2 },
|
|
186
|
-
SOCIAL_MEDIA: { name: 'Social Media', position: 3 }
|
|
187
|
-
} as const
|
|
188
|
-
|
|
189
|
-
export const COUNTRIES = {
|
|
190
|
-
UNITED_STATES: { name: 'United States', position: 0 },
|
|
191
|
-
CANADA: { name: 'Canada', position: 1 }
|
|
192
|
-
} as const
|
|
193
|
-
|
|
194
|
-
export const LIST_VIEW_MODELS = {
|
|
195
|
-
PERSON: { name: 'Person', position: 0 },
|
|
196
|
-
POSITION: { name: 'Position', position: 1 },
|
|
197
|
-
CANDIDACY: { name: 'Candidacy', position: 2 },
|
|
198
|
-
REFERRAL: { name: 'Referral', position: 3 }
|
|
199
|
-
} as const
|
|
200
|
-
|
|
201
|
-
export const EMPLOYMENT_LOCATION_TYPES = {
|
|
202
|
-
REMOTE: { name: 'Remote', position: 0 },
|
|
203
|
-
ONSITE: { name: 'Onsite', position: 1 },
|
|
204
|
-
HYBRID: { name: 'Hybrid', position: 2 }
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
export const POSITION_CLOSED_REASONS = {
|
|
208
|
-
PLACED: { name: 'Placed', position: 0 },
|
|
209
|
-
CLIENT_FILLED: { name: 'Client Filled', position: 1 },
|
|
210
|
-
CLIENT_CANCELED: { name: 'Client Canceled', position: 2 },
|
|
211
|
-
INKWELL_CANCELED: { name: 'Inkwell Canceled', position: 3 }
|
|
212
|
-
} as const
|
|
213
|
-
|
|
214
|
-
export const PERSON_SOURCES = {
|
|
215
|
-
SOURCED: { name: 'Sourced', position: 0 },
|
|
216
|
-
NETWORK: { name: 'Network', position: 1 },
|
|
217
|
-
WEBSITE: { name: 'Website', position: 2 },
|
|
218
|
-
SOCIAL_MEDIA: { name: 'Social Media', position: 3 }
|
|
219
|
-
} as const
|
|
220
|
-
|
|
221
|
-
export const MESSAGE_CHANNELS = {
|
|
222
|
-
EMAIL: { name: 'Email', position: 0 },
|
|
223
|
-
SMS: { name: 'SMS', position: 1 }
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
export const EMPLOYMENT_TYPES = {
|
|
227
|
-
FULL_TIME: { name: 'Full Time', position: 0 },
|
|
228
|
-
PART_TIME: { name: 'Part Time', position: 1 }
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
export const ENRICHMENT_SOURCES = {
|
|
232
|
-
PDL: { name: 'PDL', position: 0 }
|
|
233
|
-
} as const
|
|
234
|
-
|
|
235
|
-
export const JOB_LEVELS = {
|
|
236
|
-
EXPERIENCED: { name: 'Experienced', position: 0 },
|
|
237
|
-
MANAGER: { name: 'Manager', position: 1 },
|
|
238
|
-
DIRECTOR: { name: 'Director', position: 2 },
|
|
239
|
-
VICE_PRESIDENT: { name: 'Vice President', position: 3 },
|
|
240
|
-
VICE_PRESIDENT_SENIOR: { name: 'Senior Vice President', position: 4 },
|
|
241
|
-
VICE_PRESIDENT_EXECUTIVE: { name: 'Executive Vice President', position: 5 },
|
|
242
|
-
CHIEF_SUITE: { name: 'Chief Suite', position: 6 }
|
|
243
|
-
} as const
|
|
244
|
-
|
|
245
|
-
export const EDUCATION_FIELDS = {
|
|
246
|
-
ACCOUNTING: { name: 'Accounting', position: 0 },
|
|
247
|
-
BUSINESS: { name: 'Business', position: 1 },
|
|
248
|
-
LAW: { name: 'Law', position: 2 },
|
|
249
|
-
ENGINEERING: { name: 'Engineering', position: 3 },
|
|
250
|
-
EDUCATION: { name: 'Education', position: 4 },
|
|
251
|
-
MEDICINE: { name: 'Medicine', position: 5 },
|
|
252
|
-
ARCHITECTURE: { name: 'Architecture', position: 6 },
|
|
253
|
-
SOCIAL_WORK: { name: 'Social Work', position: 7 },
|
|
254
|
-
HUMANITIES: { name: 'Humanities', position: 8 },
|
|
255
|
-
NATURAL_SCIENCES: { name: 'Natural Sciences', position: 9 },
|
|
256
|
-
SOCIAL_SCIENCES: { name: 'Social Sciences', position: 10 },
|
|
257
|
-
COMPUTER_SCIENCE: { name: 'Computer Science', position: 11 }
|
|
258
|
-
} as const
|
|
259
|
-
|
|
260
|
-
export const SETTINGS_OPTION_LISTS = [
|
|
261
|
-
'certifications',
|
|
262
|
-
'industries',
|
|
263
|
-
'position-locations',
|
|
264
|
-
'job-functions',
|
|
265
|
-
'networks',
|
|
266
|
-
'tags',
|
|
267
|
-
'skills'
|
|
268
|
-
] as const
|
|
269
|
-
|
|
270
|
-
export const PERSON_LIST_OPERATORS = [
|
|
271
|
-
'equals',
|
|
272
|
-
'not',
|
|
273
|
-
'lt',
|
|
274
|
-
'lte',
|
|
275
|
-
'gt',
|
|
276
|
-
'gte',
|
|
277
|
-
'contains',
|
|
278
|
-
'notContains',
|
|
279
|
-
'in',
|
|
280
|
-
'notIn',
|
|
281
|
-
'arrayContains',
|
|
282
|
-
'arrayNotContains',
|
|
283
|
-
'arrayOverlaps',
|
|
284
|
-
'arrayNotOverlaps',
|
|
285
|
-
'startsWith',
|
|
286
|
-
'endsWith',
|
|
287
|
-
'between',
|
|
288
|
-
'like',
|
|
289
|
-
'isNull',
|
|
290
|
-
'isNotNull'
|
|
291
|
-
] as const
|
|
292
|
-
|
|
293
|
-
export const LIST_REQUEST_LIMITS = [0, 10, 50, 100, 200, 500] as const
|
|
294
|
-
export const LIST_REQUEST_SORT_DIRECTIONS = ['asc', 'desc'] as const
|
|
295
|
-
|
|
296
|
-
export const MESSAGE_TEMPLATES = {
|
|
297
|
-
POSITIONS: 'Positions',
|
|
298
|
-
NEWSLETTER: 'Newsletter'
|
|
299
|
-
} as const
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
createInsertSchema,
|
|
3
|
-
createSelectSchema,
|
|
4
|
-
createUpdateSchema
|
|
5
|
-
} from 'drizzle-zod'
|
|
6
|
-
import { action, Actions } from '../../core'
|
|
7
|
-
import { ListQuerySchema, type ListResponse } from '../../../utils'
|
|
8
|
-
import { z } from 'zod/v4'
|
|
9
|
-
|
|
10
|
-
//// validators
|
|
11
|
-
|
|
12
|
-
export const AdminActionCreateSchema = createInsertSchema(action)
|
|
13
|
-
export const AdminActionSelectSchema = createSelectSchema(action)
|
|
14
|
-
export const AdminActionUpdateSchema = createUpdateSchema(action)
|
|
15
|
-
|
|
16
|
-
export const AdminActionParamsSchema = AdminActionSelectSchema.pick({
|
|
17
|
-
id: true
|
|
18
|
-
})
|
|
19
|
-
export const AdminActionListQuerySchema = ListQuerySchema.extend({
|
|
20
|
-
filter: z
|
|
21
|
-
.object({
|
|
22
|
-
name: z.enum(Actions.enumValues),
|
|
23
|
-
campaignId: z.string(),
|
|
24
|
-
candidacyId: z.string(),
|
|
25
|
-
clientId: z.string(),
|
|
26
|
-
messageId: z.string(),
|
|
27
|
-
noteId: z.string(),
|
|
28
|
-
positionId: z.string(),
|
|
29
|
-
personId: z.string(),
|
|
30
|
-
referralId: z.string()
|
|
31
|
-
})
|
|
32
|
-
.partial()
|
|
33
|
-
.optional()
|
|
34
|
-
})
|
|
35
|
-
export const AdminActionUpdateParamsSchema = AdminActionParamsSchema
|
|
36
|
-
export const AdminActionDeleteParamsSchema = AdminActionParamsSchema
|
|
37
|
-
|
|
38
|
-
//// types
|
|
39
|
-
|
|
40
|
-
type AdminAction = z.infer<typeof AdminActionSelectSchema>
|
|
41
|
-
|
|
42
|
-
// detail
|
|
43
|
-
export type AdminActionParams = z.infer<typeof AdminActionParamsSchema>
|
|
44
|
-
export type AdminActionResult = AdminAction
|
|
45
|
-
|
|
46
|
-
// list
|
|
47
|
-
export type AdminActionListQuery = z.infer<typeof AdminActionListQuerySchema>
|
|
48
|
-
export type AdminActionListResult = ListResponse<
|
|
49
|
-
z.infer<typeof AdminActionSelectSchema>
|
|
50
|
-
>
|
|
51
|
-
|
|
52
|
-
// create
|
|
53
|
-
export type AdminActionCreateInput = z.infer<typeof AdminActionCreateSchema>
|
|
54
|
-
export type AdminActionCreateResult = Pick<AdminAction, 'id'>
|
|
55
|
-
|
|
56
|
-
// update
|
|
57
|
-
export type AdminActionUpdateParams = z.infer<
|
|
58
|
-
typeof AdminActionUpdateParamsSchema
|
|
59
|
-
>
|
|
60
|
-
export type AdminActionUpdateInput = z.infer<typeof AdminActionUpdateSchema>
|
|
61
|
-
|
|
62
|
-
// delete
|
|
63
|
-
export type AdminActionDeleteParams = z.infer<
|
|
64
|
-
typeof AdminActionDeleteParamsSchema
|
|
65
|
-
>
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
createInsertSchema,
|
|
3
|
-
createSelectSchema,
|
|
4
|
-
createUpdateSchema
|
|
5
|
-
} from 'drizzle-zod'
|
|
6
|
-
import { campaign, listView } from '../../core'
|
|
7
|
-
import { ListQuerySchema, type ListResponse } from '../../../utils'
|
|
8
|
-
import { z } from 'zod/v4'
|
|
9
|
-
|
|
10
|
-
//// validators
|
|
11
|
-
|
|
12
|
-
const PositionsEmailSchema = z.object({
|
|
13
|
-
subject: z.string(),
|
|
14
|
-
body: z.object({
|
|
15
|
-
intro: z.string().nullable().optional(),
|
|
16
|
-
excludedPositionIds: z
|
|
17
|
-
.record(z.string(), z.boolean())
|
|
18
|
-
.nullable()
|
|
19
|
-
.optional(),
|
|
20
|
-
outro: z.string().nullable().optional()
|
|
21
|
-
}),
|
|
22
|
-
ctaText: z.string(),
|
|
23
|
-
landingPageId: z.string()
|
|
24
|
-
})
|
|
25
|
-
|
|
26
|
-
const PositionsSMSSchema = z.object({
|
|
27
|
-
body: z.object({
|
|
28
|
-
text: z.string()
|
|
29
|
-
}),
|
|
30
|
-
landingPageId: z.string()
|
|
31
|
-
})
|
|
32
|
-
|
|
33
|
-
const NewsletterEmailSchema = z.object({})
|
|
34
|
-
|
|
35
|
-
const ContentSchema = z
|
|
36
|
-
.object({
|
|
37
|
-
newsletterEmail: NewsletterEmailSchema.optional(),
|
|
38
|
-
positionsEmail: PositionsEmailSchema.optional(),
|
|
39
|
-
positionsSMS: PositionsSMSSchema.optional()
|
|
40
|
-
})
|
|
41
|
-
.nullable()
|
|
42
|
-
.optional()
|
|
43
|
-
|
|
44
|
-
export const AdminCampaignCreateSchema = createInsertSchema(campaign)
|
|
45
|
-
export const AdminCampaignSelectSchema = createSelectSchema(campaign, {
|
|
46
|
-
content: ContentSchema
|
|
47
|
-
}).extend({
|
|
48
|
-
listView: createSelectSchema(listView)
|
|
49
|
-
.pick({
|
|
50
|
-
id: true,
|
|
51
|
-
name: true
|
|
52
|
-
})
|
|
53
|
-
.nullable(),
|
|
54
|
-
_messagesCount: z.number(),
|
|
55
|
-
_referralsCount: z.number()
|
|
56
|
-
})
|
|
57
|
-
|
|
58
|
-
export const AdminCampaignUpdateSchema = createUpdateSchema(campaign, {
|
|
59
|
-
content: ContentSchema
|
|
60
|
-
})
|
|
61
|
-
|
|
62
|
-
export const AdminCampaignParamsSchema = AdminCampaignSelectSchema.pick({
|
|
63
|
-
id: true,
|
|
64
|
-
externalId: true
|
|
65
|
-
})
|
|
66
|
-
.partial()
|
|
67
|
-
.refine(
|
|
68
|
-
(data) => data.id || data.externalId,
|
|
69
|
-
'Either id or externalId should be present'
|
|
70
|
-
)
|
|
71
|
-
export const AdminCampaignListQuerySchema = ListQuerySchema.extend({
|
|
72
|
-
filter: z
|
|
73
|
-
.object({
|
|
74
|
-
isSent: z.boolean().optional()
|
|
75
|
-
})
|
|
76
|
-
.partial()
|
|
77
|
-
.optional()
|
|
78
|
-
})
|
|
79
|
-
export const AdminCampaignUpdateParamsSchema = AdminCampaignParamsSchema
|
|
80
|
-
export const AdminCampaignDeleteParamsSchema = AdminCampaignParamsSchema
|
|
81
|
-
|
|
82
|
-
//// types
|
|
83
|
-
|
|
84
|
-
type AdminCampaign = z.infer<typeof AdminCampaignSelectSchema>
|
|
85
|
-
|
|
86
|
-
// detail
|
|
87
|
-
export type AdminCampaignParams = z.infer<typeof AdminCampaignParamsSchema>
|
|
88
|
-
export type AdminCampaignResult = AdminCampaign
|
|
89
|
-
|
|
90
|
-
// list
|
|
91
|
-
export type AdminCampaignListQuery = z.infer<
|
|
92
|
-
typeof AdminCampaignListQuerySchema
|
|
93
|
-
>
|
|
94
|
-
export type AdminCampaignListResult = ListResponse<
|
|
95
|
-
z.infer<typeof AdminCampaignSelectSchema>
|
|
96
|
-
>
|
|
97
|
-
|
|
98
|
-
// create
|
|
99
|
-
export type AdminCampaignCreateInput = z.infer<typeof AdminCampaignCreateSchema>
|
|
100
|
-
export type AdminCampaignCreateResult = Pick<AdminCampaign, 'id'>
|
|
101
|
-
|
|
102
|
-
// update
|
|
103
|
-
export type AdminCampaignUpdateParams = z.infer<
|
|
104
|
-
typeof AdminCampaignUpdateParamsSchema
|
|
105
|
-
>
|
|
106
|
-
export type AdminCampaignUpdateInput = z.infer<typeof AdminCampaignUpdateSchema>
|
|
107
|
-
|
|
108
|
-
// delete
|
|
109
|
-
export type AdminCampaignDeleteParams = z.infer<
|
|
110
|
-
typeof AdminCampaignDeleteParamsSchema
|
|
111
|
-
>
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
createInsertSchema,
|
|
3
|
-
createSelectSchema,
|
|
4
|
-
createUpdateSchema
|
|
5
|
-
} from 'drizzle-zod'
|
|
6
|
-
import {
|
|
7
|
-
action,
|
|
8
|
-
candidacy,
|
|
9
|
-
candidacyFeedback,
|
|
10
|
-
client,
|
|
11
|
-
note,
|
|
12
|
-
person,
|
|
13
|
-
position,
|
|
14
|
-
tag
|
|
15
|
-
} from '../../core'
|
|
16
|
-
import { ListQuerySchema, type ListResponse } from '../../../utils'
|
|
17
|
-
import { z } from 'zod/v4'
|
|
18
|
-
|
|
19
|
-
//// validators
|
|
20
|
-
|
|
21
|
-
export const AdminCandidacyCreateSchema = createInsertSchema(candidacy)
|
|
22
|
-
|
|
23
|
-
const AdminCandidacySelectPersonSchema = createSelectSchema(person).pick({
|
|
24
|
-
id: true,
|
|
25
|
-
firstName: true,
|
|
26
|
-
lastName: true,
|
|
27
|
-
fullName: true,
|
|
28
|
-
photoUri: true,
|
|
29
|
-
email: true
|
|
30
|
-
})
|
|
31
|
-
export const AdminCandidacySelectSchema = createSelectSchema(candidacy).extend({
|
|
32
|
-
referral: z
|
|
33
|
-
.object({
|
|
34
|
-
id: z.string(),
|
|
35
|
-
referrer: AdminCandidacySelectPersonSchema
|
|
36
|
-
})
|
|
37
|
-
.nullable()
|
|
38
|
-
.optional(),
|
|
39
|
-
person: AdminCandidacySelectPersonSchema.optional(),
|
|
40
|
-
position: createSelectSchema(position)
|
|
41
|
-
.pick({
|
|
42
|
-
id: true,
|
|
43
|
-
name: true
|
|
44
|
-
})
|
|
45
|
-
.extend({
|
|
46
|
-
client: createSelectSchema(client).pick({
|
|
47
|
-
id: true,
|
|
48
|
-
name: true
|
|
49
|
-
})
|
|
50
|
-
})
|
|
51
|
-
.optional(),
|
|
52
|
-
ratingTags: z
|
|
53
|
-
.array(
|
|
54
|
-
z.object({
|
|
55
|
-
tag: createSelectSchema(tag).pick({
|
|
56
|
-
id: true,
|
|
57
|
-
slug: true,
|
|
58
|
-
name: true
|
|
59
|
-
})
|
|
60
|
-
})
|
|
61
|
-
)
|
|
62
|
-
.optional(),
|
|
63
|
-
actions: z
|
|
64
|
-
.array(
|
|
65
|
-
createSelectSchema(action).pick({
|
|
66
|
-
id: true,
|
|
67
|
-
name: true
|
|
68
|
-
})
|
|
69
|
-
)
|
|
70
|
-
.optional(),
|
|
71
|
-
candidacyFeedbacks: z
|
|
72
|
-
.array(
|
|
73
|
-
createSelectSchema(candidacyFeedback).pick({
|
|
74
|
-
id: true,
|
|
75
|
-
content: true
|
|
76
|
-
})
|
|
77
|
-
)
|
|
78
|
-
.optional(),
|
|
79
|
-
notes: z
|
|
80
|
-
.array(
|
|
81
|
-
createSelectSchema(note).pick({
|
|
82
|
-
id: true,
|
|
83
|
-
content: true
|
|
84
|
-
})
|
|
85
|
-
)
|
|
86
|
-
.optional()
|
|
87
|
-
})
|
|
88
|
-
export const AdminCandidacyUpdateSchema = createUpdateSchema(candidacy)
|
|
89
|
-
|
|
90
|
-
export const AdminCandidacyParamsSchema = AdminCandidacySelectSchema.pick({
|
|
91
|
-
id: true
|
|
92
|
-
})
|
|
93
|
-
export const AdminCandidacyUpdateParamsSchema = AdminCandidacyParamsSchema
|
|
94
|
-
export const AdminCandidacyDeleteParamsSchema = AdminCandidacyParamsSchema
|
|
95
|
-
export const AdminCandidacyListQuerySchema = ListQuerySchema.extend({
|
|
96
|
-
filter: AdminCandidacySelectSchema.pick({
|
|
97
|
-
personId: true,
|
|
98
|
-
positionId: true
|
|
99
|
-
})
|
|
100
|
-
.extend({
|
|
101
|
-
isClosed: z.boolean().optional()
|
|
102
|
-
})
|
|
103
|
-
.partial()
|
|
104
|
-
.optional()
|
|
105
|
-
})
|
|
106
|
-
|
|
107
|
-
//// types
|
|
108
|
-
|
|
109
|
-
type AdminCandidacy = z.infer<typeof AdminCandidacySelectSchema>
|
|
110
|
-
|
|
111
|
-
// detail
|
|
112
|
-
export type AdminCandidacyParams = z.infer<typeof AdminCandidacyParamsSchema>
|
|
113
|
-
export type AdminCandidacyResult = AdminCandidacy
|
|
114
|
-
|
|
115
|
-
// list
|
|
116
|
-
export type AdminCandidacyListQuery = z.infer<
|
|
117
|
-
typeof AdminCandidacyListQuerySchema
|
|
118
|
-
>
|
|
119
|
-
export type AdminCandidacyListResult = ListResponse<
|
|
120
|
-
z.infer<typeof AdminCandidacySelectSchema>
|
|
121
|
-
>
|
|
122
|
-
|
|
123
|
-
// create
|
|
124
|
-
export type AdminCandidacyCreateInput = z.infer<
|
|
125
|
-
typeof AdminCandidacyCreateSchema
|
|
126
|
-
>
|
|
127
|
-
export type AdminCandidacyCreateResult = Pick<AdminCandidacy, 'id'>
|
|
128
|
-
|
|
129
|
-
// update
|
|
130
|
-
export type AdminCandidacyUpdateParams = z.infer<
|
|
131
|
-
typeof AdminCandidacyUpdateParamsSchema
|
|
132
|
-
>
|
|
133
|
-
export type AdminCandidacyUpdateInput = Partial<AdminCandidacy>
|
|
134
|
-
|
|
135
|
-
// delete
|
|
136
|
-
export type AdminCandidacyDeleteParams = z.infer<
|
|
137
|
-
typeof AdminCandidacyDeleteParamsSchema
|
|
138
|
-
>
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
createInsertSchema,
|
|
3
|
-
createSelectSchema,
|
|
4
|
-
createUpdateSchema
|
|
5
|
-
} from 'drizzle-zod'
|
|
6
|
-
import { client, ClientStatuses } from '../../core'
|
|
7
|
-
import { ListQuerySchema, type ListResponse } from '../../../utils'
|
|
8
|
-
import { z } from 'zod/v4'
|
|
9
|
-
|
|
10
|
-
//// validators
|
|
11
|
-
|
|
12
|
-
export const AdminClientCreateSchema = createInsertSchema(client)
|
|
13
|
-
export const AdminClientSelectSchema = createSelectSchema(client).extend({
|
|
14
|
-
_openPositionsCount: z.number().optional()
|
|
15
|
-
})
|
|
16
|
-
export const AdminClientUpdateSchema = createUpdateSchema(client)
|
|
17
|
-
|
|
18
|
-
export const AdminClientParamsSchema = AdminClientSelectSchema.pick({
|
|
19
|
-
id: true
|
|
20
|
-
})
|
|
21
|
-
export const AdminClientListQuerySchema = ListQuerySchema.extend({
|
|
22
|
-
filter: z
|
|
23
|
-
.object({
|
|
24
|
-
status: z.array(z.enum(ClientStatuses.enumValues)).optional()
|
|
25
|
-
})
|
|
26
|
-
.merge(
|
|
27
|
-
createSelectSchema(client)
|
|
28
|
-
.pick({
|
|
29
|
-
isLead: true
|
|
30
|
-
})
|
|
31
|
-
.partial()
|
|
32
|
-
)
|
|
33
|
-
.optional()
|
|
34
|
-
})
|
|
35
|
-
export const AdminClientUpdateParamsSchema = AdminClientParamsSchema
|
|
36
|
-
export const AdminClientDeleteParamsSchema = AdminClientParamsSchema
|
|
37
|
-
|
|
38
|
-
//// types
|
|
39
|
-
|
|
40
|
-
type AdminClient = z.infer<typeof AdminClientSelectSchema>
|
|
41
|
-
|
|
42
|
-
// detail
|
|
43
|
-
export type AdminClientParams = z.infer<typeof AdminClientParamsSchema>
|
|
44
|
-
export type AdminClientResult = AdminClient
|
|
45
|
-
|
|
46
|
-
// list
|
|
47
|
-
export type AdminClientListQuery = z.infer<typeof AdminClientListQuerySchema>
|
|
48
|
-
export type AdminClientListResult = ListResponse<
|
|
49
|
-
z.infer<typeof AdminClientSelectSchema>
|
|
50
|
-
>
|
|
51
|
-
|
|
52
|
-
// create
|
|
53
|
-
export type AdminClientCreateInput = z.infer<typeof AdminClientCreateSchema>
|
|
54
|
-
export type AdminClientCreateResult = Pick<AdminClient, 'id'>
|
|
55
|
-
|
|
56
|
-
// update
|
|
57
|
-
export type AdminClientUpdateParams = z.infer<
|
|
58
|
-
typeof AdminClientUpdateParamsSchema
|
|
59
|
-
>
|
|
60
|
-
export type AdminClientUpdateInput = z.infer<typeof AdminClientUpdateSchema>
|
|
61
|
-
|
|
62
|
-
// delete
|
|
63
|
-
export type AdminClientDeleteParams = z.infer<
|
|
64
|
-
typeof AdminClientDeleteParamsSchema
|
|
65
|
-
>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export type AdminDashboardResult = {
|
|
2
|
-
_networkSize: number
|
|
3
|
-
_newMembersL30D: number
|
|
4
|
-
_newMembersL7D: number
|
|
5
|
-
_openPositions: number
|
|
6
|
-
_openPositions10d0Candidacies: number
|
|
7
|
-
_openPositions7d20Referrals: number
|
|
8
|
-
_newReferralsL30D: number
|
|
9
|
-
_newReferralsL7D: number
|
|
10
|
-
}
|