@the-inkwell/shared 0.2.0 → 0.2.1

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.
Files changed (153) hide show
  1. package/package.json +4 -6
  2. package/src/constants.d.ts +770 -0
  3. package/src/constants.d.ts.map +1 -0
  4. package/{dist/src → src}/constants.js +1 -0
  5. package/src/constants.js.map +1 -0
  6. package/src/index.d.ts +4 -0
  7. package/src/index.d.ts.map +1 -0
  8. package/{dist → src}/index.js +4 -3
  9. package/src/index.js.map +1 -0
  10. package/src/index.ts +3 -0
  11. package/src/schema/admin/actions/index.d.ts +797 -0
  12. package/src/schema/admin/actions/index.d.ts.map +1 -0
  13. package/{dist/src → src}/schema/admin/actions/index.js +1 -0
  14. package/src/schema/admin/actions/index.js.map +1 -0
  15. package/src/schema/admin/campaigns/index.d.ts +491 -0
  16. package/src/schema/admin/campaigns/index.d.ts.map +1 -0
  17. package/{dist/src → src}/schema/admin/campaigns/index.js +1 -0
  18. package/src/schema/admin/campaigns/index.js.map +1 -0
  19. package/src/schema/admin/candidacies/index.d.ts +766 -0
  20. package/src/schema/admin/candidacies/index.d.ts.map +1 -0
  21. package/{dist/src → src}/schema/admin/candidacies/index.js +1 -0
  22. package/src/schema/admin/candidacies/index.js.map +1 -0
  23. package/src/schema/admin/clients/index.d.ts +340 -0
  24. package/src/schema/admin/clients/index.d.ts.map +1 -0
  25. package/{dist/src → src}/schema/admin/clients/index.js +1 -0
  26. package/src/schema/admin/clients/index.js.map +1 -0
  27. package/src/schema/admin/dashboard/index.d.ts +11 -0
  28. package/src/schema/admin/dashboard/index.d.ts.map +1 -0
  29. package/{dist/src → src}/schema/admin/dashboard/index.js +1 -0
  30. package/src/schema/admin/dashboard/index.js.map +1 -0
  31. package/src/schema/admin/educations/index.d.ts +361 -0
  32. package/src/schema/admin/educations/index.d.ts.map +1 -0
  33. package/{dist/src → src}/schema/admin/educations/index.js +1 -0
  34. package/src/schema/admin/educations/index.js.map +1 -0
  35. package/src/schema/admin/experiences/index.d.ts +467 -0
  36. package/src/schema/admin/experiences/index.d.ts.map +1 -0
  37. package/{dist/src → src}/schema/admin/experiences/index.js +1 -0
  38. package/src/schema/admin/experiences/index.js.map +1 -0
  39. package/src/schema/admin/files/index.d.ts +9 -0
  40. package/src/schema/admin/files/index.d.ts.map +1 -0
  41. package/{dist/src → src}/schema/admin/files/index.js +1 -0
  42. package/src/schema/admin/files/index.js.map +1 -0
  43. package/src/schema/admin/index.d.ts +30 -0
  44. package/src/schema/admin/index.d.ts.map +1 -0
  45. package/{dist/src → src}/schema/admin/index.js +1 -0
  46. package/src/schema/admin/index.js.map +1 -0
  47. package/src/schema/admin/jobFunctions/index.d.ts +363 -0
  48. package/src/schema/admin/jobFunctions/index.d.ts.map +1 -0
  49. package/{dist/src → src}/schema/admin/jobFunctions/index.js +1 -0
  50. package/src/schema/admin/jobFunctions/index.js.map +1 -0
  51. package/src/schema/admin/listViews/index.d.ts +576 -0
  52. package/src/schema/admin/listViews/index.d.ts.map +1 -0
  53. package/{dist/src → src}/schema/admin/listViews/index.js +1 -0
  54. package/src/schema/admin/listViews/index.js.map +1 -0
  55. package/src/schema/admin/locations/index.d.ts +28 -0
  56. package/src/schema/admin/locations/index.d.ts.map +1 -0
  57. package/{dist/src → src}/schema/admin/locations/index.js +1 -0
  58. package/src/schema/admin/locations/index.js.map +1 -0
  59. package/src/schema/admin/messages/index.d.ts +801 -0
  60. package/src/schema/admin/messages/index.d.ts.map +1 -0
  61. package/{dist/src → src}/schema/admin/messages/index.js +1 -0
  62. package/src/schema/admin/messages/index.js.map +1 -0
  63. package/src/schema/admin/notes/index.d.ts +559 -0
  64. package/src/schema/admin/notes/index.d.ts.map +1 -0
  65. package/{dist/src → src}/schema/admin/notes/index.js +1 -0
  66. package/src/schema/admin/notes/index.js.map +1 -0
  67. package/src/schema/admin/partners/index.d.ts +335 -0
  68. package/src/schema/admin/partners/index.d.ts.map +1 -0
  69. package/{dist/src → src}/schema/admin/partners/index.js +1 -0
  70. package/src/schema/admin/partners/index.js.map +1 -0
  71. package/src/schema/admin/persons/index.d.ts +890 -0
  72. package/src/schema/admin/persons/index.d.ts.map +1 -0
  73. package/{dist/src → src}/schema/admin/persons/index.js +1 -0
  74. package/src/schema/admin/persons/index.js.map +1 -0
  75. package/src/schema/admin/personsToBestPersons/index.d.ts +199 -0
  76. package/src/schema/admin/personsToBestPersons/index.d.ts.map +1 -0
  77. package/{dist/src → src}/schema/admin/personsToBestPersons/index.js +1 -0
  78. package/src/schema/admin/personsToBestPersons/index.js.map +1 -0
  79. package/src/schema/admin/personsToSkills/index.d.ts +199 -0
  80. package/src/schema/admin/personsToSkills/index.d.ts.map +1 -0
  81. package/{dist/src → src}/schema/admin/personsToSkills/index.js +1 -0
  82. package/src/schema/admin/personsToSkills/index.js.map +1 -0
  83. package/src/schema/admin/personsToTags/index.d.ts +199 -0
  84. package/src/schema/admin/personsToTags/index.d.ts.map +1 -0
  85. package/{dist/src → src}/schema/admin/personsToTags/index.js +1 -0
  86. package/src/schema/admin/personsToTags/index.js.map +1 -0
  87. package/src/schema/admin/positions/index.d.ts +1329 -0
  88. package/src/schema/admin/positions/index.d.ts.map +1 -0
  89. package/{dist/src → src}/schema/admin/positions/index.js +1 -0
  90. package/src/schema/admin/positions/index.js.map +1 -0
  91. package/src/schema/admin/positionsToSkills/index.d.ts +199 -0
  92. package/src/schema/admin/positionsToSkills/index.d.ts.map +1 -0
  93. package/{dist/src → src}/schema/admin/positionsToSkills/index.js +1 -0
  94. package/src/schema/admin/positionsToSkills/index.js.map +1 -0
  95. package/src/schema/admin/positionsToTags/index.d.ts +199 -0
  96. package/src/schema/admin/positionsToTags/index.d.ts.map +1 -0
  97. package/{dist/src → src}/schema/admin/positionsToTags/index.js +1 -0
  98. package/src/schema/admin/positionsToTags/index.js.map +1 -0
  99. package/src/schema/admin/referrals/index.d.ts +478 -0
  100. package/src/schema/admin/referrals/index.d.ts.map +1 -0
  101. package/{dist/src → src}/schema/admin/referrals/index.js +1 -0
  102. package/src/schema/admin/referrals/index.js.map +1 -0
  103. package/src/schema/admin/referralsToMessages/index.d.ts +244 -0
  104. package/src/schema/admin/referralsToMessages/index.d.ts.map +1 -0
  105. package/{dist/src → src}/schema/admin/referralsToMessages/index.js +1 -0
  106. package/src/schema/admin/referralsToMessages/index.js.map +1 -0
  107. package/src/schema/admin/senders/index.d.ts +452 -0
  108. package/src/schema/admin/senders/index.d.ts.map +1 -0
  109. package/{dist/src → src}/schema/admin/senders/index.js +1 -0
  110. package/src/schema/admin/senders/index.js.map +1 -0
  111. package/src/schema/admin/sendgrid/index.d.ts +10 -0
  112. package/src/schema/admin/sendgrid/index.d.ts.map +1 -0
  113. package/{dist/src → src}/schema/admin/sendgrid/index.js +1 -0
  114. package/src/schema/admin/sendgrid/index.js.map +1 -0
  115. package/src/schema/admin/settings/index.d.ts +31 -0
  116. package/src/schema/admin/settings/index.d.ts.map +1 -0
  117. package/{dist/src → src}/schema/admin/settings/index.js +1 -0
  118. package/src/schema/admin/settings/index.js.map +1 -0
  119. package/src/schema/admin/skills/index.d.ts +363 -0
  120. package/src/schema/admin/skills/index.d.ts.map +1 -0
  121. package/{dist/src → src}/schema/admin/skills/index.js +1 -0
  122. package/src/schema/admin/skills/index.js.map +1 -0
  123. package/src/schema/admin/tags/index.d.ts +356 -0
  124. package/src/schema/admin/tags/index.d.ts.map +1 -0
  125. package/{dist/src → src}/schema/admin/tags/index.js +1 -0
  126. package/src/schema/admin/tags/index.js.map +1 -0
  127. package/src/schema/admin/websiteLandingPages/index.d.ts +563 -0
  128. package/src/schema/admin/websiteLandingPages/index.d.ts.map +1 -0
  129. package/{dist/src → src}/schema/admin/websiteLandingPages/index.js +1 -0
  130. package/src/schema/admin/websiteLandingPages/index.js.map +1 -0
  131. package/src/schema/admin/websiteStaticPages/index.d.ts +386 -0
  132. package/src/schema/admin/websiteStaticPages/index.d.ts.map +1 -0
  133. package/{dist/src → src}/schema/admin/websiteStaticPages/index.js +1 -0
  134. package/src/schema/admin/websiteStaticPages/index.js.map +1 -0
  135. package/src/schema/auth/index.d.ts +16 -0
  136. package/src/schema/auth/index.d.ts.map +1 -0
  137. package/{dist/src → src}/schema/auth/index.js +1 -0
  138. package/src/schema/auth/index.js.map +1 -0
  139. package/src/schema/core.d.ts +6336 -0
  140. package/src/schema/core.d.ts.map +1 -0
  141. package/{dist/src → src}/schema/core.js +1 -0
  142. package/src/schema/core.js.map +1 -0
  143. package/src/schema/index.d.ts +4 -0
  144. package/src/schema/index.d.ts.map +1 -0
  145. package/{dist/src → src}/schema/index.js +1 -0
  146. package/src/schema/index.js.map +1 -0
  147. package/src/utils.d.ts +24 -0
  148. package/src/utils.d.ts.map +1 -0
  149. package/{dist/src → src}/utils.js +3 -1
  150. package/src/utils.js.map +1 -0
  151. package/src/utils.ts +2 -1
  152. package/tsconfig.json +14 -107
  153. package/index.ts +0 -3
