@memberjunction/core-entities 4.2.0 → 4.3.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.
@@ -12171,6 +12171,8 @@ export declare const SchemaInfoSchema: z.ZodObject<{
12171
12171
  __mj_CreatedAt: z.ZodDate;
12172
12172
  __mj_UpdatedAt: z.ZodDate;
12173
12173
  Description: z.ZodNullable<z.ZodString>;
12174
+ EntityNamePrefix: z.ZodNullable<z.ZodString>;
12175
+ EntityNameSuffix: z.ZodNullable<z.ZodString>;
12174
12176
  }, "strip", z.ZodTypeAny, {
12175
12177
  ID?: string;
12176
12178
  Comments?: string;
@@ -12180,6 +12182,8 @@ export declare const SchemaInfoSchema: z.ZodObject<{
12180
12182
  SchemaName?: string;
12181
12183
  EntityIDMin?: number;
12182
12184
  EntityIDMax?: number;
12185
+ EntityNamePrefix?: string;
12186
+ EntityNameSuffix?: string;
12183
12187
  }, {
12184
12188
  ID?: string;
12185
12189
  Comments?: string;
@@ -12189,6 +12193,8 @@ export declare const SchemaInfoSchema: z.ZodObject<{
12189
12193
  SchemaName?: string;
12190
12194
  EntityIDMin?: number;
12191
12195
  EntityIDMax?: number;
12196
+ EntityNamePrefix?: string;
12197
+ EntityNameSuffix?: string;
12192
12198
  }>;
12193
12199
  export type SchemaInfoEntityType = z.infer<typeof SchemaInfoSchema>;
12194
12200
  /**
@@ -17535,7 +17541,7 @@ export declare class AIResultCacheEntity extends BaseEntity<AIResultCacheEntityT
17535
17541
  set PromptEmbedding(value: number | null);
17536
17542
  /**
17537
17543
  * * Field Name: PromptRunID
17538
- * * Display Name: Prompt Run ID
17544
+ * * Display Name: Prompt Run
17539
17545
  * * SQL Data Type: uniqueidentifier
17540
17546
  * * Related Entity/Foreign Key: MJ: AI Prompt Runs (vwAIPromptRuns.ID)
17541
17547
  * * Description: Reference to the AIPromptRun that created this cache entry.
@@ -21077,7 +21083,7 @@ export declare class ConversationEntity extends BaseEntity<ConversationEntityTyp
21077
21083
  set LinkedEntityID(value: string | null);
21078
21084
  /**
21079
21085
  * * Field Name: LinkedRecordID
21080
- * * Display Name: Linked Record
21086
+ * * Display Name: Linked Record ID
21081
21087
  * * SQL Data Type: nvarchar(500)
21082
21088
  * * Description: ID of a related record this conversation is about (support ticket, order, etc.).
21083
21089
  */
@@ -22097,7 +22103,7 @@ export declare class DuplicateRunDetailEntity extends BaseEntity<DuplicateRunDet
22097
22103
  set DuplicateRunID(value: string);
22098
22104
  /**
22099
22105
  * * Field Name: RecordID
22100
- * * Display Name: Record
22106
+ * * Display Name: Record ID
22101
22107
  * * SQL Data Type: nvarchar(500)
22102
22108
  * * Description: The ID of the record being analyzed for duplicates.
22103
22109
  */
@@ -22391,7 +22397,7 @@ export declare class EmployeeCompanyIntegrationEntity extends BaseEntity<Employe
22391
22397
  set CompanyIntegrationID(value: string);
22392
22398
  /**
22393
22399
  * * Field Name: ExternalSystemRecordID
22394
- * * Display Name: External System Record
22400
+ * * Display Name: External System Record ID
22395
22401
  * * SQL Data Type: nvarchar(750)
22396
22402
  * * Description: The employee's unique identifier in the external integrated system.
22397
22403
  */
@@ -22422,7 +22428,7 @@ export declare class EmployeeCompanyIntegrationEntity extends BaseEntity<Employe
22422
22428
  get __mj_UpdatedAt(): Date;
22423
22429
  /**
22424
22430
  * * Field Name: Employee
22425
- * * Display Name: Employee Name
22431
+ * * Display Name: Employee
22426
22432
  * * SQL Data Type: nvarchar(81)
22427
22433
  */
22428
22434
  get Employee(): string | null;
@@ -22497,7 +22503,7 @@ export declare class EmployeeRoleEntity extends BaseEntity<EmployeeRoleEntityTyp
22497
22503
  get __mj_UpdatedAt(): Date;
22498
22504
  /**
22499
22505
  * * Field Name: Employee
22500
- * * Display Name: Employee Name
22506
+ * * Display Name: Employee
22501
22507
  * * SQL Data Type: nvarchar(81)
22502
22508
  */
22503
22509
  get Employee(): string | null;
@@ -22578,7 +22584,7 @@ export declare class EmployeeSkillEntity extends BaseEntity<EmployeeSkillEntityT
22578
22584
  get Employee(): string | null;
22579
22585
  /**
22580
22586
  * * Field Name: Skill
22581
- * * Display Name: Skill
22587
+ * * Display Name: Skill Name
22582
22588
  * * SQL Data Type: nvarchar(50)
22583
22589
  */
22584
22590
  get Skill(): string;
@@ -23339,7 +23345,7 @@ export declare class EntityActionFilterEntity extends BaseEntity<EntityActionFil
23339
23345
  set ID(value: string);
23340
23346
  /**
23341
23347
  * * Field Name: EntityActionID
23342
- * * Display Name: Entity Action
23348
+ * * Display Name: Entity Action ID
23343
23349
  * * SQL Data Type: uniqueidentifier
23344
23350
  * * Related Entity/Foreign Key: Entity Actions (vwEntityActions.ID)
23345
23351
  */
@@ -23347,7 +23353,7 @@ export declare class EntityActionFilterEntity extends BaseEntity<EntityActionFil
23347
23353
  set EntityActionID(value: string);
23348
23354
  /**
23349
23355
  * * Field Name: ActionFilterID
23350
- * * Display Name: Action Filter
23356
+ * * Display Name: Action Filter ID
23351
23357
  * * SQL Data Type: uniqueidentifier
23352
23358
  * * Related Entity/Foreign Key: Action Filters (vwActionFilters.ID)
23353
23359
  */
@@ -23391,13 +23397,13 @@ export declare class EntityActionFilterEntity extends BaseEntity<EntityActionFil
23391
23397
  get __mj_UpdatedAt(): Date;
23392
23398
  /**
23393
23399
  * * Field Name: EntityAction
23394
- * * Display Name: Action Name
23400
+ * * Display Name: Entity Action
23395
23401
  * * SQL Data Type: nvarchar(425)
23396
23402
  */
23397
23403
  get EntityAction(): string;
23398
23404
  /**
23399
23405
  * * Field Name: ActionFilter
23400
- * * Display Name: Filter Name
23406
+ * * Display Name: Action Filter
23401
23407
  * * SQL Data Type: nvarchar(MAX)
23402
23408
  */
23403
23409
  get ActionFilter(): string;
@@ -23508,7 +23514,7 @@ export declare class EntityActionInvocationEntity extends BaseEntity<EntityActio
23508
23514
  set ID(value: string);
23509
23515
  /**
23510
23516
  * * Field Name: EntityActionID
23511
- * * Display Name: Entity Action
23517
+ * * Display Name: Entity Action ID
23512
23518
  * * SQL Data Type: uniqueidentifier
23513
23519
  * * Related Entity/Foreign Key: Entity Actions (vwEntityActions.ID)
23514
23520
  */
@@ -23516,7 +23522,7 @@ export declare class EntityActionInvocationEntity extends BaseEntity<EntityActio
23516
23522
  set EntityActionID(value: string);
23517
23523
  /**
23518
23524
  * * Field Name: InvocationTypeID
23519
- * * Display Name: Invocation Type
23525
+ * * Display Name: Invocation Type ID
23520
23526
  * * SQL Data Type: uniqueidentifier
23521
23527
  * * Related Entity/Foreign Key: Entity Action Invocation Types (vwEntityActionInvocationTypes.ID)
23522
23528
  */
@@ -23552,7 +23558,7 @@ export declare class EntityActionInvocationEntity extends BaseEntity<EntityActio
23552
23558
  get __mj_UpdatedAt(): Date;
23553
23559
  /**
23554
23560
  * * Field Name: EntityAction
23555
- * * Display Name: Action
23561
+ * * Display Name: Entity Action
23556
23562
  * * SQL Data Type: nvarchar(425)
23557
23563
  */
23558
23564
  get EntityAction(): string;
@@ -23597,7 +23603,7 @@ export declare class EntityActionParamEntity extends BaseEntity<EntityActionPara
23597
23603
  set ID(value: string);
23598
23604
  /**
23599
23605
  * * Field Name: EntityActionID
23600
- * * Display Name: Entity Action Id
23606
+ * * Display Name: Entity Action
23601
23607
  * * SQL Data Type: uniqueidentifier
23602
23608
  * * Related Entity/Foreign Key: Entity Actions (vwEntityActions.ID)
23603
23609
  */
@@ -23605,7 +23611,7 @@ export declare class EntityActionParamEntity extends BaseEntity<EntityActionPara
23605
23611
  set EntityActionID(value: string);
23606
23612
  /**
23607
23613
  * * Field Name: ActionParamID
23608
- * * Display Name: Action Parameter Id
23614
+ * * Display Name: Action Parameter
23609
23615
  * * SQL Data Type: uniqueidentifier
23610
23616
  * * Related Entity/Foreign Key: Action Params (vwActionParams.ID)
23611
23617
  */
@@ -23663,7 +23669,7 @@ export declare class EntityActionParamEntity extends BaseEntity<EntityActionPara
23663
23669
  get EntityAction(): string;
23664
23670
  /**
23665
23671
  * * Field Name: ActionParam
23666
- * * Display Name: Action Parameter
23672
+ * * Display Name: Parameter Name
23667
23673
  * * SQL Data Type: nvarchar(255)
23668
23674
  */
23669
23675
  get ActionParam(): string;
@@ -23968,7 +23974,7 @@ export declare class EntityCommunicationFieldEntity extends BaseEntity<EntityCom
23968
23974
  set ID(value: string);
23969
23975
  /**
23970
23976
  * * Field Name: EntityCommunicationMessageTypeID
23971
- * * Display Name: Message Type ID
23977
+ * * Display Name: Entity Communication Message Type
23972
23978
  * * SQL Data Type: uniqueidentifier
23973
23979
  * * Related Entity/Foreign Key: Entity Communication Message Types (vwEntityCommunicationMessageTypes.ID)
23974
23980
  */
@@ -24006,7 +24012,7 @@ export declare class EntityCommunicationFieldEntity extends BaseEntity<EntityCom
24006
24012
  get __mj_UpdatedAt(): Date;
24007
24013
  /**
24008
24014
  * * Field Name: EntityCommunicationMessageType
24009
- * * Display Name: Message Type
24015
+ * * Display Name: Entity Communication Message Type
24010
24016
  * * SQL Data Type: nvarchar(100)
24011
24017
  */
24012
24018
  get EntityCommunicationMessageType(): string;
@@ -26031,7 +26037,7 @@ export declare class ErrorLogEntity extends BaseEntity<ErrorLogEntityType> {
26031
26037
  set Code(value: string | null);
26032
26038
  /**
26033
26039
  * * Field Name: Message
26034
- * * Display Name: Message
26040
+ * * Display Name: Error Message
26035
26041
  * * SQL Data Type: nvarchar(MAX)
26036
26042
  * * Description: The primary error message describing what went wrong.
26037
26043
  */
@@ -26048,14 +26054,14 @@ export declare class ErrorLogEntity extends BaseEntity<ErrorLogEntityType> {
26048
26054
  set CreatedBy(value: string | null);
26049
26055
  /**
26050
26056
  * * Field Name: Status
26051
- * * Display Name: Status
26057
+ * * Display Name: Error Status
26052
26058
  * * SQL Data Type: nvarchar(10)
26053
26059
  */
26054
26060
  get Status(): string | null;
26055
26061
  set Status(value: string | null);
26056
26062
  /**
26057
26063
  * * Field Name: Category
26058
- * * Display Name: Category
26064
+ * * Display Name: Error Category
26059
26065
  * * SQL Data Type: nvarchar(20)
26060
26066
  * * Description: High-level category for grouping related errors (Database, API, Validation, etc.).
26061
26067
  */
@@ -26063,7 +26069,7 @@ export declare class ErrorLogEntity extends BaseEntity<ErrorLogEntityType> {
26063
26069
  set Category(value: string | null);
26064
26070
  /**
26065
26071
  * * Field Name: Details
26066
- * * Display Name: Details
26072
+ * * Display Name: Error Details
26067
26073
  * * SQL Data Type: nvarchar(MAX)
26068
26074
  * * Description: Full error details including stack trace, inner exceptions, and context data.
26069
26075
  */
@@ -29530,7 +29536,7 @@ detailed information about what validation rules failed.
29530
29536
  set FinalPayloadValidationMessages(value: string | null);
29531
29537
  /**
29532
29538
  * * Field Name: ParentID
29533
- * * Display Name: Parent
29539
+ * * Display Name: Parent ID
29534
29540
  * * SQL Data Type: uniqueidentifier
29535
29541
  * * Related Entity/Foreign Key: MJ: AI Agent Run Steps (vwAIAgentRunSteps.ID)
29536
29542
  * * Description: Optional reference to parent step for tracking hierarchical relationships like code->test->fix->code cycles
@@ -36679,7 +36685,7 @@ export declare class ConversationDetailArtifactEntity extends BaseEntity<Convers
36679
36685
  get __mj_UpdatedAt(): Date;
36680
36686
  /**
36681
36687
  * * Field Name: ConversationDetail
36682
- * * Display Name: Conversation Text
36688
+ * * Display Name: Conversation Detail
36683
36689
  * * SQL Data Type: nvarchar(MAX)
36684
36690
  */
36685
36691
  get ConversationDetail(): string;
@@ -36974,7 +36980,7 @@ export declare class ConversationDetailRatingEntity extends BaseEntity<Conversat
36974
36980
  get __mj_UpdatedAt(): Date;
36975
36981
  /**
36976
36982
  * * Field Name: ConversationDetail
36977
- * * Display Name: Conversation Message
36983
+ * * Display Name: Message Text
36978
36984
  * * SQL Data Type: nvarchar(MAX)
36979
36985
  */
36980
36986
  get ConversationDetail(): string;
@@ -38980,7 +38986,7 @@ export declare class MCPServerConnectionToolEntity extends BaseEntity<MCPServerC
38980
38986
  set MCPServerToolID(value: string);
38981
38987
  /**
38982
38988
  * * Field Name: IsEnabled
38983
- * * Display Name: Is Enabled
38989
+ * * Display Name: Enabled
38984
38990
  * * SQL Data Type: bit
38985
38991
  * * Default Value: 1
38986
38992
  * * Description: Whether this tool is enabled for the connection
@@ -39019,13 +39025,13 @@ export declare class MCPServerConnectionToolEntity extends BaseEntity<MCPServerC
39019
39025
  get __mj_UpdatedAt(): Date;
39020
39026
  /**
39021
39027
  * * Field Name: MCPServerConnection
39022
- * * Display Name: MCP Server Connection
39028
+ * * Display Name: Server Connection
39023
39029
  * * SQL Data Type: nvarchar(255)
39024
39030
  */
39025
39031
  get MCPServerConnection(): string;
39026
39032
  /**
39027
39033
  * * Field Name: MCPServerTool
39028
- * * Display Name: MCP Server Tool
39034
+ * * Display Name: Server Tool
39029
39035
  * * SQL Data Type: nvarchar(255)
39030
39036
  */
39031
39037
  get MCPServerTool(): string | null;
@@ -41899,7 +41905,7 @@ export declare class TaskEntity extends BaseEntity<TaskEntityType> {
41899
41905
  set ID(value: string);
41900
41906
  /**
41901
41907
  * * Field Name: ParentID
41902
- * * Display Name: Parent ID
41908
+ * * Display Name: Parent
41903
41909
  * * SQL Data Type: uniqueidentifier
41904
41910
  * * Related Entity/Foreign Key: MJ: Tasks (vwTasks.ID)
41905
41911
  */
@@ -41923,7 +41929,7 @@ export declare class TaskEntity extends BaseEntity<TaskEntityType> {
41923
41929
  set Description(value: string | null);
41924
41930
  /**
41925
41931
  * * Field Name: TypeID
41926
- * * Display Name: Type ID
41932
+ * * Display Name: Type
41927
41933
  * * SQL Data Type: uniqueidentifier
41928
41934
  * * Related Entity/Foreign Key: MJ: Task Types (vwTaskTypes.ID)
41929
41935
  */
@@ -41931,7 +41937,7 @@ export declare class TaskEntity extends BaseEntity<TaskEntityType> {
41931
41937
  set TypeID(value: string);
41932
41938
  /**
41933
41939
  * * Field Name: EnvironmentID
41934
- * * Display Name: Environment ID
41940
+ * * Display Name: Environment
41935
41941
  * * SQL Data Type: uniqueidentifier
41936
41942
  * * Related Entity/Foreign Key: MJ: Environments (vwEnvironments.ID)
41937
41943
  * * Default Value: F51358F3-9447-4176-B313-BF8025FD8D09
@@ -41940,7 +41946,7 @@ export declare class TaskEntity extends BaseEntity<TaskEntityType> {
41940
41946
  set EnvironmentID(value: string);
41941
41947
  /**
41942
41948
  * * Field Name: ProjectID
41943
- * * Display Name: Project ID
41949
+ * * Display Name: Project
41944
41950
  * * SQL Data Type: uniqueidentifier
41945
41951
  * * Related Entity/Foreign Key: MJ: Projects (vwProjects.ID)
41946
41952
  */
@@ -41948,7 +41954,7 @@ export declare class TaskEntity extends BaseEntity<TaskEntityType> {
41948
41954
  set ProjectID(value: string | null);
41949
41955
  /**
41950
41956
  * * Field Name: ConversationDetailID
41951
- * * Display Name: Conversation Detail ID
41957
+ * * Display Name: Conversation Detail
41952
41958
  * * SQL Data Type: uniqueidentifier
41953
41959
  * * Related Entity/Foreign Key: Conversation Details (vwConversationDetails.ID)
41954
41960
  */
@@ -41956,7 +41962,7 @@ export declare class TaskEntity extends BaseEntity<TaskEntityType> {
41956
41962
  set ConversationDetailID(value: string | null);
41957
41963
  /**
41958
41964
  * * Field Name: UserID
41959
- * * Display Name: User ID
41965
+ * * Display Name: User
41960
41966
  * * SQL Data Type: uniqueidentifier
41961
41967
  * * Related Entity/Foreign Key: Users (vwUsers.ID)
41962
41968
  */
@@ -41964,7 +41970,7 @@ export declare class TaskEntity extends BaseEntity<TaskEntityType> {
41964
41970
  set UserID(value: string | null);
41965
41971
  /**
41966
41972
  * * Field Name: AgentID
41967
- * * Display Name: Agent ID
41973
+ * * Display Name: Agent
41968
41974
  * * SQL Data Type: uniqueidentifier
41969
41975
  * * Related Entity/Foreign Key: AI Agents (vwAIAgents.ID)
41970
41976
  */
@@ -42037,25 +42043,25 @@ export declare class TaskEntity extends BaseEntity<TaskEntityType> {
42037
42043
  get __mj_UpdatedAt(): Date;
42038
42044
  /**
42039
42045
  * * Field Name: Parent
42040
- * * Display Name: Parent Name
42046
+ * * Display Name: Parent
42041
42047
  * * SQL Data Type: nvarchar(255)
42042
42048
  */
42043
42049
  get Parent(): string | null;
42044
42050
  /**
42045
42051
  * * Field Name: Type
42046
- * * Display Name: Type Name
42052
+ * * Display Name: Type
42047
42053
  * * SQL Data Type: nvarchar(255)
42048
42054
  */
42049
42055
  get Type(): string;
42050
42056
  /**
42051
42057
  * * Field Name: Environment
42052
- * * Display Name: Environment Name
42058
+ * * Display Name: Environment
42053
42059
  * * SQL Data Type: nvarchar(255)
42054
42060
  */
42055
42061
  get Environment(): string;
42056
42062
  /**
42057
42063
  * * Field Name: Project
42058
- * * Display Name: Project Name
42064
+ * * Display Name: Project
42059
42065
  * * SQL Data Type: nvarchar(255)
42060
42066
  */
42061
42067
  get Project(): string | null;
@@ -42067,19 +42073,19 @@ export declare class TaskEntity extends BaseEntity<TaskEntityType> {
42067
42073
  get ConversationDetail(): string | null;
42068
42074
  /**
42069
42075
  * * Field Name: User
42070
- * * Display Name: User Name
42076
+ * * Display Name: User
42071
42077
  * * SQL Data Type: nvarchar(100)
42072
42078
  */
42073
42079
  get User(): string | null;
42074
42080
  /**
42075
42081
  * * Field Name: Agent
42076
- * * Display Name: Agent Name
42082
+ * * Display Name: Agent
42077
42083
  * * SQL Data Type: nvarchar(255)
42078
42084
  */
42079
42085
  get Agent(): string | null;
42080
42086
  /**
42081
42087
  * * Field Name: RootParentID
42082
- * * Display Name: Root Parent ID
42088
+ * * Display Name: Root Parent
42083
42089
  * * SQL Data Type: uniqueidentifier
42084
42090
  */
42085
42091
  get RootParentID(): string | null;
@@ -45568,7 +45574,7 @@ export declare class RecommendationItemEntity extends BaseEntity<RecommendationI
45568
45574
  set ID(value: string);
45569
45575
  /**
45570
45576
  * * Field Name: RecommendationID
45571
- * * Display Name: Recommendation
45577
+ * * Display Name: Recommendation ID
45572
45578
  * * SQL Data Type: uniqueidentifier
45573
45579
  * * Related Entity/Foreign Key: Recommendations (vwRecommendations.ID)
45574
45580
  */
@@ -45833,7 +45839,7 @@ export declare class RecommendationEntity extends BaseEntity<RecommendationEntit
45833
45839
  set ID(value: string);
45834
45840
  /**
45835
45841
  * * Field Name: RecommendationRunID
45836
- * * Display Name: Recommendation Run
45842
+ * * Display Name: Recommendation Run ID
45837
45843
  * * SQL Data Type: uniqueidentifier
45838
45844
  * * Related Entity/Foreign Key: Recommendation Runs (vwRecommendationRuns.ID)
45839
45845
  */
@@ -45849,7 +45855,7 @@ export declare class RecommendationEntity extends BaseEntity<RecommendationEntit
45849
45855
  set SourceEntityID(value: string);
45850
45856
  /**
45851
45857
  * * Field Name: SourceEntityRecordID
45852
- * * Display Name: Source Entity Record ID
45858
+ * * Display Name: Source Entity Record
45853
45859
  * * SQL Data Type: nvarchar(MAX)
45854
45860
  * * Description: The record ID of the source entity
45855
45861
  */
@@ -45871,7 +45877,7 @@ export declare class RecommendationEntity extends BaseEntity<RecommendationEntit
45871
45877
  get __mj_UpdatedAt(): Date;
45872
45878
  /**
45873
45879
  * * Field Name: RecommendationRun
45874
- * * Display Name: Run
45880
+ * * Display Name: Recommendation Run
45875
45881
  * * SQL Data Type: nvarchar(255)
45876
45882
  */
45877
45883
  get RecommendationRun(): string;
@@ -46210,7 +46216,7 @@ export declare class RecordMergeDeletionLogEntity extends BaseEntity<RecordMerge
46210
46216
  set ID(value: string);
46211
46217
  /**
46212
46218
  * * Field Name: RecordMergeLogID
46213
- * * Display Name: Record Merge Log
46219
+ * * Display Name: Record Merge Log ID
46214
46220
  * * SQL Data Type: uniqueidentifier
46215
46221
  * * Related Entity/Foreign Key: Record Merge Logs (vwRecordMergeLogs.ID)
46216
46222
  */
@@ -47723,7 +47729,7 @@ export declare class SchemaInfoEntity extends BaseEntity<SchemaInfoEntityType> {
47723
47729
  set SchemaName(value: string);
47724
47730
  /**
47725
47731
  * * Field Name: EntityIDMin
47726
- * * Display Name: Entity IDMin
47732
+ * * Display Name: Entity ID Minimum
47727
47733
  * * SQL Data Type: int
47728
47734
  * * Description: Field EntityIDMin for entity Schema Info.
47729
47735
  */
@@ -47731,7 +47737,7 @@ export declare class SchemaInfoEntity extends BaseEntity<SchemaInfoEntityType> {
47731
47737
  set EntityIDMin(value: number);
47732
47738
  /**
47733
47739
  * * Field Name: EntityIDMax
47734
- * * Display Name: Entity IDMax
47740
+ * * Display Name: Entity ID Maximum
47735
47741
  * * SQL Data Type: int
47736
47742
  * * Description: Field EntityIDMax for entity Schema Info.
47737
47743
  */
@@ -47765,6 +47771,22 @@ export declare class SchemaInfoEntity extends BaseEntity<SchemaInfoEntityType> {
47765
47771
  */
47766
47772
  get Description(): string | null;
47767
47773
  set Description(value: string | null);
47774
+ /**
47775
+ * * Field Name: EntityNamePrefix
47776
+ * * Display Name: Entity Name Prefix
47777
+ * * SQL Data Type: nvarchar(25)
47778
+ * * Description: Optional prefix to prepend to entity names generated for this schema. For example, setting this to "Committees: " would result in entity names like "Committees: Individuals". Can be overridden by mj.config.cjs NameRulesBySchema settings.
47779
+ */
47780
+ get EntityNamePrefix(): string | null;
47781
+ set EntityNamePrefix(value: string | null);
47782
+ /**
47783
+ * * Field Name: EntityNameSuffix
47784
+ * * Display Name: Entity Name Suffix
47785
+ * * SQL Data Type: nvarchar(25)
47786
+ * * Description: Optional suffix to append to entity names generated for this schema. Can be overridden by mj.config.cjs NameRulesBySchema settings.
47787
+ */
47788
+ get EntityNameSuffix(): string | null;
47789
+ set EntityNameSuffix(value: string | null);
47768
47790
  }
47769
47791
  /**
47770
47792
  * Skills - strongly typed entity sub-class
@@ -48323,7 +48345,7 @@ export declare class TemplateParamEntity extends BaseEntity<TemplateParamEntityT
48323
48345
  set ID(value: string);
48324
48346
  /**
48325
48347
  * * Field Name: TemplateID
48326
- * * Display Name: Template
48348
+ * * Display Name: Template ID
48327
48349
  * * SQL Data Type: uniqueidentifier
48328
48350
  * * Related Entity/Foreign Key: Templates (vwTemplates.ID)
48329
48351
  */
@@ -48371,7 +48393,7 @@ export declare class TemplateParamEntity extends BaseEntity<TemplateParamEntityT
48371
48393
  set DefaultValue(value: string | null);
48372
48394
  /**
48373
48395
  * * Field Name: IsRequired
48374
- * * Display Name: Is Required
48396
+ * * Display Name: Required
48375
48397
  * * SQL Data Type: bit
48376
48398
  * * Default Value: 0
48377
48399
  * * Description: Whether this parameter must be provided when using the template.
@@ -48404,7 +48426,7 @@ export declare class TemplateParamEntity extends BaseEntity<TemplateParamEntityT
48404
48426
  set ExtraFilter(value: string | null);
48405
48427
  /**
48406
48428
  * * Field Name: EntityID
48407
- * * Display Name: Entity
48429
+ * * Display Name: Entity ID
48408
48430
  * * SQL Data Type: uniqueidentifier
48409
48431
  * * Related Entity/Foreign Key: Entities (vwEntities.ID)
48410
48432
  */
@@ -48412,7 +48434,7 @@ export declare class TemplateParamEntity extends BaseEntity<TemplateParamEntityT
48412
48434
  set EntityID(value: string | null);
48413
48435
  /**
48414
48436
  * * Field Name: RecordID
48415
- * * Display Name: Record
48437
+ * * Display Name: Record ID
48416
48438
  * * SQL Data Type: nvarchar(2000)
48417
48439
  * * Description: Record ID, used only when Type is Record and a specific hardcoded record ID is desired, this is an uncommon use case, helpful for pulling in static types and metadata in some cases.
48418
48440
  */