Files
jaisinha77777 296439fd67 Fix OSS build break: add siteId param to OSS listExitNodes
listExitNodes is resolved via the #dynamic path alias, which maps to
server/lib in the OSS build and server/private/lib in enterprise/saas.
Commit 9c18936b added a 4th siteId argument to the shared caller
(handleNewtPingRequestMessage) and to the enterprise implementation, but
not to the OSS one, so under the OSS tsconfig the call fails:

  handleNewtPingRequestMessage.ts: error TS2554: Expected 1-3 arguments,
  but got 4.

This breaks 'npx tsc --noEmit' for the OSS build (the CI 'Test with tsc'
step runs it after set:oss). Add siteId?: number to the OSS signature
for parity. It is unused in OSS since that build has no remote exit
nodes to label-filter; accepting it keeps the two #dynamic
implementations interface-compatible.
2026-07-01 07:17:03 +05:30
..
2026-06-30 15:21:11 -04:00
2025-12-09 10:56:14 -05:00
2026-06-14 11:10:05 -07:00
2025-12-20 12:16:31 -05:00
2026-05-21 14:43:50 -07:00
2026-04-21 21:48:54 -07:00
2025-10-27 10:43:44 -07:00
2025-12-09 10:56:14 -05:00
2026-03-23 17:23:51 -07:00
2025-10-04 18:36:44 -07:00
2026-05-29 17:12:26 -07:00
2025-10-10 11:27:15 -07:00
2026-06-29 15:24:16 -04:00
2026-04-23 18:02:32 -07:00
2025-12-09 10:56:14 -05:00
2026-02-02 21:39:18 -08:00
2025-08-14 17:06:07 -07:00
2025-12-09 10:56:14 -05:00
2026-06-11 11:11:50 -07:00
2026-06-24 16:01:05 -04:00
2025-12-09 10:56:14 -05:00
2026-04-15 14:41:13 -07:00
2026-06-24 14:13:11 -04:00
2025-12-09 10:56:14 -05:00
2025-12-09 10:56:14 -05:00
2026-04-15 14:41:13 -07:00
2026-04-23 14:05:08 -07:00
2025-12-09 10:56:14 -05:00
2026-02-25 16:04:47 -08:00
2025-12-09 10:56:14 -05:00
2026-06-11 11:11:50 -07:00
2026-04-15 14:41:13 -07:00
2025-07-13 21:58:37 -07:00
2026-06-29 15:22:35 -04:00