@memberjunction/core-entities 2.119.0 → 2.120.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,8 +614,6 @@ 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>;
619
617
  Company: z.ZodNullable<z.ZodString>;
620
618
  EmbeddingModel: z.ZodNullable<z.ZodString>;
621
619
  }, "strip", z.ZodTypeAny, {
@@ -640,8 +638,6 @@ export declare const AIAgentNoteSchema: z.ZodObject<{
640
638
  EmbeddingModelID?: string;
641
639
  AgentNoteType?: string;
642
640
  SourceConversation?: string;
643
- SourceConversationDetail?: string;
644
- SourceAIAgentRun?: string;
645
641
  Company?: string;
646
642
  EmbeddingModel?: string;
647
643
  }, {
@@ -666,8 +662,6 @@ export declare const AIAgentNoteSchema: z.ZodObject<{
666
662
  EmbeddingModelID?: string;
667
663
  AgentNoteType?: string;
668
664
  SourceConversation?: string;
669
- SourceConversationDetail?: string;
670
- SourceAIAgentRun?: string;
671
665
  Company?: string;
672
666
  EmbeddingModel?: string;
673
667
  }>;
@@ -1285,7 +1279,6 @@ export declare const AIResultCacheSchema: z.ZodObject<{
1285
1279
  Vendor: z.ZodNullable<z.ZodString>;
1286
1280
  Agent: z.ZodNullable<z.ZodString>;
1287
1281
  Configuration: z.ZodNullable<z.ZodString>;
1288
- PromptRun: z.ZodNullable<z.ZodString>;
1289
1282
  }, "strip", z.ZodTypeAny, {
1290
1283
  ID?: string;
1291
1284
  __mj_CreatedAt?: Date;
@@ -1307,7 +1300,6 @@ export declare const AIResultCacheSchema: z.ZodObject<{
1307
1300
  PromptRunID?: string;
1308
1301
  AIPrompt?: string;
1309
1302
  Configuration?: string;
1310
- PromptRun?: string;
1311
1303
  }, {
1312
1304
  ID?: string;
1313
1305
  __mj_CreatedAt?: Date;
@@ -1329,7 +1321,6 @@ export declare const AIResultCacheSchema: z.ZodObject<{
1329
1321
  PromptRunID?: string;
1330
1322
  AIPrompt?: string;
1331
1323
  Configuration?: string;
1332
- PromptRun?: string;
1333
1324
  }>;
1334
1325
  export type AIResultCacheEntityType = z.infer<typeof AIResultCacheSchema>;
1335
1326
  /**
@@ -1653,7 +1644,6 @@ export declare const CommunicationLogSchema: z.ZodObject<{
1653
1644
  __mj_UpdatedAt: z.ZodDate;
1654
1645
  CommunicationProvider: z.ZodString;
1655
1646
  CommunicationProviderMessageType: z.ZodString;
1656
- CommunicationRun: z.ZodNullable<z.ZodString>;
1657
1647
  }, "strip", z.ZodTypeAny, {
1658
1648
  ID?: string;
1659
1649
  __mj_CreatedAt?: Date;
@@ -1668,7 +1658,6 @@ export declare const CommunicationLogSchema: z.ZodObject<{
1668
1658
  ErrorMessage?: string;
1669
1659
  CommunicationProvider?: string;
1670
1660
  CommunicationProviderMessageType?: string;
1671
- CommunicationRun?: string;
1672
1661
  }, {
1673
1662
  ID?: string;
1674
1663
  __mj_CreatedAt?: Date;
@@ -1683,7 +1672,6 @@ export declare const CommunicationLogSchema: z.ZodObject<{
1683
1672
  ErrorMessage?: string;
1684
1673
  CommunicationProvider?: string;
1685
1674
  CommunicationProviderMessageType?: string;
1686
- CommunicationRun?: string;
1687
1675
  }>;
1688
1676
  export type CommunicationLogEntityType = z.infer<typeof CommunicationLogSchema>;
1689
1677
  /**
@@ -1889,7 +1877,6 @@ export declare const CompanyIntegrationRunAPILogSchema: z.ZodObject<{
1889
1877
  Parameters: z.ZodNullable<z.ZodString>;
1890
1878
  __mj_CreatedAt: z.ZodDate;
1891
1879
  __mj_UpdatedAt: z.ZodDate;
1892
- CompanyIntegrationRun: z.ZodString;
1893
1880
  }, "strip", z.ZodTypeAny, {
1894
1881
  ID?: string;
1895
1882
  __mj_CreatedAt?: Date;
@@ -1900,7 +1887,6 @@ export declare const CompanyIntegrationRunAPILogSchema: z.ZodObject<{
1900
1887
  RequestMethod?: "DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT";
1901
1888
  URL?: string;
1902
1889
  Parameters?: string;
1903
- CompanyIntegrationRun?: string;
1904
1890
  }, {
1905
1891
  ID?: string;
1906
1892
  __mj_CreatedAt?: Date;
@@ -1911,7 +1897,6 @@ export declare const CompanyIntegrationRunAPILogSchema: z.ZodObject<{
1911
1897
  RequestMethod?: "DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT";
1912
1898
  URL?: string;
1913
1899
  Parameters?: string;
1914
- CompanyIntegrationRun?: string;
1915
1900
  }>;
1916
1901
  export type CompanyIntegrationRunAPILogEntityType = z.infer<typeof CompanyIntegrationRunAPILogSchema>;
1917
1902
  /**
@@ -2911,8 +2896,6 @@ export declare const DuplicateRunDetailMatchSchema: z.ZodObject<{
2911
2896
  MergedAt: z.ZodDate;
2912
2897
  __mj_CreatedAt: z.ZodDate;
2913
2898
  __mj_UpdatedAt: z.ZodDate;
2914
- DuplicateRunDetail: z.ZodString;
2915
- RecordMergeLog: z.ZodNullable<z.ZodString>;
2916
2899
  }, "strip", z.ZodTypeAny, {
2917
2900
  ID?: string;
2918
2901
  __mj_CreatedAt?: Date;
@@ -2927,8 +2910,6 @@ export declare const DuplicateRunDetailMatchSchema: z.ZodObject<{
2927
2910
  RecordMergeLogID?: string;
2928
2911
  MergeStatus?: "Pending" | "Complete" | "Error";
2929
2912
  MergedAt?: Date;
2930
- DuplicateRunDetail?: string;
2931
- RecordMergeLog?: string;
2932
2913
  }, {
2933
2914
  ID?: string;
2934
2915
  __mj_CreatedAt?: Date;
@@ -2943,8 +2924,6 @@ export declare const DuplicateRunDetailMatchSchema: z.ZodObject<{
2943
2924
  RecordMergeLogID?: string;
2944
2925
  MergeStatus?: "Pending" | "Complete" | "Error";
2945
2926
  MergedAt?: Date;
2946
- DuplicateRunDetail?: string;
2947
- RecordMergeLog?: string;
2948
2927
  }>;
2949
2928
  export type DuplicateRunDetailMatchEntityType = z.infer<typeof DuplicateRunDetailMatchSchema>;
2950
2929
  /**
@@ -2961,7 +2940,6 @@ export declare const DuplicateRunDetailSchema: z.ZodObject<{
2961
2940
  MergeErrorMessage: z.ZodNullable<z.ZodString>;
2962
2941
  __mj_CreatedAt: z.ZodDate;
2963
2942
  __mj_UpdatedAt: z.ZodDate;
2964
- DuplicateRun: z.ZodString;
2965
2943
  }, "strip", z.ZodTypeAny, {
2966
2944
  ID?: string;
2967
2945
  __mj_CreatedAt?: Date;
@@ -2973,7 +2951,6 @@ export declare const DuplicateRunDetailSchema: z.ZodObject<{
2973
2951
  SkippedReason?: string;
2974
2952
  MatchErrorMessage?: string;
2975
2953
  MergeErrorMessage?: string;
2976
- DuplicateRun?: string;
2977
2954
  }, {
2978
2955
  ID?: string;
2979
2956
  __mj_CreatedAt?: Date;
@@ -2985,7 +2962,6 @@ export declare const DuplicateRunDetailSchema: z.ZodObject<{
2985
2962
  SkippedReason?: string;
2986
2963
  MatchErrorMessage?: string;
2987
2964
  MergeErrorMessage?: string;
2988
- DuplicateRun?: string;
2989
2965
  }>;
2990
2966
  export type DuplicateRunDetailEntityType = z.infer<typeof DuplicateRunDetailSchema>;
2991
2967
  /**
@@ -3058,7 +3034,6 @@ export declare const EmployeeCompanyIntegrationSchema: z.ZodObject<{
3058
3034
  IsActive: z.ZodBoolean;
3059
3035
  __mj_CreatedAt: z.ZodDate;
3060
3036
  __mj_UpdatedAt: z.ZodDate;
3061
- Employee: z.ZodNullable<z.ZodString>;
3062
3037
  CompanyIntegration: z.ZodString;
3063
3038
  }, "strip", z.ZodTypeAny, {
3064
3039
  ID?: string;
@@ -3069,7 +3044,6 @@ export declare const EmployeeCompanyIntegrationSchema: z.ZodObject<{
3069
3044
  ExternalSystemRecordID?: string;
3070
3045
  CompanyIntegration?: string;
3071
3046
  EmployeeID?: string;
3072
- Employee?: string;
3073
3047
  }, {
3074
3048
  ID?: string;
3075
3049
  __mj_CreatedAt?: Date;
@@ -3079,7 +3053,6 @@ export declare const EmployeeCompanyIntegrationSchema: z.ZodObject<{
3079
3053
  ExternalSystemRecordID?: string;
3080
3054
  CompanyIntegration?: string;
3081
3055
  EmployeeID?: string;
3082
- Employee?: string;
3083
3056
  }>;
3084
3057
  export type EmployeeCompanyIntegrationEntityType = z.infer<typeof EmployeeCompanyIntegrationSchema>;
3085
3058
  /**
@@ -3091,7 +3064,6 @@ export declare const EmployeeRoleSchema: z.ZodObject<{
3091
3064
  RoleID: z.ZodString;
3092
3065
  __mj_CreatedAt: z.ZodDate;
3093
3066
  __mj_UpdatedAt: z.ZodDate;
3094
- Employee: z.ZodNullable<z.ZodString>;
3095
3067
  Role: z.ZodString;
3096
3068
  }, "strip", z.ZodTypeAny, {
3097
3069
  ID?: string;
@@ -3100,7 +3072,6 @@ export declare const EmployeeRoleSchema: z.ZodObject<{
3100
3072
  RoleID?: string;
3101
3073
  Role?: string;
3102
3074
  EmployeeID?: string;
3103
- Employee?: string;
3104
3075
  }, {
3105
3076
  ID?: string;
3106
3077
  __mj_CreatedAt?: Date;
@@ -3108,7 +3079,6 @@ export declare const EmployeeRoleSchema: z.ZodObject<{
3108
3079
  RoleID?: string;
3109
3080
  Role?: string;
3110
3081
  EmployeeID?: string;
3111
- Employee?: string;
3112
3082
  }>;
3113
3083
  export type EmployeeRoleEntityType = z.infer<typeof EmployeeRoleSchema>;
3114
3084
  /**
@@ -3120,14 +3090,12 @@ export declare const EmployeeSkillSchema: z.ZodObject<{
3120
3090
  SkillID: z.ZodString;
3121
3091
  __mj_CreatedAt: z.ZodDate;
3122
3092
  __mj_UpdatedAt: z.ZodDate;
3123
- Employee: z.ZodNullable<z.ZodString>;
3124
3093
  Skill: z.ZodString;
3125
3094
  }, "strip", z.ZodTypeAny, {
3126
3095
  ID?: string;
3127
3096
  __mj_CreatedAt?: Date;
3128
3097
  __mj_UpdatedAt?: Date;
3129
3098
  EmployeeID?: string;
3130
- Employee?: string;
3131
3099
  SkillID?: string;
3132
3100
  Skill?: string;
3133
3101
  }, {
@@ -3135,7 +3103,6 @@ export declare const EmployeeSkillSchema: z.ZodObject<{
3135
3103
  __mj_CreatedAt?: Date;
3136
3104
  __mj_UpdatedAt?: Date;
3137
3105
  EmployeeID?: string;
3138
- Employee?: string;
3139
3106
  SkillID?: string;
3140
3107
  Skill?: string;
3141
3108
  }>;
@@ -3407,8 +3374,6 @@ export declare const EntityActionFilterSchema: z.ZodObject<{
3407
3374
  Status: z.ZodUnion<[z.ZodLiteral<"Active">, z.ZodLiteral<"Disabled">, z.ZodLiteral<"Pending">]>;
3408
3375
  __mj_CreatedAt: z.ZodDate;
3409
3376
  __mj_UpdatedAt: z.ZodDate;
3410
- EntityAction: z.ZodString;
3411
- ActionFilter: z.ZodString;
3412
3377
  }, "strip", z.ZodTypeAny, {
3413
3378
  ID?: string;
3414
3379
  __mj_CreatedAt?: Date;
@@ -3417,8 +3382,6 @@ export declare const EntityActionFilterSchema: z.ZodObject<{
3417
3382
  Sequence?: number;
3418
3383
  EntityActionID?: string;
3419
3384
  ActionFilterID?: string;
3420
- EntityAction?: string;
3421
- ActionFilter?: string;
3422
3385
  }, {
3423
3386
  ID?: string;
3424
3387
  __mj_CreatedAt?: Date;
@@ -3427,8 +3390,6 @@ export declare const EntityActionFilterSchema: z.ZodObject<{
3427
3390
  Sequence?: number;
3428
3391
  EntityActionID?: string;
3429
3392
  ActionFilterID?: string;
3430
- EntityAction?: string;
3431
- ActionFilter?: string;
3432
3393
  }>;
3433
3394
  export type EntityActionFilterEntityType = z.infer<typeof EntityActionFilterSchema>;
3434
3395
  /**
@@ -3467,7 +3428,6 @@ export declare const EntityActionInvocationSchema: z.ZodObject<{
3467
3428
  Status: z.ZodUnion<[z.ZodLiteral<"Active">, z.ZodLiteral<"Disabled">, z.ZodLiteral<"Pending">]>;
3468
3429
  __mj_CreatedAt: z.ZodDate;
3469
3430
  __mj_UpdatedAt: z.ZodDate;
3470
- EntityAction: z.ZodString;
3471
3431
  InvocationType: z.ZodString;
3472
3432
  }, "strip", z.ZodTypeAny, {
3473
3433
  ID?: string;
@@ -3475,7 +3435,6 @@ export declare const EntityActionInvocationSchema: z.ZodObject<{
3475
3435
  __mj_UpdatedAt?: Date;
3476
3436
  Status?: "Active" | "Disabled" | "Pending";
3477
3437
  EntityActionID?: string;
3478
- EntityAction?: string;
3479
3438
  InvocationTypeID?: string;
3480
3439
  InvocationType?: string;
3481
3440
  }, {
@@ -3484,7 +3443,6 @@ export declare const EntityActionInvocationSchema: z.ZodObject<{
3484
3443
  __mj_UpdatedAt?: Date;
3485
3444
  Status?: "Active" | "Disabled" | "Pending";
3486
3445
  EntityActionID?: string;
3487
- EntityAction?: string;
3488
3446
  InvocationTypeID?: string;
3489
3447
  InvocationType?: string;
3490
3448
  }>;
@@ -3501,7 +3459,6 @@ export declare const EntityActionParamSchema: z.ZodObject<{
3501
3459
  Comments: z.ZodNullable<z.ZodString>;
3502
3460
  __mj_CreatedAt: z.ZodDate;
3503
3461
  __mj_UpdatedAt: z.ZodDate;
3504
- EntityAction: z.ZodString;
3505
3462
  ActionParam: z.ZodString;
3506
3463
  }, "strip", z.ZodTypeAny, {
3507
3464
  ID?: string;
@@ -3511,7 +3468,6 @@ export declare const EntityActionParamSchema: z.ZodObject<{
3511
3468
  ValueType?: "Entity Field" | "Entity Object" | "Script" | "Static";
3512
3469
  Value?: string;
3513
3470
  EntityActionID?: string;
3514
- EntityAction?: string;
3515
3471
  ActionParamID?: string;
3516
3472
  ActionParam?: string;
3517
3473
  }, {
@@ -3522,7 +3478,6 @@ export declare const EntityActionParamSchema: z.ZodObject<{
3522
3478
  ValueType?: "Entity Field" | "Entity Object" | "Script" | "Static";
3523
3479
  Value?: string;
3524
3480
  EntityActionID?: string;
3525
- EntityAction?: string;
3526
3481
  ActionParamID?: string;
3527
3482
  ActionParam?: string;
3528
3483
  }>;
@@ -3634,7 +3589,6 @@ export declare const EntityCommunicationFieldSchema: z.ZodObject<{
3634
3589
  Priority: z.ZodNumber;
3635
3590
  __mj_CreatedAt: z.ZodDate;
3636
3591
  __mj_UpdatedAt: z.ZodDate;
3637
- EntityCommunicationMessageType: z.ZodString;
3638
3592
  }, "strip", z.ZodTypeAny, {
3639
3593
  ID?: string;
3640
3594
  __mj_CreatedAt?: Date;
@@ -3642,7 +3596,6 @@ export declare const EntityCommunicationFieldSchema: z.ZodObject<{
3642
3596
  Priority?: number;
3643
3597
  EntityCommunicationMessageTypeID?: string;
3644
3598
  FieldName?: string;
3645
- EntityCommunicationMessageType?: string;
3646
3599
  }, {
3647
3600
  ID?: string;
3648
3601
  __mj_CreatedAt?: Date;
@@ -3650,7 +3603,6 @@ export declare const EntityCommunicationFieldSchema: z.ZodObject<{
3650
3603
  Priority?: number;
3651
3604
  EntityCommunicationMessageTypeID?: string;
3652
3605
  FieldName?: string;
3653
- EntityCommunicationMessageType?: string;
3654
3606
  }>;
3655
3607
  export type EntityCommunicationFieldEntityType = z.infer<typeof EntityCommunicationFieldSchema>;
3656
3608
  /**
@@ -4364,8 +4316,6 @@ export declare const ErrorLogSchema: z.ZodObject<{
4364
4316
  Details: z.ZodNullable<z.ZodString>;
4365
4317
  __mj_CreatedAt: z.ZodDate;
4366
4318
  __mj_UpdatedAt: z.ZodDate;
4367
- CompanyIntegrationRun: z.ZodNullable<z.ZodString>;
4368
- CompanyIntegrationRunDetail: z.ZodNullable<z.ZodString>;
4369
4319
  }, "strip", z.ZodTypeAny, {
4370
4320
  ID?: string;
4371
4321
  __mj_CreatedAt?: Date;
@@ -4376,10 +4326,8 @@ export declare const ErrorLogSchema: z.ZodObject<{
4376
4326
  Category?: string;
4377
4327
  Details?: string;
4378
4328
  CompanyIntegrationRunID?: string;
4379
- CompanyIntegrationRun?: string;
4380
4329
  CompanyIntegrationRunDetailID?: string;
4381
4330
  CreatedBy?: string;
4382
- CompanyIntegrationRunDetail?: string;
4383
4331
  }, {
4384
4332
  ID?: string;
4385
4333
  __mj_CreatedAt?: Date;
@@ -4390,10 +4338,8 @@ export declare const ErrorLogSchema: z.ZodObject<{
4390
4338
  Category?: string;
4391
4339
  Details?: string;
4392
4340
  CompanyIntegrationRunID?: string;
4393
- CompanyIntegrationRun?: string;
4394
4341
  CompanyIntegrationRunDetailID?: string;
4395
4342
  CreatedBy?: string;
4396
- CompanyIntegrationRunDetail?: string;
4397
4343
  }>;
4398
4344
  export type ErrorLogEntityType = z.infer<typeof ErrorLogSchema>;
4399
4345
  /**
@@ -5175,8 +5121,6 @@ export declare const AIAgentExampleSchema: z.ZodObject<{
5175
5121
  User: z.ZodNullable<z.ZodString>;
5176
5122
  Company: z.ZodNullable<z.ZodString>;
5177
5123
  SourceConversation: z.ZodNullable<z.ZodString>;
5178
- SourceConversationDetail: z.ZodNullable<z.ZodString>;
5179
- SourceAIAgentRun: z.ZodNullable<z.ZodString>;
5180
5124
  EmbeddingModel: z.ZodNullable<z.ZodString>;
5181
5125
  }, "strip", z.ZodTypeAny, {
5182
5126
  ID?: string;
@@ -5197,8 +5141,6 @@ export declare const AIAgentExampleSchema: z.ZodObject<{
5197
5141
  EmbeddingVector?: string;
5198
5142
  EmbeddingModelID?: string;
5199
5143
  SourceConversation?: string;
5200
- SourceConversationDetail?: string;
5201
- SourceAIAgentRun?: string;
5202
5144
  Company?: string;
5203
5145
  EmbeddingModel?: string;
5204
5146
  ExampleInput?: string;
@@ -5223,8 +5165,6 @@ export declare const AIAgentExampleSchema: z.ZodObject<{
5223
5165
  EmbeddingVector?: string;
5224
5166
  EmbeddingModelID?: string;
5225
5167
  SourceConversation?: string;
5226
- SourceConversationDetail?: string;
5227
- SourceAIAgentRun?: string;
5228
5168
  Company?: string;
5229
5169
  EmbeddingModel?: string;
5230
5170
  ExampleInput?: string;
@@ -5405,8 +5345,6 @@ export declare const AIAgentRunStepSchema: z.ZodObject<{
5405
5345
  FinalPayloadValidationMessages: z.ZodNullable<z.ZodString>;
5406
5346
  ParentID: z.ZodNullable<z.ZodString>;
5407
5347
  Comments: z.ZodNullable<z.ZodString>;
5408
- AgentRun: z.ZodNullable<z.ZodString>;
5409
- Parent: z.ZodNullable<z.ZodString>;
5410
5348
  RootParentID: z.ZodNullable<z.ZodString>;
5411
5349
  }, "strip", z.ZodTypeAny, {
5412
5350
  ID?: string;
@@ -5415,7 +5353,6 @@ export declare const AIAgentRunStepSchema: z.ZodObject<{
5415
5353
  __mj_UpdatedAt?: Date;
5416
5354
  ParentID?: string;
5417
5355
  Status?: "Failed" | "Cancelled" | "Completed" | "Running";
5418
- Parent?: string;
5419
5356
  RootParentID?: string;
5420
5357
  StartedAt?: Date;
5421
5358
  Success?: boolean;
@@ -5433,7 +5370,6 @@ export declare const AIAgentRunStepSchema: z.ZodObject<{
5433
5370
  PayloadAtEnd?: string;
5434
5371
  FinalPayloadValidationResult?: "Fail" | "Retry" | "Warn" | "Pass";
5435
5372
  FinalPayloadValidationMessages?: string;
5436
- AgentRun?: string;
5437
5373
  }, {
5438
5374
  ID?: string;
5439
5375
  Comments?: string;
@@ -5441,7 +5377,6 @@ export declare const AIAgentRunStepSchema: z.ZodObject<{
5441
5377
  __mj_UpdatedAt?: Date;
5442
5378
  ParentID?: string;
5443
5379
  Status?: "Failed" | "Cancelled" | "Completed" | "Running";
5444
- Parent?: string;
5445
5380
  RootParentID?: string;
5446
5381
  StartedAt?: Date;
5447
5382
  Success?: boolean;
@@ -5459,7 +5394,6 @@ export declare const AIAgentRunStepSchema: z.ZodObject<{
5459
5394
  PayloadAtEnd?: string;
5460
5395
  FinalPayloadValidationResult?: "Fail" | "Retry" | "Warn" | "Pass";
5461
5396
  FinalPayloadValidationMessages?: string;
5462
- AgentRun?: string;
5463
5397
  }>;
5464
5398
  export type AIAgentRunStepEntityType = z.infer<typeof AIAgentRunStepSchema>;
5465
5399
  /**
@@ -6266,7 +6200,6 @@ export declare const AIPromptRunSchema: z.ZodObject<{
6266
6200
  AgentRunID?: string;
6267
6201
  Cancelled?: boolean;
6268
6202
  CompletedAt?: Date;
6269
- AgentRun?: string;
6270
6203
  Result?: string;
6271
6204
  TotalCost?: number;
6272
6205
  CancellationReason?: string;
@@ -6317,6 +6250,7 @@ export declare const AIPromptRunSchema: z.ZodObject<{
6317
6250
  QueueTime?: number;
6318
6251
  PromptTime?: number;
6319
6252
  ModelSpecificResponseDetails?: string;
6253
+ AgentRun?: string;
6320
6254
  OriginalModel?: string;
6321
6255
  RerunFromPromptRun?: string;
6322
6256
  Judge?: string;
@@ -6364,7 +6298,6 @@ export declare const AIPromptRunSchema: z.ZodObject<{
6364
6298
  AgentRunID?: string;
6365
6299
  Cancelled?: boolean;
6366
6300
  CompletedAt?: Date;
6367
- AgentRun?: string;
6368
6301
  Result?: string;
6369
6302
  TotalCost?: number;
6370
6303
  CancellationReason?: string;
@@ -6415,6 +6348,7 @@ export declare const AIPromptRunSchema: z.ZodObject<{
6415
6348
  QueueTime?: number;
6416
6349
  PromptTime?: number;
6417
6350
  ModelSpecificResponseDetails?: string;
6351
+ AgentRun?: string;
6418
6352
  OriginalModel?: string;
6419
6353
  RerunFromPromptRun?: string;
6420
6354
  Judge?: string;
@@ -7258,7 +7192,6 @@ export declare const ConversationDetailArtifactSchema: z.ZodObject<{
7258
7192
  Direction: z.ZodUnion<[z.ZodLiteral<"Input">, z.ZodLiteral<"Output">]>;
7259
7193
  __mj_CreatedAt: z.ZodDate;
7260
7194
  __mj_UpdatedAt: z.ZodDate;
7261
- ConversationDetail: z.ZodString;
7262
7195
  ArtifactVersion: z.ZodNullable<z.ZodString>;
7263
7196
  }, "strip", z.ZodTypeAny, {
7264
7197
  ID?: string;
@@ -7268,7 +7201,6 @@ export declare const ConversationDetailArtifactSchema: z.ZodObject<{
7268
7201
  ArtifactVersionID?: string;
7269
7202
  ArtifactVersion?: string;
7270
7203
  ConversationDetailID?: string;
7271
- ConversationDetail?: string;
7272
7204
  }, {
7273
7205
  ID?: string;
7274
7206
  __mj_CreatedAt?: Date;
@@ -7277,7 +7209,6 @@ export declare const ConversationDetailArtifactSchema: z.ZodObject<{
7277
7209
  ArtifactVersionID?: string;
7278
7210
  ArtifactVersion?: string;
7279
7211
  ConversationDetailID?: string;
7280
- ConversationDetail?: string;
7281
7212
  }>;
7282
7213
  export type ConversationDetailArtifactEntityType = z.infer<typeof ConversationDetailArtifactSchema>;
7283
7214
  /**
@@ -7291,7 +7222,6 @@ export declare const ConversationDetailRatingSchema: z.ZodObject<{
7291
7222
  Comments: z.ZodNullable<z.ZodString>;
7292
7223
  __mj_CreatedAt: z.ZodDate;
7293
7224
  __mj_UpdatedAt: z.ZodDate;
7294
- ConversationDetail: z.ZodString;
7295
7225
  User: z.ZodString;
7296
7226
  }, "strip", z.ZodTypeAny, {
7297
7227
  ID?: string;
@@ -7301,7 +7231,6 @@ export declare const ConversationDetailRatingSchema: z.ZodObject<{
7301
7231
  UserID?: string;
7302
7232
  User?: string;
7303
7233
  ConversationDetailID?: string;
7304
- ConversationDetail?: string;
7305
7234
  Rating?: number;
7306
7235
  }, {
7307
7236
  ID?: string;
@@ -7311,7 +7240,6 @@ export declare const ConversationDetailRatingSchema: z.ZodObject<{
7311
7240
  UserID?: string;
7312
7241
  User?: string;
7313
7242
  ConversationDetailID?: string;
7314
- ConversationDetail?: string;
7315
7243
  Rating?: number;
7316
7244
  }>;
7317
7245
  export type ConversationDetailRatingEntityType = z.infer<typeof ConversationDetailRatingSchema>;
@@ -7941,7 +7869,6 @@ export declare const TaskSchema: z.ZodObject<{
7941
7869
  Type: z.ZodString;
7942
7870
  Environment: z.ZodString;
7943
7871
  Project: z.ZodNullable<z.ZodString>;
7944
- ConversationDetail: z.ZodNullable<z.ZodString>;
7945
7872
  User: z.ZodNullable<z.ZodString>;
7946
7873
  Agent: z.ZodNullable<z.ZodString>;
7947
7874
  RootParentID: z.ZodNullable<z.ZodString>;
@@ -7968,7 +7895,6 @@ export declare const TaskSchema: z.ZodObject<{
7968
7895
  Project?: string;
7969
7896
  CompletedAt?: Date;
7970
7897
  ConversationDetailID?: string;
7971
- ConversationDetail?: string;
7972
7898
  PercentComplete?: number;
7973
7899
  DueAt?: Date;
7974
7900
  }, {
@@ -7994,7 +7920,6 @@ export declare const TaskSchema: z.ZodObject<{
7994
7920
  Project?: string;
7995
7921
  CompletedAt?: Date;
7996
7922
  ConversationDetailID?: string;
7997
- ConversationDetail?: string;
7998
7923
  PercentComplete?: number;
7999
7924
  DueAt?: Date;
8000
7925
  }>;
@@ -8894,7 +8819,6 @@ export declare const RecommendationItemSchema: z.ZodObject<{
8894
8819
  MatchProbability: z.ZodNullable<z.ZodNumber>;
8895
8820
  __mj_CreatedAt: z.ZodDate;
8896
8821
  __mj_UpdatedAt: z.ZodDate;
8897
- Recommendation: z.ZodString;
8898
8822
  DestinationEntity: z.ZodString;
8899
8823
  }, "strip", z.ZodTypeAny, {
8900
8824
  ID?: string;
@@ -8904,7 +8828,6 @@ export declare const RecommendationItemSchema: z.ZodObject<{
8904
8828
  RecommendationID?: string;
8905
8829
  DestinationEntityID?: string;
8906
8830
  DestinationEntityRecordID?: string;
8907
- Recommendation?: string;
8908
8831
  DestinationEntity?: string;
8909
8832
  }, {
8910
8833
  ID?: string;
@@ -8914,7 +8837,6 @@ export declare const RecommendationItemSchema: z.ZodObject<{
8914
8837
  RecommendationID?: string;
8915
8838
  DestinationEntityID?: string;
8916
8839
  DestinationEntityRecordID?: string;
8917
- Recommendation?: string;
8918
8840
  DestinationEntity?: string;
8919
8841
  }>;
8920
8842
  export type RecommendationItemEntityType = z.infer<typeof RecommendationItemSchema>;
@@ -8992,7 +8914,6 @@ export declare const RecommendationSchema: z.ZodObject<{
8992
8914
  SourceEntityRecordID: z.ZodString;
8993
8915
  __mj_CreatedAt: z.ZodDate;
8994
8916
  __mj_UpdatedAt: z.ZodDate;
8995
- RecommendationRun: z.ZodString;
8996
8917
  SourceEntity: z.ZodString;
8997
8918
  }, "strip", z.ZodTypeAny, {
8998
8919
  ID?: string;
@@ -9002,7 +8923,6 @@ export declare const RecommendationSchema: z.ZodObject<{
9002
8923
  SourceEntity?: string;
9003
8924
  RecommendationRunID?: string;
9004
8925
  SourceEntityRecordID?: string;
9005
- RecommendationRun?: string;
9006
8926
  }, {
9007
8927
  ID?: string;
9008
8928
  __mj_CreatedAt?: Date;
@@ -9011,7 +8931,6 @@ export declare const RecommendationSchema: z.ZodObject<{
9011
8931
  SourceEntity?: string;
9012
8932
  RecommendationRunID?: string;
9013
8933
  SourceEntityRecordID?: string;
9014
- RecommendationRun?: string;
9015
8934
  }>;
9016
8935
  export type RecommendationEntityType = z.infer<typeof RecommendationSchema>;
9017
8936
  /**
@@ -9069,7 +8988,6 @@ export declare const RecordChangeSchema: z.ZodObject<{
9069
8988
  UpdatedAt: z.ZodDate;
9070
8989
  Entity: z.ZodString;
9071
8990
  User: z.ZodString;
9072
- ReplayRun: z.ZodNullable<z.ZodString>;
9073
8991
  Integration: z.ZodNullable<z.ZodString>;
9074
8992
  }, "strip", z.ZodTypeAny, {
9075
8993
  ID?: string;
@@ -9092,7 +9010,6 @@ export declare const RecordChangeSchema: z.ZodObject<{
9092
9010
  ReplayRunID?: string;
9093
9011
  CreatedAt?: Date;
9094
9012
  UpdatedAt?: Date;
9095
- ReplayRun?: string;
9096
9013
  }, {
9097
9014
  ID?: string;
9098
9015
  Comments?: string;
@@ -9114,7 +9031,6 @@ export declare const RecordChangeSchema: z.ZodObject<{
9114
9031
  ReplayRunID?: string;
9115
9032
  CreatedAt?: Date;
9116
9033
  UpdatedAt?: Date;
9117
- ReplayRun?: string;
9118
9034
  }>;
9119
9035
  export type RecordChangeEntityType = z.infer<typeof RecordChangeSchema>;
9120
9036
  /**
@@ -9128,14 +9044,12 @@ export declare const RecordMergeDeletionLogSchema: z.ZodObject<{
9128
9044
  ProcessingLog: z.ZodNullable<z.ZodString>;
9129
9045
  __mj_CreatedAt: z.ZodDate;
9130
9046
  __mj_UpdatedAt: z.ZodDate;
9131
- RecordMergeLog: z.ZodString;
9132
9047
  }, "strip", z.ZodTypeAny, {
9133
9048
  ID?: string;
9134
9049
  __mj_CreatedAt?: Date;
9135
9050
  __mj_UpdatedAt?: Date;
9136
9051
  Status?: "Pending" | "Complete" | "Error";
9137
9052
  RecordMergeLogID?: string;
9138
- RecordMergeLog?: string;
9139
9053
  DeletedRecordID?: string;
9140
9054
  ProcessingLog?: string;
9141
9055
  }, {
@@ -9144,7 +9058,6 @@ export declare const RecordMergeDeletionLogSchema: z.ZodObject<{
9144
9058
  __mj_UpdatedAt?: Date;
9145
9059
  Status?: "Pending" | "Complete" | "Error";
9146
9060
  RecordMergeLogID?: string;
9147
- RecordMergeLog?: string;
9148
9061
  DeletedRecordID?: string;
9149
9062
  ProcessingLog?: string;
9150
9063
  }>;
@@ -9302,7 +9215,6 @@ export declare const ReportSchema: z.ZodObject<{
9302
9215
  Category: z.ZodNullable<z.ZodString>;
9303
9216
  User: z.ZodString;
9304
9217
  Conversation: z.ZodNullable<z.ZodString>;
9305
- ConversationDetail: z.ZodNullable<z.ZodString>;
9306
9218
  DataContext: z.ZodNullable<z.ZodString>;
9307
9219
  OutputTriggerType: z.ZodNullable<z.ZodString>;
9308
9220
  OutputFormatType: z.ZodNullable<z.ZodString>;
@@ -9328,7 +9240,6 @@ export declare const ReportSchema: z.ZodObject<{
9328
9240
  Environment?: string;
9329
9241
  Thumbnail?: string;
9330
9242
  ConversationDetailID?: string;
9331
- ConversationDetail?: string;
9332
9243
  SharingScope?: "None" | "Specific" | "Everyone";
9333
9244
  OutputTriggerTypeID?: string;
9334
9245
  OutputFormatTypeID?: string;
@@ -9359,7 +9270,6 @@ export declare const ReportSchema: z.ZodObject<{
9359
9270
  Environment?: string;
9360
9271
  Thumbnail?: string;
9361
9272
  ConversationDetailID?: string;
9362
- ConversationDetail?: string;
9363
9273
  SharingScope?: "None" | "Specific" | "Everyone";
9364
9274
  OutputTriggerTypeID?: string;
9365
9275
  OutputFormatTypeID?: string;
@@ -9909,7 +9819,6 @@ export declare const TemplateParamSchema: z.ZodObject<{
9909
9819
  TemplateContentID: z.ZodNullable<z.ZodString>;
9910
9820
  Template: z.ZodString;
9911
9821
  Entity: z.ZodNullable<z.ZodString>;
9912
- TemplateContent: z.ZodNullable<z.ZodString>;
9913
9822
  }, "strip", z.ZodTypeAny, {
9914
9823
  ID?: string;
9915
9824
  __mj_CreatedAt?: Date;
@@ -9929,7 +9838,6 @@ export declare const TemplateParamSchema: z.ZodObject<{
9929
9838
  LinkedParameterName?: string;
9930
9839
  LinkedParameterField?: string;
9931
9840
  TemplateContentID?: string;
9932
- TemplateContent?: string;
9933
9841
  }, {
9934
9842
  ID?: string;
9935
9843
  __mj_CreatedAt?: Date;
@@ -9949,7 +9857,6 @@ export declare const TemplateParamSchema: z.ZodObject<{
9949
9857
  LinkedParameterName?: string;
9950
9858
  LinkedParameterField?: string;
9951
9859
  TemplateContentID?: string;
9952
- TemplateContent?: string;
9953
9860
  }>;
9954
9861
  export type TemplateParamEntityType = z.infer<typeof TemplateParamSchema>;
9955
9862
  /**
@@ -12700,18 +12607,6 @@ export declare class AIAgentNoteEntity extends BaseEntity<AIAgentNoteEntityType>
12700
12607
  */
12701
12608
  get SourceConversation(): string | null;
12702
12609
  /**
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
- /**
12715
12610
  * * Field Name: Company
12716
12611
  * * Display Name: Company
12717
12612
  * * SQL Data Type: nvarchar(50)
@@ -14810,12 +14705,6 @@ export declare class AIResultCacheEntity extends BaseEntity<AIResultCacheEntityT
14810
14705
  * * SQL Data Type: nvarchar(100)
14811
14706
  */
14812
14707
  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;
14819
14708
  }
14820
14709
  /**
14821
14710
  * Application Entities - strongly typed entity sub-class
@@ -15738,12 +15627,6 @@ export declare class CommunicationLogEntity extends BaseEntity<CommunicationLogE
15738
15627
  * * SQL Data Type: nvarchar(255)
15739
15628
  */
15740
15629
  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;
15747
15630
  }
15748
15631
  /**
15749
15632
  * Communication Provider Message Types - strongly typed entity sub-class
@@ -16381,12 +16264,6 @@ export declare class CompanyIntegrationRunAPILogEntity extends BaseEntity<Compan
16381
16264
  * * Default Value: getutcdate()
16382
16265
  */
16383
16266
  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;
16390
16267
  }
16391
16268
  /**
16392
16269
  * Company Integration Run Details - strongly typed entity sub-class
@@ -19144,18 +19021,6 @@ export declare class DuplicateRunDetailMatchEntity extends BaseEntity<DuplicateR
19144
19021
  * * Default Value: getutcdate()
19145
19022
  */
19146
19023
  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;
19159
19024
  }
