@memberjunction/core-entities 1.7.1 → 1.8.0

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.
@@ -54,26 +54,24 @@ export declare class CompanyEntity extends BaseEntity {
54
54
  get LogoURL(): string | null;
55
55
  set LogoURL(value: string | null);
56
56
  /**
57
- * * Field Name: CreatedAt
58
- * * Display Name: Created At
59
- * * SQL Data Type: datetime
60
- * * Default Value: getdate()
61
- */
62
- get CreatedAt(): Date;
63
- /**
64
- * * Field Name: UpdatedAt
65
- * * Display Name: Updated At
66
- * * SQL Data Type: datetime
67
- * * Default Value: getdate()
68
- */
69
- get UpdatedAt(): Date;
70
- /**
71
57
  * * Field Name: Domain
72
58
  * * Display Name: Domain
73
59
  * * SQL Data Type: nvarchar(255)
74
60
  */
75
61
  get Domain(): string | null;
76
62
  set Domain(value: string | null);
63
+ /**
64
+ * * Field Name: __mj_CreatedAt
65
+ * * Display Name: __mj _Created At
66
+ * * SQL Data Type: datetimeoffset
67
+ */
68
+ get __mj_CreatedAt(): Date;
69
+ /**
70
+ * * Field Name: __mj_UpdatedAt
71
+ * * Display Name: __mj _Updated At
72
+ * * SQL Data Type: datetimeoffset
73
+ */
74
+ get __mj_UpdatedAt(): Date;
77
75
  }
78
76
  /**
79
77
  * Employees - strongly typed entity sub-class
@@ -167,29 +165,29 @@ export declare class EmployeeEntity extends BaseEntity {
167
165
  get SupervisorID(): number | null;
168
166
  set SupervisorID(value: number | null);
169
167
  /**
170
- * * Field Name: CreatedAt
171
- * * Display Name: Created At
172
- * * SQL Data Type: datetime
173
- * * Default Value: getdate()
168
+ * * Field Name: __mj_CreatedAt
169
+ * * Display Name: __mj _Created At
170
+ * * SQL Data Type: datetimeoffset
174
171
  */
175
- get CreatedAt(): Date;
172
+ get __mj_CreatedAt(): Date;
176
173
  /**
177
- * * Field Name: UpdatedAt
178
- * * Display Name: Updated At
179
- * * SQL Data Type: datetime
180
- * * Default Value: getdate()
174
+ * * Field Name: __mj_UpdatedAt
175
+ * * Display Name: __mj _Updated At
176
+ * * SQL Data Type: datetimeoffset
181
177
  */
182
- get UpdatedAt(): Date;
178
+ get __mj_UpdatedAt(): Date;
183
179
  /**
184
180
  * * Field Name: FirstLast
185
181
  * * Display Name: First Last
186
182
  * * SQL Data Type: nvarchar(81)
183
+ * * Default Value: getutcdate()
187
184
  */
188
185
  get FirstLast(): string | null;
189
186
  /**
190
187
  * * Field Name: Supervisor
191
188
  * * Display Name: Supervisor
192
189
  * * SQL Data Type: nvarchar(81)
190
+ * * Default Value: getutcdate()
193
191
  */
194
192
  get Supervisor(): string | null;
195
193
  /**
@@ -433,23 +431,22 @@ export declare class EmployeeRoleEntity extends BaseEntity {
433
431
  get RoleID(): number;
434
432
  set RoleID(value: number);
435
433
  /**
436
- * * Field Name: CreatedAt
437
- * * Display Name: Created At
438
- * * SQL Data Type: datetime
439
- * * Default Value: getdate()
434
+ * * Field Name: __mj_CreatedAt
435
+ * * Display Name: __mj _Created At
436
+ * * SQL Data Type: datetimeoffset
440
437
  */
441
- get CreatedAt(): Date;
438
+ get __mj_CreatedAt(): Date;
442
439
  /**
443
- * * Field Name: UpdatedAt
444
- * * Display Name: Updated At
445
- * * SQL Data Type: datetime
446
- * * Default Value: getdate()
440
+ * * Field Name: __mj_UpdatedAt
441
+ * * Display Name: __mj _Updated At
442
+ * * SQL Data Type: datetimeoffset
447
443
  */
448
- get UpdatedAt(): Date;
444
+ get __mj_UpdatedAt(): Date;
449
445
  /**
450
446
  * * Field Name: Role
451
447
  * * Display Name: Role
452
448
  * * SQL Data Type: nvarchar(50)
449
+ * * Default Value: getutcdate()
453
450
  */
454
451
  get Role(): string;
455
452
  }
@@ -508,23 +505,22 @@ export declare class EmployeeSkillEntity extends BaseEntity {
508
505
  get SkillID(): number;
509
506
  set SkillID(value: number);
510
507
  /**
511
- * * Field Name: CreatedAt
512
- * * Display Name: Created At
513
- * * SQL Data Type: datetime
514
- * * Default Value: getdate()
508
+ * * Field Name: __mj_CreatedAt
509
+ * * Display Name: __mj _Created At
510
+ * * SQL Data Type: datetimeoffset
515
511
  */
516
- get CreatedAt(): Date;
512
+ get __mj_CreatedAt(): Date;
517
513
  /**
518
- * * Field Name: UpdatedAt
519
- * * Display Name: Updated At
520
- * * SQL Data Type: datetime
521
- * * Default Value: getdate()
514
+ * * Field Name: __mj_UpdatedAt
515
+ * * Display Name: __mj _Updated At
516
+ * * SQL Data Type: datetimeoffset
522
517
  */
523
- get UpdatedAt(): Date;
518
+ get __mj_UpdatedAt(): Date;
524
519
  /**
525
520
  * * Field Name: Skill
526
521
  * * Display Name: Skill
527
522
  * * SQL Data Type: nvarchar(50)
523
+ * * Default Value: getutcdate()
528
524
  */
529
525
  get Skill(): string;
530
526
  }
@@ -586,19 +582,17 @@ export declare class RoleEntity extends BaseEntity {
586
582
  get SQLName(): string | null;
587
583
  set SQLName(value: string | null);
588
584
  /**
589
- * * Field Name: CreatedAt
590
- * * Display Name: Created At
591
- * * SQL Data Type: datetime
592
- * * Default Value: getdate()
585
+ * * Field Name: __mj_CreatedAt
586
+ * * Display Name: __mj _Created At
587
+ * * SQL Data Type: datetimeoffset
593
588
  */
594
- get CreatedAt(): Date;
589
+ get __mj_CreatedAt(): Date;
595
590
  /**
596
- * * Field Name: UpdatedAt
597
- * * Display Name: Updated At
598
- * * SQL Data Type: datetime
599
- * * Default Value: getdate()
591
+ * * Field Name: __mj_UpdatedAt
592
+ * * Display Name: __mj _Updated At
593
+ * * SQL Data Type: datetimeoffset
600
594
  */
601
- get UpdatedAt(): Date;
595
+ get __mj_UpdatedAt(): Date;
602
596
  }
603
597
  /**
604
598
  * Skills - strongly typed entity sub-class
@@ -1402,19 +1396,28 @@ export declare class EntityFieldEntity extends BaseEntity {
1402
1396
  get RelatedEntityNameFieldMap(): string | null;
1403
1397
  set RelatedEntityNameFieldMap(value: string | null);
1404
1398
  /**
1405
- * * Field Name: CreatedAt
1406
- * * Display Name: Created At
1407
- * * SQL Data Type: datetime
1408
- * * Default Value: getdate()
1399
+ * * Field Name: RelatedEntityDisplayType
1400
+ * * Display Name: Related Entity Display Type
1401
+ * * SQL Data Type: nvarchar(20)
1402
+ * * Default Value: Search
1403
+ * * Description: Controls the generated form in the MJ Explorer UI - defaults to a search box, other option is a drop down. Possible values are Search and Dropdown
1409
1404
  */
1410
- get CreatedAt(): Date;
1405
+ get RelatedEntityDisplayType(): string;
1406
+ set RelatedEntityDisplayType(value: string);
1411
1407
  /**
1412
- * * Field Name: UpdatedAt
1413
- * * Display Name: Updated At
1414
- * * SQL Data Type: datetime
1415
- * * Default Value: getdate()
1408
+ * * Field Name: __mj_CreatedAt
1409
+ * * Display Name: __mj _Created At
1410
+ * * SQL Data Type: datetimeoffset
1411
+ * * Default Value: getutcdate()
1416
1412
  */
1417
- get UpdatedAt(): Date;
1413
+ get __mj_CreatedAt(): Date;
1414
+ /**
1415
+ * * Field Name: __mj_UpdatedAt
1416
+ * * Display Name: __mj _Updated At
1417
+ * * SQL Data Type: datetimeoffset
1418
+ * * Default Value: getutcdate()
1419
+ */
1420
+ get __mj_UpdatedAt(): Date;
1418
1421
  /**
1419
1422
  * * Field Name: Entity
1420
1423
  * * SQL Data Type: nvarchar(255)
@@ -1594,7 +1597,7 @@ export declare class EntityEntity extends BaseEntity {
1594
1597
  * * Display Name: Track Record Changes
1595
1598
  * * SQL Data Type: bit
1596
1599
  * * Default Value: 1
1597
- * * Description: When set to 1, changes made via the MemberJunction architecture will result in tracking records being created in the RecordChange table
1600
+ * * Description: When set to 1, changes made via the MemberJunction architecture will result in tracking records being created in the RecordChange table. In addition, when turned on CodeGen will ensure that your table has two fields: __mj_CreatedAt and __mj_UpdatedAt which are special fields used in conjunction with the RecordChange table to track changes to rows in your entity.
1598
1601
  */
1599
1602
  get TrackRecordChanges(): boolean;
1600
1603
  set TrackRecordChanges(value: boolean);
