@dakkitor/api-contracts 1.5.0 → 1.7.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.
Files changed (144) hide show
  1. package/dist/abilities/abilities.contract.d.ts +6 -2
  2. package/dist/abilities/abilities.contract.d.ts.map +1 -1
  3. package/dist/abilities/abilities.contract.js +45 -1
  4. package/dist/abilities/abilities.contract.spec.js +98 -0
  5. package/dist/abilities/first-agent.abilities.json +8 -14
  6. package/dist/abilities/outreach.abilities.json +25 -0
  7. package/dist/abilities/second-agent.abilities.json +4 -13
  8. package/dist/actives/actives.contract.d.ts +3618 -3479
  9. package/dist/actives/actives.contract.d.ts.map +1 -1
  10. package/dist/actives/actives.contract.js +2 -0
  11. package/dist/actives/actives.contract.spec.d.ts +2 -0
  12. package/dist/actives/actives.contract.spec.d.ts.map +1 -0
  13. package/dist/actives/actives.contract.spec.js +35 -0
  14. package/dist/agent-client-links/agent-client-links.contract.d.ts +1087 -1087
  15. package/dist/auth/auth.contract.d.ts +108 -108
  16. package/dist/bookings/bookings.contract.d.ts +6644 -6452
  17. package/dist/bookings/bookings.contract.d.ts.map +1 -1
  18. package/dist/call-history/call-history.contract.d.ts +718 -718
  19. package/dist/calls-feed/calls-feed.contract.d.ts +86 -86
  20. package/dist/client-contacts/client-contacts.contract.d.ts +469 -469
  21. package/dist/clients/clients.contract.d.ts +203 -203
  22. package/dist/collaboration-checkings/collaboration-checkings.contract.d.ts +2713 -2713
  23. package/dist/collaborations/collaborations.contract.d.ts +2270 -2270
  24. package/dist/common/common-schemas.d.ts +12 -12
  25. package/dist/companies/companies.contract.d.ts +74 -74
  26. package/dist/crews/crews.contract.d.ts +253 -253
  27. package/dist/cron-executions/cron-executions.contract.d.ts +182 -182
  28. package/dist/curated-worker-leads/candidate-coordination.contract.d.ts +2723 -2723
  29. package/dist/curated-worker-leads/candidate-edit-session.contract.d.ts +378 -378
  30. package/dist/curated-worker-leads/consent-queue.contract.d.ts +1117 -1087
  31. package/dist/curated-worker-leads/consent-queue.contract.d.ts.map +1 -1
  32. package/dist/curated-worker-leads/curated-worker-lead-config.contract.d.ts +16 -16
  33. package/dist/curated-worker-leads/curated-worker-leads.contract.d.ts +2 -2
  34. package/dist/curated-worker-leads/jobs-tab.contract.d.ts +5818 -5372
  35. package/dist/curated-worker-leads/jobs-tab.contract.d.ts.map +1 -1
  36. package/dist/curated-worker-leads/jobs-tab.contract.js +34 -1
  37. package/dist/curated-worker-leads/lead-agent-area.contract.d.ts +4 -4
  38. package/dist/curated-worker-leads/outreach-pool-summary.contract.spec.d.ts +2 -0
  39. package/dist/curated-worker-leads/outreach-pool-summary.contract.spec.d.ts.map +1 -0
  40. package/dist/curated-worker-leads/outreach-pool-summary.contract.spec.js +39 -0
  41. package/dist/curated-worker-leads/owned-jobs-tab.contract.d.ts +148 -148
  42. package/dist/curated-workers/curated-workers.contract.d.ts +789 -789
  43. package/dist/dashboards/agent-daily-metrics.contract.d.ts +2 -2
  44. package/dist/dashboards/dashboard-widgets.contract.d.ts +180 -180
  45. package/dist/dashboards/dashboard.contract.d.ts +12 -12
  46. package/dist/document-intake/document-intake.contract.d.ts +601 -601
  47. package/dist/export-jobs/export-jobs.contract.d.ts +694 -694
  48. package/dist/exports-events/exports-events.schemas.d.ts +4 -4
  49. package/dist/files/files.contract.d.ts +74 -74
  50. package/dist/index.d.ts +12 -0
  51. package/dist/index.d.ts.map +1 -1
  52. package/dist/index.js +12 -0
  53. package/dist/interactions/interactions.contract.d.ts +6 -6
  54. package/dist/job-clusters/job-clusters.contract.d.ts +112 -112
  55. package/dist/jobs/job-moderation-fields.spec.d.ts +2 -0
  56. package/dist/jobs/job-moderation-fields.spec.d.ts.map +1 -0
  57. package/dist/jobs/job-moderation-fields.spec.js +72 -0
  58. package/dist/jobs/jobs.contract.d.ts +4773 -4525
  59. package/dist/jobs/jobs.contract.d.ts.map +1 -1
  60. package/dist/jobs/jobs.contract.js +48 -0
  61. package/dist/kpi-impersonation/kpi-impersonation.contract.d.ts +141 -141
  62. package/dist/lead-assignments/lead-assignments.contract.d.ts +911 -911
  63. package/dist/lead-distribution/agent-lead-distribution.contract.d.ts +209 -209
  64. package/dist/lead-distribution/lead-distribution-config.contract.d.ts +77 -77
  65. package/dist/leads/leads.contract.d.ts +283 -283
  66. package/dist/locations/locations.contract.d.ts +49 -49
  67. package/dist/notifications/notifications.contract.d.ts +67 -67
  68. package/dist/offices/offices.contract.d.ts +34 -34
  69. package/dist/outreach/__tests__/outreach-contract-additions.spec.js +11 -0
  70. package/dist/outreach/__tests__/outreach-requests.contract.spec.js +50 -0
  71. package/dist/outreach/__tests__/outreach-routes.test.js +14 -3
  72. package/dist/outreach/lab-outreach.contract.d.ts +1110 -0
  73. package/dist/outreach/lab-outreach.contract.d.ts.map +1 -0
  74. package/dist/outreach/lab-outreach.contract.js +174 -0
  75. package/dist/outreach/lab-outreach.contract.spec.d.ts +2 -0
  76. package/dist/outreach/lab-outreach.contract.spec.d.ts.map +1 -0
  77. package/dist/outreach/lab-outreach.contract.spec.js +90 -0
  78. package/dist/outreach/outreach-requests.contract.d.ts +946 -217
  79. package/dist/outreach/outreach-requests.contract.d.ts.map +1 -1
  80. package/dist/outreach/outreach-requests.contract.js +23 -3
  81. package/dist/outreach/outreach-requests.schemas.d.ts +65 -10
  82. package/dist/outreach/outreach-requests.schemas.d.ts.map +1 -1
  83. package/dist/outreach/outreach-requests.schemas.js +6 -0
  84. package/dist/outreach/outreach.contract.d.ts +300 -38
  85. package/dist/outreach/outreach.contract.d.ts.map +1 -1
  86. package/dist/outreach/outreach.contract.js +18 -0
  87. package/dist/outreach/outreach.contract.spec.d.ts +2 -0
  88. package/dist/outreach/outreach.contract.spec.d.ts.map +1 -0
  89. package/dist/outreach/outreach.contract.spec.js +57 -0
  90. package/dist/outreach/outreach.schemas.d.ts +2 -2
  91. package/dist/own-research/own-research.contract.d.ts +775 -775
  92. package/dist/postcodes/postcodes.contract.d.ts +24 -24
  93. package/dist/proofs/proof-type.enum.d.ts +4 -4
  94. package/dist/proofs/proofs.contract.d.ts +363 -363
  95. package/dist/proofs/proofs.dtos.d.ts +124 -124
  96. package/dist/qualifications/qualifications.contract.d.ts +38 -38
  97. package/dist/relay-pods/relay-lab-fleet.contract.d.ts +829 -0
  98. package/dist/relay-pods/relay-lab-fleet.contract.d.ts.map +1 -0
  99. package/dist/relay-pods/relay-lab-fleet.contract.js +79 -0
  100. package/dist/relay-pods/relay-lab-fleet.contract.spec.d.ts +2 -0
  101. package/dist/relay-pods/relay-lab-fleet.contract.spec.d.ts.map +1 -0
  102. package/dist/relay-pods/relay-lab-fleet.contract.spec.js +146 -0
  103. package/dist/relay-pods/relay-lab-fleet.schemas.d.ts +443 -0
  104. package/dist/relay-pods/relay-lab-fleet.schemas.d.ts.map +1 -0
  105. package/dist/relay-pods/relay-lab-fleet.schemas.js +138 -0
  106. package/dist/relay-pods/relay-pod-sessions.contract.d.ts +680 -0
  107. package/dist/relay-pods/relay-pod-sessions.contract.d.ts.map +1 -0
  108. package/dist/relay-pods/relay-pod-sessions.contract.js +67 -0
  109. package/dist/relay-pods/relay-pod-sessions.contract.spec.d.ts +2 -0
  110. package/dist/relay-pods/relay-pod-sessions.contract.spec.d.ts.map +1 -0
  111. package/dist/relay-pods/relay-pod-sessions.contract.spec.js +129 -0
  112. package/dist/relay-pods/relay-pods.contract.d.ts +1569 -0
  113. package/dist/relay-pods/relay-pods.contract.d.ts.map +1 -0
  114. package/dist/relay-pods/relay-pods.contract.js +188 -0
  115. package/dist/relay-pods/relay-pods.contract.spec.d.ts +2 -0
  116. package/dist/relay-pods/relay-pods.contract.spec.d.ts.map +1 -0
  117. package/dist/relay-pods/relay-pods.contract.spec.js +141 -0
  118. package/dist/relay-pods/relay-pods.schemas.d.ts +415 -0
  119. package/dist/relay-pods/relay-pods.schemas.d.ts.map +1 -0
  120. package/dist/relay-pods/relay-pods.schemas.js +112 -0
  121. package/dist/shared/live-booking.schema.d.ts +4 -4
  122. package/dist/shared/summary-schemas.d.ts +6 -6
  123. package/dist/sheets-sync/sheets-sync.contract.d.ts +939 -939
  124. package/dist/telegram/telegram.contract.d.ts +22 -22
  125. package/dist/trades/trades.contract.d.ts +90 -90
  126. package/dist/user-access-grants/user-access-grants.contract.d.ts +165 -165
  127. package/dist/users/__tests__/assignable-roles.spec.d.ts +2 -0
  128. package/dist/users/__tests__/assignable-roles.spec.d.ts.map +1 -0
  129. package/dist/users/__tests__/assignable-roles.spec.js +41 -0
  130. package/dist/users/users.contract.d.ts +399 -393
  131. package/dist/users/users.contract.d.ts.map +1 -1
  132. package/dist/users/users.contract.js +11 -0
  133. package/dist/worker-identity-cases/worker-identity-cases.contract.d.ts +585 -527
  134. package/dist/worker-identity-cases/worker-identity-cases.contract.d.ts.map +1 -1
  135. package/dist/worker-merge-proposals/worker-merge-proposals.contract.d.ts +278 -236
  136. package/dist/worker-merge-proposals/worker-merge-proposals.contract.d.ts.map +1 -1
  137. package/dist/worker-merge-proposals/worker-merge-proposals.contract.js +1 -0
  138. package/dist/worker-source-identity-conflicts/worker-source-identity-conflicts.contract.d.ts +153 -153
  139. package/dist/worker-source-identity-conflicts/worker-source-identity-conflicts.schemas.d.ts +59 -59
  140. package/dist/workers/workers.contract.d.ts +2919 -2919
  141. package/package.json +1 -1
  142. package/dist/bookings/bookings.contract.spec.d.ts +0 -2
  143. package/dist/bookings/bookings.contract.spec.d.ts.map +0 -1
  144. package/dist/bookings/bookings.contract.spec.js +0 -11
