@bike4mind/cli 0.2.26 → 0.2.27-feat-webhook-audit-logs.18673
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/{artifactExtractor-75EEGBLM.js → artifactExtractor-MA3KLZBB.js} +1 -1
- package/dist/{chunk-HVF6LOKH.js → chunk-46OQ3NK6.js} +2 -2
- package/dist/{chunk-F3HPUK2I.js → chunk-6U62LKDN.js} +10 -0
- package/dist/{chunk-MMAOFFE3.js → chunk-GTMREKDH.js} +1 -1
- package/dist/{chunk-UA7GLVP3.js → chunk-P74HWJ2U.js} +2 -2
- package/dist/{chunk-QD65IUNH.js → chunk-SLMFWRJJ.js} +2 -2
- package/dist/{create-64AOQ36G.js → create-PWBGEJBA.js} +3 -3
- package/dist/index.js +11 -11
- package/dist/{llmMarkdownGenerator-CXBTJVHZ.js → llmMarkdownGenerator-PF5W5JFW.js} +1 -1
- package/dist/{markdownGenerator-P5HR3BBR.js → markdownGenerator-KONVPXHS.js} +1 -1
- package/dist/{mementoService-CGGNHR2A.js → mementoService-PXJARUKG.js} +3 -3
- package/dist/{src-VPA22RDR.js → src-4DVADHVF.js} +2 -2
- package/dist/{src-ZA4LU3XB.js → src-HIV3SA7X.js} +3 -1
- package/dist/{subtractCredits-4CDISJCO.js → subtractCredits-AHPFJYFG.js} +3 -3
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CurationArtifactType
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-6U62LKDN.js";
|
|
5
5
|
|
|
6
6
|
// ../../b4m-core/packages/services/dist/src/notebookCurationService/artifactExtractor.js
|
|
7
7
|
var ARTIFACT_TAG_REGEX = /<artifact\s+(.*?)>([\s\S]*?)<\/artifact>/gi;
|
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
getSettingsByNames,
|
|
7
7
|
obfuscateApiKey,
|
|
8
8
|
secureParameters
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-GTMREKDH.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-6U62LKDN.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -920,6 +920,15 @@ var WebhookDeliveryStatus;
|
|
|
920
920
|
WebhookDeliveryStatus2["Pending"] = "pending";
|
|
921
921
|
})(WebhookDeliveryStatus || (WebhookDeliveryStatus = {}));
|
|
922
922
|
|
|
923
|
+
// ../../b4m-core/packages/common/dist/src/types/entities/WebhookAuditLogTypes.js
|
|
924
|
+
var WebhookAuditStatus;
|
|
925
|
+
(function(WebhookAuditStatus2) {
|
|
926
|
+
WebhookAuditStatus2["Received"] = "received";
|
|
927
|
+
WebhookAuditStatus2["Processing"] = "processing";
|
|
928
|
+
WebhookAuditStatus2["Completed"] = "completed";
|
|
929
|
+
WebhookAuditStatus2["Failed"] = "failed";
|
|
930
|
+
})(WebhookAuditStatus || (WebhookAuditStatus = {}));
|
|
931
|
+
|
|
923
932
|
// ../../b4m-core/packages/common/dist/src/types/common.js
|
|
924
933
|
var SupportedFabFileMimeTypes;
|
|
925
934
|
(function(SupportedFabFileMimeTypes2) {
|
|
@@ -7574,6 +7583,7 @@ export {
|
|
|
7574
7583
|
isPlaceholderValue,
|
|
7575
7584
|
SecretAuditEvents,
|
|
7576
7585
|
WebhookDeliveryStatus,
|
|
7586
|
+
WebhookAuditStatus,
|
|
7577
7587
|
SupportedFabFileMimeTypes,
|
|
7578
7588
|
CODE_FILE_MIME_TYPES,
|
|
7579
7589
|
DataSubscribeRequestAction,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
BadRequestError,
|
|
4
4
|
secureParameters
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-GTMREKDH.js";
|
|
6
6
|
import {
|
|
7
7
|
CompletionApiUsageTransaction,
|
|
8
8
|
GenericCreditDeductTransaction,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
TextGenerationUsageTransaction,
|
|
13
13
|
TransferCreditTransaction,
|
|
14
14
|
VideoGenerationUsageTransaction
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-6U62LKDN.js";
|
|
16
16
|
|
|
17
17
|
// ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
|
|
18
18
|
import { z } from "zod";
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
getSettingsMap,
|
|
8
8
|
getSettingsValue,
|
|
9
9
|
secureParameters
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-GTMREKDH.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-6U62LKDN.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/fabFileService/create.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
createFabFile,
|
|
4
4
|
createFabFileSchema
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-SLMFWRJJ.js";
|
|
6
|
+
import "./chunk-GTMREKDH.js";
|
|
7
|
+
import "./chunk-6U62LKDN.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
createFabFile,
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
getEffectiveApiKey,
|
|
6
6
|
getOpenWeatherKey,
|
|
7
7
|
getSerperKey
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-46OQ3NK6.js";
|
|
9
9
|
import {
|
|
10
10
|
ConfigStore
|
|
11
11
|
} from "./chunk-23T2XGSZ.js";
|
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
selectActiveBackgroundAgents,
|
|
14
14
|
useCliStore
|
|
15
15
|
} from "./chunk-TVW4ZESU.js";
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-P74HWJ2U.js";
|
|
17
|
+
import "./chunk-SLMFWRJJ.js";
|
|
18
18
|
import {
|
|
19
19
|
BFLImageService,
|
|
20
20
|
BaseStorage,
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
OpenAIBackend,
|
|
27
27
|
OpenAIImageService,
|
|
28
28
|
XAIImageService
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-GTMREKDH.js";
|
|
30
30
|
import {
|
|
31
31
|
AiEvents,
|
|
32
32
|
ApiKeyEvents,
|
|
@@ -82,7 +82,7 @@ import {
|
|
|
82
82
|
XAI_IMAGE_MODELS,
|
|
83
83
|
b4mLLMTools,
|
|
84
84
|
getMcpProviderMetadata
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-6U62LKDN.js";
|
|
86
86
|
import {
|
|
87
87
|
Logger
|
|
88
88
|
} from "./chunk-OCYRD7D6.js";
|
|
@@ -13689,7 +13689,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
13689
13689
|
// package.json
|
|
13690
13690
|
var package_default = {
|
|
13691
13691
|
name: "@bike4mind/cli",
|
|
13692
|
-
version: "0.2.
|
|
13692
|
+
version: "0.2.27-feat-webhook-audit-logs.18673+cc48994a4",
|
|
13693
13693
|
type: "module",
|
|
13694
13694
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
13695
13695
|
license: "UNLICENSED",
|
|
@@ -13797,10 +13797,10 @@ var package_default = {
|
|
|
13797
13797
|
},
|
|
13798
13798
|
devDependencies: {
|
|
13799
13799
|
"@bike4mind/agents": "0.1.0",
|
|
13800
|
-
"@bike4mind/common": "2.49.
|
|
13801
|
-
"@bike4mind/mcp": "1.28.
|
|
13802
|
-
"@bike4mind/services": "2.47.
|
|
13803
|
-
"@bike4mind/utils": "2.4.
|
|
13800
|
+
"@bike4mind/common": "2.49.1-feat-webhook-audit-logs.18673+cc48994a4",
|
|
13801
|
+
"@bike4mind/mcp": "1.28.3-feat-webhook-audit-logs.18673+cc48994a4",
|
|
13802
|
+
"@bike4mind/services": "2.47.1-feat-webhook-audit-logs.18673+cc48994a4",
|
|
13803
|
+
"@bike4mind/utils": "2.4.1-feat-webhook-audit-logs.18673+cc48994a4",
|
|
13804
13804
|
"@types/better-sqlite3": "^7.6.13",
|
|
13805
13805
|
"@types/diff": "^5.0.9",
|
|
13806
13806
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -13817,7 +13817,7 @@ var package_default = {
|
|
|
13817
13817
|
optionalDependencies: {
|
|
13818
13818
|
"@vscode/ripgrep": "^1.17.0"
|
|
13819
13819
|
},
|
|
13820
|
-
gitHead: "
|
|
13820
|
+
gitHead: "cc48994a456a5b24720b61b76aace4d52a41d8e0"
|
|
13821
13821
|
};
|
|
13822
13822
|
|
|
13823
13823
|
// src/config/constants.ts
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
findMostSimilarMemento,
|
|
4
4
|
getRelevantMementos
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-46OQ3NK6.js";
|
|
6
|
+
import "./chunk-GTMREKDH.js";
|
|
7
|
+
import "./chunk-6U62LKDN.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -132,8 +132,8 @@ import {
|
|
|
132
132
|
validateMermaidSyntax,
|
|
133
133
|
warmUpSettingsCache,
|
|
134
134
|
withRetry
|
|
135
|
-
} from "./chunk-
|
|
136
|
-
import "./chunk-
|
|
135
|
+
} from "./chunk-GTMREKDH.js";
|
|
136
|
+
import "./chunk-6U62LKDN.js";
|
|
137
137
|
import {
|
|
138
138
|
Logger,
|
|
139
139
|
NotificationDeduplicator,
|
|
@@ -240,6 +240,7 @@ import {
|
|
|
240
240
|
VoyageAIEmbeddingModel,
|
|
241
241
|
WEBSITE_URL,
|
|
242
242
|
WHATS_NEW_VALIDATION_LIMITS,
|
|
243
|
+
WebhookAuditStatus,
|
|
243
244
|
WebhookDeliveryStatus,
|
|
244
245
|
WhatsNewConfigSchema,
|
|
245
246
|
WhatsNewSyncConfigSchema,
|
|
@@ -333,7 +334,7 @@ import {
|
|
|
333
334
|
validateReactArtifactV2,
|
|
334
335
|
validateSvgArtifactV2,
|
|
335
336
|
wikiMarkupToAdf
|
|
336
|
-
} from "./chunk-
|
|
337
|
+
} from "./chunk-6U62LKDN.js";
|
|
337
338
|
export {
|
|
338
339
|
ALL_IMAGE_MODELS,
|
|
339
340
|
ALL_IMAGE_SIZES,
|
|
@@ -575,6 +576,7 @@ export {
|
|
|
575
576
|
VoyageAIEmbeddingModel,
|
|
576
577
|
WEBSITE_URL,
|
|
577
578
|
WHATS_NEW_VALIDATION_LIMITS,
|
|
579
|
+
WebhookAuditStatus,
|
|
578
580
|
WebhookDeliveryStatus,
|
|
579
581
|
WhatsNewConfigSchema,
|
|
580
582
|
WhatsNewSyncConfigSchema,
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
SubtractCreditsSchema,
|
|
4
4
|
subtractCredits
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-P74HWJ2U.js";
|
|
6
|
+
import "./chunk-GTMREKDH.js";
|
|
7
|
+
import "./chunk-6U62LKDN.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
SubtractCreditsSchema,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.27-feat-webhook-audit-logs.18673+cc48994a4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -108,10 +108,10 @@
|
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@bike4mind/agents": "0.1.0",
|
|
111
|
-
"@bike4mind/common": "2.49.
|
|
112
|
-
"@bike4mind/mcp": "1.28.
|
|
113
|
-
"@bike4mind/services": "2.47.
|
|
114
|
-
"@bike4mind/utils": "2.4.
|
|
111
|
+
"@bike4mind/common": "2.49.1-feat-webhook-audit-logs.18673+cc48994a4",
|
|
112
|
+
"@bike4mind/mcp": "1.28.3-feat-webhook-audit-logs.18673+cc48994a4",
|
|
113
|
+
"@bike4mind/services": "2.47.1-feat-webhook-audit-logs.18673+cc48994a4",
|
|
114
|
+
"@bike4mind/utils": "2.4.1-feat-webhook-audit-logs.18673+cc48994a4",
|
|
115
115
|
"@types/better-sqlite3": "^7.6.13",
|
|
116
116
|
"@types/diff": "^5.0.9",
|
|
117
117
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"optionalDependencies": {
|
|
129
129
|
"@vscode/ripgrep": "^1.17.0"
|
|
130
130
|
},
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "cc48994a456a5b24720b61b76aace4d52a41d8e0"
|
|
132
132
|
}
|