@@ -1825,20 +1828,6 @@ export declare class EntityEntity extends BaseEntity {
1825
1828
  get EntityObjectSubclassImport(): string | null;
1826
1829
  set EntityObjectSubclassImport(value: string | null);
1827
1830
  /**
1828
- * * Field Name: CreatedAt
1829
- * * Display Name: Created At
1830
- * * SQL Data Type: datetime
1831
- * * Default Value: getdate()
1832
- */
1833
- get CreatedAt(): Date;
1834
- /**
1835
- * * Field Name: UpdatedAt
1836
- * * Display Name: Updated At
1837
- * * SQL Data Type: datetime
1838
- * * Default Value: getdate()
1839
- */
1840
- get UpdatedAt(): Date;
1841
- /**
1842
1831
  * * Field Name: PreferredCommunicationField
1843
1832
  * * Display Name: Preferred Communication Field
1844
1833
  * * SQL Data Type: nvarchar(255)
@@ -1855,15 +1844,29 @@ export declare class EntityEntity extends BaseEntity {
1855
1844
  get Icon(): string | null;
1856
1845
  set Icon(value: string | null);
1857
1846
  /**
1847
+ * * Field Name: __mj_CreatedAt
1848
+ * * Display Name: __mj _Created At
1849
+ * * SQL Data Type: datetimeoffset
1850
+ */
1851
+ get __mj_CreatedAt(): Date;
1852
+ /**
1853
+ * * Field Name: __mj_UpdatedAt
1854
+ * * Display Name: __mj _Updated At
1855
+ * * SQL Data Type: datetimeoffset
1856
+ */
1857
+ get __mj_UpdatedAt(): Date;
1858
+ /**
1858
1859
  * * Field Name: CodeName
1859
1860
  * * Display Name: Code Name
1860
1861
  * * SQL Data Type: nvarchar(MAX)
1862
+ * * Default Value: getutcdate()
1861
1863
  */
1862
1864
  get CodeName(): string | null;
1863
1865
  /**
1864
1866
  * * Field Name: ClassName
1865
1867
  * * Display Name: Class Name
1866
1868
  * * SQL Data Type: nvarchar(MAX)
1869
+ * * Default Value: getutcdate()
1867
1870
  */
1868
1871
  get ClassName(): string | null;
1869
1872
  /**
@@ -2003,29 +2006,29 @@ export declare class UserEntity extends BaseEntity {
2003
2006
  get LinkedEntityRecordID(): number | null;
2004
2007
  set LinkedEntityRecordID(value: number | null);
2005
2008
  /**
2006
- * * Field Name: CreatedAt
2007
- * * Display Name: Created At
2008
- * * SQL Data Type: datetime
2009
- * * Default Value: getdate()
2009
+ * * Field Name: __mj_CreatedAt
2010
+ * * Display Name: __mj _Created At
2011
+ * * SQL Data Type: datetimeoffset
2010
2012
  */
2011
- get CreatedAt(): Date;
2013
+ get __mj_CreatedAt(): Date;
2012
2014
  /**
2013
- * * Field Name: UpdatedAt
2014
- * * Display Name: Updated At
2015
- * * SQL Data Type: datetime
2016
- * * Default Value: getdate()
2015
+ * * Field Name: __mj_UpdatedAt
2016
+ * * Display Name: __mj _Updated At
2017
+ * * SQL Data Type: datetimeoffset
2017
2018
  */
2018
- get UpdatedAt(): Date;
2019
+ get __mj_UpdatedAt(): Date;
2019
2020
  /**
2020
2021
  * * Field Name: FirstLast
2021
2022
  * * Display Name: First Last
2022
2023
  * * SQL Data Type: nvarchar(101)
2024
+ * * Default Value: getutcdate()
2023
2025
  */
2024
2026
  get FirstLast(): string | null;
2025
2027
  /**
2026
2028
  * * Field Name: EmployeeFirstLast
2027
2029
  * * Display Name: Employee First Last
2028
2030
  * * SQL Data Type: nvarchar(81)
2031
+ * * Default Value: getutcdate()
2029
2032
  */
2030
2033
  get EmployeeFirstLast(): string | null;
2031
2034
  /**
@@ -2174,17 +2177,53 @@ export declare class EntityRelationshipEntity extends BaseEntity {
2174
2177
  * * Display Name: Display In Form
2175
2178
  * * SQL Data Type: bit
2176
2179
  * * Default Value: 1
2180
+ * * Description: When unchecked the relationship will NOT be displayed on the generated form
2177
2181
  */
2178
2182
  get DisplayInForm(): boolean;
2179
2183
  set DisplayInForm(value: boolean);
2180
2184
  /**
2185
+ * * Field Name: DisplayLocation
2186
+ * * Display Name: Display Location
2187
+ * * SQL Data Type: nvarchar(50)
2188
+ * * Default Value: After Field Tabs
2189
+ * * Value List Type: List
2190
+ * * Possible Values
2191
+ * * After Field Tabs
2192
+ * * Before Field Tabs
2193
+ */
2194
+ get DisplayLocation(): 'After Field Tabs' | 'Before Field Tabs';
2195
+ set DisplayLocation(value: 'After Field Tabs' | 'Before Field Tabs');
2196
+ /**
2181
2197
  * * Field Name: DisplayName
2182
2198
  * * Display Name: Display Name
2183
2199
  * * SQL Data Type: nvarchar(255)
2200
+ * * Description: Optional, when specified this value overrides the related entity name for the label on the tab
2184
2201
  */
2185
2202
  get DisplayName(): string | null;
2186
2203
  set DisplayName(value: string | null);
2187
2204
  /**
2205
+ * * Field Name: DisplayIconType
2206
+ * * Display Name: Display Icon Type
2207
+ * * SQL Data Type: nvarchar(50)
2208
+ * * Default Value: Related Entity Icon
2209
+ * * Value List Type: List
2210
+ * * Possible Values
2211
+ * * Related Entity Icon
2212
+ * * Custom
2213
+ * * None
2214
+ * * Description: When Related Entity Icon - uses the icon from the related entity, if one exists. When Custom, uses the value in the DisplayIcon field in this record, and when None, no icon is displayed
2215
+ */
2216
+ get DisplayIconType(): 'Related Entity Icon' | 'Custom' | 'None';
2217
+ set DisplayIconType(value: 'Related Entity Icon' | 'Custom' | 'None');
2218
+ /**
2219
+ * * Field Name: DisplayIcon
2220
+ * * Display Name: Display Icon
2221
+ * * SQL Data Type: nvarchar(255)
2222
+ * * Description: If specified, the icon
2223
+ */
2224
+ get DisplayIcon(): string | null;
2225
+ set DisplayIcon(value: string | null);
2226
+ /**
2188
2227
  * * Field Name: DisplayUserViewGUID
2189
2228
  * * Display Name: Display User View GUID
2190
2229
  * * SQL Data Type: uniqueidentifier
@@ -2192,19 +2231,36 @@ export declare class EntityRelationshipEntity extends BaseEntity {
2192
2231
  */
2193
2232
  get DisplayUserViewGUID(): string | null;
2194
2233
  /**
2195
- * * Field Name: CreatedAt
2196
- * * Display Name: Created At
2197
- * * SQL Data Type: datetime
2198
- * * Default Value: getdate()
2234
+ * * Field Name: DisplayComponentID
2235
+ * * Display Name: Display Component ID
2236
+ * * SQL Data Type: int
2237
+ * * Related Entity/Foreign Key: Entity Relationship Display Components (vwEntityRelationshipDisplayComponents.ID)
2238
+ * * Description: If specified, this component will be used for displaying the relationship within the parent entity's form
2199
2239
  */
2200
- get CreatedAt(): Date;
2240
+ get DisplayComponentID(): number | null;
2241
+ set DisplayComponentID(value: number | null);
2201
2242
  /**
2202
- * * Field Name: UpdatedAt
2203
- * * Display Name: Updated At
2204
- * * SQL Data Type: datetime
2205
- * * Default Value: getdate()
2243
+ * * Field Name: DisplayComponentConfiguration
2244
+ * * Display Name: Display Component Configuration
2245
+ * * SQL Data Type: nvarchar(MAX)
2246
+ * * Description: If DisplayComponentID is specified, this field can optionally be used to track component-specific and relationship-specific configuration details that will be used by CodeGen to provide to the display component selected.
2206
2247
  */
2207
- get UpdatedAt(): Date;
2248
+ get DisplayComponentConfiguration(): string | null;
2249
+ set DisplayComponentConfiguration(value: string | null);
2250
+ /**
2251
+ * * Field Name: __mj_CreatedAt
2252
+ * * Display Name: __mj _Created At
2253
+ * * SQL Data Type: datetimeoffset
2254
+ * * Default Value: getutcdate()
2255
+ */
2256
+ get __mj_CreatedAt(): Date;
2257
+ /**
2258
+ * * Field Name: __mj_UpdatedAt
2259
+ * * Display Name: __mj _Updated At
2260
+ * * SQL Data Type: datetimeoffset
2261
+ * * Default Value: getutcdate()
2262
+ */
2263
+ get __mj_UpdatedAt(): Date;
2208
2264
  /**
2209
2265
  * * Field Name: Entity
2210
2266
  * * SQL Data Type: nvarchar(255)
@@ -2554,29 +2610,29 @@ export declare class UserViewEntity extends BaseEntity {
2554
2610
  get SortState(): string | null;
2555
2611
  set SortState(value: string | null);
2556
2612
  /**
2557
- * * Field Name: CreatedAt
2558
- * * Display Name: Created At
2559
- * * SQL Data Type: datetime
2560
- * * Default Value: getdate()
2613
+ * * Field Name: __mj_CreatedAt
2614
+ * * Display Name: __mj _Created At
2615
+ * * SQL Data Type: datetimeoffset
2561
2616
  */
2562
- get CreatedAt(): Date | null;
2617
+ get __mj_CreatedAt(): Date;
2563
2618
  /**
2564
- * * Field Name: UpdatedAt
2565
- * * Display Name: Updated At
2566
- * * SQL Data Type: datetime
2567
- * * Default Value: getdate()
2619
+ * * Field Name: __mj_UpdatedAt
2620
+ * * Display Name: __mj _Updated At
2621
+ * * SQL Data Type: datetimeoffset
2568
2622
  */
2569
- get UpdatedAt(): Date | null;
2623
+ get __mj_UpdatedAt(): Date;
2570
2624
  /**
2571
2625
  * * Field Name: UserName
2572
2626
  * * Display Name: User Name
2573
2627
  * * SQL Data Type: nvarchar(100)
2628
+ * * Default Value: getutcdate()
2574
2629
  */
2575
2630
  get UserName(): string;
2576
2631
  /**
2577
2632
  * * Field Name: UserFirstLast
2578
2633
  * * Display Name: User First Last
2579
2634
  * * SQL Data Type: nvarchar(101)
2635
+ * * Default Value: getutcdate()
2580
2636
  */
2581
2637
  get UserFirstLast(): string | null;
2582
2638
  /**
@@ -2949,19 +3005,17 @@ export declare class ApplicationEntity extends BaseEntity {
2949
3005
  get DefaultForNewUser(): boolean;
2950
3006
  set DefaultForNewUser(value: boolean);
2951
3007
  /**
2952
- * * Field Name: CreatedAt
2953
- * * Display Name: Created At
2954
- * * SQL Data Type: datetime
2955
- * * Default Value: getdate()
3008
+ * * Field Name: __mj_CreatedAt
3009
+ * * Display Name: __mj _Created At
3010
+ * * SQL Data Type: datetimeoffset
2956
3011
  */
2957
- get CreatedAt(): Date;
3012
+ get __mj_CreatedAt(): Date;
2958
3013
  /**
2959
- * * Field Name: UpdatedAt
2960
- * * Display Name: Updated At
2961
- * * SQL Data Type: datetime
2962
- * * Default Value: getdate()
3014
+ * * Field Name: __mj_UpdatedAt
3015
+ * * Display Name: __mj _Updated At
3016
+ * * SQL Data Type: datetimeoffset
2963
3017
  */
2964
- get UpdatedAt(): Date;
3018
+ get __mj_UpdatedAt(): Date;
2965
3019
  }
2966
3020
  /**
2967
3021
  * Application Entities - strongly typed entity sub-class
@@ -3024,27 +3078,27 @@ export declare class ApplicationEntityEntity extends BaseEntity {
3024
3078
  get DefaultForNewUser(): boolean;
3025
3079
  set DefaultForNewUser(value: boolean);
3026
3080
  /**
3027
- * * Field Name: CreatedAt
3028
- * * Display Name: Created At
3029
- * * SQL Data Type: datetime
3030
- * * Default Value: getdate()
3081
+ * * Field Name: __mj_CreatedAt
3082
+ * * Display Name: __mj _Created At
3083
+ * * SQL Data Type: datetimeoffset
3031
3084
  */
