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

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.
@@ -33,9 +33,9 @@ exports.GRAPH = 'analyst';
33
33
  * have to change.
34
34
  */
35
35
  exports.Routes = {
36
- CHAT: "".concat(exports.GATEWAY_PATH, "/").concat(exports.GRAPH, "/chat"),
37
- CANCEL_RUN: "".concat(exports.GATEWAY_PATH, "/").concat(exports.GRAPH, "/chat/cancel"),
38
- THREADS: "".concat(exports.GATEWAY_PATH, "/").concat(exports.GRAPH, "/threads"),
39
- THREAD: "".concat(exports.GATEWAY_PATH, "/").concat(exports.GRAPH, "/threads/{:threadId}")
36
+ CHAT: "".concat(exports.GATEWAY_PATH, "/chat"),
37
+ CANCEL_RUN: "".concat(exports.GATEWAY_PATH, "/chat/cancel"),
38
+ THREADS: "".concat(exports.GATEWAY_PATH, "/threads"),
39
+ THREAD: "".concat(exports.GATEWAY_PATH, "/threads/{:threadId}")
40
40
  };
41
41
  //# sourceMappingURL=Analyst.consts.js.map
@@ -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,cAAI,aAAK,UAAO;IACrC,UAAU,EAAE,UAAG,oBAAY,cAAI,aAAK,iBAAc;IAClD,OAAO,EAAE,UAAG,oBAAY,cAAI,aAAK,aAAU;IAC3C,MAAM,EAAE,UAAG,oBAAY,cAAI,aAAK,yBAAsB;CACtD,CAAC"}
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"}
@@ -527,10 +527,10 @@ exports.GRAPH = 'analyst';
527
527
  * have to change.
528
528
  */
529
529
  exports.Routes = {
530
- CHAT: "".concat(exports.GATEWAY_PATH, "/").concat(exports.GRAPH, "/chat"),
531
- CANCEL_RUN: "".concat(exports.GATEWAY_PATH, "/").concat(exports.GRAPH, "/chat/cancel"),
532
- THREADS: "".concat(exports.GATEWAY_PATH, "/").concat(exports.GRAPH, "/threads"),
533
- THREAD: "".concat(exports.GATEWAY_PATH, "/").concat(exports.GRAPH, "/threads/{:threadId}")
530
+ CHAT: "".concat(exports.GATEWAY_PATH, "/chat"),
531
+ CANCEL_RUN: "".concat(exports.GATEWAY_PATH, "/chat/cancel"),
532
+ THREADS: "".concat(exports.GATEWAY_PATH, "/threads"),
533
+ THREAD: "".concat(exports.GATEWAY_PATH, "/threads/{:threadId}")
534
534
  };
535
535
  //# sourceMappingURL=Analyst.consts.js.map
536
536
 
@@ -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.3';
24437
+ var version = '9.82.0-pre.4';
24438
24438
  function logErrorResponse(response) {
24439
24439
  var data = response.data, status = response.status;
24440
24440
  try {