@theokit/sdk 4.10.1 → 4.11.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.
package/dist/eval.cjs CHANGED
@@ -13651,6 +13651,9 @@ function sentinelForNoAuth(profile) {
13651
13651
  function sentinelForLazyAuth(profile) {
13652
13652
  if (profile.authType === "aws_bearer") return "__bedrock_lazy_token__";
13653
13653
  if (profile.authType === "gcp_oauth") return "__vertex_lazy_token__";
13654
+ if (profile.authType === "oauth_device_code" || profile.authType === "oauth_external") {
13655
+ return "__oauth_lazy_token__";
13656
+ }
13654
13657
  return void 0;
13655
13658
  }
13656
13659
  function filterPoolKeys(keys) {