@bringg/dashboard-sdk 9.82.0-pre.4 → 9.82.0-pre.6

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.
@@ -11,7 +11,7 @@
11
11
  * `stripPath: true` means the gateway strips the prefix before forwarding, so the service receives
12
12
  * `/analyst/threads` rather than `/analyst-service/analyst/threads`.
13
13
  */
14
- export declare const GATEWAY_PATH = "/analyst-service";
14
+ export declare const GATEWAY_PATH = "/analyst-service/agent-chat";
15
15
  /**
16
16
  * The graph this chat talks to, and the first segment of every path below.
17
17
  *
@@ -14,7 +14,7 @@ exports.Routes = exports.GRAPH = exports.GATEWAY_PATH = void 0;
14
14
  * `stripPath: true` means the gateway strips the prefix before forwarding, so the service receives
15
15
  * `/analyst/threads` rather than `/analyst-service/analyst/threads`.
16
16
  */
17
- exports.GATEWAY_PATH = '/analyst-service';
17
+ exports.GATEWAY_PATH = '/analyst-service/agent-chat';
18
18
  /**
19
19
  * The graph this chat talks to, and the first segment of every path below.
20
20
  *
@@ -1 +1 @@
1
- {"version":3,"file":"Analyst.consts.js","sourceRoot":"","sources":["../../src/Analyst/Analyst.consts.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;GAYG;AACU,QAAA,YAAY,GAAG,kBAAkB,CAAC;AAE/C;;;;;GAKG;AACU,QAAA,KAAK,GAAG,SAAS,CAAC;AAE/B;;;;;;;;;GASG;AACU,QAAA,MAAM,GAAG;IACrB,IAAI,EAAE,UAAG,oBAAY,UAAO;IAC5B,UAAU,EAAE,UAAG,oBAAY,iBAAc;IACzC,OAAO,EAAE,UAAG,oBAAY,aAAU;IAClC,MAAM,EAAE,UAAG,oBAAY,yBAAsB;CAC7C,CAAC"}
1
+ {"version":3,"file":"Analyst.consts.js","sourceRoot":"","sources":["../../src/Analyst/Analyst.consts.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;GAYG;AACU,QAAA,YAAY,GAAG,6BAA6B,CAAC;AAE1D;;;;;GAKG;AACU,QAAA,KAAK,GAAG,SAAS,CAAC;AAE/B;;;;;;;;;GASG;AACU,QAAA,MAAM,GAAG;IACrB,IAAI,EAAE,UAAG,oBAAY,UAAO;IAC5B,UAAU,EAAE,UAAG,oBAAY,iBAAc;IACzC,OAAO,EAAE,UAAG,oBAAY,aAAU;IAClC,MAAM,EAAE,UAAG,oBAAY,yBAAsB;CAC7C,CAAC"}
@@ -508,7 +508,7 @@ exports.Routes = exports.GRAPH = exports.GATEWAY_PATH = void 0;
508
508
  * `stripPath: true` means the gateway strips the prefix before forwarding, so the service receives
509
509
  * `/analyst/threads` rather than `/analyst-service/analyst/threads`.
510
510
  */
511
- exports.GATEWAY_PATH = '/analyst-service';
511
+ exports.GATEWAY_PATH = '/analyst-service/agent-chat';
512
512
  /**
513
513
  * The graph this chat talks to, and the first segment of every path below.
514
514
  *
@@ -24434,7 +24434,7 @@ var lodash_1 = __webpack_require__(96486);
24434
24434
  var BringgException_1 = __webpack_require__(43605);
24435
24435
  var Logger_1 = __importDefault(__webpack_require__(55860));
24436
24436
  var abort_1 = __webpack_require__(34179);
24437
- var version = '9.82.0-pre.4';
24437
+ var version = '9.82.0-pre.6';
24438
24438
  function logErrorResponse(response) {
24439
24439
  var data = response.data, status = response.status;
24440
24440
  try {