@memberjunction/server 2.3.0 → 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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ALL ENTITIES - TypeGraphQL Type Class Definition - AUTO GENERATED FILE
|
|
3
3
|
* Generated Entities and Resolvers for Server
|
|
4
4
|
*
|
|
5
|
-
* GENERATED: 8/
|
|
5
|
+
* GENERATED: 8/29/2024, 12:18:08 PM
|
|
6
6
|
*
|
|
7
7
|
* >>> DO NOT MODIFY THIS FILE!!!!!!!!!!!!
|
|
8
8
|
* >>> YOUR CHANGES WILL BE OVERWRITTEN
|
|
@@ -98,7 +98,7 @@ export class ScheduledAction_ {
|
|
|
98
98
|
Action: string;
|
|
99
99
|
|
|
100
100
|
@Field(() => [ScheduledActionParam_])
|
|
101
|
-
|
|
101
|
+
ScheduledActionParams_ScheduledActionIDArray: ScheduledActionParam_[]; // Link to ScheduledActionParams
|
|
102
102
|
|
|
103
103
|
}
|
|
104
104
|
|
|
@@ -921,7 +921,7 @@ export class AIPrompt_ {
|
|
|
921
921
|
Type: string;
|
|
922
922
|
|
|
923
923
|
@Field(() => [AIResultCache_])
|
|
924
|
-
|
|
924
|
+
AIResultCache_AIPromptIDArray: AIResultCache_[]; // Link to AIResultCache
|
|
925
925
|
|
|
926
926
|
}
|
|
927
927
|
|
|
@@ -1303,10 +1303,10 @@ export class AIPromptCategory_ {
|
|
|
1303
1303
|
Parent?: string;
|
|
1304
1304
|
|
|
1305
1305
|
@Field(() => [AIPrompt_])
|
|
1306
|
-
|
|
1306
|
+
AIPrompts_CategoryIDArray: AIPrompt_[]; // Link to AIPrompts
|
|
1307
1307
|
|
|
1308
1308
|
@Field(() => [AIPromptCategory_])
|
|
1309
|
-
|
|
1309
|
+
AIPromptCategories_ParentIDArray: AIPromptCategory_[]; // Link to AIPromptCategories
|
|
1310
1310
|
|
|
1311
1311
|
}
|
|
1312
1312
|
|
|
@@ -1466,7 +1466,7 @@ export class AIPromptType_ {
|
|
|
1466
1466
|
_mj__UpdatedAt: Date;
|
|
1467
1467
|
|
|
1468
1468
|
@Field(() => [AIPrompt_])
|
|
1469
|
-
|
|
1469
|
+
AIPrompts_TypeIDArray: AIPrompt_[]; // Link to AIPrompts
|
|
1470
1470
|
|
|
1471
1471
|
}
|
|
1472
1472
|
|
|
@@ -1625,13 +1625,13 @@ export class Company_ {
|
|
|
1625
1625
|
_mj__UpdatedAt: Date;
|
|
1626
1626
|
|
|
1627
1627
|
@Field(() => [Workflow_])
|
|
1628
|
-
|
|
1628
|
+
Workflows_CompanyNameArray: Workflow_[]; // Link to Workflows
|
|
1629
1629
|
|
|
1630
1630
|
@Field(() => [CompanyIntegration_])
|
|
1631
|
-
|
|
1631
|
+
CompanyIntegrations_CompanyNameArray: CompanyIntegration_[]; // Link to CompanyIntegrations
|
|
1632
1632
|
|
|
1633
1633
|
@Field(() => [Employee_])
|
|
1634
|
-
|
|
1634
|
+
Employees_CompanyIDArray: Employee_[]; // Link to Employees
|
|
1635
1635
|
|
|
1636
1636
|
}
|
|
1637
1637
|
|
|
@@ -1867,19 +1867,19 @@ export class Employee_ {
|
|
|
1867
1867
|
SupervisorEmail?: string;
|
|
1868
1868
|
|
|
1869
1869
|
@Field(() => [User_])
|
|
1870
|
-
|
|
1870
|
+
Users_EmployeeIDArray: User_[]; // Link to Users
|
|
1871
1871
|
|
|
1872
1872
|
@Field(() => [EmployeeSkill_])
|
|
1873
|
-
|
|
1873
|
+
EmployeeSkills_EmployeeIDArray: EmployeeSkill_[]; // Link to EmployeeSkills
|
|
1874
1874
|
|
|
1875
1875
|
@Field(() => [EmployeeCompanyIntegration_])
|
|
1876
|
-
|
|
1876
|
+
EmployeeCompanyIntegrations_EmployeeIDArray: EmployeeCompanyIntegration_[]; // Link to EmployeeCompanyIntegrations
|
|
1877
1877
|
|
|
1878
1878
|
@Field(() => [Employee_])
|
|
1879
|
-
|
|
1879
|
+
Employees_SupervisorIDArray: Employee_[]; // Link to Employees
|
|
1880
1880
|
|
|
1881
1881
|
@Field(() => [EmployeeRole_])
|
|
1882
|
-
|
|
1882
|
+
EmployeeRoles_EmployeeIDArray: EmployeeRole_[]; // Link to EmployeeRoles
|
|
1883
1883
|
|
|
1884
1884
|
}
|
|
1885
1885
|
|
|
@@ -2612,19 +2612,19 @@ export class Role_ {
|
|
|
2612
2612
|
_mj__UpdatedAt: Date;
|
|
2613
2613
|
|
|
2614
2614
|
@Field(() => [UserRole_])
|
|
2615
|
-
|
|
2615
|
+
UserRoles_RoleNameArray: UserRole_[]; // Link to UserRoles
|
|
2616
2616
|
|
|
2617
2617
|
@Field(() => [AuthorizationRole_])
|
|
2618
|
-
|
|
2618
|
+
AuthorizationRoles_RoleNameArray: AuthorizationRole_[]; // Link to AuthorizationRoles
|
|
2619
2619
|
|
|
2620
2620
|
@Field(() => [EntityPermission_])
|
|
2621
|
-
|
|
2621
|
+
EntityPermissions_RoleNameArray: EntityPermission_[]; // Link to EntityPermissions
|
|
2622
2622
|
|
|
2623
2623
|
@Field(() => [QueryPermission_])
|
|
2624
|
-
|
|
2624
|
+
QueryPermissions_RoleNameArray: QueryPermission_[]; // Link to QueryPermissions
|
|
2625
2625
|
|
|
2626
2626
|
@Field(() => [EmployeeRole_])
|
|
2627
|
-
|
|
2627
|
+
EmployeeRoles_RoleIDArray: EmployeeRole_[]; // Link to EmployeeRoles
|
|
2628
2628
|
|
|
2629
2629
|
}
|
|
2630
2630
|
|
|
@@ -2827,10 +2827,10 @@ export class Skill_ {
|
|
|
2827
2827
|
Parent?: string;
|
|
2828
2828
|
|
|
2829
2829
|
@Field(() => [EmployeeSkill_])
|
|
2830
|
-
|
|
2830
|
+
EmployeeSkills_SkillIDArray: EmployeeSkill_[]; // Link to EmployeeSkills
|
|
2831
2831
|
|
|
2832
2832
|
@Field(() => [Skill_])
|
|
2833
|
-
|
|
2833
|
+
Skills_ParentIDArray: Skill_[]; // Link to Skills
|
|
2834
2834
|
|
|
2835
2835
|
}
|
|
2836
2836
|
//****************************************************************************
|
|
@@ -3096,13 +3096,13 @@ export class Integration_ {
|
|
|
3096
3096
|
ID: string;
|
|
3097
3097
|
|
|
3098
3098
|
@Field(() => [IntegrationURLFormat_])
|
|
3099
|
-
|
|
3099
|
+
IntegrationURLFormats_IntegrationIDArray: IntegrationURLFormat_[]; // Link to IntegrationURLFormats
|
|
3100
3100
|
|
|
3101
3101
|
@Field(() => [CompanyIntegration_])
|
|
3102
|
-
|
|
3102
|
+
CompanyIntegrations_IntegrationNameArray: CompanyIntegration_[]; // Link to CompanyIntegrations
|
|
3103
3103
|
|
|
3104
3104
|
@Field(() => [RecordChange_])
|
|
3105
|
-
|
|
3105
|
+
RecordChanges_IntegrationIDArray: RecordChange_[]; // Link to RecordChanges
|
|
3106
3106
|
|
|
3107
3107
|
}
|
|
3108
3108
|
|
|
@@ -3326,16 +3326,16 @@ export class CompanyIntegration_ {
|
|
|
3326
3326
|
LastRunEndedAt?: Date;
|
|
3327
3327
|
|
|
3328
3328
|
@Field(() => [CompanyIntegrationRecordMap_])
|
|
3329
|
-
|
|
3329
|
+
CompanyIntegrationRecordMaps_CompanyIntegrationIDArray: CompanyIntegrationRecordMap_[]; // Link to CompanyIntegrationRecordMaps
|
|
3330
3330
|
|
|
3331
3331
|
@Field(() => [List_])
|
|
3332
|
-
|
|
3332
|
+
Lists_CompanyIntegrationIDArray: List_[]; // Link to Lists
|
|
3333
3333
|
|
|
3334
3334
|
@Field(() => [CompanyIntegrationRun_])
|
|
3335
|
-
|
|
3335
|
+
CompanyIntegrationRuns_CompanyIntegrationIDArray: CompanyIntegrationRun_[]; // Link to CompanyIntegrationRuns
|
|
3336
3336
|
|
|
3337
3337
|
@Field(() => [EmployeeCompanyIntegration_])
|
|
3338
|
-
|
|
3338
|
+
EmployeeCompanyIntegrations_CompanyIntegrationIDArray: EmployeeCompanyIntegration_[]; // Link to EmployeeCompanyIntegrations
|
|
3339
3339
|
|
|
3340
3340
|
}
|
|
3341
3341
|
|
|
@@ -3671,7 +3671,7 @@ export class EntityField_ {
|
|
|
3671
3671
|
RelatedEntityClassName?: string;
|
|
3672
3672
|
|
|
3673
3673
|
@Field(() => [EntityFieldValue_])
|
|
3674
|
-
|
|
3674
|
+
EntityFieldValues_EntityFieldIDArray: EntityFieldValue_[]; // Link to EntityFieldValues
|
|
3675
3675
|
|
|
3676
3676
|
}
|
|
3677
3677
|
|
|
@@ -4134,109 +4134,109 @@ export class Entity_ {
|
|
|
4134
4134
|
ParentBaseView?: string;
|
|
4135
4135
|
|
|
4136
4136
|
@Field(() => [AuditLog_])
|
|
4137
|
-
|
|
4137
|
+
AuditLogs_EntityIDArray: AuditLog_[]; // Link to AuditLogs
|
|
4138
4138
|
|
|
4139
4139
|
@Field(() => [TemplateParam_])
|
|
4140
|
-
|
|
4140
|
+
TemplateParams_EntityIDArray: TemplateParam_[]; // Link to TemplateParams
|
|
4141
4141
|
|
|
4142
4142
|
@Field(() => [DatasetItem_])
|
|
4143
|
-
|
|
4143
|
+
DatasetItems_EntityIDArray: DatasetItem_[]; // Link to DatasetItems
|
|
4144
4144
|
|
|
4145
4145
|
@Field(() => [User_])
|
|
4146
|
-
|
|
4146
|
+
Users_LinkedEntityIDArray: User_[]; // Link to Users
|
|
4147
4147
|
|
|
4148
4148
|
@Field(() => [CompanyIntegrationRecordMap_])
|
|
4149
|
-
|
|
4149
|
+
CompanyIntegrationRecordMaps_EntityIDArray: CompanyIntegrationRecordMap_[]; // Link to CompanyIntegrationRecordMaps
|
|
4150
4150
|
|
|
4151
4151
|
@Field(() => [Entity_])
|
|
4152
|
-
|
|
4152
|
+
Entities_ParentIDArray: Entity_[]; // Link to Entities
|
|
4153
4153
|
|
|
4154
4154
|
@Field(() => [UserViewCategory_])
|
|
4155
|
-
|
|
4155
|
+
UserViewCategories_EntityIDArray: UserViewCategory_[]; // Link to UserViewCategories
|
|
4156
4156
|
|
|
4157
4157
|
@Field(() => [EntityAIAction_])
|
|
4158
|
-
|
|
4158
|
+
EntityAIActions_EntityIDArray: EntityAIAction_[]; // Link to EntityAIActions
|
|
4159
4159
|
|
|
4160
4160
|
@Field(() => [EntityAction_])
|
|
4161
|
-
|
|
4161
|
+
EntityActions_EntityIDArray: EntityAction_[]; // Link to EntityActions
|
|
4162
4162
|
|
|
4163
4163
|
@Field(() => [Conversation_])
|
|
4164
|
-
|
|
4164
|
+
Conversations_LinkedEntityIDArray: Conversation_[]; // Link to Conversations
|
|
4165
4165
|
|
|
4166
4166
|
@Field(() => [DuplicateRun_])
|
|
4167
|
-
|
|
4167
|
+
DuplicateRuns_EntityIDArray: DuplicateRun_[]; // Link to DuplicateRuns
|
|
4168
4168
|
|
|
4169
4169
|
@Field(() => [TaggedItem_])
|
|
4170
|
-
|
|
4170
|
+
TaggedItems_EntityIDArray: TaggedItem_[]; // Link to TaggedItems
|
|
4171
4171
|
|
|
4172
4172
|
@Field(() => [RecordMergeLog_])
|
|
4173
|
-
|
|
4173
|
+
RecordMergeLogs_EntityIDArray: RecordMergeLog_[]; // Link to RecordMergeLogs
|
|
4174
4174
|
|
|
4175
4175
|
@Field(() => [UserApplicationEntity_])
|
|
4176
|
-
|
|
4176
|
+
UserApplicationEntities_EntityIDArray: UserApplicationEntity_[]; // Link to UserApplicationEntities
|
|
4177
4177
|
|
|
4178
4178
|
@Field(() => [QueryField_])
|
|
4179
|
-
|
|
4179
|
+
QueryFields_SourceEntityIDArray: QueryField_[]; // Link to QueryFields
|
|
4180
4180
|
|
|
4181
4181
|
@Field(() => [UserView_])
|
|
4182
|
-
|
|
4182
|
+
UserViews_EntityIDArray: UserView_[]; // Link to UserViews
|
|
4183
4183
|
|
|
4184
4184
|
@Field(() => [RecommendationItem_])
|
|
4185
|
-
|
|
4185
|
+
RecommendationItems_DestinationEntityIDArray: RecommendationItem_[]; // Link to RecommendationItems
|
|
4186
4186
|
|
|
4187
4187
|
@Field(() => [EntityPermission_])
|
|
4188
|
-
|
|
4188
|
+
EntityPermissions_EntityIDArray: EntityPermission_[]; // Link to EntityPermissions
|
|
4189
4189
|
|
|
4190
4190
|
@Field(() => [List_])
|
|
4191
|
-
|
|
4191
|
+
Lists_EntityIDArray: List_[]; // Link to Lists
|
|
4192
4192
|
|
|
4193
4193
|
@Field(() => [UserRecordLog_])
|
|
4194
|
-
|
|
4194
|
+
UserRecordLogs_EntityIDArray: UserRecordLog_[]; // Link to UserRecordLogs
|
|
4195
4195
|
|
|
4196
4196
|
@Field(() => [EntityDocument_])
|
|
4197
|
-
|
|
4197
|
+
EntityDocuments_EntityIDArray: EntityDocument_[]; // Link to EntityDocuments
|
|
4198
4198
|
|
|
4199
4199
|
@Field(() => [Recommendation_])
|
|
4200
|
-
|
|
4200
|
+
Recommendations_SourceEntityIDArray: Recommendation_[]; // Link to Recommendations
|
|
4201
4201
|
|
|
4202
4202
|
@Field(() => [FileEntityRecordLink_])
|
|
4203
|
-
|
|
4203
|
+
FileEntityRecordLinks_EntityIDArray: FileEntityRecordLink_[]; // Link to FileEntityRecordLinks
|
|
4204
4204
|
|
|
4205
4205
|
@Field(() => [EntitySetting_])
|
|
4206
|
-
|
|
4206
|
+
EntitySettings_EntityIDArray: EntitySetting_[]; // Link to EntitySettings
|
|
4207
4207
|
|
|
4208
4208
|
@Field(() => [EntityRelationship_])
|
|
4209
|
-
|
|
4209
|
+
EntityRelationships_EntityIDArray: EntityRelationship_[]; // Link to EntityRelationships
|
|
4210
4210
|
|
|
4211
4211
|
@Field(() => [CompanyIntegrationRunDetail_])
|
|
4212
|
-
|
|
4212
|
+
CompanyIntegrationRunDetails_EntityIDArray: CompanyIntegrationRunDetail_[]; // Link to CompanyIntegrationRunDetails
|
|
4213
4213
|
|
|
4214
4214
|
@Field(() => [DataContextItem_])
|
|
4215
|
-
|
|
4215
|
+
DataContextItems_EntityIDArray: DataContextItem_[]; // Link to DataContextItems
|
|
4216
4216
|
|
|
4217
4217
|
@Field(() => [IntegrationURLFormat_])
|
|
4218
|
-
|
|
4218
|
+
IntegrationURLFormats_EntityIDArray: IntegrationURLFormat_[]; // Link to IntegrationURLFormats
|
|
4219
4219
|
|
|
4220
4220
|
@Field(() => [EntityField_])
|
|
4221
|
-
|
|
4221
|
+
EntityFields_EntityIDArray: EntityField_[]; // Link to EntityFields
|
|
4222
4222
|
|
|
4223
4223
|
@Field(() => [UserFavorite_])
|
|
4224
|
-
|
|
4224
|
+
UserFavorites_EntityIDArray: UserFavorite_[]; // Link to UserFavorites
|
|
4225
4225
|
|
|
4226
4226
|
@Field(() => [EntityCommunicationMessageType_])
|
|
4227
|
-
|
|
4227
|
+
EntityCommunicationMessageTypes_EntityIDArray: EntityCommunicationMessageType_[]; // Link to EntityCommunicationMessageTypes
|
|
4228
4228
|
|
|
4229
4229
|
@Field(() => [EntityRecordDocument_])
|
|
4230
|
-
|
|
4230
|
+
EntityRecordDocuments_EntityIDArray: EntityRecordDocument_[]; // Link to EntityRecordDocuments
|
|
4231
4231
|
|
|
4232
4232
|
@Field(() => [RecordChange_])
|
|
4233
|
-
|
|
4233
|
+
RecordChanges_EntityIDArray: RecordChange_[]; // Link to RecordChanges
|
|
4234
4234
|
|
|
4235
4235
|
@Field(() => [ApplicationEntity_])
|
|
4236
|
-
|
|
4236
|
+
ApplicationEntities_EntityIDArray: ApplicationEntity_[]; // Link to ApplicationEntities
|
|
4237
4237
|
|
|
4238
4238
|
@Field(() => [ResourceType_])
|
|
4239
|
-
|
|
4239
|
+
ResourceTypes_EntityIDArray: ResourceType_[]; // Link to ResourceTypes
|
|
4240
4240
|
|
|
4241
4241
|
}
|
|
4242
4242
|
|
|
@@ -4962,100 +4962,100 @@ export class User_ {
|
|
|
4962
4962
|
EmployeeSupervisorEmail?: string;
|
|
4963
4963
|
|
|
4964
4964
|
@Field(() => [RecommendationRun_])
|
|
4965
|
-
|
|
4965
|
+
RecommendationRuns_RunByUserIDArray: RecommendationRun_[]; // Link to RecommendationRuns
|
|
4966
4966
|
|
|
4967
4967
|
@Field(() => [UserApplication_])
|
|
4968
|
-
|
|
4968
|
+
UserApplications_UserIDArray: UserApplication_[]; // Link to UserApplications
|
|
4969
4969
|
|
|
4970
4970
|
@Field(() => [Dashboard_])
|
|
4971
|
-
|
|
4971
|
+
Dashboards_UserIDArray: Dashboard_[]; // Link to Dashboards
|
|
4972
4972
|
|
|
4973
4973
|
@Field(() => [RecordChange_])
|
|
4974
|
-
|
|
4974
|
+
RecordChanges_UserIDArray: RecordChange_[]; // Link to RecordChanges
|
|
4975
4975
|
|
|
4976
4976
|
@Field(() => [Report_])
|
|
4977
|
-
|
|
4977
|
+
Reports_UserIDArray: Report_[]; // Link to Reports
|
|
4978
4978
|
|
|
4979
4979
|
@Field(() => [DashboardCategory_])
|
|
4980
|
-
|
|
4980
|
+
DashboardCategories_UserIDArray: DashboardCategory_[]; // Link to DashboardCategories
|
|
4981
4981
|
|
|
4982
4982
|
@Field(() => [Action_])
|
|
4983
|
-
|
|
4983
|
+
Actions_CodeApprovedByUserIDArray: Action_[]; // Link to Actions
|
|
4984
4984
|
|
|
4985
4985
|
@Field(() => [QueryCategory_])
|
|
4986
|
-
|
|
4986
|
+
QueryCategories_UserIDArray: QueryCategory_[]; // Link to QueryCategories
|
|
4987
4987
|
|
|
4988
4988
|
@Field(() => [UserViewCategory_])
|
|
4989
|
-
|
|
4989
|
+
UserViewCategories_UserIDArray: UserViewCategory_[]; // Link to UserViewCategories
|
|
4990
4990
|
|
|
4991
4991
|
@Field(() => [DataContext_])
|
|
4992
|
-
|
|
4992
|
+
DataContexts_UserIDArray: DataContext_[]; // Link to DataContexts
|
|
4993
4993
|
|
|
4994
4994
|
@Field(() => [RecordMergeLog_])
|
|
4995
|
-
|
|
4995
|
+
RecordMergeLogs_InitiatedByUserIDArray: RecordMergeLog_[]; // Link to RecordMergeLogs
|
|
4996
4996
|
|
|
4997
4997
|
@Field(() => [CompanyIntegrationRun_])
|
|
4998
|
-
|
|
4998
|
+
CompanyIntegrationRuns_RunByUserIDArray: CompanyIntegrationRun_[]; // Link to CompanyIntegrationRuns
|
|
4999
4999
|
|
|
5000
5000
|
@Field(() => [ReportCategory_])
|
|
5001
|
-
|
|
5001
|
+
ReportCategories_UserIDArray: ReportCategory_[]; // Link to ReportCategories
|
|
5002
5002
|
|
|
5003
5003
|
@Field(() => [RecordChangeReplayRun_])
|
|
5004
|
-
|
|
5004
|
+
RecordChangeReplayRuns_UserIDArray: RecordChangeReplayRun_[]; // Link to RecordChangeReplayRuns
|
|
5005
5005
|
|
|
5006
5006
|
@Field(() => [UserRole_])
|
|
5007
|
-
|
|
5007
|
+
UserRoles_UserIDArray: UserRole_[]; // Link to UserRoles
|
|
5008
5008
|
|
|
5009
5009
|
@Field(() => [UserViewRun_])
|
|
5010
|
-
|
|
5010
|
+
UserViewRuns_RunByUserIDArray: UserViewRun_[]; // Link to UserViewRuns
|
|
5011
5011
|
|
|
5012
5012
|
@Field(() => [Workspace_])
|
|
5013
|
-
|
|
5013
|
+
Workspaces_UserIDArray: Workspace_[]; // Link to Workspaces
|
|
5014
5014
|
|
|
5015
5015
|
@Field(() => [Conversation_])
|
|
5016
|
-
|
|
5016
|
+
Conversations_UserIDArray: Conversation_[]; // Link to Conversations
|
|
5017
5017
|
|
|
5018
5018
|
@Field(() => [List_])
|
|
5019
|
-
|
|
5019
|
+
Lists_UserIDArray: List_[]; // Link to Lists
|
|
5020
5020
|
|
|
5021
5021
|
@Field(() => [CommunicationRun_])
|
|
5022
|
-
|
|
5022
|
+
CommunicationRuns_UserIDArray: CommunicationRun_[]; // Link to CommunicationRuns
|
|
5023
5023
|
|
|
5024
5024
|
@Field(() => [ActionExecutionLog_])
|
|
5025
|
-
|
|
5025
|
+
ActionExecutionLogs_UserIDArray: ActionExecutionLog_[]; // Link to ActionExecutionLogs
|
|
5026
5026
|
|
|
5027
5027
|
@Field(() => [AuditLog_])
|
|
5028
|
-
|
|
5028
|
+
AuditLogs_UserIDArray: AuditLog_[]; // Link to AuditLogs
|
|
5029
5029
|
|
|
5030
5030
|
@Field(() => [ReportSnapshot_])
|
|
5031
|
-
|
|
5031
|
+
ReportSnapshots_UserIDArray: ReportSnapshot_[]; // Link to ReportSnapshots
|
|
5032
5032
|
|
|
5033
5033
|
@Field(() => [UserView_])
|
|
5034
|
-
|
|
5034
|
+
UserViews_UserIDArray: UserView_[]; // Link to UserViews
|
|
5035
5035
|
|
|
5036
5036
|
@Field(() => [TemplateCategory_])
|
|
5037
|
-
|
|
5037
|
+
TemplateCategories_UserIDArray: TemplateCategory_[]; // Link to TemplateCategories
|
|
5038
5038
|
|
|
5039
5039
|
@Field(() => [DuplicateRun_])
|
|
5040
|
-
|
|
5040
|
+
DuplicateRuns_StartedByUserIDArray: DuplicateRun_[]; // Link to DuplicateRuns
|
|
5041
5041
|
|
|
5042
5042
|
@Field(() => [UserRecordLog_])
|
|
5043
|
-
|
|
5043
|
+
UserRecordLogs_UserIDArray: UserRecordLog_[]; // Link to UserRecordLogs
|
|
5044
5044
|
|
|
5045
5045
|
@Field(() => [UserNotification_])
|
|
5046
|
-
|
|
5046
|
+
UserNotifications_UserIDArray: UserNotification_[]; // Link to UserNotifications
|
|
5047
5047
|
|
|
5048
5048
|
@Field(() => [Template_])
|
|
5049
|
-
|
|
5049
|
+
Templates_UserIDArray: Template_[]; // Link to Templates
|
|
5050
5050
|
|
|
5051
5051
|
@Field(() => [UserFavorite_])
|
|
5052
|
-
|
|
5052
|
+
UserFavorites_UserIDArray: UserFavorite_[]; // Link to UserFavorites
|
|
5053
5053
|
|
|
5054
5054
|
@Field(() => [ListCategory_])
|
|
5055
|
-
|
|
5055
|
+
ListCategories_UserIDArray: ListCategory_[]; // Link to ListCategories
|
|
5056
5056
|
|
|
5057
5057
|
@Field(() => [ScheduledAction_])
|
|
5058
|
-
|
|
5058
|
+
ScheduledActions_CreatedByUserIDArray: ScheduledAction_[]; // Link to ScheduledActions
|
|
5059
5059
|
|
|
5060
5060
|
}
|
|
5061
5061
|
|
|
@@ -6082,13 +6082,13 @@ export class UserView_ {
|
|
|
6082
6082
|
EntityBaseView: string;
|
|
6083
6083
|
|
|
6084
6084
|
@Field(() => [DataContextItem_])
|
|
6085
|
-
|
|
6085
|
+
DataContextItems_ViewIDArray: DataContextItem_[]; // Link to DataContextItems
|
|
6086
6086
|
|
|
6087
6087
|
@Field(() => [UserViewRun_])
|
|
6088
|
-
|
|
6088
|
+
UserViewRuns_UserViewIDArray: UserViewRun_[]; // Link to UserViewRuns
|
|
6089
6089
|
|
|
6090
6090
|
@Field(() => [EntityRelationship_])
|
|
6091
|
-
|
|
6091
|
+
EntityRelationships_DisplayUserViewGUIDArray: EntityRelationship_[]; // Link to EntityRelationships
|
|
6092
6092
|
|
|
6093
6093
|
}
|
|
6094
6094
|
|
|
@@ -6367,13 +6367,13 @@ export class CompanyIntegrationRun_ {
|
|
|
6367
6367
|
RunByUser: string;
|
|
6368
6368
|
|
|
6369
6369
|
@Field(() => [ErrorLog_])
|
|
6370
|
-
|
|
6370
|
+
ErrorLogs_CompanyIntegrationRunIDArray: ErrorLog_[]; // Link to ErrorLogs
|
|
6371
6371
|
|
|
6372
6372
|
@Field(() => [CompanyIntegrationRunDetail_])
|
|
6373
|
-
|
|
6373
|
+
CompanyIntegrationRunDetails_CompanyIntegrationRunIDArray: CompanyIntegrationRunDetail_[]; // Link to CompanyIntegrationRunDetails
|
|
6374
6374
|
|
|
6375
6375
|
@Field(() => [CompanyIntegrationRunAPILog_])
|
|
6376
|
-
|
|
6376
|
+
CompanyIntegrationRunAPILogs_CompanyIntegrationRunIDArray: CompanyIntegrationRunAPILog_[]; // Link to CompanyIntegrationRunAPILogs
|
|
6377
6377
|
|
|
6378
6378
|
}
|
|
6379
6379
|
|
|
@@ -6581,7 +6581,7 @@ export class CompanyIntegrationRunDetail_ {
|
|
|
6581
6581
|
RunEndedAt?: Date;
|
|
6582
6582
|
|
|
6583
6583
|
@Field(() => [ErrorLog_])
|
|
6584
|
-
|
|
6584
|
+
ErrorLogs_CompanyIntegrationRunDetailIDArray: ErrorLog_[]; // Link to ErrorLogs
|
|
6585
6585
|
|
|
6586
6586
|
}
|
|
6587
6587
|
|
|
@@ -6940,13 +6940,13 @@ export class Application_ {
|
|
|
6940
6940
|
_mj__UpdatedAt: Date;
|
|
6941
6941
|
|
|
6942
6942
|
@Field(() => [ApplicationSetting_])
|
|
6943
|
-
|
|
6943
|
+
ApplicationSettings_ApplicationIDArray: ApplicationSetting_[]; // Link to ApplicationSettings
|
|
6944
6944
|
|
|
6945
6945
|
@Field(() => [UserApplication_])
|
|
6946
|
-
|
|
6946
|
+
UserApplications_ApplicationIDArray: UserApplication_[]; // Link to UserApplications
|
|
6947
6947
|
|
|
6948
6948
|
@Field(() => [ApplicationEntity_])
|
|
6949
|
-
|
|
6949
|
+
ApplicationEntities_ApplicationIDArray: ApplicationEntity_[]; // Link to ApplicationEntities
|
|
6950
6950
|
|
|
6951
6951
|
}
|
|
6952
6952
|
|
|
@@ -7723,7 +7723,7 @@ export class UserApplication_ {
|
|
|
7723
7723
|
Application: string;
|
|
7724
7724
|
|
|
7725
7725
|
@Field(() => [UserApplicationEntity_])
|
|
7726
|
-
|
|
7726
|
+
UserApplicationEntities_UserApplicationIDArray: UserApplicationEntity_[]; // Link to UserApplicationEntities
|
|
7727
7727
|
|
|
7728
7728
|
}
|
|
7729
7729
|
|
|
@@ -8080,10 +8080,10 @@ export class List_ {
|
|
|
8080
8080
|
Category?: string;
|
|
8081
8081
|
|
|
8082
8082
|
@Field(() => [ListDetail_])
|
|
8083
|
-
|
|
8083
|
+
ListDetails_ListIDArray: ListDetail_[]; // Link to ListDetails
|
|
8084
8084
|
|
|
8085
8085
|
@Field(() => [DuplicateRun_])
|
|
8086
|
-
|
|
8086
|
+
DuplicateRuns_SourceListIDArray: DuplicateRun_[]; // Link to DuplicateRuns
|
|
8087
8087
|
|
|
8088
8088
|
}
|
|
8089
8089
|
|
|
@@ -8448,7 +8448,7 @@ export class UserViewRun_ {
|
|
|
8448
8448
|
RunByUser: string;
|
|
8449
8449
|
|
|
8450
8450
|
@Field(() => [UserViewRunDetail_])
|
|
8451
|
-
|
|
8451
|
+
UserViewRunDetails_UserViewRunIDArray: UserViewRunDetail_[]; // Link to UserViewRunDetails
|
|
8452
8452
|
|
|
8453
8453
|
}
|
|
8454
8454
|
|
|
@@ -8900,10 +8900,10 @@ export class Workflow_ {
|
|
|
8900
8900
|
AutoRunIntervalMinutes?: number;
|
|
8901
8901
|
|
|
8902
8902
|
@Field(() => [Report_])
|
|
8903
|
-
|
|
8903
|
+
Reports_OutputWorkflowIDArray: Report_[]; // Link to Reports
|
|
8904
8904
|
|
|
8905
8905
|
@Field(() => [WorkflowRun_])
|
|
8906
|
-
|
|
8906
|
+
WorkflowRuns_WorkflowNameArray: WorkflowRun_[]; // Link to WorkflowRuns
|
|
8907
8907
|
|
|
8908
8908
|
}
|
|
8909
8909
|
|
|
@@ -9055,7 +9055,7 @@ export class WorkflowEngine_ {
|
|
|
9055
9055
|
_mj__UpdatedAt: Date;
|
|
9056
9056
|
|
|
9057
9057
|
@Field(() => [Workflow_])
|
|
9058
|
-
|
|
9058
|
+
Workflows_WorkflowEngineNameArray: Workflow_[]; // Link to Workflows
|
|
9059
9059
|
|
|
9060
9060
|
}
|
|
9061
9061
|
|
|
@@ -9563,7 +9563,7 @@ export class RowLevelSecurityFilter_ {
|
|
|
9563
9563
|
_mj__UpdatedAt: Date;
|
|
9564
9564
|
|
|
9565
9565
|
@Field(() => [EntityPermission_])
|
|
9566
|
-
|
|
9566
|
+
EntityPermissions_ReadRLSFilterIDArray: EntityPermission_[]; // Link to EntityPermissions
|
|
9567
9567
|
|
|
9568
9568
|
}
|
|
9569
9569
|
//****************************************************************************
|
|
@@ -9879,19 +9879,19 @@ export class Authorization_ {
|
|
|
9879
9879
|
Parent?: string;
|
|
9880
9880
|
|
|
9881
9881
|
@Field(() => [AuthorizationRole_])
|
|
9882
|
-
|
|
9882
|
+
AuthorizationRoles_AuthorizationIDArray: AuthorizationRole_[]; // Link to AuthorizationRoles
|
|
9883
9883
|
|
|
9884
9884
|
@Field(() => [ActionAuthorization_])
|
|
9885
|
-
|
|
9885
|
+
ActionAuthorizations_AuthorizationIDArray: ActionAuthorization_[]; // Link to ActionAuthorizations
|
|
9886
9886
|
|
|
9887
9887
|
@Field(() => [Authorization_])
|
|
9888
|
-
|
|
9888
|
+
Authorizations_ParentIDArray: Authorization_[]; // Link to Authorizations
|
|
9889
9889
|
|
|
9890
9890
|
@Field(() => [AuditLog_])
|
|
9891
|
-
|
|
9891
|
+
AuditLogs_AuthorizationNameArray: AuditLog_[]; // Link to AuditLogs
|
|
9892
9892
|
|
|
9893
9893
|
@Field(() => [AuditLogType_])
|
|
9894
|
-
|
|
9894
|
+
AuditLogTypes_AuthorizationNameArray: AuditLogType_[]; // Link to AuditLogTypes
|
|
9895
9895
|
|
|
9896
9896
|
}
|
|
9897
9897
|
//****************************************************************************
|
|
@@ -10137,10 +10137,10 @@ export class AuditLogType_ {
|
|
|
10137
10137
|
Authorization?: string;
|
|
10138
10138
|
|
|
10139
10139
|
@Field(() => [AuditLogType_])
|
|
10140
|
-
|
|
10140
|
+
AuditLogTypes_ParentIDArray: AuditLogType_[]; // Link to AuditLogTypes
|
|
10141
10141
|
|
|
10142
10142
|
@Field(() => [AuditLog_])
|
|
10143
|
-
|
|
10143
|
+
AuditLogs_AuditLogTypeNameArray: AuditLog_[]; // Link to AuditLogs
|
|
10144
10144
|
|
|
10145
10145
|
}
|
|
10146
10146
|
//****************************************************************************
|
|
@@ -10432,22 +10432,22 @@ export class AIModel_ {
|
|
|
10432
10432
|
AIModelType: string;
|
|
10433
10433
|
|
|
10434
10434
|
@Field(() => [AIAction_])
|
|
10435
|
-
|
|
10435
|
+
AIActions_DefaultModelIDArray: AIAction_[]; // Link to AIActions
|
|
10436
10436
|
|
|
10437
10437
|
@Field(() => [EntityDocument_])
|
|
10438
|
-
|
|
10438
|
+
EntityDocuments_AIModelIDArray: EntityDocument_[]; // Link to EntityDocuments
|
|
10439
10439
|
|
|
10440
10440
|
@Field(() => [AIModelAction_])
|
|
10441
|
-
|
|
10441
|
+
AIModelActions_AIModelIDArray: AIModelAction_[]; // Link to AIModelActions
|
|
10442
10442
|
|
|
10443
10443
|
@Field(() => [VectorIndex_])
|
|
10444
|
-
|
|
10444
|
+
VectorIndexes_EmbeddingModelIDArray: VectorIndex_[]; // Link to VectorIndexes
|
|
10445
10445
|
|
|
10446
10446
|
@Field(() => [EntityAIAction_])
|
|
10447
|
-
|
|
10447
|
+
EntityAIActions_AIModelIDArray: EntityAIAction_[]; // Link to EntityAIActions
|
|
10448
10448
|
|
|
10449
10449
|
@Field(() => [AIResultCache_])
|
|
10450
|
-
|
|
10450
|
+
AIResultCache_AIModelIDArray: AIResultCache_[]; // Link to AIResultCache
|
|
10451
10451
|
|
|
10452
10452
|
}
|
|
10453
10453
|
|
|
@@ -10715,10 +10715,10 @@ export class AIAction_ {
|
|
|
10715
10715
|
DefaultModel?: string;
|
|
10716
10716
|
|
|
10717
10717
|
@Field(() => [AIModelAction_])
|
|
10718
|
-
|
|
10718
|
+
AIModelActions_AIActionIDArray: AIModelAction_[]; // Link to AIModelActions
|
|
10719
10719
|
|
|
10720
10720
|
@Field(() => [EntityAIAction_])
|
|
10721
|
-
|
|
10721
|
+
EntityAIActions_AIActionIDArray: EntityAIAction_[]; // Link to EntityAIActions
|
|
10722
10722
|
|
|
10723
10723
|
}
|
|
10724
10724
|
|
|
@@ -11315,7 +11315,7 @@ export class AIModelType_ {
|
|
|
11315
11315
|
_mj__UpdatedAt: Date;
|
|
11316
11316
|
|
|
11317
11317
|
@Field(() => [AIModel_])
|
|
11318
|
-
|
|
11318
|
+
AIModels_AIModelTypeIDArray: AIModel_[]; // Link to AIModels
|
|
11319
11319
|
|
|
11320
11320
|
}
|
|
11321
11321
|
|
|
@@ -11480,7 +11480,7 @@ export class QueueType_ {
|
|
|
11480
11480
|
_mj__UpdatedAt: Date;
|
|
11481
11481
|
|
|
11482
11482
|
@Field(() => [Queue_])
|
|
11483
|
-
|
|
11483
|
+
Queues_QueueTypeIDArray: Queue_[]; // Link to Queues
|
|
11484
11484
|
|
|
11485
11485
|
}
|
|
11486
11486
|
//****************************************************************************
|
|
@@ -11628,7 +11628,7 @@ export class Queue_ {
|
|
|
11628
11628
|
QueueType: string;
|
|
11629
11629
|
|
|
11630
11630
|
@Field(() => [QueueTask_])
|
|
11631
|
-
|
|
11631
|
+
QueueTasks_QueueIDArray: QueueTask_[]; // Link to QueueTasks
|
|
11632
11632
|
|
|
11633
11633
|
}
|
|
11634
11634
|
|
|
@@ -12223,7 +12223,7 @@ export class OutputTriggerType_ {
|
|
|
12223
12223
|
_mj__UpdatedAt: Date;
|
|
12224
12224
|
|
|
12225
12225
|
@Field(() => [Report_])
|
|
12226
|
-
|
|
12226
|
+
Reports_OutputTriggerTypeIDArray: Report_[]; // Link to Reports
|
|
12227
12227
|
|
|
12228
12228
|
}
|
|
12229
12229
|
//****************************************************************************
|
|
@@ -12316,7 +12316,7 @@ export class OutputFormatType_ {
|
|
|
12316
12316
|
_mj__UpdatedAt: Date;
|
|
12317
12317
|
|
|
12318
12318
|
@Field(() => [Report_])
|
|
12319
|
-
|
|
12319
|
+
Reports_OutputFormatTypeIDArray: Report_[]; // Link to Reports
|
|
12320
12320
|
|
|
12321
12321
|
}
|
|
12322
12322
|
//****************************************************************************
|
|
@@ -12406,7 +12406,7 @@ export class OutputDeliveryType_ {
|
|
|
12406
12406
|
_mj__UpdatedAt: Date;
|
|
12407
12407
|
|
|
12408
12408
|
@Field(() => [Report_])
|
|
12409
|
-
|
|
12409
|
+
Reports_OutputDeliveryTypeIDArray: Report_[]; // Link to Reports
|
|
12410
12410
|
|
|
12411
12411
|
}
|
|
12412
12412
|
//****************************************************************************
|
|
@@ -12579,7 +12579,7 @@ export class Report_ {
|
|
|
12579
12579
|
OutputWorkflow?: string;
|
|
12580
12580
|
|
|
12581
12581
|
@Field(() => [ReportSnapshot_])
|
|
12582
|
-
|
|
12582
|
+
ReportSnapshots_ReportIDArray: ReportSnapshot_[]; // Link to ReportSnapshots
|
|
12583
12583
|
|
|
12584
12584
|
}
|
|
12585
12585
|
|
|
@@ -12972,10 +12972,10 @@ export class ResourceType_ {
|
|
|
12972
12972
|
Entity?: string;
|
|
12973
12973
|
|
|
12974
12974
|
@Field(() => [WorkspaceItem_])
|
|
12975
|
-
|
|
12975
|
+
WorkspaceItems_ResourceTypeIDArray: WorkspaceItem_[]; // Link to WorkspaceItems
|
|
12976
12976
|
|
|
12977
12977
|
@Field(() => [UserNotification_])
|
|
12978
|
-
|
|
12978
|
+
UserNotifications_ResourceTypeIDArray: UserNotification_[]; // Link to UserNotifications
|
|
12979
12979
|
|
|
12980
12980
|
}
|
|
12981
12981
|
//****************************************************************************
|
|
@@ -13085,10 +13085,10 @@ export class Tag_ {
|
|
|
13085
13085
|
Parent?: string;
|
|
13086
13086
|
|
|
13087
13087
|
@Field(() => [Tag_])
|
|
13088
|
-
|
|
13088
|
+
Tags_ParentIDArray: Tag_[]; // Link to Tags
|
|
13089
13089
|
|
|
13090
13090
|
@Field(() => [TaggedItem_])
|
|
13091
|
-
|
|
13091
|
+
TaggedItems_TagIDArray: TaggedItem_[]; // Link to TaggedItems
|
|
13092
13092
|
|
|
13093
13093
|
}
|
|
13094
13094
|
//****************************************************************************
|
|
@@ -13286,7 +13286,7 @@ export class Workspace_ {
|
|
|
13286
13286
|
User: string;
|
|
13287
13287
|
|
|
13288
13288
|
@Field(() => [WorkspaceItem_])
|
|
13289
|
-
|
|
13289
|
+
WorkspaceItems_WorkSpaceIDArray: WorkspaceItem_[]; // Link to WorkspaceItems
|
|
13290
13290
|
|
|
13291
13291
|
}
|
|
13292
13292
|
|
|
@@ -13629,7 +13629,7 @@ export class Dataset_ {
|
|
|
13629
13629
|
_mj__UpdatedAt: Date;
|
|
13630
13630
|
|
|
13631
13631
|
@Field(() => [DatasetItem_])
|
|
13632
|
-
|
|
13632
|
+
DatasetItems_DatasetNameArray: DatasetItem_[]; // Link to DatasetItems
|
|
13633
13633
|
|
|
13634
13634
|
}
|
|
13635
13635
|
//****************************************************************************
|
|
@@ -13842,7 +13842,7 @@ export class ConversationDetail_ {
|
|
|
13842
13842
|
Conversation?: string;
|
|
13843
13843
|
|
|
13844
13844
|
@Field(() => [Report_])
|
|
13845
|
-
|
|
13845
|
+
Reports_ConversationDetailIDArray: Report_[]; // Link to Reports
|
|
13846
13846
|
|
|
13847
13847
|
}
|
|
13848
13848
|
|
|
@@ -14051,10 +14051,10 @@ export class Conversation_ {
|
|
|
14051
14051
|
DataContext?: string;
|
|
14052
14052
|
|
|
14053
14053
|
@Field(() => [ConversationDetail_])
|
|
14054
|
-
|
|
14054
|
+
ConversationDetails_ConversationIDArray: ConversationDetail_[]; // Link to ConversationDetails
|
|
14055
14055
|
|
|
14056
14056
|
@Field(() => [Report_])
|
|
14057
|
-
|
|
14057
|
+
Reports_ConversationIDArray: Report_[]; // Link to Reports
|
|
14058
14058
|
|
|
14059
14059
|
}
|
|
14060
14060
|
|
|
@@ -14795,10 +14795,10 @@ export class RecordMergeLog_ {
|
|
|
14795
14795
|
ApprovedByUser?: string;
|
|
14796
14796
|
|
|
14797
14797
|
@Field(() => [RecordMergeDeletionLog_])
|
|
14798
|
-
|
|
14798
|
+
RecordMergeDeletionLogs_RecordMergeLogIDArray: RecordMergeDeletionLog_[]; // Link to RecordMergeDeletionLogs
|
|
14799
14799
|
|
|
14800
14800
|
@Field(() => [DuplicateRunDetailMatch_])
|
|
14801
|
-
|
|
14801
|
+
DuplicateRunDetailMatches_RecordMergeLogIDArray: DuplicateRunDetailMatch_[]; // Link to DuplicateRunDetailMatches
|
|
14802
14802
|
|
|
14803
14803
|
}
|
|
14804
14804
|
|
|
@@ -15391,10 +15391,10 @@ export class QueryCategory_ {
|
|
|
15391
15391
|
User: string;
|
|
15392
15392
|
|
|
15393
15393
|
@Field(() => [QueryCategory_])
|
|
15394
|
-
|
|
15394
|
+
QueryCategories_ParentIDArray: QueryCategory_[]; // Link to QueryCategories
|
|
15395
15395
|
|
|
15396
15396
|
@Field(() => [Query_])
|
|
15397
|
-
|
|
15397
|
+
Queries_CategoryIDArray: Query_[]; // Link to Queries
|
|
15398
15398
|
|
|
15399
15399
|
}
|
|
15400
15400
|
|
|
@@ -15593,13 +15593,13 @@ export class Query_ {
|
|
|
15593
15593
|
Category?: string;
|
|
15594
15594
|
|
|
15595
15595
|
@Field(() => [QueryField_])
|
|
15596
|
-
|
|
15596
|
+
QueryFields_QueryIDArray: QueryField_[]; // Link to QueryFields
|
|
15597
15597
|
|
|
15598
15598
|
@Field(() => [DataContextItem_])
|
|
15599
|
-
|
|
15599
|
+
DataContextItems_QueryIDArray: DataContextItem_[]; // Link to DataContextItems
|
|
15600
15600
|
|
|
15601
15601
|
@Field(() => [QueryPermission_])
|
|
15602
|
-
|
|
15602
|
+
QueryPermissions_QueryIDArray: QueryPermission_[]; // Link to QueryPermissions
|
|
15603
15603
|
|
|
15604
15604
|
}
|
|
15605
15605
|
|
|
@@ -15963,7 +15963,7 @@ export class VectorIndex_ {
|
|
|
15963
15963
|
EmbeddingModel: string;
|
|
15964
15964
|
|
|
15965
15965
|
@Field(() => [EntityRecordDocument_])
|
|
15966
|
-
|
|
15966
|
+
EntityRecordDocuments_VectorIndexIDArray: EntityRecordDocument_[]; // Link to EntityRecordDocuments
|
|
15967
15967
|
|
|
15968
15968
|
}
|
|
15969
15969
|
|
|
@@ -16115,7 +16115,7 @@ export class EntityDocumentType_ {
|
|
|
16115
16115
|
_mj__UpdatedAt: Date;
|
|
16116
16116
|
|
|
16117
16117
|
@Field(() => [EntityDocument_])
|
|
16118
|
-
|
|
16118
|
+
EntityDocuments_TypeIDArray: EntityDocument_[]; // Link to EntityDocuments
|
|
16119
16119
|
|
|
16120
16120
|
}
|
|
16121
16121
|
|
|
@@ -16417,10 +16417,10 @@ export class VectorDatabase_ {
|
|
|
16417
16417
|
_mj__UpdatedAt: Date;
|
|
16418
16418
|
|
|
16419
16419
|
@Field(() => [EntityDocument_])
|
|
16420
|
-
|
|
16420
|
+
EntityDocuments_IDArray: EntityDocument_[]; // Link to EntityDocuments
|
|
16421
16421
|
|
|
16422
16422
|
@Field(() => [VectorIndex_])
|
|
16423
|
-
|
|
16423
|
+
VectorIndexes_VectorDatabaseIDArray: VectorIndex_[]; // Link to VectorIndexes
|
|
16424
16424
|
|
|
16425
16425
|
}
|
|
16426
16426
|
|
|
@@ -16827,13 +16827,13 @@ export class EntityDocument_ {
|
|
|
16827
16827
|
AIModel: string;
|
|
16828
16828
|
|
|
16829
16829
|
@Field(() => [EntityDocumentSetting_])
|
|
16830
|
-
|
|
16830
|
+
EntityDocumentSettings_EntityDocumentIDArray: EntityDocumentSetting_[]; // Link to EntityDocumentSettings
|
|
16831
16831
|
|
|
16832
16832
|
@Field(() => [EntityDocumentRun_])
|
|
16833
|
-
|
|
16833
|
+
EntityDocumentRuns_EntityDocumentIDArray: EntityDocumentRun_[]; // Link to EntityDocumentRuns
|
|
16834
16834
|
|
|
16835
16835
|
@Field(() => [EntityRecordDocument_])
|
|
16836
|
-
|
|
16836
|
+
EntityRecordDocuments_EntityDocumentIDArray: EntityRecordDocument_[]; // Link to EntityRecordDocuments
|
|
16837
16837
|
|
|
16838
16838
|
}
|
|
16839
16839
|
|
|
@@ -17263,13 +17263,13 @@ export class DataContext_ {
|
|
|
17263
17263
|
User: string;
|
|
17264
17264
|
|
|
17265
17265
|
@Field(() => [Report_])
|
|
17266
|
-
|
|
17266
|
+
Reports_DataContextIDArray: Report_[]; // Link to Reports
|
|
17267
17267
|
|
|
17268
17268
|
@Field(() => [DataContextItem_])
|
|
17269
|
-
|
|
17269
|
+
DataContextItems_DataContextIDArray: DataContextItem_[]; // Link to DataContextItems
|
|
17270
17270
|
|
|
17271
17271
|
@Field(() => [Conversation_])
|
|
17272
|
-
|
|
17272
|
+
Conversations_DataContextIDArray: Conversation_[]; // Link to Conversations
|
|
17273
17273
|
|
|
17274
17274
|
}
|
|
17275
17275
|
|
|
@@ -17467,10 +17467,10 @@ export class UserViewCategory_ {
|
|
|
17467
17467
|
User: string;
|
|
17468
17468
|
|
|
17469
17469
|
@Field(() => [UserViewCategory_])
|
|
17470
|
-
|
|
17470
|
+
UserViewCategories_ParentIDArray: UserViewCategory_[]; // Link to UserViewCategories
|
|
17471
17471
|
|
|
17472
17472
|
@Field(() => [UserView_])
|
|
17473
|
-
|
|
17473
|
+
UserViews_CategoryIDArray: UserView_[]; // Link to UserViews
|
|
17474
17474
|
|
|
17475
17475
|
}
|
|
17476
17476
|
|
|
@@ -17658,10 +17658,10 @@ export class DashboardCategory_ {
|
|
|
17658
17658
|
User: string;
|
|
17659
17659
|
|
|
17660
17660
|
@Field(() => [DashboardCategory_])
|
|
17661
|
-
|
|
17661
|
+
DashboardCategories_ParentIDArray: DashboardCategory_[]; // Link to DashboardCategories
|
|
17662
17662
|
|
|
17663
17663
|
@Field(() => [Dashboard_])
|
|
17664
|
-
|
|
17664
|
+
Dashboards_CategoryIDArray: Dashboard_[]; // Link to Dashboards
|
|
17665
17665
|
|
|
17666
17666
|
}
|
|
17667
17667
|
|
|
@@ -17843,10 +17843,10 @@ export class ReportCategory_ {
|
|
|
17843
17843
|
User: string;
|
|
17844
17844
|
|
|
17845
17845
|
@Field(() => [ReportCategory_])
|
|
17846
|
-
|
|
17846
|
+
ReportCategories_ParentIDArray: ReportCategory_[]; // Link to ReportCategories
|
|
17847
17847
|
|
|
17848
17848
|
@Field(() => [Report_])
|
|
17849
|
-
|
|
17849
|
+
Reports_CategoryIDArray: Report_[]; // Link to Reports
|
|
17850
17850
|
|
|
17851
17851
|
}
|
|
17852
17852
|
|
|
@@ -18026,7 +18026,7 @@ export class FileStorageProvider_ {
|
|
|
18026
18026
|
_mj__UpdatedAt: Date;
|
|
18027
18027
|
|
|
18028
18028
|
@Field(() => [File_])
|
|
18029
|
-
|
|
18029
|
+
Files_ProviderIDArray: File_[]; // Link to Files
|
|
18030
18030
|
|
|
18031
18031
|
}
|
|
18032
18032
|
|
|
@@ -18218,7 +18218,7 @@ export class File_ {
|
|
|
18218
18218
|
Provider: string;
|
|
18219
18219
|
|
|
18220
18220
|
@Field(() => [FileEntityRecordLink_])
|
|
18221
|
-
|
|
18221
|
+
FileEntityRecordLinks_FileIDArray: FileEntityRecordLink_[]; // Link to FileEntityRecordLinks
|
|
18222
18222
|
|
|
18223
18223
|
}
|
|
18224
18224
|
|
|
@@ -18402,10 +18402,10 @@ export class FileCategory_ {
|
|
|
18402
18402
|
Parent?: string;
|
|
18403
18403
|
|
|
18404
18404
|
@Field(() => [File_])
|
|
18405
|
-
|
|
18405
|
+
Files_CategoryIDArray: File_[]; // Link to Files
|
|
18406
18406
|
|
|
18407
18407
|
@Field(() => [FileCategory_])
|
|
18408
|
-
|
|
18408
|
+
FileCategories_ParentIDArray: FileCategory_[]; // Link to FileCategories
|
|
18409
18409
|
|
|
18410
18410
|
}
|
|
18411
18411
|
|
|
@@ -19462,7 +19462,7 @@ export class DuplicateRun_ {
|
|
|
19462
19462
|
ApprovedByUser?: string;
|
|
19463
19463
|
|
|
19464
19464
|
@Field(() => [DuplicateRunDetail_])
|
|
19465
|
-
|
|
19465
|
+
DuplicateRunDetails_DuplicateRunIDArray: DuplicateRunDetail_[]; // Link to DuplicateRunDetails
|
|
19466
19466
|
|
|
19467
19467
|
}
|
|
19468
19468
|
|
|
@@ -19668,7 +19668,7 @@ export class DuplicateRunDetail_ {
|
|
|
19668
19668
|
_mj__UpdatedAt: Date;
|
|
19669
19669
|
|
|
19670
19670
|
@Field(() => [DuplicateRunDetailMatch_])
|
|
19671
|
-
|
|
19671
|
+
DuplicateRunDetailMatches_DuplicateRunDetailIDArray: DuplicateRunDetailMatch_[]; // Link to DuplicateRunDetailMatches
|
|
19672
19672
|
|
|
19673
19673
|
}
|
|
19674
19674
|
|
|
@@ -20008,10 +20008,10 @@ export class ActionCategory_ {
|
|
|
20008
20008
|
Parent?: string;
|
|
20009
20009
|
|
|
20010
20010
|
@Field(() => [ActionCategory_])
|
|
20011
|
-
|
|
20011
|
+
ActionCategories_ParentIDArray: ActionCategory_[]; // Link to ActionCategories
|
|
20012
20012
|
|
|
20013
20013
|
@Field(() => [Action_])
|
|
20014
|
-
|
|
20014
|
+
Actions_CategoryIDArray: Action_[]; // Link to Actions
|
|
20015
20015
|
|
|
20016
20016
|
}
|
|
20017
20017
|
|
|
@@ -20190,13 +20190,13 @@ export class EntityAction_ {
|
|
|
20190
20190
|
Action: string;
|
|
20191
20191
|
|
|
20192
20192
|
@Field(() => [EntityActionInvocation_])
|
|
20193
|
-
|
|
20193
|
+
EntityActionInvocations_EntityActionIDArray: EntityActionInvocation_[]; // Link to EntityActionInvocations
|
|
20194
20194
|
|
|
20195
20195
|
@Field(() => [EntityActionFilter_])
|
|
20196
|
-
|
|
20196
|
+
EntityActionFilters_EntityActionIDArray: EntityActionFilter_[]; // Link to EntityActionFilters
|
|
20197
20197
|
|
|
20198
20198
|
@Field(() => [EntityActionParam_])
|
|
20199
|
-
|
|
20199
|
+
EntityActionParams_EntityActionIDArray: EntityActionParam_[]; // Link to EntityActionParams
|
|
20200
20200
|
|
|
20201
20201
|
}
|
|
20202
20202
|
|
|
@@ -20670,7 +20670,7 @@ export class EntityActionInvocationType_ {
|
|
|
20670
20670
|
_mj__UpdatedAt: Date;
|
|
20671
20671
|
|
|
20672
20672
|
@Field(() => [EntityActionInvocation_])
|
|
20673
|
-
|
|
20673
|
+
EntityActionInvocations_InvocationTypeIDArray: EntityActionInvocation_[]; // Link to EntityActionInvocations
|
|
20674
20674
|
|
|
20675
20675
|
}
|
|
20676
20676
|
|
|
@@ -20878,28 +20878,28 @@ export class Action_ {
|
|
|
20878
20878
|
CodeApprovedByUser?: string;
|
|
20879
20879
|
|
|
20880
20880
|
@Field(() => [ActionParam_])
|
|
20881
|
-
|
|
20881
|
+
ActionParams_ActionIDArray: ActionParam_[]; // Link to ActionParams
|
|
20882
20882
|
|
|
20883
20883
|
@Field(() => [ActionLibrary_])
|
|
20884
|
-
|
|
20884
|
+
ActionLibraries_ActionIDArray: ActionLibrary_[]; // Link to ActionLibraries
|
|
20885
20885
|
|
|
20886
20886
|
@Field(() => [ScheduledAction_])
|
|
20887
|
-
|
|
20887
|
+
ScheduledActions_ActionIDArray: ScheduledAction_[]; // Link to ScheduledActions
|
|
20888
20888
|
|
|
20889
20889
|
@Field(() => [ActionResultCode_])
|
|
20890
|
-
|
|
20890
|
+
ActionResultCodes_ActionIDArray: ActionResultCode_[]; // Link to ActionResultCodes
|
|
20891
20891
|
|
|
20892
20892
|
@Field(() => [ActionContext_])
|
|
20893
|
-
|
|
20893
|
+
ActionContexts_ActionIDArray: ActionContext_[]; // Link to ActionContexts
|
|
20894
20894
|
|
|
20895
20895
|
@Field(() => [EntityAction_])
|
|
20896
|
-
|
|
20896
|
+
EntityActions_ActionIDArray: EntityAction_[]; // Link to EntityActions
|
|
20897
20897
|
|
|
20898
20898
|
@Field(() => [ActionExecutionLog_])
|
|
20899
|
-
|
|
20899
|
+
ActionExecutionLogs_ActionIDArray: ActionExecutionLog_[]; // Link to ActionExecutionLogs
|
|
20900
20900
|
|
|
20901
20901
|
@Field(() => [ActionAuthorization_])
|
|
20902
|
-
|
|
20902
|
+
ActionAuthorizations_ActionIDArray: ActionAuthorization_[]; // Link to ActionAuthorizations
|
|
20903
20903
|
|
|
20904
20904
|
}
|
|
20905
20905
|
|
|
@@ -21345,7 +21345,7 @@ export class ActionFilter_ {
|
|
|
21345
21345
|
_mj__UpdatedAt: Date;
|
|
21346
21346
|
|
|
21347
21347
|
@Field(() => [EntityActionFilter_])
|
|
21348
|
-
|
|
21348
|
+
EntityActionFilters_ActionFilterIDArray: EntityActionFilter_[]; // Link to EntityActionFilters
|
|
21349
21349
|
|
|
21350
21350
|
}
|
|
21351
21351
|
|
|
@@ -21503,7 +21503,7 @@ export class ActionContextType_ {
|
|
|
21503
21503
|
_mj__UpdatedAt: Date;
|
|
21504
21504
|
|
|
21505
21505
|
@Field(() => [ActionContext_])
|
|
21506
|
-
|
|
21506
|
+
ActionContexts_ContextTypeIDArray: ActionContext_[]; // Link to ActionContexts
|
|
21507
21507
|
|
|
21508
21508
|
}
|
|
21509
21509
|
|
|
@@ -22178,10 +22178,10 @@ export class ActionParam_ {
|
|
|
22178
22178
|
Action: string;
|
|
22179
22179
|
|
|
22180
22180
|
@Field(() => [EntityActionParam_])
|
|
22181
|
-
|
|
22181
|
+
EntityActionParams_ActionParamIDArray: EntityActionParam_[]; // Link to EntityActionParams
|
|
22182
22182
|
|
|
22183
22183
|
@Field(() => [ScheduledActionParam_])
|
|
22184
|
-
|
|
22184
|
+
ScheduledActionParams_ActionParamIDArray: ScheduledActionParam_[]; // Link to ScheduledActionParams
|
|
22185
22185
|
|
|
22186
22186
|
}
|
|
22187
22187
|
|
|
@@ -22534,10 +22534,10 @@ export class Library_ {
|
|
|
22534
22534
|
_mj__UpdatedAt: Date;
|
|
22535
22535
|
|
|
22536
22536
|
@Field(() => [ActionLibrary_])
|
|
22537
|
-
|
|
22537
|
+
ActionLibraries_LibraryIDArray: ActionLibrary_[]; // Link to ActionLibraries
|
|
22538
22538
|
|
|
22539
22539
|
@Field(() => [LibraryItem_])
|
|
22540
|
-
|
|
22540
|
+
LibraryItems_LibraryIDArray: LibraryItem_[]; // Link to LibraryItems
|
|
22541
22541
|
|
|
22542
22542
|
}
|
|
22543
22543
|
|
|
@@ -22719,10 +22719,10 @@ export class ListCategory_ {
|
|
|
22719
22719
|
User: string;
|
|
22720
22720
|
|
|
22721
22721
|
@Field(() => [ListCategory_])
|
|
22722
|
-
|
|
22722
|
+
ListCategories_ParentIDArray: ListCategory_[]; // Link to ListCategories
|
|
22723
22723
|
|
|
22724
22724
|
@Field(() => [List_])
|
|
22725
|
-
|
|
22725
|
+
Lists_CategoryIDArray: List_[]; // Link to Lists
|
|
22726
22726
|
|
|
22727
22727
|
}
|
|
22728
22728
|
|
|
@@ -22892,10 +22892,10 @@ export class CommunicationProvider_ {
|
|
|
22892
22892
|
_mj__UpdatedAt: Date;
|
|
22893
22893
|
|
|
22894
22894
|
@Field(() => [CommunicationLog_])
|
|
22895
|
-
|
|
22895
|
+
CommunicationLogs_CommunicationProviderIDArray: CommunicationLog_[]; // Link to CommunicationLogs
|
|
22896
22896
|
|
|
22897
22897
|
@Field(() => [CommunicationProviderMessageType_])
|
|
22898
|
-
|
|
22898
|
+
CommunicationProviderMessageTypes_CommunicationProviderIDArray: CommunicationProviderMessageType_[]; // Link to CommunicationProviderMessageTypes
|
|
22899
22899
|
|
|
22900
22900
|
}
|
|
22901
22901
|
|
|
@@ -23084,7 +23084,7 @@ export class CommunicationRun_ {
|
|
|
23084
23084
|
User: string;
|
|
23085
23085
|
|
|
23086
23086
|
@Field(() => [CommunicationLog_])
|
|
23087
|
-
|
|
23087
|
+
CommunicationLogs_CommunicationRunIDArray: CommunicationLog_[]; // Link to CommunicationLogs
|
|
23088
23088
|
|
|
23089
23089
|
}
|
|
23090
23090
|
|
|
@@ -23274,7 +23274,7 @@ export class CommunicationProviderMessageType_ {
|
|
|
23274
23274
|
CommunicationBaseMessageType: string;
|
|
23275
23275
|
|
|
23276
23276
|
@Field(() => [CommunicationLog_])
|
|
23277
|
-
|
|
23277
|
+
CommunicationLogs_CommunicationProviderMessageTypeIDArray: CommunicationLog_[]; // Link to CommunicationLogs
|
|
23278
23278
|
|
|
23279
23279
|
}
|
|
23280
23280
|
|
|
@@ -23643,10 +23643,10 @@ export class CommunicationBaseMessageType_ {
|
|
|
23643
23643
|
_mj__UpdatedAt: Date;
|
|
23644
23644
|
|
|
23645
23645
|
@Field(() => [CommunicationProviderMessageType_])
|
|
23646
|
-
|
|
23646
|
+
CommunicationProviderMessageTypes_CommunicationBaseMessageTypeIDArray: CommunicationProviderMessageType_[]; // Link to CommunicationProviderMessageTypes
|
|
23647
23647
|
|
|
23648
23648
|
@Field(() => [EntityCommunicationMessageType_])
|
|
23649
|
-
|
|
23649
|
+
EntityCommunicationMessageTypes_BaseMessageTypeIDArray: EntityCommunicationMessageType_[]; // Link to EntityCommunicationMessageTypes
|
|
23650
23650
|
|
|
23651
23651
|
}
|
|
23652
23652
|
|
|
@@ -23842,16 +23842,16 @@ export class Template_ {
|
|
|
23842
23842
|
User: string;
|
|
23843
23843
|
|
|
23844
23844
|
@Field(() => [TemplateContent_])
|
|
23845
|
-
|
|
23845
|
+
TemplateContents_TemplateIDArray: TemplateContent_[]; // Link to TemplateContents
|
|
23846
23846
|
|
|
23847
23847
|
@Field(() => [TemplateParam_])
|
|
23848
|
-
|
|
23848
|
+
TemplateParams_TemplateIDArray: TemplateParam_[]; // Link to TemplateParams
|
|
23849
23849
|
|
|
23850
23850
|
@Field(() => [AIPrompt_])
|
|
23851
|
-
|
|
23851
|
+
AIPrompts_TemplateIDArray: AIPrompt_[]; // Link to AIPrompts
|
|
23852
23852
|
|
|
23853
23853
|
@Field(() => [EntityDocument_])
|
|
23854
|
-
|
|
23854
|
+
EntityDocuments_TemplateIDArray: EntityDocument_[]; // Link to EntityDocuments
|
|
23855
23855
|
|
|
23856
23856
|
}
|
|
23857
23857
|
|
|
@@ -24067,10 +24067,10 @@ export class TemplateCategory_ {
|
|
|
24067
24067
|
User: string;
|
|
24068
24068
|
|
|
24069
24069
|
@Field(() => [Template_])
|
|
24070
|
-
|
|
24070
|
+
Templates_CategoryIDArray: Template_[]; // Link to Templates
|
|
24071
24071
|
|
|
24072
24072
|
@Field(() => [TemplateCategory_])
|
|
24073
|
-
|
|
24073
|
+
TemplateCategories_ParentIDArray: TemplateCategory_[]; // Link to TemplateCategories
|
|
24074
24074
|
|
|
24075
24075
|
}
|
|
24076
24076
|
|
|
@@ -24623,7 +24623,7 @@ export class TemplateContentType_ {
|
|
|
24623
24623
|
_mj__UpdatedAt: Date;
|
|
24624
24624
|
|
|
24625
24625
|
@Field(() => [TemplateContent_])
|
|
24626
|
-
|
|
24626
|
+
TemplateContents_TypeIDArray: TemplateContent_[]; // Link to TemplateContents
|
|
24627
24627
|
|
|
24628
24628
|
}
|
|
24629
24629
|
|
|
@@ -24777,7 +24777,7 @@ export class Recommendation_ {
|
|
|
24777
24777
|
SourceEntity: string;
|
|
24778
24778
|
|
|
24779
24779
|
@Field(() => [RecommendationItem_])
|
|
24780
|
-
|
|
24780
|
+
RecommendationItems_RecommendationIDArray: RecommendationItem_[]; // Link to RecommendationItems
|
|
24781
24781
|
|
|
24782
24782
|
}
|
|
24783
24783
|
|
|
@@ -24923,7 +24923,7 @@ export class RecommendationProvider_ {
|
|
|
24923
24923
|
_mj__UpdatedAt: Date;
|
|
24924
24924
|
|
|
24925
24925
|
@Field(() => [RecommendationRun_])
|
|
24926
|
-
|
|
24926
|
+
RecommendationRuns_RecommendationProviderIDArray: RecommendationRun_[]; // Link to RecommendationRuns
|
|
24927
24927
|
|
|
24928
24928
|
}
|
|
24929
24929
|
|
|
@@ -25087,7 +25087,7 @@ export class RecommendationRun_ {
|
|
|
25087
25087
|
RunByUser: string;
|
|
25088
25088
|
|
|
25089
25089
|
@Field(() => [Recommendation_])
|
|
25090
|
-
|
|
25090
|
+
Recommendations_RecommendationRunIDArray: Recommendation_[]; // Link to Recommendations
|
|
25091
25091
|
|
|
25092
25092
|
}
|
|
25093
25093
|
|
|
@@ -25416,7 +25416,7 @@ export class EntityCommunicationMessageType_ {
|
|
|
25416
25416
|
BaseMessageType: string;
|
|
25417
25417
|
|
|
25418
25418
|
@Field(() => [EntityCommunicationField_])
|
|
25419
|
-
|
|
25419
|
+
EntityCommunicationFields_EntityCommunicationMessageTypeIDArray: EntityCommunicationField_[]; // Link to EntityCommunicationFields
|
|
25420
25420
|
|
|
25421
25421
|
}
|
|
25422
25422
|
|
|
@@ -25714,7 +25714,7 @@ export class RecordChangeReplayRun_ {
|
|
|
25714
25714
|
User: string;
|
|
25715
25715
|
|
|
25716
25716
|
@Field(() => [RecordChange_])
|
|
25717
|
-
|
|
25717
|
+
RecordChanges_ReplayRunIDArray: RecordChange_[]; // Link to RecordChanges
|
|
25718
25718
|
|
|
25719
25719
|
}
|
|
25720
25720
|
|
|
@@ -26014,7 +26014,7 @@ export class EntityRelationshipDisplayComponent_ {
|
|
|
26014
26014
|
_mj__UpdatedAt: Date;
|
|
26015
26015
|
|
|
26016
26016
|
@Field(() => [EntityRelationship_])
|
|
26017
|
-
|
|
26017
|
+
EntityRelationships_DisplayComponentIDArray: EntityRelationship_[]; // Link to EntityRelationships
|
|
26018
26018
|
|
|
26019
26019
|
}
|
|
26020
26020
|
|