@flutchai/flutch-sdk 0.4.0 → 0.4.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.
- package/dist/index.cjs +1 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -2
- package/dist/index.d.ts +0 -2
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5316,9 +5316,7 @@ var HEADER_MAP = {
|
|
|
5316
5316
|
threadId: "x-flutch-thread-id",
|
|
5317
5317
|
agentId: "x-flutch-agent-id",
|
|
5318
5318
|
userId: "x-flutch-user-id",
|
|
5319
|
-
nodeName: "x-flutch-node"
|
|
5320
|
-
companyId: "x-flutch-company-id",
|
|
5321
|
-
accountId: "x-flutch-account-id"
|
|
5319
|
+
nodeName: "x-flutch-node"
|
|
5322
5320
|
};
|
|
5323
5321
|
var INTERNAL_TOKEN_HEADER = "x-flutch-internal-token";
|
|
5324
5322
|
function isInternalMode() {
|