@stackone/utils 0.15.0 → 0.15.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.
@@ -141,6 +141,7 @@ declare enum RequestSourceType {
141
141
  NATIVE_WEBHOOK_SETUP_WORKER = "NATIVE_WEBHOOK_SETUP_WORKER",
142
142
  COOKIE_SESSION = "COOKIE_SESSION",
143
143
  MCP_TOOL = "MCP_TOOL",
144
+ UNKNOWN = "UNKNOWN",
144
145
  }
145
146
  //#endregion
146
147
  //#region src/shared/sourceTypes/nonBackgroundLogs.d.ts
@@ -141,6 +141,7 @@ declare enum RequestSourceType {
141
141
  NATIVE_WEBHOOK_SETUP_WORKER = "NATIVE_WEBHOOK_SETUP_WORKER",
142
142
  COOKIE_SESSION = "COOKIE_SESSION",
143
143
  MCP_TOOL = "MCP_TOOL",
144
+ UNKNOWN = "UNKNOWN",
144
145
  }
145
146
  //#endregion
146
147
  //#region src/shared/sourceTypes/nonBackgroundLogs.d.ts