@stackone/utils 0.18.0 → 0.19.0

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.
@@ -167,6 +167,7 @@ declare enum RequestSourceType {
167
167
  MONITORING = "MONITORING",
168
168
  EXTERNAL_TRIGGER = "EXTERNAL_TRIGGER",
169
169
  API_SESSION = "API_SESSION",
170
+ SESSION_TOKEN = "SESSION_TOKEN",
170
171
  NATIVE_WEBHOOK_SETUP_WORKER = "NATIVE_WEBHOOK_SETUP_WORKER",
171
172
  COOKIE_SESSION = "COOKIE_SESSION",
172
173
  MCP_TOOL = "MCP_TOOL",
@@ -167,6 +167,7 @@ declare enum RequestSourceType {
167
167
  MONITORING = "MONITORING",
168
168
  EXTERNAL_TRIGGER = "EXTERNAL_TRIGGER",
169
169
  API_SESSION = "API_SESSION",
170
+ SESSION_TOKEN = "SESSION_TOKEN",
170
171
  NATIVE_WEBHOOK_SETUP_WORKER = "NATIVE_WEBHOOK_SETUP_WORKER",
171
172
  COOKIE_SESSION = "COOKIE_SESSION",
172
173
  MCP_TOOL = "MCP_TOOL",