3032
- get CreatedAt(): Date;
3085
+ get __mj_CreatedAt(): Date;
3033
3086
  /**
3034
- * * Field Name: UpdatedAt
3035
- * * Display Name: Updated At
3036
- * * SQL Data Type: datetime
3037
- * * Default Value: getdate()
3087
+ * * Field Name: __mj_UpdatedAt
3088
+ * * Display Name: __mj _Updated At
3089
+ * * SQL Data Type: datetimeoffset
3038
3090
  */
3039
- get UpdatedAt(): Date;
3091
+ get __mj_UpdatedAt(): Date;
3040
3092
  /**
3041
3093
  * * Field Name: Application
3042
3094
  * * SQL Data Type: nvarchar(50)
3095
+ * * Default Value: getutcdate()
3043
3096
  */
3044
3097
  get Application(): string;
3045
3098
  /**
3046
3099
  * * Field Name: Entity
3047
3100
  * * SQL Data Type: nvarchar(255)
3101
+ * * Default Value: getutcdate()
3048
3102
  */
3049
3103
  get Entity(): string;
3050
3104
  /**
@@ -3182,28 +3236,29 @@ export declare class EntityPermissionEntity extends BaseEntity {
3182
3236
  get DeleteRLSFilterID(): number | null;
3183
3237
  set DeleteRLSFilterID(value: number | null);
3184
3238
  /**
3185
- * * Field Name: CreatedAt
3186
- * * Display Name: Created At
3187
- * * SQL Data Type: datetime
3188
- * * Default Value: getdate()
3239
+ * * Field Name: __mj_CreatedAt
3240
+ * * Display Name: __mj _Created At
3241
+ * * SQL Data Type: datetimeoffset
3189
3242
  */
3190
- get CreatedAt(): Date;
3243
+ get __mj_CreatedAt(): Date;
3191
3244
  /**
3192
- * * Field Name: UpdatedAt
3193
- * * Display Name: Updated At
3194
- * * SQL Data Type: datetime
3195
- * * Default Value: getdate()
3245
+ * * Field Name: __mj_UpdatedAt
3246
+ * * Display Name: __mj _Updated At
3247
+ * * SQL Data Type: datetimeoffset
3196
3248
  */
3197
- get UpdatedAt(): Date;
3249
+ get __mj_UpdatedAt(): Date;
3198
3250
  /**
3199
3251
  * * Field Name: Entity
3252
+ * * Display Name: Entity
3200
3253
  * * SQL Data Type: nvarchar(255)
3254
+ * * Default Value: getutcdate()
3201
3255
  */
3202
3256
  get Entity(): string;
3203
3257
  /**
3204
3258
  * * Field Name: RoleSQLName
3205
3259
  * * Display Name: Role SQLName
3206
3260
  * * SQL Data Type: nvarchar(250)
3261
+ * * Default Value: getutcdate()
3207
3262
  */
3208
3263
  get RoleSQLName(): string | null;
3209
3264
  /**
@@ -4144,18 +4199,28 @@ export declare class RecordChangeEntity extends BaseEntity {
4144
4199
  * * Display Name: Type
4145
4200
  * * SQL Data Type: nvarchar(20)
4146
4201
  * * Default Value: Create
4202
+ * * Value List Type: List
4203
+ * * Possible Values
4204
+ * * Create
4205
+ * * Update
4206
+ * * Delete
4147
4207
  * * Description: Create, Update, or Delete
4148
4208
  */
4149
- get Type(): string;
4150
- set Type(value: string);
4209
+ get Type(): 'Create' | 'Update' | 'Delete';
4210
+ set Type(value: 'Create' | 'Update' | 'Delete');
4151
4211
  /**
4152
4212
  * * Field Name: Source
4153
4213
  * * Display Name: Source
4154
4214
  * * SQL Data Type: nvarchar(20)
4215
+ * * Default Value: Internal
4216
+ * * Value List Type: List
4217
+ * * Possible Values
4218
+ * * Internal
4219
+ * * External
4155
4220
  * * Description: Internal or External
4156
4221
  */
4157
- get Source(): string | null;
4158
- set Source(value: string | null);
4222
+ get Source(): 'Internal' | 'External';
4223
+ set Source(value: 'Internal' | 'External');
4159
4224
  /**
4160
4225
  * * Field Name: IntegrationID
4161
4226
  * * Display Name: Integration ID
@@ -4168,8 +4233,8 @@ export declare class RecordChangeEntity extends BaseEntity {
4168
4233
  /**
4169
4234
  * * Field Name: ChangedAt
4170
4235
  * * Display Name: Changed At
4171
- * * SQL Data Type: datetime
4172
- * * Default Value: getdate()
4236
+ * * SQL Data Type: datetimeoffset
4237
+ * * Default Value: getutcdate()
4173
4238
  * * Description: The date/time that the change occured.
4174
4239
  */
4175
4240
  get ChangedAt(): Date;
@@ -4206,10 +4271,20 @@ export declare class RecordChangeEntity extends BaseEntity {
4206
4271
  * * Possible Values
4207
4272
  * * Pending
4208
4273
  * * Complete
4274
+ * * Error
4209
4275
  * * Description: For internal record changes generated within MJ, the status is immediately Complete. For external changes that are detected, the workflow starts off as Pending, then In Progress and finally either Complete or Error
4210
4276
  */
4211
- get Status(): 'Pending' | 'Complete';
4212
- set Status(value: 'Pending' | 'Complete');
4277
+ get Status(): 'Pending' | 'Complete' | 'Error';
4278
+ set Status(value: 'Pending' | 'Complete' | 'Error');
4279
+ /**
4280
+ * * Field Name: ReplayRunID
4281
+ * * Display Name: Replay Run ID
4282
+ * * SQL Data Type: int
4283
+ * * Related Entity/Foreign Key: Record Change Replay Runs (vwRecordChangeReplayRuns.ID)
4284
+ * * Description: For external changes only, this run ID is the link to the replay run that the change record was part of
4285
+ */
4286
+ get ReplayRunID(): number | null;
4287
+ set ReplayRunID(value: number | null);
4213
4288
  /**
4214
4289
  * * Field Name: ErrorLog
4215
4290
  * * Display Name: Error Log
@@ -4226,15 +4301,15 @@ export declare class RecordChangeEntity extends BaseEntity {
4226
4301
  /**
4227
4302
  * * Field Name: CreatedAt
4228
4303
  * * Display Name: Created At
4229
- * * SQL Data Type: datetime
4230
- * * Default Value: getdate()
4304
+ * * SQL Data Type: datetimeoffset
4305
+ * * Default Value: getutcdate()
4231
4306
  */
4232
4307
  get CreatedAt(): Date;
4233
4308
  /**
4234
4309
  * * Field Name: UpdatedAt
4235
4310
  * * Display Name: Updated At
4236
- * * SQL Data Type: datetime
4237
- * * Default Value: getdate()
4311
+ * * SQL Data Type: datetimeoffset
4312
+ * * Default Value: getutcdate()
4238
4313
  */
4239
4314
  get UpdatedAt(): Date;
4240
4315
  /**
@@ -4302,23 +4377,22 @@ export declare class UserRoleEntity extends BaseEntity {
4302
4377
  get RoleName(): string;
4303
4378
  set RoleName(value: string);
4304
4379
  /**
4305
- * * Field Name: CreatedAt
4306
- * * Display Name: Created At
4307
- * * SQL Data Type: datetime
4308
- * * Default Value: getdate()
4380
+ * * Field Name: __mj_CreatedAt
4381
+ * * Display Name: __mj _Created At
4382
+ * * SQL Data Type: datetimeoffset
4309
4383
  */
4310
- get CreatedAt(): Date;
4384
+ get __mj_CreatedAt(): Date;
4311
4385
  /**
4312
- * * Field Name: UpdatedAt
4313
- * * Display Name: Updated At
4314
- * * SQL Data Type: datetime
4315
- * * Default Value: getdate()
4386
+ * * Field Name: __mj_UpdatedAt
4387
+ * * Display Name: __mj _Updated At
4388
+ * * SQL Data Type: datetimeoffset
4316
4389
  */
4317
- get UpdatedAt(): Date;
4390
+ get __mj_UpdatedAt(): Date;
4318
4391
  /**
4319
4392
  * * Field Name: User
4320
4393
  * * Display Name: User
4321
4394
  * * SQL Data Type: nvarchar(100)
4395
+ * * Default Value: getutcdate()
4322
4396
  */
4323
4397
  get User(): string;
4324
4398
  }
@@ -4391,19 +4465,17 @@ export declare class RowLevelSecurityFilterEntity extends BaseEntity {
4391
4465
  get FilterText(): string | null;
4392
4466
  set FilterText(value: string | null);
4393
4467
  /**
4394
- * * Field Name: CreatedAt
4395
- * * Display Name: Created At
4396
- * * SQL Data Type: datetime
4397
- * * Default Value: getdate()
4468
+ * * Field Name: __mj_CreatedAt
4469
+ * * Display Name: __mj _Created At
4470
+ * * SQL Data Type: datetimeoffset
4398
4471
  */
4399
- get CreatedAt(): Date;
4472
+ get __mj_CreatedAt(): Date;
4400
4473
  /**
4401
- * * Field Name: UpdatedAt
4402
- * * Display Name: Updated At
4403
- * * SQL Data Type: datetime
4404
- * * Default Value: getdate()
4474
+ * * Field Name: __mj_UpdatedAt
4475
+ * * Display Name: __mj _Updated At
4476
+ * * SQL Data Type: datetimeoffset
4405
4477
  */
4406
- get UpdatedAt(): Date;
4478
+ get __mj_UpdatedAt(): Date;
4407
4479
  }
4408
4480
  /**
4409
4481
  * Audit Logs - strongly typed entity sub-class
@@ -4621,23 +4693,22 @@ export declare class AuthorizationEntity extends BaseEntity {
4621
4693
  get Description(): string | null;
4622
4694
  set Description(value: string | null);
4623
4695
  /**
4624
- * * Field Name: CreatedAt
4625
- * * Display Name: Created At
4626
- * * SQL Data Type: datetime
4627
- * * Default Value: getdate()
4696
+ * * Field Name: __mj_CreatedAt
4697
+ * * Display Name: __mj _Created At
4698
+ * * SQL Data Type: datetimeoffset
4628
4699
  */
4629
- get CreatedAt(): Date;
4700
+ get __mj_CreatedAt(): Date;
4630
4701
  /**
4631
- * * Field Name: UpdatedAt
4632
- * * Display Name: Updated At
4633
- * * SQL Data Type: datetime
4634
- * * Default Value: getdate()
4702
+ * * Field Name: __mj_UpdatedAt
4703
+ * * Display Name: __mj _Updated At
4704
+ * * SQL Data Type: datetimeoffset
4635
4705
  */
4636
- get UpdatedAt(): Date;
4706
+ get __mj_UpdatedAt(): Date;
4637
4707
  /**
4638
4708
  * * Field Name: Parent
4639
4709
  * * Display Name: Parent
4640
4710
  * * SQL Data Type: nvarchar(100)
4711
+ * * Default Value: getutcdate()
4641
4712
  */
4642
4713
  get Parent(): string | null;
4643
4714
  }
