@agentworkforce/sage 1.2.0 → 1.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const HEALTH_ENDPOINT = "/api/health";
|
|
2
|
-
const SLACK_PROXY_ENDPOINT = "/
|
|
2
|
+
const SLACK_PROXY_ENDPOINT = "/api/v1/proxy/slack";
|
|
3
3
|
const REQUEST_TIMEOUT_MS = 30_000;
|
|
4
4
|
const UUID_PATTERN = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;
|
|
5
5
|
const SLACK_TEAM_ID_PATTERN = /^[TE][A-Z0-9]{6,}$/;
|