@noodleseed/assistant 1.15.0 → 1.16.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.
@@ -8383,6 +8383,11 @@ function toAssistantClientEvent(event) {
8383
8383
  return event;
8384
8384
  }
8385
8385
  break;
8386
+ case "auth_requested":
8387
+ if (hasString(value, "id") && hasString(value, "tool") && hasString(value, "continuation") && hasString(value, "expiresAt") && hasOptionalTurnId(value)) {
8388
+ return event;
8389
+ }
8390
+ break;
8386
8391
  case "interaction_resolved":
8387
8392
  if (hasString(value, "id") && (value.action === void 0 || isInteractionAction(value.action)) && hasOptionalTurnId(value)) {
8388
8393
  return event;
@@ -9251,4 +9256,4 @@ export {
9251
9256
  AssistantClientError,
9252
9257
  createAssistantClient
9253
9258
  };
9254
- //# sourceMappingURL=chunk-RRJIK473.js.map
9259
+ //# sourceMappingURL=chunk-NPV64PUX.js.map