19160
19025
  /**
19161
19026
  * Duplicate Run Details - strongly typed entity sub-class
@@ -19273,12 +19138,6 @@ export declare class DuplicateRunDetailEntity extends BaseEntity<DuplicateRunDet
19273
19138
  * * Default Value: getutcdate()
19274
19139
  */
19275
19140
  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;
19282
19141
  }
19283
19142
  /**
19284
19143
  * Duplicate Runs - strongly typed entity sub-class
@@ -19522,12 +19381,6 @@ export declare class EmployeeCompanyIntegrationEntity extends BaseEntity<Employe
19522
19381
  */
19523
19382
  get __mj_UpdatedAt(): Date;
19524
19383
  /**
19525
- * * Field Name: Employee
19526
- * * Display Name: Employee
19527
- * * SQL Data Type: nvarchar(81)
19528
- */
19529
- get Employee(): string | null;
19530
- /**
19531
19384
  * * Field Name: CompanyIntegration
19532
19385
  * * Display Name: Company Integration
19533
19386
  * * SQL Data Type: nvarchar(255)
@@ -19597,12 +19450,6 @@ export declare class EmployeeRoleEntity extends BaseEntity<EmployeeRoleEntityTyp
19597
19450
  */
19598
19451
  get __mj_UpdatedAt(): Date;
