@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.d.cts
CHANGED
|
@@ -1018,8 +1018,6 @@ interface FlutchContext {
|
|
|
1018
1018
|
agentId?: string;
|
|
1019
1019
|
userId?: string;
|
|
1020
1020
|
nodeName?: string;
|
|
1021
|
-
companyId?: string;
|
|
1022
|
-
accountId?: string;
|
|
1023
1021
|
}
|
|
1024
1022
|
declare function withFlutchContext<T>(ctx: FlutchContext, fn: () => T): T;
|
|
1025
1023
|
declare function getFlutchContext(): FlutchContext | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -1018,8 +1018,6 @@ interface FlutchContext {
|
|
|
1018
1018
|
agentId?: string;
|
|
1019
1019
|
userId?: string;
|
|
1020
1020
|
nodeName?: string;
|
|
1021
|
-
companyId?: string;
|
|
1022
|
-
accountId?: string;
|
|
1023
1021
|
}
|
|
1024
1022
|
declare function withFlutchContext<T>(ctx: FlutchContext, fn: () => T): T;
|
|
1025
1023
|
declare function getFlutchContext(): FlutchContext | undefined;
|
package/dist/index.js
CHANGED
|
@@ -5286,9 +5286,7 @@ var HEADER_MAP = {
|
|
|
5286
5286
|
threadId: "x-flutch-thread-id",
|
|
5287
5287
|
agentId: "x-flutch-agent-id",
|
|
5288
5288
|
userId: "x-flutch-user-id",
|
|
5289
|
-
nodeName: "x-flutch-node"
|
|
5290
|
-
companyId: "x-flutch-company-id",
|
|
5291
|
-
accountId: "x-flutch-account-id"
|
|
5289
|
+
nodeName: "x-flutch-node"
|
|
5292
5290
|
};
|
|
5293
5291
|
var INTERNAL_TOKEN_HEADER = "x-flutch-internal-token";
|
|
5294
5292
|
function isInternalMode() {
|