@exulu/backend 1.4.0 → 1.5.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/CHANGELOG.md +2 -2
- package/dist/index.cjs +1305 -1299
- package/dist/index.d.cts +1 -7
- package/dist/index.d.ts +1 -7
- package/dist/index.js +1305 -1298
- package/package.json +1 -1
- package/README.md +0 -176
package/dist/index.d.cts
CHANGED
|
@@ -1418,11 +1418,5 @@ declare const ExuluChunkers: {
|
|
|
1418
1418
|
rules: typeof RecursiveRules;
|
|
1419
1419
|
};
|
|
1420
1420
|
};
|
|
1421
|
-
declare const ExuluDatabase: {
|
|
1422
|
-
init: () => Promise<void>;
|
|
1423
|
-
generateApiKey: (name: string, email: string) => Promise<{
|
|
1424
|
-
key: string;
|
|
1425
|
-
}>;
|
|
1426
|
-
};
|
|
1427
1421
|
|
|
1428
|
-
export { type JOB_STATUS as EXULU_JOB_STATUS, JOB_STATUS_ENUM as EXULU_JOB_STATUS_ENUM, type STATISTICS_TYPE as EXULU_STATISTICS_TYPE, STATISTICS_TYPE_ENUM as EXULU_STATISTICS_TYPE_ENUM, ExuluAgent, ExuluApp, authentication as ExuluAuthentication, ExuluChunkers, ExuluContext,
|
|
1422
|
+
export { type JOB_STATUS as EXULU_JOB_STATUS, JOB_STATUS_ENUM as EXULU_JOB_STATUS_ENUM, type STATISTICS_TYPE as EXULU_STATISTICS_TYPE, STATISTICS_TYPE_ENUM as EXULU_STATISTICS_TYPE_ENUM, ExuluAgent, ExuluApp, authentication as ExuluAuthentication, ExuluChunkers, ExuluContext, ExuluEmbedder, ExuluEval, type Job as ExuluJob, ExuluJobs, ExuluLogger, queues as ExuluQueues, ExuluSource, ExuluTool, ExuluWorkflow, type ExuluWorkflowStep, ExuluZodFileType };
|
package/dist/index.d.ts
CHANGED
|
@@ -1418,11 +1418,5 @@ declare const ExuluChunkers: {
|
|
|
1418
1418
|
rules: typeof RecursiveRules;
|
|
1419
1419
|
};
|
|
1420
1420
|
};
|
|
1421
|
-
declare const ExuluDatabase: {
|
|
1422
|
-
init: () => Promise<void>;
|
|
1423
|
-
generateApiKey: (name: string, email: string) => Promise<{
|
|
1424
|
-
key: string;
|
|
1425
|
-
}>;
|
|
1426
|
-
};
|
|
1427
1421
|
|
|
1428
|
-
export { type JOB_STATUS as EXULU_JOB_STATUS, JOB_STATUS_ENUM as EXULU_JOB_STATUS_ENUM, type STATISTICS_TYPE as EXULU_STATISTICS_TYPE, STATISTICS_TYPE_ENUM as EXULU_STATISTICS_TYPE_ENUM, ExuluAgent, ExuluApp, authentication as ExuluAuthentication, ExuluChunkers, ExuluContext,
|
|
1422
|
+
export { type JOB_STATUS as EXULU_JOB_STATUS, JOB_STATUS_ENUM as EXULU_JOB_STATUS_ENUM, type STATISTICS_TYPE as EXULU_STATISTICS_TYPE, STATISTICS_TYPE_ENUM as EXULU_STATISTICS_TYPE_ENUM, ExuluAgent, ExuluApp, authentication as ExuluAuthentication, ExuluChunkers, ExuluContext, ExuluEmbedder, ExuluEval, type Job as ExuluJob, ExuluJobs, ExuluLogger, queues as ExuluQueues, ExuluSource, ExuluTool, ExuluWorkflow, type ExuluWorkflowStep, ExuluZodFileType };
|