19599
19452
  /**
19600
- * * Field Name: Employee
19601
- * * Display Name: Employee
19602
- * * SQL Data Type: nvarchar(81)
19603
- */
19604
- get Employee(): string | null;
19605
- /**
19606
19453
  * * Field Name: Role
19607
19454
  * * Display Name: Role
19608
19455
  * * SQL Data Type: nvarchar(50)
@@ -19672,12 +19519,6 @@ export declare class EmployeeSkillEntity extends BaseEntity<EmployeeSkillEntityT
19672
19519
  */
19673
19520
  get __mj_UpdatedAt(): Date;
19674
19521
  /**
19675
- * * Field Name: Employee
19676
- * * Display Name: Employee
19677
- * * SQL Data Type: nvarchar(81)
19678
- */
19679
- get Employee(): string | null;
19680
- /**
19681
19522
  * * Field Name: Skill
19682
19523
  * * Display Name: Skill
19683
19524
  * * SQL Data Type: nvarchar(50)
@@ -20490,18 +20331,6 @@ export declare class EntityActionFilterEntity extends BaseEntity<EntityActionFil
20490
20331
  * * Default Value: getutcdate()
20491
20332
  */
20492
20333
  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;
20505
20334
  }
20506
20335
  /**
20507
20336
  * Entity Action Invocation Types - strongly typed entity sub-class
@@ -20652,12 +20481,6 @@ export declare class EntityActionInvocationEntity extends BaseEntity<EntityActio
20652
20481
  */
