@memberjunction/core-entities 2.118.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.
@@ -1062,6 +1062,14 @@ exports.AIAgentNoteSchema = zod_1.z.object({
1062
1062
  * * Field Name: SourceConversation
1063
1063
  * * Display Name: Source Conversation
1064
1064
  * * SQL Data Type: nvarchar(255)`),
1065
+ SourceConversationDetail: zod_1.z.string().nullable().describe(`
1066
+ * * Field Name: SourceConversationDetail
1067
+ * * Display Name: Source Conversation Detail
1068
+ * * SQL Data Type: nvarchar(MAX)`),
1069
+ SourceAIAgentRun: zod_1.z.string().nullable().describe(`
1070
+ * * Field Name: SourceAIAgentRun
1071
+ * * Display Name: Source AI Agent Run
1072
+ * * SQL Data Type: nvarchar(255)`),
1065
1073
  Company: zod_1.z.string().nullable().describe(`
1066
1074
  * * Field Name: Company
1067
1075
  * * Display Name: Company
@@ -2276,6 +2284,10 @@ exports.AIResultCacheSchema = zod_1.z.object({
2276
2284
  * * Field Name: Configuration
2277
2285
  * * Display Name: Configuration
2278
2286
  * * SQL Data Type: nvarchar(100)`),
2287
+ PromptRun: zod_1.z.string().nullable().describe(`
2288
+ * * Field Name: PromptRun
2289
+ * * Display Name: Prompt Run
2290
+ * * SQL Data Type: nvarchar(255)`),
2279
2291
  });
2280
2292
  /**
2281
2293
  * zod schema definition for the entity Application Entities
@@ -2777,6 +2789,10 @@ exports.CommunicationLogSchema = zod_1.z.object({
2777
2789
  * * Field Name: CommunicationProviderMessageType
2778
2790
  * * Display Name: Communication Provider Message Type
2779
2791
  * * SQL Data Type: nvarchar(255)`),
2792
+ CommunicationRun: zod_1.z.string().nullable().describe(`
2793
+ * * Field Name: CommunicationRun
2794
+ * * Display Name: Communication Run
2795
+ * * SQL Data Type: nvarchar(100)`),
2780
2796
  });
2781
2797
  /**
2782
2798
  * zod schema definition for the entity Communication Provider Message Types
@@ -3119,6 +3135,10 @@ exports.CompanyIntegrationRunAPILogSchema = zod_1.z.object({
3119
3135
  * * Display Name: Updated At
3120
3136
  * * SQL Data Type: datetimeoffset
3121
3137
  * * Default Value: getutcdate()`),
3138
+ CompanyIntegrationRun: zod_1.z.string().describe(`
3139
+ * * Field Name: CompanyIntegrationRun
3140
+ * * Display Name: Company Integration Run
3141
+ * * SQL Data Type: nvarchar(100)`),
3122
3142
  });
3123
3143
  /**
3124
3144
  * zod schema definition for the entity Company Integration Run Details
@@ -4632,6 +4652,14 @@ exports.DuplicateRunDetailMatchSchema = zod_1.z.object({
4632
4652
  * * Display Name: Updated At
4633
4653
  * * SQL Data Type: datetimeoffset
4634
4654
  * * Default Value: getutcdate()`),
4655
+ DuplicateRunDetail: zod_1.z.string().describe(`
4656
+ * * Field Name: DuplicateRunDetail
4657
+ * * Display Name: Duplicate Run Detail
4658
+ * * SQL Data Type: nvarchar(500)`),
4659
+ RecordMergeLog: zod_1.z.string().nullable().describe(`
4660
+ * * Field Name: RecordMergeLog
4661
+ * * Display Name: Record Merge Log
4662
+ * * SQL Data Type: nvarchar(450)`),
4635
4663
  });
4636
4664
  /**
4637
4665
  * zod schema definition for the entity Duplicate Run Details
@@ -4701,6 +4729,10 @@ exports.DuplicateRunDetailSchema = zod_1.z.object({
4701
4729
  * * Display Name: Updated At
4702
4730
  * * SQL Data Type: datetimeoffset
4703
4731
  * * Default Value: getutcdate()`),
4732
+ DuplicateRun: zod_1.z.string().describe(`
4733
+ * * Field Name: DuplicateRun
4734
+ * * Display Name: Duplicate Run
4735
+ * * SQL Data Type: nvarchar(255)`),
4704
4736
  });
4705
4737
  /**
4706
4738
  * zod schema definition for the entity Duplicate Runs
@@ -4839,6 +4871,10 @@ exports.EmployeeCompanyIntegrationSchema = zod_1.z.object({
4839
4871
  * * Display Name: Updated At
4840
4872
  * * SQL Data Type: datetimeoffset
4841
4873
  * * Default Value: getutcdate()`),
4874
+ Employee: zod_1.z.string().nullable().describe(`
4875
+ * * Field Name: Employee
4876
+ * * Display Name: Employee
4877
+ * * SQL Data Type: nvarchar(81)`),
4842
4878
  CompanyIntegration: zod_1.z.string().describe(`
4843
4879
  * * Field Name: CompanyIntegration
4844
4880
  * * Display Name: Company Integration
@@ -4873,6 +4909,10 @@ exports.EmployeeRoleSchema = zod_1.z.object({
4873
4909
  * * Display Name: __mj _Updated At
4874
4910
  * * SQL Data Type: datetimeoffset
4875
4911
  * * Default Value: getutcdate()`),
4912
+ Employee: zod_1.z.string().nullable().describe(`
4913
+ * * Field Name: Employee
4914
+ * * Display Name: Employee
4915
+ * * SQL Data Type: nvarchar(81)`),
4876
4916
  Role: zod_1.z.string().describe(`
4877
4917
  * * Field Name: Role
4878
4918
  * * Display Name: Role
@@ -4907,6 +4947,10 @@ exports.EmployeeSkillSchema = zod_1.z.object({
4907
4947
  * * Display Name: __mj _Updated At
4908
4948
  * * SQL Data Type: datetimeoffset
4909
4949
  * * Default Value: getutcdate()`),
4950
+ Employee: zod_1.z.string().nullable().describe(`
4951
+ * * Field Name: Employee
4952
+ * * Display Name: Employee
4953
+ * * SQL Data Type: nvarchar(81)`),
4910
4954
  Skill: zod_1.z.string().describe(`
4911
4955
  * * Field Name: Skill
4912
4956
  * * Display Name: Skill
@@ -5402,6 +5446,14 @@ exports.EntityActionFilterSchema = zod_1.z.object({
5402
5446
  * * Display Name: __mj _Updated At
5403
5447
  * * SQL Data Type: datetimeoffset
5404
5448
  * * Default Value: getutcdate()`),
5449
+ EntityAction: zod_1.z.string().describe(`
5450
+ * * Field Name: EntityAction
5451
+ * * Display Name: Entity Action
5452
+ * * SQL Data Type: nvarchar(425)`),
5453
+ ActionFilter: zod_1.z.string().describe(`
5454
+ * * Field Name: ActionFilter
5455
+ * * Display Name: Action Filter
5456
+ * * SQL Data Type: nvarchar(MAX)`),
5405
5457
  });
5406
5458
  /**
5407
5459
  * zod schema definition for the entity Entity Action Invocation Types
@@ -5479,6 +5531,10 @@ exports.EntityActionInvocationSchema = zod_1.z.object({
5479
5531
  * * Display Name: __mj _Updated At
5480
5532
  * * SQL Data Type: datetimeoffset
5481
5533
  * * Default Value: getutcdate()`),
5534
+ EntityAction: zod_1.z.string().describe(`
5535
+ * * Field Name: EntityAction
5536
+ * * Display Name: Entity Action
5537
+ * * SQL Data Type: nvarchar(425)`),
5482
5538
  InvocationType: zod_1.z.string().describe(`
5483
5539
  * * Field Name: InvocationType
5484
5540
  * * Display Name: Invocation Type
@@ -5534,6 +5590,10 @@ exports.EntityActionParamSchema = zod_1.z.object({
5534
5590
  * * Display Name: Updated At
5535
5591
  * * SQL Data Type: datetimeoffset
5536
5592
  * * Default Value: getutcdate()`),
5593
+ EntityAction: zod_1.z.string().describe(`
5594
+ * * Field Name: EntityAction
5595
+ * * Display Name: Entity Action
5596
+ * * SQL Data Type: nvarchar(425)`),
5537
5597
  ActionParam: zod_1.z.string().describe(`
5538
5598
  * * Field Name: ActionParam
5539
5599
  * * Display Name: Action Param
@@ -5727,6 +5787,10 @@ exports.EntityCommunicationFieldSchema = zod_1.z.object({
5727
5787
  * * Display Name: __mj _Updated At
5728
5788
  * * SQL Data Type: datetimeoffset
5729
5789
  * * Default Value: getutcdate()`),
5790
+ EntityCommunicationMessageType: zod_1.z.string().describe(`
5791
+ * * Field Name: EntityCommunicationMessageType
5792
+ * * Display Name: Entity Communication Message Type
5793
+ * * SQL Data Type: nvarchar(100)`),
5730
5794
  });
5731
5795
  /**
5732
5796
  * zod schema definition for the entity Entity Communication Message Types
@@ -6881,6 +6945,14 @@ exports.ErrorLogSchema = zod_1.z.object({
6881
6945
  * * Display Name: Updated At
6882
6946
  * * SQL Data Type: datetimeoffset
6883
6947
  * * Default Value: getutcdate()`),
6948
+ CompanyIntegrationRun: zod_1.z.string().nullable().describe(`
6949
+ * * Field Name: CompanyIntegrationRun
6950
+ * * Display Name: Company Integration Run
6951
+ * * SQL Data Type: nvarchar(100)`),
6952
+ CompanyIntegrationRunDetail: zod_1.z.string().nullable().describe(`
6953
+ * * Field Name: CompanyIntegrationRunDetail
6954
+ * * Display Name: Company Integration Run Detail
6955
+ * * SQL Data Type: nvarchar(450)`),
6884
6956
  });
6885
6957
  /**
6886
6958
  * zod schema definition for the entity Explorer Navigation Items
@@ -8167,6 +8239,14 @@ exports.AIAgentExampleSchema = zod_1.z.object({
8167
8239
  * * Field Name: SourceConversation
8168
8240
  * * Display Name: Source Conversation
8169
8241
  * * SQL Data Type: nvarchar(255)`),
8242
+ SourceConversationDetail: zod_1.z.string().nullable().describe(`
8243
+ * * Field Name: SourceConversationDetail
8244
+ * * Display Name: Source Conversation Detail
8245
+ * * SQL Data Type: nvarchar(MAX)`),
8246
+ SourceAIAgentRun: zod_1.z.string().nullable().describe(`
8247
+ * * Field Name: SourceAIAgentRun
8248
+ * * Display Name: Source AI Agent Run
8249
+ * * SQL Data Type: nvarchar(255)`),
8170
8250
  EmbeddingModel: zod_1.z.string().nullable().describe(`
8171
8251
  * * Field Name: EmbeddingModel
8172
8252
  * * Display Name: Embedding Model
@@ -8574,6 +8654,14 @@ detailed information about what validation rules failed.`),
8574
8654
  * * Display Name: Comments
8575
8655
  * * SQL Data Type: nvarchar(MAX)
8576
8656
  * * Description: Human-readable notes and comments about this agent run step`),
8657
+ AgentRun: zod_1.z.string().nullable().describe(`
8658
+ * * Field Name: AgentRun
8659
+ * * Display Name: Agent Run
8660
+ * * SQL Data Type: nvarchar(255)`),
8661
+ Parent: zod_1.z.string().nullable().describe(`
8662
+ * * Field Name: Parent
8663
+ * * Display Name: Parent
8664
+ * * SQL Data Type: nvarchar(255)`),
8577
8665
  RootParentID: zod_1.z.string().nullable().describe(`
8578
8666
  * * Field Name: RootParentID
8579
8667
  * * Display Name: Root Parent ID
@@ -11539,6 +11627,10 @@ exports.ConversationDetailArtifactSchema = zod_1.z.object({
11539
11627
  * * Display Name: Updated At
11540
11628
  * * SQL Data Type: datetimeoffset
11541
11629
  * * Default Value: getutcdate()`),
11630
+ ConversationDetail: zod_1.z.string().describe(`
11631
+ * * Field Name: ConversationDetail
11632
+ * * Display Name: Conversation Detail
11633
+ * * SQL Data Type: nvarchar(MAX)`),
11542
11634
  ArtifactVersion: zod_1.z.string().nullable().describe(`
11543
11635
  * * Field Name: ArtifactVersion
11544
11636
  * * Display Name: Artifact Version
@@ -11585,6 +11677,10 @@ exports.ConversationDetailRatingSchema = zod_1.z.object({
11585
11677
  * * Display Name: Updated At
11586
11678
  * * SQL Data Type: datetimeoffset
11587
11679
  * * Default Value: getutcdate()`),
11680
+ ConversationDetail: zod_1.z.string().describe(`
11681
+ * * Field Name: ConversationDetail
11682
+ * * Display Name: Conversation Detail
11683
+ * * SQL Data Type: nvarchar(MAX)`),
11588
11684
  User: zod_1.z.string().describe(`
11589
11685
  * * Field Name: User
11590
11686
  * * Display Name: User
@@ -12643,6 +12739,10 @@ exports.TaskSchema = zod_1.z.object({
12643
12739
  * * Field Name: Project
12644
12740
  * * Display Name: Project
12645
12741
  * * SQL Data Type: nvarchar(255)`),
12742
+ ConversationDetail: zod_1.z.string().nullable().describe(`
12743
+ * * Field Name: ConversationDetail
12744
+ * * Display Name: Conversation Detail
12745
+ * * SQL Data Type: nvarchar(MAX)`),
12646
12746
  User: zod_1.z.string().nullable().describe(`
12647
12747
  * * Field Name: User
12648
12748
  * * Display Name: User
@@ -14065,6 +14165,10 @@ exports.RecommendationItemSchema = zod_1.z.object({
14065
14165
  * * Display Name: Updated At
14066
14166
  * * SQL Data Type: datetimeoffset
14067
14167
  * * Default Value: getutcdate()`),
14168
+ Recommendation: zod_1.z.string().describe(`
14169
+ * * Field Name: Recommendation
14170
+ * * Display Name: Recommendation
14171
+ * * SQL Data Type: nvarchar(MAX)`),
14068
14172
  DestinationEntity: zod_1.z.string().describe(`
14069
14173
  * * Field Name: DestinationEntity
14070
14174
  * * Display Name: Destination Entity
@@ -14196,6 +14300,10 @@ exports.RecommendationSchema = zod_1.z.object({
14196
14300
  * * Display Name: Updated At
14197
14301
  * * SQL Data Type: datetimeoffset
14198
14302
  * * Default Value: getutcdate()`),
14303
+ RecommendationRun: zod_1.z.string().describe(`
14304
+ * * Field Name: RecommendationRun
14305
+ * * Display Name: Recommendation Run
14306
+ * * SQL Data Type: nvarchar(255)`),
14199
14307
  SourceEntity: zod_1.z.string().describe(`
14200
14308
  * * Field Name: SourceEntity
14201
14309
  * * Display Name: Source Entity
@@ -14364,6 +14472,10 @@ exports.RecordChangeSchema = zod_1.z.object({
14364
14472
  * * Field Name: User
14365
14473
  * * Display Name: User
14366
14474
  * * SQL Data Type: nvarchar(100)`),
14475
+ ReplayRun: zod_1.z.string().nullable().describe(`
14476
+ * * Field Name: ReplayRun
14477
+ * * Display Name: Replay Run
14478
+ * * SQL Data Type: nvarchar(100)`),
14367
14479
  Integration: zod_1.z.string().nullable().describe(`
14368
14480
  * * Field Name: Integration
14369
14481
  * * Display Name: Integration
@@ -14413,6 +14525,10 @@ exports.RecordMergeDeletionLogSchema = zod_1.z.object({
14413
14525
  * * Display Name: Updated At
14414
14526
  * * SQL Data Type: datetimeoffset
14415
14527
  * * Default Value: getutcdate()`),
14528
+ RecordMergeLog: zod_1.z.string().describe(`
14529
+ * * Field Name: RecordMergeLog
14530
+ * * Display Name: Record Merge Log
14531
+ * * SQL Data Type: nvarchar(450)`),
14416
14532
  });
14417
14533
  /**
14418
14534
  * zod schema definition for the entity Record Merge Logs
@@ -14722,6 +14838,10 @@ exports.ReportSchema = zod_1.z.object({
14722
14838
  * * Field Name: Conversation
14723
14839
  * * Display Name: Conversation
14724
14840
  * * SQL Data Type: nvarchar(255)`),
14841
+ ConversationDetail: zod_1.z.string().nullable().describe(`
14842
+ * * Field Name: ConversationDetail
14843
+ * * Display Name: Conversation Detail
14844
+ * * SQL Data Type: nvarchar(MAX)`),
14725
14845
  DataContext: zod_1.z.string().nullable().describe(`
14726
14846
  * * Field Name: DataContext
14727
14847
  * * Display Name: Data Context
@@ -15600,6 +15720,10 @@ exports.TemplateParamSchema = zod_1.z.object({
15600
15720
  * * Field Name: Entity
15601
15721
  * * Display Name: Entity
15602
15722
  * * SQL Data Type: nvarchar(255)`),
15723
+ TemplateContent: zod_1.z.string().nullable().describe(`
15724
+ * * Field Name: TemplateContent
15725
+ * * Display Name: Template Content
15726
+ * * SQL Data Type: nvarchar(255)`),
15603
15727
  });
15604
15728
  /**
15605
15729
  * zod schema definition for the entity Templates
@@ -19456,6 +19580,22 @@ let AIAgentNoteEntity = class AIAgentNoteEntity extends core_1.BaseEntity {
19456
19580
  return this.Get('SourceConversation');
19457
19581
  }
19458
19582
  /**
19583
+ * * Field Name: SourceConversationDetail
19584
+ * * Display Name: Source Conversation Detail
19585
+ * * SQL Data Type: nvarchar(MAX)
19586
+ */
19587
+ get SourceConversationDetail() {
19588
+ return this.Get('SourceConversationDetail');
19589
+ }
19590
+ /**
19591
+ * * Field Name: SourceAIAgentRun
19592
+ * * Display Name: Source AI Agent Run
19593
+ * * SQL Data Type: nvarchar(255)
19594
+ */
19595
+ get SourceAIAgentRun() {
19596
+ return this.Get('SourceAIAgentRun');
19597
+ }
19598
+ /**
19459
19599
  * * Field Name: Company
19460
19600
  * * Display Name: Company
19461
19601
  * * SQL Data Type: nvarchar(50)
@@ -22422,6 +22562,14 @@ let AIResultCacheEntity = class AIResultCacheEntity extends core_1.BaseEntity {
22422
22562
  get Configuration() {
22423
22563
  return this.Get('Configuration');
22424
22564
  }
22565
+ /**
22566
+ * * Field Name: PromptRun
22567
+ * * Display Name: Prompt Run
22568
+ * * SQL Data Type: nvarchar(255)
22569
+ */
22570
+ get PromptRun() {
22571
+ return this.Get('PromptRun');
22572
+ }
22425
22573
  };
