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.
Files changed (132) hide show
  1. package/dist/api-files/index.browser.js +5 -5
  2. package/dist/api-files/index.d.ts +191 -191
  3. package/dist/api-files/index.js +9 -9
  4. package/dist/api-jobs/index.browser.js +5 -5
  5. package/dist/api-jobs/index.d.ts +173 -173
  6. package/dist/api-jobs/index.js +9 -9
  7. package/dist/api-notifications/index.browser.js +11 -11
  8. package/dist/api-notifications/index.d.ts +11 -11
  9. package/dist/api-notifications/index.js +11 -11
  10. package/dist/api-parameters/index.browser.js +2 -2
  11. package/dist/api-parameters/index.d.ts +3 -3
  12. package/dist/api-parameters/index.js +3 -3
  13. package/dist/api-users/index.browser.js +6 -6
  14. package/dist/api-users/index.d.ts +55 -55
  15. package/dist/api-users/index.js +36 -36
  16. package/dist/api-verifications/index.browser.js +5 -5
  17. package/dist/api-verifications/index.d.ts +21 -21
  18. package/dist/api-verifications/index.js +10 -10
  19. package/dist/batch/index.d.ts +3 -3
  20. package/dist/batch/index.js +3 -3
  21. package/dist/bin/index.js +1 -1
  22. package/dist/bucket/index.d.ts +6 -6
  23. package/dist/bucket/index.js +7 -7
  24. package/dist/cache/index.d.ts +4 -4
  25. package/dist/cache/index.js +5 -5
  26. package/dist/cache-redis/index.d.ts +2 -2
  27. package/dist/cache-redis/index.js +2 -2
  28. package/dist/cli/{dist-lGnqsKpu.js → dist-BlfFtOk2.js} +16 -16
  29. package/dist/cli/{dist-lGnqsKpu.js.map → dist-BlfFtOk2.js.map} +1 -1
  30. package/dist/cli/index.d.ts +31 -75
  31. package/dist/cli/index.js +94 -171
  32. package/dist/cli/index.js.map +1 -1
  33. package/dist/command/index.d.ts +8 -8
  34. package/dist/command/index.js +11 -10
  35. package/dist/command/index.js.map +1 -1
  36. package/dist/core/index.browser.js +35 -35
  37. package/dist/core/index.d.ts +39 -39
  38. package/dist/core/index.js +35 -35
  39. package/dist/core/index.native.js +35 -35
  40. package/dist/datetime/index.d.ts +3 -3
  41. package/dist/datetime/index.js +3 -3
  42. package/dist/email/index.d.ts +11 -11
  43. package/dist/email/index.js +42 -42
  44. package/dist/fake/index.d.ts +2 -2
  45. package/dist/fake/index.js +5 -5
  46. package/dist/file/index.d.ts +4 -4
  47. package/dist/file/index.js +4 -4
  48. package/dist/lock/index.d.ts +5 -5
  49. package/dist/lock/index.js +5 -5
  50. package/dist/lock-redis/index.d.ts +2 -2
  51. package/dist/lock-redis/index.js +2 -2
  52. package/dist/logger/index.d.ts +11 -11
  53. package/dist/logger/index.js +12 -12
  54. package/dist/orm/index.browser.js +12 -12
  55. package/dist/orm/index.d.ts +52 -52
  56. package/dist/orm/index.js +32 -32
  57. package/dist/queue/index.d.ts +7 -7
  58. package/dist/queue/index.js +6 -6
  59. package/dist/queue-redis/index.d.ts +2 -2
  60. package/dist/queue-redis/index.js +2 -2
  61. package/dist/redis/index.d.ts +13 -13
  62. package/dist/redis/index.js +3 -3
  63. package/dist/retry/index.d.ts +5 -5
  64. package/dist/retry/index.js +5 -5
  65. package/dist/router/index.d.ts +1 -1
  66. package/dist/router/index.js +1 -1
  67. package/dist/scheduler/index.d.ts +4 -4
  68. package/dist/scheduler/index.js +7 -7
  69. package/dist/security/index.browser.js +7 -7
  70. package/dist/security/index.d.ts +15 -15
  71. package/dist/security/index.js +46 -46
  72. package/dist/server/index.browser.js +14 -14
  73. package/dist/server/index.d.ts +26 -26
  74. package/dist/server/index.js +26 -26
  75. package/dist/server-auth/index.browser.js +6 -6
  76. package/dist/server-auth/index.d.ts +163 -163
  77. package/dist/server-auth/index.js +13 -13
  78. package/dist/server-cache/index.d.ts +2 -2
  79. package/dist/server-cache/index.js +2 -2
  80. package/dist/server-compress/index.d.ts +2 -2
  81. package/dist/server-compress/index.js +2 -2
  82. package/dist/server-cookies/index.browser.js +3 -3
  83. package/dist/server-cookies/index.d.ts +4 -4
  84. package/dist/server-cookies/index.js +4 -4
  85. package/dist/server-cors/index.d.ts +3 -3
  86. package/dist/server-cors/index.js +3 -3
  87. package/dist/server-health/index.d.ts +3 -3
  88. package/dist/server-health/index.js +3 -3
  89. package/dist/server-helmet/index.d.ts +2 -2
  90. package/dist/server-helmet/index.js +2 -2
  91. package/dist/server-links/index.browser.js +5 -5
  92. package/dist/server-links/index.d.ts +40 -40
  93. package/dist/server-links/index.js +7 -7
  94. package/dist/server-metrics/index.d.ts +2 -2
  95. package/dist/server-metrics/index.js +86 -86
  96. package/dist/server-multipart/index.d.ts +2 -2
  97. package/dist/server-multipart/index.js +2 -2
  98. package/dist/server-proxy/index.d.ts +3 -3
  99. package/dist/server-proxy/index.js +3 -3
  100. package/dist/server-rate-limit/index.d.ts +3 -3
  101. package/dist/server-rate-limit/index.js +3 -3
  102. package/dist/server-security/index.browser.js +1 -1
  103. package/dist/server-security/index.d.ts +13 -13
  104. package/dist/server-security/index.js +4 -4
  105. package/dist/server-static/index.d.ts +3 -3
  106. package/dist/server-static/index.js +3 -3
  107. package/dist/server-swagger/index.d.ts +3 -3
  108. package/dist/server-swagger/index.js +3 -3
  109. package/dist/sms/index.d.ts +6 -6
  110. package/dist/sms/index.js +6 -6
  111. package/dist/thread/index.d.ts +3 -3
  112. package/dist/thread/index.js +3 -3
  113. package/dist/topic/index.d.ts +6 -6
  114. package/dist/topic/index.js +6 -6
  115. package/dist/topic-redis/index.d.ts +2 -2
  116. package/dist/topic-redis/index.js +2 -2
  117. package/dist/vite/index.d.ts +17 -17
  118. package/dist/vite/index.js +20 -20
  119. package/dist/websocket/index.browser.js +9 -9
  120. package/dist/websocket/index.d.ts +17 -17
  121. package/dist/websocket/index.js +10 -10
  122. package/package.json +5 -4
  123. package/src/cli/apps/AlephaCli.ts +1 -2
  124. package/src/cli/commands/BiomeCommands.ts +4 -6
  125. package/src/cli/commands/CoreCommands.ts +2 -2
  126. package/src/cli/commands/DrizzleCommands.ts +76 -78
  127. package/src/cli/commands/VerifyCommands.ts +3 -5
  128. package/src/cli/commands/ViteCommands.ts +6 -8
  129. package/src/cli/index.ts +1 -1
  130. package/src/cli/services/{ProjectUtils.ts → AlephaCliUtils.ts} +101 -16
  131. package/src/command/providers/CliProvider.ts +12 -4
  132. package/src/cli/services/ProcessRunner.ts +0 -89
