node-type-registry 0.37.0 → 0.39.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.
- package/blueprint-types.generated.d.ts +13 -11
- package/codegen/generate-types.js +11 -7
- package/data/index.d.ts +0 -15
- package/data/index.js +1 -31
- package/esm/blueprint-types.generated.d.ts +13 -11
- package/esm/codegen/generate-types.js +11 -7
- package/esm/data/index.d.ts +0 -15
- package/esm/data/index.js +0 -15
- package/esm/event/index.d.ts +2 -0
- package/esm/event/index.js +2 -0
- package/esm/event/referral.d.ts +2 -0
- package/esm/event/referral.js +62 -0
- package/esm/index.d.ts +4 -0
- package/esm/index.js +12 -0
- package/esm/job/index.d.ts +1 -0
- package/esm/job/index.js +1 -0
- package/esm/limit/index.d.ts +8 -0
- package/esm/limit/index.js +8 -0
- package/esm/module-presets/auth-email-magic.js +2 -2
- package/esm/module-presets/auth-email.js +5 -5
- package/esm/module-presets/auth-hardened.js +2 -2
- package/esm/module-presets/auth-passkey.js +2 -2
- package/esm/module-presets/auth-sso.d.ts +1 -1
- package/esm/module-presets/auth-sso.js +5 -5
- package/esm/module-presets/b2b-storage.js +6 -6
- package/esm/module-presets/b2b.js +2 -2
- package/esm/module-presets/minimal.d.ts +1 -1
- package/esm/module-presets/minimal.js +3 -3
- package/esm/{data/data-chunks.js → process/chunks.js} +2 -3
- package/esm/{data/data-file-embedding.js → process/file-embedding.js} +2 -2
- package/esm/process/index.d.ts +5 -0
- package/esm/process/index.js +5 -0
- package/event/index.d.ts +2 -0
- package/event/index.js +7 -0
- package/event/referral.d.ts +2 -0
- package/event/referral.js +65 -0
- package/index.d.ts +4 -0
- package/index.js +12 -0
- package/job/index.d.ts +1 -0
- package/job/index.js +5 -0
- package/limit/index.d.ts +8 -0
- package/limit/index.js +19 -0
- package/module-presets/auth-email-magic.js +2 -2
- package/module-presets/auth-email.js +5 -5
- package/module-presets/auth-hardened.js +2 -2
- package/module-presets/auth-passkey.js +2 -2
- package/module-presets/auth-sso.d.ts +1 -1
- package/module-presets/auth-sso.js +5 -5
- package/module-presets/b2b-storage.js +6 -6
- package/module-presets/b2b.js +2 -2
- package/module-presets/minimal.d.ts +1 -1
- package/module-presets/minimal.js +3 -3
- package/package.json +2 -2
- package/{data/data-chunks.js → process/chunks.js} +2 -3
- package/{data/data-file-embedding.js → process/file-embedding.js} +2 -2
- package/process/index.d.ts +5 -0
- package/process/index.js +13 -0
- /package/{data/event-tracker.d.ts → esm/event/tracker.d.ts} +0 -0
- /package/esm/{data/event-tracker.js → event/tracker.js} +0 -0
- /package/{data/data-job-trigger.d.ts → esm/job/trigger.d.ts} +0 -0
- /package/esm/{data/data-job-trigger.js → job/trigger.js} +0 -0
- /package/{data/data-aggregate-limit-counter.d.ts → esm/limit/enforce-aggregate.d.ts} +0 -0
- /package/esm/{data/data-aggregate-limit-counter.js → limit/enforce-aggregate.js} +0 -0
- /package/{data/data-limit-counter.d.ts → esm/limit/enforce-counter.d.ts} +0 -0
- /package/esm/{data/data-limit-counter.js → limit/enforce-counter.js} +0 -0
- /package/{data/data-feature-flag.d.ts → esm/limit/enforce-feature.d.ts} +0 -0
- /package/esm/{data/data-feature-flag.js → limit/enforce-feature.js} +0 -0
- /package/{data/data-meter-rate-limit.d.ts → esm/limit/enforce-rate.d.ts} +0 -0
- /package/esm/{data/data-meter-rate-limit.js → limit/enforce-rate.js} +0 -0
- /package/{data/data-billing-meter.d.ts → esm/limit/track-usage.d.ts} +0 -0
- /package/esm/{data/data-billing-meter.js → limit/track-usage.js} +0 -0
- /package/{data/limit-warning-aggregate.d.ts → esm/limit/warning-aggregate.d.ts} +0 -0
- /package/esm/{data/limit-warning-aggregate.js → limit/warning-aggregate.js} +0 -0
- /package/{data/limit-warning-counter.d.ts → esm/limit/warning-counter.d.ts} +0 -0
- /package/esm/{data/limit-warning-counter.js → limit/warning-counter.js} +0 -0
- /package/{data/limit-warning-rate.d.ts → esm/limit/warning-rate.d.ts} +0 -0
- /package/esm/{data/limit-warning-rate.js → limit/warning-rate.js} +0 -0
- /package/{data/data-chunks.d.ts → esm/process/chunks.d.ts} +0 -0
- /package/{data/process-extraction.d.ts → esm/process/extraction.d.ts} +0 -0
- /package/esm/{data/process-extraction.js → process/extraction.js} +0 -0
- /package/{data/data-file-embedding.d.ts → esm/process/file-embedding.d.ts} +0 -0
- /package/{data/data-image-embedding.d.ts → esm/process/image-embedding.d.ts} +0 -0
- /package/esm/{data/data-image-embedding.js → process/image-embedding.js} +0 -0
- /package/{data/process-image-versions.d.ts → esm/process/image-versions.d.ts} +0 -0
- /package/esm/{data/process-image-versions.js → process/image-versions.js} +0 -0
- /package/{esm/data/event-tracker.d.ts → event/tracker.d.ts} +0 -0
- /package/{data/event-tracker.js → event/tracker.js} +0 -0
- /package/{esm/data/data-job-trigger.d.ts → job/trigger.d.ts} +0 -0
- /package/{data/data-job-trigger.js → job/trigger.js} +0 -0
- /package/{esm/data/data-aggregate-limit-counter.d.ts → limit/enforce-aggregate.d.ts} +0 -0
- /package/{data/data-aggregate-limit-counter.js → limit/enforce-aggregate.js} +0 -0
- /package/{esm/data/data-limit-counter.d.ts → limit/enforce-counter.d.ts} +0 -0
- /package/{data/data-limit-counter.js → limit/enforce-counter.js} +0 -0
- /package/{esm/data/data-feature-flag.d.ts → limit/enforce-feature.d.ts} +0 -0
- /package/{data/data-feature-flag.js → limit/enforce-feature.js} +0 -0
- /package/{esm/data/data-meter-rate-limit.d.ts → limit/enforce-rate.d.ts} +0 -0
- /package/{data/data-meter-rate-limit.js → limit/enforce-rate.js} +0 -0
- /package/{esm/data/data-billing-meter.d.ts → limit/track-usage.d.ts} +0 -0
- /package/{data/data-billing-meter.js → limit/track-usage.js} +0 -0
- /package/{esm/data/limit-warning-aggregate.d.ts → limit/warning-aggregate.d.ts} +0 -0
- /package/{data/limit-warning-aggregate.js → limit/warning-aggregate.js} +0 -0
- /package/{esm/data/limit-warning-counter.d.ts → limit/warning-counter.d.ts} +0 -0
- /package/{data/limit-warning-counter.js → limit/warning-counter.js} +0 -0
- /package/{esm/data/limit-warning-rate.d.ts → limit/warning-rate.d.ts} +0 -0
- /package/{data/limit-warning-rate.js → limit/warning-rate.js} +0 -0
- /package/{esm/data/data-chunks.d.ts → process/chunks.d.ts} +0 -0
- /package/{esm/data/process-extraction.d.ts → process/extraction.d.ts} +0 -0
- /package/{data/process-extraction.js → process/extraction.js} +0 -0
- /package/{esm/data/data-file-embedding.d.ts → process/file-embedding.d.ts} +0 -0
- /package/{esm/data/data-image-embedding.d.ts → process/image-embedding.d.ts} +0 -0
- /package/{data/data-image-embedding.js → process/image-embedding.js} +0 -0
- /package/{esm/data/process-image-versions.d.ts → process/image-versions.d.ts} +0 -0
- /package/{data/process-image-versions.js → process/image-versions.js} +0 -0
|
@@ -93,9 +93,8 @@ exports.ProcessChunks = {
|
|
|
93
93
|
type: 'array',
|
|
94
94
|
items: { type: 'string', enum: ['fulltext', 'bm25', 'trigram'] },
|
|
95
95
|
description: 'Text search indexes to create on the chunks content column. ' +
|
|
96
|
-
'
|
|
97
|
-
'
|
|
98
|
-
default: ['fulltext']
|
|
96
|
+
'Omit to mirror the parent table\'s text search indexes. ' +
|
|
97
|
+
'Set explicitly to override (e.g. ["fulltext", "bm25"]).'
|
|
99
98
|
},
|
|
100
99
|
// ── Job trigger ────────────────────────────────────────────────
|
|
101
100
|
enqueue_chunking_job: {
|
|
@@ -159,8 +159,8 @@ exports.ProcessFileEmbedding = {
|
|
|
159
159
|
type: 'array',
|
|
160
160
|
items: { type: 'string', enum: ['fulltext', 'bm25', 'trigram'] },
|
|
161
161
|
description: 'Text search indexes to create on the chunks content column. ' +
|
|
162
|
-
'
|
|
163
|
-
|
|
162
|
+
'Omit to mirror the parent table\'s text search indexes. ' +
|
|
163
|
+
'Set explicitly to override.'
|
|
164
164
|
},
|
|
165
165
|
enqueue_chunking_job: {
|
|
166
166
|
type: 'boolean',
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { ProcessChunks } from './chunks';
|
|
2
|
+
export { ProcessExtraction } from './extraction';
|
|
3
|
+
export { ProcessFileEmbedding } from './file-embedding';
|
|
4
|
+
export { ProcessImageEmbedding } from './image-embedding';
|
|
5
|
+
export { ProcessImageVersions } from './image-versions';
|
package/process/index.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProcessImageVersions = exports.ProcessImageEmbedding = exports.ProcessFileEmbedding = exports.ProcessExtraction = exports.ProcessChunks = void 0;
|
|
4
|
+
var chunks_1 = require("./chunks");
|
|
5
|
+
Object.defineProperty(exports, "ProcessChunks", { enumerable: true, get: function () { return chunks_1.ProcessChunks; } });
|
|
6
|
+
var extraction_1 = require("./extraction");
|
|
7
|
+
Object.defineProperty(exports, "ProcessExtraction", { enumerable: true, get: function () { return extraction_1.ProcessExtraction; } });
|
|
8
|
+
var file_embedding_1 = require("./file-embedding");
|
|
9
|
+
Object.defineProperty(exports, "ProcessFileEmbedding", { enumerable: true, get: function () { return file_embedding_1.ProcessFileEmbedding; } });
|
|
10
|
+
var image_embedding_1 = require("./image-embedding");
|
|
11
|
+
Object.defineProperty(exports, "ProcessImageEmbedding", { enumerable: true, get: function () { return image_embedding_1.ProcessImageEmbedding; } });
|
|
12
|
+
var image_versions_1 = require("./image-versions");
|
|
13
|
+
Object.defineProperty(exports, "ProcessImageVersions", { enumerable: true, get: function () { return image_versions_1.ProcessImageVersions; } });
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|