@@ -16,11 +16,11 @@ export declare const CronExecutionHistorySchema: z.ZodObject<{
16
16
  }, "strip", z.ZodTypeAny, {
17
17
  status: string;
18
18
  id: string;
19
- startedAt: string;
20
19
  jobName: string;
20
+ startedAt: string;
21
21
  metadata?: Record<string, unknown> | undefined;
22
- completedAt?: string | null | undefined;
23
22
  errorMessage?: string | null | undefined;
23
+ completedAt?: string | null | undefined;
24
24
  durationMs?: number | null | undefined;
25
25
  recordsProcessed?: number | null | undefined;
26
26
  recordsCreated?: number | null | undefined;
@@ -28,11 +28,11 @@ export declare const CronExecutionHistorySchema: z.ZodObject<{
28
28
  }, {
29
29
  status: string;
30
30
  id: string;
31
- startedAt: string | Date;
32
31
  jobName: string;
32
+ startedAt: string | Date;
33
33
  metadata?: Record<string, unknown> | undefined;
34
- completedAt?: string | Date | null | undefined;
35
34
  errorMessage?: string | null | undefined;
35
+ completedAt?: string | Date | null | undefined;
36
36
  durationMs?: number | null | undefined;
37
37
  recordsProcessed?: number | null | undefined;
38
38
  recordsCreated?: number | null | undefined;
@@ -194,7 +194,6 @@ export declare const DocumentBackfillSweepResultSchema: z.ZodObject<{
194
194
  deduplicated: z.ZodNumber;
195
195
  failed: z.ZodNumber;
196
196
  }, "strip", z.ZodTypeAny, {
197
- failed: number;
198
197
  scanned: number;
199
198
  skippedUnchanged: number;
200
199
  needsHash: number;
@@ -209,8 +208,8 @@ export declare const DocumentBackfillSweepResultSchema: z.ZodObject<{
209
208
  queuedForReview: number;
210
209
  retryDeferred: number;
211
210
  deduplicated: number;
212
- }, {
213
211
  failed: number;
212
+ }, {
214
213
  scanned: number;
215
214
  skippedUnchanged: number;
216
215
  needsHash: number;
@@ -225,6 +224,7 @@ export declare const DocumentBackfillSweepResultSchema: z.ZodObject<{
225
224
  queuedForReview: number;
226
225
  retryDeferred: number;
227
226
  deduplicated: number;
227
+ failed: number;
228
228
  }>;
229
229
  export declare const DocumentBackfillExecutionResponseSchema: z.ZodObject<{
230
230
  success: z.ZodBoolean;
@@ -248,7 +248,6 @@ export declare const DocumentBackfillExecutionResponseSchema: z.ZodObject<{
248
248
  deduplicated: z.ZodNumber;
249
249
  failed: z.ZodNumber;
250
250
  }, "strip", z.ZodTypeAny, {
251
- failed: number;
252
251
  scanned: number;
253
252
  skippedUnchanged: number;
254
253
  needsHash: number;
@@ -263,8 +262,8 @@ export declare const DocumentBackfillExecutionResponseSchema: z.ZodObject<{
263
262
  queuedForReview: number;
264
263
  retryDeferred: number;
265
264
  deduplicated: number;
266
- }, {
267
265
  failed: number;
266
+ }, {
268
267
  scanned: number;
269
268
  skippedUnchanged: number;
270
269
  needsHash: number;
@@ -279,13 +278,13 @@ export declare const DocumentBackfillExecutionResponseSchema: z.ZodObject<{
279
278
  queuedForReview: number;
280
279
  retryDeferred: number;
281
280
  deduplicated: number;
281
+ failed: number;
282
282
  }>;
283
283
  }, "strip", z.ZodTypeAny, {
284
284
  message: string;
285
285
  success: boolean;
286
286
  executionId: string;
287
287
  result: {
288
- failed: number;
289
288
  scanned: number;
290
289
  skippedUnchanged: number;
291
290
  needsHash: number;
@@ -300,13 +299,13 @@ export declare const DocumentBackfillExecutionResponseSchema: z.ZodObject<{
300
299
  queuedForReview: number;
301
300
  retryDeferred: number;
302
301
  deduplicated: number;
302
+ failed: number;
303
303
  };
304
304
  }, {
305
305
  message: string;
306
306
  success: boolean;
307
307
  executionId: string;
308
308
  result: {
309
- failed: number;
310
309
  scanned: number;
311
310
  skippedUnchanged: number;
312
311
  needsHash: number;
@@ -321,6 +320,7 @@ export declare const DocumentBackfillExecutionResponseSchema: z.ZodObject<{
321
320
  queuedForReview: number;
322
321
  retryDeferred: number;
323
322
  deduplicated: number;
323
+ failed: number;
324
324
  };
325
325
  }>;
326
326
  export declare const CronExecutionFilterSchema: z.ZodObject<{
@@ -336,7 +336,7 @@ export declare const CronExecutionFilterSchema: z.ZodObject<{
336
336
  }, "strip", z.ZodTypeAny, {
337
337
  limit: number;
338
338
  page: number;
339
- sortBy?: "status" | "createdAt" | "completedAt" | "startedAt" | "jobName" | "durationMs" | undefined;
339
+ sortBy?: "status" | "createdAt" | "completedAt" | "jobName" | "startedAt" | "durationMs" | undefined;
340
340
  sortOrder?: "ASC" | "DESC" | undefined;
341
341
  jobNames?: ("GENERATE_DAILY_ACTIVES" | "CLEANUP_ORPHANED_FILES" | "CLEANUP_ARCHIVED_FILES" | "CLEANUP_BOT_PARSE_CACHE" | "UPDATE_AGENT_PERFORMANCE" | "RECONCILE_DAILY_METRICS" | "RECONCILE_ALL_DAILY_METRICS" | "RESET_LEAD_ASSIGNMENTS" | "RETRY_FAILED_CRON_JOBS" | "LEAD_SCORE_CONSISTENCY" | "PURGE_OLD_EXPORT_JOBS" | "JOB_CLUSTER_SWEEP" | "WORKER_MATCH_SWEEP" | "DOCUMENT_BACKFILL_SWEEP")[] | undefined;
342
342
  statuses?: ("SUCCESS" | "FAILED" | "PARTIAL")[] | undefined;
@@ -345,7 +345,7 @@ export declare const CronExecutionFilterSchema: z.ZodObject<{
345
345
  }, {
346
346
  limit?: number | undefined;
347
347
  page?: number | undefined;
348
- sortBy?: "status" | "createdAt" | "completedAt" | "startedAt" | "jobName" | "durationMs" | undefined;
348
+ sortBy?: "status" | "createdAt" | "completedAt" | "jobName" | "startedAt" | "durationMs" | undefined;
349
349
  sortOrder?: "ASC" | "DESC" | undefined;
350
350
  jobNames?: "GENERATE_DAILY_ACTIVES" | "CLEANUP_ORPHANED_FILES" | "CLEANUP_ARCHIVED_FILES" | "CLEANUP_BOT_PARSE_CACHE" | "UPDATE_AGENT_PERFORMANCE" | "RECONCILE_DAILY_METRICS" | "RECONCILE_ALL_DAILY_METRICS" | "RESET_LEAD_ASSIGNMENTS" | "RETRY_FAILED_CRON_JOBS" | "LEAD_SCORE_CONSISTENCY" | "PURGE_OLD_EXPORT_JOBS" | "JOB_CLUSTER_SWEEP" | "WORKER_MATCH_SWEEP" | "DOCUMENT_BACKFILL_SWEEP" | ("GENERATE_DAILY_ACTIVES" | "CLEANUP_ORPHANED_FILES" | "CLEANUP_ARCHIVED_FILES" | "CLEANUP_BOT_PARSE_CACHE" | "UPDATE_AGENT_PERFORMANCE" | "RECONCILE_DAILY_METRICS" | "RECONCILE_ALL_DAILY_METRICS" | "RESET_LEAD_ASSIGNMENTS" | "RETRY_FAILED_CRON_JOBS" | "LEAD_SCORE_CONSISTENCY" | "PURGE_OLD_EXPORT_JOBS" | "JOB_CLUSTER_SWEEP" | "WORKER_MATCH_SWEEP" | "DOCUMENT_BACKFILL_SWEEP")[] | undefined;
351
351
  statuses?: "SUCCESS" | "FAILED" | "PARTIAL" | ("SUCCESS" | "FAILED" | "PARTIAL")[] | undefined;
@@ -368,11 +368,11 @@ export declare const PaginatedCronExecutionHistorySchema: z.ZodObject<{
368
368
  }, "strip", z.ZodTypeAny, {
369
369
  status: string;
370
370
  id: string;
371
- startedAt: string;
372
371
  jobName: string;
372
+ startedAt: string;
373
373
  metadata?: Record<string, unknown> | undefined;
374
- completedAt?: string | null | undefined;
375
374
  errorMessage?: string | null | undefined;
375
+ completedAt?: string | null | undefined;
376
376
  durationMs?: number | null | undefined;
377
377
  recordsProcessed?: number | null | undefined;
378
378
  recordsCreated?: number | null | undefined;
@@ -380,11 +380,11 @@ export declare const PaginatedCronExecutionHistorySchema: z.ZodObject<{
380
380
  }, {
381
381
  status: string;
382
382
  id: string;
383
- startedAt: string | Date;
384
383
  jobName: string;
384
+ startedAt: string | Date;
385
385
  metadata?: Record<string, unknown> | undefined;
386
- completedAt?: string | Date | null | undefined;
387
386
  errorMessage?: string | null | undefined;
387
+ completedAt?: string | Date | null | undefined;
388
388
  durationMs?: number | null | undefined;
389
389
  recordsProcessed?: number | null | undefined;
390
390
  recordsCreated?: number | null | undefined;
@@ -400,11 +400,11 @@ export declare const PaginatedCronExecutionHistorySchema: z.ZodObject<{
400
400
  items: {
401
401
  status: string;
402
402
  id: string;
403
- startedAt: string;
404
403
  jobName: string;
404
+ startedAt: string;
405
405
  metadata?: Record<string, unknown> | undefined;
406
- completedAt?: string | null | undefined;
407
406
  errorMessage?: string | null | undefined;
407
+ completedAt?: string | null | undefined;
408
408
  durationMs?: number | null | undefined;
409
409
  recordsProcessed?: number | null | undefined;
410
410
  recordsCreated?: number | null | undefined;
@@ -419,11 +419,11 @@ export declare const PaginatedCronExecutionHistorySchema: z.ZodObject<{
419
419
  items: {
420
420
  status: string;
421
421
  id: string;
422
- startedAt: string | Date;
423
422
  jobName: string;
423
+ startedAt: string | Date;
424
424
  metadata?: Record<string, unknown> | undefined;
425
- completedAt?: string | Date | null | undefined;
426
425
  errorMessage?: string | null | undefined;
426
+ completedAt?: string | Date | null | undefined;
427
427
  durationMs?: number | null | undefined;
428
428
  recordsProcessed?: number | null | undefined;
429
429
  recordsCreated?: number | null | undefined;
@@ -558,9 +558,6 @@ export type PaginatedCronExecutionHistory = z.infer<typeof PaginatedCronExecutio
558
558
  export type PaginatedCronJobHealth = z.infer<typeof PaginatedCronJobHealthSchema>;
559
559
  export declare const cronExecutionsContract: {
560
560
  findAll: {
561
- metadata: {
562
- tags: string[];
563
- };
564
561
  query: z.ZodObject<{
565
562
  limit: z.ZodDefault<z.ZodNumber>;
566
563
  page: z.ZodDefault<z.ZodNumber>;
@@ -574,7 +571,7 @@ export declare const cronExecutionsContract: {
574
571
  }, "strip", z.ZodTypeAny, {
575
572
  limit: number;
576
573
  page: number;
577
- sortBy?: "status" | "createdAt" | "completedAt" | "startedAt" | "jobName" | "durationMs" | undefined;
574
+ sortBy?: "status" | "createdAt" | "completedAt" | "jobName" | "startedAt" | "durationMs" | undefined;
578
575
  sortOrder?: "ASC" | "DESC" | undefined;
579
576
  jobNames?: ("GENERATE_DAILY_ACTIVES" | "CLEANUP_ORPHANED_FILES" | "CLEANUP_ARCHIVED_FILES" | "CLEANUP_BOT_PARSE_CACHE" | "UPDATE_AGENT_PERFORMANCE" | "RECONCILE_DAILY_METRICS" | "RECONCILE_ALL_DAILY_METRICS" | "RESET_LEAD_ASSIGNMENTS" | "RETRY_FAILED_CRON_JOBS" | "LEAD_SCORE_CONSISTENCY" | "PURGE_OLD_EXPORT_JOBS" | "JOB_CLUSTER_SWEEP" | "WORKER_MATCH_SWEEP" | "DOCUMENT_BACKFILL_SWEEP")[] | undefined;
580
577
  statuses?: ("SUCCESS" | "FAILED" | "PARTIAL")[] | undefined;
@@ -583,13 +580,16 @@ export declare const cronExecutionsContract: {
583
580
  }, {
584
581
  limit?: number | undefined;
585
582
  page?: number | undefined;
586
- sortBy?: "status" | "createdAt" | "completedAt" | "startedAt" | "jobName" | "durationMs" | undefined;
583
+ sortBy?: "status" | "createdAt" | "completedAt" | "jobName" | "startedAt" | "durationMs" | undefined;
587
584
  sortOrder?: "ASC" | "DESC" | undefined;
588
585
  jobNames?: "GENERATE_DAILY_ACTIVES" | "CLEANUP_ORPHANED_FILES" | "CLEANUP_ARCHIVED_FILES" | "CLEANUP_BOT_PARSE_CACHE" | "UPDATE_AGENT_PERFORMANCE" | "RECONCILE_DAILY_METRICS" | "RECONCILE_ALL_DAILY_METRICS" | "RESET_LEAD_ASSIGNMENTS" | "RETRY_FAILED_CRON_JOBS" | "LEAD_SCORE_CONSISTENCY" | "PURGE_OLD_EXPORT_JOBS" | "JOB_CLUSTER_SWEEP" | "WORKER_MATCH_SWEEP" | "DOCUMENT_BACKFILL_SWEEP" | ("GENERATE_DAILY_ACTIVES" | "CLEANUP_ORPHANED_FILES" | "CLEANUP_ARCHIVED_FILES" | "CLEANUP_BOT_PARSE_CACHE" | "UPDATE_AGENT_PERFORMANCE" | "RECONCILE_DAILY_METRICS" | "RECONCILE_ALL_DAILY_METRICS" | "RESET_LEAD_ASSIGNMENTS" | "RETRY_FAILED_CRON_JOBS" | "LEAD_SCORE_CONSISTENCY" | "PURGE_OLD_EXPORT_JOBS" | "JOB_CLUSTER_SWEEP" | "WORKER_MATCH_SWEEP" | "DOCUMENT_BACKFILL_SWEEP")[] | undefined;
589
586
  statuses?: "SUCCESS" | "FAILED" | "PARTIAL" | ("SUCCESS" | "FAILED" | "PARTIAL")[] | undefined;
590
587
  startedAfter?: string | undefined;
591
588
  startedBefore?: string | undefined;
592
589
  }>;
590
+ metadata: {
591
+ tags: string[];
592
+ };
593
593
  summary: "List all cron executions";
594
594
  method: "GET";
595
595
  path: "/v2/cron-executions";
@@ -603,17 +603,17 @@ export declare const cronExecutionsContract: {
603
603
  path: z.ZodString;
604
604
  correlationId: z.ZodOptional<z.ZodString>;
605
605
  }, "strip", z.ZodTypeAny, {
606
+ message: string;
606
607
  code: string;
607
608
  path: string;
608
- message: string;
609
609
  statusCode: number;
610
610
  timestamp: string;
611
611
  details?: unknown;
612
612
  correlationId?: string | undefined;
613
613
  }, {
614
+ message: string;
614
615
  code: string;
615
616
  path: string;
616
- message: string;
617
617
  statusCode: number;
618
618
  timestamp: string;
619
619
  details?: unknown;
@@ -628,17 +628,17 @@ export declare const cronExecutionsContract: {
628
628
  path: z.ZodString;
629
629
  correlationId: z.ZodOptional<z.ZodString>;
630
630
  }, "strip", z.ZodTypeAny, {
631
+ message: string;
631
632
  code: string;
632
633
  path: string;
633
- message: string;
634
634
  statusCode: number;
635
635
  timestamp: string;
636
636
  details?: unknown;
637
637
  correlationId?: string | undefined;
638
638
  }, {
639
+ message: string;
639
640
  code: string;
640
641
  path: string;
641
- message: string;
642
642
  statusCode: number;
643
643
  timestamp: string;
644
644
  details?: unknown;
@@ -653,17 +653,17 @@ export declare const cronExecutionsContract: {
653
653
  path: z.ZodString;
654
654
  correlationId: z.ZodOptional<z.ZodString>;
655
655
  }, "strip", z.ZodTypeAny, {
656
+ message: string;
656
657
  code: string;
657
658
  path: string;
658
- message: string;
659
659
  statusCode: number;
660
660
  timestamp: string;
661
661
  details?: unknown;
662
662
  correlationId?: string | undefined;
663
663
  }, {
664
+ message: string;
664
665
  code: string;
665
666
  path: string;
666
- message: string;
667
667
  statusCode: number;
668
668
  timestamp: string;
669
669
  details?: unknown;
@@ -685,11 +685,11 @@ export declare const cronExecutionsContract: {
685
685
  }, "strip", z.ZodTypeAny, {
686
686
  status: string;
687
687
  id: string;
688
- startedAt: string;
689
688
  jobName: string;
689
+ startedAt: string;
690
690
  metadata?: Record<string, unknown> | undefined;
691
- completedAt?: string | null | undefined;
692
691
  errorMessage?: string | null | undefined;
692
+ completedAt?: string | null | undefined;
693
693
  durationMs?: number | null | undefined;
694
694
  recordsProcessed?: number | null | undefined;
695
695
  recordsCreated?: number | null | undefined;
@@ -697,11 +697,11 @@ export declare const cronExecutionsContract: {
697
697
  }, {
698
698
  status: string;
699
699
  id: string;
700
- startedAt: string | Date;
701
700
  jobName: string;
701
+ startedAt: string | Date;
702
702
  metadata?: Record<string, unknown> | undefined;
703
- completedAt?: string | Date | null | undefined;
704
703
  errorMessage?: string | null | undefined;
704
+ completedAt?: string | Date | null | undefined;
705
705
  durationMs?: number | null | undefined;
706
706
  recordsProcessed?: number | null | undefined;
707
707
  recordsCreated?: number | null | undefined;
@@ -717,11 +717,11 @@ export declare const cronExecutionsContract: {
717
717
  items: {
718
718
  status: string;
719
719
  id: string;
720
- startedAt: string;
721
720
  jobName: string;
721
+ startedAt: string;
722
722
  metadata?: Record<string, unknown> | undefined;
723
- completedAt?: string | null | undefined;
724
723
  errorMessage?: string | null | undefined;
724
+ completedAt?: string | null | undefined;
725
725
  durationMs?: number | null | undefined;
726
726
  recordsProcessed?: number | null | undefined;
727
727
  recordsCreated?: number | null | undefined;
@@ -736,11 +736,11 @@ export declare const cronExecutionsContract: {
736
736
  items: {
737
737
  status: string;
738
738
  id: string;
739
- startedAt: string | Date;
740
739
  jobName: string;
740
+ startedAt: string | Date;
741
741
  metadata?: Record<string, unknown> | undefined;
742
- completedAt?: string | Date | null | undefined;
743
742
  errorMessage?: string | null | undefined;
743
+ completedAt?: string | Date | null | undefined;
744
744
  durationMs?: number | null | undefined;
745
745
  recordsProcessed?: number | null | undefined;
746
746
  recordsCreated?: number | null | undefined;
@@ -760,17 +760,17 @@ export declare const cronExecutionsContract: {
760
760
  path: z.ZodString;
761
761
  correlationId: z.ZodOptional<z.ZodString>;
762
762
  }, "strip", z.ZodTypeAny, {
763
+ message: string;
763
764
  code: string;
764
765
  path: string;
765
- message: string;
766
766
  statusCode: number;
767
767
  timestamp: string;
768
768
  details?: unknown;
769
769
  correlationId?: string | undefined;
770
770
  }, {
771
+ message: string;
771
772
  code: string;
772
773
  path: string;
773
- message: string;
774
774
  statusCode: number;
775
775
  timestamp: string;
776
776
  details?: unknown;
@@ -795,17 +795,17 @@ export declare const cronExecutionsContract: {
795
795
  path: z.ZodString;
796
796
  correlationId: z.ZodOptional<z.ZodString>;
797
797
  }, "strip", z.ZodTypeAny, {
798
+ message: string;
798
799
  code: string;
799
800
  path: string;
800
- message: string;
801
801
  statusCode: number;
802
802
  timestamp: string;
803
803
  details?: unknown;
804
804
  correlationId?: string | undefined;
805
805
  }, {
806
+ message: string;
806
807
  code: string;
807
808
  path: string;
808
- message: string;
809
809
  statusCode: number;
810
810
  timestamp: string;
811
811
  details?: unknown;
@@ -820,17 +820,17 @@ export declare const cronExecutionsContract: {
820
820
  path: z.ZodString;
821
821
  correlationId: z.ZodOptional<z.ZodString>;
822
822
  }, "strip", z.ZodTypeAny, {
823
+ message: string;
823
824
  code: string;
824
825
  path: string;
825
- message: string;
826
826
  statusCode: number;
827
827
  timestamp: string;
828
828
  details?: unknown;
829
829
  correlationId?: string | undefined;
830
830
  }, {
831
+ message: string;
831
832
  code: string;
832
833
  path: string;
833
- message: string;
834
834
  statusCode: number;
835
835
  timestamp: string;
836
836
  details?: unknown;
@@ -845,17 +845,17 @@ export declare const cronExecutionsContract: {
845
845
  path: z.ZodString;
846
846
  correlationId: z.ZodOptional<z.ZodString>;
847
847
  }, "strip", z.ZodTypeAny, {
848
+ message: string;
848
849
  code: string;
849
850
  path: string;
850
- message: string;
851
851
  statusCode: number;
852
852
  timestamp: string;
853
853
  details?: unknown;
854
854
  correlationId?: string | undefined;
855
855
  }, {
856
+ message: string;
856
857
  code: string;
857
858
  path: string;
858
- message: string;
859
859
  statusCode: number;
860
860
  timestamp: string;
861
861
  details?: unknown;
@@ -892,17 +892,17 @@ export declare const cronExecutionsContract: {
892
892
  path: z.ZodString;
893
893
  correlationId: z.ZodOptional<z.ZodString>;
894
894
  }, "strip", z.ZodTypeAny, {
895
+ message: string;
895
896
  code: string;
896
897
  path: string;
897
- message: string;
898
898
  statusCode: number;
899
899
  timestamp: string;
900
900
  details?: unknown;
901
901
  correlationId?: string | undefined;
902
902
  }, {
903
+ message: string;
903
904
  code: string;
904
905
  path: string;
905
- message: string;
906
906
  statusCode: number;
907
907
  timestamp: string;
908
908
  details?: unknown;
@@ -911,9 +911,6 @@ export declare const cronExecutionsContract: {
911
911
  };
912
912
  };
913
913
  getHealthStatus: {
914
- metadata: {
915
- tags: string[];
916
- };
917
914
  query: z.ZodObject<{
918
915
  limit: z.ZodDefault<z.ZodNumber>;
919
916
  page: z.ZodDefault<z.ZodNumber>;
@@ -924,6 +921,9 @@ export declare const cronExecutionsContract: {
924
921
  limit?: number | undefined;
925
922
  page?: number | undefined;
926
923
  }>;
924
+ metadata: {
925
+ tags: string[];
926
+ };
927
927
  summary: "Get health status for all cron jobs";
928
928
  method: "GET";
929
929
  path: "/v2/cron-executions/health";
@@ -937,17 +937,17 @@ export declare const cronExecutionsContract: {
937
937
  path: z.ZodString;
938
938
  correlationId: z.ZodOptional<z.ZodString>;
939
939
  }, "strip", z.ZodTypeAny, {
940
+ message: string;
940
941
  code: string;
941
942
  path: string;
942
- message: string;
943
943
  statusCode: number;
944
944
  timestamp: string;
945
945
  details?: unknown;
946
946
  correlationId?: string | undefined;
947
947
  }, {
948
+ message: string;
948
949
  code: string;
949
950
  path: string;
950
- message: string;
951
951
  statusCode: number;
952
952
  timestamp: string;
953
953
  details?: unknown;
@@ -962,17 +962,17 @@ export declare const cronExecutionsContract: {
962
962
  path: z.ZodString;
963
963
  correlationId: z.ZodOptional<z.ZodString>;
964
964
  }, "strip", z.ZodTypeAny, {
965
+ message: string;
965
966
  code: string;
966
967
  path: string;
967
- message: string;
968
968
  statusCode: number;
969
969
  timestamp: string;
970
970
  details?: unknown;
971
971
  correlationId?: string | undefined;
972
972
  }, {
973
+ message: string;
973
974
  code: string;
974
975
  path: string;
975
- message: string;
976
976
  statusCode: number;
977
977
  timestamp: string;
978
978
  details?: unknown;
@@ -987,17 +987,17 @@ export declare const cronExecutionsContract: {
987
987
  path: z.ZodString;
988
988
  correlationId: z.ZodOptional<z.ZodString>;
989
989
  }, "strip", z.ZodTypeAny, {
990
+ message: string;
990
991
  code: string;
991
992
  path: string;
992
- message: string;
993
993
  statusCode: number;
994
994
  timestamp: string;
995
995
  details?: unknown;
996
996
  correlationId?: string | undefined;
997
997
  }, {
998
+ message: string;
998
999
  code: string;
999
1000
  path: string;
1000
- message: string;
1001
1001
  statusCode: number;
1002
1002
  timestamp: string;
1003
1003
  details?: unknown;
@@ -1125,17 +1125,17 @@ export declare const cronExecutionsContract: {
1125
1125
  path: z.ZodString;
1126
1126
  correlationId: z.ZodOptional<z.ZodString>;
1127
1127
  }, "strip", z.ZodTypeAny, {
1128
+ message: string;
1128
1129
  code: string;
1129
1130
  path: string;
1130
- message: string;
1131
1131
  statusCode: number;
1132
1132
  timestamp: string;
1133
1133
  details?: unknown;
1134
1134
  correlationId?: string | undefined;
1135
1135
  }, {
1136
+ message: string;
1136
1137
  code: string;
1137
1138
  path: string;
1138
- message: string;
1139
1139
  statusCode: number;
1140
1140
  timestamp: string;
1141
1141
  details?: unknown;
@@ -1167,17 +1167,17 @@ export declare const cronExecutionsContract: {
1167
1167
  path: z.ZodString;
1168
1168
  correlationId: z.ZodOptional<z.ZodString>;
1169
1169
  }, "strip", z.ZodTypeAny, {
1170
+ message: string;
1170
1171
  code: string;
1171
1172
  path: string;
1172
- message: string;
1173
1173
  statusCode: number;
1174
1174
  timestamp: string;
1175
1175
  details?: unknown;
1176
1176
  correlationId?: string | undefined;
1177
1177
  }, {
1178
+ message: string;
1178
1179
  code: string;
1179
1180
  path: string;
1180
- message: string;
1181
1181
  statusCode: number;
1182
1182
  timestamp: string;
1183
1183
  details?: unknown;
@@ -1192,17 +1192,17 @@ export declare const cronExecutionsContract: {
1192
1192
  path: z.ZodString;
1193
1193
  correlationId: z.ZodOptional<z.ZodString>;
1194
1194
  }, "strip", z.ZodTypeAny, {
1195
+ message: string;
1195
1196
  code: string;
1196
1197
  path: string;
1197
- message: string;
1198
1198
  statusCode: number;
1199
1199
  timestamp: string;
1200
1200
  details?: unknown;
1201
1201
  correlationId?: string | undefined;
1202
1202
  }, {
1203
+ message: string;
1203
1204
  code: string;
1204
1205
  path: string;
1205
- message: string;
1206
1206
  statusCode: number;
1207
1207
  timestamp: string;
1208
1208
  details?: unknown;
@@ -1217,17 +1217,17 @@ export declare const cronExecutionsContract: {
1217
1217
  path: z.ZodString;
1218
1218
  correlationId: z.ZodOptional<z.ZodString>;
1219
1219
  }, "strip", z.ZodTypeAny, {
1220
+ message: string;
1220
1221
  code: string;
1221
1222
  path: string;
1222
- message: string;
1223
1223
  statusCode: number;
1224
1224
  timestamp: string;
1225
1225
  details?: unknown;
1226
1226
  correlationId?: string | undefined;
1227
1227
  }, {
1228
+ message: string;
1228
1229
  code: string;
1229
1230
  path: string;
1230
- message: string;
1231
1231
  statusCode: number;
1232
1232
  timestamp: string;
1233
1233
  details?: unknown;
@@ -1248,11 +1248,11 @@ export declare const cronExecutionsContract: {
1248
1248
  }, "strip", z.ZodTypeAny, {
1249
1249
  status: string;
1250
1250
  id: string;
1251
- startedAt: string;
1252
1251
  jobName: string;
1252
+ startedAt: string;
1253
1253
  metadata?: Record<string, unknown> | undefined;
1254
- completedAt?: string | null | undefined;
1255
1254
  errorMessage?: string | null | undefined;
1255
+ completedAt?: string | null | undefined;
1256
1256
  durationMs?: number | null | undefined;
1257
1257
  recordsProcessed?: number | null | undefined;
1258
1258
  recordsCreated?: number | null | undefined;
@@ -1260,11 +1260,11 @@ export declare const cronExecutionsContract: {
1260
1260
  }, {
1261
1261
  status: string;
1262
1262
  id: string;
1263
- startedAt: string | Date;
1264
1263
  jobName: string;
1264
+ startedAt: string | Date;
1265
1265
  metadata?: Record<string, unknown> | undefined;
1266
- completedAt?: string | Date | null | undefined;
1267
1266
  errorMessage?: string | null | undefined;
1267
+ completedAt?: string | Date | null | undefined;
1268
1268
  durationMs?: number | null | undefined;
1269
1269
  recordsProcessed?: number | null | undefined;
1270
1270
  recordsCreated?: number | null | undefined;
@@ -1279,17 +1279,17 @@ export declare const cronExecutionsContract: {
1279
1279
  path: z.ZodString;
1280
1280
  correlationId: z.ZodOptional<z.ZodString>;
1281
1281
  }, "strip", z.ZodTypeAny, {
1282
+ message: string;
1282
1283
  code: string;
1283
1284
  path: string;
1284
- message: string;
1285
1285
  statusCode: number;
1286
1286
  timestamp: string;
1287
1287
  details?: unknown;
1288
1288
  correlationId?: string | undefined;
1289
1289
  }, {
1290
+ message: string;
1290
1291
  code: string;
1291
1292
  path: string;
1292
- message: string;
1293
1293
  statusCode: number;
1294
1294
  timestamp: string;
1295
1295
  details?: unknown;
@@ -1304,17 +1304,17 @@ export declare const cronExecutionsContract: {
1304
1304
  path: z.ZodString;
1305
1305
  correlationId: z.ZodOptional<z.ZodString>;
1306
1306
  }, "strip", z.ZodTypeAny, {
1307
+ message: string;
1307
1308
  code: string;
1308
1309
  path: string;
1309
- message: string;
1310
1310
  statusCode: number;
1311
1311
  timestamp: string;
1312
1312
  details?: unknown;
1313
1313
  correlationId?: string | undefined;
1314
1314
  }, {
1315
+ message: string;
1315
1316
  code: string;
1316
1317
  path: string;
1317
- message: string;
1318
1318
  statusCode: number;
1319
1319
  timestamp: string;
1320
1320
  details?: unknown;
@@ -1340,17 +1340,17 @@ export declare const cronExecutionsContract: {
1340
1340
  path: z.ZodString;
1341
1341
  correlationId: z.ZodOptional<z.ZodString>;
1342
1342
  }, "strip", z.ZodTypeAny, {
1343
+ message: string;
1343
1344
  code: string;
1344
1345
  path: string;
1345
- message: string;
1346
1346
  statusCode: number;
1347
1347
  timestamp: string;
1348
1348
  details?: unknown;
1349
1349
  correlationId?: string | undefined;
1350
1350
  }, {
1351
+ message: string;
1351
1352
  code: string;
1352
1353
  path: string;
1353
- message: string;
1354
1354
  statusCode: number;
1355
1355
  timestamp: string;
1356
1356
  details?: unknown;
@@ -1365,17 +1365,17 @@ export declare const cronExecutionsContract: {
1365
1365
  path: z.ZodString;
1366
1366
  correlationId: z.ZodOptional<z.ZodString>;
1367
1367
  }, "strip", z.ZodTypeAny, {
1368
+ message: string;
1368
1369
  code: string;
1369
1370
  path: string;
1370
- message: string;
1371
1371
  statusCode: number;
1372
1372
  timestamp: string;
1373
1373
  details?: unknown;
1374
1374
  correlationId?: string | undefined;
1375
1375
  }, {
1376
+ message: string;
1376
1377
  code: string;
1377
1378
  path: string;
1378
- message: string;
1379
1379
  statusCode: number;
1380
1380
  timestamp: string;
1381
1381
  details?: unknown;
@@ -1390,17 +1390,17 @@ export declare const cronExecutionsContract: {
1390
1390
  path: z.ZodString;
1391
1391
  correlationId: z.ZodOptional<z.ZodString>;
1392
1392
  }, "strip", z.ZodTypeAny, {
1393
+ message: string;
1393
1394
  code: string;
1394
1395
  path: string;
1395
- message: string;
1396
1396
  statusCode: number;
1397
1397
  timestamp: string;
1398
1398
  details?: unknown;
1399
1399
  correlationId?: string | undefined;
1400
1400
  }, {
1401
+ message: string;
1401
1402
  code: string;
1402
1403
  path: string;
1403
- message: string;
1404
1404
  statusCode: number;
1405
1405
  timestamp: string;
1406
1406
  details?: unknown;
@@ -1428,17 +1428,17 @@ export declare const cronExecutionsContract: {
1428
1428
  path: z.ZodString;
1429
1429
  correlationId: z.ZodOptional<z.ZodString>;
1430
1430
  }, "strip", z.ZodTypeAny, {
1431
+ message: string;
1431
1432
  code: string;
1432
1433
  path: string;
1433
- message: string;
1434
1434
  statusCode: number;
1435
1435
  timestamp: string;
1436
1436
  details?: unknown;
1437
1437
  correlationId?: string | undefined;
1438
1438
  }, {
1439
+ message: string;
1439
1440
  code: string;
1440
1441
  path: string;
1441
- message: string;
1442
1442
  statusCode: number;
1443
1443
  timestamp: string;
1444
1444
  details?: unknown;
@@ -1464,17 +1464,17 @@ export declare const cronExecutionsContract: {
1464
1464
  path: z.ZodString;
1465
1465
  correlationId: z.ZodOptional<z.ZodString>;
1466
1466
  }, "strip", z.ZodTypeAny, {
1467
+ message: string;
1467
1468
  code: string;
1468
1469
  path: string;
1469
- message: string;
1470
1470
  statusCode: number;
1471
1471
  timestamp: string;
1472
1472
  details?: unknown;
1473
1473
  correlationId?: string | undefined;
1474
1474
  }, {
1475
+ message: string;
1475
1476
  code: string;
1476
1477
  path: string;
1477
- message: string;
1478
1478
  statusCode: number;
1479
1479
  timestamp: string;
1480
1480
  details?: unknown;
@@ -1489,17 +1489,17 @@ export declare const cronExecutionsContract: {
1489
1489
  path: z.ZodString;
1490
1490
  correlationId: z.ZodOptional<z.ZodString>;
1491
1491
  }, "strip", z.ZodTypeAny, {
1492
+ message: string;
1492
1493
  code: string;
1493
1494
  path: string;
1494
- message: string;
1495
1495
  statusCode: number;
1496
1496
  timestamp: string;
1497
1497
  details?: unknown;
1498
1498
  correlationId?: string | undefined;
1499
1499
  }, {
1500
+ message: string;
1500
1501
  code: string;
1501
1502
  path: string;
1502
- message: string;
1503
1503
  statusCode: number;
1504
1504
  timestamp: string;
1505
1505
  details?: unknown;
@@ -1514,17 +1514,17 @@ export declare const cronExecutionsContract: {
1514
1514
  path: z.ZodString;
1515
1515
  correlationId: z.ZodOptional<z.ZodString>;
1516
1516
  }, "strip", z.ZodTypeAny, {
1517
+ message: string;
1517
1518
  code: string;
1518
1519
  path: string;
1519
- message: string;
1520
1520
  statusCode: number;
1521
1521
  timestamp: string;
1522
1522
  details?: unknown;
1523
1523
  correlationId?: string | undefined;
1524
1524
  }, {
1525
+ message: string;
1525
1526
  code: string;
1526
1527
  path: string;
1527
- message: string;
1528
1528
  statusCode: number;
1529
1529
  timestamp: string;
1530
1530
  details?: unknown;
@@ -1552,17 +1552,17 @@ export declare const cronExecutionsContract: {
1552
1552
  path: z.ZodString;
1553
1553
  correlationId: z.ZodOptional<z.ZodString>;
1554
1554
  }, "strip", z.ZodTypeAny, {
1555
+ message: string;
1555
1556
  code: string;
1556
1557
  path: string;
1557
- message: string;
1558
1558
  statusCode: number;
1559
1559
  timestamp: string;
1560
1560
  details?: unknown;
1561
1561
  correlationId?: string | undefined;
1562
1562
  }, {
1563
+ message: string;
1563
1564
  code: string;
1564
1565
  path: string;
1565
- message: string;
1566
1566
  statusCode: number;
1567
1567
  timestamp: string;
1568
1568
  details?: unknown;
@@ -1588,17 +1588,17 @@ export declare const cronExecutionsContract: {
1588
1588
  path: z.ZodString;
1589
1589
  correlationId: z.ZodOptional<z.ZodString>;
1590
1590
  }, "strip", z.ZodTypeAny, {
1591
+ message: string;
1591
1592
  code: string;
1592
1593
  path: string;
1593
- message: string;
1594
1594
  statusCode: number;
1595
1595
  timestamp: string;
1596
1596
  details?: unknown;
1597
1597
  correlationId?: string | undefined;
1598
1598
  }, {
1599
+ message: string;
1599
1600
  code: string;
1600
1601
  path: string;
1601
- message: string;
1602
1602
  statusCode: number;
1603
1603
  timestamp: string;
1604
1604
  details?: unknown;
@@ -1613,17 +1613,17 @@ export declare const cronExecutionsContract: {
1613
1613
  path: z.ZodString;
1614
1614
  correlationId: z.ZodOptional<z.ZodString>;
1615
1615
  }, "strip", z.ZodTypeAny, {
1616
+ message: string;
1616
1617
  code: string;
1617
1618
  path: string;
1618
- message: string;
1619
1619
  statusCode: number;
1620
1620
  timestamp: string;
1621
1621
  details?: unknown;
1622
1622
  correlationId?: string | undefined;
1623
1623
  }, {
1624
+ message: string;
1624
1625
  code: string;
1625
1626
  path: string;
1626
- message: string;
1627
1627
  statusCode: number;
1628
1628
  timestamp: string;
1629
1629
  details?: unknown;
@@ -1638,17 +1638,17 @@ export declare const cronExecutionsContract: {
1638
1638
  path: z.ZodString;
1639
1639
  correlationId: z.ZodOptional<z.ZodString>;
1640
1640
  }, "strip", z.ZodTypeAny, {
1641
+ message: string;
1641
1642
  code: string;
1642
1643
  path: string;
1643
- message: string;
1644
1644
  statusCode: number;
1645
1645
  timestamp: string;
1646
1646
  details?: unknown;
1647
1647
  correlationId?: string | undefined;
1648
1648
  }, {
1649
+ message: string;
1649
1650
  code: string;
1650
1651
  path: string;
1651
- message: string;
1652
1652
  statusCode: number;
1653
1653
  timestamp: string;
1654
1654
  details?: unknown;
@@ -1676,17 +1676,17 @@ export declare const cronExecutionsContract: {
1676
1676
  path: z.ZodString;
1677
1677
  correlationId: z.ZodOptional<z.ZodString>;
1678
1678
  }, "strip", z.ZodTypeAny, {
1679
+ message: string;
1679
1680
  code: string;
1680
1681
  path: string;
1681
- message: string;
1682
1682
  statusCode: number;
1683
1683
  timestamp: string;
1684
1684
  details?: unknown;
1685
1685
  correlationId?: string | undefined;
1686
1686
  }, {
1687
+ message: string;
1687
1688
  code: string;
1688
1689
  path: string;
1689
- message: string;
1690
1690
  statusCode: number;
1691
1691
  timestamp: string;
1692
1692
  details?: unknown;
@@ -1712,17 +1712,17 @@ export declare const cronExecutionsContract: {
1712
1712
  path: z.ZodString;
1713
1713
  correlationId: z.ZodOptional<z.ZodString>;
1714
1714
  }, "strip", z.ZodTypeAny, {
1715
+ message: string;
1715
1716
  code: string;
1716
1717
  path: string;
1717
- message: string;
1718
1718
  statusCode: number;
1719
1719
  timestamp: string;
1720
1720
  details?: unknown;
1721
1721
  correlationId?: string | undefined;
1722
1722
  }, {
1723
+ message: string;
1723
1724
  code: string;
1724
1725
  path: string;
1725
- message: string;
1726
1726
  statusCode: number;
1727
1727
  timestamp: string;
1728
1728
  details?: unknown;
@@ -1737,17 +1737,17 @@ export declare const cronExecutionsContract: {
1737
1737
  path: z.ZodString;
1738
1738
  correlationId: z.ZodOptional<z.ZodString>;
1739
1739
  }, "strip", z.ZodTypeAny, {
1740
+ message: string;
1740
1741
  code: string;
1741
1742
  path: string;
1742
- message: string;
1743
1743
  statusCode: number;
1744
1744
  timestamp: string;
1745
1745
  details?: unknown;
1746
1746
  correlationId?: string | undefined;
1747
1747
  }, {
1748
+ message: string;
1748
1749
  code: string;
1749
1750
  path: string;
1750
- message: string;
1751
1751
  statusCode: number;
1752
1752
  timestamp: string;
1753
1753
  details?: unknown;
@@ -1762,17 +1762,17 @@ export declare const cronExecutionsContract: {
1762
1762
  path: z.ZodString;
1763
1763
  correlationId: z.ZodOptional<z.ZodString>;
1764
1764
  }, "strip", z.ZodTypeAny, {
1765
+ message: string;
1765
1766
  code: string;
1766
1767
  path: string;
1767
- message: string;
1768
1768
  statusCode: number;
1769
1769
  timestamp: string;
1770
1770
  details?: unknown;
1771
1771
  correlationId?: string | undefined;
1772
1772
  }, {
1773
+ message: string;
1773
1774
  code: string;
1774
1775
  path: string;
1775
- message: string;
1776
1776
  statusCode: number;
1777
1777
  timestamp: string;
1778
1778
  details?: unknown;
@@ -1800,17 +1800,17 @@ export declare const cronExecutionsContract: {
1800
1800
  path: z.ZodString;
1801
1801
  correlationId: z.ZodOptional<z.ZodString>;
1802
1802
  }, "strip", z.ZodTypeAny, {
1803
+ message: string;
1803
1804
  code: string;
1804
1805
  path: string;
1805
- message: string;
1806
1806
  statusCode: number;
1807
1807
  timestamp: string;
1808
1808
  details?: unknown;
1809
1809
  correlationId?: string | undefined;
1810
1810
  }, {
1811
+ message: string;
1811
1812
  code: string;
1812
1813
  path: string;
1813
- message: string;
1814
1814
  statusCode: number;
1815
1815
  timestamp: string;
1816
1816
  details?: unknown;
@@ -1836,17 +1836,17 @@ export declare const cronExecutionsContract: {
1836
1836
  path: z.ZodString;
1837
1837
  correlationId: z.ZodOptional<z.ZodString>;
1838
1838
  }, "strip", z.ZodTypeAny, {
1839
+ message: string;
1839
1840
  code: string;
1840
1841
  path: string;
1841
- message: string;
1842
1842
  statusCode: number;
1843
1843
  timestamp: string;
1844
1844
  details?: unknown;
1845
1845
  correlationId?: string | undefined;
1846
1846
  }, {
1847
+ message: string;
1847
1848
  code: string;
1848
1849
  path: string;
1849
- message: string;
1850
1850
  statusCode: number;
1851
1851
  timestamp: string;
1852
1852
  details?: unknown;
@@ -1861,17 +1861,17 @@ export declare const cronExecutionsContract: {
1861
1861
  path: z.ZodString;
1862
1862
  correlationId: z.ZodOptional<z.ZodString>;
1863
1863
  }, "strip", z.ZodTypeAny, {
1864
+ message: string;
1864
1865
  code: string;
1865
1866
  path: string;
1866
- message: string;
1867
1867
  statusCode: number;
1868
1868
  timestamp: string;
1869
1869
  details?: unknown;
1870
1870
  correlationId?: string | undefined;
1871
1871
  }, {
1872
+ message: string;
1872
1873
  code: string;
1873
1874
  path: string;
1874
- message: string;
1875
1875
  statusCode: number;
1876
1876
  timestamp: string;
1877
1877
  details?: unknown;
@@ -1886,17 +1886,17 @@ export declare const cronExecutionsContract: {
1886
1886
  path: z.ZodString;
1887
1887
  correlationId: z.ZodOptional<z.ZodString>;
1888
1888
  }, "strip", z.ZodTypeAny, {
1889
+ message: string;
1889
1890
  code: string;
1890
1891
  path: string;
1891
- message: string;
1892
1892
  statusCode: number;
1893
1893
  timestamp: string;
1894
1894
  details?: unknown;
1895
1895
  correlationId?: string | undefined;
1896
1896
  }, {
1897
+ message: string;
1897
1898
  code: string;
1898
1899
  path: string;
1899
- message: string;
1900
1900
  statusCode: number;
1901
1901
  timestamp: string;
1902
1902
  details?: unknown;
@@ -1924,17 +1924,17 @@ export declare const cronExecutionsContract: {
1924
1924
  path: z.ZodString;
1925
1925
  correlationId: z.ZodOptional<z.ZodString>;
1926
1926
  }, "strip", z.ZodTypeAny, {
1927
+ message: string;
1927
1928
  code: string;
1928
1929
  path: string;
1929
- message: string;
1930
1930
  statusCode: number;
1931
1931
  timestamp: string;
1932
1932
  details?: unknown;
1933
1933
  correlationId?: string | undefined;
1934
1934
  }, {
1935
+ message: string;
1935
1936
  code: string;
1936
1937
  path: string;
1937
- message: string;
1938
1938
  statusCode: number;
1939
1939
  timestamp: string;
1940
1940
  details?: unknown;
@@ -1960,17 +1960,17 @@ export declare const cronExecutionsContract: {
1960
1960
  path: z.ZodString;
1961
1961
  correlationId: z.ZodOptional<z.ZodString>;
1962
1962
  }, "strip", z.ZodTypeAny, {
1963
+ message: string;
1963
1964
  code: string;
1964
1965
  path: string;
1965
- message: string;
1966
1966
  statusCode: number;
1967
1967
  timestamp: string;
1968
1968
  details?: unknown;
1969
1969
  correlationId?: string | undefined;
1970
1970
  }, {
1971
+ message: string;
1971
1972
  code: string;
1972
1973
  path: string;
1973
- message: string;
1974
1974
  statusCode: number;
1975
1975
  timestamp: string;
1976
1976
  details?: unknown;
@@ -1985,17 +1985,17 @@ export declare const cronExecutionsContract: {
1985
1985
  path: z.ZodString;
1986
1986
  correlationId: z.ZodOptional<z.ZodString>;
1987
1987
  }, "strip", z.ZodTypeAny, {
1988
+ message: string;
1988
1989
  code: string;
1989
1990
  path: string;
1990
- message: string;
1991
1991
  statusCode: number;
1992
1992
  timestamp: string;
1993
1993
  details?: unknown;
1994
1994
  correlationId?: string | undefined;
1995
1995
  }, {
1996
+ message: string;
1996
1997
  code: string;
1997
1998
  path: string;
1998
- message: string;
1999
1999
  statusCode: number;
2000
2000
  timestamp: string;
2001
2001
  details?: unknown;
@@ -2010,17 +2010,17 @@ export declare const cronExecutionsContract: {
2010
2010
  path: z.ZodString;
2011
2011
  correlationId: z.ZodOptional<z.ZodString>;
2012
2012
  }, "strip", z.ZodTypeAny, {
2013
+ message: string;
2013
2014
  code: string;
2014
2015
  path: string;
2015
- message: string;
2016
2016
  statusCode: number;
2017
2017
  timestamp: string;
2018
2018
  details?: unknown;
2019
2019
  correlationId?: string | undefined;
2020
2020
  }, {
2021
+ message: string;
2021
2022
  code: string;
2022
2023
  path: string;
2023
- message: string;
2024
2024
  statusCode: number;
2025
2025
  timestamp: string;
2026
2026
  details?: unknown;
@@ -2048,17 +2048,17 @@ export declare const cronExecutionsContract: {
2048
2048
  path: z.ZodString;
2049
2049
  correlationId: z.ZodOptional<z.ZodString>;
2050
2050
  }, "strip", z.ZodTypeAny, {
2051
+ message: string;
2051
2052
  code: string;
2052
2053
  path: string;
2053
- message: string;
2054
2054
  statusCode: number;
2055
2055
  timestamp: string;
2056
2056
  details?: unknown;
2057
2057
  correlationId?: string | undefined;
2058
2058
  }, {
2059
+ message: string;
2059
2060
  code: string;
2060
2061
  path: string;
2061
- message: string;
2062
2062
  statusCode: number;
2063
2063
  timestamp: string;
2064
2064
  details?: unknown;
@@ -2084,17 +2084,17 @@ export declare const cronExecutionsContract: {
2084
2084
  path: z.ZodString;
2085
2085
  correlationId: z.ZodOptional<z.ZodString>;
2086
2086
  }, "strip", z.ZodTypeAny, {
2087
+ message: string;
2087
2088
  code: string;
2088
2089
  path: string;
2089
- message: string;
2090
2090
  statusCode: number;
2091
2091
  timestamp: string;
2092
2092
  details?: unknown;
2093
2093
  correlationId?: string | undefined;
2094
2094
  }, {
2095
+ message: string;
2095
2096
  code: string;
2096
2097
  path: string;
2097
- message: string;
2098
2098
  statusCode: number;
2099
2099
  timestamp: string;
2100
2100
  details?: unknown;
@@ -2109,17 +2109,17 @@ export declare const cronExecutionsContract: {
2109
2109
  path: z.ZodString;
2110
2110
  correlationId: z.ZodOptional<z.ZodString>;
2111
2111
  }, "strip", z.ZodTypeAny, {
2112
+ message: string;
2112
2113
  code: string;
2113
2114
  path: string;
2114
- message: string;
2115
2115
  statusCode: number;
2116
2116
  timestamp: string;
2117
2117
  details?: unknown;
2118
2118
  correlationId?: string | undefined;
2119
2119
  }, {
2120
+ message: string;
2120
2121
  code: string;
2121
2122
  path: string;
2122
- message: string;
2123
2123
  statusCode: number;
2124
2124
  timestamp: string;
2125
2125
  details?: unknown;
@@ -2134,17 +2134,17 @@ export declare const cronExecutionsContract: {
2134
2134
  path: z.ZodString;
2135
2135
  correlationId: z.ZodOptional<z.ZodString>;
2136
2136
  }, "strip", z.ZodTypeAny, {
2137
+ message: string;
2137
2138
  code: string;
2138
2139
  path: string;
2139
- message: string;
2140
2140
  statusCode: number;
2141
2141
  timestamp: string;
2142
2142
  details?: unknown;
2143
2143
  correlationId?: string | undefined;
2144
2144
  }, {
2145
+ message: string;
2145
2146
  code: string;
2146
2147
  path: string;
2147
- message: string;
2148
2148
  statusCode: number;
2149
2149
  timestamp: string;
2150
2150
  details?: unknown;
@@ -2172,17 +2172,17 @@ export declare const cronExecutionsContract: {
2172
2172
  path: z.ZodString;
2173
2173
  correlationId: z.ZodOptional<z.ZodString>;
2174
2174
  }, "strip", z.ZodTypeAny, {
2175
+ message: string;
2175
2176
  code: string;
2176
2177
  path: string;
2177
- message: string;
2178
2178
  statusCode: number;
2179
2179
  timestamp: string;
2180
2180
  details?: unknown;
2181
2181
  correlationId?: string | undefined;
2182
2182
  }, {
2183
+ message: string;
2183
2184
  code: string;
2184
2185
  path: string;
2185
- message: string;
2186
2186
  statusCode: number;
2187
2187
  timestamp: string;
2188
2188
  details?: unknown;
@@ -2208,17 +2208,17 @@ export declare const cronExecutionsContract: {
2208
2208
  path: z.ZodString;
2209
2209
  correlationId: z.ZodOptional<z.ZodString>;
2210
2210
  }, "strip", z.ZodTypeAny, {
2211
+ message: string;
2211
2212
  code: string;
2212
2213
  path: string;
2213
- message: string;
2214
2214
  statusCode: number;
2215
2215
  timestamp: string;
2216
2216
  details?: unknown;
2217
2217
  correlationId?: string | undefined;
2218
2218
  }, {
2219
+ message: string;
2219
2220
  code: string;
2220
2221
  path: string;
2221
- message: string;
2222
2222
  statusCode: number;
2223
2223
  timestamp: string;
2224
2224
  details?: unknown;
@@ -2233,17 +2233,17 @@ export declare const cronExecutionsContract: {
2233
2233
  path: z.ZodString;
2234
2234
  correlationId: z.ZodOptional<z.ZodString>;
2235
2235
  }, "strip", z.ZodTypeAny, {
2236
+ message: string;
2236
2237
  code: string;
2237
2238
  path: string;
2238
- message: string;
2239
2239
  statusCode: number;
2240
2240
  timestamp: string;
2241
2241
  details?: unknown;
2242
2242
  correlationId?: string | undefined;
2243
2243
  }, {
2244
+ message: string;
2244
2245
  code: string;
2245
2246
  path: string;
2246
- message: string;
2247
2247
  statusCode: number;
2248
2248
  timestamp: string;
2249
2249
  details?: unknown;
@@ -2258,17 +2258,17 @@ export declare const cronExecutionsContract: {
2258
2258
  path: z.ZodString;
2259
2259
  correlationId: z.ZodOptional<z.ZodString>;
2260
2260
  }, "strip", z.ZodTypeAny, {
2261
+ message: string;
2261
2262
  code: string;
2262
2263
  path: string;
2263
- message: string;
2264
2264
  statusCode: number;
2265
2265
  timestamp: string;
2266
2266
  details?: unknown;
2267
2267
  correlationId?: string | undefined;
2268
2268
  }, {
2269
+ message: string;
2269
2270
  code: string;
2270
2271
  path: string;
2271
- message: string;
2272
2272
  statusCode: number;
2273
2273
  timestamp: string;
2274
2274
  details?: unknown;
@@ -2296,17 +2296,17 @@ export declare const cronExecutionsContract: {
2296
2296
  path: z.ZodString;
2297
2297
  correlationId: z.ZodOptional<z.ZodString>;
2298
2298
  }, "strip", z.ZodTypeAny, {
2299
+ message: string;
2299
2300
  code: string;
2300
2301
  path: string;
2301
- message: string;
2302
2302
  statusCode: number;
2303
2303
  timestamp: string;
2304
2304
  details?: unknown;
2305
2305
  correlationId?: string | undefined;
2306
2306
  }, {
2307
+ message: string;
2307
2308
  code: string;
2308
2309
  path: string;
2309
- message: string;
2310
2310
  statusCode: number;
2311
2311
  timestamp: string;
2312
2312
  details?: unknown;
@@ -2332,17 +2332,17 @@ export declare const cronExecutionsContract: {
2332
2332
  path: z.ZodString;
2333
2333
  correlationId: z.ZodOptional<z.ZodString>;
2334
2334
  }, "strip", z.ZodTypeAny, {
2335
+ message: string;
2335
2336
  code: string;
2336
2337
  path: string;
2337
- message: string;
2338
2338
  statusCode: number;
2339
2339
  timestamp: string;
2340
2340
  details?: unknown;
2341
2341
  correlationId?: string | undefined;
2342
2342
  }, {
2343
+ message: string;
2343
2344
  code: string;
2344
2345
  path: string;
2345
- message: string;
2346
2346
  statusCode: number;
2347
2347
  timestamp: string;
2348
2348
  details?: unknown;
@@ -2357,17 +2357,17 @@ export declare const cronExecutionsContract: {
2357
2357
  path: z.ZodString;
2358
2358
  correlationId: z.ZodOptional<z.ZodString>;
2359
2359
  }, "strip", z.ZodTypeAny, {
2360
+ message: string;
2360
2361
  code: string;
2361
2362
  path: string;
2362
- message: string;
2363
2363
  statusCode: number;
2364
2364
  timestamp: string;
2365
2365
  details?: unknown;
2366
2366
  correlationId?: string | undefined;
2367
2367
  }, {
2368
+ message: string;
2368
2369
  code: string;
2369
2370
  path: string;
2370
- message: string;
2371
2371
  statusCode: number;
2372
2372
  timestamp: string;
2373
2373
  details?: unknown;
@@ -2382,17 +2382,17 @@ export declare const cronExecutionsContract: {
2382
2382
  path: z.ZodString;
2383
2383
  correlationId: z.ZodOptional<z.ZodString>;
2384
2384
  }, "strip", z.ZodTypeAny, {
2385
+ message: string;
2385
2386
  code: string;
2386
2387
  path: string;
2387
- message: string;
2388
2388
  statusCode: number;
2389
2389
  timestamp: string;
2390
2390
  details?: unknown;
2391
2391
  correlationId?: string | undefined;
2392
2392
  }, {
2393
+ message: string;
2393
2394
  code: string;
2394
2395
  path: string;
2395
- message: string;
2396
2396
  statusCode: number;
2397
2397
  timestamp: string;
2398
2398
  details?: unknown;
@@ -2420,17 +2420,17 @@ export declare const cronExecutionsContract: {
2420
2420
  path: z.ZodString;
2421
2421
  correlationId: z.ZodOptional<z.ZodString>;
2422
2422
  }, "strip", z.ZodTypeAny, {
2423
+ message: string;
2423
2424
  code: string;
2424
2425
  path: string;
2425
- message: string;
2426
2426
  statusCode: number;
2427
2427
  timestamp: string;
2428
2428
  details?: unknown;
2429
2429
  correlationId?: string | undefined;
2430
2430
  }, {
2431
+ message: string;
2431
2432
  code: string;
2432
2433
  path: string;
2433
- message: string;
2434
2434
  statusCode: number;
2435
2435
  timestamp: string;
2436
2436
  details?: unknown;
@@ -2456,17 +2456,17 @@ export declare const cronExecutionsContract: {
2456
2456
  path: z.ZodString;
2457
2457
  correlationId: z.ZodOptional<z.ZodString>;
2458
2458
  }, "strip", z.ZodTypeAny, {
2459
+ message: string;
2459
2460
  code: string;
2460
2461
  path: string;
2461
- message: string;
2462
2462
  statusCode: number;
2463
2463
  timestamp: string;
2464
2464
  details?: unknown;
2465
2465
  correlationId?: string | undefined;
2466
2466
  }, {
2467
+ message: string;
2467
2468
  code: string;
2468
2469
  path: string;
2469
- message: string;
2470
2470
  statusCode: number;
2471
2471
  timestamp: string;
2472
2472
  details?: unknown;
@@ -2481,17 +2481,17 @@ export declare const cronExecutionsContract: {
2481
2481
  path: z.ZodString;
2482
2482
  correlationId: z.ZodOptional<z.ZodString>;
2483
2483
  }, "strip", z.ZodTypeAny, {
2484
+ message: string;
2484
2485
  code: string;
2485
2486
  path: string;
2486
- message: string;
2487
2487
  statusCode: number;
2488
2488
  timestamp: string;
2489
2489
  details?: unknown;
2490
2490
  correlationId?: string | undefined;
2491
2491
  }, {
2492
+ message: string;
2492
2493
  code: string;
2493
2494
  path: string;
2494
- message: string;
2495
2495
  statusCode: number;
2496
2496
  timestamp: string;
2497
2497
  details?: unknown;
@@ -2506,17 +2506,17 @@ export declare const cronExecutionsContract: {
2506
2506
  path: z.ZodString;
2507
2507
  correlationId: z.ZodOptional<z.ZodString>;
2508
2508
  }, "strip", z.ZodTypeAny, {
2509
+ message: string;
2509
2510
  code: string;
2510
2511
  path: string;
2511
- message: string;
2512
2512
  statusCode: number;
2513
2513
  timestamp: string;
2514
2514
  details?: unknown;
2515
2515
  correlationId?: string | undefined;
2516
2516
  }, {
2517
+ message: string;
2517
2518
  code: string;
2518
2519
  path: string;
2519
- message: string;
2520
2520
  statusCode: number;
2521
2521
  timestamp: string;
2522
2522
  details?: unknown;
@@ -2544,17 +2544,17 @@ export declare const cronExecutionsContract: {
2544
2544
  path: z.ZodString;
2545
2545
  correlationId: z.ZodOptional<z.ZodString>;
2546
2546
  }, "strip", z.ZodTypeAny, {
2547
+ message: string;
2547
2548
  code: string;
2548
2549
  path: string;
2549
- message: string;
2550
2550
  statusCode: number;
2551
2551
  timestamp: string;
2552
2552
  details?: unknown;
2553
2553
  correlationId?: string | undefined;
2554
2554
  }, {
2555
+ message: string;
2555
2556
  code: string;
2556
2557
  path: string;
2557
- message: string;
2558
2558
  statusCode: number;
2559
2559
  timestamp: string;
2560
2560
  details?: unknown;
@@ -2586,17 +2586,17 @@ export declare const cronExecutionsContract: {
2586
2586
  path: z.ZodString;
2587
2587
  correlationId: z.ZodOptional<z.ZodString>;
2588
2588
  }, "strip", z.ZodTypeAny, {
2589
+ message: string;
2589
2590
  code: string;
2590
2591
  path: string;
2591
- message: string;
2592
2592
  statusCode: number;
2593
2593
  timestamp: string;
2594
2594
  details?: unknown;
2595
2595
  correlationId?: string | undefined;
2596
2596
  }, {
2597
+ message: string;
2597
2598
  code: string;
2598
2599
  path: string;
2599
- message: string;
2600
2600
  statusCode: number;
2601
2601
  timestamp: string;
2602
2602
  details?: unknown;
@@ -2611,17 +2611,17 @@ export declare const cronExecutionsContract: {
2611
2611
  path: z.ZodString;
2612
2612
  correlationId: z.ZodOptional<z.ZodString>;
2613
2613
  }, "strip", z.ZodTypeAny, {
2614
+ message: string;
2614
2615
  code: string;
2615
2616
  path: string;
2616
- message: string;
2617
2617
  statusCode: number;
2618
2618
  timestamp: string;
2619
2619
  details?: unknown;
2620
2620
  correlationId?: string | undefined;
2621
2621
  }, {
2622
+ message: string;
2622
2623
  code: string;
2623
2624
  path: string;
2624
- message: string;
2625
2625
  statusCode: number;
2626
2626
  timestamp: string;
2627
2627
  details?: unknown;
@@ -2636,17 +2636,17 @@ export declare const cronExecutionsContract: {
2636
2636
  path: z.ZodString;
2637
2637
  correlationId: z.ZodOptional<z.ZodString>;
2638
2638
  }, "strip", z.ZodTypeAny, {
2639
+ message: string;
2639
2640
  code: string;
2640
2641
  path: string;
2641
- message: string;
2642
2642
  statusCode: number;
2643
2643
  timestamp: string;
2644
2644
  details?: unknown;
2645
2645
  correlationId?: string | undefined;
2646
2646
  }, {
2647
+ message: string;
2647
2648
  code: string;
2648
2649
  path: string;
2649
- message: string;
2650
2650
  statusCode: number;
2651
2651
  timestamp: string;
2652
2652
  details?: unknown;
@@ -2674,17 +2674,17 @@ export declare const cronExecutionsContract: {
2674
2674
  path: z.ZodString;
2675
2675
  correlationId: z.ZodOptional<z.ZodString>;
2676
2676
  }, "strip", z.ZodTypeAny, {
2677
+ message: string;
2677
2678
  code: string;
2678
2679
  path: string;
2679
- message: string;
2680
2680
  statusCode: number;
2681
2681
  timestamp: string;
2682
2682
  details?: unknown;
2683
2683
  correlationId?: string | undefined;
2684
2684
  }, {
2685
+ message: string;
2685
2686
  code: string;
2686
2687
  path: string;
2687
- message: string;
2688
2688
  statusCode: number;
2689
2689
  timestamp: string;
2690
2690
  details?: unknown;
@@ -2716,17 +2716,17 @@ export declare const cronExecutionsContract: {
2716
2716
  path: z.ZodString;
2717
2717
  correlationId: z.ZodOptional<z.ZodString>;
2718
2718
  }, "strip", z.ZodTypeAny, {
2719
+ message: string;
2719
2720
  code: string;
2720
2721
  path: string;
2721
- message: string;
2722
2722
  statusCode: number;
2723
2723
  timestamp: string;
2724
2724
  details?: unknown;
2725
2725
  correlationId?: string | undefined;
2726
2726
  }, {
2727
+ message: string;
2727
2728
  code: string;
2728
2729
  path: string;
2729
- message: string;
2730
2730
  statusCode: number;
2731
2731
  timestamp: string;
2732
2732
  details?: unknown;
@@ -2741,17 +2741,17 @@ export declare const cronExecutionsContract: {
2741
2741
  path: z.ZodString;
2742
2742
  correlationId: z.ZodOptional<z.ZodString>;
2743
2743
  }, "strip", z.ZodTypeAny, {
2744
+ message: string;
2744
2745
  code: string;
2745
2746
  path: string;
2746
- message: string;
2747
2747
  statusCode: number;
2748
2748
  timestamp: string;
2749
2749
  details?: unknown;
2750
2750
  correlationId?: string | undefined;
2751
2751
  }, {
2752
+ message: string;
2752
2753
  code: string;
2753
2754
  path: string;
2754
- message: string;
2755
2755
  statusCode: number;
2756
2756
  timestamp: string;
2757
2757
  details?: unknown;
@@ -2766,17 +2766,17 @@ export declare const cronExecutionsContract: {
2766
2766
  path: z.ZodString;
2767
2767
  correlationId: z.ZodOptional<z.ZodString>;
2768
2768
  }, "strip", z.ZodTypeAny, {
2769
+ message: string;
2769
2770
  code: string;
2770
2771
  path: string;
2771
- message: string;
2772
2772
  statusCode: number;
2773
2773
  timestamp: string;
2774
2774
  details?: unknown;
2775
2775
  correlationId?: string | undefined;
2776
2776
  }, {
2777
+ message: string;
2777
2778
  code: string;
2778
2779
  path: string;
2779
- message: string;
2780
2780
  statusCode: number;
2781
2781
  timestamp: string;
2782
2782
  details?: unknown;
@@ -2804,17 +2804,17 @@ export declare const cronExecutionsContract: {
2804
2804
  path: z.ZodString;
2805
2805
  correlationId: z.ZodOptional<z.ZodString>;
2806
2806
  }, "strip", z.ZodTypeAny, {
2807
+ message: string;
2807
2808
  code: string;
2808
2809
  path: string;
2809
- message: string;
2810
2810
  statusCode: number;
2811
2811
  timestamp: string;
2812
2812
  details?: unknown;
2813
2813
  correlationId?: string | undefined;
2814
2814
  }, {
2815
+ message: string;
2815
2816
  code: string;
2816
2817
  path: string;
2817
- message: string;
2818
2818
  statusCode: number;
2819
2819
  timestamp: string;
2820
2820
  details?: unknown;
@@ -2874,17 +2874,17 @@ export declare const cronExecutionsContract: {
2874
2874
  path: z.ZodString;
2875
2875
  correlationId: z.ZodOptional<z.ZodString>;
2876
2876
  }, "strip", z.ZodTypeAny, {
2877
+ message: string;
2877
2878
  code: string;
2878
2879
  path: string;
2879
- message: string;
2880
2880
  statusCode: number;
2881
2881
  timestamp: string;
2882
2882
  details?: unknown;
2883
2883
  correlationId?: string | undefined;
2884
2884
  }, {
2885
+ message: string;
2885
2886
  code: string;
2886
2887
  path: string;
2887
- message: string;
2888
2888
  statusCode: number;
2889
2889
  timestamp: string;
2890
2890
  details?: unknown;
@@ -2899,17 +2899,17 @@ export declare const cronExecutionsContract: {
2899
2899
  path: z.ZodString;
2900
2900
  correlationId: z.ZodOptional<z.ZodString>;
2901
2901
  }, "strip", z.ZodTypeAny, {
2902
+ message: string;
2902
2903
  code: string;
2903
2904
  path: string;
2904
- message: string;
2905
2905
  statusCode: number;
2906
2906
  timestamp: string;
2907
2907
  details?: unknown;
2908
2908
  correlationId?: string | undefined;
2909
2909
  }, {
2910
+ message: string;
2910
2911
  code: string;
2911
2912
  path: string;
2912
- message: string;
2913
2913
  statusCode: number;
2914
2914
  timestamp: string;
2915
2915
  details?: unknown;
@@ -2924,17 +2924,17 @@ export declare const cronExecutionsContract: {
2924
2924
  path: z.ZodString;
2925
2925
  correlationId: z.ZodOptional<z.ZodString>;
2926
2926
  }, "strip", z.ZodTypeAny, {
2927
+ message: string;
2927
2928
  code: string;
2928
2929
  path: string;
2929
- message: string;
2930
2930
  statusCode: number;
2931
2931
  timestamp: string;
2932
2932
  details?: unknown;
2933
2933
  correlationId?: string | undefined;
2934
2934
  }, {
2935
+ message: string;
2935
2936
  code: string;
2936
2937
  path: string;
2937
- message: string;
2938
2938
  statusCode: number;
2939
2939
  timestamp: string;
2940
2940
  details?: unknown;
@@ -2962,7 +2962,6 @@ export declare const cronExecutionsContract: {
2962
2962
  deduplicated: z.ZodNumber;
2963
2963
  failed: z.ZodNumber;
2964
2964
  }, "strip", z.ZodTypeAny, {
2965
- failed: number;
2966
2965
  scanned: number;
2967
2966
  skippedUnchanged: number;
2968
2967
  needsHash: number;
@@ -2977,8 +2976,8 @@ export declare const cronExecutionsContract: {
2977
2976
  queuedForReview: number;
2978
2977
  retryDeferred: number;
2979
2978
  deduplicated: number;
2980
- }, {
2981
2979
  failed: number;
2980
+ }, {
2982
2981
  scanned: number;
2983
2982
  skippedUnchanged: number;
2984
2983
  needsHash: number;
@@ -2993,13 +2992,13 @@ export declare const cronExecutionsContract: {
2993
2992
  queuedForReview: number;
2994
2993
  retryDeferred: number;
2995
2994
  deduplicated: number;
2995
+ failed: number;
2996
2996
  }>;
2997
2997
  }, "strip", z.ZodTypeAny, {
2998
2998
  message: string;
2999
2999
  success: boolean;
3000
3000
  executionId: string;
3001
3001
  result: {
3002
- failed: number;
3003
3002
  scanned: number;
3004
3003
  skippedUnchanged: number;
3005
3004
  needsHash: number;
@@ -3014,13 +3013,13 @@ export declare const cronExecutionsContract: {
3014
3013
  queuedForReview: number;
3015
3014
  retryDeferred: number;
3016
3015
  deduplicated: number;
3016
+ failed: number;
3017
3017
  };
3018
3018
  }, {
3019
3019
  message: string;
3020
3020
  success: boolean;
3021
3021
  executionId: string;
3022
3022
  result: {
3023
- failed: number;
3024
3023
  scanned: number;
3025
3024
  skippedUnchanged: number;
3026
3025
  needsHash: number;
@@ -3035,6 +3034,7 @@ export declare const cronExecutionsContract: {
3035
3034
  queuedForReview: number;
3036
3035
  retryDeferred: number;
3037
3036
  deduplicated: number;
3037
+ failed: number;
3038
3038
  };
3039
3039
  }>;
3040
3040
  403: z.ZodObject<{
@@ -3046,17 +3046,17 @@ export declare const cronExecutionsContract: {
3046
3046
  path: z.ZodString;
3047
3047
  correlationId: z.ZodOptional<z.ZodString>;
3048
3048
  }, "strip", z.ZodTypeAny, {
3049
+ message: string;
3049
3050
  code: string;
3050
3051
  path: string;
3051
- message: string;
3052
3052
  statusCode: number;
3053
3053
  timestamp: string;
3054
3054
  details?: unknown;
3055
3055
  correlationId?: string | undefined;
3056
3056
  }, {
3057
+ message: string;
3057
3058
  code: string;
3058
3059
  path: string;
3059
- message: string;
3060
3060
  statusCode: number;
3061
3061
  timestamp: string;
3062
3062
  details?: unknown;