job-pro 1.0.66 → 1.0.68

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/antgroup.js CHANGED
@@ -388,9 +388,10 @@ export async function fetchApplicationSchema(postId) {
388
388
  postId: id,
389
389
  jobTitle: title,
390
390
  applyUrl,
391
- submitEndpoint: "https://hrcareersweb.antgroup.com/api/social/position/apply",
391
+ submitEndpoint: "https://hrcareersweb.antgroup.com/api/social/application/apply",
392
392
  submitKind: "multipart-session",
393
- submitNotes: "Ant Group — POST /api/social/position/apply (also campus variant). Alipay OAuth session required. Endpoint inferred from parallel read-side path; needs validation.",
393
+ endpointVerified: true,
394
+ submitNotes: "Ant Group — POST /api/social/application/apply (or /api/campus/application/apply for campus). Endpoint extracted from talent.antgroup.com's Yuyan/Alipay umi bundle 180020010001257966/umi.6f081e74.js (3.9MB). Anon-probed → HTTP 200 + {success:false, errorMsg:\"登录过期\", errorCode:\"LOGIN_EXPIRED\"} = real auth-gated route. The original /api/social/position/apply was wrong path (position → application). Alipay OAuth session required.",
394
395
  }),
395
396
  };
396
397
  }
package/dist/index.js CHANGED
@@ -181,6 +181,10 @@ const ENDPOINT_VERIFIED = new Set([
181
181
  "weibo",
182
182
  // huawei: /reccampportal/services/portal/portaluser/ Jalor framework (1.0.66)
183
183
  "huawei",
184
+ // lilith: atsx-throne tenant, /api/v1/user/applications 405 (1.0.67)
185
+ "lilith",
186
+ // antgroup: talent.antgroup.com second umi bundle revealed (1.0.68)
187
+ "antgroup",
184
188
  ]);
185
189
  const HELP = `
186
190
  job-pro — query Chinese big-tech campus recruiting from your terminal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "job-pro",
3
- "version": "1.0.66",
3
+ "version": "1.0.68",
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",