20653
20482
  get __mj_UpdatedAt(): Date;
20654
20483
  /**
20655
- * * Field Name: EntityAction
20656
- * * Display Name: Entity Action
20657
- * * SQL Data Type: nvarchar(425)
20658
- */
20659
- get EntityAction(): string;
20660
- /**
20661
20484
  * * Field Name: InvocationType
20662
20485
  * * Display Name: Invocation Type
20663
20486
  * * SQL Data Type: nvarchar(255)
@@ -20757,12 +20580,6 @@ export declare class EntityActionParamEntity extends BaseEntity<EntityActionPara
20757
20580
  */
20758
20581
  get __mj_UpdatedAt(): Date;
20759
20582
  /**
20760
- * * Field Name: EntityAction
20761
- * * Display Name: Entity Action
20762
- * * SQL Data Type: nvarchar(425)
20763
- */
20764
- get EntityAction(): string;
20765
- /**
20766
20583
  * * Field Name: ActionParam
20767
20584
  * * Display Name: Action Param
20768
20585
  * * SQL Data Type: nvarchar(255)
@@ -21105,12 +20922,6 @@ export declare class EntityCommunicationFieldEntity extends BaseEntity<EntityCom
21105
20922
  * * Default Value: getutcdate()
21106
20923
  */
21107
20924
  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;