@@ -4809,23 +4880,22 @@ export declare class AuditLogTypeEntity extends BaseEntity {
4809
4880
  get AuthorizationName(): string | null;
4810
4881
  set AuthorizationName(value: string | null);
4811
4882
  /**
4812
- * * Field Name: CreatedAt
4813
- * * Display Name: Created At
4814
- * * SQL Data Type: datetime
4815
- * * Default Value: getdate()
4883
+ * * Field Name: __mj_CreatedAt
4884
+ * * Display Name: __mj _Created At
4885
+ * * SQL Data Type: datetimeoffset
4816
4886
  */
4817
- get CreatedAt(): Date;
4887
+ get __mj_CreatedAt(): Date;
4818
4888
  /**
4819
- * * Field Name: UpdatedAt
4820
- * * Display Name: Updated At
4821
- * * SQL Data Type: datetime
4822
- * * Default Value: getdate()
4889
+ * * Field Name: __mj_UpdatedAt
4890
+ * * Display Name: __mj _Updated At
4891
+ * * SQL Data Type: datetimeoffset
4823
4892
  */
4824
- get UpdatedAt(): Date;
4893
+ get __mj_UpdatedAt(): Date;
4825
4894
  /**
4826
4895
  * * Field Name: Parent
4827
4896
  * * Display Name: Parent
4828
4897
  * * SQL Data Type: nvarchar(50)
4898
+ * * Default Value: getutcdate()
4829
4899
  */
4830
4900
  get Parent(): string | null;
4831
4901
  }
@@ -4853,15 +4923,6 @@ export declare class EntityFieldValueEntity extends BaseEntity {
4853
4923
  */
4854
4924
  Load(ID: number, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
4855
4925
  /**
4856
- * Entity Field Values - AllowCreateAPI and AllowUpdateAPI are both set to 0 in the database. Save is not allowed, so this method is generated to override the base class method and throw an error. To enable save for this entity, set AllowCreateAPI and/or AllowUpdateAPI to 1 in the database.
4857
- * @public
4858
- * @method
4859
- * @override
4860
- * @memberof EntityFieldValueEntity
4861
- * @throws {Error} - Save is not allowed for Entity Field Values, to enable it set AllowCreateAPI and/or AllowUpdateAPI to 1 in the database.
4862
- */
4863
- Save(options?: EntitySaveOptions): Promise<boolean>;
4864
- /**
4865
4926
  * Entity Field Values - 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.
4866
4927
  * @public
4867
4928
  * @method
@@ -4921,29 +4982,29 @@ export declare class EntityFieldValueEntity extends BaseEntity {
4921
4982
  get Description(): string | null;
4922
4983
  set Description(value: string | null);
4923
4984
  /**
4924
- * * Field Name: CreatedAt
4925
- * * Display Name: Created At
4926
- * * SQL Data Type: datetime
4927
- * * Default Value: getdate()
4985
+ * * Field Name: __mj_CreatedAt
4986
+ * * Display Name: __mj _Created At
4987
+ * * SQL Data Type: datetimeoffset
4928
4988
  */
4929
- get CreatedAt(): Date;
4989
+ get __mj_CreatedAt(): Date;
4930
4990
  /**
4931
- * * Field Name: UpdatedAt
4932
- * * Display Name: Updated At
4933
- * * SQL Data Type: datetime
4934
- * * Default Value: getdate()
4991
+ * * Field Name: __mj_UpdatedAt
4992
+ * * Display Name: __mj _Updated At
4993
+ * * SQL Data Type: datetimeoffset
4935
4994
  */
4936
- get UpdatedAt(): Date;
4995
+ get __mj_UpdatedAt(): Date;
4937
4996
  /**
4938
4997
  * * Field Name: EntityField
4939
4998
  * * Display Name: Entity Field
4940
4999
  * * SQL Data Type: nvarchar(255)
5000
+ * * Default Value: getutcdate()
4941
5001
  */
4942
5002
  get EntityField(): string;
4943
5003
  /**
4944
5004
  * * Field Name: Entity
4945
5005
  * * Display Name: Entity
4946
5006
  * * SQL Data Type: nvarchar(255)
5007
+ * * Default Value: getutcdate()
4947
5008
  */
4948
5009
  get Entity(): string;
4949
5010
  }
@@ -5364,6 +5425,20 @@ export declare class EntityAIActionEntity extends BaseEntity {
5364
5425
  get Comments(): string | null;
5365
5426
  set Comments(value: string | null);
5366
5427
  /**
5428
+ * * Field Name: __mj_CreatedAt
5429
+ * * Display Name: __mj _Created At
5430
+ * * SQL Data Type: datetimeoffset
5431
+ * * Default Value: getutcdate()
5432
+ */
5433
+ get __mj_CreatedAt(): Date;
5434
+ /**
5435
+ * * Field Name: __mj_UpdatedAt
5436
+ * * Display Name: __mj _Updated At
5437
+ * * SQL Data Type: datetimeoffset
5438
+ * * Default Value: getutcdate()
5439
+ */
5440
+ get __mj_UpdatedAt(): Date;
5441
+ /**
5367
5442
  * * Field Name: Entity
5368
5443
  * * Display Name: Entity
5369
5444
  * * SQL Data Type: nvarchar(255)
@@ -6462,23 +6537,22 @@ export declare class ResourceTypeEntity extends BaseEntity {
6462
6537
  get EntityID(): number | null;
6463
6538
  set EntityID(value: number | null);
6464
6539
  /**
6465
- * * Field Name: CreatedAt
6466
- * * Display Name: Created At
6467
- * * SQL Data Type: datetime
6468
- * * Default Value: getdate()
6540
+ * * Field Name: __mj_CreatedAt
6541
+ * * Display Name: __mj _Created At
6542
+ * * SQL Data Type: datetimeoffset
6469
6543
  */
6470
- get CreatedAt(): Date;
6544
+ get __mj_CreatedAt(): Date;
6471
6545
  /**
6472
- * * Field Name: UpdatedAt
6473
- * * Display Name: Updated At
6474
- * * SQL Data Type: datetime
6475
- * * Default Value: getdate()
6546
+ * * Field Name: __mj_UpdatedAt
6547
+ * * Display Name: __mj _Updated At
6548
+ * * SQL Data Type: datetimeoffset
6476
6549
  */
6477
- get UpdatedAt(): Date;
6550
+ get __mj_UpdatedAt(): Date;
6478
6551
  /**
6479
6552
  * * Field Name: Entity
6480
6553
  * * Display Name: Entity
6481
6554
  * * SQL Data Type: nvarchar(255)
6555
+ * * Default Value: getutcdate()
6482
6556
  */
6483
6557
  get Entity(): string | null;
6484
6558
  }
@@ -7889,29 +7963,29 @@ export declare class QueryFieldEntity extends BaseEntity {
7889
7963
  get SummaryDescription(): string | null;
7890
7964
  set SummaryDescription(value: string | null);
7891
7965
  /**
7892
- * * Field Name: CreatedAt
7893
- * * Display Name: Created At
7894
- * * SQL Data Type: datetime
7895
- * * Default Value: getdate()
7966
+ * * Field Name: __mj_CreatedAt
7967
+ * * Display Name: __mj _Created At
7968
+ * * SQL Data Type: datetimeoffset
7896
7969
  */
7897
- get CreatedAt(): Date;
7970
+ get __mj_CreatedAt(): Date;
7898
7971
  /**
7899
- * * Field Name: UpdatedAt
7900
- * * Display Name: Updated At
7901
- * * SQL Data Type: datetime
7902
- * * Default Value: getdate()
7972
+ * * Field Name: __mj_UpdatedAt
7973
+ * * Display Name: __mj _Updated At
7974
+ * * SQL Data Type: datetimeoffset
7903
7975
  */
7904
- get UpdatedAt(): Date;
7976
+ get __mj_UpdatedAt(): Date;
7905
7977
  /**
7906
7978
  * * Field Name: Query
7907
7979
  * * Display Name: Query
7908
7980
  * * SQL Data Type: nvarchar(255)
7981
+ * * Default Value: getutcdate()
7909
7982
  */
7910
7983
  get Query(): string;
7911
7984
  /**
7912
7985
  * * Field Name: SourceEntity
7913
7986
  * * Display Name: Source Entity
7914
7987
  * * SQL Data Type: nvarchar(255)
7988
+ * * Default Value: getutcdate()
7915
7989
  */
7916
7990
  get SourceEntity(): string | null;
7917
7991
  }
@@ -7967,20 +8041,6 @@ export declare class QueryCategoryEntity extends BaseEntity {
7967
8041
  get Description(): string | null;
7968
8042
  set Description(value: string | null);
7969
8043
  /**
7970
- * * Field Name: CreatedAt
7971
- * * Display Name: Created At
7972
- * * SQL Data Type: datetime
7973
- * * Default Value: getdate()
7974
- */
7975
- get CreatedAt(): Date;
7976
- /**
7977
- * * Field Name: UpdatedAt
7978
- * * Display Name: Updated At
7979
- * * SQL Data Type: datetime
7980
- * * Default Value: getdate()
7981
- */
7982
- get UpdatedAt(): Date;
7983
- /**
7984
8044
  * * Field Name: UserID
7985
8045
  * * Display Name: User ID
7986
8046
  * * SQL Data Type: int
@@ -7989,15 +8049,29 @@ export declare class QueryCategoryEntity extends BaseEntity {
7989
8049
  get UserID(): number;
7990
8050
  set UserID(value: number);
7991
8051
  /**
8052
+ * * Field Name: __mj_CreatedAt
8053
+ * * Display Name: __mj _Created At
8054
+ * * SQL Data Type: datetimeoffset
8055
+ */
8056
+ get __mj_CreatedAt(): Date;
8057
+ /**
8058
+ * * Field Name: __mj_UpdatedAt
8059
+ * * Display Name: __mj _Updated At
8060
+ * * SQL Data Type: datetimeoffset
8061
+ */
8062
+ get __mj_UpdatedAt(): Date;
8063
+ /**
7992
8064
  * * Field Name: Parent
7993
8065
  * * Display Name: Parent
7994
8066
  * * SQL Data Type: nvarchar(50)
8067
+ * * Default Value: getutcdate()
7995
8068
  */
7996
8069
  get Parent(): string | null;
7997
8070
  /**
7998
8071
  * * Field Name: User
7999
8072
  * * Display Name: User
8000
8073
  * * SQL Data Type: nvarchar(100)
8074
+ * * Default Value: getutcdate()
8001
8075
  */
8002
8076
  get User(): string;
8003
8077
  }
@@ -8129,23 +8203,22 @@ export declare class QueryEntity extends BaseEntity {
8129
8203
  get ExecutionCostRank(): number | null;
8130
8204
  set ExecutionCostRank(value: number | null);
8131
8205
  /**
8132
- * * Field Name: CreatedAt
8133
- * * Display Name: Created At
8134
- * * SQL Data Type: datetime
8135
- * * Default Value: getdate()
8206
+ * * Field Name: __mj_CreatedAt
8207
+ * * Display Name: __mj _Created At
8208
+ * * SQL Data Type: datetimeoffset
8136
8209
  */
8137
- get CreatedAt(): Date;
8210
+ get __mj_CreatedAt(): Date;
8138
8211
  /**
8139
- * * Field Name: UpdatedAt
8140
- * * Display Name: Updated At
8141
- * * SQL Data Type: datetime
8142
- * * Default Value: getdate()
8212
+ * * Field Name: __mj_UpdatedAt
8213
+ * * Display Name: __mj _Updated At
8214
+ * * SQL Data Type: datetimeoffset
8143
8215
  */
8144
- get UpdatedAt(): Date;
8216
+ get __mj_UpdatedAt(): Date;
8145
8217
  /**
8146
8218
  * * Field Name: Category
8147
8219
  * * Display Name: Category
8148
8220
  * * SQL Data Type: nvarchar(50)
8221
+ * * Default Value: getutcdate()
8149
8222
  */
8150
8223
  get Category(): string | null;
8151
8224
  }
@@ -8204,19 +8277,17 @@ export declare class QueryPermissionEntity extends BaseEntity {
8204
8277
  get RoleName(): string;
8205
8278
  set RoleName(value: string);
8206
8279
  /**
8207
- * * Field Name: CreatedAt
8208
- * * Display Name: Created At
8209
- * * SQL Data Type: datetime
8210
- * * Default Value: getdate()
8280
+ * * Field Name: __mj_CreatedAt
8281
+ * * Display Name: __mj _Created At
8282
+ * * SQL Data Type: datetimeoffset
8211
8283
  */
8212
- get CreatedAt(): Date;
8284
+ get __mj_CreatedAt(): Date;
8213
8285
  /**
8214
- * * Field Name: UpdatedAt
8215
- * * Display Name: Updated At
8216
- * * SQL Data Type: datetime
8217
- * * Default Value: getdate()
8286
+ * * Field Name: __mj_UpdatedAt
8287
+ * * Display Name: __mj _Updated At
8288
+ * * SQL Data Type: datetimeoffset
8218
8289
  */
8219
- get UpdatedAt(): Date;
8290
+ get __mj_UpdatedAt(): Date;
8220
8291
  }
8221
8292
  /**
8222
8293
  * Vector Indexes - strongly typed entity sub-class
@@ -8366,19 +8437,17 @@ export declare class EntityDocumentTypeEntity extends BaseEntity {
8366
8437
  get Description(): string | null;
8367
8438
  set Description(value: string | null);
8368
8439
  /**
8369
- * * Field Name: CreatedAt
8370
- * * Display Name: Created At
8371
- * * SQL Data Type: datetime
8372
- * * Default Value: getdate()
8440
+ * * Field Name: __mj_CreatedAt
8441
+ * * Display Name: __mj _Created At
8442
+ * * SQL Data Type: datetimeoffset
8373
8443
  */
8374
- get CreatedAt(): Date;
8444
+ get __mj_CreatedAt(): Date;
8375
8445
  /**
8376
- * * Field Name: UpdatedAt
8377
- * * Display Name: Updated At
8378
- * * SQL Data Type: datetime
8379
- * * Default Value: getdate()
8446
+ * * Field Name: __mj_UpdatedAt
8447
+ * * Display Name: __mj _Updated At
8448
+ * * SQL Data Type: datetimeoffset
8380
8449
  */
8381
- get UpdatedAt(): Date;
8450
+ get __mj_UpdatedAt(): Date;
8382
8451
  }
