@vobase/core 0.7.0 → 0.8.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/dist/app.d.ts +6 -5
- package/dist/app.d.ts.map +1 -1
- package/dist/contracts/module.d.ts +4 -4
- package/dist/contracts/module.d.ts.map +1 -1
- package/dist/ctx.d.ts +8 -4
- package/dist/ctx.d.ts.map +1 -1
- package/dist/index.d.ts +16 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +83180 -82493
- package/dist/modules/audit/index.d.ts +1 -1
- package/dist/modules/audit/index.d.ts.map +1 -1
- package/dist/modules/audit/middleware.d.ts +0 -3
- package/dist/modules/audit/middleware.d.ts.map +1 -1
- package/dist/modules/auth/audit-hooks.d.ts +6 -0
- package/dist/modules/auth/audit-hooks.d.ts.map +1 -0
- package/dist/modules/auth/index.d.ts +17 -0
- package/dist/modules/auth/index.d.ts.map +1 -0
- package/dist/modules/auth/middleware.d.ts +14 -0
- package/dist/modules/auth/middleware.d.ts.map +1 -0
- package/dist/{db/auth-schema.d.ts → modules/auth/schema.d.ts} +1 -1
- package/dist/{db/auth-schema.d.ts.map → modules/auth/schema.d.ts.map} +1 -1
- package/dist/modules/notify/index.d.ts +36 -0
- package/dist/modules/notify/index.d.ts.map +1 -0
- package/dist/modules/notify/providers/resend.d.ts +7 -0
- package/dist/modules/notify/providers/resend.d.ts.map +1 -0
- package/dist/modules/notify/providers/smtp.d.ts +18 -0
- package/dist/modules/notify/providers/smtp.d.ts.map +1 -0
- package/dist/modules/notify/providers/waba.d.ts +12 -0
- package/dist/modules/notify/providers/waba.d.ts.map +1 -0
- package/dist/modules/notify/schema.d.ts +337 -0
- package/dist/modules/notify/schema.d.ts.map +1 -0
- package/dist/modules/notify/service.d.ts +22 -0
- package/dist/modules/notify/service.d.ts.map +1 -0
- package/dist/modules/storage/index.d.ts +24 -0
- package/dist/modules/storage/index.d.ts.map +1 -0
- package/dist/modules/storage/providers/local.d.ts +3 -0
- package/dist/modules/storage/providers/local.d.ts.map +1 -0
- package/dist/modules/storage/providers/s3.d.ts +3 -0
- package/dist/modules/storage/providers/s3.d.ts.map +1 -0
- package/dist/modules/storage/routes.d.ts +4 -0
- package/dist/modules/storage/routes.d.ts.map +1 -0
- package/dist/modules/storage/schema.d.ts +273 -0
- package/dist/modules/storage/schema.d.ts.map +1 -0
- package/dist/modules/storage/service.d.ts +35 -0
- package/dist/modules/storage/service.d.ts.map +1 -0
- package/dist/schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/auth.d.ts +0 -30
- package/dist/auth.d.ts.map +0 -1
- package/dist/middleware/session.d.ts +0 -14
- package/dist/middleware/session.d.ts.map +0 -1
- package/dist/storage.d.ts +0 -8
- package/dist/storage.d.ts.map +0 -1
package/dist/app.d.ts
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
import { type CreateAuthOptions } from './auth';
|
|
2
1
|
import { type HttpClientOptions } from './http-client';
|
|
2
|
+
import { type AuthModuleConfig } from './modules/auth';
|
|
3
|
+
import { type NotifyModuleConfig } from './modules/notify';
|
|
4
|
+
import { type StorageModuleConfig } from './modules/storage';
|
|
3
5
|
import type { VobaseModule } from './module';
|
|
4
6
|
import { type WebhookConfig } from './webhooks';
|
|
5
7
|
export interface CreateAppConfig {
|
|
6
8
|
modules: VobaseModule[];
|
|
7
9
|
database: string;
|
|
8
|
-
storage?:
|
|
9
|
-
|
|
10
|
-
};
|
|
10
|
+
storage?: StorageModuleConfig;
|
|
11
|
+
notify?: NotifyModuleConfig;
|
|
11
12
|
http?: HttpClientOptions;
|
|
12
13
|
webhooks?: Record<string, WebhookConfig>;
|
|
13
14
|
mcp?: {
|
|
14
15
|
enabled?: boolean;
|
|
15
16
|
};
|
|
16
17
|
trustedOrigins?: string[];
|
|
17
|
-
auth?: Omit<
|
|
18
|
+
auth?: Omit<AuthModuleConfig, 'trustedOrigins'>;
|
|
18
19
|
/** Enable the credentials module (encrypted credential store). Default: false */
|
|
19
20
|
credentials?: {
|
|
20
21
|
enabled: boolean;
|
package/dist/app.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAIA,OAAO,EAAoB,KAAK,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAMzE,OAAO,EAA+C,KAAK,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEpG,OAAO,EAAsB,KAAK,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAG/E,OAAO,EAAuB,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAElF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAG7C,OAAO,EAAuB,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAqCrE,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IACzC,GAAG,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,IAAI,CAAC,EAAE,IAAI,CAAC,gBAAgB,EAAE,gBAAgB,CAAC,CAAC;IAChD,iFAAiF;IACjF,WAAW,CAAC,EAAE;QAAE,OAAO,EAAE,OAAO,CAAA;KAAE,CAAC;CACpC;AAED,wBAAgB,SAAS,CAAC,MAAM,EAAE,eAAe;;;;;;;;;;;;mBAqGhD"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { VobaseDb } from '../db/client';
|
|
2
2
|
import type { HttpClient } from '../http-client';
|
|
3
|
-
import type {
|
|
4
|
-
import type {
|
|
3
|
+
import type { NotifyService } from '../modules/notify/service';
|
|
4
|
+
import type { StorageService } from '../modules/storage/service';
|
|
5
5
|
import type { Scheduler } from '../queue';
|
|
6
6
|
/**
|
|
7
7
|
* Context passed to a module's `init` hook during app boot.
|
|
@@ -10,8 +10,8 @@ import type { Scheduler } from '../queue';
|
|
|
10
10
|
export interface ModuleInitContext {
|
|
11
11
|
db: VobaseDb;
|
|
12
12
|
scheduler: Scheduler;
|
|
13
|
-
storage:
|
|
13
|
+
storage: StorageService;
|
|
14
14
|
http: HttpClient;
|
|
15
|
-
notify:
|
|
15
|
+
notify: NotifyService;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/contracts/module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/contracts/module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,QAAQ,CAAC;IACb,SAAS,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE,UAAU,CAAC;IACjB,MAAM,EAAE,aAAa,CAAC;CACvB"}
|
package/dist/ctx.d.ts
CHANGED
|
@@ -2,7 +2,8 @@ import type { Context } from 'hono';
|
|
|
2
2
|
import type { VobaseDb } from './db';
|
|
3
3
|
import type { HttpClient } from './http-client';
|
|
4
4
|
import type { Scheduler } from './queue';
|
|
5
|
-
import type {
|
|
5
|
+
import type { NotifyService } from './modules/notify/service';
|
|
6
|
+
import type { StorageService } from './modules/storage/service';
|
|
6
7
|
export interface VobaseUser {
|
|
7
8
|
id: string;
|
|
8
9
|
email: string;
|
|
@@ -13,21 +14,24 @@ export interface VobaseCtx {
|
|
|
13
14
|
db: VobaseDb;
|
|
14
15
|
user: VobaseUser | null;
|
|
15
16
|
scheduler: Scheduler;
|
|
16
|
-
storage:
|
|
17
|
+
storage: StorageService;
|
|
18
|
+
notify: NotifyService;
|
|
17
19
|
http: HttpClient;
|
|
18
20
|
}
|
|
19
21
|
declare module 'hono' {
|
|
20
22
|
interface ContextVariableMap {
|
|
21
23
|
db: VobaseDb;
|
|
22
24
|
scheduler: Scheduler;
|
|
23
|
-
storage:
|
|
25
|
+
storage: StorageService;
|
|
26
|
+
notify: NotifyService;
|
|
24
27
|
http: HttpClient;
|
|
25
28
|
}
|
|
26
29
|
}
|
|
27
30
|
export declare function contextMiddleware(deps: {
|
|
28
31
|
db: VobaseDb;
|
|
29
32
|
scheduler: Scheduler;
|
|
30
|
-
storage:
|
|
33
|
+
storage: StorageService;
|
|
34
|
+
notify: NotifyService;
|
|
31
35
|
http: HttpClient;
|
|
32
36
|
}): import("hono").MiddlewareHandler<any, string, {}, Response>;
|
|
33
37
|
export declare function getCtx(c: Context): VobaseCtx;
|
package/dist/ctx.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ctx.d.ts","sourceRoot":"","sources":["../src/ctx.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAGpC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AACrC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ctx.d.ts","sourceRoot":"","sources":["../src/ctx.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAGpC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AACrC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAEhE,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,QAAQ,CAAC;IACb,IAAI,EAAE,UAAU,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,cAAc,CAAC;IACxB,MAAM,EAAE,aAAa,CAAC;IACtB,IAAI,EAAE,UAAU,CAAC;CAClB;AAED,OAAO,QAAQ,MAAM,CAAC;IACpB,UAAU,kBAAkB;QAC1B,EAAE,EAAE,QAAQ,CAAC;QACb,SAAS,EAAE,SAAS,CAAC;QACrB,OAAO,EAAE,cAAc,CAAC;QACxB,MAAM,EAAE,aAAa,CAAC;QACtB,IAAI,EAAE,UAAU,CAAC;KAClB;CACF;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE;IACtC,EAAE,EAAE,QAAQ,CAAC;IACb,SAAS,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,cAAc,CAAC;IACxB,MAAM,EAAE,aAAa,CAAC;IACtB,IAAI,EAAE,UAAU,CAAC;CAClB,+DASA;AAED,wBAAgB,MAAM,CAAC,CAAC,EAAE,OAAO,GAAG,SAAS,CAS5C"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { type CreateAppConfig, createApp } from './app';
|
|
2
|
-
export { type
|
|
2
|
+
export { createAuthModule, type AuthModuleConfig, type AuthModule } from './modules/auth';
|
|
3
|
+
export { sessionMiddleware, optionalSessionMiddleware } from './modules/auth/middleware';
|
|
3
4
|
export type { AuthAdapter, AuthSession, AuthUser } from './contracts/auth';
|
|
4
5
|
export type { StorageProvider, UploadOptions, PresignOptions, ListOptions, StorageListResult, StorageObjectInfo, LocalProviderConfig, S3ProviderConfig, StorageProviderConfig, } from './contracts/storage';
|
|
5
6
|
export type { EmailProvider, EmailMessage, EmailAttachment, EmailResult, WhatsAppProvider, WhatsAppMessage, WhatsAppResult, } from './contracts/notify';
|
|
@@ -14,20 +15,31 @@ export { conflict, dbBusy, ERROR_CODES, type ErrorCode, errorHandler, forbidden,
|
|
|
14
15
|
export type { JobDefinition, JobHandler, WorkerOptions } from './job';
|
|
15
16
|
export { createWorker, defineJob } from './job';
|
|
16
17
|
export { logger } from './logger';
|
|
17
|
-
export {
|
|
18
|
+
export { createAuthAuditHooks } from './modules/auth/audit-hooks';
|
|
18
19
|
export type { DefineModuleConfig, VobaseModule } from './module';
|
|
19
20
|
export { defineModule } from './module';
|
|
20
21
|
export { registerModules } from './module-registry';
|
|
21
22
|
export { createScheduler, type JobOptions, type Scheduler } from './queue';
|
|
22
23
|
export { createAuditModule, auditLog, recordAudits } from './modules/audit';
|
|
23
24
|
export { trackChanges } from './modules/audit/track-changes';
|
|
24
|
-
export { requestAuditMiddleware
|
|
25
|
+
export { requestAuditMiddleware } from './modules/audit/middleware';
|
|
25
26
|
export { createSequencesModule, sequences } from './modules/sequences';
|
|
26
27
|
export { nextSequence, type SequenceOptions } from './modules/sequences/next-sequence';
|
|
27
28
|
export { createCredentialsModule, credentialsTable } from './modules/credentials';
|
|
28
29
|
export { encrypt, decrypt, getCredential, setCredential, deleteCredential } from './modules/credentials/encrypt';
|
|
29
30
|
export { getActiveSchemas, type SchemaConfig } from './schemas';
|
|
30
31
|
export { createThrowProxy } from './throw-proxy';
|
|
31
|
-
export {
|
|
32
|
+
export { createStorageModule, type StorageModuleConfig } from './modules/storage';
|
|
33
|
+
export { createLocalProvider } from './modules/storage/providers/local';
|
|
34
|
+
export { createS3Provider } from './modules/storage/providers/s3';
|
|
35
|
+
export { createStorageRoutes } from './modules/storage/routes';
|
|
36
|
+
export { storageObjects } from './modules/storage/schema';
|
|
37
|
+
export type { StorageService, BucketConfig, BucketHandle, StorageObject, BucketListOptions } from './modules/storage/service';
|
|
38
|
+
export { createNotifyModule, type NotifyModuleConfig } from './modules/notify';
|
|
39
|
+
export { notifyLog } from './modules/notify/schema';
|
|
40
|
+
export { createResendProvider, type ResendConfig } from './modules/notify/providers/resend';
|
|
41
|
+
export { createSmtpProvider, type SmtpConfig } from './modules/notify/providers/smtp';
|
|
42
|
+
export { createWabaProvider, type WabaConfig } from './modules/notify/providers/waba';
|
|
43
|
+
export type { NotifyService, EmailChannel, WhatsAppChannel } from './modules/notify/service';
|
|
32
44
|
export { type WebhookConfig, verifyHmacSignature, createWebhookRoutes, webhookDedup } from './webhooks';
|
|
33
45
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,eAAe,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGxD,OAAO,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|