@@ -0,0 +1,770 @@
1
+ export declare const ACCESS_TOKEN_COOKIE_NAME = "accesstoken";
2
+ export declare const REFRESH_TOKEN_COOKIE_NAME = "refreshtoken";
3
+ export declare const DEFAULT_UUID = "00000000-0000-0000-0000-000000000000";
4
+ export declare const ACTIONS: {
5
+ readonly CAMPAIGN_SENT: {
6
+ readonly name: "CAMPAIGN_SENT";
7
+ readonly position: 0;
8
+ };
9
+ readonly CANDIDACY_CREATED: {
10
+ readonly name: "CANDIDACY_CREATED";
11
+ readonly position: 1;
12
+ };
13
+ readonly CANDIDACY_SUBMITTED: {
14
+ readonly name: "CANDIDACY_SUBMITTED";
15
+ readonly position: 2;
16
+ };
17
+ readonly CANDIDACY_SCREENING: {
18
+ readonly name: "CANDIDACY_SCREENING";
19
+ readonly position: 3;
20
+ };
21
+ readonly CANDIDACY_INTERVIEWING: {
22
+ readonly name: "CANDIDACY_INTERVIEWING";
23
+ readonly position: 4;
24
+ };
25
+ readonly CANDIDACY_OFFERED: {
26
+ readonly name: "CANDIDACY_OFFERED";
27
+ readonly position: 5;
28
+ };
29
+ readonly CANDIDACY_ON_HOLD: {
30
+ readonly name: "CANDIDACY_ON_HOLD";
31
+ readonly position: 6;
32
+ };
33
+ readonly CANDIDACY_HIRED: {
34
+ readonly name: "CANDIDACY_HIRED";
35
+ readonly position: 7;
36
+ };
37
+ readonly CANDIDACY_REJECTED: {
38
+ readonly name: "CANDIDACY_REJECTED";
39
+ readonly position: 8;
40
+ };
41
+ readonly CANDIDACY_WITHDRAWN: {
42
+ readonly name: "CANDIDACY_WITHDRAWN";
43
+ readonly position: 9;
44
+ };
45
+ readonly CLIENT_CREATED: {
46
+ readonly name: "CLIENT_CREATED";
47
+ readonly position: 10;
48
+ };
49
+ readonly MESSAGE_CLICKED: {
50
+ readonly name: "MESSAGE_CLICKED";
51
+ readonly position: 11;
52
+ };
53
+ readonly MESSAGE_OPENED: {
54
+ readonly name: "MESSAGE_OPENED";
55
+ readonly position: 12;
56
+ };
57
+ readonly MESSAGE_RECEIVED: {
58
+ readonly name: "MESSAGE_RECEIVED";
59
+ readonly position: 13;
60
+ };
61
+ readonly MESSAGE_SENT: {
62
+ readonly name: "MESSAGE_SENT";
63
+ readonly position: 14;
64
+ };
65
+ readonly NOTE_CREATED: {
66
+ readonly name: "NOTE_CREATED";
67
+ readonly position: 15;
68
+ };
69
+ readonly PERSON_CREATED: {
70
+ readonly name: "PERSON_CREATED";
71
+ readonly position: 16;
72
+ };
73
+ readonly POSITION_CLOSED: {
74
+ readonly name: "POSITION_CLOSED";
75
+ readonly position: 17;
76
+ };
77
+ readonly POSITION_OPENED: {
78
+ readonly name: "POSITION_OPENED";
79
+ readonly position: 18;
80
+ };
81
+ readonly REFERRAL_CREATED: {
82
+ readonly name: "REFERRAL_CREATED";
83
+ readonly position: 19;
84
+ };
85
+ readonly USER_SIGN_IN: {
86
+ readonly name: "USER_SIGN_IN";
87
+ readonly position: 20;
88
+ };
89
+ readonly USER_UPDATE: {
90
+ readonly name: "USER_UPDATE";
91
+ readonly position: 21;
92
+ };
93
+ };
94
+ export declare const STATES: {
95
+ readonly AL: {
96
+ readonly name: "Alabama";
97
+ readonly position: 0;
98
+ };
99
+ readonly AK: {
100
+ readonly name: "Alaska";
101
+ readonly position: 1;
102
+ };
103
+ readonly AS: {
104
+ readonly name: "American Samoa";
105
+ readonly position: 2;
106
+ };
107
+ readonly AZ: {
108
+ readonly name: "Arizona";
109
+ readonly position: 3;
110
+ };
111
+ readonly AR: {
112
+ readonly name: "Arkansas";
113
+ readonly position: 4;
114
+ };
115
+ readonly CA: {
116
+ readonly name: "California";
117
+ readonly position: 5;
118
+ };
119
+ readonly CO: {
120
+ readonly name: "Colorado";
121
+ readonly position: 6;
122
+ };
123
+ readonly CT: {
124
+ readonly name: "Connecticut";
125
+ readonly position: 7;
126
+ };
127
+ readonly DE: {
128
+ readonly name: "Delaware";
129
+ readonly position: 8;
130
+ };
131
+ readonly DC: {
132
+ readonly name: "District Of Columbia";
133
+ readonly position: 9;
134
+ };
135
+ readonly FM: {
136
+ readonly name: "Federated States Of Micronesia";
137
+ readonly position: 10;
138
+ };
139
+ readonly FL: {
140
+ readonly name: "Florida";
141
+ readonly position: 11;
142
+ };
143
+ readonly GA: {
144
+ readonly name: "Georgia";
145
+ readonly position: 12;
146
+ };
147
+ readonly GU: {
148
+ readonly name: "Guam";
149
+ readonly position: 13;
150
+ };
151
+ readonly HI: {
152
+ readonly name: "Hawaii";
153
+ readonly position: 14;
154
+ };
155
+ readonly ID: {
156
+ readonly name: "Idaho";
157
+ readonly position: 15;
158
+ };
159
+ readonly IL: {
160
+ readonly name: "Illinois";
161
+ readonly position: 16;
162
+ };
163
+ readonly IN: {
164
+ readonly name: "Indiana";
165
+ readonly position: 17;
166
+ };
167
+ readonly IA: {
168
+ readonly name: "Iowa";
169
+ readonly position: 18;
170
+ };
171
+ readonly KS: {
172
+ readonly name: "Kansas";
173
+ readonly position: 19;
174
+ };
175
+ readonly KY: {
176
+ readonly name: "Kentucky";
177
+ readonly position: 20;
178
+ };
179
+ readonly LA: {
180
+ readonly name: "Louisiana";
181
+ readonly position: 21;
182
+ };
183
+ readonly ME: {
184
+ readonly name: "Maine";
185
+ readonly position: 22;
186
+ };
187
+ readonly MH: {
188
+ readonly name: "Marshall Islands";
189
+ readonly position: 23;
190
+ };
191
+ readonly MD: {
192
+ readonly name: "Maryland";
193
+ readonly position: 24;
194
+ };
195
+ readonly MA: {
196
+ readonly name: "Massachusetts";
197
+ readonly position: 25;
198
+ };
199
+ readonly MI: {
200
+ readonly name: "Michigan";
201
+ readonly position: 26;
202
+ };
203
+ readonly MN: {
204
+ readonly name: "Minnesota";
205
+ readonly position: 27;
206
+ };
207
+ readonly MS: {
208
+ readonly name: "Mississippi";
209
+ readonly position: 28;
210
+ };
211
+ readonly MO: {
212
+ readonly name: "Missouri";
213
+ readonly position: 29;
214
+ };
215
+ readonly MT: {
216
+ readonly name: "Montana";
217
+ readonly position: 30;
218
+ };
219
+ readonly NE: {
220
+ readonly name: "Nebraska";
221
+ readonly position: 31;
222
+ };
223
+ readonly NV: {
224
+ readonly name: "Nevada";
225
+ readonly position: 32;
226
+ };
227
+ readonly NH: {
228
+ readonly name: "New Hampshire";
229
+ readonly position: 33;
230
+ };
231
+ readonly NJ: {
232
+ readonly name: "New Jersey";
233
+ readonly position: 34;
234
+ };
235
+ readonly NM: {
236
+ readonly name: "New Mexico";
237
+ readonly position: 35;
238
+ };
239
+ readonly NY: {
240
+ readonly name: "New York";
241
+ readonly position: 36;
242
+ };
243
+ readonly NC: {
244
+ readonly name: "North Carolina";
245
+ readonly position: 37;
246
+ };
247
+ readonly ND: {
248
+ readonly name: "North Dakota";
249
+ readonly position: 38;
250
+ };
251
+ readonly MP: {
252
+ readonly name: "Northern Mariana Islands";
253
+ readonly position: 39;
254
+ };
255
+ readonly OH: {
256
+ readonly name: "Ohio";
257
+ readonly position: 40;
258
+ };
259
+ readonly OK: {
260
+ readonly name: "Oklahoma";
261
+ readonly position: 41;
262
+ };
263
+ readonly OR: {
264
+ readonly name: "Oregon";
265
+ readonly position: 42;
266
+ };
267
+ readonly PW: {
268
+ readonly name: "Palau";
269
+ readonly position: 43;
270
+ };
271
+ readonly PA: {
272
+ readonly name: "Pennsylvania";
273
+ readonly position: 44;
274
+ };
275
+ readonly PR: {
276
+ readonly name: "Puerto Rico";
277
+ readonly position: 45;
278
+ };
279
+ readonly RI: {
280
+ readonly name: "Rhode Island";
281
+ readonly position: 46;
282
+ };
283
+ readonly SC: {
284
+ readonly name: "South Carolina";
285
+ readonly position: 47;
286
+ };
287
+ readonly SD: {
288
+ readonly name: "South Dakota";
289
+ readonly position: 48;
290
+ };
291
+ readonly TN: {
292
+ readonly name: "Tennessee";
293
+ readonly position: 49;
294
+ };
295
+ readonly TX: {
296
+ readonly name: "Texas";
297
+ readonly position: 50;
298
+ };
299
+ readonly UT: {
300
+ readonly name: "Utah";
301
+ readonly position: 51;
302
+ };
303
+ readonly VT: {
304
+ readonly name: "Vermont";
305
+ readonly position: 52;
306
+ };
307
+ readonly VI: {
308
+ readonly name: "Virgin Islands";
309
+ readonly position: 53;
310
+ };
311
+ readonly VA: {
312
+ readonly name: "Virginia";
313
+ readonly position: 54;
314
+ };
315
+ readonly WA: {
316
+ readonly name: "Washington";
317
+ readonly position: 55;
318
+ };
319
+ readonly WV: {
320
+ readonly name: "West Virginia";
321
+ readonly position: 56;
322
+ };
323
+ readonly WI: {
324
+ readonly name: "Wisconsin";
325
+ readonly position: 57;
326
+ };
327
+ readonly WY: {
328
+ readonly name: "Wyoming";
329
+ readonly position: 58;
330
+ };
331
+ readonly AB: {
332
+ readonly name: "Alberta";
333
+ readonly position: 59;
334
+ };
335
+ readonly BC: {
336
+ readonly name: "British Columbia";
337
+ readonly position: 60;
338
+ };
339
+ readonly MB: {
340
+ readonly name: "Manitoba";
341
+ readonly position: 61;
342
+ };
343
+ readonly NB: {
344
+ readonly name: "New Brunswick";
345
+ readonly position: 62;
346
+ };
347
+ readonly NL: {
348
+ readonly name: "Newfoundland and Labrador";
349
+ readonly position: 63;
350
+ };
351
+ readonly NS: {
352
+ readonly name: "Nova Scotia";
353
+ readonly position: 64;
354
+ };
355
+ readonly NT: {
356
+ readonly name: "Northwest Territories";
357
+ readonly position: 65;
358
+ };
359
+ readonly NU: {
360
+ readonly name: "Nunavut";
361
+ readonly position: 66;
362
+ };
363
+ readonly ON: {
364
+ readonly name: "Ontario";
365
+ readonly position: 67;
366
+ };
367
+ readonly PE: {
368
+ readonly name: "Prince Edward Island";
369
+ readonly position: 68;
370
+ };
371
+ readonly QC: {
372
+ readonly name: "Quebec";
373
+ readonly position: 69;
374
+ };
375
+ readonly SK: {
376
+ readonly name: "Saskatchewan";
377
+ readonly position: 70;
378
+ };
379
+ readonly YT: {
380
+ readonly name: "Yukon";
381
+ readonly position: 71;
382
+ };
383
+ };
384
+ export declare const CANDIDACY_SOURCES: {
385
+ readonly CAMPAIGN: {
386
+ readonly name: "Campaign";
387
+ readonly position: 0;
388
+ };
389
+ readonly NETWORK: {
390
+ readonly name: "Network";
391
+ readonly position: 1;
392
+ };
393
+ readonly WEBSITE: {
394
+ readonly name: "Website";
395
+ readonly position: 2;
396
+ };
397
+ readonly SOCIAL_MEDIA: {
398
+ readonly name: "Social Media";
399
+ readonly position: 3;
400
+ };
401
+ };
402
+ export declare const CANDIDACY_STAGES: {
403
+ readonly SUBMITTED: {
404
+ readonly name: "Submitted";
405
+ readonly position: 0;
406
+ };
407
+ readonly SCREENING: {
408
+ readonly name: "Screening";
409
+ readonly position: 1;
410
+ };
411
+ readonly INTERVIEWING: {
412
+ readonly name: "Interviewing";
413
+ readonly position: 2;
414
+ };
415
+ readonly OFFERED: {
416
+ readonly name: "Offered";
417
+ readonly position: 3;
418
+ };
419
+ readonly HIRED: {
420
+ readonly name: "Hired";
421
+ readonly position: 4;
422
+ };
423
+ readonly REJECTED: {
424
+ readonly name: "Rejected";
425
+ readonly position: 5;
426
+ };
427
+ readonly WITHDRAWN: {
428
+ readonly name: "Withdrawn";
429
+ readonly position: 6;
430
+ };
431
+ readonly ON_HOLD: {
432
+ readonly name: "On Hold";
433
+ readonly position: 7;
434
+ };
435
+ };
436
+ export declare const CANDIDACY_REJECTORS: {
437
+ readonly INKWELL: {
438
+ readonly name: "Inkwell";
439
+ readonly position: 0;
440
+ };
441
+ readonly CLIENT: {
442
+ readonly name: "Client";
443
+ readonly position: 1;
444
+ };
445
+ };
446
+ export declare const CLIENT_STATUSES: {
447
+ readonly ACTIVE: {
448
+ readonly name: "Active";
449
+ readonly position: 0;
450
+ };
451
+ readonly INACTIVE: {
452
+ readonly name: "Inactive";
453
+ readonly position: 1;
454
+ };
455
+ };
456
+ export declare const CANDIDACY_ASSESSMENT_CATEGORIES: {
457
+ readonly EXPERIENCE: {
458
+ readonly name: "Experience";
459
+ readonly position: 0;
460
+ };
461
+ readonly INDUSTRY: {
462
+ readonly name: "Industry";
463
+ readonly position: 1;
464
+ };
465
+ readonly SKILL: {
466
+ readonly name: "Skill";
467
+ readonly position: 2;
468
+ };
469
+ readonly CULTURE: {
470
+ readonly name: "Culture";
471
+ readonly position: 3;
472
+ };
473
+ readonly COMPENSATION: {
474
+ readonly name: "Compensation";
475
+ readonly position: 4;
476
+ };
477
+ readonly LOCATION: {
478
+ readonly name: "Location";
479
+ readonly position: 5;
480
+ };
481
+ readonly MOTIVATION: {
482
+ readonly name: "Motivation";
483
+ readonly position: 6;
484
+ };
485
+ };
486
+ export declare const EDUCATION_DEGREES: {
487
+ readonly HIGH_SCHOOL: {
488
+ readonly name: "High School";
489
+ readonly position: 0;
490
+ };
491
+ readonly ASSOCIATES: {
492
+ readonly name: "Associates";
493
+ readonly position: 1;
494
+ };
495
+ readonly BACHELORS: {
496
+ readonly name: "Bachelors";
497
+ readonly position: 2;
498
+ };
499
+ readonly MASTERS: {
500
+ readonly name: "Masters";
501
+ readonly position: 3;
502
+ };
503
+ readonly DOCTORATE: {
504
+ readonly name: "Doctorate";
505
+ readonly position: 4;
506
+ };
507
+ };
508
+ export declare const GENDERS: {
509
+ readonly MAN: {
510
+ readonly name: "Man";
511
+ readonly position: 0;
512
+ };
513
+ readonly WOMAN: {
514
+ readonly name: "Woman";
515
+ readonly position: 1;
516
+ };
517
+ readonly NON_BINARY: {
518
+ readonly name: "Non-Binary";
519
+ readonly position: 2;
520
+ };
521
+ readonly UNDISCLOSED: {
522
+ readonly name: "Undisclosed";
523
+ readonly position: 3;
524
+ };
525
+ };
526
+ export declare const MESSAGE_STATUSES: {
527
+ readonly DELIVERED: {
528
+ readonly name: "Delivered";
529
+ readonly position: 0;
530
+ };
531
+ readonly FAILED: {
532
+ readonly name: "Failed";
533
+ readonly position: 1;
534
+ };
535
+ readonly BOUNCED: {
536
+ readonly name: "Bounced";
537
+ readonly position: 2;
538
+ };
539
+ readonly PENDING: {
540
+ readonly name: "Pending";
541
+ readonly position: 3;
542
+ };
543
+ readonly UNSUBSCRIBED: {
544
+ readonly name: "Unsubscribed";
545
+ readonly position: 4;
546
+ };
547
+ readonly REPORTED: {
548
+ readonly name: "Reported";
549
+ readonly position: 5;
550
+ };
551
+ readonly DROPPED: {
552
+ readonly name: "Dropped";
553
+ readonly position: 6;
554
+ };
555
+ readonly DEFERRED: {
556
+ readonly name: "Deferred";
557
+ readonly position: 7;
558
+ };
559
+ };
560
+ export declare const REFERRAL_SOURCES: {
561
+ readonly CAMPAIGN: {
562
+ readonly name: "Campaign";
563
+ readonly position: 0;
564
+ };
565
+ readonly NETWORK: {
566
+ readonly name: "Network";
567
+ readonly position: 1;
568
+ };
569
+ readonly WEBSITE: {
570
+ readonly name: "Website";
571
+ readonly position: 2;
572
+ };
573
+ readonly SOCIAL_MEDIA: {
574
+ readonly name: "Social Media";
575
+ readonly position: 3;
576
+ };
577
+ };
578
+ export declare const COUNTRIES: {
579
+ readonly UNITED_STATES: {
580
+ readonly name: "United States";
581
+ readonly position: 0;
582
+ };
583
+ readonly CANADA: {
584
+ readonly name: "Canada";
585
+ readonly position: 1;
586
+ };
587
+ };
588
+ export declare const LIST_VIEW_MODELS: {
589
+ readonly PERSON: {
590
+ readonly name: "Person";
591
+ readonly position: 0;
592
+ };
593
+ readonly POSITION: {
594
+ readonly name: "Position";
595
+ readonly position: 1;
596
+ };
597
+ readonly CANDIDACY: {
598
+ readonly name: "Candidacy";
599
+ readonly position: 2;
600
+ };
601
+ readonly REFERRAL: {
602
+ readonly name: "Referral";
603
+ readonly position: 3;
604
+ };
605
+ };
606
+ export declare const EMPLOYMENT_LOCATION_TYPES: {
607
+ REMOTE: {
608
+ name: string;
609
+ position: number;
610
+ };
611
+ ONSITE: {
612
+ name: string;
613
+ position: number;
614
+ };
615
+ HYBRID: {
616
+ name: string;
617
+ position: number;
618
+ };
619
+ };
620
+ export declare const POSITION_CLOSED_REASONS: {
621
+ readonly PLACED: {
622
+ readonly name: "Placed";
623
+ readonly position: 0;
624
+ };
625
+ readonly CLIENT_FILLED: {
626
+ readonly name: "Client Filled";
627
+ readonly position: 1;
628
+ };
629
+ readonly CLIENT_CANCELED: {
630
+ readonly name: "Client Canceled";
631
+ readonly position: 2;
632
+ };
633
+ readonly INKWELL_CANCELED: {
634
+ readonly name: "Inkwell Canceled";
635
+ readonly position: 3;
636
+ };
637
+ };
638
+ export declare const PERSON_SOURCES: {
639
+ readonly SOURCED: {
640
+ readonly name: "Sourced";
641
+ readonly position: 0;
642
+ };
643
+ readonly NETWORK: {
644
+ readonly name: "Network";
645
+ readonly position: 1;
646
+ };
647
+ readonly WEBSITE: {
648
+ readonly name: "Website";
649
+ readonly position: 2;
650
+ };
651
+ readonly SOCIAL_MEDIA: {
652
+ readonly name: "Social Media";
653
+ readonly position: 3;
654
+ };
655
+ };
656
+ export declare const MESSAGE_CHANNELS: {
657
+ EMAIL: {
658
+ name: string;
659
+ position: number;
660
+ };
661
+ SMS: {
662
+ name: string;
663
+ position: number;
664
+ };
665
+ };
666
+ export declare const EMPLOYMENT_TYPES: {
667
+ FULL_TIME: {
668
+ name: string;
669
+ position: number;
670
+ };
671
+ PART_TIME: {
672
+ name: string;
673
+ position: number;
674
+ };
675
+ };
676
+ export declare const ENRICHMENT_SOURCES: {
677
+ readonly PDL: {
678
+ readonly name: "PDL";
679
+ readonly position: 0;
680
+ };
681
+ };
682
+ export declare const JOB_LEVELS: {
683
+ readonly EXPERIENCED: {
684
+ readonly name: "Experienced";
685
+ readonly position: 0;
686
+ };
687
+ readonly MANAGER: {
688
+ readonly name: "Manager";
689
+ readonly position: 1;
690
+ };
691
+ readonly DIRECTOR: {
692
+ readonly name: "Director";
693
+ readonly position: 2;
694
+ };
695
+ readonly VICE_PRESIDENT: {
696
+ readonly name: "Vice President";
697
+ readonly position: 3;
698
+ };
699
+ readonly VICE_PRESIDENT_SENIOR: {
700
+ readonly name: "Senior Vice President";
701
+ readonly position: 4;
702
+ };
703
+ readonly VICE_PRESIDENT_EXECUTIVE: {
704
+ readonly name: "Executive Vice President";
705
+ readonly position: 5;
706
+ };
707
+ readonly CHIEF_SUITE: {
708
+ readonly name: "Chief Suite";
709
+ readonly position: 6;
710
+ };
711
+ };
712
+ export declare const EDUCATION_FIELDS: {
713
+ readonly ACCOUNTING: {
714
+ readonly name: "Accounting";
715
+ readonly position: 0;
716
+ };
717
+ readonly BUSINESS: {
718
+ readonly name: "Business";
719
+ readonly position: 1;
720
+ };
721
+ readonly LAW: {
722
+ readonly name: "Law";
723
+ readonly position: 2;
724
+ };
725
+ readonly ENGINEERING: {
726
+ readonly name: "Engineering";
727
+ readonly position: 3;
728
+ };
729
+ readonly EDUCATION: {
730
+ readonly name: "Education";
731
+ readonly position: 4;
732
+ };
733
+ readonly MEDICINE: {
734
+ readonly name: "Medicine";
735
+ readonly position: 5;
736
+ };
737
+ readonly ARCHITECTURE: {
738
+ readonly name: "Architecture";
739
+ readonly position: 6;
740
+ };
741
+ readonly SOCIAL_WORK: {
742
+ readonly name: "Social Work";
743
+ readonly position: 7;
744
+ };
745
+ readonly HUMANITIES: {
746
+ readonly name: "Humanities";
747
+ readonly position: 8;
748
+ };
749
+ readonly NATURAL_SCIENCES: {
750
+ readonly name: "Natural Sciences";
751
+ readonly position: 9;
752
+ };
753
+ readonly SOCIAL_SCIENCES: {
754
+ readonly name: "Social Sciences";
755
+ readonly position: 10;
756
+ };
757
+ readonly COMPUTER_SCIENCE: {
758
+ readonly name: "Computer Science";
759
+ readonly position: 11;
760
+ };
761
+ };
762
+ export declare const SETTINGS_OPTION_LISTS: readonly ["certifications", "industries", "position-locations", "job-functions", "networks", "tags", "skills"];
763
+ export declare const PERSON_LIST_OPERATORS: readonly ["equals", "not", "lt", "lte", "gt", "gte", "contains", "notContains", "in", "notIn", "arrayContains", "arrayNotContains", "arrayOverlaps", "arrayNotOverlaps", "startsWith", "endsWith", "between", "like", "isNull", "isNotNull"];
764
+ export declare const LIST_REQUEST_LIMITS: readonly [0, 10, 50, 100, 200, 500];
765
+ export declare const LIST_REQUEST_SORT_DIRECTIONS: readonly ["asc", "desc"];
766
+ export declare const MESSAGE_TEMPLATES: {
767
+ readonly POSITIONS: "Positions";
768
+ readonly NEWSLETTER: "Newsletter";
769
+ };
770
+ //# sourceMappingURL=constants.d.ts.map