21114
20925
  }
21115
20926
  /**
21116
20927
  * Entity Communication Message Types - strongly typed entity sub-class
@@ -23089,18 +22900,6 @@ export declare class ErrorLogEntity extends BaseEntity<ErrorLogEntityType> {
23089
22900
  * * Default Value: getutcdate()
23090
22901
  */
23091
22902
  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;
23104
22903
  }
23105
22904
  /**
23106
22905
  * Explorer Navigation Items - strongly typed entity sub-class
@@ -25417,18 +25216,6 @@ export declare class AIAgentExampleEntity extends BaseEntity<AIAgentExampleEntit
25417
25216
  */
25418
25217
  get SourceConversation(): string | null;
25419
25218
  /**
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
- /**
25432
25219
  * * Field Name: EmbeddingModel
25433
25220
  * * Display Name: Embedding Model
25434
25221
  * * SQL Data Type: nvarchar(50)
@@ -26151,18 +25938,6 @@ detailed information about what validation rules failed.
26151
25938
  get Comments(): string | null;
26152
25939
  set Comments(value: string | null);
26153
25940
  /**
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
- /**
26166
25941
  * * Field Name: RootParentID
26167
25942
  * * Display Name: Root Parent ID
26168
25943
  * * SQL Data Type: uniqueidentifier
@@ -31478,12 +31253,6 @@ export declare class ConversationDetailArtifactEntity extends BaseEntity<Convers
31478
31253
  */
