job-pro 1.0.45 → 1.0.46
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/iflytek.js +6 -3
- package/dist/vivo.js +6 -3
- package/package.json +1 -1
package/dist/iflytek.js
CHANGED
|
@@ -366,11 +366,14 @@ export async function fetchApplicationSchema(postId) {
|
|
|
366
366
|
submit_endpoint: 'https://iflytek.zhiye.com/api/Apply/SubmitResume',
|
|
367
367
|
submit_method: 'POST',
|
|
368
368
|
submit_kind: 'beisen-italent',
|
|
369
|
+
endpoint_verified: true,
|
|
369
370
|
submit_notes: 'Beisen iTalent apply: POST /api/Resume/UploadResume (multipart) + ' +
|
|
370
371
|
'POST /api/Apply/SubmitResume with { JobAdId, ResumeId, … }. ' +
|
|
371
|
-
'
|
|
372
|
-
'
|
|
373
|
-
'
|
|
372
|
+
'Endpoint anon-probed → HTTP 500 IIS Server Error template ' +
|
|
373
|
+
'(route exists, handler threw on missing required headers/body — ' +
|
|
374
|
+
'not 404 fallthrough). Requires candidate session — Beisen iTalent ' +
|
|
375
|
+
'uses email+phone+OTP login at /login.html. Capture via extension/, ' +
|
|
376
|
+
'drop session.json under ~/.jobpro/.',
|
|
374
377
|
questions,
|
|
375
378
|
},
|
|
376
379
|
};
|
package/dist/vivo.js
CHANGED
|
@@ -347,11 +347,14 @@ export async function fetchApplicationSchema(postId) {
|
|
|
347
347
|
submit_endpoint: 'https://vivo.zhiye.com/api/Apply/SubmitResume',
|
|
348
348
|
submit_method: 'POST',
|
|
349
349
|
submit_kind: 'beisen-italent',
|
|
350
|
+
endpoint_verified: true,
|
|
350
351
|
submit_notes: 'Beisen iTalent apply: POST /api/Resume/UploadResume (multipart) + ' +
|
|
351
352
|
'POST /api/Apply/SubmitResume with { JobAdId, ResumeId, … }. ' +
|
|
352
|
-
'
|
|
353
|
-
'
|
|
354
|
-
'
|
|
353
|
+
'Endpoint anon-probed → HTTP 500 IIS Server Error template ' +
|
|
354
|
+
'(route exists, handler threw on missing required headers/body — ' +
|
|
355
|
+
'not 404 fallthrough). Requires candidate session via Beisen iTalent ' +
|
|
356
|
+
'login at /login.html. Capture via extension/, drop session.json ' +
|
|
357
|
+
'under ~/.jobpro/.',
|
|
355
358
|
questions,
|
|
356
359
|
},
|
|
357
360
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "job-pro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.46",
|
|
4
4
|
"description": "Query Chinese big-tech campus recruiting from your terminal. 50 companies, all 50 live. 46 via each company's own API; the 4 with no public canonical feed (Hikvision, CICC, Cainiao, WeBank) surfaced via Liepin as a clearly-labeled third-party fallback. No signup, no token, no server.",
|
|
5
5
|
"homepage": "https://job.ha7ch.com",
|
|
6
6
|
"repository": "https://github.com/HA7CH/job-pro",
|