@memberjunction/server 2.3.1 → 2.3.2
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/generated.d.ts +214 -214
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +428 -428
- package/dist/generated/generated.js.map +1 -1
- package/package.json +22 -22
- package/src/generated/generated.ts +215 -215
|
@@ -18,7 +18,7 @@ export declare class ScheduledAction_ {
|
|
|
18
18
|
_mj__UpdatedAt: Date;
|
|
19
19
|
CreatedByUser: string;
|
|
20
20
|
Action: string;
|
|
21
|
-
|
|
21
|
+
ScheduledActionParams_ScheduledActionIDArray: ScheduledActionParam_[];
|
|
22
22
|
}
|
|
23
23
|
export declare class CreateScheduledActionInput {
|
|
24
24
|
Name: string;
|
|
@@ -245,7 +245,7 @@ export declare class AIPrompt_ {
|
|
|
245
245
|
Template: string;
|
|
246
246
|
Category?: string;
|
|
247
247
|
Type: string;
|
|
248
|
-
|
|
248
|
+
AIResultCache_AIPromptIDArray: AIResultCache_[];
|
|
249
249
|
}
|
|
250
250
|
export declare class CreateAIPromptInput {
|
|
251
251
|
Name: string;
|
|
@@ -348,8 +348,8 @@ export declare class AIPromptCategory_ {
|
|
|
348
348
|
_mj__CreatedAt: Date;
|
|
349
349
|
_mj__UpdatedAt: Date;
|
|
350
350
|
Parent?: string;
|
|
351
|
-
|
|
352
|
-
|
|
351
|
+
AIPrompts_CategoryIDArray: AIPrompt_[];
|
|
352
|
+
AIPromptCategories_ParentIDArray: AIPromptCategory_[];
|
|
353
353
|
}
|
|
354
354
|
export declare class CreateAIPromptCategoryInput {
|
|
355
355
|
Name: string;
|
|
@@ -389,7 +389,7 @@ export declare class AIPromptType_ {
|
|
|
389
389
|
Description?: string;
|
|
390
390
|
_mj__CreatedAt: Date;
|
|
391
391
|
_mj__UpdatedAt: Date;
|
|
392
|
-
|
|
392
|
+
AIPrompts_TypeIDArray: AIPrompt_[];
|
|
393
393
|
}
|
|
394
394
|
export declare class CreateAIPromptTypeInput {
|
|
395
395
|
Name: string;
|
|
@@ -429,9 +429,9 @@ export declare class Company_ {
|
|
|
429
429
|
Domain?: string;
|
|
430
430
|
_mj__CreatedAt: Date;
|
|
431
431
|
_mj__UpdatedAt: Date;
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
432
|
+
Workflows_CompanyNameArray: Workflow_[];
|
|
433
|
+
CompanyIntegrations_CompanyNameArray: CompanyIntegration_[];
|
|
434
|
+
Employees_CompanyIDArray: Employee_[];
|
|
435
435
|
}
|
|
436
436
|
export declare class CreateCompanyInput {
|
|
437
437
|
Name: string;
|
|
@@ -489,11 +489,11 @@ export declare class Employee_ {
|
|
|
489
489
|
SupervisorFirstName?: string;
|
|
490
490
|
SupervisorLastName?: string;
|
|
491
491
|
SupervisorEmail?: string;
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
492
|
+
Users_EmployeeIDArray: User_[];
|
|
493
|
+
EmployeeSkills_EmployeeIDArray: EmployeeSkill_[];
|
|
494
|
+
EmployeeCompanyIntegrations_EmployeeIDArray: EmployeeCompanyIntegration_[];
|
|
495
|
+
Employees_SupervisorIDArray: Employee_[];
|
|
496
|
+
EmployeeRoles_EmployeeIDArray: EmployeeRole_[];
|
|
497
497
|
}
|
|
498
498
|
export declare class CreateEmployeeInput {
|
|
499
499
|
FirstName: string;
|
|
@@ -683,11 +683,11 @@ export declare class Role_ {
|
|
|
683
683
|
SQLName?: string;
|
|
684
684
|
_mj__CreatedAt: Date;
|
|
685
685
|
_mj__UpdatedAt: Date;
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
686
|
+
UserRoles_RoleNameArray: UserRole_[];
|
|
687
|
+
AuthorizationRoles_RoleNameArray: AuthorizationRole_[];
|
|
688
|
+
EntityPermissions_RoleNameArray: EntityPermission_[];
|
|
689
|
+
QueryPermissions_RoleNameArray: QueryPermission_[];
|
|
690
|
+
EmployeeRoles_RoleIDArray: EmployeeRole_[];
|
|
691
691
|
}
|
|
692
692
|
export declare class CreateRoleInput {
|
|
693
693
|
Name: string;
|
|
@@ -734,8 +734,8 @@ export declare class Skill_ {
|
|
|
734
734
|
_mj__CreatedAt: Date;
|
|
735
735
|
_mj__UpdatedAt: Date;
|
|
736
736
|
Parent?: string;
|
|
737
|
-
|
|
738
|
-
|
|
737
|
+
EmployeeSkills_SkillIDArray: EmployeeSkill_[];
|
|
738
|
+
Skills_ParentIDArray: Skill_[];
|
|
739
739
|
}
|
|
740
740
|
export declare class RunSkillViewResult {
|
|
741
741
|
Results: Skill_[];
|
|
@@ -803,9 +803,9 @@ export declare class Integration_ {
|
|
|
803
803
|
_mj__CreatedAt: Date;
|
|
804
804
|
_mj__UpdatedAt: Date;
|
|
805
805
|
ID: string;
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
806
|
+
IntegrationURLFormats_IntegrationIDArray: IntegrationURLFormat_[];
|
|
807
|
+
CompanyIntegrations_IntegrationNameArray: CompanyIntegration_[];
|
|
808
|
+
RecordChanges_IntegrationIDArray: RecordChange_[];
|
|
809
809
|
}
|
|
810
810
|
export declare class UpdateIntegrationInput {
|
|
811
811
|
Name: string;
|
|
@@ -861,10 +861,10 @@ export declare class CompanyIntegration_ {
|
|
|
861
861
|
LastRunID?: string;
|
|
862
862
|
LastRunStartedAt?: Date;
|
|
863
863
|
LastRunEndedAt?: Date;
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
864
|
+
CompanyIntegrationRecordMaps_CompanyIntegrationIDArray: CompanyIntegrationRecordMap_[];
|
|
865
|
+
Lists_CompanyIntegrationIDArray: List_[];
|
|
866
|
+
CompanyIntegrationRuns_CompanyIntegrationIDArray: CompanyIntegrationRun_[];
|
|
867
|
+
EmployeeCompanyIntegrations_CompanyIntegrationIDArray: EmployeeCompanyIntegration_[];
|
|
868
868
|
}
|
|
869
869
|
export declare class UpdateCompanyIntegrationInput {
|
|
870
870
|
ID: string;
|
|
@@ -955,7 +955,7 @@ export declare class EntityField_ {
|
|
|
955
955
|
RelatedEntityBaseView?: string;
|
|
956
956
|
RelatedEntityCodeName?: string;
|
|
957
957
|
RelatedEntityClassName?: string;
|
|
958
|
-
|
|
958
|
+
EntityFieldValues_EntityFieldIDArray: EntityFieldValue_[];
|
|
959
959
|
}
|
|
960
960
|
export declare class CreateEntityFieldInput {
|
|
961
961
|
DisplayName?: string;
|
|
@@ -1089,41 +1089,41 @@ export declare class Entity_ {
|
|
|
1089
1089
|
ParentEntity?: string;
|
|
1090
1090
|
ParentBaseTable?: string;
|
|
1091
1091
|
ParentBaseView?: string;
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1092
|
+
AuditLogs_EntityIDArray: AuditLog_[];
|
|
1093
|
+
TemplateParams_EntityIDArray: TemplateParam_[];
|
|
1094
|
+
DatasetItems_EntityIDArray: DatasetItem_[];
|
|
1095
|
+
Users_LinkedEntityIDArray: User_[];
|
|
1096
|
+
CompanyIntegrationRecordMaps_EntityIDArray: CompanyIntegrationRecordMap_[];
|
|
1097
|
+
Entities_ParentIDArray: Entity_[];
|
|
1098
|
+
UserViewCategories_EntityIDArray: UserViewCategory_[];
|
|
1099
|
+
EntityAIActions_EntityIDArray: EntityAIAction_[];
|
|
1100
|
+
EntityActions_EntityIDArray: EntityAction_[];
|
|
1101
|
+
Conversations_LinkedEntityIDArray: Conversation_[];
|
|
1102
|
+
DuplicateRuns_EntityIDArray: DuplicateRun_[];
|
|
1103
|
+
TaggedItems_EntityIDArray: TaggedItem_[];
|
|
1104
|
+
RecordMergeLogs_EntityIDArray: RecordMergeLog_[];
|
|
1105
|
+
UserApplicationEntities_EntityIDArray: UserApplicationEntity_[];
|
|
1106
|
+
QueryFields_SourceEntityIDArray: QueryField_[];
|
|
1107
|
+
UserViews_EntityIDArray: UserView_[];
|
|
1108
|
+
RecommendationItems_DestinationEntityIDArray: RecommendationItem_[];
|
|
1109
|
+
EntityPermissions_EntityIDArray: EntityPermission_[];
|
|
1110
|
+
Lists_EntityIDArray: List_[];
|
|
1111
|
+
UserRecordLogs_EntityIDArray: UserRecordLog_[];
|
|
1112
|
+
EntityDocuments_EntityIDArray: EntityDocument_[];
|
|
1113
|
+
Recommendations_SourceEntityIDArray: Recommendation_[];
|
|
1114
|
+
FileEntityRecordLinks_EntityIDArray: FileEntityRecordLink_[];
|
|
1115
|
+
EntitySettings_EntityIDArray: EntitySetting_[];
|
|
1116
|
+
EntityRelationships_EntityIDArray: EntityRelationship_[];
|
|
1117
|
+
CompanyIntegrationRunDetails_EntityIDArray: CompanyIntegrationRunDetail_[];
|
|
1118
|
+
DataContextItems_EntityIDArray: DataContextItem_[];
|
|
1119
|
+
IntegrationURLFormats_EntityIDArray: IntegrationURLFormat_[];
|
|
1120
|
+
EntityFields_EntityIDArray: EntityField_[];
|
|
1121
|
+
UserFavorites_EntityIDArray: UserFavorite_[];
|
|
1122
|
+
EntityCommunicationMessageTypes_EntityIDArray: EntityCommunicationMessageType_[];
|
|
1123
|
+
EntityRecordDocuments_EntityIDArray: EntityRecordDocument_[];
|
|
1124
|
+
RecordChanges_EntityIDArray: RecordChange_[];
|
|
1125
|
+
ApplicationEntities_EntityIDArray: ApplicationEntity_[];
|
|
1126
|
+
ResourceTypes_EntityIDArray: ResourceType_[];
|
|
1127
1127
|
}
|
|
1128
1128
|
export declare class CreateEntityInput {
|
|
1129
1129
|
ParentID?: string;
|
|
@@ -1290,38 +1290,38 @@ export declare class User_ {
|
|
|
1290
1290
|
EmployeeTitle?: string;
|
|
1291
1291
|
EmployeeSupervisor?: string;
|
|
1292
1292
|
EmployeeSupervisorEmail?: string;
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1293
|
+
RecommendationRuns_RunByUserIDArray: RecommendationRun_[];
|
|
1294
|
+
UserApplications_UserIDArray: UserApplication_[];
|
|
1295
|
+
Dashboards_UserIDArray: Dashboard_[];
|
|
1296
|
+
RecordChanges_UserIDArray: RecordChange_[];
|
|
1297
|
+
Reports_UserIDArray: Report_[];
|
|
1298
|
+
DashboardCategories_UserIDArray: DashboardCategory_[];
|
|
1299
|
+
Actions_CodeApprovedByUserIDArray: Action_[];
|
|
1300
|
+
QueryCategories_UserIDArray: QueryCategory_[];
|
|
1301
|
+
UserViewCategories_UserIDArray: UserViewCategory_[];
|
|
1302
|
+
DataContexts_UserIDArray: DataContext_[];
|
|
1303
|
+
RecordMergeLogs_InitiatedByUserIDArray: RecordMergeLog_[];
|
|
1304
|
+
CompanyIntegrationRuns_RunByUserIDArray: CompanyIntegrationRun_[];
|
|
1305
|
+
ReportCategories_UserIDArray: ReportCategory_[];
|
|
1306
|
+
RecordChangeReplayRuns_UserIDArray: RecordChangeReplayRun_[];
|
|
1307
|
+
UserRoles_UserIDArray: UserRole_[];
|
|
1308
|
+
UserViewRuns_RunByUserIDArray: UserViewRun_[];
|
|
1309
|
+
Workspaces_UserIDArray: Workspace_[];
|
|
1310
|
+
Conversations_UserIDArray: Conversation_[];
|
|
1311
|
+
Lists_UserIDArray: List_[];
|
|
1312
|
+
CommunicationRuns_UserIDArray: CommunicationRun_[];
|
|
1313
|
+
ActionExecutionLogs_UserIDArray: ActionExecutionLog_[];
|
|
1314
|
+
AuditLogs_UserIDArray: AuditLog_[];
|
|
1315
|
+
ReportSnapshots_UserIDArray: ReportSnapshot_[];
|
|
1316
|
+
UserViews_UserIDArray: UserView_[];
|
|
1317
|
+
TemplateCategories_UserIDArray: TemplateCategory_[];
|
|
1318
|
+
DuplicateRuns_StartedByUserIDArray: DuplicateRun_[];
|
|
1319
|
+
UserRecordLogs_UserIDArray: UserRecordLog_[];
|
|
1320
|
+
UserNotifications_UserIDArray: UserNotification_[];
|
|
1321
|
+
Templates_UserIDArray: Template_[];
|
|
1322
|
+
UserFavorites_UserIDArray: UserFavorite_[];
|
|
1323
|
+
ListCategories_UserIDArray: ListCategory_[];
|
|
1324
|
+
ScheduledActions_CreatedByUserIDArray: ScheduledAction_[];
|
|
1325
1325
|
}
|
|
1326
1326
|
export declare class CreateUserInput {
|
|
1327
1327
|
Name: string;
|
|
@@ -1567,9 +1567,9 @@ export declare class UserView_ {
|
|
|
1567
1567
|
UserType: string;
|
|
1568
1568
|
Entity: string;
|
|
1569
1569
|
EntityBaseView: string;
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1570
|
+
DataContextItems_ViewIDArray: DataContextItem_[];
|
|
1571
|
+
UserViewRuns_UserViewIDArray: UserViewRun_[];
|
|
1572
|
+
EntityRelationships_DisplayUserViewGUIDArray: EntityRelationship_[];
|
|
1573
1573
|
}
|
|
1574
1574
|
export declare class CreateUserViewInput {
|
|
1575
1575
|
UserID: string;
|
|
@@ -1644,9 +1644,9 @@ export declare class CompanyIntegrationRun_ {
|
|
|
1644
1644
|
_mj__CreatedAt: Date;
|
|
1645
1645
|
_mj__UpdatedAt: Date;
|
|
1646
1646
|
RunByUser: string;
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1647
|
+
ErrorLogs_CompanyIntegrationRunIDArray: ErrorLog_[];
|
|
1648
|
+
CompanyIntegrationRunDetails_CompanyIntegrationRunIDArray: CompanyIntegrationRunDetail_[];
|
|
1649
|
+
CompanyIntegrationRunAPILogs_CompanyIntegrationRunIDArray: CompanyIntegrationRunAPILog_[];
|
|
1650
1650
|
}
|
|
1651
1651
|
export declare class CreateCompanyIntegrationRunInput {
|
|
1652
1652
|
CompanyIntegrationID: string;
|
|
@@ -1699,7 +1699,7 @@ export declare class CompanyIntegrationRunDetail_ {
|
|
|
1699
1699
|
Entity: string;
|
|
1700
1700
|
RunStartedAt?: Date;
|
|
1701
1701
|
RunEndedAt?: Date;
|
|
1702
|
-
|
|
1702
|
+
ErrorLogs_CompanyIntegrationRunDetailIDArray: ErrorLog_[];
|
|
1703
1703
|
}
|
|
1704
1704
|
export declare class CreateCompanyIntegrationRunDetailInput {
|
|
1705
1705
|
CompanyIntegrationRunID: string;
|
|
@@ -1797,9 +1797,9 @@ export declare class Application_ {
|
|
|
1797
1797
|
DefaultForNewUser: boolean;
|
|
1798
1798
|
_mj__CreatedAt: Date;
|
|
1799
1799
|
_mj__UpdatedAt: Date;
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1800
|
+
ApplicationSettings_ApplicationIDArray: ApplicationSetting_[];
|
|
1801
|
+
UserApplications_ApplicationIDArray: UserApplication_[];
|
|
1802
|
+
ApplicationEntities_ApplicationIDArray: ApplicationEntity_[];
|
|
1803
1803
|
}
|
|
1804
1804
|
export declare class CreateApplicationInput {
|
|
1805
1805
|
Name: string;
|
|
@@ -2002,7 +2002,7 @@ export declare class UserApplication_ {
|
|
|
2002
2002
|
_mj__UpdatedAt: Date;
|
|
2003
2003
|
User: string;
|
|
2004
2004
|
Application: string;
|
|
2005
|
-
|
|
2005
|
+
UserApplicationEntities_UserApplicationIDArray: UserApplicationEntity_[];
|
|
2006
2006
|
}
|
|
2007
2007
|
export declare class CreateUserApplicationInput {
|
|
2008
2008
|
UserID: string;
|
|
@@ -2097,8 +2097,8 @@ export declare class List_ {
|
|
|
2097
2097
|
Entity: string;
|
|
2098
2098
|
User: string;
|
|
2099
2099
|
Category?: string;
|
|
2100
|
-
|
|
2101
|
-
|
|
2100
|
+
ListDetails_ListIDArray: ListDetail_[];
|
|
2101
|
+
DuplicateRuns_SourceListIDArray: DuplicateRun_[];
|
|
2102
2102
|
}
|
|
2103
2103
|
export declare class CreateListInput {
|
|
2104
2104
|
Name: string;
|
|
@@ -2194,7 +2194,7 @@ export declare class UserViewRun_ {
|
|
|
2194
2194
|
_mj__UpdatedAt: Date;
|
|
2195
2195
|
UserView: string;
|
|
2196
2196
|
RunByUser: string;
|
|
2197
|
-
|
|
2197
|
+
UserViewRunDetails_UserViewRunIDArray: UserViewRunDetail_[];
|
|
2198
2198
|
}
|
|
2199
2199
|
export declare class CreateUserViewRunInput {
|
|
2200
2200
|
UserViewID: string;
|
|
@@ -2314,8 +2314,8 @@ export declare class Workflow_ {
|
|
|
2314
2314
|
_mj__CreatedAt: Date;
|
|
2315
2315
|
_mj__UpdatedAt: Date;
|
|
2316
2316
|
AutoRunIntervalMinutes?: number;
|
|
2317
|
-
|
|
2318
|
-
|
|
2317
|
+
Reports_OutputWorkflowIDArray: Report_[];
|
|
2318
|
+
WorkflowRuns_WorkflowNameArray: WorkflowRun_[];
|
|
2319
2319
|
}
|
|
2320
2320
|
export declare class UpdateWorkflowInput {
|
|
2321
2321
|
ID: string;
|
|
@@ -2355,7 +2355,7 @@ export declare class WorkflowEngine_ {
|
|
|
2355
2355
|
DriverClass: string;
|
|
2356
2356
|
_mj__CreatedAt: Date;
|
|
2357
2357
|
_mj__UpdatedAt: Date;
|
|
2358
|
-
|
|
2358
|
+
Workflows_WorkflowEngineNameArray: Workflow_[];
|
|
2359
2359
|
}
|
|
2360
2360
|
export declare class UpdateWorkflowEngineInput {
|
|
2361
2361
|
ID: string;
|
|
@@ -2493,7 +2493,7 @@ export declare class RowLevelSecurityFilter_ {
|
|
|
2493
2493
|
FilterText?: string;
|
|
2494
2494
|
_mj__CreatedAt: Date;
|
|
2495
2495
|
_mj__UpdatedAt: Date;
|
|
2496
|
-
|
|
2496
|
+
EntityPermissions_ReadRLSFilterIDArray: EntityPermission_[];
|
|
2497
2497
|
}
|
|
2498
2498
|
export declare class RunRowLevelSecurityFilterViewResult {
|
|
2499
2499
|
Results: RowLevelSecurityFilter_[];
|
|
@@ -2578,11 +2578,11 @@ export declare class Authorization_ {
|
|
|
2578
2578
|
_mj__CreatedAt: Date;
|
|
2579
2579
|
_mj__UpdatedAt: Date;
|
|
2580
2580
|
Parent?: string;
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2581
|
+
AuthorizationRoles_AuthorizationIDArray: AuthorizationRole_[];
|
|
2582
|
+
ActionAuthorizations_AuthorizationIDArray: ActionAuthorization_[];
|
|
2583
|
+
Authorizations_ParentIDArray: Authorization_[];
|
|
2584
|
+
AuditLogs_AuthorizationNameArray: AuditLog_[];
|
|
2585
|
+
AuditLogTypes_AuthorizationNameArray: AuditLogType_[];
|
|
2586
2586
|
}
|
|
2587
2587
|
export declare class RunAuthorizationViewResult {
|
|
2588
2588
|
Results: Authorization_[];
|
|
@@ -2641,8 +2641,8 @@ export declare class AuditLogType_ {
|
|
|
2641
2641
|
_mj__UpdatedAt: Date;
|
|
2642
2642
|
Parent?: string;
|
|
2643
2643
|
Authorization?: string;
|
|
2644
|
-
|
|
2645
|
-
|
|
2644
|
+
AuditLogTypes_ParentIDArray: AuditLogType_[];
|
|
2645
|
+
AuditLogs_AuditLogTypeNameArray: AuditLog_[];
|
|
2646
2646
|
}
|
|
2647
2647
|
export declare class RunAuditLogTypeViewResult {
|
|
2648
2648
|
Results: AuditLogType_[];
|
|
@@ -2718,12 +2718,12 @@ export declare class AIModel_ {
|
|
|
2718
2718
|
CostRank?: number;
|
|
2719
2719
|
ModelSelectionInsights?: string;
|
|
2720
2720
|
AIModelType: string;
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2721
|
+
AIActions_DefaultModelIDArray: AIAction_[];
|
|
2722
|
+
EntityDocuments_AIModelIDArray: EntityDocument_[];
|
|
2723
|
+
AIModelActions_AIModelIDArray: AIModelAction_[];
|
|
2724
|
+
VectorIndexes_EmbeddingModelIDArray: VectorIndex_[];
|
|
2725
|
+
EntityAIActions_AIModelIDArray: EntityAIAction_[];
|
|
2726
|
+
AIResultCache_AIModelIDArray: AIResultCache_[];
|
|
2727
2727
|
}
|
|
2728
2728
|
export declare class CreateAIModelInput {
|
|
2729
2729
|
Name: string;
|
|
@@ -2790,8 +2790,8 @@ export declare class AIAction_ {
|
|
|
2790
2790
|
_mj__CreatedAt: Date;
|
|
2791
2791
|
_mj__UpdatedAt: Date;
|
|
2792
2792
|
DefaultModel?: string;
|
|
2793
|
-
|
|
2794
|
-
|
|
2793
|
+
AIModelActions_AIActionIDArray: AIModelAction_[];
|
|
2794
|
+
EntityAIActions_AIActionIDArray: EntityAIAction_[];
|
|
2795
2795
|
}
|
|
2796
2796
|
export declare class CreateAIActionInput {
|
|
2797
2797
|
Name: string;
|
|
@@ -2947,7 +2947,7 @@ export declare class AIModelType_ {
|
|
|
2947
2947
|
Description?: string;
|
|
2948
2948
|
_mj__CreatedAt: Date;
|
|
2949
2949
|
_mj__UpdatedAt: Date;
|
|
2950
|
-
|
|
2950
|
+
AIModels_AIModelTypeIDArray: AIModel_[];
|
|
2951
2951
|
}
|
|
2952
2952
|
export declare class CreateAIModelTypeInput {
|
|
2953
2953
|
Name: string;
|
|
@@ -2988,7 +2988,7 @@ export declare class QueueType_ {
|
|
|
2988
2988
|
IsActive: boolean;
|
|
2989
2989
|
_mj__CreatedAt: Date;
|
|
2990
2990
|
_mj__UpdatedAt: Date;
|
|
2991
|
-
|
|
2991
|
+
Queues_QueueTypeIDArray: Queue_[];
|
|
2992
2992
|
}
|
|
2993
2993
|
export declare class RunQueueTypeViewResult {
|
|
2994
2994
|
Results: QueueType_[];
|
|
@@ -3027,7 +3027,7 @@ export declare class Queue_ {
|
|
|
3027
3027
|
_mj__CreatedAt: Date;
|
|
3028
3028
|
_mj__UpdatedAt: Date;
|
|
3029
3029
|
QueueType: string;
|
|
3030
|
-
|
|
3030
|
+
QueueTasks_QueueIDArray: QueueTask_[];
|
|
3031
3031
|
}
|
|
3032
3032
|
export declare class CreateQueueInput {
|
|
3033
3033
|
Name: string;
|
|
@@ -3193,7 +3193,7 @@ export declare class OutputTriggerType_ {
|
|
|
3193
3193
|
Description?: string;
|
|
3194
3194
|
_mj__CreatedAt: Date;
|
|
3195
3195
|
_mj__UpdatedAt: Date;
|
|
3196
|
-
|
|
3196
|
+
Reports_OutputTriggerTypeIDArray: Report_[];
|
|
3197
3197
|
}
|
|
3198
3198
|
export declare class RunOutputTriggerTypeViewResult {
|
|
3199
3199
|
Results: OutputTriggerType_[];
|
|
@@ -3218,7 +3218,7 @@ export declare class OutputFormatType_ {
|
|
|
3218
3218
|
DisplayFormat?: string;
|
|
3219
3219
|
_mj__CreatedAt: Date;
|
|
3220
3220
|
_mj__UpdatedAt: Date;
|
|
3221
|
-
|
|
3221
|
+
Reports_OutputFormatTypeIDArray: Report_[];
|
|
3222
3222
|
}
|
|
3223
3223
|
export declare class RunOutputFormatTypeViewResult {
|
|
3224
3224
|
Results: OutputFormatType_[];
|
|
@@ -3242,7 +3242,7 @@ export declare class OutputDeliveryType_ {
|
|
|
3242
3242
|
Description?: string;
|
|
3243
3243
|
_mj__CreatedAt: Date;
|
|
3244
3244
|
_mj__UpdatedAt: Date;
|
|
3245
|
-
|
|
3245
|
+
Reports_OutputDeliveryTypeIDArray: Report_[];
|
|
3246
3246
|
}
|
|
3247
3247
|
export declare class RunOutputDeliveryTypeViewResult {
|
|
3248
3248
|
Results: OutputDeliveryType_[];
|
|
@@ -3287,7 +3287,7 @@ export declare class Report_ {
|
|
|
3287
3287
|
OutputFormatType?: string;
|
|
3288
3288
|
OutputDeliveryType?: string;
|
|
3289
3289
|
OutputWorkflow?: string;
|
|
3290
|
-
|
|
3290
|
+
ReportSnapshots_ReportIDArray: ReportSnapshot_[];
|
|
3291
3291
|
}
|
|
3292
3292
|
export declare class CreateReportInput {
|
|
3293
3293
|
Name: string;
|
|
@@ -3394,8 +3394,8 @@ export declare class ResourceType_ {
|
|
|
3394
3394
|
_mj__CreatedAt: Date;
|
|
3395
3395
|
_mj__UpdatedAt: Date;
|
|
3396
3396
|
Entity?: string;
|
|
3397
|
-
|
|
3398
|
-
|
|
3397
|
+
WorkspaceItems_ResourceTypeIDArray: WorkspaceItem_[];
|
|
3398
|
+
UserNotifications_ResourceTypeIDArray: UserNotification_[];
|
|
3399
3399
|
}
|
|
3400
3400
|
export declare class RunResourceTypeViewResult {
|
|
3401
3401
|
Results: ResourceType_[];
|
|
@@ -3423,8 +3423,8 @@ export declare class Tag_ {
|
|
|
3423
3423
|
_mj__CreatedAt: Date;
|
|
3424
3424
|
_mj__UpdatedAt: Date;
|
|
3425
3425
|
Parent?: string;
|
|
3426
|
-
|
|
3427
|
-
|
|
3426
|
+
Tags_ParentIDArray: Tag_[];
|
|
3427
|
+
TaggedItems_TagIDArray: TaggedItem_[];
|
|
3428
3428
|
}
|
|
3429
3429
|
export declare class RunTagViewResult {
|
|
3430
3430
|
Results: Tag_[];
|
|
@@ -3476,7 +3476,7 @@ export declare class Workspace_ {
|
|
|
3476
3476
|
_mj__CreatedAt: Date;
|
|
3477
3477
|
_mj__UpdatedAt: Date;
|
|
3478
3478
|
User: string;
|
|
3479
|
-
|
|
3479
|
+
WorkspaceItems_WorkSpaceIDArray: WorkspaceItem_[];
|
|
3480
3480
|
}
|
|
3481
3481
|
export declare class CreateWorkspaceInput {
|
|
3482
3482
|
Name: string;
|
|
@@ -3567,7 +3567,7 @@ export declare class Dataset_ {
|
|
|
3567
3567
|
Description?: string;
|
|
3568
3568
|
_mj__CreatedAt: Date;
|
|
3569
3569
|
_mj__UpdatedAt: Date;
|
|
3570
|
-
|
|
3570
|
+
DatasetItems_DatasetNameArray: DatasetItem_[];
|
|
3571
3571
|
}
|
|
3572
3572
|
export declare class RunDatasetViewResult {
|
|
3573
3573
|
Results: Dataset_[];
|
|
@@ -3625,7 +3625,7 @@ export declare class ConversationDetail_ {
|
|
|
3625
3625
|
_mj__CreatedAt: Date;
|
|
3626
3626
|
_mj__UpdatedAt: Date;
|
|
3627
3627
|
Conversation?: string;
|
|
3628
|
-
|
|
3628
|
+
Reports_ConversationDetailIDArray: Report_[];
|
|
3629
3629
|
}
|
|
3630
3630
|
export declare class CreateConversationDetailInput {
|
|
3631
3631
|
ConversationID: string;
|
|
@@ -3680,8 +3680,8 @@ export declare class Conversation_ {
|
|
|
3680
3680
|
User: string;
|
|
3681
3681
|
LinkedEntity?: string;
|
|
3682
3682
|
DataContext?: string;
|
|
3683
|
-
|
|
3684
|
-
|
|
3683
|
+
ConversationDetails_ConversationIDArray: ConversationDetail_[];
|
|
3684
|
+
Reports_ConversationIDArray: Report_[];
|
|
3685
3685
|
}
|
|
3686
3686
|
export declare class CreateConversationInput {
|
|
3687
3687
|
UserID: string;
|
|
@@ -3880,8 +3880,8 @@ export declare class RecordMergeLog_ {
|
|
|
3880
3880
|
Entity: string;
|
|
3881
3881
|
InitiatedByUser: string;
|
|
3882
3882
|
ApprovedByUser?: string;
|
|
3883
|
-
|
|
3884
|
-
|
|
3883
|
+
RecordMergeDeletionLogs_RecordMergeLogIDArray: RecordMergeDeletionLog_[];
|
|
3884
|
+
DuplicateRunDetailMatches_RecordMergeLogIDArray: DuplicateRunDetailMatch_[];
|
|
3885
3885
|
}
|
|
3886
3886
|
export declare class CreateRecordMergeLogInput {
|
|
3887
3887
|
EntityID: string;
|
|
@@ -4044,8 +4044,8 @@ export declare class QueryCategory_ {
|
|
|
4044
4044
|
_mj__UpdatedAt: Date;
|
|
4045
4045
|
Parent?: string;
|
|
4046
4046
|
User: string;
|
|
4047
|
-
|
|
4048
|
-
|
|
4047
|
+
QueryCategories_ParentIDArray: QueryCategory_[];
|
|
4048
|
+
Queries_CategoryIDArray: Query_[];
|
|
4049
4049
|
}
|
|
4050
4050
|
export declare class CreateQueryCategoryInput {
|
|
4051
4051
|
Name: string;
|
|
@@ -4097,9 +4097,9 @@ export declare class Query_ {
|
|
|
4097
4097
|
_mj__CreatedAt: Date;
|
|
4098
4098
|
_mj__UpdatedAt: Date;
|
|
4099
4099
|
Category?: string;
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4100
|
+
QueryFields_QueryIDArray: QueryField_[];
|
|
4101
|
+
DataContextItems_QueryIDArray: DataContextItem_[];
|
|
4102
|
+
QueryPermissions_QueryIDArray: QueryPermission_[];
|
|
4103
4103
|
}
|
|
4104
4104
|
export declare class CreateQueryInput {
|
|
4105
4105
|
Name: string;
|
|
@@ -4195,7 +4195,7 @@ export declare class VectorIndex_ {
|
|
|
4195
4195
|
_mj__UpdatedAt: Date;
|
|
4196
4196
|
VectorDatabase: string;
|
|
4197
4197
|
EmbeddingModel: string;
|
|
4198
|
-
|
|
4198
|
+
EntityRecordDocuments_VectorIndexIDArray: EntityRecordDocument_[];
|
|
4199
4199
|
}
|
|
4200
4200
|
export declare class CreateVectorIndexInput {
|
|
4201
4201
|
Name: string;
|
|
@@ -4235,7 +4235,7 @@ export declare class EntityDocumentType_ {
|
|
|
4235
4235
|
Description?: string;
|
|
4236
4236
|
_mj__CreatedAt: Date;
|
|
4237
4237
|
_mj__UpdatedAt: Date;
|
|
4238
|
-
|
|
4238
|
+
EntityDocuments_TypeIDArray: EntityDocument_[];
|
|
4239
4239
|
}
|
|
4240
4240
|
export declare class CreateEntityDocumentTypeInput {
|
|
4241
4241
|
Name: string;
|
|
@@ -4314,8 +4314,8 @@ export declare class VectorDatabase_ {
|
|
|
4314
4314
|
ClassKey?: string;
|
|
4315
4315
|
_mj__CreatedAt: Date;
|
|
4316
4316
|
_mj__UpdatedAt: Date;
|
|
4317
|
-
|
|
4318
|
-
|
|
4317
|
+
EntityDocuments_IDArray: EntityDocument_[];
|
|
4318
|
+
VectorIndexes_VectorDatabaseIDArray: VectorIndex_[];
|
|
4319
4319
|
}
|
|
4320
4320
|
export declare class CreateVectorDatabaseInput {
|
|
4321
4321
|
Name: string;
|
|
@@ -4423,9 +4423,9 @@ export declare class EntityDocument_ {
|
|
|
4423
4423
|
VectorDatabase: string;
|
|
4424
4424
|
Template: string;
|
|
4425
4425
|
AIModel: string;
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4426
|
+
EntityDocumentSettings_EntityDocumentIDArray: EntityDocumentSetting_[];
|
|
4427
|
+
EntityDocumentRuns_EntityDocumentIDArray: EntityDocumentRun_[];
|
|
4428
|
+
EntityRecordDocuments_EntityDocumentIDArray: EntityRecordDocument_[];
|
|
4429
4429
|
}
|
|
4430
4430
|
export declare class CreateEntityDocumentInput {
|
|
4431
4431
|
Name: string;
|
|
@@ -4540,9 +4540,9 @@ export declare class DataContext_ {
|
|
|
4540
4540
|
_mj__CreatedAt: Date;
|
|
4541
4541
|
_mj__UpdatedAt: Date;
|
|
4542
4542
|
User: string;
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4543
|
+
Reports_DataContextIDArray: Report_[];
|
|
4544
|
+
DataContextItems_DataContextIDArray: DataContextItem_[];
|
|
4545
|
+
Conversations_DataContextIDArray: Conversation_[];
|
|
4546
4546
|
}
|
|
4547
4547
|
export declare class CreateDataContextInput {
|
|
4548
4548
|
Name: string;
|
|
@@ -4591,8 +4591,8 @@ export declare class UserViewCategory_ {
|
|
|
4591
4591
|
Parent?: string;
|
|
4592
4592
|
Entity: string;
|
|
4593
4593
|
User: string;
|
|
4594
|
-
|
|
4595
|
-
|
|
4594
|
+
UserViewCategories_ParentIDArray: UserViewCategory_[];
|
|
4595
|
+
UserViews_CategoryIDArray: UserView_[];
|
|
4596
4596
|
}
|
|
4597
4597
|
export declare class CreateUserViewCategoryInput {
|
|
4598
4598
|
Name: string;
|
|
@@ -4640,8 +4640,8 @@ export declare class DashboardCategory_ {
|
|
|
4640
4640
|
_mj__UpdatedAt: Date;
|
|
4641
4641
|
Parent?: string;
|
|
4642
4642
|
User: string;
|
|
4643
|
-
|
|
4644
|
-
|
|
4643
|
+
DashboardCategories_ParentIDArray: DashboardCategory_[];
|
|
4644
|
+
Dashboards_CategoryIDArray: Dashboard_[];
|
|
4645
4645
|
}
|
|
4646
4646
|
export declare class CreateDashboardCategoryInput {
|
|
4647
4647
|
Name: string;
|
|
@@ -4687,8 +4687,8 @@ export declare class ReportCategory_ {
|
|
|
4687
4687
|
_mj__UpdatedAt: Date;
|
|
4688
4688
|
Parent?: string;
|
|
4689
4689
|
User: string;
|
|
4690
|
-
|
|
4691
|
-
|
|
4690
|
+
ReportCategories_ParentIDArray: ReportCategory_[];
|
|
4691
|
+
Reports_CategoryIDArray: Report_[];
|
|
4692
4692
|
}
|
|
4693
4693
|
export declare class CreateReportCategoryInput {
|
|
4694
4694
|
Name: string;
|
|
@@ -4734,7 +4734,7 @@ export declare class FileStorageProvider_ {
|
|
|
4734
4734
|
IsActive: boolean;
|
|
4735
4735
|
_mj__CreatedAt: Date;
|
|
4736
4736
|
_mj__UpdatedAt: Date;
|
|
4737
|
-
|
|
4737
|
+
Files_ProviderIDArray: File_[];
|
|
4738
4738
|
}
|
|
4739
4739
|
export declare class CreateFileStorageProviderInput {
|
|
4740
4740
|
Name: string;
|
|
@@ -4785,7 +4785,7 @@ export declare class File_ {
|
|
|
4785
4785
|
_mj__UpdatedAt: Date;
|
|
4786
4786
|
Category?: string;
|
|
4787
4787
|
Provider: string;
|
|
4788
|
-
|
|
4788
|
+
FileEntityRecordLinks_FileIDArray: FileEntityRecordLink_[];
|
|
4789
4789
|
}
|
|
4790
4790
|
export declare class CreateFileInput {
|
|
4791
4791
|
Name: string;
|
|
@@ -4834,8 +4834,8 @@ export declare class FileCategory_ {
|
|
|
4834
4834
|
_mj__CreatedAt: Date;
|
|
4835
4835
|
_mj__UpdatedAt: Date;
|
|
4836
4836
|
Parent?: string;
|
|
4837
|
-
|
|
4838
|
-
|
|
4837
|
+
Files_CategoryIDArray: File_[];
|
|
4838
|
+
FileCategories_ParentIDArray: FileCategory_[];
|
|
4839
4839
|
}
|
|
4840
4840
|
export declare class CreateFileCategoryInput {
|
|
4841
4841
|
Name: string;
|
|
@@ -5119,7 +5119,7 @@ export declare class DuplicateRun_ {
|
|
|
5119
5119
|
StartedByUser: string;
|
|
5120
5120
|
SourceList: string;
|
|
5121
5121
|
ApprovedByUser?: string;
|
|
5122
|
-
|
|
5122
|
+
DuplicateRunDetails_DuplicateRunIDArray: DuplicateRunDetail_[];
|
|
5123
5123
|
}
|
|
5124
5124
|
export declare class CreateDuplicateRunInput {
|
|
5125
5125
|
EntityID: string;
|
|
@@ -5176,7 +5176,7 @@ export declare class DuplicateRunDetail_ {
|
|
|
5176
5176
|
MergeErrorMessage?: string;
|
|
5177
5177
|
_mj__CreatedAt: Date;
|
|
5178
5178
|
_mj__UpdatedAt: Date;
|
|
5179
|
-
|
|
5179
|
+
DuplicateRunDetailMatches_DuplicateRunDetailIDArray: DuplicateRunDetailMatch_[];
|
|
5180
5180
|
}
|
|
5181
5181
|
export declare class CreateDuplicateRunDetailInput {
|
|
5182
5182
|
DuplicateRunID: string;
|
|
@@ -5267,8 +5267,8 @@ export declare class ActionCategory_ {
|
|
|
5267
5267
|
_mj__CreatedAt: Date;
|
|
5268
5268
|
_mj__UpdatedAt: Date;
|
|
5269
5269
|
Parent?: string;
|
|
5270
|
-
|
|
5271
|
-
|
|
5270
|
+
ActionCategories_ParentIDArray: ActionCategory_[];
|
|
5271
|
+
Actions_CategoryIDArray: Action_[];
|
|
5272
5272
|
}
|
|
5273
5273
|
export declare class CreateActionCategoryInput {
|
|
5274
5274
|
Name: string;
|
|
@@ -5313,9 +5313,9 @@ export declare class EntityAction_ {
|
|
|
5313
5313
|
ID: string;
|
|
5314
5314
|
Entity: string;
|
|
5315
5315
|
Action: string;
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
|
|
5316
|
+
EntityActionInvocations_EntityActionIDArray: EntityActionInvocation_[];
|
|
5317
|
+
EntityActionFilters_EntityActionIDArray: EntityActionFilter_[];
|
|
5318
|
+
EntityActionParams_EntityActionIDArray: EntityActionParam_[];
|
|
5319
5319
|
}
|
|
5320
5320
|
export declare class CreateEntityActionInput {
|
|
5321
5321
|
EntityID: string;
|
|
@@ -5436,7 +5436,7 @@ export declare class EntityActionInvocationType_ {
|
|
|
5436
5436
|
DisplaySequence: number;
|
|
5437
5437
|
_mj__CreatedAt: Date;
|
|
5438
5438
|
_mj__UpdatedAt: Date;
|
|
5439
|
-
|
|
5439
|
+
EntityActionInvocations_InvocationTypeIDArray: EntityActionInvocation_[];
|
|
5440
5440
|
}
|
|
5441
5441
|
export declare class CreateEntityActionInvocationTypeInput {
|
|
5442
5442
|
Name: string;
|
|
@@ -5491,14 +5491,14 @@ export declare class Action_ {
|
|
|
5491
5491
|
_mj__UpdatedAt: Date;
|
|
5492
5492
|
Category?: string;
|
|
5493
5493
|
CodeApprovedByUser?: string;
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5500
|
-
|
|
5501
|
-
|
|
5494
|
+
ActionParams_ActionIDArray: ActionParam_[];
|
|
5495
|
+
ActionLibraries_ActionIDArray: ActionLibrary_[];
|
|
5496
|
+
ScheduledActions_ActionIDArray: ScheduledAction_[];
|
|
5497
|
+
ActionResultCodes_ActionIDArray: ActionResultCode_[];
|
|
5498
|
+
ActionContexts_ActionIDArray: ActionContext_[];
|
|
5499
|
+
EntityActions_ActionIDArray: EntityAction_[];
|
|
5500
|
+
ActionExecutionLogs_ActionIDArray: ActionExecutionLog_[];
|
|
5501
|
+
ActionAuthorizations_ActionIDArray: ActionAuthorization_[];
|
|
5502
5502
|
}
|
|
5503
5503
|
export declare class CreateActionInput {
|
|
5504
5504
|
CategoryID?: string;
|
|
@@ -5613,7 +5613,7 @@ export declare class ActionFilter_ {
|
|
|
5613
5613
|
CodeExplanation?: string;
|
|
5614
5614
|
_mj__CreatedAt: Date;
|
|
5615
5615
|
_mj__UpdatedAt: Date;
|
|
5616
|
-
|
|
5616
|
+
EntityActionFilters_ActionFilterIDArray: EntityActionFilter_[];
|
|
5617
5617
|
}
|
|
5618
5618
|
export declare class CreateActionFilterInput {
|
|
5619
5619
|
UserDescription: string;
|
|
@@ -5654,7 +5654,7 @@ export declare class ActionContextType_ {
|
|
|
5654
5654
|
Description?: string;
|
|
5655
5655
|
_mj__CreatedAt: Date;
|
|
5656
5656
|
_mj__UpdatedAt: Date;
|
|
5657
|
-
|
|
5657
|
+
ActionContexts_ContextTypeIDArray: ActionContext_[];
|
|
5658
5658
|
}
|
|
5659
5659
|
export declare class CreateActionContextTypeInput {
|
|
5660
5660
|
Name: string;
|
|
@@ -5832,8 +5832,8 @@ export declare class ActionParam_ {
|
|
|
5832
5832
|
_mj__CreatedAt: Date;
|
|
5833
5833
|
_mj__UpdatedAt: Date;
|
|
5834
5834
|
Action: string;
|
|
5835
|
-
|
|
5836
|
-
|
|
5835
|
+
EntityActionParams_ActionParamIDArray: EntityActionParam_[];
|
|
5836
|
+
ScheduledActionParams_ActionParamIDArray: ScheduledActionParam_[];
|
|
5837
5837
|
}
|
|
5838
5838
|
export declare class CreateActionParamInput {
|
|
5839
5839
|
ActionID: string;
|
|
@@ -5926,8 +5926,8 @@ export declare class Library_ {
|
|
|
5926
5926
|
SampleCode?: string;
|
|
5927
5927
|
_mj__CreatedAt: Date;
|
|
5928
5928
|
_mj__UpdatedAt: Date;
|
|
5929
|
-
|
|
5930
|
-
|
|
5929
|
+
ActionLibraries_LibraryIDArray: ActionLibrary_[];
|
|
5930
|
+
LibraryItems_LibraryIDArray: LibraryItem_[];
|
|
5931
5931
|
}
|
|
5932
5932
|
export declare class CreateLibraryInput {
|
|
5933
5933
|
Name: string;
|
|
@@ -5974,8 +5974,8 @@ export declare class ListCategory_ {
|
|
|
5974
5974
|
_mj__UpdatedAt: Date;
|
|
5975
5975
|
Parent?: string;
|
|
5976
5976
|
User: string;
|
|
5977
|
-
|
|
5978
|
-
|
|
5977
|
+
ListCategories_ParentIDArray: ListCategory_[];
|
|
5978
|
+
Lists_CategoryIDArray: List_[];
|
|
5979
5979
|
}
|
|
5980
5980
|
export declare class CreateListCategoryInput {
|
|
5981
5981
|
Name: string;
|
|
@@ -6019,8 +6019,8 @@ export declare class CommunicationProvider_ {
|
|
|
6019
6019
|
SupportsReceiving: boolean;
|
|
6020
6020
|
_mj__CreatedAt: Date;
|
|
6021
6021
|
_mj__UpdatedAt: Date;
|
|
6022
|
-
|
|
6023
|
-
|
|
6022
|
+
CommunicationLogs_CommunicationProviderIDArray: CommunicationLog_[];
|
|
6023
|
+
CommunicationProviderMessageTypes_CommunicationProviderIDArray: CommunicationProviderMessageType_[];
|
|
6024
6024
|
}
|
|
6025
6025
|
export declare class CreateCommunicationProviderInput {
|
|
6026
6026
|
Name: string;
|
|
@@ -6069,7 +6069,7 @@ export declare class CommunicationRun_ {
|
|
|
6069
6069
|
_mj__CreatedAt: Date;
|
|
6070
6070
|
_mj__UpdatedAt: Date;
|
|
6071
6071
|
User: string;
|
|
6072
|
-
|
|
6072
|
+
CommunicationLogs_CommunicationRunIDArray: CommunicationLog_[];
|
|
6073
6073
|
}
|
|
6074
6074
|
export declare class CreateCommunicationRunInput {
|
|
6075
6075
|
UserID: string;
|
|
@@ -6120,7 +6120,7 @@ export declare class CommunicationProviderMessageType_ {
|
|
|
6120
6120
|
_mj__UpdatedAt: Date;
|
|
6121
6121
|
CommunicationProvider: string;
|
|
6122
6122
|
CommunicationBaseMessageType: string;
|
|
6123
|
-
|
|
6123
|
+
CommunicationLogs_CommunicationProviderMessageTypeIDArray: CommunicationLog_[];
|
|
6124
6124
|
}
|
|
6125
6125
|
export declare class CreateCommunicationProviderMessageTypeInput {
|
|
6126
6126
|
CommunicationProviderID: string;
|
|
@@ -6220,8 +6220,8 @@ export declare class CommunicationBaseMessageType_ {
|
|
|
6220
6220
|
MaxBytes?: number;
|
|
6221
6221
|
_mj__CreatedAt: Date;
|
|
6222
6222
|
_mj__UpdatedAt: Date;
|
|
6223
|
-
|
|
6224
|
-
|
|
6223
|
+
CommunicationProviderMessageTypes_CommunicationBaseMessageTypeIDArray: CommunicationProviderMessageType_[];
|
|
6224
|
+
EntityCommunicationMessageTypes_BaseMessageTypeIDArray: EntityCommunicationMessageType_[];
|
|
6225
6225
|
}
|
|
6226
6226
|
export declare class CreateCommunicationBaseMessageTypeInput {
|
|
6227
6227
|
Type: string;
|
|
@@ -6272,10 +6272,10 @@ export declare class Template_ {
|
|
|
6272
6272
|
_mj__UpdatedAt: Date;
|
|
6273
6273
|
Category?: string;
|
|
6274
6274
|
User: string;
|
|
6275
|
-
|
|
6276
|
-
|
|
6277
|
-
|
|
6278
|
-
|
|
6275
|
+
TemplateContents_TemplateIDArray: TemplateContent_[];
|
|
6276
|
+
TemplateParams_TemplateIDArray: TemplateParam_[];
|
|
6277
|
+
AIPrompts_TemplateIDArray: AIPrompt_[];
|
|
6278
|
+
EntityDocuments_TemplateIDArray: EntityDocument_[];
|
|
6279
6279
|
}
|
|
6280
6280
|
export declare class CreateTemplateInput {
|
|
6281
6281
|
Name: string;
|
|
@@ -6330,8 +6330,8 @@ export declare class TemplateCategory_ {
|
|
|
6330
6330
|
_mj__UpdatedAt: Date;
|
|
6331
6331
|
Parent?: string;
|
|
6332
6332
|
User: string;
|
|
6333
|
-
|
|
6334
|
-
|
|
6333
|
+
Templates_CategoryIDArray: Template_[];
|
|
6334
|
+
TemplateCategories_ParentIDArray: TemplateCategory_[];
|
|
6335
6335
|
}
|
|
6336
6336
|
export declare class CreateTemplateCategoryInput {
|
|
6337
6337
|
Name: string;
|
|
@@ -6481,7 +6481,7 @@ export declare class TemplateContentType_ {
|
|
|
6481
6481
|
CodeType: string;
|
|
6482
6482
|
_mj__CreatedAt: Date;
|
|
6483
6483
|
_mj__UpdatedAt: Date;
|
|
6484
|
-
|
|
6484
|
+
TemplateContents_TypeIDArray: TemplateContent_[];
|
|
6485
6485
|
}
|
|
6486
6486
|
export declare class CreateTemplateContentTypeInput {
|
|
6487
6487
|
Name: string;
|
|
@@ -6521,7 +6521,7 @@ export declare class Recommendation_ {
|
|
|
6521
6521
|
_mj__CreatedAt: Date;
|
|
6522
6522
|
_mj__UpdatedAt: Date;
|
|
6523
6523
|
SourceEntity: string;
|
|
6524
|
-
|
|
6524
|
+
RecommendationItems_RecommendationIDArray: RecommendationItem_[];
|
|
6525
6525
|
}
|
|
6526
6526
|
export declare class CreateRecommendationInput {
|
|
6527
6527
|
RecommendationRunID: string;
|
|
@@ -6559,7 +6559,7 @@ export declare class RecommendationProvider_ {
|
|
|
6559
6559
|
Description?: string;
|
|
6560
6560
|
_mj__CreatedAt: Date;
|
|
6561
6561
|
_mj__UpdatedAt: Date;
|
|
6562
|
-
|
|
6562
|
+
RecommendationRuns_RecommendationProviderIDArray: RecommendationRun_[];
|
|
6563
6563
|
}
|
|
6564
6564
|
export declare class CreateRecommendationProviderInput {
|
|
6565
6565
|
Name: string;
|
|
@@ -6601,7 +6601,7 @@ export declare class RecommendationRun_ {
|
|
|
6601
6601
|
_mj__UpdatedAt: Date;
|
|
6602
6602
|
RecommendationProvider: string;
|
|
6603
6603
|
RunByUser: string;
|
|
6604
|
-
|
|
6604
|
+
Recommendations_RecommendationRunIDArray: Recommendation_[];
|
|
6605
6605
|
}
|
|
6606
6606
|
export declare class CreateRecommendationRunInput {
|
|
6607
6607
|
RecommendationProviderID: string;
|
|
@@ -6689,7 +6689,7 @@ export declare class EntityCommunicationMessageType_ {
|
|
|
6689
6689
|
_mj__UpdatedAt: Date;
|
|
6690
6690
|
Entity: string;
|
|
6691
6691
|
BaseMessageType: string;
|
|
6692
|
-
|
|
6692
|
+
EntityCommunicationFields_EntityCommunicationMessageTypeIDArray: EntityCommunicationField_[];
|
|
6693
6693
|
}
|
|
6694
6694
|
export declare class CreateEntityCommunicationMessageTypeInput {
|
|
6695
6695
|
EntityID: string;
|
|
@@ -6767,7 +6767,7 @@ export declare class RecordChangeReplayRun_ {
|
|
|
6767
6767
|
_mj__CreatedAt: Date;
|
|
6768
6768
|
_mj__UpdatedAt: Date;
|
|
6769
6769
|
User: string;
|
|
6770
|
-
|
|
6770
|
+
RecordChanges_ReplayRunIDArray: RecordChange_[];
|
|
6771
6771
|
}
|
|
6772
6772
|
export declare class CreateRecordChangeReplayRunInput {
|
|
6773
6773
|
StartedAt: Date;
|
|
@@ -6846,7 +6846,7 @@ export declare class EntityRelationshipDisplayComponent_ {
|
|
|
6846
6846
|
RelationshipType: string;
|
|
6847
6847
|
_mj__CreatedAt: Date;
|
|
6848
6848
|
_mj__UpdatedAt: Date;
|
|
6849
|
-
|
|
6849
|
+
EntityRelationships_DisplayComponentIDArray: EntityRelationship_[];
|
|
6850
6850
|
}
|
|
6851
6851
|
export declare class CreateEntityRelationshipDisplayComponentInput {
|
|
6852
6852
|
Name: string;
|