@boomi/embedkit-sdk 1.2.1 → 1.2.2
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 +3 -5
- package/dist/index.d.ts +3 -5
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -22788,13 +22788,11 @@ type TenantCreds = {
|
|
|
22788
22788
|
apiToken: string;
|
|
22789
22789
|
childAccountId?: string;
|
|
22790
22790
|
accountGroup?: string;
|
|
22791
|
-
oauth2
|
|
22791
|
+
oauth2?: {
|
|
22792
22792
|
connections: Record<string, OAuth2Connection>;
|
|
22793
22793
|
};
|
|
22794
|
-
listeners
|
|
22795
|
-
|
|
22796
|
-
};
|
|
22797
|
-
ai: AiConfig;
|
|
22794
|
+
listeners?: Record<string, Listener>;
|
|
22795
|
+
ai?: AiConfig;
|
|
22798
22796
|
};
|
|
22799
22797
|
type AiConfig = {
|
|
22800
22798
|
enabled?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -22788,13 +22788,11 @@ type TenantCreds = {
|
|
|
22788
22788
|
apiToken: string;
|
|
22789
22789
|
childAccountId?: string;
|
|
22790
22790
|
accountGroup?: string;
|
|
22791
|
-
oauth2
|
|
22791
|
+
oauth2?: {
|
|
22792
22792
|
connections: Record<string, OAuth2Connection>;
|
|
22793
22793
|
};
|
|
22794
|
-
listeners
|
|
22795
|
-
|
|
22796
|
-
};
|
|
22797
|
-
ai: AiConfig;
|
|
22794
|
+
listeners?: Record<string, Listener>;
|
|
22795
|
+
ai?: AiConfig;
|
|
22798
22796
|
};
|
|
22799
22797
|
type AiConfig = {
|
|
22800
22798
|
enabled?: boolean;
|