31479
31254
  get __mj_UpdatedAt(): Date;
31480
31255
  /**
31481
- * * Field Name: ConversationDetail
31482
- * * Display Name: Conversation Detail
31483
- * * SQL Data Type: nvarchar(MAX)
31484
- */
31485
- get ConversationDetail(): string;
31486
- /**
31487
31256
  * * Field Name: ArtifactVersion
31488
31257
  * * Display Name: Artifact Version
31489
31258
  * * SQL Data Type: nvarchar(255)
@@ -31586,12 +31355,6 @@ export declare class ConversationDetailRatingEntity extends BaseEntity<Conversat
31586
31355
  */
31587
31356
  get __mj_UpdatedAt(): Date;
31588
31357
  /**
31589
- * * Field Name: ConversationDetail
31590
- * * Display Name: Conversation Detail
31591
- * * SQL Data Type: nvarchar(MAX)
31592
- */
31593
- get ConversationDetail(): string;
31594
- /**
31595
31358
  * * Field Name: User
31596
31359
  * * Display Name: User
31597
31360
  * * SQL Data Type: nvarchar(100)
@@ -33546,12 +33309,6 @@ export declare class TaskEntity extends BaseEntity<TaskEntityType> {
33546
33309
  */
33547
33310
  get Project(): string | null;