8383
8452
  /**
8384
8453
  * Entity Document Runs - strongly typed entity sub-class
@@ -8455,23 +8524,22 @@ export declare class EntityDocumentRunEntity extends BaseEntity {
8455
8524
  get Status(): 'Pending' | 'Complete' | 'Failed';
8456
8525
  set Status(value: 'Pending' | 'Complete' | 'Failed');
8457
8526
  /**
8458
- * * Field Name: CreatedAt
8459
- * * Display Name: Created At
8460
- * * SQL Data Type: datetime
8461
- * * Default Value: getdate()
8527
+ * * Field Name: __mj_CreatedAt
8528
+ * * Display Name: __mj _Created At
8529
+ * * SQL Data Type: datetimeoffset
8462
8530
  */
8463
- get CreatedAt(): Date;
8531
+ get __mj_CreatedAt(): Date;
8464
8532
  /**
8465
- * * Field Name: UpdatedAt
8466
- * * Display Name: Updated At
8467
- * * SQL Data Type: datetime
8468
- * * Default Value: getdate()
8533
+ * * Field Name: __mj_UpdatedAt
8534
+ * * Display Name: __mj _Updated At
8535
+ * * SQL Data Type: datetimeoffset
8469
8536
  */
8470
- get UpdatedAt(): Date;
8537
+ get __mj_UpdatedAt(): Date;
8471
8538
  /**
8472
8539
  * * Field Name: EntityDocument
8473
8540
  * * Display Name: Entity Document
8474
8541
  * * SQL Data Type: nvarchar(250)
8542
+ * * Default Value: getutcdate()
8475
8543
  */
8476
8544
  get EntityDocument(): string;
8477
8545
  }
@@ -8645,26 +8713,24 @@ export declare class EntityRecordDocumentEntity extends BaseEntity {
8645
8713
  get EntityRecordUpdatedAt(): Date;
8646
8714
  set EntityRecordUpdatedAt(value: Date);
8647
8715
  /**
8648
- * * Field Name: CreatedAt
8649
- * * Display Name: Created At
8650
- * * SQL Data Type: datetime
8651
- * * Default Value: getdate()
8652
- */
8653
- get CreatedAt(): Date;
8654
- /**
8655
- * * Field Name: UpdatedAt
8656
- * * Display Name: Updated At
8657
- * * SQL Data Type: datetime
8658
- * * Default Value: getdate()
8659
- */
8660
- get UpdatedAt(): Date;
8661
- /**
8662
8716
  * * Field Name: EntityDocumentID
8663
8717
  * * Display Name: Entity Document ID
8664
8718
  * * SQL Data Type: int
8665
8719
  */
8666
8720
  get EntityDocumentID(): number;
8667
8721
  set EntityDocumentID(value: number);
8722
+ /**
8723
+ * * Field Name: __mj_CreatedAt
8724
+ * * Display Name: __mj _Created At
8725
+ * * SQL Data Type: datetimeoffset
8726
+ */
8727
+ get __mj_CreatedAt(): Date;
8728
+ /**
8729
+ * * Field Name: __mj_UpdatedAt
8730
+ * * Display Name: __mj _Updated At
8731
+ * * SQL Data Type: datetimeoffset
8732
+ */
8733
+ get __mj_UpdatedAt(): Date;
8668
8734
  }
8669
8735
  /**
8670
8736
  * Entity Documents - strongly typed entity sub-class
@@ -8781,29 +8847,29 @@ export declare class EntityDocumentEntity extends BaseEntity {
8781
8847
  get AbsoluteMatchThreshold(): number;
8782
8848
  set AbsoluteMatchThreshold(value: number);
8783
8849
  /**
8784
- * * Field Name: CreatedAt
8785
- * * Display Name: Created At
8786
- * * SQL Data Type: datetime
8787
- * * Default Value: getdate()
8850
+ * * Field Name: __mj_CreatedAt
8851
+ * * Display Name: __mj _Created At
8852
+ * * SQL Data Type: datetimeoffset
8788
8853
  */
8789
- get CreatedAt(): Date;
8854
+ get __mj_CreatedAt(): Date;
8790
8855
  /**
8791
- * * Field Name: UpdatedAt
8792
- * * Display Name: Updated At
8793
- * * SQL Data Type: datetime
8794
- * * Default Value: getdate()
8856
+ * * Field Name: __mj_UpdatedAt
8857
+ * * Display Name: __mj _Updated At
8858
+ * * SQL Data Type: datetimeoffset
8795
8859
  */
8796
- get UpdatedAt(): Date;
8860
+ get __mj_UpdatedAt(): Date;
8797
8861
  /**
8798
8862
  * * Field Name: Entity
8799
8863
  * * Display Name: Entity
8800
8864
  * * SQL Data Type: nvarchar(255)
8865
+ * * Default Value: getutcdate()
8801
8866
  */
8802
8867
  get Entity(): string;
8803
8868
  /**
8804
8869
  * * Field Name: Type
8805
8870
  * * Display Name: Type
8806
8871
  * * SQL Data Type: nvarchar(100)
8872
+ * * Default Value: getutcdate()
8807
8873
  */
8808
8874
  get Type(): string;
8809
8875
  }
@@ -10018,23 +10084,22 @@ export declare class EntityDocumentSettingEntity extends BaseEntity {
10018
10084
  get Comments(): string | null;
10019
10085
  set Comments(value: string | null);
10020
10086
  /**
10021
- * * Field Name: CreatedAt
10022
- * * Display Name: Created At
10023
- * * SQL Data Type: datetime
10024
- * * Default Value: getdate()
10087
+ * * Field Name: __mj_CreatedAt
10088
+ * * Display Name: __mj _Created At
10089
+ * * SQL Data Type: datetimeoffset
10025
10090
  */
10026
- get CreatedAt(): Date;
10091
+ get __mj_CreatedAt(): Date;
10027
10092
  /**
10028
- * * Field Name: UpdatedAt
10029
- * * Display Name: Updated At
10030
- * * SQL Data Type: datetime
10031
- * * Default Value: getdate()
10093
+ * * Field Name: __mj_UpdatedAt
10094
+ * * Display Name: __mj _Updated At
10095
+ * * SQL Data Type: datetimeoffset
10032
10096
  */
10033
- get UpdatedAt(): Date;
10097
+ get __mj_UpdatedAt(): Date;
10034
10098
  /**
10035
10099
  * * Field Name: EntityDocument
10036
10100
  * * Display Name: Entity Document
10037
10101
  * * SQL Data Type: nvarchar(250)
10102
+ * * Default Value: getutcdate()
10038
10103
  */
10039
10104
  get EntityDocument(): string;
10040
10105
  }
@@ -10106,23 +10171,22 @@ export declare class EntitySettingEntity extends BaseEntity {
10106
10171
  get Comments(): string | null;
10107
10172
  set Comments(value: string | null);
10108
10173
  /**
10109
- * * Field Name: CreatedAt
10110
- * * Display Name: Created At
10111
- * * SQL Data Type: datetime
10112
- * * Default Value: getdate()
10174
+ * * Field Name: __mj_CreatedAt
10175
+ * * Display Name: __mj _Created At
10176
+ * * SQL Data Type: datetimeoffset
10113
10177
  */
10114
- get CreatedAt(): Date;
10178
+ get __mj_CreatedAt(): Date;
10115
10179
  /**
10116
- * * Field Name: UpdatedAt
10117
- * * Display Name: Updated At
10118
- * * SQL Data Type: datetime
10119
- * * Default Value: getdate()
10180
+ * * Field Name: __mj_UpdatedAt
10181
+ * * Display Name: __mj _Updated At
10182
+ * * SQL Data Type: datetimeoffset
10120
10183
  */
10121
- get UpdatedAt(): Date;
10184
+ get __mj_UpdatedAt(): Date;
10122
10185
  /**
10123
10186
  * * Field Name: Entity
10124
10187
  * * Display Name: Entity
10125
10188
  * * SQL Data Type: nvarchar(255)
10189
+ * * Default Value: getutcdate()
10126
10190
  */
10127
10191
  get Entity(): string;
10128
10192
  }
