@hautechai/sdk 2.1.1 → 2.2.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/index.mjs CHANGED
@@ -10296,9 +10296,9 @@ import { decodeJwt } from "jose";
10296
10296
 
10297
10297
  // src/config.ts
10298
10298
  var getConfig = (options) => ({
10299
+ ...options,
10299
10300
  baseUrl: options.baseUrl ?? "https://api.hautech.ai",
10300
- baseWsUrl: options.baseWsUrl ?? options.baseUrl ?? "https://api.hautech.ai",
10301
- authToken: options.authToken
10301
+ baseWsUrl: options.baseWsUrl ?? options.baseUrl ?? "https://api.hautech.ai"
10302
10302
  });
10303
10303
 
10304
10304
  // src/api-utils.ts