teodor-new-chat-ui 3.0.61 → 3.0.63
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/config/env.d.ts +1 -3
- package/dist/index.esm.js +1848 -1829
- package/dist/index.umd.js +41 -41
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import type { ApiConfig } from "@/types/api";
|
|
2
|
-
export declare function getEnvApiBaseUrl(): string | undefined;
|
|
3
|
-
export declare function getEnvApiKey(): string | undefined;
|
|
4
2
|
/**
|
|
5
|
-
* Get the default API configuration from
|
|
3
|
+
* Get the default API configuration from runtime globals (if provided)
|
|
6
4
|
*/
|
|
7
5
|
export declare function getDefaultApiConfig(): ApiConfig;
|
|
8
6
|
/**
|