@askdialog/dialog-sdk 2.6.0 → 2.6.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"config.production.d.ts","sourceRoot":"","sources":["../../src/config/config.production.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;CAKlB,CAAC;AACF,MAAM,MAAM,MAAM,GAAG,OAAO,MAAM,CAAC"}
1
+ {"version":3,"file":"config.production.d.ts","sourceRoot":"","sources":["../../src/config/config.production.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;CAOlB,CAAC;AACF,MAAM,MAAM,MAAM,GAAG,OAAO,MAAM,CAAC"}
@@ -1,6 +1,8 @@
1
1
  export const config = {
2
2
  baseApiUrl: "https://rtbzcxkmwj.execute-api.eu-west-1.amazonaws.com",
3
- // Nest monolith (production) — serves POST /public/search.
4
- monolithApiUrl: "https://n5e8pa4r9a.execute-api.eu-west-1.amazonaws.com",
3
+ // Nest monolith (production) — serves POST /public/search. Custom domain,
4
+ // same as the dashboard's VITE_MONOLITH_API_URL: the raw execute-api
5
+ // gateway URL answers 500 on every route and must not be used.
6
+ monolithApiUrl: "https://api.askdialog.ai",
5
7
  assistantUrl: "https://d2zm7i5bmzo6ze.cloudfront.net/assets/index.js",
6
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;CAKlB,CAAC;AACF,MAAM,MAAM,MAAM,GAAG,OAAO,MAAM,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/config/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;CAOlB,CAAC;AACF,MAAM,MAAM,MAAM,GAAG,OAAO,MAAM,CAAC"}
@@ -1,6 +1,8 @@
1
1
  export const config = {
2
2
  baseApiUrl: "https://rtbzcxkmwj.execute-api.eu-west-1.amazonaws.com",
3
- // Nest monolith (production) — serves POST /public/search.
4
- monolithApiUrl: "https://n5e8pa4r9a.execute-api.eu-west-1.amazonaws.com",
3
+ // Nest monolith (production) — serves POST /public/search. Custom domain,
4
+ // same as the dashboard's VITE_MONOLITH_API_URL: the raw execute-api
5
+ // gateway URL answers 500 on every route and must not be used.
6
+ monolithApiUrl: "https://api.askdialog.ai",
5
7
  assistantUrl: "https://d2zm7i5bmzo6ze.cloudfront.net/assets/index.js",
6
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askdialog/dialog-sdk",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "private": false,
5
5
  "description": "Dialog SDK",
6
6
  "main": "dist/index.js",