@memberjunction/server 2.3.1 → 2.3.3
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
|
@@ -32,7 +32,7 @@ let ScheduledAction_ = class ScheduledAction_ {
|
|
|
32
32
|
_mj__UpdatedAt;
|
|
33
33
|
CreatedByUser;
|
|
34
34
|
Action;
|
|
35
|
-
|
|
35
|
+
ScheduledActionParams_ScheduledActionIDArray;
|
|
36
36
|
};
|
|
37
37
|
__decorate([
|
|
38
38
|
Field(),
|
|
@@ -124,7 +124,7 @@ __decorate([
|
|
|
124
124
|
__decorate([
|
|
125
125
|
Field(() => [ScheduledActionParam_]),
|
|
126
126
|
__metadata("design:type", Array)
|
|
127
|
-
], ScheduledAction_.prototype, "
|
|
127
|
+
], ScheduledAction_.prototype, "ScheduledActionParams_ScheduledActionIDArray", void 0);
|
|
128
128
|
ScheduledAction_ = __decorate([
|
|
129
129
|
ObjectType({ description: 'Track scheduled actions and their details' })
|
|
130
130
|
], ScheduledAction_);
|
|
@@ -1370,7 +1370,7 @@ let AIPrompt_ = class AIPrompt_ {
|
|
|
1370
1370
|
Template;
|
|
1371
1371
|
Category;
|
|
1372
1372
|
Type;
|
|
1373
|
-
|
|
1373
|
+
AIResultCache_AIPromptIDArray;
|
|
1374
1374
|
};
|
|
1375
1375
|
__decorate([
|
|
1376
1376
|
Field(),
|
|
@@ -1442,7 +1442,7 @@ __decorate([
|
|
|
1442
1442
|
__decorate([
|
|
1443
1443
|
Field(() => [AIResultCache_]),
|
|
1444
1444
|
__metadata("design:type", Array)
|
|
1445
|
-
], AIPrompt_.prototype, "
|
|
1445
|
+
], AIPrompt_.prototype, "AIResultCache_AIPromptIDArray", void 0);
|
|
1446
1446
|
AIPrompt_ = __decorate([
|
|
1447
1447
|
ObjectType({ description: 'Stores AI prompts, including references to categories, types, and templates.' })
|
|
1448
1448
|
], AIPrompt_);
|
|
@@ -2014,8 +2014,8 @@ let AIPromptCategory_ = class AIPromptCategory_ {
|
|
|
2014
2014
|
_mj__CreatedAt;
|
|
2015
2015
|
_mj__UpdatedAt;
|
|
2016
2016
|
Parent;
|
|
2017
|
-
|
|
2018
|
-
|
|
2017
|
+
AIPrompts_CategoryIDArray;
|
|
2018
|
+
AIPromptCategories_ParentIDArray;
|
|
2019
2019
|
};
|
|
2020
2020
|
__decorate([
|
|
2021
2021
|
Field(),
|
|
@@ -2054,11 +2054,11 @@ __decorate([
|
|
|
2054
2054
|
__decorate([
|
|
2055
2055
|
Field(() => [AIPrompt_]),
|
|
2056
2056
|
__metadata("design:type", Array)
|
|
2057
|
-
], AIPromptCategory_.prototype, "
|
|
2057
|
+
], AIPromptCategory_.prototype, "AIPrompts_CategoryIDArray", void 0);
|
|
2058
2058
|
__decorate([
|
|
2059
2059
|
Field(() => [AIPromptCategory_]),
|
|
2060
2060
|
__metadata("design:type", Array)
|
|
2061
|
-
], AIPromptCategory_.prototype, "
|
|
2061
|
+
], AIPromptCategory_.prototype, "AIPromptCategories_ParentIDArray", void 0);
|
|
2062
2062
|
AIPromptCategory_ = __decorate([
|
|
2063
2063
|
ObjectType({ description: 'Categories for organizing AI prompts in a hierarchical structure.' })
|
|
2064
2064
|
], AIPromptCategory_);
|
|
@@ -2288,7 +2288,7 @@ let AIPromptType_ = class AIPromptType_ {
|
|
|
2288
2288
|
Description;
|
|
2289
2289
|
_mj__CreatedAt;
|
|
2290
2290
|
_mj__UpdatedAt;
|
|
2291
|
-
|
|
2291
|
+
AIPrompts_TypeIDArray;
|
|
2292
2292
|
};
|
|
2293
2293
|
__decorate([
|
|
2294
2294
|
Field(),
|
|
@@ -2317,7 +2317,7 @@ __decorate([
|
|
|
2317
2317
|
__decorate([
|
|
2318
2318
|
Field(() => [AIPrompt_]),
|
|
2319
2319
|
__metadata("design:type", Array)
|
|
2320
|
-
], AIPromptType_.prototype, "
|
|
2320
|
+
], AIPromptType_.prototype, "AIPrompts_TypeIDArray", void 0);
|
|
2321
2321
|
AIPromptType_ = __decorate([
|
|
2322
2322
|
ObjectType({ description: 'Types of AI prompts such as Chat, Text-to-Image, Text-to-Video, etc.' })
|
|
2323
2323
|
], AIPromptType_);
|
|
@@ -2525,9 +2525,9 @@ let Company_ = class Company_ {
|
|
|
2525
2525
|
Domain;
|
|
2526
2526
|
_mj__CreatedAt;
|
|
2527
2527
|
_mj__UpdatedAt;
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2528
|
+
Workflows_CompanyNameArray;
|
|
2529
|
+
CompanyIntegrations_CompanyNameArray;
|
|
2530
|
+
Employees_CompanyIDArray;
|
|
2531
2531
|
};
|
|
2532
2532
|
__decorate([
|
|
2533
2533
|
Field(),
|
|
@@ -2572,15 +2572,15 @@ __decorate([
|
|
|
2572
2572
|
__decorate([
|
|
2573
2573
|
Field(() => [Workflow_]),
|
|
2574
2574
|
__metadata("design:type", Array)
|
|
2575
|
-
], Company_.prototype, "
|
|
2575
|
+
], Company_.prototype, "Workflows_CompanyNameArray", void 0);
|
|
2576
2576
|
__decorate([
|
|
2577
2577
|
Field(() => [CompanyIntegration_]),
|
|
2578
2578
|
__metadata("design:type", Array)
|
|
2579
|
-
], Company_.prototype, "
|
|
2579
|
+
], Company_.prototype, "CompanyIntegrations_CompanyNameArray", void 0);
|
|
2580
2580
|
__decorate([
|
|
2581
2581
|
Field(() => [Employee_]),
|
|
2582
2582
|
__metadata("design:type", Array)
|
|
2583
|
-
], Company_.prototype, "
|
|
2583
|
+
], Company_.prototype, "Employees_CompanyIDArray", void 0);
|
|
2584
2584
|
Company_ = __decorate([
|
|
2585
2585
|
ObjectType({ description: 'A list of organizational units within your business. These can be subsidiaries or divisions or other units. Companies are used to organizae employee records and also for separating integrations if you have multiple integrations of the same type of system.' })
|
|
2586
2586
|
], Company_);
|
|
@@ -2871,11 +2871,11 @@ let Employee_ = class Employee_ {
|
|
|
2871
2871
|
SupervisorFirstName;
|
|
2872
2872
|
SupervisorLastName;
|
|
2873
2873
|
SupervisorEmail;
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2874
|
+
Users_EmployeeIDArray;
|
|
2875
|
+
EmployeeSkills_EmployeeIDArray;
|
|
2876
|
+
EmployeeCompanyIntegrations_EmployeeIDArray;
|
|
2877
|
+
Employees_SupervisorIDArray;
|
|
2878
|
+
EmployeeRoles_EmployeeIDArray;
|
|
2879
2879
|
};
|
|
2880
2880
|
__decorate([
|
|
2881
2881
|
Field(),
|
|
@@ -2964,23 +2964,23 @@ __decorate([
|
|
|
2964
2964
|
__decorate([
|
|
2965
2965
|
Field(() => [User_]),
|
|
2966
2966
|
__metadata("design:type", Array)
|
|
2967
|
-
], Employee_.prototype, "
|
|
2967
|
+
], Employee_.prototype, "Users_EmployeeIDArray", void 0);
|
|
2968
2968
|
__decorate([
|
|
2969
2969
|
Field(() => [EmployeeSkill_]),
|
|
2970
2970
|
__metadata("design:type", Array)
|
|
2971
|
-
], Employee_.prototype, "
|
|
2971
|
+
], Employee_.prototype, "EmployeeSkills_EmployeeIDArray", void 0);
|
|
2972
2972
|
__decorate([
|
|
2973
2973
|
Field(() => [EmployeeCompanyIntegration_]),
|
|
2974
2974
|
__metadata("design:type", Array)
|
|
2975
|
-
], Employee_.prototype, "
|
|
2975
|
+
], Employee_.prototype, "EmployeeCompanyIntegrations_EmployeeIDArray", void 0);
|
|
2976
2976
|
__decorate([
|
|
2977
2977
|
Field(() => [Employee_]),
|
|
2978
2978
|
__metadata("design:type", Array)
|
|
2979
|
-
], Employee_.prototype, "
|
|
2979
|
+
], Employee_.prototype, "Employees_SupervisorIDArray", void 0);
|
|
2980
2980
|
__decorate([
|
|
2981
2981
|
Field(() => [EmployeeRole_]),
|
|
2982
2982
|
__metadata("design:type", Array)
|
|
2983
|
-
], Employee_.prototype, "
|
|
2983
|
+
], Employee_.prototype, "EmployeeRoles_EmployeeIDArray", void 0);
|
|
2984
2984
|
Employee_ = __decorate([
|
|
2985
2985
|
ObjectType({ description: 'A list of employees across all units of your organization' })
|
|
2986
2986
|
], Employee_);
|
|
@@ -4122,11 +4122,11 @@ let Role_ = class Role_ {
|
|
|
4122
4122
|
SQLName;
|
|
4123
4123
|
_mj__CreatedAt;
|
|
4124
4124
|
_mj__UpdatedAt;
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4125
|
+
UserRoles_RoleNameArray;
|
|
4126
|
+
AuthorizationRoles_RoleNameArray;
|
|
4127
|
+
EntityPermissions_RoleNameArray;
|
|
4128
|
+
QueryPermissions_RoleNameArray;
|
|
4129
|
+
EmployeeRoles_RoleIDArray;
|
|
4130
4130
|
};
|
|
4131
4131
|
__decorate([
|
|
4132
4132
|
Field(),
|
|
@@ -4165,23 +4165,23 @@ __decorate([
|
|
|
4165
4165
|
__decorate([
|
|
4166
4166
|
Field(() => [UserRole_]),
|
|
4167
4167
|
__metadata("design:type", Array)
|
|
4168
|
-
], Role_.prototype, "
|
|
4168
|
+
], Role_.prototype, "UserRoles_RoleNameArray", void 0);
|
|
4169
4169
|
__decorate([
|
|
4170
4170
|
Field(() => [AuthorizationRole_]),
|
|
4171
4171
|
__metadata("design:type", Array)
|
|
4172
|
-
], Role_.prototype, "
|
|
4172
|
+
], Role_.prototype, "AuthorizationRoles_RoleNameArray", void 0);
|
|
4173
4173
|
__decorate([
|
|
4174
4174
|
Field(() => [EntityPermission_]),
|
|
4175
4175
|
__metadata("design:type", Array)
|
|
4176
|
-
], Role_.prototype, "
|
|
4176
|
+
], Role_.prototype, "EntityPermissions_RoleNameArray", void 0);
|
|
4177
4177
|
__decorate([
|
|
4178
4178
|
Field(() => [QueryPermission_]),
|
|
4179
4179
|
__metadata("design:type", Array)
|
|
4180
|
-
], Role_.prototype, "
|
|
4180
|
+
], Role_.prototype, "QueryPermissions_RoleNameArray", void 0);
|
|
4181
4181
|
__decorate([
|
|
4182
4182
|
Field(() => [EmployeeRole_]),
|
|
4183
4183
|
__metadata("design:type", Array)
|
|
4184
|
-
], Role_.prototype, "
|
|
4184
|
+
], Role_.prototype, "EmployeeRoles_RoleIDArray", void 0);
|
|
4185
4185
|
Role_ = __decorate([
|
|
4186
4186
|
ObjectType({ description: 'Roles are used for security administration and can have zero to many Users as members' })
|
|
4187
4187
|
], Role_);
|
|
@@ -4481,8 +4481,8 @@ let Skill_ = class Skill_ {
|
|
|
4481
4481
|
_mj__CreatedAt;
|
|
4482
4482
|
_mj__UpdatedAt;
|
|
4483
4483
|
Parent;
|
|
4484
|
-
|
|
4485
|
-
|
|
4484
|
+
EmployeeSkills_SkillIDArray;
|
|
4485
|
+
Skills_ParentIDArray;
|
|
4486
4486
|
};
|
|
4487
4487
|
__decorate([
|
|
4488
4488
|
Field(),
|
|
@@ -4517,11 +4517,11 @@ __decorate([
|
|
|
4517
4517
|
__decorate([
|
|
4518
4518
|
Field(() => [EmployeeSkill_]),
|
|
4519
4519
|
__metadata("design:type", Array)
|
|
4520
|
-
], Skill_.prototype, "
|
|
4520
|
+
], Skill_.prototype, "EmployeeSkills_SkillIDArray", void 0);
|
|
4521
4521
|
__decorate([
|
|
4522
4522
|
Field(() => [Skill_]),
|
|
4523
4523
|
__metadata("design:type", Array)
|
|
4524
|
-
], Skill_.prototype, "
|
|
4524
|
+
], Skill_.prototype, "Skills_ParentIDArray", void 0);
|
|
4525
4525
|
Skill_ = __decorate([
|
|
4526
4526
|
ObjectType({ description: 'A hierarchical list of possible skills that are linked to Employees and can also be linked to any other entity' })
|
|
4527
4527
|
], Skill_);
|
|
@@ -4906,9 +4906,9 @@ let Integration_ = class Integration_ {
|
|
|
4906
4906
|
_mj__CreatedAt;
|
|
4907
4907
|
_mj__UpdatedAt;
|
|
4908
4908
|
ID;
|
|
4909
|
-
|
|
4910
|
-
|
|
4911
|
-
|
|
4909
|
+
IntegrationURLFormats_IntegrationIDArray;
|
|
4910
|
+
CompanyIntegrations_IntegrationNameArray;
|
|
4911
|
+
RecordChanges_IntegrationIDArray;
|
|
4912
4912
|
};
|
|
4913
4913
|
__decorate([
|
|
4914
4914
|
Field(),
|
|
@@ -4961,15 +4961,15 @@ __decorate([
|
|
|
4961
4961
|
__decorate([
|
|
4962
4962
|
Field(() => [IntegrationURLFormat_]),
|
|
4963
4963
|
__metadata("design:type", Array)
|
|
4964
|
-
], Integration_.prototype, "
|
|
4964
|
+
], Integration_.prototype, "IntegrationURLFormats_IntegrationIDArray", void 0);
|
|
4965
4965
|
__decorate([
|
|
4966
4966
|
Field(() => [CompanyIntegration_]),
|
|
4967
4967
|
__metadata("design:type", Array)
|
|
4968
|
-
], Integration_.prototype, "
|
|
4968
|
+
], Integration_.prototype, "CompanyIntegrations_IntegrationNameArray", void 0);
|
|
4969
4969
|
__decorate([
|
|
4970
4970
|
Field(() => [RecordChange_]),
|
|
4971
4971
|
__metadata("design:type", Array)
|
|
4972
|
-
], Integration_.prototype, "
|
|
4972
|
+
], Integration_.prototype, "RecordChanges_IntegrationIDArray", void 0);
|
|
4973
4973
|
Integration_ = __decorate([
|
|
4974
4974
|
ObjectType({ description: 'Catalog of all integrations that have been configured in the system.' })
|
|
4975
4975
|
], Integration_);
|
|
@@ -5218,10 +5218,10 @@ let CompanyIntegration_ = class CompanyIntegration_ {
|
|
|
5218
5218
|
LastRunID;
|
|
5219
5219
|
LastRunStartedAt;
|
|
5220
5220
|
LastRunEndedAt;
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5224
|
-
|
|
5221
|
+
CompanyIntegrationRecordMaps_CompanyIntegrationIDArray;
|
|
5222
|
+
Lists_CompanyIntegrationIDArray;
|
|
5223
|
+
CompanyIntegrationRuns_CompanyIntegrationIDArray;
|
|
5224
|
+
EmployeeCompanyIntegrations_CompanyIntegrationIDArray;
|
|
5225
5225
|
};
|
|
5226
5226
|
__decorate([
|
|
5227
5227
|
Field(),
|
|
@@ -5334,19 +5334,19 @@ __decorate([
|
|
|
5334
5334
|
__decorate([
|
|
5335
5335
|
Field(() => [CompanyIntegrationRecordMap_]),
|
|
5336
5336
|
__metadata("design:type", Array)
|
|
5337
|
-
], CompanyIntegration_.prototype, "
|
|
5337
|
+
], CompanyIntegration_.prototype, "CompanyIntegrationRecordMaps_CompanyIntegrationIDArray", void 0);
|
|
5338
5338
|
__decorate([
|
|
5339
5339
|
Field(() => [List_]),
|
|
5340
5340
|
__metadata("design:type", Array)
|
|
5341
|
-
], CompanyIntegration_.prototype, "
|
|
5341
|
+
], CompanyIntegration_.prototype, "Lists_CompanyIntegrationIDArray", void 0);
|
|
5342
5342
|
__decorate([
|
|
5343
5343
|
Field(() => [CompanyIntegrationRun_]),
|
|
5344
5344
|
__metadata("design:type", Array)
|
|
5345
|
-
], CompanyIntegration_.prototype, "
|
|
5345
|
+
], CompanyIntegration_.prototype, "CompanyIntegrationRuns_CompanyIntegrationIDArray", void 0);
|
|
5346
5346
|
__decorate([
|
|
5347
5347
|
Field(() => [EmployeeCompanyIntegration_]),
|
|
5348
5348
|
__metadata("design:type", Array)
|
|
5349
|
-
], CompanyIntegration_.prototype, "
|
|
5349
|
+
], CompanyIntegration_.prototype, "EmployeeCompanyIntegrations_CompanyIntegrationIDArray", void 0);
|
|
5350
5350
|
CompanyIntegration_ = __decorate([
|
|
5351
5351
|
ObjectType({ description: 'Links individual company records to specific integrations' })
|
|
5352
5352
|
], CompanyIntegration_);
|
|
@@ -5651,7 +5651,7 @@ let EntityField_ = class EntityField_ {
|
|
|
5651
5651
|
RelatedEntityBaseView;
|
|
5652
5652
|
RelatedEntityCodeName;
|
|
5653
5653
|
RelatedEntityClassName;
|
|
5654
|
-
|
|
5654
|
+
EntityFieldValues_EntityFieldIDArray;
|
|
5655
5655
|
};
|
|
5656
5656
|
__decorate([
|
|
5657
5657
|
Field(),
|
|
@@ -5891,7 +5891,7 @@ __decorate([
|
|
|
5891
5891
|
__decorate([
|
|
5892
5892
|
Field(() => [EntityFieldValue_]),
|
|
5893
5893
|
__metadata("design:type", Array)
|
|
5894
|
-
], EntityField_.prototype, "
|
|
5894
|
+
], EntityField_.prototype, "EntityFieldValues_EntityFieldIDArray", void 0);
|
|
5895
5895
|
EntityField_ = __decorate([
|
|
5896
5896
|
ObjectType({ description: 'List of all fields within each entity with metadata about each field' })
|
|
5897
5897
|
], EntityField_);
|
|
@@ -6398,41 +6398,41 @@ let Entity_ = class Entity_ {
|
|
|
6398
6398
|
ParentEntity;
|
|
6399
6399
|
ParentBaseTable;
|
|
6400
6400
|
ParentBaseView;
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
|
|
6408
|
-
|
|
6409
|
-
|
|
6410
|
-
|
|
6411
|
-
|
|
6412
|
-
|
|
6413
|
-
|
|
6414
|
-
|
|
6415
|
-
|
|
6416
|
-
|
|
6417
|
-
|
|
6418
|
-
|
|
6419
|
-
|
|
6420
|
-
|
|
6421
|
-
|
|
6422
|
-
|
|
6423
|
-
|
|
6424
|
-
|
|
6425
|
-
|
|
6426
|
-
|
|
6427
|
-
|
|
6428
|
-
|
|
6429
|
-
|
|
6430
|
-
|
|
6431
|
-
|
|
6432
|
-
|
|
6433
|
-
|
|
6434
|
-
|
|
6435
|
-
|
|
6401
|
+
AuditLogs_EntityIDArray;
|
|
6402
|
+
TemplateParams_EntityIDArray;
|
|
6403
|
+
DatasetItems_EntityIDArray;
|
|
6404
|
+
Users_LinkedEntityIDArray;
|
|
6405
|
+
CompanyIntegrationRecordMaps_EntityIDArray;
|
|
6406
|
+
Entities_ParentIDArray;
|
|
6407
|
+
UserViewCategories_EntityIDArray;
|
|
6408
|
+
EntityAIActions_EntityIDArray;
|
|
6409
|
+
EntityActions_EntityIDArray;
|
|
6410
|
+
Conversations_LinkedEntityIDArray;
|
|
6411
|
+
DuplicateRuns_EntityIDArray;
|
|
6412
|
+
TaggedItems_EntityIDArray;
|
|
6413
|
+
RecordMergeLogs_EntityIDArray;
|
|
6414
|
+
UserApplicationEntities_EntityIDArray;
|
|
6415
|
+
QueryFields_SourceEntityIDArray;
|
|
6416
|
+
UserViews_EntityIDArray;
|
|
6417
|
+
RecommendationItems_DestinationEntityIDArray;
|
|
6418
|
+
EntityPermissions_EntityIDArray;
|
|
6419
|
+
Lists_EntityIDArray;
|
|
6420
|
+
UserRecordLogs_EntityIDArray;
|
|
6421
|
+
EntityDocuments_EntityIDArray;
|
|
6422
|
+
Recommendations_SourceEntityIDArray;
|
|
6423
|
+
FileEntityRecordLinks_EntityIDArray;
|
|
6424
|
+
EntitySettings_EntityIDArray;
|
|
6425
|
+
EntityRelationships_EntityIDArray;
|
|
6426
|
+
CompanyIntegrationRunDetails_EntityIDArray;
|
|
6427
|
+
DataContextItems_EntityIDArray;
|
|
6428
|
+
IntegrationURLFormats_EntityIDArray;
|
|
6429
|
+
EntityFields_EntityIDArray;
|
|
6430
|
+
UserFavorites_EntityIDArray;
|
|
6431
|
+
EntityCommunicationMessageTypes_EntityIDArray;
|
|
6432
|
+
EntityRecordDocuments_EntityIDArray;
|
|
6433
|
+
RecordChanges_EntityIDArray;
|
|
6434
|
+
ApplicationEntities_EntityIDArray;
|
|
6435
|
+
ResourceTypes_EntityIDArray;
|
|
6436
6436
|
};
|
|
6437
6437
|
__decorate([
|
|
6438
6438
|
Field(),
|
|
@@ -6674,143 +6674,143 @@ __decorate([
|
|
|
6674
6674
|
__decorate([
|
|
6675
6675
|
Field(() => [AuditLog_]),
|
|
6676
6676
|
__metadata("design:type", Array)
|
|
6677
|
-
], Entity_.prototype, "
|
|
6677
|
+
], Entity_.prototype, "AuditLogs_EntityIDArray", void 0);
|
|
6678
6678
|
__decorate([
|
|
6679
6679
|
Field(() => [TemplateParam_]),
|
|
6680
6680
|
__metadata("design:type", Array)
|
|
6681
|
-
], Entity_.prototype, "
|
|
6681
|
+
], Entity_.prototype, "TemplateParams_EntityIDArray", void 0);
|
|
6682
6682
|
__decorate([
|
|
6683
6683
|
Field(() => [DatasetItem_]),
|
|
6684
6684
|
__metadata("design:type", Array)
|
|
6685
|
-
], Entity_.prototype, "
|
|
6685
|
+
], Entity_.prototype, "DatasetItems_EntityIDArray", void 0);
|
|
6686
6686
|
__decorate([
|
|
6687
6687
|
Field(() => [User_]),
|
|
6688
6688
|
__metadata("design:type", Array)
|
|
6689
|
-
], Entity_.prototype, "
|
|
6689
|
+
], Entity_.prototype, "Users_LinkedEntityIDArray", void 0);
|
|
6690
6690
|
__decorate([
|
|
6691
6691
|
Field(() => [CompanyIntegrationRecordMap_]),
|
|
6692
6692
|
__metadata("design:type", Array)
|
|
6693
|
-
], Entity_.prototype, "
|
|
6693
|
+
], Entity_.prototype, "CompanyIntegrationRecordMaps_EntityIDArray", void 0);
|
|
6694
6694
|
__decorate([
|
|
6695
6695
|
Field(() => [Entity_]),
|
|
6696
6696
|
__metadata("design:type", Array)
|
|
6697
|
-
], Entity_.prototype, "
|
|
6697
|
+
], Entity_.prototype, "Entities_ParentIDArray", void 0);
|
|
6698
6698
|
__decorate([
|
|
6699
6699
|
Field(() => [UserViewCategory_]),
|
|
6700
6700
|
__metadata("design:type", Array)
|
|
6701
|
-
], Entity_.prototype, "
|
|
6701
|
+
], Entity_.prototype, "UserViewCategories_EntityIDArray", void 0);
|
|
6702
6702
|
__decorate([
|
|
6703
6703
|
Field(() => [EntityAIAction_]),
|
|
6704
6704
|
__metadata("design:type", Array)
|
|
6705
|
-
], Entity_.prototype, "
|
|
6705
|
+
], Entity_.prototype, "EntityAIActions_EntityIDArray", void 0);
|
|
6706
6706
|
__decorate([
|
|
6707
6707
|
Field(() => [EntityAction_]),
|
|
6708
6708
|
__metadata("design:type", Array)
|
|
6709
|
-
], Entity_.prototype, "
|
|
6709
|
+
], Entity_.prototype, "EntityActions_EntityIDArray", void 0);
|
|
6710
6710
|
__decorate([
|
|
6711
6711
|
Field(() => [Conversation_]),
|
|
6712
6712
|
__metadata("design:type", Array)
|
|
6713
|
-
], Entity_.prototype, "
|
|
6713
|
+
], Entity_.prototype, "Conversations_LinkedEntityIDArray", void 0);
|
|
6714
6714
|
__decorate([
|
|
6715
6715
|
Field(() => [DuplicateRun_]),
|
|
6716
6716
|
__metadata("design:type", Array)
|
|
6717
|
-
], Entity_.prototype, "
|
|
6717
|
+
], Entity_.prototype, "DuplicateRuns_EntityIDArray", void 0);
|
|
6718
6718
|
__decorate([
|
|
6719
6719
|
Field(() => [TaggedItem_]),
|
|
6720
6720
|
__metadata("design:type", Array)
|
|
6721
|
-
], Entity_.prototype, "
|
|
6721
|
+
], Entity_.prototype, "TaggedItems_EntityIDArray", void 0);
|
|
6722
6722
|
__decorate([
|
|
6723
6723
|
Field(() => [RecordMergeLog_]),
|
|
6724
6724
|
__metadata("design:type", Array)
|
|
6725
|
-
], Entity_.prototype, "
|
|
6725
|
+
], Entity_.prototype, "RecordMergeLogs_EntityIDArray", void 0);
|
|
6726
6726
|
__decorate([
|
|
6727
6727
|
Field(() => [UserApplicationEntity_]),
|
|
6728
6728
|
__metadata("design:type", Array)
|
|
6729
|
-
], Entity_.prototype, "
|
|
6729
|
+
], Entity_.prototype, "UserApplicationEntities_EntityIDArray", void 0);
|
|
6730
6730
|
__decorate([
|
|
6731
6731
|
Field(() => [QueryField_]),
|
|
6732
6732
|
__metadata("design:type", Array)
|
|
6733
|
-
], Entity_.prototype, "
|
|
6733
|
+
], Entity_.prototype, "QueryFields_SourceEntityIDArray", void 0);
|
|
6734
6734
|
__decorate([
|
|
6735
6735
|
Field(() => [UserView_]),
|
|
6736
6736
|
__metadata("design:type", Array)
|
|
6737
|
-
], Entity_.prototype, "
|
|
6737
|
+
], Entity_.prototype, "UserViews_EntityIDArray", void 0);
|
|
6738
6738
|
__decorate([
|
|
6739
6739
|
Field(() => [RecommendationItem_]),
|
|
6740
6740
|
__metadata("design:type", Array)
|
|
6741
|
-
], Entity_.prototype, "
|
|
6741
|
+
], Entity_.prototype, "RecommendationItems_DestinationEntityIDArray", void 0);
|
|
6742
6742
|
__decorate([
|
|
6743
6743
|
Field(() => [EntityPermission_]),
|
|
6744
6744
|
__metadata("design:type", Array)
|
|
6745
|
-
], Entity_.prototype, "
|
|
6745
|
+
], Entity_.prototype, "EntityPermissions_EntityIDArray", void 0);
|
|
6746
6746
|
__decorate([
|
|
6747
6747
|
Field(() => [List_]),
|
|
6748
6748
|
__metadata("design:type", Array)
|
|
6749
|
-
], Entity_.prototype, "
|
|
6749
|
+
], Entity_.prototype, "Lists_EntityIDArray", void 0);
|
|
6750
6750
|
__decorate([
|
|
6751
6751
|
Field(() => [UserRecordLog_]),
|
|
6752
6752
|
__metadata("design:type", Array)
|
|
6753
|
-
], Entity_.prototype, "
|
|
6753
|
+
], Entity_.prototype, "UserRecordLogs_EntityIDArray", void 0);
|
|
6754
6754
|
__decorate([
|
|
6755
6755
|
Field(() => [EntityDocument_]),
|
|
6756
6756
|
__metadata("design:type", Array)
|
|
6757
|
-
], Entity_.prototype, "
|
|
6757
|
+
], Entity_.prototype, "EntityDocuments_EntityIDArray", void 0);
|
|
6758
6758
|
__decorate([
|
|
6759
6759
|
Field(() => [Recommendation_]),
|
|
6760
6760
|
__metadata("design:type", Array)
|
|
6761
|
-
], Entity_.prototype, "
|
|
6761
|
+
], Entity_.prototype, "Recommendations_SourceEntityIDArray", void 0);
|
|
6762
6762
|
__decorate([
|
|
6763
6763
|
Field(() => [FileEntityRecordLink_]),
|
|
6764
6764
|
__metadata("design:type", Array)
|
|
6765
|
-
], Entity_.prototype, "
|
|
6765
|
+
], Entity_.prototype, "FileEntityRecordLinks_EntityIDArray", void 0);
|
|
6766
6766
|
__decorate([
|
|
6767
6767
|
Field(() => [EntitySetting_]),
|
|
6768
6768
|
__metadata("design:type", Array)
|
|
6769
|
-
], Entity_.prototype, "
|
|
6769
|
+
], Entity_.prototype, "EntitySettings_EntityIDArray", void 0);
|
|
6770
6770
|
__decorate([
|
|
6771
6771
|
Field(() => [EntityRelationship_]),
|
|
6772
6772
|
__metadata("design:type", Array)
|
|
6773
|
-
], Entity_.prototype, "
|
|
6773
|
+
], Entity_.prototype, "EntityRelationships_EntityIDArray", void 0);
|
|
6774
6774
|
__decorate([
|
|
6775
6775
|
Field(() => [CompanyIntegrationRunDetail_]),
|
|
6776
6776
|
__metadata("design:type", Array)
|
|
6777
|
-
], Entity_.prototype, "
|
|
6777
|
+
], Entity_.prototype, "CompanyIntegrationRunDetails_EntityIDArray", void 0);
|
|
6778
6778
|
__decorate([
|
|
6779
6779
|
Field(() => [DataContextItem_]),
|
|
6780
6780
|
__metadata("design:type", Array)
|
|
6781
|
-
], Entity_.prototype, "
|
|
6781
|
+
], Entity_.prototype, "DataContextItems_EntityIDArray", void 0);
|
|
6782
6782
|
__decorate([
|
|
6783
6783
|
Field(() => [IntegrationURLFormat_]),
|
|
6784
6784
|
__metadata("design:type", Array)
|
|
6785
|
-
], Entity_.prototype, "
|
|
6785
|
+
], Entity_.prototype, "IntegrationURLFormats_EntityIDArray", void 0);
|
|
6786
6786
|
__decorate([
|
|
6787
6787
|
Field(() => [EntityField_]),
|
|
6788
6788
|
__metadata("design:type", Array)
|
|
6789
|
-
], Entity_.prototype, "
|
|
6789
|
+
], Entity_.prototype, "EntityFields_EntityIDArray", void 0);
|
|
6790
6790
|
__decorate([
|
|
6791
6791
|
Field(() => [UserFavorite_]),
|
|
6792
6792
|
__metadata("design:type", Array)
|
|
6793
|
-
], Entity_.prototype, "
|
|
6793
|
+
], Entity_.prototype, "UserFavorites_EntityIDArray", void 0);
|
|
6794
6794
|
__decorate([
|
|
6795
6795
|
Field(() => [EntityCommunicationMessageType_]),
|
|
6796
6796
|
__metadata("design:type", Array)
|
|
6797
|
-
], Entity_.prototype, "
|
|
6797
|
+
], Entity_.prototype, "EntityCommunicationMessageTypes_EntityIDArray", void 0);
|
|
6798
6798
|
__decorate([
|
|
6799
6799
|
Field(() => [EntityRecordDocument_]),
|
|
6800
6800
|
__metadata("design:type", Array)
|
|
6801
|
-
], Entity_.prototype, "
|
|
6801
|
+
], Entity_.prototype, "EntityRecordDocuments_EntityIDArray", void 0);
|
|
6802
6802
|
__decorate([
|
|
6803
6803
|
Field(() => [RecordChange_]),
|
|
6804
6804
|
__metadata("design:type", Array)
|
|
6805
|
-
], Entity_.prototype, "
|
|
6805
|
+
], Entity_.prototype, "RecordChanges_EntityIDArray", void 0);
|
|
6806
6806
|
__decorate([
|
|
6807
6807
|
Field(() => [ApplicationEntity_]),
|
|
6808
6808
|
__metadata("design:type", Array)
|
|
6809
|
-
], Entity_.prototype, "
|
|
6809
|
+
], Entity_.prototype, "ApplicationEntities_EntityIDArray", void 0);
|
|
6810
6810
|
__decorate([
|
|
6811
6811
|
Field(() => [ResourceType_]),
|
|
6812
6812
|
__metadata("design:type", Array)
|
|
6813
|
-
], Entity_.prototype, "
|
|
6813
|
+
], Entity_.prototype, "ResourceTypes_EntityIDArray", void 0);
|
|
6814
6814
|
Entity_ = __decorate([
|
|
6815
6815
|
ObjectType({ description: 'Catalog of all entities across all schemas' })
|
|
6816
6816
|
], Entity_);
|
|
@@ -7954,38 +7954,38 @@ let User_ = class User_ {
|
|
|
7954
7954
|
EmployeeTitle;
|
|
7955
7955
|
EmployeeSupervisor;
|
|
7956
7956
|
EmployeeSupervisorEmail;
|
|
7957
|
-
|
|
7958
|
-
|
|
7959
|
-
|
|
7960
|
-
|
|
7961
|
-
|
|
7962
|
-
|
|
7963
|
-
|
|
7964
|
-
|
|
7965
|
-
|
|
7966
|
-
|
|
7967
|
-
|
|
7968
|
-
|
|
7969
|
-
|
|
7970
|
-
|
|
7971
|
-
|
|
7972
|
-
|
|
7973
|
-
|
|
7974
|
-
|
|
7975
|
-
|
|
7976
|
-
|
|
7977
|
-
|
|
7978
|
-
|
|
7979
|
-
|
|
7980
|
-
|
|
7981
|
-
|
|
7982
|
-
|
|
7983
|
-
|
|
7984
|
-
|
|
7985
|
-
|
|
7986
|
-
|
|
7987
|
-
|
|
7988
|
-
|
|
7957
|
+
RecommendationRuns_RunByUserIDArray;
|
|
7958
|
+
UserApplications_UserIDArray;
|
|
7959
|
+
Dashboards_UserIDArray;
|
|
7960
|
+
RecordChanges_UserIDArray;
|
|
7961
|
+
Reports_UserIDArray;
|
|
7962
|
+
DashboardCategories_UserIDArray;
|
|
7963
|
+
Actions_CodeApprovedByUserIDArray;
|
|
7964
|
+
QueryCategories_UserIDArray;
|
|
7965
|
+
UserViewCategories_UserIDArray;
|
|
7966
|
+
DataContexts_UserIDArray;
|
|
7967
|
+
RecordMergeLogs_InitiatedByUserIDArray;
|
|
7968
|
+
CompanyIntegrationRuns_RunByUserIDArray;
|
|
7969
|
+
ReportCategories_UserIDArray;
|
|
7970
|
+
RecordChangeReplayRuns_UserIDArray;
|
|
7971
|
+
UserRoles_UserIDArray;
|
|
7972
|
+
UserViewRuns_RunByUserIDArray;
|
|
7973
|
+
Workspaces_UserIDArray;
|
|
7974
|
+
Conversations_UserIDArray;
|
|
7975
|
+
Lists_UserIDArray;
|
|
7976
|
+
CommunicationRuns_UserIDArray;
|
|
7977
|
+
ActionExecutionLogs_UserIDArray;
|
|
7978
|
+
AuditLogs_UserIDArray;
|
|
7979
|
+
ReportSnapshots_UserIDArray;
|
|
7980
|
+
UserViews_UserIDArray;
|
|
7981
|
+
TemplateCategories_UserIDArray;
|
|
7982
|
+
DuplicateRuns_StartedByUserIDArray;
|
|
7983
|
+
UserRecordLogs_UserIDArray;
|
|
7984
|
+
UserNotifications_UserIDArray;
|
|
7985
|
+
Templates_UserIDArray;
|
|
7986
|
+
UserFavorites_UserIDArray;
|
|
7987
|
+
ListCategories_UserIDArray;
|
|
7988
|
+
ScheduledActions_CreatedByUserIDArray;
|
|
7989
7989
|
};
|
|
7990
7990
|
__decorate([
|
|
7991
7991
|
Field(),
|
|
@@ -8089,131 +8089,131 @@ __decorate([
|
|
|
8089
8089
|
__decorate([
|
|
8090
8090
|
Field(() => [RecommendationRun_]),
|
|
8091
8091
|
__metadata("design:type", Array)
|
|
8092
|
-
], User_.prototype, "
|
|
8092
|
+
], User_.prototype, "RecommendationRuns_RunByUserIDArray", void 0);
|
|
8093
8093
|
__decorate([
|
|
8094
8094
|
Field(() => [UserApplication_]),
|
|
8095
8095
|
__metadata("design:type", Array)
|
|
8096
|
-
], User_.prototype, "
|
|
8096
|
+
], User_.prototype, "UserApplications_UserIDArray", void 0);
|
|
8097
8097
|
__decorate([
|
|
8098
8098
|
Field(() => [Dashboard_]),
|
|
8099
8099
|
__metadata("design:type", Array)
|
|
8100
|
-
], User_.prototype, "
|
|
8100
|
+
], User_.prototype, "Dashboards_UserIDArray", void 0);
|
|
8101
8101
|
__decorate([
|
|
8102
8102
|
Field(() => [RecordChange_]),
|
|
8103
8103
|
__metadata("design:type", Array)
|
|
8104
|
-
], User_.prototype, "
|
|
8104
|
+
], User_.prototype, "RecordChanges_UserIDArray", void 0);
|
|
8105
8105
|
__decorate([
|
|
8106
8106
|
Field(() => [Report_]),
|
|
8107
8107
|
__metadata("design:type", Array)
|
|
8108
|
-
], User_.prototype, "
|
|
8108
|
+
], User_.prototype, "Reports_UserIDArray", void 0);
|
|
8109
8109
|
__decorate([
|
|
8110
8110
|
Field(() => [DashboardCategory_]),
|
|
8111
8111
|
__metadata("design:type", Array)
|
|
8112
|
-
], User_.prototype, "
|
|
8112
|
+
], User_.prototype, "DashboardCategories_UserIDArray", void 0);
|
|
8113
8113
|
__decorate([
|
|
8114
8114
|
Field(() => [Action_]),
|
|
8115
8115
|
__metadata("design:type", Array)
|
|
8116
|
-
], User_.prototype, "
|
|
8116
|
+
], User_.prototype, "Actions_CodeApprovedByUserIDArray", void 0);
|
|
8117
8117
|
__decorate([
|
|
8118
8118
|
Field(() => [QueryCategory_]),
|
|
8119
8119
|
__metadata("design:type", Array)
|
|
8120
|
-
], User_.prototype, "
|
|
8120
|
+
], User_.prototype, "QueryCategories_UserIDArray", void 0);
|
|
8121
8121
|
__decorate([
|
|
8122
8122
|
Field(() => [UserViewCategory_]),
|
|
8123
8123
|
__metadata("design:type", Array)
|
|
8124
|
-
], User_.prototype, "
|
|
8124
|
+
], User_.prototype, "UserViewCategories_UserIDArray", void 0);
|
|
8125
8125
|
__decorate([
|
|
8126
8126
|
Field(() => [DataContext_]),
|
|
8127
8127
|
__metadata("design:type", Array)
|
|
8128
|
-
], User_.prototype, "
|
|
8128
|
+
], User_.prototype, "DataContexts_UserIDArray", void 0);
|
|
8129
8129
|
__decorate([
|
|
8130
8130
|
Field(() => [RecordMergeLog_]),
|
|
8131
8131
|
__metadata("design:type", Array)
|
|
8132
|
-
], User_.prototype, "
|
|
8132
|
+
], User_.prototype, "RecordMergeLogs_InitiatedByUserIDArray", void 0);
|
|
8133
8133
|
__decorate([
|
|
8134
8134
|
Field(() => [CompanyIntegrationRun_]),
|
|
8135
8135
|
__metadata("design:type", Array)
|
|
8136
|
-
], User_.prototype, "
|
|
8136
|
+
], User_.prototype, "CompanyIntegrationRuns_RunByUserIDArray", void 0);
|
|
8137
8137
|
__decorate([
|
|
8138
8138
|
Field(() => [ReportCategory_]),
|
|
8139
8139
|
__metadata("design:type", Array)
|
|
8140
|
-
], User_.prototype, "
|
|
8140
|
+
], User_.prototype, "ReportCategories_UserIDArray", void 0);
|
|
8141
8141
|
__decorate([
|
|
8142
8142
|
Field(() => [RecordChangeReplayRun_]),
|
|
8143
8143
|
__metadata("design:type", Array)
|
|
8144
|
-
], User_.prototype, "
|
|
8144
|
+
], User_.prototype, "RecordChangeReplayRuns_UserIDArray", void 0);
|
|
8145
8145
|
__decorate([
|
|
8146
8146
|
Field(() => [UserRole_]),
|
|
8147
8147
|
__metadata("design:type", Array)
|
|
8148
|
-
], User_.prototype, "
|
|
8148
|
+
], User_.prototype, "UserRoles_UserIDArray", void 0);
|
|
8149
8149
|
__decorate([
|
|
8150
8150
|
Field(() => [UserViewRun_]),
|
|
8151
8151
|
__metadata("design:type", Array)
|
|
8152
|
-
], User_.prototype, "
|
|
8152
|
+
], User_.prototype, "UserViewRuns_RunByUserIDArray", void 0);
|
|
8153
8153
|
__decorate([
|
|
8154
8154
|
Field(() => [Workspace_]),
|
|
8155
8155
|
__metadata("design:type", Array)
|
|
8156
|
-
], User_.prototype, "
|
|
8156
|
+
], User_.prototype, "Workspaces_UserIDArray", void 0);
|
|
8157
8157
|
__decorate([
|
|
8158
8158
|
Field(() => [Conversation_]),
|
|
8159
8159
|
__metadata("design:type", Array)
|
|
8160
|
-
], User_.prototype, "
|
|
8160
|
+
], User_.prototype, "Conversations_UserIDArray", void 0);
|
|
8161
8161
|
__decorate([
|
|
8162
8162
|
Field(() => [List_]),
|
|
8163
8163
|
__metadata("design:type", Array)
|
|
8164
|
-
], User_.prototype, "
|
|
8164
|
+
], User_.prototype, "Lists_UserIDArray", void 0);
|
|
8165
8165
|
__decorate([
|
|
8166
8166
|
Field(() => [CommunicationRun_]),
|
|
8167
8167
|
__metadata("design:type", Array)
|
|
8168
|
-
], User_.prototype, "
|
|
8168
|
+
], User_.prototype, "CommunicationRuns_UserIDArray", void 0);
|
|
8169
8169
|
__decorate([
|
|
8170
8170
|
Field(() => [ActionExecutionLog_]),
|
|
8171
8171
|
__metadata("design:type", Array)
|
|
8172
|
-
], User_.prototype, "
|
|
8172
|
+
], User_.prototype, "ActionExecutionLogs_UserIDArray", void 0);
|
|
8173
8173
|
__decorate([
|
|
8174
8174
|
Field(() => [AuditLog_]),
|
|
8175
8175
|
__metadata("design:type", Array)
|
|
8176
|
-
], User_.prototype, "
|
|
8176
|
+
], User_.prototype, "AuditLogs_UserIDArray", void 0);
|
|
8177
8177
|
__decorate([
|
|
8178
8178
|
Field(() => [ReportSnapshot_]),
|
|
8179
8179
|
__metadata("design:type", Array)
|
|
8180
|
-
], User_.prototype, "
|
|
8180
|
+
], User_.prototype, "ReportSnapshots_UserIDArray", void 0);
|
|
8181
8181
|
__decorate([
|
|
8182
8182
|
Field(() => [UserView_]),
|
|
8183
8183
|
__metadata("design:type", Array)
|
|
8184
|
-
], User_.prototype, "
|
|
8184
|
+
], User_.prototype, "UserViews_UserIDArray", void 0);
|
|
8185
8185
|
__decorate([
|
|
8186
8186
|
Field(() => [TemplateCategory_]),
|
|
8187
8187
|
__metadata("design:type", Array)
|
|
8188
|
-
], User_.prototype, "
|
|
8188
|
+
], User_.prototype, "TemplateCategories_UserIDArray", void 0);
|
|
8189
8189
|
__decorate([
|
|
8190
8190
|
Field(() => [DuplicateRun_]),
|
|
8191
8191
|
__metadata("design:type", Array)
|
|
8192
|
-
], User_.prototype, "
|
|
8192
|
+
], User_.prototype, "DuplicateRuns_StartedByUserIDArray", void 0);
|
|
8193
8193
|
__decorate([
|
|
8194
8194
|
Field(() => [UserRecordLog_]),
|
|
8195
8195
|
__metadata("design:type", Array)
|
|
8196
|
-
], User_.prototype, "
|
|
8196
|
+
], User_.prototype, "UserRecordLogs_UserIDArray", void 0);
|
|
8197
8197
|
__decorate([
|
|
8198
8198
|
Field(() => [UserNotification_]),
|
|
8199
8199
|
__metadata("design:type", Array)
|
|
8200
|
-
], User_.prototype, "
|
|
8200
|
+
], User_.prototype, "UserNotifications_UserIDArray", void 0);
|
|
8201
8201
|
__decorate([
|
|
8202
8202
|
Field(() => [Template_]),
|
|
8203
8203
|
__metadata("design:type", Array)
|
|
8204
|
-
], User_.prototype, "
|
|
8204
|
+
], User_.prototype, "Templates_UserIDArray", void 0);
|
|
8205
8205
|
__decorate([
|
|
8206
8206
|
Field(() => [UserFavorite_]),
|
|
8207
8207
|
__metadata("design:type", Array)
|
|
8208
|
-
], User_.prototype, "
|
|
8208
|
+
], User_.prototype, "UserFavorites_UserIDArray", void 0);
|
|
8209
8209
|
__decorate([
|
|
8210
8210
|
Field(() => [ListCategory_]),
|
|
8211
8211
|
__metadata("design:type", Array)
|
|
8212
|
-
], User_.prototype, "
|
|
8212
|
+
], User_.prototype, "ListCategories_UserIDArray", void 0);
|
|
8213
8213
|
__decorate([
|
|
8214
8214
|
Field(() => [ScheduledAction_]),
|
|
8215
8215
|
__metadata("design:type", Array)
|
|
8216
|
-
], User_.prototype, "
|
|
8216
|
+
], User_.prototype, "ScheduledActions_CreatedByUserIDArray", void 0);
|
|
8217
8217
|
User_ = __decorate([
|
|
8218
8218
|
ObjectType({ description: 'A list of all users who have or had access to the system' })
|
|
8219
8219
|
], User_);
|
|
@@ -9803,9 +9803,9 @@ let UserView_ = class UserView_ {
|
|
|
9803
9803
|
UserType;
|
|
9804
9804
|
Entity;
|
|
9805
9805
|
EntityBaseView;
|
|
9806
|
-
|
|
9807
|
-
|
|
9808
|
-
|
|
9806
|
+
DataContextItems_ViewIDArray;
|
|
9807
|
+
UserViewRuns_UserViewIDArray;
|
|
9808
|
+
EntityRelationships_DisplayUserViewGUIDArray;
|
|
9809
9809
|
};
|
|
9810
9810
|
__decorate([
|
|
9811
9811
|
Field(),
|
|
@@ -9927,15 +9927,15 @@ __decorate([
|
|
|
9927
9927
|
__decorate([
|
|
9928
9928
|
Field(() => [DataContextItem_]),
|
|
9929
9929
|
__metadata("design:type", Array)
|
|
9930
|
-
], UserView_.prototype, "
|
|
9930
|
+
], UserView_.prototype, "DataContextItems_ViewIDArray", void 0);
|
|
9931
9931
|
__decorate([
|
|
9932
9932
|
Field(() => [UserViewRun_]),
|
|
9933
9933
|
__metadata("design:type", Array)
|
|
9934
|
-
], UserView_.prototype, "
|
|
9934
|
+
], UserView_.prototype, "UserViewRuns_UserViewIDArray", void 0);
|
|
9935
9935
|
__decorate([
|
|
9936
9936
|
Field(() => [EntityRelationship_]),
|
|
9937
9937
|
__metadata("design:type", Array)
|
|
9938
|
-
], UserView_.prototype, "
|
|
9938
|
+
], UserView_.prototype, "EntityRelationships_DisplayUserViewGUIDArray", void 0);
|
|
9939
9939
|
UserView_ = __decorate([
|
|
9940
9940
|
ObjectType({ description: 'Views are sets of records within a given entity defined by filtering rules. Views can be used programatically to retrieve dynamic sets of data and in user interfaces like MJ Explorer for end-user consumption.' })
|
|
9941
9941
|
], UserView_);
|
|
@@ -10339,9 +10339,9 @@ let CompanyIntegrationRun_ = class CompanyIntegrationRun_ {
|
|
|
10339
10339
|
_mj__CreatedAt;
|
|
10340
10340
|
_mj__UpdatedAt;
|
|
10341
10341
|
RunByUser;
|
|
10342
|
-
|
|
10343
|
-
|
|
10344
|
-
|
|
10342
|
+
ErrorLogs_CompanyIntegrationRunIDArray;
|
|
10343
|
+
CompanyIntegrationRunDetails_CompanyIntegrationRunIDArray;
|
|
10344
|
+
CompanyIntegrationRunAPILogs_CompanyIntegrationRunIDArray;
|
|
10345
10345
|
};
|
|
10346
10346
|
__decorate([
|
|
10347
10347
|
Field(),
|
|
@@ -10394,15 +10394,15 @@ __decorate([
|
|
|
10394
10394
|
__decorate([
|
|
10395
10395
|
Field(() => [ErrorLog_]),
|
|
10396
10396
|
__metadata("design:type", Array)
|
|
10397
|
-
], CompanyIntegrationRun_.prototype, "
|
|
10397
|
+
], CompanyIntegrationRun_.prototype, "ErrorLogs_CompanyIntegrationRunIDArray", void 0);
|
|
10398
10398
|
__decorate([
|
|
10399
10399
|
Field(() => [CompanyIntegrationRunDetail_]),
|
|
10400
10400
|
__metadata("design:type", Array)
|
|
10401
|
-
], CompanyIntegrationRun_.prototype, "
|
|
10401
|
+
], CompanyIntegrationRun_.prototype, "CompanyIntegrationRunDetails_CompanyIntegrationRunIDArray", void 0);
|
|
10402
10402
|
__decorate([
|
|
10403
10403
|
Field(() => [CompanyIntegrationRunAPILog_]),
|
|
10404
10404
|
__metadata("design:type", Array)
|
|
10405
|
-
], CompanyIntegrationRun_.prototype, "
|
|
10405
|
+
], CompanyIntegrationRun_.prototype, "CompanyIntegrationRunAPILogs_CompanyIntegrationRunIDArray", void 0);
|
|
10406
10406
|
CompanyIntegrationRun_ = __decorate([
|
|
10407
10407
|
ObjectType()
|
|
10408
10408
|
], CompanyIntegrationRun_);
|
|
@@ -10670,7 +10670,7 @@ let CompanyIntegrationRunDetail_ = class CompanyIntegrationRunDetail_ {
|
|
|
10670
10670
|
Entity;
|
|
10671
10671
|
RunStartedAt;
|
|
10672
10672
|
RunEndedAt;
|
|
10673
|
-
|
|
10673
|
+
ErrorLogs_CompanyIntegrationRunDetailIDArray;
|
|
10674
10674
|
};
|
|
10675
10675
|
__decorate([
|
|
10676
10676
|
Field(),
|
|
@@ -10734,7 +10734,7 @@ __decorate([
|
|
|
10734
10734
|
__decorate([
|
|
10735
10735
|
Field(() => [ErrorLog_]),
|
|
10736
10736
|
__metadata("design:type", Array)
|
|
10737
|
-
], CompanyIntegrationRunDetail_.prototype, "
|
|
10737
|
+
], CompanyIntegrationRunDetail_.prototype, "ErrorLogs_CompanyIntegrationRunDetailIDArray", void 0);
|
|
10738
10738
|
CompanyIntegrationRunDetail_ = __decorate([
|
|
10739
10739
|
ObjectType()
|
|
10740
10740
|
], CompanyIntegrationRunDetail_);
|
|
@@ -11262,9 +11262,9 @@ let Application_ = class Application_ {
|
|
|
11262
11262
|
DefaultForNewUser;
|
|
11263
11263
|
_mj__CreatedAt;
|
|
11264
11264
|
_mj__UpdatedAt;
|
|
11265
|
-
|
|
11266
|
-
|
|
11267
|
-
|
|
11265
|
+
ApplicationSettings_ApplicationIDArray;
|
|
11266
|
+
UserApplications_ApplicationIDArray;
|
|
11267
|
+
ApplicationEntities_ApplicationIDArray;
|
|
11268
11268
|
};
|
|
11269
11269
|
__decorate([
|
|
11270
11270
|
Field(),
|
|
@@ -11302,15 +11302,15 @@ __decorate([
|
|
|
11302
11302
|
__decorate([
|
|
11303
11303
|
Field(() => [ApplicationSetting_]),
|
|
11304
11304
|
__metadata("design:type", Array)
|
|
11305
|
-
], Application_.prototype, "
|
|
11305
|
+
], Application_.prototype, "ApplicationSettings_ApplicationIDArray", void 0);
|
|
11306
11306
|
__decorate([
|
|
11307
11307
|
Field(() => [UserApplication_]),
|
|
11308
11308
|
__metadata("design:type", Array)
|
|
11309
|
-
], Application_.prototype, "
|
|
11309
|
+
], Application_.prototype, "UserApplications_ApplicationIDArray", void 0);
|
|
11310
11310
|
__decorate([
|
|
11311
11311
|
Field(() => [ApplicationEntity_]),
|
|
11312
11312
|
__metadata("design:type", Array)
|
|
11313
|
-
], Application_.prototype, "
|
|
11313
|
+
], Application_.prototype, "ApplicationEntities_ApplicationIDArray", void 0);
|
|
11314
11314
|
Application_ = __decorate([
|
|
11315
11315
|
ObjectType({ description: 'Applications are used to group entities in the user interface for ease of user access' })
|
|
11316
11316
|
], Application_);
|
|
@@ -12504,7 +12504,7 @@ let UserApplication_ = class UserApplication_ {
|
|
|
12504
12504
|
_mj__UpdatedAt;
|
|
12505
12505
|
User;
|
|
12506
12506
|
Application;
|
|
12507
|
-
|
|
12507
|
+
UserApplicationEntities_UserApplicationIDArray;
|
|
12508
12508
|
};
|
|
12509
12509
|
__decorate([
|
|
12510
12510
|
Field(),
|
|
@@ -12552,7 +12552,7 @@ __decorate([
|
|
|
12552
12552
|
__decorate([
|
|
12553
12553
|
Field(() => [UserApplicationEntity_]),
|
|
12554
12554
|
__metadata("design:type", Array)
|
|
12555
|
-
], UserApplication_.prototype, "
|
|
12555
|
+
], UserApplication_.prototype, "UserApplicationEntities_UserApplicationIDArray", void 0);
|
|
12556
12556
|
UserApplication_ = __decorate([
|
|
12557
12557
|
ObjectType()
|
|
12558
12558
|
], UserApplication_);
|
|
@@ -13047,8 +13047,8 @@ let List_ = class List_ {
|
|
|
13047
13047
|
Entity;
|
|
13048
13048
|
User;
|
|
13049
13049
|
Category;
|
|
13050
|
-
|
|
13051
|
-
|
|
13050
|
+
ListDetails_ListIDArray;
|
|
13051
|
+
DuplicateRuns_SourceListIDArray;
|
|
13052
13052
|
};
|
|
13053
13053
|
__decorate([
|
|
13054
13054
|
Field(),
|
|
@@ -13117,11 +13117,11 @@ __decorate([
|
|
|
13117
13117
|
__decorate([
|
|
13118
13118
|
Field(() => [ListDetail_]),
|
|
13119
13119
|
__metadata("design:type", Array)
|
|
13120
|
-
], List_.prototype, "
|
|
13120
|
+
], List_.prototype, "ListDetails_ListIDArray", void 0);
|
|
13121
13121
|
__decorate([
|
|
13122
13122
|
Field(() => [DuplicateRun_]),
|
|
13123
13123
|
__metadata("design:type", Array)
|
|
13124
|
-
], List_.prototype, "
|
|
13124
|
+
], List_.prototype, "DuplicateRuns_SourceListIDArray", void 0);
|
|
13125
13125
|
List_ = __decorate([
|
|
13126
13126
|
ObjectType({ description: 'Static lists are useful for controlling a set of data for a given entity. These can be used programatically for applications like logging and tracking long-running tasks and also by end users for tracking any particular list of records they want to directly control the set.' })
|
|
13127
13127
|
], List_);
|
|
@@ -13661,7 +13661,7 @@ let UserViewRun_ = class UserViewRun_ {
|
|
|
13661
13661
|
_mj__UpdatedAt;
|
|
13662
13662
|
UserView;
|
|
13663
13663
|
RunByUser;
|
|
13664
|
-
|
|
13664
|
+
UserViewRunDetails_UserViewRunIDArray;
|
|
13665
13665
|
};
|
|
13666
13666
|
__decorate([
|
|
13667
13667
|
Field(),
|
|
@@ -13706,7 +13706,7 @@ __decorate([
|
|
|
13706
13706
|
__decorate([
|
|
13707
13707
|
Field(() => [UserViewRunDetail_]),
|
|
13708
13708
|
__metadata("design:type", Array)
|
|
13709
|
-
], UserViewRun_.prototype, "
|
|
13709
|
+
], UserViewRun_.prototype, "UserViewRunDetails_UserViewRunIDArray", void 0);
|
|
13710
13710
|
UserViewRun_ = __decorate([
|
|
13711
13711
|
ObjectType({ description: 'User Views can be logged when run to capture the date and user that ran the view as well as the output results.' })
|
|
13712
13712
|
], UserViewRun_);
|
|
@@ -14355,8 +14355,8 @@ let Workflow_ = class Workflow_ {
|
|
|
14355
14355
|
_mj__CreatedAt;
|
|
14356
14356
|
_mj__UpdatedAt;
|
|
14357
14357
|
AutoRunIntervalMinutes;
|
|
14358
|
-
|
|
14359
|
-
|
|
14358
|
+
Reports_OutputWorkflowIDArray;
|
|
14359
|
+
WorkflowRuns_WorkflowNameArray;
|
|
14360
14360
|
};
|
|
14361
14361
|
__decorate([
|
|
14362
14362
|
Field(),
|
|
@@ -14417,11 +14417,11 @@ __decorate([
|
|
|
14417
14417
|
__decorate([
|
|
14418
14418
|
Field(() => [Report_]),
|
|
14419
14419
|
__metadata("design:type", Array)
|
|
14420
|
-
], Workflow_.prototype, "
|
|
14420
|
+
], Workflow_.prototype, "Reports_OutputWorkflowIDArray", void 0);
|
|
14421
14421
|
__decorate([
|
|
14422
14422
|
Field(() => [WorkflowRun_]),
|
|
14423
14423
|
__metadata("design:type", Array)
|
|
14424
|
-
], Workflow_.prototype, "
|
|
14424
|
+
], Workflow_.prototype, "WorkflowRuns_WorkflowNameArray", void 0);
|
|
14425
14425
|
Workflow_ = __decorate([
|
|
14426
14426
|
ObjectType()
|
|
14427
14427
|
], Workflow_);
|
|
@@ -14631,7 +14631,7 @@ let WorkflowEngine_ = class WorkflowEngine_ {
|
|
|
14631
14631
|
DriverClass;
|
|
14632
14632
|
_mj__CreatedAt;
|
|
14633
14633
|
_mj__UpdatedAt;
|
|
14634
|
-
|
|
14634
|
+
Workflows_WorkflowEngineNameArray;
|
|
14635
14635
|
};
|
|
14636
14636
|
__decorate([
|
|
14637
14637
|
Field(),
|
|
@@ -14670,7 +14670,7 @@ __decorate([
|
|
|
14670
14670
|
__decorate([
|
|
14671
14671
|
Field(() => [Workflow_]),
|
|
14672
14672
|
__metadata("design:type", Array)
|
|
14673
|
-
], WorkflowEngine_.prototype, "
|
|
14673
|
+
], WorkflowEngine_.prototype, "Workflows_WorkflowEngineNameArray", void 0);
|
|
14674
14674
|
WorkflowEngine_ = __decorate([
|
|
14675
14675
|
ObjectType()
|
|
14676
14676
|
], WorkflowEngine_);
|
|
@@ -15453,7 +15453,7 @@ let RowLevelSecurityFilter_ = class RowLevelSecurityFilter_ {
|
|
|
15453
15453
|
FilterText;
|
|
15454
15454
|
_mj__CreatedAt;
|
|
15455
15455
|
_mj__UpdatedAt;
|
|
15456
|
-
|
|
15456
|
+
EntityPermissions_ReadRLSFilterIDArray;
|
|
15457
15457
|
};
|
|
15458
15458
|
__decorate([
|
|
15459
15459
|
Field(),
|
|
@@ -15486,7 +15486,7 @@ __decorate([
|
|
|
15486
15486
|
__decorate([
|
|
15487
15487
|
Field(() => [EntityPermission_]),
|
|
15488
15488
|
__metadata("design:type", Array)
|
|
15489
|
-
], RowLevelSecurityFilter_.prototype, "
|
|
15489
|
+
], RowLevelSecurityFilter_.prototype, "EntityPermissions_ReadRLSFilterIDArray", void 0);
|
|
15490
15490
|
RowLevelSecurityFilter_ = __decorate([
|
|
15491
15491
|
ObjectType()
|
|
15492
15492
|
], RowLevelSecurityFilter_);
|
|
@@ -15948,11 +15948,11 @@ let Authorization_ = class Authorization_ {
|
|
|
15948
15948
|
_mj__CreatedAt;
|
|
15949
15949
|
_mj__UpdatedAt;
|
|
15950
15950
|
Parent;
|
|
15951
|
-
|
|
15952
|
-
|
|
15953
|
-
|
|
15954
|
-
|
|
15955
|
-
|
|
15951
|
+
AuthorizationRoles_AuthorizationIDArray;
|
|
15952
|
+
ActionAuthorizations_AuthorizationIDArray;
|
|
15953
|
+
Authorizations_ParentIDArray;
|
|
15954
|
+
AuditLogs_AuthorizationNameArray;
|
|
15955
|
+
AuditLogTypes_AuthorizationNameArray;
|
|
15956
15956
|
};
|
|
15957
15957
|
__decorate([
|
|
15958
15958
|
Field(),
|
|
@@ -15999,23 +15999,23 @@ __decorate([
|
|
|
15999
15999
|
__decorate([
|
|
16000
16000
|
Field(() => [AuthorizationRole_]),
|
|
16001
16001
|
__metadata("design:type", Array)
|
|
16002
|
-
], Authorization_.prototype, "
|
|
16002
|
+
], Authorization_.prototype, "AuthorizationRoles_AuthorizationIDArray", void 0);
|
|
16003
16003
|
__decorate([
|
|
16004
16004
|
Field(() => [ActionAuthorization_]),
|
|
16005
16005
|
__metadata("design:type", Array)
|
|
16006
|
-
], Authorization_.prototype, "
|
|
16006
|
+
], Authorization_.prototype, "ActionAuthorizations_AuthorizationIDArray", void 0);
|
|
16007
16007
|
__decorate([
|
|
16008
16008
|
Field(() => [Authorization_]),
|
|
16009
16009
|
__metadata("design:type", Array)
|
|
16010
|
-
], Authorization_.prototype, "
|
|
16010
|
+
], Authorization_.prototype, "Authorizations_ParentIDArray", void 0);
|
|
16011
16011
|
__decorate([
|
|
16012
16012
|
Field(() => [AuditLog_]),
|
|
16013
16013
|
__metadata("design:type", Array)
|
|
16014
|
-
], Authorization_.prototype, "
|
|
16014
|
+
], Authorization_.prototype, "AuditLogs_AuthorizationNameArray", void 0);
|
|
16015
16015
|
__decorate([
|
|
16016
16016
|
Field(() => [AuditLogType_]),
|
|
16017
16017
|
__metadata("design:type", Array)
|
|
16018
|
-
], Authorization_.prototype, "
|
|
16018
|
+
], Authorization_.prototype, "AuditLogTypes_AuthorizationNameArray", void 0);
|
|
16019
16019
|
Authorization_ = __decorate([
|
|
16020
16020
|
ObjectType()
|
|
16021
16021
|
], Authorization_);
|
|
@@ -16385,8 +16385,8 @@ let AuditLogType_ = class AuditLogType_ {
|
|
|
16385
16385
|
_mj__UpdatedAt;
|
|
16386
16386
|
Parent;
|
|
16387
16387
|
Authorization;
|
|
16388
|
-
|
|
16389
|
-
|
|
16388
|
+
AuditLogTypes_ParentIDArray;
|
|
16389
|
+
AuditLogs_AuditLogTypeNameArray;
|
|
16390
16390
|
};
|
|
16391
16391
|
__decorate([
|
|
16392
16392
|
Field(),
|
|
@@ -16435,11 +16435,11 @@ __decorate([
|
|
|
16435
16435
|
__decorate([
|
|
16436
16436
|
Field(() => [AuditLogType_]),
|
|
16437
16437
|
__metadata("design:type", Array)
|
|
16438
|
-
], AuditLogType_.prototype, "
|
|
16438
|
+
], AuditLogType_.prototype, "AuditLogTypes_ParentIDArray", void 0);
|
|
16439
16439
|
__decorate([
|
|
16440
16440
|
Field(() => [AuditLog_]),
|
|
16441
16441
|
__metadata("design:type", Array)
|
|
16442
|
-
], AuditLogType_.prototype, "
|
|
16442
|
+
], AuditLogType_.prototype, "AuditLogs_AuditLogTypeNameArray", void 0);
|
|
16443
16443
|
AuditLogType_ = __decorate([
|
|
16444
16444
|
ObjectType()
|
|
16445
16445
|
], AuditLogType_);
|
|
@@ -16840,12 +16840,12 @@ let AIModel_ = class AIModel_ {
|
|
|
16840
16840
|
CostRank;
|
|
16841
16841
|
ModelSelectionInsights;
|
|
16842
16842
|
AIModelType;
|
|
16843
|
-
|
|
16844
|
-
|
|
16845
|
-
|
|
16846
|
-
|
|
16847
|
-
|
|
16848
|
-
|
|
16843
|
+
AIActions_DefaultModelIDArray;
|
|
16844
|
+
EntityDocuments_AIModelIDArray;
|
|
16845
|
+
AIModelActions_AIModelIDArray;
|
|
16846
|
+
VectorIndexes_EmbeddingModelIDArray;
|
|
16847
|
+
EntityAIActions_AIModelIDArray;
|
|
16848
|
+
AIResultCache_AIModelIDArray;
|
|
16849
16849
|
};
|
|
16850
16850
|
__decorate([
|
|
16851
16851
|
Field(),
|
|
@@ -16924,27 +16924,27 @@ __decorate([
|
|
|
16924
16924
|
__decorate([
|
|
16925
16925
|
Field(() => [AIAction_]),
|
|
16926
16926
|
__metadata("design:type", Array)
|
|
16927
|
-
], AIModel_.prototype, "
|
|
16927
|
+
], AIModel_.prototype, "AIActions_DefaultModelIDArray", void 0);
|
|
16928
16928
|
__decorate([
|
|
16929
16929
|
Field(() => [EntityDocument_]),
|
|
16930
16930
|
__metadata("design:type", Array)
|
|
16931
|
-
], AIModel_.prototype, "
|
|
16931
|
+
], AIModel_.prototype, "EntityDocuments_AIModelIDArray", void 0);
|
|
16932
16932
|
__decorate([
|
|
16933
16933
|
Field(() => [AIModelAction_]),
|
|
16934
16934
|
__metadata("design:type", Array)
|
|
16935
|
-
], AIModel_.prototype, "
|
|
16935
|
+
], AIModel_.prototype, "AIModelActions_AIModelIDArray", void 0);
|
|
16936
16936
|
__decorate([
|
|
16937
16937
|
Field(() => [VectorIndex_]),
|
|
16938
16938
|
__metadata("design:type", Array)
|
|
16939
|
-
], AIModel_.prototype, "
|
|
16939
|
+
], AIModel_.prototype, "VectorIndexes_EmbeddingModelIDArray", void 0);
|
|
16940
16940
|
__decorate([
|
|
16941
16941
|
Field(() => [EntityAIAction_]),
|
|
16942
16942
|
__metadata("design:type", Array)
|
|
16943
|
-
], AIModel_.prototype, "
|
|
16943
|
+
], AIModel_.prototype, "EntityAIActions_AIModelIDArray", void 0);
|
|
16944
16944
|
__decorate([
|
|
16945
16945
|
Field(() => [AIResultCache_]),
|
|
16946
16946
|
__metadata("design:type", Array)
|
|
16947
|
-
], AIModel_.prototype, "
|
|
16947
|
+
], AIModel_.prototype, "AIResultCache_AIModelIDArray", void 0);
|
|
16948
16948
|
AIModel_ = __decorate([
|
|
16949
16949
|
ObjectType({ description: 'Catalog of all AI Models configured in the system' })
|
|
16950
16950
|
], AIModel_);
|
|
@@ -17342,8 +17342,8 @@ let AIAction_ = class AIAction_ {
|
|
|
17342
17342
|
_mj__CreatedAt;
|
|
17343
17343
|
_mj__UpdatedAt;
|
|
17344
17344
|
DefaultModel;
|
|
17345
|
-
|
|
17346
|
-
|
|
17345
|
+
AIModelActions_AIActionIDArray;
|
|
17346
|
+
EntityAIActions_AIActionIDArray;
|
|
17347
17347
|
};
|
|
17348
17348
|
__decorate([
|
|
17349
17349
|
Field(),
|
|
@@ -17390,11 +17390,11 @@ __decorate([
|
|
|
17390
17390
|
__decorate([
|
|
17391
17391
|
Field(() => [AIModelAction_]),
|
|
17392
17392
|
__metadata("design:type", Array)
|
|
17393
|
-
], AIAction_.prototype, "
|
|
17393
|
+
], AIAction_.prototype, "AIModelActions_AIActionIDArray", void 0);
|
|
17394
17394
|
__decorate([
|
|
17395
17395
|
Field(() => [EntityAIAction_]),
|
|
17396
17396
|
__metadata("design:type", Array)
|
|
17397
|
-
], AIAction_.prototype, "
|
|
17397
|
+
], AIAction_.prototype, "EntityAIActions_AIActionIDArray", void 0);
|
|
17398
17398
|
AIAction_ = __decorate([
|
|
17399
17399
|
ObjectType({ description: 'List of all actions that are possible across all AI Models' })
|
|
17400
17400
|
], AIAction_);
|
|
@@ -18323,7 +18323,7 @@ let AIModelType_ = class AIModelType_ {
|
|
|
18323
18323
|
Description;
|
|
18324
18324
|
_mj__CreatedAt;
|
|
18325
18325
|
_mj__UpdatedAt;
|
|
18326
|
-
|
|
18326
|
+
AIModels_AIModelTypeIDArray;
|
|
18327
18327
|
};
|
|
18328
18328
|
__decorate([
|
|
18329
18329
|
Field(),
|
|
@@ -18352,7 +18352,7 @@ __decorate([
|
|
|
18352
18352
|
__decorate([
|
|
18353
18353
|
Field(() => [AIModel_]),
|
|
18354
18354
|
__metadata("design:type", Array)
|
|
18355
|
-
], AIModelType_.prototype, "
|
|
18355
|
+
], AIModelType_.prototype, "AIModels_AIModelTypeIDArray", void 0);
|
|
18356
18356
|
AIModelType_ = __decorate([
|
|
18357
18357
|
ObjectType({ description: 'Types of AI Models' })
|
|
18358
18358
|
], AIModelType_);
|
|
@@ -18574,7 +18574,7 @@ let QueueType_ = class QueueType_ {
|
|
|
18574
18574
|
IsActive;
|
|
18575
18575
|
_mj__CreatedAt;
|
|
18576
18576
|
_mj__UpdatedAt;
|
|
18577
|
-
|
|
18577
|
+
Queues_QueueTypeIDArray;
|
|
18578
18578
|
};
|
|
18579
18579
|
__decorate([
|
|
18580
18580
|
Field(),
|
|
@@ -18617,7 +18617,7 @@ __decorate([
|
|
|
18617
18617
|
__decorate([
|
|
18618
18618
|
Field(() => [Queue_]),
|
|
18619
18619
|
__metadata("design:type", Array)
|
|
18620
|
-
], QueueType_.prototype, "
|
|
18620
|
+
], QueueType_.prototype, "Queues_QueueTypeIDArray", void 0);
|
|
18621
18621
|
QueueType_ = __decorate([
|
|
18622
18622
|
ObjectType()
|
|
18623
18623
|
], QueueType_);
|
|
@@ -18757,7 +18757,7 @@ let Queue_ = class Queue_ {
|
|
|
18757
18757
|
_mj__CreatedAt;
|
|
18758
18758
|
_mj__UpdatedAt;
|
|
18759
18759
|
QueueType;
|
|
18760
|
-
|
|
18760
|
+
QueueTasks_QueueIDArray;
|
|
18761
18761
|
};
|
|
18762
18762
|
__decorate([
|
|
18763
18763
|
Field(),
|
|
@@ -18859,7 +18859,7 @@ __decorate([
|
|
|
18859
18859
|
__decorate([
|
|
18860
18860
|
Field(() => [QueueTask_]),
|
|
18861
18861
|
__metadata("design:type", Array)
|
|
18862
|
-
], Queue_.prototype, "
|
|
18862
|
+
], Queue_.prototype, "QueueTasks_QueueIDArray", void 0);
|
|
18863
18863
|
Queue_ = __decorate([
|
|
18864
18864
|
ObjectType({ description: 'Queues can be used to async execute long running tasks' })
|
|
18865
18865
|
], Queue_);
|
|
@@ -19777,7 +19777,7 @@ let OutputTriggerType_ = class OutputTriggerType_ {
|
|
|
19777
19777
|
Description;
|
|
19778
19778
|
_mj__CreatedAt;
|
|
19779
19779
|
_mj__UpdatedAt;
|
|
19780
|
-
|
|
19780
|
+
Reports_OutputTriggerTypeIDArray;
|
|
19781
19781
|
};
|
|
19782
19782
|
__decorate([
|
|
19783
19783
|
Field(),
|
|
@@ -19806,7 +19806,7 @@ __decorate([
|
|
|
19806
19806
|
__decorate([
|
|
19807
19807
|
Field(() => [Report_]),
|
|
19808
19808
|
__metadata("design:type", Array)
|
|
19809
|
-
], OutputTriggerType_.prototype, "
|
|
19809
|
+
], OutputTriggerType_.prototype, "Reports_OutputTriggerTypeIDArray", void 0);
|
|
19810
19810
|
OutputTriggerType_ = __decorate([
|
|
19811
19811
|
ObjectType()
|
|
19812
19812
|
], OutputTriggerType_);
|
|
@@ -19932,7 +19932,7 @@ let OutputFormatType_ = class OutputFormatType_ {
|
|
|
19932
19932
|
DisplayFormat;
|
|
19933
19933
|
_mj__CreatedAt;
|
|
19934
19934
|
_mj__UpdatedAt;
|
|
19935
|
-
|
|
19935
|
+
Reports_OutputFormatTypeIDArray;
|
|
19936
19936
|
};
|
|
19937
19937
|
__decorate([
|
|
19938
19938
|
Field(),
|
|
@@ -19965,7 +19965,7 @@ __decorate([
|
|
|
19965
19965
|
__decorate([
|
|
19966
19966
|
Field(() => [Report_]),
|
|
19967
19967
|
__metadata("design:type", Array)
|
|
19968
|
-
], OutputFormatType_.prototype, "
|
|
19968
|
+
], OutputFormatType_.prototype, "Reports_OutputFormatTypeIDArray", void 0);
|
|
19969
19969
|
OutputFormatType_ = __decorate([
|
|
19970
19970
|
ObjectType()
|
|
19971
19971
|
], OutputFormatType_);
|
|
@@ -20090,7 +20090,7 @@ let OutputDeliveryType_ = class OutputDeliveryType_ {
|
|
|
20090
20090
|
Description;
|
|
20091
20091
|
_mj__CreatedAt;
|
|
20092
20092
|
_mj__UpdatedAt;
|
|
20093
|
-
|
|
20093
|
+
Reports_OutputDeliveryTypeIDArray;
|
|
20094
20094
|
};
|
|
20095
20095
|
__decorate([
|
|
20096
20096
|
Field(),
|
|
@@ -20119,7 +20119,7 @@ __decorate([
|
|
|
20119
20119
|
__decorate([
|
|
20120
20120
|
Field(() => [Report_]),
|
|
20121
20121
|
__metadata("design:type", Array)
|
|
20122
|
-
], OutputDeliveryType_.prototype, "
|
|
20122
|
+
], OutputDeliveryType_.prototype, "Reports_OutputDeliveryTypeIDArray", void 0);
|
|
20123
20123
|
OutputDeliveryType_ = __decorate([
|
|
20124
20124
|
ObjectType()
|
|
20125
20125
|
], OutputDeliveryType_);
|
|
@@ -20265,7 +20265,7 @@ let Report_ = class Report_ {
|
|
|
20265
20265
|
OutputFormatType;
|
|
20266
20266
|
OutputDeliveryType;
|
|
20267
20267
|
OutputWorkflow;
|
|
20268
|
-
|
|
20268
|
+
ReportSnapshots_ReportIDArray;
|
|
20269
20269
|
};
|
|
20270
20270
|
__decorate([
|
|
20271
20271
|
Field(),
|
|
@@ -20398,7 +20398,7 @@ __decorate([
|
|
|
20398
20398
|
__decorate([
|
|
20399
20399
|
Field(() => [ReportSnapshot_]),
|
|
20400
20400
|
__metadata("design:type", Array)
|
|
20401
|
-
], Report_.prototype, "
|
|
20401
|
+
], Report_.prototype, "ReportSnapshots_ReportIDArray", void 0);
|
|
20402
20402
|
Report_ = __decorate([
|
|
20403
20403
|
ObjectType()
|
|
20404
20404
|
], Report_);
|
|
@@ -20979,8 +20979,8 @@ let ResourceType_ = class ResourceType_ {
|
|
|
20979
20979
|
_mj__CreatedAt;
|
|
20980
20980
|
_mj__UpdatedAt;
|
|
20981
20981
|
Entity;
|
|
20982
|
-
|
|
20983
|
-
|
|
20982
|
+
WorkspaceItems_ResourceTypeIDArray;
|
|
20983
|
+
UserNotifications_ResourceTypeIDArray;
|
|
20984
20984
|
};
|
|
20985
20985
|
__decorate([
|
|
20986
20986
|
Field(),
|
|
@@ -21029,11 +21029,11 @@ __decorate([
|
|
|
21029
21029
|
__decorate([
|
|
21030
21030
|
Field(() => [WorkspaceItem_]),
|
|
21031
21031
|
__metadata("design:type", Array)
|
|
21032
|
-
], ResourceType_.prototype, "
|
|
21032
|
+
], ResourceType_.prototype, "WorkspaceItems_ResourceTypeIDArray", void 0);
|
|
21033
21033
|
__decorate([
|
|
21034
21034
|
Field(() => [UserNotification_]),
|
|
21035
21035
|
__metadata("design:type", Array)
|
|
21036
|
-
], ResourceType_.prototype, "
|
|
21036
|
+
], ResourceType_.prototype, "UserNotifications_ResourceTypeIDArray", void 0);
|
|
21037
21037
|
ResourceType_ = __decorate([
|
|
21038
21038
|
ObjectType()
|
|
21039
21039
|
], ResourceType_);
|
|
@@ -21176,8 +21176,8 @@ let Tag_ = class Tag_ {
|
|
|
21176
21176
|
_mj__CreatedAt;
|
|
21177
21177
|
_mj__UpdatedAt;
|
|
21178
21178
|
Parent;
|
|
21179
|
-
|
|
21180
|
-
|
|
21179
|
+
Tags_ParentIDArray;
|
|
21180
|
+
TaggedItems_TagIDArray;
|
|
21181
21181
|
};
|
|
21182
21182
|
__decorate([
|
|
21183
21183
|
Field(),
|
|
@@ -21221,11 +21221,11 @@ __decorate([
|
|
|
21221
21221
|
__decorate([
|
|
21222
21222
|
Field(() => [Tag_]),
|
|
21223
21223
|
__metadata("design:type", Array)
|
|
21224
|
-
], Tag_.prototype, "
|
|
21224
|
+
], Tag_.prototype, "Tags_ParentIDArray", void 0);
|
|
21225
21225
|
__decorate([
|
|
21226
21226
|
Field(() => [TaggedItem_]),
|
|
21227
21227
|
__metadata("design:type", Array)
|
|
21228
|
-
], Tag_.prototype, "
|
|
21228
|
+
], Tag_.prototype, "TaggedItems_TagIDArray", void 0);
|
|
21229
21229
|
Tag_ = __decorate([
|
|
21230
21230
|
ObjectType({ description: 'Tags are used to arbitrarily associate any record in any entity with addtional information.' })
|
|
21231
21231
|
], Tag_);
|
|
@@ -21520,7 +21520,7 @@ let Workspace_ = class Workspace_ {
|
|
|
21520
21520
|
_mj__CreatedAt;
|
|
21521
21521
|
_mj__UpdatedAt;
|
|
21522
21522
|
User;
|
|
21523
|
-
|
|
21523
|
+
WorkspaceItems_WorkSpaceIDArray;
|
|
21524
21524
|
};
|
|
21525
21525
|
__decorate([
|
|
21526
21526
|
Field(),
|
|
@@ -21559,7 +21559,7 @@ __decorate([
|
|
|
21559
21559
|
__decorate([
|
|
21560
21560
|
Field(() => [WorkspaceItem_]),
|
|
21561
21561
|
__metadata("design:type", Array)
|
|
21562
|
-
], Workspace_.prototype, "
|
|
21562
|
+
], Workspace_.prototype, "WorkspaceItems_WorkSpaceIDArray", void 0);
|
|
21563
21563
|
Workspace_ = __decorate([
|
|
21564
21564
|
ObjectType({ description: 'A user can have one or more workspaces' })
|
|
21565
21565
|
], Workspace_);
|
|
@@ -22078,7 +22078,7 @@ let Dataset_ = class Dataset_ {
|
|
|
22078
22078
|
Description;
|
|
22079
22079
|
_mj__CreatedAt;
|
|
22080
22080
|
_mj__UpdatedAt;
|
|
22081
|
-
|
|
22081
|
+
DatasetItems_DatasetNameArray;
|
|
22082
22082
|
};
|
|
22083
22083
|
__decorate([
|
|
22084
22084
|
Field(),
|
|
@@ -22107,7 +22107,7 @@ __decorate([
|
|
|
22107
22107
|
__decorate([
|
|
22108
22108
|
Field(() => [DatasetItem_]),
|
|
22109
22109
|
__metadata("design:type", Array)
|
|
22110
|
-
], Dataset_.prototype, "
|
|
22110
|
+
], Dataset_.prototype, "DatasetItems_DatasetNameArray", void 0);
|
|
22111
22111
|
Dataset_ = __decorate([
|
|
22112
22112
|
ObjectType({ description: 'Cacheable sets of data that can span one or more items' })
|
|
22113
22113
|
], Dataset_);
|
|
@@ -22411,7 +22411,7 @@ let ConversationDetail_ = class ConversationDetail_ {
|
|
|
22411
22411
|
_mj__CreatedAt;
|
|
22412
22412
|
_mj__UpdatedAt;
|
|
22413
22413
|
Conversation;
|
|
22414
|
-
|
|
22414
|
+
Reports_ConversationDetailIDArray;
|
|
22415
22415
|
};
|
|
22416
22416
|
__decorate([
|
|
22417
22417
|
Field(),
|
|
@@ -22463,7 +22463,7 @@ __decorate([
|
|
|
22463
22463
|
__decorate([
|
|
22464
22464
|
Field(() => [Report_]),
|
|
22465
22465
|
__metadata("design:type", Array)
|
|
22466
|
-
], ConversationDetail_.prototype, "
|
|
22466
|
+
], ConversationDetail_.prototype, "Reports_ConversationDetailIDArray", void 0);
|
|
22467
22467
|
ConversationDetail_ = __decorate([
|
|
22468
22468
|
ObjectType()
|
|
22469
22469
|
], ConversationDetail_);
|
|
@@ -22718,8 +22718,8 @@ let Conversation_ = class Conversation_ {
|
|
|
22718
22718
|
User;
|
|
22719
22719
|
LinkedEntity;
|
|
22720
22720
|
DataContext;
|
|
22721
|
-
|
|
22722
|
-
|
|
22721
|
+
ConversationDetails_ConversationIDArray;
|
|
22722
|
+
Reports_ConversationIDArray;
|
|
22723
22723
|
};
|
|
22724
22724
|
__decorate([
|
|
22725
22725
|
Field(),
|
|
@@ -22797,11 +22797,11 @@ __decorate([
|
|
|
22797
22797
|
__decorate([
|
|
22798
22798
|
Field(() => [ConversationDetail_]),
|
|
22799
22799
|
__metadata("design:type", Array)
|
|
22800
|
-
], Conversation_.prototype, "
|
|
22800
|
+
], Conversation_.prototype, "ConversationDetails_ConversationIDArray", void 0);
|
|
22801
22801
|
__decorate([
|
|
22802
22802
|
Field(() => [Report_]),
|
|
22803
22803
|
__metadata("design:type", Array)
|
|
22804
|
-
], Conversation_.prototype, "
|
|
22804
|
+
], Conversation_.prototype, "Reports_ConversationIDArray", void 0);
|
|
22805
22805
|
Conversation_ = __decorate([
|
|
22806
22806
|
ObjectType()
|
|
22807
22807
|
], Conversation_);
|
|
@@ -23891,8 +23891,8 @@ let RecordMergeLog_ = class RecordMergeLog_ {
|
|
|
23891
23891
|
Entity;
|
|
23892
23892
|
InitiatedByUser;
|
|
23893
23893
|
ApprovedByUser;
|
|
23894
|
-
|
|
23895
|
-
|
|
23894
|
+
RecordMergeDeletionLogs_RecordMergeLogIDArray;
|
|
23895
|
+
DuplicateRunDetailMatches_RecordMergeLogIDArray;
|
|
23896
23896
|
};
|
|
23897
23897
|
__decorate([
|
|
23898
23898
|
Field(),
|
|
@@ -23975,11 +23975,11 @@ __decorate([
|
|
|
23975
23975
|
__decorate([
|
|
23976
23976
|
Field(() => [RecordMergeDeletionLog_]),
|
|
23977
23977
|
__metadata("design:type", Array)
|
|
23978
|
-
], RecordMergeLog_.prototype, "
|
|
23978
|
+
], RecordMergeLog_.prototype, "RecordMergeDeletionLogs_RecordMergeLogIDArray", void 0);
|
|
23979
23979
|
__decorate([
|
|
23980
23980
|
Field(() => [DuplicateRunDetailMatch_]),
|
|
23981
23981
|
__metadata("design:type", Array)
|
|
23982
|
-
], RecordMergeLog_.prototype, "
|
|
23982
|
+
], RecordMergeLog_.prototype, "DuplicateRunDetailMatches_RecordMergeLogIDArray", void 0);
|
|
23983
23983
|
RecordMergeLog_ = __decorate([
|
|
23984
23984
|
ObjectType()
|
|
23985
23985
|
], RecordMergeLog_);
|
|
@@ -24868,8 +24868,8 @@ let QueryCategory_ = class QueryCategory_ {
|
|
|
24868
24868
|
_mj__UpdatedAt;
|
|
24869
24869
|
Parent;
|
|
24870
24870
|
User;
|
|
24871
|
-
|
|
24872
|
-
|
|
24871
|
+
QueryCategories_ParentIDArray;
|
|
24872
|
+
Queries_CategoryIDArray;
|
|
24873
24873
|
};
|
|
24874
24874
|
__decorate([
|
|
24875
24875
|
Field(),
|
|
@@ -24918,11 +24918,11 @@ __decorate([
|
|
|
24918
24918
|
__decorate([
|
|
24919
24919
|
Field(() => [QueryCategory_]),
|
|
24920
24920
|
__metadata("design:type", Array)
|
|
24921
|
-
], QueryCategory_.prototype, "
|
|
24921
|
+
], QueryCategory_.prototype, "QueryCategories_ParentIDArray", void 0);
|
|
24922
24922
|
__decorate([
|
|
24923
24923
|
Field(() => [Query_]),
|
|
24924
24924
|
__metadata("design:type", Array)
|
|
24925
|
-
], QueryCategory_.prototype, "
|
|
24925
|
+
], QueryCategory_.prototype, "Queries_CategoryIDArray", void 0);
|
|
24926
24926
|
QueryCategory_ = __decorate([
|
|
24927
24927
|
ObjectType()
|
|
24928
24928
|
], QueryCategory_);
|
|
@@ -25172,9 +25172,9 @@ let Query_ = class Query_ {
|
|
|
25172
25172
|
_mj__CreatedAt;
|
|
25173
25173
|
_mj__UpdatedAt;
|
|
25174
25174
|
Category;
|
|
25175
|
-
|
|
25176
|
-
|
|
25177
|
-
|
|
25175
|
+
QueryFields_QueryIDArray;
|
|
25176
|
+
DataContextItems_QueryIDArray;
|
|
25177
|
+
QueryPermissions_QueryIDArray;
|
|
25178
25178
|
};
|
|
25179
25179
|
__decorate([
|
|
25180
25180
|
Field(),
|
|
@@ -25246,15 +25246,15 @@ __decorate([
|
|
|
25246
25246
|
__decorate([
|
|
25247
25247
|
Field(() => [QueryField_]),
|
|
25248
25248
|
__metadata("design:type", Array)
|
|
25249
|
-
], Query_.prototype, "
|
|
25249
|
+
], Query_.prototype, "QueryFields_QueryIDArray", void 0);
|
|
25250
25250
|
__decorate([
|
|
25251
25251
|
Field(() => [DataContextItem_]),
|
|
25252
25252
|
__metadata("design:type", Array)
|
|
25253
|
-
], Query_.prototype, "
|
|
25253
|
+
], Query_.prototype, "DataContextItems_QueryIDArray", void 0);
|
|
25254
25254
|
__decorate([
|
|
25255
25255
|
Field(() => [QueryPermission_]),
|
|
25256
25256
|
__metadata("design:type", Array)
|
|
25257
|
-
], Query_.prototype, "
|
|
25257
|
+
], Query_.prototype, "QueryPermissions_QueryIDArray", void 0);
|
|
25258
25258
|
Query_ = __decorate([
|
|
25259
25259
|
ObjectType({ description: 'Catalog of stored queries. This is useful for any arbitrary query that is known to be performant and correct and can be reused. Queries can be viewed/run by a user, used programatically via RunQuery, and also used by AI systems for improved reliability instead of dynamically generated SQL. Queries can also improve security since they store the SQL instead of using dynamic SQL.' })
|
|
25260
25260
|
], Query_);
|
|
@@ -25782,7 +25782,7 @@ let VectorIndex_ = class VectorIndex_ {
|
|
|
25782
25782
|
_mj__UpdatedAt;
|
|
25783
25783
|
VectorDatabase;
|
|
25784
25784
|
EmbeddingModel;
|
|
25785
|
-
|
|
25785
|
+
EntityRecordDocuments_VectorIndexIDArray;
|
|
25786
25786
|
};
|
|
25787
25787
|
__decorate([
|
|
25788
25788
|
Field(),
|
|
@@ -25831,7 +25831,7 @@ __decorate([
|
|
|
25831
25831
|
__decorate([
|
|
25832
25832
|
Field(() => [EntityRecordDocument_]),
|
|
25833
25833
|
__metadata("design:type", Array)
|
|
25834
|
-
], VectorIndex_.prototype, "
|
|
25834
|
+
], VectorIndex_.prototype, "EntityRecordDocuments_VectorIndexIDArray", void 0);
|
|
25835
25835
|
VectorIndex_ = __decorate([
|
|
25836
25836
|
ObjectType()
|
|
25837
25837
|
], VectorIndex_);
|
|
@@ -26042,7 +26042,7 @@ let EntityDocumentType_ = class EntityDocumentType_ {
|
|
|
26042
26042
|
Description;
|
|
26043
26043
|
_mj__CreatedAt;
|
|
26044
26044
|
_mj__UpdatedAt;
|
|
26045
|
-
|
|
26045
|
+
EntityDocuments_TypeIDArray;
|
|
26046
26046
|
};
|
|
26047
26047
|
__decorate([
|
|
26048
26048
|
Field(),
|
|
@@ -26071,7 +26071,7 @@ __decorate([
|
|
|
26071
26071
|
__decorate([
|
|
26072
26072
|
Field(() => [EntityDocument_]),
|
|
26073
26073
|
__metadata("design:type", Array)
|
|
26074
|
-
], EntityDocumentType_.prototype, "
|
|
26074
|
+
], EntityDocumentType_.prototype, "EntityDocuments_TypeIDArray", void 0);
|
|
26075
26075
|
EntityDocumentType_ = __decorate([
|
|
26076
26076
|
ObjectType()
|
|
26077
26077
|
], EntityDocumentType_);
|
|
@@ -26503,8 +26503,8 @@ let VectorDatabase_ = class VectorDatabase_ {
|
|
|
26503
26503
|
ClassKey;
|
|
26504
26504
|
_mj__CreatedAt;
|
|
26505
26505
|
_mj__UpdatedAt;
|
|
26506
|
-
|
|
26507
|
-
|
|
26506
|
+
EntityDocuments_IDArray;
|
|
26507
|
+
VectorIndexes_VectorDatabaseIDArray;
|
|
26508
26508
|
};
|
|
26509
26509
|
__decorate([
|
|
26510
26510
|
Field(),
|
|
@@ -26543,11 +26543,11 @@ __decorate([
|
|
|
26543
26543
|
__decorate([
|
|
26544
26544
|
Field(() => [EntityDocument_]),
|
|
26545
26545
|
__metadata("design:type", Array)
|
|
26546
|
-
], VectorDatabase_.prototype, "
|
|
26546
|
+
], VectorDatabase_.prototype, "EntityDocuments_IDArray", void 0);
|
|
26547
26547
|
__decorate([
|
|
26548
26548
|
Field(() => [VectorIndex_]),
|
|
26549
26549
|
__metadata("design:type", Array)
|
|
26550
|
-
], VectorDatabase_.prototype, "
|
|
26550
|
+
], VectorDatabase_.prototype, "VectorIndexes_VectorDatabaseIDArray", void 0);
|
|
26551
26551
|
VectorDatabase_ = __decorate([
|
|
26552
26552
|
ObjectType()
|
|
26553
26553
|
], VectorDatabase_);
|
|
@@ -27098,9 +27098,9 @@ let EntityDocument_ = class EntityDocument_ {
|
|
|
27098
27098
|
VectorDatabase;
|
|
27099
27099
|
Template;
|
|
27100
27100
|
AIModel;
|
|
27101
|
-
|
|
27102
|
-
|
|
27103
|
-
|
|
27101
|
+
EntityDocumentSettings_EntityDocumentIDArray;
|
|
27102
|
+
EntityDocumentRuns_EntityDocumentIDArray;
|
|
27103
|
+
EntityRecordDocuments_EntityDocumentIDArray;
|
|
27104
27104
|
};
|
|
27105
27105
|
__decorate([
|
|
27106
27106
|
Field(),
|
|
@@ -27188,15 +27188,15 @@ __decorate([
|
|
|
27188
27188
|
__decorate([
|
|
27189
27189
|
Field(() => [EntityDocumentSetting_]),
|
|
27190
27190
|
__metadata("design:type", Array)
|
|
27191
|
-
], EntityDocument_.prototype, "
|
|
27191
|
+
], EntityDocument_.prototype, "EntityDocumentSettings_EntityDocumentIDArray", void 0);
|
|
27192
27192
|
__decorate([
|
|
27193
27193
|
Field(() => [EntityDocumentRun_]),
|
|
27194
27194
|
__metadata("design:type", Array)
|
|
27195
|
-
], EntityDocument_.prototype, "
|
|
27195
|
+
], EntityDocument_.prototype, "EntityDocumentRuns_EntityDocumentIDArray", void 0);
|
|
27196
27196
|
__decorate([
|
|
27197
27197
|
Field(() => [EntityRecordDocument_]),
|
|
27198
27198
|
__metadata("design:type", Array)
|
|
27199
|
-
], EntityDocument_.prototype, "
|
|
27199
|
+
], EntityDocument_.prototype, "EntityRecordDocuments_EntityDocumentIDArray", void 0);
|
|
27200
27200
|
EntityDocument_ = __decorate([
|
|
27201
27201
|
ObjectType()
|
|
27202
27202
|
], EntityDocument_);
|
|
@@ -27839,9 +27839,9 @@ let DataContext_ = class DataContext_ {
|
|
|
27839
27839
|
_mj__CreatedAt;
|
|
27840
27840
|
_mj__UpdatedAt;
|
|
27841
27841
|
User;
|
|
27842
|
-
|
|
27843
|
-
|
|
27844
|
-
|
|
27842
|
+
Reports_DataContextIDArray;
|
|
27843
|
+
DataContextItems_DataContextIDArray;
|
|
27844
|
+
Conversations_DataContextIDArray;
|
|
27845
27845
|
};
|
|
27846
27846
|
__decorate([
|
|
27847
27847
|
Field(),
|
|
@@ -27885,15 +27885,15 @@ __decorate([
|
|
|
27885
27885
|
__decorate([
|
|
27886
27886
|
Field(() => [Report_]),
|
|
27887
27887
|
__metadata("design:type", Array)
|
|
27888
|
-
], DataContext_.prototype, "
|
|
27888
|
+
], DataContext_.prototype, "Reports_DataContextIDArray", void 0);
|
|
27889
27889
|
__decorate([
|
|
27890
27890
|
Field(() => [DataContextItem_]),
|
|
27891
27891
|
__metadata("design:type", Array)
|
|
27892
|
-
], DataContext_.prototype, "
|
|
27892
|
+
], DataContext_.prototype, "DataContextItems_DataContextIDArray", void 0);
|
|
27893
27893
|
__decorate([
|
|
27894
27894
|
Field(() => [Conversation_]),
|
|
27895
27895
|
__metadata("design:type", Array)
|
|
27896
|
-
], DataContext_.prototype, "
|
|
27896
|
+
], DataContext_.prototype, "Conversations_DataContextIDArray", void 0);
|
|
27897
27897
|
DataContext_ = __decorate([
|
|
27898
27898
|
ObjectType({ description: 'Data Contexts are a primitive within the MemberJunction architecture. They store information about data contexts which are groups of data including views, queries, or raw SQL statements. Data contexts can be used in conversations, reports and more.' })
|
|
27899
27899
|
], DataContext_);
|
|
@@ -28154,8 +28154,8 @@ let UserViewCategory_ = class UserViewCategory_ {
|
|
|
28154
28154
|
Parent;
|
|
28155
28155
|
Entity;
|
|
28156
28156
|
User;
|
|
28157
|
-
|
|
28158
|
-
|
|
28157
|
+
UserViewCategories_ParentIDArray;
|
|
28158
|
+
UserViews_CategoryIDArray;
|
|
28159
28159
|
};
|
|
28160
28160
|
__decorate([
|
|
28161
28161
|
Field(),
|
|
@@ -28214,11 +28214,11 @@ __decorate([
|
|
|
28214
28214
|
__decorate([
|
|
28215
28215
|
Field(() => [UserViewCategory_]),
|
|
28216
28216
|
__metadata("design:type", Array)
|
|
28217
|
-
], UserViewCategory_.prototype, "
|
|
28217
|
+
], UserViewCategory_.prototype, "UserViewCategories_ParentIDArray", void 0);
|
|
28218
28218
|
__decorate([
|
|
28219
28219
|
Field(() => [UserView_]),
|
|
28220
28220
|
__metadata("design:type", Array)
|
|
28221
|
-
], UserViewCategory_.prototype, "
|
|
28221
|
+
], UserViewCategory_.prototype, "UserViews_CategoryIDArray", void 0);
|
|
28222
28222
|
UserViewCategory_ = __decorate([
|
|
28223
28223
|
ObjectType()
|
|
28224
28224
|
], UserViewCategory_);
|
|
@@ -28472,8 +28472,8 @@ let DashboardCategory_ = class DashboardCategory_ {
|
|
|
28472
28472
|
_mj__UpdatedAt;
|
|
28473
28473
|
Parent;
|
|
28474
28474
|
User;
|
|
28475
|
-
|
|
28476
|
-
|
|
28475
|
+
DashboardCategories_ParentIDArray;
|
|
28476
|
+
Dashboards_CategoryIDArray;
|
|
28477
28477
|
};
|
|
28478
28478
|
__decorate([
|
|
28479
28479
|
Field(),
|
|
@@ -28522,11 +28522,11 @@ __decorate([
|
|
|
28522
28522
|
__decorate([
|
|
28523
28523
|
Field(() => [DashboardCategory_]),
|
|
28524
28524
|
__metadata("design:type", Array)
|
|
28525
|
-
], DashboardCategory_.prototype, "
|
|
28525
|
+
], DashboardCategory_.prototype, "DashboardCategories_ParentIDArray", void 0);
|
|
28526
28526
|
__decorate([
|
|
28527
28527
|
Field(() => [Dashboard_]),
|
|
28528
28528
|
__metadata("design:type", Array)
|
|
28529
|
-
], DashboardCategory_.prototype, "
|
|
28529
|
+
], DashboardCategory_.prototype, "Dashboards_CategoryIDArray", void 0);
|
|
28530
28530
|
DashboardCategory_ = __decorate([
|
|
28531
28531
|
ObjectType()
|
|
28532
28532
|
], DashboardCategory_);
|
|
@@ -28770,8 +28770,8 @@ let ReportCategory_ = class ReportCategory_ {
|
|
|
28770
28770
|
_mj__UpdatedAt;
|
|
28771
28771
|
Parent;
|
|
28772
28772
|
User;
|
|
28773
|
-
|
|
28774
|
-
|
|
28773
|
+
ReportCategories_ParentIDArray;
|
|
28774
|
+
Reports_CategoryIDArray;
|
|
28775
28775
|
};
|
|
28776
28776
|
__decorate([
|
|
28777
28777
|
Field(),
|
|
@@ -28820,11 +28820,11 @@ __decorate([
|
|
|
28820
28820
|
__decorate([
|
|
28821
28821
|
Field(() => [ReportCategory_]),
|
|
28822
28822
|
__metadata("design:type", Array)
|
|
28823
|
-
], ReportCategory_.prototype, "
|
|
28823
|
+
], ReportCategory_.prototype, "ReportCategories_ParentIDArray", void 0);
|
|
28824
28824
|
__decorate([
|
|
28825
28825
|
Field(() => [Report_]),
|
|
28826
28826
|
__metadata("design:type", Array)
|
|
28827
|
-
], ReportCategory_.prototype, "
|
|
28827
|
+
], ReportCategory_.prototype, "Reports_CategoryIDArray", void 0);
|
|
28828
28828
|
ReportCategory_ = __decorate([
|
|
28829
28829
|
ObjectType()
|
|
28830
28830
|
], ReportCategory_);
|
|
@@ -29068,7 +29068,7 @@ let FileStorageProvider_ = class FileStorageProvider_ {
|
|
|
29068
29068
|
IsActive;
|
|
29069
29069
|
_mj__CreatedAt;
|
|
29070
29070
|
_mj__UpdatedAt;
|
|
29071
|
-
|
|
29071
|
+
Files_ProviderIDArray;
|
|
29072
29072
|
};
|
|
29073
29073
|
__decorate([
|
|
29074
29074
|
Field(),
|
|
@@ -29115,7 +29115,7 @@ __decorate([
|
|
|
29115
29115
|
__decorate([
|
|
29116
29116
|
Field(() => [File_]),
|
|
29117
29117
|
__metadata("design:type", Array)
|
|
29118
|
-
], FileStorageProvider_.prototype, "
|
|
29118
|
+
], FileStorageProvider_.prototype, "Files_ProviderIDArray", void 0);
|
|
29119
29119
|
FileStorageProvider_ = __decorate([
|
|
29120
29120
|
ObjectType()
|
|
29121
29121
|
], FileStorageProvider_);
|
|
@@ -29353,7 +29353,7 @@ let File_ = class File_ {
|
|
|
29353
29353
|
_mj__UpdatedAt;
|
|
29354
29354
|
Category;
|
|
29355
29355
|
Provider;
|
|
29356
|
-
|
|
29356
|
+
FileEntityRecordLinks_FileIDArray;
|
|
29357
29357
|
};
|
|
29358
29358
|
__decorate([
|
|
29359
29359
|
Field(),
|
|
@@ -29417,7 +29417,7 @@ __decorate([
|
|
|
29417
29417
|
__decorate([
|
|
29418
29418
|
Field(() => [FileEntityRecordLink_]),
|
|
29419
29419
|
__metadata("design:type", Array)
|
|
29420
|
-
], File_.prototype, "
|
|
29420
|
+
], File_.prototype, "FileEntityRecordLinks_FileIDArray", void 0);
|
|
29421
29421
|
File_ = __decorate([
|
|
29422
29422
|
ObjectType()
|
|
29423
29423
|
], File_);
|
|
@@ -29674,8 +29674,8 @@ let FileCategory_ = class FileCategory_ {
|
|
|
29674
29674
|
_mj__CreatedAt;
|
|
29675
29675
|
_mj__UpdatedAt;
|
|
29676
29676
|
Parent;
|
|
29677
|
-
|
|
29678
|
-
|
|
29677
|
+
Files_CategoryIDArray;
|
|
29678
|
+
FileCategories_ParentIDArray;
|
|
29679
29679
|
};
|
|
29680
29680
|
__decorate([
|
|
29681
29681
|
Field(),
|
|
@@ -29714,11 +29714,11 @@ __decorate([
|
|
|
29714
29714
|
__decorate([
|
|
29715
29715
|
Field(() => [File_]),
|
|
29716
29716
|
__metadata("design:type", Array)
|
|
29717
|
-
], FileCategory_.prototype, "
|
|
29717
|
+
], FileCategory_.prototype, "Files_CategoryIDArray", void 0);
|
|
29718
29718
|
__decorate([
|
|
29719
29719
|
Field(() => [FileCategory_]),
|
|
29720
29720
|
__metadata("design:type", Array)
|
|
29721
|
-
], FileCategory_.prototype, "
|
|
29721
|
+
], FileCategory_.prototype, "FileCategories_ParentIDArray", void 0);
|
|
29722
29722
|
FileCategory_ = __decorate([
|
|
29723
29723
|
ObjectType()
|
|
29724
29724
|
], FileCategory_);
|
|
@@ -31289,7 +31289,7 @@ let DuplicateRun_ = class DuplicateRun_ {
|
|
|
31289
31289
|
StartedByUser;
|
|
31290
31290
|
SourceList;
|
|
31291
31291
|
ApprovedByUser;
|
|
31292
|
-
|
|
31292
|
+
DuplicateRunDetails_DuplicateRunIDArray;
|
|
31293
31293
|
};
|
|
31294
31294
|
__decorate([
|
|
31295
31295
|
Field(),
|
|
@@ -31377,7 +31377,7 @@ __decorate([
|
|
|
31377
31377
|
__decorate([
|
|
31378
31378
|
Field(() => [DuplicateRunDetail_]),
|
|
31379
31379
|
__metadata("design:type", Array)
|
|
31380
|
-
], DuplicateRun_.prototype, "
|
|
31380
|
+
], DuplicateRun_.prototype, "DuplicateRunDetails_DuplicateRunIDArray", void 0);
|
|
31381
31381
|
DuplicateRun_ = __decorate([
|
|
31382
31382
|
ObjectType()
|
|
31383
31383
|
], DuplicateRun_);
|
|
@@ -31653,7 +31653,7 @@ let DuplicateRunDetail_ = class DuplicateRunDetail_ {
|
|
|
31653
31653
|
MergeErrorMessage;
|
|
31654
31654
|
_mj__CreatedAt;
|
|
31655
31655
|
_mj__UpdatedAt;
|
|
31656
|
-
|
|
31656
|
+
DuplicateRunDetailMatches_DuplicateRunDetailIDArray;
|
|
31657
31657
|
};
|
|
31658
31658
|
__decorate([
|
|
31659
31659
|
Field(),
|
|
@@ -31705,7 +31705,7 @@ __decorate([
|
|
|
31705
31705
|
__decorate([
|
|
31706
31706
|
Field(() => [DuplicateRunDetailMatch_]),
|
|
31707
31707
|
__metadata("design:type", Array)
|
|
31708
|
-
], DuplicateRunDetail_.prototype, "
|
|
31708
|
+
], DuplicateRunDetail_.prototype, "DuplicateRunDetailMatches_DuplicateRunDetailIDArray", void 0);
|
|
31709
31709
|
DuplicateRunDetail_ = __decorate([
|
|
31710
31710
|
ObjectType()
|
|
31711
31711
|
], DuplicateRunDetail_);
|
|
@@ -32200,8 +32200,8 @@ let ActionCategory_ = class ActionCategory_ {
|
|
|
32200
32200
|
_mj__CreatedAt;
|
|
32201
32201
|
_mj__UpdatedAt;
|
|
32202
32202
|
Parent;
|
|
32203
|
-
|
|
32204
|
-
|
|
32203
|
+
ActionCategories_ParentIDArray;
|
|
32204
|
+
Actions_CategoryIDArray;
|
|
32205
32205
|
};
|
|
32206
32206
|
__decorate([
|
|
32207
32207
|
Field(),
|
|
@@ -32245,11 +32245,11 @@ __decorate([
|
|
|
32245
32245
|
__decorate([
|
|
32246
32246
|
Field(() => [ActionCategory_]),
|
|
32247
32247
|
__metadata("design:type", Array)
|
|
32248
|
-
], ActionCategory_.prototype, "
|
|
32248
|
+
], ActionCategory_.prototype, "ActionCategories_ParentIDArray", void 0);
|
|
32249
32249
|
__decorate([
|
|
32250
32250
|
Field(() => [Action_]),
|
|
32251
32251
|
__metadata("design:type", Array)
|
|
32252
|
-
], ActionCategory_.prototype, "
|
|
32252
|
+
], ActionCategory_.prototype, "Actions_CategoryIDArray", void 0);
|
|
32253
32253
|
ActionCategory_ = __decorate([
|
|
32254
32254
|
ObjectType({ description: 'Organizes actions into categories, including name, description, and optional parent category for hierarchy.' })
|
|
32255
32255
|
], ActionCategory_);
|
|
@@ -32492,9 +32492,9 @@ let EntityAction_ = class EntityAction_ {
|
|
|
32492
32492
|
ID;
|
|
32493
32493
|
Entity;
|
|
32494
32494
|
Action;
|
|
32495
|
-
|
|
32496
|
-
|
|
32497
|
-
|
|
32495
|
+
EntityActionInvocations_EntityActionIDArray;
|
|
32496
|
+
EntityActionFilters_EntityActionIDArray;
|
|
32497
|
+
EntityActionParams_EntityActionIDArray;
|
|
32498
32498
|
};
|
|
32499
32499
|
__decorate([
|
|
32500
32500
|
Field(),
|
|
@@ -32539,15 +32539,15 @@ __decorate([
|
|
|
32539
32539
|
__decorate([
|
|
32540
32540
|
Field(() => [EntityActionInvocation_]),
|
|
32541
32541
|
__metadata("design:type", Array)
|
|
32542
|
-
], EntityAction_.prototype, "
|
|
32542
|
+
], EntityAction_.prototype, "EntityActionInvocations_EntityActionIDArray", void 0);
|
|
32543
32543
|
__decorate([
|
|
32544
32544
|
Field(() => [EntityActionFilter_]),
|
|
32545
32545
|
__metadata("design:type", Array)
|
|
32546
|
-
], EntityAction_.prototype, "
|
|
32546
|
+
], EntityAction_.prototype, "EntityActionFilters_EntityActionIDArray", void 0);
|
|
32547
32547
|
__decorate([
|
|
32548
32548
|
Field(() => [EntityActionParam_]),
|
|
32549
32549
|
__metadata("design:type", Array)
|
|
32550
|
-
], EntityAction_.prototype, "
|
|
32550
|
+
], EntityAction_.prototype, "EntityActionParams_EntityActionIDArray", void 0);
|
|
32551
32551
|
EntityAction_ = __decorate([
|
|
32552
32552
|
ObjectType({ description: 'Links entities to actions - this is the main place where you define the actions that part of, or available, for a given entity.' })
|
|
32553
32553
|
], EntityAction_);
|
|
@@ -33272,7 +33272,7 @@ let EntityActionInvocationType_ = class EntityActionInvocationType_ {
|
|
|
33272
33272
|
DisplaySequence;
|
|
33273
33273
|
_mj__CreatedAt;
|
|
33274
33274
|
_mj__UpdatedAt;
|
|
33275
|
-
|
|
33275
|
+
EntityActionInvocations_InvocationTypeIDArray;
|
|
33276
33276
|
};
|
|
33277
33277
|
__decorate([
|
|
33278
33278
|
Field(),
|
|
@@ -33305,7 +33305,7 @@ __decorate([
|
|
|
33305
33305
|
__decorate([
|
|
33306
33306
|
Field(() => [EntityActionInvocation_]),
|
|
33307
33307
|
__metadata("design:type", Array)
|
|
33308
|
-
], EntityActionInvocationType_.prototype, "
|
|
33308
|
+
], EntityActionInvocationType_.prototype, "EntityActionInvocations_InvocationTypeIDArray", void 0);
|
|
33309
33309
|
EntityActionInvocationType_ = __decorate([
|
|
33310
33310
|
ObjectType({ description: 'Stores the possible invocation types of an action within the context of an entity. Examples would be: Record Created/Updated/Deleted/Accessed as well as things like “View” or “List” where you could run an EntityAction against an entire set of records in a view or list – either by user click or programmatically.' })
|
|
33311
33311
|
], EntityActionInvocationType_);
|
|
@@ -33536,14 +33536,14 @@ let Action_ = class Action_ {
|
|
|
33536
33536
|
_mj__UpdatedAt;
|
|
33537
33537
|
Category;
|
|
33538
33538
|
CodeApprovedByUser;
|
|
33539
|
-
|
|
33540
|
-
|
|
33541
|
-
|
|
33542
|
-
|
|
33543
|
-
|
|
33544
|
-
|
|
33545
|
-
|
|
33546
|
-
|
|
33539
|
+
ActionParams_ActionIDArray;
|
|
33540
|
+
ActionLibraries_ActionIDArray;
|
|
33541
|
+
ScheduledActions_ActionIDArray;
|
|
33542
|
+
ActionResultCodes_ActionIDArray;
|
|
33543
|
+
ActionContexts_ActionIDArray;
|
|
33544
|
+
EntityActions_ActionIDArray;
|
|
33545
|
+
ActionExecutionLogs_ActionIDArray;
|
|
33546
|
+
ActionAuthorizations_ActionIDArray;
|
|
33547
33547
|
};
|
|
33548
33548
|
__decorate([
|
|
33549
33549
|
Field(),
|
|
@@ -33644,35 +33644,35 @@ __decorate([
|
|
|
33644
33644
|
__decorate([
|
|
33645
33645
|
Field(() => [ActionParam_]),
|
|
33646
33646
|
__metadata("design:type", Array)
|
|
33647
|
-
], Action_.prototype, "
|
|
33647
|
+
], Action_.prototype, "ActionParams_ActionIDArray", void 0);
|
|
33648
33648
|
__decorate([
|
|
33649
33649
|
Field(() => [ActionLibrary_]),
|
|
33650
33650
|
__metadata("design:type", Array)
|
|
33651
|
-
], Action_.prototype, "
|
|
33651
|
+
], Action_.prototype, "ActionLibraries_ActionIDArray", void 0);
|
|
33652
33652
|
__decorate([
|
|
33653
33653
|
Field(() => [ScheduledAction_]),
|
|
33654
33654
|
__metadata("design:type", Array)
|
|
33655
|
-
], Action_.prototype, "
|
|
33655
|
+
], Action_.prototype, "ScheduledActions_ActionIDArray", void 0);
|
|
33656
33656
|
__decorate([
|
|
33657
33657
|
Field(() => [ActionResultCode_]),
|
|
33658
33658
|
__metadata("design:type", Array)
|
|
33659
|
-
], Action_.prototype, "
|
|
33659
|
+
], Action_.prototype, "ActionResultCodes_ActionIDArray", void 0);
|
|
33660
33660
|
__decorate([
|
|
33661
33661
|
Field(() => [ActionContext_]),
|
|
33662
33662
|
__metadata("design:type", Array)
|
|
33663
|
-
], Action_.prototype, "
|
|
33663
|
+
], Action_.prototype, "ActionContexts_ActionIDArray", void 0);
|
|
33664
33664
|
__decorate([
|
|
33665
33665
|
Field(() => [EntityAction_]),
|
|
33666
33666
|
__metadata("design:type", Array)
|
|
33667
|
-
], Action_.prototype, "
|
|
33667
|
+
], Action_.prototype, "EntityActions_ActionIDArray", void 0);
|
|
33668
33668
|
__decorate([
|
|
33669
33669
|
Field(() => [ActionExecutionLog_]),
|
|
33670
33670
|
__metadata("design:type", Array)
|
|
33671
|
-
], Action_.prototype, "
|
|
33671
|
+
], Action_.prototype, "ActionExecutionLogs_ActionIDArray", void 0);
|
|
33672
33672
|
__decorate([
|
|
33673
33673
|
Field(() => [ActionAuthorization_]),
|
|
33674
33674
|
__metadata("design:type", Array)
|
|
33675
|
-
], Action_.prototype, "
|
|
33675
|
+
], Action_.prototype, "ActionAuthorizations_ActionIDArray", void 0);
|
|
33676
33676
|
Action_ = __decorate([
|
|
33677
33677
|
ObjectType({ description: 'Stores action definitions, including prompts, generated code, user comments, and status.' })
|
|
33678
33678
|
], Action_);
|
|
@@ -34370,7 +34370,7 @@ let ActionFilter_ = class ActionFilter_ {
|
|
|
34370
34370
|
CodeExplanation;
|
|
34371
34371
|
_mj__CreatedAt;
|
|
34372
34372
|
_mj__UpdatedAt;
|
|
34373
|
-
|
|
34373
|
+
EntityActionFilters_ActionFilterIDArray;
|
|
34374
34374
|
};
|
|
34375
34375
|
__decorate([
|
|
34376
34376
|
Field(),
|
|
@@ -34406,7 +34406,7 @@ __decorate([
|
|
|
34406
34406
|
__decorate([
|
|
34407
34407
|
Field(() => [EntityActionFilter_]),
|
|
34408
34408
|
__metadata("design:type", Array)
|
|
34409
|
-
], ActionFilter_.prototype, "
|
|
34409
|
+
], ActionFilter_.prototype, "EntityActionFilters_ActionFilterIDArray", void 0);
|
|
34410
34410
|
ActionFilter_ = __decorate([
|
|
34411
34411
|
ObjectType({ description: 'Defines filters that can be evaluated ahead of executing an action. Action Filters are usable in any code pipeline you can execute them with the same context as the action itself and use the outcome to determine if the action should execute or not.' })
|
|
34412
34412
|
], ActionFilter_);
|
|
@@ -34631,7 +34631,7 @@ let ActionContextType_ = class ActionContextType_ {
|
|
|
34631
34631
|
Description;
|
|
34632
34632
|
_mj__CreatedAt;
|
|
34633
34633
|
_mj__UpdatedAt;
|
|
34634
|
-
|
|
34634
|
+
ActionContexts_ContextTypeIDArray;
|
|
34635
34635
|
};
|
|
34636
34636
|
__decorate([
|
|
34637
34637
|
Field(),
|
|
@@ -34660,7 +34660,7 @@ __decorate([
|
|
|
34660
34660
|
__decorate([
|
|
34661
34661
|
Field(() => [ActionContext_]),
|
|
34662
34662
|
__metadata("design:type", Array)
|
|
34663
|
-
], ActionContextType_.prototype, "
|
|
34663
|
+
], ActionContextType_.prototype, "ActionContexts_ContextTypeIDArray", void 0);
|
|
34664
34664
|
ActionContextType_ = __decorate([
|
|
34665
34665
|
ObjectType({ description: 'Lists possible contexts for action execution with optional descriptions.' })
|
|
34666
34666
|
], ActionContextType_);
|
|
@@ -35671,8 +35671,8 @@ let ActionParam_ = class ActionParam_ {
|
|
|
35671
35671
|
_mj__CreatedAt;
|
|
35672
35672
|
_mj__UpdatedAt;
|
|
35673
35673
|
Action;
|
|
35674
|
-
|
|
35675
|
-
|
|
35674
|
+
EntityActionParams_ActionParamIDArray;
|
|
35675
|
+
ScheduledActionParams_ActionParamIDArray;
|
|
35676
35676
|
};
|
|
35677
35677
|
__decorate([
|
|
35678
35678
|
Field(),
|
|
@@ -35733,11 +35733,11 @@ __decorate([
|
|
|
35733
35733
|
__decorate([
|
|
35734
35734
|
Field(() => [EntityActionParam_]),
|
|
35735
35735
|
__metadata("design:type", Array)
|
|
35736
|
-
], ActionParam_.prototype, "
|
|
35736
|
+
], ActionParam_.prototype, "EntityActionParams_ActionParamIDArray", void 0);
|
|
35737
35737
|
__decorate([
|
|
35738
35738
|
Field(() => [ScheduledActionParam_]),
|
|
35739
35739
|
__metadata("design:type", Array)
|
|
35740
|
-
], ActionParam_.prototype, "
|
|
35740
|
+
], ActionParam_.prototype, "ScheduledActionParams_ActionParamIDArray", void 0);
|
|
35741
35741
|
ActionParam_ = __decorate([
|
|
35742
35742
|
ObjectType({ description: 'Tracks the input and output parameters for Actions.' })
|
|
35743
35743
|
], ActionParam_);
|
|
@@ -36262,8 +36262,8 @@ let Library_ = class Library_ {
|
|
|
36262
36262
|
SampleCode;
|
|
36263
36263
|
_mj__CreatedAt;
|
|
36264
36264
|
_mj__UpdatedAt;
|
|
36265
|
-
|
|
36266
|
-
|
|
36265
|
+
ActionLibraries_LibraryIDArray;
|
|
36266
|
+
LibraryItems_LibraryIDArray;
|
|
36267
36267
|
};
|
|
36268
36268
|
__decorate([
|
|
36269
36269
|
Field(),
|
|
@@ -36305,11 +36305,11 @@ __decorate([
|
|
|
36305
36305
|
__decorate([
|
|
36306
36306
|
Field(() => [ActionLibrary_]),
|
|
36307
36307
|
__metadata("design:type", Array)
|
|
36308
|
-
], Library_.prototype, "
|
|
36308
|
+
], Library_.prototype, "ActionLibraries_LibraryIDArray", void 0);
|
|
36309
36309
|
__decorate([
|
|
36310
36310
|
Field(() => [LibraryItem_]),
|
|
36311
36311
|
__metadata("design:type", Array)
|
|
36312
|
-
], Library_.prototype, "
|
|
36312
|
+
], Library_.prototype, "LibraryItems_LibraryIDArray", void 0);
|
|
36313
36313
|
Library_ = __decorate([
|
|
36314
36314
|
ObjectType({ description: 'Stores information about the available libraries, including a list of classes/functions, type definitions, and sample code. You can add additional custom libraries here to make them avaialable to code generation features within the system.' })
|
|
36315
36315
|
], Library_);
|
|
@@ -36549,8 +36549,8 @@ let ListCategory_ = class ListCategory_ {
|
|
|
36549
36549
|
_mj__UpdatedAt;
|
|
36550
36550
|
Parent;
|
|
36551
36551
|
User;
|
|
36552
|
-
|
|
36553
|
-
|
|
36552
|
+
ListCategories_ParentIDArray;
|
|
36553
|
+
Lists_CategoryIDArray;
|
|
36554
36554
|
};
|
|
36555
36555
|
__decorate([
|
|
36556
36556
|
Field(),
|
|
@@ -36599,11 +36599,11 @@ __decorate([
|
|
|
36599
36599
|
__decorate([
|
|
36600
36600
|
Field(() => [ListCategory_]),
|
|
36601
36601
|
__metadata("design:type", Array)
|
|
36602
|
-
], ListCategory_.prototype, "
|
|
36602
|
+
], ListCategory_.prototype, "ListCategories_ParentIDArray", void 0);
|
|
36603
36603
|
__decorate([
|
|
36604
36604
|
Field(() => [List_]),
|
|
36605
36605
|
__metadata("design:type", Array)
|
|
36606
|
-
], ListCategory_.prototype, "
|
|
36606
|
+
], ListCategory_.prototype, "Lists_CategoryIDArray", void 0);
|
|
36607
36607
|
ListCategory_ = __decorate([
|
|
36608
36608
|
ObjectType()
|
|
36609
36609
|
], ListCategory_);
|
|
@@ -36832,8 +36832,8 @@ let CommunicationProvider_ = class CommunicationProvider_ {
|
|
|
36832
36832
|
SupportsReceiving;
|
|
36833
36833
|
_mj__CreatedAt;
|
|
36834
36834
|
_mj__UpdatedAt;
|
|
36835
|
-
|
|
36836
|
-
|
|
36835
|
+
CommunicationLogs_CommunicationProviderIDArray;
|
|
36836
|
+
CommunicationProviderMessageTypes_CommunicationProviderIDArray;
|
|
36837
36837
|
};
|
|
36838
36838
|
__decorate([
|
|
36839
36839
|
Field(),
|
|
@@ -36875,11 +36875,11 @@ __decorate([
|
|
|
36875
36875
|
__decorate([
|
|
36876
36876
|
Field(() => [CommunicationLog_]),
|
|
36877
36877
|
__metadata("design:type", Array)
|
|
36878
|
-
], CommunicationProvider_.prototype, "
|
|
36878
|
+
], CommunicationProvider_.prototype, "CommunicationLogs_CommunicationProviderIDArray", void 0);
|
|
36879
36879
|
__decorate([
|
|
36880
36880
|
Field(() => [CommunicationProviderMessageType_]),
|
|
36881
36881
|
__metadata("design:type", Array)
|
|
36882
|
-
], CommunicationProvider_.prototype, "
|
|
36882
|
+
], CommunicationProvider_.prototype, "CommunicationProviderMessageTypes_CommunicationProviderIDArray", void 0);
|
|
36883
36883
|
CommunicationProvider_ = __decorate([
|
|
36884
36884
|
ObjectType({ description: 'All supported communication providers.' })
|
|
36885
36885
|
], CommunicationProvider_);
|
|
@@ -37121,7 +37121,7 @@ let CommunicationRun_ = class CommunicationRun_ {
|
|
|
37121
37121
|
_mj__CreatedAt;
|
|
37122
37122
|
_mj__UpdatedAt;
|
|
37123
37123
|
User;
|
|
37124
|
-
|
|
37124
|
+
CommunicationLogs_CommunicationRunIDArray;
|
|
37125
37125
|
};
|
|
37126
37126
|
__decorate([
|
|
37127
37127
|
Field(),
|
|
@@ -37179,7 +37179,7 @@ __decorate([
|
|
|
37179
37179
|
__decorate([
|
|
37180
37180
|
Field(() => [CommunicationLog_]),
|
|
37181
37181
|
__metadata("design:type", Array)
|
|
37182
|
-
], CommunicationRun_.prototype, "
|
|
37182
|
+
], CommunicationRun_.prototype, "CommunicationLogs_CommunicationRunIDArray", void 0);
|
|
37183
37183
|
CommunicationRun_ = __decorate([
|
|
37184
37184
|
ObjectType({ description: 'Runs of bulk message sends and receives.' })
|
|
37185
37185
|
], CommunicationRun_);
|
|
@@ -37425,7 +37425,7 @@ let CommunicationProviderMessageType_ = class CommunicationProviderMessageType_
|
|
|
37425
37425
|
_mj__UpdatedAt;
|
|
37426
37426
|
CommunicationProvider;
|
|
37427
37427
|
CommunicationBaseMessageType;
|
|
37428
|
-
|
|
37428
|
+
CommunicationLogs_CommunicationProviderMessageTypeIDArray;
|
|
37429
37429
|
};
|
|
37430
37430
|
__decorate([
|
|
37431
37431
|
Field(),
|
|
@@ -37479,7 +37479,7 @@ __decorate([
|
|
|
37479
37479
|
__decorate([
|
|
37480
37480
|
Field(() => [CommunicationLog_]),
|
|
37481
37481
|
__metadata("design:type", Array)
|
|
37482
|
-
], CommunicationProviderMessageType_.prototype, "
|
|
37482
|
+
], CommunicationProviderMessageType_.prototype, "CommunicationLogs_CommunicationProviderMessageTypeIDArray", void 0);
|
|
37483
37483
|
CommunicationProviderMessageType_ = __decorate([
|
|
37484
37484
|
ObjectType({ description: 'Providers and their supported message types with additional attributes.' })
|
|
37485
37485
|
], CommunicationProviderMessageType_);
|
|
@@ -38024,8 +38024,8 @@ let CommunicationBaseMessageType_ = class CommunicationBaseMessageType_ {
|
|
|
38024
38024
|
MaxBytes;
|
|
38025
38025
|
_mj__CreatedAt;
|
|
38026
38026
|
_mj__UpdatedAt;
|
|
38027
|
-
|
|
38028
|
-
|
|
38027
|
+
CommunicationProviderMessageTypes_CommunicationBaseMessageTypeIDArray;
|
|
38028
|
+
EntityCommunicationMessageTypes_BaseMessageTypeIDArray;
|
|
38029
38029
|
};
|
|
38030
38030
|
__decorate([
|
|
38031
38031
|
Field(),
|
|
@@ -38066,11 +38066,11 @@ __decorate([
|
|
|
38066
38066
|
__decorate([
|
|
38067
38067
|
Field(() => [CommunicationProviderMessageType_]),
|
|
38068
38068
|
__metadata("design:type", Array)
|
|
38069
|
-
], CommunicationBaseMessageType_.prototype, "
|
|
38069
|
+
], CommunicationBaseMessageType_.prototype, "CommunicationProviderMessageTypes_CommunicationBaseMessageTypeIDArray", void 0);
|
|
38070
38070
|
__decorate([
|
|
38071
38071
|
Field(() => [EntityCommunicationMessageType_]),
|
|
38072
38072
|
__metadata("design:type", Array)
|
|
38073
|
-
], CommunicationBaseMessageType_.prototype, "
|
|
38073
|
+
], CommunicationBaseMessageType_.prototype, "EntityCommunicationMessageTypes_BaseMessageTypeIDArray", void 0);
|
|
38074
38074
|
CommunicationBaseMessageType_ = __decorate([
|
|
38075
38075
|
ObjectType({ description: 'Base message types and their supported functionalities.' })
|
|
38076
38076
|
], CommunicationBaseMessageType_);
|
|
@@ -38314,10 +38314,10 @@ let Template_ = class Template_ {
|
|
|
38314
38314
|
_mj__UpdatedAt;
|
|
38315
38315
|
Category;
|
|
38316
38316
|
User;
|
|
38317
|
-
|
|
38318
|
-
|
|
38319
|
-
|
|
38320
|
-
|
|
38317
|
+
TemplateContents_TemplateIDArray;
|
|
38318
|
+
TemplateParams_TemplateIDArray;
|
|
38319
|
+
AIPrompts_TemplateIDArray;
|
|
38320
|
+
EntityDocuments_TemplateIDArray;
|
|
38321
38321
|
};
|
|
38322
38322
|
__decorate([
|
|
38323
38323
|
Field(),
|
|
@@ -38384,19 +38384,19 @@ __decorate([
|
|
|
38384
38384
|
__decorate([
|
|
38385
38385
|
Field(() => [TemplateContent_]),
|
|
38386
38386
|
__metadata("design:type", Array)
|
|
38387
|
-
], Template_.prototype, "
|
|
38387
|
+
], Template_.prototype, "TemplateContents_TemplateIDArray", void 0);
|
|
38388
38388
|
__decorate([
|
|
38389
38389
|
Field(() => [TemplateParam_]),
|
|
38390
38390
|
__metadata("design:type", Array)
|
|
38391
|
-
], Template_.prototype, "
|
|
38391
|
+
], Template_.prototype, "TemplateParams_TemplateIDArray", void 0);
|
|
38392
38392
|
__decorate([
|
|
38393
38393
|
Field(() => [AIPrompt_]),
|
|
38394
38394
|
__metadata("design:type", Array)
|
|
38395
|
-
], Template_.prototype, "
|
|
38395
|
+
], Template_.prototype, "AIPrompts_TemplateIDArray", void 0);
|
|
38396
38396
|
__decorate([
|
|
38397
38397
|
Field(() => [EntityDocument_]),
|
|
38398
38398
|
__metadata("design:type", Array)
|
|
38399
|
-
], Template_.prototype, "
|
|
38399
|
+
], Template_.prototype, "EntityDocuments_TemplateIDArray", void 0);
|
|
38400
38400
|
Template_ = __decorate([
|
|
38401
38401
|
ObjectType({ description: 'Templates are used for dynamic expansion of a static template with data from a given context. Templates can be used to create documents, messages and anything else that requires dynamic document creation merging together static text, data and lightweight logic' })
|
|
38402
38402
|
], Template_);
|
|
@@ -38696,8 +38696,8 @@ let TemplateCategory_ = class TemplateCategory_ {
|
|
|
38696
38696
|
_mj__UpdatedAt;
|
|
38697
38697
|
Parent;
|
|
38698
38698
|
User;
|
|
38699
|
-
|
|
38700
|
-
|
|
38699
|
+
Templates_CategoryIDArray;
|
|
38700
|
+
TemplateCategories_ParentIDArray;
|
|
38701
38701
|
};
|
|
38702
38702
|
__decorate([
|
|
38703
38703
|
Field(),
|
|
@@ -38746,11 +38746,11 @@ __decorate([
|
|
|
38746
38746
|
__decorate([
|
|
38747
38747
|
Field(() => [Template_]),
|
|
38748
38748
|
__metadata("design:type", Array)
|
|
38749
|
-
], TemplateCategory_.prototype, "
|
|
38749
|
+
], TemplateCategory_.prototype, "Templates_CategoryIDArray", void 0);
|
|
38750
38750
|
__decorate([
|
|
38751
38751
|
Field(() => [TemplateCategory_]),
|
|
38752
38752
|
__metadata("design:type", Array)
|
|
38753
|
-
], TemplateCategory_.prototype, "
|
|
38753
|
+
], TemplateCategory_.prototype, "TemplateCategories_ParentIDArray", void 0);
|
|
38754
38754
|
TemplateCategory_ = __decorate([
|
|
38755
38755
|
ObjectType({ description: 'Template categories for organizing templates' })
|
|
38756
38756
|
], TemplateCategory_);
|
|
@@ -39588,7 +39588,7 @@ let TemplateContentType_ = class TemplateContentType_ {
|
|
|
39588
39588
|
CodeType;
|
|
39589
39589
|
_mj__CreatedAt;
|
|
39590
39590
|
_mj__UpdatedAt;
|
|
39591
|
-
|
|
39591
|
+
TemplateContents_TypeIDArray;
|
|
39592
39592
|
};
|
|
39593
39593
|
__decorate([
|
|
39594
39594
|
Field(),
|
|
@@ -39622,7 +39622,7 @@ __decorate([
|
|
|
39622
39622
|
__decorate([
|
|
39623
39623
|
Field(() => [TemplateContent_]),
|
|
39624
39624
|
__metadata("design:type", Array)
|
|
39625
|
-
], TemplateContentType_.prototype, "
|
|
39625
|
+
], TemplateContentType_.prototype, "TemplateContents_TypeIDArray", void 0);
|
|
39626
39626
|
TemplateContentType_ = __decorate([
|
|
39627
39627
|
ObjectType({ description: 'Template content types for categorizing content within templates' })
|
|
39628
39628
|
], TemplateContentType_);
|
|
@@ -39825,7 +39825,7 @@ let Recommendation_ = class Recommendation_ {
|
|
|
39825
39825
|
_mj__CreatedAt;
|
|
39826
39826
|
_mj__UpdatedAt;
|
|
39827
39827
|
SourceEntity;
|
|
39828
|
-
|
|
39828
|
+
RecommendationItems_RecommendationIDArray;
|
|
39829
39829
|
};
|
|
39830
39830
|
__decorate([
|
|
39831
39831
|
Field(),
|
|
@@ -39864,7 +39864,7 @@ __decorate([
|
|
|
39864
39864
|
__decorate([
|
|
39865
39865
|
Field(() => [RecommendationItem_]),
|
|
39866
39866
|
__metadata("design:type", Array)
|
|
39867
|
-
], Recommendation_.prototype, "
|
|
39867
|
+
], Recommendation_.prototype, "RecommendationItems_RecommendationIDArray", void 0);
|
|
39868
39868
|
Recommendation_ = __decorate([
|
|
39869
39869
|
ObjectType({ description: 'Recommendation headers that store the left side of the recommendation which we track in the SourceEntityID/SourceEntityRecordID' })
|
|
39870
39870
|
], Recommendation_);
|
|
@@ -40065,7 +40065,7 @@ let RecommendationProvider_ = class RecommendationProvider_ {
|
|
|
40065
40065
|
Description;
|
|
40066
40066
|
_mj__CreatedAt;
|
|
40067
40067
|
_mj__UpdatedAt;
|
|
40068
|
-
|
|
40068
|
+
RecommendationRuns_RecommendationProviderIDArray;
|
|
40069
40069
|
};
|
|
40070
40070
|
__decorate([
|
|
40071
40071
|
Field(),
|
|
@@ -40094,7 +40094,7 @@ __decorate([
|
|
|
40094
40094
|
__decorate([
|
|
40095
40095
|
Field(() => [RecommendationRun_]),
|
|
40096
40096
|
__metadata("design:type", Array)
|
|
40097
|
-
], RecommendationProvider_.prototype, "
|
|
40097
|
+
], RecommendationProvider_.prototype, "RecommendationRuns_RecommendationProviderIDArray", void 0);
|
|
40098
40098
|
RecommendationProvider_ = __decorate([
|
|
40099
40099
|
ObjectType({ description: 'Recommendation providers details' })
|
|
40100
40100
|
], RecommendationProvider_);
|
|
@@ -40291,7 +40291,7 @@ let RecommendationRun_ = class RecommendationRun_ {
|
|
|
40291
40291
|
_mj__UpdatedAt;
|
|
40292
40292
|
RecommendationProvider;
|
|
40293
40293
|
RunByUser;
|
|
40294
|
-
|
|
40294
|
+
Recommendations_RecommendationRunIDArray;
|
|
40295
40295
|
};
|
|
40296
40296
|
__decorate([
|
|
40297
40297
|
Field(),
|
|
@@ -40350,7 +40350,7 @@ __decorate([
|
|
|
40350
40350
|
__decorate([
|
|
40351
40351
|
Field(() => [Recommendation_]),
|
|
40352
40352
|
__metadata("design:type", Array)
|
|
40353
|
-
], RecommendationRun_.prototype, "
|
|
40353
|
+
], RecommendationRun_.prototype, "Recommendations_RecommendationRunIDArray", void 0);
|
|
40354
40354
|
RecommendationRun_ = __decorate([
|
|
40355
40355
|
ObjectType({ description: 'Recommendation runs log each time a provider is requested to provide recommendations' })
|
|
40356
40356
|
], RecommendationRun_);
|
|
@@ -40822,7 +40822,7 @@ let EntityCommunicationMessageType_ = class EntityCommunicationMessageType_ {
|
|
|
40822
40822
|
_mj__UpdatedAt;
|
|
40823
40823
|
Entity;
|
|
40824
40824
|
BaseMessageType;
|
|
40825
|
-
|
|
40825
|
+
EntityCommunicationFields_EntityCommunicationMessageTypeIDArray;
|
|
40826
40826
|
};
|
|
40827
40827
|
__decorate([
|
|
40828
40828
|
Field(),
|
|
@@ -40866,7 +40866,7 @@ __decorate([
|
|
|
40866
40866
|
__decorate([
|
|
40867
40867
|
Field(() => [EntityCommunicationField_]),
|
|
40868
40868
|
__metadata("design:type", Array)
|
|
40869
|
-
], EntityCommunicationMessageType_.prototype, "
|
|
40869
|
+
], EntityCommunicationMessageType_.prototype, "EntityCommunicationFields_EntityCommunicationMessageTypeIDArray", void 0);
|
|
40870
40870
|
EntityCommunicationMessageType_ = __decorate([
|
|
40871
40871
|
ObjectType({ description: 'Mapping between entities and communication base message types' })
|
|
40872
40872
|
], EntityCommunicationMessageType_);
|
|
@@ -41286,7 +41286,7 @@ let RecordChangeReplayRun_ = class RecordChangeReplayRun_ {
|
|
|
41286
41286
|
_mj__CreatedAt;
|
|
41287
41287
|
_mj__UpdatedAt;
|
|
41288
41288
|
User;
|
|
41289
|
-
|
|
41289
|
+
RecordChanges_ReplayRunIDArray;
|
|
41290
41290
|
};
|
|
41291
41291
|
__decorate([
|
|
41292
41292
|
Field(),
|
|
@@ -41331,7 +41331,7 @@ __decorate([
|
|
|
41331
41331
|
__decorate([
|
|
41332
41332
|
Field(() => [RecordChange_]),
|
|
41333
41333
|
__metadata("design:type", Array)
|
|
41334
|
-
], RecordChangeReplayRun_.prototype, "
|
|
41334
|
+
], RecordChangeReplayRun_.prototype, "RecordChanges_ReplayRunIDArray", void 0);
|
|
41335
41335
|
RecordChangeReplayRun_ = __decorate([
|
|
41336
41336
|
ObjectType({ description: 'Table to track the runs of replaying external record changes' })
|
|
41337
41337
|
], RecordChangeReplayRun_);
|
|
@@ -41766,7 +41766,7 @@ let EntityRelationshipDisplayComponent_ = class EntityRelationshipDisplayCompone
|
|
|
41766
41766
|
RelationshipType;
|
|
41767
41767
|
_mj__CreatedAt;
|
|
41768
41768
|
_mj__UpdatedAt;
|
|
41769
|
-
|
|
41769
|
+
EntityRelationships_DisplayComponentIDArray;
|
|
41770
41770
|
};
|
|
41771
41771
|
__decorate([
|
|
41772
41772
|
Field(),
|
|
@@ -41800,7 +41800,7 @@ __decorate([
|
|
|
41800
41800
|
__decorate([
|
|
41801
41801
|
Field(() => [EntityRelationship_]),
|
|
41802
41802
|
__metadata("design:type", Array)
|
|
41803
|
-
], EntityRelationshipDisplayComponent_.prototype, "
|
|
41803
|
+
], EntityRelationshipDisplayComponent_.prototype, "EntityRelationships_DisplayComponentIDArray", void 0);
|
|
41804
41804
|
EntityRelationshipDisplayComponent_ = __decorate([
|
|
41805
41805
|
ObjectType({ description: 'This table stores a list of components that are available for displaying relationships in the MJ Explorer UI' })
|
|
41806
41806
|
], EntityRelationshipDisplayComponent_);
|