33548
33311
  /**
33549
- * * Field Name: ConversationDetail
33550
- * * Display Name: Conversation Detail
33551
- * * SQL Data Type: nvarchar(MAX)
33552
- */
33553
- get ConversationDetail(): string | null;
33554
- /**
33555
33312
  * * Field Name: User
33556
33313
  * * Display Name: User
33557
33314
  * * SQL Data Type: nvarchar(100)
@@ -36127,12 +35884,6 @@ export declare class RecommendationItemEntity extends BaseEntity<RecommendationI
36127
35884
  */
36128
35885
  get __mj_UpdatedAt(): Date;
36129
35886
  /**
36130
- * * Field Name: Recommendation
36131
- * * Display Name: Recommendation
36132
- * * SQL Data Type: nvarchar(MAX)
36133
- */
36134
- get Recommendation(): string;
36135
- /**
36136
35887
  * * Field Name: DestinationEntity
36137
35888
  * * Display Name: Destination Entity
36138
35889
  * * SQL Data Type: nvarchar(255)
@@ -36384,12 +36135,6 @@ export declare class RecommendationEntity extends BaseEntity<RecommendationEntit
36384
36135
  */
36385
36136
  get __mj_UpdatedAt(): Date;
36386
36137
  /**
36387
- * * Field Name: RecommendationRun
36388
- * * Display Name: Recommendation Run
36389
- * * SQL Data Type: nvarchar(255)
36390
- */
36391
- get RecommendationRun(): string;
36392
- /**
36393
36138
  * * Field Name: SourceEntity
36394
36139
  * * Display Name: Source Entity
36395
36140
  * * SQL Data Type: nvarchar(255)
@@ -36674,12 +36419,6 @@ export declare class RecordChangeEntity extends BaseEntity<RecordChangeEntityTyp
36674
36419
  */
