@carlonicora/nestjs-neo4jsonapi 1.78.0 → 1.80.0

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.
Files changed (97) hide show
  1. package/dist/bootstrap/app.module.factory.d.ts.map +1 -1
  2. package/dist/bootstrap/app.module.factory.js +0 -5
  3. package/dist/bootstrap/app.module.factory.js.map +1 -1
  4. package/dist/bootstrap/bootstrap.options.d.ts +0 -9
  5. package/dist/bootstrap/bootstrap.options.d.ts.map +1 -1
  6. package/dist/core/llm/services/audio/ffmpeg-transcode.d.ts +22 -1
  7. package/dist/core/llm/services/audio/ffmpeg-transcode.d.ts.map +1 -1
  8. package/dist/core/llm/services/audio/ffmpeg-transcode.js +23 -1
  9. package/dist/core/llm/services/audio/ffmpeg-transcode.js.map +1 -1
  10. package/dist/core/llm/services/audio.llm.service.d.ts +6 -0
  11. package/dist/core/llm/services/audio.llm.service.d.ts.map +1 -1
  12. package/dist/core/llm/services/audio.llm.service.js +2 -1
  13. package/dist/core/llm/services/audio.llm.service.js.map +1 -1
  14. package/dist/foundations/how-to/controllers/how-to.controller.d.ts +3 -0
  15. package/dist/foundations/how-to/controllers/how-to.controller.d.ts.map +1 -1
  16. package/dist/foundations/how-to/controllers/how-to.controller.js +41 -0
  17. package/dist/foundations/how-to/controllers/how-to.controller.js.map +1 -1
  18. package/dist/foundations/how-to/controllers/how-to.public.controller.d.ts +14 -0
  19. package/dist/foundations/how-to/controllers/how-to.public.controller.d.ts.map +1 -0
  20. package/dist/foundations/how-to/controllers/how-to.public.controller.js +73 -0
  21. package/dist/foundations/how-to/controllers/how-to.public.controller.js.map +1 -0
  22. package/dist/foundations/how-to/dtos/how-to.post.dto.d.ts +7 -0
  23. package/dist/foundations/how-to/dtos/how-to.post.dto.d.ts.map +1 -1
  24. package/dist/foundations/how-to/dtos/how-to.post.dto.js +38 -0
  25. package/dist/foundations/how-to/dtos/how-to.post.dto.js.map +1 -1
  26. package/dist/foundations/how-to/dtos/how-to.put.dto.d.ts +7 -0
  27. package/dist/foundations/how-to/dtos/how-to.put.dto.d.ts.map +1 -1
  28. package/dist/foundations/how-to/dtos/how-to.put.dto.js +38 -0
  29. package/dist/foundations/how-to/dtos/how-to.put.dto.js.map +1 -1
  30. package/dist/foundations/how-to/entities/how-to.d.ts +7 -2
  31. package/dist/foundations/how-to/entities/how-to.d.ts.map +1 -1
  32. package/dist/foundations/how-to/entities/how-to.js +7 -2
  33. package/dist/foundations/how-to/entities/how-to.js.map +1 -1
  34. package/dist/foundations/how-to/how-to.module.d.ts.map +1 -1
  35. package/dist/foundations/how-to/how-to.module.js +2 -1
  36. package/dist/foundations/how-to/how-to.module.js.map +1 -1
  37. package/dist/foundations/how-to/repositories/how-to.repository.d.ts +40 -4
  38. package/dist/foundations/how-to/repositories/how-to.repository.d.ts.map +1 -1
  39. package/dist/foundations/how-to/repositories/how-to.repository.js +80 -5
  40. package/dist/foundations/how-to/repositories/how-to.repository.js.map +1 -1
  41. package/dist/foundations/how-to/services/how-to.service.d.ts +28 -7
  42. package/dist/foundations/how-to/services/how-to.service.d.ts.map +1 -1
  43. package/dist/foundations/how-to/services/how-to.service.js +60 -9
  44. package/dist/foundations/how-to/services/how-to.service.js.map +1 -1
  45. package/dist/foundations/index.d.ts +0 -1
  46. package/dist/foundations/index.d.ts.map +1 -1
  47. package/dist/foundations/index.js +0 -1
  48. package/dist/foundations/index.js.map +1 -1
  49. package/package.json +1 -5
  50. package/dist/foundations/help-content-sync/help-content-sync.module.d.ts +0 -6
  51. package/dist/foundations/help-content-sync/help-content-sync.module.d.ts.map +0 -1
  52. package/dist/foundations/help-content-sync/help-content-sync.module.js +0 -35
  53. package/dist/foundations/help-content-sync/help-content-sync.module.js.map +0 -1
  54. package/dist/foundations/help-content-sync/helpers/create-help-content-reader.d.ts +0 -5
  55. package/dist/foundations/help-content-sync/helpers/create-help-content-reader.d.ts.map +0 -1
  56. package/dist/foundations/help-content-sync/helpers/create-help-content-reader.js +0 -9
  57. package/dist/foundations/help-content-sync/helpers/create-help-content-reader.js.map +0 -1
  58. package/dist/foundations/help-content-sync/helpers/to-content-id.d.ts +0 -3
  59. package/dist/foundations/help-content-sync/helpers/to-content-id.d.ts.map +0 -1
  60. package/dist/foundations/help-content-sync/helpers/to-content-id.js +0 -8
  61. package/dist/foundations/help-content-sync/helpers/to-content-id.js.map +0 -1
  62. package/dist/foundations/help-content-sync/index.d.ts +0 -7
  63. package/dist/foundations/help-content-sync/index.d.ts.map +0 -1
  64. package/dist/foundations/help-content-sync/index.js +0 -28
  65. package/dist/foundations/help-content-sync/index.js.map +0 -1
  66. package/dist/foundations/help-content-sync/interfaces/help-article.interface.d.ts +0 -29
  67. package/dist/foundations/help-content-sync/interfaces/help-article.interface.d.ts.map +0 -1
  68. package/dist/foundations/help-content-sync/interfaces/help-article.interface.js +0 -5
  69. package/dist/foundations/help-content-sync/interfaces/help-article.interface.js.map +0 -1
  70. package/dist/foundations/help-content-sync/interfaces/help-content-config.interface.d.ts +0 -8
  71. package/dist/foundations/help-content-sync/interfaces/help-content-config.interface.d.ts.map +0 -1
  72. package/dist/foundations/help-content-sync/interfaces/help-content-config.interface.js +0 -3
  73. package/dist/foundations/help-content-sync/interfaces/help-content-config.interface.js.map +0 -1
  74. package/dist/foundations/help-content-sync/schema/frontmatter.schema.d.ts +0 -19
  75. package/dist/foundations/help-content-sync/schema/frontmatter.schema.d.ts.map +0 -1
  76. package/dist/foundations/help-content-sync/schema/frontmatter.schema.js +0 -20
  77. package/dist/foundations/help-content-sync/schema/frontmatter.schema.js.map +0 -1
  78. package/dist/foundations/help-content-sync/services/help-content-sync.service.d.ts +0 -21
  79. package/dist/foundations/help-content-sync/services/help-content-sync.service.d.ts.map +0 -1
  80. package/dist/foundations/help-content-sync/services/help-content-sync.service.js +0 -111
  81. package/dist/foundations/help-content-sync/services/help-content-sync.service.js.map +0 -1
  82. package/dist/foundations/help-content-sync/services/mdx-to-markdown.service.d.ts +0 -13
  83. package/dist/foundations/help-content-sync/services/mdx-to-markdown.service.d.ts.map +0 -1
  84. package/dist/foundations/help-content-sync/services/mdx-to-markdown.service.js +0 -104
  85. package/dist/foundations/help-content-sync/services/mdx-to-markdown.service.js.map +0 -1
  86. package/dist/foundations/help-content-sync/tokens.d.ts +0 -2
  87. package/dist/foundations/help-content-sync/tokens.d.ts.map +0 -1
  88. package/dist/foundations/help-content-sync/tokens.js +0 -5
  89. package/dist/foundations/help-content-sync/tokens.js.map +0 -1
  90. package/dist/tools/help-content-build/build-manifest.d.ts +0 -31
  91. package/dist/tools/help-content-build/build-manifest.d.ts.map +0 -1
  92. package/dist/tools/help-content-build/build-manifest.js +0 -134
  93. package/dist/tools/help-content-build/build-manifest.js.map +0 -1
  94. package/dist/tools/help-content-build/index.d.ts +0 -2
  95. package/dist/tools/help-content-build/index.d.ts.map +0 -1
  96. package/dist/tools/help-content-build/index.js +0 -6
  97. package/dist/tools/help-content-build/index.js.map +0 -1
