@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 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
- connections: Record<string, Listener>;
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
- connections: Record<string, Listener>;
22796
- };
22797
- ai: AiConfig;
22794
+ listeners?: Record<string, Listener>;
22795
+ ai?: AiConfig;
22798
22796
  };
22799
22797
  type AiConfig = {
22800
22798
  enabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boomi/embedkit-sdk",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Boomi EmbedKit SDK",
5
5
  "author": "Boomi",
6
6
  "license": "BSD-2-Clause",