@copart/ops-tool-kit 1.12.1-alpha.30 → 1.12.1-alpha.32
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/ops-tool-kit.js +3 -3
- package/dist/ops-tool-kit.js.map +1 -1
- package/package.json +1 -1
package/dist/ops-tool-kit.js
CHANGED
|
@@ -32,7 +32,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
32
32
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
33
33
|
|
|
34
34
|
const name$r = "@copart/ops-tool-kit";
|
|
35
|
-
const version$7 = "1.12.1-alpha.
|
|
35
|
+
const version$7 = "1.12.1-alpha.32";
|
|
36
36
|
const main$1 = "dist/ops-tool-kit.js";
|
|
37
37
|
const style = "dist/ops-tool-kit.css";
|
|
38
38
|
const files = [
|
|
@@ -36270,9 +36270,9 @@ var MiHelpAgent = function MiHelpAgent(_ref) {
|
|
|
36270
36270
|
});
|
|
36271
36271
|
payload = {
|
|
36272
36272
|
messages: messagesWithOutId,
|
|
36273
|
-
|
|
36273
|
+
// collection,
|
|
36274
36274
|
last_n: contextMessagesCount,
|
|
36275
|
-
|
|
36275
|
+
app_name: isCoreApp ? 'g2Home' : appAuthName,
|
|
36276
36276
|
k: contextChunks
|
|
36277
36277
|
};
|
|
36278
36278
|
endpoint = (_storage$getLocalItem = storage$1.getLocalItem('opsportal-core:config')) === null || _storage$getLocalItem === void 0 ? void 0 : (_storage$getLocalItem2 = _storage$getLocalItem.endpoints) === null || _storage$getLocalItem2 === void 0 ? void 0 : _storage$getLocalItem2.mihelpChat;
|