bridgeapp-ai-chat-widget 0.2.18 → 0.2.19

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.
@@ -3,7 +3,8 @@ export declare const CUSTOMER_ID_PROD = "f194fc77-4ec5-4c9b-89b7-7bfcabbbe540";
3
3
  export declare const ANOTHER_CUSTOMER_ID_DEV = "6849918f-6dd3-4ad9-b594-a9625503083b";
4
4
  export declare const CUSTOMER_ID_MandM = "6fc62f36-5cfb-4b84-93f7-6046978fec1d";
5
5
  export declare const SERVICE_ACCOUNT_API_KEY_DEV = "SguM3WDPoxJDTxZNoJgvFJq7tgqeLkk8";
6
- export declare const SERVICE_ACCOUNT_API_KEY_PROD_AI_ASSISTANT = "Oi4DmBXrpSCHJ7xNK7U2EoIcTIQnQAj3";
6
+ export declare const SERVICE_ACCOUNT_API_KEY_PROD_PERSONAL = "Oi4DmBXrpSCHJ7xNK7U2EoIcTIQnQAj3";
7
+ export declare const SERVICE_ACCOUNT_API_KEY_PROD_G_SPOT = "odetG11NqDEKRhKpIwVp6LVPJSWaOOyd";
7
8
  export declare const SERVICE_ACCOUNT_API_KEY_PROD_MandM = "oFdFVSD9S9WP36XsU7fVMrUWVFBVDH3H";
8
9
  export declare const MODEL_ID_OPENAI = "1574f7bf-6f81-45ed-9994-adfba5e90158";
9
10
  export declare const VOICE_CONFIG_OPENAI: {
@@ -15,4 +16,4 @@ export declare const VOICE_CONFIG_GROK: {
15
16
  voice: string;
16
17
  };
17
18
  export declare const ASSETS_URL = "https://img.gamespot.bet/3d-assistant/docs";
18
- export declare const SERVICE_ACCOUNT_API_KEY = "SguM3WDPoxJDTxZNoJgvFJq7tgqeLkk8";
19
+ export declare const SERVICE_ACCOUNT_API_KEY = "odetG11NqDEKRhKpIwVp6LVPJSWaOOyd";
@@ -4,7 +4,6 @@ export type WidgetConfig = {
4
4
  mountElementId: string;
5
5
  configName?: string;
6
6
  customerInteractionSession: CustomerInteractionSession;
7
- workspaceId?: string;
8
7
  agentId: string;
9
8
  customerId?: string;
10
9
  wsUrl: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bridgeapp-ai-chat-widget",
3
3
  "private": false,
4
- "version": "0.2.18",
4
+ "version": "0.2.19",
5
5
  "description": "Embeddable chat widget for communication with Bridge AI agent",
6
6
  "type": "module",
7
7
  "main": "dist/bridge-ai-chat-widget.es.js",