@memberjunction/core-entities 4.0.0 → 4.1.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.
- package/dist/generated/entity_subclasses.d.ts +36 -29
- package/dist/generated/entity_subclasses.d.ts.map +1 -1
- package/dist/generated/entity_subclasses.js +79 -58
- package/dist/generated/entity_subclasses.js.map +1 -1
- package/package.json +5 -5
- package/readme.md +420 -132
- package/dist/custom/AIAgentExtended.d.ts +0 -13
- package/dist/custom/AIAgentExtended.d.ts.map +0 -1
- package/dist/custom/AIAgentExtended.js +0 -37
- package/dist/custom/AIAgentExtended.js.map +0 -1
- package/dist/custom/AIAgentRunExtended.d.ts +0 -32
- package/dist/custom/AIAgentRunExtended.d.ts.map +0 -1
- package/dist/custom/AIAgentRunExtended.js +0 -136
- package/dist/custom/AIAgentRunExtended.js.map +0 -1
- package/dist/custom/AIAgentRunStepExtended.d.ts +0 -48
- package/dist/custom/AIAgentRunStepExtended.d.ts.map +0 -1
- package/dist/custom/AIAgentRunStepExtended.js +0 -149
- package/dist/custom/AIAgentRunStepExtended.js.map +0 -1
- package/dist/custom/AIModelExtended.d.ts +0 -14
- package/dist/custom/AIModelExtended.d.ts.map +0 -1
- package/dist/custom/AIModelExtended.js +0 -36
- package/dist/custom/AIModelExtended.js.map +0 -1
- package/dist/custom/AIPromptCategoryExtended.d.ts +0 -7
- package/dist/custom/AIPromptCategoryExtended.d.ts.map +0 -1
- package/dist/custom/AIPromptCategoryExtended.js +0 -26
- package/dist/custom/AIPromptCategoryExtended.js.map +0 -1
- package/dist/custom/AIPromptExtended.d.ts +0 -51
- package/dist/custom/AIPromptExtended.d.ts.map +0 -1
- package/dist/custom/AIPromptExtended.js +0 -169
- package/dist/custom/AIPromptExtended.js.map +0 -1
- package/dist/custom/AIPromptRunEntityExtended.d.ts +0 -47
- package/dist/custom/AIPromptRunEntityExtended.d.ts.map +0 -1
- package/dist/custom/AIPromptRunEntityExtended.js +0 -156
- package/dist/custom/AIPromptRunEntityExtended.js.map +0 -1
- package/dist/custom/TypeTablesCache.d.ts +0 -12
- package/dist/custom/TypeTablesCache.d.ts.map +0 -1
- package/dist/custom/TypeTablesCache.js +0 -31
- package/dist/custom/TypeTablesCache.js.map +0 -1
|
@@ -5071,7 +5071,7 @@ export const EmployeeCompanyIntegrationSchema = z.object({
|
|
|
5071
5071
|
* * Related Entity/Foreign Key: Company Integrations (vwCompanyIntegrations.ID)`),
|
|
5072
5072
|
ExternalSystemRecordID: z.string().describe(`
|
|
5073
5073
|
* * Field Name: ExternalSystemRecordID
|
|
5074
|
-
* * Display Name: External System Record
|
|
5074
|
+
* * Display Name: External System Record ID
|
|
5075
5075
|
* * SQL Data Type: nvarchar(750)
|
|
5076
5076
|
* * Description: The employee's unique identifier in the external integrated system.`),
|
|
5077
5077
|
IsActive: z.boolean().describe(`
|
|
@@ -5153,7 +5153,7 @@ export const EmployeeSkillSchema = z.object({
|
|
|
5153
5153
|
* * Related Entity/Foreign Key: Employees (vwEmployees.ID)`),
|
|
5154
5154
|
SkillID: z.string().describe(`
|
|
5155
5155
|
* * Field Name: SkillID
|
|
5156
|
-
* * Display Name: Skill
|
|
5156
|
+
* * Display Name: Skill ID
|
|
5157
5157
|
* * SQL Data Type: uniqueidentifier
|
|
5158
5158
|
* * Related Entity/Foreign Key: Skills (vwSkills.ID)`),
|
|
5159
5159
|
__mj_CreatedAt: z.date().describe(`
|
|
@@ -5168,7 +5168,7 @@ export const EmployeeSkillSchema = z.object({
|
|
|
5168
5168
|
* * Default Value: getutcdate()`),
|
|
5169
5169
|
Employee: z.string().nullable().describe(`
|
|
5170
5170
|
* * Field Name: Employee
|
|
5171
|
-
* * Display Name: Employee
|
|
5171
|
+
* * Display Name: Employee
|
|
5172
5172
|
* * SQL Data Type: nvarchar(81)`),
|
|
5173
5173
|
Skill: z.string().describe(`
|
|
5174
5174
|
* * Field Name: Skill
|
|
@@ -5721,12 +5721,12 @@ export const EntityActionInvocationSchema = z.object({
|
|
|
5721
5721
|
* * Default Value: newsequentialid()`),
|
|
5722
5722
|
EntityActionID: z.string().describe(`
|
|
5723
5723
|
* * Field Name: EntityActionID
|
|
5724
|
-
* * Display Name: Entity Action
|
|
5724
|
+
* * Display Name: Entity Action
|
|
5725
5725
|
* * SQL Data Type: uniqueidentifier
|
|
5726
5726
|
* * Related Entity/Foreign Key: Entity Actions (vwEntityActions.ID)`),
|
|
5727
5727
|
InvocationTypeID: z.string().describe(`
|
|
5728
5728
|
* * Field Name: InvocationTypeID
|
|
5729
|
-
* * Display Name: Invocation Type
|
|
5729
|
+
* * Display Name: Invocation Type
|
|
5730
5730
|
* * SQL Data Type: uniqueidentifier
|
|
5731
5731
|
* * Related Entity/Foreign Key: Entity Action Invocation Types (vwEntityActionInvocationTypes.ID)`),
|
|
5732
5732
|
Status: z.union([z.literal('Active'), z.literal('Disabled'), z.literal('Pending')]).describe(`
|
|
@@ -5752,11 +5752,11 @@ export const EntityActionInvocationSchema = z.object({
|
|
|
5752
5752
|
* * Default Value: getutcdate()`),
|
|
5753
5753
|
EntityAction: z.string().describe(`
|
|
5754
5754
|
* * Field Name: EntityAction
|
|
5755
|
-
* * Display Name:
|
|
5755
|
+
* * Display Name: Action Name
|
|
5756
5756
|
* * SQL Data Type: nvarchar(425)`),
|
|
5757
5757
|
InvocationType: z.string().describe(`
|
|
5758
5758
|
* * Field Name: InvocationType
|
|
5759
|
-
* * Display Name: Invocation Type
|
|
5759
|
+
* * Display Name: Invocation Type Name
|
|
5760
5760
|
* * SQL Data Type: nvarchar(255)`),
|
|
5761
5761
|
});
|
|
5762
5762
|
/**
|
|
@@ -5811,7 +5811,7 @@ export const EntityActionParamSchema = z.object({
|
|
|
5811
5811
|
* * Default Value: getutcdate()`),
|
|
5812
5812
|
EntityAction: z.string().describe(`
|
|
5813
5813
|
* * Field Name: EntityAction
|
|
5814
|
-
* * Display Name: Action
|
|
5814
|
+
* * Display Name: Entity Action
|
|
5815
5815
|
* * SQL Data Type: nvarchar(425)`),
|
|
5816
5816
|
ActionParam: z.string().describe(`
|
|
5817
5817
|
* * Field Name: ActionParam
|
|
@@ -7234,11 +7234,11 @@ export const ErrorLogSchema = z.object({
|
|
|
7234
7234
|
* * Default Value: getutcdate()`),
|
|
7235
7235
|
CompanyIntegrationRun: z.string().nullable().describe(`
|
|
7236
7236
|
* * Field Name: CompanyIntegrationRun
|
|
7237
|
-
* * Display Name:
|
|
7237
|
+
* * Display Name: Integration Run
|
|
7238
7238
|
* * SQL Data Type: nvarchar(100)`),
|
|
7239
7239
|
CompanyIntegrationRunDetail: z.string().nullable().describe(`
|
|
7240
7240
|
* * Field Name: CompanyIntegrationRunDetail
|
|
7241
|
-
* * Display Name:
|
|
7241
|
+
* * Display Name: Integration Run Detail
|
|
7242
7242
|
* * SQL Data Type: nvarchar(450)`),
|
|
7243
7243
|
});
|
|
7244
7244
|
/**
|
|
@@ -9163,7 +9163,7 @@ detailed information about what validation rules failed.`),
|
|
|
9163
9163
|
* * SQL Data Type: nvarchar(255)`),
|
|
9164
9164
|
Parent: z.string().nullable().describe(`
|
|
9165
9165
|
* * Field Name: Parent
|
|
9166
|
-
* * Display Name: Parent
|
|
9166
|
+
* * Display Name: Parent
|
|
9167
9167
|
* * SQL Data Type: nvarchar(255)`),
|
|
9168
9168
|
RootParentID: z.string().nullable().describe(`
|
|
9169
9169
|
* * Field Name: RootParentID
|
|
@@ -13111,7 +13111,7 @@ export const ConversationDetailArtifactSchema = z.object({
|
|
|
13111
13111
|
* * Default Value: getutcdate()`),
|
|
13112
13112
|
ConversationDetail: z.string().describe(`
|
|
13113
13113
|
* * Field Name: ConversationDetail
|
|
13114
|
-
* * Display Name:
|
|
13114
|
+
* * Display Name: Message Text
|
|
13115
13115
|
* * SQL Data Type: nvarchar(MAX)`),
|
|
13116
13116
|
ArtifactVersion: z.string().nullable().describe(`
|
|
13117
13117
|
* * Field Name: ArtifactVersion
|
|
@@ -14371,7 +14371,7 @@ export const MCPServerConnectionToolSchema = z.object({
|
|
|
14371
14371
|
* * Related Entity/Foreign Key: MJ: MCP Server Tools (vwMCPServerTools.ID)`),
|
|
14372
14372
|
IsEnabled: z.boolean().describe(`
|
|
14373
14373
|
* * Field Name: IsEnabled
|
|
14374
|
-
* * Display Name:
|
|
14374
|
+
* * Display Name: Enabled
|
|
14375
14375
|
* * SQL Data Type: bit
|
|
14376
14376
|
* * Default Value: 1
|
|
14377
14377
|
* * Description: Whether this tool is enabled for the connection`),
|
|
@@ -14397,11 +14397,11 @@ export const MCPServerConnectionToolSchema = z.object({
|
|
|
14397
14397
|
* * Default Value: getutcdate()`),
|
|
14398
14398
|
MCPServerConnection: z.string().describe(`
|
|
14399
14399
|
* * Field Name: MCPServerConnection
|
|
14400
|
-
* * Display Name:
|
|
14400
|
+
* * Display Name: Connection
|
|
14401
14401
|
* * SQL Data Type: nvarchar(255)`),
|
|
14402
14402
|
MCPServerTool: z.string().nullable().describe(`
|
|
14403
14403
|
* * Field Name: MCPServerTool
|
|
14404
|
-
* * Display Name:
|
|
14404
|
+
* * Display Name: Tool
|
|
14405
14405
|
* * SQL Data Type: nvarchar(255)`),
|
|
14406
14406
|
});
|
|
14407
14407
|
/**
|
|
@@ -14757,12 +14757,12 @@ export const MCPToolExecutionLogSchema = z.object({
|
|
|
14757
14757
|
* * Default Value: newsequentialid()`),
|
|
14758
14758
|
MCPServerConnectionID: z.string().describe(`
|
|
14759
14759
|
* * Field Name: MCPServerConnectionID
|
|
14760
|
-
* * Display Name: MCP Server Connection
|
|
14760
|
+
* * Display Name: MCP Server Connection ID
|
|
14761
14761
|
* * SQL Data Type: uniqueidentifier
|
|
14762
14762
|
* * Related Entity/Foreign Key: MJ: MCP Server Connections (vwMCPServerConnections.ID)`),
|
|
14763
14763
|
MCPServerToolID: z.string().nullable().describe(`
|
|
14764
14764
|
* * Field Name: MCPServerToolID
|
|
14765
|
-
* * Display Name: MCP Server Tool
|
|
14765
|
+
* * Display Name: MCP Server Tool ID
|
|
14766
14766
|
* * SQL Data Type: uniqueidentifier
|
|
14767
14767
|
* * Related Entity/Foreign Key: MJ: MCP Server Tools (vwMCPServerTools.ID)
|
|
14768
14768
|
* * Description: FK to MCP Server Tool (null if tool not cached)`),
|
|
@@ -18213,7 +18213,7 @@ export const RecommendationSchema = z.object({
|
|
|
18213
18213
|
* * Related Entity/Foreign Key: Entities (vwEntities.ID)`),
|
|
18214
18214
|
SourceEntityRecordID: z.string().describe(`
|
|
18215
18215
|
* * Field Name: SourceEntityRecordID
|
|
18216
|
-
* * Display Name: Source Record
|
|
18216
|
+
* * Display Name: Source Entity Record
|
|
18217
18217
|
* * SQL Data Type: nvarchar(MAX)
|
|
18218
18218
|
* * Description: The record ID of the source entity`),
|
|
18219
18219
|
__mj_CreatedAt: z.date().describe(`
|
|
@@ -18296,7 +18296,7 @@ export const RecordChangeSchema = z.object({
|
|
|
18296
18296
|
* * Default Value: newsequentialid()`),
|
|
18297
18297
|
EntityID: z.string().describe(`
|
|
18298
18298
|
* * Field Name: EntityID
|
|
18299
|
-
* * Display Name: Entity
|
|
18299
|
+
* * Display Name: Entity ID
|
|
18300
18300
|
* * SQL Data Type: uniqueidentifier
|
|
18301
18301
|
* * Related Entity/Foreign Key: Entities (vwEntities.ID)`),
|
|
18302
18302
|
RecordID: z.string().describe(`
|
|
@@ -18306,7 +18306,7 @@ export const RecordChangeSchema = z.object({
|
|
|
18306
18306
|
* * Description: Field RecordID for entity Record Changes.`),
|
|
18307
18307
|
UserID: z.string().describe(`
|
|
18308
18308
|
* * Field Name: UserID
|
|
18309
|
-
* * Display Name: User
|
|
18309
|
+
* * Display Name: User ID
|
|
18310
18310
|
* * SQL Data Type: uniqueidentifier
|
|
18311
18311
|
* * Related Entity/Foreign Key: Users (vwUsers.ID)`),
|
|
18312
18312
|
Type: z.union([z.literal('Create'), z.literal('Delete'), z.literal('Snapshot'), z.literal('Update')]).describe(`
|
|
@@ -18370,12 +18370,12 @@ export const RecordChangeSchema = z.object({
|
|
|
18370
18370
|
* * Description: Field ErrorLog for entity Record Changes.`),
|
|
18371
18371
|
ReplayRunID: z.string().nullable().describe(`
|
|
18372
18372
|
* * Field Name: ReplayRunID
|
|
18373
|
-
* * Display Name: Replay Run
|
|
18373
|
+
* * Display Name: Replay Run ID
|
|
18374
18374
|
* * SQL Data Type: uniqueidentifier
|
|
18375
18375
|
* * Related Entity/Foreign Key: Record Change Replay Runs (vwRecordChangeReplayRuns.ID)`),
|
|
18376
18376
|
IntegrationID: z.string().nullable().describe(`
|
|
18377
18377
|
* * Field Name: IntegrationID
|
|
18378
|
-
* * Display Name: Integration
|
|
18378
|
+
* * Display Name: Integration ID
|
|
18379
18379
|
* * SQL Data Type: uniqueidentifier
|
|
18380
18380
|
* * Related Entity/Foreign Key: Integrations (vwIntegrations.ID)`),
|
|
18381
18381
|
Comments: z.string().nullable().describe(`
|
|
@@ -18422,12 +18422,12 @@ export const RecordMergeDeletionLogSchema = z.object({
|
|
|
18422
18422
|
* * Default Value: newsequentialid()`),
|
|
18423
18423
|
RecordMergeLogID: z.string().describe(`
|
|
18424
18424
|
* * Field Name: RecordMergeLogID
|
|
18425
|
-
* * Display Name: Record Merge Log
|
|
18425
|
+
* * Display Name: Record Merge Log
|
|
18426
18426
|
* * SQL Data Type: uniqueidentifier
|
|
18427
18427
|
* * Related Entity/Foreign Key: Record Merge Logs (vwRecordMergeLogs.ID)`),
|
|
18428
18428
|
DeletedRecordID: z.string().describe(`
|
|
18429
18429
|
* * Field Name: DeletedRecordID
|
|
18430
|
-
* * Display Name: Deleted Record
|
|
18430
|
+
* * Display Name: Deleted Record
|
|
18431
18431
|
* * SQL Data Type: nvarchar(750)
|
|
18432
18432
|
* * Description: Field DeletedRecordID for entity Record Merge Deletion Logs.`),
|
|
18433
18433
|
Status: z.union([z.literal('Complete'), z.literal('Error'), z.literal('Pending')]).describe(`
|
|
@@ -18457,7 +18457,7 @@ export const RecordMergeDeletionLogSchema = z.object({
|
|
|
18457
18457
|
* * Default Value: getutcdate()`),
|
|
18458
18458
|
RecordMergeLog: z.string().describe(`
|
|
18459
18459
|
* * Field Name: RecordMergeLog
|
|
18460
|
-
* * Display Name:
|
|
18460
|
+
* * Display Name: Merge Log
|
|
18461
18461
|
* * SQL Data Type: nvarchar(450)`),
|
|
18462
18462
|
});
|
|
18463
18463
|
/**
|
|
@@ -19564,7 +19564,7 @@ export const TemplateParamSchema = z.object({
|
|
|
19564
19564
|
* * Default Value: newsequentialid()`),
|
|
19565
19565
|
TemplateID: z.string().describe(`
|
|
19566
19566
|
* * Field Name: TemplateID
|
|
19567
|
-
* * Display Name: Template
|
|
19567
|
+
* * Display Name: Template ID
|
|
19568
19568
|
* * SQL Data Type: uniqueidentifier
|
|
19569
19569
|
* * Related Entity/Foreign Key: Templates (vwTemplates.ID)`),
|
|
19570
19570
|
Name: z.string().describe(`
|
|
@@ -19603,7 +19603,7 @@ export const TemplateParamSchema = z.object({
|
|
|
19603
19603
|
* * Description: Whether this parameter must be provided when using the template.`),
|
|
19604
19604
|
LinkedParameterName: z.string().nullable().describe(`
|
|
19605
19605
|
* * Field Name: LinkedParameterName
|
|
19606
|
-
* * Display Name: Linked Parameter
|
|
19606
|
+
* * Display Name: Linked Parameter Name
|
|
19607
19607
|
* * SQL Data Type: nvarchar(255)
|
|
19608
19608
|
* * Description: Only used when Type=Entity, this is used to link an Entity parameter with another parameter so that the rows in the Entity parameter can be filtered automatically based on the FKEY relationship between the Record and this Entity parameter. For example, if the Entity-based parameter is for an entity like Activities and there is another parameter of type Record for an entity like Contacts, in that situation the Activities Parameter would point to the Contacts parameter as the LinkedParameterName because we would filter down the Activities in each template render to only those linked to the Contact.`),
|
|
19609
19609
|
LinkedParameterField: z.string().nullable().describe(`
|
|
@@ -19618,7 +19618,7 @@ export const TemplateParamSchema = z.object({
|
|
|
19618
19618
|
* * Description: Only used when Type = Entity, used to specify an optional filter to reduce the set of rows that are returned for each of the templates being rendered.`),
|
|
19619
19619
|
EntityID: z.string().nullable().describe(`
|
|
19620
19620
|
* * Field Name: EntityID
|
|
19621
|
-
* * Display Name: Entity
|
|
19621
|
+
* * Display Name: Entity ID
|
|
19622
19622
|
* * SQL Data Type: uniqueidentifier
|
|
19623
19623
|
* * Related Entity/Foreign Key: Entities (vwEntities.ID)`),
|
|
19624
19624
|
RecordID: z.string().nullable().describe(`
|
|
@@ -19643,7 +19643,7 @@ export const TemplateParamSchema = z.object({
|
|
|
19643
19643
|
* * Description: This field is used only when the Type of the TemplateParam table is "Entity". It is an optional field used to specify the sorting order for the related entity data that is used in the template for the Entity specified.`),
|
|
19644
19644
|
TemplateContentID: z.string().nullable().describe(`
|
|
19645
19645
|
* * Field Name: TemplateContentID
|
|
19646
|
-
* * Display Name: Template Content
|
|
19646
|
+
* * Display Name: Template Content ID
|
|
19647
19647
|
* * SQL Data Type: uniqueidentifier
|
|
19648
19648
|
* * Related Entity/Foreign Key: Template Contents (vwTemplateContents.ID)
|
|
19649
19649
|
* * Description: Optional reference to a specific template content. When NULL, this parameter applies to all content items within the template. When set, this parameter applies only to the specified template content.`),
|
|
@@ -25413,6 +25413,9 @@ let AIModelEntity = class AIModelEntity extends BaseEntity {
|
|
|
25413
25413
|
get Vendor() {
|
|
25414
25414
|
return this.Get('Vendor');
|
|
25415
25415
|
}
|
|
25416
|
+
set Vendor(value) {
|
|
25417
|
+
this.Set('Vendor', value);
|
|
25418
|
+
}
|
|
25416
25419
|
/**
|
|
25417
25420
|
* * Field Name: DriverClass
|
|
25418
25421
|
* * Display Name: Driver Class
|
|
@@ -25421,6 +25424,9 @@ let AIModelEntity = class AIModelEntity extends BaseEntity {
|
|
|
25421
25424
|
get DriverClass() {
|
|
25422
25425
|
return this.Get('DriverClass');
|
|
25423
25426
|
}
|
|
25427
|
+
set DriverClass(value) {
|
|
25428
|
+
this.Set('DriverClass', value);
|
|
25429
|
+
}
|
|
25424
25430
|
/**
|
|
25425
25431
|
* * Field Name: DriverImportPath
|
|
25426
25432
|
* * Display Name: Driver Import Path
|
|
@@ -25429,6 +25435,9 @@ let AIModelEntity = class AIModelEntity extends BaseEntity {
|
|
|
25429
25435
|
get DriverImportPath() {
|
|
25430
25436
|
return this.Get('DriverImportPath');
|
|
25431
25437
|
}
|
|
25438
|
+
set DriverImportPath(value) {
|
|
25439
|
+
this.Set('DriverImportPath', value);
|
|
25440
|
+
}
|
|
25432
25441
|
/**
|
|
25433
25442
|
* * Field Name: APIName
|
|
25434
25443
|
* * Display Name: API Name
|
|
@@ -25437,6 +25446,9 @@ let AIModelEntity = class AIModelEntity extends BaseEntity {
|
|
|
25437
25446
|
get APIName() {
|
|
25438
25447
|
return this.Get('APIName');
|
|
25439
25448
|
}
|
|
25449
|
+
set APIName(value) {
|
|
25450
|
+
this.Set('APIName', value);
|
|
25451
|
+
}
|
|
25440
25452
|
/**
|
|
25441
25453
|
* * Field Name: InputTokenLimit
|
|
25442
25454
|
* * Display Name: Input Token Limit
|
|
@@ -25445,6 +25457,9 @@ let AIModelEntity = class AIModelEntity extends BaseEntity {
|
|
|
25445
25457
|
get InputTokenLimit() {
|
|
25446
25458
|
return this.Get('InputTokenLimit');
|
|
25447
25459
|
}
|
|
25460
|
+
set InputTokenLimit(value) {
|
|
25461
|
+
this.Set('InputTokenLimit', value);
|
|
25462
|
+
}
|
|
25448
25463
|
/**
|
|
25449
25464
|
* * Field Name: SupportedResponseFormats
|
|
25450
25465
|
* * Display Name: Supported Response Formats
|
|
@@ -25453,6 +25468,9 @@ let AIModelEntity = class AIModelEntity extends BaseEntity {
|
|
|
25453
25468
|
get SupportedResponseFormats() {
|
|
25454
25469
|
return this.Get('SupportedResponseFormats');
|
|
25455
25470
|
}
|
|
25471
|
+
set SupportedResponseFormats(value) {
|
|
25472
|
+
this.Set('SupportedResponseFormats', value);
|
|
25473
|
+
}
|
|
25456
25474
|
/**
|
|
25457
25475
|
* * Field Name: SupportsEffortLevel
|
|
25458
25476
|
* * Display Name: Supports Effort Level
|
|
@@ -25461,6 +25479,9 @@ let AIModelEntity = class AIModelEntity extends BaseEntity {
|
|
|
25461
25479
|
get SupportsEffortLevel() {
|
|
25462
25480
|
return this.Get('SupportsEffortLevel');
|
|
25463
25481
|
}
|
|
25482
|
+
set SupportsEffortLevel(value) {
|
|
25483
|
+
this.Set('SupportsEffortLevel', value);
|
|
25484
|
+
}
|
|
25464
25485
|
};
|
|
25465
25486
|
AIModelEntity = __decorate([
|
|
25466
25487
|
RegisterClass(BaseEntity, 'AI Models')
|
|
@@ -33639,7 +33660,7 @@ let EmployeeCompanyIntegrationEntity = class EmployeeCompanyIntegrationEntity ex
|
|
|
33639
33660
|
}
|
|
33640
33661
|
/**
|
|
33641
33662
|
* * Field Name: ExternalSystemRecordID
|
|
33642
|
-
* * Display Name: External System Record
|
|
33663
|
+
* * Display Name: External System Record ID
|
|
33643
33664
|
* * SQL Data Type: nvarchar(750)
|
|
33644
33665
|
* * Description: The employee's unique identifier in the external integrated system.
|
|
33645
33666
|
*/
|
|
@@ -33858,7 +33879,7 @@ let EmployeeSkillEntity = class EmployeeSkillEntity extends BaseEntity {
|
|
|
33858
33879
|
}
|
|
33859
33880
|
/**
|
|
33860
33881
|
* * Field Name: SkillID
|
|
33861
|
-
* * Display Name: Skill
|
|
33882
|
+
* * Display Name: Skill ID
|
|
33862
33883
|
* * SQL Data Type: uniqueidentifier
|
|
33863
33884
|
* * Related Entity/Foreign Key: Skills (vwSkills.ID)
|
|
33864
33885
|
*/
|
|
@@ -33888,7 +33909,7 @@ let EmployeeSkillEntity = class EmployeeSkillEntity extends BaseEntity {
|
|
|
33888
33909
|
}
|
|
33889
33910
|
/**
|
|
33890
33911
|
* * Field Name: Employee
|
|
33891
|
-
* * Display Name: Employee
|
|
33912
|
+
* * Display Name: Employee
|
|
33892
33913
|
* * SQL Data Type: nvarchar(81)
|
|
33893
33914
|
*/
|
|
33894
33915
|
get Employee() {
|
|
@@ -35213,7 +35234,7 @@ let EntityActionInvocationEntity = class EntityActionInvocationEntity extends Ba
|
|
|
35213
35234
|
}
|
|
35214
35235
|
/**
|
|
35215
35236
|
* * Field Name: EntityActionID
|
|
35216
|
-
* * Display Name: Entity Action
|
|
35237
|
+
* * Display Name: Entity Action
|
|
35217
35238
|
* * SQL Data Type: uniqueidentifier
|
|
35218
35239
|
* * Related Entity/Foreign Key: Entity Actions (vwEntityActions.ID)
|
|
35219
35240
|
*/
|
|
@@ -35225,7 +35246,7 @@ let EntityActionInvocationEntity = class EntityActionInvocationEntity extends Ba
|
|
|
35225
35246
|
}
|
|
35226
35247
|
/**
|
|
35227
35248
|
* * Field Name: InvocationTypeID
|
|
35228
|
-
* * Display Name: Invocation Type
|
|
35249
|
+
* * Display Name: Invocation Type
|
|
35229
35250
|
* * SQL Data Type: uniqueidentifier
|
|
35230
35251
|
* * Related Entity/Foreign Key: Entity Action Invocation Types (vwEntityActionInvocationTypes.ID)
|
|
35231
35252
|
*/
|
|
@@ -35273,7 +35294,7 @@ let EntityActionInvocationEntity = class EntityActionInvocationEntity extends Ba
|
|
|
35273
35294
|
}
|
|
35274
35295
|
/**
|
|
35275
35296
|
* * Field Name: EntityAction
|
|
35276
|
-
* * Display Name:
|
|
35297
|
+
* * Display Name: Action Name
|
|
35277
35298
|
* * SQL Data Type: nvarchar(425)
|
|
35278
35299
|
*/
|
|
35279
35300
|
get EntityAction() {
|
|
@@ -35281,7 +35302,7 @@ let EntityActionInvocationEntity = class EntityActionInvocationEntity extends Ba
|
|
|
35281
35302
|
}
|
|
35282
35303
|
/**
|
|
35283
35304
|
* * Field Name: InvocationType
|
|
35284
|
-
* * Display Name: Invocation Type
|
|
35305
|
+
* * Display Name: Invocation Type Name
|
|
35285
35306
|
* * SQL Data Type: nvarchar(255)
|
|
35286
35307
|
*/
|
|
35287
35308
|
get InvocationType() {
|
|
@@ -35418,7 +35439,7 @@ let EntityActionParamEntity = class EntityActionParamEntity extends BaseEntity {
|
|
|
35418
35439
|
}
|
|
35419
35440
|
/**
|
|
35420
35441
|
* * Field Name: EntityAction
|
|
35421
|
-
* * Display Name: Action
|
|
35442
|
+
* * Display Name: Entity Action
|
|
35422
35443
|
* * SQL Data Type: nvarchar(425)
|
|
35423
35444
|
*/
|
|
35424
35445
|
get EntityAction() {
|
|
@@ -38815,7 +38836,7 @@ let ErrorLogEntity = class ErrorLogEntity extends BaseEntity {
|
|
|
38815
38836
|
}
|
|
38816
38837
|
/**
|
|
38817
38838
|
* * Field Name: CompanyIntegrationRun
|
|
38818
|
-
* * Display Name:
|
|
38839
|
+
* * Display Name: Integration Run
|
|
38819
38840
|
* * SQL Data Type: nvarchar(100)
|
|
38820
38841
|
*/
|
|
38821
38842
|
get CompanyIntegrationRun() {
|
|
@@ -38823,7 +38844,7 @@ let ErrorLogEntity = class ErrorLogEntity extends BaseEntity {
|
|
|
38823
38844
|
}
|
|
38824
38845
|
/**
|
|
38825
38846
|
* * Field Name: CompanyIntegrationRunDetail
|
|
38826
|
-
* * Display Name:
|
|
38847
|
+
* * Display Name: Integration Run Detail
|
|
38827
38848
|
* * SQL Data Type: nvarchar(450)
|
|
38828
38849
|
*/
|
|
38829
38850
|
get CompanyIntegrationRunDetail() {
|
|
@@ -43692,7 +43713,7 @@ detailed information about what validation rules failed.
|
|
|
43692
43713
|
}
|
|
43693
43714
|
/**
|
|
43694
43715
|
* * Field Name: Parent
|
|
43695
|
-
* * Display Name: Parent
|
|
43716
|
+
* * Display Name: Parent
|
|
43696
43717
|
* * SQL Data Type: nvarchar(255)
|
|
43697
43718
|
*/
|
|
43698
43719
|
get Parent() {
|
|
@@ -53820,7 +53841,7 @@ let ConversationDetailArtifactEntity = class ConversationDetailArtifactEntity ex
|
|
|
53820
53841
|
}
|
|
53821
53842
|
/**
|
|
53822
53843
|
* * Field Name: ConversationDetail
|
|
53823
|
-
* * Display Name:
|
|
53844
|
+
* * Display Name: Message Text
|
|
53824
53845
|
* * SQL Data Type: nvarchar(MAX)
|
|
53825
53846
|
*/
|
|
53826
53847
|
get ConversationDetail() {
|
|
@@ -57047,7 +57068,7 @@ let MCPServerConnectionToolEntity = class MCPServerConnectionToolEntity extends
|
|
|
57047
57068
|
}
|
|
57048
57069
|
/**
|
|
57049
57070
|
* * Field Name: IsEnabled
|
|
57050
|
-
* * Display Name:
|
|
57071
|
+
* * Display Name: Enabled
|
|
57051
57072
|
* * SQL Data Type: bit
|
|
57052
57073
|
* * Default Value: 1
|
|
57053
57074
|
* * Description: Whether this tool is enabled for the connection
|
|
@@ -57102,7 +57123,7 @@ let MCPServerConnectionToolEntity = class MCPServerConnectionToolEntity extends
|
|
|
57102
57123
|
}
|
|
57103
57124
|
/**
|
|
57104
57125
|
* * Field Name: MCPServerConnection
|
|
57105
|
-
* * Display Name:
|
|
57126
|
+
* * Display Name: Connection
|
|
57106
57127
|
* * SQL Data Type: nvarchar(255)
|
|
57107
57128
|
*/
|
|
57108
57129
|
get MCPServerConnection() {
|
|
@@ -57110,7 +57131,7 @@ let MCPServerConnectionToolEntity = class MCPServerConnectionToolEntity extends
|
|
|
57110
57131
|
}
|
|
57111
57132
|
/**
|
|
57112
57133
|
* * Field Name: MCPServerTool
|
|
57113
|
-
* * Display Name:
|
|
57134
|
+
* * Display Name: Tool
|
|
57114
57135
|
* * SQL Data Type: nvarchar(255)
|
|
57115
57136
|
*/
|
|
57116
57137
|
get MCPServerTool() {
|
|
@@ -58008,7 +58029,7 @@ let MCPToolExecutionLogEntity = class MCPToolExecutionLogEntity extends BaseEnti
|
|
|
58008
58029
|
}
|
|
58009
58030
|
/**
|
|
58010
58031
|
* * Field Name: MCPServerConnectionID
|
|
58011
|
-
* * Display Name: MCP Server Connection
|
|
58032
|
+
* * Display Name: MCP Server Connection ID
|
|
58012
58033
|
* * SQL Data Type: uniqueidentifier
|
|
58013
58034
|
* * Related Entity/Foreign Key: MJ: MCP Server Connections (vwMCPServerConnections.ID)
|
|
58014
58035
|
*/
|
|
@@ -58020,7 +58041,7 @@ let MCPToolExecutionLogEntity = class MCPToolExecutionLogEntity extends BaseEnti
|
|
|
58020
58041
|
}
|
|
58021
58042
|
/**
|
|
58022
58043
|
* * Field Name: MCPServerToolID
|
|
58023
|
-
* * Display Name: MCP Server Tool
|
|
58044
|
+
* * Display Name: MCP Server Tool ID
|
|
58024
58045
|
* * SQL Data Type: uniqueidentifier
|
|
58025
58046
|
* * Related Entity/Foreign Key: MJ: MCP Server Tools (vwMCPServerTools.ID)
|
|
58026
58047
|
* * Description: FK to MCP Server Tool (null if tool not cached)
|
|
@@ -66843,7 +66864,7 @@ let RecommendationEntity = class RecommendationEntity extends BaseEntity {
|
|
|
66843
66864
|
}
|
|
66844
66865
|
/**
|
|
66845
66866
|
* * Field Name: SourceEntityRecordID
|
|
66846
|
-
* * Display Name: Source Record
|
|
66867
|
+
* * Display Name: Source Entity Record
|
|
66847
66868
|
* * SQL Data Type: nvarchar(MAX)
|
|
66848
66869
|
* * Description: The record ID of the source entity
|
|
66849
66870
|
*/
|
|
@@ -67059,7 +67080,7 @@ let RecordChangeEntity = class RecordChangeEntity extends BaseEntity {
|
|
|
67059
67080
|
}
|
|
67060
67081
|
/**
|
|
67061
67082
|
* * Field Name: EntityID
|
|
67062
|
-
* * Display Name: Entity
|
|
67083
|
+
* * Display Name: Entity ID
|
|
67063
67084
|
* * SQL Data Type: uniqueidentifier
|
|
67064
67085
|
* * Related Entity/Foreign Key: Entities (vwEntities.ID)
|
|
67065
67086
|
*/
|
|
@@ -67083,7 +67104,7 @@ let RecordChangeEntity = class RecordChangeEntity extends BaseEntity {
|
|
|
67083
67104
|
}
|
|
67084
67105
|
/**
|
|
67085
67106
|
* * Field Name: UserID
|
|
67086
|
-
* * Display Name: User
|
|
67107
|
+
* * Display Name: User ID
|
|
67087
67108
|
* * SQL Data Type: uniqueidentifier
|
|
67088
67109
|
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
67089
67110
|
*/
|
|
@@ -67210,7 +67231,7 @@ let RecordChangeEntity = class RecordChangeEntity extends BaseEntity {
|
|
|
67210
67231
|
}
|
|
67211
67232
|
/**
|
|
67212
67233
|
* * Field Name: ReplayRunID
|
|
67213
|
-
* * Display Name: Replay Run
|
|
67234
|
+
* * Display Name: Replay Run ID
|
|
67214
67235
|
* * SQL Data Type: uniqueidentifier
|
|
67215
67236
|
* * Related Entity/Foreign Key: Record Change Replay Runs (vwRecordChangeReplayRuns.ID)
|
|
67216
67237
|
*/
|
|
@@ -67222,7 +67243,7 @@ let RecordChangeEntity = class RecordChangeEntity extends BaseEntity {
|
|
|
67222
67243
|
}
|
|
67223
67244
|
/**
|
|
67224
67245
|
* * Field Name: IntegrationID
|
|
67225
|
-
* * Display Name: Integration
|
|
67246
|
+
* * Display Name: Integration ID
|
|
67226
67247
|
* * SQL Data Type: uniqueidentifier
|
|
67227
67248
|
* * Related Entity/Foreign Key: Integrations (vwIntegrations.ID)
|
|
67228
67249
|
*/
|
|
@@ -67342,7 +67363,7 @@ let RecordMergeDeletionLogEntity = class RecordMergeDeletionLogEntity extends Ba
|
|
|
67342
67363
|
}
|
|
67343
67364
|
/**
|
|
67344
67365
|
* * Field Name: RecordMergeLogID
|
|
67345
|
-
* * Display Name: Record Merge Log
|
|
67366
|
+
* * Display Name: Record Merge Log
|
|
67346
67367
|
* * SQL Data Type: uniqueidentifier
|
|
67347
67368
|
* * Related Entity/Foreign Key: Record Merge Logs (vwRecordMergeLogs.ID)
|
|
67348
67369
|
*/
|
|
@@ -67354,7 +67375,7 @@ let RecordMergeDeletionLogEntity = class RecordMergeDeletionLogEntity extends Ba
|
|
|
67354
67375
|
}
|
|
67355
67376
|
/**
|
|
67356
67377
|
* * Field Name: DeletedRecordID
|
|
67357
|
-
* * Display Name: Deleted Record
|
|
67378
|
+
* * Display Name: Deleted Record
|
|
67358
67379
|
* * SQL Data Type: nvarchar(750)
|
|
67359
67380
|
* * Description: Field DeletedRecordID for entity Record Merge Deletion Logs.
|
|
67360
67381
|
*/
|
|
@@ -67413,7 +67434,7 @@ let RecordMergeDeletionLogEntity = class RecordMergeDeletionLogEntity extends Ba
|
|
|
67413
67434
|
}
|
|
67414
67435
|
/**
|
|
67415
67436
|
* * Field Name: RecordMergeLog
|
|
67416
|
-
* * Display Name:
|
|
67437
|
+
* * Display Name: Merge Log
|
|
67417
67438
|
* * SQL Data Type: nvarchar(450)
|
|
67418
67439
|
*/
|
|
67419
67440
|
get RecordMergeLog() {
|
|
@@ -70340,7 +70361,7 @@ let TemplateParamEntity = class TemplateParamEntity extends BaseEntity {
|
|
|
70340
70361
|
}
|
|
70341
70362
|
/**
|
|
70342
70363
|
* * Field Name: TemplateID
|
|
70343
|
-
* * Display Name: Template
|
|
70364
|
+
* * Display Name: Template ID
|
|
70344
70365
|
* * SQL Data Type: uniqueidentifier
|
|
70345
70366
|
* * Related Entity/Foreign Key: Templates (vwTemplates.ID)
|
|
70346
70367
|
*/
|
|
@@ -70421,7 +70442,7 @@ let TemplateParamEntity = class TemplateParamEntity extends BaseEntity {
|
|
|
70421
70442
|
}
|
|
70422
70443
|
/**
|
|
70423
70444
|
* * Field Name: LinkedParameterName
|
|
70424
|
-
* * Display Name: Linked Parameter
|
|
70445
|
+
* * Display Name: Linked Parameter Name
|
|
70425
70446
|
* * SQL Data Type: nvarchar(255)
|
|
70426
70447
|
* * Description: Only used when Type=Entity, this is used to link an Entity parameter with another parameter so that the rows in the Entity parameter can be filtered automatically based on the FKEY relationship between the Record and this Entity parameter. For example, if the Entity-based parameter is for an entity like Activities and there is another parameter of type Record for an entity like Contacts, in that situation the Activities Parameter would point to the Contacts parameter as the LinkedParameterName because we would filter down the Activities in each template render to only those linked to the Contact.
|
|
70427
70448
|
*/
|
|
@@ -70457,7 +70478,7 @@ let TemplateParamEntity = class TemplateParamEntity extends BaseEntity {
|
|
|
70457
70478
|
}
|
|
70458
70479
|
/**
|
|
70459
70480
|
* * Field Name: EntityID
|
|
70460
|
-
* * Display Name: Entity
|
|
70481
|
+
* * Display Name: Entity ID
|
|
70461
70482
|
* * SQL Data Type: uniqueidentifier
|
|
70462
70483
|
* * Related Entity/Foreign Key: Entities (vwEntities.ID)
|
|
70463
70484
|
*/
|
|
@@ -70511,7 +70532,7 @@ let TemplateParamEntity = class TemplateParamEntity extends BaseEntity {
|
|
|
70511
70532
|
}
|
|
70512
70533
|
/**
|
|
70513
70534
|
* * Field Name: TemplateContentID
|
|
70514
|
-
* * Display Name: Template Content
|
|
70535
|
+
* * Display Name: Template Content ID
|
|
70515
70536
|
* * SQL Data Type: uniqueidentifier
|
|
70516
70537
|
* * Related Entity/Foreign Key: Template Contents (vwTemplateContents.ID)
|
|
70517
70538
|
* * Description: Optional reference to a specific template content. When NULL, this parameter applies to all content items within the template. When set, this parameter applies only to the specified template content.
|