22426
22574
  exports.AIResultCacheEntity = AIResultCacheEntity;
22427
22575
  exports.AIResultCacheEntity = AIResultCacheEntity = __decorate([
@@ -23712,6 +23860,14 @@ let CommunicationLogEntity = class CommunicationLogEntity extends core_1.BaseEnt
23712
23860
  get CommunicationProviderMessageType() {
23713
23861
  return this.Get('CommunicationProviderMessageType');
23714
23862
  }
23863
+ /**
23864
+ * * Field Name: CommunicationRun
23865
+ * * Display Name: Communication Run
23866
+ * * SQL Data Type: nvarchar(100)
23867
+ */
23868
+ get CommunicationRun() {
23869
+ return this.Get('CommunicationRun');
23870
+ }
23715
23871
  };
23716
23872
  exports.CommunicationLogEntity = CommunicationLogEntity;
23717
23873
  exports.CommunicationLogEntity = CommunicationLogEntity = __decorate([
@@ -24608,6 +24764,14 @@ let CompanyIntegrationRunAPILogEntity = class CompanyIntegrationRunAPILogEntity
24608
24764
  get __mj_UpdatedAt() {
24609
24765
  return this.Get('__mj_UpdatedAt');
24610
24766
  }
24767
+ /**
24768
+ * * Field Name: CompanyIntegrationRun
24769
+ * * Display Name: Company Integration Run
24770
+ * * SQL Data Type: nvarchar(100)
24771
+ */
24772
+ get CompanyIntegrationRun() {
24773
+ return this.Get('CompanyIntegrationRun');
24774
+ }
24611
24775
  };
24612
24776
  exports.CompanyIntegrationRunAPILogEntity = CompanyIntegrationRunAPILogEntity;
24613
24777
  exports.CompanyIntegrationRunAPILogEntity = CompanyIntegrationRunAPILogEntity = __decorate([
@@ -28538,6 +28702,22 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
28538
28702
  get __mj_UpdatedAt() {
28539
28703
  return this.Get('__mj_UpdatedAt');
28540
28704
  }
28705
+ /**
28706
+ * * Field Name: DuplicateRunDetail
28707
+ * * Display Name: Duplicate Run Detail
28708
+ * * SQL Data Type: nvarchar(500)
28709
+ */
28710
+ get DuplicateRunDetail() {
28711
+ return this.Get('DuplicateRunDetail');
28712
+ }
28713
+ /**
28714
+ * * Field Name: RecordMergeLog
28715
+ * * Display Name: Record Merge Log
28716
+ * * SQL Data Type: nvarchar(450)
28717
+ */
28718
+ get RecordMergeLog() {
28719
+ return this.Get('RecordMergeLog');
28720
+ }
28541
28721
  };
28542
28722
  exports.DuplicateRunDetailMatchEntity = DuplicateRunDetailMatchEntity;
28543
28723
  exports.DuplicateRunDetailMatchEntity = DuplicateRunDetailMatchEntity = __decorate([
@@ -28699,6 +28879,14 @@ let DuplicateRunDetailEntity = class DuplicateRunDetailEntity extends core_1.Bas
28699
28879
  get __mj_UpdatedAt() {
28700
28880
  return this.Get('__mj_UpdatedAt');
28701
28881
  }
28882
+ /**
28883
+ * * Field Name: DuplicateRun
28884
+ * * Display Name: Duplicate Run
28885
+ * * SQL Data Type: nvarchar(255)
28886
+ */
28887
+ get DuplicateRun() {
28888
+ return this.Get('DuplicateRun');
28889
+ }
28702
28890
  };
28703
28891
  exports.DuplicateRunDetailEntity = DuplicateRunDetailEntity;
28704
28892
  exports.DuplicateRunDetailEntity = DuplicateRunDetailEntity = __decorate([
@@ -29038,6 +29226,14 @@ let EmployeeCompanyIntegrationEntity = class EmployeeCompanyIntegrationEntity ex
29038
29226
  return this.Get('__mj_UpdatedAt');
29039
29227
  }
29040
29228
  /**
29229
+ * * Field Name: Employee
29230
+ * * Display Name: Employee
29231
+ * * SQL Data Type: nvarchar(81)
29232
+ */
29233
+ get Employee() {
29234
+ return this.Get('Employee');
29235
+ }
29236
+ /**
29041
29237
  * * Field Name: CompanyIntegration
29042
29238
  * * Display Name: Company Integration
29043
29239
  * * SQL Data Type: nvarchar(255)
@@ -29133,6 +29329,14 @@ let EmployeeRoleEntity = class EmployeeRoleEntity extends core_1.BaseEntity {
29133
29329
  return this.Get('__mj_UpdatedAt');
29134
29330
  }
29135
29331
  /**
29332
+ * * Field Name: Employee
29333
+ * * Display Name: Employee
29334
+ * * SQL Data Type: nvarchar(81)
29335
+ */
29336
+ get Employee() {
29337
+ return this.Get('Employee');
29338
+ }
29339
+ /**
29136
29340
  * * Field Name: Role
29137
29341
  * * Display Name: Role
29138
29342
  * * SQL Data Type: nvarchar(50)
@@ -29228,6 +29432,14 @@ let EmployeeSkillEntity = class EmployeeSkillEntity extends core_1.BaseEntity {
29228
29432
  return this.Get('__mj_UpdatedAt');
29229
29433
  }
29230
29434
  /**
29435
+ * * Field Name: Employee
29436
+ * * Display Name: Employee
29437
+ * * SQL Data Type: nvarchar(81)
29438
+ */
29439
+ get Employee() {
29440
+ return this.Get('Employee');
29441
+ }
29442
+ /**
29231
29443
  * * Field Name: Skill
29232
29444
  * * Display Name: Skill
29233
29445
  * * SQL Data Type: nvarchar(50)
@@ -30383,6 +30595,22 @@ let EntityActionFilterEntity = class EntityActionFilterEntity extends core_1.Bas
30383
30595
  get __mj_UpdatedAt() {
30384
30596
  return this.Get('__mj_UpdatedAt');
30385
30597
  }
30598
+ /**
30599
+ * * Field Name: EntityAction
30600
+ * * Display Name: Entity Action
30601
+ * * SQL Data Type: nvarchar(425)
30602
+ */
30603
+ get EntityAction() {
30604
+ return this.Get('EntityAction');
30605
+ }
30606
+ /**
30607
+ * * Field Name: ActionFilter
30608
+ * * Display Name: Action Filter
30609
+ * * SQL Data Type: nvarchar(MAX)
30610
+ */
30611
+ get ActionFilter() {
30612
+ return this.Get('ActionFilter');
30613
+ }
30386
30614
  };
30387
30615
  exports.EntityActionFilterEntity = EntityActionFilterEntity;
30388
30616
  exports.EntityActionFilterEntity = EntityActionFilterEntity = __decorate([
@@ -30589,6 +30817,14 @@ let EntityActionInvocationEntity = class EntityActionInvocationEntity extends co
30589
30817
  return this.Get('__mj_UpdatedAt');
30590
30818
  }
30591
30819
  /**
30820
+ * * Field Name: EntityAction
30821
+ * * Display Name: Entity Action
30822
+ * * SQL Data Type: nvarchar(425)
30823
+ */
30824
+ get EntityAction() {
30825
+ return this.Get('EntityAction');
30826
+ }
30827
+ /**
30592
30828
  * * Field Name: InvocationType
30593
30829
  * * Display Name: Invocation Type
30594
30830
  * * SQL Data Type: nvarchar(255)
@@ -30726,6 +30962,14 @@ let EntityActionParamEntity = class EntityActionParamEntity extends core_1.BaseE
30726
30962
  return this.Get('__mj_UpdatedAt');
30727
30963
  }
30728
30964
  /**
30965
+ * * Field Name: EntityAction
30966
+ * * Display Name: Entity Action
30967
+ * * SQL Data Type: nvarchar(425)
30968
+ */
30969
+ get EntityAction() {
30970
+ return this.Get('EntityAction');
30971
+ }
30972
+ /**
30729
30973
  * * Field Name: ActionParam
30730
30974
  * * Display Name: Action Param
30731
30975
  * * SQL Data Type: nvarchar(255)
@@ -31202,6 +31446,14 @@ let EntityCommunicationFieldEntity = class EntityCommunicationFieldEntity extend
31202
31446
  get __mj_UpdatedAt() {
31203
31447
  return this.Get('__mj_UpdatedAt');
31204
31448
  }
31449
+ /**
31450
+ * * Field Name: EntityCommunicationMessageType
31451
+ * * Display Name: Entity Communication Message Type
31452
+ * * SQL Data Type: nvarchar(100)
31453
+ */
31454
+ get EntityCommunicationMessageType() {
31455
+ return this.Get('EntityCommunicationMessageType');
31456
+ }
31205
31457
  };
31206
31458
  exports.EntityCommunicationFieldEntity = EntityCommunicationFieldEntity;
31207
31459
  exports.EntityCommunicationFieldEntity = EntityCommunicationFieldEntity = __decorate([
@@ -33975,6 +34227,22 @@ let ErrorLogEntity = class ErrorLogEntity extends core_1.BaseEntity {
33975
34227
  get __mj_UpdatedAt() {
33976
34228
  return this.Get('__mj_UpdatedAt');
33977
34229
  }
34230
+ /**
34231
+ * * Field Name: CompanyIntegrationRun
34232
+ * * Display Name: Company Integration Run
34233
+ * * SQL Data Type: nvarchar(100)
34234
+ */
34235
+ get CompanyIntegrationRun() {
34236
+ return this.Get('CompanyIntegrationRun');
34237
+ }
34238
+ /**
34239
+ * * Field Name: CompanyIntegrationRunDetail
34240
+ * * Display Name: Company Integration Run Detail
34241
+ * * SQL Data Type: nvarchar(450)
34242
+ */
34243
+ get CompanyIntegrationRunDetail() {
34244
+ return this.Get('CompanyIntegrationRunDetail');
34245
+ }
33978
34246
  };
33979
34247
  exports.ErrorLogEntity = ErrorLogEntity;
33980
34248
  exports.ErrorLogEntity = ErrorLogEntity = __decorate([
@@ -37227,6 +37495,22 @@ let AIAgentExampleEntity = class AIAgentExampleEntity extends core_1.BaseEntity
37227
37495
  return this.Get('SourceConversation');
37228
37496
  }
37229
37497
  /**
37498
+ * * Field Name: SourceConversationDetail
37499
+ * * Display Name: Source Conversation Detail
37500
+ * * SQL Data Type: nvarchar(MAX)
37501
+ */
37502
+ get SourceConversationDetail() {
37503
+ return this.Get('SourceConversationDetail');
37504
+ }
37505
+ /**
37506
+ * * Field Name: SourceAIAgentRun
37507
+ * * Display Name: Source AI Agent Run
37508
+ * * SQL Data Type: nvarchar(255)
37509
+ */
37510
+ get SourceAIAgentRun() {
37511
+ return this.Get('SourceAIAgentRun');
37512
+ }
37513
+ /**
37230
37514
  * * Field Name: EmbeddingModel
37231
37515
  * * Display Name: Embedding Model
37232
37516
  * * SQL Data Type: nvarchar(50)
@@ -38241,6 +38525,22 @@ detailed information about what validation rules failed.
38241
38525
  this.Set('Comments', value);
38242
38526
  }
38243
38527
  /**
38528
+ * * Field Name: AgentRun
38529
+ * * Display Name: Agent Run
38530
+ * * SQL Data Type: nvarchar(255)
38531
+ */
38532
+ get AgentRun() {
38533
+ return this.Get('AgentRun');
38534
+ }
38535
+ /**
38536
+ * * Field Name: Parent
38537
+ * * Display Name: Parent
38538
+ * * SQL Data Type: nvarchar(255)
38539
+ */
38540
+ get Parent() {
38541
+ return this.Get('Parent');
38542
+ }
38543
+ /**
38244
38544
  * * Field Name: RootParentID
38245
38545
  * * Display Name: Root Parent ID
38246
38546
  * * SQL Data Type: uniqueidentifier
@@ -45819,6 +46119,14 @@ let ConversationDetailArtifactEntity = class ConversationDetailArtifactEntity ex
45819
46119
  return this.Get('__mj_UpdatedAt');
45820
46120
  }
45821
46121
  /**
46122
+ * * Field Name: ConversationDetail
46123
+ * * Display Name: Conversation Detail
46124
+ * * SQL Data Type: nvarchar(MAX)
46125
+ */
46126
+ get ConversationDetail() {
46127
+ return this.Get('ConversationDetail');
46128
+ }
46129
+ /**
45822
46130
  * * Field Name: ArtifactVersion
45823
46131
  * * Display Name: Artifact Version
45824
46132
  * * SQL Data Type: nvarchar(255)
@@ -45964,6 +46272,14 @@ let ConversationDetailRatingEntity = class ConversationDetailRatingEntity extend
45964
46272
  return this.Get('__mj_UpdatedAt');
45965
46273
  }
45966
46274
  /**
46275
+ * * Field Name: ConversationDetail
46276
+ * * Display Name: Conversation Detail
46277
+ * * SQL Data Type: nvarchar(MAX)
46278
+ */
46279
+ get ConversationDetail() {
46280
+ return this.Get('ConversationDetail');
46281
+ }
46282
+ /**
45967
46283
  * * Field Name: User
45968
46284
  * * Display Name: User
45969
46285
  * * SQL Data Type: nvarchar(100)
@@ -48733,6 +49049,14 @@ let TaskEntity = class TaskEntity extends core_1.BaseEntity {
48733
49049
  return this.Get('Project');
48734
49050
  }
48735
49051
  /**
49052
+ * * Field Name: ConversationDetail
49053
+ * * Display Name: Conversation Detail
49054
+ * * SQL Data Type: nvarchar(MAX)
49055
+ */
49056
+ get ConversationDetail() {
49057
+ return this.Get('ConversationDetail');
49058
+ }
49059
+ /**
48736
49060
  * * Field Name: User
48737
49061
  * * Display Name: User
48738
49062
  * * SQL Data Type: nvarchar(100)
@@ -52403,6 +52727,14 @@ let RecommendationItemEntity = class RecommendationItemEntity extends core_1.Bas
52403
52727
  return this.Get('__mj_UpdatedAt');
52404
52728
  }
52405
52729
  /**
52730
+ * * Field Name: Recommendation
52731
+ * * Display Name: Recommendation
52732
+ * * SQL Data Type: nvarchar(MAX)
52733
+ */
52734
+ get Recommendation() {
52735
+ return this.Get('Recommendation');
52736
+ }
52737
+ /**
52406
52738
  * * Field Name: DestinationEntity
52407
52739
  * * Display Name: Destination Entity
52408
52740
  * * SQL Data Type: nvarchar(255)
@@ -52752,6 +53084,14 @@ let RecommendationEntity = class RecommendationEntity extends core_1.BaseEntity
52752
53084
  return this.Get('__mj_UpdatedAt');
52753
53085
  }
52754
53086
  /**
53087
+ * * Field Name: RecommendationRun
53088
+ * * Display Name: Recommendation Run
53089
+ * * SQL Data Type: nvarchar(255)
53090
+ */
53091
+ get RecommendationRun() {
53092
+ return this.Get('RecommendationRun');
53093
+ }
53094
+ /**
52755
53095
  * * Field Name: SourceEntity
52756
53096
  * * Display Name: Source Entity
52757
53097
  * * SQL Data Type: nvarchar(255)
@@ -53148,6 +53488,14 @@ let RecordChangeEntity = class RecordChangeEntity extends core_1.BaseEntity {
53148
53488
  return this.Get('User');
53149
53489
  }
53150
53490
  /**
53491
+ * * Field Name: ReplayRun
53492
+ * * Display Name: Replay Run
53493
+ * * SQL Data Type: nvarchar(100)
53494
+ */
53495
+ get ReplayRun() {
53496
+ return this.Get('ReplayRun');
53497
+ }
53498
+ /**
53151
53499
  * * Field Name: Integration
53152
53500
  * * Display Name: Integration
53153
53501
  * * SQL Data Type: nvarchar(100)
@@ -53271,6 +53619,14 @@ let RecordMergeDeletionLogEntity = class RecordMergeDeletionLogEntity extends co
53271
53619
  get __mj_UpdatedAt() {
53272
53620
  return this.Get('__mj_UpdatedAt');
53273
53621
  }
53622
+ /**
53623
+ * * Field Name: RecordMergeLog
53624
+ * * Display Name: Record Merge Log
53625
+ * * SQL Data Type: nvarchar(450)
53626
+ */
53627
+ get RecordMergeLog() {
53628
+ return this.Get('RecordMergeLog');
53629
+ }
53274
53630
  };
53275
53631
  exports.RecordMergeDeletionLogEntity = RecordMergeDeletionLogEntity;
53276
53632
  exports.RecordMergeDeletionLogEntity = RecordMergeDeletionLogEntity = __decorate([
@@ -54070,6 +54426,14 @@ let ReportEntity = class ReportEntity extends core_1.BaseEntity {
54070
54426
  return this.Get('Conversation');
54071
54427
  }
54072
54428
  /**
54429
+ * * Field Name: ConversationDetail
54430
+ * * Display Name: Conversation Detail
54431
+ * * SQL Data Type: nvarchar(MAX)
54432
+ */
54433
+ get ConversationDetail() {
54434
+ return this.Get('ConversationDetail');
54435
+ }
54436
+ /**
54073
54437
  * * Field Name: DataContext
54074
54438
  * * Display Name: Data Context
54075
54439
  * * SQL Data Type: nvarchar(255)
@@ -56370,6 +56734,14 @@ let TemplateParamEntity = class TemplateParamEntity extends core_1.BaseEntity {
56370
56734
  get Entity() {
56371
56735
  return this.Get('Entity');
56372
56736
  }
56737
+ /**
56738
+ * * Field Name: TemplateContent
56739
+ * * Display Name: Template Content
56740
+ * * SQL Data Type: nvarchar(255)
56741
+ */
56742
+ get TemplateContent() {
56743
+ return this.Get('TemplateContent');
56744
+ }
56373
56745
  };
56374
56746
  exports.TemplateParamEntity = TemplateParamEntity;
56375
56747
  exports.TemplateParamEntity = TemplateParamEntity = __decorate([