wrap<T>
Wrap a standard SDK client to enable automatic logging, interception, and rollbacks.
Signature:
client: The standard SDK instance (e.g.,octokit).session: The active agent session ID or object.options: AWrapOptionsobject including theconnectoridentifier.
A recursive Proxy of the original client (
T), ensuring 100% type preservation.
Where WrapOptions is: