alepha 0.13.4 → 0.13.5
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/api-files/index.browser.js +5 -5
- package/dist/api-files/index.d.ts +191 -191
- package/dist/api-files/index.js +9 -9
- package/dist/api-jobs/index.browser.js +5 -5
- package/dist/api-jobs/index.d.ts +173 -173
- package/dist/api-jobs/index.js +9 -9
- package/dist/api-notifications/index.browser.js +11 -11
- package/dist/api-notifications/index.d.ts +11 -11
- package/dist/api-notifications/index.js +11 -11
- package/dist/api-parameters/index.browser.js +2 -2
- package/dist/api-parameters/index.d.ts +3 -3
- package/dist/api-parameters/index.js +3 -3
- package/dist/api-users/index.browser.js +6 -6
- package/dist/api-users/index.d.ts +55 -55
- package/dist/api-users/index.js +36 -36
- package/dist/api-verifications/index.browser.js +5 -5
- package/dist/api-verifications/index.d.ts +21 -21
- package/dist/api-verifications/index.js +10 -10
- package/dist/batch/index.d.ts +3 -3
- package/dist/batch/index.js +3 -3
- package/dist/bin/index.js +1 -1
- package/dist/bucket/index.d.ts +6 -6
- package/dist/bucket/index.js +7 -7
- package/dist/cache/index.d.ts +4 -4
- package/dist/cache/index.js +5 -5
- package/dist/cache-redis/index.d.ts +2 -2
- package/dist/cache-redis/index.js +2 -2
- package/dist/cli/{dist-lGnqsKpu.js → dist-BlfFtOk2.js} +16 -16
- package/dist/cli/{dist-lGnqsKpu.js.map → dist-BlfFtOk2.js.map} +1 -1
- package/dist/cli/index.d.ts +31 -75
- package/dist/cli/index.js +94 -171
- package/dist/cli/index.js.map +1 -1
- package/dist/command/index.d.ts +8 -8
- package/dist/command/index.js +11 -10
- package/dist/command/index.js.map +1 -1
- package/dist/core/index.browser.js +35 -35
- package/dist/core/index.d.ts +39 -39
- package/dist/core/index.js +35 -35
- package/dist/core/index.native.js +35 -35
- package/dist/datetime/index.d.ts +3 -3
- package/dist/datetime/index.js +3 -3
- package/dist/email/index.d.ts +11 -11
- package/dist/email/index.js +42 -42
- package/dist/fake/index.d.ts +2 -2
- package/dist/fake/index.js +5 -5
- package/dist/file/index.d.ts +4 -4
- package/dist/file/index.js +4 -4
- package/dist/lock/index.d.ts +5 -5
- package/dist/lock/index.js +5 -5
- package/dist/lock-redis/index.d.ts +2 -2
- package/dist/lock-redis/index.js +2 -2
- package/dist/logger/index.d.ts +11 -11
- package/dist/logger/index.js +12 -12
- package/dist/orm/index.browser.js +12 -12
- package/dist/orm/index.d.ts +52 -52
- package/dist/orm/index.js +32 -32
- package/dist/queue/index.d.ts +7 -7
- package/dist/queue/index.js +6 -6
- package/dist/queue-redis/index.d.ts +2 -2
- package/dist/queue-redis/index.js +2 -2
- package/dist/redis/index.d.ts +13 -13
- package/dist/redis/index.js +3 -3
- package/dist/retry/index.d.ts +5 -5
- package/dist/retry/index.js +5 -5
- package/dist/router/index.d.ts +1 -1
- package/dist/router/index.js +1 -1
- package/dist/scheduler/index.d.ts +4 -4
- package/dist/scheduler/index.js +7 -7
- package/dist/security/index.browser.js +7 -7
- package/dist/security/index.d.ts +15 -15
- package/dist/security/index.js +46 -46
- package/dist/server/index.browser.js +14 -14
- package/dist/server/index.d.ts +26 -26
- package/dist/server/index.js +26 -26
- package/dist/server-auth/index.browser.js +6 -6
- package/dist/server-auth/index.d.ts +163 -163
- package/dist/server-auth/index.js +13 -13
- package/dist/server-cache/index.d.ts +2 -2
- package/dist/server-cache/index.js +2 -2
- package/dist/server-compress/index.d.ts +2 -2
- package/dist/server-compress/index.js +2 -2
- package/dist/server-cookies/index.browser.js +3 -3
- package/dist/server-cookies/index.d.ts +4 -4
- package/dist/server-cookies/index.js +4 -4
- package/dist/server-cors/index.d.ts +3 -3
- package/dist/server-cors/index.js +3 -3
- package/dist/server-health/index.d.ts +3 -3
- package/dist/server-health/index.js +3 -3
- package/dist/server-helmet/index.d.ts +2 -2
- package/dist/server-helmet/index.js +2 -2
- package/dist/server-links/index.browser.js +5 -5
- package/dist/server-links/index.d.ts +40 -40
- package/dist/server-links/index.js +7 -7
- package/dist/server-metrics/index.d.ts +2 -2
- package/dist/server-metrics/index.js +86 -86
- package/dist/server-multipart/index.d.ts +2 -2
- package/dist/server-multipart/index.js +2 -2
- package/dist/server-proxy/index.d.ts +3 -3
- package/dist/server-proxy/index.js +3 -3
- package/dist/server-rate-limit/index.d.ts +3 -3
- package/dist/server-rate-limit/index.js +3 -3
- package/dist/server-security/index.browser.js +1 -1
- package/dist/server-security/index.d.ts +13 -13
- package/dist/server-security/index.js +4 -4
- package/dist/server-static/index.d.ts +3 -3
- package/dist/server-static/index.js +3 -3
- package/dist/server-swagger/index.d.ts +3 -3
- package/dist/server-swagger/index.js +3 -3
- package/dist/sms/index.d.ts +6 -6
- package/dist/sms/index.js +6 -6
- package/dist/thread/index.d.ts +3 -3
- package/dist/thread/index.js +3 -3
- package/dist/topic/index.d.ts +6 -6
- package/dist/topic/index.js +6 -6
- package/dist/topic-redis/index.d.ts +2 -2
- package/dist/topic-redis/index.js +2 -2
- package/dist/vite/index.d.ts +17 -17
- package/dist/vite/index.js +20 -20
- package/dist/websocket/index.browser.js +9 -9
- package/dist/websocket/index.d.ts +17 -17
- package/dist/websocket/index.js +10 -10
- package/package.json +5 -4
- package/src/cli/apps/AlephaCli.ts +1 -2
- package/src/cli/commands/BiomeCommands.ts +4 -6
- package/src/cli/commands/CoreCommands.ts +2 -2
- package/src/cli/commands/DrizzleCommands.ts +76 -78
- package/src/cli/commands/VerifyCommands.ts +3 -5
- package/src/cli/commands/ViteCommands.ts +6 -8
- package/src/cli/index.ts +1 -1
- package/src/cli/services/{ProjectUtils.ts → AlephaCliUtils.ts} +101 -16
- package/src/command/providers/CliProvider.ts +12 -4
- package/src/cli/services/ProcessRunner.ts +0 -89
package/dist/api-files/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { $logger } from "alepha/logger";
|
|
|
10
10
|
import "alepha/server/security";
|
|
11
11
|
import { $scheduler } from "alepha/scheduler";
|
|
12
12
|
|
|
13
|
-
//#region src/api-files/schemas/fileQuerySchema.ts
|
|
13
|
+
//#region ../../src/api-files/schemas/fileQuerySchema.ts
|
|
14
14
|
const fileQuerySchema = t.extend(pageQuerySchema, {
|
|
15
15
|
bucket: t.optional(t.string()),
|
|
16
16
|
tags: t.optional(t.array(t.string())),
|
|
@@ -22,7 +22,7 @@ const fileQuerySchema = t.extend(pageQuerySchema, {
|
|
|
22
22
|
});
|
|
23
23
|
|
|
24
24
|
//#endregion
|
|
25
|
-
//#region src/api-files/entities/files.ts
|
|
25
|
+
//#region ../../src/api-files/entities/files.ts
|
|
26
26
|
const files = $entity({
|
|
27
27
|
name: "files",
|
|
28
28
|
schema: t.object({
|
|
@@ -53,14 +53,14 @@ const files = $entity({
|
|
|
53
53
|
});
|
|
54
54
|
|
|
55
55
|
//#endregion
|
|
56
|
-
//#region src/api-files/schemas/fileResourceSchema.ts
|
|
56
|
+
//#region ../../src/api-files/schemas/fileResourceSchema.ts
|
|
57
57
|
const fileResourceSchema = t.extend(files.schema, {}, {
|
|
58
58
|
title: "FileResource",
|
|
59
59
|
description: "A file resource representing a file stored in the system."
|
|
60
60
|
});
|
|
61
61
|
|
|
62
62
|
//#endregion
|
|
63
|
-
//#region src/api-files/services/FileService.ts
|
|
63
|
+
//#region ../../src/api-files/services/FileService.ts
|
|
64
64
|
var FileService = class {
|
|
65
65
|
alepha = $inject(Alepha);
|
|
66
66
|
log = $logger();
|
|
@@ -322,7 +322,7 @@ var FileService = class {
|
|
|
322
322
|
};
|
|
323
323
|
|
|
324
324
|
//#endregion
|
|
325
|
-
//#region src/api-files/controllers/FileController.ts
|
|
325
|
+
//#region ../../src/api-files/controllers/FileController.ts
|
|
326
326
|
/**
|
|
327
327
|
* REST API controller for file management operations.
|
|
328
328
|
* Provides endpoints for uploading, downloading, listing, and deleting files.
|
|
@@ -430,7 +430,7 @@ var FileController = class {
|
|
|
430
430
|
};
|
|
431
431
|
|
|
432
432
|
//#endregion
|
|
433
|
-
//#region src/api-files/schemas/storageStatsSchema.ts
|
|
433
|
+
//#region ../../src/api-files/schemas/storageStatsSchema.ts
|
|
434
434
|
const bucketStatsSchema = t.object({
|
|
435
435
|
bucket: t.string(),
|
|
436
436
|
totalSize: t.number(),
|
|
@@ -448,7 +448,7 @@ const storageStatsSchema = t.object({
|
|
|
448
448
|
});
|
|
449
449
|
|
|
450
450
|
//#endregion
|
|
451
|
-
//#region src/api-files/controllers/StorageStatsController.ts
|
|
451
|
+
//#region ../../src/api-files/controllers/StorageStatsController.ts
|
|
452
452
|
/**
|
|
453
453
|
* REST API controller for storage analytics and statistics.
|
|
454
454
|
* Provides endpoints for viewing storage usage metrics.
|
|
@@ -472,7 +472,7 @@ var StorageStatsController = class {
|
|
|
472
472
|
};
|
|
473
473
|
|
|
474
474
|
//#endregion
|
|
475
|
-
//#region src/api-files/jobs/FileJobs.ts
|
|
475
|
+
//#region ../../src/api-files/jobs/FileJobs.ts
|
|
476
476
|
var FileJobs = class {
|
|
477
477
|
fileService = $inject(FileService);
|
|
478
478
|
purgeFiles = $scheduler({
|
|
@@ -486,7 +486,7 @@ var FileJobs = class {
|
|
|
486
486
|
};
|
|
487
487
|
|
|
488
488
|
//#endregion
|
|
489
|
-
//#region src/api-files/index.ts
|
|
489
|
+
//#region ../../src/api-files/index.ts
|
|
490
490
|
/**
|
|
491
491
|
* Provides file management API endpoints for Alepha applications.
|
|
492
492
|
*
|
|
@@ -2,7 +2,7 @@ import { $module, t } from "alepha";
|
|
|
2
2
|
import { logEntrySchema } from "alepha/logger";
|
|
3
3
|
import { $entity, pageQuerySchema, pg } from "alepha/orm";
|
|
4
4
|
|
|
5
|
-
//#region src/api-jobs/entities/jobExecutions.ts
|
|
5
|
+
//#region ../../src/api-jobs/entities/jobExecutions.ts
|
|
6
6
|
const jobExecutions = $entity({
|
|
7
7
|
name: "job_executions",
|
|
8
8
|
schema: t.object({
|
|
@@ -23,7 +23,7 @@ const jobExecutions = $entity({
|
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
//#endregion
|
|
26
|
-
//#region src/api-jobs/schemas/jobExecutionQuerySchema.ts
|
|
26
|
+
//#region ../../src/api-jobs/schemas/jobExecutionQuerySchema.ts
|
|
27
27
|
const jobExecutionQuerySchema = t.extend(pageQuerySchema, {
|
|
28
28
|
status: t.optional(t.enum([
|
|
29
29
|
"STARTED",
|
|
@@ -34,18 +34,18 @@ const jobExecutionQuerySchema = t.extend(pageQuerySchema, {
|
|
|
34
34
|
});
|
|
35
35
|
|
|
36
36
|
//#endregion
|
|
37
|
-
//#region src/api-jobs/schemas/jobExecutionResourceSchema.ts
|
|
37
|
+
//#region ../../src/api-jobs/schemas/jobExecutionResourceSchema.ts
|
|
38
38
|
const jobExecutionResourceSchema = t.extend(jobExecutions.schema, {}, {
|
|
39
39
|
title: "JobExecutionResource",
|
|
40
40
|
description: "A job execution resource representing the execution details of a job."
|
|
41
41
|
});
|
|
42
42
|
|
|
43
43
|
//#endregion
|
|
44
|
-
//#region src/api-jobs/schemas/triggerJobSchema.ts
|
|
44
|
+
//#region ../../src/api-jobs/schemas/triggerJobSchema.ts
|
|
45
45
|
const triggerJobSchema = t.object({ name: t.string() });
|
|
46
46
|
|
|
47
47
|
//#endregion
|
|
48
|
-
//#region src/api-jobs/index.browser.ts
|
|
48
|
+
//#region ../../src/api-jobs/index.browser.ts
|
|
49
49
|
const AlephaApiJobs = $module({
|
|
50
50
|
name: "alepha.api.jobs",
|
|
51
51
|
services: []
|
package/dist/api-jobs/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as alepha224 from "alepha";
|
|
2
2
|
import { Alepha, Async, KIND, Primitive, Static, TNull, TObject, TOptional, TSchema, TUnion } from "alepha";
|
|
3
3
|
import * as alepha_server0 from "alepha/server";
|
|
4
4
|
import * as alepha_orm0 from "alepha/orm";
|
|
@@ -13,7 +13,7 @@ import "drizzle-orm/postgres-js";
|
|
|
13
13
|
import "postgres";
|
|
14
14
|
import "drizzle-orm/sqlite-core";
|
|
15
15
|
|
|
16
|
-
//#region src/orm/schemas/insertSchema.d.ts
|
|
16
|
+
//#region ../../src/orm/schemas/insertSchema.d.ts
|
|
17
17
|
/**
|
|
18
18
|
* Transforms a TObject schema for insert operations.
|
|
19
19
|
* All default properties at the root level are made optional.
|
|
@@ -28,7 +28,7 @@ type TObjectInsert<T extends TObject> = TObject<{ [K in keyof T["properties"]]:
|
|
|
28
28
|
"~optional": true;
|
|
29
29
|
} ? TOptional<T["properties"][K]> : T["properties"][K] }>;
|
|
30
30
|
//#endregion
|
|
31
|
-
//#region src/orm/schemas/updateSchema.d.ts
|
|
31
|
+
//#region ../../src/orm/schemas/updateSchema.d.ts
|
|
32
32
|
/**
|
|
33
33
|
* Transforms a TObject schema for update operations.
|
|
34
34
|
* All optional properties at the root level are made nullable (i.e., `T | null`).
|
|
@@ -40,7 +40,7 @@ type TObjectInsert<T extends TObject> = TObject<{ [K in keyof T["properties"]]:
|
|
|
40
40
|
*/
|
|
41
41
|
type TObjectUpdate<T extends TObject> = TObject<{ [K in keyof T["properties"]]: T["properties"][K] extends TOptional<infer U> ? TOptional<TUnion<[U, TNull]>> : T["properties"][K] }>;
|
|
42
42
|
//#endregion
|
|
43
|
-
//#region src/orm/primitives/$entity.d.ts
|
|
43
|
+
//#region ../../src/orm/primitives/$entity.d.ts
|
|
44
44
|
interface EntityPrimitiveOptions<T extends TObject, Keys = keyof Static<T>> {
|
|
45
45
|
/**
|
|
46
46
|
* The database table name that will be created for this entity.
|
|
@@ -173,7 +173,7 @@ type EntityColumn<T extends TObject> = {
|
|
|
173
173
|
};
|
|
174
174
|
type EntityColumns<T extends TObject> = { [key in keyof T["properties"]]: EntityColumn<T> };
|
|
175
175
|
//#endregion
|
|
176
|
-
//#region src/orm/constants/PG_SYMBOLS.d.ts
|
|
176
|
+
//#region ../../src/orm/constants/PG_SYMBOLS.d.ts
|
|
177
177
|
declare const PG_DEFAULT: unique symbol;
|
|
178
178
|
declare const PG_PRIMARY_KEY: unique symbol;
|
|
179
179
|
declare const PG_CREATED_AT: unique symbol;
|
|
@@ -223,17 +223,17 @@ interface PgRefOptions {
|
|
|
223
223
|
};
|
|
224
224
|
}
|
|
225
225
|
//#endregion
|
|
226
|
-
//#region src/orm/helpers/pgAttr.d.ts
|
|
226
|
+
//#region ../../src/orm/helpers/pgAttr.d.ts
|
|
227
227
|
/**
|
|
228
228
|
* Type representation.
|
|
229
229
|
*/
|
|
230
230
|
type PgAttr<T extends TSchema, TAttr extends PgSymbolKeys> = T & { [K in TAttr]: PgSymbols[K] };
|
|
231
231
|
//#endregion
|
|
232
|
-
//#region src/orm/providers/drivers/NodePostgresProvider.d.ts
|
|
232
|
+
//#region ../../src/orm/providers/drivers/NodePostgresProvider.d.ts
|
|
233
233
|
declare module "alepha" {
|
|
234
234
|
interface Env extends Partial<Static<typeof envSchema$1>> {}
|
|
235
235
|
}
|
|
236
|
-
declare const envSchema$1:
|
|
236
|
+
declare const envSchema$1: alepha224.TObject<{
|
|
237
237
|
/**
|
|
238
238
|
* Main configuration for database connection.
|
|
239
239
|
* Accept a string in the format of a Postgres connection URL.
|
|
@@ -241,21 +241,21 @@ declare const envSchema$1: alepha225.TObject<{
|
|
|
241
241
|
* or
|
|
242
242
|
* Example: postgres://user:password@localhost:5432/database?sslmode=require
|
|
243
243
|
*/
|
|
244
|
-
DATABASE_URL:
|
|
244
|
+
DATABASE_URL: alepha224.TOptional<alepha224.TString>;
|
|
245
245
|
/**
|
|
246
246
|
* In addition to the DATABASE_URL, you can specify the postgres schema name.
|
|
247
247
|
*
|
|
248
248
|
* It will monkey patch drizzle tables.
|
|
249
249
|
*/
|
|
250
|
-
POSTGRES_SCHEMA:
|
|
250
|
+
POSTGRES_SCHEMA: alepha224.TOptional<alepha224.TString>;
|
|
251
251
|
}>;
|
|
252
252
|
//#endregion
|
|
253
|
-
//#region src/orm/providers/drivers/NodeSqliteProvider.d.ts
|
|
253
|
+
//#region ../../src/orm/providers/drivers/NodeSqliteProvider.d.ts
|
|
254
254
|
/**
|
|
255
255
|
* Configuration options for the Node.js SQLite database provider.
|
|
256
256
|
*/
|
|
257
|
-
declare const nodeSqliteOptions:
|
|
258
|
-
path:
|
|
257
|
+
declare const nodeSqliteOptions: alepha224.Atom<alepha224.TObject<{
|
|
258
|
+
path: alepha224.TOptional<alepha224.TString>;
|
|
259
259
|
}>, "alepha.postgres.node-sqlite.options">;
|
|
260
260
|
type NodeSqliteProviderOptions = Static<typeof nodeSqliteOptions.schema>;
|
|
261
261
|
declare module "alepha" {
|
|
@@ -270,7 +270,7 @@ declare module "alepha" {
|
|
|
270
270
|
* This is NOT recommended for production use.
|
|
271
271
|
*/
|
|
272
272
|
//#endregion
|
|
273
|
-
//#region src/orm/index.d.ts
|
|
273
|
+
//#region ../../src/orm/index.d.ts
|
|
274
274
|
declare module "alepha" {
|
|
275
275
|
interface Hooks {
|
|
276
276
|
/**
|
|
@@ -338,77 +338,77 @@ declare module "alepha" {
|
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
//#endregion
|
|
341
|
-
//#region src/api-jobs/schemas/jobExecutionQuerySchema.d.ts
|
|
342
|
-
declare const jobExecutionQuerySchema:
|
|
343
|
-
page:
|
|
344
|
-
size:
|
|
345
|
-
sort:
|
|
346
|
-
status:
|
|
347
|
-
job:
|
|
341
|
+
//#region ../../src/api-jobs/schemas/jobExecutionQuerySchema.d.ts
|
|
342
|
+
declare const jobExecutionQuerySchema: alepha224.TObject<{
|
|
343
|
+
page: alepha224.TOptional<alepha224.TInteger>;
|
|
344
|
+
size: alepha224.TOptional<alepha224.TInteger>;
|
|
345
|
+
sort: alepha224.TOptional<alepha224.TString>;
|
|
346
|
+
status: alepha224.TOptional<alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">>;
|
|
347
|
+
job: alepha224.TOptional<alepha224.TString>;
|
|
348
348
|
}>;
|
|
349
349
|
type JobExecutionQuery = Static<typeof jobExecutionQuerySchema>;
|
|
350
350
|
//#endregion
|
|
351
|
-
//#region src/api-jobs/services/JobService.d.ts
|
|
351
|
+
//#region ../../src/api-jobs/services/JobService.d.ts
|
|
352
352
|
declare class JobService {
|
|
353
353
|
protected readonly alepha: Alepha;
|
|
354
|
-
protected readonly executionRepository: alepha_orm0.Repository<
|
|
355
|
-
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
356
|
-
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
357
|
-
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
358
|
-
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
359
|
-
finishedAt:
|
|
360
|
-
job:
|
|
361
|
-
status:
|
|
362
|
-
error:
|
|
363
|
-
logs:
|
|
364
|
-
level:
|
|
365
|
-
message:
|
|
366
|
-
service:
|
|
367
|
-
module:
|
|
368
|
-
context:
|
|
369
|
-
app:
|
|
370
|
-
data:
|
|
371
|
-
timestamp:
|
|
354
|
+
protected readonly executionRepository: alepha_orm0.Repository<alepha224.TObject<{
|
|
355
|
+
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
|
|
356
|
+
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
|
|
357
|
+
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
358
|
+
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
359
|
+
finishedAt: alepha224.TOptional<alepha224.TString>;
|
|
360
|
+
job: alepha224.TString;
|
|
361
|
+
status: alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
|
|
362
|
+
error: alepha224.TOptional<alepha224.TString>;
|
|
363
|
+
logs: alepha224.TOptional<alepha224.TArray<alepha224.TObject<{
|
|
364
|
+
level: alepha224.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
|
|
365
|
+
message: alepha224.TString;
|
|
366
|
+
service: alepha224.TString;
|
|
367
|
+
module: alepha224.TString;
|
|
368
|
+
context: alepha224.TOptional<alepha224.TString>;
|
|
369
|
+
app: alepha224.TOptional<alepha224.TString>;
|
|
370
|
+
data: alepha224.TOptional<alepha224.TAny>;
|
|
371
|
+
timestamp: alepha224.TNumber;
|
|
372
372
|
}>>>;
|
|
373
373
|
}>>;
|
|
374
374
|
getJobs(): Promise<string[]>;
|
|
375
|
-
getJobExecutions(query?: JobExecutionQuery): Promise<
|
|
376
|
-
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
377
|
-
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
378
|
-
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
379
|
-
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
380
|
-
finishedAt:
|
|
381
|
-
job:
|
|
382
|
-
status:
|
|
383
|
-
error:
|
|
384
|
-
logs:
|
|
385
|
-
level:
|
|
386
|
-
message:
|
|
387
|
-
service:
|
|
388
|
-
module:
|
|
389
|
-
context:
|
|
390
|
-
app:
|
|
391
|
-
data:
|
|
392
|
-
timestamp:
|
|
375
|
+
getJobExecutions(query?: JobExecutionQuery): Promise<alepha224.Page<alepha_orm0.PgStatic<alepha224.TObject<{
|
|
376
|
+
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
|
|
377
|
+
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
|
|
378
|
+
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
379
|
+
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
380
|
+
finishedAt: alepha224.TOptional<alepha224.TString>;
|
|
381
|
+
job: alepha224.TString;
|
|
382
|
+
status: alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
|
|
383
|
+
error: alepha224.TOptional<alepha224.TString>;
|
|
384
|
+
logs: alepha224.TOptional<alepha224.TArray<alepha224.TObject<{
|
|
385
|
+
level: alepha224.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
|
|
386
|
+
message: alepha224.TString;
|
|
387
|
+
service: alepha224.TString;
|
|
388
|
+
module: alepha224.TString;
|
|
389
|
+
context: alepha224.TOptional<alepha224.TString>;
|
|
390
|
+
app: alepha224.TOptional<alepha224.TString>;
|
|
391
|
+
data: alepha224.TOptional<alepha224.TAny>;
|
|
392
|
+
timestamp: alepha224.TNumber;
|
|
393
393
|
}>>>;
|
|
394
|
-
}>, alepha_orm0.PgRelationMap<
|
|
395
|
-
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
396
|
-
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
397
|
-
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
398
|
-
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
399
|
-
finishedAt:
|
|
400
|
-
job:
|
|
401
|
-
status:
|
|
402
|
-
error:
|
|
403
|
-
logs:
|
|
404
|
-
level:
|
|
405
|
-
message:
|
|
406
|
-
service:
|
|
407
|
-
module:
|
|
408
|
-
context:
|
|
409
|
-
app:
|
|
410
|
-
data:
|
|
411
|
-
timestamp:
|
|
394
|
+
}>, alepha_orm0.PgRelationMap<alepha224.TObject<{
|
|
395
|
+
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
|
|
396
|
+
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
|
|
397
|
+
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
398
|
+
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
399
|
+
finishedAt: alepha224.TOptional<alepha224.TString>;
|
|
400
|
+
job: alepha224.TString;
|
|
401
|
+
status: alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
|
|
402
|
+
error: alepha224.TOptional<alepha224.TString>;
|
|
403
|
+
logs: alepha224.TOptional<alepha224.TArray<alepha224.TObject<{
|
|
404
|
+
level: alepha224.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
|
|
405
|
+
message: alepha224.TString;
|
|
406
|
+
service: alepha224.TString;
|
|
407
|
+
module: alepha224.TString;
|
|
408
|
+
context: alepha224.TOptional<alepha224.TString>;
|
|
409
|
+
app: alepha224.TOptional<alepha224.TString>;
|
|
410
|
+
data: alepha224.TOptional<alepha224.TAny>;
|
|
411
|
+
timestamp: alepha224.TNumber;
|
|
412
412
|
}>>>;
|
|
413
413
|
}>>>>>;
|
|
414
414
|
triggerJob(name: string): Promise<{
|
|
@@ -416,81 +416,81 @@ declare class JobService {
|
|
|
416
416
|
}>;
|
|
417
417
|
}
|
|
418
418
|
//#endregion
|
|
419
|
-
//#region src/api-jobs/controllers/JobController.d.ts
|
|
419
|
+
//#region ../../src/api-jobs/controllers/JobController.d.ts
|
|
420
420
|
declare class JobController {
|
|
421
421
|
protected readonly url: string;
|
|
422
422
|
protected readonly group: string;
|
|
423
423
|
protected readonly jobService: JobService;
|
|
424
424
|
readonly getJobs: alepha_server0.ActionPrimitiveFn<{
|
|
425
|
-
response:
|
|
425
|
+
response: alepha224.TArray<alepha224.TString>;
|
|
426
426
|
}>;
|
|
427
427
|
readonly getJobExecutions: alepha_server0.ActionPrimitiveFn<{
|
|
428
|
-
query:
|
|
429
|
-
page:
|
|
430
|
-
size:
|
|
431
|
-
sort:
|
|
432
|
-
status:
|
|
433
|
-
job:
|
|
428
|
+
query: alepha224.TObject<{
|
|
429
|
+
page: alepha224.TOptional<alepha224.TInteger>;
|
|
430
|
+
size: alepha224.TOptional<alepha224.TInteger>;
|
|
431
|
+
sort: alepha224.TOptional<alepha224.TString>;
|
|
432
|
+
status: alepha224.TOptional<alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">>;
|
|
433
|
+
job: alepha224.TOptional<alepha224.TString>;
|
|
434
434
|
}>;
|
|
435
|
-
response:
|
|
436
|
-
id: PgAttr<PgAttr<
|
|
437
|
-
version: PgAttr<PgAttr<
|
|
438
|
-
createdAt: PgAttr<PgAttr<
|
|
439
|
-
updatedAt: PgAttr<PgAttr<
|
|
440
|
-
finishedAt:
|
|
441
|
-
job:
|
|
442
|
-
status:
|
|
443
|
-
error:
|
|
444
|
-
logs:
|
|
445
|
-
level:
|
|
446
|
-
message:
|
|
447
|
-
service:
|
|
448
|
-
module:
|
|
449
|
-
context:
|
|
450
|
-
app:
|
|
451
|
-
data:
|
|
452
|
-
timestamp:
|
|
435
|
+
response: alepha224.TPage<alepha224.TObject<{
|
|
436
|
+
id: PgAttr<PgAttr<alepha224.TString, typeof PG_PRIMARY_KEY>, typeof PG_DEFAULT>;
|
|
437
|
+
version: PgAttr<PgAttr<alepha224.TInteger, typeof PG_VERSION>, typeof PG_DEFAULT>;
|
|
438
|
+
createdAt: PgAttr<PgAttr<alepha224.TString, typeof PG_CREATED_AT>, typeof PG_DEFAULT>;
|
|
439
|
+
updatedAt: PgAttr<PgAttr<alepha224.TString, typeof PG_UPDATED_AT>, typeof PG_DEFAULT>;
|
|
440
|
+
finishedAt: alepha224.TOptional<alepha224.TString>;
|
|
441
|
+
job: alepha224.TString;
|
|
442
|
+
status: alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
|
|
443
|
+
error: alepha224.TOptional<alepha224.TString>;
|
|
444
|
+
logs: alepha224.TOptional<alepha224.TArray<alepha224.TObject<{
|
|
445
|
+
level: alepha224.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
|
|
446
|
+
message: alepha224.TString;
|
|
447
|
+
service: alepha224.TString;
|
|
448
|
+
module: alepha224.TString;
|
|
449
|
+
context: alepha224.TOptional<alepha224.TString>;
|
|
450
|
+
app: alepha224.TOptional<alepha224.TString>;
|
|
451
|
+
data: alepha224.TOptional<alepha224.TAny>;
|
|
452
|
+
timestamp: alepha224.TNumber;
|
|
453
453
|
}>>>;
|
|
454
454
|
}>>;
|
|
455
455
|
}>;
|
|
456
456
|
readonly triggerJob: alepha_server0.ActionPrimitiveFn<{
|
|
457
|
-
body:
|
|
458
|
-
name:
|
|
457
|
+
body: alepha224.TObject<{
|
|
458
|
+
name: alepha224.TString;
|
|
459
459
|
}>;
|
|
460
|
-
response:
|
|
461
|
-
ok:
|
|
462
|
-
id:
|
|
463
|
-
count:
|
|
460
|
+
response: alepha224.TObject<{
|
|
461
|
+
ok: alepha224.TBoolean;
|
|
462
|
+
id: alepha224.TOptional<alepha224.TUnion<[alepha224.TString, alepha224.TInteger]>>;
|
|
463
|
+
count: alepha224.TOptional<alepha224.TNumber>;
|
|
464
464
|
}>;
|
|
465
465
|
}>;
|
|
466
466
|
}
|
|
467
467
|
//#endregion
|
|
468
|
-
//#region src/api-jobs/entities/jobExecutions.d.ts
|
|
469
|
-
declare const jobExecutions: alepha_orm0.EntityPrimitive<
|
|
470
|
-
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
471
|
-
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
472
|
-
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
473
|
-
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
474
|
-
finishedAt:
|
|
475
|
-
job:
|
|
476
|
-
status:
|
|
477
|
-
error:
|
|
478
|
-
logs:
|
|
479
|
-
level:
|
|
480
|
-
message:
|
|
481
|
-
service:
|
|
482
|
-
module:
|
|
483
|
-
context:
|
|
484
|
-
app:
|
|
485
|
-
data:
|
|
486
|
-
timestamp:
|
|
468
|
+
//#region ../../src/api-jobs/entities/jobExecutions.d.ts
|
|
469
|
+
declare const jobExecutions: alepha_orm0.EntityPrimitive<alepha224.TObject<{
|
|
470
|
+
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
|
|
471
|
+
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
|
|
472
|
+
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
473
|
+
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
474
|
+
finishedAt: alepha224.TOptional<alepha224.TString>;
|
|
475
|
+
job: alepha224.TString;
|
|
476
|
+
status: alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
|
|
477
|
+
error: alepha224.TOptional<alepha224.TString>;
|
|
478
|
+
logs: alepha224.TOptional<alepha224.TArray<alepha224.TObject<{
|
|
479
|
+
level: alepha224.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
|
|
480
|
+
message: alepha224.TString;
|
|
481
|
+
service: alepha224.TString;
|
|
482
|
+
module: alepha224.TString;
|
|
483
|
+
context: alepha224.TOptional<alepha224.TString>;
|
|
484
|
+
app: alepha224.TOptional<alepha224.TString>;
|
|
485
|
+
data: alepha224.TOptional<alepha224.TAny>;
|
|
486
|
+
timestamp: alepha224.TNumber;
|
|
487
487
|
}>>>;
|
|
488
488
|
}>>;
|
|
489
489
|
type JobExecutionEntity = Static<typeof jobExecutions.schema>;
|
|
490
490
|
//#endregion
|
|
491
|
-
//#region src/api-jobs/providers/JobProvider.d.ts
|
|
492
|
-
declare const envSchema:
|
|
493
|
-
JOB_PREFIX:
|
|
491
|
+
//#region ../../src/api-jobs/providers/JobProvider.d.ts
|
|
492
|
+
declare const envSchema: alepha224.TObject<{
|
|
493
|
+
JOB_PREFIX: alepha224.TOptional<alepha224.TString>;
|
|
494
494
|
}>;
|
|
495
495
|
declare module "alepha" {
|
|
496
496
|
interface Env extends Partial<Static<typeof envSchema>> {}
|
|
@@ -503,24 +503,24 @@ declare class JobProvider {
|
|
|
503
503
|
protected readonly alepha: Alepha;
|
|
504
504
|
protected readonly dateTimeProvider: DateTimeProvider;
|
|
505
505
|
protected readonly cronProvider: CronProvider;
|
|
506
|
-
protected readonly executionRepository: alepha_orm0.Repository<
|
|
507
|
-
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
508
|
-
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
509
|
-
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
510
|
-
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<
|
|
511
|
-
finishedAt:
|
|
512
|
-
job:
|
|
513
|
-
status:
|
|
514
|
-
error:
|
|
515
|
-
logs:
|
|
516
|
-
level:
|
|
517
|
-
message:
|
|
518
|
-
service:
|
|
519
|
-
module:
|
|
520
|
-
context:
|
|
521
|
-
app:
|
|
522
|
-
data:
|
|
523
|
-
timestamp:
|
|
506
|
+
protected readonly executionRepository: alepha_orm0.Repository<alepha224.TObject<{
|
|
507
|
+
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
|
|
508
|
+
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
|
|
509
|
+
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
510
|
+
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
511
|
+
finishedAt: alepha224.TOptional<alepha224.TString>;
|
|
512
|
+
job: alepha224.TString;
|
|
513
|
+
status: alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
|
|
514
|
+
error: alepha224.TOptional<alepha224.TString>;
|
|
515
|
+
logs: alepha224.TOptional<alepha224.TArray<alepha224.TObject<{
|
|
516
|
+
level: alepha224.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
|
|
517
|
+
message: alepha224.TString;
|
|
518
|
+
service: alepha224.TString;
|
|
519
|
+
module: alepha224.TString;
|
|
520
|
+
context: alepha224.TOptional<alepha224.TString>;
|
|
521
|
+
app: alepha224.TOptional<alepha224.TString>;
|
|
522
|
+
data: alepha224.TOptional<alepha224.TAny>;
|
|
523
|
+
timestamp: alepha224.TNumber;
|
|
524
524
|
}>>>;
|
|
525
525
|
}>>;
|
|
526
526
|
protected readonly env: {
|
|
@@ -589,7 +589,7 @@ interface JobRegistration {
|
|
|
589
589
|
lockPrimitive: LockPrimitive<() => Promise<void>> | null;
|
|
590
590
|
}
|
|
591
591
|
//#endregion
|
|
592
|
-
//#region src/api-jobs/primitives/$job.d.ts
|
|
592
|
+
//#region ../../src/api-jobs/primitives/$job.d.ts
|
|
593
593
|
/**
|
|
594
594
|
* Job primitive - a drop-in replacement for $scheduler with built-in execution tracking.
|
|
595
595
|
*/
|
|
@@ -613,36 +613,36 @@ interface JobHandlerArguments {
|
|
|
613
613
|
now: DateTime;
|
|
614
614
|
}
|
|
615
615
|
//#endregion
|
|
616
|
-
//#region src/api-jobs/schemas/jobExecutionResourceSchema.d.ts
|
|
617
|
-
declare const jobExecutionResourceSchema:
|
|
618
|
-
id: PgAttr<PgAttr<
|
|
619
|
-
version: PgAttr<PgAttr<
|
|
620
|
-
createdAt: PgAttr<PgAttr<
|
|
621
|
-
updatedAt: PgAttr<PgAttr<
|
|
622
|
-
finishedAt:
|
|
623
|
-
job:
|
|
624
|
-
status:
|
|
625
|
-
error:
|
|
626
|
-
logs:
|
|
627
|
-
level:
|
|
628
|
-
message:
|
|
629
|
-
service:
|
|
630
|
-
module:
|
|
631
|
-
context:
|
|
632
|
-
app:
|
|
633
|
-
data:
|
|
634
|
-
timestamp:
|
|
616
|
+
//#region ../../src/api-jobs/schemas/jobExecutionResourceSchema.d.ts
|
|
617
|
+
declare const jobExecutionResourceSchema: alepha224.TObject<{
|
|
618
|
+
id: PgAttr<PgAttr<alepha224.TString, typeof PG_PRIMARY_KEY>, typeof PG_DEFAULT>;
|
|
619
|
+
version: PgAttr<PgAttr<alepha224.TInteger, typeof PG_VERSION>, typeof PG_DEFAULT>;
|
|
620
|
+
createdAt: PgAttr<PgAttr<alepha224.TString, typeof PG_CREATED_AT>, typeof PG_DEFAULT>;
|
|
621
|
+
updatedAt: PgAttr<PgAttr<alepha224.TString, typeof PG_UPDATED_AT>, typeof PG_DEFAULT>;
|
|
622
|
+
finishedAt: alepha224.TOptional<alepha224.TString>;
|
|
623
|
+
job: alepha224.TString;
|
|
624
|
+
status: alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
|
|
625
|
+
error: alepha224.TOptional<alepha224.TString>;
|
|
626
|
+
logs: alepha224.TOptional<alepha224.TArray<alepha224.TObject<{
|
|
627
|
+
level: alepha224.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
|
|
628
|
+
message: alepha224.TString;
|
|
629
|
+
service: alepha224.TString;
|
|
630
|
+
module: alepha224.TString;
|
|
631
|
+
context: alepha224.TOptional<alepha224.TString>;
|
|
632
|
+
app: alepha224.TOptional<alepha224.TString>;
|
|
633
|
+
data: alepha224.TOptional<alepha224.TAny>;
|
|
634
|
+
timestamp: alepha224.TNumber;
|
|
635
635
|
}>>>;
|
|
636
636
|
}>;
|
|
637
637
|
type JobExecutionResource = Static<typeof jobExecutionResourceSchema>;
|
|
638
638
|
//#endregion
|
|
639
|
-
//#region src/api-jobs/schemas/triggerJobSchema.d.ts
|
|
640
|
-
declare const triggerJobSchema:
|
|
641
|
-
name:
|
|
639
|
+
//#region ../../src/api-jobs/schemas/triggerJobSchema.d.ts
|
|
640
|
+
declare const triggerJobSchema: alepha224.TObject<{
|
|
641
|
+
name: alepha224.TString;
|
|
642
642
|
}>;
|
|
643
643
|
type TriggerJob = Static<typeof triggerJobSchema>;
|
|
644
644
|
//#endregion
|
|
645
|
-
//#region src/api-jobs/index.d.ts
|
|
645
|
+
//#region ../../src/api-jobs/index.d.ts
|
|
646
646
|
/**
|
|
647
647
|
* Provides job management API endpoints for Alepha applications.
|
|
648
648
|
*
|
|
@@ -651,7 +651,7 @@ type TriggerJob = Static<typeof triggerJobSchema>;
|
|
|
651
651
|
*
|
|
652
652
|
* @module alepha.api.jobs
|
|
653
653
|
*/
|
|
654
|
-
declare const AlephaApiJobs:
|
|
654
|
+
declare const AlephaApiJobs: alepha224.Service<alepha224.Module>;
|
|
655
655
|
//#endregion
|
|
656
656
|
export { $job, AlephaApiJobs, Job, JobController, JobExecutionEntity, JobExecutionQuery, JobExecutionResource, JobHandlerArguments, JobPrimitive, JobPrimitiveOptions, JobProvider, JobRegistration, JobService, TriggerJob, jobExecutionQuerySchema, jobExecutionResourceSchema, jobExecutions, triggerJobSchema };
|
|
657
657
|
//# sourceMappingURL=index.d.ts.map
|