@@ -1,134 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.buildManifest = buildManifest;
7
- const node_crypto_1 = require("node:crypto");
8
- const promises_1 = require("node:fs/promises");
9
- const node_child_process_1 = require("node:child_process");
10
- const node_path_1 = require("node:path");
11
- const gray_matter_1 = __importDefault(require("gray-matter"));
12
- const unified_1 = require("unified");
13
- const remark_parse_1 = __importDefault(require("remark-parse"));
14
- const remark_mdx_1 = __importDefault(require("remark-mdx"));
15
- const frontmatter_schema_1 = require("../../foundations/help-content-sync/schema/frontmatter.schema");
16
- const help_article_interface_1 = require("../../foundations/help-content-sync/interfaces/help-article.interface");
17
- // NOTE: buildManifest produces ids using the consumer-provided namespaceUuid.
18
- // The build script accepts namespaceUuid as a parameter so the manifest's ids
19
- // match what the runtime sync will compute via toContentId.
20
- const to_content_id_1 = require("../../foundations/help-content-sync/helpers/to-content-id");
21
- function slugifyHeading(text) {
22
- return text
23
- .toLowerCase()
24
- .replace(/[^a-z0-9]+/g, "-")
25
- .replace(/^-|-$/g, "");
26
- }
27
- function extractHeadings(tree) {
28
- const out = [];
29
- function walk(node) {
30
- const n = node;
31
- if (n.type === "heading" && (n.depth === 2 || n.depth === 3)) {
32
- const heading = node;
33
- const text = heading.children
34
- .map((c) => {
35
- const child = c;
36
- return typeof child.value === "string" ? child.value : "";
37
- })
38
- .join("")
39
- .trim();
40
- out.push({ depth: n.depth, slug: slugifyHeading(text), text });
41
- }
42
- if (n.children && Array.isArray(n.children))
43
- n.children.forEach(walk);
44
- }
45
- walk(tree);
46
- return out;
47
- }
48
- function lastUpdatedFromGit(absPath) {
49
- try {
50
- const iso = (0, node_child_process_1.execSync)(`git log -1 --format=%cI -- "${absPath}"`, { encoding: "utf8" }).trim();
51
- if (iso)
52
- return iso;
53
- }
54
- catch {
55
- // file not tracked yet
56
- }
57
- return new Date().toISOString();
58
- }
59
- async function walkMdxFiles(dir) {
60
- const entries = await (0, promises_1.readdir)(dir, { withFileTypes: true });
61
- const out = [];
62
- for (const entry of entries) {
63
- const full = (0, node_path_1.join)(dir, entry.name);
64
- if (entry.isDirectory())
65
- out.push(...(await walkMdxFiles(full)));
66
- else if (entry.isFile() && entry.name.endsWith(".mdx"))
67
- out.push(full);
68
- }
69
- return out;
70
- }
71
- async function buildManifest(opts) {
72
- const { srcDir, outputPath, namespaceUuid, includeDrafts = false } = opts;
73
- const mdxFiles = await walkMdxFiles(srcDir);
74
- const entries = [];
75
- const seenBySlug = new Map();
76
- for (const abs of mdxFiles) {
77
- const rel = (0, node_path_1.relative)(srcDir, abs).split(node_path_1.sep).join("/");
78
- const parts = rel.split("/");
79
- if (parts.length !== 2)
80
- continue;
81
- const [modeFolder, fileName] = parts;
82
- if (!help_article_interface_1.HELP_MODES.includes(modeFolder))
83
- continue;
84
- if (!fileName.endsWith(".mdx"))
85
- continue;
86
- const slug = fileName.replace(/\.mdx$/, "");
87
- const dedupKey = `${modeFolder}/${slug.toLowerCase()}`;
88
- if (seenBySlug.has(dedupKey)) {
89
- throw new Error(`Duplicate slug detected: ${rel} conflicts with ${seenBySlug.get(dedupKey)}`);
90
- }
91
- seenBySlug.set(dedupKey, rel);
92
- const raw = await (0, promises_1.readFile)(abs, "utf8");
93
- const fm = (0, gray_matter_1.default)(raw);
94
- const parsed = frontmatter_schema_1.helpFrontmatterSchema.parse(fm.data);
95
- if (!includeDrafts && parsed.draft)
96
- continue;
97
- const tree = (0, unified_1.unified)().use(remark_parse_1.default).use(remark_mdx_1.default).parse(fm.content);
98
- const headings = extractHeadings(tree);
99
- const contentHash = (0, node_crypto_1.createHash)("sha256").update(raw).digest("hex");
100
- entries.push({
101
- id: (0, to_content_id_1.toContentId)(modeFolder, slug, namespaceUuid),
102
- slug,
103
- mode: modeFolder,
104
- title: parsed.title,
105
- summary: parsed.summary,
106
- order: parsed.order,
107
- tags: parsed.tags,
108
- contextualKeys: parsed.contextual_keys,
109
- aiIndexed: parsed.ai_indexed,
110
- draft: parsed.draft,
111
- contentHash,
112
- path: rel,
113
- headings,
114
- relatedSlugs: parsed.related,
115
- lastUpdated: lastUpdatedFromGit(abs),
116
- });
117
- }
118
- const visibleSet = new Set(entries.map((e) => `${e.mode}/${e.slug}`));
119
- for (const e of entries) {
120
- for (const relSlug of e.relatedSlugs) {
121
- if (!visibleSet.has(relSlug)) {
122
- throw new Error(`Article ${e.mode}/${e.slug} relates to non-existent ${relSlug}`);
123
- }
124
- }
125
- }
126
- entries.sort((a, b) => a.mode.localeCompare(b.mode) || a.order - b.order);
127
- const file = `// AUTO-GENERATED by @carlonicora/nestjs-neo4jsonapi/help-content-build. Do not edit by hand.
128
- import type { HelpArticle } from "@carlonicora/nestjs-neo4jsonapi";
129
- export const helpManifest: readonly HelpArticle[] = ${JSON.stringify(entries, null, 2)} as const;
130
- `;
131
- await (0, promises_1.writeFile)(outputPath, file, "utf8");
132
- return entries;
133
- }
134
- //# sourceMappingURL=build-manifest.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"build-manifest.js","sourceRoot":"","sources":["../../../src/tools/help-content-build/build-manifest.ts"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export { buildManifest, type BuildManifestOptions } from "./build-manifest";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tools/help-content-build/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,KAAK,oBAAoB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.buildManifest = void 0;
4
- var build_manifest_1 = require("./build-manifest");
5
- Object.defineProperty(exports, "buildManifest", { enumerable: true, get: function () { return build_manifest_1.buildManifest; } });
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/tools/help-content-build/index.ts"],"names":[],"mappings":";;;AAAA,mDAA4E;AAAnE,+GAAA,aAAa,OAAA"}