@@ -10498,23 +10562,22 @@ export declare class EntityBehaviorEntity extends BaseEntity {
10498
10562
  get CodeGenerated(): boolean;
10499
10563
  set CodeGenerated(value: boolean);
10500
10564
  /**
10501
- * * Field Name: CreatedAt
10502
- * * Display Name: Created At
10503
- * * SQL Data Type: datetime
10504
- * * Default Value: getdate()
10565
+ * * Field Name: __mj_CreatedAt
10566
+ * * Display Name: __mj _Created At
10567
+ * * SQL Data Type: datetimeoffset
10505
10568
  */
10506
- get CreatedAt(): Date;
10569
+ get __mj_CreatedAt(): Date;
10507
10570
  /**
10508
- * * Field Name: UpdatedAt
10509
- * * Display Name: Updated At
10510
- * * SQL Data Type: datetime
10511
- * * Default Value: getdate()
10571
+ * * Field Name: __mj_UpdatedAt
10572
+ * * Display Name: __mj _Updated At
10573
+ * * SQL Data Type: datetimeoffset
10512
10574
  */
10513
- get UpdatedAt(): Date;
10575
+ get __mj_UpdatedAt(): Date;
10514
10576
  /**
10515
10577
  * * Field Name: Entity
10516
10578
  * * Display Name: Entity
10517
10579
  * * SQL Data Type: nvarchar(255)
10580
+ * * Default Value: getutcdate()
10518
10581
  */
10519
10582
  get Entity(): string;
10520
10583
  }
@@ -10564,18 +10627,17 @@ export declare class EntityBehaviorTypeEntity extends BaseEntity {
10564
10627
  get Description(): string | null;
10565
10628
  set Description(value: string | null);
10566
10629
  /**
10567
- * * Field Name: CreatedAt
10568
- * * Display Name: Created At
10569
- * * SQL Data Type: datetime
10630
+ * * Field Name: __mj_CreatedAt
10631
+ * * Display Name: __mj _Created At
10632
+ * * SQL Data Type: datetimeoffset
10570
10633
  */
10571
- get CreatedAt(): Date;
10634
+ get __mj_CreatedAt(): Date;
10572
10635
  /**
10573
- * * Field Name: UpdatedAt
10574
- * * Display Name: Updated At
10575
- * * SQL Data Type: datetime
10576
- * * Default Value: getdate()
10636
+ * * Field Name: __mj_UpdatedAt
10637
+ * * Display Name: __mj _Updated At
10638
+ * * SQL Data Type: datetimeoffset
10577
10639
  */
10578
- get UpdatedAt(): Date;
10640
+ get __mj_UpdatedAt(): Date;
10579
10641
  }
10580
10642
  /**
10581
10643
  * Application Settings - strongly typed entity sub-class
@@ -10636,19 +10698,17 @@ export declare class ApplicationSettingEntity extends BaseEntity {
10636
10698
  get Comments(): string | null;
10637
10699
  set Comments(value: string | null);
10638
10700
  /**
10639
- * * Field Name: CreatedAt
10640
- * * Display Name: Created At
10641
- * * SQL Data Type: datetime
10642
- * * Default Value: getdate()
10701
+ * * Field Name: __mj_CreatedAt
10702
+ * * Display Name: __mj _Created At
10703
+ * * SQL Data Type: datetimeoffset
10643
10704
  */
10644
- get CreatedAt(): Date;
10705
+ get __mj_CreatedAt(): Date;
10645
10706
  /**
10646
- * * Field Name: UpdatedAt
10647
- * * Display Name: Updated At
10648
- * * SQL Data Type: datetime
10649
- * * Default Value: getdate()
10707
+ * * Field Name: __mj_UpdatedAt
10708
+ * * Display Name: __mj _Updated At
10709
+ * * SQL Data Type: datetimeoffset
10650
10710
  */
10651
- get UpdatedAt(): Date;
10711
+ get __mj_UpdatedAt(): Date;
10652
10712
  }
10653
10713
  /**
10654
10714
  * Action Categories - strongly typed entity sub-class
@@ -10720,23 +10780,22 @@ export declare class ActionCategoryEntity extends BaseEntity {
10720
10780
  get Status(): 'Disabled' | 'Active' | 'Pending';
10721
10781
  set Status(value: 'Disabled' | 'Active' | 'Pending');
10722
10782
  /**
10723
- * * Field Name: CreatedAt
10724
- * * Display Name: Created At
10725
- * * SQL Data Type: datetime
10726
- * * Default Value: getdate()
10783
+ * * Field Name: __mj_CreatedAt
10784
+ * * Display Name: __mj _Created At
10785
+ * * SQL Data Type: datetimeoffset
10727
10786
  */
10728
- get CreatedAt(): Date;
10787
+ get __mj_CreatedAt(): Date;
10729
10788
  /**
10730
- * * Field Name: UpdatedAt
10731
- * * Display Name: Updated At
10732
- * * SQL Data Type: datetime
10733
- * * Default Value: getdate()
10789
+ * * Field Name: __mj_UpdatedAt
10790
+ * * Display Name: __mj _Updated At
10791
+ * * SQL Data Type: datetimeoffset
10734
10792
  */
10735
- get UpdatedAt(): Date;
10793
+ get __mj_UpdatedAt(): Date;
10736
10794
  /**
10737
10795
  * * Field Name: Parent
10738
10796
  * * Display Name: Parent
10739
10797
  * * SQL Data Type: nvarchar(255)
10798
+ * * Default Value: getutcdate()
10740
10799
  */
10741
10800
  get Parent(): string | null;
10742
10801
  }
@@ -10801,29 +10860,29 @@ export declare class EntityActionEntity extends BaseEntity {
10801
10860
  get Status(): 'Disabled' | 'Active' | 'Pending';
10802
10861
  set Status(value: 'Disabled' | 'Active' | 'Pending');
10803
10862
  /**
10804
- * * Field Name: CreatedAt
10805
- * * Display Name: Created At
10806
- * * SQL Data Type: datetime
10807
- * * Default Value: getdate()
10863
+ * * Field Name: __mj_CreatedAt
10864
+ * * Display Name: __mj _Created At
10865
+ * * SQL Data Type: datetimeoffset
10808
10866
  */
10809
- get CreatedAt(): Date;
10867
+ get __mj_CreatedAt(): Date;
10810
10868
  /**
10811
- * * Field Name: UpdatedAt
10812
- * * Display Name: Updated At
10813
- * * SQL Data Type: datetime
10814
- * * Default Value: getdate()
10869
+ * * Field Name: __mj_UpdatedAt
10870
+ * * Display Name: __mj _Updated At
10871
+ * * SQL Data Type: datetimeoffset
10815
10872
  */
10816
- get UpdatedAt(): Date;
10873
+ get __mj_UpdatedAt(): Date;
10817
10874
  /**
10818
10875
  * * Field Name: Entity
10819
10876
  * * Display Name: Entity
10820
10877
  * * SQL Data Type: nvarchar(255)
10878
+ * * Default Value: getutcdate()
10821
10879
  */
10822
10880
  get Entity(): string;
10823
10881
  /**
10824
10882
  * * Field Name: Action
10825
10883
  * * Display Name: Action
10826
10884
  * * SQL Data Type: nvarchar(425)
10885
+ * * Default Value: getutcdate()
10827
10886
  */
10828
10887
  get Action(): string;
10829
10888
  }
@@ -10888,23 +10947,22 @@ export declare class EntityActionInvocationEntity extends BaseEntity {
10888
10947
  get Status(): 'Disabled' | 'Active' | 'Pending';
10889
10948
  set Status(value: 'Disabled' | 'Active' | 'Pending');
10890
10949
  /**
10891
- * * Field Name: CreatedAt
10892
- * * Display Name: Created At
10893
- * * SQL Data Type: datetime
10894
- * * Default Value: getdate()
10950
+ * * Field Name: __mj_CreatedAt
10951
+ * * Display Name: __mj _Created At
10952
+ * * SQL Data Type: datetimeoffset
10895
10953
  */
10896
- get CreatedAt(): Date;
10954
+ get __mj_CreatedAt(): Date;
10897
10955
  /**
10898
- * * Field Name: UpdatedAt
10899
- * * Display Name: Updated At
10900
- * * SQL Data Type: datetime
10901
- * * Default Value: getdate()
10956
+ * * Field Name: __mj_UpdatedAt
10957
+ * * Display Name: __mj _Updated At
10958
+ * * SQL Data Type: datetimeoffset
10902
10959
  */
10903
- get UpdatedAt(): Date;
10960
+ get __mj_UpdatedAt(): Date;
10904
10961
  /**
10905
10962
  * * Field Name: InvocationType
10906
10963
  * * Display Name: Invocation Type
10907
10964
  * * SQL Data Type: nvarchar(255)
10965
+ * * Default Value: getutcdate()
10908
10966
  */
10909
10967
  get InvocationType(): string;
10910
10968
  }
@@ -11037,19 +11095,17 @@ export declare class EntityActionInvocationTypeEntity extends BaseEntity {
11037
11095
  get DisplaySequence(): number;
11038
11096
  set DisplaySequence(value: number);
11039
11097
  /**
11040
- * * Field Name: CreatedAt
11041
- * * Display Name: Created At
11042
- * * SQL Data Type: datetime
11043
- * * Default Value: getdate()
11098
+ * * Field Name: __mj_CreatedAt
11099
+ * * Display Name: __mj _Created At
11100
+ * * SQL Data Type: datetimeoffset
11044
11101
  */
11045
- get CreatedAt(): Date;
11102
+ get __mj_CreatedAt(): Date;
11046
11103
  /**
11047
- * * Field Name: UpdatedAt
11048
- * * Display Name: Updated At
11049
- * * SQL Data Type: datetime
11050
- * * Default Value: getdate()
11104
+ * * Field Name: __mj_UpdatedAt
11105
+ * * Display Name: __mj _Updated At
11106
+ * * SQL Data Type: datetimeoffset
11051
11107
  */
11052
- get UpdatedAt(): Date;
11108
+ get __mj_UpdatedAt(): Date;
11053
11109
  }
11054
11110
  /**
11055
11111
  * Actions - strongly typed entity sub-class
@@ -11197,29 +11253,29 @@ export declare class ActionEntity extends BaseEntity {
11197
11253
  get Status(): 'Disabled' | 'Active' | 'Pending';
11198
11254
  set Status(value: 'Disabled' | 'Active' | 'Pending');
11199
11255
  /**
11200
- * * Field Name: CreatedAt
11201
- * * Display Name: Created At
11202
- * * SQL Data Type: datetime
11203
- * * Default Value: getdate()
11256
+ * * Field Name: __mj_CreatedAt
11257
+ * * Display Name: __mj _Created At
11258
+ * * SQL Data Type: datetimeoffset
11204
11259
  */
11205
- get CreatedAt(): Date;
11260
+ get __mj_CreatedAt(): Date;
11206
11261
  /**
11207
- * * Field Name: UpdatedAt
11208
- * * Display Name: Updated At
11209
- * * SQL Data Type: datetime
11210
- * * Default Value: getdate()
11262
+ * * Field Name: __mj_UpdatedAt
11263
+ * * Display Name: __mj _Updated At
11264
+ * * SQL Data Type: datetimeoffset
11211
11265
  */
11212
- get UpdatedAt(): Date;
11266
+ get __mj_UpdatedAt(): Date;
11213
11267
  /**
11214
11268
  * * Field Name: Category
11215
11269
  * * Display Name: Category
11216
11270
  * * SQL Data Type: nvarchar(255)
11271
+ * * Default Value: getutcdate()
11217
11272
  */
11218
11273
  get Category(): string | null;
11219
11274
  /**
11220
11275
  * * Field Name: CodeApprovedByUser
11221
11276
  * * Display Name: Code Approved By User
11222
11277
  * * SQL Data Type: nvarchar(100)
11278
+ * * Default Value: getutcdate()
11223
11279
  */