36675
36420
  get User(): string;
36676
36421
  /**
36677
- * * Field Name: ReplayRun
36678
- * * Display Name: Replay Run
36679
- * * SQL Data Type: nvarchar(100)
36680
- */
36681
- get ReplayRun(): string | null;
36682
- /**
36683
36422
  * * Field Name: Integration
36684
36423
  * * Display Name: Integration
36685
36424
  * * SQL Data Type: nvarchar(100)
@@ -36769,12 +36508,6 @@ export declare class RecordMergeDeletionLogEntity extends BaseEntity<RecordMerge
36769
36508
  * * Default Value: getutcdate()
36770
36509
  */
36771
36510
  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;
36778
36511
  }
36779
36512
  /**
36780
36513
  * Record Merge Logs - strongly typed entity sub-class
@@ -37327,12 +37060,6 @@ export declare class ReportEntity extends BaseEntity<ReportEntityType> {
37327
37060
  */
37328
37061
  get Conversation(): string | null;
37329
37062
  /**
37330
- * * Field Name: ConversationDetail
37331
- * * Display Name: Conversation Detail
37332
- * * SQL Data Type: nvarchar(MAX)
37333
- */
37334
- get ConversationDetail(): string | null;
37335
- /**
37336
37063
  * * Field Name: DataContext
37337
37064
  * * Display Name: Data Context
37338
37065
  * * SQL Data Type: nvarchar(255)
@@ -38962,12 +38689,6 @@ export declare class TemplateParamEntity extends BaseEntity<TemplateParamEntityT
38962
38689
  * * SQL Data Type: nvarchar(255)
38963
38690
  */
38964
38691
  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;
38971
38692
  }
38972
38693
  /**
38973
38694
  * Templates - strongly typed entity sub-class