@pensar/apex 0.0.66 → 0.0.67-canary.e78c65b1
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/build/index.js +1 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -106241,6 +106241,7 @@ When to use delegate_to_auth_subagent vs authenticate_session:
|
|
|
106241
106241
|
credentials,
|
|
106242
106242
|
authHints,
|
|
106243
106243
|
model: ctx4.model,
|
|
106244
|
+
authConfig: ctx4.authConfig,
|
|
106244
106245
|
abortSignal: ctx4.abortSignal,
|
|
106245
106246
|
callbacks: ctx4.callbacks
|
|
106246
106247
|
});
|