11224
11280
  get CodeApprovedByUser(): string | null;
11225
11281
  }
@@ -11292,19 +11348,17 @@ export declare class EntityActionFilterEntity extends BaseEntity {
11292
11348
  get Status(): 'Disabled' | 'Active' | 'Pending';
11293
11349
  set Status(value: 'Disabled' | 'Active' | 'Pending');
11294
11350
  /**
11295
- * * Field Name: CreatedAt
11296
- * * Display Name: Created At
11297
- * * SQL Data Type: datetime
11298
- * * Default Value: getdate()
11351
+ * * Field Name: __mj_CreatedAt
11352
+ * * Display Name: __mj _Created At
11353
+ * * SQL Data Type: datetimeoffset
11299
11354
  */
11300
- get CreatedAt(): Date;
11355
+ get __mj_CreatedAt(): Date;
11301
11356
  /**
11302
- * * Field Name: UpdatedAt
11303
- * * Display Name: Updated At
11304
- * * SQL Data Type: datetime
11305
- * * Default Value: getdate()
11357
+ * * Field Name: __mj_UpdatedAt
11358
+ * * Display Name: __mj _Updated At
11359
+ * * SQL Data Type: datetimeoffset
11306
11360
  */
11307
- get UpdatedAt(): Date;
11361
+ get __mj_UpdatedAt(): Date;
11308
11362
  }
11309
11363
  /**
11310
11364
  * Action Filters - strongly typed entity sub-class
@@ -11365,19 +11419,17 @@ export declare class ActionFilterEntity extends BaseEntity {
11365
11419
  get CodeExplanation(): string | null;
11366
11420
  set CodeExplanation(value: string | null);
11367
11421
  /**
11368
- * * Field Name: CreatedAt
11369
- * * Display Name: Created At
11370
- * * SQL Data Type: datetime
11371
- * * Default Value: getdate()
11422
+ * * Field Name: __mj_CreatedAt
11423
+ * * Display Name: __mj _Created At
11424
+ * * SQL Data Type: datetimeoffset
11372
11425
  */
11373
- get CreatedAt(): Date;
11426
+ get __mj_CreatedAt(): Date;
11374
11427
  /**
11375
- * * Field Name: UpdatedAt
11376
- * * Display Name: Updated At
11377
- * * SQL Data Type: datetime
11378
- * * Default Value: getdate()
11428
+ * * Field Name: __mj_UpdatedAt
11429
+ * * Display Name: __mj _Updated At
11430
+ * * SQL Data Type: datetimeoffset
11379
11431
  */
11380
- get UpdatedAt(): Date;
11432
+ get __mj_UpdatedAt(): Date;
11381
11433
  }
11382
11434
  /**
11383
11435
  * Action Context Types - strongly typed entity sub-class
@@ -11984,14 +12036,6 @@ export declare class LibraryEntity extends BaseEntity {
11984
12036
  get Status(): 'Pending' | 'Active' | 'Disabled';
11985
12037
  set Status(value: 'Pending' | 'Active' | 'Disabled');
11986
12038
  /**
11987
- * * Field Name: ExportedItems
11988
- * * Display Name: Exported Items
11989
- * * SQL Data Type: nvarchar(MAX)
11990
- * * Description: List of classes and functions exported by the library.
11991
- */
11992
- get ExportedItems(): string | null;
11993
- set ExportedItems(value: string | null);
11994
- /**
11995
12039
  * * Field Name: TypeDefinitions
11996
12040
  * * Display Name: Type Definitions
11997
12041
  * * SQL Data Type: nvarchar(MAX)
@@ -12008,19 +12052,17 @@ export declare class LibraryEntity extends BaseEntity {
12008
12052
  get SampleCode(): string | null;
12009
12053
  set SampleCode(value: string | null);
12010
12054
  /**
12011
- * * Field Name: CreatedAt
12012
- * * Display Name: Created At
12013
- * * SQL Data Type: datetime
12014
- * * Default Value: getdate()
12055
+ * * Field Name: __mj_CreatedAt
12056
+ * * Display Name: __mj _Created At
12057
+ * * SQL Data Type: datetimeoffset
12015
12058
  */
12016
- get CreatedAt(): Date;
12059
+ get __mj_CreatedAt(): Date;
12017
12060
  /**
12018
- * * Field Name: UpdatedAt
12019
- * * Display Name: Updated At
12020
- * * SQL Data Type: datetime
12021
- * * Default Value: getdate()
12061
+ * * Field Name: __mj_UpdatedAt
12062
+ * * Display Name: __mj _Updated At
12063
+ * * SQL Data Type: datetimeoffset
12022
12064
  */
12023
- get UpdatedAt(): Date;
12065
+ get __mj_UpdatedAt(): Date;
12024
12066
  }
12025
12067
  /**
12026
12068
  * List Categories - strongly typed entity sub-class
@@ -12348,15 +12390,6 @@ export declare class CommunicationProviderMessageTypeEntity extends BaseEntity {
12348
12390
  */
12349
12391
  Load(ID: number, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
12350
12392
  /**
12351
- * Communication Provider 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.
12352
- * @public
12353
- * @method
12354
- * @override
12355
- * @memberof CommunicationProviderMessageTypeEntity
12356
- * @throws {Error} - Delete is not allowed for Communication Provider Message Types, to enable it set AllowDeleteAPI to 1 in the database.
12357
- */
12358
- Delete(): Promise<boolean>;
12359
- /**
12360
12393
  * * Field Name: ID
12361
12394
  * * Display Name: ID
12362
12395
  * * SQL Data Type: int
@@ -13647,29 +13680,28 @@ export declare class EntityCommunicationMessageTypeEntity extends BaseEntity {
13647
13680
  get IsActive(): boolean;
13648
13681
  set IsActive(value: boolean);
13649
13682
  /**
13650
- * * Field Name: CreatedAt
13651
- * * Display Name: Created At
13652
- * * SQL Data Type: datetime
13683
+ * * Field Name: __mj_CreatedAt
13684
+ * * Display Name: __mj _Created At
13685
+ * * SQL Data Type: datetimeoffset
13653
13686
  */
13654
- get CreatedAt(): Date;
13687
+ get __mj_CreatedAt(): Date;
13655
13688
  /**
13656
- * * Field Name: UpdatedAt
13657
- * * Display Name: Updated At
13658
- * * SQL Data Type: datetime
13659
- * * Default Value: getdate()
13689
+ * * Field Name: __mj_UpdatedAt
13690
+ * * Display Name: __mj _Updated At
13691
+ * * SQL Data Type: datetimeoffset
13660
13692
  */
13661
- get UpdatedAt(): Date;
13693
+ get __mj_UpdatedAt(): Date;
13662
13694
  /**
13663
13695
  * * Field Name: Entity
13664
13696
  * * Display Name: Entity
13665
13697
  * * SQL Data Type: nvarchar(255)
13666
- * * Default Value: getdate()
13667
13698
  */
13668
13699
  get Entity(): string;
13669
13700
  /**
13670
13701
  * * Field Name: BaseMessageType
13671
13702
  * * Display Name: Base Message Type
13672
13703
  * * SQL Data Type: nvarchar(100)
13704
+ * * Default Value: getutcdate()
13673
13705
  */
13674
13706
  get BaseMessageType(): string;
13675
13707
  }
@@ -13738,6 +13770,188 @@ export declare class EntityCommunicationFieldEntity extends BaseEntity {
13738
13770
  get Priority(): number;
13739
13771
  set Priority(value: number);
13740
13772
  /**
13773
+ * * Field Name: __mj_CreatedAt
13774
+ * * Display Name: __mj _Created At
13775
+ * * SQL Data Type: datetimeoffset
13776
+ */
13777
+ get __mj_CreatedAt(): Date;
13778
+ /**
13779
+ * * Field Name: __mj_UpdatedAt
13780
+ * * Display Name: __mj _Updated At
13781
+ * * SQL Data Type: datetimeoffset
13782
+ */
13783
+ get __mj_UpdatedAt(): Date;
13784
+ }
13785
+ /**
13786
+ * Record Change Replay Runs - strongly typed entity sub-class
13787
+ * * Schema: __mj
13788
+ * * Base Table: RecordChangeReplayRun
13789
+ * * Base View: vwRecordChangeReplayRuns
13790
+ * * @description Table to track the runs of replaying external record changes
13791
+ * * Primary Key: ID
13792
+ * @extends {BaseEntity}
13793
+ * @class
13794
+ * @public
13795
+ */
13796
+ export declare class RecordChangeReplayRunEntity extends BaseEntity {
13797
+ /**
13798
+ * Loads the Record Change Replay Runs record from the database
13799
+ * @param ID: number - primary key value to load the Record Change Replay Runs record.
13800
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
13801
+ * @returns {Promise<boolean>} - true if successful, false otherwise
13802
+ * @public
13803
+ * @async
13804
+ * @memberof RecordChangeReplayRunEntity
13805
+ * @method
13806
+ * @override
13807
+ */
13808
+ Load(ID: number, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
13809
+ /**
13810
+ * Record Change Replay 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.
13811
+ * @public
13812
+ * @method
13813
+ * @override
13814
+ * @memberof RecordChangeReplayRunEntity
13815
+ * @throws {Error} - Delete is not allowed for Record Change Replay Runs, to enable it set AllowDeleteAPI to 1 in the database.
13816
+ */
13817
+ Delete(): Promise<boolean>;
13818
+ /**
13819
+ * * Field Name: ID
13820
+ * * Display Name: ID
13821
+ * * SQL Data Type: int
13822
+ */
13823
+ get ID(): number;
13824
+ /**
13825
+ * * Field Name: StartedAt
13826
+ * * Display Name: Started At
13827
+ * * SQL Data Type: datetime
13828
+ * * Description: Timestamp when the replay run started
13829
+ */
13830
+ get StartedAt(): Date;
13831
+ set StartedAt(value: Date);
13832
+ /**
13833
+ * * Field Name: EndedAt
13834
+ * * Display Name: Ended At
13835
+ * * SQL Data Type: datetime
13836
+ * * Description: Timestamp when the replay run ended
13837
+ */
13838
+ get EndedAt(): Date | null;
13839
+ set EndedAt(value: Date | null);
13840
+ /**
13841
+ * * Field Name: Status
13842
+ * * Display Name: Status
13843
+ * * SQL Data Type: nvarchar(50)
13844
+ * * Value List Type: List
13845
+ * * Possible Values
13846
+ * * Pending
13847
+ * * In Progress
13848
+ * * Complete
13849
+ * * Error
13850
+ * * Description: Status of the replay run (Pending, In Progress, Complete, Error)
13851
+ */
13852
+ get Status(): 'Pending' | 'In Progress' | 'Complete' | 'Error';
13853
+ set Status(value: 'Pending' | 'In Progress' | 'Complete' | 'Error');
13854
+ /**
13855
+ * * Field Name: UserID
13856
+ * * Display Name: User ID
13857
+ * * SQL Data Type: int
13858
+ * * Related Entity/Foreign Key: Users (vwUsers.ID)
13859
+ */
13860
+ get UserID(): number;
13861
+ set UserID(value: number);
13862
+ /**
13863
+ * * Field Name: CreatedAt
13864
+ * * Display Name: Created At
13865
+ * * SQL Data Type: datetime
13866
+ * * Default Value: getdate()
13867
+ */
13868
+ get CreatedAt(): Date;
13869
+ /**
13870
+ * * Field Name: UpdatedAt
13871
+ * * Display Name: Updated At
13872
+ * * SQL Data Type: datetime
13873
+ * * Default Value: getdate()
13874
+ */
13875
+ get UpdatedAt(): Date;
13876
+ /**
13877
+ * * Field Name: User
13878
+ * * Display Name: User
13879
+ * * SQL Data Type: nvarchar(100)
13880
+ */
13881
+ get User(): string;
13882
+ }
13883
+ /**
13884
+ * Library Items - strongly typed entity sub-class
13885
+ * * Schema: __mj
13886
+ * * Base Table: LibraryItem
13887
+ * * Base View: vwLibraryItems
13888
+ * * @description Table to store individual library items
13889
+ * * Primary Key: ID
13890
+ * @extends {BaseEntity}
13891
+ * @class
13892
+ * @public
13893
+ */
13894
+ export declare class LibraryItemEntity extends BaseEntity {
13895
+ /**
13896
+ * Loads the Library Items record from the database
13897
+ * @param ID: number - primary key value to load the Library Items record.
13898
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
13899
+ * @returns {Promise<boolean>} - true if successful, false otherwise
13900
+ * @public
13901
+ * @async
13902
+ * @memberof LibraryItemEntity
13903
+ * @method
13904
+ * @override
13905
+ */
13906
+ Load(ID: number, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
13907
+ /**
13908
+ * Library 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.
13909
+ * @public
13910
+ * @method
13911
+ * @override
13912
+ * @memberof LibraryItemEntity
13913
+ * @throws {Error} - Delete is not allowed for Library Items, to enable it set AllowDeleteAPI to 1 in the database.
13914
+ */
13915
+ Delete(): Promise<boolean>;
13916
+ /**
13917
+ * * Field Name: ID
13918
+ * * Display Name: ID
13919
+ * * SQL Data Type: int
13920
+ * * Description: Primary key of the LibraryItem table.
13921
+ */
13922
+ get ID(): number;
13923
+ /**
13924
+ * * Field Name: Name
13925
+ * * Display Name: Name
13926
+ * * SQL Data Type: nvarchar(255)
13927
+ */
13928
+ get Name(): string;
13929
+ set Name(value: string);
13930
+ /**
13931
+ * * Field Name: LibraryID
13932
+ * * Display Name: Library ID
13933
+ * * SQL Data Type: int
13934
+ * * Related Entity/Foreign Key: Libraries (vwLibraries.ID)
13935
+ */
13936
+ get LibraryID(): number;
13937
+ set LibraryID(value: number);
13938
+ /**
13939
+ * * Field Name: Type
13940
+ * * Display Name: Type
13941
+ * * SQL Data Type: nvarchar(50)
13942
+ * * Value List Type: List
13943
+ * * Possible Values
13944
+ * * Class
13945
+ * * Interface
13946
+ * * Variable
13947
+ * * Type
13948
+ * * Module
13949
+ * * Function
13950
+ * * Description: Type of the library item for example Class, Interface, etc.
13951
+ */
13952
+ get Type(): 'Class' | 'Interface' | 'Variable' | 'Type' | 'Module' | 'Function';
13953
+ set Type(value: 'Class' | 'Interface' | 'Variable' | 'Type' | 'Module' | 'Function');
13954
+ /**
13741
13955
  * * Field Name: CreatedAt
13742
13956
  * * Display Name: Created At
13743
13957
  * * SQL Data Type: datetime
@@ -13751,5 +13965,181 @@ export declare class EntityCommunicationFieldEntity extends BaseEntity {
13751
13965
  * * Default Value: getdate()
13752
13966
  */
13753
13967
  get UpdatedAt(): Date;
13968
+ /**
13969
+ * * Field Name: Library
13970
+ * * Display Name: Library
13971
+ * * SQL Data Type: nvarchar(255)
13972
+ */
13973
+ get Library(): string;
13974
+ }
13975
+ /**
13976
+ * Entity Relationship Display Components - strongly typed entity sub-class
13977
+ * * Schema: __mj
13978
+ * * Base Table: EntityRelationshipDisplayComponent
13979
+ * * Base View: vwEntityRelationshipDisplayComponents
13980
+ * * @description This table stores a list of components that are available for displaying relationships in the MJ Explorer UI
13981
+ * * Primary Key: ID
13982
+ * @extends {BaseEntity}
13983
+ * @class
13984
+ * @public
13985
+ */
13986
+ export declare class EntityRelationshipDisplayComponentEntity extends BaseEntity {
13987
+ /**
13988
+ * Loads the Entity Relationship Display Components record from the database
13989
+ * @param ID: number - primary key value to load the Entity Relationship Display Components record.
13990
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
13991
+ * @returns {Promise<boolean>} - true if successful, false otherwise
13992
+ * @public
13993
+ * @async
13994
+ * @memberof EntityRelationshipDisplayComponentEntity
13995
+ * @method
13996
+ * @override
13997
+ */
13998
+ Load(ID: number, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
13999
+ /**
14000
+ * Entity Relationship Display Components - 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.
14001
+ * @public
14002
+ * @method
14003
+ * @override
14004
+ * @memberof EntityRelationshipDisplayComponentEntity
14005
+ * @throws {Error} - Delete is not allowed for Entity Relationship Display Components, to enable it set AllowDeleteAPI to 1 in the database.
14006
+ */
14007
+ Delete(): Promise<boolean>;
14008
+ /**
14009
+ * * Field Name: ID
14010
+ * * Display Name: ID
14011
+ * * SQL Data Type: int
14012
+ */
14013
+ get ID(): number;
14014
+ /**
14015
+ * * Field Name: Name
14016
+ * * Display Name: Name
14017
+ * * SQL Data Type: nvarchar(255)
14018
+ */
14019
+ get Name(): string;
14020
+ set Name(value: string);
14021
+ /**
14022
+ * * Field Name: Description
14023
+ * * Display Name: Description
14024
+ * * SQL Data Type: nvarchar(MAX)
14025
+ */
14026
+ get Description(): string | null;
14027
+ set Description(value: string | null);
14028
+ /**
14029
+ * * Field Name: RelationshipType
14030
+ * * Display Name: Relationship Type
14031
+ * * SQL Data Type: nvarchar(20)
14032
+ * * Value List Type: List
14033
+ * * Possible Values
14034
+ * * One to Many
14035
+ * * Many to Many
14036
+ * * Both
14037
+ * * Description: The type of relationship the component displays. Valid values are "One to Many", "Many to Many", or "Both".
14038
+ */
14039
+ get RelationshipType(): 'One to Many' | 'Many to Many' | 'Both';
14040
+ set RelationshipType(value: 'One to Many' | 'Many to Many' | 'Both');
14041
+ /**
14042
+ * * Field Name: __mj_CreatedAt
14043
+ * * Display Name: Created At
14044
+ * * SQL Data Type: datetimeoffset
14045
+ * * Default Value: getutcdate()
14046
+ */
14047
+ get __mj_CreatedAt(): Date;
14048
+ /**
14049
+ * * Field Name: __mj_UpdatedAt
14050
+ * * Display Name: Updated At
14051
+ * * SQL Data Type: datetimeoffset
14052
+ * * Default Value: getutcdate()
14053
+ */
14054
+ get __mj_UpdatedAt(): Date;
14055
+ }
14056
+ /**
14057
+ * Entity Action Params - strongly typed entity sub-class
14058
+ * * Schema: __mj
14059
+ * * Base Table: EntityActionParam
14060
+ * * Base View: vwEntityActionParams
14061
+ * * @description Stores paramater mappings to enable Entity Actions to automatically invoke Actions
14062
+ * * Primary Key: ID
14063
+ * @extends {BaseEntity}
14064
+ * @class
14065
+ * @public
14066
+ */
14067
+ export declare class EntityActionParamEntity extends BaseEntity {
14068
+ /**
14069
+ * Loads the Entity Action Params record from the database
14070
+ * @param ID: number - primary key value to load the Entity Action Params record.
14071
+ * @param EntityRelationshipsToLoad - (optional) the relationships to load
14072
+ * @returns {Promise<boolean>} - true if successful, false otherwise
14073
+ * @public
14074
+ * @async
14075
+ * @memberof EntityActionParamEntity
14076
+ * @method
14077
+ * @override
14078
+ */
14079
+ Load(ID: number, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
14080
+ /**
14081
+ * * Field Name: ID
14082
+ * * Display Name: ID
14083
+ * * SQL Data Type: int
14084
+ */
14085
+ get ID(): number;
14086
+ /**
14087
+ * * Field Name: ActionParamID
14088
+ * * Display Name: Action Param ID
14089
+ * * SQL Data Type: int
14090
+ * * Related Entity/Foreign Key: Action Params (vwActionParams.ID)
14091
+ */
14092
+ get ActionParamID(): number;
14093
+ set ActionParamID(value: number);
14094
+ /**
14095
+ * * Field Name: ValueType
14096
+ * * Display Name: Value Type
14097
+ * * SQL Data Type: nvarchar(20)
14098
+ * * Value List Type: List
14099
+ * * Possible Values
14100
+ * * Static
14101
+ * * Entity Object
14102
+ * * Script
14103
+ * * Description: Type of the value, which can be Static, Entity Object, or Script.
14104
+ */
14105
+ get ValueType(): 'Static' | 'Entity Object' | 'Script';
14106
+ set ValueType(value: 'Static' | 'Entity Object' | 'Script');
14107
+ /**
14108
+ * * Field Name: Value
14109
+ * * Display Name: Value
14110
+ * * SQL Data Type: nvarchar(MAX)
14111
+ * * Description: Value of the parameter, used only when ValueType is Static or Script. When value is Script, any valid JavaScript code can be provided. The script will have access to an object called EntityActionContext. This object will have a property called EntityObject on it that will contain the BaseEntity derived sub-class with the current data for the entity object this action is operating against. The script must provide the parameter value to the EntityActionContext.result property. This scripting capabilty is designed for very small and simple code, for anything of meaningful complexity, create a sub-class instead.
14112
+ */
14113
+ get Value(): string | null;
14114
+ set Value(value: string | null);
14115
+ /**
14116
+ * * Field Name: Comments
14117
+ * * Display Name: Comments
14118
+ * * SQL Data Type: nvarchar(MAX)
14119
+ * * Description: Additional comments regarding the parameter.
14120
+ */
14121
+ get Comments(): string | null;
14122
+ set Comments(value: string | null);
14123
+ /**
14124
+ * * Field Name: __mj_CreatedAt
14125
+ * * Display Name: Created At
14126
+ * * SQL Data Type: datetimeoffset
14127
+ * * Default Value: getutcdate()
14128
+ */
14129
+ get __mj_CreatedAt(): Date;
14130
+ /**
14131
+ * * Field Name: __mj_UpdatedAt
14132
+ * * Display Name: Updated At
14133
+ * * SQL Data Type: datetimeoffset
14134
+ * * Default Value: getutcdate()
14135
+ */
14136
+ get __mj_UpdatedAt(): Date;
14137
+ /**
14138
+ * * Field Name: ActionParam
14139
+ * * Display Name: Action Param
14140
+ * * SQL Data Type: nvarchar(255)
14141
+ * * Default Value: null
14142
+ */
14143
+ get ActionParam(): string;
13754
14144
  }
13755
14145
  //# sourceMappingURL=entity_subclasses.d.ts.map