@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 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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boomi/embedkit-sdk",
3
- "version": "1.2.13",
3
+ "version": "1.2.15",
4
4
  "description": "Boomi EmbedKit SDK",
5
5
  "author": "Boomi",
6
6
  "license": "BSD-2-Clause",