@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
|
@@ -790,14 +790,14 @@ __decorate([
|
|
|
790
790
|
], UserFavorite_.prototype, "RecordID", void 0);
|
|
791
791
|
__decorate([
|
|
792
792
|
(0, server_1.Field)(),
|
|
793
|
-
(0, class_validator_1.MaxLength)(
|
|
793
|
+
(0, class_validator_1.MaxLength)(10),
|
|
794
794
|
__metadata("design:type", Date)
|
|
795
|
-
], UserFavorite_.prototype, "
|
|
795
|
+
], UserFavorite_.prototype, "_mj__CreatedAt", void 0);
|
|
796
796
|
__decorate([
|
|
797
797
|
(0, server_1.Field)(),
|
|
798
|
-
(0, class_validator_1.MaxLength)(
|
|
798
|
+
(0, class_validator_1.MaxLength)(10),
|
|
799
799
|
__metadata("design:type", Date)
|
|
800
|
-
], UserFavorite_.prototype, "
|
|
800
|
+
], UserFavorite_.prototype, "_mj__UpdatedAt", void 0);
|
|
801
801
|
__decorate([
|
|
802
802
|
(0, server_1.Field)(),
|
|
803
803
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -1016,14 +1016,14 @@ __decorate([
|
|
|
1016
1016
|
], EmployeeCompanyIntegration_.prototype, "IsActive", void 0);
|
|
1017
1017
|
__decorate([
|
|
1018
1018
|
(0, server_1.Field)(),
|
|
1019
|
-
(0, class_validator_1.MaxLength)(
|
|
1019
|
+
(0, class_validator_1.MaxLength)(10),
|
|
1020
1020
|
__metadata("design:type", Date)
|
|
1021
|
-
], EmployeeCompanyIntegration_.prototype, "
|
|
1021
|
+
], EmployeeCompanyIntegration_.prototype, "_mj__CreatedAt", void 0);
|
|
1022
1022
|
__decorate([
|
|
1023
1023
|
(0, server_1.Field)(),
|
|
1024
|
-
(0, class_validator_1.MaxLength)(
|
|
1024
|
+
(0, class_validator_1.MaxLength)(10),
|
|
1025
1025
|
__metadata("design:type", Date)
|
|
1026
|
-
], EmployeeCompanyIntegration_.prototype, "
|
|
1026
|
+
], EmployeeCompanyIntegration_.prototype, "_mj__UpdatedAt", void 0);
|
|
1027
1027
|
exports.EmployeeCompanyIntegration_ = EmployeeCompanyIntegration_ = __decorate([
|
|
1028
1028
|
(0, server_1.ObjectType)()
|
|
1029
1029
|
], EmployeeCompanyIntegration_);
|
|
@@ -1827,14 +1827,14 @@ __decorate([
|
|
|
1827
1827
|
], Skill_.prototype, "ParentID", void 0);
|
|
1828
1828
|
__decorate([
|
|
1829
1829
|
(0, server_1.Field)(),
|
|
1830
|
-
(0, class_validator_1.MaxLength)(
|
|
1830
|
+
(0, class_validator_1.MaxLength)(10),
|
|
1831
1831
|
__metadata("design:type", Date)
|
|
1832
|
-
], Skill_.prototype, "
|
|
1832
|
+
], Skill_.prototype, "_mj__CreatedAt", void 0);
|
|
1833
1833
|
__decorate([
|
|
1834
1834
|
(0, server_1.Field)(),
|
|
1835
|
-
(0, class_validator_1.MaxLength)(
|
|
1835
|
+
(0, class_validator_1.MaxLength)(10),
|
|
1836
1836
|
__metadata("design:type", Date)
|
|
1837
|
-
], Skill_.prototype, "
|
|
1837
|
+
], Skill_.prototype, "_mj__UpdatedAt", void 0);
|
|
1838
1838
|
__decorate([
|
|
1839
1839
|
(0, server_1.Field)({ nullable: true }),
|
|
1840
1840
|
(0, class_validator_1.MaxLength)(100),
|
|
@@ -2008,6 +2008,16 @@ __decorate([
|
|
|
2008
2008
|
(0, class_validator_1.MaxLength)(1000),
|
|
2009
2009
|
__metadata("design:type", String)
|
|
2010
2010
|
], IntegrationURLFormat_.prototype, "URLFormat", void 0);
|
|
2011
|
+
__decorate([
|
|
2012
|
+
(0, server_1.Field)(),
|
|
2013
|
+
(0, class_validator_1.MaxLength)(10),
|
|
2014
|
+
__metadata("design:type", Date)
|
|
2015
|
+
], IntegrationURLFormat_.prototype, "_mj__CreatedAt", void 0);
|
|
2016
|
+
__decorate([
|
|
2017
|
+
(0, server_1.Field)(),
|
|
2018
|
+
(0, class_validator_1.MaxLength)(10),
|
|
2019
|
+
__metadata("design:type", Date)
|
|
2020
|
+
], IntegrationURLFormat_.prototype, "_mj__UpdatedAt", void 0);
|
|
2011
2021
|
__decorate([
|
|
2012
2022
|
(0, server_1.Field)(() => server_1.Int),
|
|
2013
2023
|
__metadata("design:type", Number)
|
|
@@ -2216,14 +2226,14 @@ __decorate([
|
|
|
2216
2226
|
], Integration_.prototype, "BatchRequestWaitTime", void 0);
|
|
2217
2227
|
__decorate([
|
|
2218
2228
|
(0, server_1.Field)(),
|
|
2219
|
-
(0, class_validator_1.MaxLength)(
|
|
2229
|
+
(0, class_validator_1.MaxLength)(10),
|
|
2220
2230
|
__metadata("design:type", Date)
|
|
2221
|
-
], Integration_.prototype, "
|
|
2231
|
+
], Integration_.prototype, "_mj__CreatedAt", void 0);
|
|
2222
2232
|
__decorate([
|
|
2223
2233
|
(0, server_1.Field)(),
|
|
2224
|
-
(0, class_validator_1.MaxLength)(
|
|
2234
|
+
(0, class_validator_1.MaxLength)(10),
|
|
2225
2235
|
__metadata("design:type", Date)
|
|
2226
|
-
], Integration_.prototype, "
|
|
2236
|
+
], Integration_.prototype, "_mj__UpdatedAt", void 0);
|
|
2227
2237
|
__decorate([
|
|
2228
2238
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.IntegrationURLFormat_]),
|
|
2229
2239
|
__metadata("design:type", Array)
|
|
@@ -2485,16 +2495,6 @@ __decorate([
|
|
|
2485
2495
|
(0, class_validator_1.MaxLength)(510),
|
|
2486
2496
|
__metadata("design:type", String)
|
|
2487
2497
|
], CompanyIntegration_.prototype, "APIKey", void 0);
|
|
2488
|
-
__decorate([
|
|
2489
|
-
(0, server_1.Field)(),
|
|
2490
|
-
(0, class_validator_1.MaxLength)(8),
|
|
2491
|
-
__metadata("design:type", Date)
|
|
2492
|
-
], CompanyIntegration_.prototype, "CreatedAt", void 0);
|
|
2493
|
-
__decorate([
|
|
2494
|
-
(0, server_1.Field)(),
|
|
2495
|
-
(0, class_validator_1.MaxLength)(8),
|
|
2496
|
-
__metadata("design:type", Date)
|
|
2497
|
-
], CompanyIntegration_.prototype, "UpdatedAt", void 0);
|
|
2498
2498
|
__decorate([
|
|
2499
2499
|
(0, server_1.Field)({ nullable: true }),
|
|
2500
2500
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -2519,6 +2519,16 @@ __decorate([
|
|
|
2519
2519
|
(0, class_validator_1.MaxLength)(510),
|
|
2520
2520
|
__metadata("design:type", String)
|
|
2521
2521
|
], CompanyIntegration_.prototype, "CustomAttribute1", void 0);
|
|
2522
|
+
__decorate([
|
|
2523
|
+
(0, server_1.Field)(),
|
|
2524
|
+
(0, class_validator_1.MaxLength)(10),
|
|
2525
|
+
__metadata("design:type", Date)
|
|
2526
|
+
], CompanyIntegration_.prototype, "_mj__CreatedAt", void 0);
|
|
2527
|
+
__decorate([
|
|
2528
|
+
(0, server_1.Field)(),
|
|
2529
|
+
(0, class_validator_1.MaxLength)(10),
|
|
2530
|
+
__metadata("design:type", Date)
|
|
2531
|
+
], CompanyIntegration_.prototype, "_mj__UpdatedAt", void 0);
|
|
2522
2532
|
__decorate([
|
|
2523
2533
|
(0, server_1.Field)(() => server_1.Int),
|
|
2524
2534
|
__metadata("design:type", Number)
|
|
@@ -3619,6 +3629,11 @@ __decorate([
|
|
|
3619
3629
|
(0, class_validator_1.MaxLength)(10),
|
|
3620
3630
|
__metadata("design:type", Date)
|
|
3621
3631
|
], Entity_.prototype, "_mj__UpdatedAt", void 0);
|
|
3632
|
+
__decorate([
|
|
3633
|
+
(0, server_1.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.' }),
|
|
3634
|
+
(0, class_validator_1.MaxLength)(40),
|
|
3635
|
+
__metadata("design:type", String)
|
|
3636
|
+
], Entity_.prototype, "RelationshipDefaultDisplayType", void 0);
|
|
3622
3637
|
__decorate([
|
|
3623
3638
|
(0, server_1.Field)({ nullable: true }),
|
|
3624
3639
|
__metadata("design:type", String)
|
|
@@ -3956,6 +3971,10 @@ __decorate([
|
|
|
3956
3971
|
(0, server_1.Field)({ nullable: true }),
|
|
3957
3972
|
__metadata("design:type", String)
|
|
3958
3973
|
], CreateEntityInput.prototype, "Icon", void 0);
|
|
3974
|
+
__decorate([
|
|
3975
|
+
(0, server_1.Field)(),
|
|
3976
|
+
__metadata("design:type", String)
|
|
3977
|
+
], CreateEntityInput.prototype, "RelationshipDefaultDisplayType", void 0);
|
|
3959
3978
|
exports.CreateEntityInput = CreateEntityInput = __decorate([
|
|
3960
3979
|
(0, server_1.InputType)()
|
|
3961
3980
|
], CreateEntityInput);
|
|
@@ -4122,6 +4141,10 @@ __decorate([
|
|
|
4122
4141
|
(0, server_1.Field)({ nullable: true }),
|
|
4123
4142
|
__metadata("design:type", String)
|
|
4124
4143
|
], UpdateEntityInput.prototype, "Icon", void 0);
|
|
4144
|
+
__decorate([
|
|
4145
|
+
(0, server_1.Field)(),
|
|
4146
|
+
__metadata("design:type", String)
|
|
4147
|
+
], UpdateEntityInput.prototype, "RelationshipDefaultDisplayType", void 0);
|
|
4125
4148
|
__decorate([
|
|
4126
4149
|
(0, server_1.Field)(() => [server_1.KeyValuePairInput], { nullable: true }),
|
|
4127
4150
|
__metadata("design:type", Array)
|
|
@@ -6236,6 +6259,16 @@ __decorate([
|
|
|
6236
6259
|
(0, server_1.Field)(() => server_1.Int),
|
|
6237
6260
|
__metadata("design:type", Number)
|
|
6238
6261
|
], UserRecordLog_.prototype, "TotalCount", void 0);
|
|
6262
|
+
__decorate([
|
|
6263
|
+
(0, server_1.Field)(),
|
|
6264
|
+
(0, class_validator_1.MaxLength)(10),
|
|
6265
|
+
__metadata("design:type", Date)
|
|
6266
|
+
], UserRecordLog_.prototype, "_mj__CreatedAt", void 0);
|
|
6267
|
+
__decorate([
|
|
6268
|
+
(0, server_1.Field)(),
|
|
6269
|
+
(0, class_validator_1.MaxLength)(10),
|
|
6270
|
+
__metadata("design:type", Date)
|
|
6271
|
+
], UserRecordLog_.prototype, "_mj__UpdatedAt", void 0);
|
|
6239
6272
|
__decorate([
|
|
6240
6273
|
(0, server_1.Field)(),
|
|
6241
6274
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -6925,6 +6958,16 @@ __decorate([
|
|
|
6925
6958
|
(0, server_1.Field)({ nullable: true }),
|
|
6926
6959
|
__metadata("design:type", String)
|
|
6927
6960
|
], CompanyIntegrationRun_.prototype, "Comments", void 0);
|
|
6961
|
+
__decorate([
|
|
6962
|
+
(0, server_1.Field)(),
|
|
6963
|
+
(0, class_validator_1.MaxLength)(10),
|
|
6964
|
+
__metadata("design:type", Date)
|
|
6965
|
+
], CompanyIntegrationRun_.prototype, "_mj__CreatedAt", void 0);
|
|
6966
|
+
__decorate([
|
|
6967
|
+
(0, server_1.Field)(),
|
|
6968
|
+
(0, class_validator_1.MaxLength)(10),
|
|
6969
|
+
__metadata("design:type", Date)
|
|
6970
|
+
], CompanyIntegrationRun_.prototype, "_mj__UpdatedAt", void 0);
|
|
6928
6971
|
__decorate([
|
|
6929
6972
|
(0, server_1.Field)(),
|
|
6930
6973
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -7166,6 +7209,16 @@ __decorate([
|
|
|
7166
7209
|
(0, server_1.Field)(() => Boolean),
|
|
7167
7210
|
__metadata("design:type", Boolean)
|
|
7168
7211
|
], CompanyIntegrationRunDetail_.prototype, "IsSuccess", void 0);
|
|
7212
|
+
__decorate([
|
|
7213
|
+
(0, server_1.Field)(),
|
|
7214
|
+
(0, class_validator_1.MaxLength)(10),
|
|
7215
|
+
__metadata("design:type", Date)
|
|
7216
|
+
], CompanyIntegrationRunDetail_.prototype, "_mj__CreatedAt", void 0);
|
|
7217
|
+
__decorate([
|
|
7218
|
+
(0, server_1.Field)(),
|
|
7219
|
+
(0, class_validator_1.MaxLength)(10),
|
|
7220
|
+
__metadata("design:type", Date)
|
|
7221
|
+
], CompanyIntegrationRunDetail_.prototype, "_mj__UpdatedAt", void 0);
|
|
7169
7222
|
__decorate([
|
|
7170
7223
|
(0, server_1.Field)(),
|
|
7171
7224
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -7369,11 +7422,6 @@ __decorate([
|
|
|
7369
7422
|
(0, server_1.Field)({ nullable: true }),
|
|
7370
7423
|
__metadata("design:type", String)
|
|
7371
7424
|
], ErrorLog_.prototype, "Message", void 0);
|
|
7372
|
-
__decorate([
|
|
7373
|
-
(0, server_1.Field)(),
|
|
7374
|
-
(0, class_validator_1.MaxLength)(8),
|
|
7375
|
-
__metadata("design:type", Date)
|
|
7376
|
-
], ErrorLog_.prototype, "CreatedAt", void 0);
|
|
7377
7425
|
__decorate([
|
|
7378
7426
|
(0, server_1.Field)({ nullable: true }),
|
|
7379
7427
|
(0, class_validator_1.MaxLength)(100),
|
|
@@ -7393,6 +7441,16 @@ __decorate([
|
|
|
7393
7441
|
(0, server_1.Field)({ nullable: true }),
|
|
7394
7442
|
__metadata("design:type", String)
|
|
7395
7443
|
], ErrorLog_.prototype, "Details", void 0);
|
|
7444
|
+
__decorate([
|
|
7445
|
+
(0, server_1.Field)(),
|
|
7446
|
+
(0, class_validator_1.MaxLength)(10),
|
|
7447
|
+
__metadata("design:type", Date)
|
|
7448
|
+
], ErrorLog_.prototype, "_mj__CreatedAt", void 0);
|
|
7449
|
+
__decorate([
|
|
7450
|
+
(0, server_1.Field)(),
|
|
7451
|
+
(0, class_validator_1.MaxLength)(10),
|
|
7452
|
+
__metadata("design:type", Date)
|
|
7453
|
+
], ErrorLog_.prototype, "_mj__UpdatedAt", void 0);
|
|
7396
7454
|
exports.ErrorLog_ = ErrorLog_ = __decorate([
|
|
7397
7455
|
(0, server_1.ObjectType)()
|
|
7398
7456
|
], ErrorLog_);
|
|
@@ -8437,6 +8495,16 @@ __decorate([
|
|
|
8437
8495
|
(0, server_1.Field)(() => server_1.Int),
|
|
8438
8496
|
__metadata("design:type", Number)
|
|
8439
8497
|
], UserApplicationEntity_.prototype, "Sequence", void 0);
|
|
8498
|
+
__decorate([
|
|
8499
|
+
(0, server_1.Field)(),
|
|
8500
|
+
(0, class_validator_1.MaxLength)(10),
|
|
8501
|
+
__metadata("design:type", Date)
|
|
8502
|
+
], UserApplicationEntity_.prototype, "_mj__CreatedAt", void 0);
|
|
8503
|
+
__decorate([
|
|
8504
|
+
(0, server_1.Field)(),
|
|
8505
|
+
(0, class_validator_1.MaxLength)(10),
|
|
8506
|
+
__metadata("design:type", Date)
|
|
8507
|
+
], UserApplicationEntity_.prototype, "_mj__UpdatedAt", void 0);
|
|
8440
8508
|
__decorate([
|
|
8441
8509
|
(0, server_1.Field)(),
|
|
8442
8510
|
(0, class_validator_1.MaxLength)(100),
|
|
@@ -8652,6 +8720,16 @@ __decorate([
|
|
|
8652
8720
|
(0, server_1.Field)(() => Boolean),
|
|
8653
8721
|
__metadata("design:type", Boolean)
|
|
8654
8722
|
], UserApplication_.prototype, "IsActive", void 0);
|
|
8723
|
+
__decorate([
|
|
8724
|
+
(0, server_1.Field)(),
|
|
8725
|
+
(0, class_validator_1.MaxLength)(10),
|
|
8726
|
+
__metadata("design:type", Date)
|
|
8727
|
+
], UserApplication_.prototype, "_mj__CreatedAt", void 0);
|
|
8728
|
+
__decorate([
|
|
8729
|
+
(0, server_1.Field)(),
|
|
8730
|
+
(0, class_validator_1.MaxLength)(10),
|
|
8731
|
+
__metadata("design:type", Date)
|
|
8732
|
+
], UserApplication_.prototype, "_mj__UpdatedAt", void 0);
|
|
8655
8733
|
__decorate([
|
|
8656
8734
|
(0, server_1.Field)(),
|
|
8657
8735
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -8899,6 +8977,16 @@ __decorate([
|
|
|
8899
8977
|
(0, server_1.Field)({ nullable: true }),
|
|
8900
8978
|
__metadata("design:type", String)
|
|
8901
8979
|
], CompanyIntegrationRunAPILog_.prototype, "Parameters", void 0);
|
|
8980
|
+
__decorate([
|
|
8981
|
+
(0, server_1.Field)(),
|
|
8982
|
+
(0, class_validator_1.MaxLength)(10),
|
|
8983
|
+
__metadata("design:type", Date)
|
|
8984
|
+
], CompanyIntegrationRunAPILog_.prototype, "_mj__CreatedAt", void 0);
|
|
8985
|
+
__decorate([
|
|
8986
|
+
(0, server_1.Field)(),
|
|
8987
|
+
(0, class_validator_1.MaxLength)(10),
|
|
8988
|
+
__metadata("design:type", Date)
|
|
8989
|
+
], CompanyIntegrationRunAPILog_.prototype, "_mj__UpdatedAt", void 0);
|
|
8902
8990
|
exports.CompanyIntegrationRunAPILog_ = CompanyIntegrationRunAPILog_ = __decorate([
|
|
8903
8991
|
(0, server_1.ObjectType)()
|
|
8904
8992
|
], CompanyIntegrationRunAPILog_);
|
|
@@ -9077,20 +9165,20 @@ __decorate([
|
|
|
9077
9165
|
(0, server_1.Field)(() => server_1.Int, { nullable: true }),
|
|
9078
9166
|
__metadata("design:type", Number)
|
|
9079
9167
|
], List_.prototype, "CompanyIntegrationID", void 0);
|
|
9168
|
+
__decorate([
|
|
9169
|
+
(0, server_1.Field)(() => server_1.Int, { nullable: true }),
|
|
9170
|
+
__metadata("design:type", Number)
|
|
9171
|
+
], List_.prototype, "CategoryID", void 0);
|
|
9080
9172
|
__decorate([
|
|
9081
9173
|
(0, server_1.Field)(),
|
|
9082
|
-
(0, class_validator_1.MaxLength)(
|
|
9174
|
+
(0, class_validator_1.MaxLength)(10),
|
|
9083
9175
|
__metadata("design:type", Date)
|
|
9084
|
-
], List_.prototype, "
|
|
9176
|
+
], List_.prototype, "_mj__CreatedAt", void 0);
|
|
9085
9177
|
__decorate([
|
|
9086
9178
|
(0, server_1.Field)(),
|
|
9087
|
-
(0, class_validator_1.MaxLength)(
|
|
9179
|
+
(0, class_validator_1.MaxLength)(10),
|
|
9088
9180
|
__metadata("design:type", Date)
|
|
9089
|
-
], List_.prototype, "
|
|
9090
|
-
__decorate([
|
|
9091
|
-
(0, server_1.Field)(() => server_1.Int, { nullable: true }),
|
|
9092
|
-
__metadata("design:type", Number)
|
|
9093
|
-
], List_.prototype, "CategoryID", void 0);
|
|
9181
|
+
], List_.prototype, "_mj__UpdatedAt", void 0);
|
|
9094
9182
|
__decorate([
|
|
9095
9183
|
(0, server_1.Field)(),
|
|
9096
9184
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -9368,6 +9456,16 @@ __decorate([
|
|
|
9368
9456
|
(0, server_1.Field)(() => server_1.Int),
|
|
9369
9457
|
__metadata("design:type", Number)
|
|
9370
9458
|
], ListDetail_.prototype, "Sequence", void 0);
|
|
9459
|
+
__decorate([
|
|
9460
|
+
(0, server_1.Field)(),
|
|
9461
|
+
(0, class_validator_1.MaxLength)(10),
|
|
9462
|
+
__metadata("design:type", Date)
|
|
9463
|
+
], ListDetail_.prototype, "_mj__CreatedAt", void 0);
|
|
9464
|
+
__decorate([
|
|
9465
|
+
(0, server_1.Field)(),
|
|
9466
|
+
(0, class_validator_1.MaxLength)(10),
|
|
9467
|
+
__metadata("design:type", Date)
|
|
9468
|
+
], ListDetail_.prototype, "_mj__UpdatedAt", void 0);
|
|
9371
9469
|
__decorate([
|
|
9372
9470
|
(0, server_1.Field)(),
|
|
9373
9471
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -9570,6 +9668,16 @@ __decorate([
|
|
|
9570
9668
|
(0, server_1.Field)(() => server_1.Int),
|
|
9571
9669
|
__metadata("design:type", Number)
|
|
9572
9670
|
], UserViewRun_.prototype, "RunByUserID", void 0);
|
|
9671
|
+
__decorate([
|
|
9672
|
+
(0, server_1.Field)(),
|
|
9673
|
+
(0, class_validator_1.MaxLength)(10),
|
|
9674
|
+
__metadata("design:type", Date)
|
|
9675
|
+
], UserViewRun_.prototype, "_mj__CreatedAt", void 0);
|
|
9676
|
+
__decorate([
|
|
9677
|
+
(0, server_1.Field)(),
|
|
9678
|
+
(0, class_validator_1.MaxLength)(10),
|
|
9679
|
+
__metadata("design:type", Date)
|
|
9680
|
+
], UserViewRun_.prototype, "_mj__UpdatedAt", void 0);
|
|
9573
9681
|
__decorate([
|
|
9574
9682
|
(0, server_1.Field)(),
|
|
9575
9683
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -9778,6 +9886,16 @@ __decorate([
|
|
|
9778
9886
|
(0, class_validator_1.MaxLength)(510),
|
|
9779
9887
|
__metadata("design:type", String)
|
|
9780
9888
|
], UserViewRunDetail_.prototype, "RecordID", void 0);
|
|
9889
|
+
__decorate([
|
|
9890
|
+
(0, server_1.Field)(),
|
|
9891
|
+
(0, class_validator_1.MaxLength)(10),
|
|
9892
|
+
__metadata("design:type", Date)
|
|
9893
|
+
], UserViewRunDetail_.prototype, "_mj__CreatedAt", void 0);
|
|
9894
|
+
__decorate([
|
|
9895
|
+
(0, server_1.Field)(),
|
|
9896
|
+
(0, class_validator_1.MaxLength)(10),
|
|
9897
|
+
__metadata("design:type", Date)
|
|
9898
|
+
], UserViewRunDetail_.prototype, "_mj__UpdatedAt", void 0);
|
|
9781
9899
|
__decorate([
|
|
9782
9900
|
(0, server_1.Field)(() => server_1.Int),
|
|
9783
9901
|
__metadata("design:type", Number)
|
|
@@ -9977,6 +10095,16 @@ __decorate([
|
|
|
9977
10095
|
(0, server_1.Field)({ nullable: true }),
|
|
9978
10096
|
__metadata("design:type", String)
|
|
9979
10097
|
], WorkflowRun_.prototype, "Results", void 0);
|
|
10098
|
+
__decorate([
|
|
10099
|
+
(0, server_1.Field)(),
|
|
10100
|
+
(0, class_validator_1.MaxLength)(10),
|
|
10101
|
+
__metadata("design:type", Date)
|
|
10102
|
+
], WorkflowRun_.prototype, "_mj__CreatedAt", void 0);
|
|
10103
|
+
__decorate([
|
|
10104
|
+
(0, server_1.Field)(),
|
|
10105
|
+
(0, class_validator_1.MaxLength)(10),
|
|
10106
|
+
__metadata("design:type", Date)
|
|
10107
|
+
], WorkflowRun_.prototype, "_mj__UpdatedAt", void 0);
|
|
9980
10108
|
__decorate([
|
|
9981
10109
|
(0, server_1.Field)(),
|
|
9982
10110
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -10163,16 +10291,6 @@ __decorate([
|
|
|
10163
10291
|
(0, class_validator_1.MaxLength)(200),
|
|
10164
10292
|
__metadata("design:type", String)
|
|
10165
10293
|
], Workflow_.prototype, "ExternalSystemRecordID", void 0);
|
|
10166
|
-
__decorate([
|
|
10167
|
-
(0, server_1.Field)(),
|
|
10168
|
-
(0, class_validator_1.MaxLength)(8),
|
|
10169
|
-
__metadata("design:type", Date)
|
|
10170
|
-
], Workflow_.prototype, "CreatedAt", void 0);
|
|
10171
|
-
__decorate([
|
|
10172
|
-
(0, server_1.Field)(),
|
|
10173
|
-
(0, class_validator_1.MaxLength)(8),
|
|
10174
|
-
__metadata("design:type", Date)
|
|
10175
|
-
], Workflow_.prototype, "UpdatedAt", void 0);
|
|
10176
10294
|
__decorate([
|
|
10177
10295
|
(0, server_1.Field)(() => Boolean, { description: 'If set to 1, the workflow will be run automatically on the interval specified by the AutoRunIntervalType and AutoRunInterval fields' }),
|
|
10178
10296
|
__metadata("design:type", Boolean)
|
|
@@ -10191,6 +10309,16 @@ __decorate([
|
|
|
10191
10309
|
(0, class_validator_1.MaxLength)(400),
|
|
10192
10310
|
__metadata("design:type", String)
|
|
10193
10311
|
], Workflow_.prototype, "SubclassName", void 0);
|
|
10312
|
+
__decorate([
|
|
10313
|
+
(0, server_1.Field)(),
|
|
10314
|
+
(0, class_validator_1.MaxLength)(10),
|
|
10315
|
+
__metadata("design:type", Date)
|
|
10316
|
+
], Workflow_.prototype, "_mj__CreatedAt", void 0);
|
|
10317
|
+
__decorate([
|
|
10318
|
+
(0, server_1.Field)(),
|
|
10319
|
+
(0, class_validator_1.MaxLength)(10),
|
|
10320
|
+
__metadata("design:type", Date)
|
|
10321
|
+
], Workflow_.prototype, "_mj__UpdatedAt", void 0);
|
|
10194
10322
|
__decorate([
|
|
10195
10323
|
(0, server_1.Field)(() => server_1.Int, { nullable: true }),
|
|
10196
10324
|
__metadata("design:type", Number)
|
|
@@ -10418,14 +10546,14 @@ __decorate([
|
|
|
10418
10546
|
], WorkflowEngine_.prototype, "DriverClass", void 0);
|
|
10419
10547
|
__decorate([
|
|
10420
10548
|
(0, server_1.Field)(),
|
|
10421
|
-
(0, class_validator_1.MaxLength)(
|
|
10549
|
+
(0, class_validator_1.MaxLength)(10),
|
|
10422
10550
|
__metadata("design:type", Date)
|
|
10423
|
-
], WorkflowEngine_.prototype, "
|
|
10551
|
+
], WorkflowEngine_.prototype, "_mj__CreatedAt", void 0);
|
|
10424
10552
|
__decorate([
|
|
10425
10553
|
(0, server_1.Field)(),
|
|
10426
|
-
(0, class_validator_1.MaxLength)(
|
|
10554
|
+
(0, class_validator_1.MaxLength)(10),
|
|
10427
10555
|
__metadata("design:type", Date)
|
|
10428
|
-
], WorkflowEngine_.prototype, "
|
|
10556
|
+
], WorkflowEngine_.prototype, "_mj__UpdatedAt", void 0);
|
|
10429
10557
|
__decorate([
|
|
10430
10558
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.Workflow_]),
|
|
10431
10559
|
__metadata("design:type", Array)
|
|
@@ -11309,14 +11437,14 @@ __decorate([
|
|
|
11309
11437
|
], AuditLog_.prototype, "RecordID", void 0);
|
|
11310
11438
|
__decorate([
|
|
11311
11439
|
(0, server_1.Field)(),
|
|
11312
|
-
(0, class_validator_1.MaxLength)(
|
|
11440
|
+
(0, class_validator_1.MaxLength)(10),
|
|
11313
11441
|
__metadata("design:type", Date)
|
|
11314
|
-
], AuditLog_.prototype, "
|
|
11442
|
+
], AuditLog_.prototype, "_mj__CreatedAt", void 0);
|
|
11315
11443
|
__decorate([
|
|
11316
11444
|
(0, server_1.Field)(),
|
|
11317
|
-
(0, class_validator_1.MaxLength)(
|
|
11445
|
+
(0, class_validator_1.MaxLength)(10),
|
|
11318
11446
|
__metadata("design:type", Date)
|
|
11319
|
-
], AuditLog_.prototype, "
|
|
11447
|
+
], AuditLog_.prototype, "_mj__UpdatedAt", void 0);
|
|
11320
11448
|
__decorate([
|
|
11321
11449
|
(0, server_1.Field)(),
|
|
11322
11450
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -11801,14 +11929,14 @@ __decorate([
|
|
|
11801
11929
|
], AuthorizationRole_.prototype, "Type", void 0);
|
|
11802
11930
|
__decorate([
|
|
11803
11931
|
(0, server_1.Field)(),
|
|
11804
|
-
(0, class_validator_1.MaxLength)(
|
|
11932
|
+
(0, class_validator_1.MaxLength)(10),
|
|
11805
11933
|
__metadata("design:type", Date)
|
|
11806
|
-
], AuthorizationRole_.prototype, "
|
|
11934
|
+
], AuthorizationRole_.prototype, "_mj__CreatedAt", void 0);
|
|
11807
11935
|
__decorate([
|
|
11808
11936
|
(0, server_1.Field)(),
|
|
11809
|
-
(0, class_validator_1.MaxLength)(
|
|
11937
|
+
(0, class_validator_1.MaxLength)(10),
|
|
11810
11938
|
__metadata("design:type", Date)
|
|
11811
|
-
], AuthorizationRole_.prototype, "
|
|
11939
|
+
], AuthorizationRole_.prototype, "_mj__UpdatedAt", void 0);
|
|
11812
11940
|
exports.AuthorizationRole_ = AuthorizationRole_ = __decorate([
|
|
11813
11941
|
(0, server_1.ObjectType)()
|
|
11814
11942
|
], AuthorizationRole_);
|
|
@@ -12368,14 +12496,14 @@ __decorate([
|
|
|
12368
12496
|
], AIModel_.prototype, "PowerRank", void 0);
|
|
12369
12497
|
__decorate([
|
|
12370
12498
|
(0, server_1.Field)(),
|
|
12371
|
-
(0, class_validator_1.MaxLength)(
|
|
12499
|
+
(0, class_validator_1.MaxLength)(10),
|
|
12372
12500
|
__metadata("design:type", Date)
|
|
12373
|
-
], AIModel_.prototype, "
|
|
12501
|
+
], AIModel_.prototype, "_mj__CreatedAt", void 0);
|
|
12374
12502
|
__decorate([
|
|
12375
12503
|
(0, server_1.Field)(),
|
|
12376
|
-
(0, class_validator_1.MaxLength)(
|
|
12504
|
+
(0, class_validator_1.MaxLength)(10),
|
|
12377
12505
|
__metadata("design:type", Date)
|
|
12378
|
-
], AIModel_.prototype, "
|
|
12506
|
+
], AIModel_.prototype, "_mj__UpdatedAt", void 0);
|
|
12379
12507
|
__decorate([
|
|
12380
12508
|
(0, server_1.Field)(),
|
|
12381
12509
|
(0, class_validator_1.MaxLength)(100),
|
|
@@ -12745,14 +12873,14 @@ __decorate([
|
|
|
12745
12873
|
], AIAction_.prototype, "IsActive", void 0);
|
|
12746
12874
|
__decorate([
|
|
12747
12875
|
(0, server_1.Field)(),
|
|
12748
|
-
(0, class_validator_1.MaxLength)(
|
|
12876
|
+
(0, class_validator_1.MaxLength)(10),
|
|
12749
12877
|
__metadata("design:type", Date)
|
|
12750
|
-
], AIAction_.prototype, "
|
|
12878
|
+
], AIAction_.prototype, "_mj__CreatedAt", void 0);
|
|
12751
12879
|
__decorate([
|
|
12752
12880
|
(0, server_1.Field)(),
|
|
12753
|
-
(0, class_validator_1.MaxLength)(
|
|
12881
|
+
(0, class_validator_1.MaxLength)(10),
|
|
12754
12882
|
__metadata("design:type", Date)
|
|
12755
|
-
], AIAction_.prototype, "
|
|
12883
|
+
], AIAction_.prototype, "_mj__UpdatedAt", void 0);
|
|
12756
12884
|
__decorate([
|
|
12757
12885
|
(0, server_1.Field)({ nullable: true }),
|
|
12758
12886
|
(0, class_validator_1.MaxLength)(100),
|
|
@@ -13024,14 +13152,14 @@ __decorate([
|
|
|
13024
13152
|
], AIModelAction_.prototype, "IsActive", void 0);
|
|
13025
13153
|
__decorate([
|
|
13026
13154
|
(0, server_1.Field)(),
|
|
13027
|
-
(0, class_validator_1.MaxLength)(
|
|
13155
|
+
(0, class_validator_1.MaxLength)(10),
|
|
13028
13156
|
__metadata("design:type", Date)
|
|
13029
|
-
], AIModelAction_.prototype, "
|
|
13157
|
+
], AIModelAction_.prototype, "_mj__CreatedAt", void 0);
|
|
13030
13158
|
__decorate([
|
|
13031
13159
|
(0, server_1.Field)(),
|
|
13032
|
-
(0, class_validator_1.MaxLength)(
|
|
13160
|
+
(0, class_validator_1.MaxLength)(10),
|
|
13033
13161
|
__metadata("design:type", Date)
|
|
13034
|
-
], AIModelAction_.prototype, "
|
|
13162
|
+
], AIModelAction_.prototype, "_mj__UpdatedAt", void 0);
|
|
13035
13163
|
__decorate([
|
|
13036
13164
|
(0, server_1.Field)(),
|
|
13037
13165
|
(0, class_validator_1.MaxLength)(100),
|
|
@@ -13601,6 +13729,16 @@ __decorate([
|
|
|
13601
13729
|
(0, server_1.Field)({ nullable: true }),
|
|
13602
13730
|
__metadata("design:type", String)
|
|
13603
13731
|
], AIModelType_.prototype, "Description", void 0);
|
|
13732
|
+
__decorate([
|
|
13733
|
+
(0, server_1.Field)(),
|
|
13734
|
+
(0, class_validator_1.MaxLength)(10),
|
|
13735
|
+
__metadata("design:type", Date)
|
|
13736
|
+
], AIModelType_.prototype, "_mj__CreatedAt", void 0);
|
|
13737
|
+
__decorate([
|
|
13738
|
+
(0, server_1.Field)(),
|
|
13739
|
+
(0, class_validator_1.MaxLength)(10),
|
|
13740
|
+
__metadata("design:type", Date)
|
|
13741
|
+
], AIModelType_.prototype, "_mj__UpdatedAt", void 0);
|
|
13604
13742
|
__decorate([
|
|
13605
13743
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.AIModel_]),
|
|
13606
13744
|
__metadata("design:type", Array)
|
|
@@ -13833,6 +13971,16 @@ __decorate([
|
|
|
13833
13971
|
(0, server_1.Field)(() => Boolean),
|
|
13834
13972
|
__metadata("design:type", Boolean)
|
|
13835
13973
|
], QueueType_.prototype, "IsActive", void 0);
|
|
13974
|
+
__decorate([
|
|
13975
|
+
(0, server_1.Field)(),
|
|
13976
|
+
(0, class_validator_1.MaxLength)(10),
|
|
13977
|
+
__metadata("design:type", Date)
|
|
13978
|
+
], QueueType_.prototype, "_mj__CreatedAt", void 0);
|
|
13979
|
+
__decorate([
|
|
13980
|
+
(0, server_1.Field)(),
|
|
13981
|
+
(0, class_validator_1.MaxLength)(10),
|
|
13982
|
+
__metadata("design:type", Date)
|
|
13983
|
+
], QueueType_.prototype, "_mj__UpdatedAt", void 0);
|
|
13836
13984
|
__decorate([
|
|
13837
13985
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.Queue_]),
|
|
13838
13986
|
__metadata("design:type", Array)
|
|
@@ -14032,14 +14180,14 @@ __decorate([
|
|
|
14032
14180
|
], Queue_.prototype, "LastHeartbeat", void 0);
|
|
14033
14181
|
__decorate([
|
|
14034
14182
|
(0, server_1.Field)(),
|
|
14035
|
-
(0, class_validator_1.MaxLength)(
|
|
14183
|
+
(0, class_validator_1.MaxLength)(10),
|
|
14036
14184
|
__metadata("design:type", Date)
|
|
14037
|
-
], Queue_.prototype, "
|
|
14185
|
+
], Queue_.prototype, "_mj__CreatedAt", void 0);
|
|
14038
14186
|
__decorate([
|
|
14039
14187
|
(0, server_1.Field)(),
|
|
14040
|
-
(0, class_validator_1.MaxLength)(
|
|
14188
|
+
(0, class_validator_1.MaxLength)(10),
|
|
14041
14189
|
__metadata("design:type", Date)
|
|
14042
|
-
], Queue_.prototype, "
|
|
14190
|
+
], Queue_.prototype, "_mj__UpdatedAt", void 0);
|
|
14043
14191
|
__decorate([
|
|
14044
14192
|
(0, server_1.Field)(),
|
|
14045
14193
|
(0, class_validator_1.MaxLength)(100),
|
|
@@ -14377,6 +14525,16 @@ __decorate([
|
|
|
14377
14525
|
(0, server_1.Field)({ nullable: true }),
|
|
14378
14526
|
__metadata("design:type", String)
|
|
14379
14527
|
], QueueTask_.prototype, "Comments", void 0);
|
|
14528
|
+
__decorate([
|
|
14529
|
+
(0, server_1.Field)(),
|
|
14530
|
+
(0, class_validator_1.MaxLength)(10),
|
|
14531
|
+
__metadata("design:type", Date)
|
|
14532
|
+
], QueueTask_.prototype, "_mj__CreatedAt", void 0);
|
|
14533
|
+
__decorate([
|
|
14534
|
+
(0, server_1.Field)(),
|
|
14535
|
+
(0, class_validator_1.MaxLength)(10),
|
|
14536
|
+
__metadata("design:type", Date)
|
|
14537
|
+
], QueueTask_.prototype, "_mj__UpdatedAt", void 0);
|
|
14380
14538
|
__decorate([
|
|
14381
14539
|
(0, server_1.Field)(),
|
|
14382
14540
|
(0, class_validator_1.MaxLength)(100),
|
|
@@ -14621,6 +14779,16 @@ __decorate([
|
|
|
14621
14779
|
(0, server_1.Field)(() => server_1.Int, { nullable: true }),
|
|
14622
14780
|
__metadata("design:type", Number)
|
|
14623
14781
|
], Dashboard_.prototype, "UserID", void 0);
|
|
14782
|
+
__decorate([
|
|
14783
|
+
(0, server_1.Field)(),
|
|
14784
|
+
(0, class_validator_1.MaxLength)(10),
|
|
14785
|
+
__metadata("design:type", Date)
|
|
14786
|
+
], Dashboard_.prototype, "_mj__CreatedAt", void 0);
|
|
14787
|
+
__decorate([
|
|
14788
|
+
(0, server_1.Field)(),
|
|
14789
|
+
(0, class_validator_1.MaxLength)(10),
|
|
14790
|
+
__metadata("design:type", Date)
|
|
14791
|
+
], Dashboard_.prototype, "_mj__UpdatedAt", void 0);
|
|
14624
14792
|
__decorate([
|
|
14625
14793
|
(0, server_1.Field)({ nullable: true }),
|
|
14626
14794
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -14840,6 +15008,16 @@ __decorate([
|
|
|
14840
15008
|
(0, server_1.Field)({ nullable: true }),
|
|
14841
15009
|
__metadata("design:type", String)
|
|
14842
15010
|
], OutputTriggerType_.prototype, "Description", void 0);
|
|
15011
|
+
__decorate([
|
|
15012
|
+
(0, server_1.Field)(),
|
|
15013
|
+
(0, class_validator_1.MaxLength)(10),
|
|
15014
|
+
__metadata("design:type", Date)
|
|
15015
|
+
], OutputTriggerType_.prototype, "_mj__CreatedAt", void 0);
|
|
15016
|
+
__decorate([
|
|
15017
|
+
(0, server_1.Field)(),
|
|
15018
|
+
(0, class_validator_1.MaxLength)(10),
|
|
15019
|
+
__metadata("design:type", Date)
|
|
15020
|
+
], OutputTriggerType_.prototype, "_mj__UpdatedAt", void 0);
|
|
14843
15021
|
__decorate([
|
|
14844
15022
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.Report_]),
|
|
14845
15023
|
__metadata("design:type", Array)
|
|
@@ -14974,6 +15152,16 @@ __decorate([
|
|
|
14974
15152
|
(0, server_1.Field)({ nullable: true }),
|
|
14975
15153
|
__metadata("design:type", String)
|
|
14976
15154
|
], OutputFormatType_.prototype, "DisplayFormat", void 0);
|
|
15155
|
+
__decorate([
|
|
15156
|
+
(0, server_1.Field)(),
|
|
15157
|
+
(0, class_validator_1.MaxLength)(10),
|
|
15158
|
+
__metadata("design:type", Date)
|
|
15159
|
+
], OutputFormatType_.prototype, "_mj__CreatedAt", void 0);
|
|
15160
|
+
__decorate([
|
|
15161
|
+
(0, server_1.Field)(),
|
|
15162
|
+
(0, class_validator_1.MaxLength)(10),
|
|
15163
|
+
__metadata("design:type", Date)
|
|
15164
|
+
], OutputFormatType_.prototype, "_mj__UpdatedAt", void 0);
|
|
14977
15165
|
__decorate([
|
|
14978
15166
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.Report_]),
|
|
14979
15167
|
__metadata("design:type", Array)
|
|
@@ -15104,6 +15292,16 @@ __decorate([
|
|
|
15104
15292
|
(0, server_1.Field)({ nullable: true }),
|
|
15105
15293
|
__metadata("design:type", String)
|
|
15106
15294
|
], OutputDeliveryType_.prototype, "Description", void 0);
|
|
15295
|
+
__decorate([
|
|
15296
|
+
(0, server_1.Field)(),
|
|
15297
|
+
(0, class_validator_1.MaxLength)(10),
|
|
15298
|
+
__metadata("design:type", Date)
|
|
15299
|
+
], OutputDeliveryType_.prototype, "_mj__CreatedAt", void 0);
|
|
15300
|
+
__decorate([
|
|
15301
|
+
(0, server_1.Field)(),
|
|
15302
|
+
(0, class_validator_1.MaxLength)(10),
|
|
15303
|
+
__metadata("design:type", Date)
|
|
15304
|
+
], OutputDeliveryType_.prototype, "_mj__UpdatedAt", void 0);
|
|
15107
15305
|
__decorate([
|
|
15108
15306
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.Report_]),
|
|
15109
15307
|
__metadata("design:type", Array)
|
|
@@ -15295,14 +15493,14 @@ __decorate([
|
|
|
15295
15493
|
], Report_.prototype, "OutputWorkflowID", void 0);
|
|
15296
15494
|
__decorate([
|
|
15297
15495
|
(0, server_1.Field)(),
|
|
15298
|
-
(0, class_validator_1.MaxLength)(
|
|
15496
|
+
(0, class_validator_1.MaxLength)(10),
|
|
15299
15497
|
__metadata("design:type", Date)
|
|
15300
|
-
], Report_.prototype, "
|
|
15498
|
+
], Report_.prototype, "_mj__CreatedAt", void 0);
|
|
15301
15499
|
__decorate([
|
|
15302
15500
|
(0, server_1.Field)(),
|
|
15303
|
-
(0, class_validator_1.MaxLength)(
|
|
15501
|
+
(0, class_validator_1.MaxLength)(10),
|
|
15304
15502
|
__metadata("design:type", Date)
|
|
15305
|
-
], Report_.prototype, "
|
|
15503
|
+
], Report_.prototype, "_mj__UpdatedAt", void 0);
|
|
15306
15504
|
__decorate([
|
|
15307
15505
|
(0, server_1.Field)({ nullable: true }),
|
|
15308
15506
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -15663,15 +15861,20 @@ __decorate([
|
|
|
15663
15861
|
(0, server_1.Field)(),
|
|
15664
15862
|
__metadata("design:type", String)
|
|
15665
15863
|
], ReportSnapshot_.prototype, "ResultSet", void 0);
|
|
15666
|
-
__decorate([
|
|
15667
|
-
(0, server_1.Field)(),
|
|
15668
|
-
(0, class_validator_1.MaxLength)(8),
|
|
15669
|
-
__metadata("design:type", Date)
|
|
15670
|
-
], ReportSnapshot_.prototype, "CreatedAt", void 0);
|
|
15671
15864
|
__decorate([
|
|
15672
15865
|
(0, server_1.Field)(() => server_1.Int, { nullable: true }),
|
|
15673
15866
|
__metadata("design:type", Number)
|
|
15674
15867
|
], ReportSnapshot_.prototype, "UserID", void 0);
|
|
15868
|
+
__decorate([
|
|
15869
|
+
(0, server_1.Field)(),
|
|
15870
|
+
(0, class_validator_1.MaxLength)(10),
|
|
15871
|
+
__metadata("design:type", Date)
|
|
15872
|
+
], ReportSnapshot_.prototype, "_mj__CreatedAt", void 0);
|
|
15873
|
+
__decorate([
|
|
15874
|
+
(0, server_1.Field)(),
|
|
15875
|
+
(0, class_validator_1.MaxLength)(10),
|
|
15876
|
+
__metadata("design:type", Date)
|
|
15877
|
+
], ReportSnapshot_.prototype, "_mj__UpdatedAt", void 0);
|
|
15675
15878
|
__decorate([
|
|
15676
15879
|
(0, server_1.Field)(),
|
|
15677
15880
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -16043,6 +16246,16 @@ __decorate([
|
|
|
16043
16246
|
(0, server_1.Field)(() => server_1.Int, { nullable: true }),
|
|
16044
16247
|
__metadata("design:type", Number)
|
|
16045
16248
|
], Tag_.prototype, "ParentID", void 0);
|
|
16249
|
+
__decorate([
|
|
16250
|
+
(0, server_1.Field)(),
|
|
16251
|
+
(0, class_validator_1.MaxLength)(10),
|
|
16252
|
+
__metadata("design:type", Date)
|
|
16253
|
+
], Tag_.prototype, "_mj__CreatedAt", void 0);
|
|
16254
|
+
__decorate([
|
|
16255
|
+
(0, server_1.Field)(),
|
|
16256
|
+
(0, class_validator_1.MaxLength)(10),
|
|
16257
|
+
__metadata("design:type", Date)
|
|
16258
|
+
], Tag_.prototype, "_mj__UpdatedAt", void 0);
|
|
16046
16259
|
__decorate([
|
|
16047
16260
|
(0, server_1.Field)({ nullable: true }),
|
|
16048
16261
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -16201,6 +16414,16 @@ __decorate([
|
|
|
16201
16414
|
(0, class_validator_1.MaxLength)(510),
|
|
16202
16415
|
__metadata("design:type", String)
|
|
16203
16416
|
], TaggedItem_.prototype, "RecordID", void 0);
|
|
16417
|
+
__decorate([
|
|
16418
|
+
(0, server_1.Field)(),
|
|
16419
|
+
(0, class_validator_1.MaxLength)(10),
|
|
16420
|
+
__metadata("design:type", Date)
|
|
16421
|
+
], TaggedItem_.prototype, "_mj__CreatedAt", void 0);
|
|
16422
|
+
__decorate([
|
|
16423
|
+
(0, server_1.Field)(),
|
|
16424
|
+
(0, class_validator_1.MaxLength)(10),
|
|
16425
|
+
__metadata("design:type", Date)
|
|
16426
|
+
], TaggedItem_.prototype, "_mj__UpdatedAt", void 0);
|
|
16204
16427
|
__decorate([
|
|
16205
16428
|
(0, server_1.Field)(),
|
|
16206
16429
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -16328,14 +16551,14 @@ __decorate([
|
|
|
16328
16551
|
], Workspace_.prototype, "UserID", void 0);
|
|
16329
16552
|
__decorate([
|
|
16330
16553
|
(0, server_1.Field)(),
|
|
16331
|
-
(0, class_validator_1.MaxLength)(
|
|
16554
|
+
(0, class_validator_1.MaxLength)(10),
|
|
16332
16555
|
__metadata("design:type", Date)
|
|
16333
|
-
], Workspace_.prototype, "
|
|
16556
|
+
], Workspace_.prototype, "_mj__CreatedAt", void 0);
|
|
16334
16557
|
__decorate([
|
|
16335
16558
|
(0, server_1.Field)(),
|
|
16336
|
-
(0, class_validator_1.MaxLength)(
|
|
16559
|
+
(0, class_validator_1.MaxLength)(10),
|
|
16337
16560
|
__metadata("design:type", Date)
|
|
16338
|
-
], Workspace_.prototype, "
|
|
16561
|
+
], Workspace_.prototype, "_mj__UpdatedAt", void 0);
|
|
16339
16562
|
__decorate([
|
|
16340
16563
|
(0, server_1.Field)(),
|
|
16341
16564
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -16576,14 +16799,14 @@ __decorate([
|
|
|
16576
16799
|
], WorkspaceItem_.prototype, "Configuration", void 0);
|
|
16577
16800
|
__decorate([
|
|
16578
16801
|
(0, server_1.Field)(),
|
|
16579
|
-
(0, class_validator_1.MaxLength)(
|
|
16802
|
+
(0, class_validator_1.MaxLength)(10),
|
|
16580
16803
|
__metadata("design:type", Date)
|
|
16581
|
-
], WorkspaceItem_.prototype, "
|
|
16804
|
+
], WorkspaceItem_.prototype, "_mj__CreatedAt", void 0);
|
|
16582
16805
|
__decorate([
|
|
16583
16806
|
(0, server_1.Field)(),
|
|
16584
|
-
(0, class_validator_1.MaxLength)(
|
|
16807
|
+
(0, class_validator_1.MaxLength)(10),
|
|
16585
16808
|
__metadata("design:type", Date)
|
|
16586
|
-
], WorkspaceItem_.prototype, "
|
|
16809
|
+
], WorkspaceItem_.prototype, "_mj__UpdatedAt", void 0);
|
|
16587
16810
|
__decorate([
|
|
16588
16811
|
(0, server_1.Field)(),
|
|
16589
16812
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -16821,14 +17044,14 @@ __decorate([
|
|
|
16821
17044
|
], Dataset_.prototype, "Description", void 0);
|
|
16822
17045
|
__decorate([
|
|
16823
17046
|
(0, server_1.Field)(),
|
|
16824
|
-
(0, class_validator_1.MaxLength)(
|
|
17047
|
+
(0, class_validator_1.MaxLength)(10),
|
|
16825
17048
|
__metadata("design:type", Date)
|
|
16826
|
-
], Dataset_.prototype, "
|
|
17049
|
+
], Dataset_.prototype, "_mj__CreatedAt", void 0);
|
|
16827
17050
|
__decorate([
|
|
16828
17051
|
(0, server_1.Field)(),
|
|
16829
|
-
(0, class_validator_1.MaxLength)(
|
|
17052
|
+
(0, class_validator_1.MaxLength)(10),
|
|
16830
17053
|
__metadata("design:type", Date)
|
|
16831
|
-
], Dataset_.prototype, "
|
|
17054
|
+
], Dataset_.prototype, "_mj__UpdatedAt", void 0);
|
|
16832
17055
|
__decorate([
|
|
16833
17056
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.DatasetItem_]),
|
|
16834
17057
|
__metadata("design:type", Array)
|
|
@@ -16983,14 +17206,14 @@ __decorate([
|
|
|
16983
17206
|
], DatasetItem_.prototype, "Description", void 0);
|
|
16984
17207
|
__decorate([
|
|
16985
17208
|
(0, server_1.Field)(),
|
|
16986
|
-
(0, class_validator_1.MaxLength)(
|
|
17209
|
+
(0, class_validator_1.MaxLength)(10),
|
|
16987
17210
|
__metadata("design:type", Date)
|
|
16988
|
-
], DatasetItem_.prototype, "
|
|
17211
|
+
], DatasetItem_.prototype, "_mj__CreatedAt", void 0);
|
|
16989
17212
|
__decorate([
|
|
16990
17213
|
(0, server_1.Field)(),
|
|
16991
|
-
(0, class_validator_1.MaxLength)(
|
|
17214
|
+
(0, class_validator_1.MaxLength)(10),
|
|
16992
17215
|
__metadata("design:type", Date)
|
|
16993
|
-
], DatasetItem_.prototype, "
|
|
17216
|
+
], DatasetItem_.prototype, "_mj__UpdatedAt", void 0);
|
|
16994
17217
|
__decorate([
|
|
16995
17218
|
(0, server_1.Field)(),
|
|
16996
17219
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -17126,14 +17349,14 @@ __decorate([
|
|
|
17126
17349
|
], ConversationDetail_.prototype, "HiddenToUser", void 0);
|
|
17127
17350
|
__decorate([
|
|
17128
17351
|
(0, server_1.Field)(),
|
|
17129
|
-
(0, class_validator_1.MaxLength)(
|
|
17352
|
+
(0, class_validator_1.MaxLength)(10),
|
|
17130
17353
|
__metadata("design:type", Date)
|
|
17131
|
-
], ConversationDetail_.prototype, "
|
|
17354
|
+
], ConversationDetail_.prototype, "_mj__CreatedAt", void 0);
|
|
17132
17355
|
__decorate([
|
|
17133
17356
|
(0, server_1.Field)(),
|
|
17134
|
-
(0, class_validator_1.MaxLength)(
|
|
17357
|
+
(0, class_validator_1.MaxLength)(10),
|
|
17135
17358
|
__metadata("design:type", Date)
|
|
17136
|
-
], ConversationDetail_.prototype, "
|
|
17359
|
+
], ConversationDetail_.prototype, "_mj__UpdatedAt", void 0);
|
|
17137
17360
|
__decorate([
|
|
17138
17361
|
(0, server_1.Field)({ nullable: true }),
|
|
17139
17362
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -17408,14 +17631,14 @@ __decorate([
|
|
|
17408
17631
|
], Conversation_.prototype, "DataContextID", void 0);
|
|
17409
17632
|
__decorate([
|
|
17410
17633
|
(0, server_1.Field)(),
|
|
17411
|
-
(0, class_validator_1.MaxLength)(
|
|
17634
|
+
(0, class_validator_1.MaxLength)(10),
|
|
17412
17635
|
__metadata("design:type", Date)
|
|
17413
|
-
], Conversation_.prototype, "
|
|
17636
|
+
], Conversation_.prototype, "_mj__CreatedAt", void 0);
|
|
17414
17637
|
__decorate([
|
|
17415
17638
|
(0, server_1.Field)(),
|
|
17416
|
-
(0, class_validator_1.MaxLength)(
|
|
17639
|
+
(0, class_validator_1.MaxLength)(10),
|
|
17417
17640
|
__metadata("design:type", Date)
|
|
17418
|
-
], Conversation_.prototype, "
|
|
17641
|
+
], Conversation_.prototype, "_mj__UpdatedAt", void 0);
|
|
17419
17642
|
__decorate([
|
|
17420
17643
|
(0, server_1.Field)(),
|
|
17421
17644
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -17732,14 +17955,14 @@ __decorate([
|
|
|
17732
17955
|
], UserNotification_.prototype, "ReadAt", void 0);
|
|
17733
17956
|
__decorate([
|
|
17734
17957
|
(0, server_1.Field)(),
|
|
17735
|
-
(0, class_validator_1.MaxLength)(
|
|
17958
|
+
(0, class_validator_1.MaxLength)(10),
|
|
17736
17959
|
__metadata("design:type", Date)
|
|
17737
|
-
], UserNotification_.prototype, "
|
|
17960
|
+
], UserNotification_.prototype, "_mj__CreatedAt", void 0);
|
|
17738
17961
|
__decorate([
|
|
17739
17962
|
(0, server_1.Field)(),
|
|
17740
|
-
(0, class_validator_1.MaxLength)(
|
|
17963
|
+
(0, class_validator_1.MaxLength)(10),
|
|
17741
17964
|
__metadata("design:type", Date)
|
|
17742
|
-
], UserNotification_.prototype, "
|
|
17965
|
+
], UserNotification_.prototype, "_mj__UpdatedAt", void 0);
|
|
17743
17966
|
__decorate([
|
|
17744
17967
|
(0, server_1.Field)(),
|
|
17745
17968
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -17988,14 +18211,14 @@ __decorate([
|
|
|
17988
18211
|
], SchemaInfo_.prototype, "Comments", void 0);
|
|
17989
18212
|
__decorate([
|
|
17990
18213
|
(0, server_1.Field)(),
|
|
17991
|
-
(0, class_validator_1.MaxLength)(
|
|
18214
|
+
(0, class_validator_1.MaxLength)(10),
|
|
17992
18215
|
__metadata("design:type", Date)
|
|
17993
|
-
], SchemaInfo_.prototype, "
|
|
18216
|
+
], SchemaInfo_.prototype, "_mj__CreatedAt", void 0);
|
|
17994
18217
|
__decorate([
|
|
17995
18218
|
(0, server_1.Field)(),
|
|
17996
|
-
(0, class_validator_1.MaxLength)(
|
|
18219
|
+
(0, class_validator_1.MaxLength)(10),
|
|
17997
18220
|
__metadata("design:type", Date)
|
|
17998
|
-
], SchemaInfo_.prototype, "
|
|
18221
|
+
], SchemaInfo_.prototype, "_mj__UpdatedAt", void 0);
|
|
17999
18222
|
exports.SchemaInfo_ = SchemaInfo_ = __decorate([
|
|
18000
18223
|
(0, server_1.ObjectType)({ description: 'Tracks the schemas in the system and the ID ranges that are valid for entities within each schema.' })
|
|
18001
18224
|
], SchemaInfo_);
|
|
@@ -18194,14 +18417,14 @@ __decorate([
|
|
|
18194
18417
|
], CompanyIntegrationRecordMap_.prototype, "EntityRecordID", void 0);
|
|
18195
18418
|
__decorate([
|
|
18196
18419
|
(0, server_1.Field)(),
|
|
18197
|
-
(0, class_validator_1.MaxLength)(
|
|
18420
|
+
(0, class_validator_1.MaxLength)(10),
|
|
18198
18421
|
__metadata("design:type", Date)
|
|
18199
|
-
], CompanyIntegrationRecordMap_.prototype, "
|
|
18422
|
+
], CompanyIntegrationRecordMap_.prototype, "_mj__CreatedAt", void 0);
|
|
18200
18423
|
__decorate([
|
|
18201
18424
|
(0, server_1.Field)(),
|
|
18202
|
-
(0, class_validator_1.MaxLength)(
|
|
18425
|
+
(0, class_validator_1.MaxLength)(10),
|
|
18203
18426
|
__metadata("design:type", Date)
|
|
18204
|
-
], CompanyIntegrationRecordMap_.prototype, "
|
|
18427
|
+
], CompanyIntegrationRecordMap_.prototype, "_mj__UpdatedAt", void 0);
|
|
18205
18428
|
__decorate([
|
|
18206
18429
|
(0, server_1.Field)(),
|
|
18207
18430
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -18432,14 +18655,14 @@ __decorate([
|
|
|
18432
18655
|
], RecordMergeLog_.prototype, "Comments", void 0);
|
|
18433
18656
|
__decorate([
|
|
18434
18657
|
(0, server_1.Field)(),
|
|
18435
|
-
(0, class_validator_1.MaxLength)(
|
|
18658
|
+
(0, class_validator_1.MaxLength)(10),
|
|
18436
18659
|
__metadata("design:type", Date)
|
|
18437
|
-
], RecordMergeLog_.prototype, "
|
|
18660
|
+
], RecordMergeLog_.prototype, "_mj__CreatedAt", void 0);
|
|
18438
18661
|
__decorate([
|
|
18439
|
-
(0, server_1.Field)(
|
|
18440
|
-
(0, class_validator_1.MaxLength)(
|
|
18662
|
+
(0, server_1.Field)(),
|
|
18663
|
+
(0, class_validator_1.MaxLength)(10),
|
|
18441
18664
|
__metadata("design:type", Date)
|
|
18442
|
-
], RecordMergeLog_.prototype, "
|
|
18665
|
+
], RecordMergeLog_.prototype, "_mj__UpdatedAt", void 0);
|
|
18443
18666
|
__decorate([
|
|
18444
18667
|
(0, server_1.Field)(),
|
|
18445
18668
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -18734,14 +18957,14 @@ __decorate([
|
|
|
18734
18957
|
], RecordMergeDeletionLog_.prototype, "ProcessingLog", void 0);
|
|
18735
18958
|
__decorate([
|
|
18736
18959
|
(0, server_1.Field)(),
|
|
18737
|
-
(0, class_validator_1.MaxLength)(
|
|
18960
|
+
(0, class_validator_1.MaxLength)(10),
|
|
18738
18961
|
__metadata("design:type", Date)
|
|
18739
|
-
], RecordMergeDeletionLog_.prototype, "
|
|
18962
|
+
], RecordMergeDeletionLog_.prototype, "_mj__CreatedAt", void 0);
|
|
18740
18963
|
__decorate([
|
|
18741
18964
|
(0, server_1.Field)(),
|
|
18742
|
-
(0, class_validator_1.MaxLength)(
|
|
18965
|
+
(0, class_validator_1.MaxLength)(10),
|
|
18743
18966
|
__metadata("design:type", Date)
|
|
18744
|
-
], RecordMergeDeletionLog_.prototype, "
|
|
18967
|
+
], RecordMergeDeletionLog_.prototype, "_mj__UpdatedAt", void 0);
|
|
18745
18968
|
exports.RecordMergeDeletionLog_ = RecordMergeDeletionLog_ = __decorate([
|
|
18746
18969
|
(0, server_1.ObjectType)()
|
|
18747
18970
|
], RecordMergeDeletionLog_);
|
|
@@ -20053,14 +20276,14 @@ __decorate([
|
|
|
20053
20276
|
], VectorIndex_.prototype, "EmbeddingModelID", void 0);
|
|
20054
20277
|
__decorate([
|
|
20055
20278
|
(0, server_1.Field)(),
|
|
20056
|
-
(0, class_validator_1.MaxLength)(
|
|
20279
|
+
(0, class_validator_1.MaxLength)(10),
|
|
20057
20280
|
__metadata("design:type", Date)
|
|
20058
|
-
], VectorIndex_.prototype, "
|
|
20281
|
+
], VectorIndex_.prototype, "_mj__CreatedAt", void 0);
|
|
20059
20282
|
__decorate([
|
|
20060
20283
|
(0, server_1.Field)(),
|
|
20061
|
-
(0, class_validator_1.MaxLength)(
|
|
20284
|
+
(0, class_validator_1.MaxLength)(10),
|
|
20062
20285
|
__metadata("design:type", Date)
|
|
20063
|
-
], VectorIndex_.prototype, "
|
|
20286
|
+
], VectorIndex_.prototype, "_mj__UpdatedAt", void 0);
|
|
20064
20287
|
__decorate([
|
|
20065
20288
|
(0, server_1.Field)(),
|
|
20066
20289
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -20682,14 +20905,14 @@ __decorate([
|
|
|
20682
20905
|
], VectorDatabase_.prototype, "ClassKey", void 0);
|
|
20683
20906
|
__decorate([
|
|
20684
20907
|
(0, server_1.Field)(),
|
|
20685
|
-
(0, class_validator_1.MaxLength)(
|
|
20908
|
+
(0, class_validator_1.MaxLength)(10),
|
|
20686
20909
|
__metadata("design:type", Date)
|
|
20687
|
-
], VectorDatabase_.prototype, "
|
|
20910
|
+
], VectorDatabase_.prototype, "_mj__CreatedAt", void 0);
|
|
20688
20911
|
__decorate([
|
|
20689
20912
|
(0, server_1.Field)(),
|
|
20690
|
-
(0, class_validator_1.MaxLength)(
|
|
20913
|
+
(0, class_validator_1.MaxLength)(10),
|
|
20691
20914
|
__metadata("design:type", Date)
|
|
20692
|
-
], VectorDatabase_.prototype, "
|
|
20915
|
+
], VectorDatabase_.prototype, "_mj__UpdatedAt", void 0);
|
|
20693
20916
|
__decorate([
|
|
20694
20917
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.VectorIndex_]),
|
|
20695
20918
|
__metadata("design:type", Array)
|
|
@@ -21516,14 +21739,14 @@ __decorate([
|
|
|
21516
21739
|
], DataContextItem_.prototype, "LastRefreshedAt", void 0);
|
|
21517
21740
|
__decorate([
|
|
21518
21741
|
(0, server_1.Field)(),
|
|
21519
|
-
(0, class_validator_1.MaxLength)(
|
|
21742
|
+
(0, class_validator_1.MaxLength)(10),
|
|
21520
21743
|
__metadata("design:type", Date)
|
|
21521
|
-
], DataContextItem_.prototype, "
|
|
21744
|
+
], DataContextItem_.prototype, "_mj__CreatedAt", void 0);
|
|
21522
21745
|
__decorate([
|
|
21523
21746
|
(0, server_1.Field)(),
|
|
21524
|
-
(0, class_validator_1.MaxLength)(
|
|
21747
|
+
(0, class_validator_1.MaxLength)(10),
|
|
21525
21748
|
__metadata("design:type", Date)
|
|
21526
|
-
], DataContextItem_.prototype, "
|
|
21749
|
+
], DataContextItem_.prototype, "_mj__UpdatedAt", void 0);
|
|
21527
21750
|
__decorate([
|
|
21528
21751
|
(0, server_1.Field)(),
|
|
21529
21752
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -21796,14 +22019,14 @@ __decorate([
|
|
|
21796
22019
|
], DataContext_.prototype, "LastRefreshedAt", void 0);
|
|
21797
22020
|
__decorate([
|
|
21798
22021
|
(0, server_1.Field)(),
|
|
21799
|
-
(0, class_validator_1.MaxLength)(
|
|
22022
|
+
(0, class_validator_1.MaxLength)(10),
|
|
21800
22023
|
__metadata("design:type", Date)
|
|
21801
|
-
], DataContext_.prototype, "
|
|
22024
|
+
], DataContext_.prototype, "_mj__CreatedAt", void 0);
|
|
21802
22025
|
__decorate([
|
|
21803
22026
|
(0, server_1.Field)(),
|
|
21804
|
-
(0, class_validator_1.MaxLength)(
|
|
22027
|
+
(0, class_validator_1.MaxLength)(10),
|
|
21805
22028
|
__metadata("design:type", Date)
|
|
21806
|
-
], DataContext_.prototype, "
|
|
22029
|
+
], DataContext_.prototype, "_mj__UpdatedAt", void 0);
|
|
21807
22030
|
__decorate([
|
|
21808
22031
|
(0, server_1.Field)(),
|
|
21809
22032
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -22052,16 +22275,6 @@ __decorate([
|
|
|
22052
22275
|
(0, server_1.Field)(() => server_1.Int, { nullable: true }),
|
|
22053
22276
|
__metadata("design:type", Number)
|
|
22054
22277
|
], UserViewCategory_.prototype, "ParentID", void 0);
|
|
22055
|
-
__decorate([
|
|
22056
|
-
(0, server_1.Field)(),
|
|
22057
|
-
(0, class_validator_1.MaxLength)(8),
|
|
22058
|
-
__metadata("design:type", Date)
|
|
22059
|
-
], UserViewCategory_.prototype, "CreatedAt", void 0);
|
|
22060
|
-
__decorate([
|
|
22061
|
-
(0, server_1.Field)(),
|
|
22062
|
-
(0, class_validator_1.MaxLength)(8),
|
|
22063
|
-
__metadata("design:type", Date)
|
|
22064
|
-
], UserViewCategory_.prototype, "UpdatedAt", void 0);
|
|
22065
22278
|
__decorate([
|
|
22066
22279
|
(0, server_1.Field)(() => server_1.Int),
|
|
22067
22280
|
__metadata("design:type", Number)
|
|
@@ -22070,6 +22283,16 @@ __decorate([
|
|
|
22070
22283
|
(0, server_1.Field)(() => server_1.Int),
|
|
22071
22284
|
__metadata("design:type", Number)
|
|
22072
22285
|
], UserViewCategory_.prototype, "UserID", void 0);
|
|
22286
|
+
__decorate([
|
|
22287
|
+
(0, server_1.Field)(),
|
|
22288
|
+
(0, class_validator_1.MaxLength)(10),
|
|
22289
|
+
__metadata("design:type", Date)
|
|
22290
|
+
], UserViewCategory_.prototype, "_mj__CreatedAt", void 0);
|
|
22291
|
+
__decorate([
|
|
22292
|
+
(0, server_1.Field)(),
|
|
22293
|
+
(0, class_validator_1.MaxLength)(10),
|
|
22294
|
+
__metadata("design:type", Date)
|
|
22295
|
+
], UserViewCategory_.prototype, "_mj__UpdatedAt", void 0);
|
|
22073
22296
|
__decorate([
|
|
22074
22297
|
(0, server_1.Field)({ nullable: true }),
|
|
22075
22298
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -22331,20 +22554,20 @@ __decorate([
|
|
|
22331
22554
|
(0, server_1.Field)(() => server_1.Int, { nullable: true }),
|
|
22332
22555
|
__metadata("design:type", Number)
|
|
22333
22556
|
], DashboardCategory_.prototype, "ParentID", void 0);
|
|
22557
|
+
__decorate([
|
|
22558
|
+
(0, server_1.Field)(() => server_1.Int),
|
|
22559
|
+
__metadata("design:type", Number)
|
|
22560
|
+
], DashboardCategory_.prototype, "UserID", void 0);
|
|
22334
22561
|
__decorate([
|
|
22335
22562
|
(0, server_1.Field)(),
|
|
22336
|
-
(0, class_validator_1.MaxLength)(
|
|
22563
|
+
(0, class_validator_1.MaxLength)(10),
|
|
22337
22564
|
__metadata("design:type", Date)
|
|
22338
|
-
], DashboardCategory_.prototype, "
|
|
22565
|
+
], DashboardCategory_.prototype, "_mj__CreatedAt", void 0);
|
|
22339
22566
|
__decorate([
|
|
22340
22567
|
(0, server_1.Field)(),
|
|
22341
|
-
(0, class_validator_1.MaxLength)(
|
|
22568
|
+
(0, class_validator_1.MaxLength)(10),
|
|
22342
22569
|
__metadata("design:type", Date)
|
|
22343
|
-
], DashboardCategory_.prototype, "
|
|
22344
|
-
__decorate([
|
|
22345
|
-
(0, server_1.Field)(() => server_1.Int),
|
|
22346
|
-
__metadata("design:type", Number)
|
|
22347
|
-
], DashboardCategory_.prototype, "UserID", void 0);
|
|
22570
|
+
], DashboardCategory_.prototype, "_mj__UpdatedAt", void 0);
|
|
22348
22571
|
__decorate([
|
|
22349
22572
|
(0, server_1.Field)({ nullable: true }),
|
|
22350
22573
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -22598,20 +22821,20 @@ __decorate([
|
|
|
22598
22821
|
(0, server_1.Field)(() => server_1.Int, { nullable: true }),
|
|
22599
22822
|
__metadata("design:type", Number)
|
|
22600
22823
|
], ReportCategory_.prototype, "ParentID", void 0);
|
|
22824
|
+
__decorate([
|
|
22825
|
+
(0, server_1.Field)(() => server_1.Int),
|
|
22826
|
+
__metadata("design:type", Number)
|
|
22827
|
+
], ReportCategory_.prototype, "UserID", void 0);
|
|
22601
22828
|
__decorate([
|
|
22602
22829
|
(0, server_1.Field)(),
|
|
22603
|
-
(0, class_validator_1.MaxLength)(
|
|
22830
|
+
(0, class_validator_1.MaxLength)(10),
|
|
22604
22831
|
__metadata("design:type", Date)
|
|
22605
|
-
], ReportCategory_.prototype, "
|
|
22832
|
+
], ReportCategory_.prototype, "_mj__CreatedAt", void 0);
|
|
22606
22833
|
__decorate([
|
|
22607
22834
|
(0, server_1.Field)(),
|
|
22608
|
-
(0, class_validator_1.MaxLength)(
|
|
22835
|
+
(0, class_validator_1.MaxLength)(10),
|
|
22609
22836
|
__metadata("design:type", Date)
|
|
22610
|
-
], ReportCategory_.prototype, "
|
|
22611
|
-
__decorate([
|
|
22612
|
-
(0, server_1.Field)(() => server_1.Int),
|
|
22613
|
-
__metadata("design:type", Number)
|
|
22614
|
-
], ReportCategory_.prototype, "UserID", void 0);
|
|
22837
|
+
], ReportCategory_.prototype, "_mj__UpdatedAt", void 0);
|
|
22615
22838
|
__decorate([
|
|
22616
22839
|
(0, server_1.Field)({ nullable: true }),
|
|
22617
22840
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -22881,14 +23104,14 @@ __decorate([
|
|
|
22881
23104
|
], FileStorageProvider_.prototype, "IsActive", void 0);
|
|
22882
23105
|
__decorate([
|
|
22883
23106
|
(0, server_1.Field)(),
|
|
22884
|
-
(0, class_validator_1.MaxLength)(
|
|
23107
|
+
(0, class_validator_1.MaxLength)(10),
|
|
22885
23108
|
__metadata("design:type", Date)
|
|
22886
|
-
], FileStorageProvider_.prototype, "
|
|
23109
|
+
], FileStorageProvider_.prototype, "_mj__CreatedAt", void 0);
|
|
22887
23110
|
__decorate([
|
|
22888
23111
|
(0, server_1.Field)(),
|
|
22889
|
-
(0, class_validator_1.MaxLength)(
|
|
23112
|
+
(0, class_validator_1.MaxLength)(10),
|
|
22890
23113
|
__metadata("design:type", Date)
|
|
22891
|
-
], FileStorageProvider_.prototype, "
|
|
23114
|
+
], FileStorageProvider_.prototype, "_mj__UpdatedAt", void 0);
|
|
22892
23115
|
__decorate([
|
|
22893
23116
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.File_]),
|
|
22894
23117
|
__metadata("design:type", Array)
|
|
@@ -23136,14 +23359,14 @@ __decorate([
|
|
|
23136
23359
|
], File_.prototype, "Status", void 0);
|
|
23137
23360
|
__decorate([
|
|
23138
23361
|
(0, server_1.Field)(),
|
|
23139
|
-
(0, class_validator_1.MaxLength)(
|
|
23362
|
+
(0, class_validator_1.MaxLength)(10),
|
|
23140
23363
|
__metadata("design:type", Date)
|
|
23141
|
-
], File_.prototype, "
|
|
23364
|
+
], File_.prototype, "_mj__CreatedAt", void 0);
|
|
23142
23365
|
__decorate([
|
|
23143
23366
|
(0, server_1.Field)(),
|
|
23144
|
-
(0, class_validator_1.MaxLength)(
|
|
23367
|
+
(0, class_validator_1.MaxLength)(10),
|
|
23145
23368
|
__metadata("design:type", Date)
|
|
23146
|
-
], File_.prototype, "
|
|
23369
|
+
], File_.prototype, "_mj__UpdatedAt", void 0);
|
|
23147
23370
|
__decorate([
|
|
23148
23371
|
(0, server_1.Field)(),
|
|
23149
23372
|
(0, class_validator_1.MaxLength)(100),
|
|
@@ -23404,14 +23627,14 @@ __decorate([
|
|
|
23404
23627
|
], FileCategory_.prototype, "ParentID", void 0);
|
|
23405
23628
|
__decorate([
|
|
23406
23629
|
(0, server_1.Field)(),
|
|
23407
|
-
(0, class_validator_1.MaxLength)(
|
|
23630
|
+
(0, class_validator_1.MaxLength)(10),
|
|
23408
23631
|
__metadata("design:type", Date)
|
|
23409
|
-
], FileCategory_.prototype, "
|
|
23632
|
+
], FileCategory_.prototype, "_mj__CreatedAt", void 0);
|
|
23410
23633
|
__decorate([
|
|
23411
23634
|
(0, server_1.Field)(),
|
|
23412
|
-
(0, class_validator_1.MaxLength)(
|
|
23635
|
+
(0, class_validator_1.MaxLength)(10),
|
|
23413
23636
|
__metadata("design:type", Date)
|
|
23414
|
-
], FileCategory_.prototype, "
|
|
23637
|
+
], FileCategory_.prototype, "_mj__UpdatedAt", void 0);
|
|
23415
23638
|
__decorate([
|
|
23416
23639
|
(0, server_1.Field)({ nullable: true }),
|
|
23417
23640
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -23654,14 +23877,14 @@ __decorate([
|
|
|
23654
23877
|
], FileEntityRecordLink_.prototype, "RecordID", void 0);
|
|
23655
23878
|
__decorate([
|
|
23656
23879
|
(0, server_1.Field)(),
|
|
23657
|
-
(0, class_validator_1.MaxLength)(
|
|
23880
|
+
(0, class_validator_1.MaxLength)(10),
|
|
23658
23881
|
__metadata("design:type", Date)
|
|
23659
|
-
], FileEntityRecordLink_.prototype, "
|
|
23882
|
+
], FileEntityRecordLink_.prototype, "_mj__CreatedAt", void 0);
|
|
23660
23883
|
__decorate([
|
|
23661
23884
|
(0, server_1.Field)(),
|
|
23662
|
-
(0, class_validator_1.MaxLength)(
|
|
23885
|
+
(0, class_validator_1.MaxLength)(10),
|
|
23663
23886
|
__metadata("design:type", Date)
|
|
23664
|
-
], FileEntityRecordLink_.prototype, "
|
|
23887
|
+
], FileEntityRecordLink_.prototype, "_mj__UpdatedAt", void 0);
|
|
23665
23888
|
__decorate([
|
|
23666
23889
|
(0, server_1.Field)(),
|
|
23667
23890
|
(0, class_validator_1.MaxLength)(1000),
|
|
@@ -23879,14 +24102,14 @@ __decorate([
|
|
|
23879
24102
|
], VersionInstallation_.prototype, "Comments", void 0);
|
|
23880
24103
|
__decorate([
|
|
23881
24104
|
(0, server_1.Field)(),
|
|
23882
|
-
(0, class_validator_1.MaxLength)(
|
|
24105
|
+
(0, class_validator_1.MaxLength)(10),
|
|
23883
24106
|
__metadata("design:type", Date)
|
|
23884
|
-
], VersionInstallation_.prototype, "
|
|
24107
|
+
], VersionInstallation_.prototype, "_mj__CreatedAt", void 0);
|
|
23885
24108
|
__decorate([
|
|
23886
24109
|
(0, server_1.Field)(),
|
|
23887
|
-
(0, class_validator_1.MaxLength)(
|
|
24110
|
+
(0, class_validator_1.MaxLength)(10),
|
|
23888
24111
|
__metadata("design:type", Date)
|
|
23889
|
-
], VersionInstallation_.prototype, "
|
|
24112
|
+
], VersionInstallation_.prototype, "_mj__UpdatedAt", void 0);
|
|
23890
24113
|
__decorate([
|
|
23891
24114
|
(0, server_1.Field)({ nullable: true }),
|
|
23892
24115
|
(0, class_validator_1.MaxLength)(604),
|
|
@@ -24151,14 +24374,14 @@ __decorate([
|
|
|
24151
24374
|
], DuplicateRunDetailMatch_.prototype, "RecordMergeLogID", void 0);
|
|
24152
24375
|
__decorate([
|
|
24153
24376
|
(0, server_1.Field)(),
|
|
24154
|
-
(0, class_validator_1.MaxLength)(
|
|
24377
|
+
(0, class_validator_1.MaxLength)(10),
|
|
24155
24378
|
__metadata("design:type", Date)
|
|
24156
|
-
], DuplicateRunDetailMatch_.prototype, "
|
|
24379
|
+
], DuplicateRunDetailMatch_.prototype, "_mj__CreatedAt", void 0);
|
|
24157
24380
|
__decorate([
|
|
24158
24381
|
(0, server_1.Field)(),
|
|
24159
|
-
(0, class_validator_1.MaxLength)(
|
|
24382
|
+
(0, class_validator_1.MaxLength)(10),
|
|
24160
24383
|
__metadata("design:type", Date)
|
|
24161
|
-
], DuplicateRunDetailMatch_.prototype, "
|
|
24384
|
+
], DuplicateRunDetailMatch_.prototype, "_mj__UpdatedAt", void 0);
|
|
24162
24385
|
exports.DuplicateRunDetailMatch_ = DuplicateRunDetailMatch_ = __decorate([
|
|
24163
24386
|
(0, server_1.ObjectType)()
|
|
24164
24387
|
], DuplicateRunDetailMatch_);
|
|
@@ -24851,14 +25074,14 @@ __decorate([
|
|
|
24851
25074
|
], DuplicateRun_.prototype, "SourceListID", void 0);
|
|
24852
25075
|
__decorate([
|
|
24853
25076
|
(0, server_1.Field)(),
|
|
24854
|
-
(0, class_validator_1.MaxLength)(
|
|
25077
|
+
(0, class_validator_1.MaxLength)(10),
|
|
24855
25078
|
__metadata("design:type", Date)
|
|
24856
|
-
], DuplicateRun_.prototype, "
|
|
25079
|
+
], DuplicateRun_.prototype, "_mj__CreatedAt", void 0);
|
|
24857
25080
|
__decorate([
|
|
24858
25081
|
(0, server_1.Field)(),
|
|
24859
|
-
(0, class_validator_1.MaxLength)(
|
|
25082
|
+
(0, class_validator_1.MaxLength)(10),
|
|
24860
25083
|
__metadata("design:type", Date)
|
|
24861
|
-
], DuplicateRun_.prototype, "
|
|
25084
|
+
], DuplicateRun_.prototype, "_mj__UpdatedAt", void 0);
|
|
24862
25085
|
__decorate([
|
|
24863
25086
|
(0, server_1.Field)(),
|
|
24864
25087
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -25157,14 +25380,14 @@ __decorate([
|
|
|
25157
25380
|
], DuplicateRunDetail_.prototype, "MergeErrorMessage", void 0);
|
|
25158
25381
|
__decorate([
|
|
25159
25382
|
(0, server_1.Field)(),
|
|
25160
|
-
(0, class_validator_1.MaxLength)(
|
|
25383
|
+
(0, class_validator_1.MaxLength)(10),
|
|
25161
25384
|
__metadata("design:type", Date)
|
|
25162
|
-
], DuplicateRunDetail_.prototype, "
|
|
25385
|
+
], DuplicateRunDetail_.prototype, "_mj__CreatedAt", void 0);
|
|
25163
25386
|
__decorate([
|
|
25164
25387
|
(0, server_1.Field)(),
|
|
25165
|
-
(0, class_validator_1.MaxLength)(
|
|
25388
|
+
(0, class_validator_1.MaxLength)(10),
|
|
25166
25389
|
__metadata("design:type", Date)
|
|
25167
|
-
], DuplicateRunDetail_.prototype, "
|
|
25390
|
+
], DuplicateRunDetail_.prototype, "_mj__UpdatedAt", void 0);
|
|
25168
25391
|
__decorate([
|
|
25169
25392
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.DuplicateRunDetailMatch_]),
|
|
25170
25393
|
__metadata("design:type", Array)
|
|
@@ -26383,6 +26606,10 @@ __decorate([
|
|
|
26383
26606
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.EntityActionFilter_]),
|
|
26384
26607
|
__metadata("design:type", Array)
|
|
26385
26608
|
], EntityAction_.prototype, "EntityActionFiltersArray", void 0);
|
|
26609
|
+
__decorate([
|
|
26610
|
+
(0, server_1.Field)(() => [mj_core_schema_server_object_types.EntityActionParam_]),
|
|
26611
|
+
__metadata("design:type", Array)
|
|
26612
|
+
], EntityAction_.prototype, "EntityActionParamsArray", void 0);
|
|
26386
26613
|
exports.EntityAction_ = EntityAction_ = __decorate([
|
|
26387
26614
|
(0, server_1.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.' })
|
|
26388
26615
|
], EntityAction_);
|
|
@@ -26493,6 +26720,12 @@ let EntityActionResolver = class EntityActionResolver extends server_1.ResolverB
|
|
|
26493
26720
|
const result = this.ArrayMapFieldNamesToCodeNames('Entity Action Filters', await dataSource.query(sSQL));
|
|
26494
26721
|
return result;
|
|
26495
26722
|
}
|
|
26723
|
+
async EntityActionParamsArray(entityaction_, { dataSource, userPayload }, pubSub) {
|
|
26724
|
+
this.CheckUserReadPermissions('Entity Action Params', userPayload);
|
|
26725
|
+
const sSQL = `SELECT * FROM [${core_1.Metadata.Provider.ConfigData.MJCoreSchemaName}].[vwEntityActionParams] WHERE [EntityActionID]=${entityaction_.ID} ` + this.getRowLevelSecurityWhereClause('Entity Action Params', userPayload, core_1.EntityPermissionType.Read, 'AND');
|
|
26726
|
+
const result = this.ArrayMapFieldNamesToCodeNames('Entity Action Params', await dataSource.query(sSQL));
|
|
26727
|
+
return result;
|
|
26728
|
+
}
|
|
26496
26729
|
async CreateEntityAction(input, { dataSource, userPayload }, pubSub) {
|
|
26497
26730
|
return this.CreateRecord('Entity Actions', input, dataSource, userPayload, pubSub);
|
|
26498
26731
|
}
|
|
@@ -26559,6 +26792,15 @@ __decorate([
|
|
|
26559
26792
|
__metadata("design:paramtypes", [EntityAction_, Object, server_1.PubSubEngine]),
|
|
26560
26793
|
__metadata("design:returntype", Promise)
|
|
26561
26794
|
], EntityActionResolver.prototype, "EntityActionFiltersArray", null);
|
|
26795
|
+
__decorate([
|
|
26796
|
+
(0, server_1.FieldResolver)(() => [mj_core_schema_server_object_types.EntityActionParam_]),
|
|
26797
|
+
__param(0, (0, server_1.Root)()),
|
|
26798
|
+
__param(1, (0, server_1.Ctx)()),
|
|
26799
|
+
__param(2, (0, server_1.PubSub)()),
|
|
26800
|
+
__metadata("design:type", Function),
|
|
26801
|
+
__metadata("design:paramtypes", [EntityAction_, Object, server_1.PubSubEngine]),
|
|
26802
|
+
__metadata("design:returntype", Promise)
|
|
26803
|
+
], EntityActionResolver.prototype, "EntityActionParamsArray", null);
|
|
26562
26804
|
__decorate([
|
|
26563
26805
|
(0, server_1.Mutation)(() => EntityAction_),
|
|
26564
26806
|
__param(0, (0, server_1.Arg)('input', () => CreateEntityActionInput)),
|
|
@@ -26824,14 +27066,14 @@ __decorate([
|
|
|
26824
27066
|
], ActionAuthorization_.prototype, "Comments", void 0);
|
|
26825
27067
|
__decorate([
|
|
26826
27068
|
(0, server_1.Field)(),
|
|
26827
|
-
(0, class_validator_1.MaxLength)(
|
|
27069
|
+
(0, class_validator_1.MaxLength)(10),
|
|
26828
27070
|
__metadata("design:type", Date)
|
|
26829
|
-
], ActionAuthorization_.prototype, "
|
|
27071
|
+
], ActionAuthorization_.prototype, "_mj__CreatedAt", void 0);
|
|
26830
27072
|
__decorate([
|
|
26831
27073
|
(0, server_1.Field)(),
|
|
26832
|
-
(0, class_validator_1.MaxLength)(
|
|
27074
|
+
(0, class_validator_1.MaxLength)(10),
|
|
26833
27075
|
__metadata("design:type", Date)
|
|
26834
|
-
], ActionAuthorization_.prototype, "
|
|
27076
|
+
], ActionAuthorization_.prototype, "_mj__UpdatedAt", void 0);
|
|
26835
27077
|
__decorate([
|
|
26836
27078
|
(0, server_1.Field)(),
|
|
26837
27079
|
(0, class_validator_1.MaxLength)(850),
|
|
@@ -27257,7 +27499,16 @@ __decorate([
|
|
|
27257
27499
|
__metadata("design:type", String)
|
|
27258
27500
|
], Action_.prototype, "Name", void 0);
|
|
27259
27501
|
__decorate([
|
|
27260
|
-
(0, server_1.Field)(),
|
|
27502
|
+
(0, server_1.Field)({ nullable: true }),
|
|
27503
|
+
__metadata("design:type", String)
|
|
27504
|
+
], Action_.prototype, "Description", void 0);
|
|
27505
|
+
__decorate([
|
|
27506
|
+
(0, server_1.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.' }),
|
|
27507
|
+
(0, class_validator_1.MaxLength)(40),
|
|
27508
|
+
__metadata("design:type", String)
|
|
27509
|
+
], Action_.prototype, "Type", void 0);
|
|
27510
|
+
__decorate([
|
|
27511
|
+
(0, server_1.Field)({ nullable: true }),
|
|
27261
27512
|
__metadata("design:type", String)
|
|
27262
27513
|
], Action_.prototype, "UserPrompt", void 0);
|
|
27263
27514
|
__decorate([
|
|
@@ -27290,6 +27541,10 @@ __decorate([
|
|
|
27290
27541
|
(0, class_validator_1.MaxLength)(8),
|
|
27291
27542
|
__metadata("design:type", Date)
|
|
27292
27543
|
], Action_.prototype, "CodeApprovedAt", void 0);
|
|
27544
|
+
__decorate([
|
|
27545
|
+
(0, server_1.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' }),
|
|
27546
|
+
__metadata("design:type", Boolean)
|
|
27547
|
+
], Action_.prototype, "CodeLocked", void 0);
|
|
27293
27548
|
__decorate([
|
|
27294
27549
|
(0, server_1.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.' }),
|
|
27295
27550
|
__metadata("design:type", Boolean)
|
|
@@ -27365,9 +27620,17 @@ __decorate([
|
|
|
27365
27620
|
(0, server_1.Field)(),
|
|
27366
27621
|
__metadata("design:type", String)
|
|
27367
27622
|
], CreateActionInput.prototype, "Name", void 0);
|
|
27623
|
+
__decorate([
|
|
27624
|
+
(0, server_1.Field)({ nullable: true }),
|
|
27625
|
+
__metadata("design:type", String)
|
|
27626
|
+
], CreateActionInput.prototype, "Description", void 0);
|
|
27368
27627
|
__decorate([
|
|
27369
27628
|
(0, server_1.Field)(),
|
|
27370
27629
|
__metadata("design:type", String)
|
|
27630
|
+
], CreateActionInput.prototype, "Type", void 0);
|
|
27631
|
+
__decorate([
|
|
27632
|
+
(0, server_1.Field)({ nullable: true }),
|
|
27633
|
+
__metadata("design:type", String)
|
|
27371
27634
|
], CreateActionInput.prototype, "UserPrompt", void 0);
|
|
27372
27635
|
__decorate([
|
|
27373
27636
|
(0, server_1.Field)({ nullable: true }),
|
|
@@ -27397,6 +27660,10 @@ __decorate([
|
|
|
27397
27660
|
(0, server_1.Field)({ nullable: true }),
|
|
27398
27661
|
__metadata("design:type", Date)
|
|
27399
27662
|
], CreateActionInput.prototype, "CodeApprovedAt", void 0);
|
|
27663
|
+
__decorate([
|
|
27664
|
+
(0, server_1.Field)(() => Boolean),
|
|
27665
|
+
__metadata("design:type", Boolean)
|
|
27666
|
+
], CreateActionInput.prototype, "CodeLocked", void 0);
|
|
27400
27667
|
__decorate([
|
|
27401
27668
|
(0, server_1.Field)(() => Boolean),
|
|
27402
27669
|
__metadata("design:type", Boolean)
|
|
@@ -27427,9 +27694,17 @@ __decorate([
|
|
|
27427
27694
|
(0, server_1.Field)(),
|
|
27428
27695
|
__metadata("design:type", String)
|
|
27429
27696
|
], UpdateActionInput.prototype, "Name", void 0);
|
|
27697
|
+
__decorate([
|
|
27698
|
+
(0, server_1.Field)({ nullable: true }),
|
|
27699
|
+
__metadata("design:type", String)
|
|
27700
|
+
], UpdateActionInput.prototype, "Description", void 0);
|
|
27430
27701
|
__decorate([
|
|
27431
27702
|
(0, server_1.Field)(),
|
|
27432
27703
|
__metadata("design:type", String)
|
|
27704
|
+
], UpdateActionInput.prototype, "Type", void 0);
|
|
27705
|
+
__decorate([
|
|
27706
|
+
(0, server_1.Field)({ nullable: true }),
|
|
27707
|
+
__metadata("design:type", String)
|
|
27433
27708
|
], UpdateActionInput.prototype, "UserPrompt", void 0);
|
|
27434
27709
|
__decorate([
|
|
27435
27710
|
(0, server_1.Field)({ nullable: true }),
|
|
@@ -27459,6 +27734,10 @@ __decorate([
|
|
|
27459
27734
|
(0, server_1.Field)({ nullable: true }),
|
|
27460
27735
|
__metadata("design:type", Date)
|
|
27461
27736
|
], UpdateActionInput.prototype, "CodeApprovedAt", void 0);
|
|
27737
|
+
__decorate([
|
|
27738
|
+
(0, server_1.Field)(() => Boolean),
|
|
27739
|
+
__metadata("design:type", Boolean)
|
|
27740
|
+
], UpdateActionInput.prototype, "CodeLocked", void 0);
|
|
27462
27741
|
__decorate([
|
|
27463
27742
|
(0, server_1.Field)(() => Boolean),
|
|
27464
27743
|
__metadata("design:type", Boolean)
|
|
@@ -28187,14 +28466,14 @@ __decorate([
|
|
|
28187
28466
|
], ActionContextType_.prototype, "Description", void 0);
|
|
28188
28467
|
__decorate([
|
|
28189
28468
|
(0, server_1.Field)(),
|
|
28190
|
-
(0, class_validator_1.MaxLength)(
|
|
28469
|
+
(0, class_validator_1.MaxLength)(10),
|
|
28191
28470
|
__metadata("design:type", Date)
|
|
28192
|
-
], ActionContextType_.prototype, "
|
|
28471
|
+
], ActionContextType_.prototype, "_mj__CreatedAt", void 0);
|
|
28193
28472
|
__decorate([
|
|
28194
28473
|
(0, server_1.Field)(),
|
|
28195
|
-
(0, class_validator_1.MaxLength)(
|
|
28474
|
+
(0, class_validator_1.MaxLength)(10),
|
|
28196
28475
|
__metadata("design:type", Date)
|
|
28197
|
-
], ActionContextType_.prototype, "
|
|
28476
|
+
], ActionContextType_.prototype, "_mj__UpdatedAt", void 0);
|
|
28198
28477
|
__decorate([
|
|
28199
28478
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.ActionContext_]),
|
|
28200
28479
|
__metadata("design:type", Array)
|
|
@@ -28399,20 +28678,24 @@ __decorate([
|
|
|
28399
28678
|
(0, class_validator_1.MaxLength)(510),
|
|
28400
28679
|
__metadata("design:type", String)
|
|
28401
28680
|
], ActionResultCode_.prototype, "ResultCode", void 0);
|
|
28681
|
+
__decorate([
|
|
28682
|
+
(0, server_1.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.' }),
|
|
28683
|
+
__metadata("design:type", Boolean)
|
|
28684
|
+
], ActionResultCode_.prototype, "IsSuccess", void 0);
|
|
28402
28685
|
__decorate([
|
|
28403
28686
|
(0, server_1.Field)({ nullable: true, description: 'Description of the result code.' }),
|
|
28404
28687
|
__metadata("design:type", String)
|
|
28405
28688
|
], ActionResultCode_.prototype, "Description", void 0);
|
|
28406
28689
|
__decorate([
|
|
28407
28690
|
(0, server_1.Field)(),
|
|
28408
|
-
(0, class_validator_1.MaxLength)(
|
|
28691
|
+
(0, class_validator_1.MaxLength)(10),
|
|
28409
28692
|
__metadata("design:type", Date)
|
|
28410
|
-
], ActionResultCode_.prototype, "
|
|
28693
|
+
], ActionResultCode_.prototype, "_mj__CreatedAt", void 0);
|
|
28411
28694
|
__decorate([
|
|
28412
28695
|
(0, server_1.Field)(),
|
|
28413
|
-
(0, class_validator_1.MaxLength)(
|
|
28696
|
+
(0, class_validator_1.MaxLength)(10),
|
|
28414
28697
|
__metadata("design:type", Date)
|
|
28415
|
-
], ActionResultCode_.prototype, "
|
|
28698
|
+
], ActionResultCode_.prototype, "_mj__UpdatedAt", void 0);
|
|
28416
28699
|
__decorate([
|
|
28417
28700
|
(0, server_1.Field)(),
|
|
28418
28701
|
(0, class_validator_1.MaxLength)(850),
|
|
@@ -28432,6 +28715,10 @@ __decorate([
|
|
|
28432
28715
|
(0, server_1.Field)(),
|
|
28433
28716
|
__metadata("design:type", String)
|
|
28434
28717
|
], CreateActionResultCodeInput.prototype, "ResultCode", void 0);
|
|
28718
|
+
__decorate([
|
|
28719
|
+
(0, server_1.Field)(() => Boolean),
|
|
28720
|
+
__metadata("design:type", Boolean)
|
|
28721
|
+
], CreateActionResultCodeInput.prototype, "IsSuccess", void 0);
|
|
28435
28722
|
__decorate([
|
|
28436
28723
|
(0, server_1.Field)({ nullable: true }),
|
|
28437
28724
|
__metadata("design:type", String)
|
|
@@ -28454,6 +28741,10 @@ __decorate([
|
|
|
28454
28741
|
(0, server_1.Field)(),
|
|
28455
28742
|
__metadata("design:type", String)
|
|
28456
28743
|
], UpdateActionResultCodeInput.prototype, "ResultCode", void 0);
|
|
28744
|
+
__decorate([
|
|
28745
|
+
(0, server_1.Field)(() => Boolean),
|
|
28746
|
+
__metadata("design:type", Boolean)
|
|
28747
|
+
], UpdateActionResultCodeInput.prototype, "IsSuccess", void 0);
|
|
28457
28748
|
__decorate([
|
|
28458
28749
|
(0, server_1.Field)({ nullable: true }),
|
|
28459
28750
|
__metadata("design:type", String)
|
|
@@ -28617,14 +28908,14 @@ __decorate([
|
|
|
28617
28908
|
], ActionContext_.prototype, "Status", void 0);
|
|
28618
28909
|
__decorate([
|
|
28619
28910
|
(0, server_1.Field)(),
|
|
28620
|
-
(0, class_validator_1.MaxLength)(
|
|
28911
|
+
(0, class_validator_1.MaxLength)(10),
|
|
28621
28912
|
__metadata("design:type", Date)
|
|
28622
|
-
], ActionContext_.prototype, "
|
|
28913
|
+
], ActionContext_.prototype, "_mj__CreatedAt", void 0);
|
|
28623
28914
|
__decorate([
|
|
28624
28915
|
(0, server_1.Field)(),
|
|
28625
|
-
(0, class_validator_1.MaxLength)(
|
|
28916
|
+
(0, class_validator_1.MaxLength)(10),
|
|
28626
28917
|
__metadata("design:type", Date)
|
|
28627
|
-
], ActionContext_.prototype, "
|
|
28918
|
+
], ActionContext_.prototype, "_mj__UpdatedAt", void 0);
|
|
28628
28919
|
__decorate([
|
|
28629
28920
|
(0, server_1.Field)(),
|
|
28630
28921
|
(0, class_validator_1.MaxLength)(850),
|
|
@@ -28852,14 +29143,14 @@ __decorate([
|
|
|
28852
29143
|
], ActionExecutionLog_.prototype, "RetentionPeriod", void 0);
|
|
28853
29144
|
__decorate([
|
|
28854
29145
|
(0, server_1.Field)(),
|
|
28855
|
-
(0, class_validator_1.MaxLength)(
|
|
29146
|
+
(0, class_validator_1.MaxLength)(10),
|
|
28856
29147
|
__metadata("design:type", Date)
|
|
28857
|
-
], ActionExecutionLog_.prototype, "
|
|
29148
|
+
], ActionExecutionLog_.prototype, "_mj__CreatedAt", void 0);
|
|
28858
29149
|
__decorate([
|
|
28859
29150
|
(0, server_1.Field)(),
|
|
28860
|
-
(0, class_validator_1.MaxLength)(
|
|
29151
|
+
(0, class_validator_1.MaxLength)(10),
|
|
28861
29152
|
__metadata("design:type", Date)
|
|
28862
|
-
], ActionExecutionLog_.prototype, "
|
|
29153
|
+
], ActionExecutionLog_.prototype, "_mj__UpdatedAt", void 0);
|
|
28863
29154
|
__decorate([
|
|
28864
29155
|
(0, server_1.Field)(),
|
|
28865
29156
|
(0, class_validator_1.MaxLength)(850),
|
|
@@ -29123,14 +29414,14 @@ __decorate([
|
|
|
29123
29414
|
], ActionParam_.prototype, "IsRequired", void 0);
|
|
29124
29415
|
__decorate([
|
|
29125
29416
|
(0, server_1.Field)(),
|
|
29126
|
-
(0, class_validator_1.MaxLength)(
|
|
29417
|
+
(0, class_validator_1.MaxLength)(10),
|
|
29127
29418
|
__metadata("design:type", Date)
|
|
29128
|
-
], ActionParam_.prototype, "
|
|
29419
|
+
], ActionParam_.prototype, "_mj__CreatedAt", void 0);
|
|
29129
29420
|
__decorate([
|
|
29130
29421
|
(0, server_1.Field)(),
|
|
29131
|
-
(0, class_validator_1.MaxLength)(
|
|
29422
|
+
(0, class_validator_1.MaxLength)(10),
|
|
29132
29423
|
__metadata("design:type", Date)
|
|
29133
|
-
], ActionParam_.prototype, "
|
|
29424
|
+
], ActionParam_.prototype, "_mj__UpdatedAt", void 0);
|
|
29134
29425
|
__decorate([
|
|
29135
29426
|
(0, server_1.Field)(),
|
|
29136
29427
|
(0, class_validator_1.MaxLength)(850),
|
|
@@ -29393,14 +29684,14 @@ __decorate([
|
|
|
29393
29684
|
], ActionLibrary_.prototype, "ItemsUsed", void 0);
|
|
29394
29685
|
__decorate([
|
|
29395
29686
|
(0, server_1.Field)(),
|
|
29396
|
-
(0, class_validator_1.MaxLength)(
|
|
29687
|
+
(0, class_validator_1.MaxLength)(10),
|
|
29397
29688
|
__metadata("design:type", Date)
|
|
29398
|
-
], ActionLibrary_.prototype, "
|
|
29689
|
+
], ActionLibrary_.prototype, "_mj__CreatedAt", void 0);
|
|
29399
29690
|
__decorate([
|
|
29400
29691
|
(0, server_1.Field)(),
|
|
29401
|
-
(0, class_validator_1.MaxLength)(
|
|
29692
|
+
(0, class_validator_1.MaxLength)(10),
|
|
29402
29693
|
__metadata("design:type", Date)
|
|
29403
|
-
], ActionLibrary_.prototype, "
|
|
29694
|
+
], ActionLibrary_.prototype, "_mj__UpdatedAt", void 0);
|
|
29404
29695
|
__decorate([
|
|
29405
29696
|
(0, server_1.Field)(),
|
|
29406
29697
|
(0, class_validator_1.MaxLength)(850),
|
|
@@ -29864,20 +30155,20 @@ __decorate([
|
|
|
29864
30155
|
(0, server_1.Field)(() => server_1.Int, { nullable: true }),
|
|
29865
30156
|
__metadata("design:type", Number)
|
|
29866
30157
|
], ListCategory_.prototype, "ParentID", void 0);
|
|
30158
|
+
__decorate([
|
|
30159
|
+
(0, server_1.Field)(() => server_1.Int),
|
|
30160
|
+
__metadata("design:type", Number)
|
|
30161
|
+
], ListCategory_.prototype, "UserID", void 0);
|
|
29867
30162
|
__decorate([
|
|
29868
30163
|
(0, server_1.Field)(),
|
|
29869
|
-
(0, class_validator_1.MaxLength)(
|
|
30164
|
+
(0, class_validator_1.MaxLength)(10),
|
|
29870
30165
|
__metadata("design:type", Date)
|
|
29871
|
-
], ListCategory_.prototype, "
|
|
30166
|
+
], ListCategory_.prototype, "_mj__CreatedAt", void 0);
|
|
29872
30167
|
__decorate([
|
|
29873
30168
|
(0, server_1.Field)(),
|
|
29874
|
-
(0, class_validator_1.MaxLength)(
|
|
30169
|
+
(0, class_validator_1.MaxLength)(10),
|
|
29875
30170
|
__metadata("design:type", Date)
|
|
29876
|
-
], ListCategory_.prototype, "
|
|
29877
|
-
__decorate([
|
|
29878
|
-
(0, server_1.Field)(() => server_1.Int),
|
|
29879
|
-
__metadata("design:type", Number)
|
|
29880
|
-
], ListCategory_.prototype, "UserID", void 0);
|
|
30171
|
+
], ListCategory_.prototype, "_mj__UpdatedAt", void 0);
|
|
29881
30172
|
exports.ListCategory_ = ListCategory_ = __decorate([
|
|
29882
30173
|
(0, server_1.ObjectType)()
|
|
29883
30174
|
], ListCategory_);
|
|
@@ -30080,14 +30371,14 @@ __decorate([
|
|
|
30080
30371
|
], CommunicationProvider_.prototype, "SupportsReceiving", void 0);
|
|
30081
30372
|
__decorate([
|
|
30082
30373
|
(0, server_1.Field)(),
|
|
30083
|
-
(0, class_validator_1.MaxLength)(
|
|
30374
|
+
(0, class_validator_1.MaxLength)(10),
|
|
30084
30375
|
__metadata("design:type", Date)
|
|
30085
|
-
], CommunicationProvider_.prototype, "
|
|
30376
|
+
], CommunicationProvider_.prototype, "_mj__CreatedAt", void 0);
|
|
30086
30377
|
__decorate([
|
|
30087
30378
|
(0, server_1.Field)(),
|
|
30088
|
-
(0, class_validator_1.MaxLength)(
|
|
30379
|
+
(0, class_validator_1.MaxLength)(10),
|
|
30089
30380
|
__metadata("design:type", Date)
|
|
30090
|
-
], CommunicationProvider_.prototype, "
|
|
30381
|
+
], CommunicationProvider_.prototype, "_mj__UpdatedAt", void 0);
|
|
30091
30382
|
__decorate([
|
|
30092
30383
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.CommunicationProviderMessageType_]),
|
|
30093
30384
|
__metadata("design:type", Array)
|
|
@@ -30346,14 +30637,14 @@ __decorate([
|
|
|
30346
30637
|
], CommunicationRun_.prototype, "ErrorMessage", void 0);
|
|
30347
30638
|
__decorate([
|
|
30348
30639
|
(0, server_1.Field)(),
|
|
30349
|
-
(0, class_validator_1.MaxLength)(
|
|
30640
|
+
(0, class_validator_1.MaxLength)(10),
|
|
30350
30641
|
__metadata("design:type", Date)
|
|
30351
|
-
], CommunicationRun_.prototype, "
|
|
30642
|
+
], CommunicationRun_.prototype, "_mj__CreatedAt", void 0);
|
|
30352
30643
|
__decorate([
|
|
30353
30644
|
(0, server_1.Field)(),
|
|
30354
|
-
(0, class_validator_1.MaxLength)(
|
|
30645
|
+
(0, class_validator_1.MaxLength)(10),
|
|
30355
30646
|
__metadata("design:type", Date)
|
|
30356
|
-
], CommunicationRun_.prototype, "
|
|
30647
|
+
], CommunicationRun_.prototype, "_mj__UpdatedAt", void 0);
|
|
30357
30648
|
__decorate([
|
|
30358
30649
|
(0, server_1.Field)(),
|
|
30359
30650
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -30604,14 +30895,14 @@ __decorate([
|
|
|
30604
30895
|
], CommunicationProviderMessageType_.prototype, "AdditionalAttributes", void 0);
|
|
30605
30896
|
__decorate([
|
|
30606
30897
|
(0, server_1.Field)(),
|
|
30607
|
-
(0, class_validator_1.MaxLength)(
|
|
30898
|
+
(0, class_validator_1.MaxLength)(10),
|
|
30608
30899
|
__metadata("design:type", Date)
|
|
30609
|
-
], CommunicationProviderMessageType_.prototype, "
|
|
30900
|
+
], CommunicationProviderMessageType_.prototype, "_mj__CreatedAt", void 0);
|
|
30610
30901
|
__decorate([
|
|
30611
30902
|
(0, server_1.Field)(),
|
|
30612
|
-
(0, class_validator_1.MaxLength)(
|
|
30903
|
+
(0, class_validator_1.MaxLength)(10),
|
|
30613
30904
|
__metadata("design:type", Date)
|
|
30614
|
-
], CommunicationProviderMessageType_.prototype, "
|
|
30905
|
+
], CommunicationProviderMessageType_.prototype, "_mj__UpdatedAt", void 0);
|
|
30615
30906
|
__decorate([
|
|
30616
30907
|
(0, server_1.Field)(),
|
|
30617
30908
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -30878,14 +31169,14 @@ __decorate([
|
|
|
30878
31169
|
], CommunicationLog_.prototype, "ErrorMessage", void 0);
|
|
30879
31170
|
__decorate([
|
|
30880
31171
|
(0, server_1.Field)(),
|
|
30881
|
-
(0, class_validator_1.MaxLength)(
|
|
31172
|
+
(0, class_validator_1.MaxLength)(10),
|
|
30882
31173
|
__metadata("design:type", Date)
|
|
30883
|
-
], CommunicationLog_.prototype, "
|
|
31174
|
+
], CommunicationLog_.prototype, "_mj__CreatedAt", void 0);
|
|
30884
31175
|
__decorate([
|
|
30885
31176
|
(0, server_1.Field)(),
|
|
30886
|
-
(0, class_validator_1.MaxLength)(
|
|
31177
|
+
(0, class_validator_1.MaxLength)(10),
|
|
30887
31178
|
__metadata("design:type", Date)
|
|
30888
|
-
], CommunicationLog_.prototype, "
|
|
31179
|
+
], CommunicationLog_.prototype, "_mj__UpdatedAt", void 0);
|
|
30889
31180
|
__decorate([
|
|
30890
31181
|
(0, server_1.Field)(),
|
|
30891
31182
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -31129,14 +31420,14 @@ __decorate([
|
|
|
31129
31420
|
], CommunicationBaseMessageType_.prototype, "MaxBytes", void 0);
|
|
31130
31421
|
__decorate([
|
|
31131
31422
|
(0, server_1.Field)(),
|
|
31132
|
-
(0, class_validator_1.MaxLength)(
|
|
31423
|
+
(0, class_validator_1.MaxLength)(10),
|
|
31133
31424
|
__metadata("design:type", Date)
|
|
31134
|
-
], CommunicationBaseMessageType_.prototype, "
|
|
31425
|
+
], CommunicationBaseMessageType_.prototype, "_mj__CreatedAt", void 0);
|
|
31135
31426
|
__decorate([
|
|
31136
31427
|
(0, server_1.Field)(),
|
|
31137
|
-
(0, class_validator_1.MaxLength)(
|
|
31428
|
+
(0, class_validator_1.MaxLength)(10),
|
|
31138
31429
|
__metadata("design:type", Date)
|
|
31139
|
-
], CommunicationBaseMessageType_.prototype, "
|
|
31430
|
+
], CommunicationBaseMessageType_.prototype, "_mj__UpdatedAt", void 0);
|
|
31140
31431
|
__decorate([
|
|
31141
31432
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.CommunicationProviderMessageType_]),
|
|
31142
31433
|
__metadata("design:type", Array)
|
|
@@ -31398,14 +31689,14 @@ __decorate([
|
|
|
31398
31689
|
], Template_.prototype, "IsActive", void 0);
|
|
31399
31690
|
__decorate([
|
|
31400
31691
|
(0, server_1.Field)(),
|
|
31401
|
-
(0, class_validator_1.MaxLength)(
|
|
31692
|
+
(0, class_validator_1.MaxLength)(10),
|
|
31402
31693
|
__metadata("design:type", Date)
|
|
31403
|
-
], Template_.prototype, "
|
|
31694
|
+
], Template_.prototype, "_mj__CreatedAt", void 0);
|
|
31404
31695
|
__decorate([
|
|
31405
31696
|
(0, server_1.Field)(),
|
|
31406
|
-
(0, class_validator_1.MaxLength)(
|
|
31697
|
+
(0, class_validator_1.MaxLength)(10),
|
|
31407
31698
|
__metadata("design:type", Date)
|
|
31408
|
-
], Template_.prototype, "
|
|
31699
|
+
], Template_.prototype, "_mj__UpdatedAt", void 0);
|
|
31409
31700
|
__decorate([
|
|
31410
31701
|
(0, server_1.Field)({ nullable: true }),
|
|
31411
31702
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -31683,14 +31974,14 @@ __decorate([
|
|
|
31683
31974
|
], TemplateCategory_.prototype, "UserID", void 0);
|
|
31684
31975
|
__decorate([
|
|
31685
31976
|
(0, server_1.Field)(),
|
|
31686
|
-
(0, class_validator_1.MaxLength)(
|
|
31977
|
+
(0, class_validator_1.MaxLength)(10),
|
|
31687
31978
|
__metadata("design:type", Date)
|
|
31688
|
-
], TemplateCategory_.prototype, "
|
|
31979
|
+
], TemplateCategory_.prototype, "_mj__CreatedAt", void 0);
|
|
31689
31980
|
__decorate([
|
|
31690
31981
|
(0, server_1.Field)(),
|
|
31691
|
-
(0, class_validator_1.MaxLength)(
|
|
31982
|
+
(0, class_validator_1.MaxLength)(10),
|
|
31692
31983
|
__metadata("design:type", Date)
|
|
31693
|
-
], TemplateCategory_.prototype, "
|
|
31984
|
+
], TemplateCategory_.prototype, "_mj__UpdatedAt", void 0);
|
|
31694
31985
|
__decorate([
|
|
31695
31986
|
(0, server_1.Field)({ nullable: true }),
|
|
31696
31987
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -31939,14 +32230,14 @@ __decorate([
|
|
|
31939
32230
|
], TemplateContent_.prototype, "IsActive", void 0);
|
|
31940
32231
|
__decorate([
|
|
31941
32232
|
(0, server_1.Field)(),
|
|
31942
|
-
(0, class_validator_1.MaxLength)(
|
|
32233
|
+
(0, class_validator_1.MaxLength)(10),
|
|
31943
32234
|
__metadata("design:type", Date)
|
|
31944
|
-
], TemplateContent_.prototype, "
|
|
32235
|
+
], TemplateContent_.prototype, "_mj__CreatedAt", void 0);
|
|
31945
32236
|
__decorate([
|
|
31946
32237
|
(0, server_1.Field)(),
|
|
31947
|
-
(0, class_validator_1.MaxLength)(
|
|
32238
|
+
(0, class_validator_1.MaxLength)(10),
|
|
31948
32239
|
__metadata("design:type", Date)
|
|
31949
|
-
], TemplateContent_.prototype, "
|
|
32240
|
+
], TemplateContent_.prototype, "_mj__UpdatedAt", void 0);
|
|
31950
32241
|
__decorate([
|
|
31951
32242
|
(0, server_1.Field)(),
|
|
31952
32243
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -32180,14 +32471,14 @@ __decorate([
|
|
|
32180
32471
|
], TemplateParam_.prototype, "RecordID", void 0);
|
|
32181
32472
|
__decorate([
|
|
32182
32473
|
(0, server_1.Field)(),
|
|
32183
|
-
(0, class_validator_1.MaxLength)(
|
|
32474
|
+
(0, class_validator_1.MaxLength)(10),
|
|
32184
32475
|
__metadata("design:type", Date)
|
|
32185
|
-
], TemplateParam_.prototype, "
|
|
32476
|
+
], TemplateParam_.prototype, "_mj__CreatedAt", void 0);
|
|
32186
32477
|
__decorate([
|
|
32187
32478
|
(0, server_1.Field)(),
|
|
32188
|
-
(0, class_validator_1.MaxLength)(
|
|
32479
|
+
(0, class_validator_1.MaxLength)(10),
|
|
32189
32480
|
__metadata("design:type", Date)
|
|
32190
|
-
], TemplateParam_.prototype, "
|
|
32481
|
+
], TemplateParam_.prototype, "_mj__UpdatedAt", void 0);
|
|
32191
32482
|
__decorate([
|
|
32192
32483
|
(0, server_1.Field)(),
|
|
32193
32484
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -32419,14 +32710,14 @@ __decorate([
|
|
|
32419
32710
|
], TemplateContentType_.prototype, "Description", void 0);
|
|
32420
32711
|
__decorate([
|
|
32421
32712
|
(0, server_1.Field)(),
|
|
32422
|
-
(0, class_validator_1.MaxLength)(
|
|
32713
|
+
(0, class_validator_1.MaxLength)(10),
|
|
32423
32714
|
__metadata("design:type", Date)
|
|
32424
|
-
], TemplateContentType_.prototype, "
|
|
32715
|
+
], TemplateContentType_.prototype, "_mj__CreatedAt", void 0);
|
|
32425
32716
|
__decorate([
|
|
32426
32717
|
(0, server_1.Field)(),
|
|
32427
|
-
(0, class_validator_1.MaxLength)(
|
|
32718
|
+
(0, class_validator_1.MaxLength)(10),
|
|
32428
32719
|
__metadata("design:type", Date)
|
|
32429
|
-
], TemplateContentType_.prototype, "
|
|
32720
|
+
], TemplateContentType_.prototype, "_mj__UpdatedAt", void 0);
|
|
32430
32721
|
__decorate([
|
|
32431
32722
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.TemplateContent_]),
|
|
32432
32723
|
__metadata("design:type", Array)
|
|
@@ -32621,15 +32912,15 @@ __decorate([
|
|
|
32621
32912
|
__metadata("design:type", String)
|
|
32622
32913
|
], Recommendation_.prototype, "SourceEntityRecordID", void 0);
|
|
32623
32914
|
__decorate([
|
|
32624
|
-
(0, server_1.Field)(
|
|
32625
|
-
(0, class_validator_1.MaxLength)(
|
|
32915
|
+
(0, server_1.Field)(),
|
|
32916
|
+
(0, class_validator_1.MaxLength)(10),
|
|
32626
32917
|
__metadata("design:type", Date)
|
|
32627
|
-
], Recommendation_.prototype, "
|
|
32918
|
+
], Recommendation_.prototype, "_mj__CreatedAt", void 0);
|
|
32628
32919
|
__decorate([
|
|
32629
|
-
(0, server_1.Field)(
|
|
32630
|
-
(0, class_validator_1.MaxLength)(
|
|
32920
|
+
(0, server_1.Field)(),
|
|
32921
|
+
(0, class_validator_1.MaxLength)(10),
|
|
32631
32922
|
__metadata("design:type", Date)
|
|
32632
|
-
], Recommendation_.prototype, "
|
|
32923
|
+
], Recommendation_.prototype, "_mj__UpdatedAt", void 0);
|
|
32633
32924
|
__decorate([
|
|
32634
32925
|
(0, server_1.Field)(),
|
|
32635
32926
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -32834,15 +33125,15 @@ __decorate([
|
|
|
32834
33125
|
__metadata("design:type", String)
|
|
32835
33126
|
], RecommendationProvider_.prototype, "Description", void 0);
|
|
32836
33127
|
__decorate([
|
|
32837
|
-
(0, server_1.Field)(
|
|
32838
|
-
(0, class_validator_1.MaxLength)(
|
|
33128
|
+
(0, server_1.Field)(),
|
|
33129
|
+
(0, class_validator_1.MaxLength)(10),
|
|
32839
33130
|
__metadata("design:type", Date)
|
|
32840
|
-
], RecommendationProvider_.prototype, "
|
|
33131
|
+
], RecommendationProvider_.prototype, "_mj__CreatedAt", void 0);
|
|
32841
33132
|
__decorate([
|
|
32842
|
-
(0, server_1.Field)(
|
|
32843
|
-
(0, class_validator_1.MaxLength)(
|
|
33133
|
+
(0, server_1.Field)(),
|
|
33134
|
+
(0, class_validator_1.MaxLength)(10),
|
|
32844
33135
|
__metadata("design:type", Date)
|
|
32845
|
-
], RecommendationProvider_.prototype, "
|
|
33136
|
+
], RecommendationProvider_.prototype, "_mj__UpdatedAt", void 0);
|
|
32846
33137
|
__decorate([
|
|
32847
33138
|
(0, server_1.Field)(() => [mj_core_schema_server_object_types.RecommendationRun_]),
|
|
32848
33139
|
__metadata("design:type", Array)
|
|
@@ -33052,15 +33343,15 @@ __decorate([
|
|
|
33052
33343
|
__metadata("design:type", Number)
|
|
33053
33344
|
], RecommendationRun_.prototype, "RunByUserID", void 0);
|
|
33054
33345
|
__decorate([
|
|
33055
|
-
(0, server_1.Field)(
|
|
33056
|
-
(0, class_validator_1.MaxLength)(
|
|
33346
|
+
(0, server_1.Field)(),
|
|
33347
|
+
(0, class_validator_1.MaxLength)(10),
|
|
33057
33348
|
__metadata("design:type", Date)
|
|
33058
|
-
], RecommendationRun_.prototype, "
|
|
33349
|
+
], RecommendationRun_.prototype, "_mj__CreatedAt", void 0);
|
|
33059
33350
|
__decorate([
|
|
33060
|
-
(0, server_1.Field)(
|
|
33061
|
-
(0, class_validator_1.MaxLength)(
|
|
33351
|
+
(0, server_1.Field)(),
|
|
33352
|
+
(0, class_validator_1.MaxLength)(10),
|
|
33062
33353
|
__metadata("design:type", Date)
|
|
33063
|
-
], RecommendationRun_.prototype, "
|
|
33354
|
+
], RecommendationRun_.prototype, "_mj__UpdatedAt", void 0);
|
|
33064
33355
|
__decorate([
|
|
33065
33356
|
(0, server_1.Field)(),
|
|
33066
33357
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -33301,15 +33592,15 @@ __decorate([
|
|
|
33301
33592
|
__metadata("design:type", Number)
|
|
33302
33593
|
], RecommendationItem_.prototype, "MatchProbability", void 0);
|
|
33303
33594
|
__decorate([
|
|
33304
|
-
(0, server_1.Field)(
|
|
33305
|
-
(0, class_validator_1.MaxLength)(
|
|
33595
|
+
(0, server_1.Field)(),
|
|
33596
|
+
(0, class_validator_1.MaxLength)(10),
|
|
33306
33597
|
__metadata("design:type", Date)
|
|
33307
|
-
], RecommendationItem_.prototype, "
|
|
33598
|
+
], RecommendationItem_.prototype, "_mj__CreatedAt", void 0);
|
|
33308
33599
|
__decorate([
|
|
33309
|
-
(0, server_1.Field)(
|
|
33310
|
-
(0, class_validator_1.MaxLength)(
|
|
33600
|
+
(0, server_1.Field)(),
|
|
33601
|
+
(0, class_validator_1.MaxLength)(10),
|
|
33311
33602
|
__metadata("design:type", Date)
|
|
33312
|
-
], RecommendationItem_.prototype, "
|
|
33603
|
+
], RecommendationItem_.prototype, "_mj__UpdatedAt", void 0);
|
|
33313
33604
|
__decorate([
|
|
33314
33605
|
(0, server_1.Field)(),
|
|
33315
33606
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -33928,14 +34219,14 @@ __decorate([
|
|
|
33928
34219
|
], RecordChangeReplayRun_.prototype, "UserID", void 0);
|
|
33929
34220
|
__decorate([
|
|
33930
34221
|
(0, server_1.Field)(),
|
|
33931
|
-
(0, class_validator_1.MaxLength)(
|
|
34222
|
+
(0, class_validator_1.MaxLength)(10),
|
|
33932
34223
|
__metadata("design:type", Date)
|
|
33933
|
-
], RecordChangeReplayRun_.prototype, "
|
|
34224
|
+
], RecordChangeReplayRun_.prototype, "_mj__CreatedAt", void 0);
|
|
33934
34225
|
__decorate([
|
|
33935
34226
|
(0, server_1.Field)(),
|
|
33936
|
-
(0, class_validator_1.MaxLength)(
|
|
34227
|
+
(0, class_validator_1.MaxLength)(10),
|
|
33937
34228
|
__metadata("design:type", Date)
|
|
33938
|
-
], RecordChangeReplayRun_.prototype, "
|
|
34229
|
+
], RecordChangeReplayRun_.prototype, "_mj__UpdatedAt", void 0);
|
|
33939
34230
|
__decorate([
|
|
33940
34231
|
(0, server_1.Field)(),
|
|
33941
34232
|
(0, class_validator_1.MaxLength)(200),
|
|
@@ -34154,14 +34445,14 @@ __decorate([
|
|
|
34154
34445
|
], LibraryItem_.prototype, "Type", void 0);
|
|
34155
34446
|
__decorate([
|
|
34156
34447
|
(0, server_1.Field)(),
|
|
34157
|
-
(0, class_validator_1.MaxLength)(
|
|
34448
|
+
(0, class_validator_1.MaxLength)(10),
|
|
34158
34449
|
__metadata("design:type", Date)
|
|
34159
|
-
], LibraryItem_.prototype, "
|
|
34450
|
+
], LibraryItem_.prototype, "_mj__CreatedAt", void 0);
|
|
34160
34451
|
__decorate([
|
|
34161
34452
|
(0, server_1.Field)(),
|
|
34162
|
-
(0, class_validator_1.MaxLength)(
|
|
34453
|
+
(0, class_validator_1.MaxLength)(10),
|
|
34163
34454
|
__metadata("design:type", Date)
|
|
34164
|
-
], LibraryItem_.prototype, "
|
|
34455
|
+
], LibraryItem_.prototype, "_mj__UpdatedAt", void 0);
|
|
34165
34456
|
__decorate([
|
|
34166
34457
|
(0, server_1.Field)(),
|
|
34167
34458
|
(0, class_validator_1.MaxLength)(510),
|
|
@@ -34550,6 +34841,10 @@ __decorate([
|
|
|
34550
34841
|
(0, server_1.Field)(() => server_1.Int),
|
|
34551
34842
|
__metadata("design:type", Number)
|
|
34552
34843
|
], EntityActionParam_.prototype, "ID", void 0);
|
|
34844
|
+
__decorate([
|
|
34845
|
+
(0, server_1.Field)(() => server_1.Int),
|
|
34846
|
+
__metadata("design:type", Number)
|
|
34847
|
+
], EntityActionParam_.prototype, "EntityActionID", void 0);
|
|
34553
34848
|
__decorate([
|
|
34554
34849
|
(0, server_1.Field)(() => server_1.Int),
|
|
34555
34850
|
__metadata("design:type", Number)
|
|
@@ -34588,6 +34883,10 @@ exports.EntityActionParam_ = EntityActionParam_ = __decorate([
|
|
|
34588
34883
|
let CreateEntityActionParamInput = class CreateEntityActionParamInput {
|
|
34589
34884
|
};
|
|
34590
34885
|
exports.CreateEntityActionParamInput = CreateEntityActionParamInput;
|
|
34886
|
+
__decorate([
|
|
34887
|
+
(0, server_1.Field)(() => server_1.Int),
|
|
34888
|
+
__metadata("design:type", Number)
|
|
34889
|
+
], CreateEntityActionParamInput.prototype, "EntityActionID", void 0);
|
|
34591
34890
|
__decorate([
|
|
34592
34891
|
(0, server_1.Field)(() => server_1.Int),
|
|
34593
34892
|
__metadata("design:type", Number)
|
|
@@ -34614,6 +34913,10 @@ __decorate([
|
|
|
34614
34913
|
(0, server_1.Field)(() => server_1.Int),
|
|
34615
34914
|
__metadata("design:type", Number)
|
|
34616
34915
|
], UpdateEntityActionParamInput.prototype, "ID", void 0);
|
|
34916
|
+
__decorate([
|
|
34917
|
+
(0, server_1.Field)(() => server_1.Int),
|
|
34918
|
+
__metadata("design:type", Number)
|
|
34919
|
+
], UpdateEntityActionParamInput.prototype, "EntityActionID", void 0);
|
|
34617
34920
|
__decorate([
|
|
34618
34921
|
(0, server_1.Field)(() => server_1.Int),
|
|
34619
34922
|
__metadata("design:type", Number)
|