@memberjunction/core-entities 1.5.1 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom/UserViewEntity.js +2 -2
- package/dist/custom/UserViewEntity.js.map +1 -1
- package/dist/generated/entity_subclasses.d.ts +1445 -105
- package/dist/generated/entity_subclasses.d.ts.map +1 -1
- package/dist/generated/entity_subclasses.js +1854 -144
- package/dist/generated/entity_subclasses.js.map +1 -1
- package/package.json +4 -4
|
@@ -8,7 +8,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.DashboardEntity = exports.QueueTaskEntity = exports.QueueEntity = exports.QueueTypeEntity = exports.AIModelTypeEntity = exports.EntityAIActionEntity = exports.AIModelActionEntity = exports.AIActionEntity = exports.AIModelEntity = exports.EntityFieldValueEntity = exports.AuditLogTypeEntity = exports.AuthorizationRoleEntity = exports.AuthorizationEntity = exports.AuditLogEntity = exports.RowLevelSecurityFilterEntity = exports.UserRoleEntity = exports.RecordChangeEntity = exports.WorkflowEngineEntity = exports.WorkflowEntity = exports.WorkflowRunEntity = exports.UserViewRunDetailEntity = exports.UserViewRunEntity = exports.ListDetailEntity = exports.ListEntity = exports.CompanyIntegrationRunAPILogEntity = exports.UserApplicationEntity = exports.UserApplicationEntityEntity = exports.EntityPermissionEntity = exports.ApplicationEntityEntity = exports.ApplicationEntity = exports.ErrorLogEntity = exports.CompanyIntegrationRunDetailEntity = exports.CompanyIntegrationRunEntity = exports.UserViewEntity = exports.UserRecordLogEntity = exports.EntityRelationshipEntity = exports.UserEntity = exports.EntityEntity = exports.EntityFieldEntity = exports.CompanyIntegrationEntity = exports.IntegrationEntity = exports.IntegrationURLFormatEntity = exports.SkillEntity = exports.RoleEntity = exports.EmployeeSkillEntity = exports.EmployeeRoleEntity = exports.EmployeeCompanyIntegrationEntity = exports.UserFavoriteEntity = exports.EmployeeEntity = exports.CompanyEntity = void 0;
|
|
10
10
|
exports.EntityActionInvocationEntity = exports.EntityActionEntity = exports.ActionCategoryEntity = exports.ApplicationSettingEntity = exports.EntityBehaviorTypeEntity = exports.EntityBehaviorEntity = exports.DuplicateRunDetailEntity = exports.DuplicateRunEntity = exports.EntitySettingEntity = exports.EntityDocumentSettingEntity = exports.DuplicateRunDetailMatchEntity = exports.VersionInstallationEntity = exports.FileEntityRecordLinkEntity = exports.FileCategoryEntity = exports.FileEntity = exports.FileStorageProviderEntity = exports.ReportCategoryEntity = exports.DashboardCategoryEntity = exports.UserViewCategoryEntity = exports.DataContextEntity = exports.DataContextItemEntity = exports.EntityDocumentEntity = exports.EntityRecordDocumentEntity = exports.VectorDatabaseEntity = exports.EntityDocumentRunEntity = exports.EntityDocumentTypeEntity = exports.VectorIndexEntity = exports.QueryPermissionEntity = exports.QueryEntity = exports.QueryCategoryEntity = exports.QueryFieldEntity = exports.RecordMergeDeletionLogEntity = exports.RecordMergeLogEntity = exports.CompanyIntegrationRecordMapEntity = exports.SchemaInfoEntity = exports.UserNotificationEntity = exports.ConversationEntity = exports.ConversationDetailEntity = exports.DatasetItemEntity = exports.DatasetEntity = exports.WorkspaceItemEntity = exports.WorkspaceEntity = exports.TaggedItemEntity = exports.TagEntity = exports.ResourceTypeEntity = exports.ReportSnapshotEntity = exports.ReportEntity = exports.OutputDeliveryTypeEntity = exports.OutputFormatTypeEntity = exports.OutputTriggerTypeEntity = void 0;
|
|
11
|
-
exports.CommunicationBaseMessageTypeEntity = exports.CommunicationLogEntity = exports.CommunicationProviderMessageTypeEntity = exports.CommunicationRunEntity = exports.CommunicationProviderEntity = exports.
|
|
11
|
+
exports.EntityCommunicationFieldEntity = exports.EntityCommunicationMessageTypeEntity = exports.RecommendationItemEntity = exports.RecommendationRunEntity = exports.RecommendationProviderEntity = exports.RecommendationEntity = exports.TemplateContentTypeEntity = exports.TemplateParamEntity = exports.TemplateContentEntity = exports.TemplateCategoryEntity = exports.TemplateEntity = exports.CommunicationBaseMessageTypeEntity = exports.CommunicationLogEntity = exports.CommunicationProviderMessageTypeEntity = exports.CommunicationRunEntity = exports.CommunicationProviderEntity = exports.ListCategoryEntity = exports.LibraryEntity = exports.ActionLibraryEntity = exports.ActionParamEntity = exports.ActionExecutionLogEntity = exports.ActionContextEntity = exports.ActionResultCodeEntity = exports.ActionContextTypeEntity = exports.ActionFilterEntity = exports.EntityActionFilterEntity = exports.ActionEntity = exports.EntityActionInvocationTypeEntity = exports.ActionAuthorizationEntity = void 0;
|
|
12
12
|
const core_1 = require("@memberjunction/core");
|
|
13
13
|
const global_1 = require("@memberjunction/global");
|
|
14
14
|
/**
|
|
@@ -91,6 +91,7 @@ let CompanyEntity = class CompanyEntity extends core_1.BaseEntity {
|
|
|
91
91
|
* * Field Name: CreatedAt
|
|
92
92
|
* * Display Name: Created At
|
|
93
93
|
* * SQL Data Type: datetime
|
|
94
|
+
* * Default Value: getdate()
|
|
94
95
|
*/
|
|
95
96
|
get CreatedAt() {
|
|
96
97
|
return this.Get('CreatedAt');
|
|
@@ -99,6 +100,7 @@ let CompanyEntity = class CompanyEntity extends core_1.BaseEntity {
|
|
|
99
100
|
* * Field Name: UpdatedAt
|
|
100
101
|
* * Display Name: Updated At
|
|
101
102
|
* * SQL Data Type: datetime
|
|
103
|
+
* * Default Value: getdate()
|
|
102
104
|
*/
|
|
103
105
|
get UpdatedAt() {
|
|
104
106
|
return this.Get('UpdatedAt');
|
|
@@ -158,6 +160,7 @@ let EmployeeEntity = class EmployeeEntity extends core_1.BaseEntity {
|
|
|
158
160
|
* * Field Name: BCMID
|
|
159
161
|
* * Display Name: BCMID
|
|
160
162
|
* * SQL Data Type: uniqueidentifier
|
|
163
|
+
* * Default Value: newid()
|
|
161
164
|
*/
|
|
162
165
|
get BCMID() {
|
|
163
166
|
return this.Get('BCMID');
|
|
@@ -217,6 +220,7 @@ let EmployeeEntity = class EmployeeEntity extends core_1.BaseEntity {
|
|
|
217
220
|
/**
|
|
218
221
|
* * Field Name: Active
|
|
219
222
|
* * SQL Data Type: bit
|
|
223
|
+
* * Default Value: 1
|
|
220
224
|
*/
|
|
221
225
|
get Active() {
|
|
222
226
|
return this.Get('Active');
|
|
@@ -252,6 +256,7 @@ let EmployeeEntity = class EmployeeEntity extends core_1.BaseEntity {
|
|
|
252
256
|
* * Field Name: CreatedAt
|
|
253
257
|
* * Display Name: Created At
|
|
254
258
|
* * SQL Data Type: datetime
|
|
259
|
+
* * Default Value: getdate()
|
|
255
260
|
*/
|
|
256
261
|
get CreatedAt() {
|
|
257
262
|
return this.Get('CreatedAt');
|
|
@@ -260,6 +265,7 @@ let EmployeeEntity = class EmployeeEntity extends core_1.BaseEntity {
|
|
|
260
265
|
* * Field Name: UpdatedAt
|
|
261
266
|
* * Display Name: Updated At
|
|
262
267
|
* * SQL Data Type: datetime
|
|
268
|
+
* * Default Value: getdate()
|
|
263
269
|
*/
|
|
264
270
|
get UpdatedAt() {
|
|
265
271
|
return this.Get('UpdatedAt');
|
|
@@ -383,6 +389,7 @@ let UserFavoriteEntity = class UserFavoriteEntity extends core_1.BaseEntity {
|
|
|
383
389
|
* * Field Name: CreatedAt
|
|
384
390
|
* * Display Name: Created At
|
|
385
391
|
* * SQL Data Type: datetime
|
|
392
|
+
* * Default Value: getdate()
|
|
386
393
|
*/
|
|
387
394
|
get CreatedAt() {
|
|
388
395
|
return this.Get('CreatedAt');
|
|
@@ -391,6 +398,7 @@ let UserFavoriteEntity = class UserFavoriteEntity extends core_1.BaseEntity {
|
|
|
391
398
|
* * Field Name: UpdatedAt
|
|
392
399
|
* * Display Name: Updated At
|
|
393
400
|
* * SQL Data Type: datetime
|
|
401
|
+
* * Default Value: getdate()
|
|
394
402
|
*/
|
|
395
403
|
get UpdatedAt() {
|
|
396
404
|
return this.Get('UpdatedAt');
|
|
@@ -507,6 +515,7 @@ let EmployeeCompanyIntegrationEntity = class EmployeeCompanyIntegrationEntity ex
|
|
|
507
515
|
* * Field Name: IsActive
|
|
508
516
|
* * Display Name: Is Active
|
|
509
517
|
* * SQL Data Type: bit
|
|
518
|
+
* * Default Value: 1
|
|
510
519
|
*/
|
|
511
520
|
get IsActive() {
|
|
512
521
|
return this.Get('IsActive');
|
|
@@ -518,6 +527,7 @@ let EmployeeCompanyIntegrationEntity = class EmployeeCompanyIntegrationEntity ex
|
|
|
518
527
|
* * Field Name: CreatedAt
|
|
519
528
|
* * Display Name: Created At
|
|
520
529
|
* * SQL Data Type: datetime
|
|
530
|
+
* * Default Value: getdate()
|
|
521
531
|
*/
|
|
522
532
|
get CreatedAt() {
|
|
523
533
|
return this.Get('CreatedAt');
|
|
@@ -526,6 +536,7 @@ let EmployeeCompanyIntegrationEntity = class EmployeeCompanyIntegrationEntity ex
|
|
|
526
536
|
* * Field Name: UpdatedAt
|
|
527
537
|
* * Display Name: Updated At
|
|
528
538
|
* * SQL Data Type: datetime
|
|
539
|
+
* * Default Value: getdate()
|
|
529
540
|
*/
|
|
530
541
|
get UpdatedAt() {
|
|
531
542
|
return this.Get('UpdatedAt');
|
|
@@ -609,6 +620,7 @@ let EmployeeRoleEntity = class EmployeeRoleEntity extends core_1.BaseEntity {
|
|
|
609
620
|
* * Field Name: CreatedAt
|
|
610
621
|
* * Display Name: Created At
|
|
611
622
|
* * SQL Data Type: datetime
|
|
623
|
+
* * Default Value: getdate()
|
|
612
624
|
*/
|
|
613
625
|
get CreatedAt() {
|
|
614
626
|
return this.Get('CreatedAt');
|
|
@@ -617,6 +629,7 @@ let EmployeeRoleEntity = class EmployeeRoleEntity extends core_1.BaseEntity {
|
|
|
617
629
|
* * Field Name: UpdatedAt
|
|
618
630
|
* * Display Name: Updated At
|
|
619
631
|
* * SQL Data Type: datetime
|
|
632
|
+
* * Default Value: getdate()
|
|
620
633
|
*/
|
|
621
634
|
get UpdatedAt() {
|
|
622
635
|
return this.Get('UpdatedAt');
|
|
@@ -708,6 +721,7 @@ let EmployeeSkillEntity = class EmployeeSkillEntity extends core_1.BaseEntity {
|
|
|
708
721
|
* * Field Name: CreatedAt
|
|
709
722
|
* * Display Name: Created At
|
|
710
723
|
* * SQL Data Type: datetime
|
|
724
|
+
* * Default Value: getdate()
|
|
711
725
|
*/
|
|
712
726
|
get CreatedAt() {
|
|
713
727
|
return this.Get('CreatedAt');
|
|
@@ -716,6 +730,7 @@ let EmployeeSkillEntity = class EmployeeSkillEntity extends core_1.BaseEntity {
|
|
|
716
730
|
* * Field Name: UpdatedAt
|
|
717
731
|
* * Display Name: Updated At
|
|
718
732
|
* * SQL Data Type: datetime
|
|
733
|
+
* * Default Value: getdate()
|
|
719
734
|
*/
|
|
720
735
|
get UpdatedAt() {
|
|
721
736
|
return this.Get('UpdatedAt');
|
|
@@ -816,6 +831,7 @@ let RoleEntity = class RoleEntity extends core_1.BaseEntity {
|
|
|
816
831
|
* * Field Name: CreatedAt
|
|
817
832
|
* * Display Name: Created At
|
|
818
833
|
* * SQL Data Type: datetime
|
|
834
|
+
* * Default Value: getdate()
|
|
819
835
|
*/
|
|
820
836
|
get CreatedAt() {
|
|
821
837
|
return this.Get('CreatedAt');
|
|
@@ -824,6 +840,7 @@ let RoleEntity = class RoleEntity extends core_1.BaseEntity {
|
|
|
824
840
|
* * Field Name: UpdatedAt
|
|
825
841
|
* * Display Name: Updated At
|
|
826
842
|
* * SQL Data Type: datetime
|
|
843
|
+
* * Default Value: getdate()
|
|
827
844
|
*/
|
|
828
845
|
get UpdatedAt() {
|
|
829
846
|
return this.Get('UpdatedAt');
|
|
@@ -916,6 +933,7 @@ let SkillEntity = class SkillEntity extends core_1.BaseEntity {
|
|
|
916
933
|
* * Field Name: CreatedAt
|
|
917
934
|
* * Display Name: Created At
|
|
918
935
|
* * SQL Data Type: datetime
|
|
936
|
+
* * Default Value: getdate()
|
|
919
937
|
*/
|
|
920
938
|
get CreatedAt() {
|
|
921
939
|
return this.Get('CreatedAt');
|
|
@@ -924,6 +942,7 @@ let SkillEntity = class SkillEntity extends core_1.BaseEntity {
|
|
|
924
942
|
* * Field Name: UpdatedAt
|
|
925
943
|
* * Display Name: Updated At
|
|
926
944
|
* * SQL Data Type: datetime
|
|
945
|
+
* * Default Value: getdate()
|
|
927
946
|
*/
|
|
928
947
|
get UpdatedAt() {
|
|
929
948
|
return this.Get('UpdatedAt');
|
|
@@ -1161,6 +1180,7 @@ let IntegrationEntity = class IntegrationEntity extends core_1.BaseEntity {
|
|
|
1161
1180
|
* * Field Name: BatchMaxRequestCount
|
|
1162
1181
|
* * Display Name: Batch Max Request Count
|
|
1163
1182
|
* * SQL Data Type: int
|
|
1183
|
+
* * Default Value: -1
|
|
1164
1184
|
*/
|
|
1165
1185
|
get BatchMaxRequestCount() {
|
|
1166
1186
|
return this.Get('BatchMaxRequestCount');
|
|
@@ -1172,6 +1192,7 @@ let IntegrationEntity = class IntegrationEntity extends core_1.BaseEntity {
|
|
|
1172
1192
|
* * Field Name: BatchRequestWaitTime
|
|
1173
1193
|
* * Display Name: Batch Request Wait Time
|
|
1174
1194
|
* * SQL Data Type: int
|
|
1195
|
+
* * Default Value: -1
|
|
1175
1196
|
*/
|
|
1176
1197
|
get BatchRequestWaitTime() {
|
|
1177
1198
|
return this.Get('BatchRequestWaitTime');
|
|
@@ -1183,6 +1204,7 @@ let IntegrationEntity = class IntegrationEntity extends core_1.BaseEntity {
|
|
|
1183
1204
|
* * Field Name: CreatedAt
|
|
1184
1205
|
* * Display Name: Created At
|
|
1185
1206
|
* * SQL Data Type: datetime
|
|
1207
|
+
* * Default Value: getdate()
|
|
1186
1208
|
*/
|
|
1187
1209
|
get CreatedAt() {
|
|
1188
1210
|
return this.Get('CreatedAt');
|
|
@@ -1191,6 +1213,7 @@ let IntegrationEntity = class IntegrationEntity extends core_1.BaseEntity {
|
|
|
1191
1213
|
* * Field Name: UpdatedAt
|
|
1192
1214
|
* * Display Name: Updated At
|
|
1193
1215
|
* * SQL Data Type: datetime
|
|
1216
|
+
* * Default Value: getdate()
|
|
1194
1217
|
*/
|
|
1195
1218
|
get UpdatedAt() {
|
|
1196
1219
|
return this.Get('UpdatedAt');
|
|
@@ -1328,6 +1351,7 @@ let CompanyIntegrationEntity = class CompanyIntegrationEntity extends core_1.Bas
|
|
|
1328
1351
|
* * Field Name: CreatedAt
|
|
1329
1352
|
* * Display Name: Created At
|
|
1330
1353
|
* * SQL Data Type: datetime
|
|
1354
|
+
* * Default Value: getdate()
|
|
1331
1355
|
*/
|
|
1332
1356
|
get CreatedAt() {
|
|
1333
1357
|
return this.Get('CreatedAt');
|
|
@@ -1336,6 +1360,7 @@ let CompanyIntegrationEntity = class CompanyIntegrationEntity extends core_1.Bas
|
|
|
1336
1360
|
* * Field Name: UpdatedAt
|
|
1337
1361
|
* * Display Name: Updated At
|
|
1338
1362
|
* * SQL Data Type: datetime
|
|
1363
|
+
* * Default Value: getdate()
|
|
1339
1364
|
*/
|
|
1340
1365
|
get UpdatedAt() {
|
|
1341
1366
|
return this.Get('UpdatedAt');
|
|
@@ -1355,6 +1380,7 @@ let CompanyIntegrationEntity = class CompanyIntegrationEntity extends core_1.Bas
|
|
|
1355
1380
|
* * Field Name: IsExternalSystemReadOnly
|
|
1356
1381
|
* * Display Name: Is External System Read Only
|
|
1357
1382
|
* * SQL Data Type: bit
|
|
1383
|
+
* * Default Value: 0
|
|
1358
1384
|
*/
|
|
1359
1385
|
get IsExternalSystemReadOnly() {
|
|
1360
1386
|
return this.Get('IsExternalSystemReadOnly');
|
|
@@ -1517,6 +1543,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1517
1543
|
/**
|
|
1518
1544
|
* * Field Name: Sequence
|
|
1519
1545
|
* * SQL Data Type: int
|
|
1546
|
+
* * Default Value: 0
|
|
1520
1547
|
* * Description: Display order of the field within the entity
|
|
1521
1548
|
*/
|
|
1522
1549
|
get Sequence() {
|
|
@@ -1557,6 +1584,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1557
1584
|
* * Field Name: AutoUpdateDescription
|
|
1558
1585
|
* * Display Name: Auto Update Description
|
|
1559
1586
|
* * SQL Data Type: bit
|
|
1587
|
+
* * Default Value: 1
|
|
1560
1588
|
* * Description: When set to 1 (default), whenever a description is modified in the column within the underlying view (first choice) or table (second choice), the Description column in the entity field definition will be automatically updated. If you never set metadata in the database directly, you can leave this alone. However, if you have metadata set in the database level for description, and you want to provide a DIFFERENT description in this entity field definition, turn this bit off and then set the Description field and future CodeGen runs will NOT override the Description field here.
|
|
1561
1589
|
*/
|
|
1562
1590
|
get AutoUpdateDescription() {
|
|
@@ -1569,6 +1597,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1569
1597
|
* * Field Name: IsPrimaryKey
|
|
1570
1598
|
* * Display Name: Is Primary Key
|
|
1571
1599
|
* * SQL Data Type: bit
|
|
1600
|
+
* * Default Value: 0
|
|
1572
1601
|
* * Description: Indicates if the field is part of the primary key for the entity (auto maintained by CodeGen)
|
|
1573
1602
|
*/
|
|
1574
1603
|
get IsPrimaryKey() {
|
|
@@ -1581,6 +1610,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1581
1610
|
* * Field Name: IsUnique
|
|
1582
1611
|
* * Display Name: Is Unique
|
|
1583
1612
|
* * SQL Data Type: bit
|
|
1613
|
+
* * Default Value: 0
|
|
1584
1614
|
* * Description: Indicates if the field must have unique values within the entity.
|
|
1585
1615
|
*/
|
|
1586
1616
|
get IsUnique() {
|
|
@@ -1637,6 +1667,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1637
1667
|
* * Field Name: AllowsNull
|
|
1638
1668
|
* * Display Name: Allows Null
|
|
1639
1669
|
* * SQL Data Type: bit
|
|
1670
|
+
* * Default Value: 1
|
|
1640
1671
|
* * Description: Does the column allow null or not (auto maintained by CodeGen)
|
|
1641
1672
|
*/
|
|
1642
1673
|
get AllowsNull() {
|
|
@@ -1655,6 +1686,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1655
1686
|
* * Field Name: AutoIncrement
|
|
1656
1687
|
* * Display Name: Auto Increment
|
|
1657
1688
|
* * SQL Data Type: bit
|
|
1689
|
+
* * Default Value: 0
|
|
1658
1690
|
* * Description: If this field automatically increments within the table, this field is set to 1 (auto maintained by CodeGen)
|
|
1659
1691
|
*/
|
|
1660
1692
|
get AutoIncrement() {
|
|
@@ -1664,6 +1696,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1664
1696
|
* * Field Name: ValueListType
|
|
1665
1697
|
* * Display Name: Value List Type
|
|
1666
1698
|
* * SQL Data Type: nvarchar(20)
|
|
1699
|
+
* * Default Value: None
|
|
1667
1700
|
* * Value List Type: List
|
|
1668
1701
|
* * Possible Values
|
|
1669
1702
|
* * None
|
|
@@ -1728,6 +1761,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1728
1761
|
* * Field Name: DefaultInView
|
|
1729
1762
|
* * Display Name: Default In View
|
|
1730
1763
|
* * SQL Data Type: bit
|
|
1764
|
+
* * Default Value: 0
|
|
1731
1765
|
* * Description: If set to 1, this field will be included by default in any new view created by a user.
|
|
1732
1766
|
*/
|
|
1733
1767
|
get DefaultInView() {
|
|
@@ -1764,6 +1798,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1764
1798
|
* * Field Name: AllowUpdateAPI
|
|
1765
1799
|
* * Display Name: Allow Update API
|
|
1766
1800
|
* * SQL Data Type: bit
|
|
1801
|
+
* * Default Value: 1
|
|
1767
1802
|
* * Description: If set to 1, this field will be considered updateable by the API and object model. For this field to have effect, the column type must be updateable (e.g. not part of the primary key and not auto-increment)
|
|
1768
1803
|
*/
|
|
1769
1804
|
get AllowUpdateAPI() {
|
|
@@ -1776,6 +1811,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1776
1811
|
* * Field Name: AllowUpdateInView
|
|
1777
1812
|
* * Display Name: Allow Update In View
|
|
1778
1813
|
* * SQL Data Type: bit
|
|
1814
|
+
* * Default Value: 1
|
|
1779
1815
|
* * Description: If set to 1, and if AllowUpdateAPI=1, the field can be edited within a view when the view is in edit mode.
|
|
1780
1816
|
*/
|
|
1781
1817
|
get AllowUpdateInView() {
|
|
@@ -1788,6 +1824,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1788
1824
|
* * Field Name: IncludeInUserSearchAPI
|
|
1789
1825
|
* * Display Name: Include In User Search API
|
|
1790
1826
|
* * SQL Data Type: bit
|
|
1827
|
+
* * Default Value: 0
|
|
1791
1828
|
* * Description: If set to 1, this column will be included in user search queries for both traditional and full text search
|
|
1792
1829
|
*/
|
|
1793
1830
|
get IncludeInUserSearchAPI() {
|
|
@@ -1800,6 +1837,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1800
1837
|
* * Field Name: FullTextSearchEnabled
|
|
1801
1838
|
* * Display Name: Full Text Search Enabled
|
|
1802
1839
|
* * SQL Data Type: bit
|
|
1840
|
+
* * Default Value: 0
|
|
1803
1841
|
* * Description: If set to 1, CodeGen will automatically generate a Full Text Catalog/Index in the database and include this field in the search index.
|
|
1804
1842
|
*/
|
|
1805
1843
|
get FullTextSearchEnabled() {
|
|
@@ -1824,6 +1862,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1824
1862
|
* * Field Name: IncludeInGeneratedForm
|
|
1825
1863
|
* * Display Name: Include In Generated Form
|
|
1826
1864
|
* * SQL Data Type: bit
|
|
1865
|
+
* * Default Value: 1
|
|
1827
1866
|
* * Description: If set to 1, this field will be included in the generated form by CodeGen. If set to 0, this field will be excluded from the generated form. For custom forms, this field has no effect as the layout is controlled independently.
|
|
1828
1867
|
*/
|
|
1829
1868
|
get IncludeInGeneratedForm() {
|
|
@@ -1836,6 +1875,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1836
1875
|
* * Field Name: GeneratedFormSection
|
|
1837
1876
|
* * Display Name: Generated Form Section
|
|
1838
1877
|
* * SQL Data Type: nvarchar(10)
|
|
1878
|
+
* * Default Value: Details
|
|
1839
1879
|
* * Value List Type: List
|
|
1840
1880
|
* * Possible Values
|
|
1841
1881
|
* * Top
|
|
@@ -1853,6 +1893,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1853
1893
|
* * Field Name: IsVirtual
|
|
1854
1894
|
* * Display Name: Is Virtual
|
|
1855
1895
|
* * SQL Data Type: bit
|
|
1896
|
+
* * Default Value: 0
|
|
1856
1897
|
* * Description: NULL
|
|
1857
1898
|
*/
|
|
1858
1899
|
get IsVirtual() {
|
|
@@ -1862,6 +1903,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1862
1903
|
* * Field Name: IsNameField
|
|
1863
1904
|
* * Display Name: Is Name Field
|
|
1864
1905
|
* * SQL Data Type: bit
|
|
1906
|
+
* * Default Value: 0
|
|
1865
1907
|
* * Description: If set to 1, this column will be used as the "Name" field for the entity and will be used to display the name of the record in various places in the UI.
|
|
1866
1908
|
*/
|
|
1867
1909
|
get IsNameField() {
|
|
@@ -1899,6 +1941,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1899
1941
|
* * Field Name: IncludeRelatedEntityNameFieldInBaseView
|
|
1900
1942
|
* * Display Name: Include Related Entity Name Field In Base View
|
|
1901
1943
|
* * SQL Data Type: bit
|
|
1944
|
+
* * Default Value: 1
|
|
1902
1945
|
* * Description: If set to 1, the "Name" field of the Related Entity will be included in this entity as a virtual field
|
|
1903
1946
|
*/
|
|
1904
1947
|
get IncludeRelatedEntityNameFieldInBaseView() {
|
|
@@ -1922,6 +1965,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1922
1965
|
* * Field Name: CreatedAt
|
|
1923
1966
|
* * Display Name: Created At
|
|
1924
1967
|
* * SQL Data Type: datetime
|
|
1968
|
+
* * Default Value: getdate()
|
|
1925
1969
|
*/
|
|
1926
1970
|
get CreatedAt() {
|
|
1927
1971
|
return this.Get('CreatedAt');
|
|
@@ -1930,6 +1974,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
1930
1974
|
* * Field Name: UpdatedAt
|
|
1931
1975
|
* * Display Name: Updated At
|
|
1932
1976
|
* * SQL Data Type: datetime
|
|
1977
|
+
* * Default Value: getdate()
|
|
1933
1978
|
*/
|
|
1934
1979
|
get UpdatedAt() {
|
|
1935
1980
|
return this.Get('UpdatedAt');
|
|
@@ -2116,6 +2161,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2116
2161
|
* * Field Name: AutoUpdateDescription
|
|
2117
2162
|
* * Display Name: Auto Update Description
|
|
2118
2163
|
* * SQL Data Type: bit
|
|
2164
|
+
* * Default Value: 1
|
|
2119
2165
|
* * Description: When set to 1 (default), whenever a description is modified in the underlying view (first choice) or table (second choice), the Description column in the entity definition will be automatically updated. If you never set metadata in the database directly, you can leave this alone. However, if you have metadata set in the database level for description, and you want to provide a DIFFERENT description in this entity definition, turn this bit off and then set the Description field and future CodeGen runs will NOT override the Description field here.
|
|
2120
2166
|
*/
|
|
2121
2167
|
get AutoUpdateDescription() {
|
|
@@ -2147,6 +2193,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2147
2193
|
* * Field Name: BaseViewGenerated
|
|
2148
2194
|
* * Display Name: Base View Generated
|
|
2149
2195
|
* * SQL Data Type: bit
|
|
2196
|
+
* * Default Value: 1
|
|
2150
2197
|
* * Description: When set to 0, CodeGen no longer generates a base view for the entity.
|
|
2151
2198
|
*/
|
|
2152
2199
|
get BaseViewGenerated() {
|
|
@@ -2159,6 +2206,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2159
2206
|
* * Field Name: SchemaName
|
|
2160
2207
|
* * Display Name: Schema Name
|
|
2161
2208
|
* * SQL Data Type: nvarchar(255)
|
|
2209
|
+
* * Default Value: dbo
|
|
2162
2210
|
*/
|
|
2163
2211
|
get SchemaName() {
|
|
2164
2212
|
return this.Get('SchemaName');
|
|
@@ -2167,6 +2215,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2167
2215
|
* * Field Name: VirtualEntity
|
|
2168
2216
|
* * Display Name: Virtual Entity
|
|
2169
2217
|
* * SQL Data Type: bit
|
|
2218
|
+
* * Default Value: 0
|
|
2170
2219
|
*/
|
|
2171
2220
|
get VirtualEntity() {
|
|
2172
2221
|
return this.Get('VirtualEntity');
|
|
@@ -2178,6 +2227,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2178
2227
|
* * Field Name: TrackRecordChanges
|
|
2179
2228
|
* * Display Name: Track Record Changes
|
|
2180
2229
|
* * SQL Data Type: bit
|
|
2230
|
+
* * Default Value: 1
|
|
2181
2231
|
* * Description: When set to 1, changes made via the MemberJunction architecture will result in tracking records being created in the RecordChange table
|
|
2182
2232
|
*/
|
|
2183
2233
|
get TrackRecordChanges() {
|
|
@@ -2190,6 +2240,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2190
2240
|
* * Field Name: AuditRecordAccess
|
|
2191
2241
|
* * Display Name: Audit Record Access
|
|
2192
2242
|
* * SQL Data Type: bit
|
|
2243
|
+
* * Default Value: 1
|
|
2193
2244
|
* * Description: When set to 1, accessing a record by an end-user will result in an Audit Log record being created
|
|
2194
2245
|
*/
|
|
2195
2246
|
get AuditRecordAccess() {
|
|
@@ -2202,6 +2253,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2202
2253
|
* * Field Name: AuditViewRuns
|
|
2203
2254
|
* * Display Name: Audit View Runs
|
|
2204
2255
|
* * SQL Data Type: bit
|
|
2256
|
+
* * Default Value: 1
|
|
2205
2257
|
* * Description: When set to 1, users running a view against this entity will result in an Audit Log record being created.
|
|
2206
2258
|
*/
|
|
2207
2259
|
get AuditViewRuns() {
|
|
@@ -2214,6 +2266,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2214
2266
|
* * Field Name: IncludeInAPI
|
|
2215
2267
|
* * Display Name: Include In API
|
|
2216
2268
|
* * SQL Data Type: bit
|
|
2269
|
+
* * Default Value: 0
|
|
2217
2270
|
* * Description: If set to 0, the entity will not be available at all in the GraphQL API or the object model.
|
|
2218
2271
|
*/
|
|
2219
2272
|
get IncludeInAPI() {
|
|
@@ -2226,6 +2279,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2226
2279
|
* * Field Name: AllowAllRowsAPI
|
|
2227
2280
|
* * Display Name: Allow All Rows API
|
|
2228
2281
|
* * SQL Data Type: bit
|
|
2282
|
+
* * Default Value: 0
|
|
2229
2283
|
* * Description: If set to 1, a GraphQL query will be enabled that allows access to all rows in the entity.
|
|
2230
2284
|
*/
|
|
2231
2285
|
get AllowAllRowsAPI() {
|
|
@@ -2238,6 +2292,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2238
2292
|
* * Field Name: AllowUpdateAPI
|
|
2239
2293
|
* * Display Name: Allow Update API
|
|
2240
2294
|
* * SQL Data Type: bit
|
|
2295
|
+
* * Default Value: 0
|
|
2241
2296
|
* * Description: Global flag controlling if updates are allowed for any user, or not. If set to 1, a GraqhQL mutation and stored procedure are created. Permissions are still required to perform the action but if this flag is set to 0, no user will be able to perform the action.
|
|
2242
2297
|
*/
|
|
2243
2298
|
get AllowUpdateAPI() {
|
|
@@ -2250,6 +2305,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2250
2305
|
* * Field Name: AllowCreateAPI
|
|
2251
2306
|
* * Display Name: Allow Create API
|
|
2252
2307
|
* * SQL Data Type: bit
|
|
2308
|
+
* * Default Value: 0
|
|
2253
2309
|
* * Description: Global flag controlling if creates are allowed for any user, or not. If set to 1, a GraqhQL mutation and stored procedure are created. Permissions are still required to perform the action but if this flag is set to 0, no user will be able to perform the action.
|
|
2254
2310
|
*/
|
|
2255
2311
|
get AllowCreateAPI() {
|
|
@@ -2262,6 +2318,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2262
2318
|
* * Field Name: AllowDeleteAPI
|
|
2263
2319
|
* * Display Name: Allow Delete API
|
|
2264
2320
|
* * SQL Data Type: bit
|
|
2321
|
+
* * Default Value: 0
|
|
2265
2322
|
* * Description: Global flag controlling if deletes are allowed for any user, or not. If set to 1, a GraqhQL mutation and stored procedure are created. Permissions are still required to perform the action but if this flag is set to 0, no user will be able to perform the action.
|
|
2266
2323
|
*/
|
|
2267
2324
|
get AllowDeleteAPI() {
|
|
@@ -2274,6 +2331,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2274
2331
|
* * Field Name: CustomResolverAPI
|
|
2275
2332
|
* * Display Name: Custom Resolver API
|
|
2276
2333
|
* * SQL Data Type: bit
|
|
2334
|
+
* * Default Value: 0
|
|
2277
2335
|
* * Description: Set to 1 if a custom resolver has been created for the entity.
|
|
2278
2336
|
*/
|
|
2279
2337
|
get CustomResolverAPI() {
|
|
@@ -2286,6 +2344,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2286
2344
|
* * Field Name: AllowUserSearchAPI
|
|
2287
2345
|
* * Display Name: Allow User Search API
|
|
2288
2346
|
* * SQL Data Type: bit
|
|
2347
|
+
* * Default Value: 0
|
|
2289
2348
|
* * Description: Enabling this bit will result in search being possible at the API and UI layers
|
|
2290
2349
|
*/
|
|
2291
2350
|
get AllowUserSearchAPI() {
|
|
@@ -2298,6 +2357,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2298
2357
|
* * Field Name: FullTextSearchEnabled
|
|
2299
2358
|
* * Display Name: Full Text Search Enabled
|
|
2300
2359
|
* * SQL Data Type: bit
|
|
2360
|
+
* * Default Value: 0
|
|
2301
2361
|
*/
|
|
2302
2362
|
get FullTextSearchEnabled() {
|
|
2303
2363
|
return this.Get('FullTextSearchEnabled');
|
|
@@ -2320,6 +2380,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2320
2380
|
* * Field Name: FullTextCatalogGenerated
|
|
2321
2381
|
* * Display Name: Full Text Catalog Generated
|
|
2322
2382
|
* * SQL Data Type: bit
|
|
2383
|
+
* * Default Value: 1
|
|
2323
2384
|
*/
|
|
2324
2385
|
get FullTextCatalogGenerated() {
|
|
2325
2386
|
return this.Get('FullTextCatalogGenerated');
|
|
@@ -2342,6 +2403,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2342
2403
|
* * Field Name: FullTextIndexGenerated
|
|
2343
2404
|
* * Display Name: Full Text Index Generated
|
|
2344
2405
|
* * SQL Data Type: bit
|
|
2406
|
+
* * Default Value: 1
|
|
2345
2407
|
*/
|
|
2346
2408
|
get FullTextIndexGenerated() {
|
|
2347
2409
|
return this.Get('FullTextIndexGenerated');
|
|
@@ -2364,6 +2426,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2364
2426
|
* * Field Name: FullTextSearchFunctionGenerated
|
|
2365
2427
|
* * Display Name: Full Text Search Function Generated
|
|
2366
2428
|
* * SQL Data Type: bit
|
|
2429
|
+
* * Default Value: 1
|
|
2367
2430
|
*/
|
|
2368
2431
|
get FullTextSearchFunctionGenerated() {
|
|
2369
2432
|
return this.Get('FullTextSearchFunctionGenerated');
|
|
@@ -2375,6 +2438,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2375
2438
|
* * Field Name: UserViewMaxRows
|
|
2376
2439
|
* * Display Name: User View Max Rows
|
|
2377
2440
|
* * SQL Data Type: int
|
|
2441
|
+
* * Default Value: 1000
|
|
2378
2442
|
*/
|
|
2379
2443
|
get UserViewMaxRows() {
|
|
2380
2444
|
return this.Get('UserViewMaxRows');
|
|
@@ -2419,6 +2483,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2419
2483
|
* * Field Name: spCreateGenerated
|
|
2420
2484
|
* * Display Name: sp CreateGenerated
|
|
2421
2485
|
* * SQL Data Type: bit
|
|
2486
|
+
* * Default Value: 1
|
|
2422
2487
|
*/
|
|
2423
2488
|
get spCreateGenerated() {
|
|
2424
2489
|
return this.Get('spCreateGenerated');
|
|
@@ -2430,6 +2495,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2430
2495
|
* * Field Name: spUpdateGenerated
|
|
2431
2496
|
* * Display Name: sp Update Generated
|
|
2432
2497
|
* * SQL Data Type: bit
|
|
2498
|
+
* * Default Value: 1
|
|
2433
2499
|
*/
|
|
2434
2500
|
get spUpdateGenerated() {
|
|
2435
2501
|
return this.Get('spUpdateGenerated');
|
|
@@ -2441,6 +2507,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2441
2507
|
* * Field Name: spDeleteGenerated
|
|
2442
2508
|
* * Display Name: sp Delete Generated
|
|
2443
2509
|
* * SQL Data Type: bit
|
|
2510
|
+
* * Default Value: 1
|
|
2444
2511
|
*/
|
|
2445
2512
|
get spDeleteGenerated() {
|
|
2446
2513
|
return this.Get('spDeleteGenerated');
|
|
@@ -2452,6 +2519,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2452
2519
|
* * Field Name: CascadeDeletes
|
|
2453
2520
|
* * Display Name: Cascade Deletes
|
|
2454
2521
|
* * SQL Data Type: bit
|
|
2522
|
+
* * Default Value: 0
|
|
2455
2523
|
* * Description: When set to 1, the deleted spDelete will pre-process deletion to related entities that have 1:M cardinality with this entity. This does not have effect if spDeleteGenerated = 0
|
|
2456
2524
|
*/
|
|
2457
2525
|
get CascadeDeletes() {
|
|
@@ -2476,6 +2544,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2476
2544
|
* * Field Name: UserFormGenerated
|
|
2477
2545
|
* * Display Name: User Form Generated
|
|
2478
2546
|
* * SQL Data Type: bit
|
|
2547
|
+
* * Default Value: 1
|
|
2479
2548
|
*/
|
|
2480
2549
|
get UserFormGenerated() {
|
|
2481
2550
|
return this.Get('UserFormGenerated');
|
|
@@ -2509,6 +2578,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2509
2578
|
* * Field Name: CreatedAt
|
|
2510
2579
|
* * Display Name: Created At
|
|
2511
2580
|
* * SQL Data Type: datetime
|
|
2581
|
+
* * Default Value: getdate()
|
|
2512
2582
|
*/
|
|
2513
2583
|
get CreatedAt() {
|
|
2514
2584
|
return this.Get('CreatedAt');
|
|
@@ -2517,11 +2587,24 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
2517
2587
|
* * Field Name: UpdatedAt
|
|
2518
2588
|
* * Display Name: Updated At
|
|
2519
2589
|
* * SQL Data Type: datetime
|
|
2590
|
+
* * Default Value: getdate()
|
|
2520
2591
|
*/
|
|
2521
2592
|
get UpdatedAt() {
|
|
2522
2593
|
return this.Get('UpdatedAt');
|
|
2523
2594
|
}
|
|
2524
2595
|
/**
|
|
2596
|
+
* * Field Name: PreferredCommunicationField
|
|
2597
|
+
* * Display Name: Preferred Communication Field
|
|
2598
|
+
* * SQL Data Type: nvarchar(255)
|
|
2599
|
+
* * Description: Used to specify a field within the entity that in turn contains the field name that will be used for record-level communication preferences. For example in a hypothetical entity called Contacts, say there is a field called PreferredComm and that field had possible values of Email1, SMS, and Phone, and those value in turn corresponded to field names in the entity. Each record in the Contacts entity could have a specific preference for which field would be used for communication. The MJ Communication Framework will use this information when available, as a priority ahead of the data in the Entity Communication Fields entity which is entity-level and not record-level.
|
|
2600
|
+
*/
|
|
2601
|
+
get PreferredCommunicationField() {
|
|
2602
|
+
return this.Get('PreferredCommunicationField');
|
|
2603
|
+
}
|
|
2604
|
+
set PreferredCommunicationField(value) {
|
|
2605
|
+
this.Set('PreferredCommunicationField', value);
|
|
2606
|
+
}
|
|
2607
|
+
/**
|
|
2525
2608
|
* * Field Name: CodeName
|
|
2526
2609
|
* * Display Name: Code Name
|
|
2527
2610
|
* * SQL Data Type: nvarchar(MAX)
|
|
@@ -2680,6 +2763,7 @@ let UserEntity = class UserEntity extends core_1.BaseEntity {
|
|
|
2680
2763
|
* * Field Name: IsActive
|
|
2681
2764
|
* * Display Name: Is Active
|
|
2682
2765
|
* * SQL Data Type: bit
|
|
2766
|
+
* * Default Value: 0
|
|
2683
2767
|
*/
|
|
2684
2768
|
get IsActive() {
|
|
2685
2769
|
return this.Get('IsActive');
|
|
@@ -2691,6 +2775,7 @@ let UserEntity = class UserEntity extends core_1.BaseEntity {
|
|
|
2691
2775
|
* * Field Name: LinkedRecordType
|
|
2692
2776
|
* * Display Name: Linked Record Type
|
|
2693
2777
|
* * SQL Data Type: nchar(10)
|
|
2778
|
+
* * Default Value: None
|
|
2694
2779
|
*/
|
|
2695
2780
|
get LinkedRecordType() {
|
|
2696
2781
|
return this.Get('LinkedRecordType');
|
|
@@ -2737,6 +2822,7 @@ let UserEntity = class UserEntity extends core_1.BaseEntity {
|
|
|
2737
2822
|
* * Field Name: CreatedAt
|
|
2738
2823
|
* * Display Name: Created At
|
|
2739
2824
|
* * SQL Data Type: datetime
|
|
2825
|
+
* * Default Value: getdate()
|
|
2740
2826
|
*/
|
|
2741
2827
|
get CreatedAt() {
|
|
2742
2828
|
return this.Get('CreatedAt');
|
|
@@ -2745,6 +2831,7 @@ let UserEntity = class UserEntity extends core_1.BaseEntity {
|
|
|
2745
2831
|
* * Field Name: UpdatedAt
|
|
2746
2832
|
* * Display Name: Updated At
|
|
2747
2833
|
* * SQL Data Type: datetime
|
|
2834
|
+
* * Default Value: getdate()
|
|
2748
2835
|
*/
|
|
2749
2836
|
get UpdatedAt() {
|
|
2750
2837
|
return this.Get('UpdatedAt');
|
|
@@ -2853,6 +2940,7 @@ let EntityRelationshipEntity = class EntityRelationshipEntity extends core_1.Bas
|
|
|
2853
2940
|
* * Field Name: Sequence
|
|
2854
2941
|
* * Display Name: Sequence
|
|
2855
2942
|
* * SQL Data Type: int
|
|
2943
|
+
* * Default Value: 0
|
|
2856
2944
|
* * Description: Used for display order in generated forms and in other places in the UI where relationships for an entity are shown
|
|
2857
2945
|
*/
|
|
2858
2946
|
get Sequence() {
|
|
@@ -2877,6 +2965,7 @@ let EntityRelationshipEntity = class EntityRelationshipEntity extends core_1.Bas
|
|
|
2877
2965
|
* * Field Name: BundleInAPI
|
|
2878
2966
|
* * Display Name: Bundle In API
|
|
2879
2967
|
* * SQL Data Type: bit
|
|
2968
|
+
* * Default Value: 1
|
|
2880
2969
|
*/
|
|
2881
2970
|
get BundleInAPI() {
|
|
2882
2971
|
return this.Get('BundleInAPI');
|
|
@@ -2888,6 +2977,7 @@ let EntityRelationshipEntity = class EntityRelationshipEntity extends core_1.Bas
|
|
|
2888
2977
|
* * Field Name: IncludeInParentAllQuery
|
|
2889
2978
|
* * Display Name: Include In Parent All Query
|
|
2890
2979
|
* * SQL Data Type: bit
|
|
2980
|
+
* * Default Value: 0
|
|
2891
2981
|
*/
|
|
2892
2982
|
get IncludeInParentAllQuery() {
|
|
2893
2983
|
return this.Get('IncludeInParentAllQuery');
|
|
@@ -2898,6 +2988,7 @@ let EntityRelationshipEntity = class EntityRelationshipEntity extends core_1.Bas
|
|
|
2898
2988
|
/**
|
|
2899
2989
|
* * Field Name: Type
|
|
2900
2990
|
* * SQL Data Type: nchar(20)
|
|
2991
|
+
* * Default Value: One To Many
|
|
2901
2992
|
* * Value List Type: List
|
|
2902
2993
|
* * Possible Values
|
|
2903
2994
|
* * One To Many
|
|
@@ -2968,6 +3059,7 @@ let EntityRelationshipEntity = class EntityRelationshipEntity extends core_1.Bas
|
|
|
2968
3059
|
* * Field Name: DisplayInForm
|
|
2969
3060
|
* * Display Name: Display In Form
|
|
2970
3061
|
* * SQL Data Type: bit
|
|
3062
|
+
* * Default Value: 1
|
|
2971
3063
|
*/
|
|
2972
3064
|
get DisplayInForm() {
|
|
2973
3065
|
return this.Get('DisplayInForm');
|
|
@@ -2999,6 +3091,7 @@ let EntityRelationshipEntity = class EntityRelationshipEntity extends core_1.Bas
|
|
|
2999
3091
|
* * Field Name: CreatedAt
|
|
3000
3092
|
* * Display Name: Created At
|
|
3001
3093
|
* * SQL Data Type: datetime
|
|
3094
|
+
* * Default Value: getdate()
|
|
3002
3095
|
*/
|
|
3003
3096
|
get CreatedAt() {
|
|
3004
3097
|
return this.Get('CreatedAt');
|
|
@@ -3007,6 +3100,7 @@ let EntityRelationshipEntity = class EntityRelationshipEntity extends core_1.Bas
|
|
|
3007
3100
|
* * Field Name: UpdatedAt
|
|
3008
3101
|
* * Display Name: Updated At
|
|
3009
3102
|
* * SQL Data Type: datetime
|
|
3103
|
+
* * Default Value: getdate()
|
|
3010
3104
|
*/
|
|
3011
3105
|
get UpdatedAt() {
|
|
3012
3106
|
return this.Get('UpdatedAt');
|
|
@@ -3187,6 +3281,7 @@ let UserRecordLogEntity = class UserRecordLogEntity extends core_1.BaseEntity {
|
|
|
3187
3281
|
* * Field Name: EarliestAt
|
|
3188
3282
|
* * Display Name: Earliest At
|
|
3189
3283
|
* * SQL Data Type: datetime
|
|
3284
|
+
* * Default Value: getdate()
|
|
3190
3285
|
*/
|
|
3191
3286
|
get EarliestAt() {
|
|
3192
3287
|
return this.Get('EarliestAt');
|
|
@@ -3198,6 +3293,7 @@ let UserRecordLogEntity = class UserRecordLogEntity extends core_1.BaseEntity {
|
|
|
3198
3293
|
* * Field Name: LatestAt
|
|
3199
3294
|
* * Display Name: Latest At
|
|
3200
3295
|
* * SQL Data Type: datetime
|
|
3296
|
+
* * Default Value: getdate()
|
|
3201
3297
|
*/
|
|
3202
3298
|
get LatestAt() {
|
|
3203
3299
|
return this.Get('LatestAt');
|
|
@@ -3209,6 +3305,7 @@ let UserRecordLogEntity = class UserRecordLogEntity extends core_1.BaseEntity {
|
|
|
3209
3305
|
* * Field Name: TotalCount
|
|
3210
3306
|
* * Display Name: Total Count
|
|
3211
3307
|
* * SQL Data Type: int
|
|
3308
|
+
* * Default Value: 0
|
|
3212
3309
|
*/
|
|
3213
3310
|
get TotalCount() {
|
|
3214
3311
|
return this.Get('TotalCount');
|
|
@@ -3342,6 +3439,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
|
|
|
3342
3439
|
* * Field Name: GUID
|
|
3343
3440
|
* * Display Name: GUID
|
|
3344
3441
|
* * SQL Data Type: uniqueidentifier
|
|
3442
|
+
* * Default Value: newid()
|
|
3345
3443
|
*/
|
|
3346
3444
|
get GUID() {
|
|
3347
3445
|
return this.Get('GUID');
|
|
@@ -3372,6 +3470,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
|
|
|
3372
3470
|
* * Field Name: IsShared
|
|
3373
3471
|
* * Display Name: Is Shared
|
|
3374
3472
|
* * SQL Data Type: bit
|
|
3473
|
+
* * Default Value: 0
|
|
3375
3474
|
*/
|
|
3376
3475
|
get IsShared() {
|
|
3377
3476
|
return this.Get('IsShared');
|
|
@@ -3383,6 +3482,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
|
|
|
3383
3482
|
* * Field Name: IsDefault
|
|
3384
3483
|
* * Display Name: Is Default
|
|
3385
3484
|
* * SQL Data Type: bit
|
|
3485
|
+
* * Default Value: 0
|
|
3386
3486
|
*/
|
|
3387
3487
|
get IsDefault() {
|
|
3388
3488
|
return this.Get('IsDefault');
|
|
@@ -3416,6 +3516,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
|
|
|
3416
3516
|
* * Field Name: CustomFilterState
|
|
3417
3517
|
* * Display Name: Custom Filter State
|
|
3418
3518
|
* * SQL Data Type: bit
|
|
3519
|
+
* * Default Value: 0
|
|
3419
3520
|
*/
|
|
3420
3521
|
get CustomFilterState() {
|
|
3421
3522
|
return this.Get('CustomFilterState');
|
|
@@ -3427,6 +3528,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
|
|
|
3427
3528
|
* * Field Name: SmartFilterEnabled
|
|
3428
3529
|
* * Display Name: Smart Filter Enabled
|
|
3429
3530
|
* * SQL Data Type: bit
|
|
3531
|
+
* * Default Value: 0
|
|
3430
3532
|
*/
|
|
3431
3533
|
get SmartFilterEnabled() {
|
|
3432
3534
|
return this.Get('SmartFilterEnabled');
|
|
@@ -3482,6 +3584,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
|
|
|
3482
3584
|
* * Field Name: CustomWhereClause
|
|
3483
3585
|
* * Display Name: Custom Where Clause
|
|
3484
3586
|
* * SQL Data Type: bit
|
|
3587
|
+
* * Default Value: 0
|
|
3485
3588
|
*/
|
|
3486
3589
|
get CustomWhereClause() {
|
|
3487
3590
|
return this.Get('CustomWhereClause');
|
|
@@ -3504,6 +3607,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
|
|
|
3504
3607
|
* * Field Name: CreatedAt
|
|
3505
3608
|
* * Display Name: Created At
|
|
3506
3609
|
* * SQL Data Type: datetime
|
|
3610
|
+
* * Default Value: getdate()
|
|
3507
3611
|
*/
|
|
3508
3612
|
get CreatedAt() {
|
|
3509
3613
|
return this.Get('CreatedAt');
|
|
@@ -3512,6 +3616,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
|
|
|
3512
3616
|
* * Field Name: UpdatedAt
|
|
3513
3617
|
* * Display Name: Updated At
|
|
3514
3618
|
* * SQL Data Type: datetime
|
|
3619
|
+
* * Default Value: getdate()
|
|
3515
3620
|
*/
|
|
3516
3621
|
get UpdatedAt() {
|
|
3517
3622
|
return this.Get('UpdatedAt');
|
|
@@ -3788,6 +3893,7 @@ let CompanyIntegrationRunDetailEntity = class CompanyIntegrationRunDetailEntity
|
|
|
3788
3893
|
* * Field Name: ExecutedAt
|
|
3789
3894
|
* * Display Name: Executed At
|
|
3790
3895
|
* * SQL Data Type: datetime
|
|
3896
|
+
* * Default Value: getdate()
|
|
3791
3897
|
*/
|
|
3792
3898
|
get ExecutedAt() {
|
|
3793
3899
|
return this.Get('ExecutedAt');
|
|
@@ -3799,6 +3905,7 @@ let CompanyIntegrationRunDetailEntity = class CompanyIntegrationRunDetailEntity
|
|
|
3799
3905
|
* * Field Name: IsSuccess
|
|
3800
3906
|
* * Display Name: Is Success
|
|
3801
3907
|
* * SQL Data Type: bit
|
|
3908
|
+
* * Default Value: 0
|
|
3802
3909
|
*/
|
|
3803
3910
|
get IsSuccess() {
|
|
3804
3911
|
return this.Get('IsSuccess');
|
|
@@ -3927,6 +4034,7 @@ let ErrorLogEntity = class ErrorLogEntity extends core_1.BaseEntity {
|
|
|
3927
4034
|
* * Field Name: CreatedAt
|
|
3928
4035
|
* * Display Name: Created At
|
|
3929
4036
|
* * SQL Data Type: datetime
|
|
4037
|
+
* * Default Value: getdate()
|
|
3930
4038
|
*/
|
|
3931
4039
|
get CreatedAt() {
|
|
3932
4040
|
return this.Get('CreatedAt');
|
|
@@ -3935,6 +4043,7 @@ let ErrorLogEntity = class ErrorLogEntity extends core_1.BaseEntity {
|
|
|
3935
4043
|
* * Field Name: CreatedBy
|
|
3936
4044
|
* * Display Name: Created By
|
|
3937
4045
|
* * SQL Data Type: nvarchar(50)
|
|
4046
|
+
* * Default Value: suser_name()
|
|
3938
4047
|
*/
|
|
3939
4048
|
get CreatedBy() {
|
|
3940
4049
|
return this.Get('CreatedBy');
|
|
@@ -4036,6 +4145,7 @@ let ApplicationEntity = class ApplicationEntity extends core_1.BaseEntity {
|
|
|
4036
4145
|
* * Field Name: CreatedAt
|
|
4037
4146
|
* * Display Name: Created At
|
|
4038
4147
|
* * SQL Data Type: datetime
|
|
4148
|
+
* * Default Value: getdate()
|
|
4039
4149
|
*/
|
|
4040
4150
|
get CreatedAt() {
|
|
4041
4151
|
return this.Get('CreatedAt');
|
|
@@ -4044,6 +4154,7 @@ let ApplicationEntity = class ApplicationEntity extends core_1.BaseEntity {
|
|
|
4044
4154
|
* * Field Name: UpdatedAt
|
|
4045
4155
|
* * Display Name: Updated At
|
|
4046
4156
|
* * SQL Data Type: datetime
|
|
4157
|
+
* * Default Value: getdate()
|
|
4047
4158
|
*/
|
|
4048
4159
|
get UpdatedAt() {
|
|
4049
4160
|
return this.Get('UpdatedAt');
|
|
@@ -4126,6 +4237,7 @@ let ApplicationEntityEntity = class ApplicationEntityEntity extends core_1.BaseE
|
|
|
4126
4237
|
* * Field Name: DefaultForNewUser
|
|
4127
4238
|
* * Display Name: Default For New User
|
|
4128
4239
|
* * SQL Data Type: bit
|
|
4240
|
+
* * Default Value: 0
|
|
4129
4241
|
*/
|
|
4130
4242
|
get DefaultForNewUser() {
|
|
4131
4243
|
return this.Get('DefaultForNewUser');
|
|
@@ -4137,6 +4249,7 @@ let ApplicationEntityEntity = class ApplicationEntityEntity extends core_1.BaseE
|
|
|
4137
4249
|
* * Field Name: CreatedAt
|
|
4138
4250
|
* * Display Name: Created At
|
|
4139
4251
|
* * SQL Data Type: datetime
|
|
4252
|
+
* * Default Value: getdate()
|
|
4140
4253
|
*/
|
|
4141
4254
|
get CreatedAt() {
|
|
4142
4255
|
return this.Get('CreatedAt');
|
|
@@ -4145,6 +4258,7 @@ let ApplicationEntityEntity = class ApplicationEntityEntity extends core_1.BaseE
|
|
|
4145
4258
|
* * Field Name: UpdatedAt
|
|
4146
4259
|
* * Display Name: Updated At
|
|
4147
4260
|
* * SQL Data Type: datetime
|
|
4261
|
+
* * Default Value: getdate()
|
|
4148
4262
|
*/
|
|
4149
4263
|
get UpdatedAt() {
|
|
4150
4264
|
return this.Get('UpdatedAt');
|
|
@@ -4263,6 +4377,7 @@ let EntityPermissionEntity = class EntityPermissionEntity extends core_1.BaseEnt
|
|
|
4263
4377
|
* * Field Name: CanCreate
|
|
4264
4378
|
* * Display Name: Can Create
|
|
4265
4379
|
* * SQL Data Type: bit
|
|
4380
|
+
* * Default Value: 0
|
|
4266
4381
|
*/
|
|
4267
4382
|
get CanCreate() {
|
|
4268
4383
|
return this.Get('CanCreate');
|
|
@@ -4274,6 +4389,7 @@ let EntityPermissionEntity = class EntityPermissionEntity extends core_1.BaseEnt
|
|
|
4274
4389
|
* * Field Name: CanRead
|
|
4275
4390
|
* * Display Name: Can Read
|
|
4276
4391
|
* * SQL Data Type: bit
|
|
4392
|
+
* * Default Value: 0
|
|
4277
4393
|
*/
|
|
4278
4394
|
get CanRead() {
|
|
4279
4395
|
return this.Get('CanRead');
|
|
@@ -4285,6 +4401,7 @@ let EntityPermissionEntity = class EntityPermissionEntity extends core_1.BaseEnt
|
|
|
4285
4401
|
* * Field Name: CanUpdate
|
|
4286
4402
|
* * Display Name: Can Update
|
|
4287
4403
|
* * SQL Data Type: bit
|
|
4404
|
+
* * Default Value: 0
|
|
4288
4405
|
*/
|
|
4289
4406
|
get CanUpdate() {
|
|
4290
4407
|
return this.Get('CanUpdate');
|
|
@@ -4296,6 +4413,7 @@ let EntityPermissionEntity = class EntityPermissionEntity extends core_1.BaseEnt
|
|
|
4296
4413
|
* * Field Name: CanDelete
|
|
4297
4414
|
* * Display Name: Can Delete
|
|
4298
4415
|
* * SQL Data Type: bit
|
|
4416
|
+
* * Default Value: 0
|
|
4299
4417
|
*/
|
|
4300
4418
|
get CanDelete() {
|
|
4301
4419
|
return this.Get('CanDelete');
|
|
@@ -4355,6 +4473,7 @@ let EntityPermissionEntity = class EntityPermissionEntity extends core_1.BaseEnt
|
|
|
4355
4473
|
* * Field Name: CreatedAt
|
|
4356
4474
|
* * Display Name: Created At
|
|
4357
4475
|
* * SQL Data Type: datetime
|
|
4476
|
+
* * Default Value: getdate()
|
|
4358
4477
|
*/
|
|
4359
4478
|
get CreatedAt() {
|
|
4360
4479
|
return this.Get('CreatedAt');
|
|
@@ -4363,6 +4482,7 @@ let EntityPermissionEntity = class EntityPermissionEntity extends core_1.BaseEnt
|
|
|
4363
4482
|
* * Field Name: UpdatedAt
|
|
4364
4483
|
* * Display Name: Updated At
|
|
4365
4484
|
* * SQL Data Type: datetime
|
|
4485
|
+
* * Default Value: getdate()
|
|
4366
4486
|
*/
|
|
4367
4487
|
get UpdatedAt() {
|
|
4368
4488
|
return this.Get('UpdatedAt');
|
|
@@ -4480,6 +4600,7 @@ let UserApplicationEntityEntity = class UserApplicationEntityEntity extends core
|
|
|
4480
4600
|
/**
|
|
4481
4601
|
* * Field Name: Sequence
|
|
4482
4602
|
* * SQL Data Type: int
|
|
4603
|
+
* * Default Value: 0
|
|
4483
4604
|
*/
|
|
4484
4605
|
get Sequence() {
|
|
4485
4606
|
return this.Get('Sequence');
|
|
@@ -4577,6 +4698,7 @@ let UserApplicationEntity = class UserApplicationEntity extends core_1.BaseEntit
|
|
|
4577
4698
|
/**
|
|
4578
4699
|
* * Field Name: Sequence
|
|
4579
4700
|
* * SQL Data Type: int
|
|
4701
|
+
* * Default Value: 0
|
|
4580
4702
|
*/
|
|
4581
4703
|
get Sequence() {
|
|
4582
4704
|
return this.Get('Sequence');
|
|
@@ -4588,6 +4710,7 @@ let UserApplicationEntity = class UserApplicationEntity extends core_1.BaseEntit
|
|
|
4588
4710
|
* * Field Name: IsActive
|
|
4589
4711
|
* * Display Name: Is Active
|
|
4590
4712
|
* * SQL Data Type: bit
|
|
4713
|
+
* * Default Value: 1
|
|
4591
4714
|
*/
|
|
4592
4715
|
get IsActive() {
|
|
4593
4716
|
return this.Get('IsActive');
|
|
@@ -4677,6 +4800,7 @@ let CompanyIntegrationRunAPILogEntity = class CompanyIntegrationRunAPILogEntity
|
|
|
4677
4800
|
* * Field Name: ExecutedAt
|
|
4678
4801
|
* * Display Name: Executed At
|
|
4679
4802
|
* * SQL Data Type: datetime
|
|
4803
|
+
* * Default Value: getdate()
|
|
4680
4804
|
*/
|
|
4681
4805
|
get ExecutedAt() {
|
|
4682
4806
|
return this.Get('ExecutedAt');
|
|
@@ -4688,6 +4812,7 @@ let CompanyIntegrationRunAPILogEntity = class CompanyIntegrationRunAPILogEntity
|
|
|
4688
4812
|
* * Field Name: IsSuccess
|
|
4689
4813
|
* * Display Name: Is Success
|
|
4690
4814
|
* * SQL Data Type: bit
|
|
4815
|
+
* * Default Value: 0
|
|
4691
4816
|
*/
|
|
4692
4817
|
get IsSuccess() {
|
|
4693
4818
|
return this.Get('IsSuccess');
|
|
@@ -4846,6 +4971,7 @@ let ListEntity = class ListEntity extends core_1.BaseEntity {
|
|
|
4846
4971
|
* * Field Name: CreatedAt
|
|
4847
4972
|
* * Display Name: Created At
|
|
4848
4973
|
* * SQL Data Type: datetime
|
|
4974
|
+
* * Default Value: getdate()
|
|
4849
4975
|
*/
|
|
4850
4976
|
get CreatedAt() {
|
|
4851
4977
|
return this.Get('CreatedAt');
|
|
@@ -4854,6 +4980,7 @@ let ListEntity = class ListEntity extends core_1.BaseEntity {
|
|
|
4854
4980
|
* * Field Name: UpdatedAt
|
|
4855
4981
|
* * Display Name: Updated At
|
|
4856
4982
|
* * SQL Data Type: datetime
|
|
4983
|
+
* * Default Value: getdate()
|
|
4857
4984
|
*/
|
|
4858
4985
|
get UpdatedAt() {
|
|
4859
4986
|
return this.Get('UpdatedAt');
|
|
@@ -4951,6 +5078,7 @@ let ListDetailEntity = class ListDetailEntity extends core_1.BaseEntity {
|
|
|
4951
5078
|
/**
|
|
4952
5079
|
* * Field Name: Sequence
|
|
4953
5080
|
* * SQL Data Type: int
|
|
5081
|
+
* * Default Value: 0
|
|
4954
5082
|
*/
|
|
4955
5083
|
get Sequence() {
|
|
4956
5084
|
return this.Get('Sequence');
|
|
@@ -5256,6 +5384,7 @@ let WorkflowRunEntity = class WorkflowRunEntity extends core_1.BaseEntity {
|
|
|
5256
5384
|
/**
|
|
5257
5385
|
* * Field Name: Status
|
|
5258
5386
|
* * SQL Data Type: nchar(10)
|
|
5387
|
+
* * Default Value: Pending
|
|
5259
5388
|
* * Value List Type: List
|
|
5260
5389
|
* * Possible Values
|
|
5261
5390
|
* * Pending
|
|
@@ -5404,6 +5533,7 @@ let WorkflowEntity = class WorkflowEntity extends core_1.BaseEntity {
|
|
|
5404
5533
|
* * Field Name: CreatedAt
|
|
5405
5534
|
* * Display Name: Created At
|
|
5406
5535
|
* * SQL Data Type: datetime
|
|
5536
|
+
* * Default Value: getdate()
|
|
5407
5537
|
*/
|
|
5408
5538
|
get CreatedAt() {
|
|
5409
5539
|
return this.Get('CreatedAt');
|
|
@@ -5412,6 +5542,7 @@ let WorkflowEntity = class WorkflowEntity extends core_1.BaseEntity {
|
|
|
5412
5542
|
* * Field Name: UpdatedAt
|
|
5413
5543
|
* * Display Name: Updated At
|
|
5414
5544
|
* * SQL Data Type: datetime
|
|
5545
|
+
* * Default Value: getdate()
|
|
5415
5546
|
*/
|
|
5416
5547
|
get UpdatedAt() {
|
|
5417
5548
|
return this.Get('UpdatedAt');
|
|
@@ -5420,6 +5551,7 @@ let WorkflowEntity = class WorkflowEntity extends core_1.BaseEntity {
|
|
|
5420
5551
|
* * Field Name: AutoRunEnabled
|
|
5421
5552
|
* * Display Name: Auto Run Enabled
|
|
5422
5553
|
* * SQL Data Type: bit
|
|
5554
|
+
* * Default Value: 0
|
|
5423
5555
|
* * Description: If set to 1, the workflow will be run automatically on the interval specified by the AutoRunIntervalType and AutoRunInterval fields
|
|
5424
5556
|
*/
|
|
5425
5557
|
get AutoRunEnabled() {
|
|
@@ -5576,6 +5708,7 @@ let WorkflowEngineEntity = class WorkflowEngineEntity extends core_1.BaseEntity
|
|
|
5576
5708
|
* * Field Name: CreatedAt
|
|
5577
5709
|
* * Display Name: Created At
|
|
5578
5710
|
* * SQL Data Type: datetime
|
|
5711
|
+
* * Default Value: getdate()
|
|
5579
5712
|
*/
|
|
5580
5713
|
get CreatedAt() {
|
|
5581
5714
|
return this.Get('CreatedAt');
|
|
@@ -5584,6 +5717,7 @@ let WorkflowEngineEntity = class WorkflowEngineEntity extends core_1.BaseEntity
|
|
|
5584
5717
|
* * Field Name: UpdatedAt
|
|
5585
5718
|
* * Display Name: Updated At
|
|
5586
5719
|
* * SQL Data Type: datetime
|
|
5720
|
+
* * Default Value: getdate()
|
|
5587
5721
|
*/
|
|
5588
5722
|
get UpdatedAt() {
|
|
5589
5723
|
return this.Get('UpdatedAt');
|
|
@@ -5678,6 +5812,7 @@ let RecordChangeEntity = class RecordChangeEntity extends core_1.BaseEntity {
|
|
|
5678
5812
|
* * Field Name: ChangedAt
|
|
5679
5813
|
* * Display Name: Changed At
|
|
5680
5814
|
* * SQL Data Type: datetime
|
|
5815
|
+
* * Default Value: getdate()
|
|
5681
5816
|
*/
|
|
5682
5817
|
get ChangedAt() {
|
|
5683
5818
|
return this.Get('ChangedAt');
|
|
@@ -5721,6 +5856,7 @@ let RecordChangeEntity = class RecordChangeEntity extends core_1.BaseEntity {
|
|
|
5721
5856
|
/**
|
|
5722
5857
|
* * Field Name: Status
|
|
5723
5858
|
* * SQL Data Type: nchar(15)
|
|
5859
|
+
* * Default Value: Complete
|
|
5724
5860
|
* * Value List Type: List
|
|
5725
5861
|
* * Possible Values
|
|
5726
5862
|
* * Pending
|
|
@@ -5826,6 +5962,7 @@ let UserRoleEntity = class UserRoleEntity extends core_1.BaseEntity {
|
|
|
5826
5962
|
* * Field Name: CreatedAt
|
|
5827
5963
|
* * Display Name: Created At
|
|
5828
5964
|
* * SQL Data Type: datetime
|
|
5965
|
+
* * Default Value: getdate()
|
|
5829
5966
|
*/
|
|
5830
5967
|
get CreatedAt() {
|
|
5831
5968
|
return this.Get('CreatedAt');
|
|
@@ -5834,6 +5971,7 @@ let UserRoleEntity = class UserRoleEntity extends core_1.BaseEntity {
|
|
|
5834
5971
|
* * Field Name: UpdatedAt
|
|
5835
5972
|
* * Display Name: Updated At
|
|
5836
5973
|
* * SQL Data Type: datetime
|
|
5974
|
+
* * Default Value: getdate()
|
|
5837
5975
|
*/
|
|
5838
5976
|
get UpdatedAt() {
|
|
5839
5977
|
return this.Get('UpdatedAt');
|
|
@@ -5945,6 +6083,7 @@ let RowLevelSecurityFilterEntity = class RowLevelSecurityFilterEntity extends co
|
|
|
5945
6083
|
* * Field Name: CreatedAt
|
|
5946
6084
|
* * Display Name: Created At
|
|
5947
6085
|
* * SQL Data Type: datetime
|
|
6086
|
+
* * Default Value: getdate()
|
|
5948
6087
|
*/
|
|
5949
6088
|
get CreatedAt() {
|
|
5950
6089
|
return this.Get('CreatedAt');
|
|
@@ -5953,6 +6092,7 @@ let RowLevelSecurityFilterEntity = class RowLevelSecurityFilterEntity extends co
|
|
|
5953
6092
|
* * Field Name: UpdatedAt
|
|
5954
6093
|
* * Display Name: Updated At
|
|
5955
6094
|
* * SQL Data Type: datetime
|
|
6095
|
+
* * Default Value: getdate()
|
|
5956
6096
|
*/
|
|
5957
6097
|
get UpdatedAt() {
|
|
5958
6098
|
return this.Get('UpdatedAt');
|
|
@@ -6048,6 +6188,7 @@ let AuditLogEntity = class AuditLogEntity extends core_1.BaseEntity {
|
|
|
6048
6188
|
* * Field Name: Status
|
|
6049
6189
|
* * Display Name: Status
|
|
6050
6190
|
* * SQL Data Type: nvarchar(50)
|
|
6191
|
+
* * Default Value: Allow
|
|
6051
6192
|
* * Value List Type: List
|
|
6052
6193
|
* * Possible Values
|
|
6053
6194
|
* * Success
|
|
@@ -6108,6 +6249,7 @@ let AuditLogEntity = class AuditLogEntity extends core_1.BaseEntity {
|
|
|
6108
6249
|
* * Field Name: CreatedAt
|
|
6109
6250
|
* * Display Name: Created At
|
|
6110
6251
|
* * SQL Data Type: datetime
|
|
6252
|
+
* * Default Value: getdate()
|
|
6111
6253
|
*/
|
|
6112
6254
|
get CreatedAt() {
|
|
6113
6255
|
return this.Get('CreatedAt');
|
|
@@ -6116,6 +6258,7 @@ let AuditLogEntity = class AuditLogEntity extends core_1.BaseEntity {
|
|
|
6116
6258
|
* * Field Name: UpdatedAt
|
|
6117
6259
|
* * Display Name: Updated At
|
|
6118
6260
|
* * SQL Data Type: datetime
|
|
6261
|
+
* * Default Value: getdate()
|
|
6119
6262
|
*/
|
|
6120
6263
|
get UpdatedAt() {
|
|
6121
6264
|
return this.Get('UpdatedAt');
|
|
@@ -6225,6 +6368,7 @@ let AuthorizationEntity = class AuthorizationEntity extends core_1.BaseEntity {
|
|
|
6225
6368
|
* * Field Name: IsActive
|
|
6226
6369
|
* * Display Name: Is Active
|
|
6227
6370
|
* * SQL Data Type: bit
|
|
6371
|
+
* * Default Value: 1
|
|
6228
6372
|
*/
|
|
6229
6373
|
get IsActive() {
|
|
6230
6374
|
return this.Get('IsActive');
|
|
@@ -6236,6 +6380,7 @@ let AuthorizationEntity = class AuthorizationEntity extends core_1.BaseEntity {
|
|
|
6236
6380
|
* * Field Name: UseAuditLog
|
|
6237
6381
|
* * Display Name: Use Audit Log
|
|
6238
6382
|
* * SQL Data Type: bit
|
|
6383
|
+
* * Default Value: 1
|
|
6239
6384
|
*/
|
|
6240
6385
|
get UseAuditLog() {
|
|
6241
6386
|
return this.Get('UseAuditLog');
|
|
@@ -6258,6 +6403,7 @@ let AuthorizationEntity = class AuthorizationEntity extends core_1.BaseEntity {
|
|
|
6258
6403
|
* * Field Name: CreatedAt
|
|
6259
6404
|
* * Display Name: Created At
|
|
6260
6405
|
* * SQL Data Type: datetime
|
|
6406
|
+
* * Default Value: getdate()
|
|
6261
6407
|
*/
|
|
6262
6408
|
get CreatedAt() {
|
|
6263
6409
|
return this.Get('CreatedAt');
|
|
@@ -6266,6 +6412,7 @@ let AuthorizationEntity = class AuthorizationEntity extends core_1.BaseEntity {
|
|
|
6266
6412
|
* * Field Name: UpdatedAt
|
|
6267
6413
|
* * Display Name: Updated At
|
|
6268
6414
|
* * SQL Data Type: datetime
|
|
6415
|
+
* * Default Value: getdate()
|
|
6269
6416
|
*/
|
|
6270
6417
|
get UpdatedAt() {
|
|
6271
6418
|
return this.Get('UpdatedAt');
|
|
@@ -6368,6 +6515,7 @@ let AuthorizationRoleEntity = class AuthorizationRoleEntity extends core_1.BaseE
|
|
|
6368
6515
|
* * Field Name: Type
|
|
6369
6516
|
* * Display Name: Type
|
|
6370
6517
|
* * SQL Data Type: nchar(10)
|
|
6518
|
+
* * Default Value: grant
|
|
6371
6519
|
* * Value List Type: List
|
|
6372
6520
|
* * Possible Values
|
|
6373
6521
|
* * Allow - User allowed to execute tasks linked to this authorization
|
|
@@ -6383,6 +6531,7 @@ let AuthorizationRoleEntity = class AuthorizationRoleEntity extends core_1.BaseE
|
|
|
6383
6531
|
* * Field Name: CreatedAt
|
|
6384
6532
|
* * Display Name: Created At
|
|
6385
6533
|
* * SQL Data Type: datetime
|
|
6534
|
+
* * Default Value: getdate()
|
|
6386
6535
|
*/
|
|
6387
6536
|
get CreatedAt() {
|
|
6388
6537
|
return this.Get('CreatedAt');
|
|
@@ -6391,6 +6540,7 @@ let AuthorizationRoleEntity = class AuthorizationRoleEntity extends core_1.BaseE
|
|
|
6391
6540
|
* * Field Name: UpdatedAt
|
|
6392
6541
|
* * Display Name: Updated At
|
|
6393
6542
|
* * SQL Data Type: datetime
|
|
6543
|
+
* * Default Value: getdate()
|
|
6394
6544
|
*/
|
|
6395
6545
|
get UpdatedAt() {
|
|
6396
6546
|
return this.Get('UpdatedAt');
|
|
@@ -6507,6 +6657,7 @@ let AuditLogTypeEntity = class AuditLogTypeEntity extends core_1.BaseEntity {
|
|
|
6507
6657
|
* * Field Name: CreatedAt
|
|
6508
6658
|
* * Display Name: Created At
|
|
6509
6659
|
* * SQL Data Type: datetime
|
|
6660
|
+
* * Default Value: getdate()
|
|
6510
6661
|
*/
|
|
6511
6662
|
get CreatedAt() {
|
|
6512
6663
|
return this.Get('CreatedAt');
|
|
@@ -6515,6 +6666,7 @@ let AuditLogTypeEntity = class AuditLogTypeEntity extends core_1.BaseEntity {
|
|
|
6515
6666
|
* * Field Name: UpdatedAt
|
|
6516
6667
|
* * Display Name: Updated At
|
|
6517
6668
|
* * SQL Data Type: datetime
|
|
6669
|
+
* * Default Value: getdate()
|
|
6518
6670
|
*/
|
|
6519
6671
|
get UpdatedAt() {
|
|
6520
6672
|
return this.Get('UpdatedAt');
|
|
@@ -6661,6 +6813,7 @@ let EntityFieldValueEntity = class EntityFieldValueEntity extends core_1.BaseEnt
|
|
|
6661
6813
|
* * Field Name: CreatedAt
|
|
6662
6814
|
* * Display Name: Created At
|
|
6663
6815
|
* * SQL Data Type: datetime
|
|
6816
|
+
* * Default Value: getdate()
|
|
6664
6817
|
*/
|
|
6665
6818
|
get CreatedAt() {
|
|
6666
6819
|
return this.Get('CreatedAt');
|
|
@@ -6669,6 +6822,7 @@ let EntityFieldValueEntity = class EntityFieldValueEntity extends core_1.BaseEnt
|
|
|
6669
6822
|
* * Field Name: UpdatedAt
|
|
6670
6823
|
* * Display Name: Updated At
|
|
6671
6824
|
* * SQL Data Type: datetime
|
|
6825
|
+
* * Default Value: getdate()
|
|
6672
6826
|
*/
|
|
6673
6827
|
get UpdatedAt() {
|
|
6674
6828
|
return this.Get('UpdatedAt');
|
|
@@ -6723,17 +6877,6 @@ let AIModelEntity = class AIModelEntity extends core_1.BaseEntity {
|
|
|
6723
6877
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
6724
6878
|
}
|
|
6725
6879
|
/**
|
|
6726
|
-
* AI Models - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
6727
|
-
* @public
|
|
6728
|
-
* @method
|
|
6729
|
-
* @override
|
|
6730
|
-
* @memberof AIModelEntity
|
|
6731
|
-
* @throws {Error} - Delete is not allowed for AI Models, to enable it set AllowDeleteAPI to 1 in the database.
|
|
6732
|
-
*/
|
|
6733
|
-
async Delete() {
|
|
6734
|
-
throw new Error('Delete is not allowed for AI Models, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
6735
|
-
}
|
|
6736
|
-
/**
|
|
6737
6880
|
* * Field Name: ID
|
|
6738
6881
|
* * Display Name: ID
|
|
6739
6882
|
* * SQL Data Type: int
|
|
@@ -6779,6 +6922,7 @@ let AIModelEntity = class AIModelEntity extends core_1.BaseEntity {
|
|
|
6779
6922
|
* * Field Name: IsActive
|
|
6780
6923
|
* * Display Name: Is Active
|
|
6781
6924
|
* * SQL Data Type: bit
|
|
6925
|
+
* * Default Value: 1
|
|
6782
6926
|
*/
|
|
6783
6927
|
get IsActive() {
|
|
6784
6928
|
return this.Get('IsActive');
|
|
@@ -6847,6 +6991,7 @@ let AIModelEntity = class AIModelEntity extends core_1.BaseEntity {
|
|
|
6847
6991
|
* * Field Name: CreatedAt
|
|
6848
6992
|
* * Display Name: Created At
|
|
6849
6993
|
* * SQL Data Type: datetime
|
|
6994
|
+
* * Default Value: getdate()
|
|
6850
6995
|
*/
|
|
6851
6996
|
get CreatedAt() {
|
|
6852
6997
|
return this.Get('CreatedAt');
|
|
@@ -6855,6 +7000,7 @@ let AIModelEntity = class AIModelEntity extends core_1.BaseEntity {
|
|
|
6855
7000
|
* * Field Name: UpdatedAt
|
|
6856
7001
|
* * Display Name: Updated At
|
|
6857
7002
|
* * SQL Data Type: datetime
|
|
7003
|
+
* * Default Value: getdate()
|
|
6858
7004
|
*/
|
|
6859
7005
|
get UpdatedAt() {
|
|
6860
7006
|
return this.Get('UpdatedAt');
|
|
@@ -6957,6 +7103,7 @@ let AIActionEntity = class AIActionEntity extends core_1.BaseEntity {
|
|
|
6957
7103
|
* * Field Name: IsActive
|
|
6958
7104
|
* * Display Name: Is Active
|
|
6959
7105
|
* * SQL Data Type: bit
|
|
7106
|
+
* * Default Value: 1
|
|
6960
7107
|
*/
|
|
6961
7108
|
get IsActive() {
|
|
6962
7109
|
return this.Get('IsActive');
|
|
@@ -6968,6 +7115,7 @@ let AIActionEntity = class AIActionEntity extends core_1.BaseEntity {
|
|
|
6968
7115
|
* * Field Name: CreatedAt
|
|
6969
7116
|
* * Display Name: Created At
|
|
6970
7117
|
* * SQL Data Type: datetime
|
|
7118
|
+
* * Default Value: getdate()
|
|
6971
7119
|
*/
|
|
6972
7120
|
get CreatedAt() {
|
|
6973
7121
|
return this.Get('CreatedAt');
|
|
@@ -6976,6 +7124,7 @@ let AIActionEntity = class AIActionEntity extends core_1.BaseEntity {
|
|
|
6976
7124
|
* * Field Name: UpdatedAt
|
|
6977
7125
|
* * Display Name: Updated At
|
|
6978
7126
|
* * SQL Data Type: datetime
|
|
7127
|
+
* * Default Value: getdate()
|
|
6979
7128
|
*/
|
|
6980
7129
|
get UpdatedAt() {
|
|
6981
7130
|
return this.Get('UpdatedAt');
|
|
@@ -7057,6 +7206,7 @@ let AIModelActionEntity = class AIModelActionEntity extends core_1.BaseEntity {
|
|
|
7057
7206
|
* * Field Name: IsActive
|
|
7058
7207
|
* * Display Name: Is Active
|
|
7059
7208
|
* * SQL Data Type: bit
|
|
7209
|
+
* * Default Value: 1
|
|
7060
7210
|
*/
|
|
7061
7211
|
get IsActive() {
|
|
7062
7212
|
return this.Get('IsActive');
|
|
@@ -7068,6 +7218,7 @@ let AIModelActionEntity = class AIModelActionEntity extends core_1.BaseEntity {
|
|
|
7068
7218
|
* * Field Name: CreatedAt
|
|
7069
7219
|
* * Display Name: Created At
|
|
7070
7220
|
* * SQL Data Type: datetime
|
|
7221
|
+
* * Default Value: getdate()
|
|
7071
7222
|
*/
|
|
7072
7223
|
get CreatedAt() {
|
|
7073
7224
|
return this.Get('CreatedAt');
|
|
@@ -7076,6 +7227,7 @@ let AIModelActionEntity = class AIModelActionEntity extends core_1.BaseEntity {
|
|
|
7076
7227
|
* * Field Name: UpdatedAt
|
|
7077
7228
|
* * Display Name: Updated At
|
|
7078
7229
|
* * SQL Data Type: datetime
|
|
7230
|
+
* * Default Value: getdate()
|
|
7079
7231
|
*/
|
|
7080
7232
|
get UpdatedAt() {
|
|
7081
7233
|
return this.Get('UpdatedAt');
|
|
@@ -7199,6 +7351,7 @@ let EntityAIActionEntity = class EntityAIActionEntity extends core_1.BaseEntity
|
|
|
7199
7351
|
* * Field Name: TriggerEvent
|
|
7200
7352
|
* * Display Name: Trigger Event
|
|
7201
7353
|
* * SQL Data Type: nchar(15)
|
|
7354
|
+
* * Default Value: After Save
|
|
7202
7355
|
* * Value List Type: List
|
|
7203
7356
|
* * Possible Values
|
|
7204
7357
|
* * after save
|
|
@@ -7225,6 +7378,7 @@ let EntityAIActionEntity = class EntityAIActionEntity extends core_1.BaseEntity
|
|
|
7225
7378
|
* * Field Name: OutputType
|
|
7226
7379
|
* * Display Name: Output Type
|
|
7227
7380
|
* * SQL Data Type: nchar(10)
|
|
7381
|
+
* * Default Value: FIeld
|
|
7228
7382
|
* * Value List Type: List
|
|
7229
7383
|
* * Possible Values
|
|
7230
7384
|
* * entity
|
|
@@ -7251,6 +7405,7 @@ let EntityAIActionEntity = class EntityAIActionEntity extends core_1.BaseEntity
|
|
|
7251
7405
|
* * Field Name: SkipIfOutputFieldNotEmpty
|
|
7252
7406
|
* * Display Name: Skip If Output Field Not Empty
|
|
7253
7407
|
* * SQL Data Type: bit
|
|
7408
|
+
* * Default Value: 1
|
|
7254
7409
|
*/
|
|
7255
7410
|
get SkipIfOutputFieldNotEmpty() {
|
|
7256
7411
|
return this.Get('SkipIfOutputFieldNotEmpty');
|
|
@@ -7347,17 +7502,6 @@ let AIModelTypeEntity = class AIModelTypeEntity extends core_1.BaseEntity {
|
|
|
7347
7502
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
7348
7503
|
}
|
|
7349
7504
|
/**
|
|
7350
|
-
* AI Model Types - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
7351
|
-
* @public
|
|
7352
|
-
* @method
|
|
7353
|
-
* @override
|
|
7354
|
-
* @memberof AIModelTypeEntity
|
|
7355
|
-
* @throws {Error} - Delete is not allowed for AI Model Types, to enable it set AllowDeleteAPI to 1 in the database.
|
|
7356
|
-
*/
|
|
7357
|
-
async Delete() {
|
|
7358
|
-
throw new Error('Delete is not allowed for AI Model Types, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
7359
|
-
}
|
|
7360
|
-
/**
|
|
7361
7505
|
* * Field Name: ID
|
|
7362
7506
|
* * Display Name: ID
|
|
7363
7507
|
* * SQL Data Type: int
|
|
@@ -7497,6 +7641,7 @@ let QueueTypeEntity = class QueueTypeEntity extends core_1.BaseEntity {
|
|
|
7497
7641
|
* * Field Name: IsActive
|
|
7498
7642
|
* * Display Name: Is Active
|
|
7499
7643
|
* * SQL Data Type: bit
|
|
7644
|
+
* * Default Value: 1
|
|
7500
7645
|
*/
|
|
7501
7646
|
get IsActive() {
|
|
7502
7647
|
return this.Get('IsActive');
|
|
@@ -7594,6 +7739,7 @@ let QueueEntity = class QueueEntity extends core_1.BaseEntity {
|
|
|
7594
7739
|
* * Field Name: IsActive
|
|
7595
7740
|
* * Display Name: Is Active
|
|
7596
7741
|
* * SQL Data Type: bit
|
|
7742
|
+
* * Default Value: 0
|
|
7597
7743
|
*/
|
|
7598
7744
|
get IsActive() {
|
|
7599
7745
|
return this.Get('IsActive');
|
|
@@ -7726,6 +7872,7 @@ let QueueEntity = class QueueEntity extends core_1.BaseEntity {
|
|
|
7726
7872
|
* * Field Name: LastHeartbeat
|
|
7727
7873
|
* * Display Name: Last Heartbeat
|
|
7728
7874
|
* * SQL Data Type: datetime
|
|
7875
|
+
* * Default Value: getdate()
|
|
7729
7876
|
*/
|
|
7730
7877
|
get LastHeartbeat() {
|
|
7731
7878
|
return this.Get('LastHeartbeat');
|
|
@@ -7737,6 +7884,7 @@ let QueueEntity = class QueueEntity extends core_1.BaseEntity {
|
|
|
7737
7884
|
* * Field Name: CreatedAt
|
|
7738
7885
|
* * Display Name: Created At
|
|
7739
7886
|
* * SQL Data Type: datetime
|
|
7887
|
+
* * Default Value: getdate()
|
|
7740
7888
|
*/
|
|
7741
7889
|
get CreatedAt() {
|
|
7742
7890
|
return this.Get('CreatedAt');
|
|
@@ -7745,6 +7893,7 @@ let QueueEntity = class QueueEntity extends core_1.BaseEntity {
|
|
|
7745
7893
|
* * Field Name: UpdatedAt
|
|
7746
7894
|
* * Display Name: Updated At
|
|
7747
7895
|
* * SQL Data Type: datetime
|
|
7896
|
+
* * Default Value: getdate()
|
|
7748
7897
|
*/
|
|
7749
7898
|
get UpdatedAt() {
|
|
7750
7899
|
return this.Get('UpdatedAt');
|
|
@@ -7824,6 +7973,7 @@ let QueueTaskEntity = class QueueTaskEntity extends core_1.BaseEntity {
|
|
|
7824
7973
|
* * Field Name: Status
|
|
7825
7974
|
* * Display Name: Status
|
|
7826
7975
|
* * SQL Data Type: nchar(10)
|
|
7976
|
+
* * Default Value: Pending
|
|
7827
7977
|
* * Value List Type: List
|
|
7828
7978
|
* * Possible Values
|
|
7829
7979
|
* * In Progress
|
|
@@ -8388,6 +8538,7 @@ let ReportEntity = class ReportEntity extends core_1.BaseEntity {
|
|
|
8388
8538
|
* * Field Name: SharingScope
|
|
8389
8539
|
* * Display Name: Sharing Scope
|
|
8390
8540
|
* * SQL Data Type: nvarchar(20)
|
|
8541
|
+
* * Default Value: Personal
|
|
8391
8542
|
* * Value List Type: List
|
|
8392
8543
|
* * Possible Values
|
|
8393
8544
|
* * None
|
|
@@ -8533,6 +8684,7 @@ let ReportEntity = class ReportEntity extends core_1.BaseEntity {
|
|
|
8533
8684
|
* * Field Name: CreatedAt
|
|
8534
8685
|
* * Display Name: Created At
|
|
8535
8686
|
* * SQL Data Type: datetime
|
|
8687
|
+
* * Default Value: getdate()
|
|
8536
8688
|
*/
|
|
8537
8689
|
get CreatedAt() {
|
|
8538
8690
|
return this.Get('CreatedAt');
|
|
@@ -8541,6 +8693,7 @@ let ReportEntity = class ReportEntity extends core_1.BaseEntity {
|
|
|
8541
8693
|
* * Field Name: UpdatedAt
|
|
8542
8694
|
* * Display Name: Updated At
|
|
8543
8695
|
* * SQL Data Type: datetime
|
|
8696
|
+
* * Default Value: getdate()
|
|
8544
8697
|
*/
|
|
8545
8698
|
get UpdatedAt() {
|
|
8546
8699
|
return this.Get('UpdatedAt');
|
|
@@ -8684,6 +8837,7 @@ let ReportSnapshotEntity = class ReportSnapshotEntity extends core_1.BaseEntity
|
|
|
8684
8837
|
* * Field Name: CreatedAt
|
|
8685
8838
|
* * Display Name: Created At
|
|
8686
8839
|
* * SQL Data Type: datetime
|
|
8840
|
+
* * Default Value: getdate()
|
|
8687
8841
|
*/
|
|
8688
8842
|
get CreatedAt() {
|
|
8689
8843
|
return this.Get('CreatedAt');
|
|
@@ -8838,6 +8992,7 @@ let ResourceTypeEntity = class ResourceTypeEntity extends core_1.BaseEntity {
|
|
|
8838
8992
|
* * Field Name: CreatedAt
|
|
8839
8993
|
* * Display Name: Created At
|
|
8840
8994
|
* * SQL Data Type: datetime
|
|
8995
|
+
* * Default Value: getdate()
|
|
8841
8996
|
*/
|
|
8842
8997
|
get CreatedAt() {
|
|
8843
8998
|
return this.Get('CreatedAt');
|
|
@@ -8846,6 +9001,7 @@ let ResourceTypeEntity = class ResourceTypeEntity extends core_1.BaseEntity {
|
|
|
8846
9001
|
* * Field Name: UpdatedAt
|
|
8847
9002
|
* * Display Name: Updated At
|
|
8848
9003
|
* * SQL Data Type: datetime
|
|
9004
|
+
* * Default Value: getdate()
|
|
8849
9005
|
*/
|
|
8850
9006
|
get UpdatedAt() {
|
|
8851
9007
|
return this.Get('UpdatedAt');
|
|
@@ -9156,6 +9312,7 @@ let WorkspaceEntity = class WorkspaceEntity extends core_1.BaseEntity {
|
|
|
9156
9312
|
* * Field Name: CreatedAt
|
|
9157
9313
|
* * Display Name: Created At
|
|
9158
9314
|
* * SQL Data Type: datetime
|
|
9315
|
+
* * Default Value: getdate()
|
|
9159
9316
|
*/
|
|
9160
9317
|
get CreatedAt() {
|
|
9161
9318
|
return this.Get('CreatedAt');
|
|
@@ -9164,6 +9321,7 @@ let WorkspaceEntity = class WorkspaceEntity extends core_1.BaseEntity {
|
|
|
9164
9321
|
* * Field Name: UpdatedAt
|
|
9165
9322
|
* * Display Name: Updated At
|
|
9166
9323
|
* * SQL Data Type: datetime
|
|
9324
|
+
* * Default Value: getdate()
|
|
9167
9325
|
*/
|
|
9168
9326
|
get UpdatedAt() {
|
|
9169
9327
|
return this.Get('UpdatedAt');
|
|
@@ -9300,6 +9458,7 @@ let WorkspaceItemEntity = class WorkspaceItemEntity extends core_1.BaseEntity {
|
|
|
9300
9458
|
* * Field Name: CreatedAt
|
|
9301
9459
|
* * Display Name: Created At
|
|
9302
9460
|
* * SQL Data Type: datetime
|
|
9461
|
+
* * Default Value: getdate()
|
|
9303
9462
|
*/
|
|
9304
9463
|
get CreatedAt() {
|
|
9305
9464
|
return this.Get('CreatedAt');
|
|
@@ -9308,6 +9467,7 @@ let WorkspaceItemEntity = class WorkspaceItemEntity extends core_1.BaseEntity {
|
|
|
9308
9467
|
* * Field Name: UpdatedAt
|
|
9309
9468
|
* * Display Name: Updated At
|
|
9310
9469
|
* * SQL Data Type: datetime
|
|
9470
|
+
* * Default Value: getdate()
|
|
9311
9471
|
*/
|
|
9312
9472
|
get UpdatedAt() {
|
|
9313
9473
|
return this.Get('UpdatedAt');
|
|
@@ -9417,6 +9577,7 @@ let DatasetEntity = class DatasetEntity extends core_1.BaseEntity {
|
|
|
9417
9577
|
* * Field Name: CreatedAt
|
|
9418
9578
|
* * Display Name: Created At
|
|
9419
9579
|
* * SQL Data Type: datetime
|
|
9580
|
+
* * Default Value: getdate()
|
|
9420
9581
|
*/
|
|
9421
9582
|
get CreatedAt() {
|
|
9422
9583
|
return this.Get('CreatedAt');
|
|
@@ -9425,6 +9586,7 @@ let DatasetEntity = class DatasetEntity extends core_1.BaseEntity {
|
|
|
9425
9586
|
* * Field Name: UpdatedAt
|
|
9426
9587
|
* * Display Name: Updated At
|
|
9427
9588
|
* * SQL Data Type: datetime
|
|
9589
|
+
* * Default Value: getdate()
|
|
9428
9590
|
*/
|
|
9429
9591
|
get UpdatedAt() {
|
|
9430
9592
|
return this.Get('UpdatedAt');
|
|
@@ -9519,6 +9681,7 @@ let DatasetItemEntity = class DatasetItemEntity extends core_1.BaseEntity {
|
|
|
9519
9681
|
* * Field Name: Sequence
|
|
9520
9682
|
* * Display Name: Sequence
|
|
9521
9683
|
* * SQL Data Type: int
|
|
9684
|
+
* * Default Value: 0
|
|
9522
9685
|
*/
|
|
9523
9686
|
get Sequence() {
|
|
9524
9687
|
return this.Get('Sequence');
|
|
@@ -9575,6 +9738,7 @@ let DatasetItemEntity = class DatasetItemEntity extends core_1.BaseEntity {
|
|
|
9575
9738
|
* * Field Name: CreatedAt
|
|
9576
9739
|
* * Display Name: Created At
|
|
9577
9740
|
* * SQL Data Type: datetime
|
|
9741
|
+
* * Default Value: getdate()
|
|
9578
9742
|
*/
|
|
9579
9743
|
get CreatedAt() {
|
|
9580
9744
|
return this.Get('CreatedAt');
|
|
@@ -9583,6 +9747,7 @@ let DatasetItemEntity = class DatasetItemEntity extends core_1.BaseEntity {
|
|
|
9583
9747
|
* * Field Name: UpdatedAt
|
|
9584
9748
|
* * Display Name: Updated At
|
|
9585
9749
|
* * SQL Data Type: datetime
|
|
9750
|
+
* * Default Value: getdate()
|
|
9586
9751
|
*/
|
|
9587
9752
|
get UpdatedAt() {
|
|
9588
9753
|
return this.Get('UpdatedAt');
|
|
@@ -9662,6 +9827,7 @@ let ConversationDetailEntity = class ConversationDetailEntity extends core_1.Bas
|
|
|
9662
9827
|
* * Field Name: Role
|
|
9663
9828
|
* * Display Name: Role
|
|
9664
9829
|
* * SQL Data Type: nvarchar(20)
|
|
9830
|
+
* * Default Value: user_name()
|
|
9665
9831
|
* * Value List Type: List
|
|
9666
9832
|
* * Possible Values
|
|
9667
9833
|
* * User
|
|
@@ -9700,6 +9866,7 @@ let ConversationDetailEntity = class ConversationDetailEntity extends core_1.Bas
|
|
|
9700
9866
|
* * Field Name: HiddenToUser
|
|
9701
9867
|
* * Display Name: Hidden To User
|
|
9702
9868
|
* * SQL Data Type: bit
|
|
9869
|
+
* * Default Value: 0
|
|
9703
9870
|
*/
|
|
9704
9871
|
get HiddenToUser() {
|
|
9705
9872
|
return this.Get('HiddenToUser');
|
|
@@ -9711,6 +9878,7 @@ let ConversationDetailEntity = class ConversationDetailEntity extends core_1.Bas
|
|
|
9711
9878
|
* * Field Name: CreatedAt
|
|
9712
9879
|
* * Display Name: Created At
|
|
9713
9880
|
* * SQL Data Type: datetime
|
|
9881
|
+
* * Default Value: getdate()
|
|
9714
9882
|
*/
|
|
9715
9883
|
get CreatedAt() {
|
|
9716
9884
|
return this.Get('CreatedAt');
|
|
@@ -9719,6 +9887,7 @@ let ConversationDetailEntity = class ConversationDetailEntity extends core_1.Bas
|
|
|
9719
9887
|
* * Field Name: UpdatedAt
|
|
9720
9888
|
* * Display Name: Updated At
|
|
9721
9889
|
* * SQL Data Type: datetime
|
|
9890
|
+
* * Default Value: getdate()
|
|
9722
9891
|
*/
|
|
9723
9892
|
get UpdatedAt() {
|
|
9724
9893
|
return this.Get('UpdatedAt');
|
|
@@ -9820,6 +9989,7 @@ let ConversationEntity = class ConversationEntity extends core_1.BaseEntity {
|
|
|
9820
9989
|
* * Field Name: Type
|
|
9821
9990
|
* * Display Name: Type
|
|
9822
9991
|
* * SQL Data Type: nvarchar(50)
|
|
9992
|
+
* * Default Value: Skip
|
|
9823
9993
|
*/
|
|
9824
9994
|
get Type() {
|
|
9825
9995
|
return this.Get('Type');
|
|
@@ -9831,6 +10001,7 @@ let ConversationEntity = class ConversationEntity extends core_1.BaseEntity {
|
|
|
9831
10001
|
* * Field Name: IsArchived
|
|
9832
10002
|
* * Display Name: Is Archived
|
|
9833
10003
|
* * SQL Data Type: bit
|
|
10004
|
+
* * Default Value: 0
|
|
9834
10005
|
*/
|
|
9835
10006
|
get IsArchived() {
|
|
9836
10007
|
return this.Get('IsArchived');
|
|
@@ -9876,6 +10047,7 @@ let ConversationEntity = class ConversationEntity extends core_1.BaseEntity {
|
|
|
9876
10047
|
* * Field Name: CreatedAt
|
|
9877
10048
|
* * Display Name: Created At
|
|
9878
10049
|
* * SQL Data Type: datetime
|
|
10050
|
+
* * Default Value: getdate()
|
|
9879
10051
|
*/
|
|
9880
10052
|
get CreatedAt() {
|
|
9881
10053
|
return this.Get('CreatedAt');
|
|
@@ -9884,6 +10056,7 @@ let ConversationEntity = class ConversationEntity extends core_1.BaseEntity {
|
|
|
9884
10056
|
* * Field Name: UpdatedAt
|
|
9885
10057
|
* * Display Name: Updated At
|
|
9886
10058
|
* * SQL Data Type: datetime
|
|
10059
|
+
* * Default Value: getdate()
|
|
9887
10060
|
*/
|
|
9888
10061
|
get UpdatedAt() {
|
|
9889
10062
|
return this.Get('UpdatedAt');
|
|
@@ -10015,6 +10188,7 @@ let UserNotificationEntity = class UserNotificationEntity extends core_1.BaseEnt
|
|
|
10015
10188
|
* * Field Name: Unread
|
|
10016
10189
|
* * Display Name: Unread
|
|
10017
10190
|
* * SQL Data Type: bit
|
|
10191
|
+
* * Default Value: 1
|
|
10018
10192
|
*/
|
|
10019
10193
|
get Unread() {
|
|
10020
10194
|
return this.Get('Unread');
|
|
@@ -10037,6 +10211,7 @@ let UserNotificationEntity = class UserNotificationEntity extends core_1.BaseEnt
|
|
|
10037
10211
|
* * Field Name: CreatedAt
|
|
10038
10212
|
* * Display Name: Created At
|
|
10039
10213
|
* * SQL Data Type: datetime
|
|
10214
|
+
* * Default Value: getdate()
|
|
10040
10215
|
*/
|
|
10041
10216
|
get CreatedAt() {
|
|
10042
10217
|
return this.Get('CreatedAt');
|
|
@@ -10045,6 +10220,7 @@ let UserNotificationEntity = class UserNotificationEntity extends core_1.BaseEnt
|
|
|
10045
10220
|
* * Field Name: UpdatedAt
|
|
10046
10221
|
* * Display Name: Updated At
|
|
10047
10222
|
* * SQL Data Type: datetime
|
|
10223
|
+
* * Default Value: getdate()
|
|
10048
10224
|
*/
|
|
10049
10225
|
get UpdatedAt() {
|
|
10050
10226
|
return this.Get('UpdatedAt');
|
|
@@ -10157,6 +10333,7 @@ let SchemaInfoEntity = class SchemaInfoEntity extends core_1.BaseEntity {
|
|
|
10157
10333
|
* * Field Name: CreatedAt
|
|
10158
10334
|
* * Display Name: Created At
|
|
10159
10335
|
* * SQL Data Type: datetime
|
|
10336
|
+
* * Default Value: getdate()
|
|
10160
10337
|
*/
|
|
10161
10338
|
get CreatedAt() {
|
|
10162
10339
|
return this.Get('CreatedAt');
|
|
@@ -10165,6 +10342,7 @@ let SchemaInfoEntity = class SchemaInfoEntity extends core_1.BaseEntity {
|
|
|
10165
10342
|
* * Field Name: UpdatedAt
|
|
10166
10343
|
* * Display Name: Updated At
|
|
10167
10344
|
* * SQL Data Type: datetime
|
|
10345
|
+
* * Default Value: getdate()
|
|
10168
10346
|
*/
|
|
10169
10347
|
get UpdatedAt() {
|
|
10170
10348
|
return this.Get('UpdatedAt');
|
|
@@ -10270,6 +10448,7 @@ let CompanyIntegrationRecordMapEntity = class CompanyIntegrationRecordMapEntity
|
|
|
10270
10448
|
* * Field Name: CreatedAt
|
|
10271
10449
|
* * Display Name: Created At
|
|
10272
10450
|
* * SQL Data Type: datetime
|
|
10451
|
+
* * Default Value: getdate()
|
|
10273
10452
|
*/
|
|
10274
10453
|
get CreatedAt() {
|
|
10275
10454
|
return this.Get('CreatedAt');
|
|
@@ -10278,6 +10457,7 @@ let CompanyIntegrationRecordMapEntity = class CompanyIntegrationRecordMapEntity
|
|
|
10278
10457
|
* * Field Name: UpdatedAt
|
|
10279
10458
|
* * Display Name: Updated At
|
|
10280
10459
|
* * SQL Data Type: datetime
|
|
10460
|
+
* * Default Value: getdate()
|
|
10281
10461
|
*/
|
|
10282
10462
|
get UpdatedAt() {
|
|
10283
10463
|
return this.Get('UpdatedAt');
|
|
@@ -10380,6 +10560,7 @@ let RecordMergeLogEntity = class RecordMergeLogEntity extends core_1.BaseEntity
|
|
|
10380
10560
|
* * Field Name: ApprovalStatus
|
|
10381
10561
|
* * Display Name: Approval Status
|
|
10382
10562
|
* * SQL Data Type: nvarchar(10)
|
|
10563
|
+
* * Default Value: Pending
|
|
10383
10564
|
* * Value List Type: List
|
|
10384
10565
|
* * Possible Values
|
|
10385
10566
|
* * Pending
|
|
@@ -10407,6 +10588,7 @@ let RecordMergeLogEntity = class RecordMergeLogEntity extends core_1.BaseEntity
|
|
|
10407
10588
|
* * Field Name: ProcessingStatus
|
|
10408
10589
|
* * Display Name: Processing Status
|
|
10409
10590
|
* * SQL Data Type: nvarchar(10)
|
|
10591
|
+
* * Default Value: Pending
|
|
10410
10592
|
* * Value List Type: List
|
|
10411
10593
|
* * Possible Values
|
|
10412
10594
|
* * Started
|
|
@@ -10423,6 +10605,7 @@ let RecordMergeLogEntity = class RecordMergeLogEntity extends core_1.BaseEntity
|
|
|
10423
10605
|
* * Field Name: ProcessingStartedAt
|
|
10424
10606
|
* * Display Name: Processing Started At
|
|
10425
10607
|
* * SQL Data Type: datetime
|
|
10608
|
+
* * Default Value: getdate()
|
|
10426
10609
|
*/
|
|
10427
10610
|
get ProcessingStartedAt() {
|
|
10428
10611
|
return this.Get('ProcessingStartedAt');
|
|
@@ -10467,6 +10650,7 @@ let RecordMergeLogEntity = class RecordMergeLogEntity extends core_1.BaseEntity
|
|
|
10467
10650
|
* * Field Name: CreatedAt
|
|
10468
10651
|
* * Display Name: Created At
|
|
10469
10652
|
* * SQL Data Type: datetime
|
|
10653
|
+
* * Default Value: getdate()
|
|
10470
10654
|
*/
|
|
10471
10655
|
get CreatedAt() {
|
|
10472
10656
|
return this.Get('CreatedAt');
|
|
@@ -10475,6 +10659,7 @@ let RecordMergeLogEntity = class RecordMergeLogEntity extends core_1.BaseEntity
|
|
|
10475
10659
|
* * Field Name: UpdatedAt
|
|
10476
10660
|
* * Display Name: Updated At
|
|
10477
10661
|
* * SQL Data Type: datetime
|
|
10662
|
+
* * Default Value: getdate()
|
|
10478
10663
|
*/
|
|
10479
10664
|
get UpdatedAt() {
|
|
10480
10665
|
return this.Get('UpdatedAt');
|
|
@@ -10573,6 +10758,7 @@ let RecordMergeDeletionLogEntity = class RecordMergeDeletionLogEntity extends co
|
|
|
10573
10758
|
* * Field Name: Status
|
|
10574
10759
|
* * Display Name: Status
|
|
10575
10760
|
* * SQL Data Type: nvarchar(10)
|
|
10761
|
+
* * Default Value: Pending
|
|
10576
10762
|
* * Value List Type: List
|
|
10577
10763
|
* * Possible Values
|
|
10578
10764
|
* * Pending
|
|
@@ -10600,6 +10786,7 @@ let RecordMergeDeletionLogEntity = class RecordMergeDeletionLogEntity extends co
|
|
|
10600
10786
|
* * Field Name: CreatedAt
|
|
10601
10787
|
* * Display Name: Created At
|
|
10602
10788
|
* * SQL Data Type: datetime
|
|
10789
|
+
* * Default Value: getdate()
|
|
10603
10790
|
*/
|
|
10604
10791
|
get CreatedAt() {
|
|
10605
10792
|
return this.Get('CreatedAt');
|
|
@@ -10608,6 +10795,7 @@ let RecordMergeDeletionLogEntity = class RecordMergeDeletionLogEntity extends co
|
|
|
10608
10795
|
* * Field Name: UpdatedAt
|
|
10609
10796
|
* * Display Name: Updated At
|
|
10610
10797
|
* * SQL Data Type: datetime
|
|
10798
|
+
* * Default Value: getdate()
|
|
10611
10799
|
*/
|
|
10612
10800
|
get UpdatedAt() {
|
|
10613
10801
|
return this.Get('UpdatedAt');
|
|
@@ -10759,6 +10947,7 @@ let QueryFieldEntity = class QueryFieldEntity extends core_1.BaseEntity {
|
|
|
10759
10947
|
* * Field Name: IsComputed
|
|
10760
10948
|
* * Display Name: Is Computed
|
|
10761
10949
|
* * SQL Data Type: bit
|
|
10950
|
+
* * Default Value: 0
|
|
10762
10951
|
*/
|
|
10763
10952
|
get IsComputed() {
|
|
10764
10953
|
return this.Get('IsComputed');
|
|
@@ -10781,6 +10970,7 @@ let QueryFieldEntity = class QueryFieldEntity extends core_1.BaseEntity {
|
|
|
10781
10970
|
* * Field Name: IsSummary
|
|
10782
10971
|
* * Display Name: Is Summary
|
|
10783
10972
|
* * SQL Data Type: bit
|
|
10973
|
+
* * Default Value: 0
|
|
10784
10974
|
*/
|
|
10785
10975
|
get IsSummary() {
|
|
10786
10976
|
return this.Get('IsSummary');
|
|
@@ -10803,6 +10993,7 @@ let QueryFieldEntity = class QueryFieldEntity extends core_1.BaseEntity {
|
|
|
10803
10993
|
* * Field Name: CreatedAt
|
|
10804
10994
|
* * Display Name: Created At
|
|
10805
10995
|
* * SQL Data Type: datetime
|
|
10996
|
+
* * Default Value: getdate()
|
|
10806
10997
|
*/
|
|
10807
10998
|
get CreatedAt() {
|
|
10808
10999
|
return this.Get('CreatedAt');
|
|
@@ -10811,6 +11002,7 @@ let QueryFieldEntity = class QueryFieldEntity extends core_1.BaseEntity {
|
|
|
10811
11002
|
* * Field Name: UpdatedAt
|
|
10812
11003
|
* * Display Name: Updated At
|
|
10813
11004
|
* * SQL Data Type: datetime
|
|
11005
|
+
* * Default Value: getdate()
|
|
10814
11006
|
*/
|
|
10815
11007
|
get UpdatedAt() {
|
|
10816
11008
|
return this.Get('UpdatedAt');
|
|
@@ -10909,6 +11101,7 @@ let QueryCategoryEntity = class QueryCategoryEntity extends core_1.BaseEntity {
|
|
|
10909
11101
|
* * Field Name: CreatedAt
|
|
10910
11102
|
* * Display Name: Created At
|
|
10911
11103
|
* * SQL Data Type: datetime
|
|
11104
|
+
* * Default Value: getdate()
|
|
10912
11105
|
*/
|
|
10913
11106
|
get CreatedAt() {
|
|
10914
11107
|
return this.Get('CreatedAt');
|
|
@@ -10917,6 +11110,7 @@ let QueryCategoryEntity = class QueryCategoryEntity extends core_1.BaseEntity {
|
|
|
10917
11110
|
* * Field Name: UpdatedAt
|
|
10918
11111
|
* * Display Name: Updated At
|
|
10919
11112
|
* * SQL Data Type: datetime
|
|
11113
|
+
* * Default Value: getdate()
|
|
10920
11114
|
*/
|
|
10921
11115
|
get UpdatedAt() {
|
|
10922
11116
|
return this.Get('UpdatedAt');
|
|
@@ -11072,6 +11266,7 @@ let QueryEntity = class QueryEntity extends core_1.BaseEntity {
|
|
|
11072
11266
|
* * Field Name: Status
|
|
11073
11267
|
* * Display Name: Status
|
|
11074
11268
|
* * SQL Data Type: nvarchar(15)
|
|
11269
|
+
* * Default Value: Pending
|
|
11075
11270
|
* * Value List Type: List
|
|
11076
11271
|
* * Possible Values
|
|
11077
11272
|
* * Pending
|
|
@@ -11089,6 +11284,7 @@ let QueryEntity = class QueryEntity extends core_1.BaseEntity {
|
|
|
11089
11284
|
* * Field Name: QualityRank
|
|
11090
11285
|
* * Display Name: Quality Rank
|
|
11091
11286
|
* * SQL Data Type: int
|
|
11287
|
+
* * Default Value: 0
|
|
11092
11288
|
*/
|
|
11093
11289
|
get QualityRank() {
|
|
11094
11290
|
return this.Get('QualityRank');
|
|
@@ -11100,6 +11296,7 @@ let QueryEntity = class QueryEntity extends core_1.BaseEntity {
|
|
|
11100
11296
|
* * Field Name: CreatedAt
|
|
11101
11297
|
* * Display Name: Created At
|
|
11102
11298
|
* * SQL Data Type: datetime
|
|
11299
|
+
* * Default Value: getdate()
|
|
11103
11300
|
*/
|
|
11104
11301
|
get CreatedAt() {
|
|
11105
11302
|
return this.Get('CreatedAt');
|
|
@@ -11108,6 +11305,7 @@ let QueryEntity = class QueryEntity extends core_1.BaseEntity {
|
|
|
11108
11305
|
* * Field Name: UpdatedAt
|
|
11109
11306
|
* * Display Name: Updated At
|
|
11110
11307
|
* * SQL Data Type: datetime
|
|
11308
|
+
* * Default Value: getdate()
|
|
11111
11309
|
*/
|
|
11112
11310
|
get UpdatedAt() {
|
|
11113
11311
|
return this.Get('UpdatedAt');
|
|
@@ -11199,6 +11397,7 @@ let QueryPermissionEntity = class QueryPermissionEntity extends core_1.BaseEntit
|
|
|
11199
11397
|
* * Field Name: CreatedAt
|
|
11200
11398
|
* * Display Name: Created At
|
|
11201
11399
|
* * SQL Data Type: datetime
|
|
11400
|
+
* * Default Value: getdate()
|
|
11202
11401
|
*/
|
|
11203
11402
|
get CreatedAt() {
|
|
11204
11403
|
return this.Get('CreatedAt');
|
|
@@ -11207,6 +11406,7 @@ let QueryPermissionEntity = class QueryPermissionEntity extends core_1.BaseEntit
|
|
|
11207
11406
|
* * Field Name: UpdatedAt
|
|
11208
11407
|
* * Display Name: Updated At
|
|
11209
11408
|
* * SQL Data Type: datetime
|
|
11409
|
+
* * Default Value: getdate()
|
|
11210
11410
|
*/
|
|
11211
11411
|
get UpdatedAt() {
|
|
11212
11412
|
return this.Get('UpdatedAt');
|
|
@@ -11312,6 +11512,7 @@ let VectorIndexEntity = class VectorIndexEntity extends core_1.BaseEntity {
|
|
|
11312
11512
|
* * Field Name: CreatedAt
|
|
11313
11513
|
* * Display Name: Created At
|
|
11314
11514
|
* * SQL Data Type: datetime
|
|
11515
|
+
* * Default Value: getdate()
|
|
11315
11516
|
*/
|
|
11316
11517
|
get CreatedAt() {
|
|
11317
11518
|
return this.Get('CreatedAt');
|
|
@@ -11320,6 +11521,7 @@ let VectorIndexEntity = class VectorIndexEntity extends core_1.BaseEntity {
|
|
|
11320
11521
|
* * Field Name: UpdatedAt
|
|
11321
11522
|
* * Display Name: Updated At
|
|
11322
11523
|
* * SQL Data Type: datetime
|
|
11524
|
+
* * Default Value: getdate()
|
|
11323
11525
|
*/
|
|
11324
11526
|
get UpdatedAt() {
|
|
11325
11527
|
return this.Get('UpdatedAt');
|
|
@@ -11417,6 +11619,7 @@ let EntityDocumentTypeEntity = class EntityDocumentTypeEntity extends core_1.Bas
|
|
|
11417
11619
|
* * Field Name: CreatedAt
|
|
11418
11620
|
* * Display Name: Created At
|
|
11419
11621
|
* * SQL Data Type: datetime
|
|
11622
|
+
* * Default Value: getdate()
|
|
11420
11623
|
*/
|
|
11421
11624
|
get CreatedAt() {
|
|
11422
11625
|
return this.Get('CreatedAt');
|
|
@@ -11425,6 +11628,7 @@ let EntityDocumentTypeEntity = class EntityDocumentTypeEntity extends core_1.Bas
|
|
|
11425
11628
|
* * Field Name: UpdatedAt
|
|
11426
11629
|
* * Display Name: Updated At
|
|
11427
11630
|
* * SQL Data Type: datetime
|
|
11631
|
+
* * Default Value: getdate()
|
|
11428
11632
|
*/
|
|
11429
11633
|
get UpdatedAt() {
|
|
11430
11634
|
return this.Get('UpdatedAt');
|
|
@@ -11518,6 +11722,7 @@ let EntityDocumentRunEntity = class EntityDocumentRunEntity extends core_1.BaseE
|
|
|
11518
11722
|
* * Field Name: Status
|
|
11519
11723
|
* * Display Name: Status
|
|
11520
11724
|
* * SQL Data Type: nvarchar(15)
|
|
11725
|
+
* * Default Value: Pending
|
|
11521
11726
|
* * Value List Type: List
|
|
11522
11727
|
* * Possible Values
|
|
11523
11728
|
* * Pending
|
|
@@ -11535,6 +11740,7 @@ let EntityDocumentRunEntity = class EntityDocumentRunEntity extends core_1.BaseE
|
|
|
11535
11740
|
* * Field Name: CreatedAt
|
|
11536
11741
|
* * Display Name: Created At
|
|
11537
11742
|
* * SQL Data Type: datetime
|
|
11743
|
+
* * Default Value: getdate()
|
|
11538
11744
|
*/
|
|
11539
11745
|
get CreatedAt() {
|
|
11540
11746
|
return this.Get('CreatedAt');
|
|
@@ -11543,6 +11749,7 @@ let EntityDocumentRunEntity = class EntityDocumentRunEntity extends core_1.BaseE
|
|
|
11543
11749
|
* * Field Name: UpdatedAt
|
|
11544
11750
|
* * Display Name: Updated At
|
|
11545
11751
|
* * SQL Data Type: datetime
|
|
11752
|
+
* * Default Value: getdate()
|
|
11546
11753
|
*/
|
|
11547
11754
|
get UpdatedAt() {
|
|
11548
11755
|
return this.Get('UpdatedAt');
|
|
@@ -11654,6 +11861,7 @@ let VectorDatabaseEntity = class VectorDatabaseEntity extends core_1.BaseEntity
|
|
|
11654
11861
|
* * Field Name: CreatedAt
|
|
11655
11862
|
* * Display Name: Created At
|
|
11656
11863
|
* * SQL Data Type: datetime
|
|
11864
|
+
* * Default Value: getdate()
|
|
11657
11865
|
*/
|
|
11658
11866
|
get CreatedAt() {
|
|
11659
11867
|
return this.Get('CreatedAt');
|
|
@@ -11662,6 +11870,7 @@ let VectorDatabaseEntity = class VectorDatabaseEntity extends core_1.BaseEntity
|
|
|
11662
11870
|
* * Field Name: UpdatedAt
|
|
11663
11871
|
* * Display Name: Updated At
|
|
11664
11872
|
* * SQL Data Type: datetime
|
|
11873
|
+
* * Default Value: getdate()
|
|
11665
11874
|
*/
|
|
11666
11875
|
get UpdatedAt() {
|
|
11667
11876
|
return this.Get('UpdatedAt');
|
|
@@ -11799,6 +12008,7 @@ let EntityRecordDocumentEntity = class EntityRecordDocumentEntity extends core_1
|
|
|
11799
12008
|
* * Field Name: CreatedAt
|
|
11800
12009
|
* * Display Name: Created At
|
|
11801
12010
|
* * SQL Data Type: datetime
|
|
12011
|
+
* * Default Value: getdate()
|
|
11802
12012
|
*/
|
|
11803
12013
|
get CreatedAt() {
|
|
11804
12014
|
return this.Get('CreatedAt');
|
|
@@ -11807,6 +12017,7 @@ let EntityRecordDocumentEntity = class EntityRecordDocumentEntity extends core_1
|
|
|
11807
12017
|
* * Field Name: UpdatedAt
|
|
11808
12018
|
* * Display Name: Updated At
|
|
11809
12019
|
* * SQL Data Type: datetime
|
|
12020
|
+
* * Default Value: getdate()
|
|
11810
12021
|
*/
|
|
11811
12022
|
get UpdatedAt() {
|
|
11812
12023
|
return this.Get('UpdatedAt');
|
|
@@ -11912,6 +12123,7 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
|
|
|
11912
12123
|
* * Field Name: Status
|
|
11913
12124
|
* * Display Name: Status
|
|
11914
12125
|
* * SQL Data Type: nvarchar(15)
|
|
12126
|
+
* * Default Value: Active
|
|
11915
12127
|
* * Value List Type: List
|
|
11916
12128
|
* * Possible Values
|
|
11917
12129
|
* * Active
|
|
@@ -11962,6 +12174,7 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
|
|
|
11962
12174
|
* * Field Name: PotentialMatchThreshold
|
|
11963
12175
|
* * Display Name: Potential Match Threshold
|
|
11964
12176
|
* * SQL Data Type: numeric(12, 11)
|
|
12177
|
+
* * Default Value: 1
|
|
11965
12178
|
* * Description: Value between 0 and 1 that determines what is considered a potential matching record. Value must be <= AbsoluteMatchThreshold. This is primarily used for duplicate detection but can be used for other applications as well where matching is relevant.
|
|
11966
12179
|
*/
|
|
11967
12180
|
get PotentialMatchThreshold() {
|
|
@@ -11974,6 +12187,7 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
|
|
|
11974
12187
|
* * Field Name: AbsoluteMatchThreshold
|
|
11975
12188
|
* * Display Name: Absolute Match Threshold
|
|
11976
12189
|
* * SQL Data Type: numeric(12, 11)
|
|
12190
|
+
* * Default Value: 1
|
|
11977
12191
|
* * Description: Value between 0 and 1 that determines what is considered an absolute matching record. Value must be >= PotentialMatchThreshold. This is primarily used for duplicate detection but can be used for other applications as well where matching is relevant.
|
|
11978
12192
|
*/
|
|
11979
12193
|
get AbsoluteMatchThreshold() {
|
|
@@ -11986,6 +12200,7 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
|
|
|
11986
12200
|
* * Field Name: CreatedAt
|
|
11987
12201
|
* * Display Name: Created At
|
|
11988
12202
|
* * SQL Data Type: datetime
|
|
12203
|
+
* * Default Value: getdate()
|
|
11989
12204
|
*/
|
|
11990
12205
|
get CreatedAt() {
|
|
11991
12206
|
return this.Get('CreatedAt');
|
|
@@ -11994,6 +12209,7 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
|
|
|
11994
12209
|
* * Field Name: UpdatedAt
|
|
11995
12210
|
* * Display Name: Updated At
|
|
11996
12211
|
* * SQL Data Type: datetime
|
|
12212
|
+
* * Default Value: getdate()
|
|
11997
12213
|
*/
|
|
11998
12214
|
get UpdatedAt() {
|
|
11999
12215
|
return this.Get('UpdatedAt');
|
|
@@ -12178,6 +12394,7 @@ let DataContextItemEntity = class DataContextItemEntity extends core_1.BaseEntit
|
|
|
12178
12394
|
* * Field Name: CreatedAt
|
|
12179
12395
|
* * Display Name: Created At
|
|
12180
12396
|
* * SQL Data Type: datetime
|
|
12397
|
+
* * Default Value: getdate()
|
|
12181
12398
|
*/
|
|
12182
12399
|
get CreatedAt() {
|
|
12183
12400
|
return this.Get('CreatedAt');
|
|
@@ -12186,6 +12403,7 @@ let DataContextItemEntity = class DataContextItemEntity extends core_1.BaseEntit
|
|
|
12186
12403
|
* * Field Name: UpdatedAt
|
|
12187
12404
|
* * Display Name: Updated At
|
|
12188
12405
|
* * SQL Data Type: datetime
|
|
12406
|
+
* * Default Value: getdate()
|
|
12189
12407
|
*/
|
|
12190
12408
|
get UpdatedAt() {
|
|
12191
12409
|
return this.Get('UpdatedAt');
|
|
@@ -12312,6 +12530,7 @@ let DataContextEntity = class DataContextEntity extends core_1.BaseEntity {
|
|
|
12312
12530
|
* * Field Name: CreatedAt
|
|
12313
12531
|
* * Display Name: Created At
|
|
12314
12532
|
* * SQL Data Type: datetime
|
|
12533
|
+
* * Default Value: getdate()
|
|
12315
12534
|
*/
|
|
12316
12535
|
get CreatedAt() {
|
|
12317
12536
|
return this.Get('CreatedAt');
|
|
@@ -12320,6 +12539,7 @@ let DataContextEntity = class DataContextEntity extends core_1.BaseEntity {
|
|
|
12320
12539
|
* * Field Name: UpdatedAt
|
|
12321
12540
|
* * Display Name: Updated At
|
|
12322
12541
|
* * SQL Data Type: datetime
|
|
12542
|
+
* * Default Value: getdate()
|
|
12323
12543
|
*/
|
|
12324
12544
|
get UpdatedAt() {
|
|
12325
12545
|
return this.Get('UpdatedAt');
|
|
@@ -12410,6 +12630,7 @@ let UserViewCategoryEntity = class UserViewCategoryEntity extends core_1.BaseEnt
|
|
|
12410
12630
|
* * Field Name: CreatedAt
|
|
12411
12631
|
* * Display Name: Created At
|
|
12412
12632
|
* * SQL Data Type: datetime
|
|
12633
|
+
* * Default Value: getdate()
|
|
12413
12634
|
*/
|
|
12414
12635
|
get CreatedAt() {
|
|
12415
12636
|
return this.Get('CreatedAt');
|
|
@@ -12418,6 +12639,7 @@ let UserViewCategoryEntity = class UserViewCategoryEntity extends core_1.BaseEnt
|
|
|
12418
12639
|
* * Field Name: UpdatedAt
|
|
12419
12640
|
* * Display Name: Updated At
|
|
12420
12641
|
* * SQL Data Type: datetime
|
|
12642
|
+
* * Default Value: getdate()
|
|
12421
12643
|
*/
|
|
12422
12644
|
get UpdatedAt() {
|
|
12423
12645
|
return this.Get('UpdatedAt');
|
|
@@ -12540,6 +12762,7 @@ let DashboardCategoryEntity = class DashboardCategoryEntity extends core_1.BaseE
|
|
|
12540
12762
|
* * Field Name: CreatedAt
|
|
12541
12763
|
* * Display Name: Created At
|
|
12542
12764
|
* * SQL Data Type: datetime
|
|
12765
|
+
* * Default Value: getdate()
|
|
12543
12766
|
*/
|
|
12544
12767
|
get CreatedAt() {
|
|
12545
12768
|
return this.Get('CreatedAt');
|
|
@@ -12548,6 +12771,7 @@ let DashboardCategoryEntity = class DashboardCategoryEntity extends core_1.BaseE
|
|
|
12548
12771
|
* * Field Name: UpdatedAt
|
|
12549
12772
|
* * Display Name: Updated At
|
|
12550
12773
|
* * SQL Data Type: datetime
|
|
12774
|
+
* * Default Value: getdate()
|
|
12551
12775
|
*/
|
|
12552
12776
|
get UpdatedAt() {
|
|
12553
12777
|
return this.Get('UpdatedAt');
|
|
@@ -12658,6 +12882,7 @@ let ReportCategoryEntity = class ReportCategoryEntity extends core_1.BaseEntity
|
|
|
12658
12882
|
* * Field Name: CreatedAt
|
|
12659
12883
|
* * Display Name: Created At
|
|
12660
12884
|
* * SQL Data Type: datetime
|
|
12885
|
+
* * Default Value: getdate()
|
|
12661
12886
|
*/
|
|
12662
12887
|
get CreatedAt() {
|
|
12663
12888
|
return this.Get('CreatedAt');
|
|
@@ -12666,6 +12891,7 @@ let ReportCategoryEntity = class ReportCategoryEntity extends core_1.BaseEntity
|
|
|
12666
12891
|
* * Field Name: UpdatedAt
|
|
12667
12892
|
* * Display Name: Updated At
|
|
12668
12893
|
* * SQL Data Type: datetime
|
|
12894
|
+
* * Default Value: getdate()
|
|
12669
12895
|
*/
|
|
12670
12896
|
get UpdatedAt() {
|
|
12671
12897
|
return this.Get('UpdatedAt');
|
|
@@ -12797,6 +13023,7 @@ let FileStorageProviderEntity = class FileStorageProviderEntity extends core_1.B
|
|
|
12797
13023
|
* * Field Name: Priority
|
|
12798
13024
|
* * Display Name: Priority
|
|
12799
13025
|
* * SQL Data Type: int
|
|
13026
|
+
* * Default Value: 0
|
|
12800
13027
|
*/
|
|
12801
13028
|
get Priority() {
|
|
12802
13029
|
return this.Get('Priority');
|
|
@@ -12808,6 +13035,7 @@ let FileStorageProviderEntity = class FileStorageProviderEntity extends core_1.B
|
|
|
12808
13035
|
* * Field Name: IsActive
|
|
12809
13036
|
* * Display Name: Is Active
|
|
12810
13037
|
* * SQL Data Type: bit
|
|
13038
|
+
* * Default Value: 1
|
|
12811
13039
|
*/
|
|
12812
13040
|
get IsActive() {
|
|
12813
13041
|
return this.Get('IsActive');
|
|
@@ -12819,6 +13047,7 @@ let FileStorageProviderEntity = class FileStorageProviderEntity extends core_1.B
|
|
|
12819
13047
|
* * Field Name: CreatedAt
|
|
12820
13048
|
* * Display Name: Created At
|
|
12821
13049
|
* * SQL Data Type: datetime
|
|
13050
|
+
* * Default Value: getdate()
|
|
12822
13051
|
*/
|
|
12823
13052
|
get CreatedAt() {
|
|
12824
13053
|
return this.Get('CreatedAt');
|
|
@@ -12827,6 +13056,7 @@ let FileStorageProviderEntity = class FileStorageProviderEntity extends core_1.B
|
|
|
12827
13056
|
* * Field Name: UpdatedAt
|
|
12828
13057
|
* * Display Name: Updated At
|
|
12829
13058
|
* * SQL Data Type: datetime
|
|
13059
|
+
* * Default Value: getdate()
|
|
12830
13060
|
*/
|
|
12831
13061
|
get UpdatedAt() {
|
|
12832
13062
|
return this.Get('UpdatedAt');
|
|
@@ -12943,6 +13173,7 @@ let FileEntity = class FileEntity extends core_1.BaseEntity {
|
|
|
12943
13173
|
* * Field Name: Status
|
|
12944
13174
|
* * Display Name: Status
|
|
12945
13175
|
* * SQL Data Type: nvarchar(20)
|
|
13176
|
+
* * Default Value: Pending
|
|
12946
13177
|
* * Description: Pending, Uploading, Uploaded, Deleting, Deleted
|
|
12947
13178
|
*/
|
|
12948
13179
|
get Status() {
|
|
@@ -12955,6 +13186,7 @@ let FileEntity = class FileEntity extends core_1.BaseEntity {
|
|
|
12955
13186
|
* * Field Name: CreatedAt
|
|
12956
13187
|
* * Display Name: Created At
|
|
12957
13188
|
* * SQL Data Type: datetime
|
|
13189
|
+
* * Default Value: getdate()
|
|
12958
13190
|
*/
|
|
12959
13191
|
get CreatedAt() {
|
|
12960
13192
|
return this.Get('CreatedAt');
|
|
@@ -12963,6 +13195,7 @@ let FileEntity = class FileEntity extends core_1.BaseEntity {
|
|
|
12963
13195
|
* * Field Name: UpdatedAt
|
|
12964
13196
|
* * Display Name: Updated At
|
|
12965
13197
|
* * SQL Data Type: datetime
|
|
13198
|
+
* * Default Value: getdate()
|
|
12966
13199
|
*/
|
|
12967
13200
|
get UpdatedAt() {
|
|
12968
13201
|
return this.Get('UpdatedAt');
|
|
@@ -13061,6 +13294,7 @@ let FileCategoryEntity = class FileCategoryEntity extends core_1.BaseEntity {
|
|
|
13061
13294
|
* * Field Name: CreatedAt
|
|
13062
13295
|
* * Display Name: Created At
|
|
13063
13296
|
* * SQL Data Type: datetime
|
|
13297
|
+
* * Default Value: getdate()
|
|
13064
13298
|
*/
|
|
13065
13299
|
get CreatedAt() {
|
|
13066
13300
|
return this.Get('CreatedAt');
|
|
@@ -13069,6 +13303,7 @@ let FileCategoryEntity = class FileCategoryEntity extends core_1.BaseEntity {
|
|
|
13069
13303
|
* * Field Name: UpdatedAt
|
|
13070
13304
|
* * Display Name: Updated At
|
|
13071
13305
|
* * SQL Data Type: datetime
|
|
13306
|
+
* * Default Value: getdate()
|
|
13072
13307
|
*/
|
|
13073
13308
|
get UpdatedAt() {
|
|
13074
13309
|
return this.Get('UpdatedAt');
|
|
@@ -13171,6 +13406,7 @@ let FileEntityRecordLinkEntity = class FileEntityRecordLinkEntity extends core_1
|
|
|
13171
13406
|
* * Field Name: CreatedAt
|
|
13172
13407
|
* * Display Name: Created At
|
|
13173
13408
|
* * SQL Data Type: datetime
|
|
13409
|
+
* * Default Value: getdate()
|
|
13174
13410
|
*/
|
|
13175
13411
|
get CreatedAt() {
|
|
13176
13412
|
return this.Get('CreatedAt');
|
|
@@ -13179,6 +13415,7 @@ let FileEntityRecordLinkEntity = class FileEntityRecordLinkEntity extends core_1
|
|
|
13179
13415
|
* * Field Name: UpdatedAt
|
|
13180
13416
|
* * Display Name: Updated At
|
|
13181
13417
|
* * SQL Data Type: datetime
|
|
13418
|
+
* * Default Value: getdate()
|
|
13182
13419
|
*/
|
|
13183
13420
|
get UpdatedAt() {
|
|
13184
13421
|
return this.Get('UpdatedAt');
|
|
@@ -13287,6 +13524,7 @@ let VersionInstallationEntity = class VersionInstallationEntity extends core_1.B
|
|
|
13287
13524
|
* * Field Name: Type
|
|
13288
13525
|
* * Display Name: Type
|
|
13289
13526
|
* * SQL Data Type: nvarchar(20)
|
|
13527
|
+
* * Default Value: System
|
|
13290
13528
|
* * Value List Type: List
|
|
13291
13529
|
* * Possible Values
|
|
13292
13530
|
* * New
|
|
@@ -13314,6 +13552,7 @@ let VersionInstallationEntity = class VersionInstallationEntity extends core_1.B
|
|
|
13314
13552
|
* * Field Name: Status
|
|
13315
13553
|
* * Display Name: Status
|
|
13316
13554
|
* * SQL Data Type: nvarchar(20)
|
|
13555
|
+
* * Default Value: Pending
|
|
13317
13556
|
* * Value List Type: List
|
|
13318
13557
|
* * Possible Values
|
|
13319
13558
|
* * Pending
|
|
@@ -13356,6 +13595,7 @@ let VersionInstallationEntity = class VersionInstallationEntity extends core_1.B
|
|
|
13356
13595
|
* * Field Name: CreatedAt
|
|
13357
13596
|
* * Display Name: Created At
|
|
13358
13597
|
* * SQL Data Type: datetime
|
|
13598
|
+
* * Default Value: getdate()
|
|
13359
13599
|
*/
|
|
13360
13600
|
get CreatedAt() {
|
|
13361
13601
|
return this.Get('CreatedAt');
|
|
@@ -13364,6 +13604,7 @@ let VersionInstallationEntity = class VersionInstallationEntity extends core_1.B
|
|
|
13364
13604
|
* * Field Name: UpdatedAt
|
|
13365
13605
|
* * Display Name: Updated At
|
|
13366
13606
|
* * SQL Data Type: datetime
|
|
13607
|
+
* * Default Value: getdate()
|
|
13367
13608
|
*/
|
|
13368
13609
|
get UpdatedAt() {
|
|
13369
13610
|
return this.Get('UpdatedAt');
|
|
@@ -13443,6 +13684,7 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
|
|
|
13443
13684
|
* * Field Name: MatchSource
|
|
13444
13685
|
* * Display Name: Match Source
|
|
13445
13686
|
* * SQL Data Type: nvarchar(20)
|
|
13687
|
+
* * Default Value: Vector
|
|
13446
13688
|
* * Value List Type: List
|
|
13447
13689
|
* * Possible Values
|
|
13448
13690
|
* * SP
|
|
@@ -13470,6 +13712,7 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
|
|
|
13470
13712
|
* * Field Name: MatchProbability
|
|
13471
13713
|
* * Display Name: Match Probability
|
|
13472
13714
|
* * SQL Data Type: numeric(12, 11)
|
|
13715
|
+
* * Default Value: 0
|
|
13473
13716
|
* * Description: Value between 0 and 1 designating the computed probability of a match
|
|
13474
13717
|
*/
|
|
13475
13718
|
get MatchProbability() {
|
|
@@ -13482,6 +13725,7 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
|
|
|
13482
13725
|
* * Field Name: MatchedAt
|
|
13483
13726
|
* * Display Name: Matched At
|
|
13484
13727
|
* * SQL Data Type: datetime
|
|
13728
|
+
* * Default Value: getdate()
|
|
13485
13729
|
*/
|
|
13486
13730
|
get MatchedAt() {
|
|
13487
13731
|
return this.Get('MatchedAt');
|
|
@@ -13493,6 +13737,7 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
|
|
|
13493
13737
|
* * Field Name: Action
|
|
13494
13738
|
* * Display Name: Action
|
|
13495
13739
|
* * SQL Data Type: nvarchar(20)
|
|
13740
|
+
* * Default Value: Ignore
|
|
13496
13741
|
*/
|
|
13497
13742
|
get Action() {
|
|
13498
13743
|
return this.Get('Action');
|
|
@@ -13504,6 +13749,7 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
|
|
|
13504
13749
|
* * Field Name: ApprovalStatus
|
|
13505
13750
|
* * Display Name: Approval Status
|
|
13506
13751
|
* * SQL Data Type: nvarchar(20)
|
|
13752
|
+
* * Default Value: Pending
|
|
13507
13753
|
* * Value List Type: List
|
|
13508
13754
|
* * Possible Values
|
|
13509
13755
|
* * Rejected
|
|
@@ -13520,6 +13766,7 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
|
|
|
13520
13766
|
* * Field Name: MergeStatus
|
|
13521
13767
|
* * Display Name: Merge Status
|
|
13522
13768
|
* * SQL Data Type: nvarchar(20)
|
|
13769
|
+
* * Default Value: Pending
|
|
13523
13770
|
* * Value List Type: List
|
|
13524
13771
|
* * Possible Values
|
|
13525
13772
|
* * Error
|
|
@@ -13536,6 +13783,7 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
|
|
|
13536
13783
|
* * Field Name: MergedAt
|
|
13537
13784
|
* * Display Name: Merged At
|
|
13538
13785
|
* * SQL Data Type: datetime
|
|
13786
|
+
* * Default Value: getdate()
|
|
13539
13787
|
*/
|
|
13540
13788
|
get MergedAt() {
|
|
13541
13789
|
return this.Get('MergedAt');
|
|
@@ -13559,6 +13807,7 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
|
|
|
13559
13807
|
* * Field Name: CreatedAt
|
|
13560
13808
|
* * Display Name: Created At
|
|
13561
13809
|
* * SQL Data Type: datetime
|
|
13810
|
+
* * Default Value: getdate()
|
|
13562
13811
|
*/
|
|
13563
13812
|
get CreatedAt() {
|
|
13564
13813
|
return this.Get('CreatedAt');
|
|
@@ -13567,6 +13816,7 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
|
|
|
13567
13816
|
* * Field Name: UpdatedAt
|
|
13568
13817
|
* * Display Name: Updated At
|
|
13569
13818
|
* * SQL Data Type: datetime
|
|
13819
|
+
* * Default Value: getdate()
|
|
13570
13820
|
*/
|
|
13571
13821
|
get UpdatedAt() {
|
|
13572
13822
|
return this.Get('UpdatedAt');
|
|
@@ -13671,6 +13921,7 @@ let EntityDocumentSettingEntity = class EntityDocumentSettingEntity extends core
|
|
|
13671
13921
|
* * Field Name: CreatedAt
|
|
13672
13922
|
* * Display Name: Created At
|
|
13673
13923
|
* * SQL Data Type: datetime
|
|
13924
|
+
* * Default Value: getdate()
|
|
13674
13925
|
*/
|
|
13675
13926
|
get CreatedAt() {
|
|
13676
13927
|
return this.Get('CreatedAt');
|
|
@@ -13679,6 +13930,7 @@ let EntityDocumentSettingEntity = class EntityDocumentSettingEntity extends core
|
|
|
13679
13930
|
* * Field Name: UpdatedAt
|
|
13680
13931
|
* * Display Name: Updated At
|
|
13681
13932
|
* * SQL Data Type: datetime
|
|
13933
|
+
* * Default Value: getdate()
|
|
13682
13934
|
*/
|
|
13683
13935
|
get UpdatedAt() {
|
|
13684
13936
|
return this.Get('UpdatedAt');
|
|
@@ -13791,6 +14043,7 @@ let EntitySettingEntity = class EntitySettingEntity extends core_1.BaseEntity {
|
|
|
13791
14043
|
* * Field Name: CreatedAt
|
|
13792
14044
|
* * Display Name: Created At
|
|
13793
14045
|
* * SQL Data Type: datetime
|
|
14046
|
+
* * Default Value: getdate()
|
|
13794
14047
|
*/
|
|
13795
14048
|
get CreatedAt() {
|
|
13796
14049
|
return this.Get('CreatedAt');
|
|
@@ -13799,6 +14052,7 @@ let EntitySettingEntity = class EntitySettingEntity extends core_1.BaseEntity {
|
|
|
13799
14052
|
* * Field Name: UpdatedAt
|
|
13800
14053
|
* * Display Name: Updated At
|
|
13801
14054
|
* * SQL Data Type: datetime
|
|
14055
|
+
* * Default Value: getdate()
|
|
13802
14056
|
*/
|
|
13803
14057
|
get UpdatedAt() {
|
|
13804
14058
|
return this.Get('UpdatedAt');
|
|
@@ -13890,6 +14144,7 @@ let DuplicateRunEntity = class DuplicateRunEntity extends core_1.BaseEntity {
|
|
|
13890
14144
|
* * Field Name: StartedAt
|
|
13891
14145
|
* * Display Name: Started At
|
|
13892
14146
|
* * SQL Data Type: datetime
|
|
14147
|
+
* * Default Value: getdate()
|
|
13893
14148
|
*/
|
|
13894
14149
|
get StartedAt() {
|
|
13895
14150
|
return this.Get('StartedAt');
|
|
@@ -13912,6 +14167,7 @@ let DuplicateRunEntity = class DuplicateRunEntity extends core_1.BaseEntity {
|
|
|
13912
14167
|
* * Field Name: ApprovalStatus
|
|
13913
14168
|
* * Display Name: Approval Status
|
|
13914
14169
|
* * SQL Data Type: nvarchar(20)
|
|
14170
|
+
* * Default Value: Pending
|
|
13915
14171
|
* * Value List Type: List
|
|
13916
14172
|
* * Possible Values
|
|
13917
14173
|
* * Rejected
|
|
@@ -13951,6 +14207,7 @@ let DuplicateRunEntity = class DuplicateRunEntity extends core_1.BaseEntity {
|
|
|
13951
14207
|
* * Field Name: ProcessingStatus
|
|
13952
14208
|
* * Display Name: Processing Status
|
|
13953
14209
|
* * SQL Data Type: nvarchar(20)
|
|
14210
|
+
* * Default Value: Pending
|
|
13954
14211
|
* * Value List Type: List
|
|
13955
14212
|
* * Possible Values
|
|
13956
14213
|
* * Failed
|
|
@@ -13991,6 +14248,7 @@ let DuplicateRunEntity = class DuplicateRunEntity extends core_1.BaseEntity {
|
|
|
13991
14248
|
* * Field Name: CreatedAt
|
|
13992
14249
|
* * Display Name: Created At
|
|
13993
14250
|
* * SQL Data Type: datetime
|
|
14251
|
+
* * Default Value: getdate()
|
|
13994
14252
|
*/
|
|
13995
14253
|
get CreatedAt() {
|
|
13996
14254
|
return this.Get('CreatedAt');
|
|
@@ -13999,6 +14257,7 @@ let DuplicateRunEntity = class DuplicateRunEntity extends core_1.BaseEntity {
|
|
|
13999
14257
|
* * Field Name: UpdatedAt
|
|
14000
14258
|
* * Display Name: Updated At
|
|
14001
14259
|
* * SQL Data Type: datetime
|
|
14260
|
+
* * Default Value: getdate()
|
|
14002
14261
|
*/
|
|
14003
14262
|
get UpdatedAt() {
|
|
14004
14263
|
return this.Get('UpdatedAt');
|
|
@@ -14113,6 +14372,7 @@ let DuplicateRunDetailEntity = class DuplicateRunDetailEntity extends core_1.Bas
|
|
|
14113
14372
|
* * Field Name: MatchStatus
|
|
14114
14373
|
* * Display Name: Match Status
|
|
14115
14374
|
* * SQL Data Type: nvarchar(20)
|
|
14375
|
+
* * Default Value: Pending
|
|
14116
14376
|
* * Value List Type: List
|
|
14117
14377
|
* * Possible Values
|
|
14118
14378
|
* * Error
|
|
@@ -14154,6 +14414,7 @@ let DuplicateRunDetailEntity = class DuplicateRunDetailEntity extends core_1.Bas
|
|
|
14154
14414
|
* * Field Name: MergeStatus
|
|
14155
14415
|
* * Display Name: Merge Status
|
|
14156
14416
|
* * SQL Data Type: nvarchar(20)
|
|
14417
|
+
* * Default Value: Not Applicable
|
|
14157
14418
|
* * Value List Type: List
|
|
14158
14419
|
* * Possible Values
|
|
14159
14420
|
* * Error
|
|
@@ -14182,6 +14443,7 @@ let DuplicateRunDetailEntity = class DuplicateRunDetailEntity extends core_1.Bas
|
|
|
14182
14443
|
* * Field Name: CreatedAt
|
|
14183
14444
|
* * Display Name: Created At
|
|
14184
14445
|
* * SQL Data Type: datetime
|
|
14446
|
+
* * Default Value: getdate()
|
|
14185
14447
|
*/
|
|
14186
14448
|
get CreatedAt() {
|
|
14187
14449
|
return this.Get('CreatedAt');
|
|
@@ -14190,6 +14452,7 @@ let DuplicateRunDetailEntity = class DuplicateRunDetailEntity extends core_1.Bas
|
|
|
14190
14452
|
* * Field Name: UpdatedAt
|
|
14191
14453
|
* * Display Name: Updated At
|
|
14192
14454
|
* * SQL Data Type: datetime
|
|
14455
|
+
* * Default Value: getdate()
|
|
14193
14456
|
*/
|
|
14194
14457
|
get UpdatedAt() {
|
|
14195
14458
|
return this.Get('UpdatedAt');
|
|
@@ -14275,6 +14538,7 @@ let EntityBehaviorEntity = class EntityBehaviorEntity extends core_1.BaseEntity
|
|
|
14275
14538
|
* * Field Name: RegenerateCode
|
|
14276
14539
|
* * Display Name: Regenerate Code
|
|
14277
14540
|
* * SQL Data Type: bit
|
|
14541
|
+
* * Default Value: 0
|
|
14278
14542
|
* * Description: This bit field is automatically turned on whenever the Description field is changed so that a future server process will pick it up and regenerate the code. This might happen asynchronously or synchronously depending on system setup.
|
|
14279
14543
|
*/
|
|
14280
14544
|
get RegenerateCode() {
|
|
@@ -14311,6 +14575,7 @@ let EntityBehaviorEntity = class EntityBehaviorEntity extends core_1.BaseEntity
|
|
|
14311
14575
|
* * Field Name: CodeGenerated
|
|
14312
14576
|
* * Display Name: Code Generated
|
|
14313
14577
|
* * SQL Data Type: bit
|
|
14578
|
+
* * Default Value: 1
|
|
14314
14579
|
*/
|
|
14315
14580
|
get CodeGenerated() {
|
|
14316
14581
|
return this.Get('CodeGenerated');
|
|
@@ -14322,6 +14587,7 @@ let EntityBehaviorEntity = class EntityBehaviorEntity extends core_1.BaseEntity
|
|
|
14322
14587
|
* * Field Name: CreatedAt
|
|
14323
14588
|
* * Display Name: Created At
|
|
14324
14589
|
* * SQL Data Type: datetime
|
|
14590
|
+
* * Default Value: getdate()
|
|
14325
14591
|
*/
|
|
14326
14592
|
get CreatedAt() {
|
|
14327
14593
|
return this.Get('CreatedAt');
|
|
@@ -14330,6 +14596,7 @@ let EntityBehaviorEntity = class EntityBehaviorEntity extends core_1.BaseEntity
|
|
|
14330
14596
|
* * Field Name: UpdatedAt
|
|
14331
14597
|
* * Display Name: Updated At
|
|
14332
14598
|
* * SQL Data Type: datetime
|
|
14599
|
+
* * Default Value: getdate()
|
|
14333
14600
|
*/
|
|
14334
14601
|
get UpdatedAt() {
|
|
14335
14602
|
return this.Get('UpdatedAt');
|
|
@@ -14418,6 +14685,7 @@ let EntityBehaviorTypeEntity = class EntityBehaviorTypeEntity extends core_1.Bas
|
|
|
14418
14685
|
* * Field Name: UpdatedAt
|
|
14419
14686
|
* * Display Name: Updated At
|
|
14420
14687
|
* * SQL Data Type: datetime
|
|
14688
|
+
* * Default Value: getdate()
|
|
14421
14689
|
*/
|
|
14422
14690
|
get UpdatedAt() {
|
|
14423
14691
|
return this.Get('UpdatedAt');
|
|
@@ -14511,6 +14779,7 @@ let ApplicationSettingEntity = class ApplicationSettingEntity extends core_1.Bas
|
|
|
14511
14779
|
* * Field Name: CreatedAt
|
|
14512
14780
|
* * Display Name: Created At
|
|
14513
14781
|
* * SQL Data Type: datetime
|
|
14782
|
+
* * Default Value: getdate()
|
|
14514
14783
|
*/
|
|
14515
14784
|
get CreatedAt() {
|
|
14516
14785
|
return this.Get('CreatedAt');
|
|
@@ -14519,6 +14788,7 @@ let ApplicationSettingEntity = class ApplicationSettingEntity extends core_1.Bas
|
|
|
14519
14788
|
* * Field Name: UpdatedAt
|
|
14520
14789
|
* * Display Name: Updated At
|
|
14521
14790
|
* * SQL Data Type: datetime
|
|
14791
|
+
* * Default Value: getdate()
|
|
14522
14792
|
*/
|
|
14523
14793
|
get UpdatedAt() {
|
|
14524
14794
|
return this.Get('UpdatedAt');
|
|
@@ -14605,6 +14875,7 @@ let ActionCategoryEntity = class ActionCategoryEntity extends core_1.BaseEntity
|
|
|
14605
14875
|
* * Field Name: Status
|
|
14606
14876
|
* * Display Name: Status
|
|
14607
14877
|
* * SQL Data Type: nvarchar(20)
|
|
14878
|
+
* * Default Value: Pending
|
|
14608
14879
|
* * Value List Type: List
|
|
14609
14880
|
* * Possible Values
|
|
14610
14881
|
* * Disabled
|
|
@@ -14622,6 +14893,7 @@ let ActionCategoryEntity = class ActionCategoryEntity extends core_1.BaseEntity
|
|
|
14622
14893
|
* * Field Name: CreatedAt
|
|
14623
14894
|
* * Display Name: Created At
|
|
14624
14895
|
* * SQL Data Type: datetime
|
|
14896
|
+
* * Default Value: getdate()
|
|
14625
14897
|
*/
|
|
14626
14898
|
get CreatedAt() {
|
|
14627
14899
|
return this.Get('CreatedAt');
|
|
@@ -14630,6 +14902,7 @@ let ActionCategoryEntity = class ActionCategoryEntity extends core_1.BaseEntity
|
|
|
14630
14902
|
* * Field Name: UpdatedAt
|
|
14631
14903
|
* * Display Name: Updated At
|
|
14632
14904
|
* * SQL Data Type: datetime
|
|
14905
|
+
* * Default Value: getdate()
|
|
14633
14906
|
*/
|
|
14634
14907
|
get UpdatedAt() {
|
|
14635
14908
|
return this.Get('UpdatedAt');
|
|
@@ -14711,6 +14984,7 @@ let EntityActionEntity = class EntityActionEntity extends core_1.BaseEntity {
|
|
|
14711
14984
|
* * Field Name: Status
|
|
14712
14985
|
* * Display Name: Status
|
|
14713
14986
|
* * SQL Data Type: nvarchar(20)
|
|
14987
|
+
* * Default Value: Pending
|
|
14714
14988
|
* * Value List Type: List
|
|
14715
14989
|
* * Possible Values
|
|
14716
14990
|
* * Disabled
|
|
@@ -14728,6 +15002,7 @@ let EntityActionEntity = class EntityActionEntity extends core_1.BaseEntity {
|
|
|
14728
15002
|
* * Field Name: CreatedAt
|
|
14729
15003
|
* * Display Name: Created At
|
|
14730
15004
|
* * SQL Data Type: datetime
|
|
15005
|
+
* * Default Value: getdate()
|
|
14731
15006
|
*/
|
|
14732
15007
|
get CreatedAt() {
|
|
14733
15008
|
return this.Get('CreatedAt');
|
|
@@ -14736,6 +15011,7 @@ let EntityActionEntity = class EntityActionEntity extends core_1.BaseEntity {
|
|
|
14736
15011
|
* * Field Name: UpdatedAt
|
|
14737
15012
|
* * Display Name: Updated At
|
|
14738
15013
|
* * SQL Data Type: datetime
|
|
15014
|
+
* * Default Value: getdate()
|
|
14739
15015
|
*/
|
|
14740
15016
|
get UpdatedAt() {
|
|
14741
15017
|
return this.Get('UpdatedAt');
|
|
@@ -14825,6 +15101,7 @@ let EntityActionInvocationEntity = class EntityActionInvocationEntity extends co
|
|
|
14825
15101
|
* * Field Name: Status
|
|
14826
15102
|
* * Display Name: Status
|
|
14827
15103
|
* * SQL Data Type: nvarchar(20)
|
|
15104
|
+
* * Default Value: Pending
|
|
14828
15105
|
* * Value List Type: List
|
|
14829
15106
|
* * Possible Values
|
|
14830
15107
|
* * Disabled
|
|
@@ -14842,6 +15119,7 @@ let EntityActionInvocationEntity = class EntityActionInvocationEntity extends co
|
|
|
14842
15119
|
* * Field Name: CreatedAt
|
|
14843
15120
|
* * Display Name: Created At
|
|
14844
15121
|
* * SQL Data Type: datetime
|
|
15122
|
+
* * Default Value: getdate()
|
|
14845
15123
|
*/
|
|
14846
15124
|
get CreatedAt() {
|
|
14847
15125
|
return this.Get('CreatedAt');
|
|
@@ -14850,6 +15128,7 @@ let EntityActionInvocationEntity = class EntityActionInvocationEntity extends co
|
|
|
14850
15128
|
* * Field Name: UpdatedAt
|
|
14851
15129
|
* * Display Name: Updated At
|
|
14852
15130
|
* * SQL Data Type: datetime
|
|
15131
|
+
* * Default Value: getdate()
|
|
14853
15132
|
*/
|
|
14854
15133
|
get UpdatedAt() {
|
|
14855
15134
|
return this.Get('UpdatedAt');
|
|
@@ -14942,6 +15221,7 @@ let ActionAuthorizationEntity = class ActionAuthorizationEntity extends core_1.B
|
|
|
14942
15221
|
* * Field Name: CreatedAt
|
|
14943
15222
|
* * Display Name: Created At
|
|
14944
15223
|
* * SQL Data Type: datetime
|
|
15224
|
+
* * Default Value: getdate()
|
|
14945
15225
|
*/
|
|
14946
15226
|
get CreatedAt() {
|
|
14947
15227
|
return this.Get('CreatedAt');
|
|
@@ -14950,6 +15230,7 @@ let ActionAuthorizationEntity = class ActionAuthorizationEntity extends core_1.B
|
|
|
14950
15230
|
* * Field Name: UpdatedAt
|
|
14951
15231
|
* * Display Name: Updated At
|
|
14952
15232
|
* * SQL Data Type: datetime
|
|
15233
|
+
* * Default Value: getdate()
|
|
14953
15234
|
*/
|
|
14954
15235
|
get UpdatedAt() {
|
|
14955
15236
|
return this.Get('UpdatedAt');
|
|
@@ -15031,6 +15312,7 @@ let EntityActionInvocationTypeEntity = class EntityActionInvocationTypeEntity ex
|
|
|
15031
15312
|
* * Field Name: DisplaySequence
|
|
15032
15313
|
* * Display Name: Display Sequence
|
|
15033
15314
|
* * SQL Data Type: int
|
|
15315
|
+
* * Default Value: 0
|
|
15034
15316
|
*/
|
|
15035
15317
|
get DisplaySequence() {
|
|
15036
15318
|
return this.Get('DisplaySequence');
|
|
@@ -15042,6 +15324,7 @@ let EntityActionInvocationTypeEntity = class EntityActionInvocationTypeEntity ex
|
|
|
15042
15324
|
* * Field Name: CreatedAt
|
|
15043
15325
|
* * Display Name: Created At
|
|
15044
15326
|
* * SQL Data Type: datetime
|
|
15327
|
+
* * Default Value: getdate()
|
|
15045
15328
|
*/
|
|
15046
15329
|
get CreatedAt() {
|
|
15047
15330
|
return this.Get('CreatedAt');
|
|
@@ -15050,6 +15333,7 @@ let EntityActionInvocationTypeEntity = class EntityActionInvocationTypeEntity ex
|
|
|
15050
15333
|
* * Field Name: UpdatedAt
|
|
15051
15334
|
* * Display Name: Updated At
|
|
15052
15335
|
* * SQL Data Type: datetime
|
|
15336
|
+
* * Default Value: getdate()
|
|
15053
15337
|
*/
|
|
15054
15338
|
get UpdatedAt() {
|
|
15055
15339
|
return this.Get('UpdatedAt');
|
|
@@ -15168,6 +15452,7 @@ let ActionEntity = class ActionEntity extends core_1.BaseEntity {
|
|
|
15168
15452
|
* * Field Name: CodeApprovalStatus
|
|
15169
15453
|
* * Display Name: Code Approval Status
|
|
15170
15454
|
* * SQL Data Type: nvarchar(20)
|
|
15455
|
+
* * Default Value: Pending
|
|
15171
15456
|
* * Value List Type: List
|
|
15172
15457
|
* * Possible Values
|
|
15173
15458
|
* * Rejected
|
|
@@ -15222,6 +15507,7 @@ let ActionEntity = class ActionEntity extends core_1.BaseEntity {
|
|
|
15222
15507
|
* * Field Name: ForceCodeGeneration
|
|
15223
15508
|
* * Display Name: Force Code Generation
|
|
15224
15509
|
* * SQL Data Type: bit
|
|
15510
|
+
* * Default Value: 0
|
|
15225
15511
|
* * 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.
|
|
15226
15512
|
*/
|
|
15227
15513
|
get ForceCodeGeneration() {
|
|
@@ -15246,6 +15532,7 @@ let ActionEntity = class ActionEntity extends core_1.BaseEntity {
|
|
|
15246
15532
|
* * Field Name: Status
|
|
15247
15533
|
* * Display Name: Status
|
|
15248
15534
|
* * SQL Data Type: nvarchar(20)
|
|
15535
|
+
* * Default Value: Pending
|
|
15249
15536
|
* * Value List Type: List
|
|
15250
15537
|
* * Possible Values
|
|
15251
15538
|
* * Disabled
|
|
@@ -15263,6 +15550,7 @@ let ActionEntity = class ActionEntity extends core_1.BaseEntity {
|
|
|
15263
15550
|
* * Field Name: CreatedAt
|
|
15264
15551
|
* * Display Name: Created At
|
|
15265
15552
|
* * SQL Data Type: datetime
|
|
15553
|
+
* * Default Value: getdate()
|
|
15266
15554
|
*/
|
|
15267
15555
|
get CreatedAt() {
|
|
15268
15556
|
return this.Get('CreatedAt');
|
|
@@ -15271,6 +15559,7 @@ let ActionEntity = class ActionEntity extends core_1.BaseEntity {
|
|
|
15271
15559
|
* * Field Name: UpdatedAt
|
|
15272
15560
|
* * Display Name: Updated At
|
|
15273
15561
|
* * SQL Data Type: datetime
|
|
15562
|
+
* * Default Value: getdate()
|
|
15274
15563
|
*/
|
|
15275
15564
|
get UpdatedAt() {
|
|
15276
15565
|
return this.Get('UpdatedAt');
|
|
@@ -15372,6 +15661,7 @@ let EntityActionFilterEntity = class EntityActionFilterEntity extends core_1.Bas
|
|
|
15372
15661
|
* * Field Name: Status
|
|
15373
15662
|
* * Display Name: Status
|
|
15374
15663
|
* * SQL Data Type: nvarchar(20)
|
|
15664
|
+
* * Default Value: Pending
|
|
15375
15665
|
* * Value List Type: List
|
|
15376
15666
|
* * Possible Values
|
|
15377
15667
|
* * Disabled
|
|
@@ -15389,6 +15679,7 @@ let EntityActionFilterEntity = class EntityActionFilterEntity extends core_1.Bas
|
|
|
15389
15679
|
* * Field Name: CreatedAt
|
|
15390
15680
|
* * Display Name: Created At
|
|
15391
15681
|
* * SQL Data Type: datetime
|
|
15682
|
+
* * Default Value: getdate()
|
|
15392
15683
|
*/
|
|
15393
15684
|
get CreatedAt() {
|
|
15394
15685
|
return this.Get('CreatedAt');
|
|
@@ -15397,6 +15688,7 @@ let EntityActionFilterEntity = class EntityActionFilterEntity extends core_1.Bas
|
|
|
15397
15688
|
* * Field Name: UpdatedAt
|
|
15398
15689
|
* * Display Name: Updated At
|
|
15399
15690
|
* * SQL Data Type: datetime
|
|
15691
|
+
* * Default Value: getdate()
|
|
15400
15692
|
*/
|
|
15401
15693
|
get UpdatedAt() {
|
|
15402
15694
|
return this.Get('UpdatedAt');
|
|
@@ -15490,6 +15782,7 @@ let ActionFilterEntity = class ActionFilterEntity extends core_1.BaseEntity {
|
|
|
15490
15782
|
* * Field Name: CreatedAt
|
|
15491
15783
|
* * Display Name: Created At
|
|
15492
15784
|
* * SQL Data Type: datetime
|
|
15785
|
+
* * Default Value: getdate()
|
|
15493
15786
|
*/
|
|
15494
15787
|
get CreatedAt() {
|
|
15495
15788
|
return this.Get('CreatedAt');
|
|
@@ -15498,6 +15791,7 @@ let ActionFilterEntity = class ActionFilterEntity extends core_1.BaseEntity {
|
|
|
15498
15791
|
* * Field Name: UpdatedAt
|
|
15499
15792
|
* * Display Name: Updated At
|
|
15500
15793
|
* * SQL Data Type: datetime
|
|
15794
|
+
* * Default Value: getdate()
|
|
15501
15795
|
*/
|
|
15502
15796
|
get UpdatedAt() {
|
|
15503
15797
|
return this.Get('UpdatedAt');
|
|
@@ -15571,6 +15865,7 @@ let ActionContextTypeEntity = class ActionContextTypeEntity extends core_1.BaseE
|
|
|
15571
15865
|
* * Field Name: CreatedAt
|
|
15572
15866
|
* * Display Name: Created At
|
|
15573
15867
|
* * SQL Data Type: datetime
|
|
15868
|
+
* * Default Value: getdate()
|
|
15574
15869
|
*/
|
|
15575
15870
|
get CreatedAt() {
|
|
15576
15871
|
return this.Get('CreatedAt');
|
|
@@ -15579,6 +15874,7 @@ let ActionContextTypeEntity = class ActionContextTypeEntity extends core_1.BaseE
|
|
|
15579
15874
|
* * Field Name: UpdatedAt
|
|
15580
15875
|
* * Display Name: Updated At
|
|
15581
15876
|
* * SQL Data Type: datetime
|
|
15877
|
+
* * Default Value: getdate()
|
|
15582
15878
|
*/
|
|
15583
15879
|
get UpdatedAt() {
|
|
15584
15880
|
return this.Get('UpdatedAt');
|
|
@@ -15663,6 +15959,7 @@ let ActionResultCodeEntity = class ActionResultCodeEntity extends core_1.BaseEnt
|
|
|
15663
15959
|
* * Field Name: CreatedAt
|
|
15664
15960
|
* * Display Name: Created At
|
|
15665
15961
|
* * SQL Data Type: datetime
|
|
15962
|
+
* * Default Value: getdate()
|
|
15666
15963
|
*/
|
|
15667
15964
|
get CreatedAt() {
|
|
15668
15965
|
return this.Get('CreatedAt');
|
|
@@ -15671,6 +15968,7 @@ let ActionResultCodeEntity = class ActionResultCodeEntity extends core_1.BaseEnt
|
|
|
15671
15968
|
* * Field Name: UpdatedAt
|
|
15672
15969
|
* * Display Name: Updated At
|
|
15673
15970
|
* * SQL Data Type: datetime
|
|
15971
|
+
* * Default Value: getdate()
|
|
15674
15972
|
*/
|
|
15675
15973
|
get UpdatedAt() {
|
|
15676
15974
|
return this.Get('UpdatedAt');
|
|
@@ -15752,6 +16050,7 @@ let ActionContextEntity = class ActionContextEntity extends core_1.BaseEntity {
|
|
|
15752
16050
|
* * Field Name: Status
|
|
15753
16051
|
* * Display Name: Status
|
|
15754
16052
|
* * SQL Data Type: nvarchar(20)
|
|
16053
|
+
* * Default Value: Pending
|
|
15755
16054
|
* * Value List Type: List
|
|
15756
16055
|
* * Possible Values
|
|
15757
16056
|
* * Disabled
|
|
@@ -15769,6 +16068,7 @@ let ActionContextEntity = class ActionContextEntity extends core_1.BaseEntity {
|
|
|
15769
16068
|
* * Field Name: CreatedAt
|
|
15770
16069
|
* * Display Name: Created At
|
|
15771
16070
|
* * SQL Data Type: datetime
|
|
16071
|
+
* * Default Value: getdate()
|
|
15772
16072
|
*/
|
|
15773
16073
|
get CreatedAt() {
|
|
15774
16074
|
return this.Get('CreatedAt');
|
|
@@ -15777,6 +16077,7 @@ let ActionContextEntity = class ActionContextEntity extends core_1.BaseEntity {
|
|
|
15777
16077
|
* * Field Name: UpdatedAt
|
|
15778
16078
|
* * Display Name: Updated At
|
|
15779
16079
|
* * SQL Data Type: datetime
|
|
16080
|
+
* * Default Value: getdate()
|
|
15780
16081
|
*/
|
|
15781
16082
|
get UpdatedAt() {
|
|
15782
16083
|
return this.Get('UpdatedAt');
|
|
@@ -15854,6 +16155,7 @@ let ActionExecutionLogEntity = class ActionExecutionLogEntity extends core_1.Bas
|
|
|
15854
16155
|
* * Field Name: StartedAt
|
|
15855
16156
|
* * Display Name: Started At
|
|
15856
16157
|
* * SQL Data Type: datetime
|
|
16158
|
+
* * Default Value: getdate()
|
|
15857
16159
|
* * Description: Timestamp of when the action started execution.
|
|
15858
16160
|
*/
|
|
15859
16161
|
get StartedAt() {
|
|
@@ -15924,6 +16226,7 @@ let ActionExecutionLogEntity = class ActionExecutionLogEntity extends core_1.Bas
|
|
|
15924
16226
|
* * Field Name: CreatedAt
|
|
15925
16227
|
* * Display Name: Created At
|
|
15926
16228
|
* * SQL Data Type: datetime
|
|
16229
|
+
* * Default Value: getdate()
|
|
15927
16230
|
*/
|
|
15928
16231
|
get CreatedAt() {
|
|
15929
16232
|
return this.Get('CreatedAt');
|
|
@@ -15932,6 +16235,7 @@ let ActionExecutionLogEntity = class ActionExecutionLogEntity extends core_1.Bas
|
|
|
15932
16235
|
* * Field Name: UpdatedAt
|
|
15933
16236
|
* * Display Name: Updated At
|
|
15934
16237
|
* * SQL Data Type: datetime
|
|
16238
|
+
* * Default Value: getdate()
|
|
15935
16239
|
*/
|
|
15936
16240
|
get UpdatedAt() {
|
|
15937
16241
|
return this.Get('UpdatedAt');
|
|
@@ -16065,6 +16369,7 @@ let ActionParamEntity = class ActionParamEntity extends core_1.BaseEntity {
|
|
|
16065
16369
|
* * Field Name: IsArray
|
|
16066
16370
|
* * Display Name: Is Array
|
|
16067
16371
|
* * SQL Data Type: bit
|
|
16372
|
+
* * Default Value: 0
|
|
16068
16373
|
*/
|
|
16069
16374
|
get IsArray() {
|
|
16070
16375
|
return this.Get('IsArray');
|
|
@@ -16087,6 +16392,7 @@ let ActionParamEntity = class ActionParamEntity extends core_1.BaseEntity {
|
|
|
16087
16392
|
* * Field Name: IsRequired
|
|
16088
16393
|
* * Display Name: Is Required
|
|
16089
16394
|
* * SQL Data Type: bit
|
|
16395
|
+
* * Default Value: 1
|
|
16090
16396
|
*/
|
|
16091
16397
|
get IsRequired() {
|
|
16092
16398
|
return this.Get('IsRequired');
|
|
@@ -16098,6 +16404,7 @@ let ActionParamEntity = class ActionParamEntity extends core_1.BaseEntity {
|
|
|
16098
16404
|
* * Field Name: CreatedAt
|
|
16099
16405
|
* * Display Name: Created At
|
|
16100
16406
|
* * SQL Data Type: datetime
|
|
16407
|
+
* * Default Value: getdate()
|
|
16101
16408
|
*/
|
|
16102
16409
|
get CreatedAt() {
|
|
16103
16410
|
return this.Get('CreatedAt');
|
|
@@ -16106,6 +16413,7 @@ let ActionParamEntity = class ActionParamEntity extends core_1.BaseEntity {
|
|
|
16106
16413
|
* * Field Name: UpdatedAt
|
|
16107
16414
|
* * Display Name: Updated At
|
|
16108
16415
|
* * SQL Data Type: datetime
|
|
16416
|
+
* * Default Value: getdate()
|
|
16109
16417
|
*/
|
|
16110
16418
|
get UpdatedAt() {
|
|
16111
16419
|
return this.Get('UpdatedAt');
|
|
@@ -16199,6 +16507,7 @@ let ActionLibraryEntity = class ActionLibraryEntity extends core_1.BaseEntity {
|
|
|
16199
16507
|
* * Field Name: CreatedAt
|
|
16200
16508
|
* * Display Name: Created At
|
|
16201
16509
|
* * SQL Data Type: datetime
|
|
16510
|
+
* * Default Value: getdate()
|
|
16202
16511
|
*/
|
|
16203
16512
|
get CreatedAt() {
|
|
16204
16513
|
return this.Get('CreatedAt');
|
|
@@ -16207,6 +16516,7 @@ let ActionLibraryEntity = class ActionLibraryEntity extends core_1.BaseEntity {
|
|
|
16207
16516
|
* * Field Name: UpdatedAt
|
|
16208
16517
|
* * Display Name: Updated At
|
|
16209
16518
|
* * SQL Data Type: datetime
|
|
16519
|
+
* * Default Value: getdate()
|
|
16210
16520
|
*/
|
|
16211
16521
|
get UpdatedAt() {
|
|
16212
16522
|
return this.Get('UpdatedAt');
|
|
@@ -16305,6 +16615,7 @@ let LibraryEntity = class LibraryEntity extends core_1.BaseEntity {
|
|
|
16305
16615
|
* * Field Name: Status
|
|
16306
16616
|
* * Display Name: Status
|
|
16307
16617
|
* * SQL Data Type: nvarchar(20)
|
|
16618
|
+
* * Default Value: Pending
|
|
16308
16619
|
* * Value List Type: List
|
|
16309
16620
|
* * Possible Values
|
|
16310
16621
|
* * Pending
|
|
@@ -16358,6 +16669,7 @@ let LibraryEntity = class LibraryEntity extends core_1.BaseEntity {
|
|
|
16358
16669
|
* * Field Name: CreatedAt
|
|
16359
16670
|
* * Display Name: Created At
|
|
16360
16671
|
* * SQL Data Type: datetime
|
|
16672
|
+
* * Default Value: getdate()
|
|
16361
16673
|
*/
|
|
16362
16674
|
get CreatedAt() {
|
|
16363
16675
|
return this.Get('CreatedAt');
|
|
@@ -16366,6 +16678,7 @@ let LibraryEntity = class LibraryEntity extends core_1.BaseEntity {
|
|
|
16366
16678
|
* * Field Name: UpdatedAt
|
|
16367
16679
|
* * Display Name: Updated At
|
|
16368
16680
|
* * SQL Data Type: datetime
|
|
16681
|
+
* * Default Value: getdate()
|
|
16369
16682
|
*/
|
|
16370
16683
|
get UpdatedAt() {
|
|
16371
16684
|
return this.Get('UpdatedAt');
|
|
@@ -16486,127 +16799,6 @@ exports.ListCategoryEntity = ListCategoryEntity;
|
|
|
16486
16799
|
exports.ListCategoryEntity = ListCategoryEntity = __decorate([
|
|
16487
16800
|
(0, global_1.RegisterClass)(core_1.BaseEntity, 'List Categories')
|
|
16488
16801
|
], ListCategoryEntity);
|
|
16489
|
-
/**
|
|
16490
|
-
* Communication Templates - strongly typed entity sub-class
|
|
16491
|
-
* * Schema: __mj
|
|
16492
|
-
* * Base Table: CommunicationTemplate
|
|
16493
|
-
* * Base View: vwCommunicationTemplates
|
|
16494
|
-
* * @description Reusable templates for communication.
|
|
16495
|
-
* * Primary Key: ID
|
|
16496
|
-
* @extends {BaseEntity}
|
|
16497
|
-
* @class
|
|
16498
|
-
* @public
|
|
16499
|
-
*/
|
|
16500
|
-
let CommunicationTemplateEntity = class CommunicationTemplateEntity extends core_1.BaseEntity {
|
|
16501
|
-
/**
|
|
16502
|
-
* Loads the Communication Templates record from the database
|
|
16503
|
-
* @param ID: number - primary key value to load the Communication Templates record.
|
|
16504
|
-
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
16505
|
-
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
16506
|
-
* @public
|
|
16507
|
-
* @async
|
|
16508
|
-
* @memberof CommunicationTemplateEntity
|
|
16509
|
-
* @method
|
|
16510
|
-
* @override
|
|
16511
|
-
*/
|
|
16512
|
-
async Load(ID, EntityRelationshipsToLoad = null) {
|
|
16513
|
-
const compositeKey = new core_1.CompositeKey();
|
|
16514
|
-
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16515
|
-
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
16516
|
-
}
|
|
16517
|
-
/**
|
|
16518
|
-
* Communication Templates - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
16519
|
-
* @public
|
|
16520
|
-
* @method
|
|
16521
|
-
* @override
|
|
16522
|
-
* @memberof CommunicationTemplateEntity
|
|
16523
|
-
* @throws {Error} - Delete is not allowed for Communication Templates, to enable it set AllowDeleteAPI to 1 in the database.
|
|
16524
|
-
*/
|
|
16525
|
-
async Delete() {
|
|
16526
|
-
throw new Error('Delete is not allowed for Communication Templates, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
16527
|
-
}
|
|
16528
|
-
/**
|
|
16529
|
-
* * Field Name: ID
|
|
16530
|
-
* * Display Name: ID
|
|
16531
|
-
* * SQL Data Type: int
|
|
16532
|
-
*/
|
|
16533
|
-
get ID() {
|
|
16534
|
-
return this.Get('ID');
|
|
16535
|
-
}
|
|
16536
|
-
/**
|
|
16537
|
-
* * Field Name: Name
|
|
16538
|
-
* * Display Name: Name
|
|
16539
|
-
* * SQL Data Type: nvarchar(255)
|
|
16540
|
-
*/
|
|
16541
|
-
get Name() {
|
|
16542
|
-
return this.Get('Name');
|
|
16543
|
-
}
|
|
16544
|
-
set Name(value) {
|
|
16545
|
-
this.Set('Name', value);
|
|
16546
|
-
}
|
|
16547
|
-
/**
|
|
16548
|
-
* * Field Name: Content
|
|
16549
|
-
* * Display Name: Content
|
|
16550
|
-
* * SQL Data Type: nvarchar(MAX)
|
|
16551
|
-
*/
|
|
16552
|
-
get Content() {
|
|
16553
|
-
return this.Get('Content');
|
|
16554
|
-
}
|
|
16555
|
-
set Content(value) {
|
|
16556
|
-
this.Set('Content', value);
|
|
16557
|
-
}
|
|
16558
|
-
/**
|
|
16559
|
-
* * Field Name: ParentID
|
|
16560
|
-
* * Display Name: Parent ID
|
|
16561
|
-
* * SQL Data Type: int
|
|
16562
|
-
* * Related Entity/Foreign Key: Communication Templates (vwCommunicationTemplates.ID)
|
|
16563
|
-
*/
|
|
16564
|
-
get ParentID() {
|
|
16565
|
-
return this.Get('ParentID');
|
|
16566
|
-
}
|
|
16567
|
-
set ParentID(value) {
|
|
16568
|
-
this.Set('ParentID', value);
|
|
16569
|
-
}
|
|
16570
|
-
/**
|
|
16571
|
-
* * Field Name: Comments
|
|
16572
|
-
* * Display Name: Comments
|
|
16573
|
-
* * SQL Data Type: nvarchar(MAX)
|
|
16574
|
-
*/
|
|
16575
|
-
get Comments() {
|
|
16576
|
-
return this.Get('Comments');
|
|
16577
|
-
}
|
|
16578
|
-
set Comments(value) {
|
|
16579
|
-
this.Set('Comments', value);
|
|
16580
|
-
}
|
|
16581
|
-
/**
|
|
16582
|
-
* * Field Name: CreatedAt
|
|
16583
|
-
* * Display Name: Created At
|
|
16584
|
-
* * SQL Data Type: datetime
|
|
16585
|
-
*/
|
|
16586
|
-
get CreatedAt() {
|
|
16587
|
-
return this.Get('CreatedAt');
|
|
16588
|
-
}
|
|
16589
|
-
/**
|
|
16590
|
-
* * Field Name: UpdatedAt
|
|
16591
|
-
* * Display Name: Updated At
|
|
16592
|
-
* * SQL Data Type: datetime
|
|
16593
|
-
*/
|
|
16594
|
-
get UpdatedAt() {
|
|
16595
|
-
return this.Get('UpdatedAt');
|
|
16596
|
-
}
|
|
16597
|
-
/**
|
|
16598
|
-
* * Field Name: Parent
|
|
16599
|
-
* * Display Name: Parent
|
|
16600
|
-
* * SQL Data Type: nvarchar(255)
|
|
16601
|
-
*/
|
|
16602
|
-
get Parent() {
|
|
16603
|
-
return this.Get('Parent');
|
|
16604
|
-
}
|
|
16605
|
-
};
|
|
16606
|
-
exports.CommunicationTemplateEntity = CommunicationTemplateEntity;
|
|
16607
|
-
exports.CommunicationTemplateEntity = CommunicationTemplateEntity = __decorate([
|
|
16608
|
-
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Communication Templates')
|
|
16609
|
-
], CommunicationTemplateEntity);
|
|
16610
16802
|
/**
|
|
16611
16803
|
* Communication Providers - strongly typed entity sub-class
|
|
16612
16804
|
* * Schema: __mj
|
|
@@ -16680,6 +16872,7 @@ let CommunicationProviderEntity = class CommunicationProviderEntity extends core
|
|
|
16680
16872
|
* * Field Name: Status
|
|
16681
16873
|
* * Display Name: Status
|
|
16682
16874
|
* * SQL Data Type: nvarchar(20)
|
|
16875
|
+
* * Default Value: Disabled
|
|
16683
16876
|
* * Value List Type: List
|
|
16684
16877
|
* * Possible Values
|
|
16685
16878
|
* * Disabled
|
|
@@ -16696,6 +16889,7 @@ let CommunicationProviderEntity = class CommunicationProviderEntity extends core
|
|
|
16696
16889
|
* * Field Name: SupportsSending
|
|
16697
16890
|
* * Display Name: Supports Sending
|
|
16698
16891
|
* * SQL Data Type: bit
|
|
16892
|
+
* * Default Value: 1
|
|
16699
16893
|
* * Description: Indicates if the provider supports sending messages.
|
|
16700
16894
|
*/
|
|
16701
16895
|
get SupportsSending() {
|
|
@@ -16708,6 +16902,7 @@ let CommunicationProviderEntity = class CommunicationProviderEntity extends core
|
|
|
16708
16902
|
* * Field Name: SupportsReceiving
|
|
16709
16903
|
* * Display Name: Supports Receiving
|
|
16710
16904
|
* * SQL Data Type: bit
|
|
16905
|
+
* * Default Value: 0
|
|
16711
16906
|
* * Description: Indicates if the provider supports receiving messages.
|
|
16712
16907
|
*/
|
|
16713
16908
|
get SupportsReceiving() {
|
|
@@ -16720,6 +16915,7 @@ let CommunicationProviderEntity = class CommunicationProviderEntity extends core
|
|
|
16720
16915
|
* * Field Name: CreatedAt
|
|
16721
16916
|
* * Display Name: Created At
|
|
16722
16917
|
* * SQL Data Type: datetime
|
|
16918
|
+
* * Default Value: getdate()
|
|
16723
16919
|
*/
|
|
16724
16920
|
get CreatedAt() {
|
|
16725
16921
|
return this.Get('CreatedAt');
|
|
@@ -16728,6 +16924,7 @@ let CommunicationProviderEntity = class CommunicationProviderEntity extends core
|
|
|
16728
16924
|
* * Field Name: UpdatedAt
|
|
16729
16925
|
* * Display Name: Updated At
|
|
16730
16926
|
* * SQL Data Type: datetime
|
|
16927
|
+
* * Default Value: getdate()
|
|
16731
16928
|
*/
|
|
16732
16929
|
get UpdatedAt() {
|
|
16733
16930
|
return this.Get('UpdatedAt');
|
|
@@ -16831,6 +17028,28 @@ let CommunicationRunEntity = class CommunicationRunEntity extends core_1.BaseEnt
|
|
|
16831
17028
|
this.Set('Status', value);
|
|
16832
17029
|
}
|
|
16833
17030
|
/**
|
|
17031
|
+
* * Field Name: StartedAt
|
|
17032
|
+
* * Display Name: Started At
|
|
17033
|
+
* * SQL Data Type: datetime
|
|
17034
|
+
*/
|
|
17035
|
+
get StartedAt() {
|
|
17036
|
+
return this.Get('StartedAt');
|
|
17037
|
+
}
|
|
17038
|
+
set StartedAt(value) {
|
|
17039
|
+
this.Set('StartedAt', value);
|
|
17040
|
+
}
|
|
17041
|
+
/**
|
|
17042
|
+
* * Field Name: EndedAt
|
|
17043
|
+
* * Display Name: Ended At
|
|
17044
|
+
* * SQL Data Type: datetime
|
|
17045
|
+
*/
|
|
17046
|
+
get EndedAt() {
|
|
17047
|
+
return this.Get('EndedAt');
|
|
17048
|
+
}
|
|
17049
|
+
set EndedAt(value) {
|
|
17050
|
+
this.Set('EndedAt', value);
|
|
17051
|
+
}
|
|
17052
|
+
/**
|
|
16834
17053
|
* * Field Name: Comments
|
|
16835
17054
|
* * Display Name: Comments
|
|
16836
17055
|
* * SQL Data Type: nvarchar(MAX)
|
|
@@ -16857,6 +17076,7 @@ let CommunicationRunEntity = class CommunicationRunEntity extends core_1.BaseEnt
|
|
|
16857
17076
|
* * Field Name: CreatedAt
|
|
16858
17077
|
* * Display Name: Created At
|
|
16859
17078
|
* * SQL Data Type: datetime
|
|
17079
|
+
* * Default Value: getdate()
|
|
16860
17080
|
*/
|
|
16861
17081
|
get CreatedAt() {
|
|
16862
17082
|
return this.Get('CreatedAt');
|
|
@@ -16865,6 +17085,7 @@ let CommunicationRunEntity = class CommunicationRunEntity extends core_1.BaseEnt
|
|
|
16865
17085
|
* * Field Name: UpdatedAt
|
|
16866
17086
|
* * Display Name: Updated At
|
|
16867
17087
|
* * SQL Data Type: datetime
|
|
17088
|
+
* * Default Value: getdate()
|
|
16868
17089
|
*/
|
|
16869
17090
|
get UpdatedAt() {
|
|
16870
17091
|
return this.Get('UpdatedAt');
|
|
@@ -16968,6 +17189,7 @@ let CommunicationProviderMessageTypeEntity = class CommunicationProviderMessageT
|
|
|
16968
17189
|
* * Field Name: Status
|
|
16969
17190
|
* * Display Name: Status
|
|
16970
17191
|
* * SQL Data Type: nvarchar(20)
|
|
17192
|
+
* * Default Value: Disabled
|
|
16971
17193
|
* * Value List Type: List
|
|
16972
17194
|
* * Possible Values
|
|
16973
17195
|
* * Disabled
|
|
@@ -16996,6 +17218,7 @@ let CommunicationProviderMessageTypeEntity = class CommunicationProviderMessageT
|
|
|
16996
17218
|
* * Field Name: CreatedAt
|
|
16997
17219
|
* * Display Name: Created At
|
|
16998
17220
|
* * SQL Data Type: datetime
|
|
17221
|
+
* * Default Value: getdate()
|
|
16999
17222
|
*/
|
|
17000
17223
|
get CreatedAt() {
|
|
17001
17224
|
return this.Get('CreatedAt');
|
|
@@ -17004,6 +17227,7 @@ let CommunicationProviderMessageTypeEntity = class CommunicationProviderMessageT
|
|
|
17004
17227
|
* * Field Name: UpdatedAt
|
|
17005
17228
|
* * Display Name: Updated At
|
|
17006
17229
|
* * SQL Data Type: datetime
|
|
17230
|
+
* * Default Value: getdate()
|
|
17007
17231
|
*/
|
|
17008
17232
|
get UpdatedAt() {
|
|
17009
17233
|
return this.Get('UpdatedAt');
|
|
@@ -17186,6 +17410,7 @@ let CommunicationLogEntity = class CommunicationLogEntity extends core_1.BaseEnt
|
|
|
17186
17410
|
* * Field Name: CreatedAt
|
|
17187
17411
|
* * Display Name: Created At
|
|
17188
17412
|
* * SQL Data Type: datetime
|
|
17413
|
+
* * Default Value: getdate()
|
|
17189
17414
|
*/
|
|
17190
17415
|
get CreatedAt() {
|
|
17191
17416
|
return this.Get('CreatedAt');
|
|
@@ -17194,6 +17419,7 @@ let CommunicationLogEntity = class CommunicationLogEntity extends core_1.BaseEnt
|
|
|
17194
17419
|
* * Field Name: UpdatedAt
|
|
17195
17420
|
* * Display Name: Updated At
|
|
17196
17421
|
* * SQL Data Type: datetime
|
|
17422
|
+
* * Default Value: getdate()
|
|
17197
17423
|
*/
|
|
17198
17424
|
get UpdatedAt() {
|
|
17199
17425
|
return this.Get('UpdatedAt');
|
|
@@ -17281,6 +17507,7 @@ let CommunicationBaseMessageTypeEntity = class CommunicationBaseMessageTypeEntit
|
|
|
17281
17507
|
* * Field Name: SupportsAttachments
|
|
17282
17508
|
* * Display Name: Supports Attachments
|
|
17283
17509
|
* * SQL Data Type: bit
|
|
17510
|
+
* * Default Value: 0
|
|
17284
17511
|
* * Description: Indicates if attachments are supported.
|
|
17285
17512
|
*/
|
|
17286
17513
|
get SupportsAttachments() {
|
|
@@ -17293,6 +17520,7 @@ let CommunicationBaseMessageTypeEntity = class CommunicationBaseMessageTypeEntit
|
|
|
17293
17520
|
* * Field Name: SupportsSubjectLine
|
|
17294
17521
|
* * Display Name: Supports Subject Line
|
|
17295
17522
|
* * SQL Data Type: bit
|
|
17523
|
+
* * Default Value: 0
|
|
17296
17524
|
* * Description: Indicates if a subject line is supported.
|
|
17297
17525
|
*/
|
|
17298
17526
|
get SupportsSubjectLine() {
|
|
@@ -17305,6 +17533,7 @@ let CommunicationBaseMessageTypeEntity = class CommunicationBaseMessageTypeEntit
|
|
|
17305
17533
|
* * Field Name: SupportsHtml
|
|
17306
17534
|
* * Display Name: Supports Html
|
|
17307
17535
|
* * SQL Data Type: bit
|
|
17536
|
+
* * Default Value: 0
|
|
17308
17537
|
* * Description: Indicates if HTML content is supported.
|
|
17309
17538
|
*/
|
|
17310
17539
|
get SupportsHtml() {
|
|
@@ -17329,6 +17558,7 @@ let CommunicationBaseMessageTypeEntity = class CommunicationBaseMessageTypeEntit
|
|
|
17329
17558
|
* * Field Name: CreatedAt
|
|
17330
17559
|
* * Display Name: Created At
|
|
17331
17560
|
* * SQL Data Type: datetime
|
|
17561
|
+
* * Default Value: getdate()
|
|
17332
17562
|
*/
|
|
17333
17563
|
get CreatedAt() {
|
|
17334
17564
|
return this.Get('CreatedAt');
|
|
@@ -17337,6 +17567,7 @@ let CommunicationBaseMessageTypeEntity = class CommunicationBaseMessageTypeEntit
|
|
|
17337
17567
|
* * Field Name: UpdatedAt
|
|
17338
17568
|
* * Display Name: Updated At
|
|
17339
17569
|
* * SQL Data Type: datetime
|
|
17570
|
+
* * Default Value: getdate()
|
|
17340
17571
|
*/
|
|
17341
17572
|
get UpdatedAt() {
|
|
17342
17573
|
return this.Get('UpdatedAt');
|
|
@@ -17346,4 +17577,1483 @@ exports.CommunicationBaseMessageTypeEntity = CommunicationBaseMessageTypeEntity;
|
|
|
17346
17577
|
exports.CommunicationBaseMessageTypeEntity = CommunicationBaseMessageTypeEntity = __decorate([
|
|
17347
17578
|
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Communication Base Message Types')
|
|
17348
17579
|
], CommunicationBaseMessageTypeEntity);
|
|
17580
|
+
/**
|
|
17581
|
+
* Templates - strongly typed entity sub-class
|
|
17582
|
+
* * Schema: __mj
|
|
17583
|
+
* * Base Table: Template
|
|
17584
|
+
* * Base View: vwTemplates
|
|
17585
|
+
* * @description Templates are used for dynamic expansion of a static template with data from a given context. Templates can be used to create documents, messages and anything else that requires dynamic document creation merging together static text, data and lightweight logic
|
|
17586
|
+
* * Primary Key: ID
|
|
17587
|
+
* @extends {BaseEntity}
|
|
17588
|
+
* @class
|
|
17589
|
+
* @public
|
|
17590
|
+
*/
|
|
17591
|
+
let TemplateEntity = class TemplateEntity extends core_1.BaseEntity {
|
|
17592
|
+
/**
|
|
17593
|
+
* Loads the Templates record from the database
|
|
17594
|
+
* @param ID: number - primary key value to load the Templates record.
|
|
17595
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
17596
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
17597
|
+
* @public
|
|
17598
|
+
* @async
|
|
17599
|
+
* @memberof TemplateEntity
|
|
17600
|
+
* @method
|
|
17601
|
+
* @override
|
|
17602
|
+
*/
|
|
17603
|
+
async Load(ID, EntityRelationshipsToLoad = null) {
|
|
17604
|
+
const compositeKey = new core_1.CompositeKey();
|
|
17605
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
17606
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
17607
|
+
}
|
|
17608
|
+
/**
|
|
17609
|
+
* Templates - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
17610
|
+
* @public
|
|
17611
|
+
* @method
|
|
17612
|
+
* @override
|
|
17613
|
+
* @memberof TemplateEntity
|
|
17614
|
+
* @throws {Error} - Delete is not allowed for Templates, to enable it set AllowDeleteAPI to 1 in the database.
|
|
17615
|
+
*/
|
|
17616
|
+
async Delete() {
|
|
17617
|
+
throw new Error('Delete is not allowed for Templates, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
17618
|
+
}
|
|
17619
|
+
/**
|
|
17620
|
+
* * Field Name: ID
|
|
17621
|
+
* * Display Name: ID
|
|
17622
|
+
* * SQL Data Type: int
|
|
17623
|
+
*/
|
|
17624
|
+
get ID() {
|
|
17625
|
+
return this.Get('ID');
|
|
17626
|
+
}
|
|
17627
|
+
/**
|
|
17628
|
+
* * Field Name: Name
|
|
17629
|
+
* * Display Name: Name
|
|
17630
|
+
* * SQL Data Type: nvarchar(255)
|
|
17631
|
+
* * Description: Name of the template
|
|
17632
|
+
*/
|
|
17633
|
+
get Name() {
|
|
17634
|
+
return this.Get('Name');
|
|
17635
|
+
}
|
|
17636
|
+
set Name(value) {
|
|
17637
|
+
this.Set('Name', value);
|
|
17638
|
+
}
|
|
17639
|
+
/**
|
|
17640
|
+
* * Field Name: Description
|
|
17641
|
+
* * Display Name: Description
|
|
17642
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
17643
|
+
* * Description: Description of the template
|
|
17644
|
+
*/
|
|
17645
|
+
get Description() {
|
|
17646
|
+
return this.Get('Description');
|
|
17647
|
+
}
|
|
17648
|
+
set Description(value) {
|
|
17649
|
+
this.Set('Description', value);
|
|
17650
|
+
}
|
|
17651
|
+
/**
|
|
17652
|
+
* * Field Name: UserPrompt
|
|
17653
|
+
* * Display Name: User Prompt
|
|
17654
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
17655
|
+
* * Description: This prompt will be used by the AI to generate template content as requested by the user.
|
|
17656
|
+
*/
|
|
17657
|
+
get UserPrompt() {
|
|
17658
|
+
return this.Get('UserPrompt');
|
|
17659
|
+
}
|
|
17660
|
+
set UserPrompt(value) {
|
|
17661
|
+
this.Set('UserPrompt', value);
|
|
17662
|
+
}
|
|
17663
|
+
/**
|
|
17664
|
+
* * Field Name: CategoryID
|
|
17665
|
+
* * Display Name: Category ID
|
|
17666
|
+
* * SQL Data Type: int
|
|
17667
|
+
* * Related Entity/Foreign Key: Template Categories (vwTemplateCategories.ID)
|
|
17668
|
+
* * Description: Optional, Category that this template is part of
|
|
17669
|
+
*/
|
|
17670
|
+
get CategoryID() {
|
|
17671
|
+
return this.Get('CategoryID');
|
|
17672
|
+
}
|
|
17673
|
+
set CategoryID(value) {
|
|
17674
|
+
this.Set('CategoryID', value);
|
|
17675
|
+
}
|
|
17676
|
+
/**
|
|
17677
|
+
* * Field Name: UserID
|
|
17678
|
+
* * Display Name: User ID
|
|
17679
|
+
* * SQL Data Type: int
|
|
17680
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
17681
|
+
*/
|
|
17682
|
+
get UserID() {
|
|
17683
|
+
return this.Get('UserID');
|
|
17684
|
+
}
|
|
17685
|
+
set UserID(value) {
|
|
17686
|
+
this.Set('UserID', value);
|
|
17687
|
+
}
|
|
17688
|
+
/**
|
|
17689
|
+
* * Field Name: ActiveAt
|
|
17690
|
+
* * Display Name: Active At
|
|
17691
|
+
* * SQL Data Type: datetime
|
|
17692
|
+
* * Description: Optional, if provided, this template will not be available for use until the specified date. Requires IsActive to be set to 1
|
|
17693
|
+
*/
|
|
17694
|
+
get ActiveAt() {
|
|
17695
|
+
return this.Get('ActiveAt');
|
|
17696
|
+
}
|
|
17697
|
+
set ActiveAt(value) {
|
|
17698
|
+
this.Set('ActiveAt', value);
|
|
17699
|
+
}
|
|
17700
|
+
/**
|
|
17701
|
+
* * Field Name: DisabledAt
|
|
17702
|
+
* * Display Name: Disabled At
|
|
17703
|
+
* * SQL Data Type: datetime
|
|
17704
|
+
* * Description: Optional, if provided, this template will not be available for use after the specified date. If IsActive=0, this has no effect.
|
|
17705
|
+
*/
|
|
17706
|
+
get DisabledAt() {
|
|
17707
|
+
return this.Get('DisabledAt');
|
|
17708
|
+
}
|
|
17709
|
+
set DisabledAt(value) {
|
|
17710
|
+
this.Set('DisabledAt', value);
|
|
17711
|
+
}
|
|
17712
|
+
/**
|
|
17713
|
+
* * Field Name: IsActive
|
|
17714
|
+
* * Display Name: Is Active
|
|
17715
|
+
* * SQL Data Type: bit
|
|
17716
|
+
* * Default Value: 1
|
|
17717
|
+
* * Description: If set to 0, the template will be disabled regardless of the values in ActiveAt/DisabledAt.
|
|
17718
|
+
*/
|
|
17719
|
+
get IsActive() {
|
|
17720
|
+
return this.Get('IsActive');
|
|
17721
|
+
}
|
|
17722
|
+
set IsActive(value) {
|
|
17723
|
+
this.Set('IsActive', value);
|
|
17724
|
+
}
|
|
17725
|
+
/**
|
|
17726
|
+
* * Field Name: CreatedAt
|
|
17727
|
+
* * Display Name: Created At
|
|
17728
|
+
* * SQL Data Type: datetime
|
|
17729
|
+
* * Default Value: getdate()
|
|
17730
|
+
*/
|
|
17731
|
+
get CreatedAt() {
|
|
17732
|
+
return this.Get('CreatedAt');
|
|
17733
|
+
}
|
|
17734
|
+
/**
|
|
17735
|
+
* * Field Name: UpdatedAt
|
|
17736
|
+
* * Display Name: Updated At
|
|
17737
|
+
* * SQL Data Type: datetime
|
|
17738
|
+
* * Default Value: getdate()
|
|
17739
|
+
*/
|
|
17740
|
+
get UpdatedAt() {
|
|
17741
|
+
return this.Get('UpdatedAt');
|
|
17742
|
+
}
|
|
17743
|
+
/**
|
|
17744
|
+
* * Field Name: Category
|
|
17745
|
+
* * Display Name: Category
|
|
17746
|
+
* * SQL Data Type: nvarchar(255)
|
|
17747
|
+
*/
|
|
17748
|
+
get Category() {
|
|
17749
|
+
return this.Get('Category');
|
|
17750
|
+
}
|
|
17751
|
+
/**
|
|
17752
|
+
* * Field Name: User
|
|
17753
|
+
* * Display Name: User
|
|
17754
|
+
* * SQL Data Type: nvarchar(100)
|
|
17755
|
+
*/
|
|
17756
|
+
get User() {
|
|
17757
|
+
return this.Get('User');
|
|
17758
|
+
}
|
|
17759
|
+
};
|
|
17760
|
+
exports.TemplateEntity = TemplateEntity;
|
|
17761
|
+
exports.TemplateEntity = TemplateEntity = __decorate([
|
|
17762
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Templates')
|
|
17763
|
+
], TemplateEntity);
|
|
17764
|
+
/**
|
|
17765
|
+
* Template Categories - strongly typed entity sub-class
|
|
17766
|
+
* * Schema: __mj
|
|
17767
|
+
* * Base Table: TemplateCategory
|
|
17768
|
+
* * Base View: vwTemplateCategories
|
|
17769
|
+
* * @description Template categories for organizing templates
|
|
17770
|
+
* * Primary Key: ID
|
|
17771
|
+
* @extends {BaseEntity}
|
|
17772
|
+
* @class
|
|
17773
|
+
* @public
|
|
17774
|
+
*/
|
|
17775
|
+
let TemplateCategoryEntity = class TemplateCategoryEntity extends core_1.BaseEntity {
|
|
17776
|
+
/**
|
|
17777
|
+
* Loads the Template Categories record from the database
|
|
17778
|
+
* @param ID: number - primary key value to load the Template Categories record.
|
|
17779
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
17780
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
17781
|
+
* @public
|
|
17782
|
+
* @async
|
|
17783
|
+
* @memberof TemplateCategoryEntity
|
|
17784
|
+
* @method
|
|
17785
|
+
* @override
|
|
17786
|
+
*/
|
|
17787
|
+
async Load(ID, EntityRelationshipsToLoad = null) {
|
|
17788
|
+
const compositeKey = new core_1.CompositeKey();
|
|
17789
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
17790
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
17791
|
+
}
|
|
17792
|
+
/**
|
|
17793
|
+
* Template Categories - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
17794
|
+
* @public
|
|
17795
|
+
* @method
|
|
17796
|
+
* @override
|
|
17797
|
+
* @memberof TemplateCategoryEntity
|
|
17798
|
+
* @throws {Error} - Delete is not allowed for Template Categories, to enable it set AllowDeleteAPI to 1 in the database.
|
|
17799
|
+
*/
|
|
17800
|
+
async Delete() {
|
|
17801
|
+
throw new Error('Delete is not allowed for Template Categories, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
17802
|
+
}
|
|
17803
|
+
/**
|
|
17804
|
+
* * Field Name: ID
|
|
17805
|
+
* * Display Name: ID
|
|
17806
|
+
* * SQL Data Type: int
|
|
17807
|
+
*/
|
|
17808
|
+
get ID() {
|
|
17809
|
+
return this.Get('ID');
|
|
17810
|
+
}
|
|
17811
|
+
/**
|
|
17812
|
+
* * Field Name: Name
|
|
17813
|
+
* * Display Name: Name
|
|
17814
|
+
* * SQL Data Type: nvarchar(255)
|
|
17815
|
+
* * Description: Name of the template category
|
|
17816
|
+
*/
|
|
17817
|
+
get Name() {
|
|
17818
|
+
return this.Get('Name');
|
|
17819
|
+
}
|
|
17820
|
+
set Name(value) {
|
|
17821
|
+
this.Set('Name', value);
|
|
17822
|
+
}
|
|
17823
|
+
/**
|
|
17824
|
+
* * Field Name: Description
|
|
17825
|
+
* * Display Name: Description
|
|
17826
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
17827
|
+
* * Description: Description of the template category
|
|
17828
|
+
*/
|
|
17829
|
+
get Description() {
|
|
17830
|
+
return this.Get('Description');
|
|
17831
|
+
}
|
|
17832
|
+
set Description(value) {
|
|
17833
|
+
this.Set('Description', value);
|
|
17834
|
+
}
|
|
17835
|
+
/**
|
|
17836
|
+
* * Field Name: ParentID
|
|
17837
|
+
* * Display Name: Parent ID
|
|
17838
|
+
* * SQL Data Type: int
|
|
17839
|
+
* * Related Entity/Foreign Key: Template Categories (vwTemplateCategories.ID)
|
|
17840
|
+
*/
|
|
17841
|
+
get ParentID() {
|
|
17842
|
+
return this.Get('ParentID');
|
|
17843
|
+
}
|
|
17844
|
+
set ParentID(value) {
|
|
17845
|
+
this.Set('ParentID', value);
|
|
17846
|
+
}
|
|
17847
|
+
/**
|
|
17848
|
+
* * Field Name: UserID
|
|
17849
|
+
* * Display Name: User ID
|
|
17850
|
+
* * SQL Data Type: int
|
|
17851
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
17852
|
+
*/
|
|
17853
|
+
get UserID() {
|
|
17854
|
+
return this.Get('UserID');
|
|
17855
|
+
}
|
|
17856
|
+
set UserID(value) {
|
|
17857
|
+
this.Set('UserID', value);
|
|
17858
|
+
}
|
|
17859
|
+
/**
|
|
17860
|
+
* * Field Name: CreatedAt
|
|
17861
|
+
* * Display Name: Created At
|
|
17862
|
+
* * SQL Data Type: datetime
|
|
17863
|
+
* * Default Value: getdate()
|
|
17864
|
+
*/
|
|
17865
|
+
get CreatedAt() {
|
|
17866
|
+
return this.Get('CreatedAt');
|
|
17867
|
+
}
|
|
17868
|
+
/**
|
|
17869
|
+
* * Field Name: UpdatedAt
|
|
17870
|
+
* * Display Name: Updated At
|
|
17871
|
+
* * SQL Data Type: datetime
|
|
17872
|
+
* * Default Value: getdate()
|
|
17873
|
+
*/
|
|
17874
|
+
get UpdatedAt() {
|
|
17875
|
+
return this.Get('UpdatedAt');
|
|
17876
|
+
}
|
|
17877
|
+
/**
|
|
17878
|
+
* * Field Name: Parent
|
|
17879
|
+
* * Display Name: Parent
|
|
17880
|
+
* * SQL Data Type: nvarchar(255)
|
|
17881
|
+
*/
|
|
17882
|
+
get Parent() {
|
|
17883
|
+
return this.Get('Parent');
|
|
17884
|
+
}
|
|
17885
|
+
/**
|
|
17886
|
+
* * Field Name: User
|
|
17887
|
+
* * Display Name: User
|
|
17888
|
+
* * SQL Data Type: nvarchar(100)
|
|
17889
|
+
*/
|
|
17890
|
+
get User() {
|
|
17891
|
+
return this.Get('User');
|
|
17892
|
+
}
|
|
17893
|
+
};
|
|
17894
|
+
exports.TemplateCategoryEntity = TemplateCategoryEntity;
|
|
17895
|
+
exports.TemplateCategoryEntity = TemplateCategoryEntity = __decorate([
|
|
17896
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Template Categories')
|
|
17897
|
+
], TemplateCategoryEntity);
|
|
17898
|
+
/**
|
|
17899
|
+
* Template Contents - strongly typed entity sub-class
|
|
17900
|
+
* * Schema: __mj
|
|
17901
|
+
* * Base Table: TemplateContent
|
|
17902
|
+
* * Base View: vwTemplateContents
|
|
17903
|
+
* * @description Template content for different versions of a template for purposes like HTML/Text/etc
|
|
17904
|
+
* * Primary Key: ID
|
|
17905
|
+
* @extends {BaseEntity}
|
|
17906
|
+
* @class
|
|
17907
|
+
* @public
|
|
17908
|
+
*/
|
|
17909
|
+
let TemplateContentEntity = class TemplateContentEntity extends core_1.BaseEntity {
|
|
17910
|
+
/**
|
|
17911
|
+
* Loads the Template Contents record from the database
|
|
17912
|
+
* @param ID: number - primary key value to load the Template Contents record.
|
|
17913
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
17914
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
17915
|
+
* @public
|
|
17916
|
+
* @async
|
|
17917
|
+
* @memberof TemplateContentEntity
|
|
17918
|
+
* @method
|
|
17919
|
+
* @override
|
|
17920
|
+
*/
|
|
17921
|
+
async Load(ID, EntityRelationshipsToLoad = null) {
|
|
17922
|
+
const compositeKey = new core_1.CompositeKey();
|
|
17923
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
17924
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
17925
|
+
}
|
|
17926
|
+
/**
|
|
17927
|
+
* Template Contents - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
17928
|
+
* @public
|
|
17929
|
+
* @method
|
|
17930
|
+
* @override
|
|
17931
|
+
* @memberof TemplateContentEntity
|
|
17932
|
+
* @throws {Error} - Delete is not allowed for Template Contents, to enable it set AllowDeleteAPI to 1 in the database.
|
|
17933
|
+
*/
|
|
17934
|
+
async Delete() {
|
|
17935
|
+
throw new Error('Delete is not allowed for Template Contents, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
17936
|
+
}
|
|
17937
|
+
/**
|
|
17938
|
+
* * Field Name: ID
|
|
17939
|
+
* * Display Name: ID
|
|
17940
|
+
* * SQL Data Type: int
|
|
17941
|
+
*/
|
|
17942
|
+
get ID() {
|
|
17943
|
+
return this.Get('ID');
|
|
17944
|
+
}
|
|
17945
|
+
/**
|
|
17946
|
+
* * Field Name: TemplateID
|
|
17947
|
+
* * Display Name: Template ID
|
|
17948
|
+
* * SQL Data Type: int
|
|
17949
|
+
* * Related Entity/Foreign Key: Templates (vwTemplates.ID)
|
|
17950
|
+
*/
|
|
17951
|
+
get TemplateID() {
|
|
17952
|
+
return this.Get('TemplateID');
|
|
17953
|
+
}
|
|
17954
|
+
set TemplateID(value) {
|
|
17955
|
+
this.Set('TemplateID', value);
|
|
17956
|
+
}
|
|
17957
|
+
/**
|
|
17958
|
+
* * Field Name: TypeID
|
|
17959
|
+
* * Display Name: Type ID
|
|
17960
|
+
* * SQL Data Type: int
|
|
17961
|
+
* * Related Entity/Foreign Key: Template Content Types (vwTemplateContentTypes.ID)
|
|
17962
|
+
*/
|
|
17963
|
+
get TypeID() {
|
|
17964
|
+
return this.Get('TypeID');
|
|
17965
|
+
}
|
|
17966
|
+
set TypeID(value) {
|
|
17967
|
+
this.Set('TypeID', value);
|
|
17968
|
+
}
|
|
17969
|
+
/**
|
|
17970
|
+
* * Field Name: TemplateText
|
|
17971
|
+
* * Display Name: Template Text
|
|
17972
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
17973
|
+
* * Description: The actual text content for the template
|
|
17974
|
+
*/
|
|
17975
|
+
get TemplateText() {
|
|
17976
|
+
return this.Get('TemplateText');
|
|
17977
|
+
}
|
|
17978
|
+
set TemplateText(value) {
|
|
17979
|
+
this.Set('TemplateText', value);
|
|
17980
|
+
}
|
|
17981
|
+
/**
|
|
17982
|
+
* * Field Name: Priority
|
|
17983
|
+
* * Display Name: Priority
|
|
17984
|
+
* * SQL Data Type: int
|
|
17985
|
+
* * Description: Priority of the content version, higher priority versions will be used ahead of lower priority versions for a given Type
|
|
17986
|
+
*/
|
|
17987
|
+
get Priority() {
|
|
17988
|
+
return this.Get('Priority');
|
|
17989
|
+
}
|
|
17990
|
+
set Priority(value) {
|
|
17991
|
+
this.Set('Priority', value);
|
|
17992
|
+
}
|
|
17993
|
+
/**
|
|
17994
|
+
* * Field Name: IsActive
|
|
17995
|
+
* * Display Name: Is Active
|
|
17996
|
+
* * SQL Data Type: bit
|
|
17997
|
+
* * Default Value: 1
|
|
17998
|
+
* * Description: Indicates whether the content is active or not. Use this to disable a particular Template Content item without having to remove it
|
|
17999
|
+
*/
|
|
18000
|
+
get IsActive() {
|
|
18001
|
+
return this.Get('IsActive');
|
|
18002
|
+
}
|
|
18003
|
+
set IsActive(value) {
|
|
18004
|
+
this.Set('IsActive', value);
|
|
18005
|
+
}
|
|
18006
|
+
/**
|
|
18007
|
+
* * Field Name: CreatedAt
|
|
18008
|
+
* * Display Name: Created At
|
|
18009
|
+
* * SQL Data Type: datetime
|
|
18010
|
+
* * Default Value: getdate()
|
|
18011
|
+
*/
|
|
18012
|
+
get CreatedAt() {
|
|
18013
|
+
return this.Get('CreatedAt');
|
|
18014
|
+
}
|
|
18015
|
+
/**
|
|
18016
|
+
* * Field Name: UpdatedAt
|
|
18017
|
+
* * Display Name: Updated At
|
|
18018
|
+
* * SQL Data Type: datetime
|
|
18019
|
+
* * Default Value: getdate()
|
|
18020
|
+
*/
|
|
18021
|
+
get UpdatedAt() {
|
|
18022
|
+
return this.Get('UpdatedAt');
|
|
18023
|
+
}
|
|
18024
|
+
/**
|
|
18025
|
+
* * Field Name: Template
|
|
18026
|
+
* * Display Name: Template
|
|
18027
|
+
* * SQL Data Type: nvarchar(255)
|
|
18028
|
+
*/
|
|
18029
|
+
get Template() {
|
|
18030
|
+
return this.Get('Template');
|
|
18031
|
+
}
|
|
18032
|
+
/**
|
|
18033
|
+
* * Field Name: Type
|
|
18034
|
+
* * Display Name: Type
|
|
18035
|
+
* * SQL Data Type: nvarchar(255)
|
|
18036
|
+
*/
|
|
18037
|
+
get Type() {
|
|
18038
|
+
return this.Get('Type');
|
|
18039
|
+
}
|
|
18040
|
+
};
|
|
18041
|
+
exports.TemplateContentEntity = TemplateContentEntity;
|
|
18042
|
+
exports.TemplateContentEntity = TemplateContentEntity = __decorate([
|
|
18043
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Template Contents')
|
|
18044
|
+
], TemplateContentEntity);
|
|
18045
|
+
/**
|
|
18046
|
+
* Template Params - strongly typed entity sub-class
|
|
18047
|
+
* * Schema: __mj
|
|
18048
|
+
* * Base Table: TemplateParam
|
|
18049
|
+
* * Base View: vwTemplateParams
|
|
18050
|
+
* * @description Parameters allowed for use inside the template
|
|
18051
|
+
* * Primary Key: ID
|
|
18052
|
+
* @extends {BaseEntity}
|
|
18053
|
+
* @class
|
|
18054
|
+
* @public
|
|
18055
|
+
*/
|
|
18056
|
+
let TemplateParamEntity = class TemplateParamEntity extends core_1.BaseEntity {
|
|
18057
|
+
/**
|
|
18058
|
+
* Loads the Template Params record from the database
|
|
18059
|
+
* @param ID: number - primary key value to load the Template Params record.
|
|
18060
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
18061
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
18062
|
+
* @public
|
|
18063
|
+
* @async
|
|
18064
|
+
* @memberof TemplateParamEntity
|
|
18065
|
+
* @method
|
|
18066
|
+
* @override
|
|
18067
|
+
*/
|
|
18068
|
+
async Load(ID, EntityRelationshipsToLoad = null) {
|
|
18069
|
+
const compositeKey = new core_1.CompositeKey();
|
|
18070
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18071
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
18072
|
+
}
|
|
18073
|
+
/**
|
|
18074
|
+
* Template Params - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
18075
|
+
* @public
|
|
18076
|
+
* @method
|
|
18077
|
+
* @override
|
|
18078
|
+
* @memberof TemplateParamEntity
|
|
18079
|
+
* @throws {Error} - Delete is not allowed for Template Params, to enable it set AllowDeleteAPI to 1 in the database.
|
|
18080
|
+
*/
|
|
18081
|
+
async Delete() {
|
|
18082
|
+
throw new Error('Delete is not allowed for Template Params, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
18083
|
+
}
|
|
18084
|
+
/**
|
|
18085
|
+
* * Field Name: ID
|
|
18086
|
+
* * Display Name: ID
|
|
18087
|
+
* * SQL Data Type: int
|
|
18088
|
+
*/
|
|
18089
|
+
get ID() {
|
|
18090
|
+
return this.Get('ID');
|
|
18091
|
+
}
|
|
18092
|
+
/**
|
|
18093
|
+
* * Field Name: TemplateID
|
|
18094
|
+
* * Display Name: Template ID
|
|
18095
|
+
* * SQL Data Type: int
|
|
18096
|
+
* * Related Entity/Foreign Key: Templates (vwTemplates.ID)
|
|
18097
|
+
* * Description: ID of the template this parameter belongs to
|
|
18098
|
+
*/
|
|
18099
|
+
get TemplateID() {
|
|
18100
|
+
return this.Get('TemplateID');
|
|
18101
|
+
}
|
|
18102
|
+
set TemplateID(value) {
|
|
18103
|
+
this.Set('TemplateID', value);
|
|
18104
|
+
}
|
|
18105
|
+
/**
|
|
18106
|
+
* * Field Name: Name
|
|
18107
|
+
* * Display Name: Name
|
|
18108
|
+
* * SQL Data Type: nvarchar(255)
|
|
18109
|
+
* * Description: Name of the parameter
|
|
18110
|
+
*/
|
|
18111
|
+
get Name() {
|
|
18112
|
+
return this.Get('Name');
|
|
18113
|
+
}
|
|
18114
|
+
set Name(value) {
|
|
18115
|
+
this.Set('Name', value);
|
|
18116
|
+
}
|
|
18117
|
+
/**
|
|
18118
|
+
* * Field Name: Description
|
|
18119
|
+
* * Display Name: Description
|
|
18120
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
18121
|
+
* * Description: Description of the parameter
|
|
18122
|
+
*/
|
|
18123
|
+
get Description() {
|
|
18124
|
+
return this.Get('Description');
|
|
18125
|
+
}
|
|
18126
|
+
set Description(value) {
|
|
18127
|
+
this.Set('Description', value);
|
|
18128
|
+
}
|
|
18129
|
+
/**
|
|
18130
|
+
* * Field Name: Type
|
|
18131
|
+
* * Display Name: Type
|
|
18132
|
+
* * SQL Data Type: nvarchar(20)
|
|
18133
|
+
* * Default Value: Scalar
|
|
18134
|
+
* * Value List Type: List
|
|
18135
|
+
* * Possible Values
|
|
18136
|
+
* * Scalar
|
|
18137
|
+
* * Array
|
|
18138
|
+
* * Object
|
|
18139
|
+
* * Record
|
|
18140
|
+
* * Description: Type of the parameter
|
|
18141
|
+
*/
|
|
18142
|
+
get Type() {
|
|
18143
|
+
return this.Get('Type');
|
|
18144
|
+
}
|
|
18145
|
+
set Type(value) {
|
|
18146
|
+
this.Set('Type', value);
|
|
18147
|
+
}
|
|
18148
|
+
/**
|
|
18149
|
+
* * Field Name: DefaultValue
|
|
18150
|
+
* * Display Name: Default Value
|
|
18151
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
18152
|
+
* * Description: Default value of the parameter
|
|
18153
|
+
*/
|
|
18154
|
+
get DefaultValue() {
|
|
18155
|
+
return this.Get('DefaultValue');
|
|
18156
|
+
}
|
|
18157
|
+
set DefaultValue(value) {
|
|
18158
|
+
this.Set('DefaultValue', value);
|
|
18159
|
+
}
|
|
18160
|
+
/**
|
|
18161
|
+
* * Field Name: IsRequired
|
|
18162
|
+
* * Display Name: Is Required
|
|
18163
|
+
* * SQL Data Type: bit
|
|
18164
|
+
* * Default Value: 0
|
|
18165
|
+
*/
|
|
18166
|
+
get IsRequired() {
|
|
18167
|
+
return this.Get('IsRequired');
|
|
18168
|
+
}
|
|
18169
|
+
set IsRequired(value) {
|
|
18170
|
+
this.Set('IsRequired', value);
|
|
18171
|
+
}
|
|
18172
|
+
/**
|
|
18173
|
+
* * Field Name: EntityID
|
|
18174
|
+
* * Display Name: Entity ID
|
|
18175
|
+
* * SQL Data Type: int
|
|
18176
|
+
* * Related Entity/Foreign Key: Entities (vwEntities.ID)
|
|
18177
|
+
* * Description: Entity ID, used only when Type is Record
|
|
18178
|
+
*/
|
|
18179
|
+
get EntityID() {
|
|
18180
|
+
return this.Get('EntityID');
|
|
18181
|
+
}
|
|
18182
|
+
set EntityID(value) {
|
|
18183
|
+
this.Set('EntityID', value);
|
|
18184
|
+
}
|
|
18185
|
+
/**
|
|
18186
|
+
* * Field Name: RecordID
|
|
18187
|
+
* * Display Name: Record ID
|
|
18188
|
+
* * SQL Data Type: nvarchar(2000)
|
|
18189
|
+
* * Description: Record ID, used only when Type is Record
|
|
18190
|
+
*/
|
|
18191
|
+
get RecordID() {
|
|
18192
|
+
return this.Get('RecordID');
|
|
18193
|
+
}
|
|
18194
|
+
set RecordID(value) {
|
|
18195
|
+
this.Set('RecordID', value);
|
|
18196
|
+
}
|
|
18197
|
+
/**
|
|
18198
|
+
* * Field Name: CreatedAt
|
|
18199
|
+
* * Display Name: Created At
|
|
18200
|
+
* * SQL Data Type: datetime
|
|
18201
|
+
* * Default Value: getdate()
|
|
18202
|
+
*/
|
|
18203
|
+
get CreatedAt() {
|
|
18204
|
+
return this.Get('CreatedAt');
|
|
18205
|
+
}
|
|
18206
|
+
/**
|
|
18207
|
+
* * Field Name: UpdatedAt
|
|
18208
|
+
* * Display Name: Updated At
|
|
18209
|
+
* * SQL Data Type: datetime
|
|
18210
|
+
* * Default Value: getdate()
|
|
18211
|
+
*/
|
|
18212
|
+
get UpdatedAt() {
|
|
18213
|
+
return this.Get('UpdatedAt');
|
|
18214
|
+
}
|
|
18215
|
+
/**
|
|
18216
|
+
* * Field Name: Template
|
|
18217
|
+
* * Display Name: Template
|
|
18218
|
+
* * SQL Data Type: nvarchar(255)
|
|
18219
|
+
*/
|
|
18220
|
+
get Template() {
|
|
18221
|
+
return this.Get('Template');
|
|
18222
|
+
}
|
|
18223
|
+
/**
|
|
18224
|
+
* * Field Name: Entity
|
|
18225
|
+
* * Display Name: Entity
|
|
18226
|
+
* * SQL Data Type: nvarchar(255)
|
|
18227
|
+
*/
|
|
18228
|
+
get Entity() {
|
|
18229
|
+
return this.Get('Entity');
|
|
18230
|
+
}
|
|
18231
|
+
};
|
|
18232
|
+
exports.TemplateParamEntity = TemplateParamEntity;
|
|
18233
|
+
exports.TemplateParamEntity = TemplateParamEntity = __decorate([
|
|
18234
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Template Params')
|
|
18235
|
+
], TemplateParamEntity);
|
|
18236
|
+
/**
|
|
18237
|
+
* Template Content Types - strongly typed entity sub-class
|
|
18238
|
+
* * Schema: __mj
|
|
18239
|
+
* * Base Table: TemplateContentType
|
|
18240
|
+
* * Base View: vwTemplateContentTypes
|
|
18241
|
+
* * @description Template content types for categorizing content within templates
|
|
18242
|
+
* * Primary Key: ID
|
|
18243
|
+
* @extends {BaseEntity}
|
|
18244
|
+
* @class
|
|
18245
|
+
* @public
|
|
18246
|
+
*/
|
|
18247
|
+
let TemplateContentTypeEntity = class TemplateContentTypeEntity extends core_1.BaseEntity {
|
|
18248
|
+
/**
|
|
18249
|
+
* Loads the Template Content Types record from the database
|
|
18250
|
+
* @param ID: number - primary key value to load the Template Content Types record.
|
|
18251
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
18252
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
18253
|
+
* @public
|
|
18254
|
+
* @async
|
|
18255
|
+
* @memberof TemplateContentTypeEntity
|
|
18256
|
+
* @method
|
|
18257
|
+
* @override
|
|
18258
|
+
*/
|
|
18259
|
+
async Load(ID, EntityRelationshipsToLoad = null) {
|
|
18260
|
+
const compositeKey = new core_1.CompositeKey();
|
|
18261
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18262
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
18263
|
+
}
|
|
18264
|
+
/**
|
|
18265
|
+
* Template Content Types - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
18266
|
+
* @public
|
|
18267
|
+
* @method
|
|
18268
|
+
* @override
|
|
18269
|
+
* @memberof TemplateContentTypeEntity
|
|
18270
|
+
* @throws {Error} - Delete is not allowed for Template Content Types, to enable it set AllowDeleteAPI to 1 in the database.
|
|
18271
|
+
*/
|
|
18272
|
+
async Delete() {
|
|
18273
|
+
throw new Error('Delete is not allowed for Template Content Types, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
18274
|
+
}
|
|
18275
|
+
/**
|
|
18276
|
+
* * Field Name: ID
|
|
18277
|
+
* * Display Name: ID
|
|
18278
|
+
* * SQL Data Type: int
|
|
18279
|
+
*/
|
|
18280
|
+
get ID() {
|
|
18281
|
+
return this.Get('ID');
|
|
18282
|
+
}
|
|
18283
|
+
/**
|
|
18284
|
+
* * Field Name: Name
|
|
18285
|
+
* * Display Name: Name
|
|
18286
|
+
* * SQL Data Type: nvarchar(255)
|
|
18287
|
+
* * Description: Name of the template content type
|
|
18288
|
+
*/
|
|
18289
|
+
get Name() {
|
|
18290
|
+
return this.Get('Name');
|
|
18291
|
+
}
|
|
18292
|
+
set Name(value) {
|
|
18293
|
+
this.Set('Name', value);
|
|
18294
|
+
}
|
|
18295
|
+
/**
|
|
18296
|
+
* * Field Name: Description
|
|
18297
|
+
* * Display Name: Description
|
|
18298
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
18299
|
+
* * Description: Description of the template content type
|
|
18300
|
+
*/
|
|
18301
|
+
get Description() {
|
|
18302
|
+
return this.Get('Description');
|
|
18303
|
+
}
|
|
18304
|
+
set Description(value) {
|
|
18305
|
+
this.Set('Description', value);
|
|
18306
|
+
}
|
|
18307
|
+
/**
|
|
18308
|
+
* * Field Name: CreatedAt
|
|
18309
|
+
* * Display Name: Created At
|
|
18310
|
+
* * SQL Data Type: datetime
|
|
18311
|
+
* * Default Value: getdate()
|
|
18312
|
+
*/
|
|
18313
|
+
get CreatedAt() {
|
|
18314
|
+
return this.Get('CreatedAt');
|
|
18315
|
+
}
|
|
18316
|
+
/**
|
|
18317
|
+
* * Field Name: UpdatedAt
|
|
18318
|
+
* * Display Name: Updated At
|
|
18319
|
+
* * SQL Data Type: datetime
|
|
18320
|
+
* * Default Value: getdate()
|
|
18321
|
+
*/
|
|
18322
|
+
get UpdatedAt() {
|
|
18323
|
+
return this.Get('UpdatedAt');
|
|
18324
|
+
}
|
|
18325
|
+
};
|
|
18326
|
+
exports.TemplateContentTypeEntity = TemplateContentTypeEntity;
|
|
18327
|
+
exports.TemplateContentTypeEntity = TemplateContentTypeEntity = __decorate([
|
|
18328
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Template Content Types')
|
|
18329
|
+
], TemplateContentTypeEntity);
|
|
18330
|
+
/**
|
|
18331
|
+
* Recommendations - strongly typed entity sub-class
|
|
18332
|
+
* * Schema: __mj
|
|
18333
|
+
* * Base Table: Recommendation
|
|
18334
|
+
* * Base View: vwRecommendations
|
|
18335
|
+
* * @description Recommendation headers that store the left side of the recommendation which we track in the SourceEntityID/SourceEntityRecordID
|
|
18336
|
+
* * Primary Key: ID
|
|
18337
|
+
* @extends {BaseEntity}
|
|
18338
|
+
* @class
|
|
18339
|
+
* @public
|
|
18340
|
+
*/
|
|
18341
|
+
let RecommendationEntity = class RecommendationEntity extends core_1.BaseEntity {
|
|
18342
|
+
/**
|
|
18343
|
+
* Loads the Recommendations record from the database
|
|
18344
|
+
* @param ID: number - primary key value to load the Recommendations record.
|
|
18345
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
18346
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
18347
|
+
* @public
|
|
18348
|
+
* @async
|
|
18349
|
+
* @memberof RecommendationEntity
|
|
18350
|
+
* @method
|
|
18351
|
+
* @override
|
|
18352
|
+
*/
|
|
18353
|
+
async Load(ID, EntityRelationshipsToLoad = null) {
|
|
18354
|
+
const compositeKey = new core_1.CompositeKey();
|
|
18355
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18356
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
18357
|
+
}
|
|
18358
|
+
/**
|
|
18359
|
+
* Recommendations - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
18360
|
+
* @public
|
|
18361
|
+
* @method
|
|
18362
|
+
* @override
|
|
18363
|
+
* @memberof RecommendationEntity
|
|
18364
|
+
* @throws {Error} - Delete is not allowed for Recommendations, to enable it set AllowDeleteAPI to 1 in the database.
|
|
18365
|
+
*/
|
|
18366
|
+
async Delete() {
|
|
18367
|
+
throw new Error('Delete is not allowed for Recommendations, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
18368
|
+
}
|
|
18369
|
+
/**
|
|
18370
|
+
* * Field Name: ID
|
|
18371
|
+
* * Display Name: ID
|
|
18372
|
+
* * SQL Data Type: int
|
|
18373
|
+
*/
|
|
18374
|
+
get ID() {
|
|
18375
|
+
return this.Get('ID');
|
|
18376
|
+
}
|
|
18377
|
+
/**
|
|
18378
|
+
* * Field Name: RecommendationRunID
|
|
18379
|
+
* * Display Name: Recommendation Run ID
|
|
18380
|
+
* * SQL Data Type: int
|
|
18381
|
+
* * Related Entity/Foreign Key: Recommendation Runs (vwRecommendationRuns.ID)
|
|
18382
|
+
*/
|
|
18383
|
+
get RecommendationRunID() {
|
|
18384
|
+
return this.Get('RecommendationRunID');
|
|
18385
|
+
}
|
|
18386
|
+
set RecommendationRunID(value) {
|
|
18387
|
+
this.Set('RecommendationRunID', value);
|
|
18388
|
+
}
|
|
18389
|
+
/**
|
|
18390
|
+
* * Field Name: SourceEntityID
|
|
18391
|
+
* * Display Name: Source Entity ID
|
|
18392
|
+
* * SQL Data Type: int
|
|
18393
|
+
* * Related Entity/Foreign Key: Entities (vwEntities.ID)
|
|
18394
|
+
*/
|
|
18395
|
+
get SourceEntityID() {
|
|
18396
|
+
return this.Get('SourceEntityID');
|
|
18397
|
+
}
|
|
18398
|
+
set SourceEntityID(value) {
|
|
18399
|
+
this.Set('SourceEntityID', value);
|
|
18400
|
+
}
|
|
18401
|
+
/**
|
|
18402
|
+
* * Field Name: SourceEntityRecordID
|
|
18403
|
+
* * Display Name: Source Entity Record ID
|
|
18404
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
18405
|
+
* * Description: The record ID of the source entity
|
|
18406
|
+
*/
|
|
18407
|
+
get SourceEntityRecordID() {
|
|
18408
|
+
return this.Get('SourceEntityRecordID');
|
|
18409
|
+
}
|
|
18410
|
+
set SourceEntityRecordID(value) {
|
|
18411
|
+
this.Set('SourceEntityRecordID', value);
|
|
18412
|
+
}
|
|
18413
|
+
/**
|
|
18414
|
+
* * Field Name: CreatedAt
|
|
18415
|
+
* * Display Name: Created At
|
|
18416
|
+
* * SQL Data Type: datetime
|
|
18417
|
+
* * Default Value: getdate()
|
|
18418
|
+
*/
|
|
18419
|
+
get CreatedAt() {
|
|
18420
|
+
return this.Get('CreatedAt');
|
|
18421
|
+
}
|
|
18422
|
+
/**
|
|
18423
|
+
* * Field Name: UpdatedAt
|
|
18424
|
+
* * Display Name: Updated At
|
|
18425
|
+
* * SQL Data Type: datetime
|
|
18426
|
+
* * Default Value: getdate()
|
|
18427
|
+
*/
|
|
18428
|
+
get UpdatedAt() {
|
|
18429
|
+
return this.Get('UpdatedAt');
|
|
18430
|
+
}
|
|
18431
|
+
/**
|
|
18432
|
+
* * Field Name: SourceEntity
|
|
18433
|
+
* * Display Name: Source Entity
|
|
18434
|
+
* * SQL Data Type: nvarchar(255)
|
|
18435
|
+
*/
|
|
18436
|
+
get SourceEntity() {
|
|
18437
|
+
return this.Get('SourceEntity');
|
|
18438
|
+
}
|
|
18439
|
+
};
|
|
18440
|
+
exports.RecommendationEntity = RecommendationEntity;
|
|
18441
|
+
exports.RecommendationEntity = RecommendationEntity = __decorate([
|
|
18442
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Recommendations')
|
|
18443
|
+
], RecommendationEntity);
|
|
18444
|
+
/**
|
|
18445
|
+
* Recommendation Providers - strongly typed entity sub-class
|
|
18446
|
+
* * Schema: __mj
|
|
18447
|
+
* * Base Table: RecommendationProvider
|
|
18448
|
+
* * Base View: vwRecommendationProviders
|
|
18449
|
+
* * @description Recommendation providers details
|
|
18450
|
+
* * Primary Key: ID
|
|
18451
|
+
* @extends {BaseEntity}
|
|
18452
|
+
* @class
|
|
18453
|
+
* @public
|
|
18454
|
+
*/
|
|
18455
|
+
let RecommendationProviderEntity = class RecommendationProviderEntity extends core_1.BaseEntity {
|
|
18456
|
+
/**
|
|
18457
|
+
* Loads the Recommendation Providers record from the database
|
|
18458
|
+
* @param ID: number - primary key value to load the Recommendation Providers record.
|
|
18459
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
18460
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
18461
|
+
* @public
|
|
18462
|
+
* @async
|
|
18463
|
+
* @memberof RecommendationProviderEntity
|
|
18464
|
+
* @method
|
|
18465
|
+
* @override
|
|
18466
|
+
*/
|
|
18467
|
+
async Load(ID, EntityRelationshipsToLoad = null) {
|
|
18468
|
+
const compositeKey = new core_1.CompositeKey();
|
|
18469
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18470
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
18471
|
+
}
|
|
18472
|
+
/**
|
|
18473
|
+
* Recommendation Providers - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
18474
|
+
* @public
|
|
18475
|
+
* @method
|
|
18476
|
+
* @override
|
|
18477
|
+
* @memberof RecommendationProviderEntity
|
|
18478
|
+
* @throws {Error} - Delete is not allowed for Recommendation Providers, to enable it set AllowDeleteAPI to 1 in the database.
|
|
18479
|
+
*/
|
|
18480
|
+
async Delete() {
|
|
18481
|
+
throw new Error('Delete is not allowed for Recommendation Providers, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
18482
|
+
}
|
|
18483
|
+
/**
|
|
18484
|
+
* * Field Name: ID
|
|
18485
|
+
* * Display Name: ID
|
|
18486
|
+
* * SQL Data Type: int
|
|
18487
|
+
*/
|
|
18488
|
+
get ID() {
|
|
18489
|
+
return this.Get('ID');
|
|
18490
|
+
}
|
|
18491
|
+
/**
|
|
18492
|
+
* * Field Name: Name
|
|
18493
|
+
* * Display Name: Name
|
|
18494
|
+
* * SQL Data Type: nvarchar(255)
|
|
18495
|
+
*/
|
|
18496
|
+
get Name() {
|
|
18497
|
+
return this.Get('Name');
|
|
18498
|
+
}
|
|
18499
|
+
set Name(value) {
|
|
18500
|
+
this.Set('Name', value);
|
|
18501
|
+
}
|
|
18502
|
+
/**
|
|
18503
|
+
* * Field Name: Description
|
|
18504
|
+
* * Display Name: Description
|
|
18505
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
18506
|
+
*/
|
|
18507
|
+
get Description() {
|
|
18508
|
+
return this.Get('Description');
|
|
18509
|
+
}
|
|
18510
|
+
set Description(value) {
|
|
18511
|
+
this.Set('Description', value);
|
|
18512
|
+
}
|
|
18513
|
+
/**
|
|
18514
|
+
* * Field Name: CreatedAt
|
|
18515
|
+
* * Display Name: Created At
|
|
18516
|
+
* * SQL Data Type: datetime
|
|
18517
|
+
* * Default Value: getdate()
|
|
18518
|
+
*/
|
|
18519
|
+
get CreatedAt() {
|
|
18520
|
+
return this.Get('CreatedAt');
|
|
18521
|
+
}
|
|
18522
|
+
/**
|
|
18523
|
+
* * Field Name: UpdatedAt
|
|
18524
|
+
* * Display Name: Updated At
|
|
18525
|
+
* * SQL Data Type: datetime
|
|
18526
|
+
* * Default Value: getdate()
|
|
18527
|
+
*/
|
|
18528
|
+
get UpdatedAt() {
|
|
18529
|
+
return this.Get('UpdatedAt');
|
|
18530
|
+
}
|
|
18531
|
+
};
|
|
18532
|
+
exports.RecommendationProviderEntity = RecommendationProviderEntity;
|
|
18533
|
+
exports.RecommendationProviderEntity = RecommendationProviderEntity = __decorate([
|
|
18534
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Recommendation Providers')
|
|
18535
|
+
], RecommendationProviderEntity);
|
|
18536
|
+
/**
|
|
18537
|
+
* Recommendation Runs - strongly typed entity sub-class
|
|
18538
|
+
* * Schema: __mj
|
|
18539
|
+
* * Base Table: RecommendationRun
|
|
18540
|
+
* * Base View: vwRecommendationRuns
|
|
18541
|
+
* * @description Recommendation runs log each time a provider is requested to provide recommendations
|
|
18542
|
+
* * Primary Key: ID
|
|
18543
|
+
* @extends {BaseEntity}
|
|
18544
|
+
* @class
|
|
18545
|
+
* @public
|
|
18546
|
+
*/
|
|
18547
|
+
let RecommendationRunEntity = class RecommendationRunEntity extends core_1.BaseEntity {
|
|
18548
|
+
/**
|
|
18549
|
+
* Loads the Recommendation Runs record from the database
|
|
18550
|
+
* @param ID: number - primary key value to load the Recommendation Runs record.
|
|
18551
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
18552
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
18553
|
+
* @public
|
|
18554
|
+
* @async
|
|
18555
|
+
* @memberof RecommendationRunEntity
|
|
18556
|
+
* @method
|
|
18557
|
+
* @override
|
|
18558
|
+
*/
|
|
18559
|
+
async Load(ID, EntityRelationshipsToLoad = null) {
|
|
18560
|
+
const compositeKey = new core_1.CompositeKey();
|
|
18561
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18562
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
18563
|
+
}
|
|
18564
|
+
/**
|
|
18565
|
+
* Recommendation Runs - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
18566
|
+
* @public
|
|
18567
|
+
* @method
|
|
18568
|
+
* @override
|
|
18569
|
+
* @memberof RecommendationRunEntity
|
|
18570
|
+
* @throws {Error} - Delete is not allowed for Recommendation Runs, to enable it set AllowDeleteAPI to 1 in the database.
|
|
18571
|
+
*/
|
|
18572
|
+
async Delete() {
|
|
18573
|
+
throw new Error('Delete is not allowed for Recommendation Runs, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
18574
|
+
}
|
|
18575
|
+
/**
|
|
18576
|
+
* * Field Name: ID
|
|
18577
|
+
* * Display Name: ID
|
|
18578
|
+
* * SQL Data Type: int
|
|
18579
|
+
*/
|
|
18580
|
+
get ID() {
|
|
18581
|
+
return this.Get('ID');
|
|
18582
|
+
}
|
|
18583
|
+
/**
|
|
18584
|
+
* * Field Name: RecommendationProviderID
|
|
18585
|
+
* * Display Name: Recommendation Provider ID
|
|
18586
|
+
* * SQL Data Type: int
|
|
18587
|
+
* * Related Entity/Foreign Key: Recommendation Providers (vwRecommendationProviders.ID)
|
|
18588
|
+
*/
|
|
18589
|
+
get RecommendationProviderID() {
|
|
18590
|
+
return this.Get('RecommendationProviderID');
|
|
18591
|
+
}
|
|
18592
|
+
set RecommendationProviderID(value) {
|
|
18593
|
+
this.Set('RecommendationProviderID', value);
|
|
18594
|
+
}
|
|
18595
|
+
/**
|
|
18596
|
+
* * Field Name: StartDate
|
|
18597
|
+
* * Display Name: Start Date
|
|
18598
|
+
* * SQL Data Type: datetime
|
|
18599
|
+
* * Description: The start date of the recommendation run
|
|
18600
|
+
*/
|
|
18601
|
+
get StartDate() {
|
|
18602
|
+
return this.Get('StartDate');
|
|
18603
|
+
}
|
|
18604
|
+
set StartDate(value) {
|
|
18605
|
+
this.Set('StartDate', value);
|
|
18606
|
+
}
|
|
18607
|
+
/**
|
|
18608
|
+
* * Field Name: EndDate
|
|
18609
|
+
* * Display Name: End Date
|
|
18610
|
+
* * SQL Data Type: datetime
|
|
18611
|
+
* * Description: The end date of the recommendation run
|
|
18612
|
+
*/
|
|
18613
|
+
get EndDate() {
|
|
18614
|
+
return this.Get('EndDate');
|
|
18615
|
+
}
|
|
18616
|
+
set EndDate(value) {
|
|
18617
|
+
this.Set('EndDate', value);
|
|
18618
|
+
}
|
|
18619
|
+
/**
|
|
18620
|
+
* * Field Name: Status
|
|
18621
|
+
* * Display Name: Status
|
|
18622
|
+
* * SQL Data Type: nvarchar(50)
|
|
18623
|
+
* * Value List Type: List
|
|
18624
|
+
* * Possible Values
|
|
18625
|
+
* * Pending
|
|
18626
|
+
* * In Progress
|
|
18627
|
+
* * Completed
|
|
18628
|
+
* * Canceled
|
|
18629
|
+
* * Error
|
|
18630
|
+
* * Description: The status of the recommendation run
|
|
18631
|
+
*/
|
|
18632
|
+
get Status() {
|
|
18633
|
+
return this.Get('Status');
|
|
18634
|
+
}
|
|
18635
|
+
set Status(value) {
|
|
18636
|
+
this.Set('Status', value);
|
|
18637
|
+
}
|
|
18638
|
+
/**
|
|
18639
|
+
* * Field Name: Description
|
|
18640
|
+
* * Display Name: Description
|
|
18641
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
18642
|
+
*/
|
|
18643
|
+
get Description() {
|
|
18644
|
+
return this.Get('Description');
|
|
18645
|
+
}
|
|
18646
|
+
set Description(value) {
|
|
18647
|
+
this.Set('Description', value);
|
|
18648
|
+
}
|
|
18649
|
+
/**
|
|
18650
|
+
* * Field Name: RunByUserID
|
|
18651
|
+
* * Display Name: Run By User ID
|
|
18652
|
+
* * SQL Data Type: int
|
|
18653
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
18654
|
+
*/
|
|
18655
|
+
get RunByUserID() {
|
|
18656
|
+
return this.Get('RunByUserID');
|
|
18657
|
+
}
|
|
18658
|
+
set RunByUserID(value) {
|
|
18659
|
+
this.Set('RunByUserID', value);
|
|
18660
|
+
}
|
|
18661
|
+
/**
|
|
18662
|
+
* * Field Name: CreatedAt
|
|
18663
|
+
* * Display Name: Created At
|
|
18664
|
+
* * SQL Data Type: datetime
|
|
18665
|
+
* * Default Value: getdate()
|
|
18666
|
+
*/
|
|
18667
|
+
get CreatedAt() {
|
|
18668
|
+
return this.Get('CreatedAt');
|
|
18669
|
+
}
|
|
18670
|
+
/**
|
|
18671
|
+
* * Field Name: UpdatedAt
|
|
18672
|
+
* * Display Name: Updated At
|
|
18673
|
+
* * SQL Data Type: datetime
|
|
18674
|
+
* * Default Value: getdate()
|
|
18675
|
+
*/
|
|
18676
|
+
get UpdatedAt() {
|
|
18677
|
+
return this.Get('UpdatedAt');
|
|
18678
|
+
}
|
|
18679
|
+
/**
|
|
18680
|
+
* * Field Name: RecommendationProvider
|
|
18681
|
+
* * Display Name: Recommendation Provider
|
|
18682
|
+
* * SQL Data Type: nvarchar(255)
|
|
18683
|
+
*/
|
|
18684
|
+
get RecommendationProvider() {
|
|
18685
|
+
return this.Get('RecommendationProvider');
|
|
18686
|
+
}
|
|
18687
|
+
/**
|
|
18688
|
+
* * Field Name: RunByUser
|
|
18689
|
+
* * Display Name: Run By User
|
|
18690
|
+
* * SQL Data Type: nvarchar(100)
|
|
18691
|
+
*/
|
|
18692
|
+
get RunByUser() {
|
|
18693
|
+
return this.Get('RunByUser');
|
|
18694
|
+
}
|
|
18695
|
+
};
|
|
18696
|
+
exports.RecommendationRunEntity = RecommendationRunEntity;
|
|
18697
|
+
exports.RecommendationRunEntity = RecommendationRunEntity = __decorate([
|
|
18698
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Recommendation Runs')
|
|
18699
|
+
], RecommendationRunEntity);
|
|
18700
|
+
/**
|
|
18701
|
+
* Recommendation Items - strongly typed entity sub-class
|
|
18702
|
+
* * Schema: __mj
|
|
18703
|
+
* * Base Table: RecommendationItem
|
|
18704
|
+
* * Base View: vwRecommendationItems
|
|
18705
|
+
* * @description Table to store individual recommendation items that are the right side of the recommendation which we track in the DestinationEntityID/DestinationEntityRecordID
|
|
18706
|
+
* * Primary Key: ID
|
|
18707
|
+
* @extends {BaseEntity}
|
|
18708
|
+
* @class
|
|
18709
|
+
* @public
|
|
18710
|
+
*/
|
|
18711
|
+
let RecommendationItemEntity = class RecommendationItemEntity extends core_1.BaseEntity {
|
|
18712
|
+
/**
|
|
18713
|
+
* Loads the Recommendation Items record from the database
|
|
18714
|
+
* @param ID: number - primary key value to load the Recommendation Items record.
|
|
18715
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
18716
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
18717
|
+
* @public
|
|
18718
|
+
* @async
|
|
18719
|
+
* @memberof RecommendationItemEntity
|
|
18720
|
+
* @method
|
|
18721
|
+
* @override
|
|
18722
|
+
*/
|
|
18723
|
+
async Load(ID, EntityRelationshipsToLoad = null) {
|
|
18724
|
+
const compositeKey = new core_1.CompositeKey();
|
|
18725
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18726
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
18727
|
+
}
|
|
18728
|
+
/**
|
|
18729
|
+
* Recommendation Items - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
18730
|
+
* @public
|
|
18731
|
+
* @method
|
|
18732
|
+
* @override
|
|
18733
|
+
* @memberof RecommendationItemEntity
|
|
18734
|
+
* @throws {Error} - Delete is not allowed for Recommendation Items, to enable it set AllowDeleteAPI to 1 in the database.
|
|
18735
|
+
*/
|
|
18736
|
+
async Delete() {
|
|
18737
|
+
throw new Error('Delete is not allowed for Recommendation Items, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
18738
|
+
}
|
|
18739
|
+
/**
|
|
18740
|
+
* * Field Name: ID
|
|
18741
|
+
* * Display Name: ID
|
|
18742
|
+
* * SQL Data Type: int
|
|
18743
|
+
*/
|
|
18744
|
+
get ID() {
|
|
18745
|
+
return this.Get('ID');
|
|
18746
|
+
}
|
|
18747
|
+
/**
|
|
18748
|
+
* * Field Name: RecommendationID
|
|
18749
|
+
* * Display Name: Recommendation ID
|
|
18750
|
+
* * SQL Data Type: int
|
|
18751
|
+
* * Related Entity/Foreign Key: Recommendations (vwRecommendations.ID)
|
|
18752
|
+
*/
|
|
18753
|
+
get RecommendationID() {
|
|
18754
|
+
return this.Get('RecommendationID');
|
|
18755
|
+
}
|
|
18756
|
+
set RecommendationID(value) {
|
|
18757
|
+
this.Set('RecommendationID', value);
|
|
18758
|
+
}
|
|
18759
|
+
/**
|
|
18760
|
+
* * Field Name: DestinationEntityID
|
|
18761
|
+
* * Display Name: Destination Entity ID
|
|
18762
|
+
* * SQL Data Type: int
|
|
18763
|
+
* * Related Entity/Foreign Key: Entities (vwEntities.ID)
|
|
18764
|
+
* * Description: The ID of the destination entity
|
|
18765
|
+
*/
|
|
18766
|
+
get DestinationEntityID() {
|
|
18767
|
+
return this.Get('DestinationEntityID');
|
|
18768
|
+
}
|
|
18769
|
+
set DestinationEntityID(value) {
|
|
18770
|
+
this.Set('DestinationEntityID', value);
|
|
18771
|
+
}
|
|
18772
|
+
/**
|
|
18773
|
+
* * Field Name: DestinationEntityRecordID
|
|
18774
|
+
* * Display Name: Destination Entity Record ID
|
|
18775
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
18776
|
+
* * Description: The record ID of the destination entity
|
|
18777
|
+
*/
|
|
18778
|
+
get DestinationEntityRecordID() {
|
|
18779
|
+
return this.Get('DestinationEntityRecordID');
|
|
18780
|
+
}
|
|
18781
|
+
set DestinationEntityRecordID(value) {
|
|
18782
|
+
this.Set('DestinationEntityRecordID', value);
|
|
18783
|
+
}
|
|
18784
|
+
/**
|
|
18785
|
+
* * Field Name: MatchProbability
|
|
18786
|
+
* * Display Name: Match Probability
|
|
18787
|
+
* * SQL Data Type: decimal(18, 15)
|
|
18788
|
+
* * Description: A value between 0 and 1 indicating the probability of the match, higher numbers indicating a more certain match/recommendation.
|
|
18789
|
+
*/
|
|
18790
|
+
get MatchProbability() {
|
|
18791
|
+
return this.Get('MatchProbability');
|
|
18792
|
+
}
|
|
18793
|
+
set MatchProbability(value) {
|
|
18794
|
+
this.Set('MatchProbability', value);
|
|
18795
|
+
}
|
|
18796
|
+
/**
|
|
18797
|
+
* * Field Name: CreatedAt
|
|
18798
|
+
* * Display Name: Created At
|
|
18799
|
+
* * SQL Data Type: datetime
|
|
18800
|
+
* * Default Value: getdate()
|
|
18801
|
+
*/
|
|
18802
|
+
get CreatedAt() {
|
|
18803
|
+
return this.Get('CreatedAt');
|
|
18804
|
+
}
|
|
18805
|
+
/**
|
|
18806
|
+
* * Field Name: UpdatedAt
|
|
18807
|
+
* * Display Name: Updated At
|
|
18808
|
+
* * SQL Data Type: datetime
|
|
18809
|
+
* * Default Value: getdate()
|
|
18810
|
+
*/
|
|
18811
|
+
get UpdatedAt() {
|
|
18812
|
+
return this.Get('UpdatedAt');
|
|
18813
|
+
}
|
|
18814
|
+
/**
|
|
18815
|
+
* * Field Name: DestinationEntity
|
|
18816
|
+
* * Display Name: Destination Entity
|
|
18817
|
+
* * SQL Data Type: nvarchar(255)
|
|
18818
|
+
*/
|
|
18819
|
+
get DestinationEntity() {
|
|
18820
|
+
return this.Get('DestinationEntity');
|
|
18821
|
+
}
|
|
18822
|
+
};
|
|
18823
|
+
exports.RecommendationItemEntity = RecommendationItemEntity;
|
|
18824
|
+
exports.RecommendationItemEntity = RecommendationItemEntity = __decorate([
|
|
18825
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Recommendation Items')
|
|
18826
|
+
], RecommendationItemEntity);
|
|
18827
|
+
/**
|
|
18828
|
+
* Entity Communication Message Types - strongly typed entity sub-class
|
|
18829
|
+
* * Schema: __mj
|
|
18830
|
+
* * Base Table: EntityCommunicationMessageType
|
|
18831
|
+
* * Base View: vwEntityCommunicationMessageTypes
|
|
18832
|
+
* * @description Mapping between entities and communication base message types
|
|
18833
|
+
* * Primary Key: ID
|
|
18834
|
+
* @extends {BaseEntity}
|
|
18835
|
+
* @class
|
|
18836
|
+
* @public
|
|
18837
|
+
*/
|
|
18838
|
+
let EntityCommunicationMessageTypeEntity = class EntityCommunicationMessageTypeEntity extends core_1.BaseEntity {
|
|
18839
|
+
/**
|
|
18840
|
+
* Loads the Entity Communication Message Types record from the database
|
|
18841
|
+
* @param ID: number - primary key value to load the Entity Communication Message Types record.
|
|
18842
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
18843
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
18844
|
+
* @public
|
|
18845
|
+
* @async
|
|
18846
|
+
* @memberof EntityCommunicationMessageTypeEntity
|
|
18847
|
+
* @method
|
|
18848
|
+
* @override
|
|
18849
|
+
*/
|
|
18850
|
+
async Load(ID, EntityRelationshipsToLoad = null) {
|
|
18851
|
+
const compositeKey = new core_1.CompositeKey();
|
|
18852
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18853
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
18854
|
+
}
|
|
18855
|
+
/**
|
|
18856
|
+
* Entity Communication Message Types - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
18857
|
+
* @public
|
|
18858
|
+
* @method
|
|
18859
|
+
* @override
|
|
18860
|
+
* @memberof EntityCommunicationMessageTypeEntity
|
|
18861
|
+
* @throws {Error} - Delete is not allowed for Entity Communication Message Types, to enable it set AllowDeleteAPI to 1 in the database.
|
|
18862
|
+
*/
|
|
18863
|
+
async Delete() {
|
|
18864
|
+
throw new Error('Delete is not allowed for Entity Communication Message Types, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
18865
|
+
}
|
|
18866
|
+
/**
|
|
18867
|
+
* * Field Name: ID
|
|
18868
|
+
* * Display Name: ID
|
|
18869
|
+
* * SQL Data Type: int
|
|
18870
|
+
*/
|
|
18871
|
+
get ID() {
|
|
18872
|
+
return this.Get('ID');
|
|
18873
|
+
}
|
|
18874
|
+
/**
|
|
18875
|
+
* * Field Name: EntityID
|
|
18876
|
+
* * Display Name: Entity ID
|
|
18877
|
+
* * SQL Data Type: int
|
|
18878
|
+
* * Related Entity/Foreign Key: Entities (vwEntities.ID)
|
|
18879
|
+
* * Description: ID of the entity
|
|
18880
|
+
*/
|
|
18881
|
+
get EntityID() {
|
|
18882
|
+
return this.Get('EntityID');
|
|
18883
|
+
}
|
|
18884
|
+
set EntityID(value) {
|
|
18885
|
+
this.Set('EntityID', value);
|
|
18886
|
+
}
|
|
18887
|
+
/**
|
|
18888
|
+
* * Field Name: BaseMessageTypeID
|
|
18889
|
+
* * Display Name: Base Message Type ID
|
|
18890
|
+
* * SQL Data Type: int
|
|
18891
|
+
* * Related Entity/Foreign Key: Communication Base Message Types (vwCommunicationBaseMessageTypes.ID)
|
|
18892
|
+
* * Description: ID of the communication base message type
|
|
18893
|
+
*/
|
|
18894
|
+
get BaseMessageTypeID() {
|
|
18895
|
+
return this.Get('BaseMessageTypeID');
|
|
18896
|
+
}
|
|
18897
|
+
set BaseMessageTypeID(value) {
|
|
18898
|
+
this.Set('BaseMessageTypeID', value);
|
|
18899
|
+
}
|
|
18900
|
+
/**
|
|
18901
|
+
* * Field Name: IsActive
|
|
18902
|
+
* * Display Name: Is Active
|
|
18903
|
+
* * SQL Data Type: bit
|
|
18904
|
+
* * Default Value: 1
|
|
18905
|
+
* * Description: Indicates whether the message type is active
|
|
18906
|
+
*/
|
|
18907
|
+
get IsActive() {
|
|
18908
|
+
return this.Get('IsActive');
|
|
18909
|
+
}
|
|
18910
|
+
set IsActive(value) {
|
|
18911
|
+
this.Set('IsActive', value);
|
|
18912
|
+
}
|
|
18913
|
+
/**
|
|
18914
|
+
* * Field Name: CreatedAt
|
|
18915
|
+
* * Display Name: Created At
|
|
18916
|
+
* * SQL Data Type: datetime
|
|
18917
|
+
*/
|
|
18918
|
+
get CreatedAt() {
|
|
18919
|
+
return this.Get('CreatedAt');
|
|
18920
|
+
}
|
|
18921
|
+
/**
|
|
18922
|
+
* * Field Name: UpdatedAt
|
|
18923
|
+
* * Display Name: Updated At
|
|
18924
|
+
* * SQL Data Type: datetime
|
|
18925
|
+
* * Default Value: getdate()
|
|
18926
|
+
*/
|
|
18927
|
+
get UpdatedAt() {
|
|
18928
|
+
return this.Get('UpdatedAt');
|
|
18929
|
+
}
|
|
18930
|
+
/**
|
|
18931
|
+
* * Field Name: Entity
|
|
18932
|
+
* * Display Name: Entity
|
|
18933
|
+
* * SQL Data Type: nvarchar(255)
|
|
18934
|
+
* * Default Value: getdate()
|
|
18935
|
+
*/
|
|
18936
|
+
get Entity() {
|
|
18937
|
+
return this.Get('Entity');
|
|
18938
|
+
}
|
|
18939
|
+
/**
|
|
18940
|
+
* * Field Name: BaseMessageType
|
|
18941
|
+
* * Display Name: Base Message Type
|
|
18942
|
+
* * SQL Data Type: nvarchar(100)
|
|
18943
|
+
*/
|
|
18944
|
+
get BaseMessageType() {
|
|
18945
|
+
return this.Get('BaseMessageType');
|
|
18946
|
+
}
|
|
18947
|
+
};
|
|
18948
|
+
exports.EntityCommunicationMessageTypeEntity = EntityCommunicationMessageTypeEntity;
|
|
18949
|
+
exports.EntityCommunicationMessageTypeEntity = EntityCommunicationMessageTypeEntity = __decorate([
|
|
18950
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Entity Communication Message Types')
|
|
18951
|
+
], EntityCommunicationMessageTypeEntity);
|
|
18952
|
+
/**
|
|
18953
|
+
* Entity Communication Fields - strongly typed entity sub-class
|
|
18954
|
+
* * Schema: __mj
|
|
18955
|
+
* * Base Table: EntityCommunicationField
|
|
18956
|
+
* * Base View: vwEntityCommunicationFields
|
|
18957
|
+
* * @description Mapping between entity fields and communication base message types with priority
|
|
18958
|
+
* * Primary Key: ID
|
|
18959
|
+
* @extends {BaseEntity}
|
|
18960
|
+
* @class
|
|
18961
|
+
* @public
|
|
18962
|
+
*/
|
|
18963
|
+
let EntityCommunicationFieldEntity = class EntityCommunicationFieldEntity extends core_1.BaseEntity {
|
|
18964
|
+
/**
|
|
18965
|
+
* Loads the Entity Communication Fields record from the database
|
|
18966
|
+
* @param ID: number - primary key value to load the Entity Communication Fields record.
|
|
18967
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
18968
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
18969
|
+
* @public
|
|
18970
|
+
* @async
|
|
18971
|
+
* @memberof EntityCommunicationFieldEntity
|
|
18972
|
+
* @method
|
|
18973
|
+
* @override
|
|
18974
|
+
*/
|
|
18975
|
+
async Load(ID, EntityRelationshipsToLoad = null) {
|
|
18976
|
+
const compositeKey = new core_1.CompositeKey();
|
|
18977
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18978
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
18979
|
+
}
|
|
18980
|
+
/**
|
|
18981
|
+
* Entity Communication Fields - AllowDeleteAPI is set to 0 in the database. Delete is not allowed, so this method is generated to override the base class method and throw an error. To enable delete for this entity, set AllowDeleteAPI to 1 in the database.
|
|
18982
|
+
* @public
|
|
18983
|
+
* @method
|
|
18984
|
+
* @override
|
|
18985
|
+
* @memberof EntityCommunicationFieldEntity
|
|
18986
|
+
* @throws {Error} - Delete is not allowed for Entity Communication Fields, to enable it set AllowDeleteAPI to 1 in the database.
|
|
18987
|
+
*/
|
|
18988
|
+
async Delete() {
|
|
18989
|
+
throw new Error('Delete is not allowed for Entity Communication Fields, to enable it set AllowDeleteAPI to 1 in the database.');
|
|
18990
|
+
}
|
|
18991
|
+
/**
|
|
18992
|
+
* * Field Name: ID
|
|
18993
|
+
* * Display Name: ID
|
|
18994
|
+
* * SQL Data Type: int
|
|
18995
|
+
*/
|
|
18996
|
+
get ID() {
|
|
18997
|
+
return this.Get('ID');
|
|
18998
|
+
}
|
|
18999
|
+
/**
|
|
19000
|
+
* * Field Name: EntityCommunicationMessageTypeID
|
|
19001
|
+
* * Display Name: Entity Communication Message Type ID
|
|
19002
|
+
* * SQL Data Type: int
|
|
19003
|
+
* * Related Entity/Foreign Key: Entity Communication Message Types (vwEntityCommunicationMessageTypes.ID)
|
|
19004
|
+
* * Description: ID of the entity communication message type
|
|
19005
|
+
*/
|
|
19006
|
+
get EntityCommunicationMessageTypeID() {
|
|
19007
|
+
return this.Get('EntityCommunicationMessageTypeID');
|
|
19008
|
+
}
|
|
19009
|
+
set EntityCommunicationMessageTypeID(value) {
|
|
19010
|
+
this.Set('EntityCommunicationMessageTypeID', value);
|
|
19011
|
+
}
|
|
19012
|
+
/**
|
|
19013
|
+
* * Field Name: FieldName
|
|
19014
|
+
* * Display Name: Field Name
|
|
19015
|
+
* * SQL Data Type: nvarchar(500)
|
|
19016
|
+
* * Description: Name of the field in the entity that maps to the communication base message type
|
|
19017
|
+
*/
|
|
19018
|
+
get FieldName() {
|
|
19019
|
+
return this.Get('FieldName');
|
|
19020
|
+
}
|
|
19021
|
+
set FieldName(value) {
|
|
19022
|
+
this.Set('FieldName', value);
|
|
19023
|
+
}
|
|
19024
|
+
/**
|
|
19025
|
+
* * Field Name: Priority
|
|
19026
|
+
* * Display Name: Priority
|
|
19027
|
+
* * SQL Data Type: int
|
|
19028
|
+
* * Description: Priority of the field for the communication base message type
|
|
19029
|
+
*/
|
|
19030
|
+
get Priority() {
|
|
19031
|
+
return this.Get('Priority');
|
|
19032
|
+
}
|
|
19033
|
+
set Priority(value) {
|
|
19034
|
+
this.Set('Priority', value);
|
|
19035
|
+
}
|
|
19036
|
+
/**
|
|
19037
|
+
* * Field Name: CreatedAt
|
|
19038
|
+
* * Display Name: Created At
|
|
19039
|
+
* * SQL Data Type: datetime
|
|
19040
|
+
* * Default Value: getdate()
|
|
19041
|
+
*/
|
|
19042
|
+
get CreatedAt() {
|
|
19043
|
+
return this.Get('CreatedAt');
|
|
19044
|
+
}
|
|
19045
|
+
/**
|
|
19046
|
+
* * Field Name: UpdatedAt
|
|
19047
|
+
* * Display Name: Updated At
|
|
19048
|
+
* * SQL Data Type: datetime
|
|
19049
|
+
* * Default Value: getdate()
|
|
19050
|
+
*/
|
|
19051
|
+
get UpdatedAt() {
|
|
19052
|
+
return this.Get('UpdatedAt');
|
|
19053
|
+
}
|
|
19054
|
+
};
|
|
19055
|
+
exports.EntityCommunicationFieldEntity = EntityCommunicationFieldEntity;
|
|
19056
|
+
exports.EntityCommunicationFieldEntity = EntityCommunicationFieldEntity = __decorate([
|
|
19057
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Entity Communication Fields')
|
|
19058
|
+
], EntityCommunicationFieldEntity);
|
|
17349
19059
|
//# sourceMappingURL=entity_subclasses.js.map
|