Documentation
    Preparing search index...
    • Updates the bridge SDK configuration

      This function allows runtime updates to the configuration object, including the base URL and API key. It also updates the Axios instance to use the new configuration values.

      Parameters

      • newConfig: Partial<typeof BridgeConfig>

        Partial configuration object with new values to merge

      Returns void