@@ -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: []
@@ -1,4 +1,4 @@
1
- import * as alepha225 from "alepha";
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: alepha225.TObject<{
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: alepha225.TOptional<alepha225.TString>;
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: alepha225.TOptional<alepha225.TString>;
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: alepha225.Atom<alepha225.TObject<{
258
- path: alepha225.TOptional<alepha225.TString>;
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: alepha225.TObject<{
343
- page: alepha225.TOptional<alepha225.TInteger>;
344
- size: alepha225.TOptional<alepha225.TInteger>;
345
- sort: alepha225.TOptional<alepha225.TString>;
346
- status: alepha225.TOptional<alepha225.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">>;
347
- job: alepha225.TOptional<alepha225.TString>;
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<alepha225.TObject<{
355
- id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
356
- version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
357
- createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
358
- updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
359
- finishedAt: alepha225.TOptional<alepha225.TString>;
360
- job: alepha225.TString;
361
- status: alepha225.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
362
- error: alepha225.TOptional<alepha225.TString>;
363
- logs: alepha225.TOptional<alepha225.TArray<alepha225.TObject<{
364
- level: alepha225.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
365
- message: alepha225.TString;
366
- service: alepha225.TString;
367
- module: alepha225.TString;
368
- context: alepha225.TOptional<alepha225.TString>;
369
- app: alepha225.TOptional<alepha225.TString>;
370
- data: alepha225.TOptional<alepha225.TAny>;
371
- timestamp: alepha225.TNumber;
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<alepha225.Page<alepha_orm0.PgStatic<alepha225.TObject<{
376
- id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
377
- version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
378
- createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
379
- updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
380
- finishedAt: alepha225.TOptional<alepha225.TString>;
381
- job: alepha225.TString;
382
- status: alepha225.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
383
- error: alepha225.TOptional<alepha225.TString>;
384
- logs: alepha225.TOptional<alepha225.TArray<alepha225.TObject<{
385
- level: alepha225.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
386
- message: alepha225.TString;
387
- service: alepha225.TString;
388
- module: alepha225.TString;
389
- context: alepha225.TOptional<alepha225.TString>;
390
- app: alepha225.TOptional<alepha225.TString>;
391
- data: alepha225.TOptional<alepha225.TAny>;
392
- timestamp: alepha225.TNumber;
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<alepha225.TObject<{
395
- id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
396
- version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
397
- createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
398
- updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
399
- finishedAt: alepha225.TOptional<alepha225.TString>;
400
- job: alepha225.TString;
401
- status: alepha225.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
402
- error: alepha225.TOptional<alepha225.TString>;
403
- logs: alepha225.TOptional<alepha225.TArray<alepha225.TObject<{
404
- level: alepha225.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
405
- message: alepha225.TString;
406
- service: alepha225.TString;
407
- module: alepha225.TString;
408
- context: alepha225.TOptional<alepha225.TString>;
409
- app: alepha225.TOptional<alepha225.TString>;
410
- data: alepha225.TOptional<alepha225.TAny>;
411
- timestamp: alepha225.TNumber;
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: alepha225.TArray<alepha225.TString>;
425
+ response: alepha224.TArray<alepha224.TString>;
426
426
  }>;
427
427
  readonly getJobExecutions: alepha_server0.ActionPrimitiveFn<{
428
- query: alepha225.TObject<{
429
- page: alepha225.TOptional<alepha225.TInteger>;
430
- size: alepha225.TOptional<alepha225.TInteger>;
431
- sort: alepha225.TOptional<alepha225.TString>;
432
- status: alepha225.TOptional<alepha225.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">>;
433
- job: alepha225.TOptional<alepha225.TString>;
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: alepha225.TPage<alepha225.TObject<{
436
- id: PgAttr<PgAttr<alepha225.TString, typeof PG_PRIMARY_KEY>, typeof PG_DEFAULT>;
437
- version: PgAttr<PgAttr<alepha225.TInteger, typeof PG_VERSION>, typeof PG_DEFAULT>;
438
- createdAt: PgAttr<PgAttr<alepha225.TString, typeof PG_CREATED_AT>, typeof PG_DEFAULT>;
439
- updatedAt: PgAttr<PgAttr<alepha225.TString, typeof PG_UPDATED_AT>, typeof PG_DEFAULT>;
440
- finishedAt: alepha225.TOptional<alepha225.TString>;
441
- job: alepha225.TString;
442
- status: alepha225.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
443
- error: alepha225.TOptional<alepha225.TString>;
444
- logs: alepha225.TOptional<alepha225.TArray<alepha225.TObject<{
445
- level: alepha225.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
446
- message: alepha225.TString;
447
- service: alepha225.TString;
448
- module: alepha225.TString;
449
- context: alepha225.TOptional<alepha225.TString>;
450
- app: alepha225.TOptional<alepha225.TString>;
451
- data: alepha225.TOptional<alepha225.TAny>;
452
- timestamp: alepha225.TNumber;
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: alepha225.TObject<{
458
- name: alepha225.TString;
457
+ body: alepha224.TObject<{
458
+ name: alepha224.TString;
459
459
  }>;
460
- response: alepha225.TObject<{
461
- ok: alepha225.TBoolean;
462
- id: alepha225.TOptional<alepha225.TUnion<[alepha225.TString, alepha225.TInteger]>>;
463
- count: alepha225.TOptional<alepha225.TNumber>;
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<alepha225.TObject<{
470
- id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
471
- version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
472
- createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
473
- updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
474
- finishedAt: alepha225.TOptional<alepha225.TString>;
475
- job: alepha225.TString;
476
- status: alepha225.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
477
- error: alepha225.TOptional<alepha225.TString>;
478
- logs: alepha225.TOptional<alepha225.TArray<alepha225.TObject<{
479
- level: alepha225.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
480
- message: alepha225.TString;
481
- service: alepha225.TString;
482
- module: alepha225.TString;
483
- context: alepha225.TOptional<alepha225.TString>;
484
- app: alepha225.TOptional<alepha225.TString>;
485
- data: alepha225.TOptional<alepha225.TAny>;
486
- timestamp: alepha225.TNumber;
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: alepha225.TObject<{
493
- JOB_PREFIX: alepha225.TOptional<alepha225.TString>;
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<alepha225.TObject<{
507
- id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
508
- version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
509
- createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
510
- updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha225.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
511
- finishedAt: alepha225.TOptional<alepha225.TString>;
512
- job: alepha225.TString;
513
- status: alepha225.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
514
- error: alepha225.TOptional<alepha225.TString>;
515
- logs: alepha225.TOptional<alepha225.TArray<alepha225.TObject<{
516
- level: alepha225.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
517
- message: alepha225.TString;
518
- service: alepha225.TString;
519
- module: alepha225.TString;
520
- context: alepha225.TOptional<alepha225.TString>;
521
- app: alepha225.TOptional<alepha225.TString>;
522
- data: alepha225.TOptional<alepha225.TAny>;
523
- timestamp: alepha225.TNumber;
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: alepha225.TObject<{
618
- id: PgAttr<PgAttr<alepha225.TString, typeof PG_PRIMARY_KEY>, typeof PG_DEFAULT>;
619
- version: PgAttr<PgAttr<alepha225.TInteger, typeof PG_VERSION>, typeof PG_DEFAULT>;
620
- createdAt: PgAttr<PgAttr<alepha225.TString, typeof PG_CREATED_AT>, typeof PG_DEFAULT>;
621
- updatedAt: PgAttr<PgAttr<alepha225.TString, typeof PG_UPDATED_AT>, typeof PG_DEFAULT>;
622
- finishedAt: alepha225.TOptional<alepha225.TString>;
623
- job: alepha225.TString;
624
- status: alepha225.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
625
- error: alepha225.TOptional<alepha225.TString>;
626
- logs: alepha225.TOptional<alepha225.TArray<alepha225.TObject<{
627
- level: alepha225.TUnsafe<"SILENT" | "TRACE" | "DEBUG" | "INFO" | "WARN" | "ERROR">;
628
- message: alepha225.TString;
629
- service: alepha225.TString;
630
- module: alepha225.TString;
631
- context: alepha225.TOptional<alepha225.TString>;
632
- app: alepha225.TOptional<alepha225.TString>;
633
- data: alepha225.TOptional<alepha225.TAny>;
634
- timestamp: alepha225.TNumber;
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: alepha225.TObject<{
641
- name: alepha225.TString;
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: alepha225.Service<alepha225.Module>;
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