@memberjunction/server 1.8.0 → 1.8.1
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/CHANGELOG.json +160 -1
- package/CHANGELOG.md +34 -2
- package/dist/generated/generated.d.ts +197 -135
- package/dist/generated/generated.d.ts.map +1 -1
- package/dist/generated/generated.js +617 -314
- package/dist/generated/generated.js.map +1 -1
- package/dist/resolvers/AskSkipResolver.js +8 -8
- package/dist/resolvers/AskSkipResolver.js.map +1 -1
- package/dist/resolvers/EntityCommunicationsResolver.d.ts +4 -4
- package/dist/resolvers/EntityCommunicationsResolver.d.ts.map +1 -1
- package/dist/resolvers/EntityCommunicationsResolver.js +4 -4
- package/dist/resolvers/EntityCommunicationsResolver.js.map +1 -1
- package/package.json +21 -21
- package/src/generated/generated.ts +542 -307
- package/src/resolvers/AskSkipResolver.ts +9 -9
- package/src/resolvers/EntityCommunicationsResolver.ts +5 -5
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* ALL ENTITIES - TypeGraphQL Type Class Definition - AUTO GENERATED FILE
|
|
3
3
|
* Generated Entities and Resolvers for Server
|
|
4
4
|
*
|
|
5
|
-
* GENERATED: 6/
|
|
5
|
+
* GENERATED: 6/20/2024, 3:35:35 PM
|
|
6
6
|
*
|
|
7
7
|
* >>> DO NOT MODIFY THIS FILE!!!!!!!!!!!!
|
|
8
8
|
* >>> YOUR CHANGES WILL BE OVERWRITTEN
|
|
@@ -527,12 +527,12 @@ export class UserFavorite_ {
|
|
|
527
527
|
RecordID: string;
|
|
528
528
|
|
|
529
529
|
@Field()
|
|
530
|
-
@MaxLength(
|
|
531
|
-
|
|
530
|
+
@MaxLength(10)
|
|
531
|
+
_mj__CreatedAt: Date;
|
|
532
532
|
|
|
533
533
|
@Field()
|
|
534
|
-
@MaxLength(
|
|
535
|
-
|
|
534
|
+
@MaxLength(10)
|
|
535
|
+
_mj__UpdatedAt: Date;
|
|
536
536
|
|
|
537
537
|
@Field()
|
|
538
538
|
@MaxLength(510)
|
|
@@ -685,12 +685,12 @@ export class EmployeeCompanyIntegration_ {
|
|
|
685
685
|
IsActive: boolean;
|
|
686
686
|
|
|
687
687
|
@Field()
|
|
688
|
-
@MaxLength(
|
|
689
|
-
|
|
688
|
+
@MaxLength(10)
|
|
689
|
+
_mj__CreatedAt: Date;
|
|
690
690
|
|
|
691
691
|
@Field()
|
|
692
|
-
@MaxLength(
|
|
693
|
-
|
|
692
|
+
@MaxLength(10)
|
|
693
|
+
_mj__UpdatedAt: Date;
|
|
694
694
|
|
|
695
695
|
}
|
|
696
696
|
|
|
@@ -1232,12 +1232,12 @@ export class Skill_ {
|
|
|
1232
1232
|
ParentID?: number;
|
|
1233
1233
|
|
|
1234
1234
|
@Field()
|
|
1235
|
-
@MaxLength(
|
|
1236
|
-
|
|
1235
|
+
@MaxLength(10)
|
|
1236
|
+
_mj__CreatedAt: Date;
|
|
1237
1237
|
|
|
1238
1238
|
@Field()
|
|
1239
|
-
@MaxLength(
|
|
1240
|
-
|
|
1239
|
+
@MaxLength(10)
|
|
1240
|
+
_mj__UpdatedAt: Date;
|
|
1241
1241
|
|
|
1242
1242
|
@Field({nullable: true})
|
|
1243
1243
|
@MaxLength(100)
|
|
@@ -1347,6 +1347,14 @@ export class IntegrationURLFormat_ {
|
|
|
1347
1347
|
@MaxLength(1000)
|
|
1348
1348
|
URLFormat: string;
|
|
1349
1349
|
|
|
1350
|
+
@Field()
|
|
1351
|
+
@MaxLength(10)
|
|
1352
|
+
_mj__CreatedAt: Date;
|
|
1353
|
+
|
|
1354
|
+
@Field()
|
|
1355
|
+
@MaxLength(10)
|
|
1356
|
+
_mj__UpdatedAt: Date;
|
|
1357
|
+
|
|
1350
1358
|
@Field(() => Int)
|
|
1351
1359
|
IntegrationID: number;
|
|
1352
1360
|
|
|
@@ -1491,12 +1499,12 @@ export class Integration_ {
|
|
|
1491
1499
|
BatchRequestWaitTime: number;
|
|
1492
1500
|
|
|
1493
1501
|
@Field()
|
|
1494
|
-
@MaxLength(
|
|
1495
|
-
|
|
1502
|
+
@MaxLength(10)
|
|
1503
|
+
_mj__CreatedAt: Date;
|
|
1496
1504
|
|
|
1497
1505
|
@Field()
|
|
1498
|
-
@MaxLength(
|
|
1499
|
-
|
|
1506
|
+
@MaxLength(10)
|
|
1507
|
+
_mj__UpdatedAt: Date;
|
|
1500
1508
|
|
|
1501
1509
|
@Field(() => [mj_core_schema_server_object_types.IntegrationURLFormat_])
|
|
1502
1510
|
IntegrationURLFormatsArray: mj_core_schema_server_object_types.IntegrationURLFormat_[]; // Link to IntegrationURLFormats
|
|
@@ -1672,14 +1680,6 @@ export class CompanyIntegration_ {
|
|
|
1672
1680
|
@MaxLength(510)
|
|
1673
1681
|
APIKey?: string;
|
|
1674
1682
|
|
|
1675
|
-
@Field()
|
|
1676
|
-
@MaxLength(8)
|
|
1677
|
-
CreatedAt: Date;
|
|
1678
|
-
|
|
1679
|
-
@Field()
|
|
1680
|
-
@MaxLength(8)
|
|
1681
|
-
UpdatedAt: Date;
|
|
1682
|
-
|
|
1683
1683
|
@Field({nullable: true})
|
|
1684
1684
|
@MaxLength(200)
|
|
1685
1685
|
ExternalSystemID?: string;
|
|
@@ -1699,6 +1699,14 @@ export class CompanyIntegration_ {
|
|
|
1699
1699
|
@MaxLength(510)
|
|
1700
1700
|
CustomAttribute1?: string;
|
|
1701
1701
|
|
|
1702
|
+
@Field()
|
|
1703
|
+
@MaxLength(10)
|
|
1704
|
+
_mj__CreatedAt: Date;
|
|
1705
|
+
|
|
1706
|
+
@Field()
|
|
1707
|
+
@MaxLength(10)
|
|
1708
|
+
_mj__UpdatedAt: Date;
|
|
1709
|
+
|
|
1702
1710
|
@Field(() => Int)
|
|
1703
1711
|
CompanyID: number;
|
|
1704
1712
|
|
|
@@ -2493,6 +2501,10 @@ export class Entity_ {
|
|
|
2493
2501
|
@MaxLength(10)
|
|
2494
2502
|
_mj__UpdatedAt: Date;
|
|
2495
2503
|
|
|
2504
|
+
@Field({description: 'When another entity links to this entity with a foreign key, this is the default component type that will be used in the UI. CodeGen will populate the RelatedEntityDisplayType column in the Entity Fields entity with whatever is provided here whenever a new foreign key is detected by CodeGen. The selection can be overridden on a per-foreign-key basis in each row of the Entity Fields entity.'})
|
|
2505
|
+
@MaxLength(40)
|
|
2506
|
+
RelationshipDefaultDisplayType: string;
|
|
2507
|
+
|
|
2496
2508
|
@Field({nullable: true})
|
|
2497
2509
|
CodeName?: string;
|
|
2498
2510
|
|
|
@@ -2748,6 +2760,9 @@ export class CreateEntityInput {
|
|
|
2748
2760
|
|
|
2749
2761
|
@Field({ nullable: true })
|
|
2750
2762
|
Icon?: string;
|
|
2763
|
+
|
|
2764
|
+
@Field()
|
|
2765
|
+
RelationshipDefaultDisplayType: string;
|
|
2751
2766
|
}
|
|
2752
2767
|
|
|
2753
2768
|
|
|
@@ -2876,6 +2891,9 @@ export class UpdateEntityInput {
|
|
|
2876
2891
|
@Field({ nullable: true })
|
|
2877
2892
|
Icon?: string;
|
|
2878
2893
|
|
|
2894
|
+
@Field()
|
|
2895
|
+
RelationshipDefaultDisplayType: string;
|
|
2896
|
+
|
|
2879
2897
|
@Field(() => [KeyValuePairInput], { nullable: true })
|
|
2880
2898
|
OldValues___?: KeyValuePairInput[];
|
|
2881
2899
|
}
|
|
@@ -4205,6 +4223,14 @@ export class UserRecordLog_ {
|
|
|
4205
4223
|
@Field(() => Int)
|
|
4206
4224
|
TotalCount: number;
|
|
4207
4225
|
|
|
4226
|
+
@Field()
|
|
4227
|
+
@MaxLength(10)
|
|
4228
|
+
_mj__CreatedAt: Date;
|
|
4229
|
+
|
|
4230
|
+
@Field()
|
|
4231
|
+
@MaxLength(10)
|
|
4232
|
+
_mj__UpdatedAt: Date;
|
|
4233
|
+
|
|
4208
4234
|
@Field()
|
|
4209
4235
|
@MaxLength(510)
|
|
4210
4236
|
Entity: string;
|
|
@@ -4690,6 +4716,14 @@ export class CompanyIntegrationRun_ {
|
|
|
4690
4716
|
@Field({nullable: true})
|
|
4691
4717
|
Comments?: string;
|
|
4692
4718
|
|
|
4719
|
+
@Field()
|
|
4720
|
+
@MaxLength(10)
|
|
4721
|
+
_mj__CreatedAt: Date;
|
|
4722
|
+
|
|
4723
|
+
@Field()
|
|
4724
|
+
@MaxLength(10)
|
|
4725
|
+
_mj__UpdatedAt: Date;
|
|
4726
|
+
|
|
4693
4727
|
@Field()
|
|
4694
4728
|
@MaxLength(200)
|
|
4695
4729
|
RunByUser: string;
|
|
@@ -4851,6 +4885,14 @@ export class CompanyIntegrationRunDetail_ {
|
|
|
4851
4885
|
@Field(() => Boolean)
|
|
4852
4886
|
IsSuccess: boolean;
|
|
4853
4887
|
|
|
4888
|
+
@Field()
|
|
4889
|
+
@MaxLength(10)
|
|
4890
|
+
_mj__CreatedAt: Date;
|
|
4891
|
+
|
|
4892
|
+
@Field()
|
|
4893
|
+
@MaxLength(10)
|
|
4894
|
+
_mj__UpdatedAt: Date;
|
|
4895
|
+
|
|
4854
4896
|
@Field()
|
|
4855
4897
|
@MaxLength(510)
|
|
4856
4898
|
Entity: string;
|
|
@@ -4990,10 +5032,6 @@ export class ErrorLog_ {
|
|
|
4990
5032
|
@Field({nullable: true})
|
|
4991
5033
|
Message?: string;
|
|
4992
5034
|
|
|
4993
|
-
@Field()
|
|
4994
|
-
@MaxLength(8)
|
|
4995
|
-
CreatedAt: Date;
|
|
4996
|
-
|
|
4997
5035
|
@Field({nullable: true})
|
|
4998
5036
|
@MaxLength(100)
|
|
4999
5037
|
CreatedBy?: string;
|
|
@@ -5008,6 +5046,14 @@ export class ErrorLog_ {
|
|
|
5008
5046
|
|
|
5009
5047
|
@Field({nullable: true})
|
|
5010
5048
|
Details?: string;
|
|
5049
|
+
|
|
5050
|
+
@Field()
|
|
5051
|
+
@MaxLength(10)
|
|
5052
|
+
_mj__CreatedAt: Date;
|
|
5053
|
+
|
|
5054
|
+
@Field()
|
|
5055
|
+
@MaxLength(10)
|
|
5056
|
+
_mj__UpdatedAt: Date;
|
|
5011
5057
|
|
|
5012
5058
|
}
|
|
5013
5059
|
|
|
@@ -5732,6 +5778,14 @@ export class UserApplicationEntity_ {
|
|
|
5732
5778
|
@Field(() => Int)
|
|
5733
5779
|
Sequence: number;
|
|
5734
5780
|
|
|
5781
|
+
@Field()
|
|
5782
|
+
@MaxLength(10)
|
|
5783
|
+
_mj__CreatedAt: Date;
|
|
5784
|
+
|
|
5785
|
+
@Field()
|
|
5786
|
+
@MaxLength(10)
|
|
5787
|
+
_mj__UpdatedAt: Date;
|
|
5788
|
+
|
|
5735
5789
|
@Field()
|
|
5736
5790
|
@MaxLength(100)
|
|
5737
5791
|
Application: string;
|
|
@@ -5881,6 +5935,14 @@ export class UserApplication_ {
|
|
|
5881
5935
|
@Field(() => Boolean)
|
|
5882
5936
|
IsActive: boolean;
|
|
5883
5937
|
|
|
5938
|
+
@Field()
|
|
5939
|
+
@MaxLength(10)
|
|
5940
|
+
_mj__CreatedAt: Date;
|
|
5941
|
+
|
|
5942
|
+
@Field()
|
|
5943
|
+
@MaxLength(10)
|
|
5944
|
+
_mj__UpdatedAt: Date;
|
|
5945
|
+
|
|
5884
5946
|
@Field()
|
|
5885
5947
|
@MaxLength(200)
|
|
5886
5948
|
User: string;
|
|
@@ -6050,6 +6112,14 @@ export class CompanyIntegrationRunAPILog_ {
|
|
|
6050
6112
|
|
|
6051
6113
|
@Field({nullable: true})
|
|
6052
6114
|
Parameters?: string;
|
|
6115
|
+
|
|
6116
|
+
@Field()
|
|
6117
|
+
@MaxLength(10)
|
|
6118
|
+
_mj__CreatedAt: Date;
|
|
6119
|
+
|
|
6120
|
+
@Field()
|
|
6121
|
+
@MaxLength(10)
|
|
6122
|
+
_mj__UpdatedAt: Date;
|
|
6053
6123
|
|
|
6054
6124
|
}
|
|
6055
6125
|
|
|
@@ -6174,16 +6244,16 @@ export class List_ {
|
|
|
6174
6244
|
@Field(() => Int, {nullable: true})
|
|
6175
6245
|
CompanyIntegrationID?: number;
|
|
6176
6246
|
|
|
6177
|
-
@Field()
|
|
6178
|
-
|
|
6179
|
-
CreatedAt: Date;
|
|
6247
|
+
@Field(() => Int, {nullable: true})
|
|
6248
|
+
CategoryID?: number;
|
|
6180
6249
|
|
|
6181
6250
|
@Field()
|
|
6182
|
-
@MaxLength(
|
|
6183
|
-
|
|
6251
|
+
@MaxLength(10)
|
|
6252
|
+
_mj__CreatedAt: Date;
|
|
6184
6253
|
|
|
6185
|
-
@Field(
|
|
6186
|
-
|
|
6254
|
+
@Field()
|
|
6255
|
+
@MaxLength(10)
|
|
6256
|
+
_mj__UpdatedAt: Date;
|
|
6187
6257
|
|
|
6188
6258
|
@Field()
|
|
6189
6259
|
@MaxLength(510)
|
|
@@ -6374,6 +6444,14 @@ export class ListDetail_ {
|
|
|
6374
6444
|
@Field(() => Int)
|
|
6375
6445
|
Sequence: number;
|
|
6376
6446
|
|
|
6447
|
+
@Field()
|
|
6448
|
+
@MaxLength(10)
|
|
6449
|
+
_mj__CreatedAt: Date;
|
|
6450
|
+
|
|
6451
|
+
@Field()
|
|
6452
|
+
@MaxLength(10)
|
|
6453
|
+
_mj__UpdatedAt: Date;
|
|
6454
|
+
|
|
6377
6455
|
@Field()
|
|
6378
6456
|
@MaxLength(200)
|
|
6379
6457
|
List: string;
|
|
@@ -6513,6 +6591,14 @@ export class UserViewRun_ {
|
|
|
6513
6591
|
@Field(() => Int)
|
|
6514
6592
|
RunByUserID: number;
|
|
6515
6593
|
|
|
6594
|
+
@Field()
|
|
6595
|
+
@MaxLength(10)
|
|
6596
|
+
_mj__CreatedAt: Date;
|
|
6597
|
+
|
|
6598
|
+
@Field()
|
|
6599
|
+
@MaxLength(10)
|
|
6600
|
+
_mj__UpdatedAt: Date;
|
|
6601
|
+
|
|
6516
6602
|
@Field()
|
|
6517
6603
|
@MaxLength(200)
|
|
6518
6604
|
UserView: string;
|
|
@@ -6658,6 +6744,14 @@ export class UserViewRunDetail_ {
|
|
|
6658
6744
|
@MaxLength(510)
|
|
6659
6745
|
RecordID: string;
|
|
6660
6746
|
|
|
6747
|
+
@Field()
|
|
6748
|
+
@MaxLength(10)
|
|
6749
|
+
_mj__CreatedAt: Date;
|
|
6750
|
+
|
|
6751
|
+
@Field()
|
|
6752
|
+
@MaxLength(10)
|
|
6753
|
+
_mj__UpdatedAt: Date;
|
|
6754
|
+
|
|
6661
6755
|
@Field(() => Int)
|
|
6662
6756
|
UserViewID: number;
|
|
6663
6757
|
|
|
@@ -6800,6 +6894,14 @@ export class WorkflowRun_ {
|
|
|
6800
6894
|
@Field({nullable: true})
|
|
6801
6895
|
Results?: string;
|
|
6802
6896
|
|
|
6897
|
+
@Field()
|
|
6898
|
+
@MaxLength(10)
|
|
6899
|
+
_mj__CreatedAt: Date;
|
|
6900
|
+
|
|
6901
|
+
@Field()
|
|
6902
|
+
@MaxLength(10)
|
|
6903
|
+
_mj__UpdatedAt: Date;
|
|
6904
|
+
|
|
6803
6905
|
@Field()
|
|
6804
6906
|
@MaxLength(200)
|
|
6805
6907
|
Workflow: string;
|
|
@@ -6930,14 +7032,6 @@ export class Workflow_ {
|
|
|
6930
7032
|
@MaxLength(200)
|
|
6931
7033
|
ExternalSystemRecordID: string;
|
|
6932
7034
|
|
|
6933
|
-
@Field()
|
|
6934
|
-
@MaxLength(8)
|
|
6935
|
-
CreatedAt: Date;
|
|
6936
|
-
|
|
6937
|
-
@Field()
|
|
6938
|
-
@MaxLength(8)
|
|
6939
|
-
UpdatedAt: Date;
|
|
6940
|
-
|
|
6941
7035
|
@Field(() => Boolean, {description: 'If set to 1, the workflow will be run automatically on the interval specified by the AutoRunIntervalType and AutoRunInterval fields'})
|
|
6942
7036
|
AutoRunEnabled: boolean;
|
|
6943
7037
|
|
|
@@ -6952,6 +7046,14 @@ export class Workflow_ {
|
|
|
6952
7046
|
@MaxLength(400)
|
|
6953
7047
|
SubclassName?: string;
|
|
6954
7048
|
|
|
7049
|
+
@Field()
|
|
7050
|
+
@MaxLength(10)
|
|
7051
|
+
_mj__CreatedAt: Date;
|
|
7052
|
+
|
|
7053
|
+
@Field()
|
|
7054
|
+
@MaxLength(10)
|
|
7055
|
+
_mj__UpdatedAt: Date;
|
|
7056
|
+
|
|
6955
7057
|
@Field(() => Int, {nullable: true})
|
|
6956
7058
|
AutoRunIntervalMinutes?: number;
|
|
6957
7059
|
|
|
@@ -7105,12 +7207,12 @@ export class WorkflowEngine_ {
|
|
|
7105
7207
|
DriverClass: string;
|
|
7106
7208
|
|
|
7107
7209
|
@Field()
|
|
7108
|
-
@MaxLength(
|
|
7109
|
-
|
|
7210
|
+
@MaxLength(10)
|
|
7211
|
+
_mj__CreatedAt: Date;
|
|
7110
7212
|
|
|
7111
7213
|
@Field()
|
|
7112
|
-
@MaxLength(
|
|
7113
|
-
|
|
7214
|
+
@MaxLength(10)
|
|
7215
|
+
_mj__UpdatedAt: Date;
|
|
7114
7216
|
|
|
7115
7217
|
@Field(() => [mj_core_schema_server_object_types.Workflow_])
|
|
7116
7218
|
WorkflowsArray: mj_core_schema_server_object_types.Workflow_[]; // Link to Workflows
|
|
@@ -7719,12 +7821,12 @@ export class AuditLog_ {
|
|
|
7719
7821
|
RecordID?: string;
|
|
7720
7822
|
|
|
7721
7823
|
@Field()
|
|
7722
|
-
@MaxLength(
|
|
7723
|
-
|
|
7824
|
+
@MaxLength(10)
|
|
7825
|
+
_mj__CreatedAt: Date;
|
|
7724
7826
|
|
|
7725
7827
|
@Field()
|
|
7726
|
-
@MaxLength(
|
|
7727
|
-
|
|
7828
|
+
@MaxLength(10)
|
|
7829
|
+
_mj__UpdatedAt: Date;
|
|
7728
7830
|
|
|
7729
7831
|
@Field()
|
|
7730
7832
|
@MaxLength(200)
|
|
@@ -8050,12 +8152,12 @@ export class AuthorizationRole_ {
|
|
|
8050
8152
|
Type: string;
|
|
8051
8153
|
|
|
8052
8154
|
@Field()
|
|
8053
|
-
@MaxLength(
|
|
8054
|
-
|
|
8155
|
+
@MaxLength(10)
|
|
8156
|
+
_mj__CreatedAt: Date;
|
|
8055
8157
|
|
|
8056
8158
|
@Field()
|
|
8057
|
-
@MaxLength(
|
|
8058
|
-
|
|
8159
|
+
@MaxLength(10)
|
|
8160
|
+
_mj__UpdatedAt: Date;
|
|
8059
8161
|
|
|
8060
8162
|
}
|
|
8061
8163
|
//****************************************************************************
|
|
@@ -8428,12 +8530,12 @@ export class AIModel_ {
|
|
|
8428
8530
|
PowerRank?: number;
|
|
8429
8531
|
|
|
8430
8532
|
@Field()
|
|
8431
|
-
@MaxLength(
|
|
8432
|
-
|
|
8533
|
+
@MaxLength(10)
|
|
8534
|
+
_mj__CreatedAt: Date;
|
|
8433
8535
|
|
|
8434
8536
|
@Field()
|
|
8435
|
-
@MaxLength(
|
|
8436
|
-
|
|
8537
|
+
@MaxLength(10)
|
|
8538
|
+
_mj__UpdatedAt: Date;
|
|
8437
8539
|
|
|
8438
8540
|
@Field()
|
|
8439
8541
|
@MaxLength(100)
|
|
@@ -8680,12 +8782,12 @@ export class AIAction_ {
|
|
|
8680
8782
|
IsActive: boolean;
|
|
8681
8783
|
|
|
8682
8784
|
@Field()
|
|
8683
|
-
@MaxLength(
|
|
8684
|
-
|
|
8785
|
+
@MaxLength(10)
|
|
8786
|
+
_mj__CreatedAt: Date;
|
|
8685
8787
|
|
|
8686
8788
|
@Field()
|
|
8687
|
-
@MaxLength(
|
|
8688
|
-
|
|
8789
|
+
@MaxLength(10)
|
|
8790
|
+
_mj__UpdatedAt: Date;
|
|
8689
8791
|
|
|
8690
8792
|
@Field({nullable: true})
|
|
8691
8793
|
@MaxLength(100)
|
|
@@ -8868,12 +8970,12 @@ export class AIModelAction_ {
|
|
|
8868
8970
|
IsActive: boolean;
|
|
8869
8971
|
|
|
8870
8972
|
@Field()
|
|
8871
|
-
@MaxLength(
|
|
8872
|
-
|
|
8973
|
+
@MaxLength(10)
|
|
8974
|
+
_mj__CreatedAt: Date;
|
|
8873
8975
|
|
|
8874
8976
|
@Field()
|
|
8875
|
-
@MaxLength(
|
|
8876
|
-
|
|
8977
|
+
@MaxLength(10)
|
|
8978
|
+
_mj__UpdatedAt: Date;
|
|
8877
8979
|
|
|
8878
8980
|
@Field()
|
|
8879
8981
|
@MaxLength(100)
|
|
@@ -9273,6 +9375,14 @@ export class AIModelType_ {
|
|
|
9273
9375
|
|
|
9274
9376
|
@Field({nullable: true})
|
|
9275
9377
|
Description?: string;
|
|
9378
|
+
|
|
9379
|
+
@Field()
|
|
9380
|
+
@MaxLength(10)
|
|
9381
|
+
_mj__CreatedAt: Date;
|
|
9382
|
+
|
|
9383
|
+
@Field()
|
|
9384
|
+
@MaxLength(10)
|
|
9385
|
+
_mj__UpdatedAt: Date;
|
|
9276
9386
|
|
|
9277
9387
|
@Field(() => [mj_core_schema_server_object_types.AIModel_])
|
|
9278
9388
|
AIModelsArray: mj_core_schema_server_object_types.AIModel_[]; // Link to AIModels
|
|
@@ -9429,6 +9539,14 @@ export class QueueType_ {
|
|
|
9429
9539
|
|
|
9430
9540
|
@Field(() => Boolean)
|
|
9431
9541
|
IsActive: boolean;
|
|
9542
|
+
|
|
9543
|
+
@Field()
|
|
9544
|
+
@MaxLength(10)
|
|
9545
|
+
_mj__CreatedAt: Date;
|
|
9546
|
+
|
|
9547
|
+
@Field()
|
|
9548
|
+
@MaxLength(10)
|
|
9549
|
+
_mj__UpdatedAt: Date;
|
|
9432
9550
|
|
|
9433
9551
|
@Field(() => [mj_core_schema_server_object_types.Queue_])
|
|
9434
9552
|
QueuesArray: mj_core_schema_server_object_types.Queue_[]; // Link to Queues
|
|
@@ -9565,12 +9683,12 @@ export class Queue_ {
|
|
|
9565
9683
|
LastHeartbeat: Date;
|
|
9566
9684
|
|
|
9567
9685
|
@Field()
|
|
9568
|
-
@MaxLength(
|
|
9569
|
-
|
|
9686
|
+
@MaxLength(10)
|
|
9687
|
+
_mj__CreatedAt: Date;
|
|
9570
9688
|
|
|
9571
9689
|
@Field()
|
|
9572
|
-
@MaxLength(
|
|
9573
|
-
|
|
9690
|
+
@MaxLength(10)
|
|
9691
|
+
_mj__UpdatedAt: Date;
|
|
9574
9692
|
|
|
9575
9693
|
@Field()
|
|
9576
9694
|
@MaxLength(100)
|
|
@@ -9814,6 +9932,14 @@ export class QueueTask_ {
|
|
|
9814
9932
|
@Field({nullable: true})
|
|
9815
9933
|
Comments?: string;
|
|
9816
9934
|
|
|
9935
|
+
@Field()
|
|
9936
|
+
@MaxLength(10)
|
|
9937
|
+
_mj__CreatedAt: Date;
|
|
9938
|
+
|
|
9939
|
+
@Field()
|
|
9940
|
+
@MaxLength(10)
|
|
9941
|
+
_mj__UpdatedAt: Date;
|
|
9942
|
+
|
|
9817
9943
|
@Field()
|
|
9818
9944
|
@MaxLength(100)
|
|
9819
9945
|
Queue: string;
|
|
@@ -9989,6 +10115,14 @@ export class Dashboard_ {
|
|
|
9989
10115
|
@Field(() => Int, {nullable: true})
|
|
9990
10116
|
UserID?: number;
|
|
9991
10117
|
|
|
10118
|
+
@Field()
|
|
10119
|
+
@MaxLength(10)
|
|
10120
|
+
_mj__CreatedAt: Date;
|
|
10121
|
+
|
|
10122
|
+
@Field()
|
|
10123
|
+
@MaxLength(10)
|
|
10124
|
+
_mj__UpdatedAt: Date;
|
|
10125
|
+
|
|
9992
10126
|
@Field({nullable: true})
|
|
9993
10127
|
@MaxLength(200)
|
|
9994
10128
|
Category?: string;
|
|
@@ -10140,6 +10274,14 @@ export class OutputTriggerType_ {
|
|
|
10140
10274
|
|
|
10141
10275
|
@Field({nullable: true})
|
|
10142
10276
|
Description?: string;
|
|
10277
|
+
|
|
10278
|
+
@Field()
|
|
10279
|
+
@MaxLength(10)
|
|
10280
|
+
_mj__CreatedAt: Date;
|
|
10281
|
+
|
|
10282
|
+
@Field()
|
|
10283
|
+
@MaxLength(10)
|
|
10284
|
+
_mj__UpdatedAt: Date;
|
|
10143
10285
|
|
|
10144
10286
|
@Field(() => [mj_core_schema_server_object_types.Report_])
|
|
10145
10287
|
ReportsArray: mj_core_schema_server_object_types.Report_[]; // Link to Reports
|
|
@@ -10224,6 +10366,14 @@ export class OutputFormatType_ {
|
|
|
10224
10366
|
|
|
10225
10367
|
@Field({nullable: true})
|
|
10226
10368
|
DisplayFormat?: string;
|
|
10369
|
+
|
|
10370
|
+
@Field()
|
|
10371
|
+
@MaxLength(10)
|
|
10372
|
+
_mj__CreatedAt: Date;
|
|
10373
|
+
|
|
10374
|
+
@Field()
|
|
10375
|
+
@MaxLength(10)
|
|
10376
|
+
_mj__UpdatedAt: Date;
|
|
10227
10377
|
|
|
10228
10378
|
@Field(() => [mj_core_schema_server_object_types.Report_])
|
|
10229
10379
|
ReportsArray: mj_core_schema_server_object_types.Report_[]; // Link to Reports
|
|
@@ -10305,6 +10455,14 @@ export class OutputDeliveryType_ {
|
|
|
10305
10455
|
|
|
10306
10456
|
@Field({nullable: true})
|
|
10307
10457
|
Description?: string;
|
|
10458
|
+
|
|
10459
|
+
@Field()
|
|
10460
|
+
@MaxLength(10)
|
|
10461
|
+
_mj__CreatedAt: Date;
|
|
10462
|
+
|
|
10463
|
+
@Field()
|
|
10464
|
+
@MaxLength(10)
|
|
10465
|
+
_mj__UpdatedAt: Date;
|
|
10308
10466
|
|
|
10309
10467
|
@Field(() => [mj_core_schema_server_object_types.Report_])
|
|
10310
10468
|
ReportsArray: mj_core_schema_server_object_types.Report_[]; // Link to Reports
|
|
@@ -10433,12 +10591,12 @@ export class Report_ {
|
|
|
10433
10591
|
OutputWorkflowID?: number;
|
|
10434
10592
|
|
|
10435
10593
|
@Field()
|
|
10436
|
-
@MaxLength(
|
|
10437
|
-
|
|
10594
|
+
@MaxLength(10)
|
|
10595
|
+
_mj__CreatedAt: Date;
|
|
10438
10596
|
|
|
10439
10597
|
@Field()
|
|
10440
|
-
@MaxLength(
|
|
10441
|
-
|
|
10598
|
+
@MaxLength(10)
|
|
10599
|
+
_mj__UpdatedAt: Date;
|
|
10442
10600
|
|
|
10443
10601
|
@Field({nullable: true})
|
|
10444
10602
|
@MaxLength(200)
|
|
@@ -10696,13 +10854,17 @@ export class ReportSnapshot_ {
|
|
|
10696
10854
|
@Field()
|
|
10697
10855
|
ResultSet: string;
|
|
10698
10856
|
|
|
10699
|
-
@Field()
|
|
10700
|
-
@MaxLength(8)
|
|
10701
|
-
CreatedAt: Date;
|
|
10702
|
-
|
|
10703
10857
|
@Field(() => Int, {nullable: true})
|
|
10704
10858
|
UserID?: number;
|
|
10705
10859
|
|
|
10860
|
+
@Field()
|
|
10861
|
+
@MaxLength(10)
|
|
10862
|
+
_mj__CreatedAt: Date;
|
|
10863
|
+
|
|
10864
|
+
@Field()
|
|
10865
|
+
@MaxLength(10)
|
|
10866
|
+
_mj__UpdatedAt: Date;
|
|
10867
|
+
|
|
10706
10868
|
@Field()
|
|
10707
10869
|
@MaxLength(510)
|
|
10708
10870
|
Report: string;
|
|
@@ -10954,6 +11116,14 @@ export class Tag_ {
|
|
|
10954
11116
|
@Field(() => Int, {nullable: true})
|
|
10955
11117
|
ParentID?: number;
|
|
10956
11118
|
|
|
11119
|
+
@Field()
|
|
11120
|
+
@MaxLength(10)
|
|
11121
|
+
_mj__CreatedAt: Date;
|
|
11122
|
+
|
|
11123
|
+
@Field()
|
|
11124
|
+
@MaxLength(10)
|
|
11125
|
+
_mj__UpdatedAt: Date;
|
|
11126
|
+
|
|
10957
11127
|
@Field({nullable: true})
|
|
10958
11128
|
@MaxLength(510)
|
|
10959
11129
|
Parent?: string;
|
|
@@ -11053,6 +11223,14 @@ export class TaggedItem_ {
|
|
|
11053
11223
|
@MaxLength(510)
|
|
11054
11224
|
RecordID: string;
|
|
11055
11225
|
|
|
11226
|
+
@Field()
|
|
11227
|
+
@MaxLength(10)
|
|
11228
|
+
_mj__CreatedAt: Date;
|
|
11229
|
+
|
|
11230
|
+
@Field()
|
|
11231
|
+
@MaxLength(10)
|
|
11232
|
+
_mj__UpdatedAt: Date;
|
|
11233
|
+
|
|
11056
11234
|
@Field()
|
|
11057
11235
|
@MaxLength(510)
|
|
11058
11236
|
Tag: string;
|
|
@@ -11135,12 +11313,12 @@ export class Workspace_ {
|
|
|
11135
11313
|
UserID: number;
|
|
11136
11314
|
|
|
11137
11315
|
@Field()
|
|
11138
|
-
@MaxLength(
|
|
11139
|
-
|
|
11316
|
+
@MaxLength(10)
|
|
11317
|
+
_mj__CreatedAt: Date;
|
|
11140
11318
|
|
|
11141
11319
|
@Field()
|
|
11142
|
-
@MaxLength(
|
|
11143
|
-
|
|
11320
|
+
@MaxLength(10)
|
|
11321
|
+
_mj__UpdatedAt: Date;
|
|
11144
11322
|
|
|
11145
11323
|
@Field()
|
|
11146
11324
|
@MaxLength(200)
|
|
@@ -11306,12 +11484,12 @@ export class WorkspaceItem_ {
|
|
|
11306
11484
|
Configuration?: string;
|
|
11307
11485
|
|
|
11308
11486
|
@Field()
|
|
11309
|
-
@MaxLength(
|
|
11310
|
-
|
|
11487
|
+
@MaxLength(10)
|
|
11488
|
+
_mj__CreatedAt: Date;
|
|
11311
11489
|
|
|
11312
11490
|
@Field()
|
|
11313
|
-
@MaxLength(
|
|
11314
|
-
|
|
11491
|
+
@MaxLength(10)
|
|
11492
|
+
_mj__UpdatedAt: Date;
|
|
11315
11493
|
|
|
11316
11494
|
@Field()
|
|
11317
11495
|
@MaxLength(510)
|
|
@@ -11478,12 +11656,12 @@ export class Dataset_ {
|
|
|
11478
11656
|
Description?: string;
|
|
11479
11657
|
|
|
11480
11658
|
@Field()
|
|
11481
|
-
@MaxLength(
|
|
11482
|
-
|
|
11659
|
+
@MaxLength(10)
|
|
11660
|
+
_mj__CreatedAt: Date;
|
|
11483
11661
|
|
|
11484
11662
|
@Field()
|
|
11485
|
-
@MaxLength(
|
|
11486
|
-
|
|
11663
|
+
@MaxLength(10)
|
|
11664
|
+
_mj__UpdatedAt: Date;
|
|
11487
11665
|
|
|
11488
11666
|
@Field(() => [mj_core_schema_server_object_types.DatasetItem_])
|
|
11489
11667
|
DatasetItemsArray: mj_core_schema_server_object_types.DatasetItem_[]; // Link to DatasetItems
|
|
@@ -11584,12 +11762,12 @@ export class DatasetItem_ {
|
|
|
11584
11762
|
Description?: string;
|
|
11585
11763
|
|
|
11586
11764
|
@Field()
|
|
11587
|
-
@MaxLength(
|
|
11588
|
-
|
|
11765
|
+
@MaxLength(10)
|
|
11766
|
+
_mj__CreatedAt: Date;
|
|
11589
11767
|
|
|
11590
11768
|
@Field()
|
|
11591
|
-
@MaxLength(
|
|
11592
|
-
|
|
11769
|
+
@MaxLength(10)
|
|
11770
|
+
_mj__UpdatedAt: Date;
|
|
11593
11771
|
|
|
11594
11772
|
@Field()
|
|
11595
11773
|
@MaxLength(510)
|
|
@@ -11679,12 +11857,12 @@ export class ConversationDetail_ {
|
|
|
11679
11857
|
HiddenToUser: boolean;
|
|
11680
11858
|
|
|
11681
11859
|
@Field()
|
|
11682
|
-
@MaxLength(
|
|
11683
|
-
|
|
11860
|
+
@MaxLength(10)
|
|
11861
|
+
_mj__CreatedAt: Date;
|
|
11684
11862
|
|
|
11685
11863
|
@Field()
|
|
11686
|
-
@MaxLength(
|
|
11687
|
-
|
|
11864
|
+
@MaxLength(10)
|
|
11865
|
+
_mj__UpdatedAt: Date;
|
|
11688
11866
|
|
|
11689
11867
|
@Field({nullable: true})
|
|
11690
11868
|
@MaxLength(200)
|
|
@@ -11876,12 +12054,12 @@ export class Conversation_ {
|
|
|
11876
12054
|
DataContextID?: number;
|
|
11877
12055
|
|
|
11878
12056
|
@Field()
|
|
11879
|
-
@MaxLength(
|
|
11880
|
-
|
|
12057
|
+
@MaxLength(10)
|
|
12058
|
+
_mj__CreatedAt: Date;
|
|
11881
12059
|
|
|
11882
12060
|
@Field()
|
|
11883
|
-
@MaxLength(
|
|
11884
|
-
|
|
12061
|
+
@MaxLength(10)
|
|
12062
|
+
_mj__UpdatedAt: Date;
|
|
11885
12063
|
|
|
11886
12064
|
@Field()
|
|
11887
12065
|
@MaxLength(200)
|
|
@@ -12101,12 +12279,12 @@ export class UserNotification_ {
|
|
|
12101
12279
|
ReadAt?: Date;
|
|
12102
12280
|
|
|
12103
12281
|
@Field()
|
|
12104
|
-
@MaxLength(
|
|
12105
|
-
|
|
12282
|
+
@MaxLength(10)
|
|
12283
|
+
_mj__CreatedAt: Date;
|
|
12106
12284
|
|
|
12107
12285
|
@Field()
|
|
12108
|
-
@MaxLength(
|
|
12109
|
-
|
|
12286
|
+
@MaxLength(10)
|
|
12287
|
+
_mj__UpdatedAt: Date;
|
|
12110
12288
|
|
|
12111
12289
|
@Field()
|
|
12112
12290
|
@MaxLength(200)
|
|
@@ -12281,12 +12459,12 @@ export class SchemaInfo_ {
|
|
|
12281
12459
|
Comments?: string;
|
|
12282
12460
|
|
|
12283
12461
|
@Field()
|
|
12284
|
-
@MaxLength(
|
|
12285
|
-
|
|
12462
|
+
@MaxLength(10)
|
|
12463
|
+
_mj__CreatedAt: Date;
|
|
12286
12464
|
|
|
12287
12465
|
@Field()
|
|
12288
|
-
@MaxLength(
|
|
12289
|
-
|
|
12466
|
+
@MaxLength(10)
|
|
12467
|
+
_mj__UpdatedAt: Date;
|
|
12290
12468
|
|
|
12291
12469
|
}
|
|
12292
12470
|
|
|
@@ -12428,12 +12606,12 @@ export class CompanyIntegrationRecordMap_ {
|
|
|
12428
12606
|
EntityRecordID: string;
|
|
12429
12607
|
|
|
12430
12608
|
@Field()
|
|
12431
|
-
@MaxLength(
|
|
12432
|
-
|
|
12609
|
+
@MaxLength(10)
|
|
12610
|
+
_mj__CreatedAt: Date;
|
|
12433
12611
|
|
|
12434
12612
|
@Field()
|
|
12435
|
-
@MaxLength(
|
|
12436
|
-
|
|
12613
|
+
@MaxLength(10)
|
|
12614
|
+
_mj__UpdatedAt: Date;
|
|
12437
12615
|
|
|
12438
12616
|
@Field()
|
|
12439
12617
|
@MaxLength(510)
|
|
@@ -12600,12 +12778,12 @@ export class RecordMergeLog_ {
|
|
|
12600
12778
|
Comments?: string;
|
|
12601
12779
|
|
|
12602
12780
|
@Field()
|
|
12603
|
-
@MaxLength(
|
|
12604
|
-
|
|
12781
|
+
@MaxLength(10)
|
|
12782
|
+
_mj__CreatedAt: Date;
|
|
12605
12783
|
|
|
12606
|
-
@Field(
|
|
12607
|
-
@MaxLength(
|
|
12608
|
-
|
|
12784
|
+
@Field()
|
|
12785
|
+
@MaxLength(10)
|
|
12786
|
+
_mj__UpdatedAt: Date;
|
|
12609
12787
|
|
|
12610
12788
|
@Field()
|
|
12611
12789
|
@MaxLength(510)
|
|
@@ -12813,12 +12991,12 @@ export class RecordMergeDeletionLog_ {
|
|
|
12813
12991
|
ProcessingLog?: string;
|
|
12814
12992
|
|
|
12815
12993
|
@Field()
|
|
12816
|
-
@MaxLength(
|
|
12817
|
-
|
|
12994
|
+
@MaxLength(10)
|
|
12995
|
+
_mj__CreatedAt: Date;
|
|
12818
12996
|
|
|
12819
12997
|
@Field()
|
|
12820
|
-
@MaxLength(
|
|
12821
|
-
|
|
12998
|
+
@MaxLength(10)
|
|
12999
|
+
_mj__UpdatedAt: Date;
|
|
12822
13000
|
|
|
12823
13001
|
}
|
|
12824
13002
|
|
|
@@ -13745,12 +13923,12 @@ export class VectorIndex_ {
|
|
|
13745
13923
|
EmbeddingModelID: number;
|
|
13746
13924
|
|
|
13747
13925
|
@Field()
|
|
13748
|
-
@MaxLength(
|
|
13749
|
-
|
|
13926
|
+
@MaxLength(10)
|
|
13927
|
+
_mj__CreatedAt: Date;
|
|
13750
13928
|
|
|
13751
13929
|
@Field()
|
|
13752
|
-
@MaxLength(
|
|
13753
|
-
|
|
13930
|
+
@MaxLength(10)
|
|
13931
|
+
_mj__UpdatedAt: Date;
|
|
13754
13932
|
|
|
13755
13933
|
@Field()
|
|
13756
13934
|
@MaxLength(200)
|
|
@@ -14192,12 +14370,12 @@ export class VectorDatabase_ {
|
|
|
14192
14370
|
ClassKey?: string;
|
|
14193
14371
|
|
|
14194
14372
|
@Field()
|
|
14195
|
-
@MaxLength(
|
|
14196
|
-
|
|
14373
|
+
@MaxLength(10)
|
|
14374
|
+
_mj__CreatedAt: Date;
|
|
14197
14375
|
|
|
14198
14376
|
@Field()
|
|
14199
|
-
@MaxLength(
|
|
14200
|
-
|
|
14377
|
+
@MaxLength(10)
|
|
14378
|
+
_mj__UpdatedAt: Date;
|
|
14201
14379
|
|
|
14202
14380
|
@Field(() => [mj_core_schema_server_object_types.VectorIndex_])
|
|
14203
14381
|
VectorIndexesArray: mj_core_schema_server_object_types.VectorIndex_[]; // Link to VectorIndexes
|
|
@@ -14783,12 +14961,12 @@ export class DataContextItem_ {
|
|
|
14783
14961
|
LastRefreshedAt?: Date;
|
|
14784
14962
|
|
|
14785
14963
|
@Field()
|
|
14786
|
-
@MaxLength(
|
|
14787
|
-
|
|
14964
|
+
@MaxLength(10)
|
|
14965
|
+
_mj__CreatedAt: Date;
|
|
14788
14966
|
|
|
14789
14967
|
@Field()
|
|
14790
|
-
@MaxLength(
|
|
14791
|
-
|
|
14968
|
+
@MaxLength(10)
|
|
14969
|
+
_mj__UpdatedAt: Date;
|
|
14792
14970
|
|
|
14793
14971
|
@Field()
|
|
14794
14972
|
@MaxLength(510)
|
|
@@ -14982,12 +15160,12 @@ export class DataContext_ {
|
|
|
14982
15160
|
LastRefreshedAt?: Date;
|
|
14983
15161
|
|
|
14984
15162
|
@Field()
|
|
14985
|
-
@MaxLength(
|
|
14986
|
-
|
|
15163
|
+
@MaxLength(10)
|
|
15164
|
+
_mj__CreatedAt: Date;
|
|
14987
15165
|
|
|
14988
15166
|
@Field()
|
|
14989
|
-
@MaxLength(
|
|
14990
|
-
|
|
15167
|
+
@MaxLength(10)
|
|
15168
|
+
_mj__UpdatedAt: Date;
|
|
14991
15169
|
|
|
14992
15170
|
@Field()
|
|
14993
15171
|
@MaxLength(200)
|
|
@@ -15156,20 +15334,20 @@ export class UserViewCategory_ {
|
|
|
15156
15334
|
@Field(() => Int, {nullable: true})
|
|
15157
15335
|
ParentID?: number;
|
|
15158
15336
|
|
|
15159
|
-
@Field()
|
|
15160
|
-
@MaxLength(8)
|
|
15161
|
-
CreatedAt: Date;
|
|
15162
|
-
|
|
15163
|
-
@Field()
|
|
15164
|
-
@MaxLength(8)
|
|
15165
|
-
UpdatedAt: Date;
|
|
15166
|
-
|
|
15167
15337
|
@Field(() => Int)
|
|
15168
15338
|
EntityID: number;
|
|
15169
15339
|
|
|
15170
15340
|
@Field(() => Int)
|
|
15171
15341
|
UserID: number;
|
|
15172
15342
|
|
|
15343
|
+
@Field()
|
|
15344
|
+
@MaxLength(10)
|
|
15345
|
+
_mj__CreatedAt: Date;
|
|
15346
|
+
|
|
15347
|
+
@Field()
|
|
15348
|
+
@MaxLength(10)
|
|
15349
|
+
_mj__UpdatedAt: Date;
|
|
15350
|
+
|
|
15173
15351
|
@Field({nullable: true})
|
|
15174
15352
|
@MaxLength(200)
|
|
15175
15353
|
Parent?: string;
|
|
@@ -15347,16 +15525,16 @@ export class DashboardCategory_ {
|
|
|
15347
15525
|
@Field(() => Int, {nullable: true})
|
|
15348
15526
|
ParentID?: number;
|
|
15349
15527
|
|
|
15350
|
-
@Field()
|
|
15351
|
-
|
|
15352
|
-
CreatedAt: Date;
|
|
15528
|
+
@Field(() => Int)
|
|
15529
|
+
UserID: number;
|
|
15353
15530
|
|
|
15354
15531
|
@Field()
|
|
15355
|
-
@MaxLength(
|
|
15356
|
-
|
|
15532
|
+
@MaxLength(10)
|
|
15533
|
+
_mj__CreatedAt: Date;
|
|
15357
15534
|
|
|
15358
|
-
@Field(
|
|
15359
|
-
|
|
15535
|
+
@Field()
|
|
15536
|
+
@MaxLength(10)
|
|
15537
|
+
_mj__UpdatedAt: Date;
|
|
15360
15538
|
|
|
15361
15539
|
@Field({nullable: true})
|
|
15362
15540
|
@MaxLength(200)
|
|
@@ -15529,16 +15707,16 @@ export class ReportCategory_ {
|
|
|
15529
15707
|
@Field(() => Int, {nullable: true})
|
|
15530
15708
|
ParentID?: number;
|
|
15531
15709
|
|
|
15532
|
-
@Field()
|
|
15533
|
-
|
|
15534
|
-
CreatedAt: Date;
|
|
15710
|
+
@Field(() => Int)
|
|
15711
|
+
UserID: number;
|
|
15535
15712
|
|
|
15536
15713
|
@Field()
|
|
15537
|
-
@MaxLength(
|
|
15538
|
-
|
|
15714
|
+
@MaxLength(10)
|
|
15715
|
+
_mj__CreatedAt: Date;
|
|
15539
15716
|
|
|
15540
|
-
@Field(
|
|
15541
|
-
|
|
15717
|
+
@Field()
|
|
15718
|
+
@MaxLength(10)
|
|
15719
|
+
_mj__UpdatedAt: Date;
|
|
15542
15720
|
|
|
15543
15721
|
@Field({nullable: true})
|
|
15544
15722
|
@MaxLength(200)
|
|
@@ -15723,12 +15901,12 @@ export class FileStorageProvider_ {
|
|
|
15723
15901
|
IsActive: boolean;
|
|
15724
15902
|
|
|
15725
15903
|
@Field()
|
|
15726
|
-
@MaxLength(
|
|
15727
|
-
|
|
15904
|
+
@MaxLength(10)
|
|
15905
|
+
_mj__CreatedAt: Date;
|
|
15728
15906
|
|
|
15729
15907
|
@Field()
|
|
15730
|
-
@MaxLength(
|
|
15731
|
-
|
|
15908
|
+
@MaxLength(10)
|
|
15909
|
+
_mj__UpdatedAt: Date;
|
|
15732
15910
|
|
|
15733
15911
|
@Field(() => [mj_core_schema_server_object_types.File_])
|
|
15734
15912
|
FilesArray: mj_core_schema_server_object_types.File_[]; // Link to Files
|
|
@@ -15904,13 +16082,13 @@ export class File_ {
|
|
|
15904
16082
|
Status: string;
|
|
15905
16083
|
|
|
15906
16084
|
@Field()
|
|
15907
|
-
@MaxLength(
|
|
15908
|
-
|
|
16085
|
+
@MaxLength(10)
|
|
16086
|
+
_mj__CreatedAt: Date;
|
|
15909
16087
|
|
|
15910
16088
|
@Field()
|
|
15911
|
-
@MaxLength(
|
|
15912
|
-
|
|
15913
|
-
|
|
16089
|
+
@MaxLength(10)
|
|
16090
|
+
_mj__UpdatedAt: Date;
|
|
16091
|
+
|
|
15914
16092
|
@Field()
|
|
15915
16093
|
@MaxLength(100)
|
|
15916
16094
|
Provider: string;
|
|
@@ -16090,12 +16268,12 @@ export class FileCategory_ {
|
|
|
16090
16268
|
ParentID?: number;
|
|
16091
16269
|
|
|
16092
16270
|
@Field()
|
|
16093
|
-
@MaxLength(
|
|
16094
|
-
|
|
16271
|
+
@MaxLength(10)
|
|
16272
|
+
_mj__CreatedAt: Date;
|
|
16095
16273
|
|
|
16096
16274
|
@Field()
|
|
16097
|
-
@MaxLength(
|
|
16098
|
-
|
|
16275
|
+
@MaxLength(10)
|
|
16276
|
+
_mj__UpdatedAt: Date;
|
|
16099
16277
|
|
|
16100
16278
|
@Field({nullable: true})
|
|
16101
16279
|
@MaxLength(510)
|
|
@@ -16259,12 +16437,12 @@ export class FileEntityRecordLink_ {
|
|
|
16259
16437
|
RecordID: string;
|
|
16260
16438
|
|
|
16261
16439
|
@Field()
|
|
16262
|
-
@MaxLength(
|
|
16263
|
-
|
|
16440
|
+
@MaxLength(10)
|
|
16441
|
+
_mj__CreatedAt: Date;
|
|
16264
16442
|
|
|
16265
16443
|
@Field()
|
|
16266
|
-
@MaxLength(
|
|
16267
|
-
|
|
16444
|
+
@MaxLength(10)
|
|
16445
|
+
_mj__UpdatedAt: Date;
|
|
16268
16446
|
|
|
16269
16447
|
@Field()
|
|
16270
16448
|
@MaxLength(1000)
|
|
@@ -16421,12 +16599,12 @@ export class VersionInstallation_ {
|
|
|
16421
16599
|
Comments?: string;
|
|
16422
16600
|
|
|
16423
16601
|
@Field()
|
|
16424
|
-
@MaxLength(
|
|
16425
|
-
|
|
16602
|
+
@MaxLength(10)
|
|
16603
|
+
_mj__CreatedAt: Date;
|
|
16426
16604
|
|
|
16427
16605
|
@Field()
|
|
16428
|
-
@MaxLength(
|
|
16429
|
-
|
|
16606
|
+
@MaxLength(10)
|
|
16607
|
+
_mj__UpdatedAt: Date;
|
|
16430
16608
|
|
|
16431
16609
|
@Field({nullable: true})
|
|
16432
16610
|
@MaxLength(604)
|
|
@@ -16619,12 +16797,12 @@ export class DuplicateRunDetailMatch_ {
|
|
|
16619
16797
|
RecordMergeLogID?: number;
|
|
16620
16798
|
|
|
16621
16799
|
@Field()
|
|
16622
|
-
@MaxLength(
|
|
16623
|
-
|
|
16800
|
+
@MaxLength(10)
|
|
16801
|
+
_mj__CreatedAt: Date;
|
|
16624
16802
|
|
|
16625
16803
|
@Field()
|
|
16626
|
-
@MaxLength(
|
|
16627
|
-
|
|
16804
|
+
@MaxLength(10)
|
|
16805
|
+
_mj__UpdatedAt: Date;
|
|
16628
16806
|
|
|
16629
16807
|
}
|
|
16630
16808
|
|
|
@@ -17122,12 +17300,12 @@ export class DuplicateRun_ {
|
|
|
17122
17300
|
SourceListID: number;
|
|
17123
17301
|
|
|
17124
17302
|
@Field()
|
|
17125
|
-
@MaxLength(
|
|
17126
|
-
|
|
17303
|
+
@MaxLength(10)
|
|
17304
|
+
_mj__CreatedAt: Date;
|
|
17127
17305
|
|
|
17128
17306
|
@Field()
|
|
17129
|
-
@MaxLength(
|
|
17130
|
-
|
|
17307
|
+
@MaxLength(10)
|
|
17308
|
+
_mj__UpdatedAt: Date;
|
|
17131
17309
|
|
|
17132
17310
|
@Field()
|
|
17133
17311
|
@MaxLength(510)
|
|
@@ -17342,12 +17520,12 @@ export class DuplicateRunDetail_ {
|
|
|
17342
17520
|
MergeErrorMessage?: string;
|
|
17343
17521
|
|
|
17344
17522
|
@Field()
|
|
17345
|
-
@MaxLength(
|
|
17346
|
-
|
|
17523
|
+
@MaxLength(10)
|
|
17524
|
+
_mj__CreatedAt: Date;
|
|
17347
17525
|
|
|
17348
17526
|
@Field()
|
|
17349
|
-
@MaxLength(
|
|
17350
|
-
|
|
17527
|
+
@MaxLength(10)
|
|
17528
|
+
_mj__UpdatedAt: Date;
|
|
17351
17529
|
|
|
17352
17530
|
@Field(() => [mj_core_schema_server_object_types.DuplicateRunDetailMatch_])
|
|
17353
17531
|
DuplicateRunDetailMatchesArray: mj_core_schema_server_object_types.DuplicateRunDetailMatch_[]; // Link to DuplicateRunDetailMatches
|
|
@@ -18194,6 +18372,9 @@ export class EntityAction_ {
|
|
|
18194
18372
|
@Field(() => [mj_core_schema_server_object_types.EntityActionFilter_])
|
|
18195
18373
|
EntityActionFiltersArray: mj_core_schema_server_object_types.EntityActionFilter_[]; // Link to EntityActionFilters
|
|
18196
18374
|
|
|
18375
|
+
@Field(() => [mj_core_schema_server_object_types.EntityActionParam_])
|
|
18376
|
+
EntityActionParamsArray: mj_core_schema_server_object_types.EntityActionParam_[]; // Link to EntityActionParams
|
|
18377
|
+
|
|
18197
18378
|
}
|
|
18198
18379
|
|
|
18199
18380
|
//****************************************************************************
|
|
@@ -18300,6 +18481,14 @@ export class EntityActionResolver extends ResolverBase {
|
|
|
18300
18481
|
const result = this.ArrayMapFieldNamesToCodeNames('Entity Action Filters', await dataSource.query(sSQL));
|
|
18301
18482
|
return result;
|
|
18302
18483
|
}
|
|
18484
|
+
|
|
18485
|
+
@FieldResolver(() => [mj_core_schema_server_object_types.EntityActionParam_])
|
|
18486
|
+
async EntityActionParamsArray(@Root() entityaction_: EntityAction_, @Ctx() { dataSource, userPayload }: AppContext, @PubSub() pubSub: PubSubEngine) {
|
|
18487
|
+
this.CheckUserReadPermissions('Entity Action Params', userPayload);
|
|
18488
|
+
const sSQL = `SELECT * FROM [${Metadata.Provider.ConfigData.MJCoreSchemaName}].[vwEntityActionParams] WHERE [EntityActionID]=${entityaction_.ID} ` + this.getRowLevelSecurityWhereClause('Entity Action Params', userPayload, EntityPermissionType.Read, 'AND');
|
|
18489
|
+
const result = this.ArrayMapFieldNamesToCodeNames('Entity Action Params', await dataSource.query(sSQL));
|
|
18490
|
+
return result;
|
|
18491
|
+
}
|
|
18303
18492
|
|
|
18304
18493
|
@Mutation(() => EntityAction_)
|
|
18305
18494
|
async CreateEntityAction(
|
|
@@ -18493,12 +18682,12 @@ export class ActionAuthorization_ {
|
|
|
18493
18682
|
Comments?: string;
|
|
18494
18683
|
|
|
18495
18684
|
@Field()
|
|
18496
|
-
@MaxLength(
|
|
18497
|
-
|
|
18685
|
+
@MaxLength(10)
|
|
18686
|
+
_mj__CreatedAt: Date;
|
|
18498
18687
|
|
|
18499
18688
|
@Field()
|
|
18500
|
-
@MaxLength(
|
|
18501
|
-
|
|
18689
|
+
@MaxLength(10)
|
|
18690
|
+
_mj__UpdatedAt: Date;
|
|
18502
18691
|
|
|
18503
18692
|
@Field()
|
|
18504
18693
|
@MaxLength(850)
|
|
@@ -18790,8 +18979,15 @@ export class Action_ {
|
|
|
18790
18979
|
@MaxLength(850)
|
|
18791
18980
|
Name: string;
|
|
18792
18981
|
|
|
18793
|
-
@Field()
|
|
18794
|
-
|
|
18982
|
+
@Field({nullable: true})
|
|
18983
|
+
Description?: string;
|
|
18984
|
+
|
|
18985
|
+
@Field({description: 'Generated or Custom. Generated means the UserPrompt is used to prompt an AI model to automatically create the code for the Action. Custom means that a custom class has been implemented that subclasses the BaseAction class. The custom class needs to use the @RegisterClass decorator and be included in the MJAPI (or other runtime environment) to be available for execution.'})
|
|
18986
|
+
@MaxLength(40)
|
|
18987
|
+
Type: string;
|
|
18988
|
+
|
|
18989
|
+
@Field({nullable: true})
|
|
18990
|
+
UserPrompt?: string;
|
|
18795
18991
|
|
|
18796
18992
|
@Field({nullable: true, description: 'User\'s comments not shared with the LLM.'})
|
|
18797
18993
|
UserComments?: string;
|
|
@@ -18816,6 +19012,9 @@ export class Action_ {
|
|
|
18816
19012
|
@MaxLength(8)
|
|
18817
19013
|
CodeApprovedAt?: Date;
|
|
18818
19014
|
|
|
19015
|
+
@Field(() => Boolean, {description: 'If set to 1, Code will never be generated by the AI system. This overrides all other settings including the ForceCodeGeneration bit'})
|
|
19016
|
+
CodeLocked: boolean;
|
|
19017
|
+
|
|
18819
19018
|
@Field(() => Boolean, {description: 'If set to 1, the Action will generate code for the provided UserPrompt on the next Save even if the UserPrompt hasn\'t changed. This is useful to force regeneration when other candidates (such as a change in Action Inputs/Outputs) occurs or on demand by a user.'})
|
|
18820
19019
|
ForceCodeGeneration: boolean;
|
|
18821
19020
|
|
|
@@ -18876,8 +19075,14 @@ export class CreateActionInput {
|
|
|
18876
19075
|
@Field()
|
|
18877
19076
|
Name: string;
|
|
18878
19077
|
|
|
19078
|
+
@Field({ nullable: true })
|
|
19079
|
+
Description?: string;
|
|
19080
|
+
|
|
18879
19081
|
@Field()
|
|
18880
|
-
|
|
19082
|
+
Type: string;
|
|
19083
|
+
|
|
19084
|
+
@Field({ nullable: true })
|
|
19085
|
+
UserPrompt?: string;
|
|
18881
19086
|
|
|
18882
19087
|
@Field({ nullable: true })
|
|
18883
19088
|
UserComments?: string;
|
|
@@ -18900,6 +19105,9 @@ export class CreateActionInput {
|
|
|
18900
19105
|
@Field({ nullable: true })
|
|
18901
19106
|
CodeApprovedAt?: Date;
|
|
18902
19107
|
|
|
19108
|
+
@Field(() => Boolean)
|
|
19109
|
+
CodeLocked: boolean;
|
|
19110
|
+
|
|
18903
19111
|
@Field(() => Boolean)
|
|
18904
19112
|
ForceCodeGeneration: boolean;
|
|
18905
19113
|
|
|
@@ -18925,8 +19133,14 @@ export class UpdateActionInput {
|
|
|
18925
19133
|
@Field()
|
|
18926
19134
|
Name: string;
|
|
18927
19135
|
|
|
19136
|
+
@Field({ nullable: true })
|
|
19137
|
+
Description?: string;
|
|
19138
|
+
|
|
18928
19139
|
@Field()
|
|
18929
|
-
|
|
19140
|
+
Type: string;
|
|
19141
|
+
|
|
19142
|
+
@Field({ nullable: true })
|
|
19143
|
+
UserPrompt?: string;
|
|
18930
19144
|
|
|
18931
19145
|
@Field({ nullable: true })
|
|
18932
19146
|
UserComments?: string;
|
|
@@ -18949,6 +19163,9 @@ export class UpdateActionInput {
|
|
|
18949
19163
|
@Field({ nullable: true })
|
|
18950
19164
|
CodeApprovedAt?: Date;
|
|
18951
19165
|
|
|
19166
|
+
@Field(() => Boolean)
|
|
19167
|
+
CodeLocked: boolean;
|
|
19168
|
+
|
|
18952
19169
|
@Field(() => Boolean)
|
|
18953
19170
|
ForceCodeGeneration: boolean;
|
|
18954
19171
|
|
|
@@ -19426,12 +19643,12 @@ export class ActionContextType_ {
|
|
|
19426
19643
|
Description?: string;
|
|
19427
19644
|
|
|
19428
19645
|
@Field()
|
|
19429
|
-
@MaxLength(
|
|
19430
|
-
|
|
19646
|
+
@MaxLength(10)
|
|
19647
|
+
_mj__CreatedAt: Date;
|
|
19431
19648
|
|
|
19432
19649
|
@Field()
|
|
19433
|
-
@MaxLength(
|
|
19434
|
-
|
|
19650
|
+
@MaxLength(10)
|
|
19651
|
+
_mj__UpdatedAt: Date;
|
|
19435
19652
|
|
|
19436
19653
|
@Field(() => [mj_core_schema_server_object_types.ActionContext_])
|
|
19437
19654
|
ActionContextsArray: mj_core_schema_server_object_types.ActionContext_[]; // Link to ActionContexts
|
|
@@ -19570,16 +19787,19 @@ export class ActionResultCode_ {
|
|
|
19570
19787
|
@MaxLength(510)
|
|
19571
19788
|
ResultCode: string;
|
|
19572
19789
|
|
|
19790
|
+
@Field(() => Boolean, {description: 'Indicates if the result code is a success or not. It is possible an action might have more than one failure condition/result code and same for success conditions.'})
|
|
19791
|
+
IsSuccess: boolean;
|
|
19792
|
+
|
|
19573
19793
|
@Field({nullable: true, description: 'Description of the result code.'})
|
|
19574
19794
|
Description?: string;
|
|
19575
19795
|
|
|
19576
19796
|
@Field()
|
|
19577
|
-
@MaxLength(
|
|
19578
|
-
|
|
19797
|
+
@MaxLength(10)
|
|
19798
|
+
_mj__CreatedAt: Date;
|
|
19579
19799
|
|
|
19580
19800
|
@Field()
|
|
19581
|
-
@MaxLength(
|
|
19582
|
-
|
|
19801
|
+
@MaxLength(10)
|
|
19802
|
+
_mj__UpdatedAt: Date;
|
|
19583
19803
|
|
|
19584
19804
|
@Field()
|
|
19585
19805
|
@MaxLength(850)
|
|
@@ -19598,6 +19818,9 @@ export class CreateActionResultCodeInput {
|
|
|
19598
19818
|
@Field()
|
|
19599
19819
|
ResultCode: string;
|
|
19600
19820
|
|
|
19821
|
+
@Field(() => Boolean)
|
|
19822
|
+
IsSuccess: boolean;
|
|
19823
|
+
|
|
19601
19824
|
@Field({ nullable: true })
|
|
19602
19825
|
Description?: string;
|
|
19603
19826
|
}
|
|
@@ -19617,6 +19840,9 @@ export class UpdateActionResultCodeInput {
|
|
|
19617
19840
|
@Field()
|
|
19618
19841
|
ResultCode: string;
|
|
19619
19842
|
|
|
19843
|
+
@Field(() => Boolean)
|
|
19844
|
+
IsSuccess: boolean;
|
|
19845
|
+
|
|
19620
19846
|
@Field({ nullable: true })
|
|
19621
19847
|
Description?: string;
|
|
19622
19848
|
|
|
@@ -19721,12 +19947,12 @@ export class ActionContext_ {
|
|
|
19721
19947
|
Status: string;
|
|
19722
19948
|
|
|
19723
19949
|
@Field()
|
|
19724
|
-
@MaxLength(
|
|
19725
|
-
|
|
19950
|
+
@MaxLength(10)
|
|
19951
|
+
_mj__CreatedAt: Date;
|
|
19726
19952
|
|
|
19727
19953
|
@Field()
|
|
19728
|
-
@MaxLength(
|
|
19729
|
-
|
|
19954
|
+
@MaxLength(10)
|
|
19955
|
+
_mj__UpdatedAt: Date;
|
|
19730
19956
|
|
|
19731
19957
|
@Field()
|
|
19732
19958
|
@MaxLength(850)
|
|
@@ -19886,12 +20112,12 @@ export class ActionExecutionLog_ {
|
|
|
19886
20112
|
RetentionPeriod?: number;
|
|
19887
20113
|
|
|
19888
20114
|
@Field()
|
|
19889
|
-
@MaxLength(
|
|
19890
|
-
|
|
20115
|
+
@MaxLength(10)
|
|
20116
|
+
_mj__CreatedAt: Date;
|
|
19891
20117
|
|
|
19892
20118
|
@Field()
|
|
19893
|
-
@MaxLength(
|
|
19894
|
-
|
|
20119
|
+
@MaxLength(10)
|
|
20120
|
+
_mj__UpdatedAt: Date;
|
|
19895
20121
|
|
|
19896
20122
|
@Field()
|
|
19897
20123
|
@MaxLength(850)
|
|
@@ -20078,12 +20304,12 @@ export class ActionParam_ {
|
|
|
20078
20304
|
IsRequired: boolean;
|
|
20079
20305
|
|
|
20080
20306
|
@Field()
|
|
20081
|
-
@MaxLength(
|
|
20082
|
-
|
|
20307
|
+
@MaxLength(10)
|
|
20308
|
+
_mj__CreatedAt: Date;
|
|
20083
20309
|
|
|
20084
20310
|
@Field()
|
|
20085
|
-
@MaxLength(
|
|
20086
|
-
|
|
20311
|
+
@MaxLength(10)
|
|
20312
|
+
_mj__UpdatedAt: Date;
|
|
20087
20313
|
|
|
20088
20314
|
@Field()
|
|
20089
20315
|
@MaxLength(850)
|
|
@@ -20265,12 +20491,12 @@ export class ActionLibrary_ {
|
|
|
20265
20491
|
ItemsUsed?: string;
|
|
20266
20492
|
|
|
20267
20493
|
@Field()
|
|
20268
|
-
@MaxLength(
|
|
20269
|
-
|
|
20494
|
+
@MaxLength(10)
|
|
20495
|
+
_mj__CreatedAt: Date;
|
|
20270
20496
|
|
|
20271
20497
|
@Field()
|
|
20272
|
-
@MaxLength(
|
|
20273
|
-
|
|
20498
|
+
@MaxLength(10)
|
|
20499
|
+
_mj__UpdatedAt: Date;
|
|
20274
20500
|
|
|
20275
20501
|
@Field()
|
|
20276
20502
|
@MaxLength(850)
|
|
@@ -20593,16 +20819,16 @@ export class ListCategory_ {
|
|
|
20593
20819
|
@Field(() => Int, {nullable: true})
|
|
20594
20820
|
ParentID?: number;
|
|
20595
20821
|
|
|
20596
|
-
@Field()
|
|
20597
|
-
|
|
20598
|
-
CreatedAt: Date;
|
|
20822
|
+
@Field(() => Int)
|
|
20823
|
+
UserID: number;
|
|
20599
20824
|
|
|
20600
20825
|
@Field()
|
|
20601
|
-
@MaxLength(
|
|
20602
|
-
|
|
20826
|
+
@MaxLength(10)
|
|
20827
|
+
_mj__CreatedAt: Date;
|
|
20603
20828
|
|
|
20604
|
-
@Field(
|
|
20605
|
-
|
|
20829
|
+
@Field()
|
|
20830
|
+
@MaxLength(10)
|
|
20831
|
+
_mj__UpdatedAt: Date;
|
|
20606
20832
|
|
|
20607
20833
|
}
|
|
20608
20834
|
|
|
@@ -20747,12 +20973,12 @@ export class CommunicationProvider_ {
|
|
|
20747
20973
|
SupportsReceiving: boolean;
|
|
20748
20974
|
|
|
20749
20975
|
@Field()
|
|
20750
|
-
@MaxLength(
|
|
20751
|
-
|
|
20976
|
+
@MaxLength(10)
|
|
20977
|
+
_mj__CreatedAt: Date;
|
|
20752
20978
|
|
|
20753
20979
|
@Field()
|
|
20754
|
-
@MaxLength(
|
|
20755
|
-
|
|
20980
|
+
@MaxLength(10)
|
|
20981
|
+
_mj__UpdatedAt: Date;
|
|
20756
20982
|
|
|
20757
20983
|
@Field(() => [mj_core_schema_server_object_types.CommunicationProviderMessageType_])
|
|
20758
20984
|
CommunicationProviderMessageTypesArray: mj_core_schema_server_object_types.CommunicationProviderMessageType_[]; // Link to CommunicationProviderMessageTypes
|
|
@@ -20933,12 +21159,12 @@ export class CommunicationRun_ {
|
|
|
20933
21159
|
ErrorMessage?: string;
|
|
20934
21160
|
|
|
20935
21161
|
@Field()
|
|
20936
|
-
@MaxLength(
|
|
20937
|
-
|
|
21162
|
+
@MaxLength(10)
|
|
21163
|
+
_mj__CreatedAt: Date;
|
|
20938
21164
|
|
|
20939
21165
|
@Field()
|
|
20940
|
-
@MaxLength(
|
|
20941
|
-
|
|
21166
|
+
@MaxLength(10)
|
|
21167
|
+
_mj__UpdatedAt: Date;
|
|
20942
21168
|
|
|
20943
21169
|
@Field()
|
|
20944
21170
|
@MaxLength(200)
|
|
@@ -21116,12 +21342,12 @@ export class CommunicationProviderMessageType_ {
|
|
|
21116
21342
|
AdditionalAttributes?: string;
|
|
21117
21343
|
|
|
21118
21344
|
@Field()
|
|
21119
|
-
@MaxLength(
|
|
21120
|
-
|
|
21345
|
+
@MaxLength(10)
|
|
21346
|
+
_mj__CreatedAt: Date;
|
|
21121
21347
|
|
|
21122
21348
|
@Field()
|
|
21123
|
-
@MaxLength(
|
|
21124
|
-
|
|
21349
|
+
@MaxLength(10)
|
|
21350
|
+
_mj__UpdatedAt: Date;
|
|
21125
21351
|
|
|
21126
21352
|
@Field()
|
|
21127
21353
|
@MaxLength(510)
|
|
@@ -21307,12 +21533,12 @@ export class CommunicationLog_ {
|
|
|
21307
21533
|
ErrorMessage?: string;
|
|
21308
21534
|
|
|
21309
21535
|
@Field()
|
|
21310
|
-
@MaxLength(
|
|
21311
|
-
|
|
21536
|
+
@MaxLength(10)
|
|
21537
|
+
_mj__CreatedAt: Date;
|
|
21312
21538
|
|
|
21313
21539
|
@Field()
|
|
21314
|
-
@MaxLength(
|
|
21315
|
-
|
|
21540
|
+
@MaxLength(10)
|
|
21541
|
+
_mj__UpdatedAt: Date;
|
|
21316
21542
|
|
|
21317
21543
|
@Field()
|
|
21318
21544
|
@MaxLength(510)
|
|
@@ -21488,12 +21714,12 @@ export class CommunicationBaseMessageType_ {
|
|
|
21488
21714
|
MaxBytes?: number;
|
|
21489
21715
|
|
|
21490
21716
|
@Field()
|
|
21491
|
-
@MaxLength(
|
|
21492
|
-
|
|
21717
|
+
@MaxLength(10)
|
|
21718
|
+
_mj__CreatedAt: Date;
|
|
21493
21719
|
|
|
21494
21720
|
@Field()
|
|
21495
|
-
@MaxLength(
|
|
21496
|
-
|
|
21721
|
+
@MaxLength(10)
|
|
21722
|
+
_mj__UpdatedAt: Date;
|
|
21497
21723
|
|
|
21498
21724
|
@Field(() => [mj_core_schema_server_object_types.CommunicationProviderMessageType_])
|
|
21499
21725
|
CommunicationProviderMessageTypesArray: mj_core_schema_server_object_types.CommunicationProviderMessageType_[]; // Link to CommunicationProviderMessageTypes
|
|
@@ -21676,12 +21902,12 @@ export class Template_ {
|
|
|
21676
21902
|
IsActive: boolean;
|
|
21677
21903
|
|
|
21678
21904
|
@Field()
|
|
21679
|
-
@MaxLength(
|
|
21680
|
-
|
|
21905
|
+
@MaxLength(10)
|
|
21906
|
+
_mj__CreatedAt: Date;
|
|
21681
21907
|
|
|
21682
21908
|
@Field()
|
|
21683
|
-
@MaxLength(
|
|
21684
|
-
|
|
21909
|
+
@MaxLength(10)
|
|
21910
|
+
_mj__UpdatedAt: Date;
|
|
21685
21911
|
|
|
21686
21912
|
@Field({nullable: true})
|
|
21687
21913
|
@MaxLength(510)
|
|
@@ -21876,12 +22102,12 @@ export class TemplateCategory_ {
|
|
|
21876
22102
|
UserID: number;
|
|
21877
22103
|
|
|
21878
22104
|
@Field()
|
|
21879
|
-
@MaxLength(
|
|
21880
|
-
|
|
22105
|
+
@MaxLength(10)
|
|
22106
|
+
_mj__CreatedAt: Date;
|
|
21881
22107
|
|
|
21882
22108
|
@Field()
|
|
21883
|
-
@MaxLength(
|
|
21884
|
-
|
|
22109
|
+
@MaxLength(10)
|
|
22110
|
+
_mj__UpdatedAt: Date;
|
|
21885
22111
|
|
|
21886
22112
|
@Field({nullable: true})
|
|
21887
22113
|
@MaxLength(510)
|
|
@@ -22054,12 +22280,12 @@ export class TemplateContent_ {
|
|
|
22054
22280
|
IsActive: boolean;
|
|
22055
22281
|
|
|
22056
22282
|
@Field()
|
|
22057
|
-
@MaxLength(
|
|
22058
|
-
|
|
22283
|
+
@MaxLength(10)
|
|
22284
|
+
_mj__CreatedAt: Date;
|
|
22059
22285
|
|
|
22060
22286
|
@Field()
|
|
22061
|
-
@MaxLength(
|
|
22062
|
-
|
|
22287
|
+
@MaxLength(10)
|
|
22288
|
+
_mj__UpdatedAt: Date;
|
|
22063
22289
|
|
|
22064
22290
|
@Field()
|
|
22065
22291
|
@MaxLength(510)
|
|
@@ -22228,12 +22454,12 @@ export class TemplateParam_ {
|
|
|
22228
22454
|
RecordID?: string;
|
|
22229
22455
|
|
|
22230
22456
|
@Field()
|
|
22231
|
-
@MaxLength(
|
|
22232
|
-
|
|
22457
|
+
@MaxLength(10)
|
|
22458
|
+
_mj__CreatedAt: Date;
|
|
22233
22459
|
|
|
22234
22460
|
@Field()
|
|
22235
|
-
@MaxLength(
|
|
22236
|
-
|
|
22461
|
+
@MaxLength(10)
|
|
22462
|
+
_mj__UpdatedAt: Date;
|
|
22237
22463
|
|
|
22238
22464
|
@Field()
|
|
22239
22465
|
@MaxLength(510)
|
|
@@ -22400,12 +22626,12 @@ export class TemplateContentType_ {
|
|
|
22400
22626
|
Description?: string;
|
|
22401
22627
|
|
|
22402
22628
|
@Field()
|
|
22403
|
-
@MaxLength(
|
|
22404
|
-
|
|
22629
|
+
@MaxLength(10)
|
|
22630
|
+
_mj__CreatedAt: Date;
|
|
22405
22631
|
|
|
22406
22632
|
@Field()
|
|
22407
|
-
@MaxLength(
|
|
22408
|
-
|
|
22633
|
+
@MaxLength(10)
|
|
22634
|
+
_mj__UpdatedAt: Date;
|
|
22409
22635
|
|
|
22410
22636
|
@Field(() => [mj_core_schema_server_object_types.TemplateContent_])
|
|
22411
22637
|
TemplateContentsArray: mj_core_schema_server_object_types.TemplateContent_[]; // Link to TemplateContents
|
|
@@ -22540,13 +22766,13 @@ export class Recommendation_ {
|
|
|
22540
22766
|
@Field({description: 'The record ID of the source entity'})
|
|
22541
22767
|
SourceEntityRecordID: string;
|
|
22542
22768
|
|
|
22543
|
-
@Field(
|
|
22544
|
-
@MaxLength(
|
|
22545
|
-
|
|
22769
|
+
@Field()
|
|
22770
|
+
@MaxLength(10)
|
|
22771
|
+
_mj__CreatedAt: Date;
|
|
22546
22772
|
|
|
22547
|
-
@Field(
|
|
22548
|
-
@MaxLength(
|
|
22549
|
-
|
|
22773
|
+
@Field()
|
|
22774
|
+
@MaxLength(10)
|
|
22775
|
+
_mj__UpdatedAt: Date;
|
|
22550
22776
|
|
|
22551
22777
|
@Field()
|
|
22552
22778
|
@MaxLength(510)
|
|
@@ -22689,13 +22915,13 @@ export class RecommendationProvider_ {
|
|
|
22689
22915
|
@Field({nullable: true})
|
|
22690
22916
|
Description?: string;
|
|
22691
22917
|
|
|
22692
|
-
@Field(
|
|
22693
|
-
@MaxLength(
|
|
22694
|
-
|
|
22918
|
+
@Field()
|
|
22919
|
+
@MaxLength(10)
|
|
22920
|
+
_mj__CreatedAt: Date;
|
|
22695
22921
|
|
|
22696
|
-
@Field(
|
|
22697
|
-
@MaxLength(
|
|
22698
|
-
|
|
22922
|
+
@Field()
|
|
22923
|
+
@MaxLength(10)
|
|
22924
|
+
_mj__UpdatedAt: Date;
|
|
22699
22925
|
|
|
22700
22926
|
@Field(() => [mj_core_schema_server_object_types.RecommendationRun_])
|
|
22701
22927
|
RecommendationRunsArray: mj_core_schema_server_object_types.RecommendationRun_[]; // Link to RecommendationRuns
|
|
@@ -22842,13 +23068,13 @@ export class RecommendationRun_ {
|
|
|
22842
23068
|
@Field(() => Int)
|
|
22843
23069
|
RunByUserID: number;
|
|
22844
23070
|
|
|
22845
|
-
@Field(
|
|
22846
|
-
@MaxLength(
|
|
22847
|
-
|
|
23071
|
+
@Field()
|
|
23072
|
+
@MaxLength(10)
|
|
23073
|
+
_mj__CreatedAt: Date;
|
|
22848
23074
|
|
|
22849
|
-
@Field(
|
|
22850
|
-
@MaxLength(
|
|
22851
|
-
|
|
23075
|
+
@Field()
|
|
23076
|
+
@MaxLength(10)
|
|
23077
|
+
_mj__UpdatedAt: Date;
|
|
22852
23078
|
|
|
22853
23079
|
@Field()
|
|
22854
23080
|
@MaxLength(510)
|
|
@@ -23018,13 +23244,13 @@ export class RecommendationItem_ {
|
|
|
23018
23244
|
@Field(() => Float, {nullable: true, description: 'A value between 0 and 1 indicating the probability of the match, higher numbers indicating a more certain match/recommendation.'})
|
|
23019
23245
|
MatchProbability?: number;
|
|
23020
23246
|
|
|
23021
|
-
@Field(
|
|
23022
|
-
@MaxLength(
|
|
23023
|
-
|
|
23247
|
+
@Field()
|
|
23248
|
+
@MaxLength(10)
|
|
23249
|
+
_mj__CreatedAt: Date;
|
|
23024
23250
|
|
|
23025
|
-
@Field(
|
|
23026
|
-
@MaxLength(
|
|
23027
|
-
|
|
23251
|
+
@Field()
|
|
23252
|
+
@MaxLength(10)
|
|
23253
|
+
_mj__UpdatedAt: Date;
|
|
23028
23254
|
|
|
23029
23255
|
@Field()
|
|
23030
23256
|
@MaxLength(510)
|
|
@@ -23463,12 +23689,12 @@ export class RecordChangeReplayRun_ {
|
|
|
23463
23689
|
UserID: number;
|
|
23464
23690
|
|
|
23465
23691
|
@Field()
|
|
23466
|
-
@MaxLength(
|
|
23467
|
-
|
|
23692
|
+
@MaxLength(10)
|
|
23693
|
+
_mj__CreatedAt: Date;
|
|
23468
23694
|
|
|
23469
23695
|
@Field()
|
|
23470
|
-
@MaxLength(
|
|
23471
|
-
|
|
23696
|
+
@MaxLength(10)
|
|
23697
|
+
_mj__UpdatedAt: Date;
|
|
23472
23698
|
|
|
23473
23699
|
@Field()
|
|
23474
23700
|
@MaxLength(200)
|
|
@@ -23622,12 +23848,12 @@ export class LibraryItem_ {
|
|
|
23622
23848
|
Type: string;
|
|
23623
23849
|
|
|
23624
23850
|
@Field()
|
|
23625
|
-
@MaxLength(
|
|
23626
|
-
|
|
23851
|
+
@MaxLength(10)
|
|
23852
|
+
_mj__CreatedAt: Date;
|
|
23627
23853
|
|
|
23628
23854
|
@Field()
|
|
23629
|
-
@MaxLength(
|
|
23630
|
-
|
|
23855
|
+
@MaxLength(10)
|
|
23856
|
+
_mj__UpdatedAt: Date;
|
|
23631
23857
|
|
|
23632
23858
|
@Field()
|
|
23633
23859
|
@MaxLength(510)
|
|
@@ -23901,6 +24127,9 @@ export class EntityActionParam_ {
|
|
|
23901
24127
|
@Field(() => Int)
|
|
23902
24128
|
ID: number;
|
|
23903
24129
|
|
|
24130
|
+
@Field(() => Int)
|
|
24131
|
+
EntityActionID: number;
|
|
24132
|
+
|
|
23904
24133
|
@Field(() => Int)
|
|
23905
24134
|
ActionParamID: number;
|
|
23906
24135
|
|
|
@@ -23933,6 +24162,9 @@ export class EntityActionParam_ {
|
|
|
23933
24162
|
//****************************************************************************
|
|
23934
24163
|
@InputType()
|
|
23935
24164
|
export class CreateEntityActionParamInput {
|
|
24165
|
+
@Field(() => Int)
|
|
24166
|
+
EntityActionID: number;
|
|
24167
|
+
|
|
23936
24168
|
@Field(() => Int)
|
|
23937
24169
|
ActionParamID: number;
|
|
23938
24170
|
|
|
@@ -23955,6 +24187,9 @@ export class UpdateEntityActionParamInput {
|
|
|
23955
24187
|
@Field(() => Int)
|
|
23956
24188
|
ID: number;
|
|
23957
24189
|
|
|
24190
|
+
@Field(() => Int)
|
|
24191
|
+
EntityActionID: number;
|
|
24192
|
+
|
|
23958
24193
|
@Field(() => Int)
|
|
23959
24194
|
ActionParamID: number;
|
|
23960
24195
|
|