@memberjunction/core-entities 2.117.0 → 2.119.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.
@@ -614,6 +614,8 @@ export declare const AIAgentNoteSchema: z.ZodObject<{
614
614
  AgentNoteType: z.ZodNullable<z.ZodString>;
615
615
  User: z.ZodNullable<z.ZodString>;
616
616
  SourceConversation: z.ZodNullable<z.ZodString>;
617
+ SourceConversationDetail: z.ZodNullable<z.ZodString>;
618
+ SourceAIAgentRun: z.ZodNullable<z.ZodString>;
617
619
  Company: z.ZodNullable<z.ZodString>;
618
620
  EmbeddingModel: z.ZodNullable<z.ZodString>;
619
621
  }, "strip", z.ZodTypeAny, {
@@ -638,6 +640,8 @@ export declare const AIAgentNoteSchema: z.ZodObject<{
638
640
  EmbeddingModelID?: string;
639
641
  AgentNoteType?: string;
640
642
  SourceConversation?: string;
643
+ SourceConversationDetail?: string;
644
+ SourceAIAgentRun?: string;
641
645
  Company?: string;
642
646
  EmbeddingModel?: string;
643
647
  }, {
@@ -662,6 +666,8 @@ export declare const AIAgentNoteSchema: z.ZodObject<{
662
666
  EmbeddingModelID?: string;
663
667
  AgentNoteType?: string;
664
668
  SourceConversation?: string;
669
+ SourceConversationDetail?: string;
670
+ SourceAIAgentRun?: string;
665
671
  Company?: string;
666
672
  EmbeddingModel?: string;
667
673
  }>;
@@ -1279,6 +1285,7 @@ export declare const AIResultCacheSchema: z.ZodObject<{
1279
1285
  Vendor: z.ZodNullable<z.ZodString>;
1280
1286
  Agent: z.ZodNullable<z.ZodString>;
1281
1287
  Configuration: z.ZodNullable<z.ZodString>;
1288
+ PromptRun: z.ZodNullable<z.ZodString>;
1282
1289
  }, "strip", z.ZodTypeAny, {
1283
1290
  ID?: string;
1284
1291
  __mj_CreatedAt?: Date;
@@ -1300,6 +1307,7 @@ export declare const AIResultCacheSchema: z.ZodObject<{
1300
1307
  PromptRunID?: string;
1301
1308
  AIPrompt?: string;
1302
1309
  Configuration?: string;
1310
+ PromptRun?: string;
1303
1311
  }, {
1304
1312
  ID?: string;
1305
1313
  __mj_CreatedAt?: Date;
@@ -1321,6 +1329,7 @@ export declare const AIResultCacheSchema: z.ZodObject<{
1321
1329
  PromptRunID?: string;
1322
1330
  AIPrompt?: string;
1323
1331
  Configuration?: string;
1332
+ PromptRun?: string;
1324
1333
  }>;
1325
1334
  export type AIResultCacheEntityType = z.infer<typeof AIResultCacheSchema>;
1326
1335
  /**
@@ -1644,6 +1653,7 @@ export declare const CommunicationLogSchema: z.ZodObject<{
1644
1653
  __mj_UpdatedAt: z.ZodDate;
1645
1654
  CommunicationProvider: z.ZodString;
1646
1655
  CommunicationProviderMessageType: z.ZodString;
1656
+ CommunicationRun: z.ZodNullable<z.ZodString>;
1647
1657
  }, "strip", z.ZodTypeAny, {
1648
1658
  ID?: string;
1649
1659
  __mj_CreatedAt?: Date;
@@ -1658,6 +1668,7 @@ export declare const CommunicationLogSchema: z.ZodObject<{
1658
1668
  ErrorMessage?: string;
1659
1669
  CommunicationProvider?: string;
1660
1670
  CommunicationProviderMessageType?: string;
1671
+ CommunicationRun?: string;
1661
1672
  }, {
1662
1673
  ID?: string;
1663
1674
  __mj_CreatedAt?: Date;
@@ -1672,6 +1683,7 @@ export declare const CommunicationLogSchema: z.ZodObject<{
1672
1683
  ErrorMessage?: string;
1673
1684
  CommunicationProvider?: string;
1674
1685
  CommunicationProviderMessageType?: string;
1686
+ CommunicationRun?: string;
1675
1687
  }>;
1676
1688
  export type CommunicationLogEntityType = z.infer<typeof CommunicationLogSchema>;
1677
1689
  /**
@@ -1877,6 +1889,7 @@ export declare const CompanyIntegrationRunAPILogSchema: z.ZodObject<{
1877
1889
  Parameters: z.ZodNullable<z.ZodString>;
1878
1890
  __mj_CreatedAt: z.ZodDate;
1879
1891
  __mj_UpdatedAt: z.ZodDate;
1892
+ CompanyIntegrationRun: z.ZodString;
1880
1893
  }, "strip", z.ZodTypeAny, {
1881
1894
  ID?: string;
1882
1895
  __mj_CreatedAt?: Date;
@@ -1887,6 +1900,7 @@ export declare const CompanyIntegrationRunAPILogSchema: z.ZodObject<{
1887
1900
  RequestMethod?: "DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT";
1888
1901
  URL?: string;
1889
1902
  Parameters?: string;
1903
+ CompanyIntegrationRun?: string;
1890
1904
  }, {
1891
1905
  ID?: string;
1892
1906
  __mj_CreatedAt?: Date;
@@ -1897,6 +1911,7 @@ export declare const CompanyIntegrationRunAPILogSchema: z.ZodObject<{
1897
1911
  RequestMethod?: "DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT";
1898
1912
  URL?: string;
1899
1913
  Parameters?: string;
1914
+ CompanyIntegrationRun?: string;
1900
1915
  }>;
1901
1916
  export type CompanyIntegrationRunAPILogEntityType = z.infer<typeof CompanyIntegrationRunAPILogSchema>;
1902
1917
  /**
@@ -2457,9 +2472,15 @@ export declare const ConversationDetailSchema: z.ZodObject<{
2457
2472
  AgentID: z.ZodNullable<z.ZodString>;
2458
2473
  Status: z.ZodUnion<[z.ZodLiteral<"Complete">, z.ZodLiteral<"Error">, z.ZodLiteral<"In-Progress">]>;
2459
2474
  SuggestedResponses: z.ZodNullable<z.ZodString>;
2475
+ TestRunID: z.ZodNullable<z.ZodString>;
2476
+ ResponseForm: z.ZodNullable<z.ZodString>;
2477
+ ActionableCommands: z.ZodNullable<z.ZodString>;
2478
+ AutomaticCommands: z.ZodNullable<z.ZodString>;
2460
2479
  Conversation: z.ZodNullable<z.ZodString>;
2461
2480
  User: z.ZodNullable<z.ZodString>;
2462
2481
  Artifact: z.ZodNullable<z.ZodString>;
2482
+ ArtifactVersion: z.ZodNullable<z.ZodString>;
2483
+ Parent: z.ZodNullable<z.ZodString>;
2463
2484
  Agent: z.ZodNullable<z.ZodString>;
2464
2485
  RootParentID: z.ZodNullable<z.ZodString>;
2465
2486
  }, "strip", z.ZodTypeAny, {
@@ -2468,6 +2489,7 @@ export declare const ConversationDetailSchema: z.ZodObject<{
2468
2489
  __mj_UpdatedAt?: Date;
2469
2490
  ParentID?: string;
2470
2491
  Status?: "Complete" | "In-Progress" | "Error";
2492
+ Parent?: string;
2471
2493
  RootParentID?: string;
2472
2494
  UserID?: string;
2473
2495
  Message?: string;
@@ -2488,14 +2510,20 @@ export declare const ConversationDetailSchema: z.ZodObject<{
2488
2510
  CompletionTime?: number;
2489
2511
  IsPinned?: boolean;
2490
2512
  SuggestedResponses?: string;
2513
+ TestRunID?: string;
2514
+ ResponseForm?: string;
2515
+ ActionableCommands?: string;
2516
+ AutomaticCommands?: string;
2491
2517
  Conversation?: string;
2492
2518
  Artifact?: string;
2519
+ ArtifactVersion?: string;
2493
2520
  }, {
2494
2521
  ID?: string;
2495
2522
  __mj_CreatedAt?: Date;
2496
2523
  __mj_UpdatedAt?: Date;
2497
2524
  ParentID?: string;
2498
2525
  Status?: "Complete" | "In-Progress" | "Error";
2526
+ Parent?: string;
2499
2527
  RootParentID?: string;
2500
2528
  UserID?: string;
2501
2529
  Message?: string;
@@ -2516,8 +2544,13 @@ export declare const ConversationDetailSchema: z.ZodObject<{
2516
2544
  CompletionTime?: number;
2517
2545
  IsPinned?: boolean;
2518
2546
  SuggestedResponses?: string;
2547
+ TestRunID?: string;
2548
+ ResponseForm?: string;
2549
+ ActionableCommands?: string;
2550
+ AutomaticCommands?: string;
2519
2551
  Conversation?: string;
2520
2552
  Artifact?: string;
2553
+ ArtifactVersion?: string;
2521
2554
  }>;
2522
2555
  export type ConversationDetailEntityType = z.infer<typeof ConversationDetailSchema>;
2523
2556
  /**
@@ -2540,6 +2573,7 @@ export declare const ConversationSchema: z.ZodObject<{
2540
2573
  EnvironmentID: z.ZodString;
2541
2574
  ProjectID: z.ZodNullable<z.ZodString>;
2542
2575
  IsPinned: z.ZodBoolean;
2576
+ TestRunID: z.ZodNullable<z.ZodString>;
2543
2577
  User: z.ZodString;
2544
2578
  LinkedEntity: z.ZodNullable<z.ZodString>;
2545
2579
  DataContext: z.ZodNullable<z.ZodString>;
@@ -2557,6 +2591,7 @@ export declare const ConversationSchema: z.ZodObject<{
2557
2591
  Type?: string;
2558
2592
  ExternalID?: string;
2559
2593
  IsPinned?: boolean;
2594
+ TestRunID?: string;
2560
2595
  IsArchived?: boolean;
2561
2596
  LinkedEntityID?: string;
2562
2597
  LinkedRecordID?: string;
@@ -2579,6 +2614,7 @@ export declare const ConversationSchema: z.ZodObject<{
2579
2614
  Type?: string;
2580
2615
  ExternalID?: string;
2581
2616
  IsPinned?: boolean;
2617
+ TestRunID?: string;
2582
2618
  IsArchived?: boolean;
2583
2619
  LinkedEntityID?: string;
2584
2620
  LinkedRecordID?: string;
@@ -2875,6 +2911,8 @@ export declare const DuplicateRunDetailMatchSchema: z.ZodObject<{
2875
2911
  MergedAt: z.ZodDate;
2876
2912
  __mj_CreatedAt: z.ZodDate;
2877
2913
  __mj_UpdatedAt: z.ZodDate;
2914
+ DuplicateRunDetail: z.ZodString;
2915
+ RecordMergeLog: z.ZodNullable<z.ZodString>;
2878
2916
  }, "strip", z.ZodTypeAny, {
2879
2917
  ID?: string;
2880
2918
  __mj_CreatedAt?: Date;
@@ -2889,6 +2927,8 @@ export declare const DuplicateRunDetailMatchSchema: z.ZodObject<{
2889
2927
  RecordMergeLogID?: string;
2890
2928
  MergeStatus?: "Pending" | "Complete" | "Error";
2891
2929
  MergedAt?: Date;
2930
+ DuplicateRunDetail?: string;
2931
+ RecordMergeLog?: string;
2892
2932
  }, {
2893
2933
  ID?: string;
2894
2934
  __mj_CreatedAt?: Date;
@@ -2903,6 +2943,8 @@ export declare const DuplicateRunDetailMatchSchema: z.ZodObject<{
2903
2943
  RecordMergeLogID?: string;
2904
2944
  MergeStatus?: "Pending" | "Complete" | "Error";
2905
2945
  MergedAt?: Date;
2946
+ DuplicateRunDetail?: string;
2947
+ RecordMergeLog?: string;
2906
2948
  }>;
2907
2949
  export type DuplicateRunDetailMatchEntityType = z.infer<typeof DuplicateRunDetailMatchSchema>;
2908
2950
  /**
@@ -2919,6 +2961,7 @@ export declare const DuplicateRunDetailSchema: z.ZodObject<{
2919
2961
  MergeErrorMessage: z.ZodNullable<z.ZodString>;
2920
2962
  __mj_CreatedAt: z.ZodDate;
2921
2963
  __mj_UpdatedAt: z.ZodDate;
2964
+ DuplicateRun: z.ZodString;
2922
2965
  }, "strip", z.ZodTypeAny, {
2923
2966
  ID?: string;
2924
2967
  __mj_CreatedAt?: Date;
@@ -2930,6 +2973,7 @@ export declare const DuplicateRunDetailSchema: z.ZodObject<{
2930
2973
  SkippedReason?: string;
2931
2974
  MatchErrorMessage?: string;
2932
2975
  MergeErrorMessage?: string;
2976
+ DuplicateRun?: string;
2933
2977
  }, {
2934
2978
  ID?: string;
2935
2979
  __mj_CreatedAt?: Date;
@@ -2941,6 +2985,7 @@ export declare const DuplicateRunDetailSchema: z.ZodObject<{
2941
2985
  SkippedReason?: string;
2942
2986
  MatchErrorMessage?: string;
2943
2987
  MergeErrorMessage?: string;
2988
+ DuplicateRun?: string;
2944
2989
  }>;
2945
2990
  export type DuplicateRunDetailEntityType = z.infer<typeof DuplicateRunDetailSchema>;
2946
2991
  /**
@@ -3013,6 +3058,7 @@ export declare const EmployeeCompanyIntegrationSchema: z.ZodObject<{
3013
3058
  IsActive: z.ZodBoolean;
3014
3059
  __mj_CreatedAt: z.ZodDate;
3015
3060
  __mj_UpdatedAt: z.ZodDate;
3061
+ Employee: z.ZodNullable<z.ZodString>;
3016
3062
  CompanyIntegration: z.ZodString;
3017
3063
  }, "strip", z.ZodTypeAny, {
3018
3064
  ID?: string;
@@ -3023,6 +3069,7 @@ export declare const EmployeeCompanyIntegrationSchema: z.ZodObject<{
3023
3069
  ExternalSystemRecordID?: string;
3024
3070
  CompanyIntegration?: string;
3025
3071
  EmployeeID?: string;
3072
+ Employee?: string;
3026
3073
  }, {
3027
3074
  ID?: string;
3028
3075
  __mj_CreatedAt?: Date;
@@ -3032,6 +3079,7 @@ export declare const EmployeeCompanyIntegrationSchema: z.ZodObject<{
3032
3079
  ExternalSystemRecordID?: string;
3033
3080
  CompanyIntegration?: string;
3034
3081
  EmployeeID?: string;
3082
+ Employee?: string;
3035
3083
  }>;
3036
3084
  export type EmployeeCompanyIntegrationEntityType = z.infer<typeof EmployeeCompanyIntegrationSchema>;
3037
3085
  /**
@@ -3043,6 +3091,7 @@ export declare const EmployeeRoleSchema: z.ZodObject<{
3043
3091
  RoleID: z.ZodString;
3044
3092
  __mj_CreatedAt: z.ZodDate;
3045
3093
  __mj_UpdatedAt: z.ZodDate;
3094
+ Employee: z.ZodNullable<z.ZodString>;
3046
3095
  Role: z.ZodString;
3047
3096
  }, "strip", z.ZodTypeAny, {
3048
3097
  ID?: string;
@@ -3051,6 +3100,7 @@ export declare const EmployeeRoleSchema: z.ZodObject<{
3051
3100
  RoleID?: string;
3052
3101
  Role?: string;
3053
3102
  EmployeeID?: string;
3103
+ Employee?: string;
3054
3104
  }, {
3055
3105
  ID?: string;
3056
3106
  __mj_CreatedAt?: Date;
@@ -3058,6 +3108,7 @@ export declare const EmployeeRoleSchema: z.ZodObject<{
3058
3108
  RoleID?: string;
3059
3109
  Role?: string;
3060
3110
  EmployeeID?: string;
3111
+ Employee?: string;
3061
3112
  }>;
3062
3113
  export type EmployeeRoleEntityType = z.infer<typeof EmployeeRoleSchema>;
3063
3114
  /**
@@ -3069,12 +3120,14 @@ export declare const EmployeeSkillSchema: z.ZodObject<{
3069
3120
  SkillID: z.ZodString;
3070
3121
  __mj_CreatedAt: z.ZodDate;
3071
3122
  __mj_UpdatedAt: z.ZodDate;
3123
+ Employee: z.ZodNullable<z.ZodString>;
3072
3124
  Skill: z.ZodString;
3073
3125
  }, "strip", z.ZodTypeAny, {
3074
3126
  ID?: string;
3075
3127
  __mj_CreatedAt?: Date;
3076
3128
  __mj_UpdatedAt?: Date;
3077
3129
  EmployeeID?: string;
3130
+ Employee?: string;
3078
3131
  SkillID?: string;
3079
3132
  Skill?: string;
3080
3133
  }, {
@@ -3082,6 +3135,7 @@ export declare const EmployeeSkillSchema: z.ZodObject<{
3082
3135
  __mj_CreatedAt?: Date;
3083
3136
  __mj_UpdatedAt?: Date;
3084
3137
  EmployeeID?: string;
3138
+ Employee?: string;
3085
3139
  SkillID?: string;
3086
3140
  Skill?: string;
3087
3141
  }>;
@@ -3353,6 +3407,8 @@ export declare const EntityActionFilterSchema: z.ZodObject<{
3353
3407
  Status: z.ZodUnion<[z.ZodLiteral<"Active">, z.ZodLiteral<"Disabled">, z.ZodLiteral<"Pending">]>;
3354
3408
  __mj_CreatedAt: z.ZodDate;
3355
3409
  __mj_UpdatedAt: z.ZodDate;
3410
+ EntityAction: z.ZodString;
3411
+ ActionFilter: z.ZodString;
3356
3412
  }, "strip", z.ZodTypeAny, {
3357
3413
  ID?: string;
3358
3414
  __mj_CreatedAt?: Date;
@@ -3361,6 +3417,8 @@ export declare const EntityActionFilterSchema: z.ZodObject<{
3361
3417
  Sequence?: number;
3362
3418
  EntityActionID?: string;
3363
3419
  ActionFilterID?: string;
3420
+ EntityAction?: string;
3421
+ ActionFilter?: string;
3364
3422
  }, {
3365
3423
  ID?: string;
3366
3424
  __mj_CreatedAt?: Date;
@@ -3369,6 +3427,8 @@ export declare const EntityActionFilterSchema: z.ZodObject<{
3369
3427
  Sequence?: number;
3370
3428
  EntityActionID?: string;
3371
3429
  ActionFilterID?: string;
3430
+ EntityAction?: string;
3431
+ ActionFilter?: string;
3372
3432
  }>;
3373
3433
  export type EntityActionFilterEntityType = z.infer<typeof EntityActionFilterSchema>;
3374
3434
  /**
@@ -3407,6 +3467,7 @@ export declare const EntityActionInvocationSchema: z.ZodObject<{
3407
3467
  Status: z.ZodUnion<[z.ZodLiteral<"Active">, z.ZodLiteral<"Disabled">, z.ZodLiteral<"Pending">]>;
3408
3468
  __mj_CreatedAt: z.ZodDate;
3409
3469
  __mj_UpdatedAt: z.ZodDate;
3470
+ EntityAction: z.ZodString;
3410
3471
  InvocationType: z.ZodString;
3411
3472
  }, "strip", z.ZodTypeAny, {
3412
3473
  ID?: string;
@@ -3414,6 +3475,7 @@ export declare const EntityActionInvocationSchema: z.ZodObject<{
3414
3475
  __mj_UpdatedAt?: Date;
3415
3476
  Status?: "Active" | "Disabled" | "Pending";
3416
3477
  EntityActionID?: string;
3478
+ EntityAction?: string;
3417
3479
  InvocationTypeID?: string;
3418
3480
  InvocationType?: string;
3419
3481
  }, {
@@ -3422,6 +3484,7 @@ export declare const EntityActionInvocationSchema: z.ZodObject<{
3422
3484
  __mj_UpdatedAt?: Date;
3423
3485
  Status?: "Active" | "Disabled" | "Pending";
3424
3486
  EntityActionID?: string;
3487
+ EntityAction?: string;
3425
3488
  InvocationTypeID?: string;
3426
3489
  InvocationType?: string;
3427
3490
  }>;
@@ -3438,6 +3501,7 @@ export declare const EntityActionParamSchema: z.ZodObject<{
3438
3501
  Comments: z.ZodNullable<z.ZodString>;
3439
3502
  __mj_CreatedAt: z.ZodDate;
3440
3503
  __mj_UpdatedAt: z.ZodDate;
3504
+ EntityAction: z.ZodString;
3441
3505
  ActionParam: z.ZodString;
3442
3506
  }, "strip", z.ZodTypeAny, {
3443
3507
  ID?: string;
@@ -3447,6 +3511,7 @@ export declare const EntityActionParamSchema: z.ZodObject<{
3447
3511
  ValueType?: "Entity Field" | "Entity Object" | "Script" | "Static";
3448
3512
  Value?: string;
3449
3513
  EntityActionID?: string;
3514
+ EntityAction?: string;
3450
3515
  ActionParamID?: string;
3451
3516
  ActionParam?: string;
3452
3517
  }, {
@@ -3457,6 +3522,7 @@ export declare const EntityActionParamSchema: z.ZodObject<{
3457
3522
  ValueType?: "Entity Field" | "Entity Object" | "Script" | "Static";
3458
3523
  Value?: string;
3459
3524
  EntityActionID?: string;
3525
+ EntityAction?: string;
3460
3526
  ActionParamID?: string;
3461
3527
  ActionParam?: string;
3462
3528
  }>;
@@ -3568,6 +3634,7 @@ export declare const EntityCommunicationFieldSchema: z.ZodObject<{
3568
3634
  Priority: z.ZodNumber;
3569
3635
  __mj_CreatedAt: z.ZodDate;
3570
3636
  __mj_UpdatedAt: z.ZodDate;
3637
+ EntityCommunicationMessageType: z.ZodString;
3571
3638
  }, "strip", z.ZodTypeAny, {
3572
3639
  ID?: string;
3573
3640
  __mj_CreatedAt?: Date;
@@ -3575,6 +3642,7 @@ export declare const EntityCommunicationFieldSchema: z.ZodObject<{
3575
3642
  Priority?: number;
3576
3643
  EntityCommunicationMessageTypeID?: string;
3577
3644
  FieldName?: string;
3645
+ EntityCommunicationMessageType?: string;
3578
3646
  }, {
3579
3647
  ID?: string;
3580
3648
  __mj_CreatedAt?: Date;
@@ -3582,6 +3650,7 @@ export declare const EntityCommunicationFieldSchema: z.ZodObject<{
3582
3650
  Priority?: number;
3583
3651
  EntityCommunicationMessageTypeID?: string;
3584
3652
  FieldName?: string;
3653
+ EntityCommunicationMessageType?: string;
3585
3654
  }>;
3586
3655
  export type EntityCommunicationFieldEntityType = z.infer<typeof EntityCommunicationFieldSchema>;
3587
3656
  /**
@@ -4295,6 +4364,8 @@ export declare const ErrorLogSchema: z.ZodObject<{
4295
4364
  Details: z.ZodNullable<z.ZodString>;
4296
4365
  __mj_CreatedAt: z.ZodDate;
4297
4366
  __mj_UpdatedAt: z.ZodDate;
4367
+ CompanyIntegrationRun: z.ZodNullable<z.ZodString>;
4368
+ CompanyIntegrationRunDetail: z.ZodNullable<z.ZodString>;
4298
4369
  }, "strip", z.ZodTypeAny, {
4299
4370
  ID?: string;
4300
4371
  __mj_CreatedAt?: Date;
@@ -4305,8 +4376,10 @@ export declare const ErrorLogSchema: z.ZodObject<{
4305
4376
  Category?: string;
4306
4377
  Details?: string;
4307
4378
  CompanyIntegrationRunID?: string;
4379
+ CompanyIntegrationRun?: string;
4308
4380
  CompanyIntegrationRunDetailID?: string;
4309
4381
  CreatedBy?: string;
4382
+ CompanyIntegrationRunDetail?: string;
4310
4383
  }, {
4311
4384
  ID?: string;
4312
4385
  __mj_CreatedAt?: Date;
@@ -4317,8 +4390,10 @@ export declare const ErrorLogSchema: z.ZodObject<{
4317
4390
  Category?: string;
4318
4391
  Details?: string;
4319
4392
  CompanyIntegrationRunID?: string;
4393
+ CompanyIntegrationRun?: string;
4320
4394
  CompanyIntegrationRunDetailID?: string;
4321
4395
  CreatedBy?: string;
4396
+ CompanyIntegrationRunDetail?: string;
4322
4397
  }>;
4323
4398
  export type ErrorLogEntityType = z.infer<typeof ErrorLogSchema>;
4324
4399
  /**
@@ -4950,6 +5025,53 @@ export declare const AIAgentArtifactTypeSchema: z.ZodObject<{
4950
5025
  ArtifactType?: string;
4951
5026
  }>;
4952
5027
  export type AIAgentArtifactTypeEntityType = z.infer<typeof AIAgentArtifactTypeSchema>;
5028
+ /**
5029
+ * zod schema definition for the entity MJ: AI Agent Configurations
5030
+ */
5031
+ export declare const AIAgentConfigurationSchema: z.ZodObject<{
5032
+ ID: z.ZodString;
5033
+ AgentID: z.ZodString;
5034
+ Name: z.ZodString;
5035
+ DisplayName: z.ZodString;
5036
+ Description: z.ZodNullable<z.ZodString>;
5037
+ AIConfigurationID: z.ZodNullable<z.ZodString>;
5038
+ IsDefault: z.ZodBoolean;
5039
+ Priority: z.ZodNumber;
5040
+ Status: z.ZodUnion<[z.ZodLiteral<"Active">, z.ZodLiteral<"Pending">, z.ZodLiteral<"Revoked">]>;
5041
+ __mj_CreatedAt: z.ZodDate;
5042
+ __mj_UpdatedAt: z.ZodDate;
5043
+ Agent: z.ZodNullable<z.ZodString>;
5044
+ AIConfiguration: z.ZodNullable<z.ZodString>;
5045
+ }, "strip", z.ZodTypeAny, {
5046
+ ID?: string;
5047
+ __mj_CreatedAt?: Date;
5048
+ __mj_UpdatedAt?: Date;
5049
+ Name?: string;
5050
+ Description?: string;
5051
+ Status?: "Active" | "Pending" | "Revoked";
5052
+ AgentID?: string;
5053
+ Agent?: string;
5054
+ Priority?: number;
5055
+ DisplayName?: string;
5056
+ AIConfigurationID?: string;
5057
+ IsDefault?: boolean;
5058
+ AIConfiguration?: string;
5059
+ }, {
5060
+ ID?: string;
5061
+ __mj_CreatedAt?: Date;
5062
+ __mj_UpdatedAt?: Date;
5063
+ Name?: string;
5064
+ Description?: string;
5065
+ Status?: "Active" | "Pending" | "Revoked";
5066
+ AgentID?: string;
5067
+ Agent?: string;
5068
+ Priority?: number;
5069
+ DisplayName?: string;
5070
+ AIConfigurationID?: string;
5071
+ IsDefault?: boolean;
5072
+ AIConfiguration?: string;
5073
+ }>;
5074
+ export type AIAgentConfigurationEntityType = z.infer<typeof AIAgentConfigurationSchema>;
4953
5075
  /**
4954
5076
  * zod schema definition for the entity MJ: AI Agent Data Sources
4955
5077
  */
@@ -5053,6 +5175,8 @@ export declare const AIAgentExampleSchema: z.ZodObject<{
5053
5175
  User: z.ZodNullable<z.ZodString>;
5054
5176
  Company: z.ZodNullable<z.ZodString>;
5055
5177
  SourceConversation: z.ZodNullable<z.ZodString>;
5178
+ SourceConversationDetail: z.ZodNullable<z.ZodString>;
5179
+ SourceAIAgentRun: z.ZodNullable<z.ZodString>;
5056
5180
  EmbeddingModel: z.ZodNullable<z.ZodString>;
5057
5181
  }, "strip", z.ZodTypeAny, {
5058
5182
  ID?: string;
@@ -5073,6 +5197,8 @@ export declare const AIAgentExampleSchema: z.ZodObject<{
5073
5197
  EmbeddingVector?: string;
5074
5198
  EmbeddingModelID?: string;
5075
5199
  SourceConversation?: string;
5200
+ SourceConversationDetail?: string;
5201
+ SourceAIAgentRun?: string;
5076
5202
  Company?: string;
5077
5203
  EmbeddingModel?: string;
5078
5204
  ExampleInput?: string;
@@ -5097,6 +5223,8 @@ export declare const AIAgentExampleSchema: z.ZodObject<{
5097
5223
  EmbeddingVector?: string;
5098
5224
  EmbeddingModelID?: string;
5099
5225
  SourceConversation?: string;
5226
+ SourceConversationDetail?: string;
5227
+ SourceAIAgentRun?: string;
5100
5228
  Company?: string;
5101
5229
  EmbeddingModel?: string;
5102
5230
  ExampleInput?: string;
@@ -5277,6 +5405,8 @@ export declare const AIAgentRunStepSchema: z.ZodObject<{
5277
5405
  FinalPayloadValidationMessages: z.ZodNullable<z.ZodString>;
5278
5406
  ParentID: z.ZodNullable<z.ZodString>;
5279
5407
  Comments: z.ZodNullable<z.ZodString>;
5408
+ AgentRun: z.ZodNullable<z.ZodString>;
5409
+ Parent: z.ZodNullable<z.ZodString>;
5280
5410
  RootParentID: z.ZodNullable<z.ZodString>;
5281
5411
  }, "strip", z.ZodTypeAny, {
5282
5412
  ID?: string;
@@ -5285,6 +5415,7 @@ export declare const AIAgentRunStepSchema: z.ZodObject<{
5285
5415
  __mj_UpdatedAt?: Date;
5286
5416
  ParentID?: string;
5287
5417
  Status?: "Failed" | "Cancelled" | "Completed" | "Running";
5418
+ Parent?: string;
5288
5419
  RootParentID?: string;
5289
5420
  StartedAt?: Date;
5290
5421
  Success?: boolean;
@@ -5302,6 +5433,7 @@ export declare const AIAgentRunStepSchema: z.ZodObject<{
5302
5433
  PayloadAtEnd?: string;
5303
5434
  FinalPayloadValidationResult?: "Fail" | "Retry" | "Warn" | "Pass";
5304
5435
  FinalPayloadValidationMessages?: string;
5436
+ AgentRun?: string;
5305
5437
  }, {
5306
5438
  ID?: string;
5307
5439
  Comments?: string;
@@ -5309,6 +5441,7 @@ export declare const AIAgentRunStepSchema: z.ZodObject<{
5309
5441
  __mj_UpdatedAt?: Date;
5310
5442
  ParentID?: string;
5311
5443
  Status?: "Failed" | "Cancelled" | "Completed" | "Running";
5444
+ Parent?: string;
5312
5445
  RootParentID?: string;
5313
5446
  StartedAt?: Date;
5314
5447
  Success?: boolean;
@@ -5326,6 +5459,7 @@ export declare const AIAgentRunStepSchema: z.ZodObject<{
5326
5459
  PayloadAtEnd?: string;
5327
5460
  FinalPayloadValidationResult?: "Fail" | "Retry" | "Warn" | "Pass";
5328
5461
  FinalPayloadValidationMessages?: string;
5462
+ AgentRun?: string;
5329
5463
  }>;
5330
5464
  export type AIAgentRunStepEntityType = z.infer<typeof AIAgentRunStepSchema>;
5331
5465
  /**
@@ -5372,12 +5506,17 @@ export declare const AIAgentRunSchema: z.ZodObject<{
5372
5506
  RunName: z.ZodNullable<z.ZodString>;
5373
5507
  Comments: z.ZodNullable<z.ZodString>;
5374
5508
  ScheduledJobRunID: z.ZodNullable<z.ZodString>;
5509
+ TestRunID: z.ZodNullable<z.ZodString>;
5375
5510
  Agent: z.ZodNullable<z.ZodString>;
5511
+ ParentRun: z.ZodNullable<z.ZodString>;
5376
5512
  Conversation: z.ZodNullable<z.ZodString>;
5377
5513
  User: z.ZodNullable<z.ZodString>;
5514
+ ConversationDetail: z.ZodNullable<z.ZodString>;
5515
+ LastRun: z.ZodNullable<z.ZodString>;
5378
5516
  Configuration: z.ZodNullable<z.ZodString>;
5379
5517
  OverrideModel: z.ZodNullable<z.ZodString>;
5380
5518
  OverrideVendor: z.ZodNullable<z.ZodString>;
5519
+ ScheduledJobRun: z.ZodNullable<z.ZodString>;
5381
5520
  RootParentRunID: z.ZodNullable<z.ZodString>;
5382
5521
  RootLastRunID: z.ZodNullable<z.ZodString>;
5383
5522
  }, "strip", z.ZodTypeAny, {
@@ -5399,6 +5538,7 @@ export declare const AIAgentRunSchema: z.ZodObject<{
5399
5538
  ErrorMessage?: string;
5400
5539
  LastRunID?: string;
5401
5540
  ConversationID?: string;
5541
+ TestRunID?: string;
5402
5542
  Conversation?: string;
5403
5543
  Data?: string;
5404
5544
  CompletedAt?: Date;
@@ -5425,8 +5565,12 @@ export declare const AIAgentRunSchema: z.ZodObject<{
5425
5565
  Verbose?: boolean;
5426
5566
  RunName?: string;
5427
5567
  ScheduledJobRunID?: string;
5568
+ ParentRun?: string;
5569
+ ConversationDetail?: string;
5570
+ LastRun?: string;
5428
5571
  OverrideModel?: string;
5429
5572
  OverrideVendor?: string;
5573
+ ScheduledJobRun?: string;
5430
5574
  RootParentRunID?: string;
5431
5575
  RootLastRunID?: string;
5432
5576
  }, {
@@ -5448,6 +5592,7 @@ export declare const AIAgentRunSchema: z.ZodObject<{
5448
5592
  ErrorMessage?: string;
5449
5593
  LastRunID?: string;
5450
5594
  ConversationID?: string;
5595
+ TestRunID?: string;
5451
5596
  Conversation?: string;
5452
5597
  Data?: string;
5453
5598
  CompletedAt?: Date;
@@ -5474,8 +5619,12 @@ export declare const AIAgentRunSchema: z.ZodObject<{
5474
5619
  Verbose?: boolean;
5475
5620
  RunName?: string;
5476
5621
  ScheduledJobRunID?: string;
5622
+ ParentRun?: string;
5623
+ ConversationDetail?: string;
5624
+ LastRun?: string;
5477
5625
  OverrideModel?: string;
5478
5626
  OverrideVendor?: string;
5627
+ ScheduledJobRun?: string;
5479
5628
  RootParentRunID?: string;
5480
5629
  RootLastRunID?: string;
5481
5630
  }>;
@@ -6061,12 +6210,16 @@ export declare const AIPromptRunSchema: z.ZodObject<{
6061
6210
  EffortLevel: z.ZodNullable<z.ZodNumber>;
6062
6211
  RunName: z.ZodNullable<z.ZodString>;
6063
6212
  Comments: z.ZodNullable<z.ZodString>;
6213
+ TestRunID: z.ZodNullable<z.ZodString>;
6064
6214
  Prompt: z.ZodString;
6065
6215
  Model: z.ZodString;
6066
6216
  Vendor: z.ZodString;
6067
6217
  Agent: z.ZodNullable<z.ZodString>;
6068
6218
  Configuration: z.ZodNullable<z.ZodString>;
6219
+ Parent: z.ZodNullable<z.ZodString>;
6220
+ AgentRun: z.ZodNullable<z.ZodString>;
6069
6221
  OriginalModel: z.ZodNullable<z.ZodString>;
6222
+ RerunFromPromptRun: z.ZodNullable<z.ZodString>;
6070
6223
  Judge: z.ZodNullable<z.ZodString>;
6071
6224
  ChildPrompt: z.ZodNullable<z.ZodString>;
6072
6225
  RootParentID: z.ZodNullable<z.ZodString>;
@@ -6078,6 +6231,7 @@ export declare const AIPromptRunSchema: z.ZodObject<{
6078
6231
  __mj_UpdatedAt?: Date;
6079
6232
  ParentID?: string;
6080
6233
  Status?: "Pending" | "Failed" | "Cancelled" | "Completed" | "Running";
6234
+ Parent?: string;
6081
6235
  RootParentID?: string;
6082
6236
  AgentID?: string;
6083
6237
  Agent?: string;
@@ -6107,10 +6261,12 @@ export declare const AIPromptRunSchema: z.ZodObject<{
6107
6261
  ErrorMessage?: string;
6108
6262
  Prompt?: string;
6109
6263
  CompletionTime?: number;
6264
+ TestRunID?: string;
6110
6265
  PromptID?: string;
6111
6266
  AgentRunID?: string;
6112
6267
  Cancelled?: boolean;
6113
6268
  CompletedAt?: Date;
6269
+ AgentRun?: string;
6114
6270
  Result?: string;
6115
6271
  TotalCost?: number;
6116
6272
  CancellationReason?: string;
@@ -6162,6 +6318,7 @@ export declare const AIPromptRunSchema: z.ZodObject<{
6162
6318
  PromptTime?: number;
6163
6319
  ModelSpecificResponseDetails?: string;
6164
6320
  OriginalModel?: string;
6321
+ RerunFromPromptRun?: string;
6165
6322
  Judge?: string;
6166
6323
  ChildPrompt?: string;
6167
6324
  RootRerunFromPromptRunID?: string;
@@ -6172,6 +6329,7 @@ export declare const AIPromptRunSchema: z.ZodObject<{
6172
6329
  __mj_UpdatedAt?: Date;
6173
6330
  ParentID?: string;
6174
6331
  Status?: "Pending" | "Failed" | "Cancelled" | "Completed" | "Running";
6332
+ Parent?: string;
6175
6333
  RootParentID?: string;
6176
6334
  AgentID?: string;
6177
6335
  Agent?: string;
@@ -6201,10 +6359,12 @@ export declare const AIPromptRunSchema: z.ZodObject<{
6201
6359
  ErrorMessage?: string;
6202
6360
  Prompt?: string;
6203
6361
  CompletionTime?: number;
6362
+ TestRunID?: string;
6204
6363
  PromptID?: string;
6205
6364
  AgentRunID?: string;
6206
6365
  Cancelled?: boolean;
6207
6366
  CompletedAt?: Date;
6367
+ AgentRun?: string;
6208
6368
  Result?: string;
6209
6369
  TotalCost?: number;
6210
6370
  CancellationReason?: string;
@@ -6256,6 +6416,7 @@ export declare const AIPromptRunSchema: z.ZodObject<{
6256
6416
  PromptTime?: number;
6257
6417
  ModelSpecificResponseDetails?: string;
6258
6418
  OriginalModel?: string;
6419
+ RerunFromPromptRun?: string;
6259
6420
  Judge?: string;
6260
6421
  ChildPrompt?: string;
6261
6422
  RootRerunFromPromptRunID?: string;
@@ -6403,6 +6564,7 @@ export declare const ArtifactTypeSchema: z.ZodObject<{
6403
6564
  ParentID: z.ZodNullable<z.ZodString>;
6404
6565
  ExtractRules: z.ZodNullable<z.ZodString>;
6405
6566
  DriverClass: z.ZodNullable<z.ZodString>;
6567
+ Icon: z.ZodNullable<z.ZodString>;
6406
6568
  Parent: z.ZodNullable<z.ZodString>;
6407
6569
  RootParentID: z.ZodNullable<z.ZodString>;
6408
6570
  }, "strip", z.ZodTypeAny, {
@@ -6415,6 +6577,7 @@ export declare const ArtifactTypeSchema: z.ZodObject<{
6415
6577
  Parent?: string;
6416
6578
  RootParentID?: string;
6417
6579
  DriverClass?: string;
6580
+ Icon?: string;
6418
6581
  ContentType?: string;
6419
6582
  IsEnabled?: boolean;
6420
6583
  ExtractRules?: string;
@@ -6428,6 +6591,7 @@ export declare const ArtifactTypeSchema: z.ZodObject<{
6428
6591
  Parent?: string;
6429
6592
  RootParentID?: string;
6430
6593
  DriverClass?: string;
6594
+ Icon?: string;
6431
6595
  ContentType?: string;
6432
6596
  IsEnabled?: boolean;
6433
6597
  ExtractRules?: string;
@@ -6453,9 +6617,9 @@ export declare const ArtifactUseSchema: z.ZodObject<{
6453
6617
  UserID?: string;
6454
6618
  User?: string;
6455
6619
  ArtifactVersionID?: string;
6620
+ ArtifactVersion?: string;
6456
6621
  UsageType?: "Exported" | "Opened" | "Saved" | "Shared" | "Viewed";
6457
6622
  UsageContext?: string;
6458
- ArtifactVersion?: string;
6459
6623
  }, {
6460
6624
  ID?: string;
6461
6625
  __mj_CreatedAt?: Date;
@@ -6463,9 +6627,9 @@ export declare const ArtifactUseSchema: z.ZodObject<{
6463
6627
  UserID?: string;
6464
6628
  User?: string;
6465
6629
  ArtifactVersionID?: string;
6630
+ ArtifactVersion?: string;
6466
6631
  UsageType?: "Exported" | "Opened" | "Saved" | "Shared" | "Viewed";
6467
6632
  UsageContext?: string;
6468
- ArtifactVersion?: string;
6469
6633
  }>;
6470
6634
  export type ArtifactUseEntityType = z.infer<typeof ArtifactUseSchema>;
6471
6635
  /**
@@ -7094,6 +7258,7 @@ export declare const ConversationDetailArtifactSchema: z.ZodObject<{
7094
7258
  Direction: z.ZodUnion<[z.ZodLiteral<"Input">, z.ZodLiteral<"Output">]>;
7095
7259
  __mj_CreatedAt: z.ZodDate;
7096
7260
  __mj_UpdatedAt: z.ZodDate;
7261
+ ConversationDetail: z.ZodString;
7097
7262
  ArtifactVersion: z.ZodNullable<z.ZodString>;
7098
7263
  }, "strip", z.ZodTypeAny, {
7099
7264
  ID?: string;
@@ -7101,16 +7266,18 @@ export declare const ConversationDetailArtifactSchema: z.ZodObject<{
7101
7266
  __mj_UpdatedAt?: Date;
7102
7267
  Direction?: "Input" | "Output";
7103
7268
  ArtifactVersionID?: string;
7104
- ConversationDetailID?: string;
7105
7269
  ArtifactVersion?: string;
7270
+ ConversationDetailID?: string;
7271
+ ConversationDetail?: string;
7106
7272
  }, {
7107
7273
  ID?: string;
7108
7274
  __mj_CreatedAt?: Date;
7109
7275
  __mj_UpdatedAt?: Date;
7110
7276
  Direction?: "Input" | "Output";
7111
7277
  ArtifactVersionID?: string;
7112
- ConversationDetailID?: string;
7113
7278
  ArtifactVersion?: string;
7279
+ ConversationDetailID?: string;
7280
+ ConversationDetail?: string;
7114
7281
  }>;
7115
7282
  export type ConversationDetailArtifactEntityType = z.infer<typeof ConversationDetailArtifactSchema>;
7116
7283
  /**
@@ -7124,6 +7291,7 @@ export declare const ConversationDetailRatingSchema: z.ZodObject<{
7124
7291
  Comments: z.ZodNullable<z.ZodString>;
7125
7292
  __mj_CreatedAt: z.ZodDate;
7126
7293
  __mj_UpdatedAt: z.ZodDate;
7294
+ ConversationDetail: z.ZodString;
7127
7295
  User: z.ZodString;
7128
7296
  }, "strip", z.ZodTypeAny, {
7129
7297
  ID?: string;
@@ -7133,6 +7301,7 @@ export declare const ConversationDetailRatingSchema: z.ZodObject<{
7133
7301
  UserID?: string;
7134
7302
  User?: string;
7135
7303
  ConversationDetailID?: string;
7304
+ ConversationDetail?: string;
7136
7305
  Rating?: number;
7137
7306
  }, {
7138
7307
  ID?: string;
@@ -7142,6 +7311,7 @@ export declare const ConversationDetailRatingSchema: z.ZodObject<{
7142
7311
  UserID?: string;
7143
7312
  User?: string;
7144
7313
  ConversationDetailID?: string;
7314
+ ConversationDetail?: string;
7145
7315
  Rating?: number;
7146
7316
  }>;
7147
7317
  export type ConversationDetailRatingEntityType = z.infer<typeof ConversationDetailRatingSchema>;
@@ -7771,6 +7941,7 @@ export declare const TaskSchema: z.ZodObject<{
7771
7941
  Type: z.ZodString;
7772
7942
  Environment: z.ZodString;
7773
7943
  Project: z.ZodNullable<z.ZodString>;
7944
+ ConversationDetail: z.ZodNullable<z.ZodString>;
7774
7945
  User: z.ZodNullable<z.ZodString>;
7775
7946
  Agent: z.ZodNullable<z.ZodString>;
7776
7947
  RootParentID: z.ZodNullable<z.ZodString>;
@@ -7797,6 +7968,7 @@ export declare const TaskSchema: z.ZodObject<{
7797
7968
  Project?: string;
7798
7969
  CompletedAt?: Date;
7799
7970
  ConversationDetailID?: string;
7971
+ ConversationDetail?: string;
7800
7972
  PercentComplete?: number;
7801
7973
  DueAt?: Date;
7802
7974
  }, {
@@ -7822,10 +7994,420 @@ export declare const TaskSchema: z.ZodObject<{
7822
7994
  Project?: string;
7823
7995
  CompletedAt?: Date;
7824
7996
  ConversationDetailID?: string;
7997
+ ConversationDetail?: string;
7825
7998
  PercentComplete?: number;
7826
7999
  DueAt?: Date;
7827
8000
  }>;
7828
8001
  export type TaskEntityType = z.infer<typeof TaskSchema>;
8002
+ /**
8003
+ * zod schema definition for the entity MJ: Test Rubrics
8004
+ */
8005
+ export declare const TestRubricSchema: z.ZodObject<{
8006
+ ID: z.ZodString;
8007
+ TypeID: z.ZodString;
8008
+ Name: z.ZodString;
8009
+ Description: z.ZodNullable<z.ZodString>;
8010
+ PromptTemplate: z.ZodNullable<z.ZodString>;
8011
+ Criteria: z.ZodNullable<z.ZodString>;
8012
+ Version: z.ZodNullable<z.ZodString>;
8013
+ Status: z.ZodUnion<[z.ZodLiteral<"Active">, z.ZodLiteral<"Disabled">, z.ZodLiteral<"Pending">]>;
8014
+ __mj_CreatedAt: z.ZodDate;
8015
+ __mj_UpdatedAt: z.ZodDate;
8016
+ Type: z.ZodString;
8017
+ }, "strip", z.ZodTypeAny, {
8018
+ ID?: string;
8019
+ __mj_CreatedAt?: Date;
8020
+ __mj_UpdatedAt?: Date;
8021
+ Name?: string;
8022
+ Description?: string;
8023
+ Status?: "Active" | "Disabled" | "Pending";
8024
+ Type?: string;
8025
+ TypeID?: string;
8026
+ Version?: string;
8027
+ PromptTemplate?: string;
8028
+ Criteria?: string;
8029
+ }, {
8030
+ ID?: string;
8031
+ __mj_CreatedAt?: Date;
8032
+ __mj_UpdatedAt?: Date;
8033
+ Name?: string;
8034
+ Description?: string;
8035
+ Status?: "Active" | "Disabled" | "Pending";
8036
+ Type?: string;
8037
+ TypeID?: string;
8038
+ Version?: string;
8039
+ PromptTemplate?: string;
8040
+ Criteria?: string;
8041
+ }>;
8042
+ export type TestRubricEntityType = z.infer<typeof TestRubricSchema>;
8043
+ /**
8044
+ * zod schema definition for the entity MJ: Test Run Feedbacks
8045
+ */
8046
+ export declare const TestRunFeedbackSchema: z.ZodObject<{
8047
+ ID: z.ZodString;
8048
+ TestRunID: z.ZodString;
8049
+ ReviewerUserID: z.ZodString;
8050
+ Rating: z.ZodNullable<z.ZodNumber>;
8051
+ IsCorrect: z.ZodNullable<z.ZodBoolean>;
8052
+ CorrectionSummary: z.ZodNullable<z.ZodString>;
8053
+ Comments: z.ZodNullable<z.ZodString>;
8054
+ ReviewedAt: z.ZodDate;
8055
+ __mj_CreatedAt: z.ZodDate;
8056
+ __mj_UpdatedAt: z.ZodDate;
8057
+ ReviewerUser: z.ZodString;
8058
+ }, "strip", z.ZodTypeAny, {
8059
+ ID?: string;
8060
+ Comments?: string;
8061
+ __mj_CreatedAt?: Date;
8062
+ __mj_UpdatedAt?: Date;
8063
+ TestRunID?: string;
8064
+ Rating?: number;
8065
+ ReviewerUserID?: string;
8066
+ IsCorrect?: boolean;
8067
+ CorrectionSummary?: string;
8068
+ ReviewedAt?: Date;
8069
+ ReviewerUser?: string;
8070
+ }, {
8071
+ ID?: string;
8072
+ Comments?: string;
8073
+ __mj_CreatedAt?: Date;
8074
+ __mj_UpdatedAt?: Date;
8075
+ TestRunID?: string;
8076
+ Rating?: number;
8077
+ ReviewerUserID?: string;
8078
+ IsCorrect?: boolean;
8079
+ CorrectionSummary?: string;
8080
+ ReviewedAt?: Date;
8081
+ ReviewerUser?: string;
8082
+ }>;
8083
+ export type TestRunFeedbackEntityType = z.infer<typeof TestRunFeedbackSchema>;
8084
+ /**
8085
+ * zod schema definition for the entity MJ: Test Runs
8086
+ */
8087
+ export declare const TestRunSchema: z.ZodObject<{
8088
+ ID: z.ZodString;
8089
+ TestID: z.ZodString;
8090
+ TestSuiteRunID: z.ZodNullable<z.ZodString>;
8091
+ RunByUserID: z.ZodString;
8092
+ Sequence: z.ZodNullable<z.ZodNumber>;
8093
+ TargetType: z.ZodNullable<z.ZodString>;
8094
+ TargetLogID: z.ZodNullable<z.ZodString>;
8095
+ Status: z.ZodUnion<[z.ZodLiteral<"Error">, z.ZodLiteral<"Failed">, z.ZodLiteral<"Passed">, z.ZodLiteral<"Pending">, z.ZodLiteral<"Running">, z.ZodLiteral<"Skipped">]>;
8096
+ StartedAt: z.ZodNullable<z.ZodDate>;
8097
+ CompletedAt: z.ZodNullable<z.ZodDate>;
8098
+ DurationSeconds: z.ZodNullable<z.ZodNumber>;
8099
+ InputData: z.ZodNullable<z.ZodString>;
8100
+ ExpectedOutputData: z.ZodNullable<z.ZodString>;
8101
+ ActualOutputData: z.ZodNullable<z.ZodString>;
8102
+ PassedChecks: z.ZodNullable<z.ZodNumber>;
8103
+ FailedChecks: z.ZodNullable<z.ZodNumber>;
8104
+ TotalChecks: z.ZodNullable<z.ZodNumber>;
8105
+ Score: z.ZodNullable<z.ZodNumber>;
8106
+ CostUSD: z.ZodNullable<z.ZodNumber>;
8107
+ ErrorMessage: z.ZodNullable<z.ZodString>;
8108
+ ResultDetails: z.ZodNullable<z.ZodString>;
8109
+ __mj_CreatedAt: z.ZodDate;
8110
+ __mj_UpdatedAt: z.ZodDate;
8111
+ Test: z.ZodString;
8112
+ RunByUser: z.ZodString;
8113
+ }, "strip", z.ZodTypeAny, {
8114
+ ID?: string;
8115
+ __mj_CreatedAt?: Date;
8116
+ __mj_UpdatedAt?: Date;
8117
+ Status?: "Pending" | "Failed" | "Error" | "Skipped" | "Running" | "Passed";
8118
+ StartedAt?: Date;
8119
+ Sequence?: number;
8120
+ ErrorMessage?: string;
8121
+ RunByUserID?: string;
8122
+ RunByUser?: string;
8123
+ CompletedAt?: Date;
8124
+ InputData?: string;
8125
+ TargetLogID?: string;
8126
+ TestID?: string;
8127
+ TestSuiteRunID?: string;
8128
+ TargetType?: string;
8129
+ DurationSeconds?: number;
8130
+ ExpectedOutputData?: string;
8131
+ ActualOutputData?: string;
8132
+ PassedChecks?: number;
8133
+ FailedChecks?: number;
8134
+ TotalChecks?: number;
8135
+ Score?: number;
8136
+ CostUSD?: number;
8137
+ ResultDetails?: string;
8138
+ Test?: string;
8139
+ }, {
8140
+ ID?: string;
8141
+ __mj_CreatedAt?: Date;
8142
+ __mj_UpdatedAt?: Date;
8143
+ Status?: "Pending" | "Failed" | "Error" | "Skipped" | "Running" | "Passed";
8144
+ StartedAt?: Date;
8145
+ Sequence?: number;
8146
+ ErrorMessage?: string;
8147
+ RunByUserID?: string;
8148
+ RunByUser?: string;
8149
+ CompletedAt?: Date;
8150
+ InputData?: string;
8151
+ TargetLogID?: string;
8152
+ TestID?: string;
8153
+ TestSuiteRunID?: string;
8154
+ TargetType?: string;
8155
+ DurationSeconds?: number;
8156
+ ExpectedOutputData?: string;
8157
+ ActualOutputData?: string;
8158
+ PassedChecks?: number;
8159
+ FailedChecks?: number;
8160
+ TotalChecks?: number;
8161
+ Score?: number;
8162
+ CostUSD?: number;
8163
+ ResultDetails?: string;
8164
+ Test?: string;
8165
+ }>;
8166
+ export type TestRunEntityType = z.infer<typeof TestRunSchema>;
8167
+ /**
8168
+ * zod schema definition for the entity MJ: Test Suite Runs
8169
+ */
8170
+ export declare const TestSuiteRunSchema: z.ZodObject<{
8171
+ ID: z.ZodString;
8172
+ SuiteID: z.ZodString;
8173
+ RunByUserID: z.ZodString;
8174
+ Environment: z.ZodNullable<z.ZodString>;
8175
+ TriggerType: z.ZodNullable<z.ZodString>;
8176
+ GitCommit: z.ZodNullable<z.ZodString>;
8177
+ AgentVersion: z.ZodNullable<z.ZodString>;
8178
+ Status: z.ZodUnion<[z.ZodLiteral<"Cancelled">, z.ZodLiteral<"Completed">, z.ZodLiteral<"Failed">, z.ZodLiteral<"Pending">, z.ZodLiteral<"Running">]>;
8179
+ StartedAt: z.ZodNullable<z.ZodDate>;
8180
+ CompletedAt: z.ZodNullable<z.ZodDate>;
8181
+ TotalTests: z.ZodNullable<z.ZodNumber>;
8182
+ PassedTests: z.ZodNullable<z.ZodNumber>;
8183
+ FailedTests: z.ZodNullable<z.ZodNumber>;
8184
+ SkippedTests: z.ZodNullable<z.ZodNumber>;
8185
+ ErrorTests: z.ZodNullable<z.ZodNumber>;
8186
+ TotalDurationSeconds: z.ZodNullable<z.ZodNumber>;
8187
+ TotalCostUSD: z.ZodNullable<z.ZodNumber>;
8188
+ Configuration: z.ZodNullable<z.ZodString>;
8189
+ ResultSummary: z.ZodNullable<z.ZodString>;
8190
+ ErrorMessage: z.ZodNullable<z.ZodString>;
8191
+ __mj_CreatedAt: z.ZodDate;
8192
+ __mj_UpdatedAt: z.ZodDate;
8193
+ Suite: z.ZodString;
8194
+ RunByUser: z.ZodString;
8195
+ }, "strip", z.ZodTypeAny, {
8196
+ ID?: string;
8197
+ __mj_CreatedAt?: Date;
8198
+ __mj_UpdatedAt?: Date;
8199
+ Status?: "Pending" | "Failed" | "Cancelled" | "Completed" | "Running";
8200
+ StartedAt?: Date;
8201
+ Configuration?: string;
8202
+ ErrorMessage?: string;
8203
+ RunByUserID?: string;
8204
+ RunByUser?: string;
8205
+ Environment?: string;
8206
+ CompletedAt?: Date;
8207
+ SuiteID?: string;
8208
+ TriggerType?: string;
8209
+ GitCommit?: string;
8210
+ AgentVersion?: string;
8211
+ TotalTests?: number;
8212
+ PassedTests?: number;
8213
+ FailedTests?: number;
8214
+ SkippedTests?: number;
8215
+ ErrorTests?: number;
8216
+ TotalDurationSeconds?: number;
8217
+ TotalCostUSD?: number;
8218
+ ResultSummary?: string;
8219
+ Suite?: string;
8220
+ }, {
8221
+ ID?: string;
8222
+ __mj_CreatedAt?: Date;
8223
+ __mj_UpdatedAt?: Date;
8224
+ Status?: "Pending" | "Failed" | "Cancelled" | "Completed" | "Running";
8225
+ StartedAt?: Date;
8226
+ Configuration?: string;
8227
+ ErrorMessage?: string;
8228
+ RunByUserID?: string;
8229
+ RunByUser?: string;
8230
+ Environment?: string;
8231
+ CompletedAt?: Date;
8232
+ SuiteID?: string;
8233
+ TriggerType?: string;
8234
+ GitCommit?: string;
8235
+ AgentVersion?: string;
8236
+ TotalTests?: number;
8237
+ PassedTests?: number;
8238
+ FailedTests?: number;
8239
+ SkippedTests?: number;
8240
+ ErrorTests?: number;
8241
+ TotalDurationSeconds?: number;
8242
+ TotalCostUSD?: number;
8243
+ ResultSummary?: string;
8244
+ Suite?: string;
8245
+ }>;
8246
+ export type TestSuiteRunEntityType = z.infer<typeof TestSuiteRunSchema>;
8247
+ /**
8248
+ * zod schema definition for the entity MJ: Test Suite Tests
8249
+ */
8250
+ export declare const TestSuiteTestSchema: z.ZodObject<{
8251
+ ID: z.ZodString;
8252
+ SuiteID: z.ZodString;
8253
+ TestID: z.ZodString;
8254
+ Sequence: z.ZodNumber;
8255
+ Status: z.ZodUnion<[z.ZodLiteral<"Active">, z.ZodLiteral<"Disabled">, z.ZodLiteral<"Skip">]>;
8256
+ Configuration: z.ZodNullable<z.ZodString>;
8257
+ __mj_CreatedAt: z.ZodDate;
8258
+ __mj_UpdatedAt: z.ZodDate;
8259
+ Suite: z.ZodString;
8260
+ Test: z.ZodString;
8261
+ }, "strip", z.ZodTypeAny, {
8262
+ ID?: string;
8263
+ __mj_CreatedAt?: Date;
8264
+ __mj_UpdatedAt?: Date;
8265
+ Status?: "Active" | "Disabled" | "Skip";
8266
+ Configuration?: string;
8267
+ Sequence?: number;
8268
+ TestID?: string;
8269
+ Test?: string;
8270
+ SuiteID?: string;
8271
+ Suite?: string;
8272
+ }, {
8273
+ ID?: string;
8274
+ __mj_CreatedAt?: Date;
8275
+ __mj_UpdatedAt?: Date;
8276
+ Status?: "Active" | "Disabled" | "Skip";
8277
+ Configuration?: string;
8278
+ Sequence?: number;
8279
+ TestID?: string;
8280
+ Test?: string;
8281
+ SuiteID?: string;
8282
+ Suite?: string;
8283
+ }>;
8284
+ export type TestSuiteTestEntityType = z.infer<typeof TestSuiteTestSchema>;
8285
+ /**
8286
+ * zod schema definition for the entity MJ: Test Suites
8287
+ */
8288
+ export declare const TestSuiteSchema: z.ZodObject<{
8289
+ ID: z.ZodString;
8290
+ ParentID: z.ZodNullable<z.ZodString>;
8291
+ Name: z.ZodString;
8292
+ Description: z.ZodNullable<z.ZodString>;
8293
+ Status: z.ZodUnion<[z.ZodLiteral<"Active">, z.ZodLiteral<"Disabled">, z.ZodLiteral<"Pending">]>;
8294
+ Tags: z.ZodNullable<z.ZodString>;
8295
+ Configuration: z.ZodNullable<z.ZodString>;
8296
+ __mj_CreatedAt: z.ZodDate;
8297
+ __mj_UpdatedAt: z.ZodDate;
8298
+ Parent: z.ZodNullable<z.ZodString>;
8299
+ RootParentID: z.ZodNullable<z.ZodString>;
8300
+ }, "strip", z.ZodTypeAny, {
8301
+ ID?: string;
8302
+ __mj_CreatedAt?: Date;
8303
+ __mj_UpdatedAt?: Date;
8304
+ Name?: string;
8305
+ Description?: string;
8306
+ ParentID?: string;
8307
+ Status?: "Active" | "Disabled" | "Pending";
8308
+ Parent?: string;
8309
+ RootParentID?: string;
8310
+ Configuration?: string;
8311
+ Tags?: string;
8312
+ }, {
8313
+ ID?: string;
8314
+ __mj_CreatedAt?: Date;
8315
+ __mj_UpdatedAt?: Date;
8316
+ Name?: string;
8317
+ Description?: string;
8318
+ ParentID?: string;
8319
+ Status?: "Active" | "Disabled" | "Pending";
8320
+ Parent?: string;
8321
+ RootParentID?: string;
8322
+ Configuration?: string;
8323
+ Tags?: string;
8324
+ }>;
8325
+ export type TestSuiteEntityType = z.infer<typeof TestSuiteSchema>;
8326
+ /**
8327
+ * zod schema definition for the entity MJ: Test Types
8328
+ */
8329
+ export declare const TestTypeSchema: z.ZodObject<{
8330
+ ID: z.ZodString;
8331
+ Name: z.ZodString;
8332
+ Description: z.ZodNullable<z.ZodString>;
8333
+ DriverClass: z.ZodString;
8334
+ Status: z.ZodUnion<[z.ZodLiteral<"Active">, z.ZodLiteral<"Disabled">, z.ZodLiteral<"Pending">]>;
8335
+ __mj_CreatedAt: z.ZodDate;
8336
+ __mj_UpdatedAt: z.ZodDate;
8337
+ }, "strip", z.ZodTypeAny, {
8338
+ ID?: string;
8339
+ __mj_CreatedAt?: Date;
8340
+ __mj_UpdatedAt?: Date;
8341
+ Name?: string;
8342
+ Description?: string;
8343
+ Status?: "Active" | "Disabled" | "Pending";
8344
+ DriverClass?: string;
8345
+ }, {
8346
+ ID?: string;
8347
+ __mj_CreatedAt?: Date;
8348
+ __mj_UpdatedAt?: Date;
8349
+ Name?: string;
8350
+ Description?: string;
8351
+ Status?: "Active" | "Disabled" | "Pending";
8352
+ DriverClass?: string;
8353
+ }>;
8354
+ export type TestTypeEntityType = z.infer<typeof TestTypeSchema>;
8355
+ /**
8356
+ * zod schema definition for the entity MJ: Tests
8357
+ */
8358
+ export declare const TestSchema: z.ZodObject<{
8359
+ ID: z.ZodString;
8360
+ TypeID: z.ZodString;
8361
+ Name: z.ZodString;
8362
+ Description: z.ZodNullable<z.ZodString>;
8363
+ Status: z.ZodUnion<[z.ZodLiteral<"Active">, z.ZodLiteral<"Disabled">, z.ZodLiteral<"Pending">]>;
8364
+ InputDefinition: z.ZodNullable<z.ZodString>;
8365
+ ExpectedOutcomes: z.ZodNullable<z.ZodString>;
8366
+ Configuration: z.ZodNullable<z.ZodString>;
8367
+ Tags: z.ZodNullable<z.ZodString>;
8368
+ Priority: z.ZodNullable<z.ZodNumber>;
8369
+ EstimatedDurationSeconds: z.ZodNullable<z.ZodNumber>;
8370
+ EstimatedCostUSD: z.ZodNullable<z.ZodNumber>;
8371
+ __mj_CreatedAt: z.ZodDate;
8372
+ __mj_UpdatedAt: z.ZodDate;
8373
+ RepeatCount: z.ZodNullable<z.ZodNumber>;
8374
+ Type: z.ZodString;
8375
+ }, "strip", z.ZodTypeAny, {
8376
+ ID?: string;
8377
+ __mj_CreatedAt?: Date;
8378
+ __mj_UpdatedAt?: Date;
8379
+ Name?: string;
8380
+ Description?: string;
8381
+ Status?: "Active" | "Disabled" | "Pending";
8382
+ Type?: string;
8383
+ Priority?: number;
8384
+ TypeID?: string;
8385
+ Configuration?: string;
8386
+ Tags?: string;
8387
+ InputDefinition?: string;
8388
+ ExpectedOutcomes?: string;
8389
+ EstimatedDurationSeconds?: number;
8390
+ EstimatedCostUSD?: number;
8391
+ RepeatCount?: number;
8392
+ }, {
8393
+ ID?: string;
8394
+ __mj_CreatedAt?: Date;
8395
+ __mj_UpdatedAt?: Date;
8396
+ Name?: string;
8397
+ Description?: string;
8398
+ Status?: "Active" | "Disabled" | "Pending";
8399
+ Type?: string;
8400
+ Priority?: number;
8401
+ TypeID?: string;
8402
+ Configuration?: string;
8403
+ Tags?: string;
8404
+ InputDefinition?: string;
8405
+ ExpectedOutcomes?: string;
8406
+ EstimatedDurationSeconds?: number;
8407
+ EstimatedCostUSD?: number;
8408
+ RepeatCount?: number;
8409
+ }>;
8410
+ export type TestEntityType = z.infer<typeof TestSchema>;
7829
8411
  /**
7830
8412
  * zod schema definition for the entity Output Delivery Types
7831
8413
  */
@@ -8312,6 +8894,7 @@ export declare const RecommendationItemSchema: z.ZodObject<{
8312
8894
  MatchProbability: z.ZodNullable<z.ZodNumber>;
8313
8895
  __mj_CreatedAt: z.ZodDate;
8314
8896
  __mj_UpdatedAt: z.ZodDate;
8897
+ Recommendation: z.ZodString;
8315
8898
  DestinationEntity: z.ZodString;
8316
8899
  }, "strip", z.ZodTypeAny, {
8317
8900
  ID?: string;
@@ -8321,6 +8904,7 @@ export declare const RecommendationItemSchema: z.ZodObject<{
8321
8904
  RecommendationID?: string;
8322
8905
  DestinationEntityID?: string;
8323
8906
  DestinationEntityRecordID?: string;
8907
+ Recommendation?: string;
8324
8908
  DestinationEntity?: string;
8325
8909
  }, {
8326
8910
  ID?: string;
@@ -8330,6 +8914,7 @@ export declare const RecommendationItemSchema: z.ZodObject<{
8330
8914
  RecommendationID?: string;
8331
8915
  DestinationEntityID?: string;
8332
8916
  DestinationEntityRecordID?: string;
8917
+ Recommendation?: string;
8333
8918
  DestinationEntity?: string;
8334
8919
  }>;
8335
8920
  export type RecommendationItemEntityType = z.infer<typeof RecommendationItemSchema>;
@@ -8407,6 +8992,7 @@ export declare const RecommendationSchema: z.ZodObject<{
8407
8992
  SourceEntityRecordID: z.ZodString;
8408
8993
  __mj_CreatedAt: z.ZodDate;
8409
8994
  __mj_UpdatedAt: z.ZodDate;
8995
+ RecommendationRun: z.ZodString;
8410
8996
  SourceEntity: z.ZodString;
8411
8997
  }, "strip", z.ZodTypeAny, {
8412
8998
  ID?: string;
@@ -8416,6 +9002,7 @@ export declare const RecommendationSchema: z.ZodObject<{
8416
9002
  SourceEntity?: string;
8417
9003
  RecommendationRunID?: string;
8418
9004
  SourceEntityRecordID?: string;
9005
+ RecommendationRun?: string;
8419
9006
  }, {
8420
9007
  ID?: string;
8421
9008
  __mj_CreatedAt?: Date;
@@ -8424,6 +9011,7 @@ export declare const RecommendationSchema: z.ZodObject<{
8424
9011
  SourceEntity?: string;
8425
9012
  RecommendationRunID?: string;
8426
9013
  SourceEntityRecordID?: string;
9014
+ RecommendationRun?: string;
8427
9015
  }>;
8428
9016
  export type RecommendationEntityType = z.infer<typeof RecommendationSchema>;
8429
9017
  /**
@@ -8481,6 +9069,7 @@ export declare const RecordChangeSchema: z.ZodObject<{
8481
9069
  UpdatedAt: z.ZodDate;
8482
9070
  Entity: z.ZodString;
8483
9071
  User: z.ZodString;
9072
+ ReplayRun: z.ZodNullable<z.ZodString>;
8484
9073
  Integration: z.ZodNullable<z.ZodString>;
8485
9074
  }, "strip", z.ZodTypeAny, {
8486
9075
  ID?: string;
@@ -8503,6 +9092,7 @@ export declare const RecordChangeSchema: z.ZodObject<{
8503
9092
  ReplayRunID?: string;
8504
9093
  CreatedAt?: Date;
8505
9094
  UpdatedAt?: Date;
9095
+ ReplayRun?: string;
8506
9096
  }, {
8507
9097
  ID?: string;
8508
9098
  Comments?: string;
@@ -8524,6 +9114,7 @@ export declare const RecordChangeSchema: z.ZodObject<{
8524
9114
  ReplayRunID?: string;
8525
9115
  CreatedAt?: Date;
8526
9116
  UpdatedAt?: Date;
9117
+ ReplayRun?: string;
8527
9118
  }>;
8528
9119
  export type RecordChangeEntityType = z.infer<typeof RecordChangeSchema>;
8529
9120
  /**
@@ -8537,12 +9128,14 @@ export declare const RecordMergeDeletionLogSchema: z.ZodObject<{
8537
9128
  ProcessingLog: z.ZodNullable<z.ZodString>;
8538
9129
  __mj_CreatedAt: z.ZodDate;
8539
9130
  __mj_UpdatedAt: z.ZodDate;
9131
+ RecordMergeLog: z.ZodString;
8540
9132
  }, "strip", z.ZodTypeAny, {
8541
9133
  ID?: string;
8542
9134
  __mj_CreatedAt?: Date;
8543
9135
  __mj_UpdatedAt?: Date;
8544
9136
  Status?: "Pending" | "Complete" | "Error";
8545
9137
  RecordMergeLogID?: string;
9138
+ RecordMergeLog?: string;
8546
9139
  DeletedRecordID?: string;
8547
9140
  ProcessingLog?: string;
8548
9141
  }, {
@@ -8551,6 +9144,7 @@ export declare const RecordMergeDeletionLogSchema: z.ZodObject<{
8551
9144
  __mj_UpdatedAt?: Date;
8552
9145
  Status?: "Pending" | "Complete" | "Error";
8553
9146
  RecordMergeLogID?: string;
9147
+ RecordMergeLog?: string;
8554
9148
  DeletedRecordID?: string;
8555
9149
  ProcessingLog?: string;
8556
9150
  }>;
@@ -8708,6 +9302,7 @@ export declare const ReportSchema: z.ZodObject<{
8708
9302
  Category: z.ZodNullable<z.ZodString>;
8709
9303
  User: z.ZodString;
8710
9304
  Conversation: z.ZodNullable<z.ZodString>;
9305
+ ConversationDetail: z.ZodNullable<z.ZodString>;
8711
9306
  DataContext: z.ZodNullable<z.ZodString>;
8712
9307
  OutputTriggerType: z.ZodNullable<z.ZodString>;
8713
9308
  OutputFormatType: z.ZodNullable<z.ZodString>;
@@ -8733,6 +9328,7 @@ export declare const ReportSchema: z.ZodObject<{
8733
9328
  Environment?: string;
8734
9329
  Thumbnail?: string;
8735
9330
  ConversationDetailID?: string;
9331
+ ConversationDetail?: string;
8736
9332
  SharingScope?: "None" | "Specific" | "Everyone";
8737
9333
  OutputTriggerTypeID?: string;
8738
9334
  OutputFormatTypeID?: string;
@@ -8763,6 +9359,7 @@ export declare const ReportSchema: z.ZodObject<{
8763
9359
  Environment?: string;
8764
9360
  Thumbnail?: string;
8765
9361
  ConversationDetailID?: string;
9362
+ ConversationDetail?: string;
8766
9363
  SharingScope?: "None" | "Specific" | "Everyone";
8767
9364
  OutputTriggerTypeID?: string;
8768
9365
  OutputFormatTypeID?: string;
@@ -9312,6 +9909,7 @@ export declare const TemplateParamSchema: z.ZodObject<{
9312
9909
  TemplateContentID: z.ZodNullable<z.ZodString>;
9313
9910
  Template: z.ZodString;
9314
9911
  Entity: z.ZodNullable<z.ZodString>;
9912
+ TemplateContent: z.ZodNullable<z.ZodString>;
9315
9913
  }, "strip", z.ZodTypeAny, {
9316
9914
  ID?: string;
9317
9915
  __mj_CreatedAt?: Date;
@@ -9331,6 +9929,7 @@ export declare const TemplateParamSchema: z.ZodObject<{
9331
9929
  LinkedParameterName?: string;
9332
9930
  LinkedParameterField?: string;
9333
9931
  TemplateContentID?: string;
9932
+ TemplateContent?: string;
9334
9933
  }, {
9335
9934
  ID?: string;
9336
9935
  __mj_CreatedAt?: Date;
@@ -9350,6 +9949,7 @@ export declare const TemplateParamSchema: z.ZodObject<{
9350
9949
  LinkedParameterName?: string;
9351
9950
  LinkedParameterField?: string;
9352
9951
  TemplateContentID?: string;
9952
+ TemplateContent?: string;
9353
9953
  }>;
9354
9954
  export type TemplateParamEntityType = z.infer<typeof TemplateParamSchema>;
9355
9955
  /**
@@ -12100,6 +12700,18 @@ export declare class AIAgentNoteEntity extends BaseEntity<AIAgentNoteEntityType>
12100
12700
  */
12101
12701
  get SourceConversation(): string | null;
12102
12702
  /**
12703
+ * * Field Name: SourceConversationDetail
12704
+ * * Display Name: Source Conversation Detail
12705
+ * * SQL Data Type: nvarchar(MAX)
12706
+ */
12707
+ get SourceConversationDetail(): string | null;
12708
+ /**
12709
+ * * Field Name: SourceAIAgentRun
12710
+ * * Display Name: Source AI Agent Run
12711
+ * * SQL Data Type: nvarchar(255)
12712
+ */
12713
+ get SourceAIAgentRun(): string | null;
12714
+ /**
12103
12715
  * * Field Name: Company
12104
12716
  * * Display Name: Company
12105
12717
  * * SQL Data Type: nvarchar(50)
@@ -14198,6 +14810,12 @@ export declare class AIResultCacheEntity extends BaseEntity<AIResultCacheEntityT
14198
14810
  * * SQL Data Type: nvarchar(100)
14199
14811
  */
14200
14812
  get Configuration(): string | null;
14813
+ /**
14814
+ * * Field Name: PromptRun
14815
+ * * Display Name: Prompt Run
14816
+ * * SQL Data Type: nvarchar(255)
14817
+ */
14818
+ get PromptRun(): string | null;
14201
14819
  }
14202
14820
  /**
14203
14821
  * Application Entities - strongly typed entity sub-class
@@ -15120,6 +15738,12 @@ export declare class CommunicationLogEntity extends BaseEntity<CommunicationLogE
15120
15738
  * * SQL Data Type: nvarchar(255)
15121
15739
  */
15122
15740
  get CommunicationProviderMessageType(): string;
15741
+ /**
15742
+ * * Field Name: CommunicationRun
15743
+ * * Display Name: Communication Run
15744
+ * * SQL Data Type: nvarchar(100)
15745
+ */
15746
+ get CommunicationRun(): string | null;
15123
15747
  }
15124
15748
  /**
15125
15749
  * Communication Provider Message Types - strongly typed entity sub-class
@@ -15757,6 +16381,12 @@ export declare class CompanyIntegrationRunAPILogEntity extends BaseEntity<Compan
15757
16381
  * * Default Value: getutcdate()
15758
16382
  */
15759
16383
  get __mj_UpdatedAt(): Date;
16384
+ /**
16385
+ * * Field Name: CompanyIntegrationRun
16386
+ * * Display Name: Company Integration Run
16387
+ * * SQL Data Type: nvarchar(100)
16388
+ */
16389
+ get CompanyIntegrationRun(): string;
15760
16390
  }
15761
16391
  /**
15762
16392
  * Company Integration Run Details - strongly typed entity sub-class
@@ -17373,12 +18003,46 @@ export declare class ConversationDetailEntity extends BaseEntity<ConversationDet
17373
18003
  /**
17374
18004
  * * Field Name: SuggestedResponses
17375
18005
  * * Display Name: Suggested Responses
17376
- * * SQL Data Type: nvarchar(MAX)
17377
- * * Description: JSON array of suggested responses that can be displayed to the user for quick replies. Each response object contains: text (display text), allowInput (boolean), iconClass (optional Font Awesome class), and data (optional payload).
18006
+ * *
18007
+ * * @deprecated This field is deprecated and will be removed in a future version. Using it will result in console warnings.SQL Data Type: nvarchar(MAX)
18008
+ * * Description: DEPRECATED: Use ResponseForm, ActionableCommands, and AutomaticCommands instead. Legacy field for simple text-based suggested responses. Replaced in v2.118 by more powerful structured forms and commands system. Retained for historical data only.
17378
18009
  */
17379
18010
  get SuggestedResponses(): string | null;
17380
18011
  set SuggestedResponses(value: string | null);
17381
18012
  /**
18013
+ * * Field Name: TestRunID
18014
+ * * Display Name: Test Run ID
18015
+ * * SQL Data Type: uniqueidentifier
18016
+ * * Related Entity/Foreign Key: MJ: Test Runs (vwTestRuns.ID)
18017
+ * * Description: Optional Foreign Key - Links this conversation detail to a test run if this message was part of a test conversation. Allows filtering and analyzing test-specific conversation turns.
18018
+ */
18019
+ get TestRunID(): string | null;
18020
+ set TestRunID(value: string | null);
18021
+ /**
18022
+ * * Field Name: ResponseForm
18023
+ * * Display Name: Response Form
18024
+ * * SQL Data Type: nvarchar(MAX)
18025
+ * * Description: JSON object containing agent response form definition with questions and validation rules. Supports 8 question types: text, textarea, email, number, currency, date, datetime, choices (buttongroup/radio/dropdown/checkbox). Used for collecting structured user input with proper validation.
18026
+ */
18027
+ get ResponseForm(): string | null;
18028
+ set ResponseForm(value: string | null);
18029
+ /**
18030
+ * * Field Name: ActionableCommands
18031
+ * * Display Name: Actionable Commands
18032
+ * * SQL Data Type: nvarchar(MAX)
18033
+ * * Description: JSON array of actionable commands that user can trigger (shown as clickable buttons/links). Supports open:resource (navigate to records/dashboards/reports/forms) and open:url (external links). Typically used after completing work to provide easy navigation to created/modified resources.
18034
+ */
18035
+ get ActionableCommands(): string | null;
18036
+ set ActionableCommands(value: string | null);
18037
+ /**
18038
+ * * Field Name: AutomaticCommands
18039
+ * * Display Name: Automatic Commands
18040
+ * * SQL Data Type: nvarchar(MAX)
18041
+ * * Description: JSON array of automatic commands that execute immediately when received (no user interaction). Supports refresh:data (refresh entity data or caches) and notification (show toast messages). Used for keeping UI in sync after agent makes changes and providing user feedback.
18042
+ */
18043
+ get AutomaticCommands(): string | null;
18044
+ set AutomaticCommands(value: string | null);
18045
+ /**
17382
18046
  * * Field Name: Conversation
17383
18047
  * * Display Name: Conversation
17384
18048
  * * SQL Data Type: nvarchar(255)
@@ -17397,6 +18061,18 @@ export declare class ConversationDetailEntity extends BaseEntity<ConversationDet
17397
18061
  */
17398
18062
  get Artifact(): string | null;
17399
18063
  /**
18064
+ * * Field Name: ArtifactVersion
18065
+ * * Display Name: Artifact Version
18066
+ * * SQL Data Type: nvarchar(255)
18067
+ */
18068
+ get ArtifactVersion(): string | null;
18069
+ /**
18070
+ * * Field Name: Parent
18071
+ * * Display Name: Parent
18072
+ * * SQL Data Type: nvarchar(MAX)
18073
+ */
18074
+ get Parent(): string | null;
18075
+ /**
17400
18076
  * * Field Name: Agent
17401
18077
  * * Display Name: Agent
17402
18078
  * * SQL Data Type: nvarchar(255)
@@ -17577,6 +18253,15 @@ export declare class ConversationEntity extends BaseEntity<ConversationEntityTyp
17577
18253
  get IsPinned(): boolean;
17578
18254
  set IsPinned(value: boolean);
17579
18255
  /**
18256
+ * * Field Name: TestRunID
18257
+ * * Display Name: Test Run ID
18258
+ * * SQL Data Type: uniqueidentifier
18259
+ * * Related Entity/Foreign Key: MJ: Test Runs (vwTestRuns.ID)
18260
+ * * Description: Optional Foreign Key - Links this conversation to a test run if this conversation was generated as part of a test. Enables tracking test conversations separately from production conversations.
18261
+ */
18262
+ get TestRunID(): string | null;
18263
+ set TestRunID(value: string | null);
18264
+ /**
17580
18265
  * * Field Name: User
17581
18266
  * * Display Name: User
17582
18267
  * * SQL Data Type: nvarchar(100)
@@ -18459,6 +19144,18 @@ export declare class DuplicateRunDetailMatchEntity extends BaseEntity<DuplicateR
18459
19144
  * * Default Value: getutcdate()
18460
19145
  */
18461
19146
  get __mj_UpdatedAt(): Date;
19147
+ /**
19148
+ * * Field Name: DuplicateRunDetail
19149
+ * * Display Name: Duplicate Run Detail
19150
+ * * SQL Data Type: nvarchar(500)
19151
+ */
19152
+ get DuplicateRunDetail(): string;
19153
+ /**
19154
+ * * Field Name: RecordMergeLog
19155
+ * * Display Name: Record Merge Log
19156
+ * * SQL Data Type: nvarchar(450)
19157
+ */
19158
+ get RecordMergeLog(): string | null;
18462
19159
  }
18463
19160
  /**
18464
19161
  * Duplicate Run Details - strongly typed entity sub-class
@@ -18576,6 +19273,12 @@ export declare class DuplicateRunDetailEntity extends BaseEntity<DuplicateRunDet
18576
19273
  * * Default Value: getutcdate()
18577
19274
  */
18578
19275
  get __mj_UpdatedAt(): Date;
19276
+ /**
19277
+ * * Field Name: DuplicateRun
19278
+ * * Display Name: Duplicate Run
19279
+ * * SQL Data Type: nvarchar(255)
19280
+ */
19281
+ get DuplicateRun(): string;
18579
19282
  }
18580
19283
  /**
18581
19284
  * Duplicate Runs - strongly typed entity sub-class
@@ -18819,6 +19522,12 @@ export declare class EmployeeCompanyIntegrationEntity extends BaseEntity<Employe
18819
19522
  */
18820
19523
  get __mj_UpdatedAt(): Date;
18821
19524
  /**
19525
+ * * Field Name: Employee
19526
+ * * Display Name: Employee
19527
+ * * SQL Data Type: nvarchar(81)
19528
+ */
19529
+ get Employee(): string | null;
19530
+ /**
18822
19531
  * * Field Name: CompanyIntegration
18823
19532
  * * Display Name: Company Integration
18824
19533
  * * SQL Data Type: nvarchar(255)
@@ -18888,6 +19597,12 @@ export declare class EmployeeRoleEntity extends BaseEntity<EmployeeRoleEntityTyp
18888
19597
  */
18889
19598
  get __mj_UpdatedAt(): Date;
18890
19599
  /**
19600
+ * * Field Name: Employee
19601
+ * * Display Name: Employee
19602
+ * * SQL Data Type: nvarchar(81)
19603
+ */
19604
+ get Employee(): string | null;
19605
+ /**
18891
19606
  * * Field Name: Role
18892
19607
  * * Display Name: Role
18893
19608
  * * SQL Data Type: nvarchar(50)
@@ -18957,6 +19672,12 @@ export declare class EmployeeSkillEntity extends BaseEntity<EmployeeSkillEntityT
18957
19672
  */
18958
19673
  get __mj_UpdatedAt(): Date;
18959
19674
  /**
19675
+ * * Field Name: Employee
19676
+ * * Display Name: Employee
19677
+ * * SQL Data Type: nvarchar(81)
19678
+ */
19679
+ get Employee(): string | null;
19680
+ /**
18960
19681
  * * Field Name: Skill
18961
19682
  * * Display Name: Skill
18962
19683
  * * SQL Data Type: nvarchar(50)
@@ -19769,6 +20490,18 @@ export declare class EntityActionFilterEntity extends BaseEntity<EntityActionFil
19769
20490
  * * Default Value: getutcdate()
19770
20491
  */
19771
20492
  get __mj_UpdatedAt(): Date;
20493
+ /**
20494
+ * * Field Name: EntityAction
20495
+ * * Display Name: Entity Action
20496
+ * * SQL Data Type: nvarchar(425)
20497
+ */
20498
+ get EntityAction(): string;
20499
+ /**
20500
+ * * Field Name: ActionFilter
20501
+ * * Display Name: Action Filter
20502
+ * * SQL Data Type: nvarchar(MAX)
20503
+ */
20504
+ get ActionFilter(): string;
19772
20505
  }
19773
20506
  /**
19774
20507
  * Entity Action Invocation Types - strongly typed entity sub-class
@@ -19919,6 +20652,12 @@ export declare class EntityActionInvocationEntity extends BaseEntity<EntityActio
19919
20652
  */
19920
20653
  get __mj_UpdatedAt(): Date;
19921
20654
  /**
20655
+ * * Field Name: EntityAction
20656
+ * * Display Name: Entity Action
20657
+ * * SQL Data Type: nvarchar(425)
20658
+ */
20659
+ get EntityAction(): string;
20660
+ /**
19922
20661
  * * Field Name: InvocationType
19923
20662
  * * Display Name: Invocation Type
19924
20663
  * * SQL Data Type: nvarchar(255)
@@ -20018,6 +20757,12 @@ export declare class EntityActionParamEntity extends BaseEntity<EntityActionPara
20018
20757
  */
20019
20758
  get __mj_UpdatedAt(): Date;
20020
20759
  /**
20760
+ * * Field Name: EntityAction
20761
+ * * Display Name: Entity Action
20762
+ * * SQL Data Type: nvarchar(425)
20763
+ */
20764
+ get EntityAction(): string;
20765
+ /**
20021
20766
  * * Field Name: ActionParam
20022
20767
  * * Display Name: Action Param
20023
20768
  * * SQL Data Type: nvarchar(255)
@@ -20360,6 +21105,12 @@ export declare class EntityCommunicationFieldEntity extends BaseEntity<EntityCom
20360
21105
  * * Default Value: getutcdate()
20361
21106
  */
20362
21107
  get __mj_UpdatedAt(): Date;
21108
+ /**
21109
+ * * Field Name: EntityCommunicationMessageType
21110
+ * * Display Name: Entity Communication Message Type
21111
+ * * SQL Data Type: nvarchar(100)
21112
+ */
21113
+ get EntityCommunicationMessageType(): string;
20363
21114
  }
20364
21115
  /**
20365
21116
  * Entity Communication Message Types - strongly typed entity sub-class
@@ -22338,6 +23089,18 @@ export declare class ErrorLogEntity extends BaseEntity<ErrorLogEntityType> {
22338
23089
  * * Default Value: getutcdate()
22339
23090
  */
22340
23091
  get __mj_UpdatedAt(): Date;
23092
+ /**
23093
+ * * Field Name: CompanyIntegrationRun
23094
+ * * Display Name: Company Integration Run
23095
+ * * SQL Data Type: nvarchar(100)
23096
+ */
23097
+ get CompanyIntegrationRun(): string | null;
23098
+ /**
23099
+ * * Field Name: CompanyIntegrationRunDetail
23100
+ * * Display Name: Company Integration Run Detail
23101
+ * * SQL Data Type: nvarchar(450)
23102
+ */
23103
+ get CompanyIntegrationRunDetail(): string | null;
22341
23104
  }
22342
23105
  /**
22343
23106
  * Explorer Navigation Items - strongly typed entity sub-class
@@ -24043,6 +24806,140 @@ export declare class AIAgentArtifactTypeEntity extends BaseEntity<AIAgentArtifac
24043
24806
  */
24044
24807
  get ArtifactType(): string;
24045
24808
  }
24809
+ /**
24810
+ * MJ: AI Agent Configurations - strongly typed entity sub-class
24811
+ * * Schema: __mj
24812
+ * * Base Table: AIAgentConfiguration
24813
+ * * Base View: vwAIAgentConfigurations
24814
+ * * @description Defines semantic configuration presets for agents, allowing users to select between different AI model configurations (e.g., Fast, Balanced, High Quality) when executing an agent. Each preset maps to an AI Configuration which controls model selection across all prompts.
24815
+ * * Primary Key: ID
24816
+ * @extends {BaseEntity}
24817
+ * @class
24818
+ * @public
24819
+ */
24820
+ export declare class AIAgentConfigurationEntity extends BaseEntity<AIAgentConfigurationEntityType> {
24821
+ /**
24822
+ * Loads the MJ: AI Agent Configurations record from the database
24823
+ * @param ID: string - primary key value to load the MJ: AI Agent Configurations record.
24824
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
24825
+ * @returns {Promise<boolean>} - true if successful, false otherwise
24826
+ * @public
24827
+ * @async
24828
+ * @memberof AIAgentConfigurationEntity
24829
+ * @method
24830
+ * @override
24831
+ */
24832
+ Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
24833
+ /**
24834
+ * * Field Name: ID
24835
+ * * Display Name: ID
24836
+ * * SQL Data Type: uniqueidentifier
24837
+ * * Default Value: newsequentialid()
24838
+ * * Description: Primary Key - Unique identifier for the agent configuration preset
24839
+ */
24840
+ get ID(): string;
24841
+ set ID(value: string);
24842
+ /**
24843
+ * * Field Name: AgentID
24844
+ * * Display Name: Agent ID
24845
+ * * SQL Data Type: uniqueidentifier
24846
+ * * Related Entity/Foreign Key: AI Agents (vwAIAgents.ID)
24847
+ * * Description: Foreign Key - The agent this configuration preset belongs to
24848
+ */
24849
+ get AgentID(): string;
24850
+ set AgentID(value: string);
24851
+ /**
24852
+ * * Field Name: Name
24853
+ * * Display Name: Name
24854
+ * * SQL Data Type: nvarchar(100)
24855
+ * * Description: Code-friendly name for the preset (e.g., HighPower, Fast, Balanced). Used in API calls and metadata references.
24856
+ */
24857
+ get Name(): string;
24858
+ set Name(value: string);
24859
+ /**
24860
+ * * Field Name: DisplayName
24861
+ * * Display Name: Display Name
24862
+ * * SQL Data Type: nvarchar(200)
24863
+ * * Description: User-friendly display name shown in UI (e.g., "High Quality", "Quick Draft", "Maximum Detail")
24864
+ */
24865
+ get DisplayName(): string;
24866
+ set DisplayName(value: string);
24867
+ /**
24868
+ * * Field Name: Description
24869
+ * * Display Name: Description
24870
+ * * SQL Data Type: nvarchar(MAX)
24871
+ * * Description: Description shown to users explaining what this configuration does (e.g., "Uses Claude Opus for highest quality results")
24872
+ */
24873
+ get Description(): string | null;
24874
+ set Description(value: string | null);
24875
+ /**
24876
+ * * Field Name: AIConfigurationID
24877
+ * * Display Name: AI Configuration ID
24878
+ * * SQL Data Type: uniqueidentifier
24879
+ * * Related Entity/Foreign Key: MJ: AI Configurations (vwAIConfigurations.ID)
24880
+ * * Description: Foreign Key - Optional AI Configuration to use for this preset. If NULL, uses default configuration (prompts with ConfigurationID IS NULL)
24881
+ */
24882
+ get AIConfigurationID(): string | null;
24883
+ set AIConfigurationID(value: string | null);
24884
+ /**
24885
+ * * Field Name: IsDefault
24886
+ * * Display Name: Is Default
24887
+ * * SQL Data Type: bit
24888
+ * * Default Value: 0
24889
+ * * Description: Whether this is the default preset for the agent. Should have exactly one default per agent.
24890
+ */
24891
+ get IsDefault(): boolean;
24892
+ set IsDefault(value: boolean);
24893
+ /**
24894
+ * * Field Name: Priority
24895
+ * * Display Name: Priority
24896
+ * * SQL Data Type: int
24897
+ * * Default Value: 100
24898
+ * * Description: Display order for UI. Lower numbers appear first. Typical values: 100 (Default), 200 (Fast), 300 (Balanced), 400 (High Quality)
24899
+ */
24900
+ get Priority(): number;
24901
+ set Priority(value: number);
24902
+ /**
24903
+ * * Field Name: Status
24904
+ * * Display Name: Status
24905
+ * * SQL Data Type: nvarchar(20)
24906
+ * * Default Value: Active
24907
+ * * Value List Type: List
24908
+ * * Possible Values
24909
+ * * Active
24910
+ * * Pending
24911
+ * * Revoked
24912
+ * * Description: Status of the preset: Pending (being configured), Active (available for use), Revoked (no longer available)
24913
+ */
24914
+ get Status(): 'Active' | 'Pending' | 'Revoked';
24915
+ set Status(value: 'Active' | 'Pending' | 'Revoked');
24916
+ /**
24917
+ * * Field Name: __mj_CreatedAt
24918
+ * * Display Name: Created At
24919
+ * * SQL Data Type: datetimeoffset
24920
+ * * Default Value: getutcdate()
24921
+ */
24922
+ get __mj_CreatedAt(): Date;
24923
+ /**
24924
+ * * Field Name: __mj_UpdatedAt
24925
+ * * Display Name: Updated At
24926
+ * * SQL Data Type: datetimeoffset
24927
+ * * Default Value: getutcdate()
24928
+ */
24929
+ get __mj_UpdatedAt(): Date;
24930
+ /**
24931
+ * * Field Name: Agent
24932
+ * * Display Name: Agent
24933
+ * * SQL Data Type: nvarchar(255)
24934
+ */
24935
+ get Agent(): string | null;
24936
+ /**
24937
+ * * Field Name: AIConfiguration
24938
+ * * Display Name: AI Configuration
24939
+ * * SQL Data Type: nvarchar(100)
24940
+ */
24941
+ get AIConfiguration(): string | null;
24942
+ }
24046
24943
  /**
24047
24944
  * MJ: AI Agent Data Sources - strongly typed entity sub-class
24048
24945
  * * Schema: __mj
@@ -24520,6 +25417,18 @@ export declare class AIAgentExampleEntity extends BaseEntity<AIAgentExampleEntit
24520
25417
  */
24521
25418
  get SourceConversation(): string | null;
24522
25419
  /**
25420
+ * * Field Name: SourceConversationDetail
25421
+ * * Display Name: Source Conversation Detail
25422
+ * * SQL Data Type: nvarchar(MAX)
25423
+ */
25424
+ get SourceConversationDetail(): string | null;
25425
+ /**
25426
+ * * Field Name: SourceAIAgentRun
25427
+ * * Display Name: Source AI Agent Run
25428
+ * * SQL Data Type: nvarchar(255)
25429
+ */
25430
+ get SourceAIAgentRun(): string | null;
25431
+ /**
24523
25432
  * * Field Name: EmbeddingModel
24524
25433
  * * Display Name: Embedding Model
24525
25434
  * * SQL Data Type: nvarchar(50)
@@ -25242,6 +26151,18 @@ detailed information about what validation rules failed.
25242
26151
  get Comments(): string | null;
25243
26152
  set Comments(value: string | null);
25244
26153
  /**
26154
+ * * Field Name: AgentRun
26155
+ * * Display Name: Agent Run
26156
+ * * SQL Data Type: nvarchar(255)
26157
+ */
26158
+ get AgentRun(): string | null;
26159
+ /**
26160
+ * * Field Name: Parent
26161
+ * * Display Name: Parent
26162
+ * * SQL Data Type: nvarchar(255)
26163
+ */
26164
+ get Parent(): string | null;
26165
+ /**
25245
26166
  * * Field Name: RootParentID
25246
26167
  * * Display Name: Root Parent ID
25247
26168
  * * SQL Data Type: uniqueidentifier
@@ -25647,12 +26568,27 @@ each time the agent processes a prompt step.
25647
26568
  get ScheduledJobRunID(): string | null;
25648
26569
  set ScheduledJobRunID(value: string | null);
25649
26570
  /**
26571
+ * * Field Name: TestRunID
26572
+ * * Display Name: Test Run ID
26573
+ * * SQL Data Type: uniqueidentifier
26574
+ * * Related Entity/Foreign Key: MJ: Test Runs (vwTestRuns.ID)
26575
+ * * Description: Optional Foreign Key - Links this agent run to a test run if this execution was part of a test. Allows navigation from agent execution to test context.
26576
+ */
26577
+ get TestRunID(): string | null;
26578
+ set TestRunID(value: string | null);
26579
+ /**
25650
26580
  * * Field Name: Agent
25651
26581
  * * Display Name: Agent
25652
26582
  * * SQL Data Type: nvarchar(255)
25653
26583
  */
25654
26584
  get Agent(): string | null;
25655
26585
  /**
26586
+ * * Field Name: ParentRun
26587
+ * * Display Name: Parent Run
26588
+ * * SQL Data Type: nvarchar(255)
26589
+ */
26590
+ get ParentRun(): string | null;
26591
+ /**
25656
26592
  * * Field Name: Conversation
25657
26593
  * * Display Name: Conversation
25658
26594
  * * SQL Data Type: nvarchar(255)
@@ -25665,6 +26601,18 @@ each time the agent processes a prompt step.
25665
26601
  */
25666
26602
  get User(): string | null;
25667
26603
  /**
26604
+ * * Field Name: ConversationDetail
26605
+ * * Display Name: Conversation Detail
26606
+ * * SQL Data Type: nvarchar(MAX)
26607
+ */
26608
+ get ConversationDetail(): string | null;
26609
+ /**
26610
+ * * Field Name: LastRun
26611
+ * * Display Name: Last Run
26612
+ * * SQL Data Type: nvarchar(255)
26613
+ */
26614
+ get LastRun(): string | null;
26615
+ /**
25668
26616
  * * Field Name: Configuration
25669
26617
  * * Display Name: Configuration
25670
26618
  * * SQL Data Type: nvarchar(100)
@@ -25683,6 +26631,12 @@ each time the agent processes a prompt step.
25683
26631
  */
25684
26632
  get OverrideVendor(): string | null;
25685
26633
  /**
26634
+ * * Field Name: ScheduledJobRun
26635
+ * * Display Name: Scheduled Job Run
26636
+ * * SQL Data Type: nvarchar(200)
26637
+ */
26638
+ get ScheduledJobRun(): string | null;
26639
+ /**
25686
26640
  * * Field Name: RootParentRunID
25687
26641
  * * Display Name: Root Parent Run ID
25688
26642
  * * SQL Data Type: uniqueidentifier
@@ -28014,6 +28968,15 @@ export declare class AIPromptRunEntity extends BaseEntity<AIPromptRunEntityType>
28014
28968
  get Comments(): string | null;
28015
28969
  set Comments(value: string | null);
28016
28970
  /**
28971
+ * * Field Name: TestRunID
28972
+ * * Display Name: Test Run ID
28973
+ * * SQL Data Type: uniqueidentifier
28974
+ * * Related Entity/Foreign Key: MJ: Test Runs (vwTestRuns.ID)
28975
+ * * Description: Optional Foreign Key - Links this prompt run to a test run if this prompt execution was part of a test. Enables testing individual prompts for quality and consistency before agent integration.
28976
+ */
28977
+ get TestRunID(): string | null;
28978
+ set TestRunID(value: string | null);
28979
+ /**
28017
28980
  * * Field Name: Prompt
28018
28981
  * * Display Name: Prompt
28019
28982
  * * SQL Data Type: nvarchar(255)
@@ -28044,12 +29007,30 @@ export declare class AIPromptRunEntity extends BaseEntity<AIPromptRunEntityType>
28044
29007
  */
28045
29008
  get Configuration(): string | null;
28046
29009
  /**
29010
+ * * Field Name: Parent
29011
+ * * Display Name: Parent
29012
+ * * SQL Data Type: nvarchar(255)
29013
+ */
29014
+ get Parent(): string | null;
29015
+ /**
29016
+ * * Field Name: AgentRun
29017
+ * * Display Name: Agent Run
29018
+ * * SQL Data Type: nvarchar(255)
29019
+ */
29020
+ get AgentRun(): string | null;
29021
+ /**
28047
29022
  * * Field Name: OriginalModel
28048
29023
  * * Display Name: Original Model
28049
29024
  * * SQL Data Type: nvarchar(50)
28050
29025
  */
28051
29026
  get OriginalModel(): string | null;
28052
29027
  /**
29028
+ * * Field Name: RerunFromPromptRun
29029
+ * * Display Name: Rerun From Prompt Run
29030
+ * * SQL Data Type: nvarchar(255)
29031
+ */
29032
+ get RerunFromPromptRun(): string | null;
29033
+ /**
28053
29034
  * * Field Name: Judge
28054
29035
  * * Display Name: Judge
28055
29036
  * * SQL Data Type: nvarchar(255)
@@ -28543,6 +29524,14 @@ export declare class ArtifactTypeEntity extends BaseEntity<ArtifactTypeEntityTyp
28543
29524
  get DriverClass(): string | null;
28544
29525
  set DriverClass(value: string | null);
28545
29526
  /**
29527
+ * * Field Name: Icon
29528
+ * * Display Name: Icon
29529
+ * * SQL Data Type: nvarchar(255)
29530
+ * * Description: Font Awesome icon class name for displaying this artifact type in the UI (e.g., fa-file-code, fa-chart-line)
29531
+ */
29532
+ get Icon(): string | null;
29533
+ set Icon(value: string | null);
29534
+ /**
28546
29535
  * * Field Name: Parent
28547
29536
  * * Display Name: Parent
28548
29537
  * * SQL Data Type: nvarchar(100)
@@ -30489,6 +31478,12 @@ export declare class ConversationDetailArtifactEntity extends BaseEntity<Convers
30489
31478
  */
30490
31479
  get __mj_UpdatedAt(): Date;
30491
31480
  /**
31481
+ * * Field Name: ConversationDetail
31482
+ * * Display Name: Conversation Detail
31483
+ * * SQL Data Type: nvarchar(MAX)
31484
+ */
31485
+ get ConversationDetail(): string;
31486
+ /**
30492
31487
  * * Field Name: ArtifactVersion
30493
31488
  * * Display Name: Artifact Version
30494
31489
  * * SQL Data Type: nvarchar(255)
@@ -30591,6 +31586,12 @@ export declare class ConversationDetailRatingEntity extends BaseEntity<Conversat
30591
31586
  */
30592
31587
  get __mj_UpdatedAt(): Date;
30593
31588
  /**
31589
+ * * Field Name: ConversationDetail
31590
+ * * Display Name: Conversation Detail
31591
+ * * SQL Data Type: nvarchar(MAX)
31592
+ */
31593
+ get ConversationDetail(): string;
31594
+ /**
30594
31595
  * * Field Name: User
30595
31596
  * * Display Name: User
30596
31597
  * * SQL Data Type: nvarchar(100)
@@ -32545,6 +33546,12 @@ export declare class TaskEntity extends BaseEntity<TaskEntityType> {
32545
33546
  */
32546
33547
  get Project(): string | null;
32547
33548
  /**
33549
+ * * Field Name: ConversationDetail
33550
+ * * Display Name: Conversation Detail
33551
+ * * SQL Data Type: nvarchar(MAX)
33552
+ */
33553
+ get ConversationDetail(): string | null;
33554
+ /**
32548
33555
  * * Field Name: User
32549
33556
  * * Display Name: User
32550
33557
  * * SQL Data Type: nvarchar(100)
@@ -32564,26 +33571,25 @@ export declare class TaskEntity extends BaseEntity<TaskEntityType> {
32564
33571
  get RootParentID(): string | null;
32565
33572
  }
32566
33573
  /**
32567
- * Output Delivery Types - strongly typed entity sub-class
33574
+ * MJ: Test Rubrics - strongly typed entity sub-class
32568
33575
  * * Schema: __mj
32569
- * * Base Table: OutputDeliveryType
32570
- * * Base View: vwOutputDeliveryTypes
32571
- * * @description Defines methods for delivering generated outputs such as email, file storage, API endpoints, or messaging platforms.
33576
+ * * Base Table: TestRubric
33577
+ * * Base View: vwTestRubrics
33578
+ * * @description Reusable evaluation criteria (rubrics) for consistent scoring across tests. Rubrics define structured evaluation dimensions and can include LLM prompts for automated judgment. Particularly useful for LLM-as-judge patterns where consistent evaluation criteria are critical.
32572
33579
  * * Primary Key: ID
32573
33580
  * @extends {BaseEntity}
32574
33581
  * @class
32575
33582
  * @public
32576
- * @deprecated This entity is deprecated and will be removed in a future version. Using it will result in console warnings.
32577
33583
  */
32578
- export declare class OutputDeliveryTypeEntity extends BaseEntity<OutputDeliveryTypeEntityType> {
33584
+ export declare class TestRubricEntity extends BaseEntity<TestRubricEntityType> {
32579
33585
  /**
32580
- * Loads the Output Delivery Types record from the database
32581
- * @param ID: string - primary key value to load the Output Delivery Types record.
33586
+ * Loads the MJ: Test Rubrics record from the database
33587
+ * @param ID: string - primary key value to load the MJ: Test Rubrics record.
32582
33588
  * @param EntityRelationshipsToLoad - (optional) the relationships to load
32583
33589
  * @returns {Promise<boolean>} - true if successful, false otherwise
32584
33590
  * @public
32585
33591
  * @async
32586
- * @memberof OutputDeliveryTypeEntity
33592
+ * @memberof TestRubricEntity
32587
33593
  * @method
32588
33594
  * @override
32589
33595
  */
@@ -32597,9 +33603,19 @@ export declare class OutputDeliveryTypeEntity extends BaseEntity<OutputDeliveryT
32597
33603
  get ID(): string;
32598
33604
  set ID(value: string);
32599
33605
  /**
33606
+ * * Field Name: TypeID
33607
+ * * Display Name: Type ID
33608
+ * * SQL Data Type: uniqueidentifier
33609
+ * * Related Entity/Foreign Key: MJ: Test Types (vwTestTypes.ID)
33610
+ * * Description: Foreign Key - The test type this rubric applies to (e.g., Agent Eval, Code Generation)
33611
+ */
33612
+ get TypeID(): string;
33613
+ set TypeID(value: string);
33614
+ /**
32600
33615
  * * Field Name: Name
32601
33616
  * * Display Name: Name
32602
33617
  * * SQL Data Type: nvarchar(255)
33618
+ * * Description: Unique name for the rubric (e.g., "Component Quality Rubric v1", "Agent Response Quality")
32603
33619
  */
32604
33620
  get Name(): string;
32605
33621
  set Name(value: string);
@@ -32607,10 +33623,49 @@ export declare class OutputDeliveryTypeEntity extends BaseEntity<OutputDeliveryT
32607
33623
  * * Field Name: Description
32608
33624
  * * Display Name: Description
32609
33625
  * * SQL Data Type: nvarchar(MAX)
33626
+ * * Description: Description of what this rubric evaluates and when to use it
32610
33627
  */
32611
33628
  get Description(): string | null;
32612
33629
  set Description(value: string | null);
32613
33630
  /**
33631
+ * * Field Name: PromptTemplate
33632
+ * * Display Name: Prompt Template
33633
+ * * SQL Data Type: nvarchar(MAX)
33634
+ * * Description: LLM prompt template for automated judgment. Can include placeholders for test inputs/outputs (e.g., "Evaluate the following React component for correctness, UX, and maintainability...")
33635
+ */
33636
+ get PromptTemplate(): string | null;
33637
+ set PromptTemplate(value: string | null);
33638
+ /**
33639
+ * * Field Name: Criteria
33640
+ * * Display Name: Criteria
33641
+ * * SQL Data Type: nvarchar(MAX)
33642
+ * * Description: JSON object defining structured evaluation criteria with dimensions, weights, and scoring guidance (e.g., {correctness: {weight: 0.4, description: "..."}, ux: {weight: 0.3, description: "..."}})
33643
+ */
33644
+ get Criteria(): string | null;
33645
+ set Criteria(value: string | null);
33646
+ /**
33647
+ * * Field Name: Version
33648
+ * * Display Name: Version
33649
+ * * SQL Data Type: nvarchar(50)
33650
+ * * Description: Version identifier for the rubric. Allows tracking changes and comparing results across rubric versions.
33651
+ */
33652
+ get Version(): string | null;
33653
+ set Version(value: string | null);
33654
+ /**
33655
+ * * Field Name: Status
33656
+ * * Display Name: Status
33657
+ * * SQL Data Type: nvarchar(20)
33658
+ * * Default Value: Active
33659
+ * * Value List Type: List
33660
+ * * Possible Values
33661
+ * * Active
33662
+ * * Disabled
33663
+ * * Pending
33664
+ * * Description: Status of the rubric: Pending (under development), Active (available for use), Disabled (deprecated)
33665
+ */
33666
+ get Status(): 'Active' | 'Disabled' | 'Pending';
33667
+ set Status(value: 'Active' | 'Disabled' | 'Pending');
33668
+ /**
32614
33669
  * * Field Name: __mj_CreatedAt
32615
33670
  * * Display Name: Created At
32616
33671
  * * SQL Data Type: datetimeoffset
@@ -32624,33 +33679,53 @@ export declare class OutputDeliveryTypeEntity extends BaseEntity<OutputDeliveryT
32624
33679
  * * Default Value: getutcdate()
32625
33680
  */
32626
33681
  get __mj_UpdatedAt(): Date;
33682
+ /**
33683
+ * * Field Name: Type
33684
+ * * Display Name: Type
33685
+ * * SQL Data Type: nvarchar(100)
33686
+ */
33687
+ get Type(): string;
32627
33688
  }
32628
33689
  /**
32629
- * Output Format Types - strongly typed entity sub-class
33690
+ * MJ: Test Run Feedbacks - strongly typed entity sub-class
32630
33691
  * * Schema: __mj
32631
- * * Base Table: OutputFormatType
32632
- * * Base View: vwOutputFormatTypes
32633
- * * @description Specifies available output formats for generated content including PDF, Excel, CSV, JSON, and custom formats.
33692
+ * * Base Table: TestRunFeedback
33693
+ * * Base View: vwTestRunFeedbacks
33694
+ * * @description Human-in-the-loop feedback on test run results. Allows human reviewers to validate, correct, or override automated test results. Essential for training and improving automated evaluation criteria.
32634
33695
  * * Primary Key: ID
32635
33696
  * @extends {BaseEntity}
32636
33697
  * @class
32637
33698
  * @public
32638
- * @deprecated This entity is deprecated and will be removed in a future version. Using it will result in console warnings.
32639
33699
  */
32640
- export declare class OutputFormatTypeEntity extends BaseEntity<OutputFormatTypeEntityType> {
33700
+ export declare class TestRunFeedbackEntity extends BaseEntity<TestRunFeedbackEntityType> {
32641
33701
  /**
32642
- * Loads the Output Format Types record from the database
32643
- * @param ID: string - primary key value to load the Output Format Types record.
33702
+ * Loads the MJ: Test Run Feedbacks record from the database
33703
+ * @param ID: string - primary key value to load the MJ: Test Run Feedbacks record.
32644
33704
  * @param EntityRelationshipsToLoad - (optional) the relationships to load
32645
33705
  * @returns {Promise<boolean>} - true if successful, false otherwise
32646
33706
  * @public
32647
33707
  * @async
32648
- * @memberof OutputFormatTypeEntity
33708
+ * @memberof TestRunFeedbackEntity
32649
33709
  * @method
32650
33710
  * @override
32651
33711
  */
32652
33712
  Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
32653
33713
  /**
33714
+ * Validate() method override for MJ: Test Run Feedbacks entity. This is an auto-generated method that invokes the generated validators for this entity for the following fields:
33715
+ * * Rating: When a rating is provided, it must be a whole number from 1 up to 10. This ensures that every recorded rating falls within the allowed scoring range.
33716
+ * @public
33717
+ * @method
33718
+ * @override
33719
+ */
33720
+ Validate(): ValidationResult;
33721
+ /**
33722
+ * When a rating is provided, it must be a whole number from 1 up to 10. This ensures that every recorded rating falls within the allowed scoring range.
33723
+ * @param result - the ValidationResult object to add any errors or warnings to
33724
+ * @public
33725
+ * @method
33726
+ */
33727
+ ValidateRatingRange(result: ValidationResult): void;
33728
+ /**
32654
33729
  * * Field Name: ID
32655
33730
  * * Display Name: ID
32656
33731
  * * SQL Data Type: uniqueidentifier
@@ -32659,27 +33734,64 @@ export declare class OutputFormatTypeEntity extends BaseEntity<OutputFormatTypeE
32659
33734
  get ID(): string;
32660
33735
  set ID(value: string);
32661
33736
  /**
32662
- * * Field Name: Name
32663
- * * Display Name: Name
32664
- * * SQL Data Type: nvarchar(255)
33737
+ * * Field Name: TestRunID
33738
+ * * Display Name: Test Run ID
33739
+ * * SQL Data Type: uniqueidentifier
33740
+ * * Related Entity/Foreign Key: MJ: Test Runs (vwTestRuns.ID)
33741
+ * * Description: Foreign Key - The test run being reviewed
32665
33742
  */
32666
- get Name(): string;
32667
- set Name(value: string);
33743
+ get TestRunID(): string;
33744
+ set TestRunID(value: string);
32668
33745
  /**
32669
- * * Field Name: Description
32670
- * * Display Name: Description
33746
+ * * Field Name: ReviewerUserID
33747
+ * * Display Name: Reviewer User ID
33748
+ * * SQL Data Type: uniqueidentifier
33749
+ * * Related Entity/Foreign Key: Users (vwUsers.ID)
33750
+ * * Description: Foreign Key - The user providing the feedback
33751
+ */
33752
+ get ReviewerUserID(): string;
33753
+ set ReviewerUserID(value: string);
33754
+ /**
33755
+ * * Field Name: Rating
33756
+ * * Display Name: Rating
33757
+ * * SQL Data Type: int
33758
+ * * Description: Numeric rating from 1 (poor) to 10 (excellent). Allows quantitative tracking of result quality.
33759
+ */
33760
+ get Rating(): number | null;
33761
+ set Rating(value: number | null);
33762
+ /**
33763
+ * * Field Name: IsCorrect
33764
+ * * Display Name: Is Correct
33765
+ * * SQL Data Type: bit
33766
+ * * Description: Boolean indicating if the automated test result was correct. Can override automated Pass/Fail status.
33767
+ */
33768
+ get IsCorrect(): boolean | null;
33769
+ set IsCorrect(value: boolean | null);
33770
+ /**
33771
+ * * Field Name: CorrectionSummary
33772
+ * * Display Name: Correction Summary
32671
33773
  * * SQL Data Type: nvarchar(MAX)
33774
+ * * Description: Summary of corrections or adjustments made by the human reviewer
32672
33775
  */
32673
- get Description(): string | null;
32674
- set Description(value: string | null);
33776
+ get CorrectionSummary(): string | null;
33777
+ set CorrectionSummary(value: string | null);
32675
33778
  /**
32676
- * * Field Name: DisplayFormat
32677
- * * Display Name: Display Format
33779
+ * * Field Name: Comments
33780
+ * * Display Name: Comments
32678
33781
  * * SQL Data Type: nvarchar(MAX)
32679
- * * Description: Configuration or template for how data should be formatted in this output type.
33782
+ * * Description: Free-form comments from the reviewer about the test result, quality, or issues found
32680
33783
  */
32681
- get DisplayFormat(): string | null;
32682
- set DisplayFormat(value: string | null);
33784
+ get Comments(): string | null;
33785
+ set Comments(value: string | null);
33786
+ /**
33787
+ * * Field Name: ReviewedAt
33788
+ * * Display Name: Reviewed At
33789
+ * * SQL Data Type: datetime
33790
+ * * Default Value: getdate()
33791
+ * * Description: Timestamp when the feedback was provided
33792
+ */
33793
+ get ReviewedAt(): Date;
33794
+ set ReviewedAt(value: Date);
32683
33795
  /**
32684
33796
  * * Field Name: __mj_CreatedAt
32685
33797
  * * Display Name: Created At
@@ -32694,28 +33806,33 @@ export declare class OutputFormatTypeEntity extends BaseEntity<OutputFormatTypeE
32694
33806
  * * Default Value: getutcdate()
32695
33807
  */
32696
33808
  get __mj_UpdatedAt(): Date;
33809
+ /**
33810
+ * * Field Name: ReviewerUser
33811
+ * * Display Name: Reviewer User
33812
+ * * SQL Data Type: nvarchar(100)
33813
+ */
33814
+ get ReviewerUser(): string;
32697
33815
  }
32698
33816
  /**
32699
- * Output Trigger Types - strongly typed entity sub-class
33817
+ * MJ: Test Runs - strongly typed entity sub-class
32700
33818
  * * Schema: __mj
32701
- * * Base Table: OutputTriggerType
32702
- * * Base View: vwOutputTriggerTypes
32703
- * * @description Defines events that can trigger output generation such as schedules, data changes, or manual requests.
33819
+ * * Base Table: TestRun
33820
+ * * Base View: vwTestRuns
33821
+ * * @description Execution instance of a single test. Captures inputs, outputs, results, and links to the target being tested (e.g., Agent Run). Can be part of a suite run or standalone. The TargetLogID links to type-specific execution logs (AgentRun, WorkflowRun, etc.) which contain the detailed trace information.
32704
33822
  * * Primary Key: ID
32705
33823
  * @extends {BaseEntity}
32706
33824
  * @class
32707
33825
  * @public
32708
- * @deprecated This entity is deprecated and will be removed in a future version. Using it will result in console warnings.
32709
33826
  */
32710
- export declare class OutputTriggerTypeEntity extends BaseEntity<OutputTriggerTypeEntityType> {
33827
+ export declare class TestRunEntity extends BaseEntity<TestRunEntityType> {
32711
33828
  /**
32712
- * Loads the Output Trigger Types record from the database
32713
- * @param ID: string - primary key value to load the Output Trigger Types record.
33829
+ * Loads the MJ: Test Runs record from the database
33830
+ * @param ID: string - primary key value to load the MJ: Test Runs record.
32714
33831
  * @param EntityRelationshipsToLoad - (optional) the relationships to load
32715
33832
  * @returns {Promise<boolean>} - true if successful, false otherwise
32716
33833
  * @public
32717
33834
  * @async
32718
- * @memberof OutputTriggerTypeEntity
33835
+ * @memberof TestRunEntity
32719
33836
  * @method
32720
33837
  * @override
32721
33838
  */
@@ -32729,19 +33846,177 @@ export declare class OutputTriggerTypeEntity extends BaseEntity<OutputTriggerTyp
32729
33846
  get ID(): string;
32730
33847
  set ID(value: string);
32731
33848
  /**
32732
- * * Field Name: Name
32733
- * * Display Name: Name
32734
- * * SQL Data Type: nvarchar(255)
33849
+ * * Field Name: TestID
33850
+ * * Display Name: Test ID
33851
+ * * SQL Data Type: uniqueidentifier
33852
+ * * Related Entity/Foreign Key: MJ: Tests (vwTests.ID)
33853
+ * * Description: Foreign Key - The test definition that was executed
32735
33854
  */
32736
- get Name(): string;
32737
- set Name(value: string);
33855
+ get TestID(): string;
33856
+ set TestID(value: string);
32738
33857
  /**
32739
- * * Field Name: Description
32740
- * * Display Name: Description
33858
+ * * Field Name: TestSuiteRunID
33859
+ * * Display Name: Test Suite Run ID
33860
+ * * SQL Data Type: uniqueidentifier
33861
+ * * Related Entity/Foreign Key: MJ: Test Suite Runs (vwTestSuiteRuns.ID)
33862
+ * * Description: Foreign Key - Optional parent suite run if this test was part of a suite execution. NULL for standalone test runs.
33863
+ */
33864
+ get TestSuiteRunID(): string | null;
33865
+ set TestSuiteRunID(value: string | null);
33866
+ /**
33867
+ * * Field Name: RunByUserID
33868
+ * * Display Name: Run By User ID
33869
+ * * SQL Data Type: uniqueidentifier
33870
+ * * Related Entity/Foreign Key: Users (vwUsers.ID)
33871
+ * * Description: Foreign Key - The user who triggered the test run (could be system user for automated runs)
33872
+ */
33873
+ get RunByUserID(): string;
33874
+ set RunByUserID(value: string);
33875
+ /**
33876
+ * * Field Name: Sequence
33877
+ * * Display Name: Sequence
33878
+ * * SQL Data Type: int
33879
+ * * Description: Execution sequence within the suite run. Indicates order of execution for tests in the same suite.
33880
+ */
33881
+ get Sequence(): number | null;
33882
+ set Sequence(value: number | null);
33883
+ /**
33884
+ * * Field Name: TargetType
33885
+ * * Display Name: Target Type
33886
+ * * SQL Data Type: nvarchar(100)
33887
+ * * Description: Type of the target being tested (e.g., "Agent Run", "Workflow Run", "Code Generation"). Polymorphic discriminator for TargetLogID.
33888
+ */
33889
+ get TargetType(): string | null;
33890
+ set TargetType(value: string | null);
33891
+ /**
33892
+ * * Field Name: TargetLogID
33893
+ * * Display Name: Target Log ID
33894
+ * * SQL Data Type: uniqueidentifier
33895
+ * * Description: ID of the target execution log (e.g., AIAgentRun.ID, WorkflowRun.ID). This is a soft FK - the actual entity depends on TargetType. The target entity should have a reverse FK back to TestRun for bidirectional navigation.
33896
+ */
33897
+ get TargetLogID(): string | null;
33898
+ set TargetLogID(value: string | null);
33899
+ /**
33900
+ * * Field Name: Status
33901
+ * * Display Name: Status
33902
+ * * SQL Data Type: nvarchar(20)
33903
+ * * Default Value: Pending
33904
+ * * Value List Type: List
33905
+ * * Possible Values
33906
+ * * Error
33907
+ * * Failed
33908
+ * * Passed
33909
+ * * Pending
33910
+ * * Running
33911
+ * * Skipped
33912
+ * * Description: Current status of the test run: Pending (queued), Running (in progress), Passed (all checks passed), Failed (at least one check failed), Skipped (not executed), Error (execution error before validation)
33913
+ */
33914
+ get Status(): 'Error' | 'Failed' | 'Passed' | 'Pending' | 'Running' | 'Skipped';
33915
+ set Status(value: 'Error' | 'Failed' | 'Passed' | 'Pending' | 'Running' | 'Skipped');
33916
+ /**
33917
+ * * Field Name: StartedAt
33918
+ * * Display Name: Started At
33919
+ * * SQL Data Type: datetime
33920
+ * * Description: Timestamp when the test run started execution
33921
+ */
33922
+ get StartedAt(): Date | null;
33923
+ set StartedAt(value: Date | null);
33924
+ /**
33925
+ * * Field Name: CompletedAt
33926
+ * * Display Name: Completed At
33927
+ * * SQL Data Type: datetime
33928
+ * * Description: Timestamp when the test run completed
33929
+ */
33930
+ get CompletedAt(): Date | null;
33931
+ set CompletedAt(value: Date | null);
33932
+ /**
33933
+ * * Field Name: DurationSeconds
33934
+ * * Display Name: Duration Seconds
33935
+ * * SQL Data Type: decimal(10, 3)
33936
+ * * Description: Execution time in seconds for this test
33937
+ */
33938
+ get DurationSeconds(): number | null;
33939
+ set DurationSeconds(value: number | null);
33940
+ /**
33941
+ * * Field Name: InputData
33942
+ * * Display Name: Input Data
32741
33943
  * * SQL Data Type: nvarchar(MAX)
33944
+ * * Description: JSON object with the actual inputs used for this test run (may differ from test definition if parameterized)
32742
33945
  */
32743
- get Description(): string | null;
32744
- set Description(value: string | null);
33946
+ get InputData(): string | null;
33947
+ set InputData(value: string | null);
33948
+ /**
33949
+ * * Field Name: ExpectedOutputData
33950
+ * * Display Name: Expected Output Data
33951
+ * * SQL Data Type: nvarchar(MAX)
33952
+ * * Description: JSON object with the expected outputs/outcomes for this test run
33953
+ */
33954
+ get ExpectedOutputData(): string | null;
33955
+ set ExpectedOutputData(value: string | null);
33956
+ /**
33957
+ * * Field Name: ActualOutputData
33958
+ * * Display Name: Actual Output Data
33959
+ * * SQL Data Type: nvarchar(MAX)
33960
+ * * Description: JSON object with the actual outputs produced by the test execution
33961
+ */
33962
+ get ActualOutputData(): string | null;
33963
+ set ActualOutputData(value: string | null);
33964
+ /**
33965
+ * * Field Name: PassedChecks
33966
+ * * Display Name: Passed Checks
33967
+ * * SQL Data Type: int
33968
+ * * Description: Number of validation checks that passed
33969
+ */
33970
+ get PassedChecks(): number | null;
33971
+ set PassedChecks(value: number | null);
33972
+ /**
33973
+ * * Field Name: FailedChecks
33974
+ * * Display Name: Failed Checks
33975
+ * * SQL Data Type: int
33976
+ * * Description: Number of validation checks that failed
33977
+ */
33978
+ get FailedChecks(): number | null;
33979
+ set FailedChecks(value: number | null);
33980
+ /**
33981
+ * * Field Name: TotalChecks
33982
+ * * Display Name: Total Checks
33983
+ * * SQL Data Type: int
33984
+ * * Description: Total number of validation checks performed
33985
+ */
33986
+ get TotalChecks(): number | null;
33987
+ set TotalChecks(value: number | null);
33988
+ /**
33989
+ * * Field Name: Score
33990
+ * * Display Name: Score
33991
+ * * SQL Data Type: decimal(5, 4)
33992
+ * * Description: Overall test score from 0.0000 to 1.0000 (0-100%). Calculated by test driver based on passed/failed checks and weights.
33993
+ */
33994
+ get Score(): number | null;
33995
+ set Score(value: number | null);
33996
+ /**
33997
+ * * Field Name: CostUSD
33998
+ * * Display Name: Cost USD
33999
+ * * SQL Data Type: decimal(10, 6)
34000
+ * * Description: Cost in USD for running this test (e.g., LLM token costs, compute resources)
34001
+ */
34002
+ get CostUSD(): number | null;
34003
+ set CostUSD(value: number | null);
34004
+ /**
34005
+ * * Field Name: ErrorMessage
34006
+ * * Display Name: Error Message
34007
+ * * SQL Data Type: nvarchar(MAX)
34008
+ * * Description: Error message if the test encountered an execution error
34009
+ */
34010
+ get ErrorMessage(): string | null;
34011
+ set ErrorMessage(value: string | null);
34012
+ /**
34013
+ * * Field Name: ResultDetails
34014
+ * * Display Name: Result Details
34015
+ * * SQL Data Type: nvarchar(MAX)
34016
+ * * Description: JSON object with detailed results including individual check results, metrics, oracle outputs, and diagnostic information
34017
+ */
34018
+ get ResultDetails(): string | null;
34019
+ set ResultDetails(value: string | null);
32745
34020
  /**
32746
34021
  * * Field Name: __mj_CreatedAt
32747
34022
  * * Display Name: Created At
@@ -32756,42 +34031,44 @@ export declare class OutputTriggerTypeEntity extends BaseEntity<OutputTriggerTyp
32756
34031
  * * Default Value: getutcdate()
32757
34032
  */
32758
34033
  get __mj_UpdatedAt(): Date;
34034
+ /**
34035
+ * * Field Name: Test
34036
+ * * Display Name: Test
34037
+ * * SQL Data Type: nvarchar(255)
34038
+ */
34039
+ get Test(): string;
34040
+ /**
34041
+ * * Field Name: RunByUser
34042
+ * * Display Name: Run By User
34043
+ * * SQL Data Type: nvarchar(100)
34044
+ */
34045
+ get RunByUser(): string;
32759
34046
  }
32760
34047
  /**
32761
- * Queries - strongly typed entity sub-class
34048
+ * MJ: Test Suite Runs - strongly typed entity sub-class
32762
34049
  * * Schema: __mj
32763
- * * Base Table: Query
32764
- * * Base View: vwQueries
32765
- * * @description Catalog of stored queries. This is useful for any arbitrary query that is known to be performant and correct and can be reused. Queries can be viewed/run by a user, used programatically via RunQuery, and also used by AI systems for improved reliability instead of dynamically generated SQL. Queries can also improve security since they store the SQL instead of using dynamic SQL.
34050
+ * * Base Table: TestSuiteRun
34051
+ * * Base View: vwTestSuiteRuns
34052
+ * * @description Execution instance of a test suite. Captures who ran it, when, in what environment, and aggregates results from all tests in the suite. Supports versioning via GitCommit and AgentVersion fields to track system state during execution.
32766
34053
  * * Primary Key: ID
32767
34054
  * @extends {BaseEntity}
32768
34055
  * @class
32769
34056
  * @public
32770
34057
  */
32771
- export declare class QueryEntity extends BaseEntity<QueryEntityType> {
34058
+ export declare class TestSuiteRunEntity extends BaseEntity<TestSuiteRunEntityType> {
32772
34059
  /**
32773
- * Loads the Queries record from the database
32774
- * @param ID: string - primary key value to load the Queries record.
34060
+ * Loads the MJ: Test Suite Runs record from the database
34061
+ * @param ID: string - primary key value to load the MJ: Test Suite Runs record.
32775
34062
  * @param EntityRelationshipsToLoad - (optional) the relationships to load
32776
34063
  * @returns {Promise<boolean>} - true if successful, false otherwise
32777
34064
  * @public
32778
34065
  * @async
32779
- * @memberof QueryEntity
34066
+ * @memberof TestSuiteRunEntity
32780
34067
  * @method
32781
34068
  * @override
32782
34069
  */
32783
34070
  Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
32784
34071
  /**
32785
- * Queries - Delete method override to wrap in transaction since CascadeDeletes is true.
32786
- * Wrapping in a transaction ensures that all cascade delete operations are handled atomically.
32787
- * @public
32788
- * @method
32789
- * @override
32790
- * @memberof QueryEntity
32791
- * @returns {Promise<boolean>} - true if successful, false otherwise
32792
- */
32793
- Delete(options?: EntityDeleteOptions): Promise<boolean>;
32794
- /**
32795
34072
  * * Field Name: ID
32796
34073
  * * Display Name: ID
32797
34074
  * * SQL Data Type: uniqueidentifier
@@ -32800,19 +34077,923 @@ export declare class QueryEntity extends BaseEntity<QueryEntityType> {
32800
34077
  get ID(): string;
32801
34078
  set ID(value: string);
32802
34079
  /**
32803
- * * Field Name: Name
32804
- * * Display Name: Name
32805
- * * SQL Data Type: nvarchar(255)
34080
+ * * Field Name: SuiteID
34081
+ * * Display Name: Suite ID
34082
+ * * SQL Data Type: uniqueidentifier
34083
+ * * Related Entity/Foreign Key: MJ: Test Suites (vwTestSuites.ID)
34084
+ * * Description: Foreign Key - The test suite that was executed
32806
34085
  */
32807
- get Name(): string;
32808
- set Name(value: string);
34086
+ get SuiteID(): string;
34087
+ set SuiteID(value: string);
32809
34088
  /**
32810
- * * Field Name: CategoryID
32811
- * * Display Name: Category ID
34089
+ * * Field Name: RunByUserID
34090
+ * * Display Name: Run By User ID
32812
34091
  * * SQL Data Type: uniqueidentifier
32813
- * * Related Entity/Foreign Key: Query Categories (vwQueryCategories.ID)
34092
+ * * Related Entity/Foreign Key: Users (vwUsers.ID)
34093
+ * * Description: Foreign Key - The user who triggered the suite run (could be system user for automated runs)
32814
34094
  */
32815
- get CategoryID(): string | null;
34095
+ get RunByUserID(): string;
34096
+ set RunByUserID(value: string);
34097
+ /**
34098
+ * * Field Name: Environment
34099
+ * * Display Name: Environment
34100
+ * * SQL Data Type: nvarchar(50)
34101
+ * * Description: Environment where tests were executed (e.g., "dev", "staging", "prod", "ci")
34102
+ */
34103
+ get Environment(): string | null;
34104
+ set Environment(value: string | null);
34105
+ /**
34106
+ * * Field Name: TriggerType
34107
+ * * Display Name: Trigger Type
34108
+ * * SQL Data Type: nvarchar(50)
34109
+ * * Description: How the run was triggered (e.g., "manual", "ci", "scheduled", "shadow", "release")
34110
+ */
34111
+ get TriggerType(): string | null;
34112
+ set TriggerType(value: string | null);
34113
+ /**
34114
+ * * Field Name: GitCommit
34115
+ * * Display Name: Git Commit
34116
+ * * SQL Data Type: nvarchar(100)
34117
+ * * Description: Git commit SHA of the code version being tested. Enables correlation between test results and code changes.
34118
+ */
34119
+ get GitCommit(): string | null;
34120
+ set GitCommit(value: string | null);
34121
+ /**
34122
+ * * Field Name: AgentVersion
34123
+ * * Display Name: Agent Version
34124
+ * * SQL Data Type: nvarchar(100)
34125
+ * * Description: Version of the agent or system being tested (e.g., "skip-agent-2.1.0", "workflow-engine-3.4.2"). Enables version comparison and regression detection.
34126
+ */
34127
+ get AgentVersion(): string | null;
34128
+ set AgentVersion(value: string | null);
34129
+ /**
34130
+ * * Field Name: Status
34131
+ * * Display Name: Status
34132
+ * * SQL Data Type: nvarchar(20)
34133
+ * * Default Value: Pending
34134
+ * * Value List Type: List
34135
+ * * Possible Values
34136
+ * * Cancelled
34137
+ * * Completed
34138
+ * * Failed
34139
+ * * Pending
34140
+ * * Running
34141
+ * * Description: Current status of the suite run: Pending (queued), Running (in progress), Completed (finished successfully), Failed (suite-level failure), Cancelled (stopped by user)
34142
+ */
34143
+ get Status(): 'Cancelled' | 'Completed' | 'Failed' | 'Pending' | 'Running';
34144
+ set Status(value: 'Cancelled' | 'Completed' | 'Failed' | 'Pending' | 'Running');
34145
+ /**
34146
+ * * Field Name: StartedAt
34147
+ * * Display Name: Started At
34148
+ * * SQL Data Type: datetime
34149
+ * * Description: Timestamp when the suite run started execution
34150
+ */
34151
+ get StartedAt(): Date | null;
34152
+ set StartedAt(value: Date | null);
34153
+ /**
34154
+ * * Field Name: CompletedAt
34155
+ * * Display Name: Completed At
34156
+ * * SQL Data Type: datetime
34157
+ * * Description: Timestamp when the suite run completed (successfully or with failures)
34158
+ */
34159
+ get CompletedAt(): Date | null;
34160
+ set CompletedAt(value: Date | null);
34161
+ /**
34162
+ * * Field Name: TotalTests
34163
+ * * Display Name: Total Tests
34164
+ * * SQL Data Type: int
34165
+ * * Description: Total number of tests executed in this suite run
34166
+ */
34167
+ get TotalTests(): number | null;
34168
+ set TotalTests(value: number | null);
34169
+ /**
34170
+ * * Field Name: PassedTests
34171
+ * * Display Name: Passed Tests
34172
+ * * SQL Data Type: int
34173
+ * * Description: Number of tests that passed all checks
34174
+ */
34175
+ get PassedTests(): number | null;
34176
+ set PassedTests(value: number | null);
34177
+ /**
34178
+ * * Field Name: FailedTests
34179
+ * * Display Name: Failed Tests
34180
+ * * SQL Data Type: int
34181
+ * * Description: Number of tests that failed at least one check
34182
+ */
34183
+ get FailedTests(): number | null;
34184
+ set FailedTests(value: number | null);
34185
+ /**
34186
+ * * Field Name: SkippedTests
34187
+ * * Display Name: Skipped Tests
34188
+ * * SQL Data Type: int
34189
+ * * Description: Number of tests that were skipped (not executed)
34190
+ */
34191
+ get SkippedTests(): number | null;
34192
+ set SkippedTests(value: number | null);
34193
+ /**
34194
+ * * Field Name: ErrorTests
34195
+ * * Display Name: Error Tests
34196
+ * * SQL Data Type: int
34197
+ * * Description: Number of tests that encountered execution errors (different from failing validation)
34198
+ */
34199
+ get ErrorTests(): number | null;
34200
+ set ErrorTests(value: number | null);
34201
+ /**
34202
+ * * Field Name: TotalDurationSeconds
34203
+ * * Display Name: Total Duration Seconds
34204
+ * * SQL Data Type: decimal(10, 3)
34205
+ * * Description: Total execution time in seconds for the entire suite
34206
+ */
34207
+ get TotalDurationSeconds(): number | null;
34208
+ set TotalDurationSeconds(value: number | null);
34209
+ /**
34210
+ * * Field Name: TotalCostUSD
34211
+ * * Display Name: Total Cost USD
34212
+ * * SQL Data Type: decimal(10, 6)
34213
+ * * Description: Total cost in USD for running the entire suite (sum of all test costs)
34214
+ */
34215
+ get TotalCostUSD(): number | null;
34216
+ set TotalCostUSD(value: number | null);
34217
+ /**
34218
+ * * Field Name: Configuration
34219
+ * * Display Name: Configuration
34220
+ * * SQL Data Type: nvarchar(MAX)
34221
+ * * Description: JSON snapshot of the runtime configuration used for this suite run
34222
+ */
34223
+ get Configuration(): string | null;
34224
+ set Configuration(value: string | null);
34225
+ /**
34226
+ * * Field Name: ResultSummary
34227
+ * * Display Name: Result Summary
34228
+ * * SQL Data Type: nvarchar(MAX)
34229
+ * * Description: JSON object with aggregated results and statistics from the suite run
34230
+ */
34231
+ get ResultSummary(): string | null;
34232
+ set ResultSummary(value: string | null);
34233
+ /**
34234
+ * * Field Name: ErrorMessage
34235
+ * * Display Name: Error Message
34236
+ * * SQL Data Type: nvarchar(MAX)
34237
+ * * Description: Error message if the suite-level execution failed (before individual tests could run)
34238
+ */
34239
+ get ErrorMessage(): string | null;
34240
+ set ErrorMessage(value: string | null);
34241
+ /**
34242
+ * * Field Name: __mj_CreatedAt
34243
+ * * Display Name: Created At
34244
+ * * SQL Data Type: datetimeoffset
34245
+ * * Default Value: getutcdate()
34246
+ */
34247
+ get __mj_CreatedAt(): Date;
34248
+ /**
34249
+ * * Field Name: __mj_UpdatedAt
34250
+ * * Display Name: Updated At
34251
+ * * SQL Data Type: datetimeoffset
34252
+ * * Default Value: getutcdate()
34253
+ */
34254
+ get __mj_UpdatedAt(): Date;
34255
+ /**
34256
+ * * Field Name: Suite
34257
+ * * Display Name: Suite
34258
+ * * SQL Data Type: nvarchar(255)
34259
+ */
34260
+ get Suite(): string;
34261
+ /**
34262
+ * * Field Name: RunByUser
34263
+ * * Display Name: Run By User
34264
+ * * SQL Data Type: nvarchar(100)
34265
+ */
34266
+ get RunByUser(): string;
34267
+ }
34268
+ /**
34269
+ * MJ: Test Suite Tests - strongly typed entity sub-class
34270
+ * * Schema: __mj
34271
+ * * Base Table: TestSuiteTest
34272
+ * * Base View: vwTestSuiteTests
34273
+ * * @description Junction table linking tests to test suites. Allows many-to-many relationship where a test can belong to multiple suites and a suite can contain multiple tests. Includes sequence for execution order and configuration overrides specific to this suite-test pairing.
34274
+ * * Primary Key: ID
34275
+ * @extends {BaseEntity}
34276
+ * @class
34277
+ * @public
34278
+ */
34279
+ export declare class TestSuiteTestEntity extends BaseEntity<TestSuiteTestEntityType> {
34280
+ /**
34281
+ * Loads the MJ: Test Suite Tests record from the database
34282
+ * @param ID: string - primary key value to load the MJ: Test Suite Tests record.
34283
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
34284
+ * @returns {Promise<boolean>} - true if successful, false otherwise
34285
+ * @public
34286
+ * @async
34287
+ * @memberof TestSuiteTestEntity
34288
+ * @method
34289
+ * @override
34290
+ */
34291
+ Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
34292
+ /**
34293
+ * * Field Name: ID
34294
+ * * Display Name: ID
34295
+ * * SQL Data Type: uniqueidentifier
34296
+ * * Default Value: newsequentialid()
34297
+ */
34298
+ get ID(): string;
34299
+ set ID(value: string);
34300
+ /**
34301
+ * * Field Name: SuiteID
34302
+ * * Display Name: Suite ID
34303
+ * * SQL Data Type: uniqueidentifier
34304
+ * * Related Entity/Foreign Key: MJ: Test Suites (vwTestSuites.ID)
34305
+ * * Description: Foreign Key - The test suite this relationship belongs to
34306
+ */
34307
+ get SuiteID(): string;
34308
+ set SuiteID(value: string);
34309
+ /**
34310
+ * * Field Name: TestID
34311
+ * * Display Name: Test ID
34312
+ * * SQL Data Type: uniqueidentifier
34313
+ * * Related Entity/Foreign Key: MJ: Tests (vwTests.ID)
34314
+ * * Description: Foreign Key - The test included in this suite
34315
+ */
34316
+ get TestID(): string;
34317
+ set TestID(value: string);
34318
+ /**
34319
+ * * Field Name: Sequence
34320
+ * * Display Name: Sequence
34321
+ * * SQL Data Type: int
34322
+ * * Default Value: 0
34323
+ * * Description: Execution sequence within the suite. Lower numbers run first. Tests with same sequence may run in parallel.
34324
+ */
34325
+ get Sequence(): number;
34326
+ set Sequence(value: number);
34327
+ /**
34328
+ * * Field Name: Status
34329
+ * * Display Name: Status
34330
+ * * SQL Data Type: nvarchar(20)
34331
+ * * Default Value: Active
34332
+ * * Value List Type: List
34333
+ * * Possible Values
34334
+ * * Active
34335
+ * * Disabled
34336
+ * * Skip
34337
+ * * Description: Status of this test within this suite: Active (will run), Disabled (temporarily excluded), Skip (documented exclusion)
34338
+ */
34339
+ get Status(): 'Active' | 'Disabled' | 'Skip';
34340
+ set Status(value: 'Active' | 'Disabled' | 'Skip');
34341
+ /**
34342
+ * * Field Name: Configuration
34343
+ * * Display Name: Configuration
34344
+ * * SQL Data Type: nvarchar(MAX)
34345
+ * * Description: JSON object to override test configuration for this specific suite. Allows same test to run with different parameters in different suites.
34346
+ */
34347
+ get Configuration(): string | null;
34348
+ set Configuration(value: string | null);
34349
+ /**
34350
+ * * Field Name: __mj_CreatedAt
34351
+ * * Display Name: Created At
34352
+ * * SQL Data Type: datetimeoffset
34353
+ * * Default Value: getutcdate()
34354
+ */
34355
+ get __mj_CreatedAt(): Date;
34356
+ /**
34357
+ * * Field Name: __mj_UpdatedAt
34358
+ * * Display Name: Updated At
34359
+ * * SQL Data Type: datetimeoffset
34360
+ * * Default Value: getutcdate()
34361
+ */
34362
+ get __mj_UpdatedAt(): Date;
34363
+ /**
34364
+ * * Field Name: Suite
34365
+ * * Display Name: Suite
34366
+ * * SQL Data Type: nvarchar(255)
34367
+ */
34368
+ get Suite(): string;
34369
+ /**
34370
+ * * Field Name: Test
34371
+ * * Display Name: Test
34372
+ * * SQL Data Type: nvarchar(255)
34373
+ */
34374
+ get Test(): string;
34375
+ }
34376
+ /**
34377
+ * MJ: Test Suites - strongly typed entity sub-class
34378
+ * * Schema: __mj
34379
+ * * Base Table: TestSuite
34380
+ * * Base View: vwTestSuites
34381
+ * * @description Hierarchical organization of tests into suites. Test suites can contain other suites (via ParentID) and tests (via TestSuiteTest junction table). Suites provide logical grouping for running batches of related tests.
34382
+ * * Primary Key: ID
34383
+ * @extends {BaseEntity}
34384
+ * @class
34385
+ * @public
34386
+ */
34387
+ export declare class TestSuiteEntity extends BaseEntity<TestSuiteEntityType> {
34388
+ /**
34389
+ * Loads the MJ: Test Suites record from the database
34390
+ * @param ID: string - primary key value to load the MJ: Test Suites record.
34391
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
34392
+ * @returns {Promise<boolean>} - true if successful, false otherwise
34393
+ * @public
34394
+ * @async
34395
+ * @memberof TestSuiteEntity
34396
+ * @method
34397
+ * @override
34398
+ */
34399
+ Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
34400
+ /**
34401
+ * * Field Name: ID
34402
+ * * Display Name: ID
34403
+ * * SQL Data Type: uniqueidentifier
34404
+ * * Default Value: newsequentialid()
34405
+ */
34406
+ get ID(): string;
34407
+ set ID(value: string);
34408
+ /**
34409
+ * * Field Name: ParentID
34410
+ * * Display Name: Parent ID
34411
+ * * SQL Data Type: uniqueidentifier
34412
+ * * Related Entity/Foreign Key: MJ: Test Suites (vwTestSuites.ID)
34413
+ * * Description: Optional parent suite ID for hierarchical organization. NULL for root-level suites.
34414
+ */
34415
+ get ParentID(): string | null;
34416
+ set ParentID(value: string | null);
34417
+ /**
34418
+ * * Field Name: Name
34419
+ * * Display Name: Name
34420
+ * * SQL Data Type: nvarchar(255)
34421
+ * * Description: Name of the test suite (e.g., "Skip Component Generation Suite", "Agent Memory Tests")
34422
+ */
34423
+ get Name(): string;
34424
+ set Name(value: string);
34425
+ /**
34426
+ * * Field Name: Description
34427
+ * * Display Name: Description
34428
+ * * SQL Data Type: nvarchar(MAX)
34429
+ * * Description: Detailed description of what this suite tests and its purpose
34430
+ */
34431
+ get Description(): string | null;
34432
+ set Description(value: string | null);
34433
+ /**
34434
+ * * Field Name: Status
34435
+ * * Display Name: Status
34436
+ * * SQL Data Type: nvarchar(20)
34437
+ * * Default Value: Active
34438
+ * * Value List Type: List
34439
+ * * Possible Values
34440
+ * * Active
34441
+ * * Disabled
34442
+ * * Pending
34443
+ * * Description: Status of the suite: Pending (being configured), Active (available for use), Disabled (archived/not in use)
34444
+ */
34445
+ get Status(): 'Active' | 'Disabled' | 'Pending';
34446
+ set Status(value: 'Active' | 'Disabled' | 'Pending');
34447
+ /**
34448
+ * * Field Name: Tags
34449
+ * * Display Name: Tags
34450
+ * * SQL Data Type: nvarchar(MAX)
34451
+ * * Description: JSON array of tags for categorization and filtering (e.g., ["smoke", "regression", "nightly"])
34452
+ */
34453
+ get Tags(): string | null;
34454
+ set Tags(value: string | null);
34455
+ /**
34456
+ * * Field Name: Configuration
34457
+ * * Display Name: Configuration
34458
+ * * SQL Data Type: nvarchar(MAX)
34459
+ * * Description: JSON configuration object for suite-level settings (e.g., environment defaults, retry policies, notification settings)
34460
+ */
34461
+ get Configuration(): string | null;
34462
+ set Configuration(value: string | null);
34463
+ /**
34464
+ * * Field Name: __mj_CreatedAt
34465
+ * * Display Name: Created At
34466
+ * * SQL Data Type: datetimeoffset
34467
+ * * Default Value: getutcdate()
34468
+ */
34469
+ get __mj_CreatedAt(): Date;
34470
+ /**
34471
+ * * Field Name: __mj_UpdatedAt
34472
+ * * Display Name: Updated At
34473
+ * * SQL Data Type: datetimeoffset
34474
+ * * Default Value: getutcdate()
34475
+ */
34476
+ get __mj_UpdatedAt(): Date;
34477
+ /**
34478
+ * * Field Name: Parent
34479
+ * * Display Name: Parent
34480
+ * * SQL Data Type: nvarchar(255)
34481
+ */
34482
+ get Parent(): string | null;
34483
+ /**
34484
+ * * Field Name: RootParentID
34485
+ * * Display Name: Root Parent ID
34486
+ * * SQL Data Type: uniqueidentifier
34487
+ */
34488
+ get RootParentID(): string | null;
34489
+ }
34490
+ /**
34491
+ * MJ: Test Types - strongly typed entity sub-class
34492
+ * * Schema: __mj
34493
+ * * Base Table: TestType
34494
+ * * Base View: vwTestTypes
34495
+ * * @description Defines test type drivers that can be dynamically instantiated via MJGlobal.Instance.ClassFactory.CreateInstance(BaseTestDriver, DriverClass). Each test type represents a different category of testing (e.g., Agent Evals, Workflow Tests, Code Generation Tests).
34496
+ * * Primary Key: ID
34497
+ * @extends {BaseEntity}
34498
+ * @class
34499
+ * @public
34500
+ */
34501
+ export declare class TestTypeEntity extends BaseEntity<TestTypeEntityType> {
34502
+ /**
34503
+ * Loads the MJ: Test Types record from the database
34504
+ * @param ID: string - primary key value to load the MJ: Test Types record.
34505
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
34506
+ * @returns {Promise<boolean>} - true if successful, false otherwise
34507
+ * @public
34508
+ * @async
34509
+ * @memberof TestTypeEntity
34510
+ * @method
34511
+ * @override
34512
+ */
34513
+ Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
34514
+ /**
34515
+ * * Field Name: ID
34516
+ * * Display Name: ID
34517
+ * * SQL Data Type: uniqueidentifier
34518
+ * * Default Value: newsequentialid()
34519
+ */
34520
+ get ID(): string;
34521
+ set ID(value: string);
34522
+ /**
34523
+ * * Field Name: Name
34524
+ * * Display Name: Name
34525
+ * * SQL Data Type: nvarchar(100)
34526
+ * * Description: Unique name for the test type (e.g., "Agent Eval", "Workflow Test", "Code Generation Test")
34527
+ */
34528
+ get Name(): string;
34529
+ set Name(value: string);
34530
+ /**
34531
+ * * Field Name: Description
34532
+ * * Display Name: Description
34533
+ * * SQL Data Type: nvarchar(MAX)
34534
+ * * Description: Detailed description of what this test type validates and how it works
34535
+ */
34536
+ get Description(): string | null;
34537
+ set Description(value: string | null);
34538
+ /**
34539
+ * * Field Name: DriverClass
34540
+ * * Display Name: Driver Class
34541
+ * * SQL Data Type: nvarchar(255)
34542
+ * * Description: Class name for the driver implementation (e.g., "AgentEvalDriver"). Used with ClassFactory to instantiate the appropriate BaseTestDriver subclass.
34543
+ */
34544
+ get DriverClass(): string;
34545
+ set DriverClass(value: string);
34546
+ /**
34547
+ * * Field Name: Status
34548
+ * * Display Name: Status
34549
+ * * SQL Data Type: nvarchar(20)
34550
+ * * Default Value: Active
34551
+ * * Value List Type: List
34552
+ * * Possible Values
34553
+ * * Active
34554
+ * * Disabled
34555
+ * * Pending
34556
+ * * Description: Status of the test type: Pending (under development), Active (available for use), Disabled (no longer available)
34557
+ */
34558
+ get Status(): 'Active' | 'Disabled' | 'Pending';
34559
+ set Status(value: 'Active' | 'Disabled' | 'Pending');
34560
+ /**
34561
+ * * Field Name: __mj_CreatedAt
34562
+ * * Display Name: Created At
34563
+ * * SQL Data Type: datetimeoffset
34564
+ * * Default Value: getutcdate()
34565
+ */
34566
+ get __mj_CreatedAt(): Date;
34567
+ /**
34568
+ * * Field Name: __mj_UpdatedAt
34569
+ * * Display Name: Updated At
34570
+ * * SQL Data Type: datetimeoffset
34571
+ * * Default Value: getutcdate()
34572
+ */
34573
+ get __mj_UpdatedAt(): Date;
34574
+ }
34575
+ /**
34576
+ * MJ: Tests - strongly typed entity sub-class
34577
+ * * Schema: __mj
34578
+ * * Base Table: Test
34579
+ * * Base View: vwTests
34580
+ * * @description Individual test definitions. Each test has a specific type (via TypeID) which determines how it executes. Tests store their inputs, expected outcomes, and configuration as JSON, allowing flexibility for different test types while maintaining a common schema.
34581
+ * * Primary Key: ID
34582
+ * @extends {BaseEntity}
34583
+ * @class
34584
+ * @public
34585
+ */
34586
+ export declare class TestEntity extends BaseEntity<TestEntityType> {
34587
+ /**
34588
+ * Loads the MJ: Tests record from the database
34589
+ * @param ID: string - primary key value to load the MJ: Tests record.
34590
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
34591
+ * @returns {Promise<boolean>} - true if successful, false otherwise
34592
+ * @public
34593
+ * @async
34594
+ * @memberof TestEntity
34595
+ * @method
34596
+ * @override
34597
+ */
34598
+ Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
34599
+ /**
34600
+ * Validate() method override for MJ: Tests entity. This is an auto-generated method that invokes the generated validators for this entity for the following fields:
34601
+ * * RepeatCount: If a repeat count is entered, it must be a positive number greater than zero; otherwise it can be left empty.
34602
+ * @public
34603
+ * @method
34604
+ * @override
34605
+ */
34606
+ Validate(): ValidationResult;
34607
+ /**
34608
+ * If a repeat count is entered, it must be a positive number greater than zero; otherwise it can be left empty.
34609
+ * @param result - the ValidationResult object to add any errors or warnings to
34610
+ * @public
34611
+ * @method
34612
+ */
34613
+ ValidateRepeatCountPositive(result: ValidationResult): void;
34614
+ /**
34615
+ * * Field Name: ID
34616
+ * * Display Name: ID
34617
+ * * SQL Data Type: uniqueidentifier
34618
+ * * Default Value: newsequentialid()
34619
+ */
34620
+ get ID(): string;
34621
+ set ID(value: string);
34622
+ /**
34623
+ * * Field Name: TypeID
34624
+ * * Display Name: Type ID
34625
+ * * SQL Data Type: uniqueidentifier
34626
+ * * Related Entity/Foreign Key: MJ: Test Types (vwTestTypes.ID)
34627
+ * * Description: Foreign Key - The type of test (e.g., Agent Eval, Workflow Test). Determines which driver class handles execution.
34628
+ */
34629
+ get TypeID(): string;
34630
+ set TypeID(value: string);
34631
+ /**
34632
+ * * Field Name: Name
34633
+ * * Display Name: Name
34634
+ * * SQL Data Type: nvarchar(255)
34635
+ * * Description: Name of the test (e.g., "Pie Chart with Drilldown", "Memory Recall Accuracy")
34636
+ */
34637
+ get Name(): string;
34638
+ set Name(value: string);
34639
+ /**
34640
+ * * Field Name: Description
34641
+ * * Display Name: Description
34642
+ * * SQL Data Type: nvarchar(MAX)
34643
+ * * Description: Detailed description of what this test validates and why it matters
34644
+ */
34645
+ get Description(): string | null;
34646
+ set Description(value: string | null);
34647
+ /**
34648
+ * * Field Name: Status
34649
+ * * Display Name: Status
34650
+ * * SQL Data Type: nvarchar(20)
34651
+ * * Default Value: Active
34652
+ * * Value List Type: List
34653
+ * * Possible Values
34654
+ * * Active
34655
+ * * Disabled
34656
+ * * Pending
34657
+ * * Description: Status of the test: Pending (being configured), Active (ready to run), Disabled (archived/not in use)
34658
+ */
34659
+ get Status(): 'Active' | 'Disabled' | 'Pending';
34660
+ set Status(value: 'Active' | 'Disabled' | 'Pending');
34661
+ /**
34662
+ * * Field Name: InputDefinition
34663
+ * * Display Name: Input Definition
34664
+ * * SQL Data Type: nvarchar(MAX)
34665
+ * * Description: JSON object defining the inputs/parameters for the test. Structure varies by test type (e.g., for Agent Eval: {prompt, context, conversationHistory})
34666
+ */
34667
+ get InputDefinition(): string | null;
34668
+ set InputDefinition(value: string | null);
34669
+ /**
34670
+ * * Field Name: ExpectedOutcomes
34671
+ * * Display Name: Expected Outcomes
34672
+ * * SQL Data Type: nvarchar(MAX)
34673
+ * * Description: JSON object defining what success looks like. Structure varies by test type (e.g., for Agent Eval: {toolCalls, outputFormat, semanticGoals, dataAssertions})
34674
+ */
34675
+ get ExpectedOutcomes(): string | null;
34676
+ set ExpectedOutcomes(value: string | null);
34677
+ /**
34678
+ * * Field Name: Configuration
34679
+ * * Display Name: Configuration
34680
+ * * SQL Data Type: nvarchar(MAX)
34681
+ * * Description: JSON object for test-specific configuration (e.g., oracles to use, rubrics, retry policies, timeout settings)
34682
+ */
34683
+ get Configuration(): string | null;
34684
+ set Configuration(value: string | null);
34685
+ /**
34686
+ * * Field Name: Tags
34687
+ * * Display Name: Tags
34688
+ * * SQL Data Type: nvarchar(MAX)
34689
+ * * Description: JSON array of tags for categorization and filtering (e.g., ["smoke", "agent-quality", "performance"])
34690
+ */
34691
+ get Tags(): string | null;
34692
+ set Tags(value: string | null);
34693
+ /**
34694
+ * * Field Name: Priority
34695
+ * * Display Name: Priority
34696
+ * * SQL Data Type: int
34697
+ * * Default Value: 0
34698
+ * * Description: Priority for execution ordering. Lower numbers run first. Useful for dependencies or critical path tests.
34699
+ */
34700
+ get Priority(): number | null;
34701
+ set Priority(value: number | null);
34702
+ /**
34703
+ * * Field Name: EstimatedDurationSeconds
34704
+ * * Display Name: Estimated Duration Seconds
34705
+ * * SQL Data Type: int
34706
+ * * Description: Estimated execution time in seconds. Used for scheduling and timeout calculations.
34707
+ */
34708
+ get EstimatedDurationSeconds(): number | null;
34709
+ set EstimatedDurationSeconds(value: number | null);
34710
+ /**
34711
+ * * Field Name: EstimatedCostUSD
34712
+ * * Display Name: Estimated Cost USD
34713
+ * * SQL Data Type: decimal(10, 6)
34714
+ * * Description: Estimated cost in USD for running this test (e.g., LLM token costs, compute resources). Used for budgeting and optimization.
34715
+ */
34716
+ get EstimatedCostUSD(): number | null;
34717
+ set EstimatedCostUSD(value: number | null);
34718
+ /**
34719
+ * * Field Name: __mj_CreatedAt
34720
+ * * Display Name: Created At
34721
+ * * SQL Data Type: datetimeoffset
34722
+ * * Default Value: getutcdate()
34723
+ */
34724
+ get __mj_CreatedAt(): Date;
34725
+ /**
34726
+ * * Field Name: __mj_UpdatedAt
34727
+ * * Display Name: Updated At
34728
+ * * SQL Data Type: datetimeoffset
34729
+ * * Default Value: getutcdate()
34730
+ */
34731
+ get __mj_UpdatedAt(): Date;
34732
+ /**
34733
+ * * Field Name: RepeatCount
34734
+ * * Display Name: Repeat Count
34735
+ * * SQL Data Type: int
34736
+ * * Description: Number of times to repeat this test execution. NULL or 1 = single execution. Values > 1 will create multiple test runs for statistical analysis.
34737
+ */
34738
+ get RepeatCount(): number | null;
34739
+ set RepeatCount(value: number | null);
34740
+ /**
34741
+ * * Field Name: Type
34742
+ * * Display Name: Type
34743
+ * * SQL Data Type: nvarchar(100)
34744
+ */
34745
+ get Type(): string;
34746
+ }
34747
+ /**
34748
+ * Output Delivery Types - strongly typed entity sub-class
34749
+ * * Schema: __mj
34750
+ * * Base Table: OutputDeliveryType
34751
+ * * Base View: vwOutputDeliveryTypes
34752
+ * * @description Defines methods for delivering generated outputs such as email, file storage, API endpoints, or messaging platforms.
34753
+ * * Primary Key: ID
34754
+ * @extends {BaseEntity}
34755
+ * @class
34756
+ * @public
34757
+ * @deprecated This entity is deprecated and will be removed in a future version. Using it will result in console warnings.
34758
+ */
34759
+ export declare class OutputDeliveryTypeEntity extends BaseEntity<OutputDeliveryTypeEntityType> {
34760
+ /**
34761
+ * Loads the Output Delivery Types record from the database
34762
+ * @param ID: string - primary key value to load the Output Delivery Types record.
34763
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
34764
+ * @returns {Promise<boolean>} - true if successful, false otherwise
34765
+ * @public
34766
+ * @async
34767
+ * @memberof OutputDeliveryTypeEntity
34768
+ * @method
34769
+ * @override
34770
+ */
34771
+ Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
34772
+ /**
34773
+ * * Field Name: ID
34774
+ * * Display Name: ID
34775
+ * * SQL Data Type: uniqueidentifier
34776
+ * * Default Value: newsequentialid()
34777
+ */
34778
+ get ID(): string;
34779
+ set ID(value: string);
34780
+ /**
34781
+ * * Field Name: Name
34782
+ * * Display Name: Name
34783
+ * * SQL Data Type: nvarchar(255)
34784
+ */
34785
+ get Name(): string;
34786
+ set Name(value: string);
34787
+ /**
34788
+ * * Field Name: Description
34789
+ * * Display Name: Description
34790
+ * * SQL Data Type: nvarchar(MAX)
34791
+ */
34792
+ get Description(): string | null;
34793
+ set Description(value: string | null);
34794
+ /**
34795
+ * * Field Name: __mj_CreatedAt
34796
+ * * Display Name: Created At
34797
+ * * SQL Data Type: datetimeoffset
34798
+ * * Default Value: getutcdate()
34799
+ */
34800
+ get __mj_CreatedAt(): Date;
34801
+ /**
34802
+ * * Field Name: __mj_UpdatedAt
34803
+ * * Display Name: Updated At
34804
+ * * SQL Data Type: datetimeoffset
34805
+ * * Default Value: getutcdate()
34806
+ */
34807
+ get __mj_UpdatedAt(): Date;
34808
+ }
34809
+ /**
34810
+ * Output Format Types - strongly typed entity sub-class
34811
+ * * Schema: __mj
34812
+ * * Base Table: OutputFormatType
34813
+ * * Base View: vwOutputFormatTypes
34814
+ * * @description Specifies available output formats for generated content including PDF, Excel, CSV, JSON, and custom formats.
34815
+ * * Primary Key: ID
34816
+ * @extends {BaseEntity}
34817
+ * @class
34818
+ * @public
34819
+ * @deprecated This entity is deprecated and will be removed in a future version. Using it will result in console warnings.
34820
+ */
34821
+ export declare class OutputFormatTypeEntity extends BaseEntity<OutputFormatTypeEntityType> {
34822
+ /**
34823
+ * Loads the Output Format Types record from the database
34824
+ * @param ID: string - primary key value to load the Output Format Types record.
34825
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
34826
+ * @returns {Promise<boolean>} - true if successful, false otherwise
34827
+ * @public
34828
+ * @async
34829
+ * @memberof OutputFormatTypeEntity
34830
+ * @method
34831
+ * @override
34832
+ */
34833
+ Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
34834
+ /**
34835
+ * * Field Name: ID
34836
+ * * Display Name: ID
34837
+ * * SQL Data Type: uniqueidentifier
34838
+ * * Default Value: newsequentialid()
34839
+ */
34840
+ get ID(): string;
34841
+ set ID(value: string);
34842
+ /**
34843
+ * * Field Name: Name
34844
+ * * Display Name: Name
34845
+ * * SQL Data Type: nvarchar(255)
34846
+ */
34847
+ get Name(): string;
34848
+ set Name(value: string);
34849
+ /**
34850
+ * * Field Name: Description
34851
+ * * Display Name: Description
34852
+ * * SQL Data Type: nvarchar(MAX)
34853
+ */
34854
+ get Description(): string | null;
34855
+ set Description(value: string | null);
34856
+ /**
34857
+ * * Field Name: DisplayFormat
34858
+ * * Display Name: Display Format
34859
+ * * SQL Data Type: nvarchar(MAX)
34860
+ * * Description: Configuration or template for how data should be formatted in this output type.
34861
+ */
34862
+ get DisplayFormat(): string | null;
34863
+ set DisplayFormat(value: string | null);
34864
+ /**
34865
+ * * Field Name: __mj_CreatedAt
34866
+ * * Display Name: Created At
34867
+ * * SQL Data Type: datetimeoffset
34868
+ * * Default Value: getutcdate()
34869
+ */
34870
+ get __mj_CreatedAt(): Date;
34871
+ /**
34872
+ * * Field Name: __mj_UpdatedAt
34873
+ * * Display Name: Updated At
34874
+ * * SQL Data Type: datetimeoffset
34875
+ * * Default Value: getutcdate()
34876
+ */
34877
+ get __mj_UpdatedAt(): Date;
34878
+ }
34879
+ /**
34880
+ * Output Trigger Types - strongly typed entity sub-class
34881
+ * * Schema: __mj
34882
+ * * Base Table: OutputTriggerType
34883
+ * * Base View: vwOutputTriggerTypes
34884
+ * * @description Defines events that can trigger output generation such as schedules, data changes, or manual requests.
34885
+ * * Primary Key: ID
34886
+ * @extends {BaseEntity}
34887
+ * @class
34888
+ * @public
34889
+ * @deprecated This entity is deprecated and will be removed in a future version. Using it will result in console warnings.
34890
+ */
34891
+ export declare class OutputTriggerTypeEntity extends BaseEntity<OutputTriggerTypeEntityType> {
34892
+ /**
34893
+ * Loads the Output Trigger Types record from the database
34894
+ * @param ID: string - primary key value to load the Output Trigger Types record.
34895
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
34896
+ * @returns {Promise<boolean>} - true if successful, false otherwise
34897
+ * @public
34898
+ * @async
34899
+ * @memberof OutputTriggerTypeEntity
34900
+ * @method
34901
+ * @override
34902
+ */
34903
+ Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
34904
+ /**
34905
+ * * Field Name: ID
34906
+ * * Display Name: ID
34907
+ * * SQL Data Type: uniqueidentifier
34908
+ * * Default Value: newsequentialid()
34909
+ */
34910
+ get ID(): string;
34911
+ set ID(value: string);
34912
+ /**
34913
+ * * Field Name: Name
34914
+ * * Display Name: Name
34915
+ * * SQL Data Type: nvarchar(255)
34916
+ */
34917
+ get Name(): string;
34918
+ set Name(value: string);
34919
+ /**
34920
+ * * Field Name: Description
34921
+ * * Display Name: Description
34922
+ * * SQL Data Type: nvarchar(MAX)
34923
+ */
34924
+ get Description(): string | null;
34925
+ set Description(value: string | null);
34926
+ /**
34927
+ * * Field Name: __mj_CreatedAt
34928
+ * * Display Name: Created At
34929
+ * * SQL Data Type: datetimeoffset
34930
+ * * Default Value: getutcdate()
34931
+ */
34932
+ get __mj_CreatedAt(): Date;
34933
+ /**
34934
+ * * Field Name: __mj_UpdatedAt
34935
+ * * Display Name: Updated At
34936
+ * * SQL Data Type: datetimeoffset
34937
+ * * Default Value: getutcdate()
34938
+ */
34939
+ get __mj_UpdatedAt(): Date;
34940
+ }
34941
+ /**
34942
+ * Queries - strongly typed entity sub-class
34943
+ * * Schema: __mj
34944
+ * * Base Table: Query
34945
+ * * Base View: vwQueries
34946
+ * * @description Catalog of stored queries. This is useful for any arbitrary query that is known to be performant and correct and can be reused. Queries can be viewed/run by a user, used programatically via RunQuery, and also used by AI systems for improved reliability instead of dynamically generated SQL. Queries can also improve security since they store the SQL instead of using dynamic SQL.
34947
+ * * Primary Key: ID
34948
+ * @extends {BaseEntity}
34949
+ * @class
34950
+ * @public
34951
+ */
34952
+ export declare class QueryEntity extends BaseEntity<QueryEntityType> {
34953
+ /**
34954
+ * Loads the Queries record from the database
34955
+ * @param ID: string - primary key value to load the Queries record.
34956
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
34957
+ * @returns {Promise<boolean>} - true if successful, false otherwise
34958
+ * @public
34959
+ * @async
34960
+ * @memberof QueryEntity
34961
+ * @method
34962
+ * @override
34963
+ */
34964
+ Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
34965
+ /**
34966
+ * Queries - Delete method override to wrap in transaction since CascadeDeletes is true.
34967
+ * Wrapping in a transaction ensures that all cascade delete operations are handled atomically.
34968
+ * @public
34969
+ * @method
34970
+ * @override
34971
+ * @memberof QueryEntity
34972
+ * @returns {Promise<boolean>} - true if successful, false otherwise
34973
+ */
34974
+ Delete(options?: EntityDeleteOptions): Promise<boolean>;
34975
+ /**
34976
+ * * Field Name: ID
34977
+ * * Display Name: ID
34978
+ * * SQL Data Type: uniqueidentifier
34979
+ * * Default Value: newsequentialid()
34980
+ */
34981
+ get ID(): string;
34982
+ set ID(value: string);
34983
+ /**
34984
+ * * Field Name: Name
34985
+ * * Display Name: Name
34986
+ * * SQL Data Type: nvarchar(255)
34987
+ */
34988
+ get Name(): string;
34989
+ set Name(value: string);
34990
+ /**
34991
+ * * Field Name: CategoryID
34992
+ * * Display Name: Category ID
34993
+ * * SQL Data Type: uniqueidentifier
34994
+ * * Related Entity/Foreign Key: Query Categories (vwQueryCategories.ID)
34995
+ */
34996
+ get CategoryID(): string | null;
32816
34997
  set CategoryID(value: string | null);
32817
34998
  /**
32818
34999
  * * Field Name: UserQuestion
@@ -33946,6 +36127,12 @@ export declare class RecommendationItemEntity extends BaseEntity<RecommendationI
33946
36127
  */
33947
36128
  get __mj_UpdatedAt(): Date;
33948
36129
  /**
36130
+ * * Field Name: Recommendation
36131
+ * * Display Name: Recommendation
36132
+ * * SQL Data Type: nvarchar(MAX)
36133
+ */
36134
+ get Recommendation(): string;
36135
+ /**
33949
36136
  * * Field Name: DestinationEntity
33950
36137
  * * Display Name: Destination Entity
33951
36138
  * * SQL Data Type: nvarchar(255)
@@ -34197,6 +36384,12 @@ export declare class RecommendationEntity extends BaseEntity<RecommendationEntit
34197
36384
  */
34198
36385
  get __mj_UpdatedAt(): Date;
34199
36386
  /**
36387
+ * * Field Name: RecommendationRun
36388
+ * * Display Name: Recommendation Run
36389
+ * * SQL Data Type: nvarchar(255)
36390
+ */
36391
+ get RecommendationRun(): string;
36392
+ /**
34200
36393
  * * Field Name: SourceEntity
34201
36394
  * * Display Name: Source Entity
34202
36395
  * * SQL Data Type: nvarchar(255)
@@ -34481,6 +36674,12 @@ export declare class RecordChangeEntity extends BaseEntity<RecordChangeEntityTyp
34481
36674
  */
34482
36675
  get User(): string;
34483
36676
  /**
36677
+ * * Field Name: ReplayRun
36678
+ * * Display Name: Replay Run
36679
+ * * SQL Data Type: nvarchar(100)
36680
+ */
36681
+ get ReplayRun(): string | null;
36682
+ /**
34484
36683
  * * Field Name: Integration
34485
36684
  * * Display Name: Integration
34486
36685
  * * SQL Data Type: nvarchar(100)
@@ -34570,6 +36769,12 @@ export declare class RecordMergeDeletionLogEntity extends BaseEntity<RecordMerge
34570
36769
  * * Default Value: getutcdate()
34571
36770
  */
34572
36771
  get __mj_UpdatedAt(): Date;
36772
+ /**
36773
+ * * Field Name: RecordMergeLog
36774
+ * * Display Name: Record Merge Log
36775
+ * * SQL Data Type: nvarchar(450)
36776
+ */
36777
+ get RecordMergeLog(): string;
34573
36778
  }
34574
36779
  /**
34575
36780
  * Record Merge Logs - strongly typed entity sub-class
@@ -35122,6 +37327,12 @@ export declare class ReportEntity extends BaseEntity<ReportEntityType> {
35122
37327
  */
35123
37328
  get Conversation(): string | null;
35124
37329
  /**
37330
+ * * Field Name: ConversationDetail
37331
+ * * Display Name: Conversation Detail
37332
+ * * SQL Data Type: nvarchar(MAX)
37333
+ */
37334
+ get ConversationDetail(): string | null;
37335
+ /**
35125
37336
  * * Field Name: DataContext
35126
37337
  * * Display Name: Data Context
35127
37338
  * * SQL Data Type: nvarchar(255)
@@ -36751,6 +38962,12 @@ export declare class TemplateParamEntity extends BaseEntity<TemplateParamEntityT
36751
38962
  * * SQL Data Type: nvarchar(255)
36752
38963
  */
36753
38964
  get Entity(): string | null;
38965
+ /**
38966
+ * * Field Name: TemplateContent
38967
+ * * Display Name: Template Content
38968
+ * * SQL Data Type: nvarchar(255)
38969
+ */
38970
+ get TemplateContent(): string | null;
36754
38971
  }
36755
38972
  /**
36756
38973
  * Templates - strongly typed entity sub-class