@boomi/embedkit-sdk 1.2.13 → 1.2.15
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.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -23781,6 +23781,7 @@ type AiConfig = {
|
|
|
23781
23781
|
model?: 'gpt-4.1-2025-04-14' | 'gpt-4o-mini-2024-07-18' | 'gpt-4o-2024-08-06';
|
|
23782
23782
|
apiKey?: string;
|
|
23783
23783
|
url?: string;
|
|
23784
|
+
multiPartUrl?: string;
|
|
23784
23785
|
userName?: string;
|
|
23785
23786
|
userToken?: string;
|
|
23786
23787
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -23781,6 +23781,7 @@ type AiConfig = {
|
|
|
23781
23781
|
model?: 'gpt-4.1-2025-04-14' | 'gpt-4o-mini-2024-07-18' | 'gpt-4o-2024-08-06';
|
|
23782
23782
|
apiKey?: string;
|
|
23783
23783
|
url?: string;
|
|
23784
|
+
multiPartUrl?: string;
|
|
23784
23785
|
userName?: string;
|
|
23785
23786
|
userToken?: string;
